Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7b79720c7baecc45e512545009760e44417542fc 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@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-33436 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 > 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 Checking out Revision 7b79720c7baecc45e512545009760e44417542fc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7b79720c7baecc45e512545009760e44417542fc # timeout=10 Commit message: "feat: Add Registry/Config Access token capability via Secret Provider (#229)" > git rev-list --no-walk bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-09T13:51:41.120Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-09T13:51:41.408Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-09T13:51:41.512Z] ========================================================= [2021-04-09T13:51:41.512Z] EdgeX Global Pipelines Version Info [2021-04-09T13:51:41.512Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-09T13:51:43.007Z] ------------------- [2021-04-09T13:51:43.007Z] stable info: [2021-04-09T13:51:43.007Z] ------------------- [2021-04-09T13:51:43.008Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-09T13:51:43.008Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-09T13:51:43.008Z] Message: update stable to v1.0.186 [2021-04-09T13:51:43.952Z] ------------------- [2021-04-09T13:51:43.952Z] experimental info: [2021-04-09T13:51:43.952Z] ------------------- [2021-04-09T13:51:43.952Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-09T13:51:43.952Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-09T13:51:43.952Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-09T13:51:44.230Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-04-09T13:51:44.330Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-04-09T13:51:44.420Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-09T13:51:44.542Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-09T13:51:44.634Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-09T13:51:44.724Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-09T13:51:44.817Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-09T13:51:44.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-09T13:51:45.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-09T13:51:45.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-09T13:51:45.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-09T13:51:45.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-04-09T13:51:45.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-09T13:51:45.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-09T13:51:45.598Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T13:51:45.686Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T13:51:45.833Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-09T13:51:45.979Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-09T13:51:46.098Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-09T13:51:46.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-09T13:51:46.295Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-09T13:51:46.419Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-09T13:51:46.516Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-09T13:51:46.623Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-09T13:51:46.715Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-09T13:51:46.811Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-09T13:51:46.939Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-09T13:51:47.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-09T13:51:47.242Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-09T13:51:47.330Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b79720c7baecc45e512545009760e44417542fc [Pipeline] echo [2021-04-09T13:51:47.443Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b79720 [Pipeline] echo [2021-04-09T13:51:47.527Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T13:51:47.706Z] provisioning config files... [2021-04-09T13:51:47.734Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4711287720697062990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T13:51:48.102Z] ---> docker-login.sh [2021-04-09T13:51:48.102Z] nexus3.edgexfoundry.org:10001 [2021-04-09T13:51:48.363Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:51:48.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:51:48.625Z] Configure a credential helper to remove this warning. See [2021-04-09T13:51:48.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:51:48.625Z] [2021-04-09T13:51:48.625Z] Login Succeeded [2021-04-09T13:51:48.625Z] nexus3.edgexfoundry.org:10002 [2021-04-09T13:51:48.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:51:48.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:51:48.888Z] Configure a credential helper to remove this warning. See [2021-04-09T13:51:48.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:51:48.888Z] [2021-04-09T13:51:48.888Z] Login Succeeded [2021-04-09T13:51:48.888Z] nexus3.edgexfoundry.org:10003 [2021-04-09T13:51:48.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:51:48.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:51:48.888Z] Configure a credential helper to remove this warning. See [2021-04-09T13:51:48.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:51:48.888Z] [2021-04-09T13:51:48.888Z] Login Succeeded [2021-04-09T13:51:48.888Z] nexus3.edgexfoundry.org:10004 [2021-04-09T13:51:49.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:51:49.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:51:49.149Z] Configure a credential helper to remove this warning. See [2021-04-09T13:51:49.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:51:49.149Z] [2021-04-09T13:51:49.149Z] Login Succeeded [2021-04-09T13:51:49.149Z] docker.io [2021-04-09T13:51:49.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:51:49.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:51:49.411Z] Configure a credential helper to remove this warning. See [2021-04-09T13:51:49.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:51:49.411Z] [2021-04-09T13:51:49.411Z] Login Succeeded [2021-04-09T13:51:49.411Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T13:51:49.420Z] 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 [2021-04-09T13:51:50.265Z] + git log --format=format:%s -1 7b79720c7baecc45e512545009760e44417542fc [Pipeline] echo [2021-04-09T13:51:50.329Z] GIT_COMMIT: 7b79720c7baecc45e512545009760e44417542fc, Commit Message: feat: Add Registry/Config Access token capability via Secret Provider (#229) [Pipeline] echo [2021-04-09T13:51:50.377Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:51:51.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T13:51:51.378Z] [2021-04-09T13:51:51.378Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:51:51.748Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T13:51:51.748Z] latest: Pulling from edgex-devops/git-semver [2021-04-09T13:51:51.748Z] 31603596830f: Pulling fs layer [2021-04-09T13:51:51.748Z] 2a8b12db71e7: Pulling fs layer [2021-04-09T13:51:51.748Z] 6ca5941a6612: Pulling fs layer [2021-04-09T13:51:51.748Z] ecc8261a40a4: Pulling fs layer [2021-04-09T13:51:51.748Z] ecc8261a40a4: Waiting [2021-04-09T13:51:51.748Z] 2a8b12db71e7: Download complete [2021-04-09T13:51:52.011Z] 31603596830f: Verifying Checksum [2021-04-09T13:51:52.011Z] 31603596830f: Download complete [2021-04-09T13:51:52.011Z] ecc8261a40a4: Verifying Checksum [2021-04-09T13:51:52.011Z] ecc8261a40a4: Download complete [2021-04-09T13:51:52.011Z] 6ca5941a6612: Verifying Checksum [2021-04-09T13:51:52.011Z] 6ca5941a6612: Download complete [2021-04-09T13:51:52.275Z] 31603596830f: Pull complete [2021-04-09T13:51:52.536Z] 2a8b12db71e7: Pull complete [2021-04-09T13:51:53.111Z] 6ca5941a6612: Pull complete [2021-04-09T13:51:53.373Z] ecc8261a40a4: Pull complete [2021-04-09T13:51:53.373Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-09T13:51:53.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T13:51:53.373Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-09T13:51:53.471Z] prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container [2021-04-09T13:51:53.519Z] $ 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 [2021-04-09T13:51:55.717Z] $ docker top ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T13:51:55.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T13:51:55.990Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T13:51:56.212Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T13:51:56.218Z] $ docker exec ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent [2021-04-09T13:51:56.384Z] SSH_AUTH_SOCK=/tmp/ssh-thL4msM4vLD3/agent.11 [2021-04-09T13:51:56.384Z] SSH_AGENT_PID=16 [2021-04-09T13:51:56.393Z] Running ssh-add (command line suppressed) [2021-04-09T13:51:56.517Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7715243243675396424.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7715243243675396424.key) [2021-04-09T13:51:56.563Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T13:51:56.897Z] + git tag --points-at HEAD [Pipeline] } [2021-04-09T13:51:56.919Z] $ docker exec --env ******** --env ******** ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent -k [2021-04-09T13:51:57.039Z] unset SSH_AUTH_SOCK; [2021-04-09T13:51:57.040Z] unset SSH_AGENT_PID; [2021-04-09T13:51:57.040Z] echo Agent pid 16 killed; [2021-04-09T13:51:57.089Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-09T13:51:57.223Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T13:51:57.223Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T13:51:57.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T13:51:57.392Z] $ docker exec ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent [2021-04-09T13:51:57.541Z] SSH_AUTH_SOCK=/tmp/ssh-zOxpmIgfBBc6/agent.45 [2021-04-09T13:51:57.541Z] SSH_AGENT_PID=50 [2021-04-09T13:51:57.547Z] Running ssh-add (command line suppressed) [2021-04-09T13:51:57.665Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6414222783038764993.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6414222783038764993.key) [2021-04-09T13:51:57.712Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T13:51:58.059Z] + git semver init [2021-04-09T13:51:58.059Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T13:51:58.059Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-09T13:51:58.059Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-09T13:51:58.059Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T13:51:58.059Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T13:51:58.059Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T13:51:58.059Z] # $SEMVER_BRANCH = master [2021-04-09T13:51:58.059Z] # $SEMVER_TEMP = /tmp/semver-215574090 [2021-04-09T13:51:58.059Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-04-09T13:51:58.636Z] # '/tmp/semver-215574090' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-04-09T13:51:58.636Z] # -> Force: false [2021-04-09T13:51:58.636Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-09T13:51:58.650Z] $ docker exec --env ******** --env ******** ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 ssh-agent -k [2021-04-09T13:51:58.757Z] unset SSH_AUTH_SOCK; [2021-04-09T13:51:58.758Z] unset SSH_AGENT_PID; [2021-04-09T13:51:58.758Z] echo Agent pid 50 killed; [2021-04-09T13:51:58.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T13:51:59.260Z] + git semver [Pipeline] } [2021-04-09T13:51:59.282Z] $ docker stop --time=1 ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 [2021-04-09T13:52:00.829Z] $ docker rm -f ec77487aafc596f94ec8fc3d6375796cc7fc3825241823998731f0d174602ec7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T13:52:01.310Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-09T13:52:01.654Z] Stashed 1 file(s) [Pipeline] echo [2021-04-09T13:52:01.657Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.30 [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 [2021-04-09T13:52:17.222Z] Still waiting to schedule task [2021-04-09T13:52:17.222Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-09T13:52:17.224Z] Still waiting to schedule task [2021-04-09T13:52:17.224Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-09T13:53:44.108Z] Running on prd-centos7-docker-4c-2g-33439 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-09T13:53:44.162Z] Running in /w/workspace/app-service-configurable/100 [Pipeline] { [Pipeline] checkout [2021-04-09T13:53:46.581Z] using credential edgex-jenkins-ssh [2021-04-09T13:53:46.631Z] Cloning the remote Git repository [2021-04-09T13:53:46.185Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-09T13:53:46.251Z] > git init /w/workspace/app-service-configurable/100 # timeout=10 [2021-04-09T13:53:46.306Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-09T13:53:46.307Z] > git --version # timeout=10 [2021-04-09T13:53:46.314Z] > git --version # 'git version 2.24.3' [2021-04-09T13:53:46.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T13:53:46.345Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T13:53:46.920Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-09T13:53:46.928Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T13:53:46.944Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-09T13:53:46.961Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-09T13:53:46.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T13:53:46.967Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T13:53:47.740Z] Checking out Revision 7b79720c7baecc45e512545009760e44417542fc (master) [2021-04-09T13:53:47.367Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T13:53:47.376Z] > git checkout -f 7b79720c7baecc45e512545009760e44417542fc # timeout=10 [2021-04-09T13:53:51.143Z] Commit message: "feat: Add Registry/Config Access token capability via Secret Provider (#229)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T13:53:52.612Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-09T13:53:52.938Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T13:53:53.238Z] + true [2021-04-09T13:53:53.238Z] + sudo service docker restart [2021-04-09T13:53:53.238Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T13:53:53.877Z] provisioning config files... [2021-04-09T13:53:53.901Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config6943360098693377039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T13:53:54.274Z] ---> docker-login.sh [2021-04-09T13:53:54.274Z] nexus3.edgexfoundry.org:10001 [2021-04-09T13:53:54.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:53:54.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:53:54.535Z] Configure a credential helper to remove this warning. See [2021-04-09T13:53:54.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:53:54.535Z] [2021-04-09T13:53:54.535Z] Login Succeeded [2021-04-09T13:53:54.535Z] nexus3.edgexfoundry.org:10002 [2021-04-09T13:53:54.535Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:53:54.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:53:54.798Z] Configure a credential helper to remove this warning. See [2021-04-09T13:53:54.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:53:54.798Z] [2021-04-09T13:53:54.798Z] Login Succeeded [2021-04-09T13:53:54.798Z] nexus3.edgexfoundry.org:10003 [2021-04-09T13:53:54.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:53:54.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:53:54.798Z] Configure a credential helper to remove this warning. See [2021-04-09T13:53:54.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:53:54.798Z] [2021-04-09T13:53:54.798Z] Login Succeeded [2021-04-09T13:53:54.798Z] nexus3.edgexfoundry.org:10004 [2021-04-09T13:53:55.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:53:55.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:53:55.060Z] Configure a credential helper to remove this warning. See [2021-04-09T13:53:55.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:53:55.060Z] [2021-04-09T13:53:55.060Z] Login Succeeded [2021-04-09T13:53:55.060Z] docker.io [2021-04-09T13:53:55.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:53:55.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:53:55.321Z] Configure a credential helper to remove this warning. See [2021-04-09T13:53:55.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:53:55.321Z] [2021-04-09T13:53:55.321Z] Login Succeeded [2021-04-09T13:53:55.329Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T13:53:55.331Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T13:53:55.708Z] ========================================================= [2021-04-09T13:53:55.708Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-09T13:53:55.708Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:53:56.055Z] + 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 . [2021-04-09T13:53:56.055Z] Sending build context to Docker daemon 99.33kB [2021-04-09T13:53:56.055Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T13:53:56.055Z] Step 2/8 : FROM ${BASE} [2021-04-09T13:53:56.055Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-09T13:53:56.055Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T13:53:56.055Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T13:53:56.055Z] de9db76c5a1d: Pulling fs layer [2021-04-09T13:53:56.055Z] bca2f99d35d6: Pulling fs layer [2021-04-09T13:53:56.055Z] 93359f2a8cfa: Pulling fs layer [2021-04-09T13:53:56.055Z] 7c6f9722023f: Pulling fs layer [2021-04-09T13:53:56.055Z] a35cf1a2eb13: Pulling fs layer [2021-04-09T13:53:56.055Z] 93359f2a8cfa: Waiting [2021-04-09T13:53:56.055Z] 7c6f9722023f: Waiting [2021-04-09T13:53:56.055Z] a35cf1a2eb13: Waiting [2021-04-09T13:53:56.055Z] bca2f99d35d6: Waiting [2021-04-09T13:53:56.055Z] de9db76c5a1d: Download complete [2021-04-09T13:53:56.055Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T13:53:56.055Z] 0ef7d3d256c8: Download complete [2021-04-09T13:53:56.320Z] 93359f2a8cfa: Verifying Checksum [2021-04-09T13:53:56.320Z] 93359f2a8cfa: Download complete [2021-04-09T13:53:56.320Z] 188c0c94c7c5: Verifying Checksum [2021-04-09T13:53:56.320Z] 188c0c94c7c5: Download complete [2021-04-09T13:53:56.320Z] 7c6f9722023f: Verifying Checksum [2021-04-09T13:53:56.320Z] 7c6f9722023f: Download complete [2021-04-09T13:53:56.320Z] 188c0c94c7c5: Pull complete [2021-04-09T13:53:56.584Z] 0ef7d3d256c8: Pull complete [2021-04-09T13:53:56.846Z] de9db76c5a1d: Pull complete [2021-04-09T13:53:58.240Z] a35cf1a2eb13: Verifying Checksum [2021-04-09T13:53:58.240Z] a35cf1a2eb13: Download complete [2021-04-09T13:53:58.813Z] bca2f99d35d6: Verifying Checksum [2021-04-09T13:53:58.813Z] bca2f99d35d6: Download complete [2021-04-09T13:54:04.134Z] bca2f99d35d6: Pull complete [2021-04-09T13:54:04.134Z] 93359f2a8cfa: Pull complete [2021-04-09T13:54:04.134Z] 7c6f9722023f: Pull complete [2021-04-09T13:54:10.746Z] a35cf1a2eb13: Pull complete [2021-04-09T13:54:10.746Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-09T13:54:10.746Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-09T13:54:10.746Z] ---> a62c8e92a672 [2021-04-09T13:54:10.746Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-09T13:54:10.746Z] ---> Running in a9d40bace60d [2021-04-09T13:54:10.746Z] Removing intermediate container a9d40bace60d [2021-04-09T13:54:10.746Z] ---> 5d0ba88b0ea9 [2021-04-09T13:54:10.746Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T13:54:10.746Z] ---> Running in 7664b76093db [2021-04-09T13:54:11.693Z] Removing intermediate container 7664b76093db [2021-04-09T13:54:11.693Z] ---> 2bd19a1f90b8 [2021-04-09T13:54:11.693Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-09T13:54:11.957Z] ---> Running in 1a5335f8956a [2021-04-09T13:54:12.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T13:54:13.095Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33438 in /w/workspace/_app-service-configurable_master [Pipeline] { [2021-04-09T13:54:13.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] ws [2021-04-09T13:54:13.163Z] Running in /w/workspace/app-service-configurable/100 [Pipeline] { [Pipeline] checkout [2021-04-09T13:54:13.680Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-09T13:54:13.680Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-09T13:54:13.942Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-09T13:54:13.942Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-09T13:54:14.207Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T13:54:14.207Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-09T13:54:14.207Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T13:54:14.207Z] OK: 167 MiB in 45 packages [2021-04-09T13:54:14.792Z] Removing intermediate container 1a5335f8956a [2021-04-09T13:54:14.792Z] ---> 177acb66ec5e [2021-04-09T13:54:14.792Z] Step 6/8 : WORKDIR /app [2021-04-09T13:54:14.792Z] ---> Running in e4861c2e5bf6 [2021-04-09T13:54:15.056Z] Removing intermediate container e4861c2e5bf6 [2021-04-09T13:54:15.056Z] ---> cd3a0b141037 [2021-04-09T13:54:15.056Z] Step 7/8 : COPY . . [2021-04-09T13:54:15.318Z] ---> 5b84196c2607 [2021-04-09T13:54:15.318Z] Step 8/8 : RUN go mod download [2021-04-09T13:54:15.318Z] ---> Running in 119cad42d220 [2021-04-09T13:54:18.314Z] using credential edgex-jenkins-ssh [2021-04-09T13:54:18.370Z] Cloning the remote Git repository [2021-04-09T13:54:18.425Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-09T13:54:18.536Z] > git init /w/workspace/app-service-configurable/100 # timeout=10 [2021-04-09T13:54:18.613Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-09T13:54:18.614Z] > git --version # timeout=10 [2021-04-09T13:54:18.629Z] > git --version # 'git version 2.17.1' [2021-04-09T13:54:18.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T13:54:18.737Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T13:54:19.554Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-09T13:54:19.572Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T13:54:19.598Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-09T13:54:19.637Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-09T13:54:19.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T13:54:19.648Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T13:54:20.131Z] Checking out Revision 7b79720c7baecc45e512545009760e44417542fc (master) [2021-04-09T13:54:20.148Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T13:54:20.172Z] > git checkout -f 7b79720c7baecc45e512545009760e44417542fc # timeout=10 [2021-04-09T13:54:24.544Z] Commit message: "feat: Add Registry/Config Access token capability via Secret Provider (#229)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T13:54:26.142Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-09T13:54:26.556Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T13:54:26.914Z] + + sudo servicetrue docker [2021-04-09T13:54:26.914Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T13:54:29.625Z] provisioning config files... [2021-04-09T13:54:29.663Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config7479424534940180935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T13:54:30.069Z] ---> docker-login.sh [2021-04-09T13:54:30.069Z] nexus3.edgexfoundry.org:10001 [2021-04-09T13:54:31.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:54:31.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:54:31.334Z] Configure a credential helper to remove this warning. See [2021-04-09T13:54:31.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:54:31.334Z] [2021-04-09T13:54:31.334Z] Login Succeeded [2021-04-09T13:54:31.334Z] nexus3.edgexfoundry.org:10002 [2021-04-09T13:54:31.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:54:31.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:54:31.890Z] Configure a credential helper to remove this warning. See [2021-04-09T13:54:31.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:54:31.890Z] [2021-04-09T13:54:31.890Z] Login Succeeded [2021-04-09T13:54:31.890Z] nexus3.edgexfoundry.org:10003 [2021-04-09T13:54:32.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:54:32.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:54:32.454Z] Configure a credential helper to remove this warning. See [2021-04-09T13:54:32.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:54:32.454Z] [2021-04-09T13:54:32.454Z] Login Succeeded [2021-04-09T13:54:32.454Z] nexus3.edgexfoundry.org:10004 [2021-04-09T13:54:32.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:54:33.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:54:33.006Z] Configure a credential helper to remove this warning. See [2021-04-09T13:54:33.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:54:33.006Z] [2021-04-09T13:54:33.006Z] Login Succeeded [2021-04-09T13:54:33.006Z] docker.io [2021-04-09T13:54:33.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:54:33.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:54:33.744Z] Configure a credential helper to remove this warning. See [2021-04-09T13:54:33.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:54:33.744Z] [2021-04-09T13:54:33.744Z] Login Succeeded [2021-04-09T13:54:33.744Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T13:54:33.763Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T13:54:34.219Z] ========================================================= [2021-04-09T13:54:34.219Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-09T13:54:34.219Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:54:34.601Z] + 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 . [2021-04-09T13:54:34.601Z] Sending build context to Docker daemon 99.33kB [2021-04-09T13:54:34.885Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T13:54:34.886Z] Step 2/8 : FROM ${BASE} [2021-04-09T13:54:35.163Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-09T13:54:35.163Z] 5f621e34cdf4: Pulling fs layer [2021-04-09T13:54:35.163Z] a4357932f1b6: Pulling fs layer [2021-04-09T13:54:35.163Z] 18c013af1878: Pulling fs layer [2021-04-09T13:54:35.163Z] 00ac8860ef70: Pulling fs layer [2021-04-09T13:54:35.163Z] 63d7cb157983: Pulling fs layer [2021-04-09T13:54:35.163Z] b116817d02f9: Pulling fs layer [2021-04-09T13:54:35.163Z] 745a02a5169b: Pulling fs layer [2021-04-09T13:54:35.163Z] b116817d02f9: Waiting [2021-04-09T13:54:35.163Z] 745a02a5169b: Waiting [2021-04-09T13:54:35.163Z] 63d7cb157983: Waiting [2021-04-09T13:54:35.163Z] 00ac8860ef70: Waiting [2021-04-09T13:54:35.163Z] 18c013af1878: Verifying Checksum [2021-04-09T13:54:35.163Z] 18c013af1878: Download complete [2021-04-09T13:54:35.163Z] a4357932f1b6: Verifying Checksum [2021-04-09T13:54:35.163Z] a4357932f1b6: Download complete [2021-04-09T13:54:35.163Z] 63d7cb157983: Verifying Checksum [2021-04-09T13:54:35.163Z] 63d7cb157983: Download complete [2021-04-09T13:54:35.163Z] b116817d02f9: Verifying Checksum [2021-04-09T13:54:35.163Z] b116817d02f9: Download complete [2021-04-09T13:54:35.163Z] 5f621e34cdf4: Verifying Checksum [2021-04-09T13:54:35.163Z] 5f621e34cdf4: Download complete [2021-04-09T13:54:35.771Z] 5f621e34cdf4: Pull complete [2021-04-09T13:54:36.386Z] a4357932f1b6: Pull complete [2021-04-09T13:54:36.666Z] 18c013af1878: Pull complete [2021-04-09T13:54:37.642Z] 745a02a5169b: Download complete [2021-04-09T13:54:38.629Z] 00ac8860ef70: Download complete [2021-04-09T13:54:41.937Z] Removing intermediate container 119cad42d220 [2021-04-09T13:54:41.937Z] ---> a2e39b5d91d5 [2021-04-09T13:54:41.937Z] Successfully built a2e39b5d91d5 [2021-04-09T13:54:41.937Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:54:42.268Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T13:54:42.268Z] . [Pipeline] withDockerContainer [2021-04-09T13:54:42.473Z] prd-centos7-docker-4c-2g-33439 does not seem to be running inside a container [2021-04-09T13:54:42.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@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 [2021-04-09T13:54:43.287Z] $ docker top 83fbe8f4c1e968ae059cc8a0905197106188953f96044bc940d2a31b2df62ef4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T13:54:43.773Z] + go version [2021-04-09T13:54:43.773Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-09T13:54:43.790Z] $ docker stop --time=1 83fbe8f4c1e968ae059cc8a0905197106188953f96044bc940d2a31b2df62ef4 [2021-04-09T13:54:45.105Z] $ docker rm -f 83fbe8f4c1e968ae059cc8a0905197106188953f96044bc940d2a31b2df62ef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:54:45.918Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T13:54:45.918Z] . [Pipeline] withDockerContainer [2021-04-09T13:54:46.008Z] prd-centos7-docker-4c-2g-33439 does not seem to be running inside a container [2021-04-09T13:54:46.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@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 [2021-04-09T13:54:46.642Z] $ docker top 08d5b2c806fe8f88a7766639727c37aba9ebd00ceef7e3889ecdc865a679ee24 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T13:54:47.098Z] + make test [2021-04-09T13:54:47.098Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-09T13:54:48.820Z] 00ac8860ef70: Pull complete [2021-04-09T13:54:48.820Z] 63d7cb157983: Pull complete [2021-04-09T13:54:49.093Z] b116817d02f9: Pull complete [2021-04-09T13:54:53.397Z] 745a02a5169b: Pull complete [2021-04-09T13:54:53.397Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-09T13:54:53.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-09T13:54:53.397Z] ---> b7e6874047d6 [2021-04-09T13:54:53.397Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-09T13:54:56.014Z] ---> Running in 7780b8e20790 [2021-04-09T13:54:56.014Z] Removing intermediate container 7780b8e20790 [2021-04-09T13:54:56.014Z] ---> 6301f86dbfb3 [2021-04-09T13:54:56.014Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T13:54:56.014Z] ---> Running in 0035d8723f38 [2021-04-09T13:54:57.998Z] Removing intermediate container 0035d8723f38 [2021-04-09T13:54:57.998Z] ---> a921a62b6b2c [2021-04-09T13:54:57.998Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-09T13:54:58.272Z] ---> Running in 09eacce24924 [2021-04-09T13:54:59.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T13:55:00.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T13:55:02.159Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-09T13:55:02.159Z] CGO_ENABLED=1 go vet ./... [2021-04-09T13:55:02.756Z] gofmt -l . [2021-04-09T13:55:02.756Z] [ "`gofmt -l .`" = "" ] [2021-04-09T13:55:02.756Z] ./bin/test-go-mod-tidy.sh [2021-04-09T13:55:03.021Z] ./bin/test-attribution-txt.sh [2021-04-09T13:55:03.319Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-09T13:55:03.589Z] (2/6) Installing libsodium (1.0.18-r0) [Pipeline] } [2021-04-09T13:55:03.609Z] $ docker stop --time=1 08d5b2c806fe8f88a7766639727c37aba9ebd00ceef7e3889ecdc865a679ee24 [2021-04-09T13:55:03.862Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-09T13:55:03.862Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-09T13:55:03.862Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T13:55:04.839Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-09T13:55:04.839Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T13:55:04.839Z] OK: 144 MiB in 45 packages [2021-04-09T13:55:05.769Z] $ docker rm -f 08d5b2c806fe8f88a7766639727c37aba9ebd00ceef7e3889ecdc865a679ee24 [2021-04-09T13:55:05.815Z] Removing intermediate container 09eacce24924 [2021-04-09T13:55:05.815Z] ---> 6e425dd3ba7c [2021-04-09T13:55:05.815Z] Step 6/8 : WORKDIR /app [Pipeline] // withDockerContainer [2021-04-09T13:55:06.087Z] ---> Running in c54422b1b6ac [Pipeline] sh [2021-04-09T13:55:06.378Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-09T13:55:06.683Z] Removing intermediate container c54422b1b6ac [2021-04-09T13:55:06.683Z] ---> d2c309224046 [2021-04-09T13:55:06.683Z] Step 7/8 : COPY . . [2021-04-09T13:55:06.702Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-09T13:55:07.283Z] ---> a6813c7d4ac6 [2021-04-09T13:55:07.283Z] Step 8/8 : RUN go mod download [2021-04-09T13:55:07.559Z] ---> Running in 7f592b5b9836 [Pipeline] sh [2021-04-09T13:55:09.540Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-09T13:55:09.834Z] + ls -al . [2021-04-09T13:55:09.835Z] total 92 [2021-04-09T13:55:09.835Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 9 13:55 . [2021-04-09T13:55:09.835Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 9 13:53 .. [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 7306 Apr 9 13:53 Attribution.txt [2021-04-09T13:55:09.835Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 9 13:53 bin [2021-04-09T13:55:09.835Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 9 13:54 coverage.out [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 2032 Apr 9 13:53 Dockerfile [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 970 Apr 9 13:53 Dockerfile.build [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 119 Apr 9 13:53 .dockerignore [2021-04-09T13:55:09.835Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 9 13:53 .git [2021-04-09T13:55:09.835Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 9 13:53 .github [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 111 Apr 9 13:53 .gitignore [2021-04-09T13:55:09.835Z] -rw-r--r--. 1 jenkins jenkins 136 Apr 9 13:55 go.mod [2021-04-09T13:55:09.835Z] -rw-r--r--. 1 jenkins jenkins 21228 Apr 9 13:55 go.sum [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 687 Apr 9 13:53 Jenkinsfile [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 9 13:53 LICENSE [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 1460 Apr 9 13:53 main.go [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 1582 Apr 9 13:53 makefile [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 1277 Apr 9 13:53 README.md [2021-04-09T13:55:09.835Z] drwxrwxr-x. 10 jenkins jenkins 173 Apr 9 13:53 res [2021-04-09T13:55:09.835Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 9 13:53 snap [2021-04-09T13:55:09.835Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 9 13:52 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:10.138Z] + 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=7b79720c7baecc45e512545009760e44417542fc --label arch=amd64 --label version=2.0.0-dev.30 . [2021-04-09T13:55:10.139Z] Sending build context to Docker daemon 123.4kB [2021-04-09T13:55:10.139Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T13:55:10.139Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-09T13:55:10.139Z] ---> a2e39b5d91d5 [2021-04-09T13:55:10.139Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-09T13:55:10.400Z] ---> Running in 171750d22bc9 [2021-04-09T13:55:10.400Z] Removing intermediate container 171750d22bc9 [2021-04-09T13:55:10.400Z] ---> 3747cf1f8910 [2021-04-09T13:55:10.400Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-09T13:55:10.663Z] ---> Running in a79ef12b6efb [2021-04-09T13:55:10.663Z] Removing intermediate container a79ef12b6efb [2021-04-09T13:55:10.663Z] ---> e67c827c00f1 [2021-04-09T13:55:10.663Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-09T13:55:10.935Z] ---> Running in e60e84aeb948 [2021-04-09T13:55:10.935Z] Removing intermediate container e60e84aeb948 [2021-04-09T13:55:10.935Z] ---> fc47ee74e83e [2021-04-09T13:55:10.935Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T13:55:10.935Z] ---> Running in 18bda9f53db9 [2021-04-09T13:55:11.891Z] Removing intermediate container 18bda9f53db9 [2021-04-09T13:55:11.891Z] ---> 8b035c49f8eb [2021-04-09T13:55:11.891Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-09T13:55:11.891Z] ---> Running in f5c981e5f489 [2021-04-09T13:55:12.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T13:55:15.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T13:55:18.340Z] OK: 167 MiB in 45 packages [2021-04-09T13:55:18.600Z] Removing intermediate container f5c981e5f489 [2021-04-09T13:55:18.600Z] ---> 41d7b2e1c3db [2021-04-09T13:55:18.600Z] Step 8/27 : WORKDIR /app [2021-04-09T13:55:18.860Z] ---> Running in 4f64c5e33a38 [2021-04-09T13:55:18.860Z] Removing intermediate container 4f64c5e33a38 [2021-04-09T13:55:18.860Z] ---> a3e1211f2204 [2021-04-09T13:55:18.860Z] Step 9/27 : COPY go.mod . [2021-04-09T13:55:19.121Z] ---> 0cb73f47bfe2 [2021-04-09T13:55:19.121Z] Step 10/27 : RUN go mod download [2021-04-09T13:55:19.121Z] ---> Running in 2a0ee71fac6b [2021-04-09T13:55:20.065Z] Removing intermediate container 2a0ee71fac6b [2021-04-09T13:55:20.065Z] ---> 2cd2e9ab680b [2021-04-09T13:55:20.065Z] Step 11/27 : COPY . . [2021-04-09T13:55:20.326Z] ---> d3ff2a731f0c [2021-04-09T13:55:20.326Z] Step 12/27 : ARG MAKE="make build" [2021-04-09T13:55:20.326Z] ---> Running in 1d1a6159e47f [2021-04-09T13:55:20.326Z] Removing intermediate container 1d1a6159e47f [2021-04-09T13:55:20.326Z] ---> 3841c2369097 [2021-04-09T13:55:20.590Z] Step 13/27 : RUN $MAKE [2021-04-09T13:55:20.590Z] ---> Running in fead32f32f26 [2021-04-09T13:55:20.853Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.30" -o app-service-configurable [2021-04-09T13:55:34.361Z] Removing intermediate container 7f592b5b9836 [2021-04-09T13:55:34.361Z] ---> 5f28bd2b1fe8 [2021-04-09T13:55:34.361Z] Successfully built 5f28bd2b1fe8 [2021-04-09T13:55:34.361Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:34.703Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T13:55:34.703Z] . [Pipeline] withDockerContainer [2021-04-09T13:55:34.976Z] prd-ubuntu18.04-docker-arm64-4c-16g-33438 does not seem to be running inside a container [2021-04-09T13:55:35.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T13:55:35.845Z] Removing intermediate container fead32f32f26 [2021-04-09T13:55:35.845Z] ---> 1fcb00cc78f6 [2021-04-09T13:55:35.845Z] Step 14/27 : FROM alpine:3.12 [2021-04-09T13:55:35.845Z] 3.12: Pulling from library/alpine [2021-04-09T13:55:35.845Z] 532819f3e44c: Pulling fs layer [2021-04-09T13:55:35.845Z] 532819f3e44c: Verifying Checksum [2021-04-09T13:55:35.845Z] 532819f3e44c: Download complete [2021-04-09T13:55:35.845Z] 532819f3e44c: Pull complete [2021-04-09T13:55:35.845Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T13:55:35.845Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T13:55:35.845Z] ---> 7230e588e954 [2021-04-09T13:55:35.845Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-09T13:55:35.845Z] ---> Running in 4c615d038dc0 [2021-04-09T13:55:35.845Z] Removing intermediate container 4c615d038dc0 [2021-04-09T13:55:35.845Z] ---> 7457c9d73309 [2021-04-09T13:55:35.845Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-09T13:55:35.845Z] ---> Running in 6b1adab4328c [2021-04-09T13:55:35.845Z] Removing intermediate container 6b1adab4328c [2021-04-09T13:55:35.845Z] ---> 81ddc70a4bfc [2021-04-09T13:55:35.845Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-09T13:55:35.845Z] ---> Running in 696d7528c035 [2021-04-09T13:55:35.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T13:55:35.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T13:55:36.106Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-09T13:55:36.106Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-09T13:55:36.106Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-09T13:55:36.106Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-09T13:55:36.106Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-09T13:55:36.106Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-09T13:55:36.106Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-09T13:55:36.106Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T13:55:36.106Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T13:55:36.369Z] OK: 9 MiB in 21 packages [2021-04-09T13:55:36.558Z] $ docker top f61f2cb40c9934c3945a29fe0f903a5a6dc446d16bcfa07edf78d780506a001e -eo pid,comm [Pipeline] { [2021-04-09T13:55:36.942Z] Removing intermediate container 696d7528c035 [2021-04-09T13:55:36.942Z] ---> c76c83fe0dfb [2021-04-09T13:55:36.942Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [Pipeline] sh [2021-04-09T13:55:37.205Z] ---> 04a8e69a22ef [2021-04-09T13:55:37.205Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-09T13:55:37.465Z] ---> 2bcffe1ea5a0 [2021-04-09T13:55:37.465Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-09T13:55:37.599Z] + go version [2021-04-09T13:55:37.599Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-09T13:55:37.619Z] $ docker stop --time=1 f61f2cb40c9934c3945a29fe0f903a5a6dc446d16bcfa07edf78d780506a001e [2021-04-09T13:55:37.727Z] ---> 615cb8493d29 [2021-04-09T13:55:37.727Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-09T13:55:38.303Z] ---> 31b3697f76db [2021-04-09T13:55:38.303Z] Step 22/27 : EXPOSE 48095 [2021-04-09T13:55:38.303Z] ---> Running in c54ca09db613 [2021-04-09T13:55:38.564Z] Removing intermediate container c54ca09db613 [2021-04-09T13:55:38.564Z] ---> 6be1637f2ee1 [2021-04-09T13:55:38.564Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-09T13:55:38.564Z] ---> Running in 73f887e0a30a [2021-04-09T13:55:38.823Z] Removing intermediate container 73f887e0a30a [2021-04-09T13:55:38.824Z] ---> 2218e995cf11 [2021-04-09T13:55:38.824Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T13:55:38.824Z] ---> Running in 7244a1c5f41e [2021-04-09T13:55:39.084Z] Removing intermediate container 7244a1c5f41e [2021-04-09T13:55:39.084Z] ---> d6234aaaecdc [2021-04-09T13:55:39.084Z] Step 25/27 : LABEL arch=amd64 [2021-04-09T13:55:39.084Z] ---> Running in 1b4ad715b97d [2021-04-09T13:55:39.349Z] Removing intermediate container 1b4ad715b97d [2021-04-09T13:55:39.349Z] ---> b2e18f467e5e [2021-04-09T13:55:39.349Z] Step 26/27 : LABEL git_sha=7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:55:39.349Z] ---> Running in b838a6f0e4ee [2021-04-09T13:55:39.349Z] Removing intermediate container b838a6f0e4ee [2021-04-09T13:55:39.349Z] ---> 77e32f4f51c8 [2021-04-09T13:55:39.349Z] Step 27/27 : LABEL version=2.0.0-dev.30 [2021-04-09T13:55:39.584Z] $ docker rm -f f61f2cb40c9934c3945a29fe0f903a5a6dc446d16bcfa07edf78d780506a001e [2021-04-09T13:55:39.609Z] ---> Running in f81c82165fef [2021-04-09T13:55:39.609Z] Removing intermediate container f81c82165fef [2021-04-09T13:55:39.609Z] ---> 69d8e7a0ffed [2021-04-09T13:55:39.609Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-09T13:55:39.609Z] Successfully built 69d8e7a0ffed [2021-04-09T13:55:39.609Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T13:55:40.584Z] provisioning config files... [2021-04-09T13:55:40.614Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config8206648621539903680tmp [Pipeline] { [2021-04-09T13:55:40.757Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T13:55:40.757Z] . [Pipeline] withDockerContainer [2021-04-09T13:55:41.044Z] prd-ubuntu18.04-docker-arm64-4c-16g-33438 does not seem to be running inside a container [2021-04-09T13:55:41.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/100 -v /w/workspace/app-service-configurable/100:/w/workspace/app-service-configurable/100:rw,z -v /w/workspace/app-service-configurable/100@tmp:/w/workspace/app-service-configurable/100@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T13:55:42.692Z] $ docker top b0074708590c0fcea374e1c7d0f1a916ab911510ae6c0c4fc64515affe17eb63 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2021-04-09T13:55:43.394Z] ---> docker-login.sh [2021-04-09T13:55:43.394Z] nexus3.edgexfoundry.org:10001 [2021-04-09T13:55:43.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:55:43.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:55:43.394Z] Configure a credential helper to remove this warning. See [2021-04-09T13:55:43.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:55:43.394Z] [2021-04-09T13:55:43.394Z] Login Succeeded [2021-04-09T13:55:43.394Z] nexus3.edgexfoundry.org:10002 [2021-04-09T13:55:43.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:55:43.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:55:43.716Z] Configure a credential helper to remove this warning. See [2021-04-09T13:55:43.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:55:43.716Z] [2021-04-09T13:55:43.716Z] Login Succeeded [2021-04-09T13:55:43.716Z] nexus3.edgexfoundry.org:10003 [2021-04-09T13:55:43.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:55:43.829Z] + make test [2021-04-09T13:55:43.829Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-09T13:55:44.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:55:44.041Z] Configure a credential helper to remove this warning. See [2021-04-09T13:55:44.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:55:44.041Z] [2021-04-09T13:55:44.041Z] Login Succeeded [2021-04-09T13:55:44.041Z] nexus3.edgexfoundry.org:10004 [2021-04-09T13:55:44.041Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:55:44.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:55:44.041Z] Configure a credential helper to remove this warning. See [2021-04-09T13:55:44.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:55:44.041Z] [2021-04-09T13:55:44.041Z] Login Succeeded [2021-04-09T13:55:44.041Z] docker.io [2021-04-09T13:55:44.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:55:44.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:55:44.565Z] Configure a credential helper to remove this warning. See [2021-04-09T13:55:44.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:55:44.565Z] [2021-04-09T13:55:44.565Z] Login Succeeded [2021-04-09T13:55:44.565Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T13:55:44.574Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-09T13:55:44.807Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-04-09T13:55:44.807Z] 7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:55:44.807Z] latest [2021-04-09T13:55:44.807Z] 2.0.0-dev.30 [2021-04-09T13:55:44.807Z] 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [2021-04-09T13:55:44.807Z] master [2021-04-09T13:55:44.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:45.311Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:45.612Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:55:45.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-09T13:55:45.612Z] b60f3cb90f55: Preparing [2021-04-09T13:55:45.612Z] ca3b42265402: Preparing [2021-04-09T13:55:45.612Z] 80bc31dfbbca: Preparing [2021-04-09T13:55:45.612Z] 2f7cf3dbaea0: Preparing [2021-04-09T13:55:45.612Z] 4e87ebd0a3a1: Preparing [2021-04-09T13:55:45.612Z] b0b9881431d7: Preparing [2021-04-09T13:55:45.612Z] b0b9881431d7: Waiting [2021-04-09T13:55:45.874Z] ca3b42265402: Pushed [2021-04-09T13:55:45.874Z] 80bc31dfbbca: Pushed [2021-04-09T13:55:45.874Z] 2f7cf3dbaea0: Pushed [2021-04-09T13:55:45.874Z] b0b9881431d7: Layer already exists [2021-04-09T13:55:46.140Z] 4e87ebd0a3a1: Pushed [2021-04-09T13:55:47.092Z] b60f3cb90f55: Pushed [2021-04-09T13:55:47.667Z] 7b79720c7baecc45e512545009760e44417542fc: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:47.975Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:48.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-09T13:55:48.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-09T13:55:48.273Z] b60f3cb90f55: Preparing [2021-04-09T13:55:48.273Z] ca3b42265402: Preparing [2021-04-09T13:55:48.273Z] 80bc31dfbbca: Preparing [2021-04-09T13:55:48.273Z] 2f7cf3dbaea0: Preparing [2021-04-09T13:55:48.273Z] 4e87ebd0a3a1: Preparing [2021-04-09T13:55:48.273Z] b0b9881431d7: Preparing [2021-04-09T13:55:48.273Z] b0b9881431d7: Waiting [2021-04-09T13:55:48.273Z] b60f3cb90f55: Layer already exists [2021-04-09T13:55:48.273Z] 4e87ebd0a3a1: Layer already exists [2021-04-09T13:55:48.273Z] 2f7cf3dbaea0: Layer already exists [2021-04-09T13:55:48.273Z] ca3b42265402: Layer already exists [2021-04-09T13:55:48.273Z] b0b9881431d7: Layer already exists [2021-04-09T13:55:49.215Z] 80bc31dfbbca: Layer already exists [2021-04-09T13:55:49.477Z] latest: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:49.787Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:50.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.30 [2021-04-09T13:55:50.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-09T13:55:50.094Z] b60f3cb90f55: Preparing [2021-04-09T13:55:50.094Z] ca3b42265402: Preparing [2021-04-09T13:55:50.094Z] 80bc31dfbbca: Preparing [2021-04-09T13:55:50.094Z] 2f7cf3dbaea0: Preparing [2021-04-09T13:55:50.094Z] 4e87ebd0a3a1: Preparing [2021-04-09T13:55:50.094Z] b0b9881431d7: Preparing [2021-04-09T13:55:50.094Z] b0b9881431d7: Waiting [2021-04-09T13:55:50.094Z] 4e87ebd0a3a1: Layer already exists [2021-04-09T13:55:50.094Z] 80bc31dfbbca: Layer already exists [2021-04-09T13:55:50.094Z] 2f7cf3dbaea0: Layer already exists [2021-04-09T13:55:50.094Z] b60f3cb90f55: Layer already exists [2021-04-09T13:55:50.094Z] ca3b42265402: Layer already exists [2021-04-09T13:55:50.094Z] b0b9881431d7: Layer already exists [2021-04-09T13:55:50.094Z] 2.0.0-dev.30: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:50.402Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:50.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [2021-04-09T13:55:50.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-09T13:55:50.702Z] b60f3cb90f55: Preparing [2021-04-09T13:55:50.702Z] ca3b42265402: Preparing [2021-04-09T13:55:50.702Z] 80bc31dfbbca: Preparing [2021-04-09T13:55:50.702Z] 2f7cf3dbaea0: Preparing [2021-04-09T13:55:50.702Z] 4e87ebd0a3a1: Preparing [2021-04-09T13:55:50.702Z] b0b9881431d7: Preparing [2021-04-09T13:55:50.702Z] b0b9881431d7: Waiting [2021-04-09T13:55:50.702Z] b60f3cb90f55: Layer already exists [2021-04-09T13:55:50.702Z] 4e87ebd0a3a1: Layer already exists [2021-04-09T13:55:50.702Z] ca3b42265402: Layer already exists [2021-04-09T13:55:50.702Z] 2f7cf3dbaea0: Layer already exists [2021-04-09T13:55:50.702Z] 80bc31dfbbca: Layer already exists [2021-04-09T13:55:50.702Z] b0b9881431d7: Layer already exists [2021-04-09T13:55:50.702Z] 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:51.014Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:55:51.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-04-09T13:55:51.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-09T13:55:51.317Z] b60f3cb90f55: Preparing [2021-04-09T13:55:51.317Z] ca3b42265402: Preparing [2021-04-09T13:55:51.317Z] 80bc31dfbbca: Preparing [2021-04-09T13:55:51.317Z] 2f7cf3dbaea0: Preparing [2021-04-09T13:55:51.317Z] 4e87ebd0a3a1: Preparing [2021-04-09T13:55:51.317Z] b0b9881431d7: Preparing [2021-04-09T13:55:51.317Z] b0b9881431d7: Waiting [2021-04-09T13:55:51.317Z] 4e87ebd0a3a1: Layer already exists [2021-04-09T13:55:51.317Z] 80bc31dfbbca: Layer already exists [2021-04-09T13:55:51.317Z] b60f3cb90f55: Layer already exists [2021-04-09T13:55:51.317Z] 2f7cf3dbaea0: Layer already exists [2021-04-09T13:55:51.317Z] ca3b42265402: Layer already exists [2021-04-09T13:55:51.317Z] b0b9881431d7: Layer already exists [2021-04-09T13:55:51.317Z] master: digest: sha256:fde7e1fcc29c4ba3ee4150a68402c76f90eba539834d6ffcb4e2c064d8b6ab6b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-09T13:55:51.580Z] ===================================================== [Pipeline] echo [2021-04-09T13:55:51.654Z] taggedImages: [2021-04-09T13:55:51.654Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:55:51.654Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-09T13:55:51.654Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.30 [2021-04-09T13:55:51.654Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [2021-04-09T13:55:51.654Z] - 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-09T13:55:52.648Z] ---> job-cost.sh [2021-04-09T13:55:52.648Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mLj0 [2021-04-09T13:56:07.565Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T13:56:22.869Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-09T13:56:22.869Z] CGO_ENABLED=1 go vet ./... [2021-04-09T13:56:31.173Z] gofmt -l . [2021-04-09T13:56:31.173Z] [ "`gofmt -l .`" = "" ] [2021-04-09T13:56:31.173Z] ./bin/test-go-mod-tidy.sh [2021-04-09T13:56:31.173Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-09T13:56:31.795Z] $ docker stop --time=1 b0074708590c0fcea374e1c7d0f1a916ab911510ae6c0c4fc64515affe17eb63 [2021-04-09T13:56:34.178Z] lf-activate-venv(): INFO: Adding /tmp/venv-mLj0/bin to PATH [2021-04-09T13:56:34.178Z] INFO: No Stack... [2021-04-09T13:56:34.178Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T13:56:34.178Z] INFO: Archiving Costs [2021-04-09T13:56:34.176Z] $ docker rm -f b0074708590c0fcea374e1c7d0f1a916ab911510ae6c0c4fc64515affe17eb63 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-04-09T13:56:35.264Z] + cat /w/workspace/app-service-configurable/100/archives/cost.csv [2021-04-09T13:56:35.264Z] + cut -d, -f6 [2021-04-09T13:56:35.330Z] + sudo chown -R jenkins:jenkins . [Pipeline] lock [2021-04-09T13:56:35.335Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [2021-04-09T13:56:35.380Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] did not exist. Created. [2021-04-09T13:56:35.380Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [Pipeline] { [Pipeline] stash [2021-04-09T13:56:35.444Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] unstash [Pipeline] sh [2021-04-09T13:56:35.797Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-09T13:56:35.929Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T13:56:35.942Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [Pipeline] // lock [Pipeline] } [2021-04-09T13:56:36.146Z] Stashed 1 file(s) [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // ws [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T13:56:37.309Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-09T13:56:37.725Z] + ls -al . [2021-04-09T13:56:37.725Z] total 116 [2021-04-09T13:56:37.725Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 9 13:56 . [2021-04-09T13:56:37.725Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 13:54 .. [2021-04-09T13:56:37.725Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 9 13:54 .dockerignore [2021-04-09T13:56:37.726Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 9 13:54 .git [2021-04-09T13:56:37.726Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 13:54 .github [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 111 Apr 9 13:54 .gitignore [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 7306 Apr 9 13:54 Attribution.txt [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 2032 Apr 9 13:54 Dockerfile [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 970 Apr 9 13:54 Dockerfile.build [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 9 13:54 Jenkinsfile [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 9 13:54 LICENSE [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 1277 Apr 9 13:54 README.md [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 9 13:52 VERSION [2021-04-09T13:56:37.726Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 13:54 bin [2021-04-09T13:56:37.726Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 9 13:55 coverage.out [2021-04-09T13:56:37.726Z] -rw-r--r-- 1 jenkins jenkins 136 Apr 9 13:56 go.mod [2021-04-09T13:56:37.726Z] -rw-r--r-- 1 jenkins jenkins 21228 Apr 9 13:56 go.sum [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 1460 Apr 9 13:54 main.go [2021-04-09T13:56:37.726Z] -rw-rw-r-- 1 jenkins jenkins 1582 Apr 9 13:54 makefile [2021-04-09T13:56:37.726Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 9 13:54 res [2021-04-09T13:56:37.726Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 13:54 snap [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:56:38.119Z] + 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=7b79720c7baecc45e512545009760e44417542fc --label arch=arm64 --label version=2.0.0-dev.30 . [2021-04-09T13:56:38.119Z] Sending build context to Docker daemon 123.4kB [2021-04-09T13:56:38.408Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T13:56:38.409Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-09T13:56:38.409Z] ---> 5f28bd2b1fe8 [2021-04-09T13:56:38.409Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-09T13:56:38.685Z] ---> Running in 0d949eefa0d5 [2021-04-09T13:56:39.280Z] Removing intermediate container 0d949eefa0d5 [2021-04-09T13:56:39.280Z] ---> 7961c00b2a54 [2021-04-09T13:56:39.280Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-09T13:56:39.280Z] ---> Running in 68b6aeaf45f7 [2021-04-09T13:56:39.878Z] Removing intermediate container 68b6aeaf45f7 [2021-04-09T13:56:39.878Z] ---> 75dddcea1a22 [2021-04-09T13:56:39.878Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-09T13:56:39.878Z] ---> Running in 90c7bf7fa2f1 [2021-04-09T13:56:40.474Z] Removing intermediate container 90c7bf7fa2f1 [2021-04-09T13:56:40.474Z] ---> 05a3adf3cb94 [2021-04-09T13:56:40.474Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T13:56:40.474Z] ---> Running in 0908d519b012 [2021-04-09T13:56:42.459Z] Removing intermediate container 0908d519b012 [2021-04-09T13:56:42.459Z] ---> 5c2a29728d61 [2021-04-09T13:56:42.459Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-09T13:56:42.733Z] ---> Running in 765dba504550 [2021-04-09T13:56:43.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T13:56:45.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T13:56:47.113Z] OK: 144 MiB in 45 packages [2021-04-09T13:56:48.090Z] Removing intermediate container 765dba504550 [2021-04-09T13:56:48.090Z] ---> 3c58c909a549 [2021-04-09T13:56:48.090Z] Step 8/27 : WORKDIR /app [2021-04-09T13:56:48.363Z] ---> Running in f4929163b6db [2021-04-09T13:56:48.638Z] Removing intermediate container f4929163b6db [2021-04-09T13:56:48.638Z] ---> 94328209675c [2021-04-09T13:56:48.638Z] Step 9/27 : COPY go.mod . [2021-04-09T13:56:49.618Z] ---> a15d165ba78c [2021-04-09T13:56:49.618Z] Step 10/27 : RUN go mod download [2021-04-09T13:56:49.618Z] ---> Running in c21b416dd0fb [2021-04-09T13:56:52.244Z] Removing intermediate container c21b416dd0fb [2021-04-09T13:56:52.244Z] ---> 512793a89397 [2021-04-09T13:56:52.244Z] Step 11/27 : COPY . . [2021-04-09T13:56:52.516Z] ---> 6e3958097ff3 [2021-04-09T13:56:52.516Z] Step 12/27 : ARG MAKE="make build" [2021-04-09T13:56:52.789Z] ---> Running in 9dca38dae639 [2021-04-09T13:56:53.062Z] Removing intermediate container 9dca38dae639 [2021-04-09T13:56:53.062Z] ---> d855b9e12906 [2021-04-09T13:56:53.062Z] Step 13/27 : RUN $MAKE [2021-04-09T13:56:53.338Z] ---> Running in 4968958943f6 [2021-04-09T13:56:54.333Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.30" -o app-service-configurable [2021-04-09T13:57:33.390Z] Removing intermediate container 4968958943f6 [2021-04-09T13:57:33.390Z] ---> b78de655f056 [2021-04-09T13:57:33.390Z] Step 14/27 : FROM alpine:3.12 [2021-04-09T13:57:33.390Z] 3.12: Pulling from library/alpine [2021-04-09T13:57:33.390Z] 9a219e8acc52: Pulling fs layer [2021-04-09T13:57:33.390Z] 9a219e8acc52: Verifying Checksum [2021-04-09T13:57:33.390Z] 9a219e8acc52: Download complete [2021-04-09T13:57:33.390Z] 9a219e8acc52: Pull complete [2021-04-09T13:57:33.390Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T13:57:33.390Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T13:57:33.390Z] ---> d75e27dfc0a0 [2021-04-09T13:57:33.390Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-09T13:57:33.390Z] ---> Running in db3ab5edfbb2 [2021-04-09T13:57:33.390Z] Removing intermediate container db3ab5edfbb2 [2021-04-09T13:57:33.390Z] ---> a4c3bb7cade9 [2021-04-09T13:57:33.390Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-09T13:57:33.390Z] ---> Running in c17f46f34f65 [2021-04-09T13:57:33.390Z] Removing intermediate container c17f46f34f65 [2021-04-09T13:57:33.390Z] ---> bdbed317d4a6 [2021-04-09T13:57:33.390Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-09T13:57:33.390Z] ---> Running in fece33c19324 [2021-04-09T13:57:33.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T13:57:33.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T13:57:33.982Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-09T13:57:33.982Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-09T13:57:33.982Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-09T13:57:33.982Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-09T13:57:33.982Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-09T13:57:33.982Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-09T13:57:33.982Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-09T13:57:34.253Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T13:57:34.253Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T13:57:34.525Z] OK: 9 MiB in 21 packages [2021-04-09T13:57:35.965Z] Removing intermediate container fece33c19324 [2021-04-09T13:57:35.965Z] ---> 8a9cfc823d17 [2021-04-09T13:57:35.965Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-09T13:57:36.948Z] ---> 2bc1595da1ad [2021-04-09T13:57:36.948Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-09T13:57:37.542Z] ---> 2dd90aa336a6 [2021-04-09T13:57:37.542Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-09T13:57:38.140Z] ---> 3c46a9886f21 [2021-04-09T13:57:38.140Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-09T13:57:39.573Z] ---> d2471a86e14b [2021-04-09T13:57:39.573Z] Step 22/27 : EXPOSE 48095 [2021-04-09T13:57:39.573Z] ---> Running in 86ce96ee86a4 [2021-04-09T13:57:40.166Z] Removing intermediate container 86ce96ee86a4 [2021-04-09T13:57:40.166Z] ---> eac9bca9e38b [2021-04-09T13:57:40.166Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-09T13:57:40.440Z] ---> Running in 62226b34d5ce [2021-04-09T13:57:40.714Z] Removing intermediate container 62226b34d5ce [2021-04-09T13:57:40.714Z] ---> 897950bbf09a [2021-04-09T13:57:40.714Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T13:57:40.988Z] ---> Running in 8d5ec535f115 [2021-04-09T13:57:41.265Z] Removing intermediate container 8d5ec535f115 [2021-04-09T13:57:41.265Z] ---> 127b5ed0088b [2021-04-09T13:57:41.265Z] Step 25/27 : LABEL arch=arm64 [2021-04-09T13:57:41.538Z] ---> Running in 063b70d530bb [2021-04-09T13:57:42.132Z] Removing intermediate container 063b70d530bb [2021-04-09T13:57:42.132Z] ---> c31dfddf82ac [2021-04-09T13:57:42.132Z] Step 26/27 : LABEL git_sha=7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:57:42.132Z] ---> Running in 8448bfd07d7e [2021-04-09T13:57:42.730Z] Removing intermediate container 8448bfd07d7e [2021-04-09T13:57:42.730Z] ---> bdadfdb1001a [2021-04-09T13:57:42.730Z] Step 27/27 : LABEL version=2.0.0-dev.30 [2021-04-09T13:57:42.730Z] ---> Running in 91b81e25f4e4 [2021-04-09T13:57:43.326Z] Removing intermediate container 91b81e25f4e4 [2021-04-09T13:57:43.326Z] ---> e7c19bea8327 [2021-04-09T13:57:43.326Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-09T13:57:43.326Z] Successfully built e7c19bea8327 [2021-04-09T13:57:43.326Z] 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 [2021-04-09T13:57:43.913Z] provisioning config files... [2021-04-09T13:57:43.960Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/100@tmp/config3948027402950169342tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T13:57:44.369Z] ---> docker-login.sh [2021-04-09T13:57:44.369Z] nexus3.edgexfoundry.org:10001 [2021-04-09T13:57:44.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:57:44.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:57:44.641Z] Configure a credential helper to remove this warning. See [2021-04-09T13:57:44.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:57:44.641Z] [2021-04-09T13:57:44.641Z] Login Succeeded [2021-04-09T13:57:44.641Z] nexus3.edgexfoundry.org:10002 [2021-04-09T13:57:45.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:57:45.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:57:45.237Z] Configure a credential helper to remove this warning. See [2021-04-09T13:57:45.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:57:45.237Z] [2021-04-09T13:57:45.237Z] Login Succeeded [2021-04-09T13:57:45.237Z] nexus3.edgexfoundry.org:10003 [2021-04-09T13:57:45.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:57:45.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:57:45.785Z] Configure a credential helper to remove this warning. See [2021-04-09T13:57:45.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:57:45.785Z] [2021-04-09T13:57:45.785Z] Login Succeeded [2021-04-09T13:57:45.785Z] nexus3.edgexfoundry.org:10004 [2021-04-09T13:57:46.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:57:46.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:57:46.055Z] Configure a credential helper to remove this warning. See [2021-04-09T13:57:46.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:57:46.055Z] [2021-04-09T13:57:46.331Z] Login Succeeded [2021-04-09T13:57:46.331Z] docker.io [2021-04-09T13:57:46.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T13:57:46.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T13:57:46.875Z] Configure a credential helper to remove this warning. See [2021-04-09T13:57:46.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T13:57:46.876Z] [2021-04-09T13:57:46.876Z] Login Succeeded [2021-04-09T13:57:46.876Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T13:57:46.892Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-09T13:57:47.129Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-04-09T13:57:47.129Z] 7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:57:47.129Z] latest [2021-04-09T13:57:47.129Z] 2.0.0-dev.30 [2021-04-09T13:57:47.129Z] 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [2021-04-09T13:57:47.129Z] master [2021-04-09T13:57:47.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:47.660Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:48.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:57:48.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-09T13:57:48.069Z] 4f44a538bd93: Preparing [2021-04-09T13:57:48.069Z] 2568024797de: Preparing [2021-04-09T13:57:48.069Z] f47d69a7291c: Preparing [2021-04-09T13:57:48.069Z] 0fd7d236fe9d: Preparing [2021-04-09T13:57:48.069Z] c2e43a3a94e3: Preparing [2021-04-09T13:57:48.069Z] e08058ee1dfe: Preparing [2021-04-09T13:57:48.069Z] e08058ee1dfe: Waiting [2021-04-09T13:57:48.340Z] 0fd7d236fe9d: Pushed [2021-04-09T13:57:48.340Z] 2568024797de: Pushed [2021-04-09T13:57:48.340Z] f47d69a7291c: Pushed [2021-04-09T13:57:48.340Z] e08058ee1dfe: Layer already exists [2021-04-09T13:57:49.322Z] c2e43a3a94e3: Pushed [2021-04-09T13:57:51.932Z] 4f44a538bd93: Pushed [2021-04-09T13:57:51.932Z] 7b79720c7baecc45e512545009760e44417542fc: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:52.278Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:52.613Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-09T13:57:52.613Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-09T13:57:52.613Z] 4f44a538bd93: Preparing [2021-04-09T13:57:52.613Z] 2568024797de: Preparing [2021-04-09T13:57:52.613Z] f47d69a7291c: Preparing [2021-04-09T13:57:52.613Z] 0fd7d236fe9d: Preparing [2021-04-09T13:57:52.613Z] c2e43a3a94e3: Preparing [2021-04-09T13:57:52.613Z] e08058ee1dfe: Preparing [2021-04-09T13:57:52.613Z] e08058ee1dfe: Waiting [2021-04-09T13:57:52.613Z] 0fd7d236fe9d: Layer already exists [2021-04-09T13:57:52.613Z] 2568024797de: Layer already exists [2021-04-09T13:57:52.613Z] 4f44a538bd93: Layer already exists [2021-04-09T13:57:52.613Z] f47d69a7291c: Layer already exists [2021-04-09T13:57:52.613Z] c2e43a3a94e3: Layer already exists [2021-04-09T13:57:52.613Z] e08058ee1dfe: Layer already exists [2021-04-09T13:57:52.899Z] latest: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:53.253Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:53.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.30 [2021-04-09T13:57:53.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-09T13:57:53.593Z] 4f44a538bd93: Preparing [2021-04-09T13:57:53.593Z] 2568024797de: Preparing [2021-04-09T13:57:53.593Z] f47d69a7291c: Preparing [2021-04-09T13:57:53.593Z] 0fd7d236fe9d: Preparing [2021-04-09T13:57:53.593Z] c2e43a3a94e3: Preparing [2021-04-09T13:57:53.593Z] e08058ee1dfe: Preparing [2021-04-09T13:57:53.593Z] e08058ee1dfe: Waiting [2021-04-09T13:57:53.593Z] 2568024797de: Layer already exists [2021-04-09T13:57:53.593Z] f47d69a7291c: Layer already exists [2021-04-09T13:57:53.593Z] 0fd7d236fe9d: Layer already exists [2021-04-09T13:57:53.593Z] c2e43a3a94e3: Layer already exists [2021-04-09T13:57:53.593Z] 4f44a538bd93: Layer already exists [2021-04-09T13:57:53.593Z] e08058ee1dfe: Layer already exists [2021-04-09T13:57:53.863Z] 2.0.0-dev.30: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:54.202Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:54.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [2021-04-09T13:57:54.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-09T13:57:54.537Z] 4f44a538bd93: Preparing [2021-04-09T13:57:54.537Z] 2568024797de: Preparing [2021-04-09T13:57:54.537Z] f47d69a7291c: Preparing [2021-04-09T13:57:54.537Z] 0fd7d236fe9d: Preparing [2021-04-09T13:57:54.537Z] c2e43a3a94e3: Preparing [2021-04-09T13:57:54.537Z] e08058ee1dfe: Preparing [2021-04-09T13:57:54.537Z] e08058ee1dfe: Waiting [2021-04-09T13:57:54.808Z] 4f44a538bd93: Layer already exists [2021-04-09T13:57:54.808Z] 0fd7d236fe9d: Layer already exists [2021-04-09T13:57:54.808Z] 2568024797de: Layer already exists [2021-04-09T13:57:54.808Z] c2e43a3a94e3: Layer already exists [2021-04-09T13:57:54.808Z] f47d69a7291c: Layer already exists [2021-04-09T13:57:54.808Z] e08058ee1dfe: Layer already exists [2021-04-09T13:57:54.808Z] 7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:55.160Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-09T13:57:55.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-04-09T13:57:55.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-09T13:57:55.500Z] 4f44a538bd93: Preparing [2021-04-09T13:57:55.500Z] 2568024797de: Preparing [2021-04-09T13:57:55.500Z] f47d69a7291c: Preparing [2021-04-09T13:57:55.500Z] 0fd7d236fe9d: Preparing [2021-04-09T13:57:55.500Z] c2e43a3a94e3: Preparing [2021-04-09T13:57:55.500Z] e08058ee1dfe: Preparing [2021-04-09T13:57:55.500Z] e08058ee1dfe: Waiting [2021-04-09T13:57:55.500Z] 2568024797de: Layer already exists [2021-04-09T13:57:55.500Z] 0fd7d236fe9d: Layer already exists [2021-04-09T13:57:55.500Z] 4f44a538bd93: Layer already exists [2021-04-09T13:57:55.500Z] c2e43a3a94e3: Layer already exists [2021-04-09T13:57:55.500Z] f47d69a7291c: Layer already exists [2021-04-09T13:57:55.500Z] e08058ee1dfe: Layer already exists [2021-04-09T13:57:55.771Z] master: digest: sha256:4f928e17ce5b9499fc451b3f6cced587d76018c5f244826352a4ff72b1042b2e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-09T13:57:55.995Z] ===================================================== [Pipeline] echo [2021-04-09T13:57:56.050Z] taggedImages: [2021-04-09T13:57:56.050Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc [2021-04-09T13:57:56.050Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-09T13:57:56.050Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.30 [2021-04-09T13:57:56.050Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7b79720c7baecc45e512545009760e44417542fc-2.0.0-dev.30 [2021-04-09T13:57:56.050Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-09T13:57:56.608Z] ---> job-cost.sh [2021-04-09T13:57:56.608Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-n0az [2021-04-09T13:58:35.603Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T13:59:57.345Z] lf-activate-venv(): INFO: Adding /tmp/venv-n0az/bin to PATH [2021-04-09T13:59:57.345Z] INFO: No Stack... [2021-04-09T13:59:59.311Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-09T13:59:59.583Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T13:59:59.934Z] + cat+ /w/workspace/app-service-configurable/100/archives/cost.csv [2021-04-09T13:59:59.934Z] cut -d, -f6 [Pipeline] lock [2021-04-09T14:00:00.078Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [2021-04-09T14:00:00.099Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] did not exist. Created. [2021-04-09T14:00:00.099Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T14:00:00.577Z] /w/workspace/app-service-configurable/100@tmp/durable-fcaaaeee/script.sh: 1: /w/workspace/app-service-configurable/100@tmp/durable-fcaaaeee/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-09T14:00:00.935Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-09T14:00:01.022Z] Warning: overwriting stash ‘stack-cost’ [2021-04-09T14:00:01.186Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T14:00:01.201Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-100-stack-cost] [Pipeline] // lock [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 [2021-04-09T14:00:03.199Z] provisioning config files... [2021-04-09T14:00:03.218Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2167606602239685777tmp [Pipeline] { [Pipeline] sh [2021-04-09T14:00:03.624Z] + set +x [2021-04-09T14:00:03.624Z] + curl -s https://codecov.io/bash [2021-04-09T14:00:03.624Z] + bash -s -- [2021-04-09T14:00:03.889Z] [2021-04-09T14:00:03.890Z] _____ _ [2021-04-09T14:00:03.890Z] / ____| | | [2021-04-09T14:00:03.890Z] | | ___ __| | ___ ___ _____ __ [2021-04-09T14:00:03.890Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-09T14:00:03.890Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-09T14:00:03.890Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-09T14:00:03.890Z] Bash-20210309-2b87ace [2021-04-09T14:00:03.890Z] [2021-04-09T14:00:03.890Z] [2021-04-09T14:00:03.890Z] ==> git version 2.24.3 found [2021-04-09T14:00:03.890Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-09T14:00:03.890Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-09T14:00:03.890Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-09T14:00:03.890Z] ==> Jenkins CI detected. [2021-04-09T14:00:03.890Z] project root: . [2021-04-09T14:00:03.890Z] --> token set from env [2021-04-09T14:00:03.890Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-09T14:00:03.890Z] ==> Running gcov in . (disable via -X gcov) [2021-04-09T14:00:03.890Z] ==> Python coveragepy not found [2021-04-09T14:00:03.890Z] ==> Searching for coverage reports in: [2021-04-09T14:00:03.890Z] + . [2021-04-09T14:00:03.890Z] -> Found 1 reports [2021-04-09T14:00:03.890Z] ==> Detecting git/mercurial file structure [2021-04-09T14:00:03.890Z] ==> Reading reports [2021-04-09T14:00:03.890Z] + ./coverage.out bytes=10 [2021-04-09T14:00:03.890Z] ==> Appending adjustments [2021-04-09T14:00:03.890Z] https://docs.codecov.io/docs/fixing-reports [2021-04-09T14:00:03.890Z] + Found adjustments [2021-04-09T14:00:03.890Z] ==> Gzipping contents [2021-04-09T14:00:03.890Z] 4.0K /tmp/codecov.tdQAUs.gz [2021-04-09T14:00:03.890Z] ==> Uploading reports [2021-04-09T14:00:03.890Z] url: https://codecov.io [2021-04-09T14:00:03.890Z] query: branch=master&commit=7b79720c7baecc45e512545009760e44417542fc&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-09T14:00:03.890Z] -> Pinging Codecov [2021-04-09T14:00:03.890Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=7b79720c7baecc45e512545009760e44417542fc&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F100%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-09T14:00:04.470Z] -> Uploading to [2021-04-09T14:00:04.470Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-09/A97CA9966030D2A3747ED39772930CCE/7b79720c7baecc45e512545009760e44417542fc/cd1e4618-c077-45f1-8cdb-74ede3f8237b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T140004Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c12b275766b20021fd63ef56de45d319ee167afb6ebfd8fe009023785a983d36 [2021-04-09T14:00:04.470Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T14:00:04.470Z] Dload Upload Total Spent Left Speed [2021-04-09T14:00:05.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 729 --:--:-- --:--:-- --:--:-- 729 100 396 0 0 100 396 0 729 --:--:-- --:--:-- --:--:-- 729 [2021-04-09T14:00:05.046Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7b79720c7baecc45e512545009760e44417542fc [Pipeline] } [2021-04-09T14:00:05.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-09T14:00:06.214Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-09T14:00:06.287Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:00:06.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-09T14:00:06.639Z] [2021-04-09T14:00:06.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:00:06.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-09T14:00:06.997Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-09T14:00:06.997Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T14:00:06.997Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T14:00:06.997Z] de9db76c5a1d: Pulling fs layer [2021-04-09T14:00:06.997Z] 0eba1c9be4d2: Pulling fs layer [2021-04-09T14:00:06.997Z] 0d57e429df01: Pulling fs layer [2021-04-09T14:00:06.997Z] 4e4be7b47b0d: Pulling fs layer [2021-04-09T14:00:06.997Z] e1f770b5df2f: Pulling fs layer [2021-04-09T14:00:06.997Z] 85a0685a4137: Pulling fs layer [2021-04-09T14:00:06.997Z] 0d57e429df01: Waiting [2021-04-09T14:00:06.997Z] 4e4be7b47b0d: Waiting [2021-04-09T14:00:06.997Z] e1f770b5df2f: Waiting [2021-04-09T14:00:06.997Z] 85a0685a4137: Waiting [2021-04-09T14:00:06.997Z] 0eba1c9be4d2: Waiting [2021-04-09T14:00:06.997Z] de9db76c5a1d: Verifying Checksum [2021-04-09T14:00:06.997Z] de9db76c5a1d: Download complete [2021-04-09T14:00:06.997Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T14:00:06.997Z] 0ef7d3d256c8: Download complete [2021-04-09T14:00:06.997Z] 0d57e429df01: Verifying Checksum [2021-04-09T14:00:06.997Z] 0d57e429df01: Download complete [2021-04-09T14:00:06.997Z] 188c0c94c7c5: Download complete [2021-04-09T14:00:06.997Z] 4e4be7b47b0d: Verifying Checksum [2021-04-09T14:00:06.997Z] 4e4be7b47b0d: Download complete [2021-04-09T14:00:07.575Z] 188c0c94c7c5: Pull complete [2021-04-09T14:00:07.838Z] 0ef7d3d256c8: Pull complete [2021-04-09T14:00:07.838Z] de9db76c5a1d: Pull complete [2021-04-09T14:00:08.103Z] e1f770b5df2f: Verifying Checksum [2021-04-09T14:00:08.103Z] e1f770b5df2f: Download complete [2021-04-09T14:00:10.670Z] 85a0685a4137: Verifying Checksum [2021-04-09T14:00:10.670Z] 85a0685a4137: Download complete [2021-04-09T14:00:10.670Z] 0eba1c9be4d2: Verifying Checksum [2021-04-09T14:00:10.670Z] 0eba1c9be4d2: Download complete [2021-04-09T14:00:16.018Z] 0eba1c9be4d2: Pull complete [2021-04-09T14:00:16.018Z] 0d57e429df01: Pull complete [2021-04-09T14:00:16.018Z] 4e4be7b47b0d: Pull complete [2021-04-09T14:00:17.960Z] e1f770b5df2f: Pull complete [2021-04-09T14:00:26.138Z] 85a0685a4137: Pull complete [2021-04-09T14:00:26.138Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-09T14:00:26.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-09T14:00:26.138Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-09T14:00:26.363Z] prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container [2021-04-09T14:00:26.422Z] $ 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 [2021-04-09T14:00:27.479Z] $ docker top 7d183fc349b2f747cc5aefc0f6a0eae1bb91ba14fb0710238108fb73ab66714b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T14:00:27.731Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-09T14:00:28.031Z] + set -o pipefail [2021-04-09T14:00:28.031Z] + snyk monitor '--org=edgex-jenkins' [2021-04-09T14:00:38.066Z] [2021-04-09T14:00:38.067Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-04-09T14:00:38.067Z] [2021-04-09T14:00:38.067Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f31b4783-2e56-43a9-85b2-908a24e26629 [2021-04-09T14:00:38.067Z] [2021-04-09T14:00:38.067Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-09T14:00:38.067Z] [2021-04-09T14:00:38.067Z] [2021-04-09T14:00:38.067Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-09T14:00:38.067Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-09T14:00:38.088Z] $ docker stop --time=1 7d183fc349b2f747cc5aefc0f6a0eae1bb91ba14fb0710238108fb73ab66714b [2021-04-09T14:00:40.956Z] $ docker rm -f 7d183fc349b2f747cc5aefc0f6a0eae1bb91ba14fb0710238108fb73ab66714b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 [2021-04-09T14:00:42.866Z] + git log --format=format:%s -1 7b79720c7baecc45e512545009760e44417542fc [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:00:43.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T14:00:43.180Z] . [Pipeline] withDockerContainer [2021-04-09T14:00:43.281Z] prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container [2021-04-09T14:00:43.338Z] $ 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 [2021-04-09T14:00:44.071Z] $ docker top a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T14:00:44.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T14:00:44.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T14:00:44.631Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T14:00:44.637Z] $ docker exec a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 ssh-agent [2021-04-09T14:00:44.801Z] SSH_AUTH_SOCK=/tmp/ssh-mkV5em2ALljw/agent.12 [2021-04-09T14:00:44.801Z] SSH_AGENT_PID=18 [2021-04-09T14:00:44.810Z] Running ssh-add (command line suppressed) [2021-04-09T14:00:44.945Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1306243219825814919.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1306243219825814919.key) [2021-04-09T14:00:44.997Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T14:00:45.345Z] + git semver tag [2021-04-09T14:00:45.345Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T14:00:45.345Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-09T14:00:45.345Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-09T14:00:45.345Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T14:00:45.345Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T14:00:45.345Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T14:00:45.345Z] # $SEMVER_BRANCH = master [2021-04-09T14:00:45.345Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-09T14:00:45.345Z] # 7b79720c7baecc45e512545009760e44417542fc HEAD [2021-04-09T14:00:45.345Z] # -> Force: false [2021-04-09T14:00:45.345Z] # 50e2a3f83f3c44038498e2504b955bdbbe3d1f89 refs/tags/v2.0.0-dev.30 [Pipeline] } [2021-04-09T14:00:45.362Z] $ docker exec --env ******** --env ******** a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 ssh-agent -k [2021-04-09T14:00:45.475Z] unset SSH_AUTH_SOCK; [2021-04-09T14:00:45.475Z] unset SSH_AGENT_PID; [2021-04-09T14:00:45.475Z] echo Agent pid 18 killed; [2021-04-09T14:00:45.526Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T14:00:46.056Z] + git semver [Pipeline] } [2021-04-09T14:00:46.077Z] $ docker stop --time=1 a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 [2021-04-09T14:00:47.416Z] $ docker rm -f a6e87aede2603f5e259dfd39458f826478a30edab5768ada1d719507b1a9ac28 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:00:48.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-09T14:00:48.108Z] [2021-04-09T14:00:48.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:00:48.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-09T14:00:48.460Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-09T14:00:48.460Z] ab5ef0e58194: Pulling fs layer [2021-04-09T14:00:48.460Z] 9712f1f96733: Pulling fs layer [2021-04-09T14:00:48.460Z] 63f879dbbcfc: Pulling fs layer [2021-04-09T14:00:48.460Z] 0d9ebad4ef96: Pulling fs layer [2021-04-09T14:00:48.460Z] e9a5061849ea: Pulling fs layer [2021-04-09T14:00:48.460Z] d747dcd14b5f: Pulling fs layer [2021-04-09T14:00:48.460Z] 2de7ff778b66: Pulling fs layer [2021-04-09T14:00:48.460Z] e9a5061849ea: Waiting [2021-04-09T14:00:48.460Z] d747dcd14b5f: Waiting [2021-04-09T14:00:48.460Z] 2de7ff778b66: Waiting [2021-04-09T14:00:48.460Z] 0d9ebad4ef96: Waiting [2021-04-09T14:00:48.460Z] 9712f1f96733: Verifying Checksum [2021-04-09T14:00:48.460Z] 9712f1f96733: Download complete [2021-04-09T14:00:50.393Z] 63f879dbbcfc: Verifying Checksum [2021-04-09T14:00:50.393Z] 63f879dbbcfc: Download complete [2021-04-09T14:00:50.393Z] e9a5061849ea: Verifying Checksum [2021-04-09T14:00:50.393Z] e9a5061849ea: Download complete [2021-04-09T14:00:50.393Z] d747dcd14b5f: Verifying Checksum [2021-04-09T14:00:50.393Z] d747dcd14b5f: Download complete [2021-04-09T14:00:50.972Z] 2de7ff778b66: Verifying Checksum [2021-04-09T14:00:50.972Z] 2de7ff778b66: Download complete [2021-04-09T14:00:50.972Z] 0d9ebad4ef96: Verifying Checksum [2021-04-09T14:00:50.972Z] 0d9ebad4ef96: Download complete [2021-04-09T14:00:50.972Z] ab5ef0e58194: Verifying Checksum [2021-04-09T14:00:50.972Z] ab5ef0e58194: Download complete [2021-04-09T14:00:56.306Z] ab5ef0e58194: Pull complete [2021-04-09T14:00:56.306Z] 9712f1f96733: Pull complete [2021-04-09T14:00:58.245Z] 63f879dbbcfc: Pull complete [2021-04-09T14:01:04.895Z] 0d9ebad4ef96: Pull complete [2021-04-09T14:01:05.855Z] e9a5061849ea: Pull complete [2021-04-09T14:01:05.855Z] d747dcd14b5f: Pull complete [2021-04-09T14:01:08.422Z] 2de7ff778b66: Pull complete [2021-04-09T14:01:08.422Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-09T14:01:08.422Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-09T14:01:08.422Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-09T14:01:08.717Z] prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container [2021-04-09T14:01:08.842Z] $ 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 [2021-04-09T14:01:12.815Z] $ docker top e3dfc2611614d3a55b947eb14e637694f0ad454ef901560da539635b97f6bed3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-09T14:01:13.047Z] provisioning config files... [2021-04-09T14:01:13.059Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config32898543816036271tmp [2021-04-09T14:01:13.076Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config595649018837811089tmp [2021-04-09T14:01:13.094Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config1005629477274795536tmp [Pipeline] { [Pipeline] echo [2021-04-09T14:01:13.157Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:01:13.460Z] ---> sigul-configuration.sh [2021-04-09T14:01:13.460Z] gpg: directory `/root/.gnupg' created [2021-04-09T14:01:13.460Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-09T14:01:13.460Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-09T14:01:13.460Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-09T14:01:13.460Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-09T14:01:13.460Z] gpg: CAST5 encrypted data [2021-04-09T14:01:13.722Z] gpg: encrypted with 1 passphrase [2021-04-09T14:01:13.722Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-09T14:01:14.023Z] + mkdir /home/jenkins [2021-04-09T14:01:14.023Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-09T14:01:14.326Z] + 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 [2021-04-09T14:01:14.338Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:01:14.645Z] ---> sigul-install.sh [2021-04-09T14:01:21.254Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-09T14:01:21.553Z] + git tag --list [2021-04-09T14:01:21.553Z] v1.0.0 [2021-04-09T14:01:21.553Z] v1.1.0 [2021-04-09T14:01:21.553Z] v1.2.0 [2021-04-09T14:01:21.553Z] v1.3.0 [2021-04-09T14:01:21.553Z] v1.3.1 [2021-04-09T14:01:21.553Z] v1.3.1-dev.1 [2021-04-09T14:01:21.553Z] v1.3.1-dev.2 [2021-04-09T14:01:21.553Z] v1.3.1-dev.3 [2021-04-09T14:01:21.553Z] v2.0.0-dev.1 [2021-04-09T14:01:21.553Z] v2.0.0-dev.10 [2021-04-09T14:01:21.553Z] v2.0.0-dev.11 [2021-04-09T14:01:21.553Z] v2.0.0-dev.12 [2021-04-09T14:01:21.553Z] v2.0.0-dev.13 [2021-04-09T14:01:21.553Z] v2.0.0-dev.14 [2021-04-09T14:01:21.553Z] v2.0.0-dev.15 [2021-04-09T14:01:21.553Z] v2.0.0-dev.16 [2021-04-09T14:01:21.553Z] v2.0.0-dev.17 [2021-04-09T14:01:21.553Z] v2.0.0-dev.18 [2021-04-09T14:01:21.553Z] v2.0.0-dev.19 [2021-04-09T14:01:21.553Z] v2.0.0-dev.2 [2021-04-09T14:01:21.553Z] v2.0.0-dev.20 [2021-04-09T14:01:21.553Z] v2.0.0-dev.21 [2021-04-09T14:01:21.553Z] v2.0.0-dev.22 [2021-04-09T14:01:21.553Z] v2.0.0-dev.23 [2021-04-09T14:01:21.553Z] v2.0.0-dev.24 [2021-04-09T14:01:21.553Z] v2.0.0-dev.25 [2021-04-09T14:01:21.553Z] v2.0.0-dev.26 [2021-04-09T14:01:21.553Z] v2.0.0-dev.27 [2021-04-09T14:01:21.553Z] v2.0.0-dev.28 [2021-04-09T14:01:21.553Z] v2.0.0-dev.29 [2021-04-09T14:01:21.553Z] v2.0.0-dev.3 [2021-04-09T14:01:21.553Z] v2.0.0-dev.30 [2021-04-09T14:01:21.553Z] v2.0.0-dev.4 [2021-04-09T14:01:21.553Z] v2.0.0-dev.5 [2021-04-09T14:01:21.553Z] v2.0.0-dev.6 [2021-04-09T14:01:21.553Z] v2.0.0-dev.7 [2021-04-09T14:01:21.553Z] v2.0.0-dev.8 [2021-04-09T14:01:21.553Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-09T14:01:21.856Z] + lftools sign git-tag v2.0.0-dev.30 [2021-04-09T14:01:23.248Z] Signing Git tag with Sigul... [2021-04-09T14:01:23.248Z] Signing v2.0.0-dev.30 [Pipeline] echo [2021-04-09T14:01:24.210Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:01:24.510Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-09T14:01:24.521Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-09T14:01:24.627Z] $ docker stop --time=1 e3dfc2611614d3a55b947eb14e637694f0ad454ef901560da539635b97f6bed3 [2021-04-09T14:01:26.725Z] $ docker rm -f e3dfc2611614d3a55b947eb14e637694f0ad454ef901560da539635b97f6bed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:01:27.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T14:01:27.645Z] . [Pipeline] withDockerContainer [2021-04-09T14:01:27.747Z] prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container [2021-04-09T14:01:27.797Z] $ 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 [2021-04-09T14:01:28.570Z] $ docker top 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T14:01:28.895Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T14:01:28.895Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T14:01:29.112Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T14:01:29.118Z] $ docker exec 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 ssh-agent [2021-04-09T14:01:29.296Z] SSH_AUTH_SOCK=/tmp/ssh-x38ZSfHW0Ujg/agent.11 [2021-04-09T14:01:29.296Z] SSH_AGENT_PID=16 [2021-04-09T14:01:29.304Z] Running ssh-add (command line suppressed) [2021-04-09T14:01:29.437Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6857150600341392712.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6857150600341392712.key) [2021-04-09T14:01:29.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T14:01:29.849Z] + git semver bump pre [2021-04-09T14:01:29.849Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T14:01:29.849Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-09T14:01:29.849Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-09T14:01:29.849Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T14:01:29.849Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T14:01:29.849Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T14:01:29.849Z] # $SEMVER_BRANCH = master [2021-04-09T14:01:29.849Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-09T14:01:29.849Z] 2.0.0-dev.31 [Pipeline] } [2021-04-09T14:01:29.872Z] $ docker exec --env ******** --env ******** 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 ssh-agent -k [2021-04-09T14:01:29.992Z] unset SSH_AUTH_SOCK; [2021-04-09T14:01:29.993Z] unset SSH_AGENT_PID; [2021-04-09T14:01:29.993Z] echo Agent pid 16 killed; [2021-04-09T14:01:30.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T14:01:30.590Z] + git semver [Pipeline] } [2021-04-09T14:01:30.609Z] $ docker stop --time=1 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 [2021-04-09T14:01:31.944Z] $ docker rm -f 98410dafcac918fbde5df5c2874ff1528651e62cc09146dfa88751f960b3d084 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:01:32.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T14:01:32.498Z] . [Pipeline] withDockerContainer [2021-04-09T14:01:32.632Z] prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container [2021-04-09T14:01:32.688Z] $ 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 [2021-04-09T14:01:33.265Z] $ docker top cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T14:01:33.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T14:01:33.572Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T14:01:33.748Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T14:01:33.754Z] $ docker exec cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 ssh-agent [2021-04-09T14:01:33.930Z] SSH_AUTH_SOCK=/tmp/ssh-uwkri7kBeHRP/agent.12 [2021-04-09T14:01:33.930Z] SSH_AGENT_PID=17 [2021-04-09T14:01:33.937Z] Running ssh-add (command line suppressed) [2021-04-09T14:01:34.064Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5444458036743457685.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5444458036743457685.key) [2021-04-09T14:01:34.121Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T14:01:34.468Z] + git semver push [2021-04-09T14:01:34.468Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T14:01:34.468Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-09T14:01:34.468Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-09T14:01:34.468Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T14:01:34.468Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T14:01:34.468Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T14:01:34.468Z] # $SEMVER_BRANCH = master [2021-04-09T14:01:34.468Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-09T14:01:37.810Z] $ docker exec --env ******** --env ******** cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 ssh-agent -k [2021-04-09T14:01:37.932Z] unset SSH_AUTH_SOCK; [2021-04-09T14:01:37.933Z] unset SSH_AGENT_PID; [2021-04-09T14:01:37.933Z] echo Agent pid 17 killed; [2021-04-09T14:01:37.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T14:01:38.497Z] + git semver [Pipeline] } [2021-04-09T14:01:38.531Z] $ docker stop --time=1 cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 [2021-04-09T14:01:39.942Z] $ docker rm -f cdcfc58d4cbfdf64b03bd406f19970bcb6fc88d9f858d10c5046b4893c3a5730 [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 [2021-04-09T14:01:41.597Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:01:42.181Z] ---> package-listing.sh [2021-04-09T14:01:42.181Z] ++ facter osfamily [2021-04-09T14:01:42.181Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-09T14:01:42.181Z] + OS_FAMILY=redhat [2021-04-09T14:01:42.181Z] + workspace=/w/workspace/_app-service-configurable_master [2021-04-09T14:01:42.181Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-09T14:01:42.181Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-09T14:01:42.181Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-09T14:01:42.181Z] + PACKAGES=/tmp/packages_start.txt [2021-04-09T14:01:42.181Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-09T14:01:42.181Z] + PACKAGES=/tmp/packages_end.txt [2021-04-09T14:01:42.181Z] + case "${OS_FAMILY}" in [2021-04-09T14:01:42.181Z] + rpm -qa [2021-04-09T14:01:42.181Z] + sort [2021-04-09T14:01:47.510Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-09T14:01:47.511Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-09T14:01:47.511Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-09T14:01:47.511Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-09T14:01:47.511Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-04-09T14:01:47.511Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-04-09T14:01:47.527Z] 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 [2021-04-09T14:01:47.823Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:01:48.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T14:01:48.137Z] [2021-04-09T14:01:48.137Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-09T14:01:48.507Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T14:01:48.507Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-09T14:01:48.507Z] df20fa9351a1: Pulling fs layer [2021-04-09T14:01:48.507Z] 36b3adc4ff6f: Pulling fs layer [2021-04-09T14:01:48.507Z] 8ad3a11d3b57: Pulling fs layer [2021-04-09T14:01:48.507Z] 46f8f816bc3b: Pulling fs layer [2021-04-09T14:01:48.507Z] 93b61091891f: Pulling fs layer [2021-04-09T14:01:48.507Z] 93b9cdb0e59b: Pulling fs layer [2021-04-09T14:01:48.507Z] 5e14af77c1be: Pulling fs layer [2021-04-09T14:01:48.507Z] 01666e4c0597: Pulling fs layer [2021-04-09T14:01:48.507Z] aa168da1d23b: Pulling fs layer [2021-04-09T14:01:48.507Z] 93b9cdb0e59b: Waiting [2021-04-09T14:01:48.507Z] 5e14af77c1be: Waiting [2021-04-09T14:01:48.507Z] aa168da1d23b: Waiting [2021-04-09T14:01:48.507Z] 01666e4c0597: Waiting [2021-04-09T14:01:48.507Z] 46f8f816bc3b: Waiting [2021-04-09T14:01:48.507Z] 93b61091891f: Waiting [2021-04-09T14:01:48.507Z] 36b3adc4ff6f: Verifying Checksum [2021-04-09T14:01:48.507Z] 36b3adc4ff6f: Download complete [2021-04-09T14:01:48.507Z] 46f8f816bc3b: Verifying Checksum [2021-04-09T14:01:48.507Z] 46f8f816bc3b: Download complete [2021-04-09T14:01:48.772Z] df20fa9351a1: Download complete [2021-04-09T14:01:48.772Z] 93b9cdb0e59b: Verifying Checksum [2021-04-09T14:01:48.772Z] 93b9cdb0e59b: Download complete [2021-04-09T14:01:48.772Z] 93b61091891f: Download complete [2021-04-09T14:01:48.772Z] 5e14af77c1be: Download complete [2021-04-09T14:01:48.772Z] 01666e4c0597: Verifying Checksum [2021-04-09T14:01:48.772Z] 01666e4c0597: Download complete [2021-04-09T14:01:49.040Z] df20fa9351a1: Pull complete [2021-04-09T14:01:49.307Z] 8ad3a11d3b57: Verifying Checksum [2021-04-09T14:01:49.307Z] 8ad3a11d3b57: Download complete [2021-04-09T14:01:49.307Z] 36b3adc4ff6f: Pull complete [2021-04-09T14:01:50.799Z] 8ad3a11d3b57: Pull complete [2021-04-09T14:01:51.063Z] aa168da1d23b: Verifying Checksum [2021-04-09T14:01:51.063Z] aa168da1d23b: Download complete [2021-04-09T14:01:51.327Z] 46f8f816bc3b: Pull complete [2021-04-09T14:01:51.589Z] 93b61091891f: Pull complete [2021-04-09T14:01:51.852Z] 93b9cdb0e59b: Pull complete [2021-04-09T14:01:51.852Z] 5e14af77c1be: Pull complete [2021-04-09T14:01:52.126Z] 01666e4c0597: Pull complete [2021-04-09T14:02:00.315Z] aa168da1d23b: Pull complete [2021-04-09T14:02:00.315Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-09T14:02:00.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T14:02:00.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-09T14:02:00.467Z] prd-centos7-docker-4c-2g-33436 does not seem to be running inside a container [2021-04-09T14:02:00.516Z] $ 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 [2021-04-09T14:02:03.396Z] $ docker top 22815c833244c57fcf03c2cd623cc1ca59d4d1d3b483965e263ae7967c21cb4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T14:02:03.992Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-09T14:02:04.301Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-09T14:02:04.603Z] + ls /var/log/sa-host [2021-04-09T14:02:04.603Z] + sadf -c /var/log/sa-host/sa09 [2021-04-09T14:02:04.603Z] file_magic: OK [2021-04-09T14:02:04.603Z] HZ: Using current value: 100 [2021-04-09T14:02:04.603Z] file_header: OK [2021-04-09T14:02:04.603Z] 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 [2021-04-09T14:02:04.603Z] Statistics: [2021-04-09T14:02:04.603Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-09T14:02:04.603Z] File successfully converted to sysstat format version 12.2.1 [2021-04-09T14:02:04.603Z] + sadf -c /var/log/sa-host/sa23 [2021-04-09T14:02:04.603Z] file_magic: OK [2021-04-09T14:02:04.603Z] HZ: Using current value: 100 [2021-04-09T14:02:04.603Z] file_header: OK [2021-04-09T14:02:04.603Z] 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 [2021-04-09T14:02:04.603Z] Statistics: [2021-04-09T14:02:04.603Z] Hnuu...uuuununununu... [2021-04-09T14:02:04.603Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T14:02:04.823Z] provisioning config files... [2021-04-09T14:02:04.839Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7645041549786798436tmp [Pipeline] { [Pipeline] echo [2021-04-09T14:02:04.918Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:02:05.216Z] ---> create-netrc.sh [Pipeline] } [2021-04-09T14:02:05.225Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-09T14:02:05.317Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:02:05.615Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-09T14:02:05.627Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:02:05.924Z] ---> sudo-logs.sh [2021-04-09T14:02:05.924Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-09T14:02:06.020Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:02:06.317Z] ---> job-cost.sh [2021-04-09T14:02:06.317Z] lf-activate-venv: SKIPPING [2021-04-09T14:02:06.317Z] DEBUG: total: 0.20999999344348907 [2021-04-09T14:02:06.317Z] INFO: Retrieving Stack Cost... [2021-04-09T14:02:07.264Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T14:02:07.839Z] INFO: Archiving Costs [Pipeline] echo [2021-04-09T14:02:07.855Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T14:02:08.154Z] ---> logs-deploy.sh [2021-04-09T14:02:08.154Z] lf-activate-venv: SKIPPING [2021-04-09T14:02:08.155Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/100 [2021-04-09T14:02:08.155Z] INFO: archiving workspace using pattern(s): [2021-04-09T14:02:10.073Z] Archives upload complete. [2021-04-09T14:02:10.073Z] INFO: archiving logs to Nexus