Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 283bdc74331b39276080386e89bce736b980b866 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-31436 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 283bdc74331b39276080386e89bce736b980b866 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 283bdc74331b39276080386e89bce736b980b866 # timeout=10 Commit message: "build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220)" > git rev-list --no-walk be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T20:55:40.838Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T20:55:41.095Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T20:55:41.202Z] ========================================================= [2021-03-25T20:55:41.202Z] EdgeX Global Pipelines Version Info [2021-03-25T20:55:41.202Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:55:42.662Z] ------------------- [2021-03-25T20:55:42.662Z] stable info: [2021-03-25T20:55:42.662Z] ------------------- [2021-03-25T20:55:42.662Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T20:55:42.662Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T20:55:42.662Z] Message: update stable to v1.0.186 [2021-03-25T20:55:43.612Z] ------------------- [2021-03-25T20:55:43.612Z] experimental info: [2021-03-25T20:55:43.612Z] ------------------- [2021-03-25T20:55:43.612Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T20:55:43.612Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-25T20:55:43.612Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T20:55:43.887Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-25T20:55:44.024Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-25T20:55:44.116Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T20:55:44.201Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T20:55:44.287Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T20:55:44.429Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T20:55:44.513Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T20:55:44.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T20:55:44.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-25T20:55:44.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T20:55:44.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T20:55:44.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-25T20:55:45.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T20:55:45.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T20:55:45.282Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T20:55:45.468Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T20:55:45.587Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T20:55:45.692Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-25T20:55:45.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T20:55:45.947Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-25T20:55:46.049Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-25T20:55:46.133Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-25T20:55:46.220Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-25T20:55:46.304Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-25T20:55:46.398Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-25T20:55:46.498Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T20:55:46.581Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-25T20:55:46.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-25T20:55:46.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-25T20:55:46.855Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 283bdc74331b39276080386e89bce736b980b866 [Pipeline] echo [2021-03-25T20:55:46.955Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 283bdc7 [Pipeline] echo [2021-03-25T20:55:47.040Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T20:55:47.205Z] provisioning config files... [2021-03-25T20:55:47.231Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8976001958640773569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:55:47.588Z] ---> docker-login.sh [2021-03-25T20:55:47.588Z] nexus3.edgexfoundry.org:10001 [2021-03-25T20:55:47.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:55:47.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:55:47.850Z] Configure a credential helper to remove this warning. See [2021-03-25T20:55:47.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:55:47.850Z] [2021-03-25T20:55:47.850Z] Login Succeeded [2021-03-25T20:55:47.850Z] nexus3.edgexfoundry.org:10002 [2021-03-25T20:55:48.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:55:48.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:55:48.112Z] Configure a credential helper to remove this warning. See [2021-03-25T20:55:48.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:55:48.112Z] [2021-03-25T20:55:48.112Z] Login Succeeded [2021-03-25T20:55:48.112Z] nexus3.edgexfoundry.org:10003 [2021-03-25T20:55:48.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:55:48.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:55:48.373Z] Configure a credential helper to remove this warning. See [2021-03-25T20:55:48.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:55:48.373Z] [2021-03-25T20:55:48.373Z] Login Succeeded [2021-03-25T20:55:48.373Z] nexus3.edgexfoundry.org:10004 [2021-03-25T20:55:48.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:55:48.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:55:48.373Z] Configure a credential helper to remove this warning. See [2021-03-25T20:55:48.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:55:48.373Z] [2021-03-25T20:55:48.373Z] Login Succeeded [2021-03-25T20:55:48.373Z] docker.io [2021-03-25T20:55:48.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:55:48.896Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:55:48.896Z] Configure a credential helper to remove this warning. See [2021-03-25T20:55:48.896Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:55:48.896Z] [2021-03-25T20:55:48.896Z] Login Succeeded [2021-03-25T20:55:48.896Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T20:55:48.905Z] 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-03-25T20:55:49.701Z] + git log --format=format:%s -1 283bdc74331b39276080386e89bce736b980b866 [Pipeline] echo [2021-03-25T20:55:49.770Z] GIT_COMMIT: 283bdc74331b39276080386e89bce736b980b866, Commit Message: build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220) [Pipeline] echo [2021-03-25T20:55:49.829Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:55:50.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:55:50.779Z] [2021-03-25T20:55:50.779Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:55:51.130Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:55:51.130Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T20:55:51.130Z] 31603596830f: Pulling fs layer [2021-03-25T20:55:51.130Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T20:55:51.130Z] 6ca5941a6612: Pulling fs layer [2021-03-25T20:55:51.130Z] ecc8261a40a4: Pulling fs layer [2021-03-25T20:55:51.130Z] ecc8261a40a4: Waiting [2021-03-25T20:55:51.130Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T20:55:51.130Z] 2a8b12db71e7: Download complete [2021-03-25T20:55:51.130Z] 31603596830f: Verifying Checksum [2021-03-25T20:55:51.392Z] ecc8261a40a4: Verifying Checksum [2021-03-25T20:55:51.392Z] ecc8261a40a4: Download complete [2021-03-25T20:55:51.392Z] 6ca5941a6612: Verifying Checksum [2021-03-25T20:55:51.392Z] 6ca5941a6612: Download complete [2021-03-25T20:55:51.392Z] 31603596830f: Pull complete [2021-03-25T20:55:51.657Z] 2a8b12db71e7: Pull complete [2021-03-25T20:55:52.610Z] 6ca5941a6612: Pull complete [2021-03-25T20:55:52.610Z] ecc8261a40a4: Pull complete [2021-03-25T20:55:52.610Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T20:55:52.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T20:55:52.610Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T20:55:52.724Z] prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container [2021-03-25T20:55:52.776Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T20:55:54.764Z] $ docker top 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T20:55:55.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T20:55:55.044Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T20:55:55.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T20:55:55.259Z] $ docker exec 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent [2021-03-25T20:55:55.420Z] SSH_AUTH_SOCK=/tmp/ssh-A34yOW8iXNhW/agent.12 [2021-03-25T20:55:55.420Z] SSH_AGENT_PID=18 [2021-03-25T20:55:55.432Z] Running ssh-add (command line suppressed) [2021-03-25T20:55:55.548Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3817613991236336757.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3817613991236336757.key) [2021-03-25T20:55:55.595Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T20:55:55.934Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T20:55:55.961Z] $ docker exec --env ******** --env ******** 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent -k [2021-03-25T20:55:56.071Z] unset SSH_AUTH_SOCK; [2021-03-25T20:55:56.072Z] unset SSH_AGENT_PID; [2021-03-25T20:55:56.072Z] echo Agent pid 18 killed; [2021-03-25T20:55:56.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T20:55:56.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T20:55:56.325Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T20:55:56.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T20:55:56.489Z] $ docker exec 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent [2021-03-25T20:55:56.635Z] SSH_AUTH_SOCK=/tmp/ssh-D7EwiBKZXaHO/agent.49 [2021-03-25T20:55:56.635Z] SSH_AGENT_PID=54 [2021-03-25T20:55:56.642Z] Running ssh-add (command line suppressed) [2021-03-25T20:55:56.759Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1082791950522341472.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1082791950522341472.key) [2021-03-25T20:55:56.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T20:55:57.152Z] + git semver init [2021-03-25T20:55:57.152Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T20:55:57.152Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-25T20:55:57.152Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-25T20:55:57.152Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T20:55:57.152Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T20:55:57.152Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T20:55:57.152Z] # $SEMVER_BRANCH = master [2021-03-25T20:55:57.152Z] # $SEMVER_TEMP = /tmp/semver-739065646 [2021-03-25T20:55:57.152Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-25T20:55:57.728Z] # '/tmp/semver-739065646' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-25T20:55:57.728Z] # -> Force: false [2021-03-25T20:55:57.728Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-25T20:55:57.746Z] $ docker exec --env ******** --env ******** 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 ssh-agent -k [2021-03-25T20:55:57.855Z] unset SSH_AUTH_SOCK; [2021-03-25T20:55:57.856Z] unset SSH_AGENT_PID; [2021-03-25T20:55:57.856Z] echo Agent pid 54 killed; [2021-03-25T20:55:57.896Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T20:55:58.362Z] + git semver [Pipeline] } [2021-03-25T20:55:58.384Z] $ docker stop --time=1 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 [2021-03-25T20:55:59.772Z] $ docker rm -f 19444e31d27817daf7124561bb21e69b6c1343e6c49e2dc770a3514bc5568337 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T20:56:00.235Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T20:56:00.659Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T20:56:00.662Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.26 [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-03-25T20:56:16.198Z] Still waiting to schedule task [2021-03-25T20:56:16.198Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31436’ [2021-03-25T20:56:16.200Z] Still waiting to schedule task [2021-03-25T20:56:16.200Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T20:58:01.628Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31437 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-25T20:58:01.690Z] Running in /w/workspace/app-service-configurable/96 [Pipeline] { [Pipeline] checkout [2021-03-25T20:58:06.724Z] using credential edgex-jenkins-ssh [2021-03-25T20:58:06.815Z] Cloning the remote Git repository [2021-03-25T20:58:06.882Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-25T20:58:06.982Z] > git init /w/workspace/app-service-configurable/96 # timeout=10 [2021-03-25T20:58:07.059Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-25T20:58:07.059Z] > git --version # timeout=10 [2021-03-25T20:58:07.079Z] > git --version # 'git version 2.17.1' [2021-03-25T20:58:07.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:58:07.164Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:58:07.950Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-25T20:58:07.981Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:58:08.006Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-25T20:58:08.052Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-25T20:58:08.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:58:08.067Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T20:58:08.567Z] Checking out Revision 283bdc74331b39276080386e89bce736b980b866 (master) [2021-03-25T20:58:08.605Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T20:58:08.630Z] > git checkout -f 283bdc74331b39276080386e89bce736b980b866 # timeout=10 [2021-03-25T20:58:13.228Z] Commit message: "build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T20:58:17.008Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T20:58:17.454Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T20:58:17.817Z] + true [2021-03-25T20:58:17.817Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T20:58:20.579Z] provisioning config files... [2021-03-25T20:58:20.622Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config1880854576231238271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:58:21.062Z] ---> docker-login.sh [2021-03-25T20:58:21.063Z] nexus3.edgexfoundry.org:10001 [2021-03-25T20:58:22.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:58:22.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:58:22.326Z] Configure a credential helper to remove this warning. See [2021-03-25T20:58:22.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:58:22.326Z] [2021-03-25T20:58:22.326Z] Login Succeeded [2021-03-25T20:58:22.326Z] nexus3.edgexfoundry.org:10002 [2021-03-25T20:58:22.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:58:22.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:58:22.875Z] Configure a credential helper to remove this warning. See [2021-03-25T20:58:22.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:58:22.875Z] [2021-03-25T20:58:22.875Z] Login Succeeded [2021-03-25T20:58:22.875Z] nexus3.edgexfoundry.org:10003 [2021-03-25T20:58:23.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:58:23.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:58:23.424Z] Configure a credential helper to remove this warning. See [2021-03-25T20:58:23.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:58:23.424Z] [2021-03-25T20:58:23.424Z] Login Succeeded [2021-03-25T20:58:23.424Z] nexus3.edgexfoundry.org:10004 [2021-03-25T20:58:23.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:58:23.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:58:23.697Z] Configure a credential helper to remove this warning. See [2021-03-25T20:58:23.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:58:23.697Z] [2021-03-25T20:58:23.697Z] Login Succeeded [2021-03-25T20:58:23.697Z] docker.io [2021-03-25T20:58:23.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:58:24.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:58:24.563Z] Configure a credential helper to remove this warning. See [2021-03-25T20:58:24.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:58:24.563Z] [2021-03-25T20:58:24.563Z] Login Succeeded [2021-03-25T20:58:24.563Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T20:58:24.583Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T20:58:25.080Z] ========================================================= [2021-03-25T20:58:25.080Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T20:58:25.080Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:58:25.464Z] + 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-03-25T20:58:25.464Z] Sending build context to Docker daemon 97.28kB [2021-03-25T20:58:25.739Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T20:58:25.739Z] Step 2/8 : FROM ${BASE} [2021-03-25T20:58:25.739Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T20:58:25.739Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T20:58:25.739Z] a4357932f1b6: Pulling fs layer [2021-03-25T20:58:25.739Z] 18c013af1878: Pulling fs layer [2021-03-25T20:58:25.739Z] 00ac8860ef70: Pulling fs layer [2021-03-25T20:58:25.739Z] 63d7cb157983: Pulling fs layer [2021-03-25T20:58:25.739Z] b116817d02f9: Pulling fs layer [2021-03-25T20:58:25.739Z] 745a02a5169b: Pulling fs layer [2021-03-25T20:58:25.739Z] 63d7cb157983: Waiting [2021-03-25T20:58:25.739Z] b116817d02f9: Waiting [2021-03-25T20:58:25.739Z] 745a02a5169b: Waiting [2021-03-25T20:58:25.739Z] 00ac8860ef70: Waiting [2021-03-25T20:58:25.739Z] 18c013af1878: Download complete [2021-03-25T20:58:25.739Z] a4357932f1b6: Verifying Checksum [2021-03-25T20:58:25.739Z] a4357932f1b6: Download complete [2021-03-25T20:58:26.012Z] 63d7cb157983: Verifying Checksum [2021-03-25T20:58:26.012Z] 63d7cb157983: Download complete [2021-03-25T20:58:26.012Z] b116817d02f9: Verifying Checksum [2021-03-25T20:58:26.012Z] b116817d02f9: Download complete [2021-03-25T20:58:26.012Z] 5f621e34cdf4: Download complete [2021-03-25T20:58:26.611Z] 5f621e34cdf4: Pull complete [2021-03-25T20:58:27.212Z] a4357932f1b6: Pull complete [2021-03-25T20:58:27.489Z] 18c013af1878: Pull complete [2021-03-25T20:58:28.929Z] 745a02a5169b: Download complete [2021-03-25T20:58:29.906Z] 00ac8860ef70: Verifying Checksum [2021-03-25T20:58:29.906Z] 00ac8860ef70: Download complete [2021-03-25T20:58:40.074Z] 00ac8860ef70: Pull complete [2021-03-25T20:58:40.074Z] 63d7cb157983: Pull complete [2021-03-25T20:58:40.677Z] b116817d02f9: Pull complete [2021-03-25T20:58:44.094Z] 745a02a5169b: Pull complete [2021-03-25T20:58:44.365Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T20:58:44.365Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T20:58:44.365Z] ---> b7e6874047d6 [2021-03-25T20:58:44.365Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T20:58:47.002Z] ---> Running in 11230ce4d069 [2021-03-25T20:58:47.283Z] Removing intermediate container 11230ce4d069 [2021-03-25T20:58:47.283Z] ---> 08e04b81d400 [2021-03-25T20:58:47.283Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T20:58:47.571Z] ---> Running in d75ad5460213 [2021-03-25T20:58:50.207Z] Removing intermediate container d75ad5460213 [2021-03-25T20:58:50.207Z] ---> 1aefe8f0e85c [2021-03-25T20:58:50.207Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-25T20:58:50.207Z] ---> Running in 7810ea3b7d25 [2021-03-25T20:58:50.447Z] Running on prd-centos7-docker-4c-2g-31438 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-25T20:58:50.508Z] Running in /w/workspace/app-service-configurable/96 [Pipeline] { [Pipeline] checkout [2021-03-25T20:58:51.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T20:58:51.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T20:58:52.388Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-25T20:58:52.670Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-25T20:58:52.670Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-25T20:58:52.670Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-25T20:58:52.943Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T20:58:52.943Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-25T20:58:53.204Z] using credential edgex-jenkins-ssh [2021-03-25T20:58:53.218Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T20:58:53.218Z] OK: 144 MiB in 45 packages [2021-03-25T20:58:53.268Z] Cloning the remote Git repository [2021-03-25T20:58:53.072Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-25T20:58:53.151Z] > git init /w/workspace/app-service-configurable/96 # timeout=10 [2021-03-25T20:58:53.241Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-25T20:58:53.242Z] > git --version # timeout=10 [2021-03-25T20:58:53.253Z] > git --version # 'git version 2.24.3' [2021-03-25T20:58:53.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:58:53.288Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:58:54.471Z] Checking out Revision 283bdc74331b39276080386e89bce736b980b866 (master) [2021-03-25T20:58:54.651Z] Removing intermediate container 7810ea3b7d25 [2021-03-25T20:58:54.652Z] ---> ac4da102cfdc [2021-03-25T20:58:54.652Z] Step 6/8 : WORKDIR /app [2021-03-25T20:58:54.652Z] ---> Running in 7c052bb0b79e [2021-03-25T20:58:54.921Z] Removing intermediate container 7c052bb0b79e [2021-03-25T20:58:54.921Z] ---> f8324fbf57b9 [2021-03-25T20:58:54.921Z] Step 7/8 : COPY . . [2021-03-25T20:58:53.924Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-25T20:58:53.932Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T20:58:53.946Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-25T20:58:53.963Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-25T20:58:53.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T20:58:53.969Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T20:58:54.350Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T20:58:54.356Z] > git checkout -f 283bdc74331b39276080386e89bce736b980b866 # timeout=10 [2021-03-25T20:58:55.910Z] ---> f2dd0bf3a19d [2021-03-25T20:58:55.910Z] Step 8/8 : RUN go mod download [2021-03-25T20:58:55.910Z] ---> Running in 22252b9cf327 [2021-03-25T20:58:58.031Z] Commit message: "build: Update to latest SDk and add gorilla/websocket to Attribution.txt (#220)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T20:58:59.347Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T20:58:59.682Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T20:58:59.981Z] + sudo service docker restart [2021-03-25T20:58:59.981Z] + true [2021-03-25T20:58:59.981Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T20:59:01.481Z] provisioning config files... [2021-03-25T20:59:01.528Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config2796014767382060641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T20:59:01.911Z] ---> docker-login.sh [2021-03-25T20:59:01.911Z] nexus3.edgexfoundry.org:10001 [2021-03-25T20:59:02.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:59:02.176Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:59:02.176Z] Configure a credential helper to remove this warning. See [2021-03-25T20:59:02.176Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:59:02.176Z] [2021-03-25T20:59:02.176Z] Login Succeeded [2021-03-25T20:59:02.176Z] nexus3.edgexfoundry.org:10002 [2021-03-25T20:59:02.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:59:02.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:59:02.438Z] Configure a credential helper to remove this warning. See [2021-03-25T20:59:02.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:59:02.438Z] [2021-03-25T20:59:02.438Z] Login Succeeded [2021-03-25T20:59:02.438Z] nexus3.edgexfoundry.org:10003 [2021-03-25T20:59:02.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:59:02.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:59:02.702Z] Configure a credential helper to remove this warning. See [2021-03-25T20:59:02.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:59:02.702Z] [2021-03-25T20:59:02.702Z] Login Succeeded [2021-03-25T20:59:02.702Z] nexus3.edgexfoundry.org:10004 [2021-03-25T20:59:02.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:59:02.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:59:02.702Z] Configure a credential helper to remove this warning. See [2021-03-25T20:59:02.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:59:02.702Z] [2021-03-25T20:59:02.702Z] Login Succeeded [2021-03-25T20:59:02.702Z] docker.io [2021-03-25T20:59:02.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T20:59:03.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T20:59:03.228Z] Configure a credential helper to remove this warning. See [2021-03-25T20:59:03.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T20:59:03.228Z] [2021-03-25T20:59:03.228Z] Login Succeeded [2021-03-25T20:59:03.228Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T20:59:03.238Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T20:59:03.609Z] ========================================================= [2021-03-25T20:59:03.609Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T20:59:03.609Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:59:03.958Z] + 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-03-25T20:59:03.958Z] Sending build context to Docker daemon 97.28kB [2021-03-25T20:59:03.958Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T20:59:03.958Z] Step 2/8 : FROM ${BASE} [2021-03-25T20:59:04.230Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T20:59:04.230Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T20:59:04.230Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T20:59:04.230Z] de9db76c5a1d: Pulling fs layer [2021-03-25T20:59:04.231Z] bca2f99d35d6: Pulling fs layer [2021-03-25T20:59:04.231Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T20:59:04.231Z] 7c6f9722023f: Pulling fs layer [2021-03-25T20:59:04.231Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T20:59:04.231Z] bca2f99d35d6: Waiting [2021-03-25T20:59:04.231Z] 93359f2a8cfa: Waiting [2021-03-25T20:59:04.231Z] 7c6f9722023f: Waiting [2021-03-25T20:59:04.231Z] a35cf1a2eb13: Waiting [2021-03-25T20:59:04.231Z] de9db76c5a1d: Verifying Checksum [2021-03-25T20:59:04.231Z] de9db76c5a1d: Download complete [2021-03-25T20:59:04.231Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T20:59:04.231Z] 0ef7d3d256c8: Download complete [2021-03-25T20:59:04.231Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T20:59:04.231Z] 93359f2a8cfa: Download complete [2021-03-25T20:59:04.231Z] 7c6f9722023f: Verifying Checksum [2021-03-25T20:59:04.231Z] 7c6f9722023f: Download complete [2021-03-25T20:59:04.231Z] 188c0c94c7c5: Download complete [2021-03-25T20:59:04.498Z] 188c0c94c7c5: Pull complete [2021-03-25T20:59:04.498Z] 0ef7d3d256c8: Pull complete [2021-03-25T20:59:04.761Z] de9db76c5a1d: Pull complete [2021-03-25T20:59:06.161Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T20:59:06.161Z] a35cf1a2eb13: Download complete [2021-03-25T20:59:07.127Z] bca2f99d35d6: Verifying Checksum [2021-03-25T20:59:07.127Z] bca2f99d35d6: Download complete [2021-03-25T20:59:12.457Z] bca2f99d35d6: Pull complete [2021-03-25T20:59:12.458Z] 93359f2a8cfa: Pull complete [2021-03-25T20:59:12.732Z] 7c6f9722023f: Pull complete [2021-03-25T20:59:19.405Z] a35cf1a2eb13: Pull complete [2021-03-25T20:59:19.405Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T20:59:19.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T20:59:19.405Z] ---> a62c8e92a672 [2021-03-25T20:59:19.405Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-25T20:59:19.672Z] ---> Running in 287fb8ae98b6 [2021-03-25T20:59:19.942Z] Removing intermediate container 287fb8ae98b6 [2021-03-25T20:59:19.942Z] ---> a2976690b81e [2021-03-25T20:59:19.942Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T20:59:19.942Z] ---> Running in 8533162206a1 [2021-03-25T20:59:21.344Z] Removing intermediate container 8533162206a1 [2021-03-25T20:59:21.344Z] ---> 4a517966c3d0 [2021-03-25T20:59:21.344Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-25T20:59:21.344Z] ---> Running in 5e3d3e179bcb [2021-03-25T20:59:21.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T20:59:22.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T20:59:22.732Z] Removing intermediate container 22252b9cf327 [2021-03-25T20:59:22.732Z] ---> 02cb02ea6757 [2021-03-25T20:59:22.732Z] Successfully built 02cb02ea6757 [2021-03-25T20:59:22.732Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:59:23.094Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T20:59:23.094Z] . [2021-03-25T20:59:23.108Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-25T20:59:23.108Z] (2/6) Installing libsodium (1.0.18-r0) [Pipeline] withDockerContainer [2021-03-25T20:59:23.369Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-25T20:59:23.369Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-25T20:59:23.369Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T20:59:23.374Z] prd-ubuntu18.04-docker-arm64-4c-16g-31437 does not seem to be running inside a container [2021-03-25T20:59:23.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T20:59:23.633Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-25T20:59:23.633Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T20:59:23.633Z] OK: 167 MiB in 45 packages [2021-03-25T20:59:24.210Z] Removing intermediate container 5e3d3e179bcb [2021-03-25T20:59:24.210Z] ---> 2de16d1ddc93 [2021-03-25T20:59:24.210Z] Step 6/8 : WORKDIR /app [2021-03-25T20:59:24.210Z] ---> Running in ac75a39ae06e [2021-03-25T20:59:24.472Z] Removing intermediate container ac75a39ae06e [2021-03-25T20:59:24.472Z] ---> 0460f51a1a98 [2021-03-25T20:59:24.472Z] Step 7/8 : COPY . . [2021-03-25T20:59:24.735Z] ---> 8aaf2980c261 [2021-03-25T20:59:24.735Z] Step 8/8 : RUN go mod download [2021-03-25T20:59:24.993Z] $ docker top 02106960be8f482d8c056875e60d6384d310283f97c76fae687efb8edcee6454 -eo pid,comm [2021-03-25T20:59:24.997Z] ---> Running in 8361bc0fdd2f [Pipeline] { [Pipeline] sh [2021-03-25T20:59:25.996Z] + go version [2021-03-25T20:59:25.996Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T20:59:26.029Z] $ docker stop --time=1 02106960be8f482d8c056875e60d6384d310283f97c76fae687efb8edcee6454 [2021-03-25T20:59:28.000Z] $ docker rm -f 02106960be8f482d8c056875e60d6384d310283f97c76fae687efb8edcee6454 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:59:29.053Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T20:59:29.053Z] . [Pipeline] withDockerContainer [2021-03-25T20:59:29.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-31437 does not seem to be running inside a container [2021-03-25T20:59:29.404Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T20:59:30.914Z] $ docker top fb0ba035a9669623ebc94874bf67fc9662e802dc63e409b46aaa57a27330d180 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:59:31.973Z] + make test [2021-03-25T20:59:31.973Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-25T20:59:47.026Z] Removing intermediate container 8361bc0fdd2f [2021-03-25T20:59:47.026Z] ---> 0be9cd765ec3 [2021-03-25T20:59:47.293Z] Successfully built 0be9cd765ec3 [2021-03-25T20:59:47.556Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:59:47.870Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T20:59:47.870Z] . [Pipeline] withDockerContainer [2021-03-25T20:59:48.176Z] prd-centos7-docker-4c-2g-31438 does not seem to be running inside a container [2021-03-25T20:59:48.320Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@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-03-25T20:59:49.349Z] $ docker top 792b1b57ae2d1a800c2e15fd7a7e1f1c5701f7ecdd237df8148ce8ae0bcaa276 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:59:49.840Z] + go version [2021-03-25T20:59:49.840Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T20:59:49.856Z] $ docker stop --time=1 792b1b57ae2d1a800c2e15fd7a7e1f1c5701f7ecdd237df8148ce8ae0bcaa276 [2021-03-25T20:59:51.259Z] $ docker rm -f 792b1b57ae2d1a800c2e15fd7a7e1f1c5701f7ecdd237df8148ce8ae0bcaa276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T20:59:52.075Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T20:59:52.075Z] . [Pipeline] withDockerContainer [2021-03-25T20:59:52.174Z] prd-centos7-docker-4c-2g-31438 does not seem to be running inside a container [2021-03-25T20:59:52.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/96 -v /w/workspace/app-service-configurable/96:/w/workspace/app-service-configurable/96:rw,z -v /w/workspace/app-service-configurable/96@tmp:/w/workspace/app-service-configurable/96@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-03-25T20:59:52.806Z] $ docker top 04eecb5aa51e721cea9568bde6fd5c3ac211a9c48673d0913882a55a562400aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T20:59:53.319Z] + make test [2021-03-25T20:59:53.319Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-25T21:00:08.396Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-25T21:00:08.396Z] CGO_ENABLED=1 go vet ./... [2021-03-25T21:00:09.370Z] gofmt -l . [2021-03-25T21:00:09.370Z] [ "`gofmt -l .`" = "" ] [2021-03-25T21:00:09.370Z] ./bin/test-go-mod-tidy.sh [2021-03-25T21:00:09.980Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-25T21:00:10.311Z] $ docker stop --time=1 04eecb5aa51e721cea9568bde6fd5c3ac211a9c48673d0913882a55a562400aa [2021-03-25T21:00:11.055Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-25T21:00:11.055Z] CGO_ENABLED=1 go vet ./... [2021-03-25T21:00:12.726Z] $ docker rm -f 04eecb5aa51e721cea9568bde6fd5c3ac211a9c48673d0913882a55a562400aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T21:00:13.403Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T21:00:13.717Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-25T21:00:16.901Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-25T21:00:17.199Z] + ls -al . [2021-03-25T21:00:17.199Z] total 92 [2021-03-25T21:00:17.199Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 25 21:00 . [2021-03-25T21:00:17.199Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 25 20:58 .. [2021-03-25T21:00:17.199Z] -rw-rw-r--. 1 jenkins jenkins 7306 Mar 25 20:58 Attribution.txt [2021-03-25T21:00:17.199Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 25 20:58 bin [2021-03-25T21:00:17.199Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 25 20:59 coverage.out [2021-03-25T21:00:17.199Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 25 20:58 Dockerfile [2021-03-25T21:00:17.199Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 25 20:58 Dockerfile.build [2021-03-25T21:00:17.199Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 25 20:58 .dockerignore [2021-03-25T21:00:17.199Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 25 20:58 .git [2021-03-25T21:00:17.199Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 25 20:58 .github [2021-03-25T21:00:17.199Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 25 20:58 .gitignore [2021-03-25T21:00:17.199Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 25 21:00 go.mod [2021-03-25T21:00:17.199Z] -rw-r--r--. 1 jenkins jenkins 21416 Mar 25 21:00 go.sum [2021-03-25T21:00:17.200Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 25 20:58 Jenkinsfile [2021-03-25T21:00:17.200Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 25 20:58 LICENSE [2021-03-25T21:00:17.200Z] -rw-rw-r--. 1 jenkins jenkins 1467 Mar 25 20:58 main.go [2021-03-25T21:00:17.200Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 25 20:58 makefile [2021-03-25T21:00:17.200Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 25 20:58 README.md [2021-03-25T21:00:17.200Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 25 20:58 res [2021-03-25T21:00:17.200Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 25 20:58 snap [2021-03-25T21:00:17.200Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 25 20:56 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:17.504Z] + 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=283bdc74331b39276080386e89bce736b980b866 --label arch=amd64 --label version=2.0.0-dev.26 . [2021-03-25T21:00:17.504Z] Sending build context to Docker daemon 121.3kB [2021-03-25T21:00:17.504Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T21:00:17.504Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-25T21:00:17.504Z] ---> 0be9cd765ec3 [2021-03-25T21:00:17.504Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-25T21:00:17.767Z] ---> Running in 18fc78e1f707 [2021-03-25T21:00:17.767Z] Removing intermediate container 18fc78e1f707 [2021-03-25T21:00:17.767Z] ---> c15db4ef692d [2021-03-25T21:00:17.767Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-25T21:00:18.029Z] ---> Running in 366ffedbf8d2 [2021-03-25T21:00:18.029Z] Removing intermediate container 366ffedbf8d2 [2021-03-25T21:00:18.029Z] ---> ffce11716d0a [2021-03-25T21:00:18.029Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-25T21:00:18.305Z] ---> Running in 8e861b14c75e [2021-03-25T21:00:18.305Z] Removing intermediate container 8e861b14c75e [2021-03-25T21:00:18.305Z] ---> 61935231b39f [2021-03-25T21:00:18.305Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T21:00:18.305Z] ---> Running in 14b86aac36f3 [2021-03-25T21:00:19.401Z] gofmt -l . [2021-03-25T21:00:19.401Z] [ "`gofmt -l .`" = "" ] [2021-03-25T21:00:19.401Z] ./bin/test-go-mod-tidy.sh [2021-03-25T21:00:19.401Z] ./bin/test-attribution-txt.sh [2021-03-25T21:00:19.715Z] Removing intermediate container 14b86aac36f3 [2021-03-25T21:00:19.715Z] ---> 53bf251c8d09 [2021-03-25T21:00:19.715Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-25T21:00:19.715Z] ---> Running in 27d792593b46 [2021-03-25T21:00:20.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [2021-03-25T21:00:20.412Z] $ docker stop --time=1 fb0ba035a9669623ebc94874bf67fc9662e802dc63e409b46aaa57a27330d180 [2021-03-25T21:00:20.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T21:00:21.441Z] OK: 167 MiB in 45 packages [2021-03-25T21:00:21.703Z] Removing intermediate container 27d792593b46 [2021-03-25T21:00:21.703Z] ---> 804d4ae700fe [2021-03-25T21:00:21.703Z] Step 8/27 : WORKDIR /app [2021-03-25T21:00:21.965Z] ---> Running in c718a72f6424 [2021-03-25T21:00:21.965Z] Removing intermediate container c718a72f6424 [2021-03-25T21:00:21.965Z] ---> e5e84eb1fafb [2021-03-25T21:00:21.965Z] Step 9/27 : COPY go.mod . [2021-03-25T21:00:22.229Z] ---> 6932f950b77a [2021-03-25T21:00:22.229Z] Step 10/27 : RUN go mod download [2021-03-25T21:00:22.229Z] ---> Running in 417e01c61f46 [2021-03-25T21:00:22.686Z] $ docker rm -f fb0ba035a9669623ebc94874bf67fc9662e802dc63e409b46aaa57a27330d180 [2021-03-25T21:00:23.181Z] Removing intermediate container 417e01c61f46 [2021-03-25T21:00:23.181Z] ---> 67a5df8f5952 [2021-03-25T21:00:23.181Z] Step 11/27 : COPY . . [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T21:00:23.579Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-25T21:00:23.652Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T21:00:23.775Z] ---> 0bd782a89f3e [2021-03-25T21:00:23.776Z] Step 12/27 : ARG MAKE="make build" [2021-03-25T21:00:23.776Z] ---> Running in 5ab9420238bd [2021-03-25T21:00:23.776Z] Removing intermediate container 5ab9420238bd [2021-03-25T21:00:23.776Z] ---> 76bbc1f11d64 [2021-03-25T21:00:23.776Z] Step 13/27 : RUN $MAKE [2021-03-25T21:00:23.776Z] ---> Running in 0d511e2ae2af [2021-03-25T21:00:24.194Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-25T21:00:24.366Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.26" -o app-service-configurable [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T21:00:24.970Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-25T21:00:25.385Z] + ls -al . [2021-03-25T21:00:25.385Z] total 116 [2021-03-25T21:00:25.385Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 25 21:00 . [2021-03-25T21:00:25.385Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 20:58 .. [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 25 20:58 .dockerignore [2021-03-25T21:00:25.385Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 25 20:58 .git [2021-03-25T21:00:25.385Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 20:58 .github [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 25 20:58 .gitignore [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 7306 Mar 25 20:58 Attribution.txt [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 25 20:58 Dockerfile [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 25 20:58 Dockerfile.build [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 25 20:58 Jenkinsfile [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 25 20:58 LICENSE [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 25 20:58 README.md [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 25 20:56 VERSION [2021-03-25T21:00:25.385Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 20:58 bin [2021-03-25T21:00:25.385Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 25 20:59 coverage.out [2021-03-25T21:00:25.385Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 25 21:00 go.mod [2021-03-25T21:00:25.385Z] -rw-r--r-- 1 jenkins jenkins 21416 Mar 25 21:00 go.sum [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 1467 Mar 25 20:58 main.go [2021-03-25T21:00:25.385Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 25 20:58 makefile [2021-03-25T21:00:25.385Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 25 20:58 res [2021-03-25T21:00:25.385Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 20:58 snap [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:25.800Z] + 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=283bdc74331b39276080386e89bce736b980b866 --label arch=arm64 --label version=2.0.0-dev.26 . [2021-03-25T21:00:25.800Z] Sending build context to Docker daemon 121.3kB [2021-03-25T21:00:26.091Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T21:00:26.091Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-25T21:00:26.091Z] ---> 02cb02ea6757 [2021-03-25T21:00:26.091Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-25T21:00:26.367Z] ---> Running in 0597fcbccf1c [2021-03-25T21:00:26.971Z] Removing intermediate container 0597fcbccf1c [2021-03-25T21:00:26.971Z] ---> 96765d21df1c [2021-03-25T21:00:26.971Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-25T21:00:26.971Z] ---> Running in 874636e56866 [2021-03-25T21:00:27.567Z] Removing intermediate container 874636e56866 [2021-03-25T21:00:27.567Z] ---> 0556dd9ee95d [2021-03-25T21:00:27.567Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-25T21:00:27.567Z] ---> Running in 76629df30c0d [2021-03-25T21:00:27.837Z] Removing intermediate container 76629df30c0d [2021-03-25T21:00:27.837Z] ---> 14ff92c3d627 [2021-03-25T21:00:27.837Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T21:00:28.109Z] ---> Running in 121e68ee7a02 [2021-03-25T21:00:30.082Z] Removing intermediate container 121e68ee7a02 [2021-03-25T21:00:30.082Z] ---> 05404262655b [2021-03-25T21:00:30.082Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-25T21:00:30.361Z] ---> Running in 456f2a5024a1 [2021-03-25T21:00:31.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T21:00:31.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T21:00:32.905Z] OK: 144 MiB in 45 packages [2021-03-25T21:00:33.890Z] Removing intermediate container 456f2a5024a1 [2021-03-25T21:00:33.890Z] ---> 79572d577afe [2021-03-25T21:00:33.890Z] Step 8/27 : WORKDIR /app [2021-03-25T21:00:33.890Z] ---> Running in c3164bdecad0 [2021-03-25T21:00:34.485Z] Removing intermediate container c3164bdecad0 [2021-03-25T21:00:34.485Z] ---> c94446b01a37 [2021-03-25T21:00:34.485Z] Step 9/27 : COPY go.mod . [2021-03-25T21:00:35.081Z] ---> 6affacc1b226 [2021-03-25T21:00:35.081Z] Step 10/27 : RUN go mod download [2021-03-25T21:00:35.081Z] ---> Running in 8999103cc523 [2021-03-25T21:00:37.714Z] Removing intermediate container 8999103cc523 [2021-03-25T21:00:37.714Z] ---> 54887ab8231b [2021-03-25T21:00:37.714Z] Step 11/27 : COPY . . [2021-03-25T21:00:37.987Z] ---> 5ae0a160cd18 [2021-03-25T21:00:37.987Z] Step 12/27 : ARG MAKE="make build" [2021-03-25T21:00:38.261Z] ---> Running in 70a17881870d [2021-03-25T21:00:38.857Z] Removing intermediate container 70a17881870d [2021-03-25T21:00:38.857Z] ---> b52ffc14d7b3 [2021-03-25T21:00:38.857Z] Step 13/27 : RUN $MAKE [2021-03-25T21:00:38.857Z] ---> Running in e2c1a0e7e235 [2021-03-25T21:00:39.450Z] Removing intermediate container 0d511e2ae2af [2021-03-25T21:00:39.450Z] ---> 27604f48f8a0 [2021-03-25T21:00:39.450Z] Step 14/27 : FROM alpine:3.12 [2021-03-25T21:00:39.450Z] 3.12: Pulling from library/alpine [2021-03-25T21:00:39.450Z] f84cab65f19f: Pulling fs layer [2021-03-25T21:00:39.450Z] f84cab65f19f: Verifying Checksum [2021-03-25T21:00:39.450Z] f84cab65f19f: Download complete [2021-03-25T21:00:39.450Z] f84cab65f19f: Pull complete [2021-03-25T21:00:39.450Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T21:00:39.450Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T21:00:39.450Z] ---> 88dd2752d2ea [2021-03-25T21:00:39.450Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-25T21:00:39.450Z] ---> Running in c8a5b12a544a [2021-03-25T21:00:39.450Z] Removing intermediate container c8a5b12a544a [2021-03-25T21:00:39.450Z] ---> 913b48b95528 [2021-03-25T21:00:39.450Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-25T21:00:39.450Z] ---> Running in 681b25a90919 [2021-03-25T21:00:39.450Z] Removing intermediate container 681b25a90919 [2021-03-25T21:00:39.450Z] ---> bd61d902517b [2021-03-25T21:00:39.450Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-25T21:00:39.450Z] ---> Running in 639fd8811ae5 [2021-03-25T21:00:39.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T21:00:39.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T21:00:39.840Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.26" -o app-service-configurable [2021-03-25T21:00:39.978Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-25T21:00:39.978Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-25T21:00:39.978Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-25T21:00:39.978Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-25T21:00:39.978Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-25T21:00:39.978Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-25T21:00:39.978Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-25T21:00:39.978Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T21:00:39.978Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T21:00:39.978Z] OK: 9 MiB in 21 packages [2021-03-25T21:00:41.371Z] Removing intermediate container 639fd8811ae5 [2021-03-25T21:00:41.371Z] ---> c2f3c7b708ee [2021-03-25T21:00:41.371Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-25T21:00:41.371Z] ---> 735718d563ba [2021-03-25T21:00:41.371Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-25T21:00:41.633Z] ---> 9d36c7a2b613 [2021-03-25T21:00:41.633Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-25T21:00:41.895Z] ---> 4e2da8c7b0bf [2021-03-25T21:00:41.895Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-25T21:00:42.842Z] ---> 9a135a0f62fc [2021-03-25T21:00:42.842Z] Step 22/27 : EXPOSE 48095 [2021-03-25T21:00:42.842Z] ---> Running in 60ff7c42d349 [2021-03-25T21:00:42.842Z] Removing intermediate container 60ff7c42d349 [2021-03-25T21:00:42.842Z] ---> 8afef12e1f15 [2021-03-25T21:00:42.842Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-25T21:00:42.842Z] ---> Running in 0f693822ec75 [2021-03-25T21:00:43.105Z] Removing intermediate container 0f693822ec75 [2021-03-25T21:00:43.105Z] ---> 4d6e93631520 [2021-03-25T21:00:43.105Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T21:00:43.105Z] ---> Running in 34c8a1c676ca [2021-03-25T21:00:43.367Z] Removing intermediate container 34c8a1c676ca [2021-03-25T21:00:43.367Z] ---> 6f356cb45537 [2021-03-25T21:00:43.367Z] Step 25/27 : LABEL arch=amd64 [2021-03-25T21:00:43.367Z] ---> Running in e2de9fb9b071 [2021-03-25T21:00:43.631Z] Removing intermediate container e2de9fb9b071 [2021-03-25T21:00:43.631Z] ---> 038fbba34389 [2021-03-25T21:00:43.631Z] Step 26/27 : LABEL git_sha=283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:00:43.631Z] ---> Running in 3c83ab71f453 [2021-03-25T21:00:43.894Z] Removing intermediate container 3c83ab71f453 [2021-03-25T21:00:43.894Z] ---> c5a185c5498f [2021-03-25T21:00:43.894Z] Step 27/27 : LABEL version=2.0.0-dev.26 [2021-03-25T21:00:43.894Z] ---> Running in 9893dd4a3d65 [2021-03-25T21:00:43.894Z] Removing intermediate container 9893dd4a3d65 [2021-03-25T21:00:43.894Z] ---> 9792a109a519 [2021-03-25T21:00:43.894Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-25T21:00:43.894Z] Successfully built 9792a109a519 [2021-03-25T21:00:44.156Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T21:00:44.571Z] provisioning config files... [2021-03-25T21:00:44.599Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config4136125908423010773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:00:44.975Z] ---> docker-login.sh [2021-03-25T21:00:44.975Z] nexus3.edgexfoundry.org:10001 [2021-03-25T21:00:44.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:00:45.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:00:45.237Z] Configure a credential helper to remove this warning. See [2021-03-25T21:00:45.237Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:00:45.237Z] [2021-03-25T21:00:45.237Z] Login Succeeded [2021-03-25T21:00:45.237Z] nexus3.edgexfoundry.org:10002 [2021-03-25T21:00:45.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:00:45.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:00:45.499Z] Configure a credential helper to remove this warning. See [2021-03-25T21:00:45.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:00:45.499Z] [2021-03-25T21:00:45.499Z] Login Succeeded [2021-03-25T21:00:45.499Z] nexus3.edgexfoundry.org:10003 [2021-03-25T21:00:45.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:00:45.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:00:45.499Z] Configure a credential helper to remove this warning. See [2021-03-25T21:00:45.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:00:45.499Z] [2021-03-25T21:00:45.499Z] Login Succeeded [2021-03-25T21:00:45.499Z] nexus3.edgexfoundry.org:10004 [2021-03-25T21:00:45.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:00:45.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:00:45.761Z] Configure a credential helper to remove this warning. See [2021-03-25T21:00:45.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:00:45.761Z] [2021-03-25T21:00:45.761Z] Login Succeeded [2021-03-25T21:00:45.761Z] docker.io [2021-03-25T21:00:46.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:00:46.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:00:46.024Z] Configure a credential helper to remove this warning. See [2021-03-25T21:00:46.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:00:46.024Z] [2021-03-25T21:00:46.024Z] Login Succeeded [2021-03-25T21:00:46.024Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T21:00:46.033Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T21:00:46.249Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-25T21:00:46.249Z] 283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:00:46.249Z] latest [2021-03-25T21:00:46.249Z] 2.0.0-dev.26 [2021-03-25T21:00:46.249Z] 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [2021-03-25T21:00:46.249Z] master [2021-03-25T21:00:46.249Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:46.767Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:47.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:00:47.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-25T21:00:47.067Z] 400d8db0fd4b: Preparing [2021-03-25T21:00:47.067Z] 7fa7816e1645: Preparing [2021-03-25T21:00:47.067Z] 152de3a1ba3d: Preparing [2021-03-25T21:00:47.067Z] 67a76dd95f51: Preparing [2021-03-25T21:00:47.067Z] de002cfe7e2d: Preparing [2021-03-25T21:00:47.067Z] 33e8713114f8: Preparing [2021-03-25T21:00:47.067Z] 33e8713114f8: Waiting [2021-03-25T21:00:47.330Z] 7fa7816e1645: Pushed [2021-03-25T21:00:47.330Z] 67a76dd95f51: Pushed [2021-03-25T21:00:47.330Z] 152de3a1ba3d: Pushed [2021-03-25T21:00:47.330Z] 33e8713114f8: Layer already exists [2021-03-25T21:00:47.592Z] de002cfe7e2d: Pushed [2021-03-25T21:00:48.980Z] 400d8db0fd4b: Pushed [2021-03-25T21:00:48.980Z] 283bdc74331b39276080386e89bce736b980b866: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:49.857Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:50.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-25T21:00:50.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-25T21:00:50.155Z] 400d8db0fd4b: Preparing [2021-03-25T21:00:50.155Z] 7fa7816e1645: Preparing [2021-03-25T21:00:50.155Z] 152de3a1ba3d: Preparing [2021-03-25T21:00:50.155Z] 67a76dd95f51: Preparing [2021-03-25T21:00:50.155Z] de002cfe7e2d: Preparing [2021-03-25T21:00:50.155Z] 33e8713114f8: Preparing [2021-03-25T21:00:50.155Z] 33e8713114f8: Waiting [2021-03-25T21:00:50.155Z] 400d8db0fd4b: Layer already exists [2021-03-25T21:00:50.155Z] de002cfe7e2d: Layer already exists [2021-03-25T21:00:50.155Z] 7fa7816e1645: Layer already exists [2021-03-25T21:00:50.155Z] 152de3a1ba3d: Layer already exists [2021-03-25T21:00:50.155Z] 67a76dd95f51: Layer already exists [2021-03-25T21:00:50.155Z] 33e8713114f8: Layer already exists [2021-03-25T21:00:50.155Z] latest: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:50.470Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:50.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.26 [2021-03-25T21:00:50.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-25T21:00:50.772Z] 400d8db0fd4b: Preparing [2021-03-25T21:00:50.772Z] 7fa7816e1645: Preparing [2021-03-25T21:00:50.772Z] 152de3a1ba3d: Preparing [2021-03-25T21:00:50.772Z] 67a76dd95f51: Preparing [2021-03-25T21:00:50.772Z] de002cfe7e2d: Preparing [2021-03-25T21:00:50.772Z] 33e8713114f8: Preparing [2021-03-25T21:00:50.772Z] de002cfe7e2d: Layer already exists [2021-03-25T21:00:50.772Z] 67a76dd95f51: Layer already exists [2021-03-25T21:00:50.772Z] 7fa7816e1645: Layer already exists [2021-03-25T21:00:50.772Z] 152de3a1ba3d: Layer already exists [2021-03-25T21:00:50.772Z] 400d8db0fd4b: Layer already exists [2021-03-25T21:00:50.772Z] 33e8713114f8: Layer already exists [2021-03-25T21:00:50.772Z] 2.0.0-dev.26: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:51.082Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:51.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [2021-03-25T21:00:51.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-25T21:00:51.383Z] 400d8db0fd4b: Preparing [2021-03-25T21:00:51.383Z] 7fa7816e1645: Preparing [2021-03-25T21:00:51.383Z] 152de3a1ba3d: Preparing [2021-03-25T21:00:51.383Z] 67a76dd95f51: Preparing [2021-03-25T21:00:51.383Z] de002cfe7e2d: Preparing [2021-03-25T21:00:51.383Z] 33e8713114f8: Preparing [2021-03-25T21:00:51.383Z] 33e8713114f8: Waiting [2021-03-25T21:00:51.383Z] 152de3a1ba3d: Layer already exists [2021-03-25T21:00:51.383Z] de002cfe7e2d: Layer already exists [2021-03-25T21:00:51.383Z] 7fa7816e1645: Layer already exists [2021-03-25T21:00:51.383Z] 400d8db0fd4b: Layer already exists [2021-03-25T21:00:51.383Z] 67a76dd95f51: Layer already exists [2021-03-25T21:00:51.383Z] 33e8713114f8: Layer already exists [2021-03-25T21:00:51.383Z] 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:51.689Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:00:52.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-25T21:00:52.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-25T21:00:52.004Z] 400d8db0fd4b: Preparing [2021-03-25T21:00:52.004Z] 7fa7816e1645: Preparing [2021-03-25T21:00:52.004Z] 152de3a1ba3d: Preparing [2021-03-25T21:00:52.004Z] 67a76dd95f51: Preparing [2021-03-25T21:00:52.004Z] de002cfe7e2d: Preparing [2021-03-25T21:00:52.004Z] 33e8713114f8: Preparing [2021-03-25T21:00:52.004Z] 33e8713114f8: Waiting [2021-03-25T21:00:52.004Z] de002cfe7e2d: Layer already exists [2021-03-25T21:00:52.004Z] 400d8db0fd4b: Layer already exists [2021-03-25T21:00:52.004Z] 67a76dd95f51: Layer already exists [2021-03-25T21:00:52.004Z] 7fa7816e1645: Layer already exists [2021-03-25T21:00:52.004Z] 152de3a1ba3d: Layer already exists [2021-03-25T21:00:52.004Z] 33e8713114f8: Layer already exists [2021-03-25T21:00:52.004Z] master: digest: sha256:23c0367c8ade7caf003062951243941e65d2ed8d6b253fdc41f65b0e9f7d097e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T21:00:52.226Z] ===================================================== [Pipeline] echo [2021-03-25T21:00:52.289Z] taggedImages: [2021-03-25T21:00:52.289Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:00:52.289Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-25T21:00:52.289Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.26 [2021-03-25T21:00:52.289Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [2021-03-25T21:00:52.289Z] - 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-03-25T21:00:53.243Z] ---> job-cost.sh [2021-03-25T21:00:53.243Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wENo [2021-03-25T21:01:08.403Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T21:01:18.861Z] Removing intermediate container e2c1a0e7e235 [2021-03-25T21:01:18.861Z] ---> 43e6334500e0 [2021-03-25T21:01:18.861Z] Step 14/27 : FROM alpine:3.12 [2021-03-25T21:01:18.861Z] 3.12: Pulling from library/alpine [2021-03-25T21:01:18.861Z] dce8679b510e: Pulling fs layer [2021-03-25T21:01:18.861Z] dce8679b510e: Verifying Checksum [2021-03-25T21:01:18.861Z] dce8679b510e: Pull complete [2021-03-25T21:01:18.861Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T21:01:18.861Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T21:01:18.861Z] ---> d10569e2745f [2021-03-25T21:01:18.861Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-25T21:01:18.861Z] ---> Running in 43f25cd645a4 [2021-03-25T21:01:18.861Z] Removing intermediate container 43f25cd645a4 [2021-03-25T21:01:18.861Z] ---> dd5aede9d50e [2021-03-25T21:01:18.861Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-25T21:01:18.861Z] ---> Running in 31627e4ccdfd [2021-03-25T21:01:18.861Z] Removing intermediate container 31627e4ccdfd [2021-03-25T21:01:18.861Z] ---> 58076591751b [2021-03-25T21:01:18.861Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-25T21:01:18.861Z] ---> Running in a6fcc04a468c [2021-03-25T21:01:19.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T21:01:19.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T21:01:20.433Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-25T21:01:20.433Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-25T21:01:20.433Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-25T21:01:20.433Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-25T21:01:20.433Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-25T21:01:20.706Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-25T21:01:20.706Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-25T21:01:20.706Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T21:01:20.706Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T21:01:20.706Z] OK: 9 MiB in 21 packages [2021-03-25T21:01:22.678Z] Removing intermediate container a6fcc04a468c [2021-03-25T21:01:22.678Z] ---> 81d7c62a5178 [2021-03-25T21:01:22.678Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-25T21:01:22.950Z] ---> 77b293cff870 [2021-03-25T21:01:22.950Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-25T21:01:23.925Z] ---> 6824e85ac0b9 [2021-03-25T21:01:23.925Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-25T21:01:24.522Z] ---> 8f7501706fdb [2021-03-25T21:01:24.522Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-25T21:01:25.969Z] ---> 856ee9bc1d11 [2021-03-25T21:01:25.969Z] Step 22/27 : EXPOSE 48095 [2021-03-25T21:01:25.969Z] ---> Running in 06a16c9c68b0 [2021-03-25T21:01:26.244Z] Removing intermediate container 06a16c9c68b0 [2021-03-25T21:01:26.244Z] ---> b7e0ef7efda0 [2021-03-25T21:01:26.244Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-25T21:01:26.518Z] ---> Running in a0cb1e9c72c7 [2021-03-25T21:01:27.113Z] Removing intermediate container a0cb1e9c72c7 [2021-03-25T21:01:27.113Z] ---> e6c69c014770 [2021-03-25T21:01:27.113Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T21:01:27.113Z] ---> Running in 74242bd8ae3d [2021-03-25T21:01:27.385Z] Removing intermediate container 74242bd8ae3d [2021-03-25T21:01:27.385Z] ---> 949f9a910cd7 [2021-03-25T21:01:27.385Z] Step 25/27 : LABEL arch=arm64 [2021-03-25T21:01:27.656Z] ---> Running in 342399aac5b0 [2021-03-25T21:01:28.249Z] Removing intermediate container 342399aac5b0 [2021-03-25T21:01:28.249Z] ---> 1e493c638268 [2021-03-25T21:01:28.249Z] Step 26/27 : LABEL git_sha=283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:01:28.249Z] ---> Running in c8cb4d4ef864 [2021-03-25T21:01:28.525Z] Removing intermediate container c8cb4d4ef864 [2021-03-25T21:01:28.525Z] ---> a80ea27dca46 [2021-03-25T21:01:28.525Z] Step 27/27 : LABEL version=2.0.0-dev.26 [2021-03-25T21:01:28.798Z] ---> Running in 2db5ca29af57 [2021-03-25T21:01:29.389Z] Removing intermediate container 2db5ca29af57 [2021-03-25T21:01:29.389Z] ---> 28b715dd67f8 [2021-03-25T21:01:29.389Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-25T21:01:29.389Z] Successfully built 28b715dd67f8 [2021-03-25T21:01:29.389Z] 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-03-25T21:01:29.823Z] provisioning config files... [2021-03-25T21:01:29.861Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/96@tmp/config1308891269621710910tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:01:30.261Z] ---> docker-login.sh [2021-03-25T21:01:30.261Z] nexus3.edgexfoundry.org:10001 [2021-03-25T21:01:30.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:01:30.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:01:30.534Z] Configure a credential helper to remove this warning. See [2021-03-25T21:01:30.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:01:30.534Z] [2021-03-25T21:01:30.534Z] Login Succeeded [2021-03-25T21:01:30.534Z] nexus3.edgexfoundry.org:10002 [2021-03-25T21:01:31.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:01:31.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:01:31.130Z] Configure a credential helper to remove this warning. See [2021-03-25T21:01:31.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:01:31.130Z] [2021-03-25T21:01:31.130Z] Login Succeeded [2021-03-25T21:01:31.130Z] nexus3.edgexfoundry.org:10003 [2021-03-25T21:01:31.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:01:31.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:01:31.680Z] Configure a credential helper to remove this warning. See [2021-03-25T21:01:31.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:01:31.680Z] [2021-03-25T21:01:31.680Z] Login Succeeded [2021-03-25T21:01:31.680Z] nexus3.edgexfoundry.org:10004 [2021-03-25T21:01:31.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:01:32.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:01:32.224Z] Configure a credential helper to remove this warning. See [2021-03-25T21:01:32.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:01:32.224Z] [2021-03-25T21:01:32.224Z] Login Succeeded [2021-03-25T21:01:32.224Z] docker.io [2021-03-25T21:01:32.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T21:01:32.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T21:01:32.767Z] Configure a credential helper to remove this warning. See [2021-03-25T21:01:32.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T21:01:32.767Z] [2021-03-25T21:01:32.767Z] Login Succeeded [2021-03-25T21:01:32.767Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T21:01:32.784Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T21:01:33.104Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-25T21:01:33.104Z] 283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:01:33.104Z] latest [2021-03-25T21:01:33.104Z] 2.0.0-dev.26 [2021-03-25T21:01:33.104Z] 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [2021-03-25T21:01:33.104Z] master [2021-03-25T21:01:33.104Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:33.663Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:34.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:01:34.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-25T21:01:34.003Z] a623d043789e: Preparing [2021-03-25T21:01:34.003Z] b0c819706438: Preparing [2021-03-25T21:01:34.003Z] 326aba59cc50: Preparing [2021-03-25T21:01:34.003Z] fd92cd2c217c: Preparing [2021-03-25T21:01:34.003Z] cb632ecf16cc: Preparing [2021-03-25T21:01:34.003Z] 02a88cfff88f: Preparing [2021-03-25T21:01:34.003Z] 02a88cfff88f: Waiting [2021-03-25T21:01:34.280Z] b0c819706438: Pushed [2021-03-25T21:01:34.280Z] fd92cd2c217c: Pushed [2021-03-25T21:01:34.553Z] 326aba59cc50: Pushed [2021-03-25T21:01:34.553Z] 02a88cfff88f: Layer already exists [2021-03-25T21:01:35.144Z] cb632ecf16cc: Pushed [2021-03-25T21:01:37.746Z] a623d043789e: Pushed [2021-03-25T21:01:37.746Z] 283bdc74331b39276080386e89bce736b980b866: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:38.085Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:38.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-25T21:01:38.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-25T21:01:38.420Z] a623d043789e: Preparing [2021-03-25T21:01:38.420Z] b0c819706438: Preparing [2021-03-25T21:01:38.420Z] 326aba59cc50: Preparing [2021-03-25T21:01:38.420Z] fd92cd2c217c: Preparing [2021-03-25T21:01:38.420Z] cb632ecf16cc: Preparing [2021-03-25T21:01:38.420Z] 02a88cfff88f: Preparing [2021-03-25T21:01:38.420Z] 02a88cfff88f: Waiting [2021-03-25T21:01:38.690Z] 326aba59cc50: Layer already exists [2021-03-25T21:01:38.690Z] cb632ecf16cc: Layer already exists [2021-03-25T21:01:38.690Z] b0c819706438: Layer already exists [2021-03-25T21:01:38.690Z] a623d043789e: Layer already exists [2021-03-25T21:01:38.690Z] fd92cd2c217c: Layer already exists [2021-03-25T21:01:38.690Z] 02a88cfff88f: Layer already exists [2021-03-25T21:01:38.690Z] latest: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:39.030Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:39.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.26 [2021-03-25T21:01:39.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-25T21:01:39.367Z] a623d043789e: Preparing [2021-03-25T21:01:39.367Z] b0c819706438: Preparing [2021-03-25T21:01:39.367Z] 326aba59cc50: Preparing [2021-03-25T21:01:39.367Z] fd92cd2c217c: Preparing [2021-03-25T21:01:39.367Z] cb632ecf16cc: Preparing [2021-03-25T21:01:39.367Z] 02a88cfff88f: Preparing [2021-03-25T21:01:39.367Z] 02a88cfff88f: Waiting [2021-03-25T21:01:39.367Z] 326aba59cc50: Layer already exists [2021-03-25T21:01:39.367Z] cb632ecf16cc: Layer already exists [2021-03-25T21:01:39.367Z] fd92cd2c217c: Layer already exists [2021-03-25T21:01:39.367Z] a623d043789e: Layer already exists [2021-03-25T21:01:39.367Z] b0c819706438: Layer already exists [2021-03-25T21:01:39.641Z] 02a88cfff88f: Layer already exists [2021-03-25T21:01:39.641Z] 2.0.0-dev.26: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:39.988Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:40.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [2021-03-25T21:01:40.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-25T21:01:40.599Z] a623d043789e: Preparing [2021-03-25T21:01:40.599Z] b0c819706438: Preparing [2021-03-25T21:01:40.599Z] 326aba59cc50: Preparing [2021-03-25T21:01:40.599Z] fd92cd2c217c: Preparing [2021-03-25T21:01:40.599Z] cb632ecf16cc: Preparing [2021-03-25T21:01:40.599Z] 02a88cfff88f: Preparing [2021-03-25T21:01:40.599Z] 02a88cfff88f: Waiting [2021-03-25T21:01:40.606Z] lf-activate-venv(): INFO: Adding /tmp/venv-wENo/bin to PATH [2021-03-25T21:01:40.606Z] INFO: No Stack... [2021-03-25T21:01:40.606Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T21:01:40.606Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T21:01:40.870Z] fd92cd2c217c: Layer already exists [2021-03-25T21:01:40.870Z] b0c819706438: Layer already exists [2021-03-25T21:01:40.870Z] 326aba59cc50: Layer already exists [2021-03-25T21:01:40.870Z] cb632ecf16cc: Layer already exists [2021-03-25T21:01:40.870Z] a623d043789e: Layer already exists [2021-03-25T21:01:40.870Z] 02a88cfff88f: Layer already exists [2021-03-25T21:01:40.870Z] 283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:40.907Z] + cat /w/workspace/app-service-configurable/96/archives/cost.csv [2021-03-25T21:01:40.907Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T21:01:41.003Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [2021-03-25T21:01:41.017Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] did not exist. Created. [2021-03-25T21:01:41.017Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T21:01:41.213Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:01:41.430Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-25T21:01:41.537Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T21:01:41.549Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [2021-03-25T21:01:41.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-25T21:01:41.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-25T21:01:41.553Z] a623d043789e: Preparing [2021-03-25T21:01:41.553Z] b0c819706438: Preparing [2021-03-25T21:01:41.553Z] 326aba59cc50: Preparing [2021-03-25T21:01:41.553Z] fd92cd2c217c: Preparing [2021-03-25T21:01:41.553Z] cb632ecf16cc: Preparing [2021-03-25T21:01:41.553Z] 02a88cfff88f: Preparing [2021-03-25T21:01:41.553Z] 02a88cfff88f: Waiting [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-03-25T21:01:41.826Z] a623d043789e: Layer already exists [2021-03-25T21:01:41.826Z] b0c819706438: Layer already exists [2021-03-25T21:01:41.826Z] 326aba59cc50: Layer already exists [2021-03-25T21:01:41.826Z] fd92cd2c217c: Layer already exists [2021-03-25T21:01:41.826Z] cb632ecf16cc: Layer already exists [2021-03-25T21:01:41.826Z] 02a88cfff88f: Layer already exists [2021-03-25T21:01:41.826Z] master: digest: sha256:81cd10c34186a652f1ce7e96f723f3374f3b38727baf3b235a038bb4d5458b5d size: 1574 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T21:01:42.351Z] ===================================================== [Pipeline] echo [2021-03-25T21:01:42.402Z] taggedImages: [2021-03-25T21:01:42.402Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866 [2021-03-25T21:01:42.402Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-25T21:01:42.402Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.26 [2021-03-25T21:01:42.402Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:283bdc74331b39276080386e89bce736b980b866-2.0.0-dev.26 [2021-03-25T21:01:42.402Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:01:42.983Z] ---> job-cost.sh [2021-03-25T21:01:42.983Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6r3x [2021-03-25T21:02:22.017Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T21:03:58.772Z] lf-activate-venv(): INFO: Adding /tmp/venv-6r3x/bin to PATH [2021-03-25T21:03:58.772Z] INFO: No Stack... [2021-03-25T21:03:58.772Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T21:03:58.772Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T21:03:59.106Z] + cat /w/workspace/app-service-configurable/96/archives/cost.csv [2021-03-25T21:03:59.106Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T21:03:59.541Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [2021-03-25T21:03:59.548Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] did not exist. Created. [2021-03-25T21:03:59.548Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-96-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T21:04:00.006Z] /w/workspace/app-service-configurable/96@tmp/durable-c9078a79/script.sh: 1: /w/workspace/app-service-configurable/96@tmp/durable-c9078a79/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-25T21:04:00.367Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T21:04:00.433Z] Warning: overwriting stash ‘stack-cost’ [2021-03-25T21:04:00.585Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T21:04:00.594Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-96-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-03-25T21:04:01.994Z] provisioning config files... [2021-03-25T21:04:02.006Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config626605596460047352tmp [Pipeline] { [Pipeline] sh [2021-03-25T21:04:02.383Z] + set +x [2021-03-25T21:04:02.383Z] + curl -s https://codecov.io/bash [2021-03-25T21:04:02.383Z] + bash -s -- [2021-03-25T21:04:02.647Z] [2021-03-25T21:04:02.647Z] _____ _ [2021-03-25T21:04:02.647Z] / ____| | | [2021-03-25T21:04:02.647Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T21:04:02.647Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T21:04:02.647Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T21:04:02.647Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T21:04:02.647Z] Bash-20210309-2b87ace [2021-03-25T21:04:02.647Z] [2021-03-25T21:04:02.647Z] [2021-03-25T21:04:02.647Z] ==> git version 2.24.3 found [2021-03-25T21:04:02.647Z] ==> 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-03-25T21:04:02.647Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T21:04:02.647Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T21:04:02.647Z] ==> Jenkins CI detected. [2021-03-25T21:04:02.647Z] project root: . [2021-03-25T21:04:02.647Z] --> token set from env [2021-03-25T21:04:02.647Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T21:04:02.647Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T21:04:02.647Z] ==> Python coveragepy not found [2021-03-25T21:04:02.647Z] ==> Searching for coverage reports in: [2021-03-25T21:04:02.647Z] + . [2021-03-25T21:04:02.647Z] -> Found 1 reports [2021-03-25T21:04:02.647Z] ==> Detecting git/mercurial file structure [2021-03-25T21:04:02.647Z] ==> Reading reports [2021-03-25T21:04:02.647Z] + ./coverage.out bytes=10 [2021-03-25T21:04:02.647Z] ==> Appending adjustments [2021-03-25T21:04:02.647Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T21:04:02.647Z] + Found adjustments [2021-03-25T21:04:02.647Z] ==> Gzipping contents [2021-03-25T21:04:02.647Z] 4.0K /tmp/codecov.bwEKtP.gz [2021-03-25T21:04:02.647Z] ==> Uploading reports [2021-03-25T21:04:02.647Z] url: https://codecov.io [2021-03-25T21:04:02.647Z] query: branch=master&commit=283bdc74331b39276080386e89bce736b980b866&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T21:04:02.647Z] -> Pinging Codecov [2021-03-25T21:04:02.647Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=283bdc74331b39276080386e89bce736b980b866&build=96&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F96%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T21:04:03.222Z] -> Uploading to [2021-03-25T21:04:03.222Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/A97CA9966030D2A3747ED39772930CCE/283bdc74331b39276080386e89bce736b980b866/a0b9f993-b6eb-402b-b0ef-d4f1ae075bd5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T210402Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd9c8caf76fab79092e3153938caf4a3c3c84245eeb50ee6cebd64a01f93d1d9 [2021-03-25T21:04:03.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T21:04:03.222Z] Dload Upload Total Spent Left Speed [2021-03-25T21:04:03.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 840 --:--:-- --:--:-- --:--:-- 842 [2021-03-25T21:04:03.484Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/283bdc74331b39276080386e89bce736b980b866 [Pipeline] } [2021-03-25T21:04:03.494Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-25T21:04:04.397Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-25T21:04:04.459Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:04:04.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T21:04:04.801Z] [2021-03-25T21:04:04.801Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:04:05.148Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T21:04:05.149Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-25T21:04:05.149Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T21:04:05.149Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T21:04:05.149Z] de9db76c5a1d: Pulling fs layer [2021-03-25T21:04:05.149Z] 0eba1c9be4d2: Pulling fs layer [2021-03-25T21:04:05.149Z] 0d57e429df01: Pulling fs layer [2021-03-25T21:04:05.149Z] 4e4be7b47b0d: Pulling fs layer [2021-03-25T21:04:05.149Z] e1f770b5df2f: Pulling fs layer [2021-03-25T21:04:05.149Z] 85a0685a4137: Pulling fs layer [2021-03-25T21:04:05.149Z] 0eba1c9be4d2: Waiting [2021-03-25T21:04:05.149Z] 4e4be7b47b0d: Waiting [2021-03-25T21:04:05.149Z] 0d57e429df01: Waiting [2021-03-25T21:04:05.149Z] e1f770b5df2f: Waiting [2021-03-25T21:04:05.149Z] 85a0685a4137: Waiting [2021-03-25T21:04:05.149Z] de9db76c5a1d: Verifying Checksum [2021-03-25T21:04:05.149Z] de9db76c5a1d: Download complete [2021-03-25T21:04:05.149Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T21:04:05.149Z] 0ef7d3d256c8: Download complete [2021-03-25T21:04:05.149Z] 0d57e429df01: Verifying Checksum [2021-03-25T21:04:05.149Z] 0d57e429df01: Download complete [2021-03-25T21:04:05.149Z] 188c0c94c7c5: Download complete [2021-03-25T21:04:05.149Z] 4e4be7b47b0d: Verifying Checksum [2021-03-25T21:04:05.149Z] 4e4be7b47b0d: Download complete [2021-03-25T21:04:05.726Z] 188c0c94c7c5: Pull complete [2021-03-25T21:04:05.726Z] 0ef7d3d256c8: Pull complete [2021-03-25T21:04:05.726Z] de9db76c5a1d: Pull complete [2021-03-25T21:04:07.655Z] e1f770b5df2f: Verifying Checksum [2021-03-25T21:04:07.655Z] e1f770b5df2f: Download complete [2021-03-25T21:04:09.602Z] 85a0685a4137: Verifying Checksum [2021-03-25T21:04:09.602Z] 85a0685a4137: Download complete [2021-03-25T21:04:09.602Z] 0eba1c9be4d2: Verifying Checksum [2021-03-25T21:04:09.602Z] 0eba1c9be4d2: Download complete [2021-03-25T21:04:14.930Z] 0eba1c9be4d2: Pull complete [2021-03-25T21:04:14.930Z] 0d57e429df01: Pull complete [2021-03-25T21:04:14.930Z] 4e4be7b47b0d: Pull complete [2021-03-25T21:04:16.349Z] e1f770b5df2f: Pull complete [2021-03-25T21:04:24.566Z] 85a0685a4137: Pull complete [2021-03-25T21:04:24.566Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-25T21:04:24.566Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T21:04:24.566Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-25T21:04:24.763Z] prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container [2021-03-25T21:04:24.816Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-25T21:04:25.756Z] $ docker top d74871037063ad8e506ce4f807ae82e90d625b39e47172f0362f2586b7b46fb1 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T21:04:25.944Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-25T21:04:26.236Z] + set -o pipefail [2021-03-25T21:04:26.236Z] + snyk monitor '--org=edgex-jenkins' [2021-03-25T21:04:36.276Z] [2021-03-25T21:04:36.276Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-03-25T21:04:36.276Z] [2021-03-25T21:04:36.276Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/c0761a86-99dd-436f-b209-4c732c8a5a83 [2021-03-25T21:04:36.276Z] [2021-03-25T21:04:36.276Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-25T21:04:36.276Z] [2021-03-25T21:04:36.276Z] [Pipeline] } [2021-03-25T21:04:36.292Z] $ docker stop --time=1 d74871037063ad8e506ce4f807ae82e90d625b39e47172f0362f2586b7b46fb1 [2021-03-25T21:04:39.208Z] $ docker rm -f d74871037063ad8e506ce4f807ae82e90d625b39e47172f0362f2586b7b46fb1 [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-03-25T21:04:41.076Z] + git log --format=format:%s -1 283bdc74331b39276080386e89bce736b980b866 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:04:41.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:04:41.386Z] . [Pipeline] withDockerContainer [2021-03-25T21:04:41.490Z] prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container [2021-03-25T21:04:41.539Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T21:04:42.271Z] $ docker top 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T21:04:42.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:04:42.548Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:04:42.764Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:04:42.768Z] $ docker exec 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 ssh-agent [2021-03-25T21:04:42.929Z] SSH_AUTH_SOCK=/tmp/ssh-dI0D67IOJBvQ/agent.11 [2021-03-25T21:04:42.929Z] SSH_AGENT_PID=16 [2021-03-25T21:04:42.936Z] Running ssh-add (command line suppressed) [2021-03-25T21:04:43.058Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8773928936819029109.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8773928936819029109.key) [2021-03-25T21:04:43.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:04:43.460Z] + git semver tag [2021-03-25T21:04:43.460Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T21:04:43.460Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-25T21:04:43.460Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-25T21:04:43.460Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T21:04:43.460Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T21:04:43.460Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T21:04:43.460Z] # $SEMVER_BRANCH = master [2021-03-25T21:04:43.460Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-25T21:04:43.460Z] # 283bdc74331b39276080386e89bce736b980b866 HEAD [2021-03-25T21:04:43.460Z] # -> Force: false [2021-03-25T21:04:43.460Z] # bec500e63903d80a4a1cc01d6dca2f2611c7ac32 refs/tags/v2.0.0-dev.26 [Pipeline] } [2021-03-25T21:04:43.474Z] $ docker exec --env ******** --env ******** 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 ssh-agent -k [2021-03-25T21:04:43.587Z] unset SSH_AUTH_SOCK; [2021-03-25T21:04:43.587Z] unset SSH_AGENT_PID; [2021-03-25T21:04:43.587Z] echo Agent pid 16 killed; [2021-03-25T21:04:43.635Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T21:04:44.136Z] + git semver [Pipeline] } [2021-03-25T21:04:44.156Z] $ docker stop --time=1 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 [2021-03-25T21:04:45.504Z] $ docker rm -f 59f8bf3e41945f2bbf83b45f771c803d420dcf9d65df758fba6cdb885d12a0a3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:04:46.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T21:04:46.180Z] [2021-03-25T21:04:46.180Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:04:46.569Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T21:04:46.569Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-25T21:04:46.569Z] ab5ef0e58194: Pulling fs layer [2021-03-25T21:04:46.569Z] 9712f1f96733: Pulling fs layer [2021-03-25T21:04:46.569Z] 63f879dbbcfc: Pulling fs layer [2021-03-25T21:04:46.569Z] 0d9ebad4ef96: Pulling fs layer [2021-03-25T21:04:46.569Z] e9a5061849ea: Pulling fs layer [2021-03-25T21:04:46.569Z] d747dcd14b5f: Pulling fs layer [2021-03-25T21:04:46.569Z] 2de7ff778b66: Pulling fs layer [2021-03-25T21:04:46.569Z] e9a5061849ea: Waiting [2021-03-25T21:04:46.569Z] d747dcd14b5f: Waiting [2021-03-25T21:04:46.569Z] 2de7ff778b66: Waiting [2021-03-25T21:04:46.569Z] 0d9ebad4ef96: Waiting [2021-03-25T21:04:46.569Z] 9712f1f96733: Verifying Checksum [2021-03-25T21:04:46.569Z] 9712f1f96733: Download complete [2021-03-25T21:04:50.788Z] 0d9ebad4ef96: Verifying Checksum [2021-03-25T21:04:50.788Z] 0d9ebad4ef96: Download complete [2021-03-25T21:04:50.788Z] 63f879dbbcfc: Verifying Checksum [2021-03-25T21:04:50.788Z] 63f879dbbcfc: Download complete [2021-03-25T21:04:50.788Z] d747dcd14b5f: Download complete [2021-03-25T21:04:50.788Z] e9a5061849ea: Download complete [2021-03-25T21:04:51.364Z] 2de7ff778b66: Verifying Checksum [2021-03-25T21:04:51.364Z] 2de7ff778b66: Download complete [2021-03-25T21:04:51.946Z] ab5ef0e58194: Verifying Checksum [2021-03-25T21:04:51.946Z] ab5ef0e58194: Download complete [2021-03-25T21:04:56.195Z] ab5ef0e58194: Pull complete [2021-03-25T21:04:56.195Z] 9712f1f96733: Pull complete [2021-03-25T21:04:58.119Z] 63f879dbbcfc: Pull complete [2021-03-25T21:05:04.767Z] 0d9ebad4ef96: Pull complete [2021-03-25T21:05:06.294Z] e9a5061849ea: Pull complete [2021-03-25T21:05:06.294Z] d747dcd14b5f: Pull complete [2021-03-25T21:05:08.851Z] 2de7ff778b66: Pull complete [2021-03-25T21:05:08.851Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-25T21:05:08.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T21:05:08.851Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-25T21:05:09.045Z] prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container [2021-03-25T21:05:09.094Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-25T21:05:13.241Z] $ docker top d91cdee5b6ac15199aff4998e8e35fd9e196ee6375e4229c3a4526ea8aefada3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-25T21:05:13.437Z] provisioning config files... [2021-03-25T21:05:13.449Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5060302252289089830tmp [2021-03-25T21:05:13.472Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3997353053308175788tmp [2021-03-25T21:05:13.486Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config107164280171141880tmp [Pipeline] { [Pipeline] echo [2021-03-25T21:05:13.542Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:05:13.840Z] ---> sigul-configuration.sh [2021-03-25T21:05:14.105Z] gpg: directory `/root/.gnupg' created [2021-03-25T21:05:14.105Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-25T21:05:14.105Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-25T21:05:14.105Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-25T21:05:14.105Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-25T21:05:14.105Z] gpg: CAST5 encrypted data [2021-03-25T21:05:14.105Z] gpg: encrypted with 1 passphrase [2021-03-25T21:05:14.105Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-25T21:05:14.407Z] + mkdir /home/jenkins [2021-03-25T21:05:14.407Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-25T21:05:14.708Z] + 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-03-25T21:05:14.719Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:05:15.016Z] ---> sigul-install.sh [2021-03-25T21:05:20.338Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-25T21:05:20.641Z] + git tag --list [2021-03-25T21:05:20.641Z] v1.0.0 [2021-03-25T21:05:20.641Z] v1.1.0 [2021-03-25T21:05:20.641Z] v1.2.0 [2021-03-25T21:05:20.641Z] v1.3.0 [2021-03-25T21:05:20.641Z] v1.3.1 [2021-03-25T21:05:20.641Z] v1.3.1-dev.1 [2021-03-25T21:05:20.641Z] v1.3.1-dev.2 [2021-03-25T21:05:20.641Z] v1.3.1-dev.3 [2021-03-25T21:05:20.641Z] v2.0.0-dev.1 [2021-03-25T21:05:20.641Z] v2.0.0-dev.10 [2021-03-25T21:05:20.641Z] v2.0.0-dev.11 [2021-03-25T21:05:20.641Z] v2.0.0-dev.12 [2021-03-25T21:05:20.641Z] v2.0.0-dev.13 [2021-03-25T21:05:20.641Z] v2.0.0-dev.14 [2021-03-25T21:05:20.641Z] v2.0.0-dev.15 [2021-03-25T21:05:20.641Z] v2.0.0-dev.16 [2021-03-25T21:05:20.641Z] v2.0.0-dev.17 [2021-03-25T21:05:20.641Z] v2.0.0-dev.18 [2021-03-25T21:05:20.641Z] v2.0.0-dev.19 [2021-03-25T21:05:20.641Z] v2.0.0-dev.2 [2021-03-25T21:05:20.641Z] v2.0.0-dev.20 [2021-03-25T21:05:20.641Z] v2.0.0-dev.21 [2021-03-25T21:05:20.641Z] v2.0.0-dev.22 [2021-03-25T21:05:20.641Z] v2.0.0-dev.23 [2021-03-25T21:05:20.641Z] v2.0.0-dev.24 [2021-03-25T21:05:20.641Z] v2.0.0-dev.25 [2021-03-25T21:05:20.641Z] v2.0.0-dev.26 [2021-03-25T21:05:20.641Z] v2.0.0-dev.3 [2021-03-25T21:05:20.641Z] v2.0.0-dev.4 [2021-03-25T21:05:20.641Z] v2.0.0-dev.5 [2021-03-25T21:05:20.641Z] v2.0.0-dev.6 [2021-03-25T21:05:20.641Z] v2.0.0-dev.7 [2021-03-25T21:05:20.641Z] v2.0.0-dev.8 [2021-03-25T21:05:20.641Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-25T21:05:20.949Z] + lftools sign git-tag v2.0.0-dev.26 [2021-03-25T21:05:22.361Z] Signing Git tag with Sigul... [2021-03-25T21:05:22.361Z] Signing v2.0.0-dev.26 [Pipeline] echo [2021-03-25T21:05:22.964Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:05:23.278Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-25T21:05:23.288Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-25T21:05:23.392Z] $ docker stop --time=1 d91cdee5b6ac15199aff4998e8e35fd9e196ee6375e4229c3a4526ea8aefada3 [2021-03-25T21:05:25.555Z] $ docker rm -f d91cdee5b6ac15199aff4998e8e35fd9e196ee6375e4229c3a4526ea8aefada3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:05:26.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:05:26.493Z] . [Pipeline] withDockerContainer [2021-03-25T21:05:26.594Z] prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container [2021-03-25T21:05:26.641Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T21:05:27.303Z] $ docker top 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T21:05:27.589Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:05:27.589Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:05:27.770Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:05:27.774Z] $ docker exec 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 ssh-agent [2021-03-25T21:05:27.954Z] SSH_AUTH_SOCK=/tmp/ssh-GoYHn0yyCSz4/agent.11 [2021-03-25T21:05:27.954Z] SSH_AGENT_PID=17 [2021-03-25T21:05:27.961Z] Running ssh-add (command line suppressed) [2021-03-25T21:05:28.090Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1758739702241142961.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1758739702241142961.key) [2021-03-25T21:05:28.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:05:28.480Z] + git semver bump pre [2021-03-25T21:05:28.480Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T21:05:28.480Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-25T21:05:28.480Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-25T21:05:28.480Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T21:05:28.480Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T21:05:28.480Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T21:05:28.480Z] # $SEMVER_BRANCH = master [2021-03-25T21:05:28.480Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-25T21:05:28.480Z] 2.0.0-dev.27 [Pipeline] } [2021-03-25T21:05:28.495Z] $ docker exec --env ******** --env ******** 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 ssh-agent -k [2021-03-25T21:05:28.615Z] unset SSH_AUTH_SOCK; [2021-03-25T21:05:28.615Z] unset SSH_AGENT_PID; [2021-03-25T21:05:28.615Z] echo Agent pid 17 killed; [2021-03-25T21:05:28.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T21:05:29.142Z] + git semver [Pipeline] } [2021-03-25T21:05:29.162Z] $ docker stop --time=1 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 [2021-03-25T21:05:30.561Z] $ docker rm -f 5236902137b99c8ad004fd7105bc71db8fdda36645efefd14130d89b4f4cd7a0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:05:31.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T21:05:31.076Z] . [Pipeline] withDockerContainer [2021-03-25T21:05:31.202Z] prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container [2021-03-25T21:05:31.272Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T21:05:31.845Z] $ docker top cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T21:05:32.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T21:05:32.136Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T21:05:32.339Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T21:05:32.344Z] $ docker exec cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca ssh-agent [2021-03-25T21:05:32.527Z] SSH_AUTH_SOCK=/tmp/ssh-bWGLGHrcj9Kf/agent.12 [2021-03-25T21:05:32.527Z] SSH_AGENT_PID=18 [2021-03-25T21:05:32.535Z] Running ssh-add (command line suppressed) [2021-03-25T21:05:32.667Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5736370661019855651.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5736370661019855651.key) [2021-03-25T21:05:32.728Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T21:05:33.098Z] + git semver push [2021-03-25T21:05:33.098Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T21:05:33.098Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-25T21:05:33.098Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-25T21:05:33.098Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T21:05:33.098Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T21:05:33.098Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T21:05:33.098Z] # $SEMVER_BRANCH = master [2021-03-25T21:05:33.098Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-25T21:05:36.484Z] $ docker exec --env ******** --env ******** cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca ssh-agent -k [2021-03-25T21:05:36.598Z] unset SSH_AUTH_SOCK; [2021-03-25T21:05:36.598Z] unset SSH_AGENT_PID; [2021-03-25T21:05:36.599Z] echo Agent pid 18 killed; [2021-03-25T21:05:36.646Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T21:05:37.155Z] + git semver [Pipeline] } [2021-03-25T21:05:37.173Z] $ docker stop --time=1 cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca [2021-03-25T21:05:38.518Z] $ docker rm -f cfd178a56345b72d271857a6c9fbcdd5336dc8a3d0f9e3eaa56abf8cbdfb45ca [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-03-25T21:05:40.042Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:05:40.673Z] ---> package-listing.sh [2021-03-25T21:05:40.674Z] ++ facter osfamily [2021-03-25T21:05:40.674Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T21:05:40.674Z] + OS_FAMILY=redhat [2021-03-25T21:05:40.674Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-25T21:05:40.674Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T21:05:40.674Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T21:05:40.674Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T21:05:40.674Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T21:05:40.674Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-25T21:05:40.674Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T21:05:40.674Z] + case "${OS_FAMILY}" in [2021-03-25T21:05:40.674Z] + rpm -qa [2021-03-25T21:05:40.674Z] + sort [2021-03-25T21:05:46.017Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T21:05:46.017Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T21:05:46.017Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T21:05:46.017Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-25T21:05:46.017Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-25T21:05:46.017Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-03-25T21:05:46.032Z] 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-03-25T21:05:46.325Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:05:46.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T21:05:46.633Z] [2021-03-25T21:05:46.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T21:05:46.989Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T21:05:46.989Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T21:05:46.989Z] df20fa9351a1: Pulling fs layer [2021-03-25T21:05:46.989Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T21:05:46.989Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T21:05:46.989Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T21:05:46.989Z] 93b61091891f: Pulling fs layer [2021-03-25T21:05:46.989Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T21:05:46.989Z] 5e14af77c1be: Pulling fs layer [2021-03-25T21:05:46.989Z] 01666e4c0597: Pulling fs layer [2021-03-25T21:05:46.989Z] aa168da1d23b: Pulling fs layer [2021-03-25T21:05:46.989Z] 93b9cdb0e59b: Waiting [2021-03-25T21:05:46.989Z] 5e14af77c1be: Waiting [2021-03-25T21:05:46.989Z] 01666e4c0597: Waiting [2021-03-25T21:05:46.989Z] aa168da1d23b: Waiting [2021-03-25T21:05:46.989Z] 46f8f816bc3b: Waiting [2021-03-25T21:05:46.989Z] 93b61091891f: Waiting [2021-03-25T21:05:46.989Z] 36b3adc4ff6f: Download complete [2021-03-25T21:05:46.989Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T21:05:46.989Z] 46f8f816bc3b: Download complete [2021-03-25T21:05:46.989Z] df20fa9351a1: Verifying Checksum [2021-03-25T21:05:46.989Z] df20fa9351a1: Download complete [2021-03-25T21:05:46.989Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T21:05:46.989Z] 93b9cdb0e59b: Download complete [2021-03-25T21:05:47.253Z] 93b61091891f: Verifying Checksum [2021-03-25T21:05:47.253Z] 93b61091891f: Download complete [2021-03-25T21:05:47.253Z] 5e14af77c1be: Verifying Checksum [2021-03-25T21:05:47.253Z] 5e14af77c1be: Download complete [2021-03-25T21:05:47.253Z] 01666e4c0597: Verifying Checksum [2021-03-25T21:05:47.253Z] 01666e4c0597: Download complete [2021-03-25T21:05:47.253Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T21:05:47.253Z] 8ad3a11d3b57: Download complete [2021-03-25T21:05:47.517Z] df20fa9351a1: Pull complete [2021-03-25T21:05:47.780Z] 36b3adc4ff6f: Pull complete [2021-03-25T21:05:49.721Z] aa168da1d23b: Verifying Checksum [2021-03-25T21:05:49.721Z] aa168da1d23b: Download complete [2021-03-25T21:05:49.721Z] 8ad3a11d3b57: Pull complete [2021-03-25T21:05:49.721Z] 46f8f816bc3b: Pull complete [2021-03-25T21:05:50.313Z] 93b61091891f: Pull complete [2021-03-25T21:05:50.575Z] 93b9cdb0e59b: Pull complete [2021-03-25T21:05:50.575Z] 5e14af77c1be: Pull complete [2021-03-25T21:05:50.841Z] 01666e4c0597: Pull complete [2021-03-25T21:05:57.481Z] aa168da1d23b: Pull complete [2021-03-25T21:05:57.481Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T21:05:57.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T21:05:57.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T21:05:57.641Z] prd-centos7-docker-4c-2g-31436 does not seem to be running inside a container [2021-03-25T21:05:57.687Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-25T21:06:01.127Z] $ docker top 6183f215dd4d54fe043994b8f7073b9ae3af6b04ce72e90dfeca2ee31a8cc6ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T21:06:01.639Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T21:06:01.972Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T21:06:02.289Z] + ls /var/log/sa-host [2021-03-25T21:06:02.289Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T21:06:02.289Z] file_magic: OK [2021-03-25T21:06:02.289Z] HZ: Using current value: 100 [2021-03-25T21:06:02.289Z] file_header: OK [2021-03-25T21:06:02.289Z] 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-03-25T21:06:02.289Z] Statistics: [2021-03-25T21:06:02.289Z] Hnuu...uuuununununu... [2021-03-25T21:06:02.289Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T21:06:02.289Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T21:06:02.289Z] file_magic: OK [2021-03-25T21:06:02.289Z] HZ: Using current value: 100 [2021-03-25T21:06:02.289Z] file_header: OK [2021-03-25T21:06:02.289Z] 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-03-25T21:06:02.289Z] Statistics: [2021-03-25T21:06:02.289Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T21:06:02.289Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T21:06:03.029Z] provisioning config files... [2021-03-25T21:06:03.054Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4108332600249631324tmp [Pipeline] { [Pipeline] echo [2021-03-25T21:06:03.129Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:06:03.436Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T21:06:03.447Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T21:06:03.536Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:06:03.838Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T21:06:03.861Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:06:04.163Z] ---> sudo-logs.sh [2021-03-25T21:06:04.163Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T21:06:04.224Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:06:04.524Z] ---> job-cost.sh [2021-03-25T21:06:04.524Z] lf-activate-venv: SKIPPING [2021-03-25T21:06:04.524Z] DEBUG: total: 0.20999999344348907 [2021-03-25T21:06:04.524Z] INFO: Retrieving Stack Cost... [2021-03-25T21:06:05.468Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T21:06:06.042Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T21:06:06.055Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T21:06:06.348Z] ---> logs-deploy.sh [2021-03-25T21:06:06.349Z] lf-activate-venv: SKIPPING [2021-03-25T21:06:06.349Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/96 [2021-03-25T21:06:06.349Z] INFO: archiving workspace using pattern(s): [2021-03-25T21:06:07.740Z] Archives upload complete. [2021-03-25T21:06:08.003Z] INFO: archiving logs to Nexus [2021-03-25T21:06:08.950Z] ---> uname -a: [2021-03-25T21:06:08.950Z] Linux prd-centos7-docker-4c-2g-31436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-25T21:06:08.950Z] [2021-03-25T21:06:08.950Z] [2021-03-25T21:06:08.950Z] ---> lscpu: [2021-03-25T21:06:08.950Z] Architecture: x86_64 [2021-03-25T21:06:08.950Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T21:06:08.950Z] Byte Order: Little Endian [2021-03-25T21:06:08.950Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T21:06:08.950Z] CPU(s): 4 [2021-03-25T21:06:08.950Z] On-line CPU(s) list: 0-3 [2021-03-25T21:06:08.950Z] Thread(s) per core: 1 [2021-03-25T21:06:08.950Z] Core(s) per socket: 1 [2021-03-25T21:06:08.950Z] Socket(s): 4 [2021-03-25T21:06:08.950Z] NUMA node(s): 1 [2021-03-25T21:06:08.950Z] Vendor ID: GenuineIntel [2021-03-25T21:06:08.950Z] CPU family: 6 [2021-03-25T21:06:08.950Z] Model: 44 [2021-03-25T21:06:08.950Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T21:06:08.950Z] Stepping: 1 [2021-03-25T21:06:08.950Z] CPU MHz: 2933.438 [2021-03-25T21:06:08.950Z] BogoMIPS: 5866.87 [2021-03-25T21:06:08.950Z] Virtualization: VT-x [2021-03-25T21:06:08.950Z] Hypervisor vendor: KVM [2021-03-25T21:06:08.950Z] Virtualization type: full [2021-03-25T21:06:08.950Z] L1d cache: 128 KiB [2021-03-25T21:06:08.950Z] L1i cache: 128 KiB [2021-03-25T21:06:08.950Z] L2 cache: 16 MiB [2021-03-25T21:06:08.950Z] L3 cache: 64 MiB [2021-03-25T21:06:08.950Z] NUMA node0 CPU(s): 0-3 [2021-03-25T21:06:08.950Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T21:06:08.950Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T21:06:08.950Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T21:06:08.950Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T21:06:08.950Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T21:06:08.950Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T21:06:08.950Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T21:06:08.950Z] Vulnerability Srbds: Not affected [2021-03-25T21:06:08.950Z] Vulnerability Tsx async abort: Not affected [2021-03-25T21:06:08.950Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-25T21:06:08.950Z] [2021-03-25T21:06:08.950Z]