Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4516a352731f3d8180afe2aa8b87c74c30645521 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-15290 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 4516a352731f3d8180afe2aa8b87c74c30645521 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 Commit message: "feat: Remove Mongo module from Attribution.txt (#149)" > git rev-list --no-walk 86d88bac0e9df45207bbfb278ff4ca70c5103128 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-09T22:29:22.503Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-09T22:29:22.812Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-09T22:29:22.930Z] ========================================================= [2020-12-09T22:29:22.930Z] EdgeX Global Pipelines Version Info [2020-12-09T22:29:22.930Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:29:24.441Z] ------------------- [2020-12-09T22:29:24.441Z] stable info: [2020-12-09T22:29:24.441Z] ------------------- [2020-12-09T22:29:24.441Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T22:29:24.441Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T22:29:24.441Z] Message: update stable to v1.0.172 [2020-12-09T22:29:25.385Z] ------------------- [2020-12-09T22:29:25.385Z] experimental info: [2020-12-09T22:29:25.385Z] ------------------- [2020-12-09T22:29:25.385Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-09T22:29:25.385Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-09T22:29:25.385Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-09T22:29:25.673Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-12-09T22:29:25.783Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-12-09T22:29:25.875Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-09T22:29:25.997Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-09T22:29:26.113Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-09T22:29:26.211Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-09T22:29:26.341Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-09T22:29:26.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-09T22:29:26.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-09T22:29:26.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-09T22:29:26.799Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-09T22:29:26.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-12-09T22:29:27.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-09T22:29:27.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-09T22:29:27.208Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-09T22:29:27.305Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-09T22:29:27.411Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T22:29:27.524Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-09T22:29:27.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-09T22:29:27.709Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-09T22:29:27.806Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-09T22:29:27.939Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-09T22:29:28.030Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-09T22:29:28.142Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-09T22:29:28.230Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-09T22:29:28.352Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-09T22:29:28.440Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-09T22:29:28.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-09T22:29:28.629Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-09T22:29:28.746Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] echo [2020-12-09T22:29:28.858Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4516a35 [Pipeline] echo [2020-12-09T22:29:28.947Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T22:29:29.121Z] provisioning config files... [2020-12-09T22:29:29.149Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5857671234985583583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:29:29.522Z] ---> docker-login.sh [2020-12-09T22:29:29.522Z] nexus3.edgexfoundry.org:10001 [2020-12-09T22:29:29.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:29:29.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:29:29.786Z] Configure a credential helper to remove this warning. See [2020-12-09T22:29:29.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:29:29.786Z] [2020-12-09T22:29:29.786Z] Login Succeeded [2020-12-09T22:29:29.786Z] nexus3.edgexfoundry.org:10002 [2020-12-09T22:29:30.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:29:30.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:29:30.050Z] Configure a credential helper to remove this warning. See [2020-12-09T22:29:30.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:29:30.050Z] [2020-12-09T22:29:30.050Z] Login Succeeded [2020-12-09T22:29:30.050Z] nexus3.edgexfoundry.org:10003 [2020-12-09T22:29:30.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:29:30.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:29:30.313Z] Configure a credential helper to remove this warning. See [2020-12-09T22:29:30.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:29:30.313Z] [2020-12-09T22:29:30.313Z] Login Succeeded [2020-12-09T22:29:30.313Z] nexus3.edgexfoundry.org:10004 [2020-12-09T22:29:30.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:29:30.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:29:30.313Z] Configure a credential helper to remove this warning. See [2020-12-09T22:29:30.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:29:30.313Z] [2020-12-09T22:29:30.313Z] Login Succeeded [2020-12-09T22:29:30.313Z] docker.io [2020-12-09T22:29:30.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:29:31.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:29:31.526Z] Configure a credential helper to remove this warning. See [2020-12-09T22:29:31.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:29:31.526Z] [2020-12-09T22:29:31.526Z] Login Succeeded [2020-12-09T22:29:31.526Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T22:29:31.535Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T22:29:32.489Z] + git log --format=format:%s -1 4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] echo [2020-12-09T22:29:32.557Z] GIT_COMMIT: 4516a352731f3d8180afe2aa8b87c74c30645521, Commit Message: feat: Remove Mongo module from Attribution.txt (#149) [Pipeline] echo [2020-12-09T22:29:32.604Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:29:33.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T22:29:33.566Z] [2020-12-09T22:29:33.566Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:29:33.917Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T22:29:33.917Z] latest: Pulling from edgex-devops/git-semver [2020-12-09T22:29:33.917Z] 31603596830f: Pulling fs layer [2020-12-09T22:29:33.917Z] 2a8b12db71e7: Pulling fs layer [2020-12-09T22:29:33.917Z] 6ca5941a6612: Pulling fs layer [2020-12-09T22:29:33.917Z] ecc8261a40a4: Pulling fs layer [2020-12-09T22:29:33.917Z] ecc8261a40a4: Waiting [2020-12-09T22:29:33.917Z] 2a8b12db71e7: Verifying Checksum [2020-12-09T22:29:33.917Z] 2a8b12db71e7: Download complete [2020-12-09T22:29:34.183Z] 31603596830f: Verifying Checksum [2020-12-09T22:29:34.183Z] 31603596830f: Download complete [2020-12-09T22:29:34.446Z] ecc8261a40a4: Verifying Checksum [2020-12-09T22:29:34.446Z] ecc8261a40a4: Download complete [2020-12-09T22:29:34.446Z] 6ca5941a6612: Verifying Checksum [2020-12-09T22:29:34.446Z] 6ca5941a6612: Download complete [2020-12-09T22:29:34.446Z] 31603596830f: Pull complete [2020-12-09T22:29:34.710Z] 2a8b12db71e7: Pull complete [2020-12-09T22:29:35.300Z] 6ca5941a6612: Pull complete [2020-12-09T22:29:35.875Z] ecc8261a40a4: Pull complete [2020-12-09T22:29:35.875Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-09T22:29:35.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T22:29:35.875Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-09T22:29:35.972Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:29:36.018Z] $ 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-12-09T22:29:37.503Z] $ docker top 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T22:29:37.817Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T22:29:37.817Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T22:29:38.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T22:29:38.040Z] $ docker exec 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent [2020-12-09T22:29:38.223Z] SSH_AUTH_SOCK=/tmp/ssh-JxyFuxZrkMiS/agent.13 [2020-12-09T22:29:38.223Z] SSH_AGENT_PID=18 [2020-12-09T22:29:38.233Z] Running ssh-add (command line suppressed) [2020-12-09T22:29:38.351Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8824563113545506110.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8824563113545506110.key) [2020-12-09T22:29:38.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T22:29:38.740Z] + git tag --points-at HEAD [Pipeline] } [2020-12-09T22:29:38.764Z] $ docker exec --env ******** --env ******** 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent -k [2020-12-09T22:29:38.902Z] unset SSH_AUTH_SOCK; [2020-12-09T22:29:38.902Z] unset SSH_AGENT_PID; [2020-12-09T22:29:38.902Z] echo Agent pid 18 killed; [2020-12-09T22:29:38.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-09T22:29:39.116Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T22:29:39.116Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T22:29:39.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T22:29:39.339Z] $ docker exec 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent [2020-12-09T22:29:39.542Z] SSH_AUTH_SOCK=/tmp/ssh-R1yCedx4NGwi/agent.49 [2020-12-09T22:29:39.542Z] SSH_AGENT_PID=54 [2020-12-09T22:29:39.549Z] Running ssh-add (command line suppressed) [2020-12-09T22:29:39.685Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8520271964849704072.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8520271964849704072.key) [2020-12-09T22:29:39.736Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T22:29:40.073Z] + git semver init [2020-12-09T22:29:40.073Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T22:29:40.073Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-09T22:29:40.073Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-09T22:29:40.073Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T22:29:40.073Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T22:29:40.073Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T22:29:40.073Z] # $SEMVER_BRANCH = master [2020-12-09T22:29:40.073Z] # $SEMVER_TEMP = /tmp/semver-362168784 [2020-12-09T22:29:40.073Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-12-09T22:29:40.334Z] # '/tmp/semver-362168784' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-12-09T22:29:40.334Z] # -> Force: false [2020-12-09T22:29:40.334Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-12-09T22:29:40.347Z] $ docker exec --env ******** --env ******** 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 ssh-agent -k [2020-12-09T22:29:40.462Z] unset SSH_AUTH_SOCK; [2020-12-09T22:29:40.463Z] unset SSH_AGENT_PID; [2020-12-09T22:29:40.463Z] echo Agent pid 54 killed; [2020-12-09T22:29:40.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T22:29:41.004Z] + git semver [Pipeline] } [2020-12-09T22:29:41.020Z] $ docker stop --time=1 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 [2020-12-09T22:29:42.432Z] $ docker rm -f 19bc4936840efcfd57251763f009bd4659e20db32b269a5fffdf8f16e559fc29 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T22:29:42.890Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-09T22:29:43.244Z] Stashed 1 file(s) [Pipeline] echo [2020-12-09T22:29:43.246Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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-12-09T22:29:58.906Z] Still waiting to schedule task [2020-12-09T22:29:58.906Z] ‘prd-centos7-blackbox-4c-2g-15262’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15291’ is offline [2020-12-09T22:29:58.908Z] Still waiting to schedule task [2020-12-09T22:29:58.908Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-09T22:31:52.477Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15292 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-12-09T22:31:52.535Z] Running in /w/workspace/app-service-configurable/66 [Pipeline] { [Pipeline] checkout [2020-12-09T22:31:52.811Z] Running on prd-centos7-docker-4c-2g-15293 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-12-09T22:31:52.877Z] Running in /w/workspace/app-service-configurable/66 [Pipeline] { [Pipeline] checkout [2020-12-09T22:31:55.132Z] using credential edgex-jenkins-ssh [2020-12-09T22:31:55.192Z] Cloning the remote Git repository [2020-12-09T22:31:55.229Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-09T22:31:55.296Z] > git init /w/workspace/app-service-configurable/66 # timeout=10 [2020-12-09T22:31:56.433Z] Checking out Revision 4516a352731f3d8180afe2aa8b87c74c30645521 (master) [2020-12-09T22:31:55.354Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-09T22:31:55.354Z] > git --version # timeout=10 [2020-12-09T22:31:55.363Z] > git --version # 'git version 2.24.3' [2020-12-09T22:31:55.363Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T22:31:55.390Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T22:31:56.025Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-09T22:31:56.039Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T22:31:56.048Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-09T22:31:56.060Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-09T22:31:56.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T22:31:56.065Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T22:31:57.007Z] using credential edgex-jenkins-ssh [2020-12-09T22:31:57.064Z] Cloning the remote Git repository [2020-12-09T22:31:57.110Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-12-09T22:31:57.380Z] > git init /w/workspace/app-service-configurable/66 # timeout=10 [2020-12-09T22:31:57.450Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-09T22:31:57.451Z] > git --version # timeout=10 [2020-12-09T22:31:57.472Z] > git --version # 'git version 2.17.1' [2020-12-09T22:31:57.473Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T22:31:57.520Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T22:31:56.440Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T22:31:56.445Z] > git checkout -f 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 [2020-12-09T22:31:58.750Z] Checking out Revision 4516a352731f3d8180afe2aa8b87c74c30645521 (master) [2020-12-09T22:31:58.215Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-09T22:31:58.236Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-09T22:31:58.261Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-12-09T22:31:58.287Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-12-09T22:31:58.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-09T22:31:58.298Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-09T22:31:58.762Z] > git config core.sparsecheckout # timeout=10 [2020-12-09T22:31:58.774Z] > git checkout -f 4516a352731f3d8180afe2aa8b87c74c30645521 # timeout=10 [2020-12-09T22:32:00.053Z] Commit message: "feat: Remove Mongo module from Attribution.txt (#149)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T22:32:01.632Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-09T22:32:01.956Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T22:32:02.259Z] + sudo service docker restart [2020-12-09T22:32:02.259Z] + true [2020-12-09T22:32:02.259Z] Redirecting to /bin/systemctl restart docker.service [2020-12-09T22:32:02.968Z] Commit message: "feat: Remove Mongo module from Attribution.txt (#149)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T22:32:03.750Z] provisioning config files... [2020-12-09T22:32:03.781Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config8055482499141090338tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T22:32:04.116Z] ---> docker-login.sh [2020-12-09T22:32:04.116Z] nexus3.edgexfoundry.org:10001 [2020-12-09T22:32:04.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:04.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:04.379Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:04.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:04.379Z] [2020-12-09T22:32:04.379Z] Login Succeeded [2020-12-09T22:32:04.379Z] nexus3.edgexfoundry.org:10002 [2020-12-09T22:32:04.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:04.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:04.642Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:04.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:04.642Z] [2020-12-09T22:32:04.642Z] Login Succeeded [2020-12-09T22:32:04.642Z] nexus3.edgexfoundry.org:10003 [2020-12-09T22:32:04.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:04.839Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-09T22:32:04.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:04.905Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:04.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:04.905Z] [2020-12-09T22:32:04.905Z] Login Succeeded [2020-12-09T22:32:04.905Z] nexus3.edgexfoundry.org:10004 [2020-12-09T22:32:04.905Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:04.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:04.905Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:04.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:04.905Z] [2020-12-09T22:32:04.905Z] Login Succeeded [2020-12-09T22:32:04.905Z] docker.io [Pipeline] sh [2020-12-09T22:32:05.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:05.250Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-09T22:32:05.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:05.434Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:05.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:05.434Z] [2020-12-09T22:32:05.434Z] Login Succeeded [2020-12-09T22:32:05.434Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T22:32:05.444Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-12-09T22:32:05.592Z] + sudo service docker restart [2020-12-09T22:32:05.592Z] + true [Pipeline] unstash [Pipeline] echo [2020-12-09T22:32:05.812Z] ========================================================= [2020-12-09T22:32:05.813Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-09T22:32:05.813Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:32:06.200Z] + 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-12-09T22:32:06.201Z] Sending build context to Docker daemon 96.77kB [2020-12-09T22:32:06.201Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-09T22:32:06.201Z] Step 2/8 : FROM ${BASE} [2020-12-09T22:32:06.467Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-09T22:32:06.467Z] 188c0c94c7c5: Pulling fs layer [2020-12-09T22:32:06.467Z] 0ef7d3d256c8: Pulling fs layer [2020-12-09T22:32:06.467Z] de9db76c5a1d: Pulling fs layer [2020-12-09T22:32:06.467Z] bca2f99d35d6: Pulling fs layer [2020-12-09T22:32:06.467Z] 93359f2a8cfa: Pulling fs layer [2020-12-09T22:32:06.467Z] 7c6f9722023f: Pulling fs layer [2020-12-09T22:32:06.467Z] a35cf1a2eb13: Pulling fs layer [2020-12-09T22:32:06.467Z] bca2f99d35d6: Waiting [2020-12-09T22:32:06.467Z] 93359f2a8cfa: Waiting [2020-12-09T22:32:06.467Z] 7c6f9722023f: Waiting [2020-12-09T22:32:06.467Z] a35cf1a2eb13: Waiting [2020-12-09T22:32:06.467Z] de9db76c5a1d: Verifying Checksum [2020-12-09T22:32:06.467Z] de9db76c5a1d: Download complete [2020-12-09T22:32:06.467Z] 0ef7d3d256c8: Download complete [2020-12-09T22:32:06.467Z] 93359f2a8cfa: Verifying Checksum [2020-12-09T22:32:06.467Z] 93359f2a8cfa: Download complete [2020-12-09T22:32:06.467Z] 7c6f9722023f: Verifying Checksum [2020-12-09T22:32:06.467Z] 7c6f9722023f: Download complete [2020-12-09T22:32:06.467Z] 188c0c94c7c5: Verifying Checksum [2020-12-09T22:32:06.467Z] 188c0c94c7c5: Download complete [2020-12-09T22:32:06.732Z] 188c0c94c7c5: Pull complete [2020-12-09T22:32:06.732Z] 0ef7d3d256c8: Pull complete [2020-12-09T22:32:06.994Z] de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T22:32:08.308Z] provisioning config files... [2020-12-09T22:32:08.343Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config3981121167473177815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:32:08.775Z] ---> docker-login.sh [2020-12-09T22:32:08.775Z] nexus3.edgexfoundry.org:10001 [2020-12-09T22:32:08.928Z] a35cf1a2eb13: Verifying Checksum [2020-12-09T22:32:08.928Z] a35cf1a2eb13: Download complete [2020-12-09T22:32:09.192Z] bca2f99d35d6: Verifying Checksum [2020-12-09T22:32:09.192Z] bca2f99d35d6: Download complete [2020-12-09T22:32:09.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:10.028Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:10.028Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:10.028Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:10.028Z] [2020-12-09T22:32:10.028Z] Login Succeeded [2020-12-09T22:32:10.028Z] nexus3.edgexfoundry.org:10002 [2020-12-09T22:32:10.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:10.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:10.581Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:10.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:10.581Z] [2020-12-09T22:32:10.581Z] Login Succeeded [2020-12-09T22:32:10.581Z] nexus3.edgexfoundry.org:10003 [2020-12-09T22:32:10.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:11.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:11.126Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:11.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:11.126Z] [2020-12-09T22:32:11.126Z] Login Succeeded [2020-12-09T22:32:11.126Z] nexus3.edgexfoundry.org:10004 [2020-12-09T22:32:11.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:11.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:11.674Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:11.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:11.674Z] [2020-12-09T22:32:11.674Z] Login Succeeded [2020-12-09T22:32:11.674Z] docker.io [2020-12-09T22:32:11.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:32:12.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:32:12.221Z] Configure a credential helper to remove this warning. See [2020-12-09T22:32:12.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:32:12.221Z] [2020-12-09T22:32:12.221Z] Login Succeeded [2020-12-09T22:32:12.221Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T22:32:12.239Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-09T22:32:12.723Z] ========================================================= [2020-12-09T22:32:12.723Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-09T22:32:12.723Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:32:13.099Z] + 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-12-09T22:32:13.099Z] Sending build context to Docker daemon 96.77kB [2020-12-09T22:32:13.372Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-09T22:32:13.372Z] Step 2/8 : FROM ${BASE} [2020-12-09T22:32:13.647Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-09T22:32:13.647Z] 5f621e34cdf4: Pulling fs layer [2020-12-09T22:32:13.647Z] a4357932f1b6: Pulling fs layer [2020-12-09T22:32:13.647Z] 18c013af1878: Pulling fs layer [2020-12-09T22:32:13.647Z] 00ac8860ef70: Pulling fs layer [2020-12-09T22:32:13.647Z] 63d7cb157983: Pulling fs layer [2020-12-09T22:32:13.647Z] b116817d02f9: Pulling fs layer [2020-12-09T22:32:13.647Z] 745a02a5169b: Pulling fs layer [2020-12-09T22:32:13.647Z] 00ac8860ef70: Waiting [2020-12-09T22:32:13.647Z] 63d7cb157983: Waiting [2020-12-09T22:32:13.647Z] b116817d02f9: Waiting [2020-12-09T22:32:13.647Z] 18c013af1878: Download complete [2020-12-09T22:32:13.647Z] a4357932f1b6: Download complete [2020-12-09T22:32:13.647Z] 63d7cb157983: Verifying Checksum [2020-12-09T22:32:13.647Z] 63d7cb157983: Download complete [2020-12-09T22:32:13.647Z] b116817d02f9: Verifying Checksum [2020-12-09T22:32:13.647Z] b116817d02f9: Download complete [2020-12-09T22:32:13.647Z] 5f621e34cdf4: Verifying Checksum [2020-12-09T22:32:13.647Z] 5f621e34cdf4: Download complete [2020-12-09T22:32:14.257Z] 5f621e34cdf4: Pull complete [2020-12-09T22:32:14.512Z] bca2f99d35d6: Pull complete [2020-12-09T22:32:14.512Z] 93359f2a8cfa: Pull complete [2020-12-09T22:32:14.512Z] 7c6f9722023f: Pull complete [2020-12-09T22:32:14.859Z] a4357932f1b6: Pull complete [2020-12-09T22:32:15.475Z] 18c013af1878: Pull complete [2020-12-09T22:32:16.455Z] 745a02a5169b: Verifying Checksum [2020-12-09T22:32:16.455Z] 745a02a5169b: Download complete [2020-12-09T22:32:17.051Z] 00ac8860ef70: Verifying Checksum [2020-12-09T22:32:17.051Z] 00ac8860ef70: Download complete [2020-12-09T22:32:21.153Z] a35cf1a2eb13: Pull complete [2020-12-09T22:32:21.153Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-09T22:32:21.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-09T22:32:21.153Z] ---> a62c8e92a672 [2020-12-09T22:32:21.153Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T22:32:21.153Z] ---> Running in 6387239d5bc2 [2020-12-09T22:32:21.153Z] Removing intermediate container 6387239d5bc2 [2020-12-09T22:32:21.153Z] ---> 3429b4d03b65 [2020-12-09T22:32:21.153Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T22:32:21.420Z] ---> Running in d81d44d8231a [2020-12-09T22:32:22.370Z] Removing intermediate container d81d44d8231a [2020-12-09T22:32:22.370Z] ---> 4ad34f78d26e [2020-12-09T22:32:22.370Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-09T22:32:22.370Z] ---> Running in df839eb8a912 [2020-12-09T22:32:23.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T22:32:24.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T22:32:25.209Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-09T22:32:25.209Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-09T22:32:25.209Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-09T22:32:25.209Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-09T22:32:25.470Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-09T22:32:25.470Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-09T22:32:25.732Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T22:32:25.732Z] OK: 167 MiB in 45 packages [2020-12-09T22:32:26.307Z] Removing intermediate container df839eb8a912 [2020-12-09T22:32:26.307Z] ---> 566c240c5092 [2020-12-09T22:32:26.307Z] Step 6/8 : WORKDIR /app [2020-12-09T22:32:26.569Z] ---> Running in a3f50a0c0bf1 [2020-12-09T22:32:26.569Z] Removing intermediate container a3f50a0c0bf1 [2020-12-09T22:32:26.569Z] ---> c4496f7dea92 [2020-12-09T22:32:26.569Z] Step 7/8 : COPY . . [2020-12-09T22:32:26.833Z] ---> 46bfe7f9df7a [2020-12-09T22:32:26.833Z] Step 8/8 : RUN go mod download [2020-12-09T22:32:27.105Z] ---> Running in f843acb4f551 [2020-12-09T22:32:27.227Z] 00ac8860ef70: Pull complete [2020-12-09T22:32:27.227Z] 63d7cb157983: Pull complete [2020-12-09T22:32:27.823Z] b116817d02f9: Pull complete [2020-12-09T22:32:31.226Z] 745a02a5169b: Pull complete [2020-12-09T22:32:31.500Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-09T22:32:31.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-09T22:32:31.500Z] ---> b7e6874047d6 [2020-12-09T22:32:31.500Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T22:32:34.110Z] ---> Running in 23e950cec548 [2020-12-09T22:32:34.707Z] Removing intermediate container 23e950cec548 [2020-12-09T22:32:34.707Z] ---> 3c1c7fd7a59a [2020-12-09T22:32:34.707Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T22:32:34.707Z] ---> Running in 19cdc7872d1c [2020-12-09T22:32:37.341Z] Removing intermediate container 19cdc7872d1c [2020-12-09T22:32:37.341Z] ---> 0a09ff73bd4d [2020-12-09T22:32:37.341Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-12-09T22:32:37.341Z] ---> Running in 8000a600140c [2020-12-09T22:32:38.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T22:32:38.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T22:32:39.889Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-12-09T22:32:39.889Z] (2/6) Installing libsodium (1.0.18-r0) [2020-12-09T22:32:40.161Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-12-09T22:32:40.161Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-12-09T22:32:40.434Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-09T22:32:40.434Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-12-09T22:32:40.710Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T22:32:40.710Z] OK: 144 MiB in 45 packages [2020-12-09T22:32:42.144Z] Removing intermediate container 8000a600140c [2020-12-09T22:32:42.144Z] ---> 31172ce5fdba [2020-12-09T22:32:42.144Z] Step 6/8 : WORKDIR /app [2020-12-09T22:32:42.144Z] ---> Running in e71298ca1432 [2020-12-09T22:32:42.738Z] Removing intermediate container e71298ca1432 [2020-12-09T22:32:42.738Z] ---> 635e6534be2a [2020-12-09T22:32:42.738Z] Step 7/8 : COPY . . [2020-12-09T22:32:43.719Z] ---> acef96e01a25 [2020-12-09T22:32:43.719Z] Step 8/8 : RUN go mod download [2020-12-09T22:32:43.719Z] ---> Running in 3d42a4061a4b [2020-12-09T22:32:53.747Z] Removing intermediate container f843acb4f551 [2020-12-09T22:32:53.748Z] ---> 4624b16e4b3a [2020-12-09T22:32:53.748Z] Successfully built 4624b16e4b3a [2020-12-09T22:32:53.748Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:32:54.065Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T22:32:54.065Z] . [Pipeline] withDockerContainer [2020-12-09T22:32:54.396Z] prd-centos7-docker-4c-2g-15293 does not seem to be running inside a container [2020-12-09T22:32:54.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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-x86_64 cat [2020-12-09T22:32:55.326Z] $ docker top c8084e49d28a8c543e41d9cc1ac8bb79cca5c924156c59c0d3f915d34401c221 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T22:32:55.917Z] + go version [2020-12-09T22:32:55.917Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-09T22:32:55.931Z] $ docker stop --time=1 c8084e49d28a8c543e41d9cc1ac8bb79cca5c924156c59c0d3f915d34401c221 [2020-12-09T22:32:57.283Z] $ docker rm -f c8084e49d28a8c543e41d9cc1ac8bb79cca5c924156c59c0d3f915d34401c221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:32:58.203Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-09T22:32:58.203Z] . [Pipeline] withDockerContainer [2020-12-09T22:32:58.301Z] prd-centos7-docker-4c-2g-15293 does not seem to be running inside a container [2020-12-09T22:32:58.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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-x86_64 cat [2020-12-09T22:32:59.068Z] $ docker top 0b860cf2d49834c143a73fd77bbc9c04d73c019b2e27d9a7e2eded814a6e5ba5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T22:32:59.561Z] + make test [2020-12-09T22:32:59.561Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-12-09T22:33:10.511Z] Removing intermediate container 3d42a4061a4b [2020-12-09T22:33:10.511Z] ---> dd88d8c5a34f [2020-12-09T22:33:10.511Z] Successfully built dd88d8c5a34f [2020-12-09T22:33:10.511Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:10.853Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T22:33:10.853Z] . [Pipeline] withDockerContainer [2020-12-09T22:33:11.130Z] prd-ubuntu18.04-docker-arm64-4c-16g-15292 does not seem to be running inside a container [2020-12-09T22:33:11.214Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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-arm64 cat [2020-12-09T22:33:11.932Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-09T22:33:11.932Z] CGO_ENABLED=1 go vet ./... [2020-12-09T22:33:12.687Z] $ docker top 37952c73c93592247c92a697eda0ead4e6698ef2e89adac7ec2e37a705402d78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T22:33:13.735Z] + go version [2020-12-09T22:33:13.735Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-09T22:33:13.752Z] $ docker stop --time=1 37952c73c93592247c92a697eda0ead4e6698ef2e89adac7ec2e37a705402d78 [2020-12-09T22:33:13.894Z] gofmt -l . [2020-12-09T22:33:13.894Z] [ "`gofmt -l .`" = "" ] [2020-12-09T22:33:13.894Z] ./bin/test-go-mod-tidy.sh [2020-12-09T22:33:14.473Z] ./bin/test-attribution-txt.sh [2020-12-09T22:33:15.692Z] $ docker rm -f 37952c73c93592247c92a697eda0ead4e6698ef2e89adac7ec2e37a705402d78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-12-09T22:33:16.001Z] $ docker stop --time=1 0b860cf2d49834c143a73fd77bbc9c04d73c019b2e27d9a7e2eded814a6e5ba5 [2020-12-09T22:33:18.500Z] $ docker rm -f 0b860cf2d49834c143a73fd77bbc9c04d73c019b2e27d9a7e2eded814a6e5ba5 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-12-09T22:33:19.119Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:19.444Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2020-12-09T22:33:19.539Z] + docker inspect -f . ci-base-image-arm64 [2020-12-09T22:33:19.539Z] . [Pipeline] } [Pipeline] // stage [Pipeline] withDockerContainer [2020-12-09T22:33:19.934Z] prd-ubuntu18.04-docker-arm64-4c-16g-15292 does not seem to be running inside a container [2020-12-09T22:33:20.008Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@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-arm64 cat [2020-12-09T22:33:21.494Z] $ docker top d91f8a08ee90e98c8976f3e96bb2e9015c9353ce84949bdc0bfffccf5b668dc3 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-09T22:33:22.538Z] + make test [2020-12-09T22:33:22.538Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] sh [2020-12-09T22:33:24.263Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-09T22:33:24.561Z] + ls -al . [2020-12-09T22:33:24.561Z] total 88 [2020-12-09T22:33:24.561Z] drwxrwxr-x. 7 jenkins jenkins 4096 Dec 9 22:33 . [2020-12-09T22:33:24.561Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 9 22:31 .. [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 6420 Dec 9 22:31 Attribution.txt [2020-12-09T22:33:24.561Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 9 22:31 bin [2020-12-09T22:33:24.561Z] -rw-r--r--. 1 jenkins jenkins 10 Dec 9 22:32 coverage.out [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 2002 Dec 9 22:31 Dockerfile [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 966 Dec 9 22:31 Dockerfile.build [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 119 Dec 9 22:31 .dockerignore [2020-12-09T22:33:24.561Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 9 22:31 .git [2020-12-09T22:33:24.561Z] drwxrwxr-x. 2 jenkins jenkins 81 Dec 9 22:31 .github [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 93 Dec 9 22:31 .gitignore [2020-12-09T22:33:24.561Z] -rw-r--r--. 1 jenkins jenkins 132 Dec 9 22:33 go.mod [2020-12-09T22:33:24.561Z] -rw-r--r--. 1 jenkins jenkins 18390 Dec 9 22:33 go.sum [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 687 Dec 9 22:31 Jenkinsfile [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 10174 Dec 9 22:31 LICENSE [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 1519 Dec 9 22:31 main.go [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 1573 Dec 9 22:31 makefile [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 1277 Dec 9 22:31 README.md [2020-12-09T22:33:24.561Z] drwxrwxr-x. 10 jenkins jenkins 171 Dec 9 22:31 res [2020-12-09T22:33:24.561Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 9 22:31 snap [2020-12-09T22:33:24.561Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 9 22:29 VERSION [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:24.867Z] + 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=4516a352731f3d8180afe2aa8b87c74c30645521 --label arch=amd64 --label version=2.0.0-dev.3 . [2020-12-09T22:33:24.867Z] Sending build context to Docker daemon 117.8kB [2020-12-09T22:33:24.867Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-12-09T22:33:24.867Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-09T22:33:24.867Z] ---> 4624b16e4b3a [2020-12-09T22:33:24.867Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-09T22:33:25.129Z] ---> Running in 638a35c97fbc [2020-12-09T22:33:25.129Z] Removing intermediate container 638a35c97fbc [2020-12-09T22:33:25.129Z] ---> 6d4ea25217d5 [2020-12-09T22:33:25.129Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-09T22:33:25.129Z] ---> Running in d4b7d9c52934 [2020-12-09T22:33:25.391Z] Removing intermediate container d4b7d9c52934 [2020-12-09T22:33:25.391Z] ---> 9c0f5e0e5da3 [2020-12-09T22:33:25.391Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T22:33:25.391Z] ---> Running in b01811b9dce8 [2020-12-09T22:33:25.654Z] Removing intermediate container b01811b9dce8 [2020-12-09T22:33:25.654Z] ---> cabd223241d6 [2020-12-09T22:33:25.654Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T22:33:25.654Z] ---> Running in 1b5adc890e58 [2020-12-09T22:33:26.603Z] Removing intermediate container 1b5adc890e58 [2020-12-09T22:33:26.603Z] ---> 2bbc5d9e5988 [2020-12-09T22:33:26.603Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-09T22:33:26.603Z] ---> Running in af4a667598a3 [2020-12-09T22:33:27.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T22:33:27.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T22:33:28.704Z] OK: 167 MiB in 45 packages [2020-12-09T22:33:28.966Z] Removing intermediate container af4a667598a3 [2020-12-09T22:33:28.967Z] ---> 0f283f7a3632 [2020-12-09T22:33:28.967Z] Step 8/27 : WORKDIR /app [2020-12-09T22:33:29.230Z] ---> Running in 96dd77d85a02 [2020-12-09T22:33:29.230Z] Removing intermediate container 96dd77d85a02 [2020-12-09T22:33:29.230Z] ---> 6f08d07b647d [2020-12-09T22:33:29.230Z] Step 9/27 : COPY go.mod . [2020-12-09T22:33:29.807Z] ---> 862e8c0eb606 [2020-12-09T22:33:29.807Z] Step 10/27 : RUN go mod download [2020-12-09T22:33:29.807Z] ---> Running in 4e80757f5ad0 [2020-12-09T22:33:30.753Z] Removing intermediate container 4e80757f5ad0 [2020-12-09T22:33:30.753Z] ---> 4c2b99ffa587 [2020-12-09T22:33:30.753Z] Step 11/27 : COPY . . [2020-12-09T22:33:31.016Z] ---> 1af06e59fcee [2020-12-09T22:33:31.016Z] Step 12/27 : ARG MAKE="make build" [2020-12-09T22:33:31.016Z] ---> Running in 3b71ffde4ecb [2020-12-09T22:33:31.278Z] Removing intermediate container 3b71ffde4ecb [2020-12-09T22:33:31.278Z] ---> 752ca2e50980 [2020-12-09T22:33:31.278Z] Step 13/27 : RUN $MAKE [2020-12-09T22:33:31.278Z] ---> Running in 07076d59f574 [2020-12-09T22:33:31.542Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.3" -o app-service-configurable [2020-12-09T22:33:43.830Z] Removing intermediate container 07076d59f574 [2020-12-09T22:33:43.830Z] ---> 7cb402ea0692 [2020-12-09T22:33:43.830Z] Step 14/27 : FROM alpine:latest [2020-12-09T22:33:44.405Z] latest: Pulling from library/alpine [2020-12-09T22:33:44.405Z] 188c0c94c7c5: Already exists [2020-12-09T22:33:44.667Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-09T22:33:44.667Z] Status: Downloaded newer image for alpine:latest [2020-12-09T22:33:44.667Z] ---> d6e46aa2470d [2020-12-09T22:33:44.667Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T22:33:44.667Z] ---> Running in 31308ff15ef1 [2020-12-09T22:33:44.929Z] Removing intermediate container 31308ff15ef1 [2020-12-09T22:33:44.929Z] ---> 3ac3326b7815 [2020-12-09T22:33:44.929Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-12-09T22:33:44.929Z] ---> Running in 24417578b56a [2020-12-09T22:33:45.201Z] Removing intermediate container 24417578b56a [2020-12-09T22:33:45.201Z] ---> 12cc6375615f [2020-12-09T22:33:45.201Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-12-09T22:33:45.201Z] ---> Running in a627d2783c3e [2020-12-09T22:33:45.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-09T22:33:45.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-09T22:33:45.780Z] (1/6) Installing ca-certificates (20191127-r4) [2020-12-09T22:33:46.042Z] (2/6) Installing libgcc (9.3.0-r2) [2020-12-09T22:33:46.042Z] (3/6) Installing libsodium (1.0.18-r0) [2020-12-09T22:33:46.042Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-12-09T22:33:46.042Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-09T22:33:46.042Z] (6/6) Installing zeromq (4.3.3-r0) [2020-12-09T22:33:46.042Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T22:33:46.042Z] Executing ca-certificates-20191127-r4.trigger [2020-12-09T22:33:46.042Z] OK: 9 MiB in 20 packages [2020-12-09T22:33:47.434Z] Removing intermediate container a627d2783c3e [2020-12-09T22:33:47.434Z] ---> 4eb72c8ef191 [2020-12-09T22:33:47.434Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-12-09T22:33:47.434Z] ---> 8c3e273680be [2020-12-09T22:33:47.434Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-12-09T22:33:47.702Z] ---> e73bdd3ea5c2 [2020-12-09T22:33:47.702Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-12-09T22:33:47.965Z] ---> 7c6c9c4c13a5 [2020-12-09T22:33:47.965Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-12-09T22:33:48.539Z] ---> 7f0883d63eea [2020-12-09T22:33:48.539Z] Step 22/27 : EXPOSE 48095 [2020-12-09T22:33:48.539Z] ---> Running in 16441b3560eb [2020-12-09T22:33:48.802Z] Removing intermediate container 16441b3560eb [2020-12-09T22:33:48.802Z] ---> b19244ee03f4 [2020-12-09T22:33:48.802Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-12-09T22:33:48.802Z] ---> Running in c4021a6efd0d [2020-12-09T22:33:49.065Z] Removing intermediate container c4021a6efd0d [2020-12-09T22:33:49.066Z] ---> cee2f79110b8 [2020-12-09T22:33:49.066Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T22:33:49.066Z] ---> Running in 51eb352e9f52 [2020-12-09T22:33:49.328Z] Removing intermediate container 51eb352e9f52 [2020-12-09T22:33:49.328Z] ---> c2d798bcd00e [2020-12-09T22:33:49.328Z] Step 25/27 : LABEL arch=amd64 [2020-12-09T22:33:49.328Z] ---> Running in b2f5d9ce952c [2020-12-09T22:33:49.328Z] Removing intermediate container b2f5d9ce952c [2020-12-09T22:33:49.328Z] ---> 162d5950e295 [2020-12-09T22:33:49.328Z] Step 26/27 : LABEL git_sha=4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:33:49.590Z] ---> Running in 2a6cde5d70dc [2020-12-09T22:33:49.590Z] Removing intermediate container 2a6cde5d70dc [2020-12-09T22:33:49.590Z] ---> 341b106573ec [2020-12-09T22:33:49.590Z] Step 27/27 : LABEL version=2.0.0-dev.3 [2020-12-09T22:33:49.852Z] ---> Running in dc43839300c8 [2020-12-09T22:33:49.852Z] Removing intermediate container dc43839300c8 [2020-12-09T22:33:49.852Z] ---> 49f9a48a355d [2020-12-09T22:33:49.852Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-09T22:33:49.852Z] Successfully built 49f9a48a355d [2020-12-09T22:33:49.852Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-09T22:33:50.324Z] provisioning config files... [2020-12-09T22:33:50.354Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config3815089367184810741tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:33:50.792Z] ---> docker-login.sh [2020-12-09T22:33:50.792Z] nexus3.edgexfoundry.org:10001 [2020-12-09T22:33:50.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:33:51.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:33:51.056Z] Configure a credential helper to remove this warning. See [2020-12-09T22:33:51.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:33:51.056Z] [2020-12-09T22:33:51.056Z] Login Succeeded [2020-12-09T22:33:51.056Z] nexus3.edgexfoundry.org:10002 [2020-12-09T22:33:51.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:33:51.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:33:51.056Z] Configure a credential helper to remove this warning. See [2020-12-09T22:33:51.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:33:51.056Z] [2020-12-09T22:33:51.056Z] Login Succeeded [2020-12-09T22:33:51.056Z] nexus3.edgexfoundry.org:10003 [2020-12-09T22:33:51.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:33:51.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:33:51.319Z] Configure a credential helper to remove this warning. See [2020-12-09T22:33:51.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:33:51.319Z] [2020-12-09T22:33:51.319Z] Login Succeeded [2020-12-09T22:33:51.319Z] nexus3.edgexfoundry.org:10004 [2020-12-09T22:33:51.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:33:51.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:33:51.581Z] Configure a credential helper to remove this warning. See [2020-12-09T22:33:51.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:33:51.581Z] [2020-12-09T22:33:51.581Z] Login Succeeded [2020-12-09T22:33:51.581Z] docker.io [2020-12-09T22:33:51.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:33:51.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:33:51.843Z] Configure a credential helper to remove this warning. See [2020-12-09T22:33:51.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:33:51.843Z] [2020-12-09T22:33:51.843Z] Login Succeeded [2020-12-09T22:33:51.843Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T22:33:51.852Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-09T22:33:52.077Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-12-09T22:33:52.077Z] 4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:33:52.077Z] latest [2020-12-09T22:33:52.077Z] 2.0.0-dev.3 [2020-12-09T22:33:52.077Z] 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [2020-12-09T22:33:52.077Z] master [2020-12-09T22:33:52.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:52.599Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:52.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:33:52.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-09T22:33:52.901Z] ec22f70f0b53: Preparing [2020-12-09T22:33:52.901Z] 7253392b7d37: Preparing [2020-12-09T22:33:52.901Z] aded0542f998: Preparing [2020-12-09T22:33:52.901Z] d2d7c1dba3c6: Preparing [2020-12-09T22:33:52.901Z] 2128f98dd5fb: Preparing [2020-12-09T22:33:52.901Z] ace0eda3e3be: Preparing [2020-12-09T22:33:52.901Z] ace0eda3e3be: Waiting [2020-12-09T22:33:53.163Z] aded0542f998: Pushed [2020-12-09T22:33:53.163Z] 7253392b7d37: Pushed [2020-12-09T22:33:53.163Z] d2d7c1dba3c6: Pushed [2020-12-09T22:33:53.163Z] ace0eda3e3be: Layer already exists [2020-12-09T22:33:53.163Z] 2128f98dd5fb: Pushed [2020-12-09T22:33:54.107Z] ec22f70f0b53: Pushed [2020-12-09T22:33:54.369Z] 4516a352731f3d8180afe2aa8b87c74c30645521: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:54.674Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:54.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-12-09T22:33:54.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-09T22:33:54.976Z] ec22f70f0b53: Preparing [2020-12-09T22:33:54.976Z] 7253392b7d37: Preparing [2020-12-09T22:33:54.976Z] aded0542f998: Preparing [2020-12-09T22:33:54.976Z] d2d7c1dba3c6: Preparing [2020-12-09T22:33:54.976Z] 2128f98dd5fb: Preparing [2020-12-09T22:33:54.976Z] ace0eda3e3be: Preparing [2020-12-09T22:33:54.976Z] ace0eda3e3be: Waiting [2020-12-09T22:33:54.976Z] d2d7c1dba3c6: Layer already exists [2020-12-09T22:33:54.976Z] ec22f70f0b53: Layer already exists [2020-12-09T22:33:54.976Z] 2128f98dd5fb: Layer already exists [2020-12-09T22:33:54.976Z] 7253392b7d37: Layer already exists [2020-12-09T22:33:54.976Z] aded0542f998: Layer already exists [2020-12-09T22:33:54.976Z] ace0eda3e3be: Layer already exists [2020-12-09T22:33:54.976Z] latest: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:55.286Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:55.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.3 [2020-12-09T22:33:55.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-09T22:33:55.585Z] ec22f70f0b53: Preparing [2020-12-09T22:33:55.585Z] 7253392b7d37: Preparing [2020-12-09T22:33:55.585Z] aded0542f998: Preparing [2020-12-09T22:33:55.585Z] d2d7c1dba3c6: Preparing [2020-12-09T22:33:55.585Z] 2128f98dd5fb: Preparing [2020-12-09T22:33:55.585Z] ace0eda3e3be: Preparing [2020-12-09T22:33:55.585Z] ace0eda3e3be: Waiting [2020-12-09T22:33:55.585Z] 7253392b7d37: Layer already exists [2020-12-09T22:33:55.585Z] 2128f98dd5fb: Layer already exists [2020-12-09T22:33:55.585Z] d2d7c1dba3c6: Layer already exists [2020-12-09T22:33:55.585Z] ec22f70f0b53: Layer already exists [2020-12-09T22:33:55.585Z] aded0542f998: Layer already exists [2020-12-09T22:33:55.585Z] ace0eda3e3be: Layer already exists [2020-12-09T22:33:55.585Z] 2.0.0-dev.3: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:55.895Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:56.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [2020-12-09T22:33:56.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-09T22:33:56.196Z] ec22f70f0b53: Preparing [2020-12-09T22:33:56.196Z] 7253392b7d37: Preparing [2020-12-09T22:33:56.196Z] aded0542f998: Preparing [2020-12-09T22:33:56.196Z] d2d7c1dba3c6: Preparing [2020-12-09T22:33:56.196Z] 2128f98dd5fb: Preparing [2020-12-09T22:33:56.196Z] ace0eda3e3be: Preparing [2020-12-09T22:33:56.196Z] ace0eda3e3be: Waiting [2020-12-09T22:33:56.196Z] ec22f70f0b53: Layer already exists [2020-12-09T22:33:56.196Z] 2128f98dd5fb: Layer already exists [2020-12-09T22:33:56.196Z] aded0542f998: Layer already exists [2020-12-09T22:33:56.196Z] d2d7c1dba3c6: Layer already exists [2020-12-09T22:33:56.196Z] 7253392b7d37: Layer already exists [2020-12-09T22:33:56.196Z] ace0eda3e3be: Layer already exists [2020-12-09T22:33:56.196Z] 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:56.508Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:33:56.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-12-09T22:33:56.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-12-09T22:33:56.812Z] ec22f70f0b53: Preparing [2020-12-09T22:33:56.812Z] 7253392b7d37: Preparing [2020-12-09T22:33:56.812Z] aded0542f998: Preparing [2020-12-09T22:33:56.812Z] d2d7c1dba3c6: Preparing [2020-12-09T22:33:56.812Z] 2128f98dd5fb: Preparing [2020-12-09T22:33:56.812Z] ace0eda3e3be: Preparing [2020-12-09T22:33:56.812Z] ace0eda3e3be: Waiting [2020-12-09T22:33:56.812Z] aded0542f998: Layer already exists [2020-12-09T22:33:56.812Z] 7253392b7d37: Layer already exists [2020-12-09T22:33:56.812Z] 2128f98dd5fb: Layer already exists [2020-12-09T22:33:56.812Z] ec22f70f0b53: Layer already exists [2020-12-09T22:33:56.812Z] d2d7c1dba3c6: Layer already exists [2020-12-09T22:33:56.812Z] ace0eda3e3be: Layer already exists [2020-12-09T22:33:56.812Z] master: digest: sha256:6bcf2848cd14f9d1d9371d5b18ad05048db5a37968c1d14eaf6e976144ae36c9 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-09T22:33:57.009Z] ===================================================== [Pipeline] echo [2020-12-09T22:33:57.059Z] taggedImages: [2020-12-09T22:33:57.059Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:33:57.059Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-12-09T22:33:57.059Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.3 [2020-12-09T22:33:57.059Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [2020-12-09T22:33:57.059Z] - 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-12-09T22:34:01.565Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-12-09T22:34:01.565Z] CGO_ENABLED=1 go vet ./... [2020-12-09T22:34:05.890Z] gofmt -l . [2020-12-09T22:34:05.890Z] [ "`gofmt -l .`" = "" ] [2020-12-09T22:34:05.890Z] ./bin/test-go-mod-tidy.sh [2020-12-09T22:34:05.890Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-09T22:34:06.889Z] $ docker stop --time=1 d91f8a08ee90e98c8976f3e96bb2e9015c9353ce84949bdc0bfffccf5b668dc3 [2020-12-09T22:34:09.267Z] $ docker rm -f d91f8a08ee90e98c8976f3e96bb2e9015c9353ce84949bdc0bfffccf5b668dc3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-09T22:34:10.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-09T22:34:10.226Z] Warning: overwriting stash ‘coverage-report’ [2020-12-09T22:34:10.946Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-09T22:34:11.645Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-09T22:34:12.053Z] + ls -al . [2020-12-09T22:34:12.053Z] total 112 [2020-12-09T22:34:12.053Z] drwxrwxr-x 7 jenkins jenkins 4096 Dec 9 22:34 . [2020-12-09T22:34:12.053Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 9 22:31 .. [2020-12-09T22:34:12.053Z] -rw-rw-r-- 1 jenkins jenkins 119 Dec 9 22:31 .dockerignore [2020-12-09T22:34:12.053Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 9 22:32 .git [2020-12-09T22:34:12.053Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 9 22:31 .github [2020-12-09T22:34:12.053Z] -rw-rw-r-- 1 jenkins jenkins 93 Dec 9 22:31 .gitignore [2020-12-09T22:34:12.053Z] -rw-rw-r-- 1 jenkins jenkins 6420 Dec 9 22:31 Attribution.txt [2020-12-09T22:34:12.053Z] -rw-rw-r-- 1 jenkins jenkins 2002 Dec 9 22:31 Dockerfile [2020-12-09T22:34:12.053Z] -rw-rw-r-- 1 jenkins jenkins 966 Dec 9 22:31 Dockerfile.build [2020-12-09T22:34:12.054Z] -rw-rw-r-- 1 jenkins jenkins 687 Dec 9 22:31 Jenkinsfile [2020-12-09T22:34:12.054Z] -rw-rw-r-- 1 jenkins jenkins 10174 Dec 9 22:31 LICENSE [2020-12-09T22:34:12.054Z] -rw-rw-r-- 1 jenkins jenkins 1277 Dec 9 22:31 README.md [2020-12-09T22:34:12.054Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 9 22:29 VERSION [2020-12-09T22:34:12.054Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 9 22:31 bin [2020-12-09T22:34:12.054Z] -rw-r--r-- 1 jenkins jenkins 10 Dec 9 22:33 coverage.out [2020-12-09T22:34:12.054Z] -rw-r--r-- 1 jenkins jenkins 132 Dec 9 22:34 go.mod [2020-12-09T22:34:12.054Z] -rw-r--r-- 1 jenkins jenkins 18390 Dec 9 22:34 go.sum [2020-12-09T22:34:12.054Z] -rw-rw-r-- 1 jenkins jenkins 1519 Dec 9 22:31 main.go [2020-12-09T22:34:12.054Z] -rw-rw-r-- 1 jenkins jenkins 1573 Dec 9 22:31 makefile [2020-12-09T22:34:12.054Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 9 22:31 res [2020-12-09T22:34:12.054Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 9 22:31 snap [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:34:12.418Z] + 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=4516a352731f3d8180afe2aa8b87c74c30645521 --label arch=arm64 --label version=2.0.0-dev.3 . [2020-12-09T22:34:12.418Z] Sending build context to Docker daemon 117.8kB [2020-12-09T22:34:12.706Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-12-09T22:34:12.706Z] Step 2/27 : FROM ${BASE} AS builder [2020-12-09T22:34:12.706Z] ---> dd88d8c5a34f [2020-12-09T22:34:12.706Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-12-09T22:34:12.989Z] ---> Running in 5832082fa5fd [2020-12-09T22:34:13.586Z] Removing intermediate container 5832082fa5fd [2020-12-09T22:34:13.586Z] ---> e53861f6b72d [2020-12-09T22:34:13.586Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-12-09T22:34:13.586Z] ---> Running in b671004ea947 [2020-12-09T22:34:14.180Z] Removing intermediate container b671004ea947 [2020-12-09T22:34:14.180Z] ---> c0e531bc90e2 [2020-12-09T22:34:14.180Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T22:34:14.180Z] ---> Running in 2e8b7878d9be [2020-12-09T22:34:14.776Z] Removing intermediate container 2e8b7878d9be [2020-12-09T22:34:14.776Z] ---> ee90d58bac47 [2020-12-09T22:34:14.776Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-09T22:34:14.776Z] ---> Running in eec50c83a9d3 [2020-12-09T22:34:17.397Z] Removing intermediate container eec50c83a9d3 [2020-12-09T22:34:17.397Z] ---> f6f86014d5d0 [2020-12-09T22:34:17.397Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-09T22:34:17.397Z] ---> Running in 5611192d6a1c [2020-12-09T22:34:18.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T22:34:18.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T22:34:19.947Z] OK: 144 MiB in 45 packages [2020-12-09T22:34:20.924Z] Removing intermediate container 5611192d6a1c [2020-12-09T22:34:20.924Z] ---> 12a2cbbafbec [2020-12-09T22:34:20.924Z] Step 8/27 : WORKDIR /app [2020-12-09T22:34:20.924Z] ---> Running in bb042982784d [2020-12-09T22:34:21.517Z] Removing intermediate container bb042982784d [2020-12-09T22:34:21.517Z] ---> ff1225cb444c [2020-12-09T22:34:21.517Z] Step 9/27 : COPY go.mod . [2020-12-09T22:34:22.495Z] ---> 621992dce6b3 [2020-12-09T22:34:22.495Z] Step 10/27 : RUN go mod download [2020-12-09T22:34:22.495Z] ---> Running in 73e16a8a2942 [2020-12-09T22:34:24.478Z] Removing intermediate container 73e16a8a2942 [2020-12-09T22:34:24.478Z] ---> 816e6e66c4ac [2020-12-09T22:34:24.478Z] Step 11/27 : COPY . . [2020-12-09T22:34:25.461Z] ---> 52d338212f27 [2020-12-09T22:34:25.461Z] Step 12/27 : ARG MAKE="make build" [2020-12-09T22:34:25.461Z] ---> Running in ba2e36374e53 [2020-12-09T22:34:26.060Z] Removing intermediate container ba2e36374e53 [2020-12-09T22:34:26.060Z] ---> 251b2f4b6f7b [2020-12-09T22:34:26.060Z] Step 13/27 : RUN $MAKE [2020-12-09T22:34:26.060Z] ---> Running in bd3a2957db17 [2020-12-09T22:34:27.044Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.1-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=2.0.0-dev.3" -o app-service-configurable [2020-12-09T22:34:59.404Z] Removing intermediate container bd3a2957db17 [2020-12-09T22:34:59.404Z] ---> 853037100f83 [2020-12-09T22:34:59.404Z] Step 14/27 : FROM alpine:latest [2020-12-09T22:35:00.379Z] latest: Pulling from library/alpine [2020-12-09T22:35:00.379Z] 5f621e34cdf4: Already exists [2020-12-09T22:35:00.379Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-09T22:35:00.379Z] Status: Downloaded newer image for alpine:latest [2020-12-09T22:35:00.379Z] ---> 2e77e061c27f [2020-12-09T22:35:00.379Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-09T22:35:00.663Z] ---> Running in 607ad861daa6 [2020-12-09T22:35:01.260Z] Removing intermediate container 607ad861daa6 [2020-12-09T22:35:01.260Z] ---> 24c6c3a18725 [2020-12-09T22:35:01.260Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-12-09T22:35:01.260Z] ---> Running in feadf6f1be1c [2020-12-09T22:35:01.857Z] Removing intermediate container feadf6f1be1c [2020-12-09T22:35:01.857Z] ---> d774691b551a [2020-12-09T22:35:01.857Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-12-09T22:35:01.857Z] ---> Running in 3f8b16c0e270 [2020-12-09T22:35:02.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-09T22:35:03.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-09T22:35:03.699Z] (1/6) Installing ca-certificates (20191127-r4) [2020-12-09T22:35:03.699Z] (2/6) Installing libgcc (9.3.0-r2) [2020-12-09T22:35:03.984Z] (3/6) Installing libsodium (1.0.18-r0) [2020-12-09T22:35:03.984Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-12-09T22:35:03.984Z] (5/6) Installing libzmq (4.3.3-r0) [2020-12-09T22:35:03.984Z] (6/6) Installing zeromq (4.3.3-r0) [2020-12-09T22:35:03.984Z] Executing busybox-1.31.1-r19.trigger [2020-12-09T22:35:03.984Z] Executing ca-certificates-20191127-r4.trigger [2020-12-09T22:35:04.261Z] OK: 9 MiB in 20 packages [2020-12-09T22:35:06.237Z] Removing intermediate container 3f8b16c0e270 [2020-12-09T22:35:06.237Z] ---> 2c4034cb5da3 [2020-12-09T22:35:06.237Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-12-09T22:35:06.510Z] ---> ff3eaf6cee2c [2020-12-09T22:35:06.510Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-12-09T22:35:07.104Z] ---> 9a082b7ccf86 [2020-12-09T22:35:07.104Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-12-09T22:35:08.079Z] ---> ba01c89c7390 [2020-12-09T22:35:08.079Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-12-09T22:35:09.509Z] ---> c662467be24e [2020-12-09T22:35:09.509Z] Step 22/27 : EXPOSE 48095 [2020-12-09T22:35:09.509Z] ---> Running in d864dca5d3c0 [2020-12-09T22:35:09.780Z] Removing intermediate container d864dca5d3c0 [2020-12-09T22:35:09.780Z] ---> ea034bd125ec [2020-12-09T22:35:09.780Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-12-09T22:35:10.049Z] ---> Running in bbbde632158c [2020-12-09T22:35:10.320Z] Removing intermediate container bbbde632158c [2020-12-09T22:35:10.320Z] ---> e42921226fa8 [2020-12-09T22:35:10.320Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-09T22:35:10.595Z] ---> Running in e40fcae5ef02 [2020-12-09T22:35:10.867Z] Removing intermediate container e40fcae5ef02 [2020-12-09T22:35:10.867Z] ---> 251c3e31720b [2020-12-09T22:35:10.867Z] Step 25/27 : LABEL arch=arm64 [2020-12-09T22:35:11.140Z] ---> Running in ddda7215d231 [2020-12-09T22:35:11.413Z] Removing intermediate container ddda7215d231 [2020-12-09T22:35:11.413Z] ---> a52d18f1649f [2020-12-09T22:35:11.413Z] Step 26/27 : LABEL git_sha=4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:35:11.685Z] ---> Running in 2bb4bfbb5437 [2020-12-09T22:35:12.280Z] Removing intermediate container 2bb4bfbb5437 [2020-12-09T22:35:12.280Z] ---> e1c54f4ddf61 [2020-12-09T22:35:12.280Z] Step 27/27 : LABEL version=2.0.0-dev.3 [2020-12-09T22:35:12.280Z] ---> Running in 44e6e0e82e88 [2020-12-09T22:35:12.875Z] Removing intermediate container 44e6e0e82e88 [2020-12-09T22:35:12.875Z] ---> d13018473021 [2020-12-09T22:35:12.875Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-09T22:35:12.875Z] Successfully built d13018473021 [2020-12-09T22:35:12.875Z] 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-12-09T22:35:13.401Z] provisioning config files... [2020-12-09T22:35:13.434Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config3445684352709660002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:35:13.838Z] ---> docker-login.sh [2020-12-09T22:35:13.838Z] nexus3.edgexfoundry.org:10001 [2020-12-09T22:35:14.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:35:14.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:35:14.383Z] Configure a credential helper to remove this warning. See [2020-12-09T22:35:14.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:35:14.383Z] [2020-12-09T22:35:14.383Z] Login Succeeded [2020-12-09T22:35:14.383Z] nexus3.edgexfoundry.org:10002 [2020-12-09T22:35:14.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:35:14.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:35:14.925Z] Configure a credential helper to remove this warning. See [2020-12-09T22:35:14.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:35:14.925Z] [2020-12-09T22:35:14.925Z] Login Succeeded [2020-12-09T22:35:14.925Z] nexus3.edgexfoundry.org:10003 [2020-12-09T22:35:15.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:35:15.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:35:15.469Z] Configure a credential helper to remove this warning. See [2020-12-09T22:35:15.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:35:15.470Z] [2020-12-09T22:35:15.470Z] Login Succeeded [2020-12-09T22:35:15.470Z] nexus3.edgexfoundry.org:10004 [2020-12-09T22:35:15.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:35:16.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:35:16.013Z] Configure a credential helper to remove this warning. See [2020-12-09T22:35:16.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:35:16.013Z] [2020-12-09T22:35:16.013Z] Login Succeeded [2020-12-09T22:35:16.013Z] docker.io [2020-12-09T22:35:16.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-09T22:35:16.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-09T22:35:16.560Z] Configure a credential helper to remove this warning. See [2020-12-09T22:35:16.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-09T22:35:16.560Z] [2020-12-09T22:35:16.560Z] Login Succeeded [2020-12-09T22:35:16.829Z] ---> docker-login.sh ends [Pipeline] } [2020-12-09T22:35:16.845Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-09T22:35:17.052Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-12-09T22:35:17.052Z] 4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:35:17.052Z] latest [2020-12-09T22:35:17.052Z] 2.0.0-dev.3 [2020-12-09T22:35:17.052Z] 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [2020-12-09T22:35:17.052Z] master [2020-12-09T22:35:17.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:17.570Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:17.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:35:17.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-09T22:35:17.923Z] dcea6ba70697: Preparing [2020-12-09T22:35:17.923Z] 39f1452c44a8: Preparing [2020-12-09T22:35:17.923Z] 50b6c368982a: Preparing [2020-12-09T22:35:17.923Z] 4674cbc7f6ed: Preparing [2020-12-09T22:35:17.923Z] 78ab7bdd4a9d: Preparing [2020-12-09T22:35:17.923Z] cd3761cfa1d9: Preparing [2020-12-09T22:35:17.923Z] cd3761cfa1d9: Waiting [2020-12-09T22:35:18.197Z] 4674cbc7f6ed: Pushed [2020-12-09T22:35:18.197Z] 39f1452c44a8: Pushed [2020-12-09T22:35:18.197Z] cd3761cfa1d9: Layer already exists [2020-12-09T22:35:18.197Z] 50b6c368982a: Pushed [2020-12-09T22:35:19.168Z] 78ab7bdd4a9d: Pushed [2020-12-09T22:35:21.128Z] dcea6ba70697: Pushed [2020-12-09T22:35:21.399Z] 4516a352731f3d8180afe2aa8b87c74c30645521: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:21.743Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:22.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-12-09T22:35:22.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-09T22:35:22.081Z] dcea6ba70697: Preparing [2020-12-09T22:35:22.081Z] 39f1452c44a8: Preparing [2020-12-09T22:35:22.081Z] 50b6c368982a: Preparing [2020-12-09T22:35:22.081Z] 4674cbc7f6ed: Preparing [2020-12-09T22:35:22.081Z] 78ab7bdd4a9d: Preparing [2020-12-09T22:35:22.081Z] cd3761cfa1d9: Preparing [2020-12-09T22:35:22.081Z] cd3761cfa1d9: Waiting [2020-12-09T22:35:22.081Z] dcea6ba70697: Layer already exists [2020-12-09T22:35:22.081Z] 4674cbc7f6ed: Layer already exists [2020-12-09T22:35:22.081Z] 78ab7bdd4a9d: Layer already exists [2020-12-09T22:35:22.351Z] 50b6c368982a: Layer already exists [2020-12-09T22:35:22.351Z] 39f1452c44a8: Layer already exists [2020-12-09T22:35:22.351Z] cd3761cfa1d9: Layer already exists [2020-12-09T22:35:22.351Z] latest: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:22.694Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:23.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.3 [2020-12-09T22:35:23.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-09T22:35:23.030Z] dcea6ba70697: Preparing [2020-12-09T22:35:23.030Z] 39f1452c44a8: Preparing [2020-12-09T22:35:23.030Z] 50b6c368982a: Preparing [2020-12-09T22:35:23.030Z] 4674cbc7f6ed: Preparing [2020-12-09T22:35:23.030Z] 78ab7bdd4a9d: Preparing [2020-12-09T22:35:23.030Z] cd3761cfa1d9: Preparing [2020-12-09T22:35:23.030Z] cd3761cfa1d9: Waiting [2020-12-09T22:35:23.030Z] 39f1452c44a8: Layer already exists [2020-12-09T22:35:23.030Z] 50b6c368982a: Layer already exists [2020-12-09T22:35:23.030Z] 78ab7bdd4a9d: Layer already exists [2020-12-09T22:35:23.030Z] dcea6ba70697: Layer already exists [2020-12-09T22:35:23.030Z] 4674cbc7f6ed: Layer already exists [2020-12-09T22:35:23.299Z] cd3761cfa1d9: Layer already exists [2020-12-09T22:35:23.299Z] 2.0.0-dev.3: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:23.639Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:23.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [2020-12-09T22:35:23.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-09T22:35:23.975Z] dcea6ba70697: Preparing [2020-12-09T22:35:23.975Z] 39f1452c44a8: Preparing [2020-12-09T22:35:23.975Z] 50b6c368982a: Preparing [2020-12-09T22:35:23.975Z] 4674cbc7f6ed: Preparing [2020-12-09T22:35:23.975Z] 78ab7bdd4a9d: Preparing [2020-12-09T22:35:23.975Z] cd3761cfa1d9: Preparing [2020-12-09T22:35:23.975Z] cd3761cfa1d9: Waiting [2020-12-09T22:35:24.246Z] 39f1452c44a8: Layer already exists [2020-12-09T22:35:24.246Z] 50b6c368982a: Layer already exists [2020-12-09T22:35:24.246Z] 78ab7bdd4a9d: Layer already exists [2020-12-09T22:35:24.246Z] dcea6ba70697: Layer already exists [2020-12-09T22:35:24.246Z] 4674cbc7f6ed: Layer already exists [2020-12-09T22:35:24.246Z] cd3761cfa1d9: Layer already exists [2020-12-09T22:35:24.246Z] 4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:24.586Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:24.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-12-09T22:35:24.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-12-09T22:35:24.920Z] dcea6ba70697: Preparing [2020-12-09T22:35:24.920Z] 39f1452c44a8: Preparing [2020-12-09T22:35:24.920Z] 50b6c368982a: Preparing [2020-12-09T22:35:24.920Z] 4674cbc7f6ed: Preparing [2020-12-09T22:35:24.920Z] 78ab7bdd4a9d: Preparing [2020-12-09T22:35:24.920Z] cd3761cfa1d9: Preparing [2020-12-09T22:35:24.920Z] cd3761cfa1d9: Waiting [2020-12-09T22:35:25.215Z] dcea6ba70697: Layer already exists [2020-12-09T22:35:25.215Z] 4674cbc7f6ed: Layer already exists [2020-12-09T22:35:25.215Z] 50b6c368982a: Layer already exists [2020-12-09T22:35:25.215Z] 78ab7bdd4a9d: Layer already exists [2020-12-09T22:35:25.215Z] 39f1452c44a8: Layer already exists [2020-12-09T22:35:25.215Z] cd3761cfa1d9: Layer already exists [2020-12-09T22:35:25.215Z] master: digest: sha256:67d64c76e9ca40c59333a87361e8594a9350997414456e2c732f40e745382c1e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-09T22:35:25.465Z] ===================================================== [Pipeline] echo [2020-12-09T22:35:25.537Z] taggedImages: [2020-12-09T22:35:25.537Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521 [2020-12-09T22:35:25.537Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-12-09T22:35:25.537Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.3 [2020-12-09T22:35:25.537Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4516a352731f3d8180afe2aa8b87c74c30645521-2.0.0-dev.3 [2020-12-09T22:35:25.537Z] - 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-12-09T22:35:27.190Z] provisioning config files... [2020-12-09T22:35:27.199Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2888047545512394976tmp [Pipeline] { [Pipeline] sh [2020-12-09T22:35:27.581Z] + set +x [2020-12-09T22:35:27.581Z] + curl -s https://codecov.io/bash [2020-12-09T22:35:27.581Z] + bash -s -- [2020-12-09T22:35:27.843Z] [2020-12-09T22:35:27.843Z] _____ _ [2020-12-09T22:35:27.843Z] / ____| | | [2020-12-09T22:35:27.843Z] | | ___ __| | ___ ___ _____ __ [2020-12-09T22:35:27.843Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-09T22:35:27.843Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-09T22:35:27.843Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-09T22:35:27.843Z] Bash-20201130-cc6d3fe [2020-12-09T22:35:27.843Z] [2020-12-09T22:35:27.843Z] [2020-12-09T22:35:27.843Z] ==> Jenkins CI detected. [2020-12-09T22:35:27.843Z] project root: . [2020-12-09T22:35:27.843Z] --> token set from env [2020-12-09T22:35:27.843Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-09T22:35:27.843Z] ==> Running gcov in . (disable via -X gcov) [2020-12-09T22:35:27.843Z] ==> Python coveragepy not found [2020-12-09T22:35:27.843Z] ==> Searching for coverage reports in: [2020-12-09T22:35:27.843Z] + . [2020-12-09T22:35:27.843Z] -> Found 1 reports [2020-12-09T22:35:27.843Z] ==> Detecting git/mercurial file structure [2020-12-09T22:35:27.843Z] ==> Reading reports [2020-12-09T22:35:27.843Z] + ./coverage.out bytes=10 [2020-12-09T22:35:27.843Z] ==> Appending adjustments [2020-12-09T22:35:27.843Z] https://docs.codecov.io/docs/fixing-reports [2020-12-09T22:35:27.843Z] + Found adjustments [2020-12-09T22:35:27.843Z] ==> Gzipping contents [2020-12-09T22:35:27.843Z] 4.0K /tmp/codecov.a4uPeh.gz [2020-12-09T22:35:27.843Z] ==> Uploading reports [2020-12-09T22:35:27.843Z] url: https://codecov.io [2020-12-09T22:35:27.843Z] query: branch=master&commit=4516a352731f3d8180afe2aa8b87c74c30645521&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-09T22:35:27.843Z] -> Pinging Codecov [2020-12-09T22:35:27.843Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=4516a352731f3d8180afe2aa8b87c74c30645521&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-09T22:35:28.417Z] -> Uploading to [2020-12-09T22:35:28.417Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-09/A97CA9966030D2A3747ED39772930CCE/4516a352731f3d8180afe2aa8b87c74c30645521/08f2a5d0-8208-4b93-bd37-d39e811c829a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201209T223528Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=58efc9d7cdd17ebf2d0731a8229af00ec273d3dd6230e7929710524a8eb330d3 [2020-12-09T22:35:28.417Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-09T22:35:28.417Z] Dload Upload Total Spent Left Speed [2020-12-09T22:35:28.990Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 942 --:--:-- --:--:-- --:--:-- 945 [2020-12-09T22:35:28.990Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] } [2020-12-09T22:35:28.999Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-09T22:35:29.968Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-09T22:35:30.025Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:30.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-09T22:35:30.366Z] [2020-12-09T22:35:30.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:35:30.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-09T22:35:30.715Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-09T22:35:30.715Z] 188c0c94c7c5: Pulling fs layer [2020-12-09T22:35:30.715Z] 0ef7d3d256c8: Pulling fs layer [2020-12-09T22:35:30.715Z] de9db76c5a1d: Pulling fs layer [2020-12-09T22:35:30.715Z] 0eba1c9be4d2: Pulling fs layer [2020-12-09T22:35:30.715Z] 0d57e429df01: Pulling fs layer [2020-12-09T22:35:30.715Z] 4e4be7b47b0d: Pulling fs layer [2020-12-09T22:35:30.715Z] e1f770b5df2f: Pulling fs layer [2020-12-09T22:35:30.715Z] 85a0685a4137: Pulling fs layer [2020-12-09T22:35:30.715Z] 0d57e429df01: Waiting [2020-12-09T22:35:30.715Z] 4e4be7b47b0d: Waiting [2020-12-09T22:35:30.715Z] e1f770b5df2f: Waiting [2020-12-09T22:35:30.715Z] 85a0685a4137: Waiting [2020-12-09T22:35:30.715Z] 0eba1c9be4d2: Waiting [2020-12-09T22:35:30.715Z] de9db76c5a1d: Verifying Checksum [2020-12-09T22:35:30.715Z] de9db76c5a1d: Download complete [2020-12-09T22:35:30.715Z] 0ef7d3d256c8: Download complete [2020-12-09T22:35:30.715Z] 0d57e429df01: Verifying Checksum [2020-12-09T22:35:30.715Z] 0d57e429df01: Download complete [2020-12-09T22:35:30.715Z] 4e4be7b47b0d: Download complete [2020-12-09T22:35:30.715Z] 188c0c94c7c5: Download complete [2020-12-09T22:35:30.983Z] 188c0c94c7c5: Pull complete [2020-12-09T22:35:31.245Z] 0ef7d3d256c8: Pull complete [2020-12-09T22:35:31.508Z] de9db76c5a1d: Pull complete [2020-12-09T22:35:32.459Z] e1f770b5df2f: Verifying Checksum [2020-12-09T22:35:32.459Z] e1f770b5df2f: Download complete [2020-12-09T22:35:34.400Z] 0eba1c9be4d2: Verifying Checksum [2020-12-09T22:35:34.400Z] 0eba1c9be4d2: Download complete [2020-12-09T22:35:34.986Z] 85a0685a4137: Verifying Checksum [2020-12-09T22:35:34.986Z] 85a0685a4137: Download complete [2020-12-09T22:35:39.217Z] 0eba1c9be4d2: Pull complete [2020-12-09T22:35:39.217Z] 0d57e429df01: Pull complete [2020-12-09T22:35:39.481Z] 4e4be7b47b0d: Pull complete [2020-12-09T22:35:41.406Z] e1f770b5df2f: Pull complete [2020-12-09T22:35:48.125Z] 85a0685a4137: Pull complete [2020-12-09T22:35:48.125Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-09T22:35:48.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-09T22:35:48.125Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-09T22:35:48.323Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:35:48.377Z] $ 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-12-09T22:35:49.332Z] $ docker top d2345c411fecbb67caeca6e3823a4dc6cd1d564d2283b7b0116ea89d0f99bfaf -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-09T22:35:49.600Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-09T22:35:49.894Z] + set -o pipefail [2020-12-09T22:35:49.894Z] + snyk monitor '--org=edgex-jenkins' [2020-12-09T22:36:08.030Z] [2020-12-09T22:36:08.030Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-12-09T22:36:08.030Z] [2020-12-09T22:36:08.030Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/2ae875ff-78bd-46be-926d-8b3097d301e0 [2020-12-09T22:36:08.030Z] [2020-12-09T22:36:08.030Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-09T22:36:08.030Z] [2020-12-09T22:36:08.030Z] [2020-12-09T22:36:08.030Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-09T22:36:08.030Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-09T22:36:08.048Z] $ docker stop --time=1 d2345c411fecbb67caeca6e3823a4dc6cd1d564d2283b7b0116ea89d0f99bfaf [2020-12-09T22:36:10.958Z] $ docker rm -f d2345c411fecbb67caeca6e3823a4dc6cd1d564d2283b7b0116ea89d0f99bfaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-09T22:36:11.897Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521, dockerFile=Dockerfile [Pipeline] echo [2020-12-09T22:36:11.900Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-09T22:36:12.204Z] + set -o pipefail [2020-12-09T22:36:12.204Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-09T22:36:12.204Z] + tee .snyk [2020-12-09T22:36:12.468Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-09T22:36:12.468Z] version: v1.14.1 [2020-12-09T22:36:12.468Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-09T22:36:12.468Z] ignore: [2020-12-09T22:36:12.468Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-09T22:36:12.468Z] - '*': [2020-12-09T22:36:12.468Z] reason: does not apply # justification for ignoring [2020-12-09T22:36:12.468Z] expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 [2020-12-09T22:36:12.468Z] SNYK-ALPINE312-JQ-588886: [2020-12-09T22:36:12.468Z] - '*': [2020-12-09T22:36:12.468Z] reason: false positive [2020-12-09T22:36:12.468Z] expires: 2021-01-01T00:00:00 [2020-12-09T22:36:12.468Z] SNYK-GOLANG-GITHUBCOMDGRIJALVAJWTGO-596515: [2020-12-09T22:36:12.468Z] - '*': [2020-12-09T22:36:12.468Z] reason: does not apply [2020-12-09T22:36:12.468Z] expires: 2021-01-01T00:00:00 [2020-12-09T22:36:12.468Z] # patch: {} [Pipeline] withCredentials [2020-12-09T22:36:12.575Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:36:12.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-09T22:36:12.918Z] . [Pipeline] withDockerContainer [2020-12-09T22:36:13.016Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:36:13.060Z] $ 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-12-09T22:36:14.004Z] $ docker top f1c5cd6ddd9481cbb1a9e12c165ca0427ddbbe399ec5cc5455b5e432a3276f8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T22:36:14.527Z] + rm -f snykReport.html [Pipeline] echo [2020-12-09T22:36:14.537Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-09T22:36:14.827Z] + set -o pipefail [2020-12-09T22:36:14.828Z] + snyk-to-html -o snykReport.html [2020-12-09T22:36:14.828Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4516a352731f3d8180afe2aa8b87c74c30645521 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-09T22:36:24.883Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-09T22:36:24.899Z] $ docker stop --time=1 f1c5cd6ddd9481cbb1a9e12c165ca0427ddbbe399ec5cc5455b5e432a3276f8d [2020-12-09T22:36:26.449Z] $ docker rm -f f1c5cd6ddd9481cbb1a9e12c165ca0427ddbbe399ec5cc5455b5e432a3276f8d [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-12-09T22:36:28.061Z] + git log --format=format:%s -1 4516a352731f3d8180afe2aa8b87c74c30645521 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:36:28.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T22:36:28.375Z] . [Pipeline] withDockerContainer [2020-12-09T22:36:28.472Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:36:28.516Z] $ 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-12-09T22:36:29.338Z] $ docker top b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T22:36:29.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T22:36:29.966Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T22:36:30.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T22:36:30.195Z] $ docker exec b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f ssh-agent [2020-12-09T22:36:30.365Z] SSH_AUTH_SOCK=/tmp/ssh-acLWv4odHzGY/agent.11 [2020-12-09T22:36:30.365Z] SSH_AGENT_PID=16 [2020-12-09T22:36:30.372Z] Running ssh-add (command line suppressed) [2020-12-09T22:36:30.531Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3615118843093280236.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3615118843093280236.key) [2020-12-09T22:36:30.594Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T22:36:30.949Z] + git semver tag [2020-12-09T22:36:30.949Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T22:36:30.949Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-09T22:36:30.949Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-09T22:36:30.949Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T22:36:30.949Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T22:36:30.949Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T22:36:30.949Z] # $SEMVER_BRANCH = master [2020-12-09T22:36:30.949Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-12-09T22:36:30.949Z] # 4516a352731f3d8180afe2aa8b87c74c30645521 HEAD [2020-12-09T22:36:30.949Z] # -> Force: false [2020-12-09T22:36:30.949Z] # 30ee47814c9b8ee0f5b5dbcb50585174c626bd84 refs/tags/v2.0.0-dev.3 [Pipeline] } [2020-12-09T22:36:30.964Z] $ docker exec --env ******** --env ******** b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f ssh-agent -k [2020-12-09T22:36:31.081Z] unset SSH_AUTH_SOCK; [2020-12-09T22:36:31.082Z] unset SSH_AGENT_PID; [2020-12-09T22:36:31.082Z] echo Agent pid 16 killed; [2020-12-09T22:36:31.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T22:36:31.634Z] + git semver [Pipeline] } [2020-12-09T22:36:31.653Z] $ docker stop --time=1 b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f [2020-12-09T22:36:33.123Z] $ docker rm -f b86e26af980794c7be0ec6ab33fe25b3e229e2a88cf649b1265212e610505d7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:36:33.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-09T22:36:33.804Z] [2020-12-09T22:36:33.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:36:34.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-09T22:36:34.158Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-09T22:36:34.158Z] ab5ef0e58194: Pulling fs layer [2020-12-09T22:36:34.158Z] 9712f1f96733: Pulling fs layer [2020-12-09T22:36:34.158Z] 63f879dbbcfc: Pulling fs layer [2020-12-09T22:36:34.158Z] 0d9ebad4ef96: Pulling fs layer [2020-12-09T22:36:34.158Z] e9a5061849ea: Pulling fs layer [2020-12-09T22:36:34.158Z] d747dcd14b5f: Pulling fs layer [2020-12-09T22:36:34.158Z] 2de7ff778b66: Pulling fs layer [2020-12-09T22:36:34.158Z] e9a5061849ea: Waiting [2020-12-09T22:36:34.158Z] d747dcd14b5f: Waiting [2020-12-09T22:36:34.158Z] 2de7ff778b66: Waiting [2020-12-09T22:36:34.158Z] 0d9ebad4ef96: Waiting [2020-12-09T22:36:34.158Z] 9712f1f96733: Verifying Checksum [2020-12-09T22:36:34.158Z] 9712f1f96733: Download complete [2020-12-09T22:36:36.083Z] 63f879dbbcfc: Verifying Checksum [2020-12-09T22:36:36.083Z] 63f879dbbcfc: Download complete [2020-12-09T22:36:36.388Z] e9a5061849ea: Verifying Checksum [2020-12-09T22:36:36.388Z] e9a5061849ea: Download complete [2020-12-09T22:36:36.388Z] d747dcd14b5f: Verifying Checksum [2020-12-09T22:36:36.388Z] d747dcd14b5f: Download complete [2020-12-09T22:36:36.968Z] 2de7ff778b66: Verifying Checksum [2020-12-09T22:36:36.968Z] 2de7ff778b66: Download complete [2020-12-09T22:36:37.230Z] ab5ef0e58194: Verifying Checksum [2020-12-09T22:36:37.230Z] ab5ef0e58194: Download complete [2020-12-09T22:36:37.230Z] 0d9ebad4ef96: Verifying Checksum [2020-12-09T22:36:37.230Z] 0d9ebad4ef96: Download complete [2020-12-09T22:36:41.451Z] ab5ef0e58194: Pull complete [2020-12-09T22:36:41.451Z] 9712f1f96733: Pull complete [2020-12-09T22:36:44.781Z] 63f879dbbcfc: Pull complete [2020-12-09T22:36:51.427Z] 0d9ebad4ef96: Pull complete [2020-12-09T22:36:52.832Z] e9a5061849ea: Pull complete [2020-12-09T22:36:52.832Z] d747dcd14b5f: Pull complete [2020-12-09T22:36:55.432Z] 2de7ff778b66: Pull complete [2020-12-09T22:36:55.432Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-09T22:36:55.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-09T22:36:55.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-09T22:36:55.599Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:36:55.653Z] $ 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-12-09T22:36:59.876Z] $ docker top 1a8e3a963b635eeb0a0e0e224447ddee31292fb9163b3b8cc87fd3583b9d1eb8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-09T22:37:00.131Z] provisioning config files... [2020-12-09T22:37:00.144Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8871599006525506410tmp [2020-12-09T22:37:00.159Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config1047538609912049924tmp [2020-12-09T22:37:00.173Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6792995803848013132tmp [Pipeline] { [Pipeline] echo [2020-12-09T22:37:00.255Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:00.556Z] ---> sigul-configuration.sh [2020-12-09T22:37:00.556Z] gpg: directory `/root/.gnupg' created [2020-12-09T22:37:00.556Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-09T22:37:00.556Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-09T22:37:00.556Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-09T22:37:00.556Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-09T22:37:00.556Z] gpg: CAST5 encrypted data [2020-12-09T22:37:00.817Z] gpg: encrypted with 1 passphrase [2020-12-09T22:37:00.817Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-09T22:37:01.114Z] + mkdir /home/jenkins [2020-12-09T22:37:01.114Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-09T22:37:01.500Z] + 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-12-09T22:37:01.537Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:01.838Z] ---> sigul-install.sh [2020-12-09T22:37:08.441Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-09T22:37:08.743Z] + git tag --list [2020-12-09T22:37:08.743Z] v1.0.0 [2020-12-09T22:37:08.743Z] v1.1.0 [2020-12-09T22:37:08.743Z] v1.2.0 [2020-12-09T22:37:08.743Z] v1.2.1-dev.1 [2020-12-09T22:37:08.743Z] v1.2.1-dev.10 [2020-12-09T22:37:08.743Z] v1.2.1-dev.11 [2020-12-09T22:37:08.743Z] v1.2.1-dev.12 [2020-12-09T22:37:08.743Z] v1.2.1-dev.13 [2020-12-09T22:37:08.743Z] v1.2.1-dev.14 [2020-12-09T22:37:08.743Z] v1.2.1-dev.15 [2020-12-09T22:37:08.743Z] v1.2.1-dev.16 [2020-12-09T22:37:08.743Z] v1.2.1-dev.17 [2020-12-09T22:37:08.743Z] v1.2.1-dev.18 [2020-12-09T22:37:08.744Z] v1.2.1-dev.19 [2020-12-09T22:37:08.744Z] v1.2.1-dev.2 [2020-12-09T22:37:08.744Z] v1.2.1-dev.20 [2020-12-09T22:37:08.744Z] v1.2.1-dev.21 [2020-12-09T22:37:08.744Z] v1.2.1-dev.22 [2020-12-09T22:37:08.744Z] v1.2.1-dev.23 [2020-12-09T22:37:08.744Z] v1.2.1-dev.3 [2020-12-09T22:37:08.744Z] v1.2.1-dev.4 [2020-12-09T22:37:08.744Z] v1.2.1-dev.5 [2020-12-09T22:37:08.744Z] v1.2.1-dev.6 [2020-12-09T22:37:08.744Z] v1.2.1-dev.7 [2020-12-09T22:37:08.744Z] v1.2.1-dev.8 [2020-12-09T22:37:08.744Z] v1.2.1-dev.9 [2020-12-09T22:37:08.744Z] v1.3.0 [2020-12-09T22:37:08.744Z] v1.3.1-dev.1 [2020-12-09T22:37:08.744Z] v2.0.0-dev.1 [2020-12-09T22:37:08.744Z] v2.0.0-dev.2 [2020-12-09T22:37:08.744Z] v2.0.0-dev.3 [Pipeline] sh [2020-12-09T22:37:09.044Z] + lftools sign git-tag v2.0.0-dev.3 [2020-12-09T22:37:10.431Z] Signing Git tag with Sigul... [2020-12-09T22:37:10.431Z] Signing v2.0.0-dev.3 [Pipeline] echo [2020-12-09T22:37:11.387Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:11.684Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-09T22:37:11.698Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-09T22:37:11.825Z] $ docker stop --time=1 1a8e3a963b635eeb0a0e0e224447ddee31292fb9163b3b8cc87fd3583b9d1eb8 [2020-12-09T22:37:13.920Z] $ docker rm -f 1a8e3a963b635eeb0a0e0e224447ddee31292fb9163b3b8cc87fd3583b9d1eb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:37:14.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T22:37:14.879Z] . [Pipeline] withDockerContainer [2020-12-09T22:37:14.984Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:37:15.030Z] $ 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-12-09T22:37:15.890Z] $ docker top 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T22:37:16.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T22:37:16.212Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T22:37:16.439Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T22:37:16.445Z] $ docker exec 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d ssh-agent [2020-12-09T22:37:16.630Z] SSH_AUTH_SOCK=/tmp/ssh-X1p5KFpANVEk/agent.11 [2020-12-09T22:37:16.630Z] SSH_AGENT_PID=16 [2020-12-09T22:37:16.638Z] Running ssh-add (command line suppressed) [2020-12-09T22:37:16.781Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4994629342555925427.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4994629342555925427.key) [2020-12-09T22:37:16.851Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T22:37:17.189Z] + git semver bump pre [2020-12-09T22:37:17.189Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T22:37:17.190Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-09T22:37:17.190Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-09T22:37:17.190Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T22:37:17.190Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T22:37:17.190Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T22:37:17.190Z] # $SEMVER_BRANCH = master [2020-12-09T22:37:17.190Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-12-09T22:37:17.190Z] 2.0.0-dev.4 [Pipeline] } [2020-12-09T22:37:17.203Z] $ docker exec --env ******** --env ******** 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d ssh-agent -k [2020-12-09T22:37:17.330Z] unset SSH_AUTH_SOCK; [2020-12-09T22:37:17.330Z] unset SSH_AGENT_PID; [2020-12-09T22:37:17.330Z] echo Agent pid 16 killed; [2020-12-09T22:37:17.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T22:37:17.845Z] + git semver [Pipeline] } [2020-12-09T22:37:17.863Z] $ docker stop --time=1 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d [2020-12-09T22:37:19.363Z] $ docker rm -f 121d4b2a8071ef00a97aa03202c92fe6c4d18d35488d1e0d7cbaf7f8ff996e1d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:37:19.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-09T22:37:19.881Z] . [Pipeline] withDockerContainer [2020-12-09T22:37:19.982Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:37:20.031Z] $ 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-12-09T22:37:20.818Z] $ docker top df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-09T22:37:21.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-09T22:37:21.161Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-09T22:37:21.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-09T22:37:21.368Z] $ docker exec df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 ssh-agent [2020-12-09T22:37:21.598Z] SSH_AUTH_SOCK=/tmp/ssh-ZOTQ8sd4jHx4/agent.12 [2020-12-09T22:37:21.598Z] SSH_AGENT_PID=18 [2020-12-09T22:37:21.606Z] Running ssh-add (command line suppressed) [2020-12-09T22:37:21.742Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4720672240242505233.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4720672240242505233.key) [2020-12-09T22:37:21.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-09T22:37:22.141Z] + git semver push [2020-12-09T22:37:22.141Z] # -> Open(): unable to determine branch for HEAD [2020-12-09T22:37:22.141Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-12-09T22:37:22.141Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-12-09T22:37:22.141Z] # $SEMVER_REMOTE_NAME = origin [2020-12-09T22:37:22.141Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-09T22:37:22.141Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-09T22:37:22.141Z] # $SEMVER_BRANCH = master [2020-12-09T22:37:22.141Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-12-09T22:37:28.750Z] $ docker exec --env ******** --env ******** df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 ssh-agent -k [2020-12-09T22:37:28.895Z] unset SSH_AUTH_SOCK; [2020-12-09T22:37:28.895Z] unset SSH_AGENT_PID; [2020-12-09T22:37:28.895Z] echo Agent pid 18 killed; [2020-12-09T22:37:28.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-09T22:37:29.459Z] + git semver [Pipeline] } [2020-12-09T22:37:29.477Z] $ docker stop --time=1 df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 [2020-12-09T22:37:30.929Z] $ docker rm -f df8f4a2ff167fc74a42b6d3b252275a2b3da396e7bfe4e884c8ab3beb7fa8543 [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-12-09T22:37:32.791Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:33.666Z] ---> package-listing.sh [2020-12-09T22:37:33.666Z] ++ facter osfamily [2020-12-09T22:37:33.666Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-09T22:37:33.666Z] + OS_FAMILY=redhat [2020-12-09T22:37:33.666Z] + workspace=/w/workspace/_app-service-configurable_master [2020-12-09T22:37:33.666Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-09T22:37:33.667Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-09T22:37:33.667Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-09T22:37:33.667Z] + PACKAGES=/tmp/packages_start.txt [2020-12-09T22:37:33.667Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-12-09T22:37:33.667Z] + PACKAGES=/tmp/packages_end.txt [2020-12-09T22:37:33.667Z] + case "${OS_FAMILY}" in [2020-12-09T22:37:33.667Z] + rpm -qa [2020-12-09T22:37:33.667Z] + sort [2020-12-09T22:37:38.973Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-09T22:37:38.973Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-09T22:37:38.973Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-09T22:37:38.973Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-12-09T22:37:38.973Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-12-09T22:37:38.973Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-12-09T22:37:38.989Z] 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-12-09T22:37:39.282Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:37:39.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T22:37:39.613Z] [2020-12-09T22:37:39.613Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-09T22:37:39.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T22:37:39.968Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-09T22:37:39.968Z] df20fa9351a1: Pulling fs layer [2020-12-09T22:37:39.968Z] 36b3adc4ff6f: Pulling fs layer [2020-12-09T22:37:39.968Z] 8ad3a11d3b57: Pulling fs layer [2020-12-09T22:37:39.968Z] 46f8f816bc3b: Pulling fs layer [2020-12-09T22:37:39.968Z] 93b61091891f: Pulling fs layer [2020-12-09T22:37:39.968Z] 93b9cdb0e59b: Pulling fs layer [2020-12-09T22:37:39.968Z] 5e14af77c1be: Pulling fs layer [2020-12-09T22:37:39.968Z] 01666e4c0597: Pulling fs layer [2020-12-09T22:37:39.968Z] aa168da1d23b: Pulling fs layer [2020-12-09T22:37:39.968Z] 46f8f816bc3b: Waiting [2020-12-09T22:37:39.968Z] 93b61091891f: Waiting [2020-12-09T22:37:39.968Z] 93b9cdb0e59b: Waiting [2020-12-09T22:37:39.968Z] 5e14af77c1be: Waiting [2020-12-09T22:37:39.968Z] 01666e4c0597: Waiting [2020-12-09T22:37:39.968Z] aa168da1d23b: Waiting [2020-12-09T22:37:40.237Z] 36b3adc4ff6f: Verifying Checksum [2020-12-09T22:37:40.237Z] 36b3adc4ff6f: Download complete [2020-12-09T22:37:40.237Z] 46f8f816bc3b: Verifying Checksum [2020-12-09T22:37:40.237Z] 46f8f816bc3b: Download complete [2020-12-09T22:37:40.237Z] df20fa9351a1: Verifying Checksum [2020-12-09T22:37:40.237Z] df20fa9351a1: Download complete [2020-12-09T22:37:40.237Z] 93b9cdb0e59b: Verifying Checksum [2020-12-09T22:37:40.237Z] 93b9cdb0e59b: Download complete [2020-12-09T22:37:40.237Z] 5e14af77c1be: Verifying Checksum [2020-12-09T22:37:40.237Z] 5e14af77c1be: Download complete [2020-12-09T22:37:40.237Z] 93b61091891f: Download complete [2020-12-09T22:37:40.237Z] 01666e4c0597: Verifying Checksum [2020-12-09T22:37:40.237Z] 01666e4c0597: Download complete [2020-12-09T22:37:40.502Z] df20fa9351a1: Pull complete [2020-12-09T22:37:40.765Z] 36b3adc4ff6f: Pull complete [2020-12-09T22:37:41.030Z] 8ad3a11d3b57: Verifying Checksum [2020-12-09T22:37:41.030Z] 8ad3a11d3b57: Download complete [2020-12-09T22:37:42.971Z] aa168da1d23b: Verifying Checksum [2020-12-09T22:37:42.971Z] aa168da1d23b: Download complete [2020-12-09T22:37:43.235Z] 8ad3a11d3b57: Pull complete [2020-12-09T22:37:43.235Z] 46f8f816bc3b: Pull complete [2020-12-09T22:37:43.499Z] 93b61091891f: Pull complete [2020-12-09T22:37:43.768Z] 93b9cdb0e59b: Pull complete [2020-12-09T22:37:43.768Z] 5e14af77c1be: Pull complete [2020-12-09T22:37:44.036Z] 01666e4c0597: Pull complete [2020-12-09T22:37:50.655Z] aa168da1d23b: Pull complete [2020-12-09T22:37:50.655Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-09T22:37:50.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-09T22:37:50.916Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-09T22:37:51.070Z] prd-centos7-docker-4c-2g-15290 does not seem to be running inside a container [2020-12-09T22:37:51.191Z] $ 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-12-09T22:37:54.449Z] $ docker top 57b5ce6128405018ba6906a32719bb6fb0a688acf5b28ad76f621f65076173ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-09T22:37:54.972Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-09T22:37:55.272Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-09T22:37:55.574Z] + ls /var/log/sa-host [2020-12-09T22:37:55.574Z] + sadf -c /var/log/sa-host/sa09 [2020-12-09T22:37:55.574Z] file_magic: OK [2020-12-09T22:37:55.574Z] HZ: Using current value: 100 [2020-12-09T22:37:55.574Z] file_header: OK [2020-12-09T22:37:55.574Z] 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-12-09T22:37:55.574Z] Statistics: [2020-12-09T22:37:55.574Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-09T22:37:55.574Z] File successfully converted to sysstat format version 12.2.1 [2020-12-09T22:37:55.574Z] + sadf -c /var/log/sa-host/sa23 [2020-12-09T22:37:55.574Z] file_magic: OK [2020-12-09T22:37:55.574Z] HZ: Using current value: 100 [2020-12-09T22:37:55.574Z] file_header: OK [2020-12-09T22:37:55.574Z] 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-12-09T22:37:55.574Z] Statistics: [2020-12-09T22:37:55.574Z] Hnuu...uuuununununu... [2020-12-09T22:37:55.574Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-09T22:37:56.230Z] provisioning config files... [2020-12-09T22:37:56.244Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7866659786826093305tmp [Pipeline] { [Pipeline] echo [2020-12-09T22:37:56.317Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:56.614Z] ---> create-netrc.sh [Pipeline] } [2020-12-09T22:37:56.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-09T22:37:56.714Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:57.013Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-09T22:37:57.025Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:57.318Z] ---> sudo-logs.sh [2020-12-09T22:37:57.318Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-09T22:37:57.329Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:57.625Z] ---> job-cost.sh [2020-12-09T22:37:57.625Z] lf-activate-venv: SKIPPING [2020-12-09T22:37:57.625Z] INFO: No Stack... [2020-12-09T22:37:58.200Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-09T22:37:58.774Z] INFO: Archiving Costs [Pipeline] echo [2020-12-09T22:37:58.787Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-09T22:37:59.085Z] ---> logs-deploy.sh [2020-12-09T22:37:59.086Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/66 [2020-12-09T22:37:59.086Z] INFO: archiving workspace using pattern(s): [2020-12-09T22:38:00.471Z] Archives upload complete. [2020-12-09T22:38:00.732Z] INFO: archiving logs to Nexus