Pull request #105 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jpwhitemn for edgexfoundry/app-service-configurable Obtained Jenkinsfile from 8b329dd3454d36fadc8c908cba474a9f78043d9b+52089d766941a619fd949741bc3effb36240d5e2 (5c3c101e79eeab8adc31be06f0bb5315f14f6348) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-105/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-840 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-105 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) > git config core.sparsecheckout # timeout=10 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 Commit message: "addition of verion and LTS references to READMe per arch's meeting" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T19:46:34.469Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T19:46:34.806Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T19:46:35.008Z] ========================================================= [2020-08-31T19:46:35.008Z] EdgeX Global Pipelines Version Info [2020-08-31T19:46:35.008Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:46:36.529Z] ------------------- [2020-08-31T19:46:36.529Z] stable info: [2020-08-31T19:46:36.529Z] ------------------- [2020-08-31T19:46:36.529Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T19:46:36.529Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T19:46:36.529Z] Message: update stable to v1.0.114 [2020-08-31T19:46:37.506Z] ------------------- [2020-08-31T19:46:37.506Z] experimental info: [2020-08-31T19:46:37.506Z] ------------------- [2020-08-31T19:46:37.506Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T19:46:37.506Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T19:46:37.506Z] Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T19:46:38.014Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-08-31T19:46:38.133Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-08-31T19:46:38.257Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T19:46:38.366Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T19:46:38.475Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T19:46:38.577Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T19:46:38.683Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T19:46:38.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T19:46:38.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T19:46:39.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T19:46:39.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T19:46:39.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-08-31T19:46:39.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T19:46:39.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T19:46:39.615Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T19:46:39.726Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T19:46:39.833Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T19:46:39.947Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T19:46:40.059Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T19:46:40.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-08-31T19:46:40.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T19:46:40.679Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T19:46:40.806Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-105 [Pipeline] echo [2020-08-31T19:46:40.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-105 [Pipeline] echo [2020-08-31T19:46:41.053Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-105 [Pipeline] echo [2020-08-31T19:46:41.171Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b329dd3454d36fadc8c908cba474a9f78043d9b [Pipeline] echo [2020-08-31T19:46:41.284Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b329dd [Pipeline] echo [2020-08-31T19:46:41.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:46:42.133Z] + git log --format=format:%s -1 8b329dd3454d36fadc8c908cba474a9f78043d9b [Pipeline] echo [2020-08-31T19:46:42.214Z] GIT_COMMIT: 8b329dd3454d36fadc8c908cba474a9f78043d9b, Commit Message: addition of verion and LTS references to READMe per arch's meeting [Pipeline] echo [2020-08-31T19:46:42.296Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:46:43.066Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:46:44.028Z] [2020-08-31T19:46:44.028Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:46:44.419Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:46:44.419Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T19:46:44.419Z] 31603596830f: Pulling fs layer [2020-08-31T19:46:44.419Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T19:46:44.419Z] 6ca5941a6612: Pulling fs layer [2020-08-31T19:46:44.419Z] ecc8261a40a4: Pulling fs layer [2020-08-31T19:46:44.419Z] ecc8261a40a4: Waiting [2020-08-31T19:46:44.683Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T19:46:44.683Z] 2a8b12db71e7: Download complete [2020-08-31T19:46:44.683Z] 31603596830f: Verifying Checksum [2020-08-31T19:46:44.683Z] 31603596830f: Download complete [2020-08-31T19:46:44.683Z] 6ca5941a6612: Verifying Checksum [2020-08-31T19:46:44.683Z] 6ca5941a6612: Download complete [2020-08-31T19:46:44.683Z] ecc8261a40a4: Verifying Checksum [2020-08-31T19:46:44.683Z] ecc8261a40a4: Download complete [2020-08-31T19:46:44.947Z] 31603596830f: Pull complete [2020-08-31T19:46:45.215Z] 2a8b12db71e7: Pull complete [2020-08-31T19:46:45.797Z] 6ca5941a6612: Pull complete [2020-08-31T19:46:46.059Z] ecc8261a40a4: Pull complete [2020-08-31T19:46:46.059Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T19:46:46.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T19:46:46.059Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T19:46:46.188Z] prd-centos7-docker-4c-2g-840 does not seem to be running inside a container [2020-08-31T19:46:46.244Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-105 -v /w/workspace/_app-service-configurable_PR-105:/w/workspace/_app-service-configurable_PR-105:rw,z -v /w/workspace/_app-service-configurable_PR-105@tmp:/w/workspace/_app-service-configurable_PR-105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T19:46:48.384Z] $ docker top a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T19:46:48.738Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T19:46:48.738Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T19:46:48.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T19:46:48.970Z] $ docker exec a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent [2020-08-31T19:46:49.134Z] SSH_AUTH_SOCK=/tmp/ssh-TDKI6fZ7CZE4/agent.12 [2020-08-31T19:46:49.134Z] SSH_AGENT_PID=17 [2020-08-31T19:46:49.146Z] Running ssh-add (command line suppressed) [2020-08-31T19:46:49.274Z] Identity added: /w/workspace/_app-service-configurable_PR-105@tmp/private_key_9210676882894428133.key (/w/workspace/_app-service-configurable_PR-105@tmp/private_key_9210676882894428133.key) [2020-08-31T19:46:49.325Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T19:46:49.702Z] + git describe --exact-match --tags HEAD [2020-08-31T19:46:49.702Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T19:46:49.749Z] $ docker exec --env ******** --env ******** a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent -k [2020-08-31T19:46:49.864Z] unset SSH_AUTH_SOCK; [2020-08-31T19:46:49.864Z] unset SSH_AGENT_PID; [2020-08-31T19:46:49.864Z] echo Agent pid 17 killed; [2020-08-31T19:46:49.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T19:46:50.058Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T19:46:50.058Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T19:46:50.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T19:46:50.184Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T19:46:50.362Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T19:46:50.367Z] $ docker exec a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent [2020-08-31T19:46:50.530Z] SSH_AUTH_SOCK=/tmp/ssh-S8Y2ulnztpki/agent.46 [2020-08-31T19:46:50.530Z] SSH_AGENT_PID=51 [2020-08-31T19:46:50.538Z] Running ssh-add (command line suppressed) [2020-08-31T19:46:50.659Z] Identity added: /w/workspace/_app-service-configurable_PR-105@tmp/private_key_286735594099649311.key (/w/workspace/_app-service-configurable_PR-105@tmp/private_key_286735594099649311.key) [2020-08-31T19:46:50.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T19:46:51.092Z] + git semver init [2020-08-31T19:46:51.092Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T19:46:51.092Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-105/.git [2020-08-31T19:46:51.092Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-105 [2020-08-31T19:46:51.092Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T19:46:51.092Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T19:46:51.092Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T19:46:51.092Z] # $SEMVER_BRANCH = PR-105 [2020-08-31T19:46:51.092Z] # $SEMVER_TEMP = /tmp/semver-121708817 [2020-08-31T19:46:51.092Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-08-31T19:46:51.353Z] # '/tmp/semver-121708817' -> '/w/workspace/_app-service-configurable_PR-105/.semver' [2020-08-31T19:46:51.353Z] # -> Force: false [2020-08-31T19:46:51.353Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-105/.semver [Pipeline] } [2020-08-31T19:46:51.378Z] $ docker exec --env ******** --env ******** a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 ssh-agent -k [2020-08-31T19:46:51.541Z] unset SSH_AUTH_SOCK; [2020-08-31T19:46:51.541Z] unset SSH_AGENT_PID; [2020-08-31T19:46:51.541Z] echo Agent pid 51 killed; [2020-08-31T19:46:51.588Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T19:46:52.151Z] + git semver [Pipeline] } [2020-08-31T19:46:52.183Z] $ docker stop --time=1 a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 [2020-08-31T19:46:53.550Z] $ docker rm -f a6515c652f3c3898e3be0419b7f4169a2775baac07a34f0cb756c74bdcb0ac09 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T19:46:54.379Z] Stashed 23 file(s) [Pipeline] echo [2020-08-31T19:46:54.403Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-08-31T19:46:54.516Z] 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-31T19:47:10.199Z] Still waiting to schedule task [2020-08-31T19:47:10.199Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T19:47:10.223Z] Still waiting to schedule task [2020-08-31T19:47:10.223Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-31T19:49:27.238Z] Running on prd-centos7-docker-4c-2g-842 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws [2020-08-31T19:49:27.315Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2020-08-31T19:49:29.991Z] using credential edgex-jenkins-ssh [2020-08-31T19:49:30.070Z] Cloning the remote Git repository [2020-08-31T19:49:30.070Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:49:30.784Z] Fetching without tags [2020-08-31T19:49:30.101Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:49:30.163Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2020-08-31T19:49:30.206Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:49:30.207Z] > git --version # timeout=10 [2020-08-31T19:49:30.213Z] > git --version # 'git version 2.16.5' [2020-08-31T19:49:30.213Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:49:30.235Z] > 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-31T19:49:30.760Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:49:30.766Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T19:49:30.772Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:49:30.781Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:49:30.790Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:49:30.791Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:49:30.795Z] > 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-31T19:49:31.210Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:49:31.281Z] Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:49:31.282Z] Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) [2020-08-31T19:49:31.220Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:49:31.227Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:49:31.254Z] > git remote # timeout=10 [2020-08-31T19:49:31.258Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:49:31.266Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:49:31.270Z] > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 [2020-08-31T19:49:31.278Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:49:31.286Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:49:31.292Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:49:34.831Z] Commit message: "addition of verion and LTS references to READMe per arch's meeting" [2020-08-31T19:49:34.858Z] > git --version # timeout=10 [2020-08-31T19:49:34.863Z] > git --version # 'git version 2.16.5' [2020-08-31T19:49:34.868Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T19:49:36.033Z] ========================================================= [2020-08-31T19:49:36.033Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T19:49:36.033Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:49:36.690Z] + 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-31T19:49:36.958Z] Sending build context to Docker daemon 302.6kB [2020-08-31T19:49:36.958Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T19:49:36.958Z] Step 2/8 : FROM ${BASE} [2020-08-31T19:49:36.958Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T19:49:36.958Z] df20fa9351a1: Pulling fs layer [2020-08-31T19:49:36.958Z] ed8968b2872e: Pulling fs layer [2020-08-31T19:49:36.958Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T19:49:36.958Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T19:49:36.958Z] 1e091d79d1de: Pulling fs layer [2020-08-31T19:49:36.958Z] 481702a1767f: Pulling fs layer [2020-08-31T19:49:36.958Z] f64a6f60c768: Pulling fs layer [2020-08-31T19:49:36.958Z] e78d2573fc39: Pulling fs layer [2020-08-31T19:49:36.958Z] e876d2f968b6: Pulling fs layer [2020-08-31T19:49:36.958Z] ce8a83651883: Pulling fs layer [2020-08-31T19:49:36.958Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T19:49:36.958Z] 2dd03ba5bac4: Waiting [2020-08-31T19:49:36.958Z] e78d2573fc39: Waiting [2020-08-31T19:49:36.958Z] 1e091d79d1de: Waiting [2020-08-31T19:49:36.958Z] 481702a1767f: Waiting [2020-08-31T19:49:36.958Z] f64a6f60c768: Waiting [2020-08-31T19:49:36.958Z] e876d2f968b6: Waiting [2020-08-31T19:49:36.958Z] ce8a83651883: Waiting [2020-08-31T19:49:36.958Z] 07967f4d0e4b: Waiting [2020-08-31T19:49:36.958Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T19:49:36.958Z] a92cc7c5fd73: Download complete [2020-08-31T19:49:36.958Z] ed8968b2872e: Verifying Checksum [2020-08-31T19:49:36.958Z] ed8968b2872e: Download complete [2020-08-31T19:49:37.224Z] 1e091d79d1de: Verifying Checksum [2020-08-31T19:49:37.224Z] 1e091d79d1de: Download complete [2020-08-31T19:49:37.224Z] 481702a1767f: Verifying Checksum [2020-08-31T19:49:37.224Z] 481702a1767f: Download complete [2020-08-31T19:49:37.224Z] df20fa9351a1: Verifying Checksum [2020-08-31T19:49:37.224Z] df20fa9351a1: Download complete [2020-08-31T19:49:37.490Z] df20fa9351a1: Pull complete [2020-08-31T19:49:37.490Z] ed8968b2872e: Pull complete [2020-08-31T19:49:37.757Z] a92cc7c5fd73: Pull complete [2020-08-31T19:49:38.710Z] f64a6f60c768: Verifying Checksum [2020-08-31T19:49:38.710Z] f64a6f60c768: Download complete [2020-08-31T19:49:38.710Z] e876d2f968b6: Verifying Checksum [2020-08-31T19:49:38.710Z] e876d2f968b6: Download complete [2020-08-31T19:49:38.972Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T19:49:38.972Z] 2dd03ba5bac4: Download complete [2020-08-31T19:49:38.972Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T19:49:38.972Z] 07967f4d0e4b: Download complete [2020-08-31T19:49:38.972Z] e78d2573fc39: Verifying Checksum [2020-08-31T19:49:38.972Z] e78d2573fc39: Download complete [2020-08-31T19:49:39.232Z] ce8a83651883: Verifying Checksum [2020-08-31T19:49:39.232Z] ce8a83651883: Download complete [2020-08-31T19:49:44.558Z] 2dd03ba5bac4: Pull complete [2020-08-31T19:49:44.558Z] 1e091d79d1de: Pull complete [2020-08-31T19:49:44.821Z] 481702a1767f: Pull complete [2020-08-31T19:49:51.414Z] f64a6f60c768: Pull complete [2020-08-31T19:49:53.969Z] e78d2573fc39: Pull complete [2020-08-31T19:49:53.969Z] e876d2f968b6: Pull complete [2020-08-31T19:49:54.925Z] ce8a83651883: Pull complete [2020-08-31T19:49:55.189Z] 07967f4d0e4b: Pull complete [2020-08-31T19:49:55.189Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T19:49:55.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T19:49:55.189Z] ---> 5d7c900382c6 [2020-08-31T19:49:55.189Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T19:49:56.574Z] ---> Running in 71b07a9a43f3 [2020-08-31T19:49:56.835Z] Removing intermediate container 71b07a9a43f3 [2020-08-31T19:49:56.835Z] ---> cc5ecb50ec8b [2020-08-31T19:49:56.835Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:49:56.835Z] ---> Running in d8c88874751c [2020-08-31T19:49:58.236Z] Removing intermediate container d8c88874751c [2020-08-31T19:49:58.236Z] ---> badb05782511 [2020-08-31T19:49:58.236Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-31T19:49:58.236Z] ---> Running in d8351af02bb7 [2020-08-31T19:49:58.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T19:49:59.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T19:49:59.954Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-31T19:49:59.954Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-31T19:50:00.218Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-31T19:50:00.218Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-31T19:50:00.218Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T19:50:00.481Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-31T19:50:00.481Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T19:50:00.481Z] OK: 167 MiB in 45 packages [2020-08-31T19:50:01.052Z] Removing intermediate container d8351af02bb7 [2020-08-31T19:50:01.052Z] ---> 8a1bfa284e5c [2020-08-31T19:50:01.052Z] Step 6/8 : WORKDIR /app [2020-08-31T19:50:01.052Z] ---> Running in b6178bf2e7f4 [2020-08-31T19:50:01.317Z] Removing intermediate container b6178bf2e7f4 [2020-08-31T19:50:01.317Z] ---> fbe98c371d5e [2020-08-31T19:50:01.317Z] Step 7/8 : COPY . . [2020-08-31T19:50:01.577Z] ---> a0351bcc5e14 [2020-08-31T19:50:01.577Z] Step 8/8 : RUN go mod download [2020-08-31T19:50:01.839Z] ---> Running in 29dd2ddb9f90 [2020-08-31T19:50:05.137Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-31T19:50:05.137Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T19:50:05.137Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T19:50:05.137Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T19:50:05.137Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T19:50:05.397Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T19:50:05.397Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T19:50:05.397Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T19:50:05.397Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-31T19:50:05.397Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-31T19:50:05.397Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-31T19:50:05.657Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T19:50:05.657Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T19:50:05.657Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-31T19:50:05.657Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-31T19:50:05.917Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T19:50:05.917Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-31T19:50:05.917Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T19:50:05.917Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-31T19:50:05.917Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T19:50:06.180Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T19:50:06.180Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T19:50:06.180Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-31T19:50:06.180Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-31T19:50:06.180Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-31T19:50:06.180Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-31T19:50:06.440Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-31T19:50:06.440Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T19:50:06.440Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-31T19:50:06.440Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-31T19:50:06.440Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-31T19:50:06.700Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T19:50:06.700Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-31T19:50:06.700Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T19:50:06.700Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-31T19:50:06.700Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T19:50:06.700Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T19:50:06.960Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T19:50:06.960Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T19:50:06.960Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T19:50:06.960Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T19:50:06.960Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T19:50:07.221Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T19:50:07.221Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T19:50:07.221Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T19:50:07.221Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T19:50:07.221Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T19:50:07.481Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T19:50:07.481Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T19:50:07.481Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T19:50:07.481Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T19:50:07.481Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T19:50:07.481Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-31T19:50:07.742Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T19:50:07.742Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T19:50:07.742Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T19:50:07.742Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T19:50:07.742Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-31T19:50:08.009Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T19:50:08.009Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T19:50:08.009Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T19:50:08.009Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T19:50:08.009Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T19:50:08.269Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T19:50:08.269Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T19:50:08.269Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T19:50:08.269Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T19:50:08.269Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T19:50:08.269Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T19:50:08.530Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T19:50:08.530Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-31T19:50:08.530Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-31T19:50:08.530Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T19:50:08.530Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-31T19:50:08.794Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T19:50:08.794Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T19:50:08.794Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T19:50:08.794Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T19:50:08.794Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T19:50:09.057Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T19:50:09.057Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-31T19:50:09.057Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-31T19:50:09.057Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-31T19:50:09.057Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T19:50:09.057Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T19:50:09.319Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-31T19:50:09.319Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-31T19:50:09.319Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-31T19:50:09.319Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-31T19:50:09.319Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-31T19:50:09.580Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T19:50:09.580Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-31T19:50:09.580Z] go: finding golang.org/x/text v0.3.2 [2020-08-31T19:50:09.580Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-31T19:50:09.580Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-31T19:50:09.841Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-31T19:50:09.841Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-31T19:50:09.841Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-31T19:50:09.841Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T19:50:09.841Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-31T19:50:17.267Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-843 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] ws [2020-08-31T19:50:17.390Z] Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout [2020-08-31T19:50:22.797Z] using credential edgex-jenkins-ssh [2020-08-31T19:50:22.850Z] Cloning the remote Git repository [2020-08-31T19:50:22.850Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:50:22.942Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:50:23.054Z] > git init /w/workspace/app-service-configurable/1 # timeout=10 [2020-08-31T19:50:23.135Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:50:23.136Z] > git --version # timeout=10 [2020-08-31T19:50:23.158Z] > git --version # 'git version 2.17.1' [2020-08-31T19:50:23.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:50:23.216Z] > 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-31T19:50:23.959Z] Fetching without tags [2020-08-31T19:50:24.430Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:50:24.865Z] Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:50:24.865Z] Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) [2020-08-31T19:50:23.898Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:50:23.920Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T19:50:23.935Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:50:23.960Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:50:23.989Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:50:23.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:50:24.001Z] > 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-31T19:50:24.469Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:50:24.488Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:50:24.675Z] > git remote # timeout=10 [2020-08-31T19:50:24.747Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:50:24.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:50:24.805Z] > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 [2020-08-31T19:50:24.864Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:50:24.890Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:50:24.910Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:50:29.046Z] Commit message: "addition of verion and LTS references to READMe per arch's meeting" [2020-08-31T19:50:29.112Z] > git --version # timeout=10 [2020-08-31T19:50:29.127Z] > git --version # 'git version 2.17.1' [2020-08-31T19:50:29.137Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T19:50:30.283Z] ========================================================= [2020-08-31T19:50:30.283Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T19:50:30.283Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:50:31.401Z] + 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-31T19:50:31.851Z] Removing intermediate container 29dd2ddb9f90 [2020-08-31T19:50:31.851Z] ---> e63b6877ac17 [2020-08-31T19:50:31.851Z] Successfully built e63b6877ac17 [2020-08-31T19:50:31.851Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-08-31T19:50:32.406Z] Sending build context to Docker daemon 302.6kB [2020-08-31T19:50:32.406Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T19:50:32.406Z] Step 2/8 : FROM ${BASE} [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:50:32.681Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T19:50:32.681Z] b538f80385f9: Pulling fs layer [2020-08-31T19:50:32.681Z] 74f711af9a0d: Pulling fs layer [2020-08-31T19:50:32.681Z] 99f96fe45779: Pulling fs layer [2020-08-31T19:50:32.681Z] fd7a069fd194: Pulling fs layer [2020-08-31T19:50:32.681Z] 66aa3694b03b: Pulling fs layer [2020-08-31T19:50:32.681Z] 170f70906a0f: Pulling fs layer [2020-08-31T19:50:32.681Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T19:50:32.681Z] e772456be8f7: Pulling fs layer [2020-08-31T19:50:32.681Z] c890913d741a: Pulling fs layer [2020-08-31T19:50:32.681Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T19:50:32.681Z] 09adf4765672: Pulling fs layer [2020-08-31T19:50:32.681Z] fd7a069fd194: Waiting [2020-08-31T19:50:32.681Z] 66aa3694b03b: Waiting [2020-08-31T19:50:32.681Z] 170f70906a0f: Waiting [2020-08-31T19:50:32.681Z] ad7c5574e4b9: Waiting [2020-08-31T19:50:32.681Z] e772456be8f7: Waiting [2020-08-31T19:50:32.681Z] c890913d741a: Waiting [2020-08-31T19:50:32.681Z] 2480fcc9aa5a: Waiting [2020-08-31T19:50:32.681Z] 09adf4765672: Waiting [2020-08-31T19:50:32.681Z] 99f96fe45779: Download complete [2020-08-31T19:50:32.681Z] 74f711af9a0d: Verifying Checksum [2020-08-31T19:50:32.681Z] 74f711af9a0d: Download complete [2020-08-31T19:50:32.681Z] 66aa3694b03b: Download complete [2020-08-31T19:50:32.681Z] 170f70906a0f: Verifying Checksum [2020-08-31T19:50:32.681Z] 170f70906a0f: Download complete [2020-08-31T19:50:32.681Z] b538f80385f9: Verifying Checksum [2020-08-31T19:50:32.681Z] b538f80385f9: Download complete [2020-08-31T19:50:32.899Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-31T19:50:32.899Z] . [Pipeline] withDockerContainer [2020-08-31T19:50:33.040Z] prd-centos7-docker-4c-2g-842 does not seem to be running inside a container [2020-08-31T19:50:33.083Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-31T19:50:33.679Z] b538f80385f9: Pull complete [2020-08-31T19:50:33.826Z] $ docker top 51a0270a4dab65cb2e3860eea949d747c9f4cae719508873f8e3c1e6b3526549 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T19:50:34.285Z] 74f711af9a0d: Pull complete [2020-08-31T19:50:34.450Z] + go version [2020-08-31T19:50:34.450Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-31T19:50:34.786Z] + make test [2020-08-31T19:50:34.786Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-08-31T19:50:34.885Z] 99f96fe45779: Pull complete [2020-08-31T19:50:35.881Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T19:50:35.881Z] ad7c5574e4b9: Download complete [2020-08-31T19:50:36.156Z] c890913d741a: Verifying Checksum [2020-08-31T19:50:36.156Z] c890913d741a: Download complete [2020-08-31T19:50:37.598Z] e772456be8f7: Download complete [2020-08-31T19:50:37.598Z] 09adf4765672: Verifying Checksum [2020-08-31T19:50:37.598Z] 09adf4765672: Download complete [2020-08-31T19:50:37.598Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T19:50:37.598Z] 2480fcc9aa5a: Download complete [2020-08-31T19:50:38.196Z] fd7a069fd194: Verifying Checksum [2020-08-31T19:50:38.196Z] fd7a069fd194: Download complete [2020-08-31T19:50:49.794Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-08-31T19:50:49.794Z] CGO_ENABLED=1 go vet ./... [2020-08-31T19:50:50.627Z] fd7a069fd194: Pull complete [2020-08-31T19:50:50.627Z] 66aa3694b03b: Pull complete [2020-08-31T19:50:50.627Z] 170f70906a0f: Pull complete [2020-08-31T19:50:52.367Z] gofmt -l . [2020-08-31T19:50:52.367Z] [ "`gofmt -l .`" = "" ] [2020-08-31T19:50:52.367Z] ./bin/test-go-mod-tidy.sh [2020-08-31T19:50:52.942Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-08-31T19:50:53.252Z] ad7c5574e4b9: Pull complete [2020-08-31T19:50:53.514Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T19:50:53.535Z] $ docker stop --time=1 51a0270a4dab65cb2e3860eea949d747c9f4cae719508873f8e3c1e6b3526549 [2020-08-31T19:50:55.897Z] $ docker rm -f 51a0270a4dab65cb2e3860eea949d747c9f4cae719508873f8e3c1e6b3526549 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:50:58.063Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T19:50:58.376Z] + ls -al . [2020-08-31T19:50:58.376Z] total 96 [2020-08-31T19:50:58.376Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 31 19:50 . [2020-08-31T19:50:58.376Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 19:49 .. [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 6027 Aug 31 19:49 Attribution.txt [2020-08-31T19:50:58.376Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 19:49 bin [2020-08-31T19:50:58.376Z] -rw-r--r--. 1 jenkins jenkins 10 Aug 31 19:50 coverage.out [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 180 Aug 31 19:49 docker-compose.debug.yml [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 133 Aug 31 19:49 docker-compose.yml [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 2002 Aug 31 19:49 Dockerfile [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 966 Aug 31 19:49 Dockerfile.build [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 119 Aug 31 19:49 .dockerignore [2020-08-31T19:50:58.376Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 19:49 .git [2020-08-31T19:50:58.376Z] drwxrwxr-x. 2 jenkins jenkins 81 Aug 31 19:49 .github [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 93 Aug 31 19:49 .gitignore [2020-08-31T19:50:58.376Z] -rw-r--r--. 1 jenkins jenkins 133 Aug 31 19:50 go.mod [2020-08-31T19:50:58.376Z] -rw-r--r--. 1 jenkins jenkins 19478 Aug 31 19:50 go.sum [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 710 Aug 31 19:49 Jenkinsfile [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 10174 Aug 31 19:49 LICENSE [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 1519 Aug 31 19:49 main.go [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 1573 Aug 31 19:49 makefile [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 1278 Aug 31 19:49 README.md [2020-08-31T19:50:58.376Z] drwxrwxr-x. 10 jenkins jenkins 171 Aug 31 19:49 res [2020-08-31T19:50:58.376Z] drwxrwxr-x. 3 jenkins jenkins 46 Aug 31 19:49 .semver [2020-08-31T19:50:58.376Z] drwxrwxr-x. 4 jenkins jenkins 71 Aug 31 19:49 snap [2020-08-31T19:50:58.376Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 19:46 VERSION [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:50:58.654Z] e772456be8f7: Pull complete [2020-08-31T19:50:58.654Z] c890913d741a: Pull complete [2020-08-31T19:50:58.729Z] + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8b329dd3454d36fadc8c908cba474a9f78043d9b --label arch=amd64 --label version=0.0.0 . [2020-08-31T19:50:58.729Z] Sending build context to Docker daemon 325.1kB [2020-08-31T19:50:58.729Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-31T19:50:58.729Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-31T19:50:58.729Z] ---> e63b6877ac17 [2020-08-31T19:50:58.729Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-31T19:50:58.991Z] ---> Running in 3dc34964f0fb [2020-08-31T19:50:59.257Z] Removing intermediate container 3dc34964f0fb [2020-08-31T19:50:59.257Z] ---> 15fcd5de4397 [2020-08-31T19:50:59.257Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T19:50:59.257Z] ---> Running in e51db82447a0 [2020-08-31T19:50:59.257Z] Removing intermediate container e51db82447a0 [2020-08-31T19:50:59.257Z] ---> 359b33fce575 [2020-08-31T19:50:59.257Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T19:50:59.527Z] ---> Running in 19d1dfcdbd23 [2020-08-31T19:50:59.527Z] Removing intermediate container 19d1dfcdbd23 [2020-08-31T19:50:59.527Z] ---> 21c43317db2a [2020-08-31T19:50:59.527Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:50:59.527Z] ---> Running in cae1364c5359 [2020-08-31T19:51:00.472Z] Removing intermediate container cae1364c5359 [2020-08-31T19:51:00.472Z] ---> 341eec5a665e [2020-08-31T19:51:00.472Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T19:51:00.472Z] ---> Running in 0245fff258f2 [2020-08-31T19:51:00.670Z] 2480fcc9aa5a: Pull complete [2020-08-31T19:51:00.946Z] 09adf4765672: Pull complete [2020-08-31T19:51:00.946Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T19:51:00.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T19:51:00.946Z] ---> 2248a725d1cf [2020-08-31T19:51:00.946Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T19:51:01.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T19:51:01.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T19:51:02.193Z] OK: 167 MiB in 45 packages [2020-08-31T19:51:02.456Z] Removing intermediate container 0245fff258f2 [2020-08-31T19:51:02.456Z] ---> f3a0005346e5 [2020-08-31T19:51:02.456Z] Step 8/27 : WORKDIR /app [2020-08-31T19:51:02.456Z] ---> Running in ec5d0d93eb77 [2020-08-31T19:51:02.718Z] Removing intermediate container ec5d0d93eb77 [2020-08-31T19:51:02.718Z] ---> c35c5b1ca927 [2020-08-31T19:51:02.718Z] Step 9/27 : COPY go.mod . [2020-08-31T19:51:02.981Z] ---> ff12643b5984 [2020-08-31T19:51:02.981Z] Step 10/27 : RUN go mod download [2020-08-31T19:51:02.981Z] ---> Running in b994f1246b4d [2020-08-31T19:51:03.927Z] Removing intermediate container b994f1246b4d [2020-08-31T19:51:03.927Z] ---> 9f6abc8f4131 [2020-08-31T19:51:03.927Z] Step 11/27 : COPY . . [2020-08-31T19:51:04.188Z] ---> 892532f1b764 [2020-08-31T19:51:04.188Z] Step 12/27 : ARG MAKE="make build" [2020-08-31T19:51:04.188Z] ---> Running in 4ec168a5f9f0 [2020-08-31T19:51:04.448Z] Removing intermediate container 4ec168a5f9f0 [2020-08-31T19:51:04.448Z] ---> 25a0e4c2a011 [2020-08-31T19:51:04.448Z] Step 13/27 : RUN $MAKE [2020-08-31T19:51:04.448Z] ---> Running in bb7dad9c39c1 [2020-08-31T19:51:04.728Z] 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-31T19:51:06.357Z] ---> Running in 779b4833696d [2020-08-31T19:51:06.628Z] Removing intermediate container 779b4833696d [2020-08-31T19:51:06.628Z] ---> 01686a7e4cba [2020-08-31T19:51:06.628Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:51:06.628Z] ---> Running in c59ceddfcbbb [2020-08-31T19:51:09.248Z] Removing intermediate container c59ceddfcbbb [2020-08-31T19:51:09.248Z] ---> 72fed828f47b [2020-08-31T19:51:09.248Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-31T19:51:09.522Z] ---> Running in aa1e0cb1d562 [2020-08-31T19:51:10.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T19:51:11.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T19:51:12.205Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-31T19:51:12.476Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-31T19:51:12.476Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-31T19:51:12.476Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-31T19:51:12.749Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T19:51:12.749Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-31T19:51:13.024Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T19:51:13.024Z] OK: 143 MiB in 45 packages [2020-08-31T19:51:14.455Z] Removing intermediate container aa1e0cb1d562 [2020-08-31T19:51:14.455Z] ---> cbb1e374f165 [2020-08-31T19:51:14.455Z] Step 6/8 : WORKDIR /app [2020-08-31T19:51:14.455Z] ---> Running in 4b50645067fa [2020-08-31T19:51:15.047Z] Removing intermediate container 4b50645067fa [2020-08-31T19:51:15.047Z] ---> fa1b3d335883 [2020-08-31T19:51:15.047Z] Step 7/8 : COPY . . [2020-08-31T19:51:15.648Z] ---> be08447460f5 [2020-08-31T19:51:15.648Z] Step 8/8 : RUN go mod download [2020-08-31T19:51:15.922Z] ---> Running in 66dc2f8e1c94 [2020-08-31T19:51:20.227Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-31T19:51:20.227Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T19:51:20.227Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T19:51:20.227Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T19:51:20.227Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T19:51:20.227Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T19:51:20.227Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T19:51:20.227Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T19:51:20.227Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-31T19:51:20.227Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-31T19:51:20.227Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-31T19:51:20.228Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T19:51:20.228Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T19:51:20.228Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-31T19:51:20.228Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-31T19:51:20.228Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T19:51:20.228Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-31T19:51:20.228Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T19:51:20.228Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-31T19:51:20.228Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T19:51:20.228Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T19:51:20.228Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T19:51:20.497Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-31T19:51:20.497Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-31T19:51:20.497Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-31T19:51:20.497Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-31T19:51:20.497Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-31T19:51:20.497Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T19:51:20.497Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-31T19:51:20.769Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-31T19:51:20.769Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-31T19:51:20.769Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T19:51:20.769Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-31T19:51:20.769Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T19:51:20.769Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-31T19:51:20.769Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T19:51:21.038Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T19:51:21.038Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T19:51:21.038Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T19:51:21.038Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T19:51:21.038Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T19:51:21.038Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T19:51:21.038Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T19:51:21.308Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T19:51:21.308Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T19:51:21.308Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T19:51:21.308Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T19:51:21.309Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T19:51:21.309Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T19:51:21.579Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T19:51:21.579Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T19:51:21.579Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T19:51:21.579Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-31T19:51:21.579Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T19:51:21.579Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T19:51:21.579Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T19:51:21.851Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T19:51:21.851Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-31T19:51:21.851Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T19:51:21.851Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T19:51:21.851Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T19:51:21.851Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T19:51:22.120Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T19:51:22.120Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T19:51:22.120Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T19:51:22.120Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T19:51:22.120Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T19:51:22.120Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T19:51:22.120Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T19:51:22.391Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T19:51:22.391Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-31T19:51:22.391Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-31T19:51:22.391Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T19:51:22.391Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-31T19:51:22.391Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T19:51:22.391Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T19:51:22.660Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T19:51:22.660Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T19:51:22.660Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T19:51:22.660Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T19:51:22.660Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-31T19:51:22.660Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-31T19:51:22.923Z] Removing intermediate container bb7dad9c39c1 [2020-08-31T19:51:22.923Z] ---> 374a14c10e85 [2020-08-31T19:51:22.923Z] Step 14/27 : FROM alpine:latest [2020-08-31T19:51:22.923Z] latest: Pulling from library/alpine [2020-08-31T19:51:22.923Z] df20fa9351a1: Already exists [2020-08-31T19:51:22.923Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T19:51:22.923Z] Status: Downloaded newer image for alpine:latest [2020-08-31T19:51:22.923Z] ---> a24bb4013296 [2020-08-31T19:51:22.923Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T19:51:22.923Z] ---> Running in f07f5fbd79e6 [2020-08-31T19:51:22.923Z] Removing intermediate container f07f5fbd79e6 [2020-08-31T19:51:22.923Z] ---> 187cded7f70e [2020-08-31T19:51:22.923Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-31T19:51:22.923Z] ---> Running in 53b75d5444c1 [2020-08-31T19:51:22.923Z] Removing intermediate container 53b75d5444c1 [2020-08-31T19:51:22.923Z] ---> e8cbf5c035e3 [2020-08-31T19:51:22.923Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-31T19:51:22.923Z] ---> Running in 7756e3bb7675 [2020-08-31T19:51:22.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T19:51:22.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T19:51:22.923Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-31T19:51:22.923Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-31T19:51:22.923Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-31T19:51:22.923Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-31T19:51:22.923Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T19:51:22.923Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-31T19:51:22.923Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T19:51:22.923Z] Executing ca-certificates-20191127-r4.trigger [2020-08-31T19:51:22.923Z] OK: 9 MiB in 20 packages [2020-08-31T19:51:22.932Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-31T19:51:22.932Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T19:51:22.932Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T19:51:22.932Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-31T19:51:22.932Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-31T19:51:22.932Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-31T19:51:22.932Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-31T19:51:23.202Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-31T19:51:23.202Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T19:51:23.202Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-31T19:51:23.202Z] go: finding golang.org/x/text v0.3.2 [2020-08-31T19:51:23.202Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-31T19:51:23.202Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-31T19:51:23.202Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-31T19:51:23.474Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-31T19:51:23.474Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-31T19:51:23.474Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T19:51:23.474Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-31T19:51:23.496Z] Removing intermediate container 7756e3bb7675 [2020-08-31T19:51:23.496Z] ---> fb7d07d693f5 [2020-08-31T19:51:23.496Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-31T19:51:23.756Z] ---> d20efc9f6f06 [2020-08-31T19:51:23.756Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-31T19:51:23.756Z] ---> 8c0993a62457 [2020-08-31T19:51:23.756Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-31T19:51:24.018Z] ---> 62a5f9e75c54 [2020-08-31T19:51:24.018Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-31T19:51:24.961Z] ---> 0a3f0f32e636 [2020-08-31T19:51:24.961Z] Step 22/27 : EXPOSE 48095 [2020-08-31T19:51:24.961Z] ---> Running in 17515df953a9 [2020-08-31T19:51:24.961Z] Removing intermediate container 17515df953a9 [2020-08-31T19:51:24.961Z] ---> 240e3fac498c [2020-08-31T19:51:24.961Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-31T19:51:24.961Z] ---> Running in f0b6af1a717d [2020-08-31T19:51:25.222Z] Removing intermediate container f0b6af1a717d [2020-08-31T19:51:25.222Z] ---> 73c2b258982f [2020-08-31T19:51:25.222Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T19:51:25.222Z] ---> Running in 36bad3b59c03 [2020-08-31T19:51:25.483Z] Removing intermediate container 36bad3b59c03 [2020-08-31T19:51:25.483Z] ---> 1d0a57bae9ca [2020-08-31T19:51:25.483Z] Step 25/27 : LABEL arch=amd64 [2020-08-31T19:51:25.483Z] ---> Running in 21ccde45cf6a [2020-08-31T19:51:25.483Z] Removing intermediate container 21ccde45cf6a [2020-08-31T19:51:25.483Z] ---> 5010b4336852 [2020-08-31T19:51:25.483Z] Step 26/27 : LABEL git_sha=8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:51:25.744Z] ---> Running in de803f29eae3 [2020-08-31T19:51:25.745Z] Removing intermediate container de803f29eae3 [2020-08-31T19:51:25.745Z] ---> 4ea5a87fa437 [2020-08-31T19:51:25.745Z] Step 27/27 : LABEL version=0.0.0 [2020-08-31T19:51:26.008Z] ---> Running in 85d9c43174ca [2020-08-31T19:51:26.008Z] Removing intermediate container 85d9c43174ca [2020-08-31T19:51:26.008Z] ---> 567d18a96a25 [2020-08-31T19:51:26.008Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T19:51:26.008Z] Successfully built 567d18a96a25 [2020-08-31T19:51:26.008Z] 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-31T19:51:41.785Z] Still waiting to schedule task [2020-08-31T19:51:41.785Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-08-31T19:51:45.694Z] Removing intermediate container 66dc2f8e1c94 [2020-08-31T19:51:45.694Z] ---> 8cdfafa060b6 [2020-08-31T19:51:45.694Z] Successfully built 8cdfafa060b6 [2020-08-31T19:51:45.694Z] 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-31T19:51:46.661Z] + docker inspect -f . ci-base-image-arm64 [2020-08-31T19:51:46.661Z] . [Pipeline] withDockerContainer [2020-08-31T19:51:46.958Z] prd-ubuntu18.04-docker-arm64-4c-16g-843 does not seem to be running inside a container [2020-08-31T19:51:47.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-31T19:51:49.400Z] $ docker top fe8552d540a67d203851a16a1f6946cf0ee06313520c47f4747cb261d5eb725f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T19:51:50.895Z] + go version [2020-08-31T19:51:50.895Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-31T19:51:51.971Z] + make test [2020-08-31T19:51:51.971Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-08-31T19:52:36.817Z] Running on prd-centos7-docker-8c-8g-846 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] checkout [2020-08-31T19:52:38.783Z] using credential edgex-jenkins-ssh [2020-08-31T19:52:38.830Z] Cloning the remote Git repository [2020-08-31T19:52:38.830Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:52:38.987Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-08-31T19:52:38.987Z] CGO_ENABLED=1 go vet ./... [2020-08-31T19:52:38.850Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:52:38.908Z] > git init /w/workspace/_app-service-configurable_PR-105 # timeout=10 [2020-08-31T19:52:38.927Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:52:38.927Z] > git --version # timeout=10 [2020-08-31T19:52:38.932Z] > git --version # 'git version 2.16.5' [2020-08-31T19:52:38.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:52:38.951Z] > 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-31T19:52:39.412Z] Fetching without tags [2020-08-31T19:52:39.813Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:52:39.870Z] Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:52:39.870Z] Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) [2020-08-31T19:52:39.391Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:52:39.397Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T19:52:39.401Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:52:39.409Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:52:39.418Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:52:39.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:52:39.421Z] > 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-31T19:52:39.822Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:52:39.826Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:52:39.850Z] > git remote # timeout=10 [2020-08-31T19:52:39.853Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:52:39.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:52:39.860Z] > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 [2020-08-31T19:52:39.867Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:52:39.874Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:52:39.879Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:52:43.385Z] Commit message: "addition of verion and LTS references to READMe per arch's meeting" [2020-08-31T19:52:43.408Z] > git --version # timeout=10 [2020-08-31T19:52:43.412Z] > git --version # 'git version 2.16.5' [2020-08-31T19:52:43.416Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T19:52:44.894Z] ++ find /w/workspace/app-service-configurable/1 [2020-08-31T19:52:44.894Z] ++ grep snapcraft.yaml [2020-08-31T19:52:44.894Z] find: ‘/w/workspace/app-service-configurable/1’: No such file or directory [2020-08-31T19:52:44.894Z] + grep -Po '^name: \K(.*)' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T19:52:45.715Z] gofmt -l . [2020-08-31T19:52:45.715Z] [ "`gofmt -l .`" = "" ] [2020-08-31T19:52:45.715Z] ./bin/test-go-mod-tidy.sh [2020-08-31T19:52:45.715Z] ./bin/test-attribution-txt.sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T19:52:46.640Z] Failed in branch amd64 [Pipeline] stash [2020-08-31T19:52:46.735Z] Warning: overwriting stash ‘coverage-report’ [2020-08-31T19:52:47.443Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T19:52:47.486Z] $ docker stop --time=1 fe8552d540a67d203851a16a1f6946cf0ee06313520c47f4747cb261d5eb725f [2020-08-31T19:52:49.693Z] $ docker rm -f fe8552d540a67d203851a16a1f6946cf0ee06313520c47f4747cb261d5eb725f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T19:52:51.545Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T19:52:51.951Z] + ls -al . [2020-08-31T19:52:51.951Z] total 124 [2020-08-31T19:52:51.951Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:52 . [2020-08-31T19:52:51.951Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:50 .. [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 19:50 .dockerignore [2020-08-31T19:52:51.951Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:50 .git [2020-08-31T19:52:51.951Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:50 .github [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 93 Aug 31 19:50 .gitignore [2020-08-31T19:52:51.951Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:50 .semver [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 6027 Aug 31 19:50 Attribution.txt [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 2002 Aug 31 19:50 Dockerfile [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 966 Aug 31 19:50 Dockerfile.build [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 710 Aug 31 19:50 Jenkinsfile [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 19:50 LICENSE [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 1278 Aug 31 19:50 README.md [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 19:46 VERSION [2020-08-31T19:52:51.951Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:50 bin [2020-08-31T19:52:51.951Z] -rw-r--r-- 1 jenkins jenkins 10 Aug 31 19:51 coverage.out [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 180 Aug 31 19:50 docker-compose.debug.yml [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 133 Aug 31 19:50 docker-compose.yml [2020-08-31T19:52:51.951Z] -rw-r--r-- 1 jenkins jenkins 133 Aug 31 19:52 go.mod [2020-08-31T19:52:51.951Z] -rw-r--r-- 1 jenkins jenkins 19478 Aug 31 19:52 go.sum [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 1519 Aug 31 19:50 main.go [2020-08-31T19:52:51.951Z] -rw-rw-r-- 1 jenkins jenkins 1573 Aug 31 19:50 makefile [2020-08-31T19:52:51.951Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 19:50 res [2020-08-31T19:52:51.951Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:50 snap [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:52:52.325Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8b329dd3454d36fadc8c908cba474a9f78043d9b --label arch=arm64 --label version=0.0.0 . [2020-08-31T19:52:52.596Z] Sending build context to Docker daemon 325.1kB [2020-08-31T19:52:52.596Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-31T19:52:52.596Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-31T19:52:52.596Z] ---> 8cdfafa060b6 [2020-08-31T19:52:52.596Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-31T19:52:52.872Z] ---> Running in 1a8b7b4f9778 [2020-08-31T19:52:53.464Z] Removing intermediate container 1a8b7b4f9778 [2020-08-31T19:52:53.464Z] ---> 8b4c61209f8c [2020-08-31T19:52:53.464Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T19:52:53.464Z] ---> Running in 08b301383da3 [2020-08-31T19:52:53.742Z] Removing intermediate container 08b301383da3 [2020-08-31T19:52:53.742Z] ---> 9195a0ac3681 [2020-08-31T19:52:53.742Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T19:52:54.016Z] ---> Running in babbe067a17c [2020-08-31T19:52:54.291Z] Removing intermediate container babbe067a17c [2020-08-31T19:52:54.291Z] ---> 53bf5e13c0ba [2020-08-31T19:52:54.291Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T19:52:54.562Z] ---> Running in e58864663b1f [2020-08-31T19:52:57.187Z] Removing intermediate container e58864663b1f [2020-08-31T19:52:57.187Z] ---> 865fc19b7c6d [2020-08-31T19:52:57.187Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T19:52:57.187Z] ---> Running in d3e5ee8a2284 [2020-08-31T19:52:58.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T19:52:59.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T19:52:59.807Z] OK: 143 MiB in 45 packages [2020-08-31T19:53:01.246Z] Removing intermediate container d3e5ee8a2284 [2020-08-31T19:53:01.246Z] ---> 8712f8c0d26a [2020-08-31T19:53:01.246Z] Step 8/27 : WORKDIR /app [2020-08-31T19:53:01.246Z] ---> Running in 672005f881d1 [2020-08-31T19:53:01.518Z] Removing intermediate container 672005f881d1 [2020-08-31T19:53:01.518Z] ---> 14b2cf10677d [2020-08-31T19:53:01.518Z] Step 9/27 : COPY go.mod . [2020-08-31T19:53:02.504Z] ---> 1c9b6d80ae61 [2020-08-31T19:53:02.504Z] Step 10/27 : RUN go mod download [2020-08-31T19:53:02.504Z] ---> Running in 38f0e53b1434 [2020-08-31T19:53:05.132Z] Removing intermediate container 38f0e53b1434 [2020-08-31T19:53:05.132Z] ---> 95a7271402a3 [2020-08-31T19:53:05.132Z] Step 11/27 : COPY . . [2020-08-31T19:53:06.118Z] ---> f7f31f680b3a [2020-08-31T19:53:06.118Z] Step 12/27 : ARG MAKE="make build" [2020-08-31T19:53:06.118Z] ---> Running in 11dc565de16b [2020-08-31T19:53:06.711Z] Removing intermediate container 11dc565de16b [2020-08-31T19:53:06.711Z] ---> ec6d69e63e89 [2020-08-31T19:53:06.711Z] Step 13/27 : RUN $MAKE [2020-08-31T19:53:06.711Z] ---> Running in cad47b18bc13 [2020-08-31T19:53:08.141Z] 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-31T19:53:55.155Z] Removing intermediate container cad47b18bc13 [2020-08-31T19:53:55.155Z] ---> 77d31d045e01 [2020-08-31T19:53:55.155Z] Step 14/27 : FROM alpine:latest [2020-08-31T19:53:55.155Z] latest: Pulling from library/alpine [2020-08-31T19:53:55.155Z] b538f80385f9: Already exists [2020-08-31T19:53:55.155Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T19:53:55.155Z] Status: Downloaded newer image for alpine:latest [2020-08-31T19:53:55.155Z] ---> 62ee0e9f8440 [2020-08-31T19:53:55.155Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T19:53:55.155Z] ---> Running in f828c45bf757 [2020-08-31T19:53:55.155Z] Removing intermediate container f828c45bf757 [2020-08-31T19:53:55.155Z] ---> f9e5b7b1f2ec [2020-08-31T19:53:55.155Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-31T19:53:55.155Z] ---> Running in 779a0cd36190 [2020-08-31T19:53:55.155Z] Removing intermediate container 779a0cd36190 [2020-08-31T19:53:55.155Z] ---> 65aec8a22623 [2020-08-31T19:53:55.155Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-31T19:53:55.155Z] ---> Running in c05ee05439d8 [2020-08-31T19:53:56.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T19:53:56.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T19:53:57.465Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-31T19:53:57.465Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-31T19:53:57.465Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-31T19:53:57.465Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-31T19:53:57.466Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T19:53:57.466Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-31T19:53:57.737Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T19:53:57.737Z] Executing ca-certificates-20191127-r4.trigger [2020-08-31T19:53:57.737Z] OK: 8 MiB in 20 packages [2020-08-31T19:53:59.706Z] Removing intermediate container c05ee05439d8 [2020-08-31T19:53:59.706Z] ---> ae290d4df2ba [2020-08-31T19:53:59.706Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-31T19:54:00.304Z] ---> e9d792bc1860 [2020-08-31T19:54:00.304Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-31T19:54:00.906Z] ---> f78b404381e0 [2020-08-31T19:54:00.906Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-31T19:54:01.885Z] ---> 4e23c16b5294 [2020-08-31T19:54:01.885Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-31T19:54:03.856Z] ---> 39e72aafd547 [2020-08-31T19:54:03.856Z] Step 22/27 : EXPOSE 48095 [2020-08-31T19:54:03.856Z] ---> Running in bad68b003560 [2020-08-31T19:54:04.129Z] Removing intermediate container bad68b003560 [2020-08-31T19:54:04.129Z] ---> 8795cd1e7617 [2020-08-31T19:54:04.129Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-31T19:54:04.129Z] ---> Running in 571322ffceb9 [2020-08-31T19:54:04.728Z] Removing intermediate container 571322ffceb9 [2020-08-31T19:54:04.728Z] ---> 21a7d74af1b3 [2020-08-31T19:54:04.728Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T19:54:04.728Z] ---> Running in 92ee294dc22d [2020-08-31T19:54:05.322Z] Removing intermediate container 92ee294dc22d [2020-08-31T19:54:05.322Z] ---> 97605782a127 [2020-08-31T19:54:05.322Z] Step 25/27 : LABEL arch=arm64 [2020-08-31T19:54:05.322Z] ---> Running in 8dd6deae9d9c [2020-08-31T19:54:05.917Z] Removing intermediate container 8dd6deae9d9c [2020-08-31T19:54:05.917Z] ---> 734085b08cce [2020-08-31T19:54:05.917Z] Step 26/27 : LABEL git_sha=8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:54:05.917Z] ---> Running in bffdcdde146a [2020-08-31T19:54:06.511Z] Removing intermediate container bffdcdde146a [2020-08-31T19:54:06.511Z] ---> 89b25a13157d [2020-08-31T19:54:06.511Z] Step 27/27 : LABEL version=0.0.0 [2020-08-31T19:54:06.511Z] ---> Running in 7cf64b47bfff [2020-08-31T19:54:07.102Z] Removing intermediate container 7cf64b47bfff [2020-08-31T19:54:07.102Z] ---> 428f03a9ad5f [2020-08-31T19:54:07.102Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T19:54:07.102Z] Successfully built 428f03a9ad5f [2020-08-31T19:54:07.102Z] 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-31T19:54:23.071Z] Still waiting to schedule task [2020-08-31T19:54:23.071Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-08-31T19:56:07.174Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-847 in /w/workspace/_app-service-configurable_PR-105 [Pipeline] { [Pipeline] checkout [2020-08-31T19:56:11.018Z] using credential edgex-jenkins-ssh [2020-08-31T19:56:11.074Z] Cloning the remote Git repository [2020-08-31T19:56:11.074Z] Cloning with configured refspecs honoured and without tags [2020-08-31T19:56:11.124Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:56:11.227Z] > git init /w/workspace/_app-service-configurable_PR-105 # timeout=10 [2020-08-31T19:56:11.282Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:56:11.283Z] > git --version # timeout=10 [2020-08-31T19:56:11.299Z] > git --version # 'git version 2.17.1' [2020-08-31T19:56:11.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:56:11.398Z] > 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-31T19:56:12.003Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:56:12.019Z] > git config --add remote.origin.fetch +refs/pull/105/head:refs/remotes/origin/PR-105 # timeout=10 [2020-08-31T19:56:12.031Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T19:56:12.052Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T19:56:12.064Z] Fetching without tags [2020-08-31T19:56:12.545Z] Merging remotes/origin/master commit 52089d766941a619fd949741bc3effb36240d5e2 into PR head commit 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:56:12.698Z] Merge succeeded, producing 8b329dd3454d36fadc8c908cba474a9f78043d9b [2020-08-31T19:56:12.698Z] Checking out Revision 8b329dd3454d36fadc8c908cba474a9f78043d9b (PR-105) [2020-08-31T19:56:12.075Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T19:56:12.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:56:12.089Z] > 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-31T19:56:12.563Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:56:12.574Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:56:12.638Z] > git remote # timeout=10 [2020-08-31T19:56:12.650Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T19:56:12.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T19:56:12.669Z] > git merge 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 [2020-08-31T19:56:12.688Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T19:56:12.706Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T19:56:12.715Z] > git checkout -f 8b329dd3454d36fadc8c908cba474a9f78043d9b # timeout=10 [2020-08-31T19:56:16.754Z] Commit message: "addition of verion and LTS references to READMe per arch's meeting" [2020-08-31T19:56:16.805Z] > git --version # timeout=10 [2020-08-31T19:56:16.813Z] > git --version # 'git version 2.17.1' [2020-08-31T19:56:16.824Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T19:56:18.224Z] + find /w/workspace/app-service-configurable/1 [2020-08-31T19:56:18.224Z] + grep snapcraft.yaml [2020-08-31T19:56:18.224Z] find: ‘/w/workspace/app-service-configurable/1’: No such file or directory [2020-08-31T19:56:18.224Z] + grep -Po ^name: \K(.*) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T19:56:19.676Z] 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-31T19:56:24.860Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:56:25.456Z] ---> package-listing.sh [2020-08-31T19:56:25.457Z] ++ facter osfamily [2020-08-31T19:56:25.457Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T19:56:25.457Z] + OS_FAMILY=redhat [2020-08-31T19:56:25.457Z] + workspace=/w/workspace/_app-service-configurable_PR-105 [2020-08-31T19:56:25.457Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T19:56:25.457Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T19:56:25.457Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T19:56:25.457Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T19:56:25.457Z] + '[' /w/workspace/_app-service-configurable_PR-105 ']' [2020-08-31T19:56:25.457Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T19:56:25.457Z] + case "${OS_FAMILY}" in [2020-08-31T19:56:25.457Z] + rpm -qa [2020-08-31T19:56:25.457Z] + sort [2020-08-31T19:56:29.678Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T19:56:29.678Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T19:56:29.678Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T19:56:29.678Z] + '[' /w/workspace/_app-service-configurable_PR-105 ']' [2020-08-31T19:56:29.678Z] + mkdir -p /w/workspace/_app-service-configurable_PR-105/archives/ [2020-08-31T19:56:29.678Z] + 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-31T19:56:30.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:56:30.201Z] [2020-08-31T19:56:30.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T19:56:30.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:56:30.712Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T19:56:30.712Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T19:56:30.712Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T19:56:30.712Z] 756a868c4378: Pulling fs layer [2020-08-31T19:56:30.712Z] 444b2fc9a129: Pulling fs layer [2020-08-31T19:56:30.712Z] ea15f1150254: Pulling fs layer [2020-08-31T19:56:30.712Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T19:56:30.712Z] 28c525ee5125: Pulling fs layer [2020-08-31T19:56:30.712Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T19:56:30.712Z] 138eaada9080: Pulling fs layer [2020-08-31T19:56:30.712Z] 0622d0fa9048: Pulling fs layer [2020-08-31T19:56:30.712Z] 41b27a9f41bf: Waiting [2020-08-31T19:56:30.712Z] 28c525ee5125: Waiting [2020-08-31T19:56:30.712Z] 094b1ea09ed8: Waiting [2020-08-31T19:56:30.712Z] 138eaada9080: Waiting [2020-08-31T19:56:30.712Z] 0622d0fa9048: Waiting [2020-08-31T19:56:30.712Z] ea15f1150254: Waiting [2020-08-31T19:56:30.712Z] 444b2fc9a129: Waiting [2020-08-31T19:56:30.712Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T19:56:30.712Z] 2cc5ad85d9ab: Download complete [2020-08-31T19:56:30.712Z] 444b2fc9a129: Verifying Checksum [2020-08-31T19:56:30.712Z] 444b2fc9a129: Download complete [2020-08-31T19:56:30.712Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T19:56:30.712Z] c9b1b535fdd9: Download complete [2020-08-31T19:56:30.712Z] ea15f1150254: Download complete [2020-08-31T19:56:31.002Z] 28c525ee5125: Verifying Checksum [2020-08-31T19:56:31.002Z] 28c525ee5125: Download complete [2020-08-31T19:56:31.002Z] c9b1b535fdd9: Pull complete [2020-08-31T19:56:31.306Z] 756a868c4378: Verifying Checksum [2020-08-31T19:56:31.306Z] 756a868c4378: Download complete [2020-08-31T19:56:31.306Z] 2cc5ad85d9ab: Pull complete [2020-08-31T19:56:31.890Z] 138eaada9080: Verifying Checksum [2020-08-31T19:56:31.890Z] 138eaada9080: Download complete [2020-08-31T19:56:31.890Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T19:56:31.890Z] 094b1ea09ed8: Download complete [2020-08-31T19:56:31.890Z] 0622d0fa9048: Verifying Checksum [2020-08-31T19:56:31.890Z] 0622d0fa9048: Download complete [2020-08-31T19:56:32.165Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T19:56:32.165Z] 41b27a9f41bf: Download complete [2020-08-31T19:56:32.773Z] 756a868c4378: Pull complete [2020-08-31T19:56:33.048Z] 444b2fc9a129: Pull complete [2020-08-31T19:56:33.318Z] ea15f1150254: Pull complete [2020-08-31T19:56:37.619Z] 41b27a9f41bf: Pull complete [2020-08-31T19:56:37.619Z] 28c525ee5125: Pull complete [2020-08-31T19:56:40.172Z] 094b1ea09ed8: Pull complete [2020-08-31T19:56:40.172Z] 138eaada9080: Pull complete [2020-08-31T19:56:40.440Z] 0622d0fa9048: Pull complete [2020-08-31T19:56:40.440Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T19:56:40.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T19:56:40.440Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T19:56:40.625Z] prd-centos7-docker-4c-2g-840 does not seem to be running inside a container [2020-08-31T19:56:40.684Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_PR-105 -v /w/workspace/_app-service-configurable_PR-105:/w/workspace/_app-service-configurable_PR-105:rw,z -v /w/workspace/_app-service-configurable_PR-105@tmp:/w/workspace/_app-service-configurable_PR-105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T19:56:44.330Z] $ docker top 7371716ab66614c21bdab11feb0cab9de9f6ccc689bfd6723f9201ce8fe21974 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T19:56:44.770Z] provisioning config files... [2020-08-31T19:56:44.788Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-105@tmp/config735408017884705692tmp [Pipeline] { [Pipeline] echo [2020-08-31T19:56:44.894Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:56:45.229Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T19:56:45.260Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T19:56:45.599Z] ---> logs-deploy.sh [2020-08-31T19:56:45.599Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-105/1 [2020-08-31T19:56:45.599Z] INFO: archiving workspace using pattern(s): [2020-08-31T19:56:46.997Z] Archives upload complete. [2020-08-31T19:56:46.997Z] INFO: archiving logs to Nexus