Pull request #105 updated 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 26439a05dca3b148c77703615ff35ca2bad687fd+52089d766941a619fd949741bc3effb36240d5e2 (923bf1f90b80ecba193d1b0900211e89f5fd1651) Running in Durability level: PERFORMANCE_OPTIMIZED 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > 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 Checking out Revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-892 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 Fetching without tags Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd > 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 > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 Merge succeeded, producing 26439a05dca3b148c77703615ff35ca2bad687fd Checking out Revision 26439a05dca3b148c77703615ff35ca2bad687fd (PR-105) > 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 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 Commit message: "fix of READMe heading sizes per @lenny change request" > git rev-list --no-walk 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:16:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:16:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:16:54 ========================================================= 21:16:54 EdgeX Global Pipelines Version Info 21:16:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:16:56 ------------------- 21:16:56 stable info: 21:16:56 ------------------- 21:16:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:56 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 21:16:56 Message: update stable to v1.0.115 21:16:57 ------------------- 21:16:57 experimental info: 21:16:57 ------------------- 21:16:57 Commited By: **** collab-it+edgex@linuxfoundation.org 21:16:57 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 21:16:57 Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:16:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:16:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-105 [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-105 [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-105 [Pipeline] echo 21:16:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] echo 21:17:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26439a0 [Pipeline] echo 21:17:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:17:00 + git log --format=format:%s -1 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] echo 21:17:01 GIT_COMMIT: 26439a05dca3b148c77703615ff35ca2bad687fd, Commit Message: fix of READMe heading sizes per @lenny change request [Pipeline] echo 21:17:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:02 21:17:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:17:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:03 latest: Pulling from edgex-devops/git-semver 21:17:03 31603596830f: Pulling fs layer 21:17:03 2a8b12db71e7: Pulling fs layer 21:17:03 6ca5941a6612: Pulling fs layer 21:17:03 ecc8261a40a4: Pulling fs layer 21:17:03 2a8b12db71e7: Verifying Checksum 21:17:03 2a8b12db71e7: Download complete 21:17:03 31603596830f: Verifying Checksum 21:17:03 31603596830f: Download complete 21:17:03 6ca5941a6612: Verifying Checksum 21:17:03 6ca5941a6612: Download complete 21:17:03 ecc8261a40a4: Verifying Checksum 21:17:03 ecc8261a40a4: Download complete 21:17:03 31603596830f: Pull complete 21:17:03 2a8b12db71e7: Pull complete 21:17:05 6ca5941a6612: Pull complete 21:17:05 ecc8261a40a4: Pull complete 21:17:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:17:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:17:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:17:06 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 21:17:06 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:17:08 $ docker top e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:08 [ssh-agent] Looking for ssh-agent implementation... 21:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:09 $ docker exec e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent 21:17:09 SSH_AUTH_SOCK=/tmp/ssh-mkjTbxOusUTf/agent.13 21:17:09 SSH_AGENT_PID=18 21:17:09 Running ssh-add (command line suppressed) 21:17:09 Identity added: /w/workspace/_app-service-configurable_PR-105@tmp/private_key_5323628278901302084.key (/w/workspace/_app-service-configurable_PR-105@tmp/private_key_5323628278901302084.key) 21:17:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:10 + git describe --exact-match --tags HEAD 21:17:10 fatal: No names found, cannot describe anything. [Pipeline] } 21:17:10 $ docker exec --env ******** --env ******** e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent -k 21:17:10 unset SSH_AUTH_SOCK; 21:17:10 unset SSH_AGENT_PID; 21:17:10 echo Agent pid 18 killed; 21:17:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:17:10 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:17:10 This usually means this commit has not been tagged. [Pipeline] sshagent 21:17:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:11 [ssh-agent] Looking for ssh-agent implementation... 21:17:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:11 $ docker exec e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent 21:17:11 SSH_AUTH_SOCK=/tmp/ssh-8nSveerFriIV/agent.46 21:17:11 SSH_AGENT_PID=52 21:17:11 Running ssh-add (command line suppressed) 21:17:11 Identity added: /w/workspace/_app-service-configurable_PR-105@tmp/private_key_3341346230288960106.key (/w/workspace/_app-service-configurable_PR-105@tmp/private_key_3341346230288960106.key) 21:17:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:12 + git semver init 21:17:12 # -> Open(): unable to determine branch for HEAD 21:17:12 # $GIT_DIR = /w/workspace/_app-service-configurable_PR-105/.git 21:17:12 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-105 21:17:12 # $SEMVER_REMOTE_NAME = origin 21:17:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:17:12 # $SEMVER_USER_NAME = edgex-jenkins 21:17:12 # $SEMVER_BRANCH = PR-105 21:17:12 # $SEMVER_TEMP = /tmp/semver-417074683 21:17:12 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:17:12 # '/tmp/semver-417074683' -> '/w/workspace/_app-service-configurable_PR-105/.semver' 21:17:12 # -> Force: false 21:17:12 # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-105/.semver [Pipeline] } 21:17:12 $ docker exec --env ******** --env ******** e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent -k 21:17:13 unset SSH_AUTH_SOCK; 21:17:13 unset SSH_AGENT_PID; 21:17:13 echo Agent pid 52 killed; 21:17:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:13 + git semver [Pipeline] } 21:17:13 $ docker stop --time=1 e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 21:17:15 $ docker rm -f e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:17:16 Stashed 23 file(s) [Pipeline] echo 21:17:16 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 21:17:16 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 21:17:31 Still waiting to schedule task 21:17:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:17:31 Still waiting to schedule task 21:17:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:19:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-893 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws 21:19:17 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 21:19:22 using credential edgex-jenkins-ssh 21:19:22 Cloning the remote Git repository 21:19:22 Cloning with configured refspecs honoured and without tags 21:19:22 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:19:23 Fetching without tags 21:19:23 > git init /w/workspace/app-service-configurable/2 # timeout=10 21:19:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:19:23 > git --version # timeout=10 21:19:23 > git --version # 'git version 2.17.1' 21:19:23 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19: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 21:19:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:19:23 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 21:19:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:19:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:19:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:19:23 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19: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 21:19:24 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd 21:19:24 Merge succeeded, producing 26439a05dca3b148c77703615ff35ca2bad687fd 21:19:24 Checking out Revision 26439a05dca3b148c77703615ff35ca2bad687fd (PR-105) 21:19:24 > git config core.sparsecheckout # timeout=10 21:19:24 > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 21:19:24 > git remote # timeout=10 21:19:24 > git config --get remote.origin.url # timeout=10 21:19:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:24 > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 21:19:24 > git rev-parse HEAD^{commit} # timeout=10 21:19:24 > git config core.sparsecheckout # timeout=10 21:19:24 > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 21:19:28 Commit message: "fix of READMe heading sizes per @lenny change request" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:19:30 ========================================================= 21:19:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:19:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:19: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 . 21:19:32 Sending build context to Docker daemon 302.6kB 21:19:32 Step 1/8 : ARG BASE=golang:1.13-alpine 21:19:32 Step 2/8 : FROM ${BASE} 21:19:32 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:19:32 b538f80385f9: Pulling fs layer 21:19:32 74f711af9a0d: Pulling fs layer 21:19:32 99f96fe45779: Pulling fs layer 21:19:32 fd7a069fd194: Pulling fs layer 21:19:32 66aa3694b03b: Pulling fs layer 21:19:32 170f70906a0f: Pulling fs layer 21:19:32 ad7c5574e4b9: Pulling fs layer 21:19:32 e772456be8f7: Pulling fs layer 21:19:32 c890913d741a: Pulling fs layer 21:19:32 2480fcc9aa5a: Pulling fs layer 21:19:32 09adf4765672: Pulling fs layer 21:19:32 170f70906a0f: Waiting 21:19:32 ad7c5574e4b9: Waiting 21:19:32 e772456be8f7: Waiting 21:19:32 c890913d741a: Waiting 21:19:32 2480fcc9aa5a: Waiting 21:19:32 09adf4765672: Waiting 21:19:32 fd7a069fd194: Waiting 21:19:32 66aa3694b03b: Waiting 21:19:32 99f96fe45779: Verifying Checksum 21:19:32 99f96fe45779: Download complete 21:19:32 74f711af9a0d: Verifying Checksum 21:19:32 74f711af9a0d: Download complete 21:19:32 66aa3694b03b: Download complete 21:19:32 170f70906a0f: Download complete 21:19:32 b538f80385f9: Verifying Checksum 21:19:32 b538f80385f9: Download complete 21:19:33 b538f80385f9: Pull complete 21:19:34 74f711af9a0d: Pull complete 21:19:34 99f96fe45779: Pull complete 21:19:35 ad7c5574e4b9: Verifying Checksum 21:19:35 ad7c5574e4b9: Download complete 21:19:35 c890913d741a: Verifying Checksum 21:19:35 c890913d741a: Download complete 21:19:37 e772456be8f7: Verifying Checksum 21:19:37 e772456be8f7: Download complete 21:19:37 09adf4765672: Verifying Checksum 21:19:37 2480fcc9aa5a: Verifying Checksum 21:19:37 2480fcc9aa5a: Download complete 21:19:38 fd7a069fd194: Verifying Checksum 21:19:38 fd7a069fd194: Download complete 21:19:50 fd7a069fd194: Pull complete 21:19:50 66aa3694b03b: Pull complete 21:19:50 170f70906a0f: Pull complete 21:19:53 ad7c5574e4b9: Pull complete 21:19:58 e772456be8f7: Pull complete 21:19:58 c890913d741a: Pull complete 21:20:00 2480fcc9aa5a: Pull complete 21:20:01 09adf4765672: Pull complete 21:20:01 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 21:20:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:20:01 ---> 2248a725d1cf 21:20:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:20:06 ---> Running in 081c4ca65ae8 21:20:06 Removing intermediate container 081c4ca65ae8 21:20:06 ---> 4a125fdcf109 21:20:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:06 ---> Running in b048bccbd54d 21:20:09 Removing intermediate container b048bccbd54d 21:20:09 ---> 250358975e81 21:20:09 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:20:09 ---> Running in 08f92c5d8156 21:20:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:12 Running on prd-centos7-docker-4c-2g-894 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { 21:20:12 (1/6) Installing libc-dev (0.7.2-r3) 21:20:12 (2/6) Installing libsodium (1.0.18-r0) 21:20:12 (3/6) Installing pkgconf (1.7.2-r0) [Pipeline] ws 21:20:12 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 21:20:12 (4/6) Installing libsodium-dev (1.0.18-r0) 21:20:12 (5/6) Installing libzmq (4.3.2-r0) 21:20:12 (6/6) Installing zeromq-dev (4.3.2-r0) 21:20:12 Executing busybox-1.31.1-r16.trigger 21:20:12 OK: 143 MiB in 45 packages 21:20:13 Removing intermediate container 08f92c5d8156 21:20:13 ---> 146a3a38e8d8 21:20:13 Step 6/8 : WORKDIR /app 21:20:13 ---> Running in fa6610265550 21:20:14 using credential edgex-jenkins-ssh 21:20:14 Cloning the remote Git repository 21:20:14 Cloning with configured refspecs honoured and without tags 21:20:14 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:20:14 > git init /w/workspace/app-service-configurable/2 # timeout=10 21:20:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:20:14 > git --version # timeout=10 21:20:14 > git --version # 'git version 2.16.5' 21:20:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:14 Removing intermediate container fa6610265550 21:20:14 ---> 6c3b7e4053d1 21:20:14 Step 7/8 : COPY . . 21:20:14 Fetching without tags 21:20:15 ---> c3f34dd42d21 21:20:15 Step 8/8 : RUN go mod download 21:20:15 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd 21:20:15 Merge succeeded, producing 26439a05dca3b148c77703615ff35ca2bad687fd 21:20:15 Checking out Revision 26439a05dca3b148c77703615ff35ca2bad687fd (PR-105) 21:20:15 ---> Running in 5c4f8b256b9a 21:20:14 > 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 21:20:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:20:14 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 21:20:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:20:14 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:20:14 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:20:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:14 > 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 21:20:15 > git config core.sparsecheckout # timeout=10 21:20:15 > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 21:20:15 > git remote # timeout=10 21:20:15 > git config --get remote.origin.url # timeout=10 21:20:15 using GIT_SSH to set credentials SSH Credentials for GitHub 21:20:15 > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 21:20:15 > git rev-parse HEAD^{commit} # timeout=10 21:20:15 > git config core.sparsecheckout # timeout=10 21:20:15 > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 21:20:18 Commit message: "fix of READMe heading sizes per @lenny change request" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:20:19 ========================================================= 21:20:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 21:20:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:20:19 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:20:20 go: finding github.com/BurntSushi/toml v0.3.1 21:20:20 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:20:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:20:20 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:20:20 go: finding github.com/bgentry/speakeasy v0.1.0 21:20:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:20:20 go: finding github.com/davecgh/go-spew v1.1.1 21:20:20 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:20:20 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:20:20 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 21:20:20 + 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 . 21:20:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 21:20:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:20:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 21:20:20 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:20:20 Sending build context to Docker daemon 302.6kB 21:20:20 Step 1/8 : ARG BASE=golang:1.13-alpine 21:20:20 Step 2/8 : FROM ${BASE} 21:20:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 21:20:20 df20fa9351a1: Pulling fs layer 21:20:20 ed8968b2872e: Pulling fs layer 21:20:20 a92cc7c5fd73: Pulling fs layer 21:20:20 2dd03ba5bac4: Pulling fs layer 21:20:20 1e091d79d1de: Pulling fs layer 21:20:20 481702a1767f: Pulling fs layer 21:20:20 f64a6f60c768: Pulling fs layer 21:20:20 e78d2573fc39: Pulling fs layer 21:20:20 e876d2f968b6: Pulling fs layer 21:20:20 ce8a83651883: Pulling fs layer 21:20:20 07967f4d0e4b: Pulling fs layer 21:20:20 f64a6f60c768: Waiting 21:20:20 e78d2573fc39: Waiting 21:20:20 e876d2f968b6: Waiting 21:20:20 ce8a83651883: Waiting 21:20:20 2dd03ba5bac4: Waiting 21:20:20 1e091d79d1de: Waiting 21:20:20 07967f4d0e4b: Waiting 21:20:20 481702a1767f: Waiting 21:20:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:20:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 21:20:20 go: finding github.com/fatih/color v1.7.0 21:20:20 go: finding github.com/fsnotify/fsnotify v1.4.7 21:20:20 a92cc7c5fd73: Verifying Checksum 21:20:20 a92cc7c5fd73: Download complete 21:20:20 ed8968b2872e: Verifying Checksum 21:20:20 ed8968b2872e: Download complete 21:20:20 1e091d79d1de: Verifying Checksum 21:20:20 1e091d79d1de: Download complete 21:20:20 481702a1767f: Verifying Checksum 21:20:20 481702a1767f: Download complete 21:20:20 df20fa9351a1: Verifying Checksum 21:20:20 df20fa9351a1: Download complete 21:20:21 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:20:21 go: finding github.com/go-kit/kit v0.8.0 21:20:21 go: finding github.com/go-logfmt/logfmt v0.4.0 21:20:21 go: finding github.com/go-playground/assert/v2 v2.0.1 21:20:21 go: finding github.com/go-playground/locales v0.13.0 21:20:21 go: finding github.com/go-playground/universal-translator v0.17.0 21:20:21 df20fa9351a1: Pull complete 21:20:21 go: finding github.com/go-playground/validator/v10 v10.3.0 21:20:21 go: finding github.com/go-redis/redis/v7 v7.2.0 21:20:21 go: finding github.com/go-stack/stack v1.8.0 21:20:21 go: finding github.com/golang/protobuf v1.3.2 21:20:21 go: finding github.com/golang/snappy v0.0.1 21:20:21 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:20:21 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:20:21 go: finding github.com/google/go-cmp v0.4.0 21:20:21 go: finding github.com/google/uuid v1.1.1 21:20:21 go: finding github.com/gorilla/mux v1.7.4 21:20:21 go: finding github.com/hashicorp/consul/api v1.1.0 21:20:21 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:20:21 go: finding github.com/hashicorp/errwrap v1.0.0 21:20:21 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:20:21 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:20:21 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:20:22 f64a6f60c768: Download complete 21:20:22 e876d2f968b6: Verifying Checksum 21:20:22 e876d2f968b6: Download complete 21:20:22 ed8968b2872e: Pull complete 21:20:22 go: finding github.com/hashicorp/go-multierror v1.0.0 21:20:22 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:20:22 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:20:22 go: finding github.com/hashicorp/go-syslog v1.0.0 21:20:22 go: finding github.com/hashicorp/go-uuid v1.0.1 21:20:22 2dd03ba5bac4: Verifying Checksum 21:20:22 2dd03ba5bac4: Download complete 21:20:22 07967f4d0e4b: Verifying Checksum 21:20:22 07967f4d0e4b: Download complete 21:20:22 go: finding github.com/hashicorp/go.net v0.0.1 21:20:22 go: finding github.com/hashicorp/golang-lru v0.5.0 21:20:22 go: finding github.com/hashicorp/logutils v1.0.0 21:20:22 go: finding github.com/hashicorp/mdns v1.0.0 21:20:22 go: finding github.com/hashicorp/memberlist v0.1.3 21:20:22 ce8a83651883: Verifying Checksum 21:20:22 ce8a83651883: Download complete 21:20:22 go: finding github.com/hashicorp/serf v0.8.2 21:20:22 go: finding github.com/hpcloud/tail v1.0.0 21:20:22 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:20:22 go: finding github.com/kr/pretty v0.1.0 21:20:22 go: finding github.com/kr/pty v1.1.1 21:20:22 e78d2573fc39: Verifying Checksum 21:20:22 e78d2573fc39: Download complete 21:20:23 go: finding github.com/kr/text v0.1.0 21:20:23 go: finding github.com/leodido/go-urn v1.2.0 21:20:23 go: finding github.com/mattn/go-colorable v0.0.9 21:20:23 go: finding github.com/mattn/go-isatty v0.0.3 21:20:23 go: finding github.com/miekg/dns v1.0.14 21:20:23 go: finding github.com/mitchellh/cli v1.0.0 21:20:23 a92cc7c5fd73: Pull complete 21:20:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:20:23 go: finding github.com/mitchellh/copystructure v1.0.0 21:20:23 go: finding github.com/mitchellh/go-homedir v1.0.0 21:20:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:20:23 go: finding github.com/mitchellh/gox v0.4.0 21:20:23 go: finding github.com/mitchellh/iochan v1.0.0 21:20:23 go: finding github.com/mitchellh/mapstructure v1.1.2 21:20:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:20:23 go: finding github.com/onsi/ginkgo v1.10.1 21:20:23 go: finding github.com/onsi/gomega v1.7.0 21:20:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:20:23 go: finding github.com/pebbe/zmq4 v1.0.0 21:20:23 go: finding github.com/pelletier/go-toml v1.2.0 21:20:23 go: finding github.com/pkg/errors v0.8.1 21:20:23 go: finding github.com/pmezard/go-difflib v1.0.0 21:20:24 go: finding github.com/posener/complete v1.1.1 21:20:24 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:20:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:20:24 go: finding github.com/stretchr/objx v0.2.0 21:20:24 go: finding github.com/stretchr/testify v1.6.1 21:20:24 go: finding github.com/tidwall/pretty v1.0.1 21:20:24 go: finding github.com/ugorji/go v1.1.4 21:20:24 go: finding github.com/x448/float16 v0.8.4 21:20:24 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:20:24 go: finding github.com/xdg/stringprep v1.0.0 21:20:24 go: finding go.mongodb.org/mongo-driver v1.1.1 21:20:24 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:20:24 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:20:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:20:24 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:20:24 go: finding golang.org/x/text v0.3.2 21:20:24 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:20:24 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:20:25 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:20:25 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:20:25 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:20:25 go: finding gopkg.in/yaml.v2 v2.2.8 21:20:25 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:20:29 2dd03ba5bac4: Pull complete 21:20:29 1e091d79d1de: Pull complete 21:20:29 481702a1767f: Pull complete 21:20:35 f64a6f60c768: Pull complete 21:20:37 e78d2573fc39: Pull complete 21:20:37 e876d2f968b6: Pull complete 21:20:38 ce8a83651883: Pull complete 21:20:38 07967f4d0e4b: Pull complete 21:20:38 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 21:20:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 21:20:38 ---> 5d7c900382c6 21:20:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:20:40 ---> Running in e7af461dea5c 21:20:40 Removing intermediate container e7af461dea5c 21:20:40 ---> 31341f4bd11f 21:20:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:40 ---> Running in df3685c50096 21:20:42 Removing intermediate container df3685c50096 21:20:42 ---> d0eeea9bb2f0 21:20:42 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:20:42 ---> Running in 74290917a4d3 21:20:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:20:44 (1/6) Installing libc-dev (0.7.2-r3) 21:20:44 (2/6) Installing libsodium (1.0.18-r0) 21:20:44 (3/6) Installing pkgconf (1.7.2-r0) 21:20:44 (4/6) Installing libsodium-dev (1.0.18-r0) 21:20:44 (5/6) Installing libzmq (4.3.2-r0) 21:20:45 (6/6) Installing zeromq-dev (4.3.2-r0) 21:20:45 Executing busybox-1.31.1-r16.trigger 21:20:45 OK: 167 MiB in 45 packages 21:20:46 Removing intermediate container 74290917a4d3 21:20:46 ---> a9ae7246df89 21:20:46 Step 6/8 : WORKDIR /app 21:20:46 ---> Running in 206ba616b2c8 21:20:46 Removing intermediate container 206ba616b2c8 21:20:46 ---> 5745b9b7ff99 21:20:46 Step 7/8 : COPY . . 21:20:46 ---> 2a5bbfcf4e0c 21:20:46 Step 8/8 : RUN go mod download 21:20:46 ---> Running in 8c489dfd960f 21:20:47 Removing intermediate container 5c4f8b256b9a 21:20:47 ---> 79d0e734cbb8 21:20:47 Successfully built 79d0e734cbb8 21:20:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:20:48 + docker inspect -f . ci-base-image-arm64 21:20:48 . [Pipeline] withDockerContainer 21:20:48 prd-ubuntu18.04-docker-arm64-4c-16g-893 does not seem to be running inside a container 21:20:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** ci-base-image-arm64 cat 21:20:49 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:20:49 go: finding github.com/BurntSushi/toml v0.3.1 21:20:49 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:20:49 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:20:50 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:20:50 go: finding github.com/bgentry/speakeasy v0.1.0 21:20:50 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:20:50 go: finding github.com/davecgh/go-spew v1.1.1 21:20:50 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:20:50 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 21:20:50 go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 21:20:50 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 21:20:50 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:20:50 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 21:20:50 $ docker top 08a77d05e7aaf4f9fd1eb489bf28d3faf56cad8193b7b832fab8fad1157b5fac -eo pid,comm 21:20:50 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 21:20:50 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:20:50 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 21:20:50 go: finding github.com/fatih/color v1.7.0 21:20:50 go: finding github.com/fsnotify/fsnotify v1.4.7 [Pipeline] { [Pipeline] sh 21:20:50 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:20:50 go: finding github.com/go-kit/kit v0.8.0 21:20:50 go: finding github.com/go-logfmt/logfmt v0.4.0 21:20:50 go: finding github.com/go-playground/assert/v2 v2.0.1 21:20:50 go: finding github.com/go-playground/locales v0.13.0 21:20:51 go: finding github.com/go-playground/universal-translator v0.17.0 21:20:51 go: finding github.com/go-playground/validator/v10 v10.3.0 21:20:51 go: finding github.com/go-redis/redis/v7 v7.2.0 21:20:51 go: finding github.com/go-stack/stack v1.8.0 21:20:51 go: finding github.com/golang/protobuf v1.3.2 21:20:51 go: finding github.com/golang/snappy v0.0.1 21:20:51 go: finding github.com/gomodule/redigo v2.0.0+incompatible 21:20:51 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:20:51 go: finding github.com/google/go-cmp v0.4.0 21:20:51 go: finding github.com/google/uuid v1.1.1 21:20:51 go: finding github.com/gorilla/mux v1.7.4 21:20:51 go: finding github.com/hashicorp/consul/api v1.1.0 21:20:51 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:20:51 go: finding github.com/hashicorp/errwrap v1.0.0 21:20:51 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:20:51 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:20:51 + go version 21:20:51 go version go1.13.13 linux/arm64 [Pipeline] sh 21:20:51 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:20:51 go: finding github.com/hashicorp/go-multierror v1.0.0 21:20:51 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:20:51 go: finding github.com/hashicorp/go-sockaddr v1.0.0 21:20:51 go: finding github.com/hashicorp/go-syslog v1.0.0 21:20:52 go: finding github.com/hashicorp/go-uuid v1.0.1 21:20:52 go: finding github.com/hashicorp/go.net v0.0.1 21:20:52 go: finding github.com/hashicorp/golang-lru v0.5.0 21:20:52 go: finding github.com/hashicorp/logutils v1.0.0 21:20:52 go: finding github.com/hashicorp/mdns v1.0.0 21:20:52 go: finding github.com/hashicorp/memberlist v0.1.3 21:20:52 go: finding github.com/hashicorp/serf v0.8.2 21:20:52 go: finding github.com/hpcloud/tail v1.0.0 21:20:52 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:20:52 go: finding github.com/kr/pretty v0.1.0 21:20:52 go: finding github.com/kr/pty v1.1.1 21:20:52 go: finding github.com/kr/text v0.1.0 21:20:52 go: finding github.com/leodido/go-urn v1.2.0 21:20:52 go: finding github.com/mattn/go-colorable v0.0.9 21:20:52 go: finding github.com/mattn/go-isatty v0.0.3 21:20:52 go: finding github.com/miekg/dns v1.0.14 21:20:52 + make test 21:20:52 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:20:52 go: finding github.com/mitchellh/cli v1.0.0 21:20:52 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:20:52 go: finding github.com/mitchellh/copystructure v1.0.0 21:20:52 go: finding github.com/mitchellh/go-homedir v1.0.0 21:20:52 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:20:53 go: finding github.com/mitchellh/gox v0.4.0 21:20:53 go: finding github.com/mitchellh/iochan v1.0.0 21:20:53 go: finding github.com/mitchellh/mapstructure v1.1.2 21:20:53 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:20:53 go: finding github.com/onsi/ginkgo v1.10.1 21:20:53 go: finding github.com/onsi/gomega v1.7.0 21:20:53 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:20:53 go: finding github.com/pebbe/zmq4 v1.0.0 21:20:53 go: finding github.com/pelletier/go-toml v1.2.0 21:20:53 go: finding github.com/pkg/errors v0.8.1 21:20:53 go: finding github.com/pmezard/go-difflib v1.0.0 21:20:53 go: finding github.com/posener/complete v1.1.1 21:20:53 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 21:20:53 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:20:53 go: finding github.com/stretchr/objx v0.2.0 21:20:53 go: finding github.com/stretchr/testify v1.6.1 21:20:54 go: finding github.com/tidwall/pretty v1.0.1 21:20:54 go: finding github.com/ugorji/go v1.1.4 21:20:54 go: finding github.com/x448/float16 v0.8.4 21:20:54 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 21:20:54 go: finding github.com/xdg/stringprep v1.0.0 21:20:54 go: finding go.mongodb.org/mongo-driver v1.1.1 21:20:54 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 21:20:54 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:20:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:20:54 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 21:20:54 go: finding golang.org/x/text v0.3.2 21:20:54 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 21:20:54 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 21:20:54 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:20:54 go: finding gopkg.in/fsnotify.v1 v1.4.7 21:20:54 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:20:54 go: finding gopkg.in/yaml.v2 v2.2.8 21:20:54 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:21:16 Removing intermediate container 8c489dfd960f 21:21:16 ---> e4ddc60fa065 21:21:16 Successfully built e4ddc60fa065 21:21:16 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 21:21:17 + docker inspect -f . ci-base-image-x86_64 21:21:17 . [Pipeline] withDockerContainer 21:21:17 prd-centos7-docker-4c-2g-894 does not seem to be running inside a container 21:21:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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-x86_64 cat 21:21:18 $ docker top 4d149f974c17b993bc4979e347bc711b111be6d7b797dd691269ba0ea59968b9 -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:19 + go version 21:21:19 go version go1.13.13 linux/amd64 [Pipeline] sh 21:21:19 + make test 21:21:19 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:21:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:21:34 CGO_ENABLED=1 go vet ./... 21:21:37 gofmt -l . 21:21:37 [ "`gofmt -l .`" = "" ] 21:21:37 ./bin/test-go-mod-tidy.sh 21:21:37 ./bin/test-attribution-txt.sh [Pipeline] stash 21:21:38 Stashed 1 file(s) [Pipeline] } 21:21:38 $ docker stop --time=1 4d149f974c17b993bc4979e347bc711b111be6d7b797dd691269ba0ea59968b9 21:21:39 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:21:39 CGO_ENABLED=1 go vet ./... 21:21:40 $ docker rm -f 4d149f974c17b993bc4979e347bc711b111be6d7b797dd691269ba0ea59968b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:21:43 + ls -al . 21:21:43 total 96 21:21:43 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 31 21:21 . 21:21:43 drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 21:20 .. 21:21:43 -rw-rw-r--. 1 jenkins jenkins 6027 Aug 31 21:20 Attribution.txt 21:21:43 drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 21:20 bin 21:21:43 -rw-r--r--. 1 jenkins jenkins 10 Aug 31 21:21 coverage.out 21:21:43 -rw-rw-r--. 1 jenkins jenkins 180 Aug 31 21:20 docker-compose.debug.yml 21:21:43 -rw-rw-r--. 1 jenkins jenkins 133 Aug 31 21:20 docker-compose.yml 21:21:43 -rw-rw-r--. 1 jenkins jenkins 2002 Aug 31 21:20 Dockerfile 21:21:43 -rw-rw-r--. 1 jenkins jenkins 966 Aug 31 21:20 Dockerfile.build 21:21:43 -rw-rw-r--. 1 jenkins jenkins 119 Aug 31 21:20 .dockerignore 21:21:43 drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 21:20 .git 21:21:43 drwxrwxr-x. 2 jenkins jenkins 81 Aug 31 21:20 .github 21:21:43 -rw-rw-r--. 1 jenkins jenkins 93 Aug 31 21:20 .gitignore 21:21:43 -rw-r--r--. 1 jenkins jenkins 133 Aug 31 21:21 go.mod 21:21:43 -rw-r--r--. 1 jenkins jenkins 19478 Aug 31 21:21 go.sum 21:21:43 -rw-rw-r--. 1 jenkins jenkins 710 Aug 31 21:20 Jenkinsfile 21:21:43 -rw-rw-r--. 1 jenkins jenkins 10174 Aug 31 21:20 LICENSE 21:21:43 -rw-rw-r--. 1 jenkins jenkins 1519 Aug 31 21:20 main.go 21:21:43 -rw-rw-r--. 1 jenkins jenkins 1573 Aug 31 21:20 makefile 21:21:43 -rw-rw-r--. 1 jenkins jenkins 1277 Aug 31 21:20 README.md 21:21:43 drwxrwxr-x. 10 jenkins jenkins 171 Aug 31 21:20 res 21:21:43 drwxrwxr-x. 3 jenkins jenkins 46 Aug 31 21:20 .semver 21:21:43 drwxrwxr-x. 4 jenkins jenkins 71 Aug 31 21:20 snap 21:21:43 -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 21:17 VERSION [Pipeline] isUnix [Pipeline] sh 21:21:44 + 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=26439a05dca3b148c77703615ff35ca2bad687fd --label arch=amd64 --label version=0.0.0 . 21:21:44 Sending build context to Docker daemon 325.1kB 21:21:44 Step 1/27 : ARG BASE=golang:1.13-alpine 21:21:44 Step 2/27 : FROM ${BASE} AS builder 21:21:44 ---> e4ddc60fa065 21:21:44 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:21:44 ---> Running in 71c384a718ef 21:21:44 Removing intermediate container 71c384a718ef 21:21:44 ---> 675c0746314e 21:21:44 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:21:44 ---> Running in af6eec88448d 21:21:44 Removing intermediate container af6eec88448d 21:21:44 ---> 1c9ddf6ebf16 21:21:44 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:21:45 ---> Running in e97243efeff6 21:21:45 Removing intermediate container e97243efeff6 21:21:45 ---> eb4c93f438cd 21:21:45 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:45 ---> Running in c5b50ead4b2d 21:21:45 gofmt -l . 21:21:45 [ "`gofmt -l .`" = "" ] 21:21:45 ./bin/test-go-mod-tidy.sh 21:21:45 Removing intermediate container c5b50ead4b2d 21:21:45 ---> 6e70f55f1d7f 21:21:45 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:21:45 ./bin/test-attribution-txt.sh 21:21:46 ---> Running in 9b8b95c5a40e 21:21:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] stash 21:21:46 Warning: overwriting stash ‘coverage-report’ 21:21:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:21:47 Stashed 1 file(s) [Pipeline] } 21:21:47 $ docker stop --time=1 08a77d05e7aaf4f9fd1eb489bf28d3faf56cad8193b7b832fab8fad1157b5fac 21:21:47 OK: 167 MiB in 45 packages 21:21:48 Removing intermediate container 9b8b95c5a40e 21:21:48 ---> c7c07afff644 21:21:48 Step 8/27 : WORKDIR /app 21:21:48 ---> Running in 1605e40017a7 21:21:48 Removing intermediate container 1605e40017a7 21:21:48 ---> 755c0ac874ff 21:21:48 Step 9/27 : COPY go.mod . 21:21:48 ---> 254b342c9777 21:21:48 Step 10/27 : RUN go mod download 21:21:48 ---> Running in 40358a8c66ed 21:21:49 Removing intermediate container 40358a8c66ed 21:21:49 ---> 4789c7f855e1 21:21:49 Step 11/27 : COPY . . 21:21:49 $ docker rm -f 08a77d05e7aaf4f9fd1eb489bf28d3faf56cad8193b7b832fab8fad1157b5fac 21:21:49 ---> 07be3975b6aa 21:21:49 Step 12/27 : ARG MAKE="make build" 21:21:49 ---> Running in ede882fc2476 21:21:50 Removing intermediate container ede882fc2476 21:21:50 ---> ae32cb08ac18 21:21:50 Step 13/27 : RUN $MAKE 21:21:50 ---> Running in d9583500f3ad 21:21:50 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:21:51 + ls -al . 21:21:51 total 124 21:21:51 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:21 . 21:21:51 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:19 .. 21:21:51 -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 21:19 .dockerignore 21:21:51 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:19 .git 21:21:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:19 .github 21:21:51 -rw-rw-r-- 1 jenkins jenkins 93 Aug 31 21:19 .gitignore 21:21:51 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:19 .semver 21:21:51 -rw-rw-r-- 1 jenkins jenkins 6027 Aug 31 21:19 Attribution.txt 21:21:51 -rw-rw-r-- 1 jenkins jenkins 2002 Aug 31 21:19 Dockerfile 21:21:51 -rw-rw-r-- 1 jenkins jenkins 966 Aug 31 21:19 Dockerfile.build 21:21:51 -rw-rw-r-- 1 jenkins jenkins 710 Aug 31 21:19 Jenkinsfile 21:21:51 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 21:19 LICENSE 21:21:51 -rw-rw-r-- 1 jenkins jenkins 1277 Aug 31 21:19 README.md 21:21:51 -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 21:17 VERSION 21:21:51 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:19 bin 21:21:51 -rw-r--r-- 1 jenkins jenkins 10 Aug 31 21:20 coverage.out 21:21:51 -rw-rw-r-- 1 jenkins jenkins 180 Aug 31 21:19 docker-compose.debug.yml 21:21:51 -rw-rw-r-- 1 jenkins jenkins 133 Aug 31 21:19 docker-compose.yml 21:21:51 -rw-r--r-- 1 jenkins jenkins 133 Aug 31 21:21 go.mod 21:21:51 -rw-r--r-- 1 jenkins jenkins 19478 Aug 31 21:21 go.sum 21:21:51 -rw-rw-r-- 1 jenkins jenkins 1519 Aug 31 21:19 main.go 21:21:51 -rw-rw-r-- 1 jenkins jenkins 1573 Aug 31 21:19 makefile 21:21:51 drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 21:19 res 21:21:51 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:19 snap [Pipeline] isUnix [Pipeline] sh 21:21: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=26439a05dca3b148c77703615ff35ca2bad687fd --label arch=arm64 --label version=0.0.0 . 21:21:52 Sending build context to Docker daemon 325.1kB 21:21:52 Step 1/27 : ARG BASE=golang:1.13-alpine 21:21:52 Step 2/27 : FROM ${BASE} AS builder 21:21:52 ---> 79d0e734cbb8 21:21:52 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:21:52 ---> Running in 35096809265f 21:21:53 Removing intermediate container 35096809265f 21:21:53 ---> 60f975569b6d 21:21:53 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:21:53 ---> Running in e8fb66e697a9 21:21:53 Removing intermediate container e8fb66e697a9 21:21:53 ---> 4937765e1ef7 21:21:53 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:21:53 ---> Running in 4b99a3bbe8ae 21:21:54 Removing intermediate container 4b99a3bbe8ae 21:21:54 ---> 4e6c9a984701 21:21:54 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:54 ---> Running in b1fe7e890059 21:21:57 Removing intermediate container b1fe7e890059 21:21:57 ---> 9d0f5b2e19af 21:21:57 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:21:57 ---> Running in 25e0e2ff6fc7 21:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:21:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:00 OK: 143 MiB in 45 packages 21:22:00 Removing intermediate container 25e0e2ff6fc7 21:22:00 ---> fc294fb20a6b 21:22:00 Step 8/27 : WORKDIR /app 21:22:01 ---> Running in 67ce9a5836c1 21:22:01 Removing intermediate container 67ce9a5836c1 21:22:01 ---> e24708bc3334 21:22:01 Step 9/27 : COPY go.mod . 21:22:02 ---> 703bcb5cb58e 21:22:02 Step 10/27 : RUN go mod download 21:22:02 ---> Running in 2c9a1f1fc25d 21:22:05 Removing intermediate container 2c9a1f1fc25d 21:22:05 ---> adcf9bd53d88 21:22:05 Step 11/27 : COPY . . 21:22:06 ---> d976571bf697 21:22:06 Step 12/27 : ARG MAKE="make build" 21:22:06 ---> Running in 19f6a304b741 21:22:06 Removing intermediate container 19f6a304b741 21:22:06 ---> 0c545d2db33c 21:22:06 Step 13/27 : RUN $MAKE 21:22:06 ---> Running in 2890ac4cdda5 21:22: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 21:22:08 Removing intermediate container d9583500f3ad 21:22:08 ---> ab4763063b02 21:22:08 Step 14/27 : FROM alpine:latest 21:22:08 latest: Pulling from library/alpine 21:22:08 df20fa9351a1: Already exists 21:22:08 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:22:08 Status: Downloaded newer image for alpine:latest 21:22:08 ---> a24bb4013296 21:22:08 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:22:08 ---> Running in d8359efe8c17 21:22:08 Removing intermediate container d8359efe8c17 21:22:08 ---> 825a6ebc0714 21:22:08 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:22:08 ---> Running in 7c8e3de68b59 21:22:08 Removing intermediate container 7c8e3de68b59 21:22:08 ---> 488a4c680e6f 21:22:08 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 21:22:08 ---> Running in c34438d3111c 21:22:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:09 (1/6) Installing ca-certificates (20191127-r4) 21:22:09 (2/6) Installing libgcc (9.3.0-r2) 21:22:09 (3/6) Installing libsodium (1.0.18-r0) 21:22:09 (4/6) Installing libstdc++ (9.3.0-r2) 21:22:09 (5/6) Installing libzmq (4.3.2-r0) 21:22:09 (6/6) Installing zeromq (4.3.2-r0) 21:22:09 Executing busybox-1.31.1-r16.trigger 21:22:09 Executing ca-certificates-20191127-r4.trigger 21:22:09 OK: 9 MiB in 20 packages 21:22:10 Removing intermediate container c34438d3111c 21:22:10 ---> 3200f264452f 21:22:10 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:22:10 ---> 5c654e4d51fa 21:22:10 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:22:10 ---> 3491dda1c75c 21:22:10 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:22:11 ---> 47608a64100e 21:22:11 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:22:11 ---> f915f004b616 21:22:11 Step 22/27 : EXPOSE 48095 21:22:11 ---> Running in 040c3245ef95 21:22:11 Removing intermediate container 040c3245ef95 21:22:11 ---> baf101bf223f 21:22:11 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:22:11 ---> Running in 695ab3fc527d 21:22:12 Removing intermediate container 695ab3fc527d 21:22:12 ---> 821f942ba44f 21:22:12 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:22:12 ---> Running in a79f5206b0b6 21:22:12 Removing intermediate container a79f5206b0b6 21:22:12 ---> c4efbc4b4d92 21:22:12 Step 25/27 : LABEL arch=amd64 21:22:12 ---> Running in 4f72000e2179 21:22:12 Removing intermediate container 4f72000e2179 21:22:12 ---> f42187019d7c 21:22:12 Step 26/27 : LABEL git_sha=26439a05dca3b148c77703615ff35ca2bad687fd 21:22:12 ---> Running in 0674c2c663c4 21:22:12 Removing intermediate container 0674c2c663c4 21:22:12 ---> eb2dacc94b59 21:22:12 Step 27/27 : LABEL version=0.0.0 21:22:12 ---> Running in c0a95a6a0404 21:22:12 Removing intermediate container c0a95a6a0404 21:22:12 ---> ec4d95b9263a 21:22:12 [Warning] One or more build-args [ARCH] were not consumed 21:22:12 Successfully built ec4d95b9263a 21:22:12 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 21:22:28 Still waiting to schedule task 21:22:28 All nodes of label ‘centos7-docker-8c-8g’ are offline 21:22:55 Removing intermediate container 2890ac4cdda5 21:22:55 ---> b33bf62a77fd 21:22:55 Step 14/27 : FROM alpine:latest 21:22:55 latest: Pulling from library/alpine 21:22:55 b538f80385f9: Already exists 21:22:55 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 21:22:55 Status: Downloaded newer image for alpine:latest 21:22:55 ---> 62ee0e9f8440 21:22:55 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:22:55 ---> Running in 7e7f19b367d6 21:22:55 Removing intermediate container 7e7f19b367d6 21:22:55 ---> e584e3893c7f 21:22:55 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:22:55 ---> Running in c71e04080694 21:22:55 Removing intermediate container c71e04080694 21:22:55 ---> c6514f00a743 21:22:55 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 21:22:55 ---> Running in 9f834824f5fa 21:22:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:58 (1/6) Installing ca-certificates (20191127-r4) 21:22:58 (2/6) Installing libgcc (9.3.0-r2) 21:22:58 (3/6) Installing libsodium (1.0.18-r0) 21:22:58 (4/6) Installing libstdc++ (9.3.0-r2) 21:22:58 (5/6) Installing libzmq (4.3.2-r0) 21:22:58 (6/6) Installing zeromq (4.3.2-r0) 21:22:58 Executing busybox-1.31.1-r16.trigger 21:22:58 Executing ca-certificates-20191127-r4.trigger 21:22:58 OK: 8 MiB in 20 packages 21:23:00 Removing intermediate container 9f834824f5fa 21:23:00 ---> c874e1af930a 21:23:00 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:23:01 ---> 5a850a60727e 21:23:01 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:23:01 ---> 344d18309c02 21:23:01 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:23:02 ---> fa6d93b12782 21:23:02 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:23:04 ---> af6868a61245 21:23:04 Step 22/27 : EXPOSE 48095 21:23:04 ---> Running in 45cb0ad8860d 21:23:04 Removing intermediate container 45cb0ad8860d 21:23:04 ---> 4cf55d4cf94f 21:23:04 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:23:04 ---> Running in 51be35e7dc66 21:23:05 Removing intermediate container 51be35e7dc66 21:23:05 ---> 09cef8df2b1a 21:23:05 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:05 ---> Running in b86347f8fe5b 21:23:05 Removing intermediate container b86347f8fe5b 21:23:05 ---> 8b488804d0f9 21:23:05 Step 25/27 : LABEL arch=arm64 21:23:05 ---> Running in c36cd6ea8ca3 21:23:06 Removing intermediate container c36cd6ea8ca3 21:23:06 ---> e6ef163c7ca9 21:23:06 Step 26/27 : LABEL git_sha=26439a05dca3b148c77703615ff35ca2bad687fd 21:23:06 ---> Running in 7faa7310a0ba 21:23:06 Removing intermediate container 7faa7310a0ba 21:23:06 ---> 1a822e9ab5fa 21:23:06 Step 27/27 : LABEL version=0.0.0 21:23:07 ---> Running in aec6cf733358 21:23:07 Removing intermediate container aec6cf733358 21:23:07 ---> a846f2e6125e 21:23:07 [Warning] One or more build-args [ARCH] were not consumed 21:23:07 Successfully built a846f2e6125e 21:23: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 21:23:23 Still waiting to schedule task 21:23:23 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 21:23:47 Running on prd-centos7-docker-8c-8g-895 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws 21:23:48 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 21:23:51 using credential edgex-jenkins-ssh 21:23:51 Cloning the remote Git repository 21:23:51 Cloning with configured refspecs honoured and without tags 21:23:51 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:23:51 > git init /w/workspace/app-service-configurable/2 # timeout=10 21:23:51 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:23:51 > git --version # timeout=10 21:23:51 > git --version # 'git version 2.16.5' 21:23:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:51 > 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 21:23:52 Fetching without tags 21:23:52 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] } [Pipeline] // ws [Pipeline] } 21:23:52 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:23:52 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 21:23:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:23:52 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:23:52 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:23:52 using GIT_SSH to set credentials SSH Credentials for GitHub 21:23:52 > 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 21:23:52 > git config core.sparsecheckout # timeout=10 21:23:52 > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:23:53 Failed in branch amd64 21:24:57 Running on prd-ubuntu18.04-docker-arm64-16c-16g-896 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws 21:24:57 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 21:25:01 using credential edgex-jenkins-ssh 21:25:01 Cloning the remote Git repository 21:25:01 Cloning with configured refspecs honoured and without tags 21:25:01 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:25:02 > git init /w/workspace/app-service-configurable/2 # timeout=10 21:25:02 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:25:02 > git --version # timeout=10 21:25:02 > git --version # 'git version 2.17.1' 21:25:02 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:02 > 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 21:25:03 Fetching without tags 21:25:03 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] } [Pipeline] // ws [Pipeline] } 21:25:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:25:03 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 21:25:03 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:25:03 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:25:03 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:25:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:25:03 > 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 21:25:03 > git config core.sparsecheckout # timeout=10 21:25:03 > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:25:04 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 21:25:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:25:07 ---> package-listing.sh 21:25:07 ++ facter osfamily 21:25:07 ++ tr '[:upper:]' '[:lower:]' 21:25:07 + OS_FAMILY=redhat 21:25:07 + workspace=/w/workspace/_app-service-configurable_PR-105 21:25:07 + START_PACKAGES=/tmp/packages_start.txt 21:25:07 + END_PACKAGES=/tmp/packages_end.txt 21:25:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:25:07 + PACKAGES=/tmp/packages_start.txt 21:25:07 + '[' /w/workspace/_app-service-configurable_PR-105 ']' 21:25:07 + PACKAGES=/tmp/packages_end.txt 21:25:07 + case "${OS_FAMILY}" in 21:25:07 + rpm -qa 21:25:07 + sort 21:25:13 + '[' -f /tmp/packages_start.txt ']' 21:25:13 + '[' -f /tmp/packages_end.txt ']' 21:25:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:25:13 + '[' /w/workspace/_app-service-configurable_PR-105 ']' 21:25:13 + mkdir -p /w/workspace/_app-service-configurable_PR-105/archives/ 21:25:13 + 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 21:25:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:14 21:25:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:25:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:14 alpine: Pulling from edgex-lftools-log-publisher 21:25:14 c9b1b535fdd9: Pulling fs layer 21:25:14 2cc5ad85d9ab: Pulling fs layer 21:25:14 756a868c4378: Pulling fs layer 21:25:14 444b2fc9a129: Pulling fs layer 21:25:14 ea15f1150254: Pulling fs layer 21:25:14 41b27a9f41bf: Pulling fs layer 21:25:14 28c525ee5125: Pulling fs layer 21:25:14 094b1ea09ed8: Pulling fs layer 21:25:14 138eaada9080: Pulling fs layer 21:25:14 0622d0fa9048: Pulling fs layer 21:25:14 41b27a9f41bf: Waiting 21:25:14 28c525ee5125: Waiting 21:25:14 094b1ea09ed8: Waiting 21:25:14 138eaada9080: Waiting 21:25:14 0622d0fa9048: Waiting 21:25:14 444b2fc9a129: Waiting 21:25:14 ea15f1150254: Waiting 21:25:14 2cc5ad85d9ab: Verifying Checksum 21:25:14 2cc5ad85d9ab: Download complete 21:25:14 444b2fc9a129: Verifying Checksum 21:25:14 444b2fc9a129: Download complete 21:25:14 c9b1b535fdd9: Verifying Checksum 21:25:14 c9b1b535fdd9: Download complete 21:25:14 ea15f1150254: Verifying Checksum 21:25:14 ea15f1150254: Download complete 21:25:15 28c525ee5125: Verifying Checksum 21:25:15 28c525ee5125: Download complete 21:25:15 756a868c4378: Verifying Checksum 21:25:15 756a868c4378: Download complete 21:25:15 c9b1b535fdd9: Pull complete 21:25:15 138eaada9080: Verifying Checksum 21:25:15 138eaada9080: Download complete 21:25:16 0622d0fa9048: Verifying Checksum 21:25:16 0622d0fa9048: Download complete 21:25:16 2cc5ad85d9ab: Pull complete 21:25:16 094b1ea09ed8: Verifying Checksum 21:25:16 094b1ea09ed8: Download complete 21:25:16 41b27a9f41bf: Verifying Checksum 21:25:16 41b27a9f41bf: Download complete 21:25:18 756a868c4378: Pull complete 21:25:18 444b2fc9a129: Pull complete 21:25:18 ea15f1150254: Pull complete 21:25:24 41b27a9f41bf: Pull complete 21:25:24 28c525ee5125: Pull complete 21:25:27 094b1ea09ed8: Pull complete 21:25:27 138eaada9080: Pull complete 21:25:27 0622d0fa9048: Pull complete 21:25:27 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:25:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:25:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:25:27 prd-centos7-docker-4c-2g-892 does not seem to be running inside a container 21:25:28 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:25:30 $ docker top 748c9d67aa6de9424ec6224c6bb764e65e5cf30c8816c11ed54d19249131c304 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:25:31 provisioning config files... 21:25:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-105@tmp/config4661932847891205251tmp [Pipeline] { [Pipeline] echo 21:25:31 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:25:31 ---> create-netrc.sh [Pipeline] echo 21:25:31 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:25:32 ---> logs-deploy.sh 21:25:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-105/2 21:25:32 INFO: archiving workspace using pattern(s): 21:25:33 Archives upload complete. 21:25:33 INFO: archiving logs to Nexus