Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7e5076a06d1fca8907f338ea4dcff90d7c796855 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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-4526 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 Checking out Revision 7e5076a06d1fca8907f338ea4dcff90d7c796855 (master) Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e5076a06d1fca8907f338ea4dcff90d7c796855 # timeout=10 Commit message: "Merge pull request #244 from ernestojeda/rename-makefile-images" > git rev-list --no-walk 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T17:23:10.630Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T17:23:10.745Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T17:23:10.772Z] ========================================================= [2021-05-11T17:23:10.772Z] EdgeX Global Pipelines Version Info [2021-05-11T17:23:10.773Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:23:13.563Z] ------------------- [2021-05-11T17:23:13.563Z] stable info: [2021-05-11T17:23:13.563Z] ------------------- [2021-05-11T17:23:13.563Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T17:23:13.563Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:23:13.563Z] Message: update stable to v1.0.192 [2021-05-11T17:23:14.145Z] ------------------- [2021-05-11T17:23:14.145Z] experimental info: [2021-05-11T17:23:14.145Z] ------------------- [2021-05-11T17:23:14.145Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T17:23:14.145Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T17:23:14.145Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T17:23:14.283Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-05-11T17:23:14.334Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-05-11T17:23:14.380Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T17:23:14.402Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T17:23:14.424Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T17:23:14.469Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T17:23:14.507Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T17:23:14.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T17:23:14.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-11T17:23:14.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T17:23:14.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T17:23:14.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2021-05-11T17:23:14.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T17:23:14.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T17:23:14.750Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T17:23:14.776Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T17:23:14.799Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:23:14.840Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-11T17:23:14.864Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T17:23:14.888Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T17:23:14.912Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-11T17:23:14.935Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-11T17:23:14.959Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-11T17:23:15.000Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-11T17:23:15.049Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-11T17:23:15.074Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T17:23:15.096Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-11T17:23:15.120Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-11T17:23:15.149Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-11T17:23:15.189Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] echo [2021-05-11T17:23:15.212Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e5076a [Pipeline] echo [2021-05-11T17:23:15.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:23:15.313Z] provisioning config files... [2021-05-11T17:23:15.345Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2159038994656817717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:23:15.685Z] ---> docker-login.sh [2021-05-11T17:23:15.685Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:23:16.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:16.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:16.310Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:16.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:16.310Z] [2021-05-11T17:23:16.310Z] Login Succeeded [2021-05-11T17:23:16.310Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:23:16.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:16.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:16.606Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:16.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:16.606Z] [2021-05-11T17:23:16.606Z] Login Succeeded [2021-05-11T17:23:16.606Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:23:16.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:17.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:17.143Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:17.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:17.143Z] [2021-05-11T17:23:17.143Z] Login Succeeded [2021-05-11T17:23:17.143Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:23:17.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:17.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:17.408Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:17.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:17.408Z] [2021-05-11T17:23:17.408Z] Login Succeeded [2021-05-11T17:23:17.408Z] docker.io [2021-05-11T17:23:17.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:23:17.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:23:17.677Z] Configure a credential helper to remove this warning. See [2021-05-11T17:23:17.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:23:17.677Z] [2021-05-11T17:23:17.677Z] Login Succeeded [2021-05-11T17:23:17.677Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:23:17.690Z] 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-05-11T17:23:18.201Z] + git log --format=format:%s -1 7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] echo [2021-05-11T17:23:18.299Z] GIT_COMMIT: 7e5076a06d1fca8907f338ea4dcff90d7c796855, Commit Message: Merge pull request #244 from ernestojeda/rename-makefile-images [Pipeline] echo [2021-05-11T17:23:18.312Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:18.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:23:18.908Z] [2021-05-11T17:23:18.908Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:23:19.246Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:23:19.246Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T17:23:19.246Z] 31603596830f: Pulling fs layer [2021-05-11T17:23:19.246Z] 54011a49482f: Pulling fs layer [2021-05-11T17:23:19.246Z] a6820b24f6d8: Pulling fs layer [2021-05-11T17:23:19.246Z] f581987b2513: Pulling fs layer [2021-05-11T17:23:19.246Z] f581987b2513: Waiting [2021-05-11T17:23:19.246Z] 54011a49482f: Verifying Checksum [2021-05-11T17:23:19.246Z] 54011a49482f: Download complete [2021-05-11T17:23:19.246Z] 31603596830f: Verifying Checksum [2021-05-11T17:23:19.246Z] 31603596830f: Download complete [2021-05-11T17:23:19.841Z] a6820b24f6d8: Verifying Checksum [2021-05-11T17:23:19.841Z] a6820b24f6d8: Download complete [2021-05-11T17:23:19.841Z] f581987b2513: Verifying Checksum [2021-05-11T17:23:19.841Z] f581987b2513: Download complete [2021-05-11T17:23:19.841Z] 31603596830f: Pull complete [2021-05-11T17:23:20.110Z] 54011a49482f: Pull complete [2021-05-11T17:23:21.551Z] a6820b24f6d8: Pull complete [2021-05-11T17:23:21.817Z] f581987b2513: Pull complete [2021-05-11T17:23:21.817Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T17:23:21.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:23:21.817Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T17:23:21.959Z] prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container [2021-05-11T17:23:22.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:23:24.531Z] $ docker top f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:23:24.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:23:24.860Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:23:25.226Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:23:25.231Z] $ docker exec f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent [2021-05-11T17:23:25.477Z] SSH_AUTH_SOCK=/tmp/ssh-wFKLFDtyfhDY/agent.13 [2021-05-11T17:23:25.477Z] SSH_AGENT_PID=18 [2021-05-11T17:23:25.492Z] Running ssh-add (command line suppressed) [2021-05-11T17:23:25.702Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5541726163018560883.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5541726163018560883.key) [2021-05-11T17:23:25.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:23:26.133Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T17:23:26.168Z] $ docker exec --env ******** --env ******** f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent -k [2021-05-11T17:23:26.502Z] unset SSH_AUTH_SOCK; [2021-05-11T17:23:26.502Z] unset SSH_AGENT_PID; [2021-05-11T17:23:26.503Z] echo Agent pid 18 killed; [2021-05-11T17:23:26.606Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T17:23:26.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:23:26.653Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:23:27.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:23:27.023Z] $ docker exec f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent [2021-05-11T17:23:27.220Z] SSH_AUTH_SOCK=/tmp/ssh-MVbPSuGT1gCz/agent.48 [2021-05-11T17:23:27.220Z] SSH_AGENT_PID=53 [2021-05-11T17:23:27.231Z] Running ssh-add (command line suppressed) [2021-05-11T17:23:27.394Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_181056132081457926.key (/w/workspace/_app-service-configurable_master@tmp/private_key_181056132081457926.key) [2021-05-11T17:23:27.520Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:23:27.847Z] + git semver init [2021-05-11T17:23:27.847Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:23:27.847Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-11T17:23:27.847Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-11T17:23:27.847Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:23:27.847Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:23:27.847Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:23:27.847Z] # $SEMVER_BRANCH = master [2021-05-11T17:23:27.847Z] # $SEMVER_TEMP = /tmp/semver-034325919 [2021-05-11T17:23:27.847Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-05-11T17:23:28.436Z] # '/tmp/semver-034325919' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-05-11T17:23:28.436Z] # -> Force: false [2021-05-11T17:23:28.436Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-05-11T17:23:28.454Z] $ docker exec --env ******** --env ******** f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent -k [2021-05-11T17:23:28.607Z] unset SSH_AUTH_SOCK; [2021-05-11T17:23:28.608Z] unset SSH_AGENT_PID; [2021-05-11T17:23:28.608Z] echo Agent pid 53 killed; [2021-05-11T17:23:28.721Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:23:29.124Z] + git semver [Pipeline] } [2021-05-11T17:23:29.156Z] $ docker stop --time=1 f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 [2021-05-11T17:23:30.750Z] $ docker rm -f f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:23:31.306Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T17:23:31.887Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T17:23:31.890Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.38 [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-05-11T17:23:47.128Z] Still waiting to schedule task [2021-05-11T17:23:47.128Z] ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4507’ is offline; ‘prd-centos7-docker-4c-2g-4509’ is offline; ‘prd-centos7-docker-4c-2g-4511’ is offline; ‘prd-centos7-docker-4c-2g-4515’ is offline; ‘prd-centos7-docker-4c-2g-4521’ is offline; ‘prd-centos7-docker-4c-2g-4523’ is offline; ‘prd-centos7-docker-4c-2g-4528’ is offline; ‘prd-centos7-docker-4c-2g-4529’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4516’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4517’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-11T17:23:47.132Z] Still waiting to schedule task [2021-05-11T17:23:47.133Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-11T17:25:21.278Z] Running on prd-centos7-docker-4c-2g-4531 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-11T17:25:21.299Z] Running in /w/workspace/app-service-configurable/109 [Pipeline] { [Pipeline] checkout [2021-05-11T17:25:24.935Z] using credential edgex-jenkins-ssh [2021-05-11T17:25:24.948Z] Cloning the remote Git repository [2021-05-11T17:25:24.980Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T17:25:25.211Z] > git init /w/workspace/app-service-configurable/109 # timeout=10 [2021-05-11T17:25:25.346Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T17:25:25.346Z] > git --version # timeout=10 [2021-05-11T17:25:25.381Z] > git --version # 'git version 2.24.3' [2021-05-11T17:25:25.383Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:25:25.470Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:25:26.036Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T17:25:26.042Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:25:26.062Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T17:25:26.075Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T17:25:26.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:25:26.084Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:25:26.444Z] Checking out Revision 7e5076a06d1fca8907f338ea4dcff90d7c796855 (master) [2021-05-11T17:25:26.455Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:25:26.460Z] > git checkout -f 7e5076a06d1fca8907f338ea4dcff90d7c796855 # timeout=10 [2021-05-11T17:25:30.536Z] Commit message: "Merge pull request #244 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:25:31.723Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:25:32.126Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:25:32.442Z] + sudo service docker restart [2021-05-11T17:25:32.442Z] + true [2021-05-11T17:25:32.442Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:25:33.425Z] provisioning config files... [2021-05-11T17:25:33.461Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config6121850129839215878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:25:33.839Z] ---> docker-login.sh [2021-05-11T17:25:33.839Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:25:34.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:34.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:34.488Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:34.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:34.488Z] [2021-05-11T17:25:34.488Z] Login Succeeded [2021-05-11T17:25:34.488Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:25:34.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:35.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:35.021Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:35.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:35.021Z] [2021-05-11T17:25:35.021Z] Login Succeeded [2021-05-11T17:25:35.021Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:25:35.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:35.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:35.021Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:35.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:35.021Z] [2021-05-11T17:25:35.021Z] Login Succeeded [2021-05-11T17:25:35.021Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:25:35.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:35.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:35.284Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:35.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:35.284Z] [2021-05-11T17:25:35.284Z] Login Succeeded [2021-05-11T17:25:35.284Z] docker.io [2021-05-11T17:25:35.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:25:35.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:25:35.826Z] Configure a credential helper to remove this warning. See [2021-05-11T17:25:35.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:25:35.826Z] [2021-05-11T17:25:35.826Z] Login Succeeded [2021-05-11T17:25:35.826Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:25:35.850Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T17:25:36.149Z] ========================================================= [2021-05-11T17:25:36.149Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T17:25:36.149Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:25:36.493Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T17:25:36.493Z] Sending build context to Docker daemon 92.67kB [2021-05-11T17:25:36.493Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:25:36.493Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:25:36.766Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T17:25:36.766Z] 540db60ca938: Pulling fs layer [2021-05-11T17:25:36.766Z] adcc1eea9eea: Pulling fs layer [2021-05-11T17:25:36.766Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T17:25:36.766Z] 0510c868ecb4: Pulling fs layer [2021-05-11T17:25:36.766Z] afea3b2eda06: Pulling fs layer [2021-05-11T17:25:36.766Z] 7809a108b3ef: Pulling fs layer [2021-05-11T17:25:36.766Z] f706445af74f: Pulling fs layer [2021-05-11T17:25:36.766Z] 0510c868ecb4: Waiting [2021-05-11T17:25:36.766Z] afea3b2eda06: Waiting [2021-05-11T17:25:36.766Z] 7809a108b3ef: Waiting [2021-05-11T17:25:36.766Z] f706445af74f: Waiting [2021-05-11T17:25:36.766Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T17:25:36.766Z] 4c4ab2625f07: Download complete [2021-05-11T17:25:36.766Z] adcc1eea9eea: Download complete [2021-05-11T17:25:36.766Z] afea3b2eda06: Verifying Checksum [2021-05-11T17:25:36.766Z] afea3b2eda06: Download complete [2021-05-11T17:25:36.766Z] 7809a108b3ef: Verifying Checksum [2021-05-11T17:25:36.766Z] 7809a108b3ef: Download complete [2021-05-11T17:25:36.766Z] 540db60ca938: Download complete [2021-05-11T17:25:37.349Z] 540db60ca938: Pull complete [2021-05-11T17:25:37.349Z] adcc1eea9eea: Pull complete [2021-05-11T17:25:37.628Z] 4c4ab2625f07: Pull complete [2021-05-11T17:25:39.066Z] f706445af74f: Verifying Checksum [2021-05-11T17:25:39.066Z] f706445af74f: Download complete [2021-05-11T17:25:40.061Z] 0510c868ecb4: Verifying Checksum [2021-05-11T17:25:40.061Z] 0510c868ecb4: Download complete [2021-05-11T17:25:46.782Z] 0510c868ecb4: Pull complete [2021-05-11T17:25:46.782Z] afea3b2eda06: Pull complete [2021-05-11T17:25:47.051Z] 7809a108b3ef: Pull complete [2021-05-11T17:25:52.403Z] f706445af74f: Pull complete [2021-05-11T17:25:52.403Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T17:25:52.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T17:25:52.403Z] ---> b068be0155e3 [2021-05-11T17:25:52.403Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T17:25:52.701Z] ---> Running in 5eaa0af6233a [2021-05-11T17:25:52.966Z] Removing intermediate container 5eaa0af6233a [2021-05-11T17:25:52.966Z] ---> 526dcf7a7485 [2021-05-11T17:25:52.966Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:25:52.966Z] ---> Running in e6d7de048856 [2021-05-11T17:25:54.905Z] Removing intermediate container e6d7de048856 [2021-05-11T17:25:54.905Z] ---> e9b7b80eb570 [2021-05-11T17:25:54.905Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-11T17:25:54.905Z] ---> Running in 8464faf2ea20 [2021-05-11T17:25:55.482Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:25:58.092Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:26:01.419Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T17:26:01.683Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T17:26:01.950Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T17:26:01.950Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T17:26:02.214Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T17:26:02.800Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T17:26:02.800Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T17:26:02.800Z] OK: 150 MiB in 46 packages [2021-05-11T17:26:03.380Z] Removing intermediate container 8464faf2ea20 [2021-05-11T17:26:03.380Z] ---> 82703a69ca71 [2021-05-11T17:26:03.380Z] Step 6/8 : WORKDIR /app [2021-05-11T17:26:03.380Z] ---> Running in a25df6ca6bc9 [2021-05-11T17:26:03.643Z] Removing intermediate container a25df6ca6bc9 [2021-05-11T17:26:03.643Z] ---> 37a7bd5cba7b [2021-05-11T17:26:03.643Z] Step 7/8 : COPY . . [2021-05-11T17:26:03.907Z] ---> a6995aa595a4 [2021-05-11T17:26:03.907Z] Step 8/8 : RUN go mod download [2021-05-11T17:26:04.193Z] ---> Running in 80f29f12f4a0 [2021-05-11T17:26:30.896Z] Removing intermediate container 80f29f12f4a0 [2021-05-11T17:26:30.896Z] ---> 89aac3de66fe [2021-05-11T17:26:30.896Z] Successfully built 89aac3de66fe [2021-05-11T17:26:30.896Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:31.221Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:26:31.221Z] . [Pipeline] withDockerContainer [2021-05-11T17:26:31.356Z] prd-centos7-docker-4c-2g-4531 does not seem to be running inside a container [2021-05-11T17:26:31.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/109 -v /w/workspace/app-service-configurable/109:/w/workspace/app-service-configurable/109:rw,z -v /w/workspace/app-service-configurable/109@tmp:/w/workspace/app-service-configurable/109@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-05-11T17:26:32.429Z] $ docker top d5cb462ae9f4c0b3667fe8463edd5bf4d5c130007353e4a9b58a8d20836f659b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:26:32.998Z] + go version [2021-05-11T17:26:32.998Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T17:26:33.015Z] $ docker stop --time=1 d5cb462ae9f4c0b3667fe8463edd5bf4d5c130007353e4a9b58a8d20836f659b [2021-05-11T17:26:34.419Z] $ docker rm -f d5cb462ae9f4c0b3667fe8463edd5bf4d5c130007353e4a9b58a8d20836f659b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:26:34.972Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T17:26:34.972Z] . [Pipeline] withDockerContainer [2021-05-11T17:26:35.075Z] prd-centos7-docker-4c-2g-4531 does not seem to be running inside a container [2021-05-11T17:26:35.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/109 -v /w/workspace/app-service-configurable/109:/w/workspace/app-service-configurable/109:rw,z -v /w/workspace/app-service-configurable/109@tmp:/w/workspace/app-service-configurable/109@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-05-11T17:26:35.992Z] $ docker top 6408c114bffea219e6937a98089081309cb8b3c2c627835ee068a2444b8b6085 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:26:36.401Z] + go mod tidy [Pipeline] sh [2021-05-11T17:26:37.287Z] + make test [2021-05-11T17:26:37.287Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-11T17:26:47.361Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4534 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-11T17:26:47.385Z] Running in /w/workspace/app-service-configurable/109 [Pipeline] { [Pipeline] checkout [2021-05-11T17:26:53.071Z] using credential edgex-jenkins-ssh [2021-05-11T17:26:53.105Z] Cloning the remote Git repository [2021-05-11T17:26:53.239Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T17:26:53.388Z] > git init /w/workspace/app-service-configurable/109 # timeout=10 [2021-05-11T17:26:53.475Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T17:26:53.475Z] > git --version # timeout=10 [2021-05-11T17:26:53.490Z] > git --version # 'git version 2.17.1' [2021-05-11T17:26:53.492Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:26:53.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:26:54.393Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T17:26:54.409Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T17:26:54.440Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-11T17:26:54.476Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-11T17:26:54.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T17:26:54.489Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T17:26:55.310Z] Checking out Revision 7e5076a06d1fca8907f338ea4dcff90d7c796855 (master) [2021-05-11T17:26:55.335Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T17:26:55.354Z] > git checkout -f 7e5076a06d1fca8907f338ea4dcff90d7c796855 # timeout=10 [2021-05-11T17:26:59.578Z] Commit message: "Merge pull request #244 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:27:00.145Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-11T17:27:00.145Z] CGO_ENABLED=1 go vet ./... [2021-05-11T17:27:01.039Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:27:01.463Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T17:27:01.820Z] + sudo service docker restart [2021-05-11T17:27:01.820Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:27:04.488Z] provisioning config files... [2021-05-11T17:27:04.535Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config3752636887380251629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:04.938Z] ---> docker-login.sh [2021-05-11T17:27:04.939Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:27:05.538Z] gofmt -l . [2021-05-11T17:27:05.538Z] [ "`gofmt -l .`" = "" ] [2021-05-11T17:27:05.538Z] ./bin/test-go-mod-tidy.sh [2021-05-11T17:27:05.538Z] ./bin/test-attribution-txt.sh [2021-05-11T17:27:05.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:06.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:06.199Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:06.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:06.199Z] [2021-05-11T17:27:06.199Z] Login Succeeded [2021-05-11T17:27:06.199Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:27:06.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-05-11T17:27:06.520Z] $ docker stop --time=1 6408c114bffea219e6937a98089081309cb8b3c2c627835ee068a2444b8b6085 [2021-05-11T17:27:06.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:06.749Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:06.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:06.749Z] [2021-05-11T17:27:06.749Z] Login Succeeded [2021-05-11T17:27:06.749Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:27:07.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:07.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:07.302Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:07.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:07.302Z] [2021-05-11T17:27:07.302Z] Login Succeeded [2021-05-11T17:27:07.302Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:27:07.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:07.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:07.855Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:07.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:07.855Z] [2021-05-11T17:27:07.855Z] Login Succeeded [2021-05-11T17:27:07.855Z] docker.io [2021-05-11T17:27:08.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:08.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:08.734Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:08.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:08.734Z] [2021-05-11T17:27:08.734Z] Login Succeeded [2021-05-11T17:27:08.734Z] ---> docker-login.sh ends [2021-05-11T17:27:09.171Z] $ docker rm -f 6408c114bffea219e6937a98089081309cb8b3c2c627835ee068a2444b8b6085 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-05-11T17:27:09.504Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-11T17:27:09.763Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo [2021-05-11T17:27:09.826Z] ========================================================= [2021-05-11T17:27:09.826Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T17:27:09.826Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:10.143Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-05-11T17:27:10.219Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T17:27:10.219Z] Sending build context to Docker daemon 92.67kB [2021-05-11T17:27:10.502Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:27:10.502Z] Step 2/8 : FROM ${BASE} [2021-05-11T17:27:10.781Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T17:27:10.781Z] 595b0fe564bb: Pulling fs layer [2021-05-11T17:27:10.781Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T17:27:10.781Z] 316046926c0a: Pulling fs layer [2021-05-11T17:27:10.781Z] 4ebd0625c992: Pulling fs layer [2021-05-11T17:27:10.781Z] 207e8628e3a3: Pulling fs layer [2021-05-11T17:27:10.781Z] c791037a9be2: Pulling fs layer [2021-05-11T17:27:10.782Z] ffd874e62e21: Pulling fs layer [2021-05-11T17:27:10.782Z] 207e8628e3a3: Waiting [2021-05-11T17:27:10.782Z] c791037a9be2: Waiting [2021-05-11T17:27:10.782Z] ffd874e62e21: Waiting [2021-05-11T17:27:10.782Z] 4ebd0625c992: Waiting [2021-05-11T17:27:10.782Z] 316046926c0a: Verifying Checksum [2021-05-11T17:27:10.782Z] 316046926c0a: Download complete [2021-05-11T17:27:10.782Z] 7186ed65a4f7: Download complete [2021-05-11T17:27:10.782Z] 207e8628e3a3: Verifying Checksum [2021-05-11T17:27:10.782Z] 207e8628e3a3: Download complete [2021-05-11T17:27:10.782Z] c791037a9be2: Verifying Checksum [2021-05-11T17:27:10.782Z] c791037a9be2: Download complete [2021-05-11T17:27:10.782Z] 595b0fe564bb: Verifying Checksum [2021-05-11T17:27:10.782Z] 595b0fe564bb: Download complete [Pipeline] sh [2021-05-11T17:27:11.131Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:27:11.388Z] 595b0fe564bb: Pull complete [2021-05-11T17:27:11.436Z] + ls -al . [2021-05-11T17:27:11.436Z] total 92 [2021-05-11T17:27:11.436Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 11 17:27 . [2021-05-11T17:27:11.436Z] drwxrwxr-x. 4 jenkins jenkins 32 May 11 17:25 .. [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 7306 May 11 17:25 Attribution.txt [2021-05-11T17:27:11.436Z] drwxrwxr-x. 2 jenkins jenkins 64 May 11 17:25 bin [2021-05-11T17:27:11.436Z] -rw-r--r--. 1 jenkins jenkins 10 May 11 17:26 coverage.out [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 2032 May 11 17:25 Dockerfile [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 970 May 11 17:25 Dockerfile.build [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 119 May 11 17:25 .dockerignore [2021-05-11T17:27:11.436Z] drwxrwxr-x. 8 jenkins jenkins 162 May 11 17:25 .git [2021-05-11T17:27:11.436Z] drwxrwxr-x. 2 jenkins jenkins 81 May 11 17:25 .github [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 111 May 11 17:25 .gitignore [2021-05-11T17:27:11.436Z] -rw-r--r--. 1 jenkins jenkins 136 May 11 17:27 go.mod [2021-05-11T17:27:11.436Z] -rw-r--r--. 1 jenkins jenkins 20757 May 11 17:26 go.sum [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 687 May 11 17:25 Jenkinsfile [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 11 17:25 LICENSE [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 1460 May 11 17:25 main.go [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 1582 May 11 17:25 makefile [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 3230 May 11 17:25 README.md [2021-05-11T17:27:11.436Z] drwxrwxr-x. 8 jenkins jenkins 122 May 11 17:25 res [2021-05-11T17:27:11.436Z] drwxrwxr-x. 4 jenkins jenkins 71 May 11 17:25 snap [2021-05-11T17:27:11.436Z] -rw-rw-r--. 1 jenkins jenkins 12 May 11 17:23 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:11.746Z] + docker build -t 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=7e5076a06d1fca8907f338ea4dcff90d7c796855 --label arch=amd64 --label version=2.0.0-dev.38 . [2021-05-11T17:27:11.746Z] Sending build context to Docker daemon 116.2kB [2021-05-11T17:27:11.994Z] 7186ed65a4f7: Pull complete [2021-05-11T17:27:12.008Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:27:12.008Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-11T17:27:12.008Z] ---> 89aac3de66fe [2021-05-11T17:27:12.008Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-11T17:27:12.008Z] ---> Running in 12014b1d324b [2021-05-11T17:27:12.271Z] Removing intermediate container 12014b1d324b [2021-05-11T17:27:12.271Z] ---> 6d1bff1a07f0 [2021-05-11T17:27:12.271Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T17:27:12.271Z] ---> Running in 29652a9e543b [2021-05-11T17:27:12.603Z] 316046926c0a: Pull complete [2021-05-11T17:27:12.847Z] Removing intermediate container 29652a9e543b [2021-05-11T17:27:12.847Z] ---> 973d9cd58f7f [2021-05-11T17:27:12.847Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T17:27:12.847Z] ---> Running in 14ba3ebe1165 [2021-05-11T17:27:12.877Z] ffd874e62e21: Verifying Checksum [2021-05-11T17:27:12.877Z] ffd874e62e21: Download complete [2021-05-11T17:27:13.111Z] Removing intermediate container 14ba3ebe1165 [2021-05-11T17:27:13.111Z] ---> 78ee0b243f2c [2021-05-11T17:27:13.111Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:27:13.111Z] ---> Running in 31c51ce8a96c [2021-05-11T17:27:14.061Z] Removing intermediate container 31c51ce8a96c [2021-05-11T17:27:14.061Z] ---> 4eb3742322bb [2021-05-11T17:27:14.061Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T17:27:14.061Z] ---> Running in e42d2e26bfe9 [2021-05-11T17:27:14.316Z] 4ebd0625c992: Verifying Checksum [2021-05-11T17:27:14.316Z] 4ebd0625c992: Download complete [2021-05-11T17:27:14.636Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:27:15.585Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:27:16.160Z] OK: 150 MiB in 46 packages [2021-05-11T17:27:16.426Z] Removing intermediate container e42d2e26bfe9 [2021-05-11T17:27:16.426Z] ---> 203753682fe7 [2021-05-11T17:27:16.426Z] Step 8/27 : WORKDIR /app [2021-05-11T17:27:16.697Z] ---> Running in 219daba61ec7 [2021-05-11T17:27:16.966Z] Removing intermediate container 219daba61ec7 [2021-05-11T17:27:16.966Z] ---> a0729323de9f [2021-05-11T17:27:16.966Z] Step 9/27 : COPY go.mod . [2021-05-11T17:27:17.231Z] ---> ce42af34f4ee [2021-05-11T17:27:17.231Z] Step 10/27 : RUN go mod download [2021-05-11T17:27:17.231Z] ---> Running in 02355d3b3022 [2021-05-11T17:27:18.656Z] Removing intermediate container 02355d3b3022 [2021-05-11T17:27:18.656Z] ---> b8a449951528 [2021-05-11T17:27:18.656Z] Step 11/27 : COPY . . [2021-05-11T17:27:18.656Z] ---> 8a7a97f4ed31 [2021-05-11T17:27:18.656Z] Step 12/27 : ARG MAKE="make build" [2021-05-11T17:27:18.930Z] ---> Running in ab364a0a2bde [2021-05-11T17:27:18.930Z] Removing intermediate container ab364a0a2bde [2021-05-11T17:27:18.930Z] ---> eb26b66282e4 [2021-05-11T17:27:18.930Z] Step 13/27 : RUN $MAKE [2021-05-11T17:27:19.196Z] ---> Running in 3099413459dc [2021-05-11T17:27:19.772Z] go mod tidy [2021-05-11T17:27:20.042Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.38" -o app-service-configurable [2021-05-11T17:27:24.493Z] 4ebd0625c992: Pull complete [2021-05-11T17:27:24.493Z] 207e8628e3a3: Pull complete [2021-05-11T17:27:24.493Z] c791037a9be2: Pull complete [2021-05-11T17:27:27.892Z] ffd874e62e21: Pull complete [2021-05-11T17:27:27.892Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T17:27:27.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T17:27:27.892Z] ---> cfc18b08335c [2021-05-11T17:27:27.892Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-11T17:27:31.300Z] ---> Running in 4c9fecd5c7b3 [2021-05-11T17:27:31.300Z] Removing intermediate container 4c9fecd5c7b3 [2021-05-11T17:27:31.300Z] ---> 88c0d614c7b5 [2021-05-11T17:27:31.300Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:27:31.300Z] ---> Running in 2247d842e8aa [2021-05-11T17:27:34.367Z] Removing intermediate container 2247d842e8aa [2021-05-11T17:27:34.367Z] ---> 3fd9d4118f63 [2021-05-11T17:27:34.367Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-11T17:27:34.367Z] ---> Running in 049b72b3ba1c [2021-05-11T17:27:34.964Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:27:35.942Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:27:36.544Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-11T17:27:36.816Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-11T17:27:36.816Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-11T17:27:36.816Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-11T17:27:37.101Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-11T17:27:37.101Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-11T17:27:37.101Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T17:27:37.101Z] OK: 139 MiB in 46 packages [2021-05-11T17:27:38.359Z] Removing intermediate container 3099413459dc [2021-05-11T17:27:38.359Z] ---> 686528a9e7be [2021-05-11T17:27:38.359Z] Step 14/27 : FROM alpine:3.12 [2021-05-11T17:27:38.359Z] 3.12: Pulling from library/alpine [2021-05-11T17:27:38.359Z] 339de151aab4: Pulling fs layer [2021-05-11T17:27:38.359Z] 339de151aab4: Verifying Checksum [2021-05-11T17:27:38.359Z] 339de151aab4: Download complete [2021-05-11T17:27:38.359Z] 339de151aab4: Pull complete [2021-05-11T17:27:38.359Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:27:38.359Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:27:38.359Z] ---> 13621d1b12d4 [2021-05-11T17:27:38.359Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T17:27:38.359Z] ---> Running in 15963d6e44ac [2021-05-11T17:27:38.359Z] Removing intermediate container 15963d6e44ac [2021-05-11T17:27:38.359Z] ---> d560d0c71b5f [2021-05-11T17:27:38.359Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-11T17:27:38.359Z] ---> Running in 7608c346edae [2021-05-11T17:27:38.359Z] Removing intermediate container 7608c346edae [2021-05-11T17:27:38.359Z] ---> 3a9b014384e7 [2021-05-11T17:27:38.359Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-11T17:27:38.359Z] ---> Running in 7ee98eedca8a [2021-05-11T17:27:38.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T17:27:38.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T17:27:38.359Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-11T17:27:38.359Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-11T17:27:38.359Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-11T17:27:38.359Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-11T17:27:38.359Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-11T17:27:38.359Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-11T17:27:38.359Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-11T17:27:38.359Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T17:27:38.359Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T17:27:38.359Z] OK: 9 MiB in 21 packages [2021-05-11T17:27:38.539Z] Removing intermediate container 049b72b3ba1c [2021-05-11T17:27:38.539Z] ---> 2c58d576f38d [2021-05-11T17:27:38.539Z] Step 6/8 : WORKDIR /app [2021-05-11T17:27:38.815Z] ---> Running in 9df7d75153fb [2021-05-11T17:27:39.103Z] Removing intermediate container 9df7d75153fb [2021-05-11T17:27:39.103Z] ---> 88a22373ce65 [2021-05-11T17:27:39.103Z] Step 7/8 : COPY . . [2021-05-11T17:27:39.780Z] Removing intermediate container 7ee98eedca8a [2021-05-11T17:27:39.780Z] ---> fbb391645d96 [2021-05-11T17:27:39.780Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-11T17:27:40.047Z] ---> 74ab1a1c1627 [2021-05-11T17:27:40.047Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-11T17:27:40.086Z] ---> 3867e2378d85 [2021-05-11T17:27:40.086Z] Step 8/8 : RUN go mod download [2021-05-11T17:27:40.317Z] ---> ddd9b1673f6e [2021-05-11T17:27:40.317Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-11T17:27:40.359Z] ---> Running in bc70a64dda4a [2021-05-11T17:27:40.593Z] ---> 1e4192db1635 [2021-05-11T17:27:40.593Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-11T17:27:41.181Z] ---> 23e3fee69d8c [2021-05-11T17:27:41.181Z] Step 22/27 : EXPOSE 48095 [2021-05-11T17:27:41.181Z] ---> Running in 042bb2e3abbf [2021-05-11T17:27:41.448Z] Removing intermediate container 042bb2e3abbf [2021-05-11T17:27:41.448Z] ---> 6d7fafadc60f [2021-05-11T17:27:41.448Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-11T17:27:41.448Z] ---> Running in 2210e04ac478 [2021-05-11T17:27:41.714Z] Removing intermediate container 2210e04ac478 [2021-05-11T17:27:41.714Z] ---> b5ce44115c51 [2021-05-11T17:27:41.714Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T17:27:41.714Z] ---> Running in 313092cdf4b4 [2021-05-11T17:27:41.980Z] Removing intermediate container 313092cdf4b4 [2021-05-11T17:27:41.980Z] ---> 445dd8228a2d [2021-05-11T17:27:41.980Z] Step 25/27 : LABEL arch=amd64 [2021-05-11T17:27:41.980Z] ---> Running in d0eb9ee5e835 [2021-05-11T17:27:42.248Z] Removing intermediate container d0eb9ee5e835 [2021-05-11T17:27:42.248Z] ---> 4c636d597fb2 [2021-05-11T17:27:42.248Z] Step 26/27 : LABEL git_sha=7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:27:42.248Z] ---> Running in 747dc9907ffe [2021-05-11T17:27:43.199Z] Removing intermediate container 747dc9907ffe [2021-05-11T17:27:43.199Z] ---> 5f9d12039a02 [2021-05-11T17:27:43.199Z] Step 27/27 : LABEL version=2.0.0-dev.38 [2021-05-11T17:27:43.199Z] ---> Running in 5e4a3f97beaf [2021-05-11T17:27:43.469Z] Removing intermediate container 5e4a3f97beaf [2021-05-11T17:27:43.469Z] ---> 25c56a02d12b [2021-05-11T17:27:43.469Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T17:27:43.469Z] Successfully built 25c56a02d12b [2021-05-11T17:27:43.469Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T17:27:43.653Z] provisioning config files... [2021-05-11T17:27:43.682Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config1967154667469003433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:27:44.009Z] ---> docker-login.sh [2021-05-11T17:27:44.009Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:27:44.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:44.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:44.273Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:44.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:44.273Z] [2021-05-11T17:27:44.273Z] Login Succeeded [2021-05-11T17:27:44.273Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:27:44.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:44.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:44.536Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:44.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:44.536Z] [2021-05-11T17:27:44.536Z] Login Succeeded [2021-05-11T17:27:44.536Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:27:44.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:44.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:44.800Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:44.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:44.800Z] [2021-05-11T17:27:44.800Z] Login Succeeded [2021-05-11T17:27:44.800Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:27:44.800Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:44.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:44.800Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:44.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:44.800Z] [2021-05-11T17:27:44.800Z] Login Succeeded [2021-05-11T17:27:44.800Z] docker.io [2021-05-11T17:27:45.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:27:45.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:27:45.332Z] Configure a credential helper to remove this warning. See [2021-05-11T17:27:45.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:27:45.333Z] [2021-05-11T17:27:45.333Z] Login Succeeded [2021-05-11T17:27:45.333Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:27:45.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:27:45.418Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2021-05-11T17:27:45.418Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:27:45.418Z] latest [2021-05-11T17:27:45.418Z] 2.0.0-dev.38 [2021-05-11T17:27:45.418Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [2021-05-11T17:27:45.418Z] master [2021-05-11T17:27:45.418Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:45.802Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:46.117Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:27:46.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-05-11T17:27:46.117Z] 7c9783b1a5ba: Preparing [2021-05-11T17:27:46.117Z] 8ba02e01d17f: Preparing [2021-05-11T17:27:46.117Z] fe395c254936: Preparing [2021-05-11T17:27:46.117Z] 12ae1d9cc1b4: Preparing [2021-05-11T17:27:46.117Z] da3b0c41a74e: Preparing [2021-05-11T17:27:46.117Z] 32f366d666a5: Preparing [2021-05-11T17:27:46.117Z] 32f366d666a5: Waiting [2021-05-11T17:27:46.387Z] 12ae1d9cc1b4: Pushed [2021-05-11T17:27:46.387Z] fe395c254936: Pushed [2021-05-11T17:27:46.387Z] 8ba02e01d17f: Pushed [2021-05-11T17:27:46.387Z] 32f366d666a5: Layer already exists [2021-05-11T17:27:46.656Z] da3b0c41a74e: Pushed [2021-05-11T17:27:48.099Z] 7c9783b1a5ba: Pushed [2021-05-11T17:27:48.099Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:48.423Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:48.734Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2021-05-11T17:27:48.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-05-11T17:27:48.734Z] 7c9783b1a5ba: Preparing [2021-05-11T17:27:48.734Z] 8ba02e01d17f: Preparing [2021-05-11T17:27:48.734Z] fe395c254936: Preparing [2021-05-11T17:27:48.734Z] 12ae1d9cc1b4: Preparing [2021-05-11T17:27:48.734Z] da3b0c41a74e: Preparing [2021-05-11T17:27:48.734Z] 32f366d666a5: Preparing [2021-05-11T17:27:48.734Z] 32f366d666a5: Waiting [2021-05-11T17:27:48.734Z] da3b0c41a74e: Layer already exists [2021-05-11T17:27:48.734Z] 7c9783b1a5ba: Layer already exists [2021-05-11T17:27:48.734Z] 8ba02e01d17f: Layer already exists [2021-05-11T17:27:48.734Z] 12ae1d9cc1b4: Layer already exists [2021-05-11T17:27:48.734Z] fe395c254936: Layer already exists [2021-05-11T17:27:48.734Z] 32f366d666a5: Layer already exists [2021-05-11T17:27:48.734Z] latest: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:49.078Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:49.400Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.0-dev.38 [2021-05-11T17:27:49.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-05-11T17:27:49.400Z] 7c9783b1a5ba: Preparing [2021-05-11T17:27:49.401Z] 8ba02e01d17f: Preparing [2021-05-11T17:27:49.401Z] fe395c254936: Preparing [2021-05-11T17:27:49.401Z] 12ae1d9cc1b4: Preparing [2021-05-11T17:27:49.401Z] da3b0c41a74e: Preparing [2021-05-11T17:27:49.401Z] 32f366d666a5: Preparing [2021-05-11T17:27:49.401Z] 32f366d666a5: Waiting [2021-05-11T17:27:49.401Z] 7c9783b1a5ba: Layer already exists [2021-05-11T17:27:49.401Z] 12ae1d9cc1b4: Layer already exists [2021-05-11T17:27:49.401Z] 8ba02e01d17f: Layer already exists [2021-05-11T17:27:49.401Z] fe395c254936: Layer already exists [2021-05-11T17:27:49.401Z] da3b0c41a74e: Layer already exists [2021-05-11T17:27:49.401Z] 32f366d666a5: Layer already exists [2021-05-11T17:27:49.401Z] 2.0.0-dev.38: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:49.749Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:50.097Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [2021-05-11T17:27:50.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-05-11T17:27:50.097Z] 7c9783b1a5ba: Preparing [2021-05-11T17:27:50.097Z] 8ba02e01d17f: Preparing [2021-05-11T17:27:50.097Z] fe395c254936: Preparing [2021-05-11T17:27:50.097Z] 12ae1d9cc1b4: Preparing [2021-05-11T17:27:50.097Z] da3b0c41a74e: Preparing [2021-05-11T17:27:50.097Z] 32f366d666a5: Preparing [2021-05-11T17:27:50.097Z] 32f366d666a5: Waiting [2021-05-11T17:27:50.097Z] 7c9783b1a5ba: Layer already exists [2021-05-11T17:27:50.097Z] da3b0c41a74e: Layer already exists [2021-05-11T17:27:50.097Z] 8ba02e01d17f: Layer already exists [2021-05-11T17:27:50.097Z] fe395c254936: Layer already exists [2021-05-11T17:27:50.097Z] 12ae1d9cc1b4: Layer already exists [2021-05-11T17:27:50.097Z] 32f366d666a5: Layer already exists [2021-05-11T17:27:50.097Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:50.420Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:27:50.746Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:master [2021-05-11T17:27:50.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2021-05-11T17:27:50.747Z] 7c9783b1a5ba: Preparing [2021-05-11T17:27:50.747Z] 8ba02e01d17f: Preparing [2021-05-11T17:27:50.747Z] fe395c254936: Preparing [2021-05-11T17:27:50.747Z] 12ae1d9cc1b4: Preparing [2021-05-11T17:27:50.747Z] da3b0c41a74e: Preparing [2021-05-11T17:27:50.747Z] 32f366d666a5: Preparing [2021-05-11T17:27:50.747Z] 32f366d666a5: Waiting [2021-05-11T17:27:50.747Z] da3b0c41a74e: Layer already exists [2021-05-11T17:27:50.747Z] 12ae1d9cc1b4: Layer already exists [2021-05-11T17:27:50.747Z] fe395c254936: Layer already exists [2021-05-11T17:27:50.747Z] 7c9783b1a5ba: Layer already exists [2021-05-11T17:27:50.747Z] 8ba02e01d17f: Layer already exists [2021-05-11T17:27:50.747Z] 32f366d666a5: Layer already exists [2021-05-11T17:27:50.747Z] master: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:27:50.821Z] ===================================================== [Pipeline] echo [2021-05-11T17:27:50.843Z] taggedImages: [2021-05-11T17:27:50.843Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:27:50.843Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2021-05-11T17:27:50.843Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.0-dev.38 [2021-05-11T17:27:50.843Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [2021-05-11T17:27:50.843Z] - nexus3.edgexfoundry.org:10004/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-05-11T17:27:51.422Z] ---> job-cost.sh [2021-05-11T17:27:51.422Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5zNm [2021-05-11T17:28:07.184Z] Removing intermediate container bc70a64dda4a [2021-05-11T17:28:07.184Z] ---> 6d77e0dbb608 [2021-05-11T17:28:07.184Z] Successfully built 6d77e0dbb608 [2021-05-11T17:28:07.184Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:28:07.529Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:28:07.529Z] . [Pipeline] withDockerContainer [2021-05-11T17:28:07.801Z] prd-ubuntu18.04-docker-arm64-4c-16g-4534 does not seem to be running inside a container [2021-05-11T17:28:07.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/109 -v /w/workspace/app-service-configurable/109:/w/workspace/app-service-configurable/109:rw,z -v /w/workspace/app-service-configurable/109@tmp:/w/workspace/app-service-configurable/109@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-05-11T17:28:09.484Z] $ docker top 864a2c1fc245a469a9b7ba2e641310677664d4c73f11b06ea8d4be6be734875b -eo pid,comm [2021-05-11T17:28:09.604Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] { [Pipeline] sh [2021-05-11T17:28:10.465Z] + go version [2021-05-11T17:28:10.465Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T17:28:10.505Z] $ docker stop --time=1 864a2c1fc245a469a9b7ba2e641310677664d4c73f11b06ea8d4be6be734875b [2021-05-11T17:28:12.420Z] $ docker rm -f 864a2c1fc245a469a9b7ba2e641310677664d4c73f11b06ea8d4be6be734875b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:28:13.085Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T17:28:13.085Z] . [Pipeline] withDockerContainer [2021-05-11T17:28:13.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-4534 does not seem to be running inside a container [2021-05-11T17:28:13.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/109 -v /w/workspace/app-service-configurable/109:/w/workspace/app-service-configurable/109:rw,z -v /w/workspace/app-service-configurable/109@tmp:/w/workspace/app-service-configurable/109@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-05-11T17:28:15.081Z] $ docker top 8529d6df6407e1a9455634d80b0f026c0f772e0cf87812459af2908676937e27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:28:16.080Z] + go mod tidy [Pipeline] sh [2021-05-11T17:28:17.349Z] + make test [2021-05-11T17:28:17.349Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-11T17:28:36.253Z] lf-activate-venv(): INFO: Adding /tmp/venv-5zNm/bin to PATH [2021-05-11T17:28:36.253Z] INFO: No Stack... [2021-05-11T17:28:36.517Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:28:37.090Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:28:37.671Z] + cut -d, -f6 [2021-05-11T17:28:37.672Z] + cat /w/workspace/app-service-configurable/109/archives/cost.csv [Pipeline] lock [2021-05-11T17:28:37.782Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] [2021-05-11T17:28:37.791Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] did not exist. Created. [2021-05-11T17:28:37.791Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:28:38.128Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-11T17:28:38.367Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:28:38.377Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T17:29:04.390Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-11T17:29:04.665Z] CGO_ENABLED=1 go vet ./... [2021-05-11T17:29:37.039Z] gofmt -l . [2021-05-11T17:29:37.039Z] [ "`gofmt -l .`" = "" ] [2021-05-11T17:29:37.039Z] ./bin/test-go-mod-tidy.sh [2021-05-11T17:29:37.039Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-11T17:29:37.081Z] $ docker stop --time=1 8529d6df6407e1a9455634d80b0f026c0f772e0cf87812459af2908676937e27 [2021-05-11T17:29:39.223Z] $ docker rm -f 8529d6df6407e1a9455634d80b0f026c0f772e0cf87812459af2908676937e27 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T17:29:40.081Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-11T17:29:40.101Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T17:29:41.059Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T17:29:41.528Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-11T17:29:41.887Z] + ls -al . [2021-05-11T17:29:41.887Z] total 116 [2021-05-11T17:29:41.887Z] drwxrwxr-x 7 jenkins jenkins 4096 May 11 17:29 . [2021-05-11T17:29:41.887Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:26 .. [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 119 May 11 17:26 .dockerignore [2021-05-11T17:29:41.887Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:26 .git [2021-05-11T17:29:41.887Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:26 .github [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 111 May 11 17:26 .gitignore [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 7306 May 11 17:26 Attribution.txt [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 2032 May 11 17:26 Dockerfile [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 970 May 11 17:26 Dockerfile.build [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 687 May 11 17:26 Jenkinsfile [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 11 17:26 LICENSE [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 3230 May 11 17:26 README.md [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 12 May 11 17:23 VERSION [2021-05-11T17:29:41.887Z] drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:26 bin [2021-05-11T17:29:41.887Z] -rw-r--r-- 1 jenkins jenkins 10 May 11 17:28 coverage.out [2021-05-11T17:29:41.887Z] -rw-r--r-- 1 jenkins jenkins 136 May 11 17:29 go.mod [2021-05-11T17:29:41.887Z] -rw-r--r-- 1 jenkins jenkins 20757 May 11 17:28 go.sum [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 1460 May 11 17:26 main.go [2021-05-11T17:29:41.887Z] -rw-rw-r-- 1 jenkins jenkins 1582 May 11 17:26 makefile [2021-05-11T17:29:41.887Z] drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:26 res [2021-05-11T17:29:41.887Z] drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:26 snap [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:29:42.260Z] + docker build -t 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=7e5076a06d1fca8907f338ea4dcff90d7c796855 --label arch=arm64 --label version=2.0.0-dev.38 . [2021-05-11T17:29:42.260Z] Sending build context to Docker daemon 116.2kB [2021-05-11T17:29:42.915Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T17:29:42.915Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-11T17:29:42.915Z] ---> 6d77e0dbb608 [2021-05-11T17:29:42.915Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-11T17:29:42.915Z] ---> Running in b9e631d4b4c4 [2021-05-11T17:29:43.522Z] Removing intermediate container b9e631d4b4c4 [2021-05-11T17:29:43.522Z] ---> 75d8f21a7c07 [2021-05-11T17:29:43.522Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-11T17:29:43.522Z] ---> Running in b439d2f794c6 [2021-05-11T17:29:44.129Z] Removing intermediate container b439d2f794c6 [2021-05-11T17:29:44.129Z] ---> 0dbe1598b799 [2021-05-11T17:29:44.129Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T17:29:44.129Z] ---> Running in 6c4821135dfa [2021-05-11T17:29:44.404Z] Removing intermediate container 6c4821135dfa [2021-05-11T17:29:44.404Z] ---> 824df2cf57ab [2021-05-11T17:29:44.404Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T17:29:44.675Z] ---> Running in 2403113f0239 [2021-05-11T17:29:46.649Z] Removing intermediate container 2403113f0239 [2021-05-11T17:29:46.650Z] ---> 401ca8d902be [2021-05-11T17:29:46.650Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-11T17:29:46.650Z] ---> Running in e25b1a44733d [2021-05-11T17:29:48.099Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:29:48.691Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:29:49.660Z] OK: 139 MiB in 46 packages [2021-05-11T17:29:50.645Z] Removing intermediate container e25b1a44733d [2021-05-11T17:29:50.645Z] ---> 0f68cd976610 [2021-05-11T17:29:50.645Z] Step 8/27 : WORKDIR /app [2021-05-11T17:29:50.919Z] ---> Running in 7ae75a8e84e5 [2021-05-11T17:29:51.512Z] Removing intermediate container 7ae75a8e84e5 [2021-05-11T17:29:51.512Z] ---> 255b4233823e [2021-05-11T17:29:51.512Z] Step 9/27 : COPY go.mod . [2021-05-11T17:29:52.110Z] ---> 45c2ff705617 [2021-05-11T17:29:52.110Z] Step 10/27 : RUN go mod download [2021-05-11T17:29:52.110Z] ---> Running in 03bb9c683ba2 [2021-05-11T17:29:54.732Z] Removing intermediate container 03bb9c683ba2 [2021-05-11T17:29:54.732Z] ---> 85972c8835f1 [2021-05-11T17:29:54.732Z] Step 11/27 : COPY . . [2021-05-11T17:29:55.326Z] ---> 3cb320f65e05 [2021-05-11T17:29:55.326Z] Step 12/27 : ARG MAKE="make build" [2021-05-11T17:29:55.326Z] ---> Running in 706afa6d00c7 [2021-05-11T17:29:55.915Z] Removing intermediate container 706afa6d00c7 [2021-05-11T17:29:55.915Z] ---> 45e65c3250c4 [2021-05-11T17:29:55.915Z] Step 13/27 : RUN $MAKE [2021-05-11T17:29:55.915Z] ---> Running in 29722a3fe379 [2021-05-11T17:29:56.897Z] go mod tidy [2021-05-11T17:29:57.492Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.38" -o app-service-configurable [2021-05-11T17:30:36.527Z] Removing intermediate container 29722a3fe379 [2021-05-11T17:30:36.527Z] ---> 317ae9820540 [2021-05-11T17:30:36.527Z] Step 14/27 : FROM alpine:3.12 [2021-05-11T17:30:36.527Z] 3.12: Pulling from library/alpine [2021-05-11T17:30:36.527Z] d2f70382dc9a: Pulling fs layer [2021-05-11T17:30:37.120Z] d2f70382dc9a: Verifying Checksum [2021-05-11T17:30:37.120Z] d2f70382dc9a: Download complete [2021-05-11T17:30:37.714Z] d2f70382dc9a: Pull complete [2021-05-11T17:30:37.714Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T17:30:37.714Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T17:30:37.714Z] ---> 9852663dfa18 [2021-05-11T17:30:37.714Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-11T17:30:37.987Z] ---> Running in ce98771b2f3c [2021-05-11T17:30:38.583Z] Removing intermediate container ce98771b2f3c [2021-05-11T17:30:38.583Z] ---> 6abb6bdbbf6c [2021-05-11T17:30:38.583Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-11T17:30:38.583Z] ---> Running in 686a12cab009 [2021-05-11T17:30:39.183Z] Removing intermediate container 686a12cab009 [2021-05-11T17:30:39.183Z] ---> 0e7d0efde7dc [2021-05-11T17:30:39.183Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-11T17:30:39.183Z] ---> Running in 9db97930d660 [2021-05-11T17:30:40.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T17:30:40.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T17:30:41.222Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-11T17:30:41.222Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-11T17:30:41.222Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-11T17:30:41.222Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-11T17:30:41.222Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-11T17:30:41.222Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-11T17:30:41.496Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-11T17:30:41.496Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T17:30:41.496Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T17:30:41.496Z] OK: 9 MiB in 21 packages [2021-05-11T17:30:43.475Z] Removing intermediate container 9db97930d660 [2021-05-11T17:30:43.475Z] ---> 71bc33935f74 [2021-05-11T17:30:43.475Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-11T17:30:44.072Z] ---> 82e635bb9cf3 [2021-05-11T17:30:44.072Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-11T17:30:45.048Z] ---> b737daee0d52 [2021-05-11T17:30:45.048Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-11T17:30:45.641Z] ---> 5e053c6939fa [2021-05-11T17:30:45.641Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-11T17:30:47.074Z] ---> 72681061ba0a [2021-05-11T17:30:47.074Z] Step 22/27 : EXPOSE 48095 [2021-05-11T17:30:47.348Z] ---> Running in ea710f9d89d7 [2021-05-11T17:30:47.622Z] Removing intermediate container ea710f9d89d7 [2021-05-11T17:30:47.622Z] ---> 800301a0d1c9 [2021-05-11T17:30:47.622Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-11T17:30:47.894Z] ---> Running in 19fbf18e05a0 [2021-05-11T17:30:48.486Z] Removing intermediate container 19fbf18e05a0 [2021-05-11T17:30:48.486Z] ---> f6a8f88e62be [2021-05-11T17:30:48.486Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T17:30:48.486Z] ---> Running in ed174b2e0bf0 [2021-05-11T17:30:49.080Z] Removing intermediate container ed174b2e0bf0 [2021-05-11T17:30:49.080Z] ---> 21cb5098945a [2021-05-11T17:30:49.080Z] Step 25/27 : LABEL arch=arm64 [2021-05-11T17:30:49.080Z] ---> Running in 05c5b9a62382 [2021-05-11T17:30:49.674Z] Removing intermediate container 05c5b9a62382 [2021-05-11T17:30:49.674Z] ---> 67281da012a8 [2021-05-11T17:30:49.674Z] Step 26/27 : LABEL git_sha=7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:30:49.674Z] ---> Running in 491d2a6646dd [2021-05-11T17:30:50.270Z] Removing intermediate container 491d2a6646dd [2021-05-11T17:30:50.270Z] ---> d5f7dbcc974f [2021-05-11T17:30:50.270Z] Step 27/27 : LABEL version=2.0.0-dev.38 [2021-05-11T17:30:50.270Z] ---> Running in f4073b66a2d7 [2021-05-11T17:30:50.864Z] Removing intermediate container f4073b66a2d7 [2021-05-11T17:30:50.864Z] ---> 804840b4d483 [2021-05-11T17:30:50.864Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-11T17:30:50.864Z] Successfully built 804840b4d483 [2021-05-11T17:30:50.864Z] Successfully tagged 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-05-11T17:30:51.019Z] provisioning config files... [2021-05-11T17:30:51.054Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config4023631754707473455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:30:51.418Z] ---> docker-login.sh [2021-05-11T17:30:51.418Z] nexus3.edgexfoundry.org:10001 [2021-05-11T17:30:51.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:30:51.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:30:51.962Z] Configure a credential helper to remove this warning. See [2021-05-11T17:30:51.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:30:51.962Z] [2021-05-11T17:30:51.962Z] Login Succeeded [2021-05-11T17:30:51.962Z] nexus3.edgexfoundry.org:10002 [2021-05-11T17:30:52.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:30:52.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:30:52.507Z] Configure a credential helper to remove this warning. See [2021-05-11T17:30:52.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:30:52.507Z] [2021-05-11T17:30:52.507Z] Login Succeeded [2021-05-11T17:30:52.507Z] nexus3.edgexfoundry.org:10003 [2021-05-11T17:30:53.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:30:53.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:30:53.101Z] Configure a credential helper to remove this warning. See [2021-05-11T17:30:53.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:30:53.101Z] [2021-05-11T17:30:53.101Z] Login Succeeded [2021-05-11T17:30:53.101Z] nexus3.edgexfoundry.org:10004 [2021-05-11T17:30:54.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:30:54.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:30:54.552Z] Configure a credential helper to remove this warning. See [2021-05-11T17:30:54.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:30:54.552Z] [2021-05-11T17:30:54.552Z] Login Succeeded [2021-05-11T17:30:54.552Z] docker.io [2021-05-11T17:30:54.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T17:30:54.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T17:30:54.552Z] Configure a credential helper to remove this warning. See [2021-05-11T17:30:54.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T17:30:54.552Z] [2021-05-11T17:30:54.552Z] Login Succeeded [2021-05-11T17:30:54.552Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T17:30:54.570Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:30:54.646Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2021-05-11T17:30:54.646Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:30:54.646Z] latest [2021-05-11T17:30:54.646Z] 2.0.0-dev.38 [2021-05-11T17:30:54.646Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [2021-05-11T17:30:54.646Z] master [2021-05-11T17:30:54.646Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:55.037Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:55.380Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:30:55.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-05-11T17:30:55.380Z] d6ca7ce379e4: Preparing [2021-05-11T17:30:55.380Z] e0bd76f90754: Preparing [2021-05-11T17:30:55.380Z] a7ed6406e224: Preparing [2021-05-11T17:30:55.380Z] 2e4c7220fece: Preparing [2021-05-11T17:30:55.380Z] 9fc8101b4afd: Preparing [2021-05-11T17:30:55.380Z] 3fbe34a1663b: Preparing [2021-05-11T17:30:55.380Z] 3fbe34a1663b: Waiting [2021-05-11T17:30:55.656Z] a7ed6406e224: Pushed [2021-05-11T17:30:55.656Z] e0bd76f90754: Pushed [2021-05-11T17:30:55.656Z] 2e4c7220fece: Pushed [2021-05-11T17:30:55.929Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:30:56.521Z] 9fc8101b4afd: Pushed [2021-05-11T17:30:58.488Z] d6ca7ce379e4: Pushed [2021-05-11T17:30:58.763Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:59.111Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:30:59.451Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2021-05-11T17:30:59.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-05-11T17:30:59.451Z] d6ca7ce379e4: Preparing [2021-05-11T17:30:59.451Z] e0bd76f90754: Preparing [2021-05-11T17:30:59.451Z] a7ed6406e224: Preparing [2021-05-11T17:30:59.451Z] 2e4c7220fece: Preparing [2021-05-11T17:30:59.451Z] 9fc8101b4afd: Preparing [2021-05-11T17:30:59.451Z] 3fbe34a1663b: Preparing [2021-05-11T17:30:59.451Z] 3fbe34a1663b: Waiting [2021-05-11T17:30:59.722Z] d6ca7ce379e4: Layer already exists [2021-05-11T17:30:59.722Z] a7ed6406e224: Layer already exists [2021-05-11T17:30:59.722Z] 2e4c7220fece: Layer already exists [2021-05-11T17:30:59.722Z] e0bd76f90754: Layer already exists [2021-05-11T17:30:59.722Z] 9fc8101b4afd: Layer already exists [2021-05-11T17:30:59.722Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:30:59.722Z] latest: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:31:00.065Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:31:00.404Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.0-dev.38 [2021-05-11T17:31:00.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-05-11T17:31:00.404Z] d6ca7ce379e4: Preparing [2021-05-11T17:31:00.404Z] e0bd76f90754: Preparing [2021-05-11T17:31:00.404Z] a7ed6406e224: Preparing [2021-05-11T17:31:00.404Z] 2e4c7220fece: Preparing [2021-05-11T17:31:00.404Z] 9fc8101b4afd: Preparing [2021-05-11T17:31:00.404Z] 3fbe34a1663b: Preparing [2021-05-11T17:31:00.404Z] 3fbe34a1663b: Waiting [2021-05-11T17:31:00.676Z] 2e4c7220fece: Layer already exists [2021-05-11T17:31:00.676Z] d6ca7ce379e4: Layer already exists [2021-05-11T17:31:00.676Z] 9fc8101b4afd: Layer already exists [2021-05-11T17:31:00.676Z] e0bd76f90754: Layer already exists [2021-05-11T17:31:00.676Z] a7ed6406e224: Layer already exists [2021-05-11T17:31:00.676Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:31:00.676Z] 2.0.0-dev.38: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:31:01.025Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:31:01.379Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [2021-05-11T17:31:01.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-05-11T17:31:01.379Z] d6ca7ce379e4: Preparing [2021-05-11T17:31:01.379Z] e0bd76f90754: Preparing [2021-05-11T17:31:01.379Z] a7ed6406e224: Preparing [2021-05-11T17:31:01.379Z] 2e4c7220fece: Preparing [2021-05-11T17:31:01.379Z] 9fc8101b4afd: Preparing [2021-05-11T17:31:01.379Z] 3fbe34a1663b: Preparing [2021-05-11T17:31:01.379Z] 3fbe34a1663b: Waiting [2021-05-11T17:31:01.651Z] a7ed6406e224: Layer already exists [2021-05-11T17:31:01.651Z] 9fc8101b4afd: Layer already exists [2021-05-11T17:31:01.651Z] d6ca7ce379e4: Layer already exists [2021-05-11T17:31:01.651Z] 2e4c7220fece: Layer already exists [2021-05-11T17:31:01.651Z] e0bd76f90754: Layer already exists [2021-05-11T17:31:01.651Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:31:01.651Z] 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:31:02.003Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:31:02.344Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:master [2021-05-11T17:31:02.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2021-05-11T17:31:02.344Z] d6ca7ce379e4: Preparing [2021-05-11T17:31:02.344Z] e0bd76f90754: Preparing [2021-05-11T17:31:02.344Z] a7ed6406e224: Preparing [2021-05-11T17:31:02.344Z] 2e4c7220fece: Preparing [2021-05-11T17:31:02.344Z] 9fc8101b4afd: Preparing [2021-05-11T17:31:02.344Z] 3fbe34a1663b: Preparing [2021-05-11T17:31:02.344Z] 3fbe34a1663b: Waiting [2021-05-11T17:31:02.616Z] 2e4c7220fece: Layer already exists [2021-05-11T17:31:02.616Z] 9fc8101b4afd: Layer already exists [2021-05-11T17:31:02.616Z] e0bd76f90754: Layer already exists [2021-05-11T17:31:02.616Z] a7ed6406e224: Layer already exists [2021-05-11T17:31:02.616Z] d6ca7ce379e4: Layer already exists [2021-05-11T17:31:02.616Z] 3fbe34a1663b: Layer already exists [2021-05-11T17:31:02.616Z] master: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-11T17:31:02.683Z] ===================================================== [Pipeline] echo [2021-05-11T17:31:02.699Z] taggedImages: [2021-05-11T17:31:02.699Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855 [2021-05-11T17:31:02.699Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2021-05-11T17:31:02.699Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.0-dev.38 [2021-05-11T17:31:02.699Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [2021-05-11T17:31:02.699Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:31:03.096Z] ---> job-cost.sh [2021-05-11T17:31:03.096Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TVbX [2021-05-11T17:31:50.012Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T17:33:26.810Z] lf-activate-venv(): INFO: Adding /tmp/venv-TVbX/bin to PATH [2021-05-11T17:33:26.810Z] INFO: No Stack... [2021-05-11T17:33:27.082Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T17:33:27.679Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T17:33:28.024Z] + cut -d, -f6+ [2021-05-11T17:33:28.024Z] cat /w/workspace/app-service-configurable/109/archives/cost.csv [Pipeline] lock [2021-05-11T17:33:28.146Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] [2021-05-11T17:33:28.168Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] did not exist. Created. [2021-05-11T17:33:28.168Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T17:33:28.568Z] /w/workspace/app-service-configurable/109@tmp/durable-ef135aa4/script.sh: 1: /w/workspace/app-service-configurable/109@tmp/durable-ef135aa4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-11T17:33:28.918Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T17:33:28.937Z] Warning: overwriting stash ‘stack-cost’ [2021-05-11T17:33:29.094Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T17:33:29.111Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-109-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-05-11T17:33:29.512Z] provisioning config files... [2021-05-11T17:33:29.523Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8360142426910870297tmp [Pipeline] { [Pipeline] sh [2021-05-11T17:33:29.868Z] + set +x [2021-05-11T17:33:29.868Z] + curl -s https://codecov.io/bash [2021-05-11T17:33:29.868Z] + bash -s -- [2021-05-11T17:33:30.134Z] [2021-05-11T17:33:30.134Z] _____ _ [2021-05-11T17:33:30.134Z] / ____| | | [2021-05-11T17:33:30.134Z] | | ___ __| | ___ ___ _____ __ [2021-05-11T17:33:30.134Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-11T17:33:30.134Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-11T17:33:30.134Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-11T17:33:30.134Z] Bash-1.0.2 [2021-05-11T17:33:30.134Z] [2021-05-11T17:33:30.134Z] [2021-05-11T17:33:30.134Z] ==> git version 2.24.3 found [2021-05-11T17:33:30.134Z] ==> 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-05-11T17:33:30.134Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-11T17:33:30.134Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-11T17:33:30.134Z] ==> Jenkins CI detected. [2021-05-11T17:33:30.134Z] project root: . [2021-05-11T17:33:30.134Z] --> token set from env [2021-05-11T17:33:30.134Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-11T17:33:30.134Z] ==> Running gcov in . (disable via -X gcov) [2021-05-11T17:33:30.134Z] ==> Python coveragepy not found [2021-05-11T17:33:30.134Z] ==> Searching for coverage reports in: [2021-05-11T17:33:30.134Z] + . [2021-05-11T17:33:30.134Z] -> Found 1 reports [2021-05-11T17:33:30.134Z] ==> Detecting git/mercurial file structure [2021-05-11T17:33:30.134Z] ==> Reading reports [2021-05-11T17:33:30.134Z] + ./coverage.out bytes=10 [2021-05-11T17:33:30.134Z] ==> Appending adjustments [2021-05-11T17:33:30.134Z] https://docs.codecov.io/docs/fixing-reports [2021-05-11T17:33:30.398Z] + Found adjustments [2021-05-11T17:33:30.398Z] ==> Gzipping contents [2021-05-11T17:33:30.398Z] 4.0K /tmp/codecov.AtkxZQ.gz [2021-05-11T17:33:30.398Z] ==> Uploading reports [2021-05-11T17:33:30.398Z] url: https://codecov.io [2021-05-11T17:33:30.398Z] query: branch=master&commit=7e5076a06d1fca8907f338ea4dcff90d7c796855&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:33:30.398Z] -> Pinging Codecov [2021-05-11T17:33:30.398Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=7e5076a06d1fca8907f338ea4dcff90d7c796855&build=109&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F109%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-11T17:33:30.974Z] -> Uploading to [2021-05-11T17:33:30.974Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-11/A97CA9966030D2A3747ED39772930CCE/7e5076a06d1fca8907f338ea4dcff90d7c796855/8fa78e6c-ed72-47b7-9bdd-eff920f64a24.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T173330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aee4c0a17e9539f91e36fa9cf4074b06f718234ffb6479882fcd87d682364162 [2021-05-11T17:33:30.974Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-11T17:33:30.974Z] Dload Upload Total Spent Left Speed [2021-05-11T17:33:31.241Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 382 0 0 100 382 0 940 --:--:-- --:--:-- --:--:-- 940 [2021-05-11T17:33:31.241Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] } [2021-05-11T17:33:31.257Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-11T17:33:31.511Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-11T17:33:31.528Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:33:31.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:33:31.862Z] [2021-05-11T17:33:31.863Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:33:32.409Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:33:32.409Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-11T17:33:32.409Z] 188c0c94c7c5: Pulling fs layer [2021-05-11T17:33:32.409Z] 0ef7d3d256c8: Pulling fs layer [2021-05-11T17:33:32.409Z] de9db76c5a1d: Pulling fs layer [2021-05-11T17:33:32.409Z] 0eba1c9be4d2: Pulling fs layer [2021-05-11T17:33:32.409Z] 0d57e429df01: Pulling fs layer [2021-05-11T17:33:32.409Z] 4e4be7b47b0d: Pulling fs layer [2021-05-11T17:33:32.409Z] e1f770b5df2f: Pulling fs layer [2021-05-11T17:33:32.409Z] 85a0685a4137: Pulling fs layer [2021-05-11T17:33:32.409Z] e1f770b5df2f: Waiting [2021-05-11T17:33:32.409Z] 0eba1c9be4d2: Waiting [2021-05-11T17:33:32.409Z] 0d57e429df01: Waiting [2021-05-11T17:33:32.409Z] 4e4be7b47b0d: Waiting [2021-05-11T17:33:32.409Z] 85a0685a4137: Waiting [2021-05-11T17:33:32.410Z] de9db76c5a1d: Verifying Checksum [2021-05-11T17:33:32.410Z] de9db76c5a1d: Download complete [2021-05-11T17:33:32.410Z] 0ef7d3d256c8: Verifying Checksum [2021-05-11T17:33:32.410Z] 0ef7d3d256c8: Download complete [2021-05-11T17:33:32.410Z] 0d57e429df01: Verifying Checksum [2021-05-11T17:33:32.410Z] 0d57e429df01: Download complete [2021-05-11T17:33:32.410Z] 4e4be7b47b0d: Verifying Checksum [2021-05-11T17:33:32.410Z] 4e4be7b47b0d: Download complete [2021-05-11T17:33:32.410Z] 188c0c94c7c5: Verifying Checksum [2021-05-11T17:33:32.410Z] 188c0c94c7c5: Download complete [2021-05-11T17:33:33.015Z] 188c0c94c7c5: Pull complete [2021-05-11T17:33:33.282Z] 0ef7d3d256c8: Pull complete [2021-05-11T17:33:33.282Z] de9db76c5a1d: Pull complete [2021-05-11T17:33:33.865Z] e1f770b5df2f: Verifying Checksum [2021-05-11T17:33:33.865Z] e1f770b5df2f: Download complete [2021-05-11T17:33:37.288Z] 0eba1c9be4d2: Verifying Checksum [2021-05-11T17:33:37.288Z] 0eba1c9be4d2: Download complete [2021-05-11T17:33:37.288Z] 85a0685a4137: Verifying Checksum [2021-05-11T17:33:37.288Z] 85a0685a4137: Download complete [2021-05-11T17:33:43.969Z] 0eba1c9be4d2: Pull complete [2021-05-11T17:33:44.246Z] 0d57e429df01: Pull complete [2021-05-11T17:33:44.518Z] 4e4be7b47b0d: Pull complete [2021-05-11T17:33:46.493Z] e1f770b5df2f: Pull complete [2021-05-11T17:33:56.726Z] 85a0685a4137: Pull complete [2021-05-11T17:33:56.726Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-11T17:33:56.726Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-11T17:33:56.726Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-11T17:33:57.004Z] prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container [2021-05-11T17:33:57.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-11T17:33:58.349Z] $ docker top d781cd1bc300c80578ab7c37b4c8361433ee2d726d7ebdb6554e6888a7226c4b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T17:33:58.489Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-11T17:33:58.818Z] + set -o pipefail [2021-05-11T17:33:58.818Z] + snyk monitor '--org=edgex-jenkins' [2021-05-11T17:34:08.963Z] [2021-05-11T17:34:08.963Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-05-11T17:34:08.963Z] [2021-05-11T17:34:08.963Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/2179db6a-ee08-4fe9-b449-6222b10b1dde [2021-05-11T17:34:08.963Z] [2021-05-11T17:34:08.963Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-11T17:34:08.963Z] [2021-05-11T17:34:08.963Z] [Pipeline] } [2021-05-11T17:34:08.985Z] $ docker stop --time=1 d781cd1bc300c80578ab7c37b4c8361433ee2d726d7ebdb6554e6888a7226c4b [2021-05-11T17:34:11.774Z] $ docker rm -f d781cd1bc300c80578ab7c37b4c8361433ee2d726d7ebdb6554e6888a7226c4b [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-05-11T17:34:13.238Z] + git log --format=format:%s -1 7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:34:13.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:34:13.657Z] . [Pipeline] withDockerContainer [2021-05-11T17:34:13.940Z] prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container [2021-05-11T17:34:14.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:34:15.059Z] $ docker top 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:34:15.382Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:34:15.382Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:34:15.882Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:34:15.888Z] $ docker exec 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 ssh-agent [2021-05-11T17:34:16.330Z] SSH_AUTH_SOCK=/tmp/ssh-r2tUTcfTLeXO/agent.12 [2021-05-11T17:34:16.330Z] SSH_AGENT_PID=17 [2021-05-11T17:34:16.365Z] Running ssh-add (command line suppressed) [2021-05-11T17:34:16.577Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8566586287995610922.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8566586287995610922.key) [2021-05-11T17:34:16.700Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:34:17.376Z] + git semver tag [2021-05-11T17:34:17.376Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:34:17.376Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-11T17:34:17.376Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-11T17:34:17.376Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:34:17.376Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:34:17.376Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:34:17.376Z] # $SEMVER_BRANCH = master [2021-05-11T17:34:17.376Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-05-11T17:34:17.376Z] # 7e5076a06d1fca8907f338ea4dcff90d7c796855 HEAD [2021-05-11T17:34:17.376Z] # -> Force: false [2021-05-11T17:34:17.376Z] # db8333bc31f5797718e969a280a368ddcd5d72fa refs/tags/v2.0.0-dev.38 [Pipeline] } [2021-05-11T17:34:17.394Z] $ docker exec --env ******** --env ******** 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 ssh-agent -k [2021-05-11T17:34:17.585Z] unset SSH_AUTH_SOCK; [2021-05-11T17:34:17.585Z] unset SSH_AGENT_PID; [2021-05-11T17:34:17.585Z] echo Agent pid 17 killed; [2021-05-11T17:34:17.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:34:18.084Z] + git semver [Pipeline] } [2021-05-11T17:34:18.108Z] $ docker stop --time=1 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 [2021-05-11T17:34:19.653Z] $ docker rm -f 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:34:20.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:34:20.196Z] [2021-05-11T17:34:20.196Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:34:20.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:34:20.645Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-11T17:34:20.645Z] ab5ef0e58194: Pulling fs layer [2021-05-11T17:34:20.645Z] 9712f1f96733: Pulling fs layer [2021-05-11T17:34:20.645Z] 63f879dbbcfc: Pulling fs layer [2021-05-11T17:34:20.645Z] 0d9ebad4ef96: Pulling fs layer [2021-05-11T17:34:20.645Z] e9a5061849ea: Pulling fs layer [2021-05-11T17:34:20.645Z] d747dcd14b5f: Pulling fs layer [2021-05-11T17:34:20.645Z] 2de7ff778b66: Pulling fs layer [2021-05-11T17:34:20.645Z] 0d9ebad4ef96: Waiting [2021-05-11T17:34:20.645Z] 2de7ff778b66: Waiting [2021-05-11T17:34:20.645Z] e9a5061849ea: Waiting [2021-05-11T17:34:20.645Z] d747dcd14b5f: Waiting [2021-05-11T17:34:20.924Z] 9712f1f96733: Verifying Checksum [2021-05-11T17:34:20.924Z] 9712f1f96733: Download complete [2021-05-11T17:34:23.768Z] 63f879dbbcfc: Verifying Checksum [2021-05-11T17:34:23.768Z] 63f879dbbcfc: Download complete [2021-05-11T17:34:24.468Z] e9a5061849ea: Verifying Checksum [2021-05-11T17:34:24.468Z] e9a5061849ea: Download complete [2021-05-11T17:34:24.468Z] d747dcd14b5f: Download complete [2021-05-11T17:34:25.106Z] 0d9ebad4ef96: Verifying Checksum [2021-05-11T17:34:25.106Z] 0d9ebad4ef96: Download complete [2021-05-11T17:34:25.399Z] ab5ef0e58194: Verifying Checksum [2021-05-11T17:34:25.399Z] ab5ef0e58194: Download complete [2021-05-11T17:34:25.695Z] 2de7ff778b66: Verifying Checksum [2021-05-11T17:34:25.695Z] 2de7ff778b66: Download complete [2021-05-11T17:34:34.164Z] ab5ef0e58194: Pull complete [2021-05-11T17:34:34.164Z] 9712f1f96733: Pull complete [2021-05-11T17:34:37.553Z] 63f879dbbcfc: Pull complete [2021-05-11T17:34:44.233Z] 0d9ebad4ef96: Pull complete [2021-05-11T17:34:47.557Z] e9a5061849ea: Pull complete [2021-05-11T17:34:47.557Z] d747dcd14b5f: Pull complete [2021-05-11T17:34:48.959Z] 2de7ff778b66: Pull complete [2021-05-11T17:34:48.959Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-11T17:34:48.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-11T17:34:48.959Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-11T17:34:49.192Z] prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container [2021-05-11T17:34:49.250Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-11T17:34:54.309Z] $ docker top 7226a89709d4953adac3e3deb55716073ba202212108e52c731c61276009348a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:34:54.500Z] provisioning config files... [2021-05-11T17:34:54.511Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5223533409572395095tmp [2021-05-11T17:34:54.529Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5183441810415661194tmp [2021-05-11T17:34:54.546Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6606558960465908191tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:34:54.569Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:34:54.884Z] ---> sigul-configuration.sh [2021-05-11T17:34:54.884Z] gpg: directory `/root/.gnupg' created [2021-05-11T17:34:54.884Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-11T17:34:54.884Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-11T17:34:54.884Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-11T17:34:54.884Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-11T17:34:54.884Z] gpg: CAST5 encrypted data [2021-05-11T17:34:55.148Z] gpg: encrypted with 1 passphrase [2021-05-11T17:34:55.148Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-11T17:34:55.461Z] + mkdir /home/jenkins [2021-05-11T17:34:55.462Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-11T17:34:55.770Z] + 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-05-11T17:34:55.783Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:34:56.089Z] ---> sigul-install.sh [2021-05-11T17:35:02.730Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-11T17:35:03.032Z] + git tag --list [2021-05-11T17:35:03.032Z] v1.0.0 [2021-05-11T17:35:03.032Z] v1.1.0 [2021-05-11T17:35:03.032Z] v1.2.0 [2021-05-11T17:35:03.032Z] v1.3.0 [2021-05-11T17:35:03.032Z] v1.3.1 [2021-05-11T17:35:03.032Z] v1.3.1-dev.1 [2021-05-11T17:35:03.032Z] v1.3.1-dev.2 [2021-05-11T17:35:03.032Z] v1.3.1-dev.3 [2021-05-11T17:35:03.032Z] v2.0.0-dev.1 [2021-05-11T17:35:03.032Z] v2.0.0-dev.10 [2021-05-11T17:35:03.032Z] v2.0.0-dev.11 [2021-05-11T17:35:03.032Z] v2.0.0-dev.12 [2021-05-11T17:35:03.032Z] v2.0.0-dev.13 [2021-05-11T17:35:03.032Z] v2.0.0-dev.14 [2021-05-11T17:35:03.032Z] v2.0.0-dev.15 [2021-05-11T17:35:03.032Z] v2.0.0-dev.16 [2021-05-11T17:35:03.032Z] v2.0.0-dev.17 [2021-05-11T17:35:03.032Z] v2.0.0-dev.18 [2021-05-11T17:35:03.032Z] v2.0.0-dev.19 [2021-05-11T17:35:03.032Z] v2.0.0-dev.2 [2021-05-11T17:35:03.032Z] v2.0.0-dev.20 [2021-05-11T17:35:03.032Z] v2.0.0-dev.21 [2021-05-11T17:35:03.032Z] v2.0.0-dev.22 [2021-05-11T17:35:03.032Z] v2.0.0-dev.23 [2021-05-11T17:35:03.032Z] v2.0.0-dev.24 [2021-05-11T17:35:03.032Z] v2.0.0-dev.25 [2021-05-11T17:35:03.032Z] v2.0.0-dev.26 [2021-05-11T17:35:03.032Z] v2.0.0-dev.27 [2021-05-11T17:35:03.032Z] v2.0.0-dev.28 [2021-05-11T17:35:03.032Z] v2.0.0-dev.29 [2021-05-11T17:35:03.032Z] v2.0.0-dev.3 [2021-05-11T17:35:03.032Z] v2.0.0-dev.30 [2021-05-11T17:35:03.032Z] v2.0.0-dev.31 [2021-05-11T17:35:03.032Z] v2.0.0-dev.32 [2021-05-11T17:35:03.032Z] v2.0.0-dev.33 [2021-05-11T17:35:03.032Z] v2.0.0-dev.34 [2021-05-11T17:35:03.032Z] v2.0.0-dev.35 [2021-05-11T17:35:03.032Z] v2.0.0-dev.36 [2021-05-11T17:35:03.032Z] v2.0.0-dev.37 [2021-05-11T17:35:03.032Z] v2.0.0-dev.38 [2021-05-11T17:35:03.032Z] v2.0.0-dev.4 [2021-05-11T17:35:03.032Z] v2.0.0-dev.5 [2021-05-11T17:35:03.032Z] v2.0.0-dev.6 [2021-05-11T17:35:03.032Z] v2.0.0-dev.7 [2021-05-11T17:35:03.032Z] v2.0.0-dev.8 [2021-05-11T17:35:03.032Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-11T17:35:03.466Z] + lftools sign git-tag v2.0.0-dev.38 [2021-05-11T17:35:04.921Z] Signing Git tag with Sigul... [2021-05-11T17:35:04.921Z] Signing v2.0.0-dev.38 [Pipeline] echo [2021-05-11T17:35:05.932Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:35:06.246Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-11T17:35:06.262Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-11T17:35:06.305Z] $ docker stop --time=1 7226a89709d4953adac3e3deb55716073ba202212108e52c731c61276009348a [2021-05-11T17:35:07.899Z] $ docker rm -f 7226a89709d4953adac3e3deb55716073ba202212108e52c731c61276009348a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:35:08.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:35:08.500Z] . [Pipeline] withDockerContainer [2021-05-11T17:35:08.633Z] prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container [2021-05-11T17:35:08.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:35:09.587Z] $ docker top 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:35:09.789Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:35:09.789Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:35:10.077Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:35:10.081Z] $ docker exec 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 ssh-agent [2021-05-11T17:35:10.294Z] SSH_AUTH_SOCK=/tmp/ssh-F4ufNoXKaycL/agent.12 [2021-05-11T17:35:10.294Z] SSH_AGENT_PID=17 [2021-05-11T17:35:10.303Z] Running ssh-add (command line suppressed) [2021-05-11T17:35:10.463Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2555210115193302179.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2555210115193302179.key) [2021-05-11T17:35:10.538Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:35:10.847Z] + git semver bump pre [2021-05-11T17:35:10.847Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:35:10.847Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-11T17:35:10.847Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-11T17:35:10.847Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:35:10.847Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:35:10.847Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:35:10.847Z] # $SEMVER_BRANCH = master [2021-05-11T17:35:10.847Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-05-11T17:35:10.847Z] 2.0.0-dev.39 [Pipeline] } [2021-05-11T17:35:10.861Z] $ docker exec --env ******** --env ******** 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 ssh-agent -k [2021-05-11T17:35:11.010Z] unset SSH_AUTH_SOCK; [2021-05-11T17:35:11.012Z] unset SSH_AGENT_PID; [2021-05-11T17:35:11.012Z] echo Agent pid 17 killed; [2021-05-11T17:35:11.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:35:11.419Z] + git semver [Pipeline] } [2021-05-11T17:35:11.439Z] $ docker stop --time=1 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 [2021-05-11T17:35:12.847Z] $ docker rm -f 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:35:13.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T17:35:13.356Z] . [Pipeline] withDockerContainer [2021-05-11T17:35:13.564Z] prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container [2021-05-11T17:35:13.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T17:35:14.618Z] $ docker top aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T17:35:14.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T17:35:14.994Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T17:35:15.398Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T17:35:15.404Z] $ docker exec aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 ssh-agent [2021-05-11T17:35:15.707Z] SSH_AUTH_SOCK=/tmp/ssh-i8HnS3cFecJ8/agent.11 [2021-05-11T17:35:15.707Z] SSH_AGENT_PID=16 [2021-05-11T17:35:15.718Z] Running ssh-add (command line suppressed) [2021-05-11T17:35:16.124Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4831222842428590806.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4831222842428590806.key) [2021-05-11T17:35:16.456Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T17:35:17.187Z] + git semver push [2021-05-11T17:35:17.187Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T17:35:17.187Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-11T17:35:17.187Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-11T17:35:17.187Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T17:35:17.187Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T17:35:17.187Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T17:35:17.187Z] # $SEMVER_BRANCH = master [2021-05-11T17:35:17.188Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-05-11T17:35:21.506Z] $ docker exec --env ******** --env ******** aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 ssh-agent -k [2021-05-11T17:35:21.881Z] unset SSH_AUTH_SOCK; [2021-05-11T17:35:21.882Z] unset SSH_AGENT_PID; [2021-05-11T17:35:21.883Z] echo Agent pid 16 killed; [2021-05-11T17:35:22.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T17:35:22.883Z] + git semver [Pipeline] } [2021-05-11T17:35:22.972Z] $ docker stop --time=1 aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 [2021-05-11T17:35:24.629Z] $ docker rm -f aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 [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-05-11T17:35:26.231Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:35:26.844Z] ---> package-listing.sh [2021-05-11T17:35:26.844Z] ++ facter osfamily [2021-05-11T17:35:26.844Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T17:35:27.118Z] + OS_FAMILY=redhat [2021-05-11T17:35:27.118Z] + workspace=/w/workspace/_app-service-configurable_master [2021-05-11T17:35:27.118Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T17:35:27.118Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T17:35:27.118Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T17:35:27.118Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T17:35:27.118Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-11T17:35:27.118Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T17:35:27.118Z] + case "${OS_FAMILY}" in [2021-05-11T17:35:27.118Z] + rpm -qa [2021-05-11T17:35:27.118Z] + sort [2021-05-11T17:35:33.855Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T17:35:33.855Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T17:35:33.855Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T17:35:33.855Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-11T17:35:33.855Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-05-11T17:35:33.855Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-05-11T17:35:33.874Z] 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-05-11T17:35:34.241Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:35:34.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:35:35.195Z] [2021-05-11T17:35:35.195Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T17:35:35.620Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:35:35.620Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T17:35:35.620Z] df20fa9351a1: Pulling fs layer [2021-05-11T17:35:35.620Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T17:35:35.620Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T17:35:35.620Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T17:35:35.620Z] 93b61091891f: Pulling fs layer [2021-05-11T17:35:35.620Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T17:35:35.620Z] 5e14af77c1be: Pulling fs layer [2021-05-11T17:35:35.620Z] 01666e4c0597: Pulling fs layer [2021-05-11T17:35:35.620Z] aa168da1d23b: Pulling fs layer [2021-05-11T17:35:35.620Z] 93b9cdb0e59b: Waiting [2021-05-11T17:35:35.620Z] 5e14af77c1be: Waiting [2021-05-11T17:35:35.620Z] 01666e4c0597: Waiting [2021-05-11T17:35:35.620Z] aa168da1d23b: Waiting [2021-05-11T17:35:35.620Z] 46f8f816bc3b: Waiting [2021-05-11T17:35:35.620Z] 93b61091891f: Waiting [2021-05-11T17:35:35.620Z] 36b3adc4ff6f: Verifying Checksum [2021-05-11T17:35:35.620Z] 36b3adc4ff6f: Download complete [2021-05-11T17:35:35.620Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T17:35:35.620Z] 46f8f816bc3b: Download complete [2021-05-11T17:35:35.895Z] df20fa9351a1: Verifying Checksum [2021-05-11T17:35:35.895Z] df20fa9351a1: Download complete [2021-05-11T17:35:35.895Z] 93b61091891f: Verifying Checksum [2021-05-11T17:35:35.895Z] 93b61091891f: Download complete [2021-05-11T17:35:35.895Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T17:35:35.895Z] 93b9cdb0e59b: Download complete [2021-05-11T17:35:35.895Z] 5e14af77c1be: Verifying Checksum [2021-05-11T17:35:35.895Z] 5e14af77c1be: Download complete [2021-05-11T17:35:35.895Z] 01666e4c0597: Verifying Checksum [2021-05-11T17:35:35.895Z] 01666e4c0597: Download complete [2021-05-11T17:35:36.505Z] df20fa9351a1: Pull complete [2021-05-11T17:35:36.505Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T17:35:36.505Z] 8ad3a11d3b57: Download complete [2021-05-11T17:35:37.172Z] 36b3adc4ff6f: Pull complete [2021-05-11T17:35:38.794Z] 8ad3a11d3b57: Pull complete [2021-05-11T17:35:38.794Z] 46f8f816bc3b: Pull complete [2021-05-11T17:35:39.890Z] 93b61091891f: Pull complete [2021-05-11T17:35:40.215Z] 93b9cdb0e59b: Pull complete [2021-05-11T17:35:40.215Z] 5e14af77c1be: Pull complete [2021-05-11T17:35:41.219Z] 01666e4c0597: Pull complete [2021-05-11T17:35:43.309Z] aa168da1d23b: Verifying Checksum [2021-05-11T17:35:43.309Z] aa168da1d23b: Download complete [2021-05-11T17:35:55.933Z] aa168da1d23b: Pull complete [2021-05-11T17:35:55.933Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T17:35:55.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T17:35:55.933Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T17:35:56.226Z] prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container [2021-05-11T17:35:56.300Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T17:35:59.799Z] $ docker top 54d0356eda5fd00c3e65d6de935e59aa81defb0fda23ff66baf07eccad4c9fac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T17:36:00.723Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T17:36:01.779Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T17:36:02.117Z] + ls /var/log/sa-host [2021-05-11T17:36:02.118Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T17:36:02.118Z] file_magic: OK [2021-05-11T17:36:02.118Z] HZ: Using current value: 100 [2021-05-11T17:36:02.118Z] file_header: OK [2021-05-11T17:36:02.118Z] 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-05-11T17:36:02.118Z] Statistics: [2021-05-11T17:36:02.118Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T17:36:02.118Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T17:36:02.118Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T17:36:02.118Z] file_magic: OK [2021-05-11T17:36:02.118Z] HZ: Using current value: 100 [2021-05-11T17:36:02.118Z] file_header: OK [2021-05-11T17:36:02.118Z] 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-05-11T17:36:02.118Z] Statistics: [2021-05-11T17:36:02.118Z] Hnuu...uuuununununu... [2021-05-11T17:36:02.118Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T17:36:02.314Z] provisioning config files... [2021-05-11T17:36:02.332Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4610334014049636192tmp [Pipeline] { [Pipeline] echo [2021-05-11T17:36:02.380Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:36:02.733Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T17:36:02.798Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T17:36:02.834Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:36:03.570Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T17:36:03.585Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:36:03.914Z] ---> sudo-logs.sh [2021-05-11T17:36:03.914Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T17:36:03.978Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:36:04.377Z] ---> job-cost.sh [2021-05-11T17:36:04.377Z] lf-activate-venv: SKIPPING [2021-05-11T17:36:04.377Z] DEBUG: total: 0.20999999344348907 [2021-05-11T17:36:04.377Z] INFO: Retrieving Stack Cost... [2021-05-11T17:36:05.402Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T17:36:06.025Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T17:36:06.071Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T17:36:07.297Z] ---> logs-deploy.sh [2021-05-11T17:36:07.297Z] lf-activate-venv: SKIPPING [2021-05-11T17:36:07.297Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/109 [2021-05-11T17:36:07.297Z] INFO: archiving workspace using pattern(s): [2021-05-11T17:36:10.010Z] Archives upload complete. [2021-05-11T17:36:10.010Z] INFO: archiving logs to Nexus [2021-05-11T17:36:11.991Z] ---> uname -a: [2021-05-11T17:36:11.991Z] Linux prd-centos7-docker-4c-2g-4526.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-05-11T17:36:11.991Z] [2021-05-11T17:36:11.991Z] [2021-05-11T17:36:11.991Z] ---> lscpu: [2021-05-11T17:36:11.991Z] Architecture: x86_64 [2021-05-11T17:36:11.991Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-11T17:36:11.991Z] Byte Order: Little Endian [2021-05-11T17:36:11.991Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-11T17:36:11.991Z] CPU(s): 4 [2021-05-11T17:36:11.991Z] On-line CPU(s) list: 0-3 [2021-05-11T17:36:11.991Z] Thread(s) per core: 1 [2021-05-11T17:36:11.991Z] Core(s) per socket: 1 [2021-05-11T17:36:11.991Z] Socket(s): 4 [2021-05-11T17:36:11.991Z] NUMA node(s): 1 [2021-05-11T17:36:11.991Z] Vendor ID: GenuineIntel [2021-05-11T17:36:11.991Z] CPU family: 6 [2021-05-11T17:36:11.991Z] Model: 44 [2021-05-11T17:36:11.991Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-11T17:36:11.991Z] Stepping: 1 [2021-05-11T17:36:11.991Z] CPU MHz: 2933.436 [2021-05-11T17:36:11.991Z] BogoMIPS: 5866.87 [2021-05-11T17:36:11.991Z] Virtualization: VT-x [2021-05-11T17:36:11.991Z] Hypervisor vendor: KVM [2021-05-11T17:36:11.991Z] Virtualization type: full [2021-05-11T17:36:11.992Z] L1d cache: 128 KiB [2021-05-11T17:36:11.992Z] L1i cache: 128 KiB [2021-05-11T17:36:11.992Z] L2 cache: 16 MiB [2021-05-11T17:36:11.992Z] L3 cache: 64 MiB [2021-05-11T17:36:11.992Z] NUMA node0 CPU(s): 0-3 [2021-05-11T17:36:11.992Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-11T17:36:11.992Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-11T17:36:11.992Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-11T17:36:11.992Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-11T17:36:11.992Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-11T17:36:11.992Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-11T17:36:11.992Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-11T17:36:11.992Z] Vulnerability Srbds: Not affected [2021-05-11T17:36:11.992Z] Vulnerability Tsx async abort: Not affected [2021-05-11T17:36:11.992Z] 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-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] ---> nproc: [2021-05-11T17:36:11.992Z] 4 [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] ---> df -h: [2021-05-11T17:36:11.992Z] Filesystem Size Used Available Use% Mounted on [2021-05-11T17:36:11.992Z] overlay 50.0G 8.5G 41.4G 17% / [2021-05-11T17:36:11.992Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-11T17:36:11.992Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-11T17:36:11.992Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-05-11T17:36:11.992Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] ---> free -m: [2021-05-11T17:36:11.992Z] total used free shared buff/cache available [2021-05-11T17:36:11.992Z] Mem: 1837 830 143 0 863 943 [2021-05-11T17:36:11.992Z] Swap: 1023 3 1020 [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] ---> ip addr: [2021-05-11T17:36:11.992Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-11T17:36:11.992Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-11T17:36:11.992Z] inet 127.0.0.1/8 scope host lo [2021-05-11T17:36:11.992Z] valid_lft forever preferred_lft forever [2021-05-11T17:36:11.992Z] inet6 ::1/128 scope host [2021-05-11T17:36:11.992Z] valid_lft forever preferred_lft forever [2021-05-11T17:36:11.992Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-11T17:36:11.992Z] link/ether fa:16:3e:bb:58:69 brd ff:ff:ff:ff:ff:ff [2021-05-11T17:36:11.992Z] inet 10.30.122.222/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-11T17:36:11.992Z] valid_lft 85566sec preferred_lft 85566sec [2021-05-11T17:36:11.992Z] inet6 fe80::f816:3eff:febb:5869/64 scope link [2021-05-11T17:36:11.992Z] valid_lft forever preferred_lft forever [2021-05-11T17:36:11.992Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-11T17:36:11.992Z] link/ether 02:42:62:c8:89:16 brd ff:ff:ff:ff:ff:ff [2021-05-11T17:36:11.992Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-11T17:36:11.992Z] valid_lft forever preferred_lft forever [2021-05-11T17:36:11.992Z] inet6 fe80::42:62ff:fec8:8916/64 scope link [2021-05-11T17:36:11.992Z] valid_lft forever preferred_lft forever [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] ---> sar -b -r -n DEV: [2021-05-11T17:36:11.992Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] 17:22:05 LINUX RESTART (4 CPU) [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] 17:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-11T17:36:11.992Z] 17:24:01 52.01 15.25 36.76 0.00 4706.72 2353.06 0.00 [2021-05-11T17:36:11.992Z] 17:25:01 1.80 0.00 1.80 0.00 0.00 37.63 0.00 [2021-05-11T17:36:11.992Z] 17:26:01 0.57 0.00 0.57 0.00 0.00 8.73 0.00 [2021-05-11T17:36:11.992Z] 17:27:01 0.32 0.00 0.32 0.00 0.00 4.60 0.00 [2021-05-11T17:36:11.992Z] 17:28:01 0.30 0.00 0.30 0.00 0.00 5.56 0.00 [2021-05-11T17:36:11.992Z] 17:29:01 0.35 0.00 0.35 0.00 0.00 6.06 0.00 [2021-05-11T17:36:11.992Z] 17:30:01 0.22 0.00 0.22 0.00 0.00 3.86 0.00 [2021-05-11T17:36:11.992Z] 17:31:01 0.30 0.00 0.30 0.00 0.00 4.86 0.00 [2021-05-11T17:36:11.992Z] 17:32:01 0.30 0.00 0.30 0.00 0.00 4.58 0.00 [2021-05-11T17:36:11.992Z] 17:33:02 0.33 0.00 0.33 0.00 0.00 5.16 0.00 [2021-05-11T17:36:11.992Z] 17:34:01 235.44 141.68 93.76 0.00 6998.21 33833.40 0.00 [2021-05-11T17:36:11.992Z] 17:35:01 282.57 110.15 172.42 0.00 5129.13 35242.89 0.00 [2021-05-11T17:36:11.992Z] 17:36:01 162.11 66.62 95.49 0.00 5555.54 22123.31 0.00 [2021-05-11T17:36:11.992Z] Average: 56.49 25.55 30.95 0.00 1717.51 7176.35 0.00 [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] 17:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-11T17:36:11.992Z] 17:24:01 176160 0 617424 32.81 2620 1085340 1152548 39.33 438792 1067400 132 [2021-05-11T17:36:11.992Z] 17:25:01 183488 0 610088 32.42 2620 1085348 1098420 37.49 451520 1048660 12 [2021-05-11T17:36:11.992Z] 17:26:01 185004 0 608568 32.34 2620 1085352 1079908 36.86 444696 1054440 8 [2021-05-11T17:36:11.992Z] 17:27:01 180892 0 612680 32.56 2620 1085352 1080056 36.86 451708 1051832 12 [2021-05-11T17:36:11.992Z] 17:28:01 180504 0 613060 32.58 2620 1085360 1080068 36.86 458060 1045728 8 [2021-05-11T17:36:11.992Z] 17:29:01 180580 0 612980 32.58 2620 1085364 1080224 36.87 458404 1045728 20 [2021-05-11T17:36:11.992Z] 17:30:01 181304 0 612252 32.54 2620 1085368 1080164 36.86 458084 1045728 16 [2021-05-11T17:36:11.992Z] 17:31:01 181876 0 611676 32.51 2620 1085372 1080092 36.86 457652 1045728 8 [2021-05-11T17:36:11.992Z] 17:32:01 182052 0 611492 32.50 2620 1085380 1079960 36.86 456816 1045728 16 [2021-05-11T17:36:11.992Z] 17:33:02 181628 0 611912 32.52 2620 1085384 1080092 36.86 457652 1045728 16 [2021-05-11T17:36:11.992Z] 17:34:01 104388 0 768348 40.84 2596 1006212 1390740 47.46 541832 981136 1008 [2021-05-11T17:36:11.992Z] 17:35:01 77884 0 797212 42.37 1696 1004752 1284596 43.84 601744 865788 87248 [2021-05-11T17:36:11.992Z] 17:36:01 178824 0 827920 44.00 1524 873276 1588140 54.20 568412 771172 48 [2021-05-11T17:36:11.992Z] Average: 167276 0 655047 34.81 2463 1056758 1165770 39.79 480413 1008830 6812 [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] 17:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-11T17:36:11.992Z] 17:24:01 eth0 116.38 91.70 483.69 37.71 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:24:01 docker0 3.53 2.48 0.65 5.72 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:25:01 eth0 2.13 0.30 0.41 0.23 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:26:01 eth0 2.88 0.52 0.70 0.39 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:27:01 eth0 2.63 0.83 0.90 0.59 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:28:01 eth0 2.90 0.40 0.60 0.26 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:29:01 eth0 2.05 0.55 0.63 0.37 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:30:01 eth0 1.53 0.53 0.59 0.42 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:31:01 eth0 0.57 0.35 0.27 0.20 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:32:01 eth0 0.45 0.08 0.04 0.01 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:33:02 eth0 1.28 0.38 0.46 0.26 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:34:01 veth24df6c9 16.68 15.83 1.87 16.62 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:34:01 eth0 452.99 383.22 4167.32 66.09 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:34:01 docker0 16.68 15.73 1.64 16.61 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:35:01 eth0 455.95 390.15 3850.12 43.29 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:35:01 vetha3dc91c 24.52 33.22 1.54 258.17 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:35:01 docker0 72.48 84.53 4.82 624.83 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:36:01 eth0 276.78 225.86 2214.45 122.81 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] 17:36:01 docker0 2.27 1.68 0.41 0.46 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] Average: eth0 101.08 83.92 821.18 20.95 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] Average: docker0 7.30 8.03 0.58 49.88 0.00 0.00 0.00 0.00 [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] ---> sar -P ALL: [2021-05-11T17:36:11.992Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] 17:22:05 LINUX RESTART (4 CPU) [2021-05-11T17:36:11.992Z] [2021-05-11T17:36:11.992Z] 17:23:01 CPU %user %nice %system %iowait %steal %idle [2021-05-11T17:36:11.992Z] 17:24:01 all 4.73 0.00 3.43 1.26 5.77 84.81 [2021-05-11T17:36:11.992Z] 17:24:01 0 4.76 0.00 4.05 0.75 6.27 84.17 [2021-05-11T17:36:11.992Z] 17:24:01 1 3.81 0.00 3.26 2.61 6.03 84.30 [2021-05-11T17:36:11.992Z] 17:24:01 2 5.17 0.00 2.92 0.72 5.63 85.57 [2021-05-11T17:36:11.992Z] 17:24:01 3 5.20 0.00 3.49 0.92 5.17 85.21 [2021-05-11T17:36:11.992Z] 17:25:01 all 0.15 0.00 0.07 0.00 0.12 99.66 [2021-05-11T17:36:11.992Z] 17:25:01 0 0.03 0.00 0.08 0.00 0.22 99.67 [2021-05-11T17:36:11.992Z] 17:25:01 1 0.47 0.00 0.05 0.00 0.13 99.35 [2021-05-11T17:36:11.992Z] 17:25:01 2 0.07 0.00 0.08 0.00 0.08 99.77 [2021-05-11T17:36:11.993Z] 17:25:01 3 0.05 0.00 0.07 0.00 0.03 99.85 [2021-05-11T17:36:11.993Z] 17:26:01 all 0.17 0.00 0.17 0.00 0.44 99.22 [2021-05-11T17:36:11.993Z] 17:26:01 0 0.05 0.00 0.23 0.00 0.37 99.35 [2021-05-11T17:36:11.993Z] 17:26:01 1 0.42 0.00 0.07 0.00 0.50 99.02 [2021-05-11T17:36:11.993Z] 17:26:01 2 0.10 0.00 0.13 0.00 0.66 99.10 [2021-05-11T17:36:11.993Z] 17:26:01 3 0.10 0.00 0.25 0.00 0.23 99.42 [2021-05-11T17:36:11.993Z] 17:27:01 all 0.10 0.00 0.05 0.00 0.37 99.47 [2021-05-11T17:36:11.993Z] 17:27:01 0 0.03 0.00 0.05 0.00 0.38 99.53 [2021-05-11T17:36:11.993Z] 17:27:01 1 0.27 0.00 0.05 0.02 0.23 99.43 [2021-05-11T17:36:11.993Z] 17:27:01 2 0.07 0.00 0.07 0.00 0.55 99.32 [2021-05-11T17:36:11.993Z] 17:27:01 3 0.05 0.00 0.03 0.00 0.33 99.58 [2021-05-11T17:36:11.993Z] 17:28:01 all 0.18 0.00 0.15 0.00 0.20 99.47 [2021-05-11T17:36:11.993Z] 17:28:01 0 0.05 0.00 0.37 0.00 0.38 99.20 [2021-05-11T17:36:11.993Z] 17:28:01 1 0.28 0.00 0.12 0.00 0.08 99.52 [2021-05-11T17:36:11.993Z] 17:28:01 2 0.30 0.00 0.07 0.00 0.20 99.43 [2021-05-11T17:36:11.993Z] 17:28:01 3 0.08 0.00 0.05 0.00 0.15 99.72 [2021-05-11T17:36:11.993Z] 17:29:01 all 0.20 0.00 0.04 0.00 0.05 99.71 [2021-05-11T17:36:11.993Z] 17:29:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-05-11T17:36:11.993Z] 17:29:01 1 0.07 0.00 0.05 0.00 0.05 99.83 [2021-05-11T17:36:11.993Z] 17:29:01 2 0.58 0.00 0.03 0.00 0.07 99.32 [2021-05-11T17:36:11.993Z] 17:29:01 3 0.08 0.00 0.05 0.00 0.07 99.80 [2021-05-11T17:36:11.993Z] 17:30:01 all 0.16 0.00 0.03 0.00 0.28 99.53 [2021-05-11T17:36:11.993Z] 17:30:01 0 0.02 0.00 0.03 0.00 0.08 99.87 [2021-05-11T17:36:11.993Z] 17:30:01 1 0.07 0.00 0.05 0.00 0.45 99.43 [2021-05-11T17:36:11.993Z] 17:30:01 2 0.48 0.00 0.03 0.00 0.42 99.07 [2021-05-11T17:36:11.993Z] 17:30:01 3 0.07 0.00 0.02 0.00 0.17 99.75 [2021-05-11T17:36:11.993Z] 17:31:01 all 0.11 0.00 0.03 0.00 0.06 99.79 [2021-05-11T17:36:11.993Z] 17:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-11T17:36:11.993Z] 17:31:01 1 0.05 0.00 0.05 0.00 0.10 99.80 [2021-05-11T17:36:11.993Z] 17:31:01 2 0.37 0.00 0.05 0.00 0.12 99.47 [2021-05-11T17:36:11.993Z] 17:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-11T17:36:11.993Z] 17:32:01 all 0.08 0.00 0.06 0.00 0.05 99.82 [2021-05-11T17:36:11.993Z] 17:32:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-05-11T17:36:11.993Z] 17:32:01 1 0.08 0.00 0.10 0.00 0.10 99.72 [2021-05-11T17:36:11.993Z] 17:32:01 2 0.18 0.00 0.10 0.00 0.02 99.70 [2021-05-11T17:36:11.993Z] 17:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-11T17:36:11.993Z] 17:33:02 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-05-11T17:36:11.993Z] 17:33:02 0 0.45 0.00 0.03 0.00 0.02 99.50 [2021-05-11T17:36:11.993Z] 17:33:02 1 0.08 0.00 0.07 0.00 0.03 99.82 [2021-05-11T17:36:11.993Z] 17:33:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-05-11T17:36:11.993Z] 17:33:02 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-05-11T17:36:11.993Z] 17:34:01 all 8.31 0.00 6.73 1.17 4.88 78.91 [2021-05-11T17:36:11.993Z] 17:34:01 0 8.84 0.00 7.69 0.96 5.09 77.43 [2021-05-11T17:36:11.993Z] 17:34:01 1 7.56 0.00 6.13 1.02 4.96 80.34 [2021-05-11T17:36:11.993Z] 17:34:01 2 7.86 0.00 6.36 1.43 4.74 79.61 [2021-05-11T17:36:11.993Z] 17:34:01 3 9.00 0.00 6.75 1.26 4.75 78.24 [2021-05-11T17:36:11.993Z] [2021-05-11T17:36:11.993Z] 17:34:01 CPU %user %nice %system %iowait %steal %idle [2021-05-11T17:36:11.993Z] 17:35:01 all 12.10 0.00 9.90 4.41 8.54 65.04 [2021-05-11T17:36:11.993Z] 17:35:01 0 10.79 0.00 10.60 3.16 8.91 66.54 [2021-05-11T17:36:11.993Z] 17:35:01 1 14.40 0.00 9.82 3.88 8.68 63.23 [2021-05-11T17:36:11.993Z] 17:35:01 2 11.00 0.00 9.78 6.96 8.45 63.80 [2021-05-11T17:36:11.993Z] 17:35:01 3 12.22 0.00 9.41 3.63 8.13 66.61 [2021-05-11T17:36:11.993Z] 17:36:01 all 8.02 0.00 7.60 2.71 10.48 71.18 [2021-05-11T17:36:11.993Z] 17:36:01 0 8.10 0.00 7.97 1.55 10.88 71.49 [2021-05-11T17:36:11.993Z] 17:36:01 1 9.03 0.00 8.00 4.38 10.75 67.84 [2021-05-11T17:36:11.993Z] 17:36:01 2 8.37 0.00 7.71 2.46 9.81 71.65 [2021-05-11T17:36:11.993Z] 17:36:01 3 6.59 0.00 6.72 2.46 10.50 73.73 [2021-05-11T17:36:11.993Z] Average: all 2.64 0.00 2.17 0.73 2.41 92.05 [2021-05-11T17:36:11.993Z] Average: 0 2.53 0.00 2.38 0.49 2.51 92.10 [2021-05-11T17:36:11.993Z] Average: 1 2.81 0.00 2.14 0.92 2.48 91.65 [2021-05-11T17:36:11.993Z] Average: 2 2.65 0.00 2.10 0.89 2.37 91.99 [2021-05-11T17:36:11.993Z] Average: 3 2.56 0.00 2.06 0.63 2.28 92.47 [2021-05-11T17:36:11.993Z] [2021-05-11T17:36:11.993Z] [2021-05-11T17:36:11.993Z]