Pull request #124 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/app-service-configurable Obtained Jenkinsfile from f11db4d2136e62a752c8b48d9f7ba494c888ad76+6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (b960d271ff889a528529a3395ec1e9845cbed3d4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@06253c36bba6c05888b667ce0aa093082c02927a Attempting to resolve 06253c36bba6c05888b667ce0aa093082c02927a 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 Could not find 06253c36bba6c05888b667ce0aa093082c02927a in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse 06253c36bba6c05888b667ce0aa093082c02927a^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 06253c36bba6c05888b667ce0aa093082c02927a # timeout=10 Selected match: pr/264/head revision 06253c36bba6c05888b667ce0aa093082c02927a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 06253c36bba6c05888b667ce0aa093082c02927a (pr/264/head) > git config core.sparsecheckout # timeout=10 > git checkout -f 06253c36bba6c05888b667ce0aa093082c02927a # timeout=10 Commit message: "fix: trying previous docker based script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9168 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-124 # 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 --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 Merge succeeded, producing 2b71910c183cf0f434fb83f9adaad7bf20289b21 Checking out Revision 2b71910c183cf0f434fb83f9adaad7bf20289b21 (PR-124) > git config core.sparsecheckout # timeout=10 > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # 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 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b71910c183cf0f434fb83f9adaad7bf20289b21 # timeout=10 Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T16:50:16.970Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [2020-10-27T16:50:17.254Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T16:50:17.366Z] ========================================================= [2020-10-27T16:50:17.366Z] EdgeX Global Pipelines Version Info [2020-10-27T16:50:17.366Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:50:19.375Z] ------------------- [2020-10-27T16:50:19.375Z] stable info: [2020-10-27T16:50:19.375Z] ------------------- [2020-10-27T16:50:19.375Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T16:50:19.375Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T16:50:19.375Z] Message: update stable to v1.0.148 [2020-10-27T16:50:20.332Z] ------------------- [2020-10-27T16:50:20.332Z] experimental info: [2020-10-27T16:50:20.332Z] ------------------- [2020-10-27T16:50:20.332Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T16:50:20.332Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T16:50:20.332Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-27T16:50:20.773Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-10-27T16:50:20.869Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-10-27T16:50:20.966Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T16:50:21.087Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T16:50:21.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T16:50:21.310Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T16:50:21.404Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T16:50:21.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T16:50:21.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-27T16:50:21.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T16:50:21.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T16:50:21.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-10-27T16:50:22.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T16:50:22.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T16:50:22.223Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T16:50:22.327Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T16:50:22.423Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:50:22.523Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:50:22.629Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T16:50:22.722Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-27T16:50:22.831Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-27T16:50:22.931Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-27T16:50:23.026Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-27T16:50:23.172Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-27T16:50:23.282Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-27T16:50:23.379Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-124 [Pipeline] echo [2020-10-27T16:50:23.475Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-124 [Pipeline] echo [2020-10-27T16:50:23.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-124 [Pipeline] echo [2020-10-27T16:50:23.707Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b71910c183cf0f434fb83f9adaad7bf20289b21 [Pipeline] echo [2020-10-27T16:50:23.801Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b71910 [Pipeline] echo [2020-10-27T16:50:23.898Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T16:50:24.636Z] + git log --format=format:%s -1 2b71910c183cf0f434fb83f9adaad7bf20289b21 [Pipeline] echo [2020-10-27T16:50:24.715Z] GIT_COMMIT: 2b71910c183cf0f434fb83f9adaad7bf20289b21, Commit Message: Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD [Pipeline] echo [2020-10-27T16:50:24.769Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:50:25.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:50:25.675Z] [2020-10-27T16:50:25.675Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:50:26.048Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:50:26.048Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T16:50:26.048Z] 31603596830f: Pulling fs layer [2020-10-27T16:50:26.048Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T16:50:26.048Z] 6ca5941a6612: Pulling fs layer [2020-10-27T16:50:26.048Z] ecc8261a40a4: Pulling fs layer [2020-10-27T16:50:26.048Z] ecc8261a40a4: Waiting [2020-10-27T16:50:26.048Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T16:50:26.048Z] 2a8b12db71e7: Download complete [2020-10-27T16:50:26.343Z] 31603596830f: Download complete [2020-10-27T16:50:26.343Z] ecc8261a40a4: Verifying Checksum [2020-10-27T16:50:26.343Z] ecc8261a40a4: Download complete [2020-10-27T16:50:26.612Z] 6ca5941a6612: Verifying Checksum [2020-10-27T16:50:26.612Z] 6ca5941a6612: Download complete [2020-10-27T16:50:26.880Z] 31603596830f: Pull complete [2020-10-27T16:50:26.880Z] 2a8b12db71e7: Pull complete [2020-10-27T16:50:27.846Z] 6ca5941a6612: Pull complete [2020-10-27T16:50:28.109Z] ecc8261a40a4: Pull complete [2020-10-27T16:50:28.375Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T16:50:28.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:50:28.375Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T16:50:28.513Z] prd-centos7-docker-4c-2g-9168 does not seem to be running inside a container [2020-10-27T16:50:28.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-124 -v /w/workspace/_app-service-configurable_PR-124:/w/workspace/_app-service-configurable_PR-124:rw,z -v /w/workspace/_app-service-configurable_PR-124@tmp:/w/workspace/_app-service-configurable_PR-124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:50:30.719Z] $ docker top 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:50:31.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:50:31.206Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:50:31.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:50:31.545Z] $ docker exec 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent [2020-10-27T16:50:31.785Z] SSH_AUTH_SOCK=/tmp/ssh-T9Ekn76b0RTr/agent.12 [2020-10-27T16:50:31.785Z] SSH_AGENT_PID=17 [2020-10-27T16:50:31.807Z] Running ssh-add (command line suppressed) [2020-10-27T16:50:31.965Z] Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_4878580697517671223.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_4878580697517671223.key) [2020-10-27T16:50:32.042Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:50:32.395Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T16:50:32.427Z] $ docker exec --env ******** --env ******** 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent -k [2020-10-27T16:50:32.560Z] unset SSH_AUTH_SOCK; [2020-10-27T16:50:32.561Z] unset SSH_AGENT_PID; [2020-10-27T16:50:32.561Z] echo Agent pid 17 killed; [2020-10-27T16:50:32.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T16:50:32.763Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:50:32.763Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:50:32.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:50:32.987Z] $ docker exec 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent [2020-10-27T16:50:33.190Z] SSH_AUTH_SOCK=/tmp/ssh-1qmfRkj2EdLK/agent.45 [2020-10-27T16:50:33.191Z] SSH_AGENT_PID=51 [2020-10-27T16:50:33.199Z] Running ssh-add (command line suppressed) [2020-10-27T16:50:33.363Z] Identity added: /w/workspace/_app-service-configurable_PR-124@tmp/private_key_4889519725441918498.key (/w/workspace/_app-service-configurable_PR-124@tmp/private_key_4889519725441918498.key) [2020-10-27T16:50:33.426Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:50:33.785Z] + git semver init [2020-10-27T16:50:33.785Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:50:33.785Z] # $GIT_DIR = /w/workspace/_app-service-configurable_PR-124/.git [2020-10-27T16:50:33.785Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_PR-124 [2020-10-27T16:50:33.785Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:50:33.785Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:50:33.785Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:50:33.785Z] # $SEMVER_BRANCH = PR-124 [2020-10-27T16:50:33.785Z] # $SEMVER_TEMP = /tmp/semver-091250206 [2020-10-27T16:50:33.785Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-10-27T16:50:34.364Z] # '/tmp/semver-091250206' -> '/w/workspace/_app-service-configurable_PR-124/.semver' [2020-10-27T16:50:34.364Z] # -> Force: false [2020-10-27T16:50:34.364Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_PR-124/.semver [Pipeline] } [2020-10-27T16:50:34.430Z] $ docker exec --env ******** --env ******** 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 ssh-agent -k [2020-10-27T16:50:34.620Z] unset SSH_AUTH_SOCK; [2020-10-27T16:50:34.621Z] unset SSH_AGENT_PID; [2020-10-27T16:50:34.621Z] echo Agent pid 51 killed; [2020-10-27T16:50:34.671Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:50:35.185Z] + git semver [Pipeline] } [2020-10-27T16:50:35.211Z] $ docker stop --time=1 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 [2020-10-27T16:50:36.705Z] $ docker rm -f 13aaf5625f1b9fb76852b2558e8c6e812b89cd94ea68411775d5a67913a706e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:50:37.203Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T16:50:37.830Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T16:50:37.833Z] [edgeXSemver]: initialized semver on 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-10-27T16:50:53.666Z] Still waiting to schedule task [2020-10-27T16:50:53.666Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-27T16:50:53.668Z] Still waiting to schedule task [2020-10-27T16:50:53.669Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-27T16:52:41.169Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9169 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws [2020-10-27T16:52:41.240Z] Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout [2020-10-27T16:52:46.436Z] using credential edgex-jenkins-ssh [2020-10-27T16:52:46.506Z] Cloning the remote Git repository [2020-10-27T16:52:46.556Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:52:46.672Z] > git init /w/workspace/app-service-configurable/16 # timeout=10 [2020-10-27T16:52:46.750Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:52:46.751Z] > git --version # timeout=10 [2020-10-27T16:52:46.771Z] > git --version # 'git version 2.17.1' [2020-10-27T16:52:46.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:52:46.859Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:52:48.224Z] Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 [2020-10-27T16:52:48.499Z] Merge succeeded, producing fce1f85048c615e7bc4893b7d420f818e561faf7 [2020-10-27T16:52:48.499Z] Checking out Revision fce1f85048c615e7bc4893b7d420f818e561faf7 (PR-124) [2020-10-27T16:52:47.582Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:52:47.603Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:52:47.626Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:52:47.659Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:52:47.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:52:47.671Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:52:48.244Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:52:48.268Z] > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 [2020-10-27T16:52:48.344Z] > git remote # timeout=10 [2020-10-27T16:52:48.395Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T16:52:48.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:52:48.424Z] > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T16:52:48.472Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T16:52:48.503Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:52:48.517Z] > git checkout -f fce1f85048c615e7bc4893b7d420f818e561faf7 # timeout=10 [2020-10-27T16:52:52.903Z] Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" [2020-10-27T16:52:52.925Z] First time build. Skipping changelog. [2020-10-27T16:52:52.908Z] > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:52:54.269Z] ========================================================= [2020-10-27T16:52:54.269Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T16:52:54.269Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:52:55.544Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-27T16:52:56.152Z] Sending build context to Docker daemon 98.3kB [2020-10-27T16:52:56.427Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T16:52:56.427Z] Step 2/8 : FROM ${BASE} [2020-10-27T16:52:56.701Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T16:52:56.701Z] b538f80385f9: Pulling fs layer [2020-10-27T16:52:56.701Z] 74f711af9a0d: Pulling fs layer [2020-10-27T16:52:56.701Z] 99f96fe45779: Pulling fs layer [2020-10-27T16:52:56.701Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T16:52:56.701Z] 45590311c82a: Pulling fs layer [2020-10-27T16:52:56.701Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T16:52:56.701Z] 209524e5b208: Pulling fs layer [2020-10-27T16:52:56.701Z] 8529a6b9a6be: Waiting [2020-10-27T16:52:56.701Z] 45590311c82a: Waiting [2020-10-27T16:52:56.701Z] 69ca0ff8b7b3: Waiting [2020-10-27T16:52:56.701Z] 209524e5b208: Waiting [2020-10-27T16:52:56.701Z] 99f96fe45779: Verifying Checksum [2020-10-27T16:52:56.701Z] 99f96fe45779: Download complete [2020-10-27T16:52:56.701Z] 74f711af9a0d: Verifying Checksum [2020-10-27T16:52:56.701Z] 74f711af9a0d: Download complete [2020-10-27T16:52:56.701Z] 45590311c82a: Download complete [2020-10-27T16:52:57.323Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-27T16:52:57.323Z] 69ca0ff8b7b3: Download complete [2020-10-27T16:52:57.323Z] b538f80385f9: Verifying Checksum [2020-10-27T16:52:57.323Z] b538f80385f9: Download complete [2020-10-27T16:52:57.944Z] b538f80385f9: Pull complete [2020-10-27T16:52:58.557Z] 74f711af9a0d: Pull complete [2020-10-27T16:52:59.164Z] 99f96fe45779: Pull complete [2020-10-27T16:52:59.443Z] 209524e5b208: Download complete [2020-10-27T16:53:00.121Z] Running on prd-centos7-docker-4c-2g-9170 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws [2020-10-27T16:53:00.200Z] Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout [2020-10-27T16:53:00.908Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T16:53:00.908Z] 8529a6b9a6be: Download complete [2020-10-27T16:53:03.699Z] using credential edgex-jenkins-ssh [2020-10-27T16:53:03.776Z] Cloning the remote Git repository [2020-10-27T16:53:03.805Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:53:03.873Z] > git init /w/workspace/app-service-configurable/16 # timeout=10 [2020-10-27T16:53:03.928Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:53:03.928Z] > git --version # timeout=10 [2020-10-27T16:53:03.935Z] > git --version # 'git version 2.16.5' [2020-10-27T16:53:03.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:53:03.961Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:53:04.716Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:53:04.721Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:53:04.737Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:53:04.750Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:53:04.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:53:04.759Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:53:05.218Z] Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 [2020-10-27T16:53:05.314Z] Merge succeeded, producing 1b91ded371b37a90b756941a52807df07d09dfd9 [2020-10-27T16:53:05.314Z] Checking out Revision 1b91ded371b37a90b756941a52807df07d09dfd9 (PR-124) [2020-10-27T16:53:05.234Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:53:05.238Z] > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 [2020-10-27T16:53:05.276Z] > git remote # timeout=10 [2020-10-27T16:53:05.281Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T16:53:05.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:53:05.290Z] > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T16:53:05.310Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T16:53:05.321Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:53:05.326Z] > git checkout -f 1b91ded371b37a90b756941a52807df07d09dfd9 # timeout=10 [2020-10-27T16:53:09.022Z] Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" [2020-10-27T16:53:09.032Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:53:10.063Z] ========================================================= [2020-10-27T16:53:10.063Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T16:53:10.063Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:53:09.029Z] > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [2020-10-27T16:53:10.743Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-27T16:53:10.743Z] Sending build context to Docker daemon 98.3kB [2020-10-27T16:53:11.006Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T16:53:11.006Z] Step 2/8 : FROM ${BASE} [2020-10-27T16:53:11.006Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T16:53:11.006Z] df20fa9351a1: Pulling fs layer [2020-10-27T16:53:11.006Z] ed8968b2872e: Pulling fs layer [2020-10-27T16:53:11.006Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T16:53:11.006Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T16:53:11.006Z] e73272ec9a57: Pulling fs layer [2020-10-27T16:53:11.006Z] 1e910a182e73: Pulling fs layer [2020-10-27T16:53:11.006Z] 4e634b169226: Pulling fs layer [2020-10-27T16:53:11.007Z] e73272ec9a57: Waiting [2020-10-27T16:53:11.007Z] 1e910a182e73: Waiting [2020-10-27T16:53:11.007Z] 4e634b169226: Waiting [2020-10-27T16:53:11.007Z] e871e8e8d7a9: Waiting [2020-10-27T16:53:11.122Z] 8529a6b9a6be: Pull complete [2020-10-27T16:53:11.122Z] 45590311c82a: Pull complete [2020-10-27T16:53:11.274Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T16:53:11.274Z] a92cc7c5fd73: Download complete [2020-10-27T16:53:11.274Z] ed8968b2872e: Download complete [2020-10-27T16:53:11.274Z] e73272ec9a57: Verifying Checksum [2020-10-27T16:53:11.274Z] e73272ec9a57: Download complete [2020-10-27T16:53:11.274Z] 1e910a182e73: Verifying Checksum [2020-10-27T16:53:11.274Z] 1e910a182e73: Download complete [2020-10-27T16:53:11.274Z] df20fa9351a1: Verifying Checksum [2020-10-27T16:53:11.274Z] df20fa9351a1: Download complete [2020-10-27T16:53:11.400Z] 69ca0ff8b7b3: Pull complete [2020-10-27T16:53:11.546Z] df20fa9351a1: Pull complete [2020-10-27T16:53:11.811Z] ed8968b2872e: Pull complete [2020-10-27T16:53:11.811Z] a92cc7c5fd73: Pull complete [2020-10-27T16:53:12.764Z] 4e634b169226: Verifying Checksum [2020-10-27T16:53:12.764Z] 4e634b169226: Download complete [2020-10-27T16:53:13.714Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T16:53:13.714Z] e871e8e8d7a9: Download complete [2020-10-27T16:53:15.736Z] 209524e5b208: Pull complete [2020-10-27T16:53:15.737Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T16:53:15.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T16:53:15.737Z] ---> 5bddaf1c2fca [2020-10-27T16:53:15.737Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:53:17.719Z] ---> Running in 6540075b87ba [2020-10-27T16:53:18.315Z] Removing intermediate container 6540075b87ba [2020-10-27T16:53:18.315Z] ---> 08b63f4bfe54 [2020-10-27T16:53:18.315Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:53:18.315Z] ---> Running in 1294cd9fad0a [2020-10-27T16:53:19.069Z] e871e8e8d7a9: Pull complete [2020-10-27T16:53:19.069Z] e73272ec9a57: Pull complete [2020-10-27T16:53:19.069Z] 1e910a182e73: Pull complete [2020-10-27T16:53:20.956Z] Removing intermediate container 1294cd9fad0a [2020-10-27T16:53:20.957Z] ---> 00f586b9076c [2020-10-27T16:53:20.957Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-27T16:53:20.957Z] ---> Running in 97c724a78121 [2020-10-27T16:53:22.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:53:23.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:53:23.307Z] 4e634b169226: Pull complete [2020-10-27T16:53:23.307Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T16:53:23.307Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T16:53:23.307Z] ---> f7629b54cfaa [2020-10-27T16:53:23.307Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:53:23.307Z] ---> Running in 23945b096b88 [2020-10-27T16:53:23.307Z] Removing intermediate container 23945b096b88 [2020-10-27T16:53:23.307Z] ---> ff43b20f0ea3 [2020-10-27T16:53:23.307Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:53:23.307Z] ---> Running in 23ec3fec61e8 [2020-10-27T16:53:24.189Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-27T16:53:24.189Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-27T16:53:24.189Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-27T16:53:24.189Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:53:24.466Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T16:53:24.466Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:53:24.703Z] Removing intermediate container 23ec3fec61e8 [2020-10-27T16:53:24.703Z] ---> 11f7baca055f [2020-10-27T16:53:24.703Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-27T16:53:24.740Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:53:24.740Z] OK: 144 MiB in 45 packages [2020-10-27T16:53:24.970Z] ---> Running in 4a1aaa2d4784 [2020-10-27T16:53:25.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:53:26.180Z] Removing intermediate container 97c724a78121 [2020-10-27T16:53:26.180Z] ---> 5520ef24f75a [2020-10-27T16:53:26.180Z] Step 6/8 : WORKDIR /app [2020-10-27T16:53:26.180Z] ---> Running in 9c2a753dba31 [2020-10-27T16:53:26.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:53:26.456Z] Removing intermediate container 9c2a753dba31 [2020-10-27T16:53:26.456Z] ---> 65c0673fe79b [2020-10-27T16:53:26.456Z] Step 7/8 : COPY . . [2020-10-27T16:53:26.760Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-27T16:53:26.760Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-27T16:53:26.760Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-27T16:53:27.023Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:53:27.023Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T16:53:27.023Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:53:27.286Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:53:27.286Z] OK: 167 MiB in 45 packages [2020-10-27T16:53:27.444Z] ---> 791d37afbb50 [2020-10-27T16:53:27.444Z] Step 8/8 : RUN go mod download [2020-10-27T16:53:27.444Z] ---> Running in 16619d472360 [2020-10-27T16:53:27.861Z] Removing intermediate container 4a1aaa2d4784 [2020-10-27T16:53:27.861Z] ---> f9fcf12547e2 [2020-10-27T16:53:27.861Z] Step 6/8 : WORKDIR /app [2020-10-27T16:53:27.861Z] ---> Running in 54a2631f3b0a [2020-10-27T16:53:27.861Z] Removing intermediate container 54a2631f3b0a [2020-10-27T16:53:27.861Z] ---> a9a2e96db8a2 [2020-10-27T16:53:27.861Z] Step 7/8 : COPY . . [2020-10-27T16:53:28.124Z] ---> d4991d9c038d [2020-10-27T16:53:28.124Z] Step 8/8 : RUN go mod download [2020-10-27T16:53:28.388Z] ---> Running in 2da60074e10e [2020-10-27T16:53:51.618Z] Removing intermediate container 2da60074e10e [2020-10-27T16:53:51.618Z] ---> 482790cfef36 [2020-10-27T16:53:51.618Z] Successfully built 482790cfef36 [2020-10-27T16:53:51.882Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:53:52.266Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T16:53:52.266Z] . [Pipeline] withDockerContainer [2020-10-27T16:53:52.373Z] prd-centos7-docker-4c-2g-9170 does not seem to be running inside a container [2020-10-27T16:53:52.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T16:53:53.165Z] $ docker top 37722f03b09e28261645a2e7dd3268daf046b38570f0580f0ceeefb0c7434f84 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:53:53.731Z] + go version [2020-10-27T16:53:53.731Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T16:53:53.750Z] $ docker stop --time=1 37722f03b09e28261645a2e7dd3268daf046b38570f0580f0ceeefb0c7434f84 [2020-10-27T16:53:55.083Z] $ docker rm -f 37722f03b09e28261645a2e7dd3268daf046b38570f0580f0ceeefb0c7434f84 [2020-10-27T16:53:55.202Z] Removing intermediate container 16619d472360 [2020-10-27T16:53:55.202Z] ---> 5270a4deac58 [2020-10-27T16:53:55.202Z] Successfully built 5270a4deac58 [2020-10-27T16:53:55.202Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:53:55.873Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T16:53:55.873Z] . [Pipeline] withDockerContainer [2020-10-27T16:53:56.137Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T16:53:56.137Z] . [2020-10-27T16:53:56.206Z] prd-ubuntu18.04-docker-arm64-4c-16g-9169 does not seem to be running inside a container [2020-10-27T16:53:56.301Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-27T16:53:58.149Z] $ docker top 3c8d9c7d8225286525cf9d558ba458570876238aeac58b74fdd33bf0e457eb81 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-10-27T16:53:58.633Z] prd-centos7-docker-4c-2g-9170 does not seem to be running inside a container [2020-10-27T16:53:58.791Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T16:53:59.362Z] $ docker top 48a7edfb1c9c2a2fff49fa65ff6192b9e43486a7a8be8363e3fc51268b784ab6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-10-27T16:54:00.148Z] + make test [2020-10-27T16:54:00.148Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-10-27T16:54:00.823Z] + go version [2020-10-27T16:54:00.823Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T16:54:00.848Z] $ docker stop --time=1 3c8d9c7d8225286525cf9d558ba458570876238aeac58b74fdd33bf0e457eb81 [2020-10-27T16:54:02.820Z] $ docker rm -f 3c8d9c7d8225286525cf9d558ba458570876238aeac58b74fdd33bf0e457eb81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:54:03.909Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T16:54:03.909Z] . [Pipeline] withDockerContainer [2020-10-27T16:54:04.175Z] prd-ubuntu18.04-docker-arm64-4c-16g-9169 does not seem to be running inside a container [2020-10-27T16:54:04.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/16 -v /w/workspace/app-service-configurable/16:/w/workspace/app-service-configurable/16:rw,z -v /w/workspace/app-service-configurable/16@tmp:/w/workspace/app-service-configurable/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-27T16:54:06.048Z] $ docker top 159a51544d5ece58a6f10e6436989e3b02e49e0ef8a20cd6966a564bb0a79571 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:54:07.420Z] + make test [2020-10-27T16:54:07.420Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-10-27T16:54:18.450Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-10-27T16:54:18.450Z] CGO_ENABLED=1 go vet ./... [2020-10-27T16:54:19.418Z] gofmt -l . [2020-10-27T16:54:19.694Z] [ "`gofmt -l .`" = "" ] [2020-10-27T16:54:19.694Z] ./bin/test-go-mod-tidy.sh [2020-10-27T16:54:19.966Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-10-27T16:54:20.922Z] Stashed 1 file(s) [Pipeline] } [2020-10-27T16:54:20.932Z] $ docker stop --time=1 48a7edfb1c9c2a2fff49fa65ff6192b9e43486a7a8be8363e3fc51268b784ab6 [2020-10-27T16:54:22.628Z] $ docker rm -f 48a7edfb1c9c2a2fff49fa65ff6192b9e43486a7a8be8363e3fc51268b784ab6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-27T16:54:25.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T16:54:25.802Z] + ls -al . [2020-10-27T16:54:25.802Z] total 96 [2020-10-27T16:54:25.802Z] drwxrwxr-x. 7 jenkins jenkins 4096 Oct 27 16:54 . [2020-10-27T16:54:25.802Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 27 16:53 .. [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 6568 Oct 27 16:53 Attribution.txt [2020-10-27T16:54:25.802Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 27 16:53 bin [2020-10-27T16:54:25.802Z] -rw-r--r--. 1 jenkins jenkins 10 Oct 27 16:54 coverage.out [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 180 Oct 27 16:53 docker-compose.debug.yml [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 16:53 docker-compose.yml [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 2002 Oct 27 16:53 Dockerfile [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 966 Oct 27 16:53 Dockerfile.build [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 119 Oct 27 16:53 .dockerignore [2020-10-27T16:54:25.802Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 27 16:53 .git [2020-10-27T16:54:25.802Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 27 16:53 .github [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 93 Oct 27 16:53 .gitignore [2020-10-27T16:54:25.802Z] -rw-r--r--. 1 jenkins jenkins 133 Oct 27 16:54 go.mod [2020-10-27T16:54:25.802Z] -rw-r--r--. 1 jenkins jenkins 19860 Oct 27 16:54 go.sum [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 766 Oct 27 16:53 Jenkinsfile [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 27 16:53 LICENSE [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 1519 Oct 27 16:53 main.go [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 1573 Oct 27 16:53 makefile [2020-10-27T16:54:25.802Z] -rw-rw-r--. 1 jenkins jenkins 1277 Oct 27 16:53 README.md [2020-10-27T16:54:25.802Z] drwxrwxr-x. 10 jenkins jenkins 171 Oct 27 16:53 res [2020-10-27T16:54:25.803Z] drwxrwxr-x. 4 jenkins jenkins 71 Oct 27 16:53 snap [2020-10-27T16:54:25.803Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 27 16:50 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:54:26.133Z] + 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=2b71910c183cf0f434fb83f9adaad7bf20289b21 --label arch=amd64 --label version=0.0.0 . [2020-10-27T16:54:26.133Z] Sending build context to Docker daemon 120.8kB [2020-10-27T16:54:26.133Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-27T16:54:26.133Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-27T16:54:26.133Z] ---> 482790cfef36 [2020-10-27T16:54:26.134Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-27T16:54:26.397Z] ---> Running in 9a707552edf2 [2020-10-27T16:54:26.397Z] Removing intermediate container 9a707552edf2 [2020-10-27T16:54:26.397Z] ---> 2673af0843a0 [2020-10-27T16:54:26.397Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T16:54:26.660Z] ---> Running in 899a1147314b [2020-10-27T16:54:26.660Z] Removing intermediate container 899a1147314b [2020-10-27T16:54:26.660Z] ---> a7c8cc9890c5 [2020-10-27T16:54:26.660Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:54:26.927Z] ---> Running in 8a93837595cb [2020-10-27T16:54:26.927Z] Removing intermediate container 8a93837595cb [2020-10-27T16:54:26.927Z] ---> b2c00a5a6254 [2020-10-27T16:54:26.927Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:54:26.927Z] ---> Running in fb78dc8d6d4e [2020-10-27T16:54:27.880Z] Removing intermediate container fb78dc8d6d4e [2020-10-27T16:54:27.880Z] ---> c20e027c19cb [2020-10-27T16:54:27.880Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T16:54:27.880Z] ---> Running in 77ca1361d946 [2020-10-27T16:54:28.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:54:29.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:54:29.613Z] OK: 167 MiB in 45 packages [2020-10-27T16:54:29.898Z] Removing intermediate container 77ca1361d946 [2020-10-27T16:54:29.898Z] ---> 7a018fbd550a [2020-10-27T16:54:29.898Z] Step 8/27 : WORKDIR /app [2020-10-27T16:54:30.160Z] ---> Running in 2d4bbe27ca63 [2020-10-27T16:54:30.160Z] Removing intermediate container 2d4bbe27ca63 [2020-10-27T16:54:30.160Z] ---> d99b33de8595 [2020-10-27T16:54:30.160Z] Step 9/27 : COPY go.mod . [2020-10-27T16:54:30.422Z] ---> ad25eb85a2c3 [2020-10-27T16:54:30.422Z] Step 10/27 : RUN go mod download [2020-10-27T16:54:30.422Z] ---> Running in 4ae883ef457f [2020-10-27T16:54:31.827Z] Removing intermediate container 4ae883ef457f [2020-10-27T16:54:31.827Z] ---> 9d506ebb3107 [2020-10-27T16:54:31.827Z] Step 11/27 : COPY . . [2020-10-27T16:54:31.827Z] ---> be82d703bb43 [2020-10-27T16:54:31.827Z] Step 12/27 : ARG MAKE="make build" [2020-10-27T16:54:31.827Z] ---> Running in e95346cfae7a [2020-10-27T16:54:32.091Z] Removing intermediate container e95346cfae7a [2020-10-27T16:54:32.091Z] ---> 2b0be6bb772a [2020-10-27T16:54:32.091Z] Step 13/27 : RUN $MAKE [2020-10-27T16:54:32.091Z] ---> Running in 91cdde5a9b47 [2020-10-27T16:54:32.676Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-10-27T16:54:50.962Z] Removing intermediate container 91cdde5a9b47 [2020-10-27T16:54:50.962Z] ---> d1de28a04531 [2020-10-27T16:54:50.962Z] Step 14/27 : FROM alpine:latest [2020-10-27T16:54:50.962Z] latest: Pulling from library/alpine [2020-10-27T16:54:50.962Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T16:54:50.962Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T16:54:50.962Z] 188c0c94c7c5: Pull complete [2020-10-27T16:54:50.962Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T16:54:50.962Z] Status: Downloaded newer image for alpine:latest [2020-10-27T16:54:50.962Z] ---> d6e46aa2470d [2020-10-27T16:54:50.962Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:54:50.962Z] ---> Running in 7dce79f40443 [2020-10-27T16:54:50.962Z] Removing intermediate container 7dce79f40443 [2020-10-27T16:54:50.962Z] ---> 1b6d0888f696 [2020-10-27T16:54:50.962Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-27T16:54:50.962Z] ---> Running in c711f934c6f8 [2020-10-27T16:54:51.224Z] Removing intermediate container c711f934c6f8 [2020-10-27T16:54:51.224Z] ---> b9f514b420e1 [2020-10-27T16:54:51.225Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-27T16:54:51.490Z] ---> Running in 0d3a44218862 [2020-10-27T16:54:51.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:54:52.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:54:52.024Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-27T16:54:52.302Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-27T16:54:52.302Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-27T16:54:52.302Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-27T16:54:52.302Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T16:54:52.302Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-27T16:54:52.302Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:54:52.302Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T16:54:52.302Z] OK: 9 MiB in 20 packages [2020-10-27T16:54:53.257Z] Removing intermediate container 0d3a44218862 [2020-10-27T16:54:53.257Z] ---> 6cb88abf57b4 [2020-10-27T16:54:53.257Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-27T16:54:53.522Z] ---> 18aab74317f7 [2020-10-27T16:54:53.522Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-27T16:54:53.522Z] ---> e81ccc2b832e [2020-10-27T16:54:53.522Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-27T16:54:53.784Z] ---> 28c2c5e57c49 [2020-10-27T16:54:53.784Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-27T16:54:54.490Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-10-27T16:54:54.732Z] ---> efba0b3c3970 [2020-10-27T16:54:54.732Z] Step 22/27 : EXPOSE 48095 [2020-10-27T16:54:54.732Z] ---> Running in 99262a68a484 [2020-10-27T16:54:54.732Z] Removing intermediate container 99262a68a484 [2020-10-27T16:54:54.732Z] ---> aa2fe1f547f7 [2020-10-27T16:54:54.732Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-27T16:54:54.768Z] CGO_ENABLED=1 go vet ./... [2020-10-27T16:54:54.995Z] ---> Running in bcbe1a5d2034 [2020-10-27T16:54:54.995Z] Removing intermediate container bcbe1a5d2034 [2020-10-27T16:54:54.995Z] ---> fa7e36d4cffd [2020-10-27T16:54:54.995Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:54:54.995Z] ---> Running in b717c568663d [2020-10-27T16:54:55.260Z] Removing intermediate container b717c568663d [2020-10-27T16:54:55.260Z] ---> 0a3ab5ad6093 [2020-10-27T16:54:55.260Z] Step 25/27 : LABEL arch=amd64 [2020-10-27T16:54:55.260Z] ---> Running in 96aa4f24696d [2020-10-27T16:54:55.528Z] Removing intermediate container 96aa4f24696d [2020-10-27T16:54:55.528Z] ---> ad400ecef4b5 [2020-10-27T16:54:55.528Z] Step 26/27 : LABEL git_sha=2b71910c183cf0f434fb83f9adaad7bf20289b21 [2020-10-27T16:54:55.528Z] ---> Running in 4dd3e0709019 [2020-10-27T16:54:55.528Z] Removing intermediate container 4dd3e0709019 [2020-10-27T16:54:55.528Z] ---> 61f08126caec [2020-10-27T16:54:55.528Z] Step 27/27 : LABEL version=0.0.0 [2020-10-27T16:54:55.794Z] ---> Running in 9edf6bad3c90 [2020-10-27T16:54:55.794Z] Removing intermediate container 9edf6bad3c90 [2020-10-27T16:54:55.794Z] ---> 5c748b1a7e32 [2020-10-27T16:54:55.794Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-27T16:54:55.794Z] Successfully built 5c748b1a7e32 [2020-10-27T16:54:55.794Z] Successfully tagged docker-app-service-configurable:latest [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-10-27T16:55:04.973Z] gofmt -l . [2020-10-27T16:55:05.249Z] [ "`gofmt -l .`" = "" ] [2020-10-27T16:55:05.249Z] ./bin/test-go-mod-tidy.sh [2020-10-27T16:55:05.849Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-10-27T16:55:06.861Z] Warning: overwriting stash ‘coverage-report’ [2020-10-27T16:55:07.545Z] Stashed 1 file(s) [Pipeline] } [2020-10-27T16:55:07.554Z] $ docker stop --time=1 159a51544d5ece58a6f10e6436989e3b02e49e0ef8a20cd6966a564bb0a79571 [2020-10-27T16:55:09.831Z] $ docker rm -f 159a51544d5ece58a6f10e6436989e3b02e49e0ef8a20cd6966a564bb0a79571 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T16:55:11.328Z] Still waiting to schedule task [2020-10-27T16:55:11.329Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-10-27T16:55:11.414Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T16:55:11.802Z] + ls -al . [2020-10-27T16:55:11.802Z] total 120 [2020-10-27T16:55:11.802Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 27 16:55 . [2020-10-27T16:55:11.802Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 16:52 .. [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 27 16:52 .dockerignore [2020-10-27T16:55:11.802Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 16:52 .git [2020-10-27T16:55:11.802Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 16:52 .github [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 93 Oct 27 16:52 .gitignore [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 6568 Oct 27 16:52 Attribution.txt [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 2002 Oct 27 16:52 Dockerfile [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 966 Oct 27 16:52 Dockerfile.build [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 766 Oct 27 16:52 Jenkinsfile [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 27 16:52 LICENSE [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 1277 Oct 27 16:52 README.md [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 27 16:50 VERSION [2020-10-27T16:55:11.802Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 16:52 bin [2020-10-27T16:55:11.802Z] -rw-r--r-- 1 jenkins jenkins 10 Oct 27 16:54 coverage.out [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 180 Oct 27 16:52 docker-compose.debug.yml [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 16:52 docker-compose.yml [2020-10-27T16:55:11.802Z] -rw-r--r-- 1 jenkins jenkins 133 Oct 27 16:55 go.mod [2020-10-27T16:55:11.802Z] -rw-r--r-- 1 jenkins jenkins 19860 Oct 27 16:55 go.sum [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 1519 Oct 27 16:52 main.go [2020-10-27T16:55:11.802Z] -rw-rw-r-- 1 jenkins jenkins 1573 Oct 27 16:52 makefile [2020-10-27T16:55:11.802Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 27 16:52 res [2020-10-27T16:55:11.802Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 16:52 snap [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:55:12.188Z] + 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=2b71910c183cf0f434fb83f9adaad7bf20289b21 --label arch=arm64 --label version=0.0.0 . [2020-10-27T16:55:12.188Z] Sending build context to Docker daemon 120.8kB [2020-10-27T16:55:12.457Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-27T16:55:12.457Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-27T16:55:12.457Z] ---> 5270a4deac58 [2020-10-27T16:55:12.457Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-27T16:55:12.728Z] ---> Running in 861352620cdf [2020-10-27T16:55:12.998Z] Removing intermediate container 861352620cdf [2020-10-27T16:55:12.998Z] ---> 0c2ed96bce6f [2020-10-27T16:55:12.998Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T16:55:13.270Z] ---> Running in 0bc2f052c8f7 [2020-10-27T16:55:13.542Z] Removing intermediate container 0bc2f052c8f7 [2020-10-27T16:55:13.542Z] ---> ec0c5f3605ef [2020-10-27T16:55:13.542Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:55:13.816Z] ---> Running in a75576cf7ba7 [2020-10-27T16:55:14.089Z] Removing intermediate container a75576cf7ba7 [2020-10-27T16:55:14.089Z] ---> f4e707402811 [2020-10-27T16:55:14.089Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T16:55:14.364Z] ---> Running in 1dc882c2e5c4 [2020-10-27T16:55:16.986Z] Removing intermediate container 1dc882c2e5c4 [2020-10-27T16:55:16.986Z] ---> 75eb4f8cb239 [2020-10-27T16:55:16.986Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T16:55:16.986Z] ---> Running in 2f4398c3267a [2020-10-27T16:55:17.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:55:18.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:55:19.544Z] OK: 144 MiB in 45 packages [2020-10-27T16:55:20.532Z] Removing intermediate container 2f4398c3267a [2020-10-27T16:55:20.533Z] ---> ae50d2656909 [2020-10-27T16:55:20.533Z] Step 8/27 : WORKDIR /app [2020-10-27T16:55:20.807Z] ---> Running in 30334a8e40c0 [2020-10-27T16:55:21.081Z] Removing intermediate container 30334a8e40c0 [2020-10-27T16:55:21.081Z] ---> 741d71ad5abd [2020-10-27T16:55:21.081Z] Step 9/27 : COPY go.mod . [2020-10-27T16:55:22.064Z] ---> f335336e088a [2020-10-27T16:55:22.064Z] Step 10/27 : RUN go mod download [2020-10-27T16:55:22.064Z] ---> Running in a6a82f540e7c [2020-10-27T16:55:24.677Z] Removing intermediate container a6a82f540e7c [2020-10-27T16:55:24.677Z] ---> 955f9ecb06af [2020-10-27T16:55:24.677Z] Step 11/27 : COPY . . [2020-10-27T16:55:25.269Z] ---> 93771e4daaf4 [2020-10-27T16:55:25.269Z] Step 12/27 : ARG MAKE="make build" [2020-10-27T16:55:25.542Z] ---> Running in b0c499334428 [2020-10-27T16:55:25.817Z] Removing intermediate container b0c499334428 [2020-10-27T16:55:25.817Z] ---> c98dfee9a2e8 [2020-10-27T16:55:25.817Z] Step 13/27 : RUN $MAKE [2020-10-27T16:55:26.092Z] ---> Running in 4571bc59451a [2020-10-27T16:55:27.526Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-10-27T16:56:00.357Z] Running on prd-ubuntu18.04-docker-8c-8g-9172 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws [2020-10-27T16:56:00.481Z] Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout [2020-10-27T16:56:02.776Z] using credential edgex-jenkins-ssh [2020-10-27T16:56:02.833Z] Cloning the remote Git repository [2020-10-27T16:56:02.815Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:56:02.883Z] > git init /w/workspace/app-service-configurable/16 # timeout=10 [2020-10-27T16:56:02.915Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:56:02.915Z] > git --version # timeout=10 [2020-10-27T16:56:02.920Z] > git --version # 'git version 2.17.1' [2020-10-27T16:56:02.920Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:56:02.942Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:56:04.973Z] Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 [2020-10-27T16:56:05.049Z] Merge succeeded, producing 2c98ec86d86ffcade6590fed6ff4040225a8c869 [2020-10-27T16:56:05.050Z] Checking out Revision 2c98ec86d86ffcade6590fed6ff4040225a8c869 (PR-124) [2020-10-27T16:56:04.393Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:56:04.402Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:56:04.411Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:56:04.421Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:56:04.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:56:04.425Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:56:04.935Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:56:04.944Z] > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 [2020-10-27T16:56:04.971Z] > git remote # timeout=10 [2020-10-27T16:56:04.976Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T16:56:04.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:56:04.987Z] > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T16:56:05.000Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T16:56:05.007Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:56:05.010Z] > git checkout -f 2c98ec86d86ffcade6590fed6ff4040225a8c869 # timeout=10 [2020-10-27T16:56:08.686Z] Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" [2020-10-27T16:56:08.694Z] First time build. Skipping changelog. [2020-10-27T16:56:08.644Z] > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:56:10.068Z] + echo snap-build.sh [2020-10-27T16:56:10.068Z] snap-build.sh [2020-10-27T16:56:10.068Z] + SNAP_BASE_DIR=. [2020-10-27T16:56:10.068Z] + '[' '!' -z /w/workspace/app-service-configurable/16 ']' [2020-10-27T16:56:10.068Z] + SNAP_BASE_DIR=/w/workspace/app-service-configurable/16 [2020-10-27T16:56:10.068Z] + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/16]' [2020-10-27T16:56:10.068Z] [snap-build] Building snap in dir [/w/workspace/app-service-configurable/16] [2020-10-27T16:56:10.068Z] + sudo apt-get update [2020-10-27T16:56:10.331Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-27T16:56:10.331Z] Get:2 http://apt.puppetlabs.com xenial InRelease [101 kB] [2020-10-27T16:56:10.331Z] Get:3 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] [2020-10-27T16:56:10.331Z] Get:4 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] [2020-10-27T16:56:10.331Z] Hit:5 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic InRelease [2020-10-27T16:56:10.331Z] Get:6 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-27T16:56:10.593Z] Hit:7 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease [2020-10-27T16:56:10.593Z] Get:8 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-27T16:56:10.593Z] Get:9 http://apt.puppetlabs.com xenial/puppet all Packages [22.7 kB] [2020-10-27T16:56:10.854Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1399 kB] [2020-10-27T16:56:10.854Z] Get:11 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main amd64 Packages [824 B] [2020-10-27T16:56:10.854Z] Get:12 http://apt.puppetlabs.com xenial/puppet amd64 Packages [56.2 kB] [2020-10-27T16:56:10.854Z] Get:13 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1725 kB] [2020-10-27T16:56:11.425Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [276 kB] [2020-10-27T16:56:11.425Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [166 kB] [2020-10-27T16:56:11.425Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.1 kB] [2020-10-27T16:56:11.425Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1079 kB] [2020-10-27T16:56:11.425Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [241 kB] [2020-10-27T16:56:11.425Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.9 kB] [2020-10-27T16:56:11.425Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2964 B] [2020-10-27T16:56:11.425Z] Get:21 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [367 kB] [2020-10-27T16:56:11.425Z] Get:22 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [184 kB] [2020-10-27T16:56:11.425Z] Get:23 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [24.6 kB] [2020-10-27T16:56:11.425Z] Get:24 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1680 kB] [2020-10-27T16:56:11.425Z] Get:25 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [354 kB] [2020-10-27T16:56:11.425Z] Get:26 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.9 kB] [2020-10-27T16:56:11.425Z] Get:27 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] [2020-10-27T16:56:11.425Z] Get:28 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [10.0 kB] [2020-10-27T16:56:11.425Z] Get:29 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [10.3 kB] [2020-10-27T16:56:14.510Z] Removing intermediate container 4571bc59451a [2020-10-27T16:56:14.510Z] ---> 608d006574c6 [2020-10-27T16:56:14.510Z] Step 14/27 : FROM alpine:latest [2020-10-27T16:56:14.510Z] latest: Pulling from library/alpine [2020-10-27T16:56:14.510Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T16:56:14.510Z] 5f621e34cdf4: Verifying Checksum [2020-10-27T16:56:14.510Z] 5f621e34cdf4: Download complete [2020-10-27T16:56:14.510Z] 5f621e34cdf4: Pull complete [2020-10-27T16:56:14.510Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T16:56:14.510Z] Status: Downloaded newer image for alpine:latest [2020-10-27T16:56:14.510Z] ---> 2e77e061c27f [2020-10-27T16:56:14.510Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:56:14.510Z] ---> Running in 7b60525d9756 [2020-10-27T16:56:14.510Z] Removing intermediate container 7b60525d9756 [2020-10-27T16:56:14.510Z] ---> b337a0842e35 [2020-10-27T16:56:14.510Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-27T16:56:14.786Z] ---> Running in 8d0b42f1b0c5 [2020-10-27T16:56:15.380Z] Removing intermediate container 8d0b42f1b0c5 [2020-10-27T16:56:15.380Z] ---> 2eea2da0e19a [2020-10-27T16:56:15.380Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-27T16:56:15.380Z] ---> Running in 9bfefb031718 [2020-10-27T16:56:15.631Z] Fetched 8105 kB in 3s (2965 kB/s) [2020-10-27T16:56:16.576Z] Reading package lists... [2020-10-27T16:56:16.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:56:16.836Z] + sudo apt-get install -y snapd expect [2020-10-27T16:56:16.836Z] Reading package lists... [2020-10-27T16:56:17.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:56:17.096Z] Building dependency tree... [2020-10-27T16:56:17.096Z] Reading state information... [2020-10-27T16:56:17.096Z] The following packages were automatically installed and are no longer required: [2020-10-27T16:56:17.096Z] grub-pc-bin libdumbnet1 [2020-10-27T16:56:17.096Z] Use 'sudo apt autoremove' to remove them. [2020-10-27T16:56:17.096Z] The following additional packages will be installed: [2020-10-27T16:56:17.096Z] tcl-expect [2020-10-27T16:56:17.096Z] Suggested packages: [2020-10-27T16:56:17.096Z] zenity | kdialog [2020-10-27T16:56:17.096Z] The following NEW packages will be installed: [2020-10-27T16:56:17.096Z] expect tcl-expect [2020-10-27T16:56:17.096Z] The following packages will be upgraded: [2020-10-27T16:56:17.096Z] snapd [2020-10-27T16:56:17.356Z] 1 upgraded, 2 newly installed, 0 to remove and 50 not upgraded. [2020-10-27T16:56:17.356Z] Need to get 21.1 MB of archives. [2020-10-27T16:56:17.356Z] After this operation, 3649 kB of additional disk space will be used. [2020-10-27T16:56:17.356Z] Get:1 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB] [2020-10-27T16:56:17.616Z] Get:2 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB] [2020-10-27T16:56:17.675Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-27T16:56:17.675Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-27T16:56:17.675Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-27T16:56:17.675Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-27T16:56:17.675Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T16:56:17.675Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-27T16:56:17.675Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T16:56:17.877Z] Get:3 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.47.1+18.04 [20.9 MB] [2020-10-27T16:56:17.947Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T16:56:17.947Z] OK: 9 MiB in 20 packages [2020-10-27T16:56:19.268Z] debconf: unable to initialize frontend: Dialog [2020-10-27T16:56:19.268Z] debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) [2020-10-27T16:56:19.268Z] debconf: falling back to frontend: Readline [2020-10-27T16:56:19.529Z] debconf: unable to initialize frontend: Readline [2020-10-27T16:56:19.529Z] debconf: (This frontend requires a controlling tty.) [2020-10-27T16:56:19.529Z] debconf: falling back to frontend: Teletype [2020-10-27T16:56:19.529Z] dpkg-preconfigure: unable to re-open stdin: [2020-10-27T16:56:19.529Z] Fetched 21.1 MB in 2s (11.2 MB/s) [2020-10-27T16:56:19.529Z] Selecting previously unselected package tcl-expect:amd64. [2020-10-27T16:56:19.926Z] Removing intermediate container 9bfefb031718 [2020-10-27T16:56:19.926Z] ---> a02607586f31 [2020-10-27T16:56:19.926Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-27T16:56:20.198Z] ---> b50bf5745757 [2020-10-27T16:56:20.198Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-27T16:56:20.575Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189863 files and directories currently installed.) [2020-10-27T16:56:20.575Z] Preparing to unpack .../tcl-expect_5.45.4-1_amd64.deb ... [2020-10-27T16:56:20.575Z] Unpacking tcl-expect:amd64 (5.45.4-1) ... [2020-10-27T16:56:20.575Z] Selecting previously unselected package expect. [2020-10-27T16:56:20.835Z] Preparing to unpack .../expect_5.45.4-1_amd64.deb ... [2020-10-27T16:56:20.835Z] Unpacking expect (5.45.4-1) ... [2020-10-27T16:56:20.835Z] Preparing to unpack .../snapd_2.47.1+18.04_amd64.deb ... [2020-10-27T16:56:21.095Z] Unpacking snapd (2.47.1+18.04) over (2.46.1+18.04) ... [2020-10-27T16:56:21.180Z] ---> 40e2cd9c7946 [2020-10-27T16:56:21.180Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-27T16:56:21.775Z] ---> 2e5b4b583885 [2020-10-27T16:56:21.775Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-27T16:56:23.219Z] ---> cecae4c40d29 [2020-10-27T16:56:23.219Z] Step 22/27 : EXPOSE 48095 [2020-10-27T16:56:23.491Z] ---> Running in 79487d9450e2 [2020-10-27T16:56:23.652Z] Setting up snapd (2.47.1+18.04) ... [2020-10-27T16:56:23.652Z] Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ... [2020-10-27T16:56:23.764Z] Removing intermediate container 79487d9450e2 [2020-10-27T16:56:23.764Z] ---> fd1bb7551629 [2020-10-27T16:56:23.764Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-27T16:56:24.036Z] ---> Running in bffedcc90d9c [2020-10-27T16:56:24.314Z] Removing intermediate container bffedcc90d9c [2020-10-27T16:56:24.315Z] ---> 3ca67fa9bc65 [2020-10-27T16:56:24.315Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T16:56:24.600Z] ---> Running in f330456563a0 [2020-10-27T16:56:24.872Z] Removing intermediate container f330456563a0 [2020-10-27T16:56:24.872Z] ---> b7f79bad69fd [2020-10-27T16:56:24.872Z] Step 25/27 : LABEL arch=arm64 [2020-10-27T16:56:25.071Z] snapd.failure.service is a disabled or a static unit, not starting it. [2020-10-27T16:56:25.145Z] ---> Running in 0e15e492fffc [2020-10-27T16:56:25.333Z] snapd.snap-repair.service is a disabled or a static unit, not starting it. [2020-10-27T16:56:25.597Z] Setting up tcl-expect:amd64 (5.45.4-1) ... [2020-10-27T16:56:25.597Z] Setting up expect (5.45.4-1) ... [2020-10-27T16:56:25.597Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-27T16:56:25.597Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-10-27T16:56:25.740Z] Removing intermediate container 0e15e492fffc [2020-10-27T16:56:25.740Z] ---> 16f90b1f1de3 [2020-10-27T16:56:25.740Z] Step 26/27 : LABEL git_sha=2b71910c183cf0f434fb83f9adaad7bf20289b21 [2020-10-27T16:56:25.740Z] ---> Running in bc2c9daee17d [2020-10-27T16:56:26.015Z] Removing intermediate container bc2c9daee17d [2020-10-27T16:56:26.015Z] ---> e5b3521a7e4b [2020-10-27T16:56:26.015Z] Step 27/27 : LABEL version=0.0.0 [2020-10-27T16:56:26.288Z] ---> Running in 09c858f61fd9 [2020-10-27T16:56:26.878Z] Removing intermediate container 09c858f61fd9 [2020-10-27T16:56:26.878Z] ---> f72574625d77 [2020-10-27T16:56:26.878Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-27T16:56:26.878Z] Successfully built f72574625d77 [2020-10-27T16:56:26.878Z] 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 [2020-10-27T16:56:27.515Z] Processing triggers for dbus (1.12.2-1ubuntu1.2) ... [2020-10-27T16:56:27.515Z] Processing triggers for mime-support (3.60ubuntu1) ... [Pipeline] node [2020-10-27T16:56:28.901Z] + sudo snap install --classic snapcraft [2020-10-27T16:56:35.492Z] 2020-10-27T16:56:34Z INFO Waiting for automatic snapd restart... [2020-10-27T16:56:42.568Z] Still waiting to schedule task [2020-10-27T16:56:42.568Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-10-27T16:56:50.423Z] snapcraft 4.3 from Canonical* installed [2020-10-27T16:56:50.423Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-10-27T16:56:50.423Z] + pushd /w/workspace/app-service-configurable/16 [2020-10-27T16:56:50.423Z] + unbuffer sudo snapcraft clean [2020-10-27T16:56:50.423Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-10-27T16:56:50.423Z] You need 'multipass' set-up to build snaps: https://multipass.run. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T16:56:51.876Z] Failed in branch amd64 [2020-10-27T16:58:25.278Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-9175 in /w/workspace/_app-service-configurable_PR-124 [Pipeline] { [Pipeline] ws [2020-10-27T16:58:25.420Z] Running in /w/workspace/app-service-configurable/16 [Pipeline] { [Pipeline] checkout [2020-10-27T16:58:29.359Z] using credential edgex-jenkins-ssh [2020-10-27T16:58:29.431Z] Cloning the remote Git repository [2020-10-27T16:58:29.480Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:58:29.585Z] > git init /w/workspace/app-service-configurable/16 # timeout=10 [2020-10-27T16:58:29.653Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:58:29.654Z] > git --version # timeout=10 [2020-10-27T16:58:29.669Z] > git --version # 'git version 2.17.1' [2020-10-27T16:58:29.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:58:29.719Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:58:30.426Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:58:30.439Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:58:30.460Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T16:58:31.082Z] Merging remotes/origin/master commit 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 into PR head commit f11db4d2136e62a752c8b48d9f7ba494c888ad76 [2020-10-27T16:58:31.275Z] Merge succeeded, producing bd07337de65a969b27ba83eafbb49d80e0cee35b [2020-10-27T16:58:31.275Z] Checking out Revision bd07337de65a969b27ba83eafbb49d80e0cee35b (PR-124) [2020-10-27T16:58:30.492Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T16:58:30.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:58:30.504Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/124/head:refs/remotes/origin/PR-124 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:58:31.102Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:58:31.115Z] > git checkout -f f11db4d2136e62a752c8b48d9f7ba494c888ad76 # timeout=10 [2020-10-27T16:58:31.185Z] > git remote # timeout=10 [2020-10-27T16:58:31.200Z] > git config --get remote.origin.url # timeout=10 [2020-10-27T16:58:31.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:58:31.220Z] > git merge 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T16:58:31.264Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-27T16:58:31.283Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:58:31.294Z] > git checkout -f bd07337de65a969b27ba83eafbb49d80e0cee35b # timeout=10 [2020-10-27T16:58:35.488Z] Commit message: "Merge commit '6aed5cde4d38e364b7def40f9e6b4d8e988d4e17' into HEAD" [2020-10-27T16:58:35.511Z] First time build. Skipping changelog. [2020-10-27T16:58:35.500Z] > git rev-list --no-walk 39bea09f1c978bbfd93a34767ad2e67abc0d81e5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:58:36.894Z] + echo snap-build.sh [2020-10-27T16:58:36.895Z] snap-build.sh [2020-10-27T16:58:36.895Z] + SNAP_BASE_DIR=. [2020-10-27T16:58:36.895Z] + '[' '!' -z /w/workspace/app-service-configurable/16 ']' [2020-10-27T16:58:36.895Z] + SNAP_BASE_DIR=/w/workspace/app-service-configurable/16 [2020-10-27T16:58:36.895Z] + echo '[snap-build] Building snap in dir [/w/workspace/app-service-configurable/16]' [2020-10-27T16:58:36.895Z] [snap-build] Building snap in dir [/w/workspace/app-service-configurable/16] [2020-10-27T16:58:36.895Z] + sudo apt-get update [2020-10-27T16:58:37.177Z] Get:1 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] [2020-10-27T16:58:37.177Z] Hit:2 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-27T16:58:37.177Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-10-27T16:58:37.177Z] Get:4 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] [2020-10-27T16:58:37.451Z] Get:5 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-10-27T16:58:37.451Z] Get:6 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease [15.4 kB] [2020-10-27T16:58:37.451Z] Get:7 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-10-27T16:58:38.440Z] Get:8 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main arm64 Packages [824 B] [2020-10-27T16:58:38.440Z] Get:9 https://download.docker.com/linux/ubuntu bionic/stable arm64 Packages [12.9 kB] [2020-10-27T16:58:38.440Z] Get:10 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main Translation-en [476 B] [2020-10-27T16:58:38.716Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [825 kB] [2020-10-27T16:58:38.993Z] Get:12 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1119 kB] [2020-10-27T16:58:39.270Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [276 kB] [2020-10-27T16:58:39.270Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1172 B] [2020-10-27T16:58:39.270Z] Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [22.1 kB] [2020-10-27T16:58:39.270Z] Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [942 kB] [2020-10-27T16:58:39.548Z] Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [241 kB] [2020-10-27T16:58:39.548Z] Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2360 B] [2020-10-27T16:58:39.548Z] Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2964 B] [2020-10-27T16:58:39.548Z] Get:20 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main arm64 Packages [9340 B] [2020-10-27T16:58:39.548Z] Get:21 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [367 kB] [2020-10-27T16:58:39.822Z] Get:22 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main Translation-en [1360 B] [2020-10-27T16:58:39.822Z] Get:23 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2088 B] [2020-10-27T16:58:39.822Z] Get:24 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [24.6 kB] [2020-10-27T16:58:39.822Z] Get:25 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1479 kB] [2020-10-27T16:58:40.098Z] Get:26 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [354 kB] [2020-10-27T16:58:40.098Z] Get:27 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5072 B] [2020-10-27T16:58:40.098Z] Get:28 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [6980 B] [2020-10-27T16:58:40.098Z] Get:29 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [9992 B] [2020-10-27T16:58:40.098Z] Get:30 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main Translation-en [4764 B] [2020-10-27T16:58:40.098Z] Get:31 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [9932 B] [2020-10-27T16:58:40.098Z] Get:32 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe Translation-en [4588 B] [2020-10-27T16:58:52.510Z] Fetched 6071 kB in 5s (1318 kB/s) [2020-10-27T16:58:55.902Z] Reading package lists... [2020-10-27T16:58:55.902Z] + sudo apt-get install -y snapd expect [2020-10-27T16:58:56.473Z] Reading package lists... [2020-10-27T16:58:57.075Z] Building dependency tree... [2020-10-27T16:58:57.075Z] Reading state information... [2020-10-27T16:58:58.058Z] The following additional packages will be installed: [2020-10-27T16:58:58.058Z] tcl-expect [2020-10-27T16:58:58.058Z] Suggested packages: [2020-10-27T16:58:58.058Z] zenity | kdialog [2020-10-27T16:58:58.058Z] The following NEW packages will be installed: [2020-10-27T16:58:58.058Z] expect tcl-expect [2020-10-27T16:58:58.058Z] The following packages will be upgraded: [2020-10-27T16:58:58.058Z] snapd [2020-10-27T16:58:58.331Z] 1 upgraded, 2 newly installed, 0 to remove and 232 not upgraded. [2020-10-27T16:58:58.331Z] Need to get 18.7 MB of archives. [2020-10-27T16:58:58.331Z] After this operation, 35.6 MB of additional disk space will be used. [2020-10-27T16:58:58.331Z] Get:1 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic/universe arm64 tcl-expect arm64 5.45.4-1 [95.9 kB] [2020-10-27T16:58:58.607Z] Get:2 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic/universe arm64 expect arm64 5.45.4-1 [137 kB] [2020-10-27T16:58:58.880Z] Get:3 http://ca-ymq-2.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 snapd arm64 2.47.1+18.04 [18.5 MB] [2020-10-27T16:59:01.514Z] debconf: unable to initialize frontend: Dialog [2020-10-27T16:59:01.514Z] debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) [2020-10-27T16:59:01.514Z] debconf: falling back to frontend: Readline [2020-10-27T16:59:01.514Z] debconf: unable to initialize frontend: Readline [2020-10-27T16:59:01.514Z] debconf: (This frontend requires a controlling tty.) [2020-10-27T16:59:01.514Z] debconf: falling back to frontend: Teletype [2020-10-27T16:59:01.514Z] dpkg-preconfigure: unable to re-open stdin: [2020-10-27T16:59:01.789Z] Fetched 18.7 MB in 2s (7925 kB/s) [2020-10-27T16:59:02.064Z] Selecting previously unselected package tcl-expect:arm64. [2020-10-27T16:59:03.708Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 171706 files and directories currently installed.) [2020-10-27T16:59:03.708Z] Preparing to unpack .../tcl-expect_5.45.4-1_arm64.deb ... [2020-10-27T16:59:03.708Z] Unpacking tcl-expect:arm64 (5.45.4-1) ... [2020-10-27T16:59:03.981Z] Selecting previously unselected package expect. [2020-10-27T16:59:03.981Z] Preparing to unpack .../expect_5.45.4-1_arm64.deb ... [2020-10-27T16:59:03.981Z] Unpacking expect (5.45.4-1) ... [2020-10-27T16:59:04.254Z] Preparing to unpack .../snapd_2.47.1+18.04_arm64.deb ... [2020-10-27T16:59:04.528Z] Unpacking snapd (2.47.1+18.04) over (2.42.1+18.04) ... [2020-10-27T16:59:09.936Z] Setting up snapd (2.47.1+18.04) ... [2020-10-27T16:59:09.936Z] Installing new version of config file /etc/apparmor.d/usr.lib.snapd.snap-confine.real ... [2020-10-27T16:59:09.936Z] Installing new version of config file /etc/profile.d/apps-bin-path.sh ... [2020-10-27T16:59:11.910Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-10-27T16:59:13.886Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-10-27T16:59:18.199Z] snapd.failure.service is a disabled or a static unit, not starting it. [2020-10-27T16:59:18.200Z] snapd.snap-repair.service is a disabled or a static unit, not starting it. [2020-10-27T16:59:18.473Z] Setting up tcl-expect:arm64 (5.45.4-1) ... [2020-10-27T16:59:18.473Z] Setting up expect (5.45.4-1) ... [2020-10-27T16:59:18.473Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-10-27T16:59:18.748Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-10-27T16:59:22.159Z] Processing triggers for dbus (1.12.2-1ubuntu1.1) ... [2020-10-27T16:59:22.159Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-27T16:59:30.429Z] + sudo snap install --classic snapcraft [2020-10-27T16:59:48.722Z] 2020-10-27T16:59:44Z INFO Waiting for automatic snapd restart... [2020-10-27T17:00:21.074Z] snapcraft 4.3 from Canonical* installed [2020-10-27T17:00:21.074Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-10-27T17:00:21.074Z] + pushd /w/workspace/app-service-configurable/16 [2020-10-27T17:00:21.074Z] + unbuffer sudo snapcraft clean [2020-10-27T17:00:22.050Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-10-27T17:00:22.050Z] You need 'multipass' set-up to build snaps: https://multipass.run. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T17:00:23.596Z] 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] { (Archive Prep) Stage "Archive Prep" 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-10-27T17:00:26.466Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:00:27.049Z] ---> package-listing.sh [2020-10-27T17:00:27.049Z] ++ facter osfamily [2020-10-27T17:00:27.049Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T17:00:27.049Z] + OS_FAMILY=redhat [2020-10-27T17:00:27.049Z] + workspace=/w/workspace/_app-service-configurable_PR-124 [2020-10-27T17:00:27.049Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T17:00:27.049Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T17:00:27.049Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T17:00:27.049Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T17:00:27.049Z] + '[' /w/workspace/_app-service-configurable_PR-124 ']' [2020-10-27T17:00:27.049Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T17:00:27.049Z] + case "${OS_FAMILY}" in [2020-10-27T17:00:27.049Z] + rpm -qa [2020-10-27T17:00:27.049Z] + sort [2020-10-27T17:00:31.283Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T17:00:31.283Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T17:00:31.283Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T17:00:31.283Z] + '[' /w/workspace/_app-service-configurable_PR-124 ']' [2020-10-27T17:00:31.283Z] + mkdir -p /w/workspace/_app-service-configurable_PR-124/archives/ [2020-10-27T17:00:31.283Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-124/archives/ [Pipeline] echo [2020-10-27T17:00:31.308Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-124/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-27T17:00:31.606Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:31.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T17:00:31.921Z] [2020-10-27T17:00:31.921Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:00:32.307Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T17:00:32.307Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T17:00:32.307Z] df20fa9351a1: Pulling fs layer [2020-10-27T17:00:32.307Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T17:00:32.307Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T17:00:32.307Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T17:00:32.307Z] 93b61091891f: Pulling fs layer [2020-10-27T17:00:32.307Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T17:00:32.307Z] 5e14af77c1be: Pulling fs layer [2020-10-27T17:00:32.307Z] 01666e4c0597: Pulling fs layer [2020-10-27T17:00:32.307Z] aa168da1d23b: Pulling fs layer [2020-10-27T17:00:32.307Z] 46f8f816bc3b: Waiting [2020-10-27T17:00:32.307Z] 93b61091891f: Waiting [2020-10-27T17:00:32.307Z] 93b9cdb0e59b: Waiting [2020-10-27T17:00:32.307Z] 5e14af77c1be: Waiting [2020-10-27T17:00:32.307Z] 01666e4c0597: Waiting [2020-10-27T17:00:32.307Z] 36b3adc4ff6f: Verifying Checksum [2020-10-27T17:00:32.307Z] 36b3adc4ff6f: Download complete [2020-10-27T17:00:32.307Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T17:00:32.307Z] 46f8f816bc3b: Download complete [2020-10-27T17:00:32.307Z] df20fa9351a1: Verifying Checksum [2020-10-27T17:00:32.307Z] df20fa9351a1: Download complete [2020-10-27T17:00:32.307Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T17:00:32.307Z] 93b9cdb0e59b: Download complete [2020-10-27T17:00:32.578Z] 5e14af77c1be: Verifying Checksum [2020-10-27T17:00:32.578Z] 5e14af77c1be: Download complete [2020-10-27T17:00:32.578Z] 01666e4c0597: Download complete [2020-10-27T17:00:32.578Z] 93b61091891f: Verifying Checksum [2020-10-27T17:00:32.578Z] 93b61091891f: Download complete [2020-10-27T17:00:32.578Z] 8ad3a11d3b57: Download complete [2020-10-27T17:00:32.845Z] df20fa9351a1: Pull complete [2020-10-27T17:00:33.117Z] 36b3adc4ff6f: Pull complete [2020-10-27T17:00:34.091Z] 8ad3a11d3b57: Pull complete [2020-10-27T17:00:34.375Z] 46f8f816bc3b: Pull complete [2020-10-27T17:00:34.642Z] 93b61091891f: Pull complete [2020-10-27T17:00:34.642Z] aa168da1d23b: Verifying Checksum [2020-10-27T17:00:34.642Z] aa168da1d23b: Download complete [2020-10-27T17:00:34.906Z] 93b9cdb0e59b: Pull complete [2020-10-27T17:00:34.906Z] 5e14af77c1be: Pull complete [2020-10-27T17:00:35.170Z] 01666e4c0597: Pull complete [2020-10-27T17:00:41.830Z] aa168da1d23b: Pull complete [2020-10-27T17:00:41.831Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T17:00:41.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T17:00:41.831Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T17:00:42.098Z] prd-centos7-docker-4c-2g-9168 does not seem to be running inside a container [2020-10-27T17:00:42.155Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-124/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-124 -v /w/workspace/_app-service-configurable_PR-124:/w/workspace/_app-service-configurable_PR-124:rw,z -v /w/workspace/_app-service-configurable_PR-124@tmp:/w/workspace/_app-service-configurable_PR-124@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T17:00:45.997Z] $ docker top a63fb3167ec4f9c897a06d9a361c9e85e72e6c7d455e8f13cd207deceda7ce16 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T17:00:46.488Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T17:00:46.803Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T17:00:47.111Z] + ls /var/log/sa-host [2020-10-27T17:00:47.111Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T17:00:47.111Z] file_magic: OK [2020-10-27T17:00:47.111Z] HZ: Using current value: 100 [2020-10-27T17:00:47.111Z] file_header: OK [2020-10-27T17:00:47.111Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-27T17:00:47.111Z] Statistics: [2020-10-27T17:00:47.111Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T17:00:47.111Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T17:00:47.111Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T17:00:47.111Z] file_magic: OK [2020-10-27T17:00:47.111Z] HZ: Using current value: 100 [2020-10-27T17:00:47.111Z] file_header: OK [2020-10-27T17:00:47.111Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-27T17:00:47.111Z] Statistics: [2020-10-27T17:00:47.111Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T17:00:47.111Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T17:00:47.345Z] provisioning config files... [2020-10-27T17:00:47.368Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-124@tmp/config1501595635707981510tmp [Pipeline] { [Pipeline] echo [2020-10-27T17:00:47.451Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:00:47.753Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T17:00:47.763Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T17:00:47.874Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:00:48.178Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T17:00:48.192Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:00:48.494Z] ---> sudo-logs.sh [2020-10-27T17:00:48.494Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T17:00:48.506Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:00:48.813Z] ---> job-cost.sh [2020-10-27T17:00:48.813Z] lf-activate-venv: SKIPPING [2020-10-27T17:00:48.813Z] INFO: No Stack... [2020-10-27T17:00:50.213Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T17:00:50.476Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T17:00:50.490Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:00:50.801Z] ---> logs-deploy.sh [2020-10-27T17:00:50.801Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-124/16 [2020-10-27T17:00:50.801Z] INFO: archiving workspace using pattern(s): [2020-10-27T17:00:52.773Z] Archives upload complete. [2020-10-27T17:00:52.774Z] INFO: archiving logs to Nexus