Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba8dc87efb7c15b1c13874cc84483e41de2fa468 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11753 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 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 --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Checking out Revision ba8dc87efb7c15b1c13874cc84483e41de2fa468 (master) Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba8dc87efb7c15b1c13874cc84483e41de2fa468 # timeout=10 Commit message: "build: Update to used latest SDK with content type fix (#140)" > git rev-list --no-walk 79fefeed78b27ed066b80126d21e9ed33746e184 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-10T20:16:43.846Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-10T20:16:44.205Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-10T20:16:44.348Z] ========================================================= [2020-11-10T20:16:44.348Z] EdgeX Global Pipelines Version Info [2020-11-10T20:16:44.348Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:16:46.904Z] ------------------- [2020-11-10T20:16:46.904Z] stable info: [2020-11-10T20:16:46.904Z] ------------------- [2020-11-10T20:16:46.904Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-10T20:16:46.904Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T20:16:46.904Z] Message: update stable to v1.0.162 [2020-11-10T20:16:47.911Z] ------------------- [2020-11-10T20:16:47.911Z] experimental info: [2020-11-10T20:16:47.911Z] ------------------- [2020-11-10T20:16:47.911Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-10T20:16:47.911Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T20:16:47.911Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-10T20:16:48.417Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-11-10T20:16:48.547Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-11-10T20:16:48.666Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-10T20:16:48.786Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-10T20:16:48.910Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-10T20:16:49.026Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-10T20:16:49.142Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-10T20:16:49.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-10T20:16:49.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-10T20:16:49.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-10T20:16:49.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-10T20:16:49.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-11-10T20:16:49.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-10T20:16:49.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-10T20:16:50.141Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T20:16:50.290Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T20:16:50.411Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T20:16:50.533Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T20:16:50.683Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-10T20:16:50.801Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-10T20:16:50.921Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-10T20:16:51.119Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-10T20:16:51.229Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-10T20:16:51.341Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-10T20:16:51.446Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-10T20:16:51.551Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-10T20:16:51.657Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-10T20:16:51.760Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-10T20:16:51.867Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-10T20:16:51.971Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ba8dc87efb7c15b1c13874cc84483e41de2fa468 [Pipeline] echo [2020-11-10T20:16:52.085Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ba8dc87 [Pipeline] echo [2020-11-10T20:16:52.199Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T20:16:52.411Z] provisioning config files... [2020-11-10T20:16:52.469Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8247472861649122677tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:16:53.028Z] ---> docker-login.sh [2020-11-10T20:16:53.028Z] nexus3.edgexfoundry.org:10001 [2020-11-10T20:16:53.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:16:53.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:16:53.890Z] Configure a credential helper to remove this warning. See [2020-11-10T20:16:53.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:16:53.890Z] [2020-11-10T20:16:53.890Z] Login Succeeded [2020-11-10T20:16:53.890Z] nexus3.edgexfoundry.org:10002 [2020-11-10T20:16:53.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:16:54.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:16:54.212Z] Configure a credential helper to remove this warning. See [2020-11-10T20:16:54.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:16:54.212Z] [2020-11-10T20:16:54.212Z] Login Succeeded [2020-11-10T20:16:54.212Z] nexus3.edgexfoundry.org:10003 [2020-11-10T20:16:54.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:16:54.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:16:54.488Z] Configure a credential helper to remove this warning. See [2020-11-10T20:16:54.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:16:54.488Z] [2020-11-10T20:16:54.488Z] Login Succeeded [2020-11-10T20:16:54.489Z] nexus3.edgexfoundry.org:10004 [2020-11-10T20:16:54.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:16:54.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:16:54.780Z] Configure a credential helper to remove this warning. See [2020-11-10T20:16:54.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:16:54.780Z] [2020-11-10T20:16:54.780Z] Login Succeeded [2020-11-10T20:16:54.780Z] docker.io [2020-11-10T20:16:55.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:16:55.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:16:55.342Z] Configure a credential helper to remove this warning. See [2020-11-10T20:16:55.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:16:55.342Z] [2020-11-10T20:16:55.342Z] Login Succeeded [2020-11-10T20:16:55.342Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T20:16:55.365Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T20:16:56.268Z] + git log --format=format:%s -1 ba8dc87efb7c15b1c13874cc84483e41de2fa468 [Pipeline] echo [2020-11-10T20:16:56.484Z] GIT_COMMIT: ba8dc87efb7c15b1c13874cc84483e41de2fa468, Commit Message: build: Update to used latest SDK with content type fix (#140) [Pipeline] echo [2020-11-10T20:16:56.539Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:16:57.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T20:16:57.760Z] [2020-11-10T20:16:57.760Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:16:58.269Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T20:16:58.269Z] latest: Pulling from edgex-devops/git-semver [2020-11-10T20:16:58.269Z] 31603596830f: Pulling fs layer [2020-11-10T20:16:58.269Z] 2a8b12db71e7: Pulling fs layer [2020-11-10T20:16:58.269Z] 6ca5941a6612: Pulling fs layer [2020-11-10T20:16:58.269Z] ecc8261a40a4: Pulling fs layer [2020-11-10T20:16:58.269Z] ecc8261a40a4: Waiting [2020-11-10T20:16:58.934Z] 2a8b12db71e7: Verifying Checksum [2020-11-10T20:16:58.934Z] 2a8b12db71e7: Download complete [2020-11-10T20:16:58.934Z] 31603596830f: Verifying Checksum [2020-11-10T20:16:58.934Z] 31603596830f: Download complete [2020-11-10T20:16:59.617Z] ecc8261a40a4: Verifying Checksum [2020-11-10T20:16:59.617Z] ecc8261a40a4: Download complete [2020-11-10T20:16:59.958Z] 6ca5941a6612: Verifying Checksum [2020-11-10T20:16:59.958Z] 6ca5941a6612: Download complete [2020-11-10T20:16:59.958Z] 31603596830f: Pull complete [2020-11-10T20:17:00.597Z] 2a8b12db71e7: Pull complete [2020-11-10T20:17:02.693Z] 6ca5941a6612: Pull complete [2020-11-10T20:17:02.976Z] ecc8261a40a4: Pull complete [2020-11-10T20:17:03.279Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-10T20:17:03.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T20:17:03.279Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-10T20:17:03.539Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:17:03.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T20:17:06.287Z] $ docker top 6f25a3b62fb3df2aaecef049d5e50de6dbf744cf98e659921f3e44ad8fea6b91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T20:17:06.687Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T20:17:06.688Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T20:17:07.065Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T20:17:07.075Z] $ docker exec 6f25a3b62fb3df2aaecef049d5e50de6dbf744cf98e659921f3e44ad8fea6b91 ssh-agent [2020-11-10T20:17:07.311Z] SSH_AUTH_SOCK=/tmp/ssh-kuMzqoLLdxuQ/agent.12 [2020-11-10T20:17:07.311Z] SSH_AGENT_PID=17 [2020-11-10T20:17:07.338Z] Running ssh-add (command line suppressed) [2020-11-10T20:17:07.525Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5122043417570082859.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5122043417570082859.key) [2020-11-10T20:17:07.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T20:17:08.016Z] + git tag --points-at HEAD [Pipeline] } [2020-11-10T20:17:08.050Z] $ docker exec --env ******** --env ******** 6f25a3b62fb3df2aaecef049d5e50de6dbf744cf98e659921f3e44ad8fea6b91 ssh-agent -k [2020-11-10T20:17:08.284Z] unset SSH_AUTH_SOCK; [2020-11-10T20:17:08.284Z] unset SSH_AGENT_PID; [2020-11-10T20:17:08.284Z] echo Agent pid 17 killed; [2020-11-10T20:17:08.400Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-10T20:17:08.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T20:17:08.588Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T20:17:08.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T20:17:08.856Z] $ docker exec 6f25a3b62fb3df2aaecef049d5e50de6dbf744cf98e659921f3e44ad8fea6b91 ssh-agent [2020-11-10T20:17:09.246Z] SSH_AUTH_SOCK=/tmp/ssh-WftM0d0k3OIb/agent.47 [2020-11-10T20:17:09.246Z] SSH_AGENT_PID=52 [2020-11-10T20:17:09.359Z] Running ssh-add (command line suppressed) [2020-11-10T20:17:09.786Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8882147109501556962.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8882147109501556962.key) [2020-11-10T20:17:10.115Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T20:17:10.647Z] + git semver init [2020-11-10T20:17:10.647Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T20:17:10.647Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-10T20:17:10.647Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-10T20:17:10.647Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T20:17:10.647Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T20:17:10.647Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T20:17:10.647Z] # $SEMVER_BRANCH = master [2020-11-10T20:17:10.647Z] # $SEMVER_TEMP = /tmp/semver-053382341 [2020-11-10T20:17:10.647Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-11-10T20:17:11.245Z] # '/tmp/semver-053382341' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-11-10T20:17:11.245Z] # -> Force: false [2020-11-10T20:17:11.245Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-10T20:17:11.284Z] $ docker exec --env ******** --env ******** 6f25a3b62fb3df2aaecef049d5e50de6dbf744cf98e659921f3e44ad8fea6b91 ssh-agent -k [2020-11-10T20:17:11.440Z] unset SSH_AUTH_SOCK; [2020-11-10T20:17:11.442Z] unset SSH_AGENT_PID; [2020-11-10T20:17:11.443Z] echo Agent pid 52 killed; [2020-11-10T20:17:11.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T20:17:12.195Z] + git semver [Pipeline] } [2020-11-10T20:17:12.244Z] $ docker stop --time=1 6f25a3b62fb3df2aaecef049d5e50de6dbf744cf98e659921f3e44ad8fea6b91 [2020-11-10T20:17:13.898Z] $ docker rm -f 6f25a3b62fb3df2aaecef049d5e50de6dbf744cf98e659921f3e44ad8fea6b91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T20:17:14.454Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-10T20:17:16.003Z] Stashed 1 file(s) [Pipeline] echo [2020-11-10T20:17:16.007Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.22 [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-11-10T20:17:31.725Z] Still waiting to schedule task [2020-11-10T20:17:31.726Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11753’ [2020-11-10T20:17:31.728Z] Still waiting to schedule task [2020-11-10T20:17:31.728Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-10T20:19:13.690Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11754 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-10T20:19:13.753Z] Running in /w/workspace/app-service-configurable/60 [Pipeline] { [Pipeline] checkout [2020-11-10T20:19:18.922Z] using credential edgex-jenkins-ssh [2020-11-10T20:19:18.992Z] Cloning the remote Git repository [2020-11-10T20:19:19.049Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-10T20:19:19.149Z] > git init /w/workspace/app-service-configurable/60 # timeout=10 [2020-11-10T20:19:19.212Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-10T20:19:19.213Z] > git --version # timeout=10 [2020-11-10T20:19:19.227Z] > git --version # 'git version 2.17.1' [2020-11-10T20:19:19.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T20:19:19.279Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T20:19:20.027Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-10T20:19:20.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T20:19:20.080Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-10T20:19:20.546Z] Checking out Revision ba8dc87efb7c15b1c13874cc84483e41de2fa468 (master) [2020-11-10T20:19:20.117Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-10T20:19:20.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T20:19:20.129Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T20:19:20.569Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T20:19:20.582Z] > git checkout -f ba8dc87efb7c15b1c13874cc84483e41de2fa468 # timeout=10 [2020-11-10T20:19:24.916Z] Commit message: "build: Update to used latest SDK with content type fix (#140)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T20:19:25.966Z] provisioning config files... [2020-11-10T20:19:26.018Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/60@tmp/config9034233478827792292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:19:27.233Z] ---> docker-login.sh [2020-11-10T20:19:27.233Z] nexus3.edgexfoundry.org:10001 [2020-11-10T20:19:27.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:19:28.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:19:28.437Z] Configure a credential helper to remove this warning. See [2020-11-10T20:19:28.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:19:28.437Z] [2020-11-10T20:19:28.437Z] Login Succeeded [2020-11-10T20:19:28.437Z] nexus3.edgexfoundry.org:10002 [2020-11-10T20:19:28.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:19:29.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:19:29.060Z] Configure a credential helper to remove this warning. See [2020-11-10T20:19:29.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:19:29.060Z] [2020-11-10T20:19:29.060Z] Login Succeeded [2020-11-10T20:19:29.060Z] nexus3.edgexfoundry.org:10003 [2020-11-10T20:19:29.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:19:29.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:19:29.336Z] Configure a credential helper to remove this warning. See [2020-11-10T20:19:29.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:19:29.336Z] [2020-11-10T20:19:29.336Z] Login Succeeded [2020-11-10T20:19:29.336Z] nexus3.edgexfoundry.org:10004 [2020-11-10T20:19:29.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:19:29.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:19:29.937Z] Configure a credential helper to remove this warning. See [2020-11-10T20:19:29.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:19:29.937Z] [2020-11-10T20:19:29.937Z] Login Succeeded [2020-11-10T20:19:29.937Z] docker.io [2020-11-10T20:19:30.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:19:30.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:19:30.804Z] Configure a credential helper to remove this warning. See [2020-11-10T20:19:30.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:19:30.804Z] [2020-11-10T20:19:30.804Z] Login Succeeded [2020-11-10T20:19:30.804Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T20:19:30.882Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T20:19:31.388Z] ========================================================= [2020-11-10T20:19:31.388Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-10T20:19:31.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:19:31.809Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-10T20:19:31.809Z] Sending build context to Docker daemon 98.82kB [2020-11-10T20:19:32.091Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-10T20:19:32.091Z] Step 2/8 : FROM ${BASE} [2020-11-10T20:19:32.091Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-10T20:19:32.091Z] b538f80385f9: Pulling fs layer [2020-11-10T20:19:32.369Z] 74f711af9a0d: Pulling fs layer [2020-11-10T20:19:32.369Z] 99f96fe45779: Pulling fs layer [2020-11-10T20:19:32.369Z] 8529a6b9a6be: Pulling fs layer [2020-11-10T20:19:32.369Z] 45590311c82a: Pulling fs layer [2020-11-10T20:19:32.369Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-10T20:19:32.369Z] 209524e5b208: Pulling fs layer [2020-11-10T20:19:32.369Z] 8529a6b9a6be: Waiting [2020-11-10T20:19:32.369Z] 45590311c82a: Waiting [2020-11-10T20:19:32.369Z] 69ca0ff8b7b3: Waiting [2020-11-10T20:19:32.369Z] 209524e5b208: Waiting [2020-11-10T20:19:32.369Z] 99f96fe45779: Verifying Checksum [2020-11-10T20:19:32.369Z] 99f96fe45779: Download complete [2020-11-10T20:19:32.369Z] 74f711af9a0d: Download complete [2020-11-10T20:19:33.349Z] 45590311c82a: Verifying Checksum [2020-11-10T20:19:33.349Z] b538f80385f9: Verifying Checksum [2020-11-10T20:19:33.349Z] b538f80385f9: Download complete [2020-11-10T20:19:33.349Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-10T20:19:33.349Z] 69ca0ff8b7b3: Download complete [2020-11-10T20:19:33.948Z] b538f80385f9: Pull complete [2020-11-10T20:19:34.557Z] 74f711af9a0d: Pull complete [2020-11-10T20:19:34.835Z] 99f96fe45779: Pull complete [2020-11-10T20:19:36.273Z] 209524e5b208: Verifying Checksum [2020-11-10T20:19:36.273Z] 209524e5b208: Download complete [2020-11-10T20:19:37.252Z] 8529a6b9a6be: Verifying Checksum [2020-11-10T20:19:37.252Z] 8529a6b9a6be: Download complete [2020-11-10T20:19:47.438Z] 8529a6b9a6be: Pull complete [2020-11-10T20:19:47.720Z] 45590311c82a: Pull complete [2020-11-10T20:19:47.995Z] 69ca0ff8b7b3: Pull complete [2020-11-10T20:19:52.339Z] 209524e5b208: Pull complete [2020-11-10T20:19:52.339Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-10T20:19:52.339Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-10T20:19:52.339Z] ---> 5bddaf1c2fca [2020-11-10T20:19:52.339Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T20:19:54.335Z] ---> Running in fd8819812660 [2020-11-10T20:19:54.940Z] Removing intermediate container fd8819812660 [2020-11-10T20:19:54.940Z] ---> c6a908f65e93 [2020-11-10T20:19:54.940Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T20:19:54.940Z] ---> Running in e17ee1ac2720 [2020-11-10T20:19:57.570Z] Removing intermediate container e17ee1ac2720 [2020-11-10T20:19:57.570Z] ---> 54940d353f3d [2020-11-10T20:19:57.570Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-10T20:19:57.846Z] ---> Running in 6a5c57aeb795 [2020-11-10T20:19:59.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T20:20:00.260Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T20:20:00.855Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-10T20:20:00.855Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-10T20:20:01.130Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-10T20:20:01.130Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-10T20:20:01.130Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-10T20:20:01.403Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-10T20:20:01.403Z] Executing busybox-1.31.1-r16.trigger [2020-11-10T20:20:01.403Z] OK: 144 MiB in 45 packages [2020-11-10T20:20:02.855Z] Removing intermediate container 6a5c57aeb795 [2020-11-10T20:20:02.855Z] ---> 712189fa33de [2020-11-10T20:20:02.855Z] Step 6/8 : WORKDIR /app [2020-11-10T20:20:02.855Z] ---> Running in 3d08d6d15c44 [2020-11-10T20:20:03.450Z] Removing intermediate container 3d08d6d15c44 [2020-11-10T20:20:03.450Z] ---> 55220e76bdc9 [2020-11-10T20:20:03.450Z] Step 7/8 : COPY . . [2020-11-10T20:20:04.049Z] ---> 783acc301ea1 [2020-11-10T20:20:04.049Z] Step 8/8 : RUN go mod download [2020-11-10T20:20:04.331Z] ---> Running in d98cd417a485 [2020-11-10T20:20:11.933Z] Running on prd-centos7-docker-4c-2g-11755 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-10T20:20:11.994Z] Running in /w/workspace/app-service-configurable/60 [Pipeline] { [Pipeline] checkout [2020-11-10T20:20:14.877Z] using credential edgex-jenkins-ssh [2020-11-10T20:20:14.932Z] Cloning the remote Git repository [2020-11-10T20:20:14.969Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-10T20:20:15.037Z] > git init /w/workspace/app-service-configurable/60 # timeout=10 [2020-11-10T20:20:15.097Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-10T20:20:15.097Z] > git --version # timeout=10 [2020-11-10T20:20:15.106Z] > git --version # 'git version 2.16.5' [2020-11-10T20:20:15.108Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T20:20:15.135Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T20:20:16.107Z] Checking out Revision ba8dc87efb7c15b1c13874cc84483e41de2fa468 (master) [2020-11-10T20:20:15.693Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-10T20:20:15.702Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T20:20:15.714Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-10T20:20:15.727Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-10T20:20:15.728Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T20:20:15.733Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T20:20:16.118Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T20:20:16.123Z] > git checkout -f ba8dc87efb7c15b1c13874cc84483e41de2fa468 # timeout=10 [2020-11-10T20:20:19.820Z] Commit message: "build: Update to used latest SDK with content type fix (#140)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T20:20:20.762Z] provisioning config files... [2020-11-10T20:20:20.799Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/60@tmp/config949341332822334222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:20:21.571Z] ---> docker-login.sh [2020-11-10T20:20:21.571Z] nexus3.edgexfoundry.org:10001 [2020-11-10T20:20:21.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:20:21.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:20:21.842Z] Configure a credential helper to remove this warning. See [2020-11-10T20:20:21.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:20:21.842Z] [2020-11-10T20:20:21.842Z] Login Succeeded [2020-11-10T20:20:21.842Z] nexus3.edgexfoundry.org:10002 [2020-11-10T20:20:22.107Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:20:22.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:20:22.107Z] Configure a credential helper to remove this warning. See [2020-11-10T20:20:22.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:20:22.107Z] [2020-11-10T20:20:22.107Z] Login Succeeded [2020-11-10T20:20:22.107Z] nexus3.edgexfoundry.org:10003 [2020-11-10T20:20:22.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:20:22.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:20:22.370Z] Configure a credential helper to remove this warning. See [2020-11-10T20:20:22.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:20:22.370Z] [2020-11-10T20:20:22.370Z] Login Succeeded [2020-11-10T20:20:22.370Z] nexus3.edgexfoundry.org:10004 [2020-11-10T20:20:22.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:20:22.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:20:22.633Z] Configure a credential helper to remove this warning. See [2020-11-10T20:20:22.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:20:22.633Z] [2020-11-10T20:20:22.633Z] Login Succeeded [2020-11-10T20:20:22.633Z] docker.io [2020-11-10T20:20:22.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:20:22.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:20:22.897Z] Configure a credential helper to remove this warning. See [2020-11-10T20:20:22.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:20:22.897Z] [2020-11-10T20:20:22.897Z] Login Succeeded [2020-11-10T20:20:22.897Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T20:20:22.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T20:20:23.279Z] ========================================================= [2020-11-10T20:20:23.279Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-10T20:20:23.279Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:20:23.669Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-10T20:20:23.669Z] Sending build context to Docker daemon 98.82kB [2020-11-10T20:20:23.931Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-10T20:20:23.931Z] Step 2/8 : FROM ${BASE} [2020-11-10T20:20:23.931Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-10T20:20:23.931Z] df20fa9351a1: Pulling fs layer [2020-11-10T20:20:23.931Z] ed8968b2872e: Pulling fs layer [2020-11-10T20:20:23.931Z] a92cc7c5fd73: Pulling fs layer [2020-11-10T20:20:23.931Z] e871e8e8d7a9: Pulling fs layer [2020-11-10T20:20:23.931Z] e73272ec9a57: Pulling fs layer [2020-11-10T20:20:23.931Z] 1e910a182e73: Pulling fs layer [2020-11-10T20:20:23.931Z] 4e634b169226: Pulling fs layer [2020-11-10T20:20:23.931Z] e871e8e8d7a9: Waiting [2020-11-10T20:20:23.931Z] e73272ec9a57: Waiting [2020-11-10T20:20:23.931Z] 1e910a182e73: Waiting [2020-11-10T20:20:23.931Z] 4e634b169226: Waiting [2020-11-10T20:20:23.931Z] a92cc7c5fd73: Verifying Checksum [2020-11-10T20:20:23.931Z] a92cc7c5fd73: Download complete [2020-11-10T20:20:23.931Z] ed8968b2872e: Verifying Checksum [2020-11-10T20:20:23.931Z] ed8968b2872e: Download complete [2020-11-10T20:20:24.510Z] e73272ec9a57: Verifying Checksum [2020-11-10T20:20:24.510Z] e73272ec9a57: Download complete [2020-11-10T20:20:24.510Z] 1e910a182e73: Verifying Checksum [2020-11-10T20:20:24.510Z] 1e910a182e73: Download complete [2020-11-10T20:20:24.510Z] df20fa9351a1: Verifying Checksum [2020-11-10T20:20:24.510Z] df20fa9351a1: Download complete [2020-11-10T20:20:24.775Z] df20fa9351a1: Pull complete [2020-11-10T20:20:25.041Z] ed8968b2872e: Pull complete [2020-11-10T20:20:25.305Z] a92cc7c5fd73: Pull complete [2020-11-10T20:20:26.261Z] 4e634b169226: Verifying Checksum [2020-11-10T20:20:26.261Z] 4e634b169226: Download complete [2020-11-10T20:20:26.838Z] e871e8e8d7a9: Verifying Checksum [2020-11-10T20:20:26.838Z] e871e8e8d7a9: Download complete [2020-11-10T20:20:32.166Z] e871e8e8d7a9: Pull complete [2020-11-10T20:20:32.166Z] e73272ec9a57: Pull complete [2020-11-10T20:20:32.166Z] 1e910a182e73: Pull complete [2020-11-10T20:20:36.723Z] Removing intermediate container d98cd417a485 [2020-11-10T20:20:36.723Z] ---> caf85f9d5d96 [2020-11-10T20:20:36.723Z] Successfully built caf85f9d5d96 [2020-11-10T20:20:36.723Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:20:37.071Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T20:20:37.071Z] . [Pipeline] withDockerContainer [2020-11-10T20:20:37.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-11754 does not seem to be running inside a container [2020-11-10T20:20:37.445Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/60 -v /w/workspace/app-service-configurable/60:/w/workspace/app-service-configurable/60:rw,z -v /w/workspace/app-service-configurable/60@tmp:/w/workspace/app-service-configurable/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-10T20:20:39.204Z] $ docker top bbe277eddf526c9ead6873996597254086c30f9b12c5df6c47a73e2490f0b5fe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T20:20:40.676Z] + go version [2020-11-10T20:20:40.677Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-10T20:20:40.701Z] $ docker stop --time=1 bbe277eddf526c9ead6873996597254086c30f9b12c5df6c47a73e2490f0b5fe [2020-11-10T20:20:42.235Z] 4e634b169226: Pull complete [2020-11-10T20:20:42.235Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-10T20:20:42.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-10T20:20:42.235Z] ---> f7629b54cfaa [2020-11-10T20:20:42.235Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T20:20:42.235Z] ---> Running in 2aebb0b6931d [2020-11-10T20:20:42.501Z] Removing intermediate container 2aebb0b6931d [2020-11-10T20:20:42.501Z] ---> f955e91f227f [2020-11-10T20:20:42.501Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T20:20:42.501Z] ---> Running in 968a5fac8ebe [2020-11-10T20:20:42.556Z] $ docker rm -f bbe277eddf526c9ead6873996597254086c30f9b12c5df6c47a73e2490f0b5fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:20:43.582Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T20:20:43.582Z] . [Pipeline] withDockerContainer [2020-11-10T20:20:43.843Z] prd-ubuntu18.04-docker-arm64-4c-16g-11754 does not seem to be running inside a container [2020-11-10T20:20:43.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/60 -v /w/workspace/app-service-configurable/60:/w/workspace/app-service-configurable/60:rw,z -v /w/workspace/app-service-configurable/60@tmp:/w/workspace/app-service-configurable/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-10T20:20:44.456Z] Removing intermediate container 968a5fac8ebe [2020-11-10T20:20:44.456Z] ---> 908585b395fd [2020-11-10T20:20:44.456Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-10T20:20:44.456Z] ---> Running in fe1bcc453196 [2020-11-10T20:20:45.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T20:20:45.792Z] $ docker top 4bb8699457b0bf5d35ba64e4944c5c82b8a4b2a4c4fa9a31b09ec6f756eeeaec -eo pid,comm [2020-11-10T20:20:45.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-11-10T20:20:46.557Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-10T20:20:46.557Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-10T20:20:46.557Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-10T20:20:46.557Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-10T20:20:46.820Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-10T20:20:47.082Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-10T20:20:47.082Z] Executing busybox-1.31.1-r16.trigger [2020-11-10T20:20:47.082Z] OK: 167 MiB in 45 packages [2020-11-10T20:20:47.181Z] + make test [2020-11-10T20:20:47.181Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-10T20:20:47.659Z] Removing intermediate container fe1bcc453196 [2020-11-10T20:20:47.659Z] ---> 06b145def41d [2020-11-10T20:20:47.659Z] Step 6/8 : WORKDIR /app [2020-11-10T20:20:47.922Z] ---> Running in ed8a5aaefb38 [2020-11-10T20:20:47.922Z] Removing intermediate container ed8a5aaefb38 [2020-11-10T20:20:47.922Z] ---> b08f45888187 [2020-11-10T20:20:47.922Z] Step 7/8 : COPY . . [2020-11-10T20:20:48.185Z] ---> 453f5f7908c9 [2020-11-10T20:20:48.185Z] Step 8/8 : RUN go mod download [2020-11-10T20:20:48.451Z] ---> Running in c8eaaaf88bfa [2020-11-10T20:21:15.159Z] Removing intermediate container c8eaaaf88bfa [2020-11-10T20:21:15.159Z] ---> 420ee238f360 [2020-11-10T20:21:15.159Z] Successfully built 420ee238f360 [2020-11-10T20:21:15.159Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:21:15.494Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T20:21:15.494Z] . [Pipeline] withDockerContainer [2020-11-10T20:21:15.633Z] prd-centos7-docker-4c-2g-11755 does not seem to be running inside a container [2020-11-10T20:21:15.695Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/60 -v /w/workspace/app-service-configurable/60:/w/workspace/app-service-configurable/60:rw,z -v /w/workspace/app-service-configurable/60@tmp:/w/workspace/app-service-configurable/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T20:21:16.706Z] $ docker top 4d719e6604fe758a4bf22815ee336e4d7e6377f91ce105ed345062f1f45c58eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T20:21:17.291Z] + go version [2020-11-10T20:21:17.291Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-10T20:21:17.314Z] $ docker stop --time=1 4d719e6604fe758a4bf22815ee336e4d7e6377f91ce105ed345062f1f45c58eb [2020-11-10T20:21:18.674Z] $ docker rm -f 4d719e6604fe758a4bf22815ee336e4d7e6377f91ce105ed345062f1f45c58eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:21:19.585Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T20:21:19.585Z] . [Pipeline] withDockerContainer [2020-11-10T20:21:19.696Z] prd-centos7-docker-4c-2g-11755 does not seem to be running inside a container [2020-11-10T20:21:19.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/60 -v /w/workspace/app-service-configurable/60:/w/workspace/app-service-configurable/60:rw,z -v /w/workspace/app-service-configurable/60@tmp:/w/workspace/app-service-configurable/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T20:21:20.516Z] $ docker top fe6d2747f1d20e277118910c356318afc10219995594e75b8f00b817567663ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T20:21:21.112Z] + make test [2020-11-10T20:21:21.112Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-10T20:21:39.394Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-10T20:21:39.394Z] CGO_ENABLED=1 go vet ./... [2020-11-10T20:21:41.990Z] gofmt -l . [2020-11-10T20:21:41.990Z] [ "`gofmt -l .`" = "" ] [2020-11-10T20:21:41.990Z] ./bin/test-go-mod-tidy.sh [2020-11-10T20:21:42.258Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-10T20:21:42.853Z] $ docker stop --time=1 fe6d2747f1d20e277118910c356318afc10219995594e75b8f00b817567663ab [2020-11-10T20:21:43.778Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-10T20:21:43.778Z] CGO_ENABLED=1 go vet ./... [2020-11-10T20:21:44.534Z] $ docker rm -f fe6d2747f1d20e277118910c356318afc10219995594e75b8f00b817567663ab [2020-11-10T20:21:44.758Z] gofmt -l . [2020-11-10T20:21:44.758Z] [ "`gofmt -l .`" = "" ] [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T20:21:45.060Z] ./bin/test-go-mod-tidy.sh [2020-11-10T20:21:45.216Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T20:21:45.523Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2020-11-10T20:21:45.655Z] ./bin/test-attribution-txt.sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] } [2020-11-10T20:21:48.413Z] $ docker stop --time=1 4bb8699457b0bf5d35ba64e4944c5c82b8a4b2a4c4fa9a31b09ec6f756eeeaec [2020-11-10T20:21:50.655Z] $ docker rm -f 4bb8699457b0bf5d35ba64e4944c5c82b8a4b2a4c4fa9a31b09ec6f756eeeaec [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T20:21:51.449Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-10T20:21:51.639Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T20:21:51.659Z] Warning: overwriting stash ‘coverage-report’ [2020-11-10T20:21:51.759Z] + ls -al . [2020-11-10T20:21:51.759Z] total 96 [2020-11-10T20:21:51.759Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 10 20:21 . [2020-11-10T20:21:51.759Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 10 20:20 .. [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 6568 Nov 10 20:20 Attribution.txt [2020-11-10T20:21:51.759Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 10 20:20 bin [2020-11-10T20:21:51.759Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 10 20:21 coverage.out [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 180 Nov 10 20:20 docker-compose.debug.yml [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 133 Nov 10 20:20 docker-compose.yml [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 2002 Nov 10 20:20 Dockerfile [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 966 Nov 10 20:20 Dockerfile.build [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 119 Nov 10 20:20 .dockerignore [2020-11-10T20:21:51.759Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 10 20:20 .git [2020-11-10T20:21:51.759Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 10 20:20 .github [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 93 Nov 10 20:20 .gitignore [2020-11-10T20:21:51.759Z] -rw-r--r--. 1 jenkins jenkins 133 Nov 10 20:21 go.mod [2020-11-10T20:21:51.759Z] -rw-r--r--. 1 jenkins jenkins 19565 Nov 10 20:21 go.sum [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 687 Nov 10 20:20 Jenkinsfile [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 10174 Nov 10 20:20 LICENSE [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 10 20:20 main.go [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 1573 Nov 10 20:20 makefile [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 1277 Nov 10 20:20 README.md [2020-11-10T20:21:51.759Z] drwxrwxr-x. 10 jenkins jenkins 171 Nov 10 20:20 res [2020-11-10T20:21:51.759Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 10 20:20 snap [2020-11-10T20:21:51.759Z] -rw-rw-r--. 1 jenkins jenkins 12 Nov 10 20:17 VERSION [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:21:52.091Z] + 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=ba8dc87efb7c15b1c13874cc84483e41de2fa468 --label arch=amd64 --label version=1.2.1-dev.22 . [2020-11-10T20:21:52.091Z] Sending build context to Docker daemon 121.3kB [2020-11-10T20:21:52.326Z] Stashed 1 file(s) [Pipeline] } [2020-11-10T20:21:52.353Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-10T20:21:52.353Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-10T20:21:52.353Z] ---> 420ee238f360 [2020-11-10T20:21:52.353Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-10T20:21:52.353Z] ---> Running in 7f4e77b7aa7d [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-10T20:21:52.616Z] Removing intermediate container 7f4e77b7aa7d [2020-11-10T20:21:52.617Z] ---> 262999c11732 [2020-11-10T20:21:52.617Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T20:21:52.617Z] ---> Running in 7f97311dc24d [2020-11-10T20:21:52.617Z] Removing intermediate container 7f97311dc24d [2020-11-10T20:21:52.617Z] ---> 7858ab8efdeb [2020-11-10T20:21:52.617Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T20:21:52.879Z] ---> Running in e8a52d250baf [2020-11-10T20:21:52.879Z] Removing intermediate container e8a52d250baf [2020-11-10T20:21:52.879Z] ---> 9ba2fb77983b [2020-11-10T20:21:52.879Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T20:21:53.099Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-10T20:21:53.154Z] ---> Running in bb9385bddcaf [2020-11-10T20:21:53.462Z] + ls -al . [2020-11-10T20:21:53.462Z] total 120 [2020-11-10T20:21:53.462Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 10 20:21 . [2020-11-10T20:21:53.462Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 20:19 .. [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 10 20:19 .dockerignore [2020-11-10T20:21:53.462Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 20:19 .git [2020-11-10T20:21:53.462Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 20:19 .github [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 93 Nov 10 20:19 .gitignore [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 6568 Nov 10 20:19 Attribution.txt [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 2002 Nov 10 20:19 Dockerfile [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 966 Nov 10 20:19 Dockerfile.build [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 687 Nov 10 20:19 Jenkinsfile [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 10 20:19 LICENSE [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 1277 Nov 10 20:19 README.md [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 10 20:17 VERSION [2020-11-10T20:21:53.462Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 20:19 bin [2020-11-10T20:21:53.462Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 10 20:20 coverage.out [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 180 Nov 10 20:19 docker-compose.debug.yml [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 133 Nov 10 20:19 docker-compose.yml [2020-11-10T20:21:53.462Z] -rw-r--r-- 1 jenkins jenkins 133 Nov 10 20:21 go.mod [2020-11-10T20:21:53.462Z] -rw-r--r-- 1 jenkins jenkins 19565 Nov 10 20:21 go.sum [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 10 20:19 main.go [2020-11-10T20:21:53.462Z] -rw-rw-r-- 1 jenkins jenkins 1573 Nov 10 20:19 makefile [2020-11-10T20:21:53.462Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 10 20:19 res [2020-11-10T20:21:53.462Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 20:19 snap [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:21:53.862Z] + 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=ba8dc87efb7c15b1c13874cc84483e41de2fa468 --label arch=arm64 --label version=1.2.1-dev.22 . [2020-11-10T20:21:53.862Z] Sending build context to Docker daemon 121.3kB [2020-11-10T20:21:54.110Z] Removing intermediate container bb9385bddcaf [2020-11-10T20:21:54.110Z] ---> aa25954e9fc8 [2020-11-10T20:21:54.110Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T20:21:54.110Z] ---> Running in e513a5fcf294 [2020-11-10T20:21:54.137Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-10T20:21:54.137Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-10T20:21:54.137Z] ---> caf85f9d5d96 [2020-11-10T20:21:54.137Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-10T20:21:54.422Z] ---> Running in 17a73f609065 [2020-11-10T20:21:54.687Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T20:21:55.019Z] Removing intermediate container 17a73f609065 [2020-11-10T20:21:55.019Z] ---> 0acffda56dff [2020-11-10T20:21:55.019Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T20:21:55.019Z] ---> Running in 2f6a45122bfc [2020-11-10T20:21:55.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T20:21:55.617Z] Removing intermediate container 2f6a45122bfc [2020-11-10T20:21:55.617Z] ---> d4a354a3b428 [2020-11-10T20:21:55.617Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T20:21:55.617Z] ---> Running in fb4d540a6c2d [2020-11-10T20:21:55.891Z] Removing intermediate container fb4d540a6c2d [2020-11-10T20:21:55.891Z] ---> a830823fd63c [2020-11-10T20:21:55.891Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T20:21:56.169Z] ---> Running in 08fb0cbca5e6 [2020-11-10T20:21:56.212Z] OK: 167 MiB in 45 packages [2020-11-10T20:21:56.477Z] Removing intermediate container e513a5fcf294 [2020-11-10T20:21:56.477Z] ---> 5edd16973b59 [2020-11-10T20:21:56.477Z] Step 8/27 : WORKDIR /app [2020-11-10T20:21:56.743Z] ---> Running in f4253b01049a [2020-11-10T20:21:56.743Z] Removing intermediate container f4253b01049a [2020-11-10T20:21:56.743Z] ---> 1f72b0cd3ec4 [2020-11-10T20:21:56.743Z] Step 9/27 : COPY go.mod . [2020-11-10T20:21:57.010Z] ---> 5bf3ae13c42c [2020-11-10T20:21:57.010Z] Step 10/27 : RUN go mod download [2020-11-10T20:21:57.010Z] ---> Running in 73b2a4c9a8c8 [2020-11-10T20:21:58.407Z] Removing intermediate container 73b2a4c9a8c8 [2020-11-10T20:21:58.407Z] ---> ce2b6211a724 [2020-11-10T20:21:58.407Z] Step 11/27 : COPY . . [2020-11-10T20:21:58.407Z] ---> 7fc7d952701e [2020-11-10T20:21:58.407Z] Step 12/27 : ARG MAKE="make build" [2020-11-10T20:21:58.407Z] ---> Running in bbf6094de11a [2020-11-10T20:21:58.675Z] Removing intermediate container bbf6094de11a [2020-11-10T20:21:58.675Z] ---> e5268f0582cd [2020-11-10T20:21:58.675Z] Step 13/27 : RUN $MAKE [2020-11-10T20:21:58.675Z] ---> Running in ac53ca339f62 [2020-11-10T20:21:58.799Z] Removing intermediate container 08fb0cbca5e6 [2020-11-10T20:21:58.800Z] ---> c1ec69d8f1b6 [2020-11-10T20:21:58.800Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T20:21:58.800Z] ---> Running in 5ab7b2eb0ffa [2020-11-10T20:21:59.262Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.22" -o app-service-configurable [2020-11-10T20:22:00.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T20:22:00.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T20:22:01.801Z] OK: 144 MiB in 45 packages [2020-11-10T20:22:02.783Z] Removing intermediate container 5ab7b2eb0ffa [2020-11-10T20:22:02.783Z] ---> 17c6c5d241e1 [2020-11-10T20:22:02.783Z] Step 8/27 : WORKDIR /app [2020-11-10T20:22:03.056Z] ---> Running in 2310d614840c [2020-11-10T20:22:03.331Z] Removing intermediate container 2310d614840c [2020-11-10T20:22:03.331Z] ---> 1d7f251a17ef [2020-11-10T20:22:03.331Z] Step 9/27 : COPY go.mod . [2020-11-10T20:22:03.936Z] ---> faf015a3e270 [2020-11-10T20:22:03.936Z] Step 10/27 : RUN go mod download [2020-11-10T20:22:04.218Z] ---> Running in 6c235f46d216 [2020-11-10T20:22:06.837Z] Removing intermediate container 6c235f46d216 [2020-11-10T20:22:06.837Z] ---> 81e5fbc872de [2020-11-10T20:22:06.837Z] Step 11/27 : COPY . . [2020-11-10T20:22:07.434Z] ---> a9d5f050af93 [2020-11-10T20:22:07.434Z] Step 12/27 : ARG MAKE="make build" [2020-11-10T20:22:07.710Z] ---> Running in e56bcf882544 [2020-11-10T20:22:07.982Z] Removing intermediate container e56bcf882544 [2020-11-10T20:22:07.982Z] ---> b743404aabb4 [2020-11-10T20:22:07.982Z] Step 13/27 : RUN $MAKE [2020-11-10T20:22:08.258Z] ---> Running in 13d9dd0e353e [2020-11-10T20:22:09.693Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.22" -o app-service-configurable [2020-11-10T20:22:17.488Z] Removing intermediate container ac53ca339f62 [2020-11-10T20:22:17.488Z] ---> d0c8befc9a91 [2020-11-10T20:22:17.488Z] Step 14/27 : FROM alpine:latest [2020-11-10T20:22:17.488Z] latest: Pulling from library/alpine [2020-11-10T20:22:17.488Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T20:22:17.488Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T20:22:17.488Z] 188c0c94c7c5: Download complete [2020-11-10T20:22:17.767Z] 188c0c94c7c5: Pull complete [2020-11-10T20:22:17.767Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T20:22:17.767Z] Status: Downloaded newer image for alpine:latest [2020-11-10T20:22:17.767Z] ---> d6e46aa2470d [2020-11-10T20:22:17.767Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T20:22:18.029Z] ---> Running in 3b96f5d27659 [2020-11-10T20:22:18.029Z] Removing intermediate container 3b96f5d27659 [2020-11-10T20:22:18.029Z] ---> c999bf55c936 [2020-11-10T20:22:18.029Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-10T20:22:18.291Z] ---> Running in 4baa1a5f5a93 [2020-11-10T20:22:18.291Z] Removing intermediate container 4baa1a5f5a93 [2020-11-10T20:22:18.291Z] ---> 07b9c749bc56 [2020-11-10T20:22:18.291Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-10T20:22:18.291Z] ---> Running in a92f99abc3b1 [2020-11-10T20:22:18.886Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T20:22:19.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T20:22:19.149Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-10T20:22:19.413Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-10T20:22:19.413Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-10T20:22:19.413Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-10T20:22:19.413Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-10T20:22:19.413Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-10T20:22:19.413Z] Executing busybox-1.31.1-r19.trigger [2020-11-10T20:22:19.413Z] Executing ca-certificates-20191127-r4.trigger [2020-11-10T20:22:19.413Z] OK: 9 MiB in 20 packages [2020-11-10T20:22:20.814Z] Removing intermediate container a92f99abc3b1 [2020-11-10T20:22:20.814Z] ---> 023e806d4df4 [2020-11-10T20:22:20.814Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-10T20:22:20.814Z] ---> c48d7f17298a [2020-11-10T20:22:20.814Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-10T20:22:21.078Z] ---> a496af8f821d [2020-11-10T20:22:21.078Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-10T20:22:21.340Z] ---> 9635d41d7634 [2020-11-10T20:22:21.340Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-10T20:22:21.936Z] ---> 10ea5b779cb0 [2020-11-10T20:22:21.936Z] Step 22/27 : EXPOSE 48095 [2020-11-10T20:22:22.200Z] ---> Running in 419a99aae445 [2020-11-10T20:22:22.200Z] Removing intermediate container 419a99aae445 [2020-11-10T20:22:22.200Z] ---> ead0e7454dc7 [2020-11-10T20:22:22.200Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-10T20:22:22.200Z] ---> Running in c51c4a673a50 [2020-11-10T20:22:22.464Z] Removing intermediate container c51c4a673a50 [2020-11-10T20:22:22.464Z] ---> f97c49d11ebc [2020-11-10T20:22:22.464Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-10T20:22:22.464Z] ---> Running in 018808218fb1 [2020-11-10T20:22:22.733Z] Removing intermediate container 018808218fb1 [2020-11-10T20:22:22.733Z] ---> 929bb0adb3c3 [2020-11-10T20:22:22.733Z] Step 25/27 : LABEL arch=amd64 [2020-11-10T20:22:22.733Z] ---> Running in db1b7de1c2bc [2020-11-10T20:22:22.999Z] Removing intermediate container db1b7de1c2bc [2020-11-10T20:22:22.999Z] ---> 42aa3361abbf [2020-11-10T20:22:22.999Z] Step 26/27 : LABEL git_sha=ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:22:22.999Z] ---> Running in 73c75dbe42c3 [2020-11-10T20:22:22.999Z] Removing intermediate container 73c75dbe42c3 [2020-11-10T20:22:22.999Z] ---> c31782e8575e [2020-11-10T20:22:22.999Z] Step 27/27 : LABEL version=1.2.1-dev.22 [2020-11-10T20:22:23.262Z] ---> Running in bacbbeb72d1c [2020-11-10T20:22:23.262Z] Removing intermediate container bacbbeb72d1c [2020-11-10T20:22:23.262Z] ---> 567249fb0945 [2020-11-10T20:22:23.262Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T20:22:23.262Z] Successfully built 567249fb0945 [2020-11-10T20:22:23.262Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T20:22:24.024Z] provisioning config files... [2020-11-10T20:22:24.057Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/60@tmp/config5707157940436829334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:22:24.470Z] ---> docker-login.sh [2020-11-10T20:22:24.470Z] nexus3.edgexfoundry.org:10001 [2020-11-10T20:22:24.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:22:24.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:22:24.739Z] Configure a credential helper to remove this warning. See [2020-11-10T20:22:24.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:22:24.739Z] [2020-11-10T20:22:24.739Z] Login Succeeded [2020-11-10T20:22:24.739Z] nexus3.edgexfoundry.org:10002 [2020-11-10T20:22:24.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:22:25.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:22:25.004Z] Configure a credential helper to remove this warning. See [2020-11-10T20:22:25.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:22:25.004Z] [2020-11-10T20:22:25.004Z] Login Succeeded [2020-11-10T20:22:25.004Z] nexus3.edgexfoundry.org:10003 [2020-11-10T20:22:25.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:22:25.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:22:25.004Z] Configure a credential helper to remove this warning. See [2020-11-10T20:22:25.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:22:25.004Z] [2020-11-10T20:22:25.004Z] Login Succeeded [2020-11-10T20:22:25.004Z] nexus3.edgexfoundry.org:10004 [2020-11-10T20:22:25.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:22:25.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:22:25.269Z] Configure a credential helper to remove this warning. See [2020-11-10T20:22:25.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:22:25.269Z] [2020-11-10T20:22:25.269Z] Login Succeeded [2020-11-10T20:22:25.269Z] docker.io [2020-11-10T20:22:25.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:22:25.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:22:25.800Z] Configure a credential helper to remove this warning. See [2020-11-10T20:22:25.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:22:25.800Z] [2020-11-10T20:22:25.800Z] Login Succeeded [2020-11-10T20:22:25.800Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T20:22:25.811Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-10T20:22:26.070Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-11-10T20:22:26.070Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:22:26.070Z] latest [2020-11-10T20:22:26.070Z] 1.2.1-dev.22 [2020-11-10T20:22:26.070Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [2020-11-10T20:22:26.070Z] master [2020-11-10T20:22:26.070Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:26.638Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:26.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:22:26.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-10T20:22:26.949Z] 9c09722b9fcd: Preparing [2020-11-10T20:22:26.949Z] f49a3c3653c4: Preparing [2020-11-10T20:22:26.949Z] cf77f186ecfb: Preparing [2020-11-10T20:22:26.949Z] 709f2460746c: Preparing [2020-11-10T20:22:26.950Z] 966c0bfd9e6c: Preparing [2020-11-10T20:22:26.950Z] ace0eda3e3be: Preparing [2020-11-10T20:22:26.950Z] ace0eda3e3be: Waiting [2020-11-10T20:22:27.213Z] cf77f186ecfb: Pushed [2020-11-10T20:22:27.213Z] f49a3c3653c4: Pushed [2020-11-10T20:22:27.213Z] 709f2460746c: Pushed [2020-11-10T20:22:27.213Z] ace0eda3e3be: Layer already exists [2020-11-10T20:22:27.476Z] 966c0bfd9e6c: Pushed [2020-11-10T20:22:28.875Z] 9c09722b9fcd: Pushed [2020-11-10T20:22:29.144Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468: digest: sha256:424d49ad764cb106c9f76d17f6aa6289f21c76c60b4960ad9cdac506096389c4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:29.484Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:29.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-10T20:22:29.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-10T20:22:29.808Z] 9c09722b9fcd: Preparing [2020-11-10T20:22:29.808Z] f49a3c3653c4: Preparing [2020-11-10T20:22:29.808Z] cf77f186ecfb: Preparing [2020-11-10T20:22:29.808Z] 709f2460746c: Preparing [2020-11-10T20:22:29.808Z] 966c0bfd9e6c: Preparing [2020-11-10T20:22:29.808Z] ace0eda3e3be: Preparing [2020-11-10T20:22:29.808Z] ace0eda3e3be: Waiting [2020-11-10T20:22:29.808Z] cf77f186ecfb: Layer already exists [2020-11-10T20:22:29.808Z] f49a3c3653c4: Layer already exists [2020-11-10T20:22:29.808Z] 9c09722b9fcd: Layer already exists [2020-11-10T20:22:29.808Z] 966c0bfd9e6c: Layer already exists [2020-11-10T20:22:29.808Z] 709f2460746c: Layer already exists [2020-11-10T20:22:29.808Z] ace0eda3e3be: Layer already exists [2020-11-10T20:22:29.808Z] latest: digest: sha256:424d49ad764cb106c9f76d17f6aa6289f21c76c60b4960ad9cdac506096389c4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:30.143Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:31.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.22 [2020-11-10T20:22:31.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-10T20:22:31.019Z] 9c09722b9fcd: Preparing [2020-11-10T20:22:31.019Z] f49a3c3653c4: Preparing [2020-11-10T20:22:31.019Z] cf77f186ecfb: Preparing [2020-11-10T20:22:31.019Z] 709f2460746c: Preparing [2020-11-10T20:22:31.019Z] 966c0bfd9e6c: Preparing [2020-11-10T20:22:31.019Z] ace0eda3e3be: Preparing [2020-11-10T20:22:31.020Z] ace0eda3e3be: Waiting [2020-11-10T20:22:31.020Z] f49a3c3653c4: Layer already exists [2020-11-10T20:22:31.020Z] 9c09722b9fcd: Layer already exists [2020-11-10T20:22:31.020Z] 966c0bfd9e6c: Layer already exists [2020-11-10T20:22:31.020Z] cf77f186ecfb: Layer already exists [2020-11-10T20:22:31.020Z] 709f2460746c: Layer already exists [2020-11-10T20:22:31.020Z] ace0eda3e3be: Layer already exists [2020-11-10T20:22:31.020Z] 1.2.1-dev.22: digest: sha256:424d49ad764cb106c9f76d17f6aa6289f21c76c60b4960ad9cdac506096389c4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:31.333Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:31.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [2020-11-10T20:22:31.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-10T20:22:31.644Z] 9c09722b9fcd: Preparing [2020-11-10T20:22:31.644Z] f49a3c3653c4: Preparing [2020-11-10T20:22:31.644Z] cf77f186ecfb: Preparing [2020-11-10T20:22:31.644Z] 709f2460746c: Preparing [2020-11-10T20:22:31.644Z] 966c0bfd9e6c: Preparing [2020-11-10T20:22:31.644Z] ace0eda3e3be: Preparing [2020-11-10T20:22:31.644Z] ace0eda3e3be: Waiting [2020-11-10T20:22:31.644Z] f49a3c3653c4: Layer already exists [2020-11-10T20:22:31.644Z] cf77f186ecfb: Layer already exists [2020-11-10T20:22:31.644Z] 9c09722b9fcd: Layer already exists [2020-11-10T20:22:31.644Z] 709f2460746c: Layer already exists [2020-11-10T20:22:31.644Z] 966c0bfd9e6c: Layer already exists [2020-11-10T20:22:31.644Z] ace0eda3e3be: Layer already exists [2020-11-10T20:22:31.644Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22: digest: sha256:424d49ad764cb106c9f76d17f6aa6289f21c76c60b4960ad9cdac506096389c4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:31.956Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:22:32.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-11-10T20:22:32.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-10T20:22:32.256Z] 9c09722b9fcd: Preparing [2020-11-10T20:22:32.256Z] f49a3c3653c4: Preparing [2020-11-10T20:22:32.256Z] cf77f186ecfb: Preparing [2020-11-10T20:22:32.256Z] 709f2460746c: Preparing [2020-11-10T20:22:32.256Z] 966c0bfd9e6c: Preparing [2020-11-10T20:22:32.256Z] ace0eda3e3be: Preparing [2020-11-10T20:22:32.256Z] ace0eda3e3be: Waiting [2020-11-10T20:22:32.256Z] 709f2460746c: Layer already exists [2020-11-10T20:22:32.256Z] 9c09722b9fcd: Layer already exists [2020-11-10T20:22:32.256Z] f49a3c3653c4: Layer already exists [2020-11-10T20:22:32.256Z] cf77f186ecfb: Layer already exists [2020-11-10T20:22:32.256Z] 966c0bfd9e6c: Layer already exists [2020-11-10T20:22:32.256Z] ace0eda3e3be: Layer already exists [2020-11-10T20:22:32.517Z] master: digest: sha256:424d49ad764cb106c9f76d17f6aa6289f21c76c60b4960ad9cdac506096389c4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-10T20:22:32.718Z] ===================================================== [Pipeline] echo [2020-11-10T20:22:32.799Z] taggedImages: [2020-11-10T20:22:32.799Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:22:32.799Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-10T20:22:32.799Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.22 [2020-11-10T20:22:32.799Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [2020-11-10T20:22:32.799Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable: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] } [2020-11-10T20:22:56.742Z] Removing intermediate container 13d9dd0e353e [2020-11-10T20:22:56.743Z] ---> 4059bd8fe03a [2020-11-10T20:22:56.743Z] Step 14/27 : FROM alpine:latest [2020-11-10T20:22:56.743Z] latest: Pulling from library/alpine [2020-11-10T20:22:56.743Z] 5f621e34cdf4: Pulling fs layer [2020-11-10T20:22:56.743Z] 5f621e34cdf4: Verifying Checksum [2020-11-10T20:22:56.743Z] 5f621e34cdf4: Download complete [2020-11-10T20:22:56.743Z] 5f621e34cdf4: Pull complete [2020-11-10T20:22:56.743Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T20:22:56.743Z] Status: Downloaded newer image for alpine:latest [2020-11-10T20:22:56.743Z] ---> 2e77e061c27f [2020-11-10T20:22:56.743Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T20:22:56.743Z] ---> Running in dbdde34c50ff [2020-11-10T20:22:56.743Z] Removing intermediate container dbdde34c50ff [2020-11-10T20:22:56.743Z] ---> 8498cfc640c6 [2020-11-10T20:22:56.743Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-10T20:22:56.743Z] ---> Running in f2ab0c88dbe2 [2020-11-10T20:22:57.348Z] Removing intermediate container f2ab0c88dbe2 [2020-11-10T20:22:57.348Z] ---> 6c7895851493 [2020-11-10T20:22:57.348Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-10T20:22:57.348Z] ---> Running in 3b33998f6258 [2020-11-10T20:22:58.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T20:22:59.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T20:23:00.068Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-10T20:23:00.068Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-10T20:23:00.068Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-10T20:23:00.068Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-10T20:23:00.068Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-10T20:23:00.068Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-10T20:23:00.068Z] Executing busybox-1.31.1-r19.trigger [2020-11-10T20:23:00.068Z] Executing ca-certificates-20191127-r4.trigger [2020-11-10T20:23:00.068Z] OK: 9 MiB in 20 packages [2020-11-10T20:23:02.044Z] Removing intermediate container 3b33998f6258 [2020-11-10T20:23:02.044Z] ---> 5e76f7a1d382 [2020-11-10T20:23:02.044Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-10T20:23:02.641Z] ---> 81e6f2ea2d0c [2020-11-10T20:23:02.641Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-10T20:23:03.238Z] ---> ff3736a60962 [2020-11-10T20:23:03.238Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-10T20:23:04.220Z] ---> 504e0cea69aa [2020-11-10T20:23:04.220Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-10T20:23:05.651Z] ---> 56562e69540b [2020-11-10T20:23:05.651Z] Step 22/27 : EXPOSE 48095 [2020-11-10T20:23:05.651Z] ---> Running in c2ccdcf03184 [2020-11-10T20:23:06.245Z] Removing intermediate container c2ccdcf03184 [2020-11-10T20:23:06.245Z] ---> 18216e8b1c80 [2020-11-10T20:23:06.245Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-10T20:23:06.245Z] ---> Running in 1d7a0dcb9fa5 [2020-11-10T20:23:06.518Z] Removing intermediate container 1d7a0dcb9fa5 [2020-11-10T20:23:06.518Z] ---> 6c53ef098fc5 [2020-11-10T20:23:06.518Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-10T20:23:06.804Z] ---> Running in dde1ebc8c2c8 [2020-11-10T20:23:07.078Z] Removing intermediate container dde1ebc8c2c8 [2020-11-10T20:23:07.078Z] ---> 1ee1c9535130 [2020-11-10T20:23:07.078Z] Step 25/27 : LABEL arch=arm64 [2020-11-10T20:23:07.352Z] ---> Running in 721733ce4e8d [2020-11-10T20:23:07.947Z] Removing intermediate container 721733ce4e8d [2020-11-10T20:23:07.947Z] ---> 6fb34b9c7769 [2020-11-10T20:23:07.947Z] Step 26/27 : LABEL git_sha=ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:23:07.947Z] ---> Running in 2e29492f1bf3 [2020-11-10T20:23:08.542Z] Removing intermediate container 2e29492f1bf3 [2020-11-10T20:23:08.542Z] ---> c6b37b32ca88 [2020-11-10T20:23:08.542Z] Step 27/27 : LABEL version=1.2.1-dev.22 [2020-11-10T20:23:08.542Z] ---> Running in 9eedf0e901e1 [2020-11-10T20:23:08.814Z] Removing intermediate container 9eedf0e901e1 [2020-11-10T20:23:08.814Z] ---> 186bf38a2591 [2020-11-10T20:23:08.814Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T20:23:08.814Z] Successfully built 186bf38a2591 [2020-11-10T20:23:08.814Z] 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-11-10T20:23:09.611Z] provisioning config files... [2020-11-10T20:23:09.660Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/60@tmp/config3636867550272155418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:23:10.061Z] ---> docker-login.sh [2020-11-10T20:23:10.061Z] nexus3.edgexfoundry.org:10001 [2020-11-10T20:23:10.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:23:10.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:23:10.607Z] Configure a credential helper to remove this warning. See [2020-11-10T20:23:10.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:23:10.607Z] [2020-11-10T20:23:10.607Z] Login Succeeded [2020-11-10T20:23:10.607Z] nexus3.edgexfoundry.org:10002 [2020-11-10T20:23:10.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:23:11.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:23:11.152Z] Configure a credential helper to remove this warning. See [2020-11-10T20:23:11.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:23:11.152Z] [2020-11-10T20:23:11.152Z] Login Succeeded [2020-11-10T20:23:11.152Z] nexus3.edgexfoundry.org:10003 [2020-11-10T20:23:11.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:23:11.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:23:11.698Z] Configure a credential helper to remove this warning. See [2020-11-10T20:23:11.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:23:11.698Z] [2020-11-10T20:23:11.698Z] Login Succeeded [2020-11-10T20:23:11.698Z] nexus3.edgexfoundry.org:10004 [2020-11-10T20:23:12.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:23:12.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:23:12.294Z] Configure a credential helper to remove this warning. See [2020-11-10T20:23:12.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:23:12.294Z] [2020-11-10T20:23:12.294Z] Login Succeeded [2020-11-10T20:23:12.294Z] docker.io [2020-11-10T20:23:12.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T20:23:13.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T20:23:13.170Z] Configure a credential helper to remove this warning. See [2020-11-10T20:23:13.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T20:23:13.170Z] [2020-11-10T20:23:13.170Z] Login Succeeded [2020-11-10T20:23:13.170Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T20:23:13.186Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-10T20:23:13.420Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-11-10T20:23:13.420Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:23:13.420Z] latest [2020-11-10T20:23:13.420Z] 1.2.1-dev.22 [2020-11-10T20:23:13.420Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [2020-11-10T20:23:13.420Z] master [2020-11-10T20:23:13.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:13.959Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ba8dc87efb7c15b1c13874cc84483e41de2fa468 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:14.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:23:14.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-10T20:23:14.298Z] 35dd8cf3dfef: Preparing [2020-11-10T20:23:14.298Z] 81a6b4084f10: Preparing [2020-11-10T20:23:14.298Z] f3d48600fa3c: Preparing [2020-11-10T20:23:14.298Z] 74f1e60b3cce: Preparing [2020-11-10T20:23:14.298Z] d57efce79f37: Preparing [2020-11-10T20:23:14.298Z] cd3761cfa1d9: Preparing [2020-11-10T20:23:14.298Z] cd3761cfa1d9: Waiting [2020-11-10T20:23:14.572Z] f3d48600fa3c: Pushed [2020-11-10T20:23:14.572Z] 74f1e60b3cce: Pushed [2020-11-10T20:23:14.573Z] 81a6b4084f10: Pushed [2020-11-10T20:23:14.858Z] cd3761cfa1d9: Layer already exists [2020-11-10T20:23:15.454Z] d57efce79f37: Pushed [2020-11-10T20:23:18.830Z] 35dd8cf3dfef: Pushed [2020-11-10T20:23:18.830Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468: digest: sha256:c13687f5c44f3cab0b5d6d0e26bcdecad3adee0ae7034d6c1d1b2af4b0c28441 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:19.446Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:19.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-10T20:23:19.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-10T20:23:19.782Z] 35dd8cf3dfef: Preparing [2020-11-10T20:23:19.782Z] 81a6b4084f10: Preparing [2020-11-10T20:23:19.782Z] f3d48600fa3c: Preparing [2020-11-10T20:23:19.782Z] 74f1e60b3cce: Preparing [2020-11-10T20:23:19.782Z] d57efce79f37: Preparing [2020-11-10T20:23:19.782Z] cd3761cfa1d9: Preparing [2020-11-10T20:23:19.782Z] cd3761cfa1d9: Waiting [2020-11-10T20:23:19.782Z] 74f1e60b3cce: Layer already exists [2020-11-10T20:23:19.782Z] f3d48600fa3c: Layer already exists [2020-11-10T20:23:19.783Z] 81a6b4084f10: Layer already exists [2020-11-10T20:23:19.783Z] 35dd8cf3dfef: Layer already exists [2020-11-10T20:23:19.783Z] d57efce79f37: Layer already exists [2020-11-10T20:23:19.783Z] cd3761cfa1d9: Layer already exists [2020-11-10T20:23:20.053Z] latest: digest: sha256:c13687f5c44f3cab0b5d6d0e26bcdecad3adee0ae7034d6c1d1b2af4b0c28441 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:20.400Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:20.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.22 [2020-11-10T20:23:20.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-10T20:23:20.740Z] 35dd8cf3dfef: Preparing [2020-11-10T20:23:20.740Z] 81a6b4084f10: Preparing [2020-11-10T20:23:20.740Z] f3d48600fa3c: Preparing [2020-11-10T20:23:20.740Z] 74f1e60b3cce: Preparing [2020-11-10T20:23:20.740Z] d57efce79f37: Preparing [2020-11-10T20:23:20.740Z] cd3761cfa1d9: Preparing [2020-11-10T20:23:20.740Z] cd3761cfa1d9: Waiting [2020-11-10T20:23:20.740Z] 74f1e60b3cce: Layer already exists [2020-11-10T20:23:20.740Z] d57efce79f37: Layer already exists [2020-11-10T20:23:20.740Z] 81a6b4084f10: Layer already exists [2020-11-10T20:23:20.740Z] 35dd8cf3dfef: Layer already exists [2020-11-10T20:23:20.740Z] f3d48600fa3c: Layer already exists [2020-11-10T20:23:20.740Z] cd3761cfa1d9: Layer already exists [2020-11-10T20:23:21.016Z] 1.2.1-dev.22: digest: sha256:c13687f5c44f3cab0b5d6d0e26bcdecad3adee0ae7034d6c1d1b2af4b0c28441 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:21.371Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:21.726Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [2020-11-10T20:23:21.726Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-10T20:23:21.726Z] 35dd8cf3dfef: Preparing [2020-11-10T20:23:21.726Z] 81a6b4084f10: Preparing [2020-11-10T20:23:21.726Z] f3d48600fa3c: Preparing [2020-11-10T20:23:21.726Z] 74f1e60b3cce: Preparing [2020-11-10T20:23:21.726Z] d57efce79f37: Preparing [2020-11-10T20:23:21.726Z] cd3761cfa1d9: Preparing [2020-11-10T20:23:21.726Z] cd3761cfa1d9: Waiting [2020-11-10T20:23:21.726Z] 35dd8cf3dfef: Layer already exists [2020-11-10T20:23:22.001Z] f3d48600fa3c: Layer already exists [2020-11-10T20:23:22.001Z] d57efce79f37: Layer already exists [2020-11-10T20:23:22.001Z] 81a6b4084f10: Layer already exists [2020-11-10T20:23:22.001Z] 74f1e60b3cce: Layer already exists [2020-11-10T20:23:22.001Z] cd3761cfa1d9: Layer already exists [2020-11-10T20:23:22.001Z] ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22: digest: sha256:c13687f5c44f3cab0b5d6d0e26bcdecad3adee0ae7034d6c1d1b2af4b0c28441 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:22.379Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:22.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-11-10T20:23:22.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-10T20:23:22.745Z] 35dd8cf3dfef: Preparing [2020-11-10T20:23:22.745Z] 81a6b4084f10: Preparing [2020-11-10T20:23:22.745Z] f3d48600fa3c: Preparing [2020-11-10T20:23:22.745Z] 74f1e60b3cce: Preparing [2020-11-10T20:23:22.745Z] d57efce79f37: Preparing [2020-11-10T20:23:22.745Z] cd3761cfa1d9: Preparing [2020-11-10T20:23:22.745Z] cd3761cfa1d9: Waiting [2020-11-10T20:23:23.028Z] d57efce79f37: Layer already exists [2020-11-10T20:23:23.028Z] 35dd8cf3dfef: Layer already exists [2020-11-10T20:23:23.028Z] 81a6b4084f10: Layer already exists [2020-11-10T20:23:23.028Z] f3d48600fa3c: Layer already exists [2020-11-10T20:23:23.028Z] 74f1e60b3cce: Layer already exists [2020-11-10T20:23:23.028Z] cd3761cfa1d9: Layer already exists [2020-11-10T20:23:23.028Z] master: digest: sha256:c13687f5c44f3cab0b5d6d0e26bcdecad3adee0ae7034d6c1d1b2af4b0c28441 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-10T20:23:23.254Z] ===================================================== [Pipeline] echo [2020-11-10T20:23:23.347Z] taggedImages: [2020-11-10T20:23:23.347Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ba8dc87efb7c15b1c13874cc84483e41de2fa468 [2020-11-10T20:23:23.347Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-10T20:23:23.347Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.22 [2020-11-10T20:23:23.347Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ba8dc87efb7c15b1c13874cc84483e41de2fa468-1.2.1-dev.22 [2020-11-10T20:23:23.347Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap [2020-11-10T20:23:24.979Z] provisioning config files... [2020-11-10T20:23:24.997Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3296608734719153986tmp [Pipeline] { [Pipeline] sh [2020-11-10T20:23:25.414Z] + set +x [2020-11-10T20:23:25.414Z] + curl -s https://codecov.io/bash [2020-11-10T20:23:25.414Z] + bash -s -- [2020-11-10T20:23:25.690Z] [2020-11-10T20:23:25.691Z] _____ _ [2020-11-10T20:23:25.691Z] / ____| | | [2020-11-10T20:23:25.691Z] | | ___ __| | ___ ___ _____ __ [2020-11-10T20:23:25.691Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-10T20:23:25.691Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-10T20:23:25.691Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-10T20:23:25.691Z] Bash-20201106-81372f2 [2020-11-10T20:23:25.691Z] [2020-11-10T20:23:25.691Z] [2020-11-10T20:23:25.691Z] ==> Jenkins CI detected. [2020-11-10T20:23:25.691Z] project root: . [2020-11-10T20:23:25.691Z] --> token set from env [2020-11-10T20:23:25.691Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-10T20:23:25.691Z] ==> Running gcov in . (disable via -X gcov) [2020-11-10T20:23:25.691Z] ==> Python coveragepy not found [2020-11-10T20:23:25.691Z] ==> Searching for coverage reports in: [2020-11-10T20:23:25.691Z] + . [2020-11-10T20:23:25.691Z] -> Found 1 reports [2020-11-10T20:23:25.691Z] ==> Detecting git/mercurial file structure [2020-11-10T20:23:25.691Z] ==> Reading reports [2020-11-10T20:23:25.691Z] + ./coverage.out bytes=10 [2020-11-10T20:23:25.970Z] ==> Appending adjustments [2020-11-10T20:23:25.970Z] https://docs.codecov.io/docs/fixing-reports [2020-11-10T20:23:25.970Z] + Found adjustments [2020-11-10T20:23:25.970Z] ==> Gzipping contents [2020-11-10T20:23:25.970Z] ==> Uploading reports [2020-11-10T20:23:25.970Z] url: https://codecov.io [2020-11-10T20:23:25.970Z] query: branch=master&commit=ba8dc87efb7c15b1c13874cc84483e41de2fa468&build=60&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F60%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-10T20:23:25.970Z] -> Pinging Codecov [2020-11-10T20:23:25.970Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=ba8dc87efb7c15b1c13874cc84483e41de2fa468&build=60&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F60%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-10T20:23:26.559Z] -> Uploading to [2020-11-10T20:23:26.559Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-10/A97CA9966030D2A3747ED39772930CCE/ba8dc87efb7c15b1c13874cc84483e41de2fa468/692eb851-d8cb-4733-b9b9-a10aa3c6e58f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T202326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b18236b6b4db1d40b55fe8587fe26e98494b879092f5c8fab8bc75c5370e622 [2020-11-10T20:23:26.559Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-10T20:23:26.559Z] Dload Upload Total Spent Left Speed [2020-11-10T20:23:27.140Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 807 --:--:-- --:--:-- --:--:-- 809 [2020-11-10T20:23:27.140Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/ba8dc87efb7c15b1c13874cc84483e41de2fa468 [Pipeline] } [2020-11-10T20:23:27.154Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-10T20:23:28.171Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-10T20:23:28.234Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:28.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T20:23:28.956Z] [2020-11-10T20:23:28.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:23:29.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T20:23:29.469Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-10T20:23:29.469Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T20:23:29.469Z] 0ef7d3d256c8: Pulling fs layer [2020-11-10T20:23:29.469Z] de9db76c5a1d: Pulling fs layer [2020-11-10T20:23:29.469Z] 0eba1c9be4d2: Pulling fs layer [2020-11-10T20:23:29.469Z] 0d57e429df01: Pulling fs layer [2020-11-10T20:23:29.469Z] 4e4be7b47b0d: Pulling fs layer [2020-11-10T20:23:29.469Z] e1f770b5df2f: Pulling fs layer [2020-11-10T20:23:29.469Z] 85a0685a4137: Pulling fs layer [2020-11-10T20:23:29.469Z] 0d57e429df01: Waiting [2020-11-10T20:23:29.469Z] 85a0685a4137: Waiting [2020-11-10T20:23:29.469Z] 4e4be7b47b0d: Waiting [2020-11-10T20:23:29.469Z] e1f770b5df2f: Waiting [2020-11-10T20:23:29.469Z] 0eba1c9be4d2: Waiting [2020-11-10T20:23:29.469Z] de9db76c5a1d: Verifying Checksum [2020-11-10T20:23:29.469Z] de9db76c5a1d: Download complete [2020-11-10T20:23:29.750Z] 0ef7d3d256c8: Verifying Checksum [2020-11-10T20:23:29.750Z] 0ef7d3d256c8: Download complete [2020-11-10T20:23:29.750Z] 0d57e429df01: Verifying Checksum [2020-11-10T20:23:29.750Z] 0d57e429df01: Download complete [2020-11-10T20:23:30.730Z] 4e4be7b47b0d: Verifying Checksum [2020-11-10T20:23:30.730Z] 4e4be7b47b0d: Download complete [2020-11-10T20:23:30.730Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T20:23:30.730Z] 188c0c94c7c5: Download complete [2020-11-10T20:23:31.400Z] 188c0c94c7c5: Pull complete [2020-11-10T20:23:31.682Z] 0ef7d3d256c8: Pull complete [2020-11-10T20:23:31.963Z] de9db76c5a1d: Pull complete [2020-11-10T20:23:32.560Z] e1f770b5df2f: Verifying Checksum [2020-11-10T20:23:32.560Z] e1f770b5df2f: Download complete [2020-11-10T20:23:39.656Z] 0eba1c9be4d2: Verifying Checksum [2020-11-10T20:23:39.656Z] 0eba1c9be4d2: Download complete [2020-11-10T20:23:40.335Z] 85a0685a4137: Verifying Checksum [2020-11-10T20:23:40.335Z] 85a0685a4137: Download complete [2020-11-10T20:23:52.975Z] 0eba1c9be4d2: Pull complete [2020-11-10T20:23:52.975Z] 0d57e429df01: Pull complete [2020-11-10T20:23:52.975Z] 4e4be7b47b0d: Pull complete [2020-11-10T20:23:56.389Z] e1f770b5df2f: Pull complete [2020-11-10T20:24:06.758Z] 85a0685a4137: Pull complete [2020-11-10T20:24:06.758Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-10T20:24:06.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T20:24:06.758Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-10T20:24:07.224Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:24:07.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-10T20:24:09.005Z] $ docker top f1c2deeb2c6c38bea77648e87a6ecf1b19294170ab0dff1b4518f7fc7b459714 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-10T20:24:09.496Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-10T20:24:09.866Z] + set -o pipefail [2020-11-10T20:24:09.866Z] + snyk monitor '--org=edgex-jenkins' [2020-11-10T20:24:24.999Z] [2020-11-10T20:24:24.999Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-11-10T20:24:24.999Z] [2020-11-10T20:24:24.999Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/23cd2527-056d-4ef4-8cca-e823f39b482a [2020-11-10T20:24:24.999Z] [2020-11-10T20:24:24.999Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-10T20:24:24.999Z] [2020-11-10T20:24:24.999Z] [Pipeline] } [2020-11-10T20:24:25.316Z] $ docker stop --time=1 f1c2deeb2c6c38bea77648e87a6ecf1b19294170ab0dff1b4518f7fc7b459714 [2020-11-10T20:24:27.476Z] $ docker rm -f f1c2deeb2c6c38bea77648e87a6ecf1b19294170ab0dff1b4518f7fc7b459714 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-10T20:24:29.117Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468, dockerFile=Dockerfile [Pipeline] echo [2020-11-10T20:24:29.121Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-10T20:24:29.445Z] + set -o pipefail [2020-11-10T20:24:29.445Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-10T20:24:29.445Z] + tee .snyk [2020-11-10T20:24:29.714Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-10T20:24:29.714Z] version: v1.14.1 [2020-11-10T20:24:29.714Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-10T20:24:29.714Z] # ignore: [2020-11-10T20:24:29.714Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-10T20:24:29.714Z] # - '*': [2020-11-10T20:24:29.714Z] # reason: does not apply # justification for ignoring [2020-11-10T20:24:29.714Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-10T20:24:29.714Z] # patch: {} [Pipeline] withCredentials [2020-11-10T20:24:29.834Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:24:30.298Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-10T20:24:30.298Z] . [Pipeline] withDockerContainer [2020-11-10T20:24:30.487Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:24:30.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-10T20:24:31.797Z] $ docker top 33f8984c8524af8587cd76b2e343f639cc1499ed4778db1fa1ea72609fd5de34 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T20:24:32.518Z] + rm -f snykReport.html [Pipeline] echo [2020-11-10T20:24:32.560Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-10T20:24:32.888Z] + set -o pipefail [2020-11-10T20:24:32.888Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ba8dc87efb7c15b1c13874cc84483e41de2fa468 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-10T20:24:32.888Z] + snyk-to-html -o snykReport.html [2020-11-10T20:24:43.092Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-10T20:24:43.112Z] $ docker stop --time=1 33f8984c8524af8587cd76b2e343f639cc1499ed4778db1fa1ea72609fd5de34 [2020-11-10T20:24:44.561Z] $ docker rm -f 33f8984c8524af8587cd76b2e343f639cc1499ed4778db1fa1ea72609fd5de34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-10T20:24:46.510Z] + git log --format=format:%s -1 ba8dc87efb7c15b1c13874cc84483e41de2fa468 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:24:46.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T20:24:46.881Z] . [Pipeline] withDockerContainer [2020-11-10T20:24:47.039Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:24:47.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T20:24:47.912Z] $ docker top 56055ba49a8568094f7cbf4aed543737bd531886ff4198636f3e2bf13625cd54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T20:24:48.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T20:24:48.348Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T20:24:48.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T20:24:48.693Z] $ docker exec 56055ba49a8568094f7cbf4aed543737bd531886ff4198636f3e2bf13625cd54 ssh-agent [2020-11-10T20:24:49.080Z] SSH_AUTH_SOCK=/tmp/ssh-CxbDpjKihYCh/agent.12 [2020-11-10T20:24:49.080Z] SSH_AGENT_PID=17 [2020-11-10T20:24:49.096Z] Running ssh-add (command line suppressed) [2020-11-10T20:24:49.351Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_424067458538788870.key (/w/workspace/_app-service-configurable_master@tmp/private_key_424067458538788870.key) [2020-11-10T20:24:49.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T20:24:50.267Z] + git semver tag [2020-11-10T20:24:50.267Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T20:24:50.267Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-10T20:24:50.267Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-10T20:24:50.267Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T20:24:50.267Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T20:24:50.267Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T20:24:50.267Z] # $SEMVER_BRANCH = master [2020-11-10T20:24:50.267Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-10T20:24:50.267Z] # ba8dc87efb7c15b1c13874cc84483e41de2fa468 HEAD [2020-11-10T20:24:50.267Z] # -> Force: false [2020-11-10T20:24:50.267Z] # ba290845b29ff8960b802937ef2baa2ba1e52ef7 refs/tags/v1.2.1-dev.22 [Pipeline] } [2020-11-10T20:24:50.312Z] $ docker exec --env ******** --env ******** 56055ba49a8568094f7cbf4aed543737bd531886ff4198636f3e2bf13625cd54 ssh-agent -k [2020-11-10T20:24:50.546Z] unset SSH_AUTH_SOCK; [2020-11-10T20:24:50.547Z] unset SSH_AGENT_PID; [2020-11-10T20:24:50.547Z] echo Agent pid 17 killed; [2020-11-10T20:24:50.681Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T20:24:51.554Z] + git semver [Pipeline] } [2020-11-10T20:24:51.587Z] $ docker stop --time=1 56055ba49a8568094f7cbf4aed543737bd531886ff4198636f3e2bf13625cd54 [2020-11-10T20:24:53.340Z] $ docker rm -f 56055ba49a8568094f7cbf4aed543737bd531886ff4198636f3e2bf13625cd54 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:24:54.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T20:24:54.184Z] [2020-11-10T20:24:54.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:24:54.808Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T20:24:54.808Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-10T20:24:54.808Z] ab5ef0e58194: Pulling fs layer [2020-11-10T20:24:54.808Z] 9712f1f96733: Pulling fs layer [2020-11-10T20:24:54.808Z] 63f879dbbcfc: Pulling fs layer [2020-11-10T20:24:54.808Z] 0d9ebad4ef96: Pulling fs layer [2020-11-10T20:24:54.808Z] e9a5061849ea: Pulling fs layer [2020-11-10T20:24:54.808Z] d747dcd14b5f: Pulling fs layer [2020-11-10T20:24:54.808Z] 2de7ff778b66: Pulling fs layer [2020-11-10T20:24:54.808Z] e9a5061849ea: Waiting [2020-11-10T20:24:54.808Z] d747dcd14b5f: Waiting [2020-11-10T20:24:54.808Z] 2de7ff778b66: Waiting [2020-11-10T20:24:54.808Z] 0d9ebad4ef96: Waiting [2020-11-10T20:24:54.808Z] 9712f1f96733: Verifying Checksum [2020-11-10T20:24:54.808Z] 9712f1f96733: Download complete [2020-11-10T20:25:01.821Z] 63f879dbbcfc: Verifying Checksum [2020-11-10T20:25:01.821Z] 63f879dbbcfc: Download complete [2020-11-10T20:25:02.136Z] e9a5061849ea: Verifying Checksum [2020-11-10T20:25:02.137Z] e9a5061849ea: Download complete [2020-11-10T20:25:02.137Z] d747dcd14b5f: Verifying Checksum [2020-11-10T20:25:02.137Z] d747dcd14b5f: Download complete [2020-11-10T20:25:05.852Z] 0d9ebad4ef96: Verifying Checksum [2020-11-10T20:25:05.852Z] 0d9ebad4ef96: Download complete [2020-11-10T20:25:06.143Z] 2de7ff778b66: Verifying Checksum [2020-11-10T20:25:06.143Z] 2de7ff778b66: Download complete [2020-11-10T20:25:06.421Z] ab5ef0e58194: Verifying Checksum [2020-11-10T20:25:06.421Z] ab5ef0e58194: Download complete [2020-11-10T20:25:13.207Z] ab5ef0e58194: Pull complete [2020-11-10T20:25:13.207Z] 9712f1f96733: Pull complete [2020-11-10T20:25:16.560Z] 63f879dbbcfc: Pull complete [2020-11-10T20:25:26.797Z] 0d9ebad4ef96: Pull complete [2020-11-10T20:25:28.808Z] e9a5061849ea: Pull complete [2020-11-10T20:25:29.079Z] d747dcd14b5f: Pull complete [2020-11-10T20:25:33.459Z] 2de7ff778b66: Pull complete [2020-11-10T20:25:33.459Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-10T20:25:33.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-10T20:25:33.459Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-10T20:25:33.916Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:25:34.010Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-10T20:25:38.025Z] $ docker top c93862059281540b321ef83c69a69b8458227317ce689925c66c41f54557549b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-10T20:25:38.375Z] provisioning config files... [2020-11-10T20:25:38.391Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5434854713347953636tmp [2020-11-10T20:25:38.431Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7958138342762432518tmp [2020-11-10T20:25:38.454Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2183764387797922241tmp [Pipeline] { [Pipeline] echo [2020-11-10T20:25:38.536Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:25:38.873Z] ---> sigul-configuration.sh [2020-11-10T20:25:39.139Z] gpg: directory `/root/.gnupg' created [2020-11-10T20:25:39.139Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-10T20:25:39.139Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-10T20:25:39.139Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-10T20:25:39.139Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-10T20:25:39.139Z] gpg: CAST5 encrypted data [2020-11-10T20:25:39.139Z] gpg: encrypted with 1 passphrase [2020-11-10T20:25:39.139Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-10T20:25:39.462Z] + mkdir /home/jenkins [2020-11-10T20:25:39.462Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-10T20:25:40.285Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-11-10T20:25:40.308Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:25:40.859Z] ---> sigul-install.sh [2020-11-10T20:25:51.120Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-10T20:25:52.512Z] + git tag --list [2020-11-10T20:25:52.512Z] v1.0.0 [2020-11-10T20:25:52.512Z] v1.1.0 [2020-11-10T20:25:52.512Z] v1.2.0 [2020-11-10T20:25:52.512Z] v1.2.1-dev.1 [2020-11-10T20:25:52.512Z] v1.2.1-dev.10 [2020-11-10T20:25:52.512Z] v1.2.1-dev.11 [2020-11-10T20:25:52.512Z] v1.2.1-dev.12 [2020-11-10T20:25:52.512Z] v1.2.1-dev.13 [2020-11-10T20:25:52.512Z] v1.2.1-dev.14 [2020-11-10T20:25:52.512Z] v1.2.1-dev.15 [2020-11-10T20:25:52.512Z] v1.2.1-dev.16 [2020-11-10T20:25:52.512Z] v1.2.1-dev.17 [2020-11-10T20:25:52.512Z] v1.2.1-dev.18 [2020-11-10T20:25:52.512Z] v1.2.1-dev.19 [2020-11-10T20:25:52.512Z] v1.2.1-dev.2 [2020-11-10T20:25:52.512Z] v1.2.1-dev.20 [2020-11-10T20:25:52.512Z] v1.2.1-dev.21 [2020-11-10T20:25:52.512Z] v1.2.1-dev.22 [2020-11-10T20:25:52.512Z] v1.2.1-dev.3 [2020-11-10T20:25:52.512Z] v1.2.1-dev.4 [2020-11-10T20:25:52.512Z] v1.2.1-dev.5 [2020-11-10T20:25:52.512Z] v1.2.1-dev.6 [2020-11-10T20:25:52.512Z] v1.2.1-dev.7 [2020-11-10T20:25:52.512Z] v1.2.1-dev.8 [2020-11-10T20:25:52.512Z] v1.2.1-dev.9 [Pipeline] sh [2020-11-10T20:25:52.974Z] + lftools sign git-tag v1.2.1-dev.22 [2020-11-10T20:25:54.976Z] Signing Git tag with Sigul... [2020-11-10T20:25:54.976Z] Signing v1.2.1-dev.22 [Pipeline] echo [2020-11-10T20:25:56.401Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:25:56.760Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-10T20:25:56.786Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-10T20:25:56.897Z] $ docker stop --time=1 c93862059281540b321ef83c69a69b8458227317ce689925c66c41f54557549b [2020-11-10T20:25:58.932Z] $ docker rm -f c93862059281540b321ef83c69a69b8458227317ce689925c66c41f54557549b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:26:00.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T20:26:00.093Z] . [Pipeline] withDockerContainer [2020-11-10T20:26:00.371Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:26:00.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T20:26:01.716Z] $ docker top de14d9af83d1042a49e33240c241a9cdd4c441f26947f94ff18dc7e4aa8fb5f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T20:26:02.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T20:26:02.106Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T20:26:02.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T20:26:02.426Z] $ docker exec de14d9af83d1042a49e33240c241a9cdd4c441f26947f94ff18dc7e4aa8fb5f4 ssh-agent [2020-11-10T20:26:02.702Z] SSH_AUTH_SOCK=/tmp/ssh-tPw8zS6msPNC/agent.13 [2020-11-10T20:26:02.702Z] SSH_AGENT_PID=18 [2020-11-10T20:26:02.715Z] Running ssh-add (command line suppressed) [2020-11-10T20:26:02.906Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2233034655457212909.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2233034655457212909.key) [2020-11-10T20:26:03.004Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T20:26:03.361Z] + git semver bump pre [2020-11-10T20:26:03.627Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T20:26:03.627Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-10T20:26:03.627Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-10T20:26:03.627Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T20:26:03.627Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T20:26:03.627Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T20:26:03.627Z] # $SEMVER_BRANCH = master [2020-11-10T20:26:03.627Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-10T20:26:03.627Z] 1.2.1-dev.23 [Pipeline] } [2020-11-10T20:26:03.645Z] $ docker exec --env ******** --env ******** de14d9af83d1042a49e33240c241a9cdd4c441f26947f94ff18dc7e4aa8fb5f4 ssh-agent -k [2020-11-10T20:26:03.812Z] unset SSH_AUTH_SOCK; [2020-11-10T20:26:03.812Z] unset SSH_AGENT_PID; [2020-11-10T20:26:03.812Z] echo Agent pid 18 killed; [2020-11-10T20:26:03.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T20:26:04.378Z] + git semver [Pipeline] } [2020-11-10T20:26:04.456Z] $ docker stop --time=1 de14d9af83d1042a49e33240c241a9cdd4c441f26947f94ff18dc7e4aa8fb5f4 [2020-11-10T20:26:06.022Z] $ docker rm -f de14d9af83d1042a49e33240c241a9cdd4c441f26947f94ff18dc7e4aa8fb5f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:26:07.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T20:26:07.226Z] . [Pipeline] withDockerContainer [2020-11-10T20:26:07.600Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:26:07.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T20:26:08.574Z] $ docker top 187e38f5b1fffcad4a8cbadeae9ea5d30c9c1232466e87e85281274195f15e36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T20:26:08.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T20:26:08.897Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T20:26:09.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T20:26:09.169Z] $ docker exec 187e38f5b1fffcad4a8cbadeae9ea5d30c9c1232466e87e85281274195f15e36 ssh-agent [2020-11-10T20:26:09.411Z] SSH_AUTH_SOCK=/tmp/ssh-Lezgf9WjcFVf/agent.11 [2020-11-10T20:26:09.411Z] SSH_AGENT_PID=16 [2020-11-10T20:26:09.420Z] Running ssh-add (command line suppressed) [2020-11-10T20:26:09.646Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_440935031111121906.key (/w/workspace/_app-service-configurable_master@tmp/private_key_440935031111121906.key) [2020-11-10T20:26:09.723Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T20:26:10.073Z] + git semver push [2020-11-10T20:26:10.073Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T20:26:10.073Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-10T20:26:10.073Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-10T20:26:10.073Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T20:26:10.073Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T20:26:10.073Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T20:26:10.073Z] # $SEMVER_BRANCH = master [2020-11-10T20:26:10.073Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-10T20:26:16.773Z] $ docker exec --env ******** --env ******** 187e38f5b1fffcad4a8cbadeae9ea5d30c9c1232466e87e85281274195f15e36 ssh-agent -k [2020-11-10T20:26:17.025Z] unset SSH_AUTH_SOCK; [2020-11-10T20:26:17.026Z] unset SSH_AGENT_PID; [2020-11-10T20:26:17.026Z] echo Agent pid 16 killed; [2020-11-10T20:26:17.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T20:26:17.742Z] + git semver [Pipeline] } [2020-11-10T20:26:18.089Z] $ docker stop --time=1 187e38f5b1fffcad4a8cbadeae9ea5d30c9c1232466e87e85281274195f15e36 [2020-11-10T20:26:19.703Z] $ docker rm -f 187e38f5b1fffcad4a8cbadeae9ea5d30c9c1232466e87e85281274195f15e36 [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-11-10T20:26:21.959Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:26:22.592Z] ---> package-listing.sh [2020-11-10T20:26:22.592Z] ++ facter osfamily [2020-11-10T20:26:22.592Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-10T20:26:22.875Z] + OS_FAMILY=redhat [2020-11-10T20:26:22.875Z] + workspace=/w/workspace/_app-service-configurable_master [2020-11-10T20:26:22.875Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-10T20:26:22.875Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-10T20:26:22.875Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-10T20:26:22.875Z] + PACKAGES=/tmp/packages_start.txt [2020-11-10T20:26:22.875Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-10T20:26:22.875Z] + PACKAGES=/tmp/packages_end.txt [2020-11-10T20:26:22.875Z] + case "${OS_FAMILY}" in [2020-11-10T20:26:22.875Z] + rpm -qa [2020-11-10T20:26:22.875Z] + sort [2020-11-10T20:26:27.337Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-10T20:26:27.337Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-10T20:26:27.337Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-10T20:26:27.337Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-10T20:26:27.337Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-11-10T20:26:27.337Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-11-10T20:26:27.427Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-10T20:26:28.123Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:26:28.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T20:26:28.961Z] [2020-11-10T20:26:28.961Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-10T20:26:29.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T20:26:29.681Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-10T20:26:29.681Z] df20fa9351a1: Pulling fs layer [2020-11-10T20:26:29.681Z] 36b3adc4ff6f: Pulling fs layer [2020-11-10T20:26:29.681Z] 8ad3a11d3b57: Pulling fs layer [2020-11-10T20:26:29.681Z] 46f8f816bc3b: Pulling fs layer [2020-11-10T20:26:29.681Z] 93b61091891f: Pulling fs layer [2020-11-10T20:26:29.681Z] 93b9cdb0e59b: Pulling fs layer [2020-11-10T20:26:29.681Z] 5e14af77c1be: Pulling fs layer [2020-11-10T20:26:29.681Z] 01666e4c0597: Pulling fs layer [2020-11-10T20:26:29.681Z] aa168da1d23b: Pulling fs layer [2020-11-10T20:26:29.681Z] 46f8f816bc3b: Waiting [2020-11-10T20:26:29.681Z] 93b61091891f: Waiting [2020-11-10T20:26:29.681Z] 93b9cdb0e59b: Waiting [2020-11-10T20:26:29.681Z] 5e14af77c1be: Waiting [2020-11-10T20:26:29.681Z] 01666e4c0597: Waiting [2020-11-10T20:26:29.681Z] aa168da1d23b: Waiting [2020-11-10T20:26:29.681Z] 36b3adc4ff6f: Verifying Checksum [2020-11-10T20:26:29.681Z] 36b3adc4ff6f: Download complete [2020-11-10T20:26:29.954Z] 46f8f816bc3b: Verifying Checksum [2020-11-10T20:26:29.954Z] 46f8f816bc3b: Download complete [2020-11-10T20:26:30.231Z] df20fa9351a1: Verifying Checksum [2020-11-10T20:26:30.231Z] df20fa9351a1: Download complete [2020-11-10T20:26:30.231Z] 93b61091891f: Verifying Checksum [2020-11-10T20:26:30.231Z] 93b61091891f: Download complete [2020-11-10T20:26:30.231Z] 93b9cdb0e59b: Verifying Checksum [2020-11-10T20:26:30.231Z] 93b9cdb0e59b: Download complete [2020-11-10T20:26:30.231Z] 01666e4c0597: Verifying Checksum [2020-11-10T20:26:30.231Z] 01666e4c0597: Download complete [2020-11-10T20:26:30.231Z] 5e14af77c1be: Verifying Checksum [2020-11-10T20:26:30.231Z] 5e14af77c1be: Download complete [2020-11-10T20:26:30.868Z] df20fa9351a1: Pull complete [2020-11-10T20:26:31.145Z] 36b3adc4ff6f: Pull complete [2020-11-10T20:26:31.145Z] 8ad3a11d3b57: Verifying Checksum [2020-11-10T20:26:31.145Z] 8ad3a11d3b57: Download complete [2020-11-10T20:26:33.199Z] 8ad3a11d3b57: Pull complete [2020-11-10T20:26:33.486Z] 46f8f816bc3b: Pull complete [2020-11-10T20:26:34.190Z] 93b61091891f: Pull complete [2020-11-10T20:26:34.513Z] 93b9cdb0e59b: Pull complete [2020-11-10T20:26:34.809Z] 5e14af77c1be: Pull complete [2020-11-10T20:26:35.116Z] 01666e4c0597: Pull complete [2020-11-10T20:26:38.656Z] aa168da1d23b: Verifying Checksum [2020-11-10T20:26:38.656Z] aa168da1d23b: Download complete [2020-11-10T20:26:51.111Z] aa168da1d23b: Pull complete [2020-11-10T20:26:51.111Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-10T20:26:51.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T20:26:51.111Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-10T20:26:51.386Z] prd-centos7-docker-4c-2g-11753 does not seem to be running inside a container [2020-11-10T20:26:51.461Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-10T20:26:53.984Z] $ docker top 5ecb2277185f1ba513a3356749de829f2f1dbfec9744a9d61fbc8fb8429ac6df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T20:26:54.975Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-10T20:26:55.298Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-10T20:26:55.646Z] + ls /var/log/sa-host [2020-11-10T20:26:55.646Z] + sadf -c /var/log/sa-host/sa05 [2020-11-10T20:26:55.646Z] file_magic: OK [2020-11-10T20:26:55.646Z] HZ: Using current value: 100 [2020-11-10T20:26:55.646Z] file_header: OK [2020-11-10T20:26:55.646Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-10T20:26:55.646Z] Statistics: [2020-11-10T20:26:55.646Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T20:26:55.646Z] File successfully converted to sysstat format version 12.2.1 [2020-11-10T20:26:55.646Z] + sadf -c /var/log/sa-host/sa10 [2020-11-10T20:26:55.646Z] file_magic: OK [2020-11-10T20:26:55.646Z] HZ: Using current value: 100 [2020-11-10T20:26:55.646Z] file_header: OK [2020-11-10T20:26:55.646Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-10T20:26:55.646Z] Statistics: [2020-11-10T20:26:55.646Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T20:26:55.646Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-10T20:26:56.271Z] provisioning config files... [2020-11-10T20:26:56.290Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7383781249363080563tmp [Pipeline] { [Pipeline] echo [2020-11-10T20:26:56.386Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:26:57.026Z] ---> create-netrc.sh [Pipeline] } [2020-11-10T20:26:57.040Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-10T20:26:57.143Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:26:57.470Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-10T20:26:57.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:26:57.804Z] ---> sudo-logs.sh [2020-11-10T20:26:57.805Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-10T20:26:57.822Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:26:58.143Z] ---> job-cost.sh [2020-11-10T20:26:58.411Z] lf-activate-venv: SKIPPING [2020-11-10T20:26:58.411Z] INFO: No Stack... [2020-11-10T20:26:59.840Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-10T20:27:00.107Z] INFO: Archiving Costs [Pipeline] echo [2020-11-10T20:27:00.132Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T20:27:00.763Z] ---> logs-deploy.sh [2020-11-10T20:27:00.763Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/60 [2020-11-10T20:27:00.763Z] INFO: archiving workspace using pattern(s): [2020-11-10T20:27:02.719Z] Archives upload complete. [2020-11-10T20:27:02.719Z] INFO: archiving logs to Nexus