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 [2020-08-31T21:16:53.818Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T21:16:54.029Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T21:16:54.123Z] ========================================================= [2020-08-31T21:16:54.123Z] EdgeX Global Pipelines Version Info [2020-08-31T21:16:54.123Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:16:56.236Z] ------------------- [2020-08-31T21:16:56.236Z] stable info: [2020-08-31T21:16:56.236Z] ------------------- [2020-08-31T21:16:56.236Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T21:16:56.236Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T21:16:56.236Z] Message: update stable to v1.0.115 [2020-08-31T21:16:57.405Z] ------------------- [2020-08-31T21:16:57.405Z] experimental info: [2020-08-31T21:16:57.405Z] ------------------- [2020-08-31T21:16:57.405Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T21:16:57.405Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T21:16:57.405Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T21:16:57.764Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-08-31T21:16:57.840Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-08-31T21:16:57.916Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T21:16:57.994Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T21:16:58.091Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T21:16:58.226Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T21:16:58.312Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T21:16:58.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T21:16:58.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T21:16:58.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T21:16:58.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T21:16:58.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-08-31T21:16:58.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T21:16:58.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T21:16:58.979Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T21:16:59.060Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T21:16:59.146Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T21:16:59.228Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T21:16:59.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T21:16:59.390Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-08-31T21:16:59.475Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T21:16:59.577Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T21:16:59.658Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-105 [Pipeline] echo [2020-08-31T21:16:59.737Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-105 [Pipeline] echo [2020-08-31T21:16:59.817Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-105 [Pipeline] echo [2020-08-31T21:16:59.945Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] echo [2020-08-31T21:17:00.027Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26439a0 [Pipeline] echo [2020-08-31T21:17:00.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T21:17:00.850Z] + git log --format=format:%s -1 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] echo [2020-08-31T21:17:01.095Z] GIT_COMMIT: 26439a05dca3b148c77703615ff35ca2bad687fd, Commit Message: fix of READMe heading sizes per @lenny change request [Pipeline] echo [2020-08-31T21:17:01.150Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:17:02.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:17:02.269Z] [2020-08-31T21:17:02.269Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:17:02.671Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:17:03.074Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T21:17:03.074Z] 31603596830f: Pulling fs layer [2020-08-31T21:17:03.074Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T21:17:03.074Z] 6ca5941a6612: Pulling fs layer [2020-08-31T21:17:03.074Z] ecc8261a40a4: Pulling fs layer [2020-08-31T21:17:03.074Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T21:17:03.074Z] 2a8b12db71e7: Download complete [2020-08-31T21:17:03.373Z] 31603596830f: Verifying Checksum [2020-08-31T21:17:03.373Z] 31603596830f: Download complete [2020-08-31T21:17:03.373Z] 6ca5941a6612: Verifying Checksum [2020-08-31T21:17:03.373Z] 6ca5941a6612: Download complete [2020-08-31T21:17:03.373Z] ecc8261a40a4: Verifying Checksum [2020-08-31T21:17:03.373Z] ecc8261a40a4: Download complete [2020-08-31T21:17:03.994Z] 31603596830f: Pull complete [2020-08-31T21:17:03.994Z] 2a8b12db71e7: Pull complete [2020-08-31T21:17:05.502Z] 6ca5941a6612: Pull complete [2020-08-31T21:17:05.816Z] ecc8261a40a4: Pull complete [2020-08-31T21:17:05.816Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T21:17:05.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:17:05.816Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T21:17:06.285Z] prd-centos7-docker-4c-2g-892 does not seem to be running inside a container [2020-08-31T21:17:06.354Z] $ 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 [2020-08-31T21:17:08.541Z] $ docker top e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:17:08.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:17:08.948Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:17:09.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:17:09.325Z] $ docker exec e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent [2020-08-31T21:17:09.508Z] SSH_AUTH_SOCK=/tmp/ssh-mkjTbxOusUTf/agent.13 [2020-08-31T21:17:09.508Z] SSH_AGENT_PID=18 [2020-08-31T21:17:09.527Z] Running ssh-add (command line suppressed) [2020-08-31T21:17:09.848Z] 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) [2020-08-31T21:17:09.996Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:17:10.542Z] + git describe --exact-match --tags HEAD [2020-08-31T21:17:10.542Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T21:17:10.629Z] $ docker exec --env ******** --env ******** e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent -k [2020-08-31T21:17:10.833Z] unset SSH_AUTH_SOCK; [2020-08-31T21:17:10.833Z] unset SSH_AGENT_PID; [2020-08-31T21:17:10.833Z] echo Agent pid 18 killed; [2020-08-31T21:17:10.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T21:17:10.990Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T21:17:10.990Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T21:17:11.077Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:17:11.077Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:17:11.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:17:11.394Z] $ docker exec e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent [2020-08-31T21:17:11.643Z] SSH_AUTH_SOCK=/tmp/ssh-8nSveerFriIV/agent.46 [2020-08-31T21:17:11.643Z] SSH_AGENT_PID=52 [2020-08-31T21:17:11.650Z] Running ssh-add (command line suppressed) [2020-08-31T21:17:11.844Z] 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) [2020-08-31T21:17:11.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:17:12.607Z] + git semver init [2020-08-31T21:17:12.607Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:17:12.607Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-105/.git [2020-08-31T21:17:12.607Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-105 [2020-08-31T21:17:12.607Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:17:12.607Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:17:12.607Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:17:12.607Z] # $SEMVER_BRANCH = PR-105 [2020-08-31T21:17:12.607Z] # $SEMVER_TEMP = /tmp/semver-417074683 [2020-08-31T21:17:12.607Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-08-31T21:17:12.874Z] # '/tmp/semver-417074683' -> '/w/workspace/_app-service-configurable_PR-105/.semver' [2020-08-31T21:17:12.874Z] # -> Force: false [2020-08-31T21:17:12.874Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-105/.semver [Pipeline] } [2020-08-31T21:17:12.898Z] $ docker exec --env ******** --env ******** e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 ssh-agent -k [2020-08-31T21:17:13.118Z] unset SSH_AUTH_SOCK; [2020-08-31T21:17:13.118Z] unset SSH_AGENT_PID; [2020-08-31T21:17:13.119Z] echo Agent pid 52 killed; [2020-08-31T21:17:13.192Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:17:13.683Z] + git semver [Pipeline] } [2020-08-31T21:17:13.711Z] $ docker stop --time=1 e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 [2020-08-31T21:17:15.129Z] $ docker rm -f e6750be502c7d843f5d051095cd2197e2e8b6cc56a5230d40245a5b11efc00a2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T21:17:16.088Z] Stashed 23 file(s) [Pipeline] echo [2020-08-31T21:17:16.090Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-08-31T21:17:16.169Z] 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 [2020-08-31T21:17:31.556Z] Still waiting to schedule task [2020-08-31T21:17:31.556Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T21:17:31.558Z] Still waiting to schedule task [2020-08-31T21:17:31.558Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-31T21:19:17.842Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-893 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws [2020-08-31T21:19:17.886Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2020-08-31T21:19:22.792Z] using credential edgex-jenkins-ssh [2020-08-31T21:19:22.844Z] Cloning the remote Git repository [2020-08-31T21:19:22.844Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:19:22.920Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:19:23.896Z] Fetching without tags [2020-08-31T21:19:23.051Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2020-08-31T21:19:23.117Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:19:23.117Z] > git --version # timeout=10 [2020-08-31T21:19:23.134Z] > git --version # 'git version 2.17.1' [2020-08-31T21:19:23.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:19:23.202Z] > 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 [2020-08-31T21:19:23.828Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:19:23.845Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T21:19:23.862Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:19:23.884Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:19:23.911Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:19:23.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:19:23.924Z] > 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 [2020-08-31T21:19:24.345Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd [2020-08-31T21:19:24.554Z] Merge succeeded, producing 26439a05dca3b148c77703615ff35ca2bad687fd [2020-08-31T21:19:24.554Z] Checking out Revision 26439a05dca3b148c77703615ff35ca2bad687fd (PR-105) [2020-08-31T21:19:24.367Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:19:24.380Z] > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 [2020-08-31T21:19:24.461Z] > git remote # timeout=10 [2020-08-31T21:19:24.483Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T21:19:24.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:19:24.510Z] > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 [2020-08-31T21:19:24.531Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T21:19:24.565Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:19:24.584Z] > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 [2020-08-31T21:19:28.901Z] 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 [2020-08-31T21:19:30.073Z] ========================================================= [2020-08-31T21:19:30.073Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T21:19:30.073Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:19:31.204Z] + 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 . [2020-08-31T21:19:32.193Z] Sending build context to Docker daemon 302.6kB [2020-08-31T21:19:32.193Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T21:19:32.193Z] Step 2/8 : FROM ${BASE} [2020-08-31T21:19:32.468Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T21:19:32.468Z] b538f80385f9: Pulling fs layer [2020-08-31T21:19:32.468Z] 74f711af9a0d: Pulling fs layer [2020-08-31T21:19:32.468Z] 99f96fe45779: Pulling fs layer [2020-08-31T21:19:32.468Z] fd7a069fd194: Pulling fs layer [2020-08-31T21:19:32.468Z] 66aa3694b03b: Pulling fs layer [2020-08-31T21:19:32.468Z] 170f70906a0f: Pulling fs layer [2020-08-31T21:19:32.468Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T21:19:32.468Z] e772456be8f7: Pulling fs layer [2020-08-31T21:19:32.468Z] c890913d741a: Pulling fs layer [2020-08-31T21:19:32.468Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T21:19:32.468Z] 09adf4765672: Pulling fs layer [2020-08-31T21:19:32.468Z] 170f70906a0f: Waiting [2020-08-31T21:19:32.468Z] ad7c5574e4b9: Waiting [2020-08-31T21:19:32.468Z] e772456be8f7: Waiting [2020-08-31T21:19:32.468Z] c890913d741a: Waiting [2020-08-31T21:19:32.468Z] 2480fcc9aa5a: Waiting [2020-08-31T21:19:32.468Z] 09adf4765672: Waiting [2020-08-31T21:19:32.468Z] fd7a069fd194: Waiting [2020-08-31T21:19:32.468Z] 66aa3694b03b: Waiting [2020-08-31T21:19:32.468Z] 99f96fe45779: Verifying Checksum [2020-08-31T21:19:32.468Z] 99f96fe45779: Download complete [2020-08-31T21:19:32.468Z] 74f711af9a0d: Verifying Checksum [2020-08-31T21:19:32.468Z] 74f711af9a0d: Download complete [2020-08-31T21:19:32.468Z] 66aa3694b03b: Download complete [2020-08-31T21:19:32.468Z] 170f70906a0f: Download complete [2020-08-31T21:19:32.468Z] b538f80385f9: Verifying Checksum [2020-08-31T21:19:32.468Z] b538f80385f9: Download complete [2020-08-31T21:19:33.479Z] b538f80385f9: Pull complete [2020-08-31T21:19:34.078Z] 74f711af9a0d: Pull complete [2020-08-31T21:19:34.354Z] 99f96fe45779: Pull complete [2020-08-31T21:19:35.793Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T21:19:35.793Z] ad7c5574e4b9: Download complete [2020-08-31T21:19:35.793Z] c890913d741a: Verifying Checksum [2020-08-31T21:19:35.793Z] c890913d741a: Download complete [2020-08-31T21:19:37.763Z] e772456be8f7: Verifying Checksum [2020-08-31T21:19:37.763Z] e772456be8f7: Download complete [2020-08-31T21:19:37.763Z] 09adf4765672: Verifying Checksum [2020-08-31T21:19:37.763Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T21:19:37.763Z] 2480fcc9aa5a: Download complete [2020-08-31T21:19:38.354Z] fd7a069fd194: Verifying Checksum [2020-08-31T21:19:38.354Z] fd7a069fd194: Download complete [2020-08-31T21:19:50.781Z] fd7a069fd194: Pull complete [2020-08-31T21:19:50.781Z] 66aa3694b03b: Pull complete [2020-08-31T21:19:50.781Z] 170f70906a0f: Pull complete [2020-08-31T21:19:53.405Z] ad7c5574e4b9: Pull complete [2020-08-31T21:19:58.801Z] e772456be8f7: Pull complete [2020-08-31T21:19:58.801Z] c890913d741a: Pull complete [2020-08-31T21:20:00.789Z] 2480fcc9aa5a: Pull complete [2020-08-31T21:20:01.065Z] 09adf4765672: Pull complete [2020-08-31T21:20:01.065Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T21:20:01.065Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T21:20:01.065Z] ---> 2248a725d1cf [2020-08-31T21:20:01.065Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:20:06.483Z] ---> Running in 081c4ca65ae8 [2020-08-31T21:20:06.483Z] Removing intermediate container 081c4ca65ae8 [2020-08-31T21:20:06.483Z] ---> 4a125fdcf109 [2020-08-31T21:20:06.483Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:20:06.483Z] ---> Running in b048bccbd54d [2020-08-31T21:20:09.105Z] Removing intermediate container b048bccbd54d [2020-08-31T21:20:09.105Z] ---> 250358975e81 [2020-08-31T21:20:09.105Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-31T21:20:09.105Z] ---> Running in 08f92c5d8156 [2020-08-31T21:20:10.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:20:11.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:20:12.019Z] Running on prd-centos7-docker-4c-2g-894 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [2020-08-31T21:20:12.025Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-31T21:20:12.025Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:20:12.025Z] (3/6) Installing pkgconf (1.7.2-r0) [Pipeline] ws [2020-08-31T21:20:12.077Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2020-08-31T21:20:12.295Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-31T21:20:12.295Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:20:12.566Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-31T21:20:12.566Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:20:12.566Z] OK: 143 MiB in 45 packages [2020-08-31T21:20:13.995Z] Removing intermediate container 08f92c5d8156 [2020-08-31T21:20:13.995Z] ---> 146a3a38e8d8 [2020-08-31T21:20:13.995Z] Step 6/8 : WORKDIR /app [2020-08-31T21:20:13.995Z] ---> Running in fa6610265550 [2020-08-31T21:20:14.162Z] using credential edgex-jenkins-ssh [2020-08-31T21:20:14.213Z] Cloning the remote Git repository [2020-08-31T21:20:14.213Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:20:14.251Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:20:14.324Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2020-08-31T21:20:14.374Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:20:14.374Z] > git --version # timeout=10 [2020-08-31T21:20:14.380Z] > git --version # 'git version 2.16.5' [2020-08-31T21:20:14.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:20:14.589Z] Removing intermediate container fa6610265550 [2020-08-31T21:20:14.589Z] ---> 6c3b7e4053d1 [2020-08-31T21:20:14.589Z] Step 7/8 : COPY . . [2020-08-31T21:20:14.879Z] Fetching without tags [2020-08-31T21:20:15.185Z] ---> c3f34dd42d21 [2020-08-31T21:20:15.185Z] Step 8/8 : RUN go mod download [2020-08-31T21:20:15.242Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd [2020-08-31T21:20:15.313Z] Merge succeeded, producing 26439a05dca3b148c77703615ff35ca2bad687fd [2020-08-31T21:20:15.313Z] Checking out Revision 26439a05dca3b148c77703615ff35ca2bad687fd (PR-105) [2020-08-31T21:20:15.461Z] ---> Running in 5c4f8b256b9a [2020-08-31T21:20:14.403Z] > 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 [2020-08-31T21:20:14.854Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:20:14.863Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T21:20:14.872Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:20:14.883Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:20:14.892Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:20:14.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:20:14.897Z] > 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 [2020-08-31T21:20:15.258Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:20:15.264Z] > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 [2020-08-31T21:20:15.294Z] > git remote # timeout=10 [2020-08-31T21:20:15.299Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T21:20:15.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:20:15.308Z] > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 [2020-08-31T21:20:15.316Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T21:20:15.325Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:20:15.340Z] > git checkout -f 26439a05dca3b148c77703615ff35ca2bad687fd # timeout=10 [2020-08-31T21:20:18.910Z] 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 [2020-08-31T21:20:19.701Z] ========================================================= [2020-08-31T21:20:19.701Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T21:20:19.701Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:20:19.764Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-31T21:20:20.032Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:20:20.032Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:20:20.032Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:20:20.032Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:20:20.032Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:20:20.300Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:20:20.300Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:20:20.300Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-31T21:20:20.300Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-31T21:20:20.300Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-31T21:20:20.357Z] + 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 . [2020-08-31T21:20:20.569Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:20:20.569Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:20:20.569Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-31T21:20:20.569Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-31T21:20:20.622Z] Sending build context to Docker daemon 302.6kB [2020-08-31T21:20:20.622Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T21:20:20.622Z] Step 2/8 : FROM ${BASE} [2020-08-31T21:20:20.622Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T21:20:20.622Z] df20fa9351a1: Pulling fs layer [2020-08-31T21:20:20.622Z] ed8968b2872e: Pulling fs layer [2020-08-31T21:20:20.622Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T21:20:20.622Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T21:20:20.622Z] 1e091d79d1de: Pulling fs layer [2020-08-31T21:20:20.622Z] 481702a1767f: Pulling fs layer [2020-08-31T21:20:20.622Z] f64a6f60c768: Pulling fs layer [2020-08-31T21:20:20.622Z] e78d2573fc39: Pulling fs layer [2020-08-31T21:20:20.622Z] e876d2f968b6: Pulling fs layer [2020-08-31T21:20:20.622Z] ce8a83651883: Pulling fs layer [2020-08-31T21:20:20.622Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T21:20:20.622Z] f64a6f60c768: Waiting [2020-08-31T21:20:20.622Z] e78d2573fc39: Waiting [2020-08-31T21:20:20.622Z] e876d2f968b6: Waiting [2020-08-31T21:20:20.622Z] ce8a83651883: Waiting [2020-08-31T21:20:20.622Z] 2dd03ba5bac4: Waiting [2020-08-31T21:20:20.622Z] 1e091d79d1de: Waiting [2020-08-31T21:20:20.622Z] 07967f4d0e4b: Waiting [2020-08-31T21:20:20.622Z] 481702a1767f: Waiting [2020-08-31T21:20:20.838Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:20:20.838Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-31T21:20:20.838Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:20:20.838Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-31T21:20:20.892Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T21:20:20.892Z] a92cc7c5fd73: Download complete [2020-08-31T21:20:20.892Z] ed8968b2872e: Verifying Checksum [2020-08-31T21:20:20.892Z] ed8968b2872e: Download complete [2020-08-31T21:20:20.892Z] 1e091d79d1de: Verifying Checksum [2020-08-31T21:20:20.892Z] 1e091d79d1de: Download complete [2020-08-31T21:20:20.892Z] 481702a1767f: Verifying Checksum [2020-08-31T21:20:20.892Z] 481702a1767f: Download complete [2020-08-31T21:20:20.892Z] df20fa9351a1: Verifying Checksum [2020-08-31T21:20:20.892Z] df20fa9351a1: Download complete [2020-08-31T21:20:21.108Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:20:21.108Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:20:21.108Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:20:21.108Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-31T21:20:21.108Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-31T21:20:21.109Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-31T21:20:21.168Z] df20fa9351a1: Pull complete [2020-08-31T21:20:21.394Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-31T21:20:21.394Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-31T21:20:21.394Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:20:21.394Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-31T21:20:21.394Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-31T21:20:21.684Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-31T21:20:21.684Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:20:21.684Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-31T21:20:21.684Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T21:20:21.684Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-31T21:20:21.684Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:20:21.957Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:20:21.957Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:20:21.957Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:20:21.957Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:20:21.957Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:20:22.165Z] f64a6f60c768: Download complete [2020-08-31T21:20:22.165Z] e876d2f968b6: Verifying Checksum [2020-08-31T21:20:22.165Z] e876d2f968b6: Download complete [2020-08-31T21:20:22.165Z] ed8968b2872e: Pull complete [2020-08-31T21:20:22.231Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:20:22.231Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:20:22.231Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T21:20:22.231Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:20:22.231Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:20:22.433Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T21:20:22.433Z] 2dd03ba5bac4: Download complete [2020-08-31T21:20:22.433Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T21:20:22.433Z] 07967f4d0e4b: Download complete [2020-08-31T21:20:22.501Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:20:22.501Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T21:20:22.501Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:20:22.501Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:20:22.501Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:20:22.695Z] ce8a83651883: Verifying Checksum [2020-08-31T21:20:22.695Z] ce8a83651883: Download complete [2020-08-31T21:20:22.771Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:20:22.771Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-31T21:20:22.771Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:20:22.771Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T21:20:22.771Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T21:20:22.957Z] e78d2573fc39: Verifying Checksum [2020-08-31T21:20:22.957Z] e78d2573fc39: Download complete [2020-08-31T21:20:23.042Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T21:20:23.042Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-31T21:20:23.042Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:20:23.042Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:20:23.042Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T21:20:23.042Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:20:23.218Z] a92cc7c5fd73: Pull complete [2020-08-31T21:20:23.313Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:20:23.313Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:20:23.313Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T21:20:23.313Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:20:23.583Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:20:23.583Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:20:23.583Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:20:23.583Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:20:23.583Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-31T21:20:23.583Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-31T21:20:23.853Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:20:23.853Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-31T21:20:23.853Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:20:23.853Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:20:23.853Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:20:24.123Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:20:24.123Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T21:20:24.123Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:20:24.123Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-31T21:20:24.123Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-31T21:20:24.395Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-31T21:20:24.395Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:20:24.395Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:20:24.395Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-31T21:20:24.395Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-31T21:20:24.666Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-31T21:20:24.666Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-31T21:20:24.666Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-31T21:20:24.666Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:20:24.666Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-31T21:20:24.938Z] go: finding golang.org/x/text v0.3.2 [2020-08-31T21:20:24.938Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-31T21:20:24.938Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-31T21:20:25.210Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-31T21:20:25.210Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-31T21:20:25.210Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-31T21:20:25.210Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:20:25.210Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-31T21:20:29.837Z] 2dd03ba5bac4: Pull complete [2020-08-31T21:20:29.837Z] 1e091d79d1de: Pull complete [2020-08-31T21:20:29.837Z] 481702a1767f: Pull complete [2020-08-31T21:20:35.150Z] f64a6f60c768: Pull complete [2020-08-31T21:20:37.729Z] e78d2573fc39: Pull complete [2020-08-31T21:20:37.729Z] e876d2f968b6: Pull complete [2020-08-31T21:20:38.679Z] ce8a83651883: Pull complete [2020-08-31T21:20:38.941Z] 07967f4d0e4b: Pull complete [2020-08-31T21:20:38.941Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T21:20:38.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T21:20:38.941Z] ---> 5d7c900382c6 [2020-08-31T21:20:38.941Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:20:40.862Z] ---> Running in e7af461dea5c [2020-08-31T21:20:40.862Z] Removing intermediate container e7af461dea5c [2020-08-31T21:20:40.862Z] ---> 31341f4bd11f [2020-08-31T21:20:40.862Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:20:40.862Z] ---> Running in df3685c50096 [2020-08-31T21:20:42.252Z] Removing intermediate container df3685c50096 [2020-08-31T21:20:42.252Z] ---> d0eeea9bb2f0 [2020-08-31T21:20:42.252Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-31T21:20:42.252Z] ---> Running in 74290917a4d3 [2020-08-31T21:20:42.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T21:20:43.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:20:44.341Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-31T21:20:44.341Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:20:44.341Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-31T21:20:44.603Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-31T21:20:44.603Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:20:45.175Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-31T21:20:45.436Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:20:45.436Z] OK: 167 MiB in 45 packages [2020-08-31T21:20:46.008Z] Removing intermediate container 74290917a4d3 [2020-08-31T21:20:46.008Z] ---> a9ae7246df89 [2020-08-31T21:20:46.008Z] Step 6/8 : WORKDIR /app [2020-08-31T21:20:46.008Z] ---> Running in 206ba616b2c8 [2020-08-31T21:20:46.272Z] Removing intermediate container 206ba616b2c8 [2020-08-31T21:20:46.272Z] ---> 5745b9b7ff99 [2020-08-31T21:20:46.272Z] Step 7/8 : COPY . . [2020-08-31T21:20:46.543Z] ---> 2a5bbfcf4e0c [2020-08-31T21:20:46.543Z] Step 8/8 : RUN go mod download [2020-08-31T21:20:46.543Z] ---> Running in 8c489dfd960f [2020-08-31T21:20:47.409Z] Removing intermediate container 5c4f8b256b9a [2020-08-31T21:20:47.409Z] ---> 79d0e734cbb8 [2020-08-31T21:20:47.409Z] Successfully built 79d0e734cbb8 [2020-08-31T21:20:47.409Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:20:48.148Z] + docker inspect -f . ci-base-image-arm64 [2020-08-31T21:20:48.148Z] . [Pipeline] withDockerContainer [2020-08-31T21:20:48.428Z] prd-ubuntu18.04-docker-arm64-4c-16g-893 does not seem to be running inside a container [2020-08-31T21:20:48.509Z] $ 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 [2020-08-31T21:20:49.853Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-31T21:20:49.853Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:20:49.853Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:20:49.853Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:20:50.114Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:20:50.114Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:20:50.114Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:20:50.114Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:20:50.114Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-31T21:20:50.374Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-31T21:20:50.374Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-31T21:20:50.374Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:20:50.374Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:20:50.374Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-31T21:20:50.405Z] $ docker top 08a77d05e7aaf4f9fd1eb489bf28d3faf56cad8193b7b832fab8fad1157b5fac -eo pid,comm [2020-08-31T21:20:50.635Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-31T21:20:50.635Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:20:50.635Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-31T21:20:50.635Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:20:50.635Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [Pipeline] { [Pipeline] sh [2020-08-31T21:20:50.897Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:20:50.897Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:20:50.897Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:20:50.897Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-31T21:20:50.897Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-31T21:20:51.158Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-31T21:20:51.158Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-31T21:20:51.158Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-31T21:20:51.158Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:20:51.158Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-31T21:20:51.419Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-31T21:20:51.419Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-31T21:20:51.419Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:20:51.419Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-31T21:20:51.419Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T21:20:51.419Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-31T21:20:51.680Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:20:51.680Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:20:51.680Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:20:51.680Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:20:51.680Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:20:51.828Z] + go version [2020-08-31T21:20:51.828Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-31T21:20:51.943Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:20:51.943Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:20:51.943Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:20:51.943Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T21:20:51.943Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:20:52.204Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:20:52.204Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:20:52.204Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T21:20:52.204Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:20:52.204Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:20:52.465Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:20:52.465Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:20:52.465Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-31T21:20:52.465Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:20:52.465Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T21:20:52.465Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T21:20:52.726Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T21:20:52.726Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-31T21:20:52.726Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:20:52.726Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:20:52.726Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T21:20:52.890Z] + make test [2020-08-31T21:20:52.890Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-08-31T21:20:52.987Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:20:52.987Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:20:52.987Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:20:52.987Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T21:20:52.987Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:20:53.248Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:20:53.248Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:20:53.248Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:20:53.248Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:20:53.248Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-31T21:20:53.508Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-31T21:20:53.508Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:20:53.508Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-31T21:20:53.508Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:20:53.508Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:20:53.768Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:20:53.768Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:20:53.768Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T21:20:53.768Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:20:53.768Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-31T21:20:53.768Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-31T21:20:54.029Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-31T21:20:54.029Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:20:54.029Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:20:54.029Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-31T21:20:54.029Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-31T21:20:54.290Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-31T21:20:54.290Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-31T21:20:54.290Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-31T21:20:54.290Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:20:54.290Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-31T21:20:54.551Z] go: finding golang.org/x/text v0.3.2 [2020-08-31T21:20:54.551Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-31T21:20:54.551Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-31T21:20:54.551Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-31T21:20:54.551Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-31T21:20:54.811Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-31T21:20:54.811Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:20:54.811Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-31T21:21:16.838Z] Removing intermediate container 8c489dfd960f [2020-08-31T21:21:16.839Z] ---> e4ddc60fa065 [2020-08-31T21:21:16.839Z] Successfully built e4ddc60fa065 [2020-08-31T21:21:16.839Z] 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 [2020-08-31T21:21:17.577Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-31T21:21:17.577Z] . [Pipeline] withDockerContainer [2020-08-31T21:21:17.725Z] prd-centos7-docker-4c-2g-894 does not seem to be running inside a container [2020-08-31T21:21:17.875Z] $ 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 [2020-08-31T21:21:18.683Z] $ docker top 4d149f974c17b993bc4979e347bc711b111be6d7b797dd691269ba0ea59968b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T21:21:19.188Z] + go version [2020-08-31T21:21:19.189Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-31T21:21:19.493Z] + make test [2020-08-31T21:21:19.493Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-08-31T21:21:34.725Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-08-31T21:21:34.725Z] CGO_ENABLED=1 go vet ./... [2020-08-31T21:21:37.315Z] gofmt -l . [2020-08-31T21:21:37.315Z] [ "`gofmt -l .`" = "" ] [2020-08-31T21:21:37.315Z] ./bin/test-go-mod-tidy.sh [2020-08-31T21:21:37.902Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-08-31T21:21:38.574Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T21:21:38.590Z] $ docker stop --time=1 4d149f974c17b993bc4979e347bc711b111be6d7b797dd691269ba0ea59968b9 [2020-08-31T21:21:39.879Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-08-31T21:21:39.879Z] CGO_ENABLED=1 go vet ./... [2020-08-31T21:21:40.979Z] $ docker rm -f 4d149f974c17b993bc4979e347bc711b111be6d7b797dd691269ba0ea59968b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T21:21:43.682Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:21:43.975Z] + ls -al . [2020-08-31T21:21:43.975Z] total 96 [2020-08-31T21:21:43.975Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 31 21:21 . [2020-08-31T21:21:43.975Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 21:20 .. [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 6027 Aug 31 21:20 Attribution.txt [2020-08-31T21:21:43.975Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 21:20 bin [2020-08-31T21:21:43.975Z] -rw-r--r--. 1 jenkins jenkins 10 Aug 31 21:21 coverage.out [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 180 Aug 31 21:20 docker-compose.debug.yml [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 133 Aug 31 21:20 docker-compose.yml [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 2002 Aug 31 21:20 Dockerfile [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 966 Aug 31 21:20 Dockerfile.build [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 119 Aug 31 21:20 .dockerignore [2020-08-31T21:21:43.975Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 21:20 .git [2020-08-31T21:21:43.975Z] drwxrwxr-x. 2 jenkins jenkins 81 Aug 31 21:20 .github [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 93 Aug 31 21:20 .gitignore [2020-08-31T21:21:43.975Z] -rw-r--r--. 1 jenkins jenkins 133 Aug 31 21:21 go.mod [2020-08-31T21:21:43.975Z] -rw-r--r--. 1 jenkins jenkins 19478 Aug 31 21:21 go.sum [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 710 Aug 31 21:20 Jenkinsfile [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 10174 Aug 31 21:20 LICENSE [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 1519 Aug 31 21:20 main.go [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 1573 Aug 31 21:20 makefile [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 1277 Aug 31 21:20 README.md [2020-08-31T21:21:43.975Z] drwxrwxr-x. 10 jenkins jenkins 171 Aug 31 21:20 res [2020-08-31T21:21:43.975Z] drwxrwxr-x. 3 jenkins jenkins 46 Aug 31 21:20 .semver [2020-08-31T21:21:43.975Z] drwxrwxr-x. 4 jenkins jenkins 71 Aug 31 21:20 snap [2020-08-31T21:21:43.975Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 21:17 VERSION [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:21:44.277Z] + 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 . [2020-08-31T21:21:44.277Z] Sending build context to Docker daemon 325.1kB [2020-08-31T21:21:44.277Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-31T21:21:44.277Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-31T21:21:44.277Z] ---> e4ddc60fa065 [2020-08-31T21:21:44.277Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-31T21:21:44.538Z] ---> Running in 71c384a718ef [2020-08-31T21:21:44.802Z] Removing intermediate container 71c384a718ef [2020-08-31T21:21:44.802Z] ---> 675c0746314e [2020-08-31T21:21:44.802Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:21:44.802Z] ---> Running in af6eec88448d [2020-08-31T21:21:44.802Z] Removing intermediate container af6eec88448d [2020-08-31T21:21:44.802Z] ---> 1c9ddf6ebf16 [2020-08-31T21:21:44.802Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:21:45.064Z] ---> Running in e97243efeff6 [2020-08-31T21:21:45.064Z] Removing intermediate container e97243efeff6 [2020-08-31T21:21:45.064Z] ---> eb4c93f438cd [2020-08-31T21:21:45.064Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:21:45.326Z] ---> Running in c5b50ead4b2d [2020-08-31T21:21:45.338Z] gofmt -l . [2020-08-31T21:21:45.338Z] [ "`gofmt -l .`" = "" ] [2020-08-31T21:21:45.338Z] ./bin/test-go-mod-tidy.sh [2020-08-31T21:21:45.916Z] Removing intermediate container c5b50ead4b2d [2020-08-31T21:21:45.916Z] ---> 6e70f55f1d7f [2020-08-31T21:21:45.916Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:21:45.938Z] ./bin/test-attribution-txt.sh [2020-08-31T21:21:46.183Z] ---> Running in 9b8b95c5a40e [2020-08-31T21:21:46.447Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] stash [2020-08-31T21:21:46.976Z] Warning: overwriting stash ‘coverage-report’ [2020-08-31T21:21:47.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:21:47.582Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T21:21:47.595Z] $ docker stop --time=1 08a77d05e7aaf4f9fd1eb489bf28d3faf56cad8193b7b832fab8fad1157b5fac [2020-08-31T21:21:47.966Z] OK: 167 MiB in 45 packages [2020-08-31T21:21:48.226Z] Removing intermediate container 9b8b95c5a40e [2020-08-31T21:21:48.226Z] ---> c7c07afff644 [2020-08-31T21:21:48.226Z] Step 8/27 : WORKDIR /app [2020-08-31T21:21:48.226Z] ---> Running in 1605e40017a7 [2020-08-31T21:21:48.226Z] Removing intermediate container 1605e40017a7 [2020-08-31T21:21:48.226Z] ---> 755c0ac874ff [2020-08-31T21:21:48.226Z] Step 9/27 : COPY go.mod . [2020-08-31T21:21:48.490Z] ---> 254b342c9777 [2020-08-31T21:21:48.490Z] Step 10/27 : RUN go mod download [2020-08-31T21:21:48.751Z] ---> Running in 40358a8c66ed [2020-08-31T21:21:49.703Z] Removing intermediate container 40358a8c66ed [2020-08-31T21:21:49.703Z] ---> 4789c7f855e1 [2020-08-31T21:21:49.703Z] Step 11/27 : COPY . . [2020-08-31T21:21:49.924Z] $ docker rm -f 08a77d05e7aaf4f9fd1eb489bf28d3faf56cad8193b7b832fab8fad1157b5fac [2020-08-31T21:21:49.965Z] ---> 07be3975b6aa [2020-08-31T21:21:49.965Z] Step 12/27 : ARG MAKE="make build" [2020-08-31T21:21:49.965Z] ---> Running in ede882fc2476 [2020-08-31T21:21:50.225Z] Removing intermediate container ede882fc2476 [2020-08-31T21:21:50.225Z] ---> ae32cb08ac18 [2020-08-31T21:21:50.225Z] Step 13/27 : RUN $MAKE [2020-08-31T21:21:50.225Z] ---> Running in d9583500f3ad [2020-08-31T21:21:50.491Z] 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 [2020-08-31T21:21:51.454Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:21:51.786Z] + ls -al . [2020-08-31T21:21:51.786Z] total 124 [2020-08-31T21:21:51.786Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:21 . [2020-08-31T21:21:51.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:19 .. [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 21:19 .dockerignore [2020-08-31T21:21:51.786Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:19 .git [2020-08-31T21:21:51.786Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:19 .github [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 93 Aug 31 21:19 .gitignore [2020-08-31T21:21:51.786Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:19 .semver [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 6027 Aug 31 21:19 Attribution.txt [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 2002 Aug 31 21:19 Dockerfile [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 966 Aug 31 21:19 Dockerfile.build [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 710 Aug 31 21:19 Jenkinsfile [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 21:19 LICENSE [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 1277 Aug 31 21:19 README.md [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 21:17 VERSION [2020-08-31T21:21:51.786Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:19 bin [2020-08-31T21:21:51.786Z] -rw-r--r-- 1 jenkins jenkins 10 Aug 31 21:20 coverage.out [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 180 Aug 31 21:19 docker-compose.debug.yml [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 133 Aug 31 21:19 docker-compose.yml [2020-08-31T21:21:51.786Z] -rw-r--r-- 1 jenkins jenkins 133 Aug 31 21:21 go.mod [2020-08-31T21:21:51.786Z] -rw-r--r-- 1 jenkins jenkins 19478 Aug 31 21:21 go.sum [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 1519 Aug 31 21:19 main.go [2020-08-31T21:21:51.786Z] -rw-rw-r-- 1 jenkins jenkins 1573 Aug 31 21:19 makefile [2020-08-31T21:21:51.786Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 21:19 res [2020-08-31T21:21:51.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:19 snap [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:21:52.122Z] + 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 . [2020-08-31T21:21:52.398Z] Sending build context to Docker daemon 325.1kB [2020-08-31T21:21:52.398Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-31T21:21:52.398Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-31T21:21:52.398Z] ---> 79d0e734cbb8 [2020-08-31T21:21:52.398Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-31T21:21:52.672Z] ---> Running in 35096809265f [2020-08-31T21:21:53.265Z] Removing intermediate container 35096809265f [2020-08-31T21:21:53.265Z] ---> 60f975569b6d [2020-08-31T21:21:53.265Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:21:53.265Z] ---> Running in e8fb66e697a9 [2020-08-31T21:21:53.537Z] Removing intermediate container e8fb66e697a9 [2020-08-31T21:21:53.537Z] ---> 4937765e1ef7 [2020-08-31T21:21:53.537Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:21:53.810Z] ---> Running in 4b99a3bbe8ae [2020-08-31T21:21:54.407Z] Removing intermediate container 4b99a3bbe8ae [2020-08-31T21:21:54.407Z] ---> 4e6c9a984701 [2020-08-31T21:21:54.407Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:21:54.407Z] ---> Running in b1fe7e890059 [2020-08-31T21:21:57.027Z] Removing intermediate container b1fe7e890059 [2020-08-31T21:21:57.027Z] ---> 9d0f5b2e19af [2020-08-31T21:21:57.027Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:21:57.027Z] ---> Running in 25e0e2ff6fc7 [2020-08-31T21:21:58.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:21:59.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:22:00.018Z] OK: 143 MiB in 45 packages [2020-08-31T21:22:00.990Z] Removing intermediate container 25e0e2ff6fc7 [2020-08-31T21:22:00.990Z] ---> fc294fb20a6b [2020-08-31T21:22:00.990Z] Step 8/27 : WORKDIR /app [2020-08-31T21:22:01.261Z] ---> Running in 67ce9a5836c1 [2020-08-31T21:22:01.855Z] Removing intermediate container 67ce9a5836c1 [2020-08-31T21:22:01.855Z] ---> e24708bc3334 [2020-08-31T21:22:01.855Z] Step 9/27 : COPY go.mod . [2020-08-31T21:22:02.448Z] ---> 703bcb5cb58e [2020-08-31T21:22:02.448Z] Step 10/27 : RUN go mod download [2020-08-31T21:22:02.448Z] ---> Running in 2c9a1f1fc25d [2020-08-31T21:22:05.062Z] Removing intermediate container 2c9a1f1fc25d [2020-08-31T21:22:05.062Z] ---> adcf9bd53d88 [2020-08-31T21:22:05.062Z] Step 11/27 : COPY . . [2020-08-31T21:22:06.040Z] ---> d976571bf697 [2020-08-31T21:22:06.040Z] Step 12/27 : ARG MAKE="make build" [2020-08-31T21:22:06.040Z] ---> Running in 19f6a304b741 [2020-08-31T21:22:06.639Z] Removing intermediate container 19f6a304b741 [2020-08-31T21:22:06.639Z] ---> 0c545d2db33c [2020-08-31T21:22:06.639Z] Step 13/27 : RUN $MAKE [2020-08-31T21:22:06.639Z] ---> Running in 2890ac4cdda5 [2020-08-31T21:22:08.078Z] 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 [2020-08-31T21:22:08.746Z] Removing intermediate container d9583500f3ad [2020-08-31T21:22:08.746Z] ---> ab4763063b02 [2020-08-31T21:22:08.746Z] Step 14/27 : FROM alpine:latest [2020-08-31T21:22:08.746Z] latest: Pulling from library/alpine [2020-08-31T21:22:08.746Z] df20fa9351a1: Already exists [2020-08-31T21:22:08.746Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T21:22:08.746Z] Status: Downloaded newer image for alpine:latest [2020-08-31T21:22:08.746Z] ---> a24bb4013296 [2020-08-31T21:22:08.746Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:22:08.746Z] ---> Running in d8359efe8c17 [2020-08-31T21:22:08.746Z] Removing intermediate container d8359efe8c17 [2020-08-31T21:22:08.746Z] ---> 825a6ebc0714 [2020-08-31T21:22:08.746Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-31T21:22:08.746Z] ---> Running in 7c8e3de68b59 [2020-08-31T21:22:08.746Z] Removing intermediate container 7c8e3de68b59 [2020-08-31T21:22:08.746Z] ---> 488a4c680e6f [2020-08-31T21:22:08.746Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-31T21:22:08.746Z] ---> Running in c34438d3111c [2020-08-31T21:22:09.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T21:22:09.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:22:09.283Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-31T21:22:09.283Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-31T21:22:09.283Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:22:09.283Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-31T21:22:09.283Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:22:09.283Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-31T21:22:09.283Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:22:09.283Z] Executing ca-certificates-20191127-r4.trigger [2020-08-31T21:22:09.283Z] OK: 9 MiB in 20 packages [2020-08-31T21:22:10.254Z] Removing intermediate container c34438d3111c [2020-08-31T21:22:10.254Z] ---> 3200f264452f [2020-08-31T21:22:10.254Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-31T21:22:10.524Z] ---> 5c654e4d51fa [2020-08-31T21:22:10.524Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-31T21:22:10.787Z] ---> 3491dda1c75c [2020-08-31T21:22:10.787Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-31T21:22:11.049Z] ---> 47608a64100e [2020-08-31T21:22:11.049Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-31T21:22:11.623Z] ---> f915f004b616 [2020-08-31T21:22:11.623Z] Step 22/27 : EXPOSE 48095 [2020-08-31T21:22:11.623Z] ---> Running in 040c3245ef95 [2020-08-31T21:22:11.884Z] Removing intermediate container 040c3245ef95 [2020-08-31T21:22:11.884Z] ---> baf101bf223f [2020-08-31T21:22:11.884Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-31T21:22:11.884Z] ---> Running in 695ab3fc527d [2020-08-31T21:22:12.145Z] Removing intermediate container 695ab3fc527d [2020-08-31T21:22:12.145Z] ---> 821f942ba44f [2020-08-31T21:22:12.145Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T21:22:12.145Z] ---> Running in a79f5206b0b6 [2020-08-31T21:22:12.405Z] Removing intermediate container a79f5206b0b6 [2020-08-31T21:22:12.405Z] ---> c4efbc4b4d92 [2020-08-31T21:22:12.405Z] Step 25/27 : LABEL arch=amd64 [2020-08-31T21:22:12.405Z] ---> Running in 4f72000e2179 [2020-08-31T21:22:12.667Z] Removing intermediate container 4f72000e2179 [2020-08-31T21:22:12.667Z] ---> f42187019d7c [2020-08-31T21:22:12.667Z] Step 26/27 : LABEL git_sha=26439a05dca3b148c77703615ff35ca2bad687fd [2020-08-31T21:22:12.667Z] ---> Running in 0674c2c663c4 [2020-08-31T21:22:12.667Z] Removing intermediate container 0674c2c663c4 [2020-08-31T21:22:12.667Z] ---> eb2dacc94b59 [2020-08-31T21:22:12.667Z] Step 27/27 : LABEL version=0.0.0 [2020-08-31T21:22:12.928Z] ---> Running in c0a95a6a0404 [2020-08-31T21:22:12.928Z] Removing intermediate container c0a95a6a0404 [2020-08-31T21:22:12.928Z] ---> ec4d95b9263a [2020-08-31T21:22:12.928Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:22:12.928Z] Successfully built ec4d95b9263a [2020-08-31T21:22:12.928Z] 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 [2020-08-31T21:22:28.404Z] Still waiting to schedule task [2020-08-31T21:22:28.404Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-08-31T21:22:55.073Z] Removing intermediate container 2890ac4cdda5 [2020-08-31T21:22:55.073Z] ---> b33bf62a77fd [2020-08-31T21:22:55.073Z] Step 14/27 : FROM alpine:latest [2020-08-31T21:22:55.073Z] latest: Pulling from library/alpine [2020-08-31T21:22:55.073Z] b538f80385f9: Already exists [2020-08-31T21:22:55.073Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T21:22:55.073Z] Status: Downloaded newer image for alpine:latest [2020-08-31T21:22:55.073Z] ---> 62ee0e9f8440 [2020-08-31T21:22:55.073Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:22:55.073Z] ---> Running in 7e7f19b367d6 [2020-08-31T21:22:55.073Z] Removing intermediate container 7e7f19b367d6 [2020-08-31T21:22:55.073Z] ---> e584e3893c7f [2020-08-31T21:22:55.073Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-31T21:22:55.344Z] ---> Running in c71e04080694 [2020-08-31T21:22:55.615Z] Removing intermediate container c71e04080694 [2020-08-31T21:22:55.615Z] ---> c6514f00a743 [2020-08-31T21:22:55.615Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-31T21:22:55.888Z] ---> Running in 9f834824f5fa [2020-08-31T21:22:57.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:22:57.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:22:58.201Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-31T21:22:58.201Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-31T21:22:58.201Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:22:58.201Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-31T21:22:58.201Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:22:58.201Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-31T21:22:58.201Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:22:58.201Z] Executing ca-certificates-20191127-r4.trigger [2020-08-31T21:22:58.472Z] OK: 8 MiB in 20 packages [2020-08-31T21:23:00.441Z] Removing intermediate container 9f834824f5fa [2020-08-31T21:23:00.441Z] ---> c874e1af930a [2020-08-31T21:23:00.441Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-31T21:23:01.041Z] ---> 5a850a60727e [2020-08-31T21:23:01.041Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-31T21:23:01.635Z] ---> 344d18309c02 [2020-08-31T21:23:01.635Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-31T21:23:02.615Z] ---> fa6d93b12782 [2020-08-31T21:23:02.615Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-31T21:23:04.042Z] ---> af6868a61245 [2020-08-31T21:23:04.042Z] Step 22/27 : EXPOSE 48095 [2020-08-31T21:23:04.314Z] ---> Running in 45cb0ad8860d [2020-08-31T21:23:04.587Z] Removing intermediate container 45cb0ad8860d [2020-08-31T21:23:04.587Z] ---> 4cf55d4cf94f [2020-08-31T21:23:04.587Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-31T21:23:04.858Z] ---> Running in 51be35e7dc66 [2020-08-31T21:23:05.150Z] Removing intermediate container 51be35e7dc66 [2020-08-31T21:23:05.150Z] ---> 09cef8df2b1a [2020-08-31T21:23:05.150Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T21:23:05.422Z] ---> Running in b86347f8fe5b [2020-08-31T21:23:05.695Z] Removing intermediate container b86347f8fe5b [2020-08-31T21:23:05.695Z] ---> 8b488804d0f9 [2020-08-31T21:23:05.695Z] Step 25/27 : LABEL arch=arm64 [2020-08-31T21:23:05.967Z] ---> Running in c36cd6ea8ca3 [2020-08-31T21:23:06.243Z] Removing intermediate container c36cd6ea8ca3 [2020-08-31T21:23:06.243Z] ---> e6ef163c7ca9 [2020-08-31T21:23:06.243Z] Step 26/27 : LABEL git_sha=26439a05dca3b148c77703615ff35ca2bad687fd [2020-08-31T21:23:06.515Z] ---> Running in 7faa7310a0ba [2020-08-31T21:23:06.788Z] Removing intermediate container 7faa7310a0ba [2020-08-31T21:23:06.788Z] ---> 1a822e9ab5fa [2020-08-31T21:23:06.788Z] Step 27/27 : LABEL version=0.0.0 [2020-08-31T21:23:07.062Z] ---> Running in aec6cf733358 [2020-08-31T21:23:07.651Z] Removing intermediate container aec6cf733358 [2020-08-31T21:23:07.651Z] ---> a846f2e6125e [2020-08-31T21:23:07.651Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:23:07.651Z] Successfully built a846f2e6125e [2020-08-31T21:23:07.651Z] 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 [2020-08-31T21:23:23.125Z] Still waiting to schedule task [2020-08-31T21:23:23.125Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-08-31T21:23:47.967Z] Running on prd-centos7-docker-8c-8g-895 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws [2020-08-31T21:23:48.021Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2020-08-31T21:23:51.319Z] using credential edgex-jenkins-ssh [2020-08-31T21:23:51.374Z] Cloning the remote Git repository [2020-08-31T21:23:51.374Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:23:51.415Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:23:51.524Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2020-08-31T21:23:51.560Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:23:51.560Z] > git --version # timeout=10 [2020-08-31T21:23:51.570Z] > git --version # 'git version 2.16.5' [2020-08-31T21:23:51.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:23:51.606Z] > 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 [2020-08-31T21:23:52.207Z] Fetching without tags [2020-08-31T21:23:52.646Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-08-31T21:23:52.153Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:23:52.164Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T21:23:52.173Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:23:52.196Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:23:52.215Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:23:52.215Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:23:52.222Z] > 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 [2020-08-31T21:23:52.661Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:23:52.670Z] > 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] } [2020-08-31T21:23:53.544Z] Failed in branch amd64 [2020-08-31T21:24:57.846Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-896 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws [2020-08-31T21:24:57.888Z] Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout [2020-08-31T21:25:01.797Z] using credential edgex-jenkins-ssh [2020-08-31T21:25:01.844Z] Cloning the remote Git repository [2020-08-31T21:25:01.844Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:25:01.902Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:25:02.010Z] > git init /w/workspace/app-service-configurable/2 # timeout=10 [2020-08-31T21:25:02.065Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:25:02.066Z] > git --version # timeout=10 [2020-08-31T21:25:02.081Z] > git --version # 'git version 2.17.1' [2020-08-31T21:25:02.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:25:02.140Z] > 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 [2020-08-31T21:25:03.321Z] Fetching without tags [2020-08-31T21:25:03.845Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 26439a05dca3b148c77703615ff35ca2bad687fd [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-08-31T21:25:03.256Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:25:03.269Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T21:25:03.282Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:25:03.308Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:25:03.334Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:25:03.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:25:03.346Z] > 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 [2020-08-31T21:25:03.865Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:25:03.878Z] > 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] } [2020-08-31T21:25:04.789Z] 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 [2020-08-31T21:25:07.064Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:25:07.737Z] ---> package-listing.sh [2020-08-31T21:25:07.737Z] ++ facter osfamily [2020-08-31T21:25:07.737Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T21:25:07.737Z] + OS_FAMILY=redhat [2020-08-31T21:25:07.737Z] + workspace=/w/workspace/_app-service-configurable_PR-105 [2020-08-31T21:25:07.737Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T21:25:07.737Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T21:25:07.737Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T21:25:07.737Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T21:25:07.737Z] + '[' /w/workspace/_app-service-configurable_PR-105 ']' [2020-08-31T21:25:07.737Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T21:25:07.737Z] + case "${OS_FAMILY}" in [2020-08-31T21:25:07.737Z] + rpm -qa [2020-08-31T21:25:07.738Z] + sort [2020-08-31T21:25:13.225Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T21:25:13.225Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T21:25:13.225Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T21:25:13.225Z] + '[' /w/workspace/_app-service-configurable_PR-105 ']' [2020-08-31T21:25:13.225Z] + mkdir -p /w/workspace/_app-service-configurable_PR-105/archives/ [2020-08-31T21:25:13.225Z] + 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 [2020-08-31T21:25:14.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:25:14.191Z] [2020-08-31T21:25:14.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:25:14.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:25:14.577Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T21:25:14.577Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T21:25:14.577Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T21:25:14.577Z] 756a868c4378: Pulling fs layer [2020-08-31T21:25:14.577Z] 444b2fc9a129: Pulling fs layer [2020-08-31T21:25:14.577Z] ea15f1150254: Pulling fs layer [2020-08-31T21:25:14.577Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T21:25:14.577Z] 28c525ee5125: Pulling fs layer [2020-08-31T21:25:14.577Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T21:25:14.577Z] 138eaada9080: Pulling fs layer [2020-08-31T21:25:14.577Z] 0622d0fa9048: Pulling fs layer [2020-08-31T21:25:14.577Z] 41b27a9f41bf: Waiting [2020-08-31T21:25:14.577Z] 28c525ee5125: Waiting [2020-08-31T21:25:14.577Z] 094b1ea09ed8: Waiting [2020-08-31T21:25:14.577Z] 138eaada9080: Waiting [2020-08-31T21:25:14.577Z] 0622d0fa9048: Waiting [2020-08-31T21:25:14.577Z] 444b2fc9a129: Waiting [2020-08-31T21:25:14.577Z] ea15f1150254: Waiting [2020-08-31T21:25:14.853Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T21:25:14.853Z] 2cc5ad85d9ab: Download complete [2020-08-31T21:25:14.853Z] 444b2fc9a129: Verifying Checksum [2020-08-31T21:25:14.853Z] 444b2fc9a129: Download complete [2020-08-31T21:25:14.853Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T21:25:14.853Z] c9b1b535fdd9: Download complete [2020-08-31T21:25:14.853Z] ea15f1150254: Verifying Checksum [2020-08-31T21:25:14.853Z] ea15f1150254: Download complete [2020-08-31T21:25:15.166Z] 28c525ee5125: Verifying Checksum [2020-08-31T21:25:15.166Z] 28c525ee5125: Download complete [2020-08-31T21:25:15.452Z] 756a868c4378: Verifying Checksum [2020-08-31T21:25:15.452Z] 756a868c4378: Download complete [2020-08-31T21:25:15.739Z] c9b1b535fdd9: Pull complete [2020-08-31T21:25:15.739Z] 138eaada9080: Verifying Checksum [2020-08-31T21:25:15.739Z] 138eaada9080: Download complete [2020-08-31T21:25:16.030Z] 0622d0fa9048: Verifying Checksum [2020-08-31T21:25:16.030Z] 0622d0fa9048: Download complete [2020-08-31T21:25:16.030Z] 2cc5ad85d9ab: Pull complete [2020-08-31T21:25:16.030Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T21:25:16.030Z] 094b1ea09ed8: Download complete [2020-08-31T21:25:16.655Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T21:25:16.655Z] 41b27a9f41bf: Download complete [2020-08-31T21:25:18.112Z] 756a868c4378: Pull complete [2020-08-31T21:25:18.377Z] 444b2fc9a129: Pull complete [2020-08-31T21:25:18.644Z] ea15f1150254: Pull complete [2020-08-31T21:25:24.119Z] 41b27a9f41bf: Pull complete [2020-08-31T21:25:24.119Z] 28c525ee5125: Pull complete [2020-08-31T21:25:27.462Z] 094b1ea09ed8: Pull complete [2020-08-31T21:25:27.462Z] 138eaada9080: Pull complete [2020-08-31T21:25:27.723Z] 0622d0fa9048: Pull complete [2020-08-31T21:25:27.723Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T21:25:27.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:25:27.723Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T21:25:27.970Z] prd-centos7-docker-4c-2g-892 does not seem to be running inside a container [2020-08-31T21:25:28.035Z] $ 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 [2020-08-31T21:25:30.926Z] $ docker top 748c9d67aa6de9424ec6224c6bb764e65e5cf30c8816c11ed54d19249131c304 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:25:31.284Z] provisioning config files... [2020-08-31T21:25:31.319Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-105@tmp/config4661932847891205251tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:25:31.415Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:25:31.824Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T21:25:31.834Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:25:32.144Z] ---> logs-deploy.sh [2020-08-31T21:25:32.145Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-105/2 [2020-08-31T21:25:32.145Z] INFO: archiving workspace using pattern(s): [2020-08-31T21:25:33.539Z] Archives upload complete. [2020-08-31T21:25:33.539Z] INFO: archiving logs to Nexus