Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1037 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 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 # timeout=10 Commit message: "Merge pull request #234 from soda480/US149" > git rev-list --no-walk 7b79720c7baecc45e512545009760e44417542fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T23:57:07.352Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T23:57:07.443Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T23:57:07.471Z] ========================================================= [2021-04-19T23:57:07.471Z] EdgeX Global Pipelines Version Info [2021-04-19T23:57:07.471Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:57:08.995Z] ------------------- [2021-04-19T23:57:08.995Z] stable info: [2021-04-19T23:57:08.995Z] ------------------- [2021-04-19T23:57:08.995Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T23:57:08.995Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T23:57:08.995Z] Message: update stable to v1.0.186 [2021-04-19T23:57:09.944Z] ------------------- [2021-04-19T23:57:09.944Z] experimental info: [2021-04-19T23:57:09.944Z] ------------------- [2021-04-19T23:57:09.944Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T23:57:09.944Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T23:57:09.944Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T23:57:10.119Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-04-19T23:57:10.142Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-04-19T23:57:10.164Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T23:57:10.187Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T23:57:10.210Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T23:57:10.232Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T23:57:10.254Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T23:57:10.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T23:57:10.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-19T23:57:10.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T23:57:10.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T23:57:10.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-04-19T23:57:10.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T23:57:10.447Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T23:57:10.473Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T23:57:10.497Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T23:57:10.522Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T23:57:10.544Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-19T23:57:10.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T23:57:10.597Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T23:57:10.634Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-19T23:57:10.671Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-19T23:57:10.697Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-19T23:57:10.720Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-19T23:57:10.742Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-19T23:57:10.765Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T23:57:10.789Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T23:57:10.816Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T23:57:10.841Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T23:57:10.865Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] echo [2021-04-19T23:57:10.903Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e7cb76 [Pipeline] echo [2021-04-19T23:57:10.940Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:57:11.093Z] provisioning config files... [2021-04-19T23:57:11.130Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3051937619078588533tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:57:11.452Z] ---> docker-login.sh [2021-04-19T23:57:11.452Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:57:11.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:57:11.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:57:11.983Z] Configure a credential helper to remove this warning. See [2021-04-19T23:57:11.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:57:11.983Z] [2021-04-19T23:57:11.983Z] Login Succeeded [2021-04-19T23:57:11.983Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:57:11.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:57:11.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:57:11.983Z] Configure a credential helper to remove this warning. See [2021-04-19T23:57:11.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:57:11.983Z] [2021-04-19T23:57:11.983Z] Login Succeeded [2021-04-19T23:57:11.983Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:57:12.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:57:12.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:57:12.247Z] Configure a credential helper to remove this warning. See [2021-04-19T23:57:12.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:57:12.247Z] [2021-04-19T23:57:12.247Z] Login Succeeded [2021-04-19T23:57:12.247Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:57:12.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:57:12.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:57:12.510Z] Configure a credential helper to remove this warning. See [2021-04-19T23:57:12.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:57:12.510Z] [2021-04-19T23:57:12.510Z] Login Succeeded [2021-04-19T23:57:12.510Z] docker.io [2021-04-19T23:57:12.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:57:12.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:57:12.773Z] Configure a credential helper to remove this warning. See [2021-04-19T23:57:12.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:57:12.774Z] [2021-04-19T23:57:12.774Z] Login Succeeded [2021-04-19T23:57:12.774Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:57:12.783Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T23:57:13.346Z] + git log --format=format:%s -1 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] echo [2021-04-19T23:57:13.450Z] GIT_COMMIT: 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6, Commit Message: Merge pull request #234 from soda480/US149 [Pipeline] echo [2021-04-19T23:57:13.468Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:57:14.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:57:14.498Z] [2021-04-19T23:57:14.498Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:57:14.819Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:57:14.819Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T23:57:14.819Z] 31603596830f: Pulling fs layer [2021-04-19T23:57:14.820Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T23:57:14.820Z] 6ca5941a6612: Pulling fs layer [2021-04-19T23:57:14.820Z] ecc8261a40a4: Pulling fs layer [2021-04-19T23:57:14.820Z] ecc8261a40a4: Waiting [2021-04-19T23:57:14.820Z] 2a8b12db71e7: Verifying Checksum [2021-04-19T23:57:14.820Z] 2a8b12db71e7: Download complete [2021-04-19T23:57:14.820Z] 31603596830f: Verifying Checksum [2021-04-19T23:57:14.820Z] 31603596830f: Download complete [2021-04-19T23:57:15.085Z] ecc8261a40a4: Verifying Checksum [2021-04-19T23:57:15.085Z] ecc8261a40a4: Download complete [2021-04-19T23:57:15.085Z] 6ca5941a6612: Verifying Checksum [2021-04-19T23:57:15.085Z] 6ca5941a6612: Download complete [2021-04-19T23:57:15.348Z] 31603596830f: Pull complete [2021-04-19T23:57:15.348Z] 2a8b12db71e7: Pull complete [2021-04-19T23:57:16.303Z] 6ca5941a6612: Pull complete [2021-04-19T23:57:16.567Z] ecc8261a40a4: Pull complete [2021-04-19T23:57:16.567Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T23:57:16.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:57:16.567Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T23:57:16.686Z] prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container [2021-04-19T23:57:16.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:57:18.622Z] $ docker top 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:57:18.767Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:57:18.767Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:57:18.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:57:18.986Z] $ docker exec 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent [2021-04-19T23:57:19.155Z] SSH_AUTH_SOCK=/tmp/ssh-QRcNk08Zdqv8/agent.11 [2021-04-19T23:57:19.155Z] SSH_AGENT_PID=16 [2021-04-19T23:57:19.168Z] Running ssh-add (command line suppressed) [2021-04-19T23:57:19.298Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6419872603157344336.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6419872603157344336.key) [2021-04-19T23:57:19.353Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:57:19.658Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T23:57:19.682Z] $ docker exec --env ******** --env ******** 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent -k [2021-04-19T23:57:19.805Z] unset SSH_AUTH_SOCK; [2021-04-19T23:57:19.806Z] unset SSH_AGENT_PID; [2021-04-19T23:57:19.806Z] echo Agent pid 16 killed; [2021-04-19T23:57:19.854Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T23:57:19.907Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:57:19.908Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:57:20.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:57:20.086Z] $ docker exec 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent [2021-04-19T23:57:20.251Z] SSH_AUTH_SOCK=/tmp/ssh-4nV1KrWET0Lt/agent.44 [2021-04-19T23:57:20.252Z] SSH_AGENT_PID=49 [2021-04-19T23:57:20.259Z] Running ssh-add (command line suppressed) [2021-04-19T23:57:20.382Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5889851899355274518.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5889851899355274518.key) [2021-04-19T23:57:20.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:57:20.738Z] + git semver init [2021-04-19T23:57:20.739Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:57:20.739Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-19T23:57:20.739Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-19T23:57:20.739Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:57:20.739Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:57:20.739Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:57:20.739Z] # $SEMVER_BRANCH = master [2021-04-19T23:57:20.739Z] # $SEMVER_TEMP = /tmp/semver-246323096 [2021-04-19T23:57:20.739Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-04-19T23:57:21.312Z] # '/tmp/semver-246323096' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-04-19T23:57:21.312Z] # -> Force: false [2021-04-19T23:57:21.312Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-19T23:57:21.324Z] $ docker exec --env ******** --env ******** 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b ssh-agent -k [2021-04-19T23:57:21.443Z] unset SSH_AUTH_SOCK; [2021-04-19T23:57:21.443Z] unset SSH_AGENT_PID; [2021-04-19T23:57:21.443Z] echo Agent pid 49 killed; [2021-04-19T23:57:21.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:57:21.842Z] + git semver [Pipeline] } [2021-04-19T23:57:21.861Z] $ docker stop --time=1 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b [2021-04-19T23:57:23.238Z] $ docker rm -f 097d7c81045fc94b120967412e49a630c73986419754b58970e3a67619a2301b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T23:57:23.649Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T23:57:23.961Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T23:57:23.964Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.31 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-19T23:57:39.127Z] Still waiting to schedule task [2021-04-19T23:57:39.128Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1037’ [2021-04-19T23:57:39.130Z] Still waiting to schedule task [2021-04-19T23:57:39.130Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-19T23:59:33.948Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1038 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-19T23:59:33.972Z] Running in /w/workspace/app-service-configurable/101 [Pipeline] { [Pipeline] checkout [2021-04-19T23:59:39.252Z] using credential edgex-jenkins-ssh [2021-04-19T23:59:39.270Z] Cloning the remote Git repository [2021-04-19T23:59:39.374Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-19T23:59:39.518Z] > git init /w/workspace/app-service-configurable/101 # timeout=10 [2021-04-19T23:59:39.574Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-19T23:59:39.575Z] > git --version # timeout=10 [2021-04-19T23:59:39.589Z] > git --version # 'git version 2.17.1' [2021-04-19T23:59:39.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:59:39.670Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:59:41.049Z] Checking out Revision 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 (master) [2021-04-19T23:59:40.479Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-19T23:59:40.497Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:59:40.521Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-19T23:59:40.547Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-19T23:59:40.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:59:40.563Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T23:59:41.080Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T23:59:41.091Z] > git checkout -f 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 # timeout=10 [2021-04-19T23:59:45.231Z] Commit message: "Merge pull request #234 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T23:59:46.082Z] Running on prd-centos7-docker-4c-2g-1039 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-19T23:59:46.760Z] Running in /w/workspace/app-service-configurable/101 [Pipeline] { [Pipeline] checkout [2021-04-19T23:59:47.045Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:59:47.465Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:59:47.830Z] + sudo service docker restart [2021-04-19T23:59:47.830Z] + true [2021-04-19T23:59:49.386Z] using credential edgex-jenkins-ssh [2021-04-19T23:59:49.399Z] Cloning the remote Git repository [2021-04-19T23:59:49.424Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-19T23:59:49.495Z] > git init /w/workspace/app-service-configurable/101 # timeout=10 [2021-04-19T23:59:49.566Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-19T23:59:49.566Z] > git --version # timeout=10 [2021-04-19T23:59:49.573Z] > git --version # 'git version 2.24.3' [2021-04-19T23:59:49.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:59:49.605Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:59:50.213Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-19T23:59:50.219Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:59:50.234Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-19T23:59:50.246Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-19T23:59:50.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:59:50.251Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:59:50.508Z] provisioning config files... [2021-04-19T23:59:50.548Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config973892057383966463tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:59:50.608Z] Checking out Revision 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 (master) [2021-04-19T23:59:50.936Z] ---> docker-login.sh [2021-04-19T23:59:50.936Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:59:50.619Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T23:59:50.624Z] > git checkout -f 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 # timeout=10 [2021-04-19T23:59:51.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:52.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:52.192Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:52.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:52.192Z] [2021-04-19T23:59:52.192Z] Login Succeeded [2021-04-19T23:59:52.192Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:59:52.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:52.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:52.737Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:52.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:52.737Z] [2021-04-19T23:59:52.737Z] Login Succeeded [2021-04-19T23:59:52.737Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:59:53.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:53.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:53.011Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:53.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:53.011Z] [2021-04-19T23:59:53.011Z] Login Succeeded [2021-04-19T23:59:53.011Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:59:53.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:53.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:53.609Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:53.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:53.609Z] [2021-04-19T23:59:53.609Z] Login Succeeded [2021-04-19T23:59:53.609Z] docker.io [2021-04-19T23:59:54.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:54.311Z] Commit message: "Merge pull request #234 from soda480/US149" [2021-04-19T23:59:54.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:54.477Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:54.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:54.477Z] [2021-04-19T23:59:54.477Z] Login Succeeded [2021-04-19T23:59:54.477Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:59:54.496Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-04-19T23:59:55.074Z] ========================================================= [2021-04-19T23:59:55.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T23:59:55.074Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:59:55.342Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:59:55.419Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T23:59:55.419Z] Sending build context to Docker daemon 99.33kB [2021-04-19T23:59:55.678Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:59:55.693Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:59:55.693Z] Step 2/8 : FROM ${BASE} [2021-04-19T23:59:55.968Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T23:59:55.968Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T23:59:55.968Z] a4357932f1b6: Pulling fs layer [2021-04-19T23:59:55.968Z] 18c013af1878: Pulling fs layer [2021-04-19T23:59:55.968Z] 00ac8860ef70: Pulling fs layer [2021-04-19T23:59:55.968Z] 63d7cb157983: Pulling fs layer [2021-04-19T23:59:55.968Z] b116817d02f9: Pulling fs layer [2021-04-19T23:59:55.968Z] 745a02a5169b: Pulling fs layer [2021-04-19T23:59:55.968Z] 00ac8860ef70: Waiting [2021-04-19T23:59:55.968Z] 63d7cb157983: Waiting [2021-04-19T23:59:55.968Z] b116817d02f9: Waiting [2021-04-19T23:59:55.969Z] 745a02a5169b: Waiting [2021-04-19T23:59:55.969Z] a4357932f1b6: Verifying Checksum [2021-04-19T23:59:55.969Z] a4357932f1b6: Download complete [2021-04-19T23:59:55.969Z] 18c013af1878: Verifying Checksum [2021-04-19T23:59:55.969Z] 18c013af1878: Download complete [2021-04-19T23:59:55.969Z] 63d7cb157983: Verifying Checksum [2021-04-19T23:59:55.969Z] 63d7cb157983: Download complete [2021-04-19T23:59:55.969Z] b116817d02f9: Verifying Checksum [2021-04-19T23:59:55.969Z] b116817d02f9: Download complete [2021-04-19T23:59:55.969Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T23:59:55.969Z] 5f621e34cdf4: Download complete [2021-04-19T23:59:56.015Z] + sudo service docker restart [2021-04-19T23:59:56.015Z] + true [2021-04-19T23:59:56.015Z] Redirecting to /bin/systemctl restart docker.service [2021-04-19T23:59:56.573Z] 5f621e34cdf4: Pull complete [2021-04-19T23:59:57.177Z] a4357932f1b6: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:59:57.436Z] provisioning config files... [2021-04-19T23:59:57.455Z] 18c013af1878: Pull complete [2021-04-19T23:59:57.467Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config4527584193314473060tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:59:57.794Z] ---> docker-login.sh [2021-04-19T23:59:57.794Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:59:58.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:58.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:58.057Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:58.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:58.057Z] [2021-04-19T23:59:58.057Z] Login Succeeded [2021-04-19T23:59:58.057Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:59:58.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:58.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:58.320Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:58.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:58.320Z] [2021-04-19T23:59:58.320Z] Login Succeeded [2021-04-19T23:59:58.320Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:59:58.454Z] 745a02a5169b: Download complete [2021-04-19T23:59:58.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:58.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:58.582Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:58.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:58.582Z] [2021-04-19T23:59:58.582Z] Login Succeeded [2021-04-19T23:59:58.582Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:59:58.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:58.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:58.844Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:58.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:58.844Z] [2021-04-19T23:59:58.844Z] Login Succeeded [2021-04-19T23:59:58.844Z] docker.io [2021-04-19T23:59:58.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:59:59.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:59:59.106Z] Configure a credential helper to remove this warning. See [2021-04-19T23:59:59.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:59:59.106Z] [2021-04-19T23:59:59.106Z] Login Succeeded [2021-04-19T23:59:59.106Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:59:59.115Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-19T23:59:59.287Z] ========================================================= [2021-04-19T23:59:59.287Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T23:59:59.287Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:59:59.454Z] 00ac8860ef70: Verifying Checksum [2021-04-19T23:59:59.454Z] 00ac8860ef70: Download complete [2021-04-19T23:59:59.595Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T23:59:59.595Z] Sending build context to Docker daemon 99.33kB [2021-04-19T23:59:59.595Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:59:59.595Z] Step 2/8 : FROM ${BASE} [2021-04-19T23:59:59.595Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T23:59:59.595Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T23:59:59.595Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T23:59:59.595Z] de9db76c5a1d: Pulling fs layer [2021-04-19T23:59:59.595Z] bca2f99d35d6: Pulling fs layer [2021-04-19T23:59:59.595Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T23:59:59.595Z] 7c6f9722023f: Pulling fs layer [2021-04-19T23:59:59.595Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T23:59:59.595Z] 93359f2a8cfa: Waiting [2021-04-19T23:59:59.595Z] bca2f99d35d6: Waiting [2021-04-19T23:59:59.595Z] a35cf1a2eb13: Waiting [2021-04-19T23:59:59.595Z] 7c6f9722023f: Waiting [2021-04-19T23:59:59.595Z] de9db76c5a1d: Verifying Checksum [2021-04-19T23:59:59.595Z] de9db76c5a1d: Download complete [2021-04-19T23:59:59.862Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T23:59:59.862Z] 0ef7d3d256c8: Download complete [2021-04-19T23:59:59.862Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T23:59:59.862Z] 93359f2a8cfa: Download complete [2021-04-19T23:59:59.862Z] 7c6f9722023f: Verifying Checksum [2021-04-19T23:59:59.862Z] 7c6f9722023f: Download complete [2021-04-19T23:59:59.862Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T23:59:59.862Z] 188c0c94c7c5: Download complete [2021-04-20T00:00:00.131Z] 188c0c94c7c5: Pull complete [2021-04-20T00:00:00.398Z] 0ef7d3d256c8: Pull complete [2021-04-20T00:00:00.398Z] de9db76c5a1d: Pull complete [2021-04-20T00:00:01.793Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T00:00:01.793Z] a35cf1a2eb13: Download complete [2021-04-20T00:00:01.793Z] bca2f99d35d6: Verifying Checksum [2021-04-20T00:00:01.793Z] bca2f99d35d6: Download complete [2021-04-20T00:00:08.430Z] bca2f99d35d6: Pull complete [2021-04-20T00:00:08.430Z] 93359f2a8cfa: Pull complete [2021-04-20T00:00:08.430Z] 7c6f9722023f: Pull complete [2021-04-20T00:00:09.614Z] 00ac8860ef70: Pull complete [2021-04-20T00:00:09.895Z] 63d7cb157983: Pull complete [2021-04-20T00:00:10.167Z] b116817d02f9: Pull complete [2021-04-20T00:00:12.686Z] a35cf1a2eb13: Pull complete [2021-04-20T00:00:12.686Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T00:00:12.686Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T00:00:12.686Z] ---> a62c8e92a672 [2021-04-20T00:00:12.686Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T00:00:12.951Z] ---> Running in 115cd3f04631 [2021-04-20T00:00:13.218Z] Removing intermediate container 115cd3f04631 [2021-04-20T00:00:13.218Z] ---> 3457bd934853 [2021-04-20T00:00:13.218Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T00:00:13.218Z] ---> Running in c707e226cf81 [2021-04-20T00:00:14.172Z] Removing intermediate container c707e226cf81 [2021-04-20T00:00:14.172Z] ---> 5e1105ce21dc [2021-04-20T00:00:14.172Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-20T00:00:14.438Z] ---> Running in 2511c19b2f6c [2021-04-20T00:00:14.479Z] 745a02a5169b: Pull complete [2021-04-20T00:00:14.479Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T00:00:14.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T00:00:14.479Z] ---> b7e6874047d6 [2021-04-20T00:00:14.479Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T00:00:15.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T00:00:15.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T00:00:16.547Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-20T00:00:16.547Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-20T00:00:16.547Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-20T00:00:16.547Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-20T00:00:16.810Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T00:00:16.810Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-20T00:00:17.082Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T00:00:17.082Z] OK: 167 MiB in 45 packages [2021-04-20T00:00:17.109Z] ---> Running in 0a47493b2608 [2021-04-20T00:00:17.109Z] Removing intermediate container 0a47493b2608 [2021-04-20T00:00:17.109Z] ---> cf24b72f28d5 [2021-04-20T00:00:17.109Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T00:00:17.389Z] ---> Running in d4d4d210f3da [2021-04-20T00:00:17.664Z] Removing intermediate container 2511c19b2f6c [2021-04-20T00:00:17.664Z] ---> 43887e7fa8d1 [2021-04-20T00:00:17.664Z] Step 6/8 : WORKDIR /app [2021-04-20T00:00:17.664Z] ---> Running in e33820d29530 [2021-04-20T00:00:17.930Z] Removing intermediate container e33820d29530 [2021-04-20T00:00:17.930Z] ---> e87b329c087c [2021-04-20T00:00:17.930Z] Step 7/8 : COPY . . [2021-04-20T00:00:18.194Z] ---> ccca719fb990 [2021-04-20T00:00:18.194Z] Step 8/8 : RUN go mod download [2021-04-20T00:00:18.458Z] ---> Running in 827393057d8a [2021-04-20T00:00:20.010Z] Removing intermediate container d4d4d210f3da [2021-04-20T00:00:20.010Z] ---> b62f24077747 [2021-04-20T00:00:20.010Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-20T00:00:20.010Z] ---> Running in 6e5dfba835d9 [2021-04-20T00:00:20.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T00:00:21.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T00:00:22.180Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-20T00:00:22.180Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-20T00:00:22.180Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-20T00:00:22.453Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-20T00:00:22.453Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T00:00:22.453Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-20T00:00:22.729Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T00:00:22.729Z] OK: 144 MiB in 45 packages [2021-04-20T00:00:24.170Z] Removing intermediate container 6e5dfba835d9 [2021-04-20T00:00:24.170Z] ---> 40996f43e5a8 [2021-04-20T00:00:24.170Z] Step 6/8 : WORKDIR /app [2021-04-20T00:00:24.170Z] ---> Running in 282d79b92e72 [2021-04-20T00:00:24.765Z] Removing intermediate container 282d79b92e72 [2021-04-20T00:00:24.765Z] ---> 121c172449ce [2021-04-20T00:00:24.765Z] Step 7/8 : COPY . . [2021-04-20T00:00:25.362Z] ---> 4eedaa9500ba [2021-04-20T00:00:25.362Z] Step 8/8 : RUN go mod download [2021-04-20T00:00:25.637Z] ---> Running in 364a26820270 [2021-04-20T00:00:45.109Z] Removing intermediate container 827393057d8a [2021-04-20T00:00:45.109Z] ---> 89baf22c96be [2021-04-20T00:00:45.109Z] Successfully built 89baf22c96be [2021-04-20T00:00:45.109Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:00:45.429Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T00:00:45.430Z] . [Pipeline] withDockerContainer [2021-04-20T00:00:45.573Z] prd-centos7-docker-4c-2g-1039 does not seem to be running inside a container [2021-04-20T00:00:45.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T00:00:46.598Z] $ docker top 8bd71a2721a5b22aa0b908213c2f87f90d40a47ff916b3a0adc16b0a1792a89d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T00:00:47.045Z] + go version [2021-04-20T00:00:47.046Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T00:00:47.060Z] $ docker stop --time=1 8bd71a2721a5b22aa0b908213c2f87f90d40a47ff916b3a0adc16b0a1792a89d [2021-04-20T00:00:48.421Z] $ docker rm -f 8bd71a2721a5b22aa0b908213c2f87f90d40a47ff916b3a0adc16b0a1792a89d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:00:48.922Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T00:00:48.922Z] . [Pipeline] withDockerContainer [2021-04-20T00:00:49.022Z] prd-centos7-docker-4c-2g-1039 does not seem to be running inside a container [2021-04-20T00:00:49.070Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T00:00:49.673Z] $ docker top 31a7e2fa4787041c5c40f7ce96df5f30d32b61b2e06924dfc27e1d4a8913bd4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T00:00:50.086Z] + make test [2021-04-20T00:00:50.086Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-20T00:00:52.426Z] Removing intermediate container 364a26820270 [2021-04-20T00:00:52.426Z] ---> 85ee1a502a15 [2021-04-20T00:00:52.426Z] Successfully built 85ee1a502a15 [2021-04-20T00:00:52.426Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:00:52.773Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T00:00:52.773Z] . [Pipeline] withDockerContainer [2021-04-20T00:00:53.021Z] prd-ubuntu18.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container [2021-04-20T00:00:53.112Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@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-04-20T00:00:54.629Z] $ docker top 25569f2293b1762fe2f7c892d6b2874bbe55d7198e4c2bd28c2d5f1073637685 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T00:00:55.559Z] + go version [2021-04-20T00:00:55.559Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T00:00:55.591Z] $ docker stop --time=1 25569f2293b1762fe2f7c892d6b2874bbe55d7198e4c2bd28c2d5f1073637685 [2021-04-20T00:00:57.479Z] $ docker rm -f 25569f2293b1762fe2f7c892d6b2874bbe55d7198e4c2bd28c2d5f1073637685 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:00:58.174Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T00:00:58.174Z] . [Pipeline] withDockerContainer [2021-04-20T00:00:58.441Z] prd-ubuntu18.04-docker-arm64-4c-16g-1038 does not seem to be running inside a container [2021-04-20T00:00:58.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/101 -v /w/workspace/app-service-configurable/101:/w/workspace/app-service-configurable/101:rw,z -v /w/workspace/app-service-configurable/101@tmp:/w/workspace/app-service-configurable/101@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-04-20T00:01:00.052Z] $ docker top 8e38584eee777441fc3d6d11f5341e07d32e137dd99d4108aa99866878e9713a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T00:01:00.967Z] + make test [2021-04-20T00:01:00.967Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-20T00:01:05.155Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-20T00:01:05.155Z] CGO_ENABLED=1 go vet ./... [2021-04-20T00:01:06.577Z] gofmt -l . [2021-04-20T00:01:06.577Z] [ "`gofmt -l .`" = "" ] [2021-04-20T00:01:06.577Z] ./bin/test-go-mod-tidy.sh [2021-04-20T00:01:07.154Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-20T00:01:07.432Z] $ docker stop --time=1 31a7e2fa4787041c5c40f7ce96df5f30d32b61b2e06924dfc27e1d4a8913bd4b [2021-04-20T00:01:09.889Z] $ docker rm -f 31a7e2fa4787041c5c40f7ce96df5f30d32b61b2e06924dfc27e1d4a8913bd4b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T00:01:10.573Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T00:01:11.018Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-20T00:01:13.927Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-20T00:01:14.234Z] + ls -al . [2021-04-20T00:01:14.234Z] total 92 [2021-04-20T00:01:14.234Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 20 00:01 . [2021-04-20T00:01:14.234Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 19 23:59 .. [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 7306 Apr 19 23:59 Attribution.txt [2021-04-20T00:01:14.234Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 19 23:59 bin [2021-04-20T00:01:14.234Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 20 00:00 coverage.out [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 2032 Apr 19 23:59 Dockerfile [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 970 Apr 19 23:59 Dockerfile.build [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 119 Apr 19 23:59 .dockerignore [2021-04-20T00:01:14.234Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 19 23:59 .git [2021-04-20T00:01:14.234Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 19 23:59 .github [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 111 Apr 19 23:59 .gitignore [2021-04-20T00:01:14.234Z] -rw-r--r--. 1 jenkins jenkins 136 Apr 20 00:01 go.mod [2021-04-20T00:01:14.234Z] -rw-r--r--. 1 jenkins jenkins 21228 Apr 20 00:01 go.sum [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 687 Apr 19 23:59 Jenkinsfile [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 19 23:59 LICENSE [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 1460 Apr 19 23:59 main.go [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 1582 Apr 19 23:59 makefile [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 3230 Apr 19 23:59 README.md [2021-04-20T00:01:14.234Z] drwxrwxr-x. 10 jenkins jenkins 173 Apr 19 23:59 res [2021-04-20T00:01:14.234Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 19 23:59 snap [2021-04-20T00:01:14.234Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 19 23:57 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:14.551Z] + 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=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 --label arch=amd64 --label version=2.0.0-dev.31 . [2021-04-20T00:01:14.551Z] Sending build context to Docker daemon 123.4kB [2021-04-20T00:01:14.814Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T00:01:14.814Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-20T00:01:14.814Z] ---> 89baf22c96be [2021-04-20T00:01:14.814Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-20T00:01:14.814Z] ---> Running in e75111923875 [2021-04-20T00:01:15.075Z] Removing intermediate container e75111923875 [2021-04-20T00:01:15.075Z] ---> a0b654226ecd [2021-04-20T00:01:15.075Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T00:01:15.075Z] ---> Running in 8062efec72e2 [2021-04-20T00:01:15.075Z] Removing intermediate container 8062efec72e2 [2021-04-20T00:01:15.075Z] ---> 1ba87123ae4e [2021-04-20T00:01:15.075Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-20T00:01:15.339Z] ---> Running in a3b1f13233db [2021-04-20T00:01:15.339Z] Removing intermediate container a3b1f13233db [2021-04-20T00:01:15.339Z] ---> cb6c55dc6c98 [2021-04-20T00:01:15.339Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T00:01:15.602Z] ---> Running in 6dfab46ae455 [2021-04-20T00:01:16.556Z] Removing intermediate container 6dfab46ae455 [2021-04-20T00:01:16.556Z] ---> a77ed72fae85 [2021-04-20T00:01:16.556Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T00:01:16.556Z] ---> Running in 5aa8dfc4c9d1 [2021-04-20T00:01:17.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T00:01:17.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T00:01:18.293Z] OK: 167 MiB in 45 packages [2021-04-20T00:01:18.872Z] Removing intermediate container 5aa8dfc4c9d1 [2021-04-20T00:01:18.872Z] ---> 4cd920aa62bf [2021-04-20T00:01:18.872Z] Step 8/27 : WORKDIR /app [2021-04-20T00:01:18.872Z] ---> Running in 4ef8a5ae0772 [2021-04-20T00:01:18.872Z] Removing intermediate container 4ef8a5ae0772 [2021-04-20T00:01:18.872Z] ---> 1aaf35faa293 [2021-04-20T00:01:18.872Z] Step 9/27 : COPY go.mod . [2021-04-20T00:01:19.136Z] ---> 7903fa6fc2b2 [2021-04-20T00:01:19.136Z] Step 10/27 : RUN go mod download [2021-04-20T00:01:19.400Z] ---> Running in 52da8252f057 [2021-04-20T00:01:20.357Z] Removing intermediate container 52da8252f057 [2021-04-20T00:01:20.357Z] ---> d8fdf1db70ea [2021-04-20T00:01:20.357Z] Step 11/27 : COPY . . [2021-04-20T00:01:20.621Z] ---> 265c3fd5e7f0 [2021-04-20T00:01:20.621Z] Step 12/27 : ARG MAKE="make build" [2021-04-20T00:01:20.621Z] ---> Running in 59bcb96d8e20 [2021-04-20T00:01:20.885Z] Removing intermediate container 59bcb96d8e20 [2021-04-20T00:01:20.885Z] ---> 1455f323d476 [2021-04-20T00:01:20.885Z] Step 13/27 : RUN $MAKE [2021-04-20T00:01:20.885Z] ---> Running in e4505e370d21 [2021-04-20T00:01:21.487Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.31" -o app-service-configurable [2021-04-20T00:01:36.520Z] Removing intermediate container e4505e370d21 [2021-04-20T00:01:36.520Z] ---> bd43b7401ca4 [2021-04-20T00:01:36.520Z] Step 14/27 : FROM alpine:3.12 [2021-04-20T00:01:36.520Z] 3.12: Pulling from library/alpine [2021-04-20T00:01:36.520Z] 339de151aab4: Pulling fs layer [2021-04-20T00:01:36.520Z] 339de151aab4: Verifying Checksum [2021-04-20T00:01:36.520Z] 339de151aab4: Download complete [2021-04-20T00:01:36.520Z] 339de151aab4: Pull complete [2021-04-20T00:01:36.520Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T00:01:36.520Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T00:01:36.520Z] ---> 13621d1b12d4 [2021-04-20T00:01:36.520Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-20T00:01:36.520Z] ---> Running in dbf13d02e710 [2021-04-20T00:01:36.520Z] Removing intermediate container dbf13d02e710 [2021-04-20T00:01:36.520Z] ---> 580ae7f53fa6 [2021-04-20T00:01:36.520Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-20T00:01:36.520Z] ---> Running in 46d01d3f3f54 [2021-04-20T00:01:36.785Z] Removing intermediate container 46d01d3f3f54 [2021-04-20T00:01:36.785Z] ---> 5d6d8093f592 [2021-04-20T00:01:36.786Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-20T00:01:36.786Z] ---> Running in 2faf5a77e942 [2021-04-20T00:01:37.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T00:01:37.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T00:01:37.361Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-20T00:01:37.361Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-20T00:01:37.361Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-20T00:01:37.361Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-20T00:01:37.361Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-20T00:01:37.638Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-20T00:01:37.638Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-20T00:01:37.638Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T00:01:37.638Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T00:01:37.638Z] OK: 9 MiB in 21 packages [2021-04-20T00:01:39.030Z] Removing intermediate container 2faf5a77e942 [2021-04-20T00:01:39.030Z] ---> 6e064281623c [2021-04-20T00:01:39.030Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-20T00:01:39.030Z] ---> 2831e2319df8 [2021-04-20T00:01:39.030Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-20T00:01:39.292Z] ---> 0fc4df9b5527 [2021-04-20T00:01:39.292Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-20T00:01:39.555Z] ---> 666c32e0420b [2021-04-20T00:01:39.555Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-20T00:01:40.132Z] ---> a266687f7167 [2021-04-20T00:01:40.132Z] Step 22/27 : EXPOSE 48095 [2021-04-20T00:01:40.132Z] ---> Running in bfef56379991 [2021-04-20T00:01:40.209Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-20T00:01:40.394Z] Removing intermediate container bfef56379991 [2021-04-20T00:01:40.394Z] ---> ba873774d75b [2021-04-20T00:01:40.394Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-20T00:01:40.394Z] ---> Running in b67e7bc69398 [2021-04-20T00:01:40.657Z] Removing intermediate container b67e7bc69398 [2021-04-20T00:01:40.657Z] ---> 83debf68a7a8 [2021-04-20T00:01:40.657Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T00:01:40.657Z] ---> Running in 6bcce28475ae [2021-04-20T00:01:40.803Z] CGO_ENABLED=1 go vet ./... [2021-04-20T00:01:40.919Z] Removing intermediate container 6bcce28475ae [2021-04-20T00:01:40.919Z] ---> f0aba2716cd9 [2021-04-20T00:01:40.919Z] Step 25/27 : LABEL arch=amd64 [2021-04-20T00:01:40.919Z] ---> Running in 826627ce33da [2021-04-20T00:01:40.919Z] Removing intermediate container 826627ce33da [2021-04-20T00:01:40.919Z] ---> a4bc3ff2b48a [2021-04-20T00:01:40.919Z] Step 26/27 : LABEL git_sha=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:01:41.183Z] ---> Running in 09734ff55cf8 [2021-04-20T00:01:41.183Z] Removing intermediate container 09734ff55cf8 [2021-04-20T00:01:41.183Z] ---> 5039347b09fd [2021-04-20T00:01:41.183Z] Step 27/27 : LABEL version=2.0.0-dev.31 [2021-04-20T00:01:41.445Z] ---> Running in 2ad5a99e82a6 [2021-04-20T00:01:41.445Z] Removing intermediate container 2ad5a99e82a6 [2021-04-20T00:01:41.445Z] ---> fbcdd9e3bb41 [2021-04-20T00:01:41.445Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-20T00:01:41.445Z] Successfully built fbcdd9e3bb41 [2021-04-20T00:01:41.445Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T00:01:41.567Z] provisioning config files... [2021-04-20T00:01:41.595Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config5264500511200730356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:01:41.919Z] ---> docker-login.sh [2021-04-20T00:01:41.919Z] nexus3.edgexfoundry.org:10001 [2021-04-20T00:01:41.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:01:42.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:01:42.182Z] Configure a credential helper to remove this warning. See [2021-04-20T00:01:42.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:01:42.182Z] [2021-04-20T00:01:42.182Z] Login Succeeded [2021-04-20T00:01:42.182Z] nexus3.edgexfoundry.org:10002 [2021-04-20T00:01:42.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:01:42.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:01:42.182Z] Configure a credential helper to remove this warning. See [2021-04-20T00:01:42.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:01:42.182Z] [2021-04-20T00:01:42.444Z] Login Succeeded [2021-04-20T00:01:42.444Z] nexus3.edgexfoundry.org:10003 [2021-04-20T00:01:42.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:01:42.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:01:42.706Z] Configure a credential helper to remove this warning. See [2021-04-20T00:01:42.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:01:42.706Z] [2021-04-20T00:01:42.706Z] Login Succeeded [2021-04-20T00:01:42.706Z] nexus3.edgexfoundry.org:10004 [2021-04-20T00:01:42.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:01:42.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:01:42.969Z] Configure a credential helper to remove this warning. See [2021-04-20T00:01:42.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:01:42.969Z] [2021-04-20T00:01:42.969Z] Login Succeeded [2021-04-20T00:01:42.969Z] docker.io [2021-04-20T00:01:42.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:01:43.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:01:43.231Z] Configure a credential helper to remove this warning. See [2021-04-20T00:01:43.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:01:43.231Z] [2021-04-20T00:01:43.231Z] Login Succeeded [2021-04-20T00:01:43.231Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T00:01:43.241Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T00:01:43.308Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-04-20T00:01:43.308Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:01:43.308Z] latest [2021-04-20T00:01:43.308Z] 2.0.0-dev.31 [2021-04-20T00:01:43.308Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [2021-04-20T00:01:43.308Z] master [2021-04-20T00:01:43.308Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:43.654Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:43.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:01:43.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-20T00:01:43.957Z] 1b5a6c98b729: Preparing [2021-04-20T00:01:43.957Z] 4b206027bea3: Preparing [2021-04-20T00:01:43.957Z] dcb39373bb79: Preparing [2021-04-20T00:01:43.957Z] 2827974d889a: Preparing [2021-04-20T00:01:43.957Z] 99aaa1f567c0: Preparing [2021-04-20T00:01:43.957Z] 32f366d666a5: Preparing [2021-04-20T00:01:43.957Z] 32f366d666a5: Waiting [2021-04-20T00:01:44.218Z] dcb39373bb79: Pushed [2021-04-20T00:01:44.218Z] 2827974d889a: Pushed [2021-04-20T00:01:44.218Z] 4b206027bea3: Pushed [2021-04-20T00:01:44.218Z] 32f366d666a5: Layer already exists [2021-04-20T00:01:44.481Z] 99aaa1f567c0: Pushed [2021-04-20T00:01:45.427Z] 1b5a6c98b729: Pushed [2021-04-20T00:01:45.690Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:45.996Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:46.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-20T00:01:46.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-20T00:01:46.297Z] 1b5a6c98b729: Preparing [2021-04-20T00:01:46.297Z] 4b206027bea3: Preparing [2021-04-20T00:01:46.297Z] dcb39373bb79: Preparing [2021-04-20T00:01:46.297Z] 2827974d889a: Preparing [2021-04-20T00:01:46.297Z] 99aaa1f567c0: Preparing [2021-04-20T00:01:46.297Z] 32f366d666a5: Preparing [2021-04-20T00:01:46.297Z] 32f366d666a5: Waiting [2021-04-20T00:01:46.297Z] dcb39373bb79: Layer already exists [2021-04-20T00:01:46.297Z] 1b5a6c98b729: Layer already exists [2021-04-20T00:01:46.297Z] 4b206027bea3: Layer already exists [2021-04-20T00:01:46.297Z] 99aaa1f567c0: Layer already exists [2021-04-20T00:01:46.297Z] 2827974d889a: Layer already exists [2021-04-20T00:01:46.297Z] 32f366d666a5: Layer already exists [2021-04-20T00:01:46.559Z] latest: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:46.867Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:47.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.31 [2021-04-20T00:01:47.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-20T00:01:47.171Z] 1b5a6c98b729: Preparing [2021-04-20T00:01:47.171Z] 4b206027bea3: Preparing [2021-04-20T00:01:47.171Z] dcb39373bb79: Preparing [2021-04-20T00:01:47.171Z] 2827974d889a: Preparing [2021-04-20T00:01:47.171Z] 99aaa1f567c0: Preparing [2021-04-20T00:01:47.171Z] 32f366d666a5: Preparing [2021-04-20T00:01:47.171Z] 32f366d666a5: Waiting [2021-04-20T00:01:47.171Z] 99aaa1f567c0: Layer already exists [2021-04-20T00:01:47.171Z] 2827974d889a: Layer already exists [2021-04-20T00:01:47.171Z] dcb39373bb79: Layer already exists [2021-04-20T00:01:47.171Z] 4b206027bea3: Layer already exists [2021-04-20T00:01:47.171Z] 1b5a6c98b729: Layer already exists [2021-04-20T00:01:47.171Z] 32f366d666a5: Layer already exists [2021-04-20T00:01:47.171Z] 2.0.0-dev.31: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:47.483Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:47.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [2021-04-20T00:01:47.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-20T00:01:47.788Z] 1b5a6c98b729: Preparing [2021-04-20T00:01:47.788Z] 4b206027bea3: Preparing [2021-04-20T00:01:47.788Z] dcb39373bb79: Preparing [2021-04-20T00:01:47.788Z] 2827974d889a: Preparing [2021-04-20T00:01:47.788Z] 99aaa1f567c0: Preparing [2021-04-20T00:01:47.788Z] 32f366d666a5: Preparing [2021-04-20T00:01:47.788Z] 32f366d666a5: Waiting [2021-04-20T00:01:47.788Z] dcb39373bb79: Layer already exists [2021-04-20T00:01:47.788Z] 4b206027bea3: Layer already exists [2021-04-20T00:01:47.788Z] 2827974d889a: Layer already exists [2021-04-20T00:01:47.788Z] 99aaa1f567c0: Layer already exists [2021-04-20T00:01:47.788Z] 1b5a6c98b729: Layer already exists [2021-04-20T00:01:47.788Z] 32f366d666a5: Layer already exists [2021-04-20T00:01:47.788Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:48.102Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:48.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-04-20T00:01:48.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-20T00:01:48.407Z] 1b5a6c98b729: Preparing [2021-04-20T00:01:48.407Z] 4b206027bea3: Preparing [2021-04-20T00:01:48.407Z] dcb39373bb79: Preparing [2021-04-20T00:01:48.407Z] 2827974d889a: Preparing [2021-04-20T00:01:48.407Z] 99aaa1f567c0: Preparing [2021-04-20T00:01:48.407Z] 32f366d666a5: Preparing [2021-04-20T00:01:48.407Z] 32f366d666a5: Waiting [2021-04-20T00:01:48.407Z] dcb39373bb79: Layer already exists [2021-04-20T00:01:48.407Z] 99aaa1f567c0: Layer already exists [2021-04-20T00:01:48.407Z] 2827974d889a: Layer already exists [2021-04-20T00:01:48.407Z] 1b5a6c98b729: Layer already exists [2021-04-20T00:01:48.407Z] 4b206027bea3: Layer already exists [2021-04-20T00:01:48.407Z] 32f366d666a5: Layer already exists [2021-04-20T00:01:48.407Z] master: digest: sha256:c46c4f1ef544b12615d5b1cc169d83142c77918845f3bb31880cebe0b502c89a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T00:01:48.470Z] ===================================================== [Pipeline] echo [2021-04-20T00:01:48.485Z] taggedImages: [2021-04-20T00:01:48.485Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:01:48.485Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-20T00:01:48.485Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.31 [2021-04-20T00:01:48.485Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [2021-04-20T00:01:48.485Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:01:49.071Z] ---> job-cost.sh [2021-04-20T00:01:49.071Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tNhM [2021-04-20T00:01:49.106Z] gofmt -l . [2021-04-20T00:01:49.106Z] [ "`gofmt -l .`" = "" ] [2021-04-20T00:01:49.106Z] ./bin/test-go-mod-tidy.sh [2021-04-20T00:01:49.703Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-20T00:01:51.164Z] $ docker stop --time=1 8e38584eee777441fc3d6d11f5341e07d32e137dd99d4108aa99866878e9713a [2021-04-20T00:01:53.301Z] $ docker rm -f 8e38584eee777441fc3d6d11f5341e07d32e137dd99d4108aa99866878e9713a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T00:01:54.136Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-20T00:01:54.169Z] Warning: overwriting stash ‘coverage-report’ [2021-04-20T00:01:54.974Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T00:01:55.406Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-20T00:01:55.737Z] + ls -al . [2021-04-20T00:01:55.737Z] total 116 [2021-04-20T00:01:55.737Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 20 00:01 . [2021-04-20T00:01:55.737Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:59 .. [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 19 23:59 .dockerignore [2021-04-20T00:01:55.737Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 19 23:59 .git [2021-04-20T00:01:55.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:59 .github [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 111 Apr 19 23:59 .gitignore [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 7306 Apr 19 23:59 Attribution.txt [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 2032 Apr 19 23:59 Dockerfile [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 970 Apr 19 23:59 Dockerfile.build [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 19 23:59 Jenkinsfile [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 19 23:59 LICENSE [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 3230 Apr 19 23:59 README.md [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 19 23:57 VERSION [2021-04-20T00:01:55.737Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 19 23:59 bin [2021-04-20T00:01:55.737Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 20 00:01 coverage.out [2021-04-20T00:01:55.737Z] -rw-r--r-- 1 jenkins jenkins 136 Apr 20 00:01 go.mod [2021-04-20T00:01:55.737Z] -rw-r--r-- 1 jenkins jenkins 21228 Apr 20 00:01 go.sum [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 1460 Apr 19 23:59 main.go [2021-04-20T00:01:55.737Z] -rw-rw-r-- 1 jenkins jenkins 1582 Apr 19 23:59 makefile [2021-04-20T00:01:55.737Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 19 23:59 res [2021-04-20T00:01:55.737Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 19 23:59 snap [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:01:56.078Z] + 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=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 --label arch=arm64 --label version=2.0.0-dev.31 . [2021-04-20T00:01:56.078Z] Sending build context to Docker daemon 123.4kB [2021-04-20T00:01:56.351Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T00:01:56.351Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-20T00:01:56.351Z] ---> 85ee1a502a15 [2021-04-20T00:01:56.351Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-20T00:01:56.623Z] ---> Running in 67d6bb467ca3 [2021-04-20T00:01:57.218Z] Removing intermediate container 67d6bb467ca3 [2021-04-20T00:01:57.218Z] ---> 2fd191113415 [2021-04-20T00:01:57.218Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T00:01:57.218Z] ---> Running in bc559ca28e43 [2021-04-20T00:01:57.492Z] Removing intermediate container bc559ca28e43 [2021-04-20T00:01:57.492Z] ---> 59143496e639 [2021-04-20T00:01:57.492Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-20T00:01:57.763Z] ---> Running in 880699bef539 [2021-04-20T00:01:58.357Z] Removing intermediate container 880699bef539 [2021-04-20T00:01:58.357Z] ---> 0b23e6d2493a [2021-04-20T00:01:58.357Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T00:01:58.357Z] ---> Running in f28e4d106590 [2021-04-20T00:02:00.329Z] Removing intermediate container f28e4d106590 [2021-04-20T00:02:00.329Z] ---> 5fb18f668f53 [2021-04-20T00:02:00.329Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T00:02:00.611Z] ---> Running in 1bb2b2fc6edf [2021-04-20T00:02:01.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T00:02:02.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T00:02:03.161Z] OK: 144 MiB in 45 packages [2021-04-20T00:02:04.014Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T00:02:04.142Z] Removing intermediate container 1bb2b2fc6edf [2021-04-20T00:02:04.143Z] ---> 8133262d1828 [2021-04-20T00:02:04.143Z] Step 8/27 : WORKDIR /app [2021-04-20T00:02:04.143Z] ---> Running in 43a2bcdec524 [2021-04-20T00:02:04.739Z] Removing intermediate container 43a2bcdec524 [2021-04-20T00:02:04.739Z] ---> 226e0955d120 [2021-04-20T00:02:04.739Z] Step 9/27 : COPY go.mod . [2021-04-20T00:02:05.339Z] ---> e3a605caa4bf [2021-04-20T00:02:05.339Z] Step 10/27 : RUN go mod download [2021-04-20T00:02:05.613Z] ---> Running in f71bb1983df7 [2021-04-20T00:02:08.227Z] Removing intermediate container f71bb1983df7 [2021-04-20T00:02:08.227Z] ---> 4ed0f860d025 [2021-04-20T00:02:08.227Z] Step 11/27 : COPY . . [2021-04-20T00:02:08.495Z] ---> 9e8ef5d953cf [2021-04-20T00:02:08.495Z] Step 12/27 : ARG MAKE="make build" [2021-04-20T00:02:08.766Z] ---> Running in d8003639595b [2021-04-20T00:02:09.038Z] Removing intermediate container d8003639595b [2021-04-20T00:02:09.038Z] ---> a120ba53b802 [2021-04-20T00:02:09.038Z] Step 13/27 : RUN $MAKE [2021-04-20T00:02:09.310Z] ---> Running in 8c50429d0014 [2021-04-20T00:02:10.288Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.31" -o app-service-configurable [2021-04-20T00:02:30.672Z] lf-activate-venv(): INFO: Adding /tmp/venv-tNhM/bin to PATH [2021-04-20T00:02:30.673Z] INFO: No Stack... [2021-04-20T00:02:30.673Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T00:02:31.248Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T00:02:31.571Z] + cat /w/workspace/app-service-configurable/101/archives/cost.csv [2021-04-20T00:02:31.571Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T00:02:31.902Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [2021-04-20T00:02:31.909Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] did not exist. Created. [2021-04-20T00:02:31.909Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T00:02:32.239Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T00:02:32.372Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T00:02:32.389Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T00:02:49.296Z] Removing intermediate container 8c50429d0014 [2021-04-20T00:02:49.296Z] ---> b9e69af2aff8 [2021-04-20T00:02:49.296Z] Step 14/27 : FROM alpine:3.12 [2021-04-20T00:02:49.296Z] 3.12: Pulling from library/alpine [2021-04-20T00:02:49.296Z] d2f70382dc9a: Pulling fs layer [2021-04-20T00:02:49.296Z] d2f70382dc9a: Download complete [2021-04-20T00:02:49.296Z] d2f70382dc9a: Pull complete [2021-04-20T00:02:49.296Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T00:02:49.296Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T00:02:49.296Z] ---> 9852663dfa18 [2021-04-20T00:02:49.296Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-20T00:02:49.296Z] ---> Running in ad44ae8c11c9 [2021-04-20T00:02:49.296Z] Removing intermediate container ad44ae8c11c9 [2021-04-20T00:02:49.296Z] ---> 3ae4815eb746 [2021-04-20T00:02:49.296Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-20T00:02:49.296Z] ---> Running in f0093d445f16 [2021-04-20T00:02:49.296Z] Removing intermediate container f0093d445f16 [2021-04-20T00:02:49.296Z] ---> e79f5755dce4 [2021-04-20T00:02:49.296Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-20T00:02:49.568Z] ---> Running in b1ba0aa3b116 [2021-04-20T00:02:50.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T00:02:50.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T00:02:51.409Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-20T00:02:51.409Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-20T00:02:51.409Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-20T00:02:51.409Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-20T00:02:51.409Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-20T00:02:51.409Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-20T00:02:51.409Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-20T00:02:51.409Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T00:02:51.409Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T00:02:51.682Z] OK: 9 MiB in 21 packages [2021-04-20T00:02:53.118Z] Removing intermediate container b1ba0aa3b116 [2021-04-20T00:02:53.118Z] ---> fdbdabe0fac6 [2021-04-20T00:02:53.118Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-20T00:02:54.093Z] ---> f1f45d1435fb [2021-04-20T00:02:54.093Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-20T00:02:54.685Z] ---> 5e90d6167077 [2021-04-20T00:02:54.685Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-20T00:02:55.277Z] ---> f4ba81bba57e [2021-04-20T00:02:55.277Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-20T00:02:56.699Z] ---> 3134c102de02 [2021-04-20T00:02:56.699Z] Step 22/27 : EXPOSE 48095 [2021-04-20T00:02:56.699Z] ---> Running in c459fe3f6347 [2021-04-20T00:02:56.970Z] Removing intermediate container c459fe3f6347 [2021-04-20T00:02:56.970Z] ---> 1058b29e4a4b [2021-04-20T00:02:56.970Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-20T00:02:57.242Z] ---> Running in d0ba93d92aea [2021-04-20T00:02:57.515Z] Removing intermediate container d0ba93d92aea [2021-04-20T00:02:57.515Z] ---> 231f92e2d4a0 [2021-04-20T00:02:57.515Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T00:02:57.788Z] ---> Running in 27d7387b5992 [2021-04-20T00:02:58.062Z] Removing intermediate container 27d7387b5992 [2021-04-20T00:02:58.062Z] ---> 3cab620f1017 [2021-04-20T00:02:58.062Z] Step 25/27 : LABEL arch=arm64 [2021-04-20T00:02:58.337Z] ---> Running in b82e3e8f2c5b [2021-04-20T00:02:58.611Z] Removing intermediate container b82e3e8f2c5b [2021-04-20T00:02:58.611Z] ---> 4fefa4c85244 [2021-04-20T00:02:58.611Z] Step 26/27 : LABEL git_sha=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:02:58.883Z] ---> Running in 2fd3006a0fe4 [2021-04-20T00:02:59.482Z] Removing intermediate container 2fd3006a0fe4 [2021-04-20T00:02:59.482Z] ---> e0c0129d3839 [2021-04-20T00:02:59.482Z] Step 27/27 : LABEL version=2.0.0-dev.31 [2021-04-20T00:02:59.482Z] ---> Running in d56aef4bc82c [2021-04-20T00:03:00.075Z] Removing intermediate container d56aef4bc82c [2021-04-20T00:03:00.075Z] ---> 09b8e495299c [2021-04-20T00:03:00.075Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-20T00:03:00.075Z] Successfully built 09b8e495299c [2021-04-20T00:03:00.075Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T00:03:00.227Z] provisioning config files... [2021-04-20T00:03:00.263Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/101@tmp/config2868175067934669119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:03:00.618Z] ---> docker-login.sh [2021-04-20T00:03:00.618Z] nexus3.edgexfoundry.org:10001 [2021-04-20T00:03:00.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:03:00.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:03:00.891Z] Configure a credential helper to remove this warning. See [2021-04-20T00:03:00.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:03:00.891Z] [2021-04-20T00:03:00.891Z] Login Succeeded [2021-04-20T00:03:01.164Z] nexus3.edgexfoundry.org:10002 [2021-04-20T00:03:01.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:03:01.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:03:01.438Z] Configure a credential helper to remove this warning. See [2021-04-20T00:03:01.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:03:01.438Z] [2021-04-20T00:03:01.438Z] Login Succeeded [2021-04-20T00:03:01.438Z] nexus3.edgexfoundry.org:10003 [2021-04-20T00:03:02.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:03:02.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:03:02.040Z] Configure a credential helper to remove this warning. See [2021-04-20T00:03:02.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:03:02.040Z] [2021-04-20T00:03:02.040Z] Login Succeeded [2021-04-20T00:03:02.040Z] nexus3.edgexfoundry.org:10004 [2021-04-20T00:03:02.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:03:02.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:03:02.637Z] Configure a credential helper to remove this warning. See [2021-04-20T00:03:02.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:03:02.637Z] [2021-04-20T00:03:02.637Z] Login Succeeded [2021-04-20T00:03:02.637Z] docker.io [2021-04-20T00:03:03.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T00:03:03.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T00:03:03.503Z] Configure a credential helper to remove this warning. See [2021-04-20T00:03:03.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T00:03:03.503Z] [2021-04-20T00:03:03.503Z] Login Succeeded [2021-04-20T00:03:03.503Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T00:03:03.519Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T00:03:03.588Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-04-20T00:03:03.588Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:03:03.588Z] latest [2021-04-20T00:03:03.588Z] 2.0.0-dev.31 [2021-04-20T00:03:03.588Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [2021-04-20T00:03:03.588Z] master [2021-04-20T00:03:03.588Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:03.968Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:04.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:03:04.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-20T00:03:04.314Z] 3020769beb6a: Preparing [2021-04-20T00:03:04.314Z] c4100a346059: Preparing [2021-04-20T00:03:04.314Z] 7416f267fbac: Preparing [2021-04-20T00:03:04.314Z] 99265bd48cbe: Preparing [2021-04-20T00:03:04.314Z] 418408d33fb4: Preparing [2021-04-20T00:03:04.314Z] 3fbe34a1663b: Preparing [2021-04-20T00:03:04.912Z] 7416f267fbac: Pushed [2021-04-20T00:03:04.912Z] 99265bd48cbe: Pushed [2021-04-20T00:03:04.912Z] c4100a346059: Pushed [2021-04-20T00:03:04.912Z] 3fbe34a1663b: Layer already exists [2021-04-20T00:03:05.504Z] 418408d33fb4: Pushed [2021-04-20T00:03:08.107Z] 3020769beb6a: Pushed [2021-04-20T00:03:08.377Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:08.721Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:09.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-20T00:03:09.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-20T00:03:09.058Z] 3020769beb6a: Preparing [2021-04-20T00:03:09.058Z] c4100a346059: Preparing [2021-04-20T00:03:09.058Z] 7416f267fbac: Preparing [2021-04-20T00:03:09.058Z] 99265bd48cbe: Preparing [2021-04-20T00:03:09.058Z] 418408d33fb4: Preparing [2021-04-20T00:03:09.058Z] 3fbe34a1663b: Preparing [2021-04-20T00:03:09.058Z] 3fbe34a1663b: Waiting [2021-04-20T00:03:09.058Z] 99265bd48cbe: Layer already exists [2021-04-20T00:03:09.058Z] 7416f267fbac: Layer already exists [2021-04-20T00:03:09.329Z] 3020769beb6a: Layer already exists [2021-04-20T00:03:09.329Z] 418408d33fb4: Layer already exists [2021-04-20T00:03:09.329Z] c4100a346059: Layer already exists [2021-04-20T00:03:09.329Z] 3fbe34a1663b: Layer already exists [2021-04-20T00:03:09.329Z] latest: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:09.672Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:10.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.31 [2021-04-20T00:03:10.010Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-20T00:03:10.010Z] 3020769beb6a: Preparing [2021-04-20T00:03:10.010Z] c4100a346059: Preparing [2021-04-20T00:03:10.010Z] 7416f267fbac: Preparing [2021-04-20T00:03:10.010Z] 99265bd48cbe: Preparing [2021-04-20T00:03:10.010Z] 418408d33fb4: Preparing [2021-04-20T00:03:10.010Z] 3fbe34a1663b: Preparing [2021-04-20T00:03:10.010Z] 3fbe34a1663b: Waiting [2021-04-20T00:03:10.010Z] c4100a346059: Layer already exists [2021-04-20T00:03:10.010Z] 7416f267fbac: Layer already exists [2021-04-20T00:03:10.010Z] 99265bd48cbe: Layer already exists [2021-04-20T00:03:10.010Z] 418408d33fb4: Layer already exists [2021-04-20T00:03:10.010Z] 3020769beb6a: Layer already exists [2021-04-20T00:03:10.010Z] 3fbe34a1663b: Layer already exists [2021-04-20T00:03:10.280Z] 2.0.0-dev.31: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:10.618Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:10.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [2021-04-20T00:03:10.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-20T00:03:10.967Z] 3020769beb6a: Preparing [2021-04-20T00:03:10.967Z] c4100a346059: Preparing [2021-04-20T00:03:10.967Z] 7416f267fbac: Preparing [2021-04-20T00:03:10.967Z] 99265bd48cbe: Preparing [2021-04-20T00:03:10.967Z] 418408d33fb4: Preparing [2021-04-20T00:03:10.967Z] 3fbe34a1663b: Preparing [2021-04-20T00:03:10.967Z] 3fbe34a1663b: Waiting [2021-04-20T00:03:11.239Z] 99265bd48cbe: Layer already exists [2021-04-20T00:03:11.239Z] c4100a346059: Layer already exists [2021-04-20T00:03:11.239Z] 3020769beb6a: Layer already exists [2021-04-20T00:03:11.239Z] 418408d33fb4: Layer already exists [2021-04-20T00:03:11.239Z] 7416f267fbac: Layer already exists [2021-04-20T00:03:11.239Z] 3fbe34a1663b: Layer already exists [2021-04-20T00:03:11.239Z] 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:11.584Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:03:11.920Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-04-20T00:03:11.920Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-20T00:03:11.920Z] 3020769beb6a: Preparing [2021-04-20T00:03:11.920Z] c4100a346059: Preparing [2021-04-20T00:03:11.920Z] 7416f267fbac: Preparing [2021-04-20T00:03:11.920Z] 99265bd48cbe: Preparing [2021-04-20T00:03:11.920Z] 418408d33fb4: Preparing [2021-04-20T00:03:11.920Z] 3fbe34a1663b: Preparing [2021-04-20T00:03:11.920Z] 3fbe34a1663b: Waiting [2021-04-20T00:03:12.193Z] 7416f267fbac: Layer already exists [2021-04-20T00:03:12.193Z] 418408d33fb4: Layer already exists [2021-04-20T00:03:12.193Z] 3020769beb6a: Layer already exists [2021-04-20T00:03:12.193Z] c4100a346059: Layer already exists [2021-04-20T00:03:12.193Z] 99265bd48cbe: Layer already exists [2021-04-20T00:03:12.193Z] 3fbe34a1663b: Layer already exists [2021-04-20T00:03:12.193Z] master: digest: sha256:5286d1e7d074d2ed5315b4ac155904480d7a9d0f3e4f08a4dcd1c23850136d5d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-20T00:03:12.261Z] ===================================================== [Pipeline] echo [2021-04-20T00:03:12.280Z] taggedImages: [2021-04-20T00:03:12.280Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [2021-04-20T00:03:12.280Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-20T00:03:12.280Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.31 [2021-04-20T00:03:12.280Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:5e7cb76b013c46f029a1efb0647da7ee99bdbfc6-2.0.0-dev.31 [2021-04-20T00:03:12.280Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:03:12.658Z] ---> job-cost.sh [2021-04-20T00:03:12.658Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-caVv [2021-04-20T00:03:51.596Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T00:05:28.392Z] lf-activate-venv(): INFO: Adding /tmp/venv-caVv/bin to PATH [2021-04-20T00:05:28.392Z] INFO: No Stack... [2021-04-20T00:05:28.392Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T00:05:28.392Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T00:05:28.730Z] + cut -d, -f6 [2021-04-20T00:05:28.730Z] + cat /w/workspace/app-service-configurable/101/archives/cost.csv [Pipeline] lock [2021-04-20T00:05:28.842Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [2021-04-20T00:05:28.851Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] did not exist. Created. [2021-04-20T00:05:28.851Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T00:05:29.212Z] /w/workspace/app-service-configurable/101@tmp/durable-17302735/script.sh: 1: /w/workspace/app-service-configurable/101@tmp/durable-17302735/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-20T00:05:29.554Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T00:05:29.587Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T00:05:29.740Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T00:05:29.760Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-101-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-20T00:05:30.430Z] provisioning config files... [2021-04-20T00:05:30.443Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1442271903546049870tmp [Pipeline] { [Pipeline] sh [2021-04-20T00:05:30.767Z] + set +x [2021-04-20T00:05:30.767Z] + curl -s https://codecov.io/bash [2021-04-20T00:05:30.767Z] + bash -s -- [2021-04-20T00:05:31.031Z] [2021-04-20T00:05:31.031Z] _____ _ [2021-04-20T00:05:31.031Z] / ____| | | [2021-04-20T00:05:31.031Z] | | ___ __| | ___ ___ _____ __ [2021-04-20T00:05:31.031Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-20T00:05:31.031Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-20T00:05:31.031Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-20T00:05:31.031Z] Bash-1.0.1 [2021-04-20T00:05:31.031Z] [2021-04-20T00:05:31.031Z] [2021-04-20T00:05:31.031Z] ==> git version 2.24.3 found [2021-04-20T00:05:31.031Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-20T00:05:31.031Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-20T00:05:31.031Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-20T00:05:31.031Z] ==> Jenkins CI detected. [2021-04-20T00:05:31.031Z] project root: . [2021-04-20T00:05:31.031Z] --> token set from env [2021-04-20T00:05:31.031Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-20T00:05:31.031Z] ==> Running gcov in . (disable via -X gcov) [2021-04-20T00:05:31.031Z] ==> Python coveragepy not found [2021-04-20T00:05:31.031Z] ==> Searching for coverage reports in: [2021-04-20T00:05:31.031Z] + . [2021-04-20T00:05:31.031Z] -> Found 1 reports [2021-04-20T00:05:31.031Z] ==> Detecting git/mercurial file structure [2021-04-20T00:05:31.031Z] ==> Reading reports [2021-04-20T00:05:31.031Z] + ./coverage.out bytes=10 [2021-04-20T00:05:31.031Z] ==> Appending adjustments [2021-04-20T00:05:31.031Z] https://docs.codecov.io/docs/fixing-reports [2021-04-20T00:05:31.300Z] + Found adjustments [2021-04-20T00:05:31.300Z] ==> Gzipping contents [2021-04-20T00:05:31.300Z] 4.0K /tmp/codecov.ceXvEC.gz [2021-04-20T00:05:31.300Z] ==> Uploading reports [2021-04-20T00:05:31.300Z] url: https://codecov.io [2021-04-20T00:05:31.301Z] query: branch=master&commit=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F101%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T00:05:31.301Z] -> Pinging Codecov [2021-04-20T00:05:31.301Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=5e7cb76b013c46f029a1efb0647da7ee99bdbfc6&build=101&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F101%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-20T00:05:31.896Z] -> Uploading to [2021-04-20T00:05:31.897Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-20/A97CA9966030D2A3747ED39772930CCE/5e7cb76b013c46f029a1efb0647da7ee99bdbfc6/3b598868-32e3-42dd-a413-742d5cafc9dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T000531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5bdb457a02c73f5de6f810b0e1d12e544ebfc2264ee0a9e17c27e556b79b258e [2021-04-20T00:05:31.897Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-20T00:05:31.897Z] Dload Upload Total Spent Left Speed [2021-04-20T00:05:32.180Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 869 --:--:-- --:--:-- --:--:-- 870 [2021-04-20T00:05:32.180Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] } [2021-04-20T00:05:32.207Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-20T00:05:32.823Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-20T00:05:32.846Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:05:33.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T00:05:33.155Z] [2021-04-20T00:05:33.155Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:05:33.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T00:05:33.469Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-20T00:05:33.469Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T00:05:33.469Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T00:05:33.469Z] de9db76c5a1d: Pulling fs layer [2021-04-20T00:05:33.469Z] 0eba1c9be4d2: Pulling fs layer [2021-04-20T00:05:33.469Z] 0d57e429df01: Pulling fs layer [2021-04-20T00:05:33.469Z] 4e4be7b47b0d: Pulling fs layer [2021-04-20T00:05:33.469Z] e1f770b5df2f: Pulling fs layer [2021-04-20T00:05:33.469Z] 85a0685a4137: Pulling fs layer [2021-04-20T00:05:33.469Z] 0d57e429df01: Waiting [2021-04-20T00:05:33.469Z] 4e4be7b47b0d: Waiting [2021-04-20T00:05:33.469Z] e1f770b5df2f: Waiting [2021-04-20T00:05:33.469Z] 85a0685a4137: Waiting [2021-04-20T00:05:33.469Z] 0eba1c9be4d2: Waiting [2021-04-20T00:05:33.469Z] de9db76c5a1d: Verifying Checksum [2021-04-20T00:05:33.469Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T00:05:33.469Z] 0ef7d3d256c8: Download complete [2021-04-20T00:05:33.469Z] 0d57e429df01: Verifying Checksum [2021-04-20T00:05:33.469Z] 0d57e429df01: Download complete [2021-04-20T00:05:33.733Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T00:05:33.733Z] 188c0c94c7c5: Download complete [2021-04-20T00:05:33.733Z] 4e4be7b47b0d: Verifying Checksum [2021-04-20T00:05:33.733Z] 4e4be7b47b0d: Download complete [2021-04-20T00:05:34.015Z] 188c0c94c7c5: Pull complete [2021-04-20T00:05:34.281Z] 0ef7d3d256c8: Pull complete [2021-04-20T00:05:34.281Z] de9db76c5a1d: Pull complete [2021-04-20T00:05:34.543Z] e1f770b5df2f: Verifying Checksum [2021-04-20T00:05:34.543Z] e1f770b5df2f: Download complete [2021-04-20T00:05:36.482Z] 0eba1c9be4d2: Verifying Checksum [2021-04-20T00:05:36.483Z] 0eba1c9be4d2: Download complete [2021-04-20T00:05:37.068Z] 85a0685a4137: Verifying Checksum [2021-04-20T00:05:37.068Z] 85a0685a4137: Download complete [2021-04-20T00:05:42.397Z] 0eba1c9be4d2: Pull complete [2021-04-20T00:05:42.660Z] 0d57e429df01: Pull complete [2021-04-20T00:05:42.660Z] 4e4be7b47b0d: Pull complete [2021-04-20T00:05:44.590Z] e1f770b5df2f: Pull complete [2021-04-20T00:05:52.795Z] 85a0685a4137: Pull complete [2021-04-20T00:05:52.795Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-20T00:05:52.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-20T00:05:52.795Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-20T00:05:53.010Z] prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container [2021-04-20T00:05:53.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-20T00:05:54.639Z] $ docker top cb111b501ec0eee1cae38d6890c55f1bc2408651f95148478793513e4697b9eb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T00:05:54.850Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-20T00:05:55.147Z] + set -o pipefail [2021-04-20T00:05:55.147Z] + snyk monitor '--org=edgex-jenkins' [2021-04-20T00:06:07.420Z] [2021-04-20T00:06:07.420Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-04-20T00:06:07.420Z] [2021-04-20T00:06:07.420Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/c1b4a881-a123-485f-82e4-b5929470ada4 [2021-04-20T00:06:07.420Z] [2021-04-20T00:06:07.420Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-20T00:06:07.420Z] [2021-04-20T00:06:07.420Z] [2021-04-20T00:06:07.420Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-20T00:06:07.420Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-20T00:06:07.439Z] $ docker stop --time=1 cb111b501ec0eee1cae38d6890c55f1bc2408651f95148478793513e4697b9eb [2021-04-20T00:06:10.389Z] $ docker rm -f cb111b501ec0eee1cae38d6890c55f1bc2408651f95148478793513e4697b9eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T00:06:11.461Z] + git log --format=format:%s -1 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:06:11.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T00:06:11.772Z] . [Pipeline] withDockerContainer [2021-04-20T00:06:11.889Z] prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container [2021-04-20T00:06:11.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T00:06:12.769Z] $ docker top e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T00:06:12.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T00:06:12.963Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T00:06:13.242Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T00:06:13.249Z] $ docker exec e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e ssh-agent [2021-04-20T00:06:13.423Z] SSH_AUTH_SOCK=/tmp/ssh-XfmpO1FZV12c/agent.11 [2021-04-20T00:06:13.423Z] SSH_AGENT_PID=16 [2021-04-20T00:06:13.432Z] Running ssh-add (command line suppressed) [2021-04-20T00:06:13.569Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_704194475454485653.key (/w/workspace/_app-service-configurable_master@tmp/private_key_704194475454485653.key) [2021-04-20T00:06:13.655Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T00:06:13.958Z] + git semver tag [2021-04-20T00:06:13.958Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T00:06:13.958Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-20T00:06:13.958Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-20T00:06:13.958Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T00:06:13.958Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T00:06:13.958Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T00:06:13.958Z] # $SEMVER_BRANCH = master [2021-04-20T00:06:13.958Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-20T00:06:13.958Z] # 5e7cb76b013c46f029a1efb0647da7ee99bdbfc6 HEAD [2021-04-20T00:06:13.958Z] # -> Force: false [2021-04-20T00:06:13.958Z] # e08f29968dce1cff80764c0ade7b2fcdeb5f0a21 refs/tags/v2.0.0-dev.31 [Pipeline] } [2021-04-20T00:06:13.972Z] $ docker exec --env ******** --env ******** e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e ssh-agent -k [2021-04-20T00:06:14.105Z] unset SSH_AUTH_SOCK; [2021-04-20T00:06:14.105Z] unset SSH_AGENT_PID; [2021-04-20T00:06:14.105Z] echo Agent pid 16 killed; [2021-04-20T00:06:14.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T00:06:14.496Z] + git semver [Pipeline] } [2021-04-20T00:06:14.517Z] $ docker stop --time=1 e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e [2021-04-20T00:06:15.871Z] $ docker rm -f e0744a6c7e154b134c97fe52cccf63bc632fe882d9513ddfb04d2258dc4db08e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:06:16.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T00:06:16.370Z] [2021-04-20T00:06:16.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:06:16.702Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T00:06:16.702Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-20T00:06:16.702Z] ab5ef0e58194: Pulling fs layer [2021-04-20T00:06:16.702Z] 9712f1f96733: Pulling fs layer [2021-04-20T00:06:16.702Z] 63f879dbbcfc: Pulling fs layer [2021-04-20T00:06:16.702Z] 0d9ebad4ef96: Pulling fs layer [2021-04-20T00:06:16.702Z] e9a5061849ea: Pulling fs layer [2021-04-20T00:06:16.702Z] d747dcd14b5f: Pulling fs layer [2021-04-20T00:06:16.702Z] 2de7ff778b66: Pulling fs layer [2021-04-20T00:06:16.702Z] e9a5061849ea: Waiting [2021-04-20T00:06:16.702Z] d747dcd14b5f: Waiting [2021-04-20T00:06:16.702Z] 2de7ff778b66: Waiting [2021-04-20T00:06:16.702Z] 0d9ebad4ef96: Waiting [2021-04-20T00:06:16.702Z] 9712f1f96733: Download complete [2021-04-20T00:06:18.104Z] 63f879dbbcfc: Verifying Checksum [2021-04-20T00:06:18.104Z] 63f879dbbcfc: Download complete [2021-04-20T00:06:18.104Z] e9a5061849ea: Verifying Checksum [2021-04-20T00:06:18.104Z] e9a5061849ea: Download complete [2021-04-20T00:06:18.104Z] d747dcd14b5f: Download complete [2021-04-20T00:06:18.689Z] 2de7ff778b66: Verifying Checksum [2021-04-20T00:06:18.689Z] 2de7ff778b66: Download complete [2021-04-20T00:06:18.689Z] 0d9ebad4ef96: Verifying Checksum [2021-04-20T00:06:18.689Z] 0d9ebad4ef96: Download complete [2021-04-20T00:06:18.952Z] ab5ef0e58194: Verifying Checksum [2021-04-20T00:06:18.952Z] ab5ef0e58194: Download complete [2021-04-20T00:06:23.197Z] ab5ef0e58194: Pull complete [2021-04-20T00:06:23.197Z] 9712f1f96733: Pull complete [2021-04-20T00:06:25.766Z] 63f879dbbcfc: Pull complete [2021-04-20T00:06:31.086Z] 0d9ebad4ef96: Pull complete [2021-04-20T00:06:33.017Z] e9a5061849ea: Pull complete [2021-04-20T00:06:33.017Z] d747dcd14b5f: Pull complete [2021-04-20T00:06:35.588Z] 2de7ff778b66: Pull complete [2021-04-20T00:06:35.588Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-20T00:06:35.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-20T00:06:35.588Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-20T00:06:35.781Z] prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container [2021-04-20T00:06:35.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-20T00:06:39.782Z] $ docker top 799581dde44945f20fdf93f10c86504c49bec14430d4ab7898d58c30efd9d8ab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-20T00:06:39.979Z] provisioning config files... [2021-04-20T00:06:39.989Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5772333780123004079tmp [2021-04-20T00:06:40.007Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8251941337277197029tmp [2021-04-20T00:06:40.021Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6215502217119582383tmp [Pipeline] { [Pipeline] echo [2021-04-20T00:06:40.043Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:06:40.344Z] ---> sigul-configuration.sh [2021-04-20T00:06:40.344Z] gpg: directory `/root/.gnupg' created [2021-04-20T00:06:40.344Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-20T00:06:40.344Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-20T00:06:40.344Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-20T00:06:40.344Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-20T00:06:40.344Z] gpg: CAST5 encrypted data [2021-04-20T00:06:40.606Z] gpg: encrypted with 1 passphrase [2021-04-20T00:06:40.606Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-20T00:06:40.905Z] + mkdir /home/jenkins [2021-04-20T00:06:40.905Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-20T00:06:41.207Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-20T00:06:41.220Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:06:41.517Z] ---> sigul-install.sh [2021-04-20T00:06:48.129Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-20T00:06:48.437Z] + git tag --list [2021-04-20T00:06:48.437Z] v1.0.0 [2021-04-20T00:06:48.437Z] v1.1.0 [2021-04-20T00:06:48.437Z] v1.2.0 [2021-04-20T00:06:48.437Z] v1.3.0 [2021-04-20T00:06:48.437Z] v1.3.1 [2021-04-20T00:06:48.437Z] v1.3.1-dev.1 [2021-04-20T00:06:48.437Z] v1.3.1-dev.2 [2021-04-20T00:06:48.437Z] v1.3.1-dev.3 [2021-04-20T00:06:48.437Z] v2.0.0-dev.1 [2021-04-20T00:06:48.437Z] v2.0.0-dev.10 [2021-04-20T00:06:48.437Z] v2.0.0-dev.11 [2021-04-20T00:06:48.437Z] v2.0.0-dev.12 [2021-04-20T00:06:48.437Z] v2.0.0-dev.13 [2021-04-20T00:06:48.437Z] v2.0.0-dev.14 [2021-04-20T00:06:48.437Z] v2.0.0-dev.15 [2021-04-20T00:06:48.437Z] v2.0.0-dev.16 [2021-04-20T00:06:48.437Z] v2.0.0-dev.17 [2021-04-20T00:06:48.437Z] v2.0.0-dev.18 [2021-04-20T00:06:48.437Z] v2.0.0-dev.19 [2021-04-20T00:06:48.437Z] v2.0.0-dev.2 [2021-04-20T00:06:48.437Z] v2.0.0-dev.20 [2021-04-20T00:06:48.437Z] v2.0.0-dev.21 [2021-04-20T00:06:48.437Z] v2.0.0-dev.22 [2021-04-20T00:06:48.437Z] v2.0.0-dev.23 [2021-04-20T00:06:48.437Z] v2.0.0-dev.24 [2021-04-20T00:06:48.437Z] v2.0.0-dev.25 [2021-04-20T00:06:48.437Z] v2.0.0-dev.26 [2021-04-20T00:06:48.437Z] v2.0.0-dev.27 [2021-04-20T00:06:48.437Z] v2.0.0-dev.28 [2021-04-20T00:06:48.437Z] v2.0.0-dev.29 [2021-04-20T00:06:48.437Z] v2.0.0-dev.3 [2021-04-20T00:06:48.437Z] v2.0.0-dev.30 [2021-04-20T00:06:48.437Z] v2.0.0-dev.31 [2021-04-20T00:06:48.437Z] v2.0.0-dev.4 [2021-04-20T00:06:48.437Z] v2.0.0-dev.5 [2021-04-20T00:06:48.437Z] v2.0.0-dev.6 [2021-04-20T00:06:48.437Z] v2.0.0-dev.7 [2021-04-20T00:06:48.437Z] v2.0.0-dev.8 [2021-04-20T00:06:48.437Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-20T00:06:48.743Z] + lftools sign git-tag v2.0.0-dev.31 [2021-04-20T00:06:50.134Z] Signing Git tag with Sigul... [2021-04-20T00:06:50.134Z] Signing v2.0.0-dev.31 [Pipeline] echo [2021-04-20T00:06:51.534Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:06:51.829Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-20T00:06:51.838Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-20T00:06:51.869Z] $ docker stop --time=1 799581dde44945f20fdf93f10c86504c49bec14430d4ab7898d58c30efd9d8ab [2021-04-20T00:06:54.006Z] $ docker rm -f 799581dde44945f20fdf93f10c86504c49bec14430d4ab7898d58c30efd9d8ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:06:54.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T00:06:54.539Z] . [Pipeline] withDockerContainer [2021-04-20T00:06:54.638Z] prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container [2021-04-20T00:06:54.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T00:06:56.021Z] $ docker top d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T00:06:56.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T00:06:56.212Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T00:06:56.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T00:06:56.420Z] $ docker exec d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f ssh-agent [2021-04-20T00:06:56.602Z] SSH_AUTH_SOCK=/tmp/ssh-YJeGr3lxtQyR/agent.13 [2021-04-20T00:06:56.602Z] SSH_AGENT_PID=18 [2021-04-20T00:06:56.609Z] Running ssh-add (command line suppressed) [2021-04-20T00:06:56.737Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1303752003639395369.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1303752003639395369.key) [2021-04-20T00:06:56.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T00:06:57.098Z] + git semver bump pre [2021-04-20T00:06:57.098Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T00:06:57.098Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-20T00:06:57.098Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-20T00:06:57.098Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T00:06:57.098Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T00:06:57.098Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T00:06:57.098Z] # $SEMVER_BRANCH = master [2021-04-20T00:06:57.098Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-20T00:06:57.098Z] 2.0.0-dev.32 [Pipeline] } [2021-04-20T00:06:57.112Z] $ docker exec --env ******** --env ******** d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f ssh-agent -k [2021-04-20T00:06:57.239Z] unset SSH_AUTH_SOCK; [2021-04-20T00:06:57.240Z] unset SSH_AGENT_PID; [2021-04-20T00:06:57.240Z] echo Agent pid 18 killed; [2021-04-20T00:06:57.294Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T00:06:57.653Z] + git semver [Pipeline] } [2021-04-20T00:06:57.671Z] $ docker stop --time=1 d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f [2021-04-20T00:06:59.049Z] $ docker rm -f d225fbe7ab829f112a5716ec556a2c545b6de68bc3c0fe35949435e381e4431f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:06:59.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T00:06:59.506Z] . [Pipeline] withDockerContainer [2021-04-20T00:06:59.607Z] prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container [2021-04-20T00:06:59.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T00:07:00.433Z] $ docker top bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T00:07:00.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T00:07:00.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T00:07:00.863Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T00:07:00.869Z] $ docker exec bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c ssh-agent [2021-04-20T00:07:01.046Z] SSH_AUTH_SOCK=/tmp/ssh-PIAaLzkuBZ4N/agent.11 [2021-04-20T00:07:01.046Z] SSH_AGENT_PID=16 [2021-04-20T00:07:01.054Z] Running ssh-add (command line suppressed) [2021-04-20T00:07:01.196Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5589359123996311716.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5589359123996311716.key) [2021-04-20T00:07:01.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T00:07:01.558Z] + git semver push [2021-04-20T00:07:01.558Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T00:07:01.558Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-20T00:07:01.558Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-20T00:07:01.558Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T00:07:01.558Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T00:07:01.558Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T00:07:01.558Z] # $SEMVER_BRANCH = master [2021-04-20T00:07:01.558Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-20T00:07:05.798Z] $ docker exec --env ******** --env ******** bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c ssh-agent -k [2021-04-20T00:07:05.937Z] unset SSH_AUTH_SOCK; [2021-04-20T00:07:05.938Z] unset SSH_AGENT_PID; [2021-04-20T00:07:05.938Z] echo Agent pid 16 killed; [2021-04-20T00:07:05.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T00:07:06.332Z] + git semver [Pipeline] } [2021-04-20T00:07:06.350Z] $ docker stop --time=1 bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c [2021-04-20T00:07:07.715Z] $ docker rm -f bbe1a9979971cd7cd7c8c21582bf307817defff618cd83e38b364d042678ee5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:07:08.580Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:07:09.462Z] ---> package-listing.sh [2021-04-20T00:07:09.463Z] ++ facter osfamily [2021-04-20T00:07:09.463Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T00:07:09.463Z] + OS_FAMILY=redhat [2021-04-20T00:07:09.463Z] + workspace=/w/workspace/_app-service-configurable_master [2021-04-20T00:07:09.463Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T00:07:09.463Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T00:07:09.463Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T00:07:09.463Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T00:07:09.463Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-20T00:07:09.463Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T00:07:09.463Z] + case "${OS_FAMILY}" in [2021-04-20T00:07:09.463Z] + rpm -qa [2021-04-20T00:07:09.463Z] + sort [2021-04-20T00:07:14.772Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T00:07:14.772Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T00:07:14.772Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T00:07:14.772Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-20T00:07:14.772Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-04-20T00:07:14.773Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-04-20T00:07:14.786Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T00:07:15.085Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:07:15.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T00:07:15.391Z] [2021-04-20T00:07:15.391Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T00:07:15.708Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T00:07:15.708Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T00:07:15.708Z] df20fa9351a1: Pulling fs layer [2021-04-20T00:07:15.708Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T00:07:15.708Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T00:07:15.708Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T00:07:15.708Z] 93b61091891f: Pulling fs layer [2021-04-20T00:07:15.708Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T00:07:15.708Z] 5e14af77c1be: Pulling fs layer [2021-04-20T00:07:15.709Z] 01666e4c0597: Pulling fs layer [2021-04-20T00:07:15.709Z] aa168da1d23b: Pulling fs layer [2021-04-20T00:07:15.709Z] 46f8f816bc3b: Waiting [2021-04-20T00:07:15.709Z] 93b61091891f: Waiting [2021-04-20T00:07:15.709Z] 93b9cdb0e59b: Waiting [2021-04-20T00:07:15.709Z] 5e14af77c1be: Waiting [2021-04-20T00:07:15.709Z] 01666e4c0597: Waiting [2021-04-20T00:07:15.709Z] aa168da1d23b: Waiting [2021-04-20T00:07:15.709Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T00:07:15.709Z] 36b3adc4ff6f: Download complete [2021-04-20T00:07:15.709Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T00:07:15.709Z] 46f8f816bc3b: Download complete [2021-04-20T00:07:15.709Z] df20fa9351a1: Verifying Checksum [2021-04-20T00:07:15.709Z] df20fa9351a1: Download complete [2021-04-20T00:07:15.977Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T00:07:15.977Z] 93b9cdb0e59b: Download complete [2021-04-20T00:07:15.977Z] 5e14af77c1be: Verifying Checksum [2021-04-20T00:07:15.977Z] 5e14af77c1be: Download complete [2021-04-20T00:07:15.977Z] 01666e4c0597: Verifying Checksum [2021-04-20T00:07:15.977Z] 01666e4c0597: Download complete [2021-04-20T00:07:15.977Z] 93b61091891f: Verifying Checksum [2021-04-20T00:07:15.977Z] 93b61091891f: Download complete [2021-04-20T00:07:15.977Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T00:07:15.977Z] 8ad3a11d3b57: Download complete [2021-04-20T00:07:16.552Z] df20fa9351a1: Pull complete [2021-04-20T00:07:16.819Z] 36b3adc4ff6f: Pull complete [2021-04-20T00:07:17.774Z] 8ad3a11d3b57: Pull complete [2021-04-20T00:07:18.040Z] aa168da1d23b: Verifying Checksum [2021-04-20T00:07:18.040Z] aa168da1d23b: Download complete [2021-04-20T00:07:18.622Z] 46f8f816bc3b: Pull complete [2021-04-20T00:07:18.886Z] 93b61091891f: Pull complete [2021-04-20T00:07:19.150Z] 93b9cdb0e59b: Pull complete [2021-04-20T00:07:19.150Z] 5e14af77c1be: Pull complete [2021-04-20T00:07:19.412Z] 01666e4c0597: Pull complete [2021-04-20T00:07:27.598Z] aa168da1d23b: Pull complete [2021-04-20T00:07:27.598Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T00:07:27.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T00:07:27.598Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T00:07:27.744Z] prd-centos7-docker-4c-2g-1037 does not seem to be running inside a container [2021-04-20T00:07:27.796Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T00:07:30.333Z] $ docker top 81f2fff353a9182e94aff6fdbe43ec9bff1ad7a6aec7a36b14be5e56800cadef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T00:07:30.774Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T00:07:31.073Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T00:07:31.373Z] + ls /var/log/sa-host [2021-04-20T00:07:31.373Z] + sadf -c /var/log/sa-host/sa19 [2021-04-20T00:07:31.373Z] file_magic: OK [2021-04-20T00:07:31.373Z] HZ: Using current value: 100 [2021-04-20T00:07:31.373Z] file_header: OK [2021-04-20T00:07:31.373Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T00:07:31.373Z] Statistics: [2021-04-20T00:07:31.373Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T00:07:31.373Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T00:07:31.373Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T00:07:31.373Z] file_magic: OK [2021-04-20T00:07:31.373Z] HZ: Using current value: 100 [2021-04-20T00:07:31.373Z] file_header: OK [2021-04-20T00:07:31.373Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T00:07:31.373Z] Statistics: [2021-04-20T00:07:31.373Z] Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T00:07:31.373Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T00:07:31.373Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T00:07:31.373Z] file_magic: OK [2021-04-20T00:07:31.373Z] HZ: Using current value: 100 [2021-04-20T00:07:31.373Z] file_header: OK [2021-04-20T00:07:31.373Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T00:07:31.373Z] Statistics: [2021-04-20T00:07:31.373Z] Hnuu...uuuununununu... [2021-04-20T00:07:31.373Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T00:07:31.920Z] provisioning config files... [2021-04-20T00:07:31.937Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3368369032510342118tmp [Pipeline] { [Pipeline] echo [2021-04-20T00:07:31.957Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:07:32.254Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T00:07:32.271Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T00:07:32.314Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:07:32.627Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T00:07:32.643Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:07:32.942Z] ---> sudo-logs.sh [2021-04-20T00:07:32.942Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T00:07:32.977Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:07:33.281Z] ---> job-cost.sh [2021-04-20T00:07:33.281Z] lf-activate-venv: SKIPPING [2021-04-20T00:07:33.281Z] DEBUG: total: 0.20999999344348907 [2021-04-20T00:07:33.281Z] INFO: Retrieving Stack Cost... [2021-04-20T00:07:34.687Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T00:07:34.948Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T00:07:34.963Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T00:07:35.259Z] ---> logs-deploy.sh [2021-04-20T00:07:35.259Z] lf-activate-venv: SKIPPING [2021-04-20T00:07:35.259Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/101 [2021-04-20T00:07:35.259Z] INFO: archiving workspace using pattern(s): [2021-04-20T00:07:37.182Z] Archives upload complete. [2021-04-20T00:07:37.182Z] INFO: archiving logs to Nexus [2021-04-20T00:07:38.128Z] ---> uname -a: [2021-04-20T00:07:38.128Z] Linux prd-centos7-docker-4c-2g-1037.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-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] ---> lscpu: [2021-04-20T00:07:38.128Z] Architecture: x86_64 [2021-04-20T00:07:38.128Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T00:07:38.128Z] Byte Order: Little Endian [2021-04-20T00:07:38.128Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T00:07:38.128Z] CPU(s): 4 [2021-04-20T00:07:38.128Z] On-line CPU(s) list: 0-3 [2021-04-20T00:07:38.128Z] Thread(s) per core: 1 [2021-04-20T00:07:38.128Z] Core(s) per socket: 1 [2021-04-20T00:07:38.128Z] Socket(s): 4 [2021-04-20T00:07:38.128Z] NUMA node(s): 1 [2021-04-20T00:07:38.128Z] Vendor ID: GenuineIntel [2021-04-20T00:07:38.128Z] CPU family: 6 [2021-04-20T00:07:38.128Z] Model: 44 [2021-04-20T00:07:38.128Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T00:07:38.128Z] Stepping: 1 [2021-04-20T00:07:38.128Z] CPU MHz: 2933.436 [2021-04-20T00:07:38.128Z] BogoMIPS: 5866.87 [2021-04-20T00:07:38.128Z] Virtualization: VT-x [2021-04-20T00:07:38.128Z] Hypervisor vendor: KVM [2021-04-20T00:07:38.128Z] Virtualization type: full [2021-04-20T00:07:38.128Z] L1d cache: 128 KiB [2021-04-20T00:07:38.128Z] L1i cache: 128 KiB [2021-04-20T00:07:38.128Z] L2 cache: 16 MiB [2021-04-20T00:07:38.128Z] L3 cache: 64 MiB [2021-04-20T00:07:38.128Z] NUMA node0 CPU(s): 0-3 [2021-04-20T00:07:38.128Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T00:07:38.128Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T00:07:38.128Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T00:07:38.128Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T00:07:38.128Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T00:07:38.128Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T00:07:38.128Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T00:07:38.128Z] Vulnerability Srbds: Not affected [2021-04-20T00:07:38.128Z] Vulnerability Tsx async abort: Not affected [2021-04-20T00:07:38.128Z] 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-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] ---> nproc: [2021-04-20T00:07:38.128Z] 4 [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] ---> df -h: [2021-04-20T00:07:38.128Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T00:07:38.128Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-20T00:07:38.128Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T00:07:38.128Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T00:07:38.128Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-20T00:07:38.128Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] ---> free -m: [2021-04-20T00:07:38.128Z] total used free shared buff/cache available [2021-04-20T00:07:38.128Z] Mem: 1837 826 144 0 865 945 [2021-04-20T00:07:38.128Z] Swap: 1023 2 1021 [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] [2021-04-20T00:07:38.128Z] ---> ip addr: [2021-04-20T00:07:38.128Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T00:07:38.129Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T00:07:38.129Z] inet 127.0.0.1/8 scope host lo [2021-04-20T00:07:38.129Z] valid_lft forever preferred_lft forever [2021-04-20T00:07:38.129Z] inet6 ::1/128 scope host [2021-04-20T00:07:38.129Z] valid_lft forever preferred_lft forever [2021-04-20T00:07:38.129Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T00:07:38.129Z] link/ether fa:16:3e:10:18:c7 brd ff:ff:ff:ff:ff:ff [2021-04-20T00:07:38.129Z] inet 10.30.122.213/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T00:07:38.129Z] valid_lft 85737sec preferred_lft 85737sec [2021-04-20T00:07:38.129Z] inet6 fe80::f816:3eff:fe10:18c7/64 scope link [2021-04-20T00:07:38.129Z] valid_lft forever preferred_lft forever [2021-04-20T00:07:38.129Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T00:07:38.129Z] link/ether 02:42:ae:31:66:86 brd ff:ff:ff:ff:ff:ff [2021-04-20T00:07:38.129Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T00:07:38.129Z] valid_lft forever preferred_lft forever [2021-04-20T00:07:38.129Z] inet6 fe80::42:aeff:fe31:6686/64 scope link [2021-04-20T00:07:38.129Z] valid_lft forever preferred_lft forever [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] ---> sar -b -r -n DEV: [2021-04-20T00:07:38.129Z] Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-1037.vexxhost.local) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-20T00:07:38.129Z] 00:01:01 0.42 0.02 0.40 0.00 0.13 6.04 0.00 [2021-04-20T00:07:38.129Z] 00:02:01 0.86 0.08 0.78 0.00 1.63 9.89 0.00 [2021-04-20T00:07:38.129Z] 00:03:01 0.42 0.00 0.42 0.00 0.00 6.68 0.00 [2021-04-20T00:07:38.129Z] 00:04:01 0.13 0.00 0.13 0.00 0.00 2.01 0.00 [2021-04-20T00:07:38.129Z] 00:05:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 [2021-04-20T00:07:38.129Z] 00:06:01 238.21 136.26 101.95 0.00 7002.70 33694.21 0.00 [2021-04-20T00:07:38.129Z] 00:07:01 260.47 103.64 156.82 0.00 5607.99 36600.80 0.00 [2021-04-20T00:07:38.129Z] Average: 71.74 34.39 37.35 0.00 1807.15 10075.96 0.00 [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-20T00:07:38.129Z] 00:01:01 136588 0 608028 32.32 2620 1134308 1081920 36.92 448372 1098532 8 [2021-04-20T00:07:38.129Z] 00:02:01 136424 0 608064 32.32 2620 1134436 1079964 36.86 443292 1103788 8 [2021-04-20T00:07:38.129Z] 00:03:01 136068 0 608412 32.34 2620 1134444 1079976 36.86 443648 1103788 12 [2021-04-20T00:07:38.129Z] 00:04:01 136652 0 607824 32.30 2620 1134448 1079892 36.85 443176 1103876 12 [2021-04-20T00:07:38.129Z] 00:05:01 136676 0 607800 32.30 2620 1134448 1079892 36.85 443096 1103876 8 [2021-04-20T00:07:38.129Z] 00:06:01 74884 0 777356 41.31 2596 1026708 1343152 45.84 562388 981908 16080 [2021-04-20T00:07:38.129Z] 00:07:01 215828 0 801132 42.58 1536 863048 1399532 47.76 597108 730088 48 [2021-04-20T00:07:38.129Z] Average: 139017 0 659802 35.07 2462 1080263 1163475 39.71 483011 1032265 2311 [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-20T00:07:38.129Z] 00:01:01 eth0 0.08 0.07 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:02:01 eth0 0.22 0.17 0.08 0.04 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:03:01 eth0 0.22 0.13 0.07 0.04 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:04:01 eth0 0.43 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:05:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:06:01 veth1df0dea 37.13 37.19 3.84 147.97 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:06:01 eth0 441.35 388.02 4228.84 60.85 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:06:01 docker0 37.13 37.08 3.33 147.96 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:07:01 eth0 487.40 410.92 3612.60 95.61 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:07:01 veth01cd9fa 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] 00:07:01 docker0 40.18 48.52 2.66 355.21 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] Average: eth0 133.29 114.55 1123.58 22.44 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] Average: veth01cd9fa 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] Average: docker0 11.08 12.26 0.86 72.10 0.00 0.00 0.00 0.00 [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] ---> sar -P ALL: [2021-04-20T00:07:38.129Z] Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-1037.vexxhost.local) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] 00:00:01 CPU %user %nice %system %iowait %steal %idle [2021-04-20T00:07:38.129Z] 00:01:01 all 0.15 0.00 0.03 0.00 0.01 99.80 [2021-04-20T00:07:38.129Z] 00:01:01 0 0.50 0.00 0.03 0.00 0.02 99.45 [2021-04-20T00:07:38.129Z] 00:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-20T00:07:38.129Z] 00:01:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-20T00:07:38.129Z] 00:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2021-04-20T00:07:38.129Z] 00:02:01 all 0.16 0.00 0.09 0.00 0.03 99.72 [2021-04-20T00:07:38.129Z] 00:02:01 0 0.32 0.00 0.05 0.00 0.03 99.59 [2021-04-20T00:07:38.129Z] 00:02:01 1 0.03 0.00 0.10 0.00 0.02 99.85 [2021-04-20T00:07:38.129Z] 00:02:01 2 0.24 0.00 0.10 0.00 0.02 99.64 [2021-04-20T00:07:38.129Z] 00:02:01 3 0.03 0.00 0.10 0.00 0.05 99.81 [2021-04-20T00:07:38.129Z] 00:03:01 all 0.04 0.00 0.03 0.00 0.00 99.93 [2021-04-20T00:07:38.129Z] 00:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-20T00:07:38.129Z] 00:03:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-20T00:07:38.129Z] 00:03:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-20T00:07:38.129Z] 00:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-20T00:07:38.129Z] 00:04:01 all 0.12 0.00 0.04 0.00 0.00 99.83 [2021-04-20T00:07:38.129Z] 00:04:01 0 0.33 0.00 0.03 0.00 0.02 99.62 [2021-04-20T00:07:38.129Z] 00:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-20T00:07:38.129Z] 00:04:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-20T00:07:38.129Z] 00:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-20T00:07:38.129Z] 00:05:01 all 0.15 0.00 0.03 0.00 0.01 99.82 [2021-04-20T00:07:38.129Z] 00:05:01 0 0.48 0.00 0.02 0.00 0.00 99.50 [2021-04-20T00:07:38.129Z] 00:05:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-20T00:07:38.129Z] 00:05:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-20T00:07:38.129Z] 00:05:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2021-04-20T00:07:38.129Z] 00:06:01 all 8.74 0.00 5.46 2.51 0.28 83.01 [2021-04-20T00:07:38.129Z] 00:06:01 0 8.71 0.00 6.21 2.11 0.27 82.69 [2021-04-20T00:07:38.129Z] 00:06:01 1 8.66 0.00 5.58 3.04 0.32 82.39 [2021-04-20T00:07:38.129Z] 00:06:01 2 8.82 0.00 5.12 3.50 0.29 82.28 [2021-04-20T00:07:38.129Z] 00:06:01 3 8.76 0.00 4.94 1.39 0.22 84.69 [2021-04-20T00:07:38.129Z] 00:07:01 all 13.08 0.00 8.75 4.04 0.38 73.74 [2021-04-20T00:07:38.129Z] 00:07:01 0 11.31 0.00 7.75 1.95 0.38 78.61 [2021-04-20T00:07:38.129Z] 00:07:01 1 16.43 0.00 8.53 3.07 0.40 71.57 [2021-04-20T00:07:38.129Z] 00:07:01 2 12.33 0.00 8.85 6.16 0.43 72.23 [2021-04-20T00:07:38.129Z] 00:07:01 3 12.24 0.00 9.89 4.99 0.33 72.56 [2021-04-20T00:07:38.129Z] Average: all 3.15 0.00 2.02 0.92 0.10 93.81 [2021-04-20T00:07:38.129Z] Average: 0 3.05 0.00 1.98 0.57 0.10 94.30 [2021-04-20T00:07:38.129Z] Average: 1 3.55 0.00 2.02 0.86 0.11 93.47 [2021-04-20T00:07:38.129Z] Average: 2 3.03 0.00 2.00 1.35 0.11 93.50 [2021-04-20T00:07:38.129Z] Average: 3 2.95 0.00 2.10 0.89 0.09 93.97 [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z] [2021-04-20T00:07:38.129Z]