Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 414b6282f916c065fbe85db3d54f08096cf4375d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-904 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 414b6282f916c065fbe85db3d54f08096cf4375d (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 Commit message: "Merge pull request #105 from jpwhitemn/upd-readme-versioning" > git rev-list --no-walk 52089d766941a619fd949741bc3effb36240d5e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T21:49:36.827Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T21:49:37.082Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T21:49:37.186Z] ========================================================= [2020-08-31T21:49:37.186Z] EdgeX Global Pipelines Version Info [2020-08-31T21:49:37.186Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:49:38.574Z] ------------------- [2020-08-31T21:49:38.574Z] stable info: [2020-08-31T21:49:38.574Z] ------------------- [2020-08-31T21:49:38.574Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T21:49:38.574Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T21:49:38.574Z] Message: update stable to v1.0.115 [2020-08-31T21:49:39.518Z] ------------------- [2020-08-31T21:49:39.518Z] experimental info: [2020-08-31T21:49:39.518Z] ------------------- [2020-08-31T21:49:39.518Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T21:49:39.518Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T21:49:39.518Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T21:49:39.821Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-08-31T21:49:39.898Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-08-31T21:49:39.978Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T21:49:40.067Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T21:49:40.162Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T21:49:40.341Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T21:49:40.418Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T21:49:40.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T21:49:40.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T21:49:40.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T21:49:40.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T21:49:40.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-08-31T21:49:41.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T21:49:41.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T21:49:41.195Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T21:49:41.270Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T21:49:41.346Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T21:49:41.423Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T21:49:41.501Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T21:49:41.620Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-08-31T21:49:41.703Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T21:49:41.800Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T21:49:41.890Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-08-31T21:49:41.966Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-08-31T21:49:42.043Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-08-31T21:49:42.135Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 414b6282f916c065fbe85db3d54f08096cf4375d [Pipeline] echo [2020-08-31T21:49:42.204Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 414b628 [Pipeline] echo [2020-08-31T21:49:42.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T21:49:42.940Z] + git log --format=format:%s -1 414b6282f916c065fbe85db3d54f08096cf4375d [Pipeline] echo [2020-08-31T21:49:43.002Z] GIT_COMMIT: 414b6282f916c065fbe85db3d54f08096cf4375d, Commit Message: Merge pull request #105 from jpwhitemn/upd-readme-versioning [Pipeline] echo [2020-08-31T21:49:43.041Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:49:43.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:49:43.822Z] [2020-08-31T21:49:43.822Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:49:44.176Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:49:44.176Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T21:49:44.176Z] 31603596830f: Pulling fs layer [2020-08-31T21:49:44.176Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T21:49:44.176Z] 6ca5941a6612: Pulling fs layer [2020-08-31T21:49:44.176Z] ecc8261a40a4: Pulling fs layer [2020-08-31T21:49:44.176Z] ecc8261a40a4: Waiting [2020-08-31T21:49:44.176Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T21:49:44.176Z] 2a8b12db71e7: Download complete [2020-08-31T21:49:44.176Z] 31603596830f: Verifying Checksum [2020-08-31T21:49:44.176Z] 31603596830f: Download complete [2020-08-31T21:49:44.439Z] ecc8261a40a4: Verifying Checksum [2020-08-31T21:49:44.439Z] ecc8261a40a4: Download complete [2020-08-31T21:49:44.439Z] 6ca5941a6612: Verifying Checksum [2020-08-31T21:49:44.439Z] 6ca5941a6612: Download complete [2020-08-31T21:49:44.439Z] 31603596830f: Pull complete [2020-08-31T21:49:44.703Z] 2a8b12db71e7: Pull complete [2020-08-31T21:49:45.648Z] 6ca5941a6612: Pull complete [2020-08-31T21:49:45.648Z] ecc8261a40a4: Pull complete [2020-08-31T21:49:45.648Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T21:49:45.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:49:45.648Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T21:49:45.742Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:49:45.788Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:49:47.979Z] $ docker top 5faaf5ae3146aece1d0ac4062cc048cc4c0b2423f2d33462ea491cea5a54d7f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:49:48.270Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:49:48.270Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:49:48.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:49:48.484Z] $ docker exec 5faaf5ae3146aece1d0ac4062cc048cc4c0b2423f2d33462ea491cea5a54d7f0 ssh-agent [2020-08-31T21:49:48.636Z] SSH_AUTH_SOCK=/tmp/ssh-ENRfRJDanBZz/agent.11 [2020-08-31T21:49:48.636Z] SSH_AGENT_PID=16 [2020-08-31T21:49:48.647Z] Running ssh-add (command line suppressed) [2020-08-31T21:49:48.771Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2878780461375402166.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2878780461375402166.key) [2020-08-31T21:49:48.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:49:49.142Z] + git describe --exact-match --tags HEAD [2020-08-31T21:49:49.142Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T21:49:49.164Z] $ docker exec --env ******** --env ******** 5faaf5ae3146aece1d0ac4062cc048cc4c0b2423f2d33462ea491cea5a54d7f0 ssh-agent -k [2020-08-31T21:49:49.323Z] unset SSH_AUTH_SOCK; [2020-08-31T21:49:49.323Z] unset SSH_AGENT_PID; [2020-08-31T21:49:49.323Z] echo Agent pid 16 killed; [2020-08-31T21:49:49.368Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T21:49:49.445Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T21:49:49.445Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T21:49:49.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:49:49.525Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:49:49.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:49:49.696Z] $ docker exec 5faaf5ae3146aece1d0ac4062cc048cc4c0b2423f2d33462ea491cea5a54d7f0 ssh-agent [2020-08-31T21:49:49.854Z] SSH_AUTH_SOCK=/tmp/ssh-FLtnqFclNRQi/agent.47 [2020-08-31T21:49:49.854Z] SSH_AGENT_PID=52 [2020-08-31T21:49:49.860Z] Running ssh-add (command line suppressed) [2020-08-31T21:49:49.984Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8339807286778357481.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8339807286778357481.key) [2020-08-31T21:49:50.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:49:50.365Z] + git semver init [2020-08-31T21:49:50.365Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:49:50.365Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-31T21:49:50.365Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-31T21:49:50.365Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:49:50.365Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:49:50.366Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:49:50.366Z] # $SEMVER_BRANCH = master [2020-08-31T21:49:50.366Z] # $SEMVER_TEMP = /tmp/semver-898195764 [2020-08-31T21:49:50.366Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-08-31T21:49:50.630Z] # '/tmp/semver-898195764' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-08-31T21:49:50.630Z] # -> Force: false [2020-08-31T21:49:50.630Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-08-31T21:49:50.645Z] $ docker exec --env ******** --env ******** 5faaf5ae3146aece1d0ac4062cc048cc4c0b2423f2d33462ea491cea5a54d7f0 ssh-agent -k [2020-08-31T21:49:50.758Z] unset SSH_AUTH_SOCK; [2020-08-31T21:49:50.758Z] unset SSH_AGENT_PID; [2020-08-31T21:49:50.758Z] echo Agent pid 52 killed; [2020-08-31T21:49:50.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:49:51.253Z] + git semver [Pipeline] } [2020-08-31T21:49:51.273Z] $ docker stop --time=1 5faaf5ae3146aece1d0ac4062cc048cc4c0b2423f2d33462ea491cea5a54d7f0 [2020-08-31T21:49:52.638Z] $ docker rm -f 5faaf5ae3146aece1d0ac4062cc048cc4c0b2423f2d33462ea491cea5a54d7f0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T21:49:53.273Z] Stashed 19 file(s) [Pipeline] echo [2020-08-31T21:49:53.276Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.8 [Pipeline] echo [2020-08-31T21:49:53.352Z] Archived original version: [1.2.1-dev.8] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-31T21:50:08.706Z] Still waiting to schedule task [2020-08-31T21:50:08.707Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T21:50:08.709Z] Still waiting to schedule task [2020-08-31T21:50:08.709Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-903’ [2020-08-31T21:52:48.546Z] Running on prd-centos7-docker-4c-2g-906 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-08-31T21:52:48.590Z] Running in /w/workspace/app-service-configurable/44 [Pipeline] { [Pipeline] checkout [2020-08-31T21:52:51.019Z] using credential edgex-jenkins-ssh [2020-08-31T21:52:51.094Z] Cloning the remote Git repository [2020-08-31T21:52:51.094Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:52:51.798Z] Fetching without tags [2020-08-31T21:52:52.231Z] Checking out Revision 414b6282f916c065fbe85db3d54f08096cf4375d (master) [2020-08-31T21:52:51.127Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:52:51.192Z] > git init /w/workspace/app-service-configurable/44 # timeout=10 [2020-08-31T21:52:51.243Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:52:51.243Z] > git --version # timeout=10 [2020-08-31T21:52:51.252Z] > git --version # 'git version 2.16.5' [2020-08-31T21:52:51.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:52:51.288Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:52:51.756Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:52:51.778Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:52:51.793Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:52:51.807Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:52:51.807Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:52:51.812Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:52:52.281Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:52:52.285Z] > git checkout -f 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 [2020-08-31T21:52:55.988Z] Commit message: "Merge pull request #105 from jpwhitemn/upd-readme-versioning" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T21:52:56.892Z] ========================================================= [2020-08-31T21:52:56.893Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T21:52:56.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:52:57.517Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-31T21:52:57.531Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-905 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-08-31T21:52:57.573Z] Running in /w/workspace/app-service-configurable/44 [Pipeline] { [Pipeline] checkout [2020-08-31T21:52:58.121Z] Sending build context to Docker daemon 297kB [2020-08-31T21:52:58.400Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T21:52:58.400Z] Step 2/8 : FROM ${BASE} [2020-08-31T21:52:58.400Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T21:52:58.400Z] df20fa9351a1: Pulling fs layer [2020-08-31T21:52:58.400Z] ed8968b2872e: Pulling fs layer [2020-08-31T21:52:58.400Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T21:52:58.400Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T21:52:58.400Z] 1e091d79d1de: Pulling fs layer [2020-08-31T21:52:58.400Z] 481702a1767f: Pulling fs layer [2020-08-31T21:52:58.400Z] f64a6f60c768: Pulling fs layer [2020-08-31T21:52:58.400Z] e78d2573fc39: Pulling fs layer [2020-08-31T21:52:58.400Z] e876d2f968b6: Pulling fs layer [2020-08-31T21:52:58.400Z] ce8a83651883: Pulling fs layer [2020-08-31T21:52:58.400Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T21:52:58.400Z] f64a6f60c768: Waiting [2020-08-31T21:52:58.400Z] e78d2573fc39: Waiting [2020-08-31T21:52:58.400Z] 2dd03ba5bac4: Waiting [2020-08-31T21:52:58.400Z] 1e091d79d1de: Waiting [2020-08-31T21:52:58.400Z] 481702a1767f: Waiting [2020-08-31T21:52:58.400Z] e876d2f968b6: Waiting [2020-08-31T21:52:58.400Z] ce8a83651883: Waiting [2020-08-31T21:52:58.400Z] 07967f4d0e4b: Waiting [2020-08-31T21:52:58.400Z] a92cc7c5fd73: Download complete [2020-08-31T21:52:58.400Z] ed8968b2872e: Verifying Checksum [2020-08-31T21:52:58.400Z] ed8968b2872e: Download complete [2020-08-31T21:52:58.400Z] 1e091d79d1de: Verifying Checksum [2020-08-31T21:52:58.400Z] 1e091d79d1de: Download complete [2020-08-31T21:52:58.400Z] 481702a1767f: Verifying Checksum [2020-08-31T21:52:58.400Z] 481702a1767f: Download complete [2020-08-31T21:52:58.400Z] df20fa9351a1: Verifying Checksum [2020-08-31T21:52:58.400Z] df20fa9351a1: Download complete [2020-08-31T21:52:58.666Z] df20fa9351a1: Pull complete [2020-08-31T21:52:59.655Z] f64a6f60c768: Verifying Checksum [2020-08-31T21:52:59.655Z] f64a6f60c768: Download complete [2020-08-31T21:52:59.655Z] e876d2f968b6: Verifying Checksum [2020-08-31T21:52:59.655Z] e876d2f968b6: Download complete [2020-08-31T21:53:00.242Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T21:53:00.242Z] 2dd03ba5bac4: Download complete [2020-08-31T21:53:00.242Z] e78d2573fc39: Verifying Checksum [2020-08-31T21:53:00.242Z] e78d2573fc39: Download complete [2020-08-31T21:53:00.828Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T21:53:00.828Z] 07967f4d0e4b: Download complete [2020-08-31T21:53:00.828Z] ed8968b2872e: Pull complete [2020-08-31T21:53:01.104Z] a92cc7c5fd73: Pull complete [2020-08-31T21:53:01.365Z] ce8a83651883: Verifying Checksum [2020-08-31T21:53:01.365Z] ce8a83651883: Download complete [2020-08-31T21:53:02.362Z] using credential edgex-jenkins-ssh [2020-08-31T21:53:02.412Z] Cloning the remote Git repository [2020-08-31T21:53:02.412Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:53:02.460Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:53:02.586Z] > git init /w/workspace/app-service-configurable/44 # timeout=10 [2020-08-31T21:53:02.668Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:53:02.669Z] > git --version # timeout=10 [2020-08-31T21:53:02.689Z] > git --version # 'git version 2.17.1' [2020-08-31T21:53:02.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:53:03.555Z] Fetching without tags [2020-08-31T21:53:02.740Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:53:03.478Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:53:03.501Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:53:03.527Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-08-31T21:53:03.559Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-08-31T21:53:03.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:53:03.572Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:53:04.089Z] Checking out Revision 414b6282f916c065fbe85db3d54f08096cf4375d (master) [2020-08-31T21:53:04.170Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:53:04.191Z] > git checkout -f 414b6282f916c065fbe85db3d54f08096cf4375d # timeout=10 [2020-08-31T21:53:06.706Z] 2dd03ba5bac4: Pull complete [2020-08-31T21:53:06.706Z] 1e091d79d1de: Pull complete [2020-08-31T21:53:06.706Z] 481702a1767f: Pull complete [2020-08-31T21:53:08.738Z] Commit message: "Merge pull request #105 from jpwhitemn/upd-readme-versioning" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T21:53:09.887Z] ========================================================= [2020-08-31T21:53:09.888Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T21:53:09.888Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:53:11.066Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-31T21:53:12.050Z] Sending build context to Docker daemon 297kB [2020-08-31T21:53:12.050Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T21:53:12.050Z] Step 2/8 : FROM ${BASE} [2020-08-31T21:53:12.331Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T21:53:12.331Z] b538f80385f9: Pulling fs layer [2020-08-31T21:53:12.331Z] 74f711af9a0d: Pulling fs layer [2020-08-31T21:53:12.331Z] 99f96fe45779: Pulling fs layer [2020-08-31T21:53:12.331Z] fd7a069fd194: Pulling fs layer [2020-08-31T21:53:12.331Z] 66aa3694b03b: Pulling fs layer [2020-08-31T21:53:12.331Z] 170f70906a0f: Pulling fs layer [2020-08-31T21:53:12.331Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T21:53:12.331Z] e772456be8f7: Pulling fs layer [2020-08-31T21:53:12.331Z] c890913d741a: Pulling fs layer [2020-08-31T21:53:12.331Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T21:53:12.331Z] 09adf4765672: Pulling fs layer [2020-08-31T21:53:12.331Z] fd7a069fd194: Waiting [2020-08-31T21:53:12.331Z] 66aa3694b03b: Waiting [2020-08-31T21:53:12.331Z] 170f70906a0f: Waiting [2020-08-31T21:53:12.331Z] ad7c5574e4b9: Waiting [2020-08-31T21:53:12.331Z] e772456be8f7: Waiting [2020-08-31T21:53:12.331Z] c890913d741a: Waiting [2020-08-31T21:53:12.331Z] 2480fcc9aa5a: Waiting [2020-08-31T21:53:12.331Z] 09adf4765672: Waiting [2020-08-31T21:53:12.331Z] 99f96fe45779: Verifying Checksum [2020-08-31T21:53:12.331Z] 99f96fe45779: Download complete [2020-08-31T21:53:12.331Z] 74f711af9a0d: Download complete [2020-08-31T21:53:12.331Z] 66aa3694b03b: Verifying Checksum [2020-08-31T21:53:12.331Z] 66aa3694b03b: Download complete [2020-08-31T21:53:12.331Z] 170f70906a0f: Verifying Checksum [2020-08-31T21:53:12.331Z] 170f70906a0f: Download complete [2020-08-31T21:53:12.331Z] b538f80385f9: Verifying Checksum [2020-08-31T21:53:12.331Z] b538f80385f9: Download complete [2020-08-31T21:53:13.318Z] b538f80385f9: Pull complete [2020-08-31T21:53:13.941Z] 74f711af9a0d: Pull complete [2020-08-31T21:53:14.213Z] 99f96fe45779: Pull complete [2020-08-31T21:53:14.870Z] f64a6f60c768: Pull complete [2020-08-31T21:53:16.192Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T21:53:16.192Z] ad7c5574e4b9: Download complete [2020-08-31T21:53:16.192Z] c890913d741a: Verifying Checksum [2020-08-31T21:53:16.192Z] c890913d741a: Download complete [2020-08-31T21:53:16.802Z] e78d2573fc39: Pull complete [2020-08-31T21:53:16.802Z] e876d2f968b6: Pull complete [2020-08-31T21:53:17.172Z] e772456be8f7: Verifying Checksum [2020-08-31T21:53:17.172Z] e772456be8f7: Download complete [2020-08-31T21:53:17.172Z] 09adf4765672: Verifying Checksum [2020-08-31T21:53:17.172Z] 09adf4765672: Download complete [2020-08-31T21:53:17.751Z] ce8a83651883: Pull complete [2020-08-31T21:53:17.751Z] 07967f4d0e4b: Pull complete [2020-08-31T21:53:17.751Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T21:53:17.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T21:53:17.767Z] 2480fcc9aa5a: Download complete [2020-08-31T21:53:18.014Z] ---> 5d7c900382c6 [2020-08-31T21:53:18.014Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:53:18.365Z] fd7a069fd194: Verifying Checksum [2020-08-31T21:53:18.365Z] fd7a069fd194: Download complete [2020-08-31T21:53:19.416Z] ---> Running in 2e0fe00c4eb2 [2020-08-31T21:53:19.416Z] Removing intermediate container 2e0fe00c4eb2 [2020-08-31T21:53:19.416Z] ---> 68cbbe73b833 [2020-08-31T21:53:19.416Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:53:19.416Z] ---> Running in b4b3e5f69440 [2020-08-31T21:53:20.809Z] Removing intermediate container b4b3e5f69440 [2020-08-31T21:53:20.809Z] ---> 3adcdbc4ce07 [2020-08-31T21:53:20.809Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-31T21:53:20.809Z] ---> Running in b36ec1e773ee [2020-08-31T21:53:21.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T21:53:22.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:53:22.589Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-31T21:53:22.589Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:53:22.850Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-31T21:53:22.850Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-31T21:53:22.850Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:53:23.426Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-31T21:53:23.426Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:53:23.426Z] OK: 167 MiB in 45 packages [2020-08-31T21:53:24.005Z] Removing intermediate container b36ec1e773ee [2020-08-31T21:53:24.005Z] ---> 0bd1e9a41f95 [2020-08-31T21:53:24.005Z] Step 6/8 : WORKDIR /app [2020-08-31T21:53:24.005Z] ---> Running in 7317d95c7851 [2020-08-31T21:53:24.266Z] Removing intermediate container 7317d95c7851 [2020-08-31T21:53:24.266Z] ---> a5eb0b0747ff [2020-08-31T21:53:24.266Z] Step 7/8 : COPY . . [2020-08-31T21:53:24.843Z] ---> d82c4de844cb [2020-08-31T21:53:24.843Z] Step 8/8 : RUN go mod download [2020-08-31T21:53:24.843Z] ---> Running in a60163b68a1f [2020-08-31T21:53:27.414Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-31T21:53:27.676Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:53:27.676Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:53:27.676Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:53:27.676Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:53:27.676Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:53:27.676Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:53:27.676Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:53:27.939Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-31T21:53:27.939Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-31T21:53:27.939Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-31T21:53:27.939Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:53:27.939Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:53:27.939Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-31T21:53:27.939Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-31T21:53:28.200Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:53:28.201Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-31T21:53:28.201Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:53:28.201Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-31T21:53:28.201Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:53:28.201Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:53:28.201Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:53:28.465Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-31T21:53:28.465Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-31T21:53:28.465Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-31T21:53:28.465Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-31T21:53:28.465Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-31T21:53:28.465Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:53:28.465Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-31T21:53:28.729Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-31T21:53:28.729Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-31T21:53:28.729Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:53:28.729Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-31T21:53:28.729Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T21:53:28.729Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-31T21:53:28.729Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:53:28.991Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:53:28.991Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:53:28.991Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:53:28.991Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:53:28.991Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:53:28.991Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:53:28.991Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:53:29.254Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T21:53:29.254Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:53:29.254Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:53:29.254Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:53:29.254Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T21:53:29.254Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:53:29.254Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:53:29.515Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:53:29.515Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:53:29.515Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-31T21:53:29.515Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:53:29.515Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T21:53:29.515Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T21:53:29.515Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T21:53:29.776Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-31T21:53:29.777Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:53:29.777Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:53:29.777Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T21:53:29.777Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:53:29.777Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:53:29.777Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:53:30.039Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T21:53:30.039Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:53:30.039Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:53:30.039Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:53:30.039Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:53:30.039Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:53:30.039Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-31T21:53:30.302Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-31T21:53:30.302Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:53:30.302Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-31T21:53:30.302Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:53:30.302Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:53:30.302Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:53:30.302Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:53:30.564Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T21:53:30.564Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:53:30.564Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-31T21:53:30.564Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-31T21:53:30.564Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-31T21:53:30.564Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:53:30.564Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:53:30.795Z] fd7a069fd194: Pull complete [2020-08-31T21:53:30.795Z] 66aa3694b03b: Pull complete [2020-08-31T21:53:30.795Z] 170f70906a0f: Pull complete [2020-08-31T21:53:30.826Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-31T21:53:30.826Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-31T21:53:30.826Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-31T21:53:30.826Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-31T21:53:30.826Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-31T21:53:30.826Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:53:30.826Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-31T21:53:31.099Z] go: finding golang.org/x/text v0.3.2 [2020-08-31T21:53:31.099Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-31T21:53:31.099Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-31T21:53:31.099Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-31T21:53:31.099Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-31T21:53:31.099Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-31T21:53:31.099Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:53:31.365Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-31T21:53:33.436Z] ad7c5574e4b9: Pull complete [2020-08-31T21:53:39.015Z] e772456be8f7: Pull complete [2020-08-31T21:53:39.015Z] c890913d741a: Pull complete [2020-08-31T21:53:41.109Z] 2480fcc9aa5a: Pull complete [2020-08-31T21:53:41.440Z] 09adf4765672: Pull complete [2020-08-31T21:53:41.440Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T21:53:41.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T21:53:41.440Z] ---> 2248a725d1cf [2020-08-31T21:53:41.440Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:53:46.311Z] ---> Running in 0f0665bd0727 [2020-08-31T21:53:46.311Z] Removing intermediate container 0f0665bd0727 [2020-08-31T21:53:46.311Z] ---> dd0e9c3c44e8 [2020-08-31T21:53:46.311Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:53:46.311Z] ---> Running in e3392e4ebf30 [2020-08-31T21:53:48.981Z] Removing intermediate container e3392e4ebf30 [2020-08-31T21:53:48.981Z] ---> b7c96c005f85 [2020-08-31T21:53:48.981Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-08-31T21:53:49.264Z] ---> Running in 8c3d497268e0 [2020-08-31T21:53:50.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:53:51.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:53:51.920Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-08-31T21:53:52.196Z] (2/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:53:52.196Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-08-31T21:53:52.196Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-08-31T21:53:52.471Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:53:52.471Z] (6/6) Installing zeromq-dev (4.3.2-r0) [2020-08-31T21:53:52.471Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:53:52.752Z] OK: 143 MiB in 45 packages [2020-08-31T21:53:53.755Z] Removing intermediate container 8c3d497268e0 [2020-08-31T21:53:53.755Z] ---> b0c5ed90f2a0 [2020-08-31T21:53:53.755Z] Step 6/8 : WORKDIR /app [2020-08-31T21:53:53.759Z] Removing intermediate container a60163b68a1f [2020-08-31T21:53:53.759Z] ---> 1433bb06e4b5 [2020-08-31T21:53:53.759Z] Successfully built 1433bb06e4b5 [2020-08-31T21:53:53.759Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-08-31T21:53:54.034Z] ---> Running in 6ac184f8fc42 Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-08-31T21:53:54.646Z] Removing intermediate container 6ac184f8fc42 [2020-08-31T21:53:54.647Z] ---> 33d0f60efac8 [2020-08-31T21:53:54.647Z] Step 7/8 : COPY . . [Pipeline] sh [2020-08-31T21:53:55.087Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:53:55.403Z] + ls -al . [2020-08-31T21:53:55.403Z] total 72 [2020-08-31T21:53:55.403Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 31 21:52 . [2020-08-31T21:53:55.403Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 21:52 .. [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 6027 Aug 31 21:52 Attribution.txt [2020-08-31T21:53:55.403Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 21:52 bin [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 180 Aug 31 21:52 docker-compose.debug.yml [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 133 Aug 31 21:52 docker-compose.yml [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 2002 Aug 31 21:52 Dockerfile [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 966 Aug 31 21:52 Dockerfile.build [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 119 Aug 31 21:52 .dockerignore [2020-08-31T21:53:55.403Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 21:52 .git [2020-08-31T21:53:55.403Z] drwxrwxr-x. 2 jenkins jenkins 81 Aug 31 21:52 .github [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 93 Aug 31 21:52 .gitignore [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 133 Aug 31 21:52 go.mod [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 710 Aug 31 21:52 Jenkinsfile [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 10174 Aug 31 21:52 LICENSE [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 1519 Aug 31 21:52 main.go [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 1573 Aug 31 21:52 makefile [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 1277 Aug 31 21:52 README.md [2020-08-31T21:53:55.403Z] drwxrwxr-x. 10 jenkins jenkins 171 Aug 31 21:52 res [2020-08-31T21:53:55.403Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 21:52 .semver [2020-08-31T21:53:55.403Z] drwxrwxr-x. 4 jenkins jenkins 71 Aug 31 21:52 snap [2020-08-31T21:53:55.403Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 21:49 VERSION [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:53:55.657Z] ---> b4ead718b02f [2020-08-31T21:53:55.657Z] Step 8/8 : RUN go mod download [2020-08-31T21:53:55.657Z] ---> Running in 8a11e2c11722 [2020-08-31T21:53:55.734Z] + 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=414b6282f916c065fbe85db3d54f08096cf4375d --label arch=amd64 --label version=1.2.1-dev.8 . [2020-08-31T21:53:55.734Z] Sending build context to Docker daemon 298kB [2020-08-31T21:53:56.014Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-31T21:53:56.014Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-31T21:53:56.014Z] ---> 1433bb06e4b5 [2020-08-31T21:53:56.014Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-31T21:53:56.014Z] ---> Running in d492211a52d2 [2020-08-31T21:53:56.290Z] Removing intermediate container d492211a52d2 [2020-08-31T21:53:56.290Z] ---> 255858118649 [2020-08-31T21:53:56.290Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:53:56.290Z] ---> Running in aafa67ad9151 [2020-08-31T21:53:56.290Z] Removing intermediate container aafa67ad9151 [2020-08-31T21:53:56.290Z] ---> 0c90615475dc [2020-08-31T21:53:56.290Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:53:56.562Z] ---> Running in 1144c8ff697a [2020-08-31T21:53:56.562Z] Removing intermediate container 1144c8ff697a [2020-08-31T21:53:56.562Z] ---> 81e7c161634b [2020-08-31T21:53:56.562Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:53:57.142Z] ---> Running in 1e6db3a33d76 [2020-08-31T21:53:58.089Z] Removing intermediate container 1e6db3a33d76 [2020-08-31T21:53:58.089Z] ---> 7bf46527311a [2020-08-31T21:53:58.089Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:53:58.350Z] ---> Running in cb53acb37434 [2020-08-31T21:53:58.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T21:53:59.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:53:59.822Z] OK: 167 MiB in 45 packages [2020-08-31T21:54:00.026Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-31T21:54:00.027Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:54:00.027Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:54:00.027Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:54:00.027Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:54:00.027Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:54:00.027Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:54:00.027Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:54:00.299Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-08-31T21:54:00.299Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-31T21:54:00.299Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.17 [2020-08-31T21:54:00.299Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:54:00.299Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:54:00.394Z] Removing intermediate container cb53acb37434 [2020-08-31T21:54:00.394Z] ---> 2ee9e3c7fd9a [2020-08-31T21:54:00.394Z] Step 8/27 : WORKDIR /app [2020-08-31T21:54:00.394Z] ---> Running in c19a80006bd5 [2020-08-31T21:54:00.394Z] Removing intermediate container c19a80006bd5 [2020-08-31T21:54:00.394Z] ---> afc07a805dfa [2020-08-31T21:54:00.394Z] Step 9/27 : COPY go.mod . [2020-08-31T21:54:00.570Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.65 [2020-08-31T21:54:00.570Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-31T21:54:00.570Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:54:00.570Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-08-31T21:54:00.570Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:54:00.570Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-31T21:54:00.658Z] ---> b238e7b51616 [2020-08-31T21:54:00.658Z] Step 10/27 : RUN go mod download [2020-08-31T21:54:00.841Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:54:00.841Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:54:00.841Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:54:00.841Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-31T21:54:00.841Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-31T21:54:00.919Z] ---> Running in e6bd1b0e4d0a [2020-08-31T21:54:01.111Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-31T21:54:01.111Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-31T21:54:01.111Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-31T21:54:01.111Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:54:01.111Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-31T21:54:01.383Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-31T21:54:01.383Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-31T21:54:01.383Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:54:01.383Z] go: finding github.com/google/go-cmp v0.4.0 [2020-08-31T21:54:01.383Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T21:54:01.654Z] go: finding github.com/gorilla/mux v1.7.4 [2020-08-31T21:54:01.654Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:54:01.654Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:54:01.654Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:54:01.654Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:54:01.654Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:54:01.869Z] Removing intermediate container e6bd1b0e4d0a [2020-08-31T21:54:01.869Z] ---> 2cd6df2aa45e [2020-08-31T21:54:01.869Z] Step 11/27 : COPY . . [2020-08-31T21:54:01.927Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:54:01.927Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:54:01.927Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:54:01.927Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T21:54:01.927Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:54:02.200Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:54:02.200Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:54:02.200Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T21:54:02.200Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:54:02.200Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:54:02.455Z] ---> 19f6f2026fad [2020-08-31T21:54:02.455Z] Step 12/27 : ARG MAKE="make build" [2020-08-31T21:54:02.455Z] ---> Running in 3daa3f717577 [2020-08-31T21:54:02.455Z] Removing intermediate container 3daa3f717577 [2020-08-31T21:54:02.455Z] ---> 8194e139b3fa [2020-08-31T21:54:02.455Z] Step 13/27 : RUN $MAKE [2020-08-31T21:54:02.455Z] ---> Running in 3837ce5ef4f2 [2020-08-31T21:54:02.470Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:54:02.470Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:54:02.470Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-31T21:54:02.470Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:54:02.470Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T21:54:02.743Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T21:54:02.743Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T21:54:02.743Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-31T21:54:02.743Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:54:02.743Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:54:03.014Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T21:54:03.014Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:54:03.014Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:54:03.014Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:54:03.014Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T21:54:03.014Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:54:03.034Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.8" -o app-service-configurable [2020-08-31T21:54:03.285Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:54:03.285Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:54:03.285Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:54:03.285Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:54:03.285Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-31T21:54:03.556Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-31T21:54:03.556Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:54:03.556Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-31T21:54:03.556Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:54:03.556Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:54:03.827Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:54:03.827Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:54:03.827Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T21:54:03.827Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:54:03.827Z] go: finding github.com/stretchr/objx v0.2.0 [2020-08-31T21:54:04.102Z] go: finding github.com/stretchr/testify v1.6.1 [2020-08-31T21:54:04.102Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-08-31T21:54:04.102Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:54:04.102Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:54:04.102Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-08-31T21:54:04.374Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-08-31T21:54:04.374Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-08-31T21:54:04.374Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-31T21:54:04.374Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-31T21:54:04.374Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:54:04.374Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-31T21:54:04.645Z] go: finding golang.org/x/text v0.3.2 [2020-08-31T21:54:04.645Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-31T21:54:04.645Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-08-31T21:54:04.645Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-31T21:54:04.645Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-31T21:54:04.920Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-31T21:54:04.920Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:54:04.920Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-08-31T21:54:21.230Z] Removing intermediate container 3837ce5ef4f2 [2020-08-31T21:54:21.230Z] ---> b27467842f8e [2020-08-31T21:54:21.230Z] Step 14/27 : FROM alpine:latest [2020-08-31T21:54:21.493Z] latest: Pulling from library/alpine [2020-08-31T21:54:21.493Z] df20fa9351a1: Already exists [2020-08-31T21:54:21.755Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T21:54:21.755Z] Status: Downloaded newer image for alpine:latest [2020-08-31T21:54:21.755Z] ---> a24bb4013296 [2020-08-31T21:54:21.755Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:54:21.755Z] ---> Running in 6ccf7d1398f5 [2020-08-31T21:54:22.020Z] Removing intermediate container 6ccf7d1398f5 [2020-08-31T21:54:22.020Z] ---> 4c5bffa908db [2020-08-31T21:54:22.020Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-31T21:54:22.020Z] ---> Running in 5ee9e9377018 [2020-08-31T21:54:22.284Z] Removing intermediate container 5ee9e9377018 [2020-08-31T21:54:22.284Z] ---> f1e43772bf2a [2020-08-31T21:54:22.284Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-31T21:54:22.284Z] ---> Running in cd79e0c7e9de [2020-08-31T21:54:22.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T21:54:22.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T21:54:23.118Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-31T21:54:23.118Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-31T21:54:23.118Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:54:23.118Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-31T21:54:23.118Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:54:23.118Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-31T21:54:23.118Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:54:23.118Z] Executing ca-certificates-20191127-r4.trigger [2020-08-31T21:54:23.378Z] OK: 9 MiB in 20 packages [2020-08-31T21:54:24.323Z] Removing intermediate container cd79e0c7e9de [2020-08-31T21:54:24.323Z] ---> bd65afed03a0 [2020-08-31T21:54:24.323Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-31T21:54:24.584Z] ---> db4b0c2e11c3 [2020-08-31T21:54:24.584Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-31T21:54:24.846Z] ---> 17c4539df9e8 [2020-08-31T21:54:24.846Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-31T21:54:25.108Z] ---> f4490f299bb1 [2020-08-31T21:54:25.108Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-31T21:54:25.685Z] ---> 978f0813ccf2 [2020-08-31T21:54:25.685Z] Step 22/27 : EXPOSE 48095 [2020-08-31T21:54:25.947Z] ---> Running in 3cea01e25c3f [2020-08-31T21:54:25.947Z] Removing intermediate container 3cea01e25c3f [2020-08-31T21:54:25.947Z] ---> bef8019f2eee [2020-08-31T21:54:25.947Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-31T21:54:26.208Z] ---> Running in a5c502358e79 [2020-08-31T21:54:26.208Z] Removing intermediate container a5c502358e79 [2020-08-31T21:54:26.208Z] ---> b7b7a266996c [2020-08-31T21:54:26.208Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T21:54:26.208Z] ---> Running in 5057b6a41e6c [2020-08-31T21:54:26.470Z] Removing intermediate container 5057b6a41e6c [2020-08-31T21:54:26.470Z] ---> a3d4382adb65 [2020-08-31T21:54:26.470Z] Step 25/27 : LABEL arch=amd64 [2020-08-31T21:54:26.470Z] ---> Running in 884224a710de [2020-08-31T21:54:26.731Z] Removing intermediate container 884224a710de [2020-08-31T21:54:26.731Z] ---> bf1a1df71357 [2020-08-31T21:54:26.731Z] Step 26/27 : LABEL git_sha=414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:54:26.731Z] ---> Running in dd49035bc8e7 [2020-08-31T21:54:26.993Z] Removing intermediate container dd49035bc8e7 [2020-08-31T21:54:26.993Z] ---> ffb5f6df8efb [2020-08-31T21:54:26.993Z] Step 27/27 : LABEL version=1.2.1-dev.8 [2020-08-31T21:54:26.993Z] ---> Running in c75c751e03b3 [2020-08-31T21:54:27.254Z] Removing intermediate container c75c751e03b3 [2020-08-31T21:54:27.254Z] ---> d48bf43c6c4a [2020-08-31T21:54:27.254Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:54:27.255Z] Successfully built d48bf43c6c4a [2020-08-31T21:54:27.255Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-31T21:54:27.625Z] provisioning config files... [2020-08-31T21:54:27.655Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/44@tmp/config958241720117980063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:54:28.005Z] ---> docker-login.sh [2020-08-31T21:54:28.005Z] nexus3.edgexfoundry.org:10001 [2020-08-31T21:54:28.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:54:28.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:54:28.267Z] Configure a credential helper to remove this warning. See [2020-08-31T21:54:28.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:54:28.267Z] [2020-08-31T21:54:28.267Z] Login Succeeded [2020-08-31T21:54:28.267Z] nexus3.edgexfoundry.org:10002 [2020-08-31T21:54:28.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:54:28.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:54:28.267Z] Configure a credential helper to remove this warning. See [2020-08-31T21:54:28.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:54:28.267Z] [2020-08-31T21:54:28.267Z] Login Succeeded [2020-08-31T21:54:28.267Z] nexus3.edgexfoundry.org:10003 [2020-08-31T21:54:28.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:54:28.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:54:28.531Z] Configure a credential helper to remove this warning. See [2020-08-31T21:54:28.531Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:54:28.531Z] [2020-08-31T21:54:28.531Z] Login Succeeded [2020-08-31T21:54:28.531Z] nexus3.edgexfoundry.org:10004 [2020-08-31T21:54:28.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:54:28.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:54:28.792Z] Configure a credential helper to remove this warning. See [2020-08-31T21:54:28.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:54:28.792Z] [2020-08-31T21:54:28.792Z] Login Succeeded [2020-08-31T21:54:28.792Z] docker.io [2020-08-31T21:54:28.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:54:29.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:54:29.053Z] Configure a credential helper to remove this warning. See [2020-08-31T21:54:29.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:54:29.053Z] [2020-08-31T21:54:29.053Z] Login Succeeded [2020-08-31T21:54:29.053Z] ---> docker-login.sh ends [Pipeline] } [2020-08-31T21:54:29.061Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:54:29.234Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-08-31T21:54:29.234Z] 414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:54:29.234Z] latest [2020-08-31T21:54:29.234Z] 1.2.1-dev.8 [2020-08-31T21:54:29.234Z] 414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [2020-08-31T21:54:29.234Z] master [2020-08-31T21:54:29.234Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:29.684Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:29.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:54:29.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-31T21:54:29.981Z] 1d9066679fc9: Preparing [2020-08-31T21:54:29.981Z] 2cfcd49ccc69: Preparing [2020-08-31T21:54:29.981Z] e0ec8121dee9: Preparing [2020-08-31T21:54:29.981Z] 1bf6c8654c8b: Preparing [2020-08-31T21:54:29.981Z] 3ea93af7eceb: Preparing [2020-08-31T21:54:29.981Z] 50644c29ef5a: Preparing [2020-08-31T21:54:29.981Z] 50644c29ef5a: Waiting [2020-08-31T21:54:29.981Z] 2cfcd49ccc69: Pushed [2020-08-31T21:54:30.241Z] e0ec8121dee9: Pushed [2020-08-31T21:54:30.241Z] 1bf6c8654c8b: Pushed [2020-08-31T21:54:30.241Z] 50644c29ef5a: Layer already exists [2020-08-31T21:54:30.241Z] 3ea93af7eceb: Pushed [2020-08-31T21:54:31.787Z] Removing intermediate container 8a11e2c11722 [2020-08-31T21:54:31.787Z] ---> 276722f5d2d5 [2020-08-31T21:54:31.787Z] Successfully built 276722f5d2d5 [2020-08-31T21:54:31.787Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-08-31T21:54:32.158Z] 1d9066679fc9: Pushed [2020-08-31T21:54:32.158Z] 414b6282f916c065fbe85db3d54f08096cf4375d: digest: sha256:e73da6f227e713329a35c29a211d984caef9dcccdfb3a557aeec213293bf3202 size: 1574 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T21:54:32.589Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:32.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:54:32.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-08-31T21:54:32.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-31T21:54:32.889Z] 1d9066679fc9: Preparing [2020-08-31T21:54:32.889Z] 2cfcd49ccc69: Preparing [2020-08-31T21:54:32.889Z] e0ec8121dee9: Preparing [2020-08-31T21:54:32.889Z] 1bf6c8654c8b: Preparing [2020-08-31T21:54:32.889Z] 3ea93af7eceb: Preparing [2020-08-31T21:54:32.889Z] 50644c29ef5a: Preparing [2020-08-31T21:54:32.889Z] 50644c29ef5a: Waiting [2020-08-31T21:54:32.889Z] 3ea93af7eceb: Layer already exists [2020-08-31T21:54:32.889Z] e0ec8121dee9: Layer already exists [2020-08-31T21:54:32.889Z] 1d9066679fc9: Layer already exists [2020-08-31T21:54:32.889Z] 2cfcd49ccc69: Layer already exists [2020-08-31T21:54:32.889Z] 1bf6c8654c8b: Layer already exists [2020-08-31T21:54:32.889Z] 50644c29ef5a: Layer already exists [2020-08-31T21:54:32.889Z] latest: digest: sha256:e73da6f227e713329a35c29a211d984caef9dcccdfb3a557aeec213293bf3202 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:33.107Z] + ls -al . [2020-08-31T21:54:33.107Z] total 100 [2020-08-31T21:54:33.107Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:53 . [2020-08-31T21:54:33.107Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:53 .. [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 119 Aug 31 21:53 .dockerignore [2020-08-31T21:54:33.107Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:53 .git [2020-08-31T21:54:33.107Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:53 .github [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 93 Aug 31 21:53 .gitignore [2020-08-31T21:54:33.107Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:53 .semver [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 6027 Aug 31 21:53 Attribution.txt [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 2002 Aug 31 21:53 Dockerfile [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 966 Aug 31 21:53 Dockerfile.build [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 710 Aug 31 21:53 Jenkinsfile [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 10174 Aug 31 21:53 LICENSE [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 1277 Aug 31 21:53 README.md [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 21:49 VERSION [2020-08-31T21:54:33.107Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:53 bin [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 180 Aug 31 21:53 docker-compose.debug.yml [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 133 Aug 31 21:53 docker-compose.yml [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 133 Aug 31 21:53 go.mod [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 1519 Aug 31 21:53 main.go [2020-08-31T21:54:33.107Z] -rw-rw-r-- 1 jenkins jenkins 1573 Aug 31 21:53 makefile [2020-08-31T21:54:33.107Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 21:53 res [2020-08-31T21:54:33.107Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:53 snap [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:33.201Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:33.449Z] + 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=414b6282f916c065fbe85db3d54f08096cf4375d --label arch=arm64 --label version=1.2.1-dev.8 . [2020-08-31T21:54:33.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.8 [2020-08-31T21:54:33.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-31T21:54:33.511Z] 1d9066679fc9: Preparing [2020-08-31T21:54:33.511Z] 2cfcd49ccc69: Preparing [2020-08-31T21:54:33.511Z] e0ec8121dee9: Preparing [2020-08-31T21:54:33.511Z] 1bf6c8654c8b: Preparing [2020-08-31T21:54:33.511Z] 3ea93af7eceb: Preparing [2020-08-31T21:54:33.511Z] 50644c29ef5a: Preparing [2020-08-31T21:54:33.511Z] 50644c29ef5a: Waiting [2020-08-31T21:54:33.511Z] e0ec8121dee9: Layer already exists [2020-08-31T21:54:33.511Z] 2cfcd49ccc69: Layer already exists [2020-08-31T21:54:33.511Z] 3ea93af7eceb: Layer already exists [2020-08-31T21:54:33.511Z] 1bf6c8654c8b: Layer already exists [2020-08-31T21:54:33.511Z] 1d9066679fc9: Layer already exists [2020-08-31T21:54:33.511Z] 50644c29ef5a: Layer already exists [2020-08-31T21:54:33.511Z] 1.2.1-dev.8: digest: sha256:e73da6f227e713329a35c29a211d984caef9dcccdfb3a557aeec213293bf3202 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:33.723Z] Sending build context to Docker daemon 298kB [2020-08-31T21:54:33.723Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-08-31T21:54:33.723Z] Step 2/27 : FROM ${BASE} AS builder [2020-08-31T21:54:33.723Z] ---> 276722f5d2d5 [2020-08-31T21:54:33.723Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-08-31T21:54:33.814Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:33.996Z] ---> Running in a53690ba1596 [2020-08-31T21:54:34.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [2020-08-31T21:54:34.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-31T21:54:34.108Z] 1d9066679fc9: Preparing [2020-08-31T21:54:34.108Z] 2cfcd49ccc69: Preparing [2020-08-31T21:54:34.108Z] e0ec8121dee9: Preparing [2020-08-31T21:54:34.108Z] 1bf6c8654c8b: Preparing [2020-08-31T21:54:34.108Z] 3ea93af7eceb: Preparing [2020-08-31T21:54:34.108Z] 50644c29ef5a: Preparing [2020-08-31T21:54:34.108Z] 50644c29ef5a: Waiting [2020-08-31T21:54:34.108Z] e0ec8121dee9: Layer already exists [2020-08-31T21:54:34.108Z] 1d9066679fc9: Layer already exists [2020-08-31T21:54:34.108Z] 3ea93af7eceb: Layer already exists [2020-08-31T21:54:34.108Z] 1bf6c8654c8b: Layer already exists [2020-08-31T21:54:34.108Z] 2cfcd49ccc69: Layer already exists [2020-08-31T21:54:34.108Z] 50644c29ef5a: Layer already exists [2020-08-31T21:54:34.108Z] 414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8: digest: sha256:e73da6f227e713329a35c29a211d984caef9dcccdfb3a557aeec213293bf3202 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:34.487Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:54:34.593Z] Removing intermediate container a53690ba1596 [2020-08-31T21:54:34.593Z] ---> 4fc72cb61957 [2020-08-31T21:54:34.593Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:54:34.593Z] ---> Running in 3877aee005f3 [2020-08-31T21:54:34.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-08-31T21:54:34.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-08-31T21:54:34.785Z] 1d9066679fc9: Preparing [2020-08-31T21:54:34.785Z] 2cfcd49ccc69: Preparing [2020-08-31T21:54:34.785Z] e0ec8121dee9: Preparing [2020-08-31T21:54:34.785Z] 1bf6c8654c8b: Preparing [2020-08-31T21:54:34.785Z] 3ea93af7eceb: Preparing [2020-08-31T21:54:34.785Z] 50644c29ef5a: Preparing [2020-08-31T21:54:34.785Z] 50644c29ef5a: Waiting [2020-08-31T21:54:34.785Z] e0ec8121dee9: Layer already exists [2020-08-31T21:54:34.785Z] 1d9066679fc9: Layer already exists [2020-08-31T21:54:34.785Z] 1bf6c8654c8b: Layer already exists [2020-08-31T21:54:34.785Z] 2cfcd49ccc69: Layer already exists [2020-08-31T21:54:34.785Z] 3ea93af7eceb: Layer already exists [2020-08-31T21:54:34.785Z] 50644c29ef5a: Layer already exists [2020-08-31T21:54:34.785Z] master: digest: sha256:e73da6f227e713329a35c29a211d984caef9dcccdfb3a557aeec213293bf3202 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:54:34.940Z] ===================================================== [Pipeline] echo [2020-08-31T21:54:34.985Z] taggedImages: [2020-08-31T21:54:34.985Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:54:34.985Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-08-31T21:54:34.985Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.8 [2020-08-31T21:54:34.985Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [2020-08-31T21:54:34.985Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-08-31T21:54:35.186Z] Removing intermediate container 3877aee005f3 [2020-08-31T21:54:35.186Z] ---> 958303825460 [2020-08-31T21:54:35.186Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:54:35.186Z] ---> Running in bd3dcfede44f [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-08-31T21:54:35.789Z] Removing intermediate container bd3dcfede44f [2020-08-31T21:54:35.789Z] ---> 877681d6f897 [2020-08-31T21:54:35.789Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:54:35.789Z] ---> Running in 0113854a6965 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T21:54:38.410Z] Removing intermediate container 0113854a6965 [2020-08-31T21:54:38.410Z] ---> e1de3f6eebdf [2020-08-31T21:54:38.410Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:54:38.410Z] ---> Running in 05b132e382ca [2020-08-31T21:54:39.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:54:40.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:54:41.013Z] OK: 143 MiB in 45 packages [2020-08-31T21:54:41.990Z] Removing intermediate container 05b132e382ca [2020-08-31T21:54:41.990Z] ---> 661bdd359e95 [2020-08-31T21:54:41.990Z] Step 8/27 : WORKDIR /app [2020-08-31T21:54:42.262Z] ---> Running in be044317c8c1 [2020-08-31T21:54:42.856Z] Removing intermediate container be044317c8c1 [2020-08-31T21:54:42.856Z] ---> 4ff2d12fb656 [2020-08-31T21:54:42.856Z] Step 9/27 : COPY go.mod . [2020-08-31T21:54:43.450Z] ---> a8939c7b3c1f [2020-08-31T21:54:43.450Z] Step 10/27 : RUN go mod download [2020-08-31T21:54:43.450Z] ---> Running in 8a5cfbcafc7c [2020-08-31T21:54:46.060Z] Removing intermediate container 8a5cfbcafc7c [2020-08-31T21:54:46.060Z] ---> b20072574f8f [2020-08-31T21:54:46.060Z] Step 11/27 : COPY . . [2020-08-31T21:54:47.037Z] ---> 9e234c31a4d9 [2020-08-31T21:54:47.037Z] Step 12/27 : ARG MAKE="make build" [2020-08-31T21:54:47.037Z] ---> Running in cefccc7b40ad [2020-08-31T21:54:47.309Z] Removing intermediate container cefccc7b40ad [2020-08-31T21:54:47.309Z] ---> 08beb3638ff0 [2020-08-31T21:54:47.309Z] Step 13/27 : RUN $MAKE [2020-08-31T21:54:47.579Z] ---> Running in 49a4922720ee [2020-08-31T21:54:49.006Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.17 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.8" -o app-service-configurable [2020-08-31T21:55:36.008Z] Removing intermediate container 49a4922720ee [2020-08-31T21:55:36.008Z] ---> 83b51b3e535f [2020-08-31T21:55:36.008Z] Step 14/27 : FROM alpine:latest [2020-08-31T21:55:36.008Z] latest: Pulling from library/alpine [2020-08-31T21:55:36.008Z] b538f80385f9: Already exists [2020-08-31T21:55:36.008Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T21:55:36.008Z] Status: Downloaded newer image for alpine:latest [2020-08-31T21:55:36.008Z] ---> 62ee0e9f8440 [2020-08-31T21:55:36.008Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-08-31T21:55:36.008Z] ---> Running in 60d089e49930 [2020-08-31T21:55:36.008Z] Removing intermediate container 60d089e49930 [2020-08-31T21:55:36.008Z] ---> 0bbdcae7811f [2020-08-31T21:55:36.008Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-08-31T21:55:36.008Z] ---> Running in 973c93792a9d [2020-08-31T21:55:36.008Z] Removing intermediate container 973c93792a9d [2020-08-31T21:55:36.008Z] ---> 136d4752b2ab [2020-08-31T21:55:36.008Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-08-31T21:55:36.008Z] ---> Running in 558b015ba30c [2020-08-31T21:55:37.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:55:37.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:55:38.020Z] (1/6) Installing ca-certificates (20191127-r4) [2020-08-31T21:55:38.020Z] (2/6) Installing libgcc (9.3.0-r2) [2020-08-31T21:55:38.020Z] (3/6) Installing libsodium (1.0.18-r0) [2020-08-31T21:55:38.020Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-08-31T21:55:38.020Z] (5/6) Installing libzmq (4.3.2-r0) [2020-08-31T21:55:38.020Z] (6/6) Installing zeromq (4.3.2-r0) [2020-08-31T21:55:38.020Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:55:38.289Z] Executing ca-certificates-20191127-r4.trigger [2020-08-31T21:55:38.289Z] OK: 8 MiB in 20 packages [2020-08-31T21:55:40.252Z] Removing intermediate container 558b015ba30c [2020-08-31T21:55:40.252Z] ---> f4dc8a169889 [2020-08-31T21:55:40.252Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-08-31T21:55:40.842Z] ---> 0226a773da01 [2020-08-31T21:55:40.842Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-08-31T21:55:41.438Z] ---> 550593c7c7d7 [2020-08-31T21:55:41.438Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-08-31T21:55:42.411Z] ---> 5b4b4fd4f096 [2020-08-31T21:55:42.411Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-08-31T21:55:43.842Z] ---> e0435593cc90 [2020-08-31T21:55:43.842Z] Step 22/27 : EXPOSE 48095 [2020-08-31T21:55:44.114Z] ---> Running in 2eddef44a36a [2020-08-31T21:55:44.709Z] Removing intermediate container 2eddef44a36a [2020-08-31T21:55:44.709Z] ---> f1e14dfafd5b [2020-08-31T21:55:44.709Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-08-31T21:55:44.709Z] ---> Running in 4b2145ecf749 [2020-08-31T21:55:45.301Z] Removing intermediate container 4b2145ecf749 [2020-08-31T21:55:45.301Z] ---> d8fc58b12a9d [2020-08-31T21:55:45.301Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T21:55:45.301Z] ---> Running in 124feeb794db [2020-08-31T21:55:45.572Z] Removing intermediate container 124feeb794db [2020-08-31T21:55:45.572Z] ---> 740d44e55dd2 [2020-08-31T21:55:45.572Z] Step 25/27 : LABEL arch=arm64 [2020-08-31T21:55:45.843Z] ---> Running in b8043810e3f3 [2020-08-31T21:55:46.118Z] Removing intermediate container b8043810e3f3 [2020-08-31T21:55:46.118Z] ---> acd24b0b2780 [2020-08-31T21:55:46.118Z] Step 26/27 : LABEL git_sha=414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:55:46.390Z] ---> Running in 824d73695d19 [2020-08-31T21:55:46.983Z] Removing intermediate container 824d73695d19 [2020-08-31T21:55:46.983Z] ---> 1a5594dd7fbd [2020-08-31T21:55:46.983Z] Step 27/27 : LABEL version=1.2.1-dev.8 [2020-08-31T21:55:46.983Z] ---> Running in ad6b8e4e7f13 [2020-08-31T21:55:47.256Z] Removing intermediate container ad6b8e4e7f13 [2020-08-31T21:55:47.256Z] ---> 8bea571d5c51 [2020-08-31T21:55:47.256Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:55:47.256Z] Successfully built 8bea571d5c51 [2020-08-31T21:55:47.527Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-31T21:55:47.897Z] provisioning config files... [2020-08-31T21:55:47.937Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/44@tmp/config1086993304418593996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:55:48.322Z] ---> docker-login.sh [2020-08-31T21:55:48.322Z] nexus3.edgexfoundry.org:10001 [2020-08-31T21:55:48.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:55:48.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:55:48.865Z] Configure a credential helper to remove this warning. See [2020-08-31T21:55:48.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:55:48.865Z] [2020-08-31T21:55:48.865Z] Login Succeeded [2020-08-31T21:55:48.865Z] nexus3.edgexfoundry.org:10002 [2020-08-31T21:55:49.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:55:49.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:55:49.413Z] Configure a credential helper to remove this warning. See [2020-08-31T21:55:49.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:55:49.413Z] [2020-08-31T21:55:49.413Z] Login Succeeded [2020-08-31T21:55:49.413Z] nexus3.edgexfoundry.org:10003 [2020-08-31T21:55:49.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:55:49.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:55:49.958Z] Configure a credential helper to remove this warning. See [2020-08-31T21:55:49.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:55:49.958Z] [2020-08-31T21:55:49.958Z] Login Succeeded [2020-08-31T21:55:49.958Z] nexus3.edgexfoundry.org:10004 [2020-08-31T21:55:50.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:55:50.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:55:50.505Z] Configure a credential helper to remove this warning. See [2020-08-31T21:55:50.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:55:50.505Z] [2020-08-31T21:55:50.505Z] Login Succeeded [2020-08-31T21:55:50.505Z] docker.io [2020-08-31T21:55:50.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:55:51.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:55:51.045Z] Configure a credential helper to remove this warning. See [2020-08-31T21:55:51.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:55:51.045Z] [2020-08-31T21:55:51.045Z] Login Succeeded [2020-08-31T21:55:51.045Z] ---> docker-login.sh ends [Pipeline] } [2020-08-31T21:55:51.062Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:55:51.229Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-08-31T21:55:51.229Z] 414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:55:51.229Z] latest [2020-08-31T21:55:51.229Z] 1.2.1-dev.8 [2020-08-31T21:55:51.229Z] 414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [2020-08-31T21:55:51.229Z] master [2020-08-31T21:55:51.229Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:51.738Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:52.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:55:52.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-31T21:55:52.080Z] db54775eb5ba: Preparing [2020-08-31T21:55:52.080Z] 2a4c7052adb5: Preparing [2020-08-31T21:55:52.080Z] 03f949028a06: Preparing [2020-08-31T21:55:52.080Z] fe77c12b6402: Preparing [2020-08-31T21:55:52.080Z] c77f547a0bb6: Preparing [2020-08-31T21:55:52.080Z] e2f13739ad41: Preparing [2020-08-31T21:55:52.080Z] e2f13739ad41: Waiting [2020-08-31T21:55:52.363Z] 2a4c7052adb5: Pushed [2020-08-31T21:55:52.363Z] fe77c12b6402: Pushed [2020-08-31T21:55:52.363Z] 03f949028a06: Pushed [2020-08-31T21:55:52.363Z] e2f13739ad41: Layer already exists [2020-08-31T21:55:53.338Z] c77f547a0bb6: Pushed [2020-08-31T21:55:56.710Z] db54775eb5ba: Pushed [2020-08-31T21:55:56.980Z] 414b6282f916c065fbe85db3d54f08096cf4375d: digest: sha256:0cb34cf91b8e1e9ab9315742e5acc5c865a4452bee88db256deb1a9ddec715b9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:57.318Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:57.651Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-08-31T21:55:57.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-31T21:55:57.651Z] db54775eb5ba: Preparing [2020-08-31T21:55:57.651Z] 2a4c7052adb5: Preparing [2020-08-31T21:55:57.651Z] 03f949028a06: Preparing [2020-08-31T21:55:57.651Z] fe77c12b6402: Preparing [2020-08-31T21:55:57.651Z] c77f547a0bb6: Preparing [2020-08-31T21:55:57.651Z] e2f13739ad41: Preparing [2020-08-31T21:55:57.651Z] e2f13739ad41: Waiting [2020-08-31T21:55:57.651Z] 2a4c7052adb5: Layer already exists [2020-08-31T21:55:57.651Z] 03f949028a06: Layer already exists [2020-08-31T21:55:57.651Z] fe77c12b6402: Layer already exists [2020-08-31T21:55:57.651Z] db54775eb5ba: Layer already exists [2020-08-31T21:55:57.651Z] c77f547a0bb6: Layer already exists [2020-08-31T21:55:57.651Z] e2f13739ad41: Layer already exists [2020-08-31T21:55:57.919Z] latest: digest: sha256:0cb34cf91b8e1e9ab9315742e5acc5c865a4452bee88db256deb1a9ddec715b9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:58.256Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:58.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.8 [2020-08-31T21:55:58.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-31T21:55:58.595Z] db54775eb5ba: Preparing [2020-08-31T21:55:58.595Z] 2a4c7052adb5: Preparing [2020-08-31T21:55:58.595Z] 03f949028a06: Preparing [2020-08-31T21:55:58.595Z] fe77c12b6402: Preparing [2020-08-31T21:55:58.595Z] c77f547a0bb6: Preparing [2020-08-31T21:55:58.595Z] e2f13739ad41: Preparing [2020-08-31T21:55:58.595Z] e2f13739ad41: Waiting [2020-08-31T21:55:58.595Z] 2a4c7052adb5: Layer already exists [2020-08-31T21:55:58.595Z] c77f547a0bb6: Layer already exists [2020-08-31T21:55:58.595Z] db54775eb5ba: Layer already exists [2020-08-31T21:55:58.595Z] 03f949028a06: Layer already exists [2020-08-31T21:55:58.595Z] fe77c12b6402: Layer already exists [2020-08-31T21:55:58.595Z] e2f13739ad41: Layer already exists [2020-08-31T21:55:58.864Z] 1.2.1-dev.8: digest: sha256:0cb34cf91b8e1e9ab9315742e5acc5c865a4452bee88db256deb1a9ddec715b9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:59.202Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:55:59.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [2020-08-31T21:55:59.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-31T21:55:59.537Z] db54775eb5ba: Preparing [2020-08-31T21:55:59.537Z] 2a4c7052adb5: Preparing [2020-08-31T21:55:59.537Z] 03f949028a06: Preparing [2020-08-31T21:55:59.537Z] fe77c12b6402: Preparing [2020-08-31T21:55:59.537Z] c77f547a0bb6: Preparing [2020-08-31T21:55:59.537Z] e2f13739ad41: Preparing [2020-08-31T21:55:59.537Z] e2f13739ad41: Waiting [2020-08-31T21:55:59.537Z] 2a4c7052adb5: Layer already exists [2020-08-31T21:55:59.537Z] db54775eb5ba: Layer already exists [2020-08-31T21:55:59.537Z] 03f949028a06: Layer already exists [2020-08-31T21:55:59.537Z] c77f547a0bb6: Layer already exists [2020-08-31T21:55:59.537Z] fe77c12b6402: Layer already exists [2020-08-31T21:55:59.537Z] e2f13739ad41: Layer already exists [2020-08-31T21:55:59.808Z] 414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8: digest: sha256:0cb34cf91b8e1e9ab9315742e5acc5c865a4452bee88db256deb1a9ddec715b9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:00.145Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:00.482Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-08-31T21:56:00.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-08-31T21:56:00.482Z] db54775eb5ba: Preparing [2020-08-31T21:56:00.482Z] 2a4c7052adb5: Preparing [2020-08-31T21:56:00.482Z] 03f949028a06: Preparing [2020-08-31T21:56:00.482Z] fe77c12b6402: Preparing [2020-08-31T21:56:00.482Z] c77f547a0bb6: Preparing [2020-08-31T21:56:00.482Z] e2f13739ad41: Preparing [2020-08-31T21:56:00.482Z] e2f13739ad41: Waiting [2020-08-31T21:56:00.482Z] db54775eb5ba: Layer already exists [2020-08-31T21:56:00.482Z] 03f949028a06: Layer already exists [2020-08-31T21:56:00.482Z] 2a4c7052adb5: Layer already exists [2020-08-31T21:56:00.482Z] fe77c12b6402: Layer already exists [2020-08-31T21:56:00.482Z] c77f547a0bb6: Layer already exists [2020-08-31T21:56:00.482Z] e2f13739ad41: Layer already exists [2020-08-31T21:56:00.752Z] master: digest: sha256:0cb34cf91b8e1e9ab9315742e5acc5c865a4452bee88db256deb1a9ddec715b9 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:56:00.933Z] ===================================================== [Pipeline] echo [2020-08-31T21:56:00.993Z] taggedImages: [2020-08-31T21:56:00.993Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:56:00.993Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-08-31T21:56:00.993Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.8 [2020-08-31T21:56:00.993Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d-1.2.1-dev.8 [2020-08-31T21:56:00.993Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-31T21:56:02.825Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-31T21:56:02.827Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-31T21:56:02.873Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:03.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:56:03.222Z] [2020-08-31T21:56:03.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:03.599Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:56:03.599Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-31T21:56:03.599Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-31T21:56:03.599Z] 408f87550127: Pulling fs layer [2020-08-31T21:56:03.599Z] fe522b08c979: Pulling fs layer [2020-08-31T21:56:03.599Z] 221eaa008020: Pulling fs layer [2020-08-31T21:56:03.599Z] 2a4607e5d6b9: Pulling fs layer [2020-08-31T21:56:03.599Z] 8f79b27c4fd2: Pulling fs layer [2020-08-31T21:56:03.599Z] e5c8dbe1645b: Pulling fs layer [2020-08-31T21:56:03.599Z] 23e8b3b47431: Pulling fs layer [2020-08-31T21:56:03.599Z] 5c568d65a230: Pulling fs layer [2020-08-31T21:56:03.599Z] 221eaa008020: Waiting [2020-08-31T21:56:03.599Z] 2a4607e5d6b9: Waiting [2020-08-31T21:56:03.599Z] 8f79b27c4fd2: Waiting [2020-08-31T21:56:03.599Z] e5c8dbe1645b: Waiting [2020-08-31T21:56:03.599Z] 23e8b3b47431: Waiting [2020-08-31T21:56:03.599Z] 5c568d65a230: Waiting [2020-08-31T21:56:03.599Z] fe522b08c979: Download complete [2020-08-31T21:56:03.599Z] 408f87550127: Verifying Checksum [2020-08-31T21:56:03.599Z] 408f87550127: Download complete [2020-08-31T21:56:03.599Z] 2a4607e5d6b9: Verifying Checksum [2020-08-31T21:56:03.599Z] 2a4607e5d6b9: Download complete [2020-08-31T21:56:03.599Z] 8f79b27c4fd2: Download complete [2020-08-31T21:56:03.599Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-31T21:56:03.599Z] cbdbe7a5bc2a: Download complete [2020-08-31T21:56:03.868Z] cbdbe7a5bc2a: Pull complete [2020-08-31T21:56:04.463Z] 408f87550127: Pull complete [2020-08-31T21:56:04.463Z] e5c8dbe1645b: Verifying Checksum [2020-08-31T21:56:04.463Z] e5c8dbe1645b: Download complete [2020-08-31T21:56:04.463Z] fe522b08c979: Pull complete [2020-08-31T21:56:04.734Z] 23e8b3b47431: Verifying Checksum [2020-08-31T21:56:04.734Z] 23e8b3b47431: Download complete [2020-08-31T21:56:05.002Z] 5c568d65a230: Verifying Checksum [2020-08-31T21:56:05.002Z] 5c568d65a230: Download complete [2020-08-31T21:56:05.581Z] 221eaa008020: Download complete [2020-08-31T21:56:10.902Z] 221eaa008020: Pull complete [2020-08-31T21:56:10.902Z] 2a4607e5d6b9: Pull complete [2020-08-31T21:56:10.902Z] 8f79b27c4fd2: Pull complete [2020-08-31T21:56:13.454Z] e5c8dbe1645b: Pull complete [2020-08-31T21:56:17.675Z] 23e8b3b47431: Pull complete [2020-08-31T21:56:18.257Z] 5c568d65a230: Pull complete [2020-08-31T21:56:18.257Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-31T21:56:18.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:56:18.257Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-31T21:56:18.437Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:56:18.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-31T21:56:19.375Z] $ docker top c797b232a66ddec3322c7031cc7e71f70cb0bd1a8c21ecb6a0917a70c55e1f3c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T21:56:20.001Z] + snyk monitor '--org=edgex-jenkins' [2020-08-31T21:56:34.990Z] [2020-08-31T21:56:34.990Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-08-31T21:56:34.990Z] [2020-08-31T21:56:34.990Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/a61d58ff-6766-4e9d-81ab-0a196b80cdbb [2020-08-31T21:56:34.990Z] [2020-08-31T21:56:34.990Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-31T21:56:34.990Z] [2020-08-31T21:56:34.990Z] [2020-08-31T21:56:34.990Z] Snyk CLI supports Node.js 8 and higher. [2020-08-31T21:56:34.990Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-31T21:56:34.990Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-31T21:56:34.990Z] [2020-08-31T21:56:34.990Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-31T21:56:34.990Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-31T21:56:35.023Z] $ docker stop --time=1 c797b232a66ddec3322c7031cc7e71f70cb0bd1a8c21ecb6a0917a70c55e1f3c [2020-08-31T21:56:39.103Z] $ docker rm -f c797b232a66ddec3322c7031cc7e71f70cb0bd1a8c21ecb6a0917a70c55e1f3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:40.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:56:40.368Z] [2020-08-31T21:56:40.368Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:40.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:56:40.716Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-31T21:56:40.716Z] e7c96db7181b: Pulling fs layer [2020-08-31T21:56:40.716Z] 1868ca2cb446: Pulling fs layer [2020-08-31T21:56:40.716Z] 136be5d0fe8e: Pulling fs layer [2020-08-31T21:56:40.716Z] 894bfe63afcb: Pulling fs layer [2020-08-31T21:56:40.716Z] 894bfe63afcb: Waiting [2020-08-31T21:56:40.716Z] 1868ca2cb446: Verifying Checksum [2020-08-31T21:56:40.716Z] 1868ca2cb446: Download complete [2020-08-31T21:56:40.716Z] 136be5d0fe8e: Download complete [2020-08-31T21:56:40.716Z] e7c96db7181b: Verifying Checksum [2020-08-31T21:56:40.716Z] e7c96db7181b: Download complete [2020-08-31T21:56:40.716Z] 894bfe63afcb: Verifying Checksum [2020-08-31T21:56:40.716Z] 894bfe63afcb: Download complete [2020-08-31T21:56:40.985Z] e7c96db7181b: Pull complete [2020-08-31T21:56:41.246Z] 1868ca2cb446: Pull complete [2020-08-31T21:56:41.246Z] 136be5d0fe8e: Pull complete [2020-08-31T21:56:41.508Z] 894bfe63afcb: Pull complete [2020-08-31T21:56:41.508Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-31T21:56:41.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:56:41.772Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-31T21:56:41.878Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:56:41.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:56:42.935Z] $ docker top f96719b7d8bdcb36b0a23823c08f01007a12f767797336ca20960cf59dc9e0a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:56:43.442Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:56:43.442Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:56:48.869Z] $ docker stop --time=1 f96719b7d8bdcb36b0a23823c08f01007a12f767797336ca20960cf59dc9e0a1 [2020-08-31T21:56:50.229Z] $ docker rm -f f96719b7d8bdcb36b0a23823c08f01007a12f767797336ca20960cf59dc9e0a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:50.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:56:50.691Z] . [Pipeline] withDockerContainer [2020-08-31T21:56:50.778Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:56:50.823Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:56:51.435Z] $ docker top 2f79d51d7cc17cd1bed8871034af02f24eea3ccce9ea7d81bba098b426f4e7bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:56:51.963Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:56:51.963Z] + tee [2020-08-31T21:56:51.963Z] clair timeout 1m0s [2020-08-31T21:56:51.963Z] docker timeout: 1m0s [2020-08-31T21:56:51.963Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:56:53.006Z] $ docker stop --time=1 2f79d51d7cc17cd1bed8871034af02f24eea3ccce9ea7d81bba098b426f4e7bc [2020-08-31T21:56:54.346Z] $ docker rm -f 2f79d51d7cc17cd1bed8871034af02f24eea3ccce9ea7d81bba098b426f4e7bc [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:56:54.825Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-08-31T21:56:54.837Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_414b6282f916c065fbe85db3d54f08096cf4375d.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:56:55.349Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:56:55.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:56:55.751Z] . [Pipeline] withDockerContainer [2020-08-31T21:56:55.922Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:56:56.062Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:56:56.814Z] $ docker top c7a7552f403a410795a1d756040054d0f778c4882447dfb416b68d7b2f4a9d53 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:56:57.338Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:56:57.338Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:57:02.806Z] $ docker stop --time=1 c7a7552f403a410795a1d756040054d0f778c4882447dfb416b68d7b2f4a9d53 [2020-08-31T21:57:04.195Z] $ docker rm -f c7a7552f403a410795a1d756040054d0f778c4882447dfb416b68d7b2f4a9d53 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:57:04.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:57:04.659Z] . [Pipeline] withDockerContainer [2020-08-31T21:57:04.753Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:57:04.798Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:57:05.367Z] $ docker top 66dc0025b55760c43686076976577a3ee0e529b823d1842f7e50a4464000a4e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:57:05.867Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:414b6282f916c065fbe85db3d54f08096cf4375d [2020-08-31T21:57:05.867Z] + tee [2020-08-31T21:57:05.867Z] clair timeout 1m0s [2020-08-31T21:57:05.867Z] docker timeout: 1m0s [2020-08-31T21:57:05.867Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:57:06.910Z] $ docker stop --time=1 66dc0025b55760c43686076976577a3ee0e529b823d1842f7e50a4464000a4e2 [2020-08-31T21:57:08.264Z] $ docker rm -f 66dc0025b55760c43686076976577a3ee0e529b823d1842f7e50a4464000a4e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:57:08.712Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-08-31T21:57:08.725Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_414b6282f916c065fbe85db3d54f08096cf4375d.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:57:08.771Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:57:09.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:57:09.695Z] . [Pipeline] withDockerContainer [2020-08-31T21:57:09.792Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:57:09.836Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:57:10.556Z] $ docker top 2eef87f80a5f60a50a12845b1c1544ca74a266b08c702214988cf0d6d1177a0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:57:11.012Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:57:11.012Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:57:11.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:57:11.235Z] $ docker exec 2eef87f80a5f60a50a12845b1c1544ca74a266b08c702214988cf0d6d1177a0f ssh-agent [2020-08-31T21:57:11.416Z] SSH_AUTH_SOCK=/tmp/ssh-euH8YCGhw5tX/agent.12 [2020-08-31T21:57:11.416Z] SSH_AGENT_PID=17 [2020-08-31T21:57:11.424Z] Running ssh-add (command line suppressed) [2020-08-31T21:57:11.564Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3901287051457098515.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3901287051457098515.key) [2020-08-31T21:57:11.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:57:11.944Z] + git semver tag [2020-08-31T21:57:11.944Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:57:11.944Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-31T21:57:11.944Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-31T21:57:11.944Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:57:11.944Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:57:11.944Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:57:11.944Z] # $SEMVER_BRANCH = master [2020-08-31T21:57:11.944Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-08-31T21:57:11.944Z] # 414b6282f916c065fbe85db3d54f08096cf4375d HEAD [2020-08-31T21:57:11.944Z] # -> Force: false [2020-08-31T21:57:11.944Z] # ff1344be3aadc0ea901f8ff23a36b7300bc0dbdc refs/tags/v1.2.1-dev.8 [Pipeline] } [2020-08-31T21:57:11.958Z] $ docker exec --env ******** --env ******** 2eef87f80a5f60a50a12845b1c1544ca74a266b08c702214988cf0d6d1177a0f ssh-agent -k [2020-08-31T21:57:12.072Z] unset SSH_AUTH_SOCK; [2020-08-31T21:57:12.072Z] unset SSH_AGENT_PID; [2020-08-31T21:57:12.072Z] echo Agent pid 17 killed; [2020-08-31T21:57:12.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:57:12.564Z] + git semver [Pipeline] } [2020-08-31T21:57:12.583Z] $ docker stop --time=1 2eef87f80a5f60a50a12845b1c1544ca74a266b08c702214988cf0d6d1177a0f [2020-08-31T21:57:13.934Z] $ docker rm -f 2eef87f80a5f60a50a12845b1c1544ca74a266b08c702214988cf0d6d1177a0f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:57:14.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:57:14.512Z] [2020-08-31T21:57:14.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:57:14.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:57:14.870Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-31T21:57:14.870Z] ab5ef0e58194: Pulling fs layer [2020-08-31T21:57:14.870Z] 9712f1f96733: Pulling fs layer [2020-08-31T21:57:14.870Z] 63f879dbbcfc: Pulling fs layer [2020-08-31T21:57:14.870Z] 0d9ebad4ef96: Pulling fs layer [2020-08-31T21:57:14.870Z] e9a5061849ea: Pulling fs layer [2020-08-31T21:57:14.870Z] d747dcd14b5f: Pulling fs layer [2020-08-31T21:57:14.870Z] 2de7ff778b66: Pulling fs layer [2020-08-31T21:57:14.870Z] e9a5061849ea: Waiting [2020-08-31T21:57:14.870Z] d747dcd14b5f: Waiting [2020-08-31T21:57:14.870Z] 2de7ff778b66: Waiting [2020-08-31T21:57:14.870Z] 0d9ebad4ef96: Waiting [2020-08-31T21:57:14.870Z] 9712f1f96733: Verifying Checksum [2020-08-31T21:57:14.870Z] 9712f1f96733: Download complete [2020-08-31T21:57:15.459Z] 63f879dbbcfc: Verifying Checksum [2020-08-31T21:57:15.459Z] 63f879dbbcfc: Download complete [2020-08-31T21:57:15.728Z] e9a5061849ea: Download complete [2020-08-31T21:57:15.728Z] d747dcd14b5f: Verifying Checksum [2020-08-31T21:57:15.728Z] d747dcd14b5f: Download complete [2020-08-31T21:57:15.997Z] 0d9ebad4ef96: Verifying Checksum [2020-08-31T21:57:15.997Z] 0d9ebad4ef96: Download complete [2020-08-31T21:57:15.997Z] ab5ef0e58194: Verifying Checksum [2020-08-31T21:57:15.997Z] ab5ef0e58194: Download complete [2020-08-31T21:57:16.259Z] 2de7ff778b66: Verifying Checksum [2020-08-31T21:57:16.259Z] 2de7ff778b66: Download complete [2020-08-31T21:57:21.577Z] ab5ef0e58194: Pull complete [2020-08-31T21:57:21.577Z] 9712f1f96733: Pull complete [2020-08-31T21:57:22.967Z] 63f879dbbcfc: Pull complete [2020-08-31T21:57:28.283Z] 0d9ebad4ef96: Pull complete [2020-08-31T21:57:30.837Z] e9a5061849ea: Pull complete [2020-08-31T21:57:30.837Z] d747dcd14b5f: Pull complete [2020-08-31T21:57:33.385Z] 2de7ff778b66: Pull complete [2020-08-31T21:57:33.385Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-31T21:57:33.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:57:33.385Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-31T21:57:33.561Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:57:33.609Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-31T21:57:37.749Z] $ docker top b5db40f1fe3766a774861019375a9c8d892bc703e16340baa74dff979c7493ea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:57:37.967Z] provisioning config files... [2020-08-31T21:57:37.982Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2094537086520266336tmp [2020-08-31T21:57:38.001Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7632121018798054977tmp [2020-08-31T21:57:38.015Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8618619488538556240tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:57:38.058Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:57:38.351Z] ---> sigul-configuration.sh [2020-08-31T21:57:38.351Z] gpg: directory `/root/.gnupg' created [2020-08-31T21:57:38.351Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-31T21:57:38.351Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-31T21:57:38.351Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-31T21:57:38.351Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-31T21:57:38.351Z] gpg: CAST5 encrypted data [2020-08-31T21:57:38.611Z] gpg: encrypted with 1 passphrase [2020-08-31T21:57:38.611Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-31T21:57:38.908Z] + mkdir /home/jenkins [2020-08-31T21:57:38.908Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-31T21:57:39.202Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-31T21:57:39.212Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:57:39.503Z] ---> sigul-install.sh [2020-08-31T21:57:44.794Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-31T21:57:45.091Z] + git tag --list [2020-08-31T21:57:45.091Z] v1.2.1-dev.8 [Pipeline] sh [2020-08-31T21:57:45.396Z] + lftools sign git-tag v1.2.1-dev.8 [2020-08-31T21:57:46.844Z] Signing Git tag with Sigul... [2020-08-31T21:57:46.844Z] Signing v1.2.1-dev.8 [2020-08-31T21:57:47.128Z] Error: Authentication failed [Pipeline] echo [2020-08-31T21:57:47.409Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:57:47.766Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-31T21:57:47.775Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-31T21:57:47.861Z] $ docker stop --time=1 b5db40f1fe3766a774861019375a9c8d892bc703e16340baa74dff979c7493ea [2020-08-31T21:57:49.643Z] $ docker rm -f b5db40f1fe3766a774861019375a9c8d892bc703e16340baa74dff979c7493ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:57:50.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:57:50.410Z] . [Pipeline] withDockerContainer [2020-08-31T21:57:50.514Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:57:50.562Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:57:51.276Z] $ docker top 58e91e3b7abcf30509f4b49aedd5cb89cf75613e87b58a4f43e092b740b61714 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:57:51.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:57:51.617Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:57:51.816Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:57:51.822Z] $ docker exec 58e91e3b7abcf30509f4b49aedd5cb89cf75613e87b58a4f43e092b740b61714 ssh-agent [2020-08-31T21:57:51.988Z] SSH_AUTH_SOCK=/tmp/ssh-lFuoI06kNCIk/agent.12 [2020-08-31T21:57:51.988Z] SSH_AGENT_PID=17 [2020-08-31T21:57:51.995Z] Running ssh-add (command line suppressed) [2020-08-31T21:57:52.127Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2591261496154263138.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2591261496154263138.key) [2020-08-31T21:57:52.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:57:52.504Z] + git semver bump pre [2020-08-31T21:57:52.504Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:57:52.504Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-31T21:57:52.504Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-31T21:57:52.504Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:57:52.504Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:57:52.504Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:57:52.504Z] # $SEMVER_BRANCH = master [2020-08-31T21:57:52.504Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-08-31T21:57:52.504Z] 1.2.1-dev.9 [Pipeline] } [2020-08-31T21:57:52.517Z] $ docker exec --env ******** --env ******** 58e91e3b7abcf30509f4b49aedd5cb89cf75613e87b58a4f43e092b740b61714 ssh-agent -k [2020-08-31T21:57:52.638Z] unset SSH_AUTH_SOCK; [2020-08-31T21:57:52.638Z] unset SSH_AGENT_PID; [2020-08-31T21:57:52.638Z] echo Agent pid 17 killed; [2020-08-31T21:57:52.687Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:57:53.121Z] + git semver [Pipeline] } [2020-08-31T21:57:53.140Z] $ docker stop --time=1 58e91e3b7abcf30509f4b49aedd5cb89cf75613e87b58a4f43e092b740b61714 [2020-08-31T21:57:54.480Z] $ docker rm -f 58e91e3b7abcf30509f4b49aedd5cb89cf75613e87b58a4f43e092b740b61714 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:57:54.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:57:54.995Z] . [Pipeline] withDockerContainer [2020-08-31T21:57:55.090Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:57:55.140Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:57:55.738Z] $ docker top dafeee7c57b92c65ffd73edfab71ea1523f2242fcc313e2e8ee0c2c21ca1a535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:57:56.052Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:57:56.052Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:57:56.236Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:57:56.242Z] $ docker exec dafeee7c57b92c65ffd73edfab71ea1523f2242fcc313e2e8ee0c2c21ca1a535 ssh-agent [2020-08-31T21:57:56.412Z] SSH_AUTH_SOCK=/tmp/ssh-7dmtW7FLl15x/agent.12 [2020-08-31T21:57:56.412Z] SSH_AGENT_PID=17 [2020-08-31T21:57:56.418Z] Running ssh-add (command line suppressed) [2020-08-31T21:57:56.542Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5692949099726959390.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5692949099726959390.key) [2020-08-31T21:57:56.595Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:57:56.925Z] + git semver push [2020-08-31T21:57:56.925Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:57:56.925Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-08-31T21:57:56.925Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-08-31T21:57:56.925Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:57:56.925Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:57:56.925Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:57:56.925Z] # $SEMVER_BRANCH = master [2020-08-31T21:57:56.925Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-08-31T21:58:03.529Z] $ docker exec --env ******** --env ******** dafeee7c57b92c65ffd73edfab71ea1523f2242fcc313e2e8ee0c2c21ca1a535 ssh-agent -k [2020-08-31T21:58:03.689Z] unset SSH_AUTH_SOCK; [2020-08-31T21:58:03.689Z] unset SSH_AGENT_PID; [2020-08-31T21:58:03.689Z] echo Agent pid 17 killed; [2020-08-31T21:58:03.750Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:58:04.197Z] + git semver [Pipeline] } [2020-08-31T21:58:04.217Z] $ docker stop --time=1 dafeee7c57b92c65ffd73edfab71ea1523f2242fcc313e2e8ee0c2c21ca1a535 [2020-08-31T21:58:05.564Z] $ docker rm -f dafeee7c57b92c65ffd73edfab71ea1523f2242fcc313e2e8ee0c2c21ca1a535 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:58:06.772Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:58:07.336Z] ---> package-listing.sh [2020-08-31T21:58:07.336Z] ++ facter osfamily [2020-08-31T21:58:07.336Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T21:58:07.336Z] + OS_FAMILY=redhat [2020-08-31T21:58:07.336Z] + workspace=/w/workspace/_app-service-configurable_master [2020-08-31T21:58:07.336Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T21:58:07.336Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T21:58:07.336Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T21:58:07.336Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T21:58:07.336Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-08-31T21:58:07.336Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T21:58:07.336Z] + case "${OS_FAMILY}" in [2020-08-31T21:58:07.336Z] + rpm -qa [2020-08-31T21:58:07.336Z] + sort [2020-08-31T21:58:11.560Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T21:58:11.560Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T21:58:11.560Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T21:58:11.560Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-08-31T21:58:11.560Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-08-31T21:58:11.560Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:58:12.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:58:12.014Z] [2020-08-31T21:58:12.014Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:58:12.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:58:12.360Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T21:58:12.360Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T21:58:12.360Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T21:58:12.360Z] 756a868c4378: Pulling fs layer [2020-08-31T21:58:12.360Z] 444b2fc9a129: Pulling fs layer [2020-08-31T21:58:12.360Z] ea15f1150254: Pulling fs layer [2020-08-31T21:58:12.360Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T21:58:12.360Z] 28c525ee5125: Pulling fs layer [2020-08-31T21:58:12.360Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T21:58:12.360Z] 138eaada9080: Pulling fs layer [2020-08-31T21:58:12.360Z] 0622d0fa9048: Pulling fs layer [2020-08-31T21:58:12.360Z] 444b2fc9a129: Waiting [2020-08-31T21:58:12.360Z] 28c525ee5125: Waiting [2020-08-31T21:58:12.360Z] ea15f1150254: Waiting [2020-08-31T21:58:12.360Z] 0622d0fa9048: Waiting [2020-08-31T21:58:12.360Z] 41b27a9f41bf: Waiting [2020-08-31T21:58:12.360Z] 138eaada9080: Waiting [2020-08-31T21:58:12.360Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T21:58:12.360Z] 2cc5ad85d9ab: Download complete [2020-08-31T21:58:12.360Z] 444b2fc9a129: Verifying Checksum [2020-08-31T21:58:12.360Z] 444b2fc9a129: Download complete [2020-08-31T21:58:12.360Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T21:58:12.360Z] c9b1b535fdd9: Download complete [2020-08-31T21:58:12.360Z] ea15f1150254: Verifying Checksum [2020-08-31T21:58:12.360Z] ea15f1150254: Download complete [2020-08-31T21:58:12.360Z] 28c525ee5125: Verifying Checksum [2020-08-31T21:58:12.360Z] 28c525ee5125: Download complete [2020-08-31T21:58:12.946Z] 756a868c4378: Verifying Checksum [2020-08-31T21:58:12.946Z] 756a868c4378: Download complete [2020-08-31T21:58:12.946Z] 138eaada9080: Verifying Checksum [2020-08-31T21:58:12.946Z] 138eaada9080: Download complete [2020-08-31T21:58:12.946Z] 0622d0fa9048: Verifying Checksum [2020-08-31T21:58:12.946Z] 0622d0fa9048: Download complete [2020-08-31T21:58:12.946Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T21:58:12.946Z] 094b1ea09ed8: Download complete [2020-08-31T21:58:13.525Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T21:58:13.525Z] 41b27a9f41bf: Download complete [2020-08-31T21:58:13.786Z] c9b1b535fdd9: Pull complete [2020-08-31T21:58:14.050Z] 2cc5ad85d9ab: Pull complete [2020-08-31T21:58:16.599Z] 756a868c4378: Pull complete [2020-08-31T21:58:16.599Z] 444b2fc9a129: Pull complete [2020-08-31T21:58:16.599Z] ea15f1150254: Pull complete [2020-08-31T21:58:20.829Z] 41b27a9f41bf: Pull complete [2020-08-31T21:58:20.829Z] 28c525ee5125: Pull complete [2020-08-31T21:58:23.391Z] 094b1ea09ed8: Pull complete [2020-08-31T21:58:23.391Z] 138eaada9080: Pull complete [2020-08-31T21:58:23.391Z] 0622d0fa9048: Pull complete [2020-08-31T21:58:23.391Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T21:58:23.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:58:23.391Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T21:58:23.551Z] prd-centos7-docker-4c-2g-904 does not seem to be running inside a container [2020-08-31T21:58:23.600Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T21:58:26.480Z] $ docker top 9e37e7cab4f4bd447e1c6beffecefdd5a4f18a28a8b6035e9cf1a053c6b561c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:58:26.753Z] provisioning config files... [2020-08-31T21:58:26.771Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3666717024822890295tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:58:26.833Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:58:27.130Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T21:58:27.139Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:58:27.433Z] ---> logs-deploy.sh [2020-08-31T21:58:27.434Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/44 [2020-08-31T21:58:27.434Z] INFO: archiving workspace using pattern(s): [2020-08-31T21:58:28.375Z] Archives upload complete. [2020-08-31T21:58:28.636Z] INFO: archiving logs to Nexus