Pull request #105 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 8b329dd3454d36fadc8c908cba474a9f78043d9b+52089d766941a619fd949741bc3effb36240d5e2 (5c3c101e79eeab8adc31be06f0bb5315f14f6348) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-105/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-840 in /w/workspace/_app-service-configurable_PR-105 [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_PR-105 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # 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/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) > git config core.sparsecheckout # timeout=10 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 Commit message: "addition of verion and LTS references to READMe per arch's meeting" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:46:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:46:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:46:35 ========================================================= 19:46:35 EdgeX Global Pipelines Version Info 19:46:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:46:36 ------------------- 19:46:36 stable info: 19:46:36 ------------------- 19:46:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:46:36 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 19:46:36 Message: update stable to v1.0.114 19:46:37 ------------------- 19:46:37 experimental info: 19:46:37 ------------------- 19:46:37 Commited By: **** collab-it+edgex@linuxfoundation.org 19:46:37 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 19:46:37 Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 19:46:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:46:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-105 [Pipeline] echo 19:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-105 [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-105 [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b329dd3454d36fadc8c908cba474a9f78043d9b [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b329dd [Pipeline] echo 19:46:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:46:42 + git log --format=format:%s -1 8b329dd3454d36fadc8c908cba474a9f78043d9b [Pipeline] echo 19:46:42 GIT_COMMIT: 8b329dd3454d36fadc8c908cba474a9f78043d9b, Commit Message: addition of verion and LTS references to READMe per arch's meeting [Pipeline] echo 19:46:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:46:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:44 19:46:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:46:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:44 latest: Pulling from edgex-devops/git-semver 19:46:44 31603596830f: Pulling fs layer 19:46:44 2a8b12db71e7: Pulling fs layer 19:46:44 6ca5941a6612: Pulling fs layer 19:46:44 ecc8261a40a4: Pulling fs layer 19:46:44 ecc8261a40a4: Waiting 19:46:44 2a8b12db71e7: Verifying Checksum 19:46:44 2a8b12db71e7: Download complete 19:46:44 31603596830f: Verifying Checksum 19:46:44 31603596830f: Download complete 19:46:44 6ca5941a6612: Verifying Checksum 19:46:44 6ca5941a6612: Download complete 19:46:44 ecc8261a40a4: Verifying Checksum 19:46:44 ecc8261a40a4: Download complete 19:46:44 31603596830f: Pull complete 19:46:45 2a8b12db71e7: Pull complete 19:46:45 6ca5941a6612: Pull complete 19:46:46 ecc8261a40a4: Pull complete 19:46:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:46:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:46:46 prd-centos7-docker-4c-2g-840 does not seem to be running inside a container 19:46:46 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-105 -v /w/workspace/_app-service-configurable_PR-105:/w/workspace/_app-service-configurable_PR-105:rw,z -v /w/workspace/_app-service-configurable_PR-105@tmp:/w/workspace/_app-service-configurable_PR-105@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:46:48 $ docker top a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:46:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:48 [ssh-agent] Looking for ssh-agent implementation... 19:46:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:48 $ docker exec a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent 19:46:49 SSH_AUTH_SOCK=/tmp/ssh-TDKI6fZ7CZE4/agent.12 19:46:49 SSH_AGENT_PID=17 19:46:49 Running ssh-add (command line suppressed) 19:46:49 Identity added: /w/workspace/_app-service-configurable_PR-105@tmp/private_key_9210676882894428133.key (/w/workspace/_app-service-configurable_PR-105@tmp/private_key_9210676882894428133.key) 19:46:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:49 + git describe --exact-match --tags HEAD 19:46:49 fatal: No names found, cannot describe anything. [Pipeline] } 19:46:49 $ docker exec --env ******** --env ******** a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent -k 19:46:49 unset SSH_AUTH_SOCK; 19:46:49 unset SSH_AGENT_PID; 19:46:49 echo Agent pid 17 killed; 19:46:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:46:50 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:46:50 This usually means this commit has not been tagged. [Pipeline] sshagent 19:46:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:50 [ssh-agent] Looking for ssh-agent implementation... 19:46:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:50 $ docker exec a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent 19:46:50 SSH_AUTH_SOCK=/tmp/ssh-S8Y2ulnztpki/agent.46 19:46:50 SSH_AGENT_PID=51 19:46:50 Running ssh-add (command line suppressed) 19:46:50 Identity added: /w/workspace/_app-service-configurable_PR-105@tmp/private_key_286735594099649311.key (/w/workspace/_app-service-configurable_PR-105@tmp/private_key_286735594099649311.key) 19:46:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:51 + git semver init 19:46:51 # -> Open(): unable to determine branch for HEAD 19:46:51 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-105/.git 19:46:51 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-105 19:46:51 # $SEMVER_REMOTE_NAME = origin 19:46:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:46:51 # $SEMVER_USER_NAME = edgex-jenkins 19:46:51 # $SEMVER_BRANCH = PR-105 19:46:51 # $SEMVER_TEMP = /tmp/semver-121708817 19:46:51 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 19:46:51 # '/tmp/semver-121708817' -> '/w/workspace/_app-service-configurable_PR-105/.semver' 19:46:51 # -> Force: false 19:46:51 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-105/.semver [Pipeline] } 19:46:51 $ docker exec --env ******** --env ******** a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent -k 19:46:51 unset SSH_AUTH_SOCK; 19:46:51 unset SSH_AGENT_PID; 19:46:51 echo Agent pid 51 killed; 19:46:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:46:52 + git semver [Pipeline] } 19:46:52 $ docker stop --time=1 a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 19:46:53 $ docker rm -f a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:46:54 Stashed 23 file(s) [Pipeline] echo 19:46:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:46:54 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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 19:47:10 Still waiting to schedule task 19:47:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:47:10 Still waiting to schedule task 19:47:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:49:27 Running on prd-centos7-docker-4c-2g-842 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws 19:49:27 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 19:49:29 using credential edgex-jenkins-ssh 19:49:30 Cloning the remote Git repository 19:49:30 Cloning with configured refspecs honoured and without tags 19:49:30 Fetching without tags 19:49:30 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:49:30 > git init /w/workspace/app-service-configurable/1 # timeout=10 19:49:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:49:30 > git --version # timeout=10 19:49:30 > git --version # 'git version 2.16.5' 19:49:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:49:30 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 19:49:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:30 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:49:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:49:30 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:31 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:49:31 Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:49:31 Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) 19:49:31 > git config core.sparsecheckout # timeout=10 19:49:31 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:49:31 > git remote # timeout=10 19:49:31 > git config --get remote.origin.url # timeout=10 19:49:31 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:31 > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 19:49:31 > git rev-parse HEAD^{commit} # timeout=10 19:49:31 > git config core.sparsecheckout # timeout=10 19:49:31 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:49:34 Commit message: "addition of verion and LTS references to READMe per arch's meeting" 19:49:34 > git --version # timeout=10 19:49:34 > git --version # 'git version 2.16.5' 19:49:34 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:49:36 ========================================================= 19:49:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:49:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:49:36 + 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 . 19:49:36 Sending build context to Docker daemon 302.6kB 19:49:36 Step 1/8 : ARG BASE=golang:1.13-alpine 19:49:36 Step 2/8 : FROM ${BASE} 19:49:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:49:36 df20fa9351a1: Pulling fs layer 19:49:36 ed8968b2872e: Pulling fs layer 19:49:36 a92cc7c5fd73: Pulling fs layer 19:49:36 2dd03ba5bac4: Pulling fs layer 19:49:36 1e091d79d1de: Pulling fs layer 19:49:36 481702a1767f: Pulling fs layer 19:49:36 f64a6f60c768: Pulling fs layer 19:49:36 e78d2573fc39: Pulling fs layer 19:49:36 e876d2f968b6: Pulling fs layer 19:49:36 ce8a83651883: Pulling fs layer 19:49:36 07967f4d0e4b: Pulling fs layer 19:49:36 2dd03ba5bac4: Waiting 19:49:36 e78d2573fc39: Waiting 19:49:36 1e091d79d1de: Waiting 19:49:36 481702a1767f: Waiting 19:49:36 f64a6f60c768: Waiting 19:49:36 e876d2f968b6: Waiting 19:49:36 ce8a83651883: Waiting 19:49:36 07967f4d0e4b: Waiting 19:49:36 a92cc7c5fd73: Verifying Checksum 19:49:36 a92cc7c5fd73: Download complete 19:49:36 ed8968b2872e: Verifying Checksum 19:49:36 ed8968b2872e: Download complete 19:49:37 1e091d79d1de: Verifying Checksum 19:49:37 1e091d79d1de: Download complete 19:49:37 481702a1767f: Verifying Checksum 19:49:37 481702a1767f: Download complete 19:49:37 df20fa9351a1: Verifying Checksum 19:49:37 df20fa9351a1: Download complete 19:49:37 df20fa9351a1: Pull complete 19:49:37 ed8968b2872e: Pull complete 19:49:37 a92cc7c5fd73: Pull complete 19:49:38 f64a6f60c768: Verifying Checksum 19:49:38 f64a6f60c768: Download complete 19:49:38 e876d2f968b6: Verifying Checksum 19:49:38 e876d2f968b6: Download complete 19:49:38 2dd03ba5bac4: Verifying Checksum 19:49:38 2dd03ba5bac4: Download complete 19:49:38 07967f4d0e4b: Verifying Checksum 19:49:38 07967f4d0e4b: Download complete 19:49:38 e78d2573fc39: Verifying Checksum 19:49:38 e78d2573fc39: Download complete 19:49:39 ce8a83651883: Verifying Checksum 19:49:39 ce8a83651883: Download complete 19:49:44 2dd03ba5bac4: Pull complete 19:49:44 1e091d79d1de: Pull complete 19:49:44 481702a1767f: Pull complete 19:49:51 f64a6f60c768: Pull complete 19:49:53 e78d2573fc39: Pull complete 19:49:53 e876d2f968b6: Pull complete 19:49:54 ce8a83651883: Pull complete 19:49:55 07967f4d0e4b: Pull complete 19:49:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 19:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:49:55 ---> 5d7c900382c6 19:49:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:49:56 ---> Running in 71b07a9a43f3 19:49:56 Removing intermediate container 71b07a9a43f3 19:49:56 ---> cc5ecb50ec8b 19:49:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:56 ---> Running in d8c88874751c 19:49:58 Removing intermediate container d8c88874751c 19:49:58 ---> badb05782511 19:49:58 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:49:58 ---> Running in d8351af02bb7 19:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:49:59 (1/6) Installing libc-dev (0.7.2-r3) 19:49:59 (2/6) Installing libsodium (1.0.18-r0) 19:50:00 (3/6) Installing pkgconf (1.7.2-r0) 19:50:00 (4/6) Installing libsodium-dev (1.0.18-r0) 19:50:00 (5/6) Installing libzmq (4.3.2-r0) 19:50:00 (6/6) Installing zeromq-dev (4.3.2-r0) 19:50:00 Executing busybox-1.31.1-r16.trigger 19:50:00 OK: 167 MiB in 45 packages 19:50:01 Removing intermediate container d8351af02bb7 19:50:01 ---> 8a1bfa284e5c 19:50:01 Step 6/8 : WORKDIR /app 19:50:01 ---> Running in b6178bf2e7f4 19:50:01 Removing intermediate container b6178bf2e7f4 19:50:01 ---> fbe98c371d5e 19:50:01 Step 7/8 : COPY . . 19:50:01 ---> a0351bcc5e14 19:50:01 Step 8/8 : RUN go mod download 19:50:01 ---> Running in 29dd2ddb9f90 19:50:05 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:50:05 go: finding github.com/BurntSushi/toml v0.3.1 19:50:05 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:50:05 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:50:05 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:50:05 go: finding github.com/bgentry/speakeasy v0.1.0 19:50:05 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:50:05 go: finding github.com/davecgh/go-spew v1.1.1 19:50:05 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:50:05 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 19:50:05 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 19:50:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:50:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:50:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 19:50:05 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 19:50:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:50:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 19:50:05 go: finding github.com/fatih/color v1.7.0 19:50:05 go: finding github.com/fsnotify/fsnotify v1.4.7 19:50:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:50:06 go: finding github.com/go-kit/kit v0.8.0 19:50:06 go: finding github.com/go-logfmt/logfmt v0.4.0 19:50:06 go: finding github.com/go-playground/assert/v2 v2.0.1 19:50:06 go: finding github.com/go-playground/locales v0.13.0 19:50:06 go: finding github.com/go-playground/universal-translator v0.17.0 19:50:06 go: finding github.com/go-playground/validator/v10 v10.3.0 19:50:06 go: finding github.com/go-redis/redis/v7 v7.2.0 19:50:06 go: finding github.com/go-stack/stack v1.8.0 19:50:06 go: finding github.com/golang/protobuf v1.3.2 19:50:06 go: finding github.com/golang/snappy v0.0.1 19:50:06 go: finding github.com/gomodule/redigo v2.0.0+incompatible 19:50:06 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:50:06 go: finding github.com/google/go-cmp v0.4.0 19:50:06 go: finding github.com/google/uuid v1.1.1 19:50:06 go: finding github.com/gorilla/mux v1.7.4 19:50:06 go: finding github.com/hashicorp/consul/api v1.1.0 19:50:06 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:50:06 go: finding github.com/hashicorp/errwrap v1.0.0 19:50:06 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:50:06 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:50:06 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:50:06 go: finding github.com/hashicorp/go-multierror v1.0.0 19:50:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:50:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:50:07 go: finding github.com/hashicorp/go-syslog v1.0.0 19:50:07 go: finding github.com/hashicorp/go-uuid v1.0.1 19:50:07 go: finding github.com/hashicorp/go.net v0.0.1 19:50:07 go: finding github.com/hashicorp/golang-lru v0.5.0 19:50:07 go: finding github.com/hashicorp/logutils v1.0.0 19:50:07 go: finding github.com/hashicorp/mdns v1.0.0 19:50:07 go: finding github.com/hashicorp/memberlist v0.1.3 19:50:07 go: finding github.com/hashicorp/serf v0.8.2 19:50:07 go: finding github.com/hpcloud/tail v1.0.0 19:50:07 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:50:07 go: finding github.com/kr/pretty v0.1.0 19:50:07 go: finding github.com/kr/pty v1.1.1 19:50:07 go: finding github.com/kr/text v0.1.0 19:50:07 go: finding github.com/leodido/go-urn v1.2.0 19:50:08 go: finding github.com/mattn/go-colorable v0.0.9 19:50:08 go: finding github.com/mattn/go-isatty v0.0.3 19:50:08 go: finding github.com/miekg/dns v1.0.14 19:50:08 go: finding github.com/mitchellh/cli v1.0.0 19:50:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:50:08 go: finding github.com/mitchellh/copystructure v1.0.0 19:50:08 go: finding github.com/mitchellh/go-homedir v1.0.0 19:50:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:50:08 go: finding github.com/mitchellh/gox v0.4.0 19:50:08 go: finding github.com/mitchellh/iochan v1.0.0 19:50:08 go: finding github.com/mitchellh/mapstructure v1.1.2 19:50:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:50:08 go: finding github.com/onsi/ginkgo v1.10.1 19:50:08 go: finding github.com/onsi/gomega v1.7.0 19:50:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:50:08 go: finding github.com/pebbe/zmq4 v1.0.0 19:50:08 go: finding github.com/pelletier/go-toml v1.2.0 19:50:08 go: finding github.com/pkg/errors v0.8.1 19:50:08 go: finding github.com/pmezard/go-difflib v1.0.0 19:50:08 go: finding github.com/posener/complete v1.1.1 19:50:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:50:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:50:09 go: finding github.com/stretchr/objx v0.2.0 19:50:09 go: finding github.com/stretchr/testify v1.6.1 19:50:09 go: finding github.com/tidwall/pretty v1.0.1 19:50:09 go: finding github.com/ugorji/go v1.1.4 19:50:09 go: finding github.com/x448/float16 v0.8.4 19:50:09 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 19:50:09 go: finding github.com/xdg/stringprep v1.0.0 19:50:09 go: finding go.mongodb.org/mongo-driver v1.1.1 19:50:09 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:50:09 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:50:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:50:09 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 19:50:09 go: finding golang.org/x/text v0.3.2 19:50:09 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 19:50:09 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 19:50:09 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 19:50:09 go: finding gopkg.in/fsnotify.v1 v1.4.7 19:50:09 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:50:09 go: finding gopkg.in/yaml.v2 v2.2.8 19:50:09 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:50:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-843 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws 19:50:17 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 19:50:22 using credential edgex-jenkins-ssh 19:50:22 Cloning the remote Git repository 19:50:22 Cloning with configured refspecs honoured and without tags 19:50:22 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:50:23 > git init /w/workspace/app-service-configurable/1 # timeout=10 19:50:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:50:23 > git --version # timeout=10 19:50:23 > git --version # 'git version 2.17.1' 19:50:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:50:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:50:23 Fetching without tags 19:50:24 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:50:24 Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:50:24 Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) 19:50:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:50:23 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 19:50:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:50:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:50:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:50:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:50:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:50:24 > git config core.sparsecheckout # timeout=10 19:50:24 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:50:24 > git remote # timeout=10 19:50:24 > git config --get remote.origin.url # timeout=10 19:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:50:24 > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 19:50:24 > git rev-parse HEAD^{commit} # timeout=10 19:50:24 > git config core.sparsecheckout # timeout=10 19:50:24 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:50:29 Commit message: "addition of verion and LTS references to READMe per arch's meeting" 19:50:29 > git --version # timeout=10 19:50:29 > git --version # 'git version 2.17.1' 19:50:29 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:50:30 ========================================================= 19:50:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:50:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:50:31 + 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 . 19:50:31 Removing intermediate container 29dd2ddb9f90 19:50:31 ---> e63b6877ac17 19:50:31 Successfully built e63b6877ac17 19:50:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 19:50:32 Sending build context to Docker daemon 302.6kB 19:50:32 Step 1/8 : ARG BASE=golang:1.13-alpine 19:50:32 Step 2/8 : FROM ${BASE} [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:50:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:50:32 b538f80385f9: Pulling fs layer 19:50:32 74f711af9a0d: Pulling fs layer 19:50:32 99f96fe45779: Pulling fs layer 19:50:32 fd7a069fd194: Pulling fs layer 19:50:32 66aa3694b03b: Pulling fs layer 19:50:32 170f70906a0f: Pulling fs layer 19:50:32 ad7c5574e4b9: Pulling fs layer 19:50:32 e772456be8f7: Pulling fs layer 19:50:32 c890913d741a: Pulling fs layer 19:50:32 2480fcc9aa5a: Pulling fs layer 19:50:32 09adf4765672: Pulling fs layer 19:50:32 fd7a069fd194: Waiting 19:50:32 66aa3694b03b: Waiting 19:50:32 170f70906a0f: Waiting 19:50:32 ad7c5574e4b9: Waiting 19:50:32 e772456be8f7: Waiting 19:50:32 c890913d741a: Waiting 19:50:32 2480fcc9aa5a: Waiting 19:50:32 09adf4765672: Waiting 19:50:32 99f96fe45779: Download complete 19:50:32 74f711af9a0d: Verifying Checksum 19:50:32 74f711af9a0d: Download complete 19:50:32 66aa3694b03b: Download complete 19:50:32 170f70906a0f: Verifying Checksum 19:50:32 170f70906a0f: Download complete 19:50:32 b538f80385f9: Verifying Checksum 19:50:32 b538f80385f9: Download complete 19:50:32 + docker inspect -f . ci-base-image-x86_64 19:50:32 . [Pipeline] withDockerContainer 19:50:33 prd-centos7-docker-4c-2g-842 does not seem to be running inside a container 19:50:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:50:33 b538f80385f9: Pull complete 19:50:33 $ docker top 51a0270a4dab65cb2e3860eea949d747c9f4cae719508873f8e3c1e6b3526549 -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:34 74f711af9a0d: Pull complete 19:50:34 + go version 19:50:34 go version go1.13.13 linux/amd64 [Pipeline] sh 19:50:34 + make test 19:50:34 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:50:34 99f96fe45779: Pull complete 19:50:35 ad7c5574e4b9: Verifying Checksum 19:50:35 ad7c5574e4b9: Download complete 19:50:36 c890913d741a: Verifying Checksum 19:50:36 c890913d741a: Download complete 19:50:37 e772456be8f7: Download complete 19:50:37 09adf4765672: Verifying Checksum 19:50:37 09adf4765672: Download complete 19:50:37 2480fcc9aa5a: Verifying Checksum 19:50:37 2480fcc9aa5a: Download complete 19:50:38 fd7a069fd194: Verifying Checksum 19:50:38 fd7a069fd194: Download complete 19:50:49 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:50:49 CGO_ENABLED=1 go vet ./... 19:50:50 fd7a069fd194: Pull complete 19:50:50 66aa3694b03b: Pull complete 19:50:50 170f70906a0f: Pull complete 19:50:52 gofmt -l . 19:50:52 [ "`gofmt -l .`" = "" ] 19:50:52 ./bin/test-go-mod-tidy.sh 19:50:52 ./bin/test-attribution-txt.sh [Pipeline] stash 19:50:53 ad7c5574e4b9: Pull complete 19:50:53 Stashed 1 file(s) [Pipeline] } 19:50:53 $ docker stop --time=1 51a0270a4dab65cb2e3860eea949d747c9f4cae719508873f8e3c1e6b3526549 19:50:55 $ docker rm -f 51a0270a4dab65cb2e3860eea949d747c9f4cae719508873f8e3c1e6b3526549 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:50:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:50:58 + ls -al . 19:50:58 total 96 19:50:58 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 31 19:50 . 19:50:58 drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 19:49 .. 19:50:58 -rw-rw-r--. 1 jenkins jenkins 6027 Aug 31 19:49 Attribution.txt 19:50:58 drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 19:49 bin 19:50:58 -rw-r--r--. 1 jenkins jenkins 10 Aug 31 19:50 coverage.out 19:50:58 -rw-rw-r--. 1 jenkins jenkins 180 Aug 31 19:49 docker-compose.debug.yml 19:50:58 -rw-rw-r--. 1 jenkins jenkins 133 Aug 31 19:49 docker-compose.yml 19:50:58 -rw-rw-r--. 1 jenkins jenkins 2002 Aug 31 19:49 Dockerfile 19:50:58 -rw-rw-r--. 1 jenkins jenkins 966 Aug 31 19:49 Dockerfile.build 19:50:58 -rw-rw-r--. 1 jenkins jenkins 119 Aug 31 19:49 .dockerignore 19:50:58 drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 19:49 .git 19:50:58 drwxrwxr-x. 2 jenkins jenkins 81 Aug 31 19:49 .github 19:50:58 -rw-rw-r--. 1 jenkins jenkins 93 Aug 31 19:49 .gitignore 19:50:58 -rw-r--r--. 1 jenkins jenkins 133 Aug 31 19:50 go.mod 19:50:58 -rw-r--r--. 1 jenkins jenkins 19478 Aug 31 19:50 go.sum 19:50:58 -rw-rw-r--. 1 jenkins jenkins 710 Aug 31 19:49 Jenkinsfile 19:50:58 -rw-rw-r--. 1 jenkins jenkins 10174 Aug 31 19:49 LICENSE 19:50:58 -rw-rw-r--. 1 jenkins jenkins 1519 Aug 31 19:49 main.go 19:50:58 -rw-rw-r--. 1 jenkins jenkins 1573 Aug 31 19:49 makefile 19:50:58 -rw-rw-r--. 1 jenkins jenkins 1278 Aug 31 19:49 README.md 19:50:58 drwxrwxr-x. 10 jenkins jenkins 171 Aug 31 19:49 res 19:50:58 drwxrwxr-x. 3 jenkins jenkins 46 Aug 31 19:49 .semver 19:50:58 drwxrwxr-x. 4 jenkins jenkins 71 Aug 31 19:49 snap 19:50:58 -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 19:46 VERSION [Pipeline] isUnix [Pipeline] sh 19:50:58 e772456be8f7: Pull complete 19:50:58 c890913d741a: Pull complete 19:50:58 + 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=8b329dd3454d36fadc8c908cba474a9f78043d9b --label arch=amd64 --label version=0.0.0 . 19:50:58 Sending build context to Docker daemon 325.1kB 19:50:58 Step 1/27 : ARG BASE=golang:1.13-alpine 19:50:58 Step 2/27 : FROM ${BASE} AS builder 19:50:58 ---> e63b6877ac17 19:50:58 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 19:50:58 ---> Running in 3dc34964f0fb 19:50:59 Removing intermediate container 3dc34964f0fb 19:50:59 ---> 15fcd5de4397 19:50:59 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 19:50:59 ---> Running in e51db82447a0 19:50:59 Removing intermediate container e51db82447a0 19:50:59 ---> 359b33fce575 19:50:59 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:50:59 ---> Running in 19d1dfcdbd23 19:50:59 Removing intermediate container 19d1dfcdbd23 19:50:59 ---> 21c43317db2a 19:50:59 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:59 ---> Running in cae1364c5359 19:51:00 Removing intermediate container cae1364c5359 19:51:00 ---> 341eec5a665e 19:51:00 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:51:00 ---> Running in 0245fff258f2 19:51:00 2480fcc9aa5a: Pull complete 19:51:00 09adf4765672: Pull complete 19:51:00 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 19:51:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:51:00 ---> 2248a725d1cf 19:51:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:51:02 OK: 167 MiB in 45 packages 19:51:02 Removing intermediate container 0245fff258f2 19:51:02 ---> f3a0005346e5 19:51:02 Step 8/27 : WORKDIR /app 19:51:02 ---> Running in ec5d0d93eb77 19:51:02 Removing intermediate container ec5d0d93eb77 19:51:02 ---> c35c5b1ca927 19:51:02 Step 9/27 : COPY go.mod . 19:51:02 ---> ff12643b5984 19:51:02 Step 10/27 : RUN go mod download 19:51:02 ---> Running in b994f1246b4d 19:51:03 Removing intermediate container b994f1246b4d 19:51:03 ---> 9f6abc8f4131 19:51:03 Step 11/27 : COPY . . 19:51:04 ---> 892532f1b764 19:51:04 Step 12/27 : ARG MAKE="make build" 19:51:04 ---> Running in 4ec168a5f9f0 19:51:04 Removing intermediate container 4ec168a5f9f0 19:51:04 ---> 25a0e4c2a011 19:51:04 Step 13/27 : RUN $MAKE 19:51:04 ---> Running in bb7dad9c39c1 19:51:04 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:51:06 ---> Running in 779b4833696d 19:51:06 Removing intermediate container 779b4833696d 19:51:06 ---> 01686a7e4cba 19:51:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:06 ---> Running in c59ceddfcbbb 19:51:09 Removing intermediate container c59ceddfcbbb 19:51:09 ---> 72fed828f47b 19:51:09 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:51:09 ---> Running in aa1e0cb1d562 19:51:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:12 (1/6) Installing libc-dev (0.7.2-r3) 19:51:12 (2/6) Installing libsodium (1.0.18-r0) 19:51:12 (3/6) Installing pkgconf (1.7.2-r0) 19:51:12 (4/6) Installing libsodium-dev (1.0.18-r0) 19:51:12 (5/6) Installing libzmq (4.3.2-r0) 19:51:12 (6/6) Installing zeromq-dev (4.3.2-r0) 19:51:13 Executing busybox-1.31.1-r16.trigger 19:51:13 OK: 143 MiB in 45 packages 19:51:14 Removing intermediate container aa1e0cb1d562 19:51:14 ---> cbb1e374f165 19:51:14 Step 6/8 : WORKDIR /app 19:51:14 ---> Running in 4b50645067fa 19:51:15 Removing intermediate container 4b50645067fa 19:51:15 ---> fa1b3d335883 19:51:15 Step 7/8 : COPY . . 19:51:15 ---> be08447460f5 19:51:15 Step 8/8 : RUN go mod download 19:51:15 ---> Running in 66dc2f8e1c94 19:51:20 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:51:20 go: finding github.com/BurntSushi/toml v0.3.1 19:51:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:51:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:51:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:51:20 go: finding github.com/bgentry/speakeasy v0.1.0 19:51:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:51:20 go: finding github.com/davecgh/go-spew v1.1.1 19:51:20 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:51:20 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 19:51:20 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 19:51:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:51:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:51:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 19:51:20 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 19:51:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:51:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 19:51:20 go: finding github.com/fatih/color v1.7.0 19:51:20 go: finding github.com/fsnotify/fsnotify v1.4.7 19:51:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:51:20 go: finding github.com/go-kit/kit v0.8.0 19:51:20 go: finding github.com/go-logfmt/logfmt v0.4.0 19:51:20 go: finding github.com/go-playground/assert/v2 v2.0.1 19:51:20 go: finding github.com/go-playground/locales v0.13.0 19:51:20 go: finding github.com/go-playground/universal-translator v0.17.0 19:51:20 go: finding github.com/go-playground/validator/v10 v10.3.0 19:51:20 go: finding github.com/go-redis/redis/v7 v7.2.0 19:51:20 go: finding github.com/go-stack/stack v1.8.0 19:51:20 go: finding github.com/golang/protobuf v1.3.2 19:51:20 go: finding github.com/golang/snappy v0.0.1 19:51:20 go: finding github.com/gomodule/redigo v2.0.0+incompatible 19:51:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:51:20 go: finding github.com/google/go-cmp v0.4.0 19:51:20 go: finding github.com/google/uuid v1.1.1 19:51:20 go: finding github.com/gorilla/mux v1.7.4 19:51:20 go: finding github.com/hashicorp/consul/api v1.1.0 19:51:21 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:51:21 go: finding github.com/hashicorp/errwrap v1.0.0 19:51:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:51:21 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:51:21 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:51:21 go: finding github.com/hashicorp/go-multierror v1.0.0 19:51:21 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:51:21 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:51:21 go: finding github.com/hashicorp/go-syslog v1.0.0 19:51:21 go: finding github.com/hashicorp/go-uuid v1.0.1 19:51:21 go: finding github.com/hashicorp/go.net v0.0.1 19:51:21 go: finding github.com/hashicorp/golang-lru v0.5.0 19:51:21 go: finding github.com/hashicorp/logutils v1.0.0 19:51:21 go: finding github.com/hashicorp/mdns v1.0.0 19:51:21 go: finding github.com/hashicorp/memberlist v0.1.3 19:51:21 go: finding github.com/hashicorp/serf v0.8.2 19:51:21 go: finding github.com/hpcloud/tail v1.0.0 19:51:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:51:21 go: finding github.com/kr/pretty v0.1.0 19:51:21 go: finding github.com/kr/pty v1.1.1 19:51:21 go: finding github.com/kr/text v0.1.0 19:51:21 go: finding github.com/leodido/go-urn v1.2.0 19:51:21 go: finding github.com/mattn/go-colorable v0.0.9 19:51:21 go: finding github.com/mattn/go-isatty v0.0.3 19:51:21 go: finding github.com/miekg/dns v1.0.14 19:51:21 go: finding github.com/mitchellh/cli v1.0.0 19:51:22 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:51:22 go: finding github.com/mitchellh/copystructure v1.0.0 19:51:22 go: finding github.com/mitchellh/go-homedir v1.0.0 19:51:22 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:51:22 go: finding github.com/mitchellh/gox v0.4.0 19:51:22 go: finding github.com/mitchellh/iochan v1.0.0 19:51:22 go: finding github.com/mitchellh/mapstructure v1.1.2 19:51:22 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:51:22 go: finding github.com/onsi/ginkgo v1.10.1 19:51:22 go: finding github.com/onsi/gomega v1.7.0 19:51:22 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:51:22 go: finding github.com/pebbe/zmq4 v1.0.0 19:51:22 go: finding github.com/pelletier/go-toml v1.2.0 19:51:22 go: finding github.com/pkg/errors v0.8.1 19:51:22 go: finding github.com/pmezard/go-difflib v1.0.0 19:51:22 go: finding github.com/posener/complete v1.1.1 19:51:22 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:51:22 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:51:22 go: finding github.com/stretchr/objx v0.2.0 19:51:22 go: finding github.com/stretchr/testify v1.6.1 19:51:22 Removing intermediate container bb7dad9c39c1 19:51:22 ---> 374a14c10e85 19:51:22 Step 14/27 : FROM alpine:latest 19:51:22 latest: Pulling from library/alpine 19:51:22 df20fa9351a1: Already exists 19:51:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:51:22 Status: Downloaded newer image for alpine:latest 19:51:22 ---> a24bb4013296 19:51:22 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:51:22 ---> Running in f07f5fbd79e6 19:51:22 Removing intermediate container f07f5fbd79e6 19:51:22 ---> 187cded7f70e 19:51:22 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 19:51:22 ---> Running in 53b75d5444c1 19:51:22 Removing intermediate container 53b75d5444c1 19:51:22 ---> e8cbf5c035e3 19:51:22 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 19:51:22 ---> Running in 7756e3bb7675 19:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:51:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:51:22 (1/6) Installing ca-certificates (20191127-r4) 19:51:22 (2/6) Installing libgcc (9.3.0-r2) 19:51:22 (3/6) Installing libsodium (1.0.18-r0) 19:51:22 (4/6) Installing libstdc++ (9.3.0-r2) 19:51:22 (5/6) Installing libzmq (4.3.2-r0) 19:51:22 (6/6) Installing zeromq (4.3.2-r0) 19:51:22 Executing busybox-1.31.1-r16.trigger 19:51:22 Executing ca-certificates-20191127-r4.trigger 19:51:22 OK: 9 MiB in 20 packages 19:51:22 go: finding github.com/tidwall/pretty v1.0.1 19:51:22 go: finding github.com/ugorji/go v1.1.4 19:51:22 go: finding github.com/x448/float16 v0.8.4 19:51:22 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 19:51:22 go: finding github.com/xdg/stringprep v1.0.0 19:51:22 go: finding go.mongodb.org/mongo-driver v1.1.1 19:51:22 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:51:23 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:51:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:51:23 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 19:51:23 go: finding golang.org/x/text v0.3.2 19:51:23 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 19:51:23 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 19:51:23 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 19:51:23 go: finding gopkg.in/fsnotify.v1 v1.4.7 19:51:23 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 19:51:23 go: finding gopkg.in/yaml.v2 v2.2.8 19:51:23 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:51:23 Removing intermediate container 7756e3bb7675 19:51:23 ---> fb7d07d693f5 19:51:23 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:51:23 ---> d20efc9f6f06 19:51:23 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 19:51:23 ---> 8c0993a62457 19:51:23 Step 20/27 : COPY --from=builder /app/res/ /res/ 19:51:24 ---> 62a5f9e75c54 19:51:24 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:51:24 ---> 0a3f0f32e636 19:51:24 Step 22/27 : EXPOSE 48095 19:51:24 ---> Running in 17515df953a9 19:51:24 Removing intermediate container 17515df953a9 19:51:24 ---> 240e3fac498c 19:51:24 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 19:51:24 ---> Running in f0b6af1a717d 19:51:25 Removing intermediate container f0b6af1a717d 19:51:25 ---> 73c2b258982f 19:51:25 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:25 ---> Running in 36bad3b59c03 19:51:25 Removing intermediate container 36bad3b59c03 19:51:25 ---> 1d0a57bae9ca 19:51:25 Step 25/27 : LABEL arch=amd64 19:51:25 ---> Running in 21ccde45cf6a 19:51:25 Removing intermediate container 21ccde45cf6a 19:51:25 ---> 5010b4336852 19:51:25 Step 26/27 : LABEL git_sha=8b329dd3454d36fadc8c908cba474a9f78043d9b 19:51:25 ---> Running in de803f29eae3 19:51:25 Removing intermediate container de803f29eae3 19:51:25 ---> 4ea5a87fa437 19:51:25 Step 27/27 : LABEL version=0.0.0 19:51:26 ---> Running in 85d9c43174ca 19:51:26 Removing intermediate container 85d9c43174ca 19:51:26 ---> 567d18a96a25 19:51:26 [Warning] One or more build-args [ARCH] were not consumed 19:51:26 Successfully built 567d18a96a25 19:51:26 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:51:41 Still waiting to schedule task 19:51:41 All nodes of label ‘centos7-docker-8c-8g’ are offline 19:51:45 Removing intermediate container 66dc2f8e1c94 19:51:45 ---> 8cdfafa060b6 19:51:45 Successfully built 8cdfafa060b6 19:51:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:51:46 + docker inspect -f . ci-base-image-arm64 19:51:46 . [Pipeline] withDockerContainer 19:51:46 prd-ubuntu18.04-docker-arm64-4c-16g-843 does not seem to be running inside a container 19:51:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:51:49 $ docker top fe8552d540a67d203851a16a1f6946cf0ee06313520c47f4747cb261d5eb725f -eo pid,comm [Pipeline] { [Pipeline] sh 19:51:50 + go version 19:51:50 go version go1.13.13 linux/arm64 [Pipeline] sh 19:51:51 + make test 19:51:51 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:52:36 Running on prd-centos7-docker-8c-8g-846 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] checkout 19:52:38 using credential edgex-jenkins-ssh 19:52:38 Cloning the remote Git repository 19:52:38 Cloning with configured refspecs honoured and without tags 19:52:38 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:52:38 CGO_ENABLED=1 go vet ./... 19:52:38 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:52:38 > git init /w/workspace/_app-service-configurable_PR-105 # timeout=10 19:52:38 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:52:38 > git --version # timeout=10 19:52:38 > git --version # 'git version 2.16.5' 19:52:38 using GIT_SSH to set credentials SSH Credentials for GitHub 19:52:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:52:39 Fetching without tags 19:52:39 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:52:39 Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:52:39 Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) 19:52:39 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:52:39 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 19:52:39 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:52:39 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:52:39 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 19:52:39 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:52:39 > git config core.sparsecheckout # timeout=10 19:52:39 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:52:39 > git remote # timeout=10 19:52:39 > git config --get remote.origin.url # timeout=10 19:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 19:52:39 > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 19:52:39 > git rev-parse HEAD^{commit} # timeout=10 19:52:39 > git config core.sparsecheckout # timeout=10 19:52:39 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:52:43 Commit message: "addition of verion and LTS references to READMe per arch's meeting" 19:52:43 > git --version # timeout=10 19:52:43 > git --version # 'git version 2.16.5' 19:52:43 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:52:44 ++ find /w/workspace/app-service-configurable/1 19:52:44 ++ grep snapcraft.yaml 19:52:44 find: ‘/w/workspace/app-service-configurable/1’: No such file or directory 19:52:44 + grep -Po '^name: \K(.*)' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 19:52:45 gofmt -l . 19:52:45 [ "`gofmt -l .`" = "" ] 19:52:45 ./bin/test-go-mod-tidy.sh 19:52:45 ./bin/test-attribution-txt.sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:52:46 Failed in branch amd64 [Pipeline] stash 19:52:46 Warning: overwriting stash ‘coverage-report’ 19:52:47 Stashed 1 file(s) [Pipeline] } 19:52:47 $ docker stop --time=1 fe8552d540a67d203851a16a1f6946cf0ee06313520c47f4747cb261d5eb725f 19:52:49 $ docker rm -f fe8552d540a67d203851a16a1f6946cf0ee06313520c47f4747cb261d5eb725f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:52:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:52:51 + ls -al . 19:52:51 total 124 19:52:51 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:52 . 19:52:51 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:50 .. 19:52:51 -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 19:50 .dockerignore 19:52:51 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:50 .git 19:52:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:50 .github 19:52:51 -rw-rw-r-- 1 jenkins jenkins 93 Aug 31 19:50 .gitignore 19:52:51 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:50 .semver 19:52:51 -rw-rw-r-- 1 jenkins jenkins 6027 Aug 31 19:50 Attribution.txt 19:52:51 -rw-rw-r-- 1 jenkins jenkins 2002 Aug 31 19:50 Dockerfile 19:52:51 -rw-rw-r-- 1 jenkins jenkins 966 Aug 31 19:50 Dockerfile.build 19:52:51 -rw-rw-r-- 1 jenkins jenkins 710 Aug 31 19:50 Jenkinsfile 19:52:51 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 19:50 LICENSE 19:52:51 -rw-rw-r-- 1 jenkins jenkins 1278 Aug 31 19:50 README.md 19:52:51 -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 19:46 VERSION 19:52:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:50 bin 19:52:51 -rw-r--r-- 1 jenkins jenkins 10 Aug 31 19:51 coverage.out 19:52:51 -rw-rw-r-- 1 jenkins jenkins 180 Aug 31 19:50 docker-compose.debug.yml 19:52:51 -rw-rw-r-- 1 jenkins jenkins 133 Aug 31 19:50 docker-compose.yml 19:52:51 -rw-r--r-- 1 jenkins jenkins 133 Aug 31 19:52 go.mod 19:52:51 -rw-r--r-- 1 jenkins jenkins 19478 Aug 31 19:52 go.sum 19:52:51 -rw-rw-r-- 1 jenkins jenkins 1519 Aug 31 19:50 main.go 19:52:51 -rw-rw-r-- 1 jenkins jenkins 1573 Aug 31 19:50 makefile 19:52:51 drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 19:50 res 19:52:51 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:50 snap [Pipeline] isUnix [Pipeline] sh 19:52:52 + 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=8b329dd3454d36fadc8c908cba474a9f78043d9b --label arch=arm64 --label version=0.0.0 . 19:52:52 Sending build context to Docker daemon 325.1kB 19:52:52 Step 1/27 : ARG BASE=golang:1.13-alpine 19:52:52 Step 2/27 : FROM ${BASE} AS builder 19:52:52 ---> 8cdfafa060b6 19:52:52 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 19:52:52 ---> Running in 1a8b7b4f9778 19:52:53 Removing intermediate container 1a8b7b4f9778 19:52:53 ---> 8b4c61209f8c 19:52:53 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 19:52:53 ---> Running in 08b301383da3 19:52:53 Removing intermediate container 08b301383da3 19:52:53 ---> 9195a0ac3681 19:52:53 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:52:54 ---> Running in babbe067a17c 19:52:54 Removing intermediate container babbe067a17c 19:52:54 ---> 53bf5e13c0ba 19:52:54 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:54 ---> Running in e58864663b1f 19:52:57 Removing intermediate container e58864663b1f 19:52:57 ---> 865fc19b7c6d 19:52:57 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:52:57 ---> Running in d3e5ee8a2284 19:52:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:52:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:52:59 OK: 143 MiB in 45 packages 19:53:01 Removing intermediate container d3e5ee8a2284 19:53:01 ---> 8712f8c0d26a 19:53:01 Step 8/27 : WORKDIR /app 19:53:01 ---> Running in 672005f881d1 19:53:01 Removing intermediate container 672005f881d1 19:53:01 ---> 14b2cf10677d 19:53:01 Step 9/27 : COPY go.mod . 19:53:02 ---> 1c9b6d80ae61 19:53:02 Step 10/27 : RUN go mod download 19:53:02 ---> Running in 38f0e53b1434 19:53:05 Removing intermediate container 38f0e53b1434 19:53:05 ---> 95a7271402a3 19:53:05 Step 11/27 : COPY . . 19:53:06 ---> f7f31f680b3a 19:53:06 Step 12/27 : ARG MAKE="make build" 19:53:06 ---> Running in 11dc565de16b 19:53:06 Removing intermediate container 11dc565de16b 19:53:06 ---> ec6d69e63e89 19:53:06 Step 13/27 : RUN $MAKE 19:53:06 ---> Running in cad47b18bc13 19:53:08 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:53:55 Removing intermediate container cad47b18bc13 19:53:55 ---> 77d31d045e01 19:53:55 Step 14/27 : FROM alpine:latest 19:53:55 latest: Pulling from library/alpine 19:53:55 b538f80385f9: Already exists 19:53:55 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:53:55 Status: Downloaded newer image for alpine:latest 19:53:55 ---> 62ee0e9f8440 19:53:55 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:53:55 ---> Running in f828c45bf757 19:53:55 Removing intermediate container f828c45bf757 19:53:55 ---> f9e5b7b1f2ec 19:53:55 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 19:53:55 ---> Running in 779a0cd36190 19:53:55 Removing intermediate container 779a0cd36190 19:53:55 ---> 65aec8a22623 19:53:55 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 19:53:55 ---> Running in c05ee05439d8 19:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:53:57 (1/6) Installing ca-certificates (20191127-r4) 19:53:57 (2/6) Installing libgcc (9.3.0-r2) 19:53:57 (3/6) Installing libsodium (1.0.18-r0) 19:53:57 (4/6) Installing libstdc++ (9.3.0-r2) 19:53:57 (5/6) Installing libzmq (4.3.2-r0) 19:53:57 (6/6) Installing zeromq (4.3.2-r0) 19:53:57 Executing busybox-1.31.1-r16.trigger 19:53:57 Executing ca-certificates-20191127-r4.trigger 19:53:57 OK: 8 MiB in 20 packages 19:53:59 Removing intermediate container c05ee05439d8 19:53:59 ---> ae290d4df2ba 19:53:59 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:54:00 ---> e9d792bc1860 19:54:00 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 19:54:00 ---> f78b404381e0 19:54:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 19:54:01 ---> 4e23c16b5294 19:54:01 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:54:03 ---> 39e72aafd547 19:54:03 Step 22/27 : EXPOSE 48095 19:54:03 ---> Running in bad68b003560 19:54:04 Removing intermediate container bad68b003560 19:54:04 ---> 8795cd1e7617 19:54:04 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 19:54:04 ---> Running in 571322ffceb9 19:54:04 Removing intermediate container 571322ffceb9 19:54:04 ---> 21a7d74af1b3 19:54:04 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:04 ---> Running in 92ee294dc22d 19:54:05 Removing intermediate container 92ee294dc22d 19:54:05 ---> 97605782a127 19:54:05 Step 25/27 : LABEL arch=arm64 19:54:05 ---> Running in 8dd6deae9d9c 19:54:05 Removing intermediate container 8dd6deae9d9c 19:54:05 ---> 734085b08cce 19:54:05 Step 26/27 : LABEL git_sha=8b329dd3454d36fadc8c908cba474a9f78043d9b 19:54:05 ---> Running in bffdcdde146a 19:54:06 Removing intermediate container bffdcdde146a 19:54:06 ---> 89b25a13157d 19:54:06 Step 27/27 : LABEL version=0.0.0 19:54:06 ---> Running in 7cf64b47bfff 19:54:07 Removing intermediate container 7cf64b47bfff 19:54:07 ---> 428f03a9ad5f 19:54:07 [Warning] One or more build-args [ARCH] were not consumed 19:54:07 Successfully built 428f03a9ad5f 19:54:07 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:54:23 Still waiting to schedule task 19:54:23 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 19:56:07 Running on prd-ubuntu18.04-docker-arm64-16c-16g-847 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] checkout 19:56:11 using credential edgex-jenkins-ssh 19:56:11 Cloning the remote Git repository 19:56:11 Cloning with configured refspecs honoured and without tags 19:56:11 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:56:11 > git init /w/workspace/_app-service-configurable_PR-105 # timeout=10 19:56:11 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:56:11 > git --version # timeout=10 19:56:11 > git --version # 'git version 2.17.1' 19:56:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:12 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:56:12 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 19:56:12 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:12 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:56:12 Fetching without tags 19:56:12 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:56:12 Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b 19:56:12 Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) 19:56:12 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:56:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:12 > git config core.sparsecheckout # timeout=10 19:56:12 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:56:12 > git remote # timeout=10 19:56:12 > git config --get remote.origin.url # timeout=10 19:56:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:12 > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 19:56:12 > git rev-parse HEAD^{commit} # timeout=10 19:56:12 > git config core.sparsecheckout # timeout=10 19:56:12 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 19:56:16 Commit message: "addition of verion and LTS references to READMe per arch's meeting" 19:56:16 > git --version # timeout=10 19:56:16 > git --version # 'git version 2.17.1' 19:56:16 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:56:18 + find /w/workspace/app-service-configurable/1 19:56:18 + grep snapcraft.yaml 19:56:18 find: ‘/w/workspace/app-service-configurable/1’: No such file or directory 19:56:18 + grep -Po ^name: \K(.*) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:56:19 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:56:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:56:25 ---> package-listing.sh 19:56:25 ++ facter osfamily 19:56:25 ++ tr '[:upper:]' '[:lower:]' 19:56:25 + OS_FAMILY=redhat 19:56:25 + workspace=/w/workspace/_app-service-configurable_PR-105 19:56:25 + START_PACKAGES=/tmp/packages_start.txt 19:56:25 + END_PACKAGES=/tmp/packages_end.txt 19:56:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:56:25 + PACKAGES=/tmp/packages_start.txt 19:56:25 + '[' /w/workspace/_app-service-configurable_PR-105 ']' 19:56:25 + PACKAGES=/tmp/packages_end.txt 19:56:25 + case "${OS_FAMILY}" in 19:56:25 + rpm -qa 19:56:25 + sort 19:56:29 + '[' -f /tmp/packages_start.txt ']' 19:56:29 + '[' -f /tmp/packages_end.txt ']' 19:56:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:56:29 + '[' /w/workspace/_app-service-configurable_PR-105 ']' 19:56:29 + mkdir -p /w/workspace/_app-service-configurable_PR-105/archives/ 19:56:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-105/archives/ [Pipeline] isUnix [Pipeline] sh 19:56:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:56:30 19:56:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:56:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:56:30 alpine: Pulling from edgex-lftools-log-publisher 19:56:30 c9b1b535fdd9: Pulling fs layer 19:56:30 2cc5ad85d9ab: Pulling fs layer 19:56:30 756a868c4378: Pulling fs layer 19:56:30 444b2fc9a129: Pulling fs layer 19:56:30 ea15f1150254: Pulling fs layer 19:56:30 41b27a9f41bf: Pulling fs layer 19:56:30 28c525ee5125: Pulling fs layer 19:56:30 094b1ea09ed8: Pulling fs layer 19:56:30 138eaada9080: Pulling fs layer 19:56:30 0622d0fa9048: Pulling fs layer 19:56:30 41b27a9f41bf: Waiting 19:56:30 28c525ee5125: Waiting 19:56:30 094b1ea09ed8: Waiting 19:56:30 138eaada9080: Waiting 19:56:30 0622d0fa9048: Waiting 19:56:30 ea15f1150254: Waiting 19:56:30 444b2fc9a129: Waiting 19:56:30 2cc5ad85d9ab: Verifying Checksum 19:56:30 2cc5ad85d9ab: Download complete 19:56:30 444b2fc9a129: Verifying Checksum 19:56:30 444b2fc9a129: Download complete 19:56:30 c9b1b535fdd9: Verifying Checksum 19:56:30 c9b1b535fdd9: Download complete 19:56:30 ea15f1150254: Download complete 19:56:31 28c525ee5125: Verifying Checksum 19:56:31 28c525ee5125: Download complete 19:56:31 c9b1b535fdd9: Pull complete 19:56:31 756a868c4378: Verifying Checksum 19:56:31 756a868c4378: Download complete 19:56:31 2cc5ad85d9ab: Pull complete 19:56:31 138eaada9080: Verifying Checksum 19:56:31 138eaada9080: Download complete 19:56:31 094b1ea09ed8: Verifying Checksum 19:56:31 094b1ea09ed8: Download complete 19:56:31 0622d0fa9048: Verifying Checksum 19:56:31 0622d0fa9048: Download complete 19:56:32 41b27a9f41bf: Verifying Checksum 19:56:32 41b27a9f41bf: Download complete 19:56:32 756a868c4378: Pull complete 19:56:33 444b2fc9a129: Pull complete 19:56:33 ea15f1150254: Pull complete 19:56:37 41b27a9f41bf: Pull complete 19:56:37 28c525ee5125: Pull complete 19:56:40 094b1ea09ed8: Pull complete 19:56:40 138eaada9080: Pull complete 19:56:40 0622d0fa9048: Pull complete 19:56:40 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:56:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:56:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:56:40 prd-centos7-docker-4c-2g-840 does not seem to be running inside a container 19:56:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_PR-105 -v /w/workspace/_app-service-configurable_PR-105:/w/workspace/_app-service-configurable_PR-105:rw,z -v /w/workspace/_app-service-configurable_PR-105@tmp:/w/workspace/_app-service-configurable_PR-105@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:56:44 $ docker top 7371716ab66614c21bdab11feb0cab9de9f6ccc689bfd6723f9201ce8fe21974 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:56:44 provisioning config files... 19:56:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-105@tmp/config735408017884705692tmp [Pipeline] { [Pipeline] echo 19:56:44 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:56:45 ---> create-netrc.sh [Pipeline] echo 19:56:45 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:56:45 ---> logs-deploy.sh 19:56:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-105/1 19:56:45 INFO: archiving workspace using pattern(s): 19:56:46 Archives upload complete. 19:56:46 INFO: archiving logs to Nexus