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 17:23:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:23:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:23:10 ========================================================= 17:23:10 EdgeX Global Pipelines Version Info 17:23:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:23:13 ------------------- 17:23:13 stable info: 17:23:13 ------------------- 17:23:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:23:13 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:23:13 Message: update stable to v1.0.192 17:23:14 ------------------- 17:23:14 experimental info: 17:23:14 ------------------- 17:23:14 Commited By: **** collab-it+edgex@linuxfoundation.org 17:23:14 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:23:14 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:23:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e5076a [Pipeline] echo 17:23:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:23:15 provisioning config files... 17:23:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2159038994656817717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:15 ---> docker-login.sh 17:23:15 nexus3.edgexfoundry.org:10001 17:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:16 Configure a credential helper to remove this warning. See 17:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:16 17:23:16 Login Succeeded 17:23:16 nexus3.edgexfoundry.org:10002 17:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:16 Configure a credential helper to remove this warning. See 17:23:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:16 17:23:16 Login Succeeded 17:23:16 nexus3.edgexfoundry.org:10003 17:23:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:17 Configure a credential helper to remove this warning. See 17:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:17 17:23:17 Login Succeeded 17:23:17 nexus3.edgexfoundry.org:10004 17:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:17 Configure a credential helper to remove this warning. See 17:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:17 17:23:17 Login Succeeded 17:23:17 docker.io 17:23:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:17 Configure a credential helper to remove this warning. See 17:23:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:17 17:23:17 Login Succeeded 17:23:17 ---> docker-login.sh ends [Pipeline] } 17:23:17 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 17:23:18 + git log --format=format:%s -1 7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] echo 17:23:18 GIT_COMMIT: 7e5076a06d1fca8907f338ea4dcff90d7c796855, Commit Message: Merge pull request #244 from ernestojeda/rename-makefile-images [Pipeline] echo 17:23:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:23:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:23:18 17:23:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:23:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:23:19 latest: Pulling from edgex-devops/git-semver 17:23:19 31603596830f: Pulling fs layer 17:23:19 54011a49482f: Pulling fs layer 17:23:19 a6820b24f6d8: Pulling fs layer 17:23:19 f581987b2513: Pulling fs layer 17:23:19 f581987b2513: Waiting 17:23:19 54011a49482f: Verifying Checksum 17:23:19 54011a49482f: Download complete 17:23:19 31603596830f: Verifying Checksum 17:23:19 31603596830f: Download complete 17:23:19 a6820b24f6d8: Verifying Checksum 17:23:19 a6820b24f6d8: Download complete 17:23:19 f581987b2513: Verifying Checksum 17:23:19 f581987b2513: Download complete 17:23:19 31603596830f: Pull complete 17:23:20 54011a49482f: Pull complete 17:23:21 a6820b24f6d8: Pull complete 17:23:21 f581987b2513: Pull complete 17:23:21 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:23:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:23:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:23:21 prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container 17:23:22 $ 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 17:23:24 $ docker top f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:23:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:23:24 [ssh-agent] Looking for ssh-agent implementation... 17:23:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:23:25 $ docker exec f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent 17:23:25 SSH_AUTH_SOCK=/tmp/ssh-wFKLFDtyfhDY/agent.13 17:23:25 SSH_AGENT_PID=18 17:23:25 Running ssh-add (command line suppressed) 17:23:25 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5541726163018560883.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5541726163018560883.key) 17:23:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:23:26 + git tag --points-at HEAD [Pipeline] } 17:23:26 $ docker exec --env ******** --env ******** f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent -k 17:23:26 unset SSH_AUTH_SOCK; 17:23:26 unset SSH_AGENT_PID; 17:23:26 echo Agent pid 18 killed; 17:23:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:23:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:23:26 [ssh-agent] Looking for ssh-agent implementation... 17:23:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:23:27 $ docker exec f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent 17:23:27 SSH_AUTH_SOCK=/tmp/ssh-MVbPSuGT1gCz/agent.48 17:23:27 SSH_AGENT_PID=53 17:23:27 Running ssh-add (command line suppressed) 17:23:27 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_181056132081457926.key (/w/workspace/_app-service-configurable_master@tmp/private_key_181056132081457926.key) 17:23:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:23:27 + git semver init 17:23:27 # -> Open(): unable to determine branch for HEAD 17:23:27 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:23:27 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:23:27 # $SEMVER_REMOTE_NAME = origin 17:23:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:23:27 # $SEMVER_USER_NAME = edgex-jenkins 17:23:27 # $SEMVER_BRANCH = master 17:23:27 # $SEMVER_TEMP = /tmp/semver-034325919 17:23:27 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:23:28 # '/tmp/semver-034325919' -> '/w/workspace/_app-service-configurable_master/.semver' 17:23:28 # -> Force: false 17:23:28 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:23:28 $ docker exec --env ******** --env ******** f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 ssh-agent -k 17:23:28 unset SSH_AUTH_SOCK; 17:23:28 unset SSH_AGENT_PID; 17:23:28 echo Agent pid 53 killed; 17:23:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:23:29 + git semver [Pipeline] } 17:23:29 $ docker stop --time=1 f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 17:23:30 $ docker rm -f f57e6b72171b9ccf899340002c5dadf0a5a3575cb9ce9493388c8c23e3072f35 [Pipeline] // withDockerContainer [Pipeline] sh 17:23:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:23:31 Stashed 1 file(s) [Pipeline] echo 17:23:31 [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 17:23:47 Still waiting to schedule task 17:23:47 ‘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’ 17:23:47 Still waiting to schedule task 17:23:47 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:25:21 Running on prd-centos7-docker-4c-2g-4531 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:25:21 Running in /w/workspace/app-service-configurable/109 [Pipeline] { [Pipeline] checkout 17:25:24 using credential edgex-jenkins-ssh 17:25:24 Cloning the remote Git repository 17:25:24 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:25:25 > git init /w/workspace/app-service-configurable/109 # timeout=10 17:25:25 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:25:25 > git --version # timeout=10 17:25:25 > git --version # 'git version 2.24.3' 17:25:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:25:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:25:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:25:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:25:26 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:25:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:25:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:25:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:25:26 Checking out Revision 7e5076a06d1fca8907f338ea4dcff90d7c796855 (master) 17:25:26 > git config core.sparsecheckout # timeout=10 17:25:26 > git checkout -f 7e5076a06d1fca8907f338ea4dcff90d7c796855 # timeout=10 17:25:30 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 17:25:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:25:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:25:32 + sudo service docker restart 17:25:32 + true 17:25:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:25:33 provisioning config files... 17:25:33 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config6121850129839215878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:25:33 ---> docker-login.sh 17:25:33 nexus3.edgexfoundry.org:10001 17:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:34 Configure a credential helper to remove this warning. See 17:25:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:34 17:25:34 Login Succeeded 17:25:34 nexus3.edgexfoundry.org:10002 17:25:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:35 Configure a credential helper to remove this warning. See 17:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:35 17:25:35 Login Succeeded 17:25:35 nexus3.edgexfoundry.org:10003 17:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:35 Configure a credential helper to remove this warning. See 17:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:35 17:25:35 Login Succeeded 17:25:35 nexus3.edgexfoundry.org:10004 17:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:35 Configure a credential helper to remove this warning. See 17:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:35 17:25:35 Login Succeeded 17:25:35 docker.io 17:25:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:25:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:25:35 Configure a credential helper to remove this warning. See 17:25:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:25:35 17:25:35 Login Succeeded 17:25:35 ---> docker-login.sh ends [Pipeline] } 17:25:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:25:36 ========================================================= 17:25:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:25:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:25:36 + 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 . 17:25:36 Sending build context to Docker daemon 92.67kB 17:25:36 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 17:25:36 Step 2/8 : FROM ${BASE} 17:25:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:25:36 540db60ca938: Pulling fs layer 17:25:36 adcc1eea9eea: Pulling fs layer 17:25:36 4c4ab2625f07: Pulling fs layer 17:25:36 0510c868ecb4: Pulling fs layer 17:25:36 afea3b2eda06: Pulling fs layer 17:25:36 7809a108b3ef: Pulling fs layer 17:25:36 f706445af74f: Pulling fs layer 17:25:36 0510c868ecb4: Waiting 17:25:36 afea3b2eda06: Waiting 17:25:36 7809a108b3ef: Waiting 17:25:36 f706445af74f: Waiting 17:25:36 4c4ab2625f07: Verifying Checksum 17:25:36 4c4ab2625f07: Download complete 17:25:36 adcc1eea9eea: Download complete 17:25:36 afea3b2eda06: Verifying Checksum 17:25:36 afea3b2eda06: Download complete 17:25:36 7809a108b3ef: Verifying Checksum 17:25:36 7809a108b3ef: Download complete 17:25:36 540db60ca938: Download complete 17:25:37 540db60ca938: Pull complete 17:25:37 adcc1eea9eea: Pull complete 17:25:37 4c4ab2625f07: Pull complete 17:25:39 f706445af74f: Verifying Checksum 17:25:39 f706445af74f: Download complete 17:25:40 0510c868ecb4: Verifying Checksum 17:25:40 0510c868ecb4: Download complete 17:25:46 0510c868ecb4: Pull complete 17:25:46 afea3b2eda06: Pull complete 17:25:47 7809a108b3ef: Pull complete 17:25:52 f706445af74f: Pull complete 17:25:52 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:25:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:25:52 ---> b068be0155e3 17:25:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:25:52 ---> Running in 5eaa0af6233a 17:25:52 Removing intermediate container 5eaa0af6233a 17:25:52 ---> 526dcf7a7485 17:25:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:52 ---> Running in e6d7de048856 17:25:54 Removing intermediate container e6d7de048856 17:25:54 ---> e9b7b80eb570 17:25:54 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:25:54 ---> Running in 8464faf2ea20 17:25:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:25:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:26:01 (1/6) Installing libc-dev (0.7.2-r3) 17:26:01 (2/6) Installing libsodium (1.0.18-r0) 17:26:01 (3/6) Installing pkgconf (1.7.3-r0) 17:26:01 (4/6) Installing libsodium-dev (1.0.18-r0) 17:26:02 (5/6) Installing libzmq (4.3.3-r1) 17:26:02 (6/6) Installing zeromq-dev (4.3.3-r1) 17:26:02 Executing busybox-1.32.1-r6.trigger 17:26:02 OK: 150 MiB in 46 packages 17:26:03 Removing intermediate container 8464faf2ea20 17:26:03 ---> 82703a69ca71 17:26:03 Step 6/8 : WORKDIR /app 17:26:03 ---> Running in a25df6ca6bc9 17:26:03 Removing intermediate container a25df6ca6bc9 17:26:03 ---> 37a7bd5cba7b 17:26:03 Step 7/8 : COPY . . 17:26:03 ---> a6995aa595a4 17:26:03 Step 8/8 : RUN go mod download 17:26:04 ---> Running in 80f29f12f4a0 17:26:30 Removing intermediate container 80f29f12f4a0 17:26:30 ---> 89aac3de66fe 17:26:30 Successfully built 89aac3de66fe 17:26:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:26:31 + docker inspect -f . ci-base-image-x86_64 17:26:31 . [Pipeline] withDockerContainer 17:26:31 prd-centos7-docker-4c-2g-4531 does not seem to be running inside a container 17:26:31 $ 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 17:26:32 $ docker top d5cb462ae9f4c0b3667fe8463edd5bf4d5c130007353e4a9b58a8d20836f659b -eo pid,comm [Pipeline] { [Pipeline] sh 17:26:32 + go version 17:26:32 go version go1.16.3 linux/amd64 [Pipeline] } 17:26:33 $ docker stop --time=1 d5cb462ae9f4c0b3667fe8463edd5bf4d5c130007353e4a9b58a8d20836f659b 17:26:34 $ docker rm -f d5cb462ae9f4c0b3667fe8463edd5bf4d5c130007353e4a9b58a8d20836f659b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:26:34 + docker inspect -f . ci-base-image-x86_64 17:26:34 . [Pipeline] withDockerContainer 17:26:35 prd-centos7-docker-4c-2g-4531 does not seem to be running inside a container 17:26:35 $ 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 17:26:35 $ docker top 6408c114bffea219e6937a98089081309cb8b3c2c627835ee068a2444b8b6085 -eo pid,comm [Pipeline] { [Pipeline] sh 17:26:36 + go mod tidy [Pipeline] sh 17:26:37 + make test 17:26:37 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:26:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4534 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:26:47 Running in /w/workspace/app-service-configurable/109 [Pipeline] { [Pipeline] checkout 17:26:53 using credential edgex-jenkins-ssh 17:26:53 Cloning the remote Git repository 17:26:53 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:26:53 > git init /w/workspace/app-service-configurable/109 # timeout=10 17:26:53 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:26:53 > git --version # timeout=10 17:26:53 > git --version # 'git version 2.17.1' 17:26:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:54 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:26:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:54 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:26:54 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:26:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:26:55 Checking out Revision 7e5076a06d1fca8907f338ea4dcff90d7c796855 (master) 17:26:55 > git config core.sparsecheckout # timeout=10 17:26:55 > git checkout -f 7e5076a06d1fca8907f338ea4dcff90d7c796855 # timeout=10 17:26:59 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 17:27:00 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:27:00 CGO_ENABLED=1 go vet ./... 17:27:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:27:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:27:01 + sudo service docker restart 17:27:01 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:27:04 provisioning config files... 17:27:04 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config3752636887380251629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:27:04 ---> docker-login.sh 17:27:04 nexus3.edgexfoundry.org:10001 17:27:05 gofmt -l . 17:27:05 [ "`gofmt -l .`" = "" ] 17:27:05 ./bin/test-go-mod-tidy.sh 17:27:05 ./bin/test-attribution-txt.sh 17:27:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:06 Configure a credential helper to remove this warning. See 17:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:06 17:27:06 Login Succeeded 17:27:06 nexus3.edgexfoundry.org:10002 17:27:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 17:27:06 $ docker stop --time=1 6408c114bffea219e6937a98089081309cb8b3c2c627835ee068a2444b8b6085 17:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:06 Configure a credential helper to remove this warning. See 17:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:06 17:27:06 Login Succeeded 17:27:06 nexus3.edgexfoundry.org:10003 17:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:07 Configure a credential helper to remove this warning. See 17:27:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:07 17:27:07 Login Succeeded 17:27:07 nexus3.edgexfoundry.org:10004 17:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:07 Configure a credential helper to remove this warning. See 17:27:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:07 17:27:07 Login Succeeded 17:27:07 docker.io 17:27:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:08 Configure a credential helper to remove this warning. See 17:27:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:08 17:27:08 Login Succeeded 17:27:08 ---> docker-login.sh ends 17:27:09 $ docker rm -f 6408c114bffea219e6937a98089081309cb8b3c2c627835ee068a2444b8b6085 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 17:27:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:27:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo 17:27:09 ========================================================= 17:27:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:27:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:27:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 17:27:10 + 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 . 17:27:10 Sending build context to Docker daemon 92.67kB 17:27:10 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 17:27:10 Step 2/8 : FROM ${BASE} 17:27:10 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:27:10 595b0fe564bb: Pulling fs layer 17:27:10 7186ed65a4f7: Pulling fs layer 17:27:10 316046926c0a: Pulling fs layer 17:27:10 4ebd0625c992: Pulling fs layer 17:27:10 207e8628e3a3: Pulling fs layer 17:27:10 c791037a9be2: Pulling fs layer 17:27:10 ffd874e62e21: Pulling fs layer 17:27:10 207e8628e3a3: Waiting 17:27:10 c791037a9be2: Waiting 17:27:10 ffd874e62e21: Waiting 17:27:10 4ebd0625c992: Waiting 17:27:10 316046926c0a: Verifying Checksum 17:27:10 316046926c0a: Download complete 17:27:10 7186ed65a4f7: Download complete 17:27:10 207e8628e3a3: Verifying Checksum 17:27:10 207e8628e3a3: Download complete 17:27:10 c791037a9be2: Verifying Checksum 17:27:10 c791037a9be2: Download complete 17:27:10 595b0fe564bb: Verifying Checksum 17:27:10 595b0fe564bb: Download complete [Pipeline] sh 17:27:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:27:11 595b0fe564bb: Pull complete 17:27:11 + ls -al . 17:27:11 total 92 17:27:11 drwxrwxr-x. 7 jenkins jenkins 4096 May 11 17:27 . 17:27:11 drwxrwxr-x. 4 jenkins jenkins 32 May 11 17:25 .. 17:27:11 -rw-rw-r--. 1 jenkins jenkins 7306 May 11 17:25 Attribution.txt 17:27:11 drwxrwxr-x. 2 jenkins jenkins 64 May 11 17:25 bin 17:27:11 -rw-r--r--. 1 jenkins jenkins 10 May 11 17:26 coverage.out 17:27:11 -rw-rw-r--. 1 jenkins jenkins 2032 May 11 17:25 Dockerfile 17:27:11 -rw-rw-r--. 1 jenkins jenkins 970 May 11 17:25 Dockerfile.build 17:27:11 -rw-rw-r--. 1 jenkins jenkins 119 May 11 17:25 .dockerignore 17:27:11 drwxrwxr-x. 8 jenkins jenkins 162 May 11 17:25 .git 17:27:11 drwxrwxr-x. 2 jenkins jenkins 81 May 11 17:25 .github 17:27:11 -rw-rw-r--. 1 jenkins jenkins 111 May 11 17:25 .gitignore 17:27:11 -rw-r--r--. 1 jenkins jenkins 136 May 11 17:27 go.mod 17:27:11 -rw-r--r--. 1 jenkins jenkins 20757 May 11 17:26 go.sum 17:27:11 -rw-rw-r--. 1 jenkins jenkins 687 May 11 17:25 Jenkinsfile 17:27:11 -rw-rw-r--. 1 jenkins jenkins 10174 May 11 17:25 LICENSE 17:27:11 -rw-rw-r--. 1 jenkins jenkins 1460 May 11 17:25 main.go 17:27:11 -rw-rw-r--. 1 jenkins jenkins 1582 May 11 17:25 makefile 17:27:11 -rw-rw-r--. 1 jenkins jenkins 3230 May 11 17:25 README.md 17:27:11 drwxrwxr-x. 8 jenkins jenkins 122 May 11 17:25 res 17:27:11 drwxrwxr-x. 4 jenkins jenkins 71 May 11 17:25 snap 17:27:11 -rw-rw-r--. 1 jenkins jenkins 12 May 11 17:23 VERSION [Pipeline] isUnix [Pipeline] sh 17:27:11 + 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 . 17:27:11 Sending build context to Docker daemon 116.2kB 17:27:11 7186ed65a4f7: Pull complete 17:27:12 Step 1/27 : ARG BASE=golang:1.16-alpine3.12 17:27:12 Step 2/27 : FROM ${BASE} AS builder 17:27:12 ---> 89aac3de66fe 17:27:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:27:12 ---> Running in 12014b1d324b 17:27:12 Removing intermediate container 12014b1d324b 17:27:12 ---> 6d1bff1a07f0 17:27:12 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:27:12 ---> Running in 29652a9e543b 17:27:12 316046926c0a: Pull complete 17:27:12 Removing intermediate container 29652a9e543b 17:27:12 ---> 973d9cd58f7f 17:27:12 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:27:12 ---> Running in 14ba3ebe1165 17:27:12 ffd874e62e21: Verifying Checksum 17:27:12 ffd874e62e21: Download complete 17:27:13 Removing intermediate container 14ba3ebe1165 17:27:13 ---> 78ee0b243f2c 17:27:13 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:13 ---> Running in 31c51ce8a96c 17:27:14 Removing intermediate container 31c51ce8a96c 17:27:14 ---> 4eb3742322bb 17:27:14 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:27:14 ---> Running in e42d2e26bfe9 17:27:14 4ebd0625c992: Verifying Checksum 17:27:14 4ebd0625c992: Download complete 17:27:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:27:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:27:16 OK: 150 MiB in 46 packages 17:27:16 Removing intermediate container e42d2e26bfe9 17:27:16 ---> 203753682fe7 17:27:16 Step 8/27 : WORKDIR /app 17:27:16 ---> Running in 219daba61ec7 17:27:16 Removing intermediate container 219daba61ec7 17:27:16 ---> a0729323de9f 17:27:16 Step 9/27 : COPY go.mod . 17:27:17 ---> ce42af34f4ee 17:27:17 Step 10/27 : RUN go mod download 17:27:17 ---> Running in 02355d3b3022 17:27:18 Removing intermediate container 02355d3b3022 17:27:18 ---> b8a449951528 17:27:18 Step 11/27 : COPY . . 17:27:18 ---> 8a7a97f4ed31 17:27:18 Step 12/27 : ARG MAKE="make build" 17:27:18 ---> Running in ab364a0a2bde 17:27:18 Removing intermediate container ab364a0a2bde 17:27:18 ---> eb26b66282e4 17:27:18 Step 13/27 : RUN $MAKE 17:27:19 ---> Running in 3099413459dc 17:27:19 go mod tidy 17:27:20 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 17:27:24 4ebd0625c992: Pull complete 17:27:24 207e8628e3a3: Pull complete 17:27:24 c791037a9be2: Pull complete 17:27:27 ffd874e62e21: Pull complete 17:27:27 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 17:27:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:27:27 ---> cfc18b08335c 17:27:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:27:31 ---> Running in 4c9fecd5c7b3 17:27:31 Removing intermediate container 4c9fecd5c7b3 17:27:31 ---> 88c0d614c7b5 17:27:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:31 ---> Running in 2247d842e8aa 17:27:34 Removing intermediate container 2247d842e8aa 17:27:34 ---> 3fd9d4118f63 17:27:34 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:27:34 ---> Running in 049b72b3ba1c 17:27:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:27:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:27:36 (1/6) Installing libc-dev (0.7.2-r3) 17:27:36 (2/6) Installing libsodium (1.0.18-r0) 17:27:36 (3/6) Installing pkgconf (1.7.3-r0) 17:27:36 (4/6) Installing libsodium-dev (1.0.18-r0) 17:27:37 (5/6) Installing libzmq (4.3.3-r1) 17:27:37 (6/6) Installing zeromq-dev (4.3.3-r1) 17:27:37 Executing busybox-1.32.1-r6.trigger 17:27:37 OK: 139 MiB in 46 packages 17:27:38 Removing intermediate container 3099413459dc 17:27:38 ---> 686528a9e7be 17:27:38 Step 14/27 : FROM alpine:3.12 17:27:38 3.12: Pulling from library/alpine 17:27:38 339de151aab4: Pulling fs layer 17:27:38 339de151aab4: Verifying Checksum 17:27:38 339de151aab4: Download complete 17:27:38 339de151aab4: Pull complete 17:27:38 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:27:38 Status: Downloaded newer image for alpine:3.12 17:27:38 ---> 13621d1b12d4 17:27:38 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:27:38 ---> Running in 15963d6e44ac 17:27:38 Removing intermediate container 15963d6e44ac 17:27:38 ---> d560d0c71b5f 17:27:38 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:27:38 ---> Running in 7608c346edae 17:27:38 Removing intermediate container 7608c346edae 17:27:38 ---> 3a9b014384e7 17:27:38 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:27:38 ---> Running in 7ee98eedca8a 17:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:27:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:27:38 (1/7) Installing ca-certificates (20191127-r4) 17:27:38 (2/7) Installing dumb-init (1.2.2-r1) 17:27:38 (3/7) Installing libgcc (9.3.0-r2) 17:27:38 (4/7) Installing libsodium (1.0.18-r0) 17:27:38 (5/7) Installing libstdc++ (9.3.0-r2) 17:27:38 (6/7) Installing libzmq (4.3.3-r0) 17:27:38 (7/7) Installing zeromq (4.3.3-r0) 17:27:38 Executing busybox-1.31.1-r20.trigger 17:27:38 Executing ca-certificates-20191127-r4.trigger 17:27:38 OK: 9 MiB in 21 packages 17:27:38 Removing intermediate container 049b72b3ba1c 17:27:38 ---> 2c58d576f38d 17:27:38 Step 6/8 : WORKDIR /app 17:27:38 ---> Running in 9df7d75153fb 17:27:39 Removing intermediate container 9df7d75153fb 17:27:39 ---> 88a22373ce65 17:27:39 Step 7/8 : COPY . . 17:27:39 Removing intermediate container 7ee98eedca8a 17:27:39 ---> fbb391645d96 17:27:39 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:27:40 ---> 74ab1a1c1627 17:27:40 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:27:40 ---> 3867e2378d85 17:27:40 Step 8/8 : RUN go mod download 17:27:40 ---> ddd9b1673f6e 17:27:40 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:27:40 ---> Running in bc70a64dda4a 17:27:40 ---> 1e4192db1635 17:27:40 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:27:41 ---> 23e3fee69d8c 17:27:41 Step 22/27 : EXPOSE 48095 17:27:41 ---> Running in 042bb2e3abbf 17:27:41 Removing intermediate container 042bb2e3abbf 17:27:41 ---> 6d7fafadc60f 17:27:41 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:27:41 ---> Running in 2210e04ac478 17:27:41 Removing intermediate container 2210e04ac478 17:27:41 ---> b5ce44115c51 17:27:41 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:41 ---> Running in 313092cdf4b4 17:27:41 Removing intermediate container 313092cdf4b4 17:27:41 ---> 445dd8228a2d 17:27:41 Step 25/27 : LABEL arch=amd64 17:27:41 ---> Running in d0eb9ee5e835 17:27:42 Removing intermediate container d0eb9ee5e835 17:27:42 ---> 4c636d597fb2 17:27:42 Step 26/27 : LABEL git_sha=7e5076a06d1fca8907f338ea4dcff90d7c796855 17:27:42 ---> Running in 747dc9907ffe 17:27:43 Removing intermediate container 747dc9907ffe 17:27:43 ---> 5f9d12039a02 17:27:43 Step 27/27 : LABEL version=2.0.0-dev.38 17:27:43 ---> Running in 5e4a3f97beaf 17:27:43 Removing intermediate container 5e4a3f97beaf 17:27:43 ---> 25c56a02d12b 17:27:43 [Warning] One or more build-args [ARCH] were not consumed 17:27:43 Successfully built 25c56a02d12b 17:27:43 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:27:43 provisioning config files... 17:27:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config1967154667469003433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:27:44 ---> docker-login.sh 17:27:44 nexus3.edgexfoundry.org:10001 17:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:44 Configure a credential helper to remove this warning. See 17:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:44 17:27:44 Login Succeeded 17:27:44 nexus3.edgexfoundry.org:10002 17:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:44 Configure a credential helper to remove this warning. See 17:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:44 17:27:44 Login Succeeded 17:27:44 nexus3.edgexfoundry.org:10003 17:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:44 Configure a credential helper to remove this warning. See 17:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:44 17:27:44 Login Succeeded 17:27:44 nexus3.edgexfoundry.org:10004 17:27:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:44 Configure a credential helper to remove this warning. See 17:27:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:44 17:27:44 Login Succeeded 17:27:44 docker.io 17:27:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:45 Configure a credential helper to remove this warning. See 17:27:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:45 17:27:45 Login Succeeded 17:27:45 ---> docker-login.sh ends [Pipeline] } 17:27:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:27:45 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 17:27:45 7e5076a06d1fca8907f338ea4dcff90d7c796855 17:27:45 latest 17:27:45 2.0.0-dev.38 17:27:45 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 17:27:45 master 17:27:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:45 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] isUnix [Pipeline] sh 17:27:46 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855 17:27:46 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:27:46 7c9783b1a5ba: Preparing 17:27:46 8ba02e01d17f: Preparing 17:27:46 fe395c254936: Preparing 17:27:46 12ae1d9cc1b4: Preparing 17:27:46 da3b0c41a74e: Preparing 17:27:46 32f366d666a5: Preparing 17:27:46 32f366d666a5: Waiting 17:27:46 12ae1d9cc1b4: Pushed 17:27:46 fe395c254936: Pushed 17:27:46 8ba02e01d17f: Pushed 17:27:46 32f366d666a5: Layer already exists 17:27:46 da3b0c41a74e: Pushed 17:27:48 7c9783b1a5ba: Pushed 17:27:48 7e5076a06d1fca8907f338ea4dcff90d7c796855: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:48 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:27:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 17:27:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:27:48 7c9783b1a5ba: Preparing 17:27:48 8ba02e01d17f: Preparing 17:27:48 fe395c254936: Preparing 17:27:48 12ae1d9cc1b4: Preparing 17:27:48 da3b0c41a74e: Preparing 17:27:48 32f366d666a5: Preparing 17:27:48 32f366d666a5: Waiting 17:27:48 da3b0c41a74e: Layer already exists 17:27:48 7c9783b1a5ba: Layer already exists 17:27:48 8ba02e01d17f: Layer already exists 17:27:48 12ae1d9cc1b4: Layer already exists 17:27:48 fe395c254936: Layer already exists 17:27:48 32f366d666a5: Layer already exists 17:27:48 latest: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:49 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh 17:27:49 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.0-dev.38 17:27:49 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:27:49 7c9783b1a5ba: Preparing 17:27:49 8ba02e01d17f: Preparing 17:27:49 fe395c254936: Preparing 17:27:49 12ae1d9cc1b4: Preparing 17:27:49 da3b0c41a74e: Preparing 17:27:49 32f366d666a5: Preparing 17:27:49 32f366d666a5: Waiting 17:27:49 7c9783b1a5ba: Layer already exists 17:27:49 12ae1d9cc1b4: Layer already exists 17:27:49 8ba02e01d17f: Layer already exists 17:27:49 fe395c254936: Layer already exists 17:27:49 da3b0c41a74e: Layer already exists 17:27:49 32f366d666a5: Layer already exists 17:27:49 2.0.0-dev.38: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:49 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh 17:27:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 17:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:27:50 7c9783b1a5ba: Preparing 17:27:50 8ba02e01d17f: Preparing 17:27:50 fe395c254936: Preparing 17:27:50 12ae1d9cc1b4: Preparing 17:27:50 da3b0c41a74e: Preparing 17:27:50 32f366d666a5: Preparing 17:27:50 32f366d666a5: Waiting 17:27:50 7c9783b1a5ba: Layer already exists 17:27:50 da3b0c41a74e: Layer already exists 17:27:50 8ba02e01d17f: Layer already exists 17:27:50 fe395c254936: Layer already exists 17:27:50 12ae1d9cc1b4: Layer already exists 17:27:50 32f366d666a5: Layer already exists 17:27:50 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:50 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:27:50 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:master 17:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:27:50 7c9783b1a5ba: Preparing 17:27:50 8ba02e01d17f: Preparing 17:27:50 fe395c254936: Preparing 17:27:50 12ae1d9cc1b4: Preparing 17:27:50 da3b0c41a74e: Preparing 17:27:50 32f366d666a5: Preparing 17:27:50 32f366d666a5: Waiting 17:27:50 da3b0c41a74e: Layer already exists 17:27:50 12ae1d9cc1b4: Layer already exists 17:27:50 fe395c254936: Layer already exists 17:27:50 7c9783b1a5ba: Layer already exists 17:27:50 8ba02e01d17f: Layer already exists 17:27:50 32f366d666a5: Layer already exists 17:27:50 master: digest: sha256:64463fadcc7798a57e1964d9df743fb05c8747250a5fd345400e66f23ab04851 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:27:50 ===================================================== [Pipeline] echo 17:27:50 taggedImages: 17:27:50 - nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855 17:27:50 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 17:27:50 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.0-dev.38 17:27:50 - nexus3.edgexfoundry.org:10004/app-service-configurable:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 17:27:50 - 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 17:27:51 ---> job-cost.sh 17:27:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5zNm 17:28:07 Removing intermediate container bc70a64dda4a 17:28:07 ---> 6d77e0dbb608 17:28:07 Successfully built 6d77e0dbb608 17:28:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:28:07 + docker inspect -f . ci-base-image-arm64 17:28:07 . [Pipeline] withDockerContainer 17:28:07 prd-ubuntu18.04-docker-arm64-4c-16g-4534 does not seem to be running inside a container 17:28:07 $ 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 17:28:09 $ docker top 864a2c1fc245a469a9b7ba2e641310677664d4c73f11b06ea8d4be6be734875b -eo pid,comm 17:28:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] { [Pipeline] sh 17:28:10 + go version 17:28:10 go version go1.16.3 linux/arm64 [Pipeline] } 17:28:10 $ docker stop --time=1 864a2c1fc245a469a9b7ba2e641310677664d4c73f11b06ea8d4be6be734875b 17:28:12 $ docker rm -f 864a2c1fc245a469a9b7ba2e641310677664d4c73f11b06ea8d4be6be734875b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:28:13 + docker inspect -f . ci-base-image-arm64 17:28:13 . [Pipeline] withDockerContainer 17:28:13 prd-ubuntu18.04-docker-arm64-4c-16g-4534 does not seem to be running inside a container 17:28:13 $ 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 17:28:15 $ docker top 8529d6df6407e1a9455634d80b0f026c0f772e0cf87812459af2908676937e27 -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:16 + go mod tidy [Pipeline] sh 17:28:17 + make test 17:28:17 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:28:36 lf-activate-venv(): INFO: Adding /tmp/venv-5zNm/bin to PATH 17:28:36 INFO: No Stack... 17:28:36 INFO: Retrieving Pricing Info for: v1-standard-2 17:28:37 INFO: Archiving Costs [Pipeline] sh 17:28:37 + cut -d, -f6 17:28:37 + cat /w/workspace/app-service-configurable/109/archives/cost.csv [Pipeline] lock 17:28:37 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] 17:28:37 Resource [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] did not exist. Created. 17:28:37 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:28:38 + echo total: 0.029999999329447746 [Pipeline] stash 17:28:38 Stashed 1 file(s) [Pipeline] } 17:28:38 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] } 17:29:04 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:29:04 CGO_ENABLED=1 go vet ./... 17:29:37 gofmt -l . 17:29:37 [ "`gofmt -l .`" = "" ] 17:29:37 ./bin/test-go-mod-tidy.sh 17:29:37 ./bin/test-attribution-txt.sh [Pipeline] } 17:29:37 $ docker stop --time=1 8529d6df6407e1a9455634d80b0f026c0f772e0cf87812459af2908676937e27 17:29:39 $ docker rm -f 8529d6df6407e1a9455634d80b0f026c0f772e0cf87812459af2908676937e27 [Pipeline] // withDockerContainer [Pipeline] sh 17:29:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:29:40 Warning: overwriting stash ‘coverage-report’ 17:29:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:29:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:29:41 + ls -al . 17:29:41 total 116 17:29:41 drwxrwxr-x 7 jenkins jenkins 4096 May 11 17:29 . 17:29:41 drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:26 .. 17:29:41 -rw-rw-r-- 1 jenkins jenkins 119 May 11 17:26 .dockerignore 17:29:41 drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:26 .git 17:29:41 drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:26 .github 17:29:41 -rw-rw-r-- 1 jenkins jenkins 111 May 11 17:26 .gitignore 17:29:41 -rw-rw-r-- 1 jenkins jenkins 7306 May 11 17:26 Attribution.txt 17:29:41 -rw-rw-r-- 1 jenkins jenkins 2032 May 11 17:26 Dockerfile 17:29:41 -rw-rw-r-- 1 jenkins jenkins 970 May 11 17:26 Dockerfile.build 17:29:41 -rw-rw-r-- 1 jenkins jenkins 687 May 11 17:26 Jenkinsfile 17:29:41 -rw-rw-r-- 1 jenkins jenkins 10174 May 11 17:26 LICENSE 17:29:41 -rw-rw-r-- 1 jenkins jenkins 3230 May 11 17:26 README.md 17:29:41 -rw-rw-r-- 1 jenkins jenkins 12 May 11 17:23 VERSION 17:29:41 drwxrwxr-x 2 jenkins jenkins 4096 May 11 17:26 bin 17:29:41 -rw-r--r-- 1 jenkins jenkins 10 May 11 17:28 coverage.out 17:29:41 -rw-r--r-- 1 jenkins jenkins 136 May 11 17:29 go.mod 17:29:41 -rw-r--r-- 1 jenkins jenkins 20757 May 11 17:28 go.sum 17:29:41 -rw-rw-r-- 1 jenkins jenkins 1460 May 11 17:26 main.go 17:29:41 -rw-rw-r-- 1 jenkins jenkins 1582 May 11 17:26 makefile 17:29:41 drwxrwxr-x 8 jenkins jenkins 4096 May 11 17:26 res 17:29:41 drwxrwxr-x 4 jenkins jenkins 4096 May 11 17:26 snap [Pipeline] isUnix [Pipeline] sh 17:29:42 + 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 . 17:29:42 Sending build context to Docker daemon 116.2kB 17:29:42 Step 1/27 : ARG BASE=golang:1.16-alpine3.12 17:29:42 Step 2/27 : FROM ${BASE} AS builder 17:29:42 ---> 6d77e0dbb608 17:29:42 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:29:42 ---> Running in b9e631d4b4c4 17:29:43 Removing intermediate container b9e631d4b4c4 17:29:43 ---> 75d8f21a7c07 17:29:43 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:29:43 ---> Running in b439d2f794c6 17:29:44 Removing intermediate container b439d2f794c6 17:29:44 ---> 0dbe1598b799 17:29:44 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:29:44 ---> Running in 6c4821135dfa 17:29:44 Removing intermediate container 6c4821135dfa 17:29:44 ---> 824df2cf57ab 17:29:44 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:29:44 ---> Running in 2403113f0239 17:29:46 Removing intermediate container 2403113f0239 17:29:46 ---> 401ca8d902be 17:29:46 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:29:46 ---> Running in e25b1a44733d 17:29:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:29:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:29:49 OK: 139 MiB in 46 packages 17:29:50 Removing intermediate container e25b1a44733d 17:29:50 ---> 0f68cd976610 17:29:50 Step 8/27 : WORKDIR /app 17:29:50 ---> Running in 7ae75a8e84e5 17:29:51 Removing intermediate container 7ae75a8e84e5 17:29:51 ---> 255b4233823e 17:29:51 Step 9/27 : COPY go.mod . 17:29:52 ---> 45c2ff705617 17:29:52 Step 10/27 : RUN go mod download 17:29:52 ---> Running in 03bb9c683ba2 17:29:54 Removing intermediate container 03bb9c683ba2 17:29:54 ---> 85972c8835f1 17:29:54 Step 11/27 : COPY . . 17:29:55 ---> 3cb320f65e05 17:29:55 Step 12/27 : ARG MAKE="make build" 17:29:55 ---> Running in 706afa6d00c7 17:29:55 Removing intermediate container 706afa6d00c7 17:29:55 ---> 45e65c3250c4 17:29:55 Step 13/27 : RUN $MAKE 17:29:55 ---> Running in 29722a3fe379 17:29:56 go mod tidy 17:29:57 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 17:30:36 Removing intermediate container 29722a3fe379 17:30:36 ---> 317ae9820540 17:30:36 Step 14/27 : FROM alpine:3.12 17:30:36 3.12: Pulling from library/alpine 17:30:36 d2f70382dc9a: Pulling fs layer 17:30:37 d2f70382dc9a: Verifying Checksum 17:30:37 d2f70382dc9a: Download complete 17:30:37 d2f70382dc9a: Pull complete 17:30:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:30:37 Status: Downloaded newer image for alpine:3.12 17:30:37 ---> 9852663dfa18 17:30:37 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:30:37 ---> Running in ce98771b2f3c 17:30:38 Removing intermediate container ce98771b2f3c 17:30:38 ---> 6abb6bdbbf6c 17:30:38 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:30:38 ---> Running in 686a12cab009 17:30:39 Removing intermediate container 686a12cab009 17:30:39 ---> 0e7d0efde7dc 17:30:39 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:30:39 ---> Running in 9db97930d660 17:30:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:30:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:30:41 (1/7) Installing ca-certificates (20191127-r4) 17:30:41 (2/7) Installing dumb-init (1.2.2-r1) 17:30:41 (3/7) Installing libgcc (9.3.0-r2) 17:30:41 (4/7) Installing libsodium (1.0.18-r0) 17:30:41 (5/7) Installing libstdc++ (9.3.0-r2) 17:30:41 (6/7) Installing libzmq (4.3.3-r0) 17:30:41 (7/7) Installing zeromq (4.3.3-r0) 17:30:41 Executing busybox-1.31.1-r20.trigger 17:30:41 Executing ca-certificates-20191127-r4.trigger 17:30:41 OK: 9 MiB in 21 packages 17:30:43 Removing intermediate container 9db97930d660 17:30:43 ---> 71bc33935f74 17:30:43 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:30:44 ---> 82e635bb9cf3 17:30:44 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:30:45 ---> b737daee0d52 17:30:45 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:30:45 ---> 5e053c6939fa 17:30:45 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:30:47 ---> 72681061ba0a 17:30:47 Step 22/27 : EXPOSE 48095 17:30:47 ---> Running in ea710f9d89d7 17:30:47 Removing intermediate container ea710f9d89d7 17:30:47 ---> 800301a0d1c9 17:30:47 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:30:47 ---> Running in 19fbf18e05a0 17:30:48 Removing intermediate container 19fbf18e05a0 17:30:48 ---> f6a8f88e62be 17:30:48 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:48 ---> Running in ed174b2e0bf0 17:30:49 Removing intermediate container ed174b2e0bf0 17:30:49 ---> 21cb5098945a 17:30:49 Step 25/27 : LABEL arch=arm64 17:30:49 ---> Running in 05c5b9a62382 17:30:49 Removing intermediate container 05c5b9a62382 17:30:49 ---> 67281da012a8 17:30:49 Step 26/27 : LABEL git_sha=7e5076a06d1fca8907f338ea4dcff90d7c796855 17:30:49 ---> Running in 491d2a6646dd 17:30:50 Removing intermediate container 491d2a6646dd 17:30:50 ---> d5f7dbcc974f 17:30:50 Step 27/27 : LABEL version=2.0.0-dev.38 17:30:50 ---> Running in f4073b66a2d7 17:30:50 Removing intermediate container f4073b66a2d7 17:30:50 ---> 804840b4d483 17:30:50 [Warning] One or more build-args [ARCH] were not consumed 17:30:50 Successfully built 804840b4d483 17:30:50 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 17:30:51 provisioning config files... 17:30:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/109@tmp/config4023631754707473455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:51 ---> docker-login.sh 17:30:51 nexus3.edgexfoundry.org:10001 17:30:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:51 Configure a credential helper to remove this warning. See 17:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:51 17:30:51 Login Succeeded 17:30:51 nexus3.edgexfoundry.org:10002 17:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:52 Configure a credential helper to remove this warning. See 17:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:52 17:30:52 Login Succeeded 17:30:52 nexus3.edgexfoundry.org:10003 17:30:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:53 Configure a credential helper to remove this warning. See 17:30:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:53 17:30:53 Login Succeeded 17:30:53 nexus3.edgexfoundry.org:10004 17:30:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:54 Configure a credential helper to remove this warning. See 17:30:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:54 17:30:54 Login Succeeded 17:30:54 docker.io 17:30:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:30:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:30:54 Configure a credential helper to remove this warning. See 17:30:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:30:54 17:30:54 Login Succeeded 17:30:54 ---> docker-login.sh ends [Pipeline] } 17:30:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:30:54 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 17:30:54 7e5076a06d1fca8907f338ea4dcff90d7c796855 17:30:54 latest 17:30:54 2.0.0-dev.38 17:30:54 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 17:30:54 master 17:30:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:55 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] isUnix [Pipeline] sh 17:30:55 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855 17:30:55 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:30:55 d6ca7ce379e4: Preparing 17:30:55 e0bd76f90754: Preparing 17:30:55 a7ed6406e224: Preparing 17:30:55 2e4c7220fece: Preparing 17:30:55 9fc8101b4afd: Preparing 17:30:55 3fbe34a1663b: Preparing 17:30:55 3fbe34a1663b: Waiting 17:30:55 a7ed6406e224: Pushed 17:30:55 e0bd76f90754: Pushed 17:30:55 2e4c7220fece: Pushed 17:30:55 3fbe34a1663b: Layer already exists 17:30:56 9fc8101b4afd: Pushed 17:30:58 d6ca7ce379e4: Pushed 17:30:58 7e5076a06d1fca8907f338ea4dcff90d7c796855: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:30:59 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:30:59 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:30:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:30:59 d6ca7ce379e4: Preparing 17:30:59 e0bd76f90754: Preparing 17:30:59 a7ed6406e224: Preparing 17:30:59 2e4c7220fece: Preparing 17:30:59 9fc8101b4afd: Preparing 17:30:59 3fbe34a1663b: Preparing 17:30:59 3fbe34a1663b: Waiting 17:30:59 d6ca7ce379e4: Layer already exists 17:30:59 a7ed6406e224: Layer already exists 17:30:59 2e4c7220fece: Layer already exists 17:30:59 e0bd76f90754: Layer already exists 17:30:59 9fc8101b4afd: Layer already exists 17:30:59 3fbe34a1663b: Layer already exists 17:30:59 latest: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:31:00 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh 17:31:00 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.0-dev.38 17:31:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:31:00 d6ca7ce379e4: Preparing 17:31:00 e0bd76f90754: Preparing 17:31:00 a7ed6406e224: Preparing 17:31:00 2e4c7220fece: Preparing 17:31:00 9fc8101b4afd: Preparing 17:31:00 3fbe34a1663b: Preparing 17:31:00 3fbe34a1663b: Waiting 17:31:00 2e4c7220fece: Layer already exists 17:31:00 d6ca7ce379e4: Layer already exists 17:31:00 9fc8101b4afd: Layer already exists 17:31:00 e0bd76f90754: Layer already exists 17:31:00 a7ed6406e224: Layer already exists 17:31:00 3fbe34a1663b: Layer already exists 17:31:00 2.0.0-dev.38: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:31:01 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 [Pipeline] isUnix [Pipeline] sh 17:31:01 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 17:31:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:31:01 d6ca7ce379e4: Preparing 17:31:01 e0bd76f90754: Preparing 17:31:01 a7ed6406e224: Preparing 17:31:01 2e4c7220fece: Preparing 17:31:01 9fc8101b4afd: Preparing 17:31:01 3fbe34a1663b: Preparing 17:31:01 3fbe34a1663b: Waiting 17:31:01 a7ed6406e224: Layer already exists 17:31:01 9fc8101b4afd: Layer already exists 17:31:01 d6ca7ce379e4: Layer already exists 17:31:01 2e4c7220fece: Layer already exists 17:31:01 e0bd76f90754: Layer already exists 17:31:01 3fbe34a1663b: Layer already exists 17:31:01 7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:31:02 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:31:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:master 17:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:31:02 d6ca7ce379e4: Preparing 17:31:02 e0bd76f90754: Preparing 17:31:02 a7ed6406e224: Preparing 17:31:02 2e4c7220fece: Preparing 17:31:02 9fc8101b4afd: Preparing 17:31:02 3fbe34a1663b: Preparing 17:31:02 3fbe34a1663b: Waiting 17:31:02 2e4c7220fece: Layer already exists 17:31:02 9fc8101b4afd: Layer already exists 17:31:02 e0bd76f90754: Layer already exists 17:31:02 a7ed6406e224: Layer already exists 17:31:02 d6ca7ce379e4: Layer already exists 17:31:02 3fbe34a1663b: Layer already exists 17:31:02 master: digest: sha256:006b5f34f582d478fcb5341905d1986a18471c5889bfb408d08e9dfc0711fafc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:31:02 ===================================================== [Pipeline] echo 17:31:02 taggedImages: 17:31:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855 17:31:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:31:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.0-dev.38 17:31:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7e5076a06d1fca8907f338ea4dcff90d7c796855-2.0.0-dev.38 17:31:02 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:31:03 ---> job-cost.sh 17:31:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TVbX 17:31:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:33:26 lf-activate-venv(): INFO: Adding /tmp/venv-TVbX/bin to PATH 17:33:26 INFO: No Stack... 17:33:27 INFO: Retrieving Pricing Info for: lf-standard-4 17:33:27 INFO: Archiving Costs [Pipeline] sh 17:33:28 + cut -d, -f6+ 17:33:28 cat /w/workspace/app-service-configurable/109/archives/cost.csv [Pipeline] lock 17:33:28 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] 17:33:28 Resource [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] did not exist. Created. 17:33:28 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-109-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:33:28 /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 17:33:28 + echo total: 0.20999999344348907 [Pipeline] stash 17:33:28 Warning: overwriting stash ‘stack-cost’ 17:33:29 Stashed 1 file(s) [Pipeline] } 17:33:29 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 17:33:29 provisioning config files... 17:33:29 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8360142426910870297tmp [Pipeline] { [Pipeline] sh 17:33:29 + set +x 17:33:29 + curl -s https://codecov.io/bash 17:33:29 + bash -s -- 17:33:30 17:33:30 _____ _ 17:33:30 / ____| | | 17:33:30 | | ___ __| | ___ ___ _____ __ 17:33:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:33:30 | |___| (_) | (_| | __/ (_| (_) \ V / 17:33:30 \_____\___/ \__,_|\___|\___\___/ \_/ 17:33:30 Bash-1.0.2 17:33:30 17:33:30 17:33:30 ==> git version 2.24.3 found 17:33:30 ==> 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 17:33:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:33:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:33:30 ==> Jenkins CI detected. 17:33:30 project root: . 17:33:30 --> token set from env 17:33:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:33:30 ==> Running gcov in . (disable via -X gcov) 17:33:30 ==> Python coveragepy not found 17:33:30 ==> Searching for coverage reports in: 17:33:30 + . 17:33:30 -> Found 1 reports 17:33:30 ==> Detecting git/mercurial file structure 17:33:30 ==> Reading reports 17:33:30 + ./coverage.out bytes=10 17:33:30 ==> Appending adjustments 17:33:30 https://docs.codecov.io/docs/fixing-reports 17:33:30 + Found adjustments 17:33:30 ==> Gzipping contents 17:33:30 4.0K /tmp/codecov.AtkxZQ.gz 17:33:30 ==> Uploading reports 17:33:30 url: https://codecov.io 17:33:30 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= 17:33:30 -> Pinging Codecov 17:33:30 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= 17:33:30 -> Uploading to 17:33:30 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 17:33:30 % Total % Received % Xferd Average Speed Time Time Time Current 17:33:30 Dload Upload Total Spent Left Speed 17:33:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 382 0 0 100 382 0 940 --:--:-- --:--:-- --:--:-- 940 17:33:31 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] } 17:33:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:33:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:33:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:33:31 17:33:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:33:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:33:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:33:32 188c0c94c7c5: Pulling fs layer 17:33:32 0ef7d3d256c8: Pulling fs layer 17:33:32 de9db76c5a1d: Pulling fs layer 17:33:32 0eba1c9be4d2: Pulling fs layer 17:33:32 0d57e429df01: Pulling fs layer 17:33:32 4e4be7b47b0d: Pulling fs layer 17:33:32 e1f770b5df2f: Pulling fs layer 17:33:32 85a0685a4137: Pulling fs layer 17:33:32 e1f770b5df2f: Waiting 17:33:32 0eba1c9be4d2: Waiting 17:33:32 0d57e429df01: Waiting 17:33:32 4e4be7b47b0d: Waiting 17:33:32 85a0685a4137: Waiting 17:33:32 de9db76c5a1d: Verifying Checksum 17:33:32 de9db76c5a1d: Download complete 17:33:32 0ef7d3d256c8: Verifying Checksum 17:33:32 0ef7d3d256c8: Download complete 17:33:32 0d57e429df01: Verifying Checksum 17:33:32 0d57e429df01: Download complete 17:33:32 4e4be7b47b0d: Verifying Checksum 17:33:32 4e4be7b47b0d: Download complete 17:33:32 188c0c94c7c5: Verifying Checksum 17:33:32 188c0c94c7c5: Download complete 17:33:33 188c0c94c7c5: Pull complete 17:33:33 0ef7d3d256c8: Pull complete 17:33:33 de9db76c5a1d: Pull complete 17:33:33 e1f770b5df2f: Verifying Checksum 17:33:33 e1f770b5df2f: Download complete 17:33:37 0eba1c9be4d2: Verifying Checksum 17:33:37 0eba1c9be4d2: Download complete 17:33:37 85a0685a4137: Verifying Checksum 17:33:37 85a0685a4137: Download complete 17:33:43 0eba1c9be4d2: Pull complete 17:33:44 0d57e429df01: Pull complete 17:33:44 4e4be7b47b0d: Pull complete 17:33:46 e1f770b5df2f: Pull complete 17:33:56 85a0685a4137: Pull complete 17:33:56 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:33:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:33:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:33:57 prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container 17:33:57 $ 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 17:33:58 $ docker top d781cd1bc300c80578ab7c37b4c8361433ee2d726d7ebdb6554e6888a7226c4b -eo pid,comm [Pipeline] { [Pipeline] echo 17:33:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:33:58 + set -o pipefail 17:33:58 + snyk monitor '--org=edgex-jenkins' 17:34:08 17:34:08 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 17:34:08 17:34:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/2179db6a-ee08-4fe9-b449-6222b10b1dde 17:34:08 17:34:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:34:08 17:34:08 [Pipeline] } 17:34:08 $ docker stop --time=1 d781cd1bc300c80578ab7c37b4c8361433ee2d726d7ebdb6554e6888a7226c4b 17:34:11 $ 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 17:34:13 + git log --format=format:%s -1 7e5076a06d1fca8907f338ea4dcff90d7c796855 [Pipeline] isUnix [Pipeline] sh 17:34:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:34:13 . [Pipeline] withDockerContainer 17:34:13 prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container 17:34:14 $ 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 17:34:15 $ docker top 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:34:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:34:15 [ssh-agent] Looking for ssh-agent implementation... 17:34:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:34:15 $ docker exec 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 ssh-agent 17:34:16 SSH_AUTH_SOCK=/tmp/ssh-r2tUTcfTLeXO/agent.12 17:34:16 SSH_AGENT_PID=17 17:34:16 Running ssh-add (command line suppressed) 17:34:16 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8566586287995610922.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8566586287995610922.key) 17:34:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:34:17 + git semver tag 17:34:17 # -> Open(): unable to determine branch for HEAD 17:34:17 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:34:17 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:34:17 # $SEMVER_REMOTE_NAME = origin 17:34:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:34:17 # $SEMVER_USER_NAME = edgex-jenkins 17:34:17 # $SEMVER_BRANCH = master 17:34:17 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:34:17 # 7e5076a06d1fca8907f338ea4dcff90d7c796855 HEAD 17:34:17 # -> Force: false 17:34:17 # db8333bc31f5797718e969a280a368ddcd5d72fa refs/tags/v2.0.0-dev.38 [Pipeline] } 17:34:17 $ docker exec --env ******** --env ******** 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 ssh-agent -k 17:34:17 unset SSH_AUTH_SOCK; 17:34:17 unset SSH_AGENT_PID; 17:34:17 echo Agent pid 17 killed; 17:34:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:34:18 + git semver [Pipeline] } 17:34:18 $ docker stop --time=1 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 17:34:19 $ docker rm -f 3899be2ee9dafa9e477621f37c923b3ca44625b07dd704333943c1a13389c7a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:34:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:34:20 17:34:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:34:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:34:20 0.23.1-centos7: Pulling from edgex-lftools 17:34:20 ab5ef0e58194: Pulling fs layer 17:34:20 9712f1f96733: Pulling fs layer 17:34:20 63f879dbbcfc: Pulling fs layer 17:34:20 0d9ebad4ef96: Pulling fs layer 17:34:20 e9a5061849ea: Pulling fs layer 17:34:20 d747dcd14b5f: Pulling fs layer 17:34:20 2de7ff778b66: Pulling fs layer 17:34:20 0d9ebad4ef96: Waiting 17:34:20 2de7ff778b66: Waiting 17:34:20 e9a5061849ea: Waiting 17:34:20 d747dcd14b5f: Waiting 17:34:20 9712f1f96733: Verifying Checksum 17:34:20 9712f1f96733: Download complete 17:34:23 63f879dbbcfc: Verifying Checksum 17:34:23 63f879dbbcfc: Download complete 17:34:24 e9a5061849ea: Verifying Checksum 17:34:24 e9a5061849ea: Download complete 17:34:24 d747dcd14b5f: Download complete 17:34:25 0d9ebad4ef96: Verifying Checksum 17:34:25 0d9ebad4ef96: Download complete 17:34:25 ab5ef0e58194: Verifying Checksum 17:34:25 ab5ef0e58194: Download complete 17:34:25 2de7ff778b66: Verifying Checksum 17:34:25 2de7ff778b66: Download complete 17:34:34 ab5ef0e58194: Pull complete 17:34:34 9712f1f96733: Pull complete 17:34:37 63f879dbbcfc: Pull complete 17:34:44 0d9ebad4ef96: Pull complete 17:34:47 e9a5061849ea: Pull complete 17:34:47 d747dcd14b5f: Pull complete 17:34:48 2de7ff778b66: Pull complete 17:34:48 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:34:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:34:48 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:34:49 prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container 17:34:49 $ 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 17:34:54 $ docker top 7226a89709d4953adac3e3deb55716073ba202212108e52c731c61276009348a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:34:54 provisioning config files... 17:34:54 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5223533409572395095tmp 17:34:54 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5183441810415661194tmp 17:34:54 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6606558960465908191tmp [Pipeline] { [Pipeline] echo 17:34:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:34:54 ---> sigul-configuration.sh 17:34:54 gpg: directory `/root/.gnupg' created 17:34:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:34:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:34:54 gpg: keyring `/root/.gnupg/secring.gpg' created 17:34:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:34:54 gpg: CAST5 encrypted data 17:34:55 gpg: encrypted with 1 passphrase 17:34:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:34:55 + mkdir /home/jenkins 17:34:55 + mkdir /home/jenkins/sigul [Pipeline] sh 17:34:55 + 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 17:34:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:34:56 ---> sigul-install.sh 17:35:02 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:35:03 + git tag --list 17:35:03 v1.0.0 17:35:03 v1.1.0 17:35:03 v1.2.0 17:35:03 v1.3.0 17:35:03 v1.3.1 17:35:03 v1.3.1-dev.1 17:35:03 v1.3.1-dev.2 17:35:03 v1.3.1-dev.3 17:35:03 v2.0.0-dev.1 17:35:03 v2.0.0-dev.10 17:35:03 v2.0.0-dev.11 17:35:03 v2.0.0-dev.12 17:35:03 v2.0.0-dev.13 17:35:03 v2.0.0-dev.14 17:35:03 v2.0.0-dev.15 17:35:03 v2.0.0-dev.16 17:35:03 v2.0.0-dev.17 17:35:03 v2.0.0-dev.18 17:35:03 v2.0.0-dev.19 17:35:03 v2.0.0-dev.2 17:35:03 v2.0.0-dev.20 17:35:03 v2.0.0-dev.21 17:35:03 v2.0.0-dev.22 17:35:03 v2.0.0-dev.23 17:35:03 v2.0.0-dev.24 17:35:03 v2.0.0-dev.25 17:35:03 v2.0.0-dev.26 17:35:03 v2.0.0-dev.27 17:35:03 v2.0.0-dev.28 17:35:03 v2.0.0-dev.29 17:35:03 v2.0.0-dev.3 17:35:03 v2.0.0-dev.30 17:35:03 v2.0.0-dev.31 17:35:03 v2.0.0-dev.32 17:35:03 v2.0.0-dev.33 17:35:03 v2.0.0-dev.34 17:35:03 v2.0.0-dev.35 17:35:03 v2.0.0-dev.36 17:35:03 v2.0.0-dev.37 17:35:03 v2.0.0-dev.38 17:35:03 v2.0.0-dev.4 17:35:03 v2.0.0-dev.5 17:35:03 v2.0.0-dev.6 17:35:03 v2.0.0-dev.7 17:35:03 v2.0.0-dev.8 17:35:03 v2.0.0-dev.9 [Pipeline] sh 17:35:03 + lftools sign git-tag v2.0.0-dev.38 17:35:04 Signing Git tag with Sigul... 17:35:04 Signing v2.0.0-dev.38 [Pipeline] echo 17:35:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:35:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:35:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:35:06 $ docker stop --time=1 7226a89709d4953adac3e3deb55716073ba202212108e52c731c61276009348a 17:35:07 $ 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 17:35:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:35:08 . [Pipeline] withDockerContainer 17:35:08 prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container 17:35:08 $ 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 17:35:09 $ docker top 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:35:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:09 [ssh-agent] Looking for ssh-agent implementation... 17:35:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:10 $ docker exec 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 ssh-agent 17:35:10 SSH_AUTH_SOCK=/tmp/ssh-F4ufNoXKaycL/agent.12 17:35:10 SSH_AGENT_PID=17 17:35:10 Running ssh-add (command line suppressed) 17:35:10 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2555210115193302179.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2555210115193302179.key) 17:35:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:10 + git semver bump pre 17:35:10 # -> Open(): unable to determine branch for HEAD 17:35:10 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:35:10 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:35:10 # $SEMVER_REMOTE_NAME = origin 17:35:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:35:10 # $SEMVER_USER_NAME = edgex-jenkins 17:35:10 # $SEMVER_BRANCH = master 17:35:10 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:35:10 2.0.0-dev.39 [Pipeline] } 17:35:10 $ docker exec --env ******** --env ******** 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 ssh-agent -k 17:35:11 unset SSH_AUTH_SOCK; 17:35:11 unset SSH_AGENT_PID; 17:35:11 echo Agent pid 17 killed; 17:35:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:35:11 + git semver [Pipeline] } 17:35:11 $ docker stop --time=1 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 17:35:12 $ docker rm -f 5fcfedcca98e61d0faa6991c689eec1bd29e3cc60e4770478e273803c00b9856 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:35:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:35:13 . [Pipeline] withDockerContainer 17:35:13 prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container 17:35:13 $ 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 17:35:14 $ docker top aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:35:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:14 [ssh-agent] Looking for ssh-agent implementation... 17:35:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:15 $ docker exec aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 ssh-agent 17:35:15 SSH_AUTH_SOCK=/tmp/ssh-i8HnS3cFecJ8/agent.11 17:35:15 SSH_AGENT_PID=16 17:35:15 Running ssh-add (command line suppressed) 17:35:16 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4831222842428590806.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4831222842428590806.key) 17:35:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:17 + git semver push 17:35:17 # -> Open(): unable to determine branch for HEAD 17:35:17 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:35:17 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:35:17 # $SEMVER_REMOTE_NAME = origin 17:35:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:35:17 # $SEMVER_USER_NAME = edgex-jenkins 17:35:17 # $SEMVER_BRANCH = master 17:35:17 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:35:21 $ docker exec --env ******** --env ******** aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 ssh-agent -k 17:35:21 unset SSH_AUTH_SOCK; 17:35:21 unset SSH_AGENT_PID; 17:35:21 echo Agent pid 16 killed; 17:35:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:35:22 + git semver [Pipeline] } 17:35:22 $ docker stop --time=1 aac81d688a83795aad06ea71ed625a9c39f6409aa1dd0b0816c29cb85adf8125 17:35:24 $ 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 17:35:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:35:26 ---> package-listing.sh 17:35:26 ++ facter osfamily 17:35:26 ++ tr '[:upper:]' '[:lower:]' 17:35:27 + OS_FAMILY=redhat 17:35:27 + workspace=/w/workspace/_app-service-configurable_master 17:35:27 + START_PACKAGES=/tmp/packages_start.txt 17:35:27 + END_PACKAGES=/tmp/packages_end.txt 17:35:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:35:27 + PACKAGES=/tmp/packages_start.txt 17:35:27 + '[' /w/workspace/_app-service-configurable_master ']' 17:35:27 + PACKAGES=/tmp/packages_end.txt 17:35:27 + case "${OS_FAMILY}" in 17:35:27 + rpm -qa 17:35:27 + sort 17:35:33 + '[' -f /tmp/packages_start.txt ']' 17:35:33 + '[' -f /tmp/packages_end.txt ']' 17:35:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:35:33 + '[' /w/workspace/_app-service-configurable_master ']' 17:35:33 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 17:35:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 17:35:33 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 17:35:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:35 17:35:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:35:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:35 alpine: Pulling from edgex-lftools-log-publisher 17:35:35 df20fa9351a1: Pulling fs layer 17:35:35 36b3adc4ff6f: Pulling fs layer 17:35:35 8ad3a11d3b57: Pulling fs layer 17:35:35 46f8f816bc3b: Pulling fs layer 17:35:35 93b61091891f: Pulling fs layer 17:35:35 93b9cdb0e59b: Pulling fs layer 17:35:35 5e14af77c1be: Pulling fs layer 17:35:35 01666e4c0597: Pulling fs layer 17:35:35 aa168da1d23b: Pulling fs layer 17:35:35 93b9cdb0e59b: Waiting 17:35:35 5e14af77c1be: Waiting 17:35:35 01666e4c0597: Waiting 17:35:35 aa168da1d23b: Waiting 17:35:35 46f8f816bc3b: Waiting 17:35:35 93b61091891f: Waiting 17:35:35 36b3adc4ff6f: Verifying Checksum 17:35:35 36b3adc4ff6f: Download complete 17:35:35 46f8f816bc3b: Verifying Checksum 17:35:35 46f8f816bc3b: Download complete 17:35:35 df20fa9351a1: Verifying Checksum 17:35:35 df20fa9351a1: Download complete 17:35:35 93b61091891f: Verifying Checksum 17:35:35 93b61091891f: Download complete 17:35:35 93b9cdb0e59b: Verifying Checksum 17:35:35 93b9cdb0e59b: Download complete 17:35:35 5e14af77c1be: Verifying Checksum 17:35:35 5e14af77c1be: Download complete 17:35:35 01666e4c0597: Verifying Checksum 17:35:35 01666e4c0597: Download complete 17:35:36 df20fa9351a1: Pull complete 17:35:36 8ad3a11d3b57: Verifying Checksum 17:35:36 8ad3a11d3b57: Download complete 17:35:37 36b3adc4ff6f: Pull complete 17:35:38 8ad3a11d3b57: Pull complete 17:35:38 46f8f816bc3b: Pull complete 17:35:39 93b61091891f: Pull complete 17:35:40 93b9cdb0e59b: Pull complete 17:35:40 5e14af77c1be: Pull complete 17:35:41 01666e4c0597: Pull complete 17:35:43 aa168da1d23b: Verifying Checksum 17:35:43 aa168da1d23b: Download complete 17:35:55 aa168da1d23b: Pull complete 17:35:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:35:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:35:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:35:56 prd-centos7-docker-4c-2g-4526 does not seem to be running inside a container 17:35:56 $ 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 17:35:59 $ docker top 54d0356eda5fd00c3e65d6de935e59aa81defb0fda23ff66baf07eccad4c9fac -eo pid,comm [Pipeline] { [Pipeline] sh 17:36:00 + touch /tmp/pre-build-complete [Pipeline] sh 17:36:01 + mkdir -p /var/log/sa [Pipeline] sh 17:36:02 + ls /var/log/sa-host 17:36:02 + sadf -c /var/log/sa-host/sa11 17:36:02 file_magic: OK 17:36:02 HZ: Using current value: 100 17:36:02 file_header: OK 17:36:02 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 17:36:02 Statistics: 17:36:02 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... 17:36:02 File successfully converted to sysstat format version 12.2.1 17:36:02 + sadf -c /var/log/sa-host/sa23 17:36:02 file_magic: OK 17:36:02 HZ: Using current value: 100 17:36:02 file_header: OK 17:36:02 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 17:36:02 Statistics: 17:36:02 Hnuu...uuuununununu... 17:36:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:36:02 provisioning config files... 17:36:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4610334014049636192tmp [Pipeline] { [Pipeline] echo 17:36:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:36:02 ---> create-netrc.sh [Pipeline] } 17:36:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:36:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:36:03 ---> python-tools-install.sh [Pipeline] echo 17:36:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:36:03 ---> sudo-logs.sh 17:36:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:36:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:36:04 ---> job-cost.sh 17:36:04 lf-activate-venv: SKIPPING 17:36:04 DEBUG: total: 0.20999999344348907 17:36:04 INFO: Retrieving Stack Cost... 17:36:05 INFO: Retrieving Pricing Info for: v1-standard-2 17:36:06 INFO: Archiving Costs [Pipeline] echo 17:36:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:36:07 ---> logs-deploy.sh 17:36:07 lf-activate-venv: SKIPPING 17:36:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/109 17:36:07 INFO: archiving workspace using pattern(s): 17:36:10 Archives upload complete. 17:36:10 INFO: archiving logs to Nexus 17:36:11 ---> uname -a: 17:36:11 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 17:36:11 17:36:11 17:36:11 ---> lscpu: 17:36:11 Architecture: x86_64 17:36:11 CPU op-mode(s): 32-bit, 64-bit 17:36:11 Byte Order: Little Endian 17:36:11 Address sizes: 40 bits physical, 48 bits virtual 17:36:11 CPU(s): 4 17:36:11 On-line CPU(s) list: 0-3 17:36:11 Thread(s) per core: 1 17:36:11 Core(s) per socket: 1 17:36:11 Socket(s): 4 17:36:11 NUMA node(s): 1 17:36:11 Vendor ID: GenuineIntel 17:36:11 CPU family: 6 17:36:11 Model: 44 17:36:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:36:11 Stepping: 1 17:36:11 CPU MHz: 2933.436 17:36:11 BogoMIPS: 5866.87 17:36:11 Virtualization: VT-x 17:36:11 Hypervisor vendor: KVM 17:36:11 Virtualization type: full 17:36:11 L1d cache: 128 KiB 17:36:11 L1i cache: 128 KiB 17:36:11 L2 cache: 16 MiB 17:36:11 L3 cache: 64 MiB 17:36:11 NUMA node0 CPU(s): 0-3 17:36:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:36:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:36:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:36:11 Vulnerability Meltdown: Mitigation; PTI 17:36:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:36:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:36:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:36:11 Vulnerability Srbds: Not affected 17:36:11 Vulnerability Tsx async abort: Not affected 17:36:11 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 17:36:11 17:36:11 17:36:11 ---> nproc: 17:36:11 4 17:36:11 17:36:11 17:36:11 ---> df -h: 17:36:11 Filesystem Size Used Available Use% Mounted on 17:36:11 overlay 50.0G 8.5G 41.4G 17% / 17:36:11 tmpfs 64.0M 0 64.0M 0% /dev 17:36:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:36:11 shm 64.0M 0 64.0M 0% /dev/shm 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 17:36:11 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 17:36:11 17:36:11 17:36:11 ---> free -m: 17:36:11 total used free shared buff/cache available 17:36:11 Mem: 1837 830 143 0 863 943 17:36:11 Swap: 1023 3 1020 17:36:11 17:36:11 17:36:11 ---> ip addr: 17:36:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:36:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:36:11 inet 127.0.0.1/8 scope host lo 17:36:11 valid_lft forever preferred_lft forever 17:36:11 inet6 ::1/128 scope host 17:36:11 valid_lft forever preferred_lft forever 17:36:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:36:11 link/ether fa:16:3e:bb:58:69 brd ff:ff:ff:ff:ff:ff 17:36:11 inet 10.30.122.222/23 brd 10.30.123.255 scope global dynamic eth0 17:36:11 valid_lft 85566sec preferred_lft 85566sec 17:36:11 inet6 fe80::f816:3eff:febb:5869/64 scope link 17:36:11 valid_lft forever preferred_lft forever 17:36:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:36:11 link/ether 02:42:62:c8:89:16 brd ff:ff:ff:ff:ff:ff 17:36:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:36:11 valid_lft forever preferred_lft forever 17:36:11 inet6 fe80::42:62ff:fec8:8916/64 scope link 17:36:11 valid_lft forever preferred_lft forever 17:36:11 17:36:11 17:36:11 ---> sar -b -r -n DEV: 17:36:11 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) 17:36:11 17:36:11 17:22:05 LINUX RESTART (4 CPU) 17:36:11 17:36:11 17:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:36:11 17:24:01 52.01 15.25 36.76 0.00 4706.72 2353.06 0.00 17:36:11 17:25:01 1.80 0.00 1.80 0.00 0.00 37.63 0.00 17:36:11 17:26:01 0.57 0.00 0.57 0.00 0.00 8.73 0.00 17:36:11 17:27:01 0.32 0.00 0.32 0.00 0.00 4.60 0.00 17:36:11 17:28:01 0.30 0.00 0.30 0.00 0.00 5.56 0.00 17:36:11 17:29:01 0.35 0.00 0.35 0.00 0.00 6.06 0.00 17:36:11 17:30:01 0.22 0.00 0.22 0.00 0.00 3.86 0.00 17:36:11 17:31:01 0.30 0.00 0.30 0.00 0.00 4.86 0.00 17:36:11 17:32:01 0.30 0.00 0.30 0.00 0.00 4.58 0.00 17:36:11 17:33:02 0.33 0.00 0.33 0.00 0.00 5.16 0.00 17:36:11 17:34:01 235.44 141.68 93.76 0.00 6998.21 33833.40 0.00 17:36:11 17:35:01 282.57 110.15 172.42 0.00 5129.13 35242.89 0.00 17:36:11 17:36:01 162.11 66.62 95.49 0.00 5555.54 22123.31 0.00 17:36:11 Average: 56.49 25.55 30.95 0.00 1717.51 7176.35 0.00 17:36:11 17:36:11 17:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:36:11 17:24:01 176160 0 617424 32.81 2620 1085340 1152548 39.33 438792 1067400 132 17:36:11 17:25:01 183488 0 610088 32.42 2620 1085348 1098420 37.49 451520 1048660 12 17:36:11 17:26:01 185004 0 608568 32.34 2620 1085352 1079908 36.86 444696 1054440 8 17:36:11 17:27:01 180892 0 612680 32.56 2620 1085352 1080056 36.86 451708 1051832 12 17:36:11 17:28:01 180504 0 613060 32.58 2620 1085360 1080068 36.86 458060 1045728 8 17:36:11 17:29:01 180580 0 612980 32.58 2620 1085364 1080224 36.87 458404 1045728 20 17:36:11 17:30:01 181304 0 612252 32.54 2620 1085368 1080164 36.86 458084 1045728 16 17:36:11 17:31:01 181876 0 611676 32.51 2620 1085372 1080092 36.86 457652 1045728 8 17:36:11 17:32:01 182052 0 611492 32.50 2620 1085380 1079960 36.86 456816 1045728 16 17:36:11 17:33:02 181628 0 611912 32.52 2620 1085384 1080092 36.86 457652 1045728 16 17:36:11 17:34:01 104388 0 768348 40.84 2596 1006212 1390740 47.46 541832 981136 1008 17:36:11 17:35:01 77884 0 797212 42.37 1696 1004752 1284596 43.84 601744 865788 87248 17:36:11 17:36:01 178824 0 827920 44.00 1524 873276 1588140 54.20 568412 771172 48 17:36:11 Average: 167276 0 655047 34.81 2463 1056758 1165770 39.79 480413 1008830 6812 17:36:11 17:36:11 17:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:36:11 17:24:01 eth0 116.38 91.70 483.69 37.71 0.00 0.00 0.00 0.00 17:36:11 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:24:01 docker0 3.53 2.48 0.65 5.72 0.00 0.00 0.00 0.00 17:36:11 17:25:01 eth0 2.13 0.30 0.41 0.23 0.00 0.00 0.00 0.00 17:36:11 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:26:01 eth0 2.88 0.52 0.70 0.39 0.00 0.00 0.00 0.00 17:36:11 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:27:01 eth0 2.63 0.83 0.90 0.59 0.00 0.00 0.00 0.00 17:36:11 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:28:01 eth0 2.90 0.40 0.60 0.26 0.00 0.00 0.00 0.00 17:36:11 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:29:01 eth0 2.05 0.55 0.63 0.37 0.00 0.00 0.00 0.00 17:36:11 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:30:01 eth0 1.53 0.53 0.59 0.42 0.00 0.00 0.00 0.00 17:36:11 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:31:01 eth0 0.57 0.35 0.27 0.20 0.00 0.00 0.00 0.00 17:36:11 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:32:01 eth0 0.45 0.08 0.04 0.01 0.00 0.00 0.00 0.00 17:36:11 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:33:02 eth0 1.28 0.38 0.46 0.26 0.00 0.00 0.00 0.00 17:36:11 17:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:34:01 veth24df6c9 16.68 15.83 1.87 16.62 0.00 0.00 0.00 0.00 17:36:11 17:34:01 eth0 452.99 383.22 4167.32 66.09 0.00 0.00 0.00 0.00 17:36:11 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:34:01 docker0 16.68 15.73 1.64 16.61 0.00 0.00 0.00 0.00 17:36:11 17:35:01 eth0 455.95 390.15 3850.12 43.29 0.00 0.00 0.00 0.00 17:36:11 17:35:01 vetha3dc91c 24.52 33.22 1.54 258.17 0.00 0.00 0.00 0.00 17:36:11 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:35:01 docker0 72.48 84.53 4.82 624.83 0.00 0.00 0.00 0.00 17:36:11 17:36:01 eth0 276.78 225.86 2214.45 122.81 0.00 0.00 0.00 0.00 17:36:11 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 17:36:01 docker0 2.27 1.68 0.41 0.46 0.00 0.00 0.00 0.00 17:36:11 Average: eth0 101.08 83.92 821.18 20.95 0.00 0.00 0.00 0.00 17:36:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:36:11 Average: docker0 7.30 8.03 0.58 49.88 0.00 0.00 0.00 0.00 17:36:11 17:36:11 17:36:11 ---> sar -P ALL: 17:36:11 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) 17:36:11 17:36:11 17:22:05 LINUX RESTART (4 CPU) 17:36:11 17:36:11 17:23:01 CPU %user %nice %system %iowait %steal %idle 17:36:11 17:24:01 all 4.73 0.00 3.43 1.26 5.77 84.81 17:36:11 17:24:01 0 4.76 0.00 4.05 0.75 6.27 84.17 17:36:11 17:24:01 1 3.81 0.00 3.26 2.61 6.03 84.30 17:36:11 17:24:01 2 5.17 0.00 2.92 0.72 5.63 85.57 17:36:11 17:24:01 3 5.20 0.00 3.49 0.92 5.17 85.21 17:36:11 17:25:01 all 0.15 0.00 0.07 0.00 0.12 99.66 17:36:11 17:25:01 0 0.03 0.00 0.08 0.00 0.22 99.67 17:36:11 17:25:01 1 0.47 0.00 0.05 0.00 0.13 99.35 17:36:11 17:25:01 2 0.07 0.00 0.08 0.00 0.08 99.77 17:36:11 17:25:01 3 0.05 0.00 0.07 0.00 0.03 99.85 17:36:11 17:26:01 all 0.17 0.00 0.17 0.00 0.44 99.22 17:36:11 17:26:01 0 0.05 0.00 0.23 0.00 0.37 99.35 17:36:11 17:26:01 1 0.42 0.00 0.07 0.00 0.50 99.02 17:36:11 17:26:01 2 0.10 0.00 0.13 0.00 0.66 99.10 17:36:11 17:26:01 3 0.10 0.00 0.25 0.00 0.23 99.42 17:36:11 17:27:01 all 0.10 0.00 0.05 0.00 0.37 99.47 17:36:11 17:27:01 0 0.03 0.00 0.05 0.00 0.38 99.53 17:36:11 17:27:01 1 0.27 0.00 0.05 0.02 0.23 99.43 17:36:11 17:27:01 2 0.07 0.00 0.07 0.00 0.55 99.32 17:36:11 17:27:01 3 0.05 0.00 0.03 0.00 0.33 99.58 17:36:11 17:28:01 all 0.18 0.00 0.15 0.00 0.20 99.47 17:36:11 17:28:01 0 0.05 0.00 0.37 0.00 0.38 99.20 17:36:11 17:28:01 1 0.28 0.00 0.12 0.00 0.08 99.52 17:36:11 17:28:01 2 0.30 0.00 0.07 0.00 0.20 99.43 17:36:11 17:28:01 3 0.08 0.00 0.05 0.00 0.15 99.72 17:36:11 17:29:01 all 0.20 0.00 0.04 0.00 0.05 99.71 17:36:11 17:29:01 0 0.05 0.00 0.03 0.00 0.03 99.88 17:36:11 17:29:01 1 0.07 0.00 0.05 0.00 0.05 99.83 17:36:11 17:29:01 2 0.58 0.00 0.03 0.00 0.07 99.32 17:36:11 17:29:01 3 0.08 0.00 0.05 0.00 0.07 99.80 17:36:11 17:30:01 all 0.16 0.00 0.03 0.00 0.28 99.53 17:36:11 17:30:01 0 0.02 0.00 0.03 0.00 0.08 99.87 17:36:11 17:30:01 1 0.07 0.00 0.05 0.00 0.45 99.43 17:36:11 17:30:01 2 0.48 0.00 0.03 0.00 0.42 99.07 17:36:11 17:30:01 3 0.07 0.00 0.02 0.00 0.17 99.75 17:36:11 17:31:01 all 0.11 0.00 0.03 0.00 0.06 99.79 17:36:11 17:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:36:11 17:31:01 1 0.05 0.00 0.05 0.00 0.10 99.80 17:36:11 17:31:01 2 0.37 0.00 0.05 0.00 0.12 99.47 17:36:11 17:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 17:36:11 17:32:01 all 0.08 0.00 0.06 0.00 0.05 99.82 17:36:11 17:32:01 0 0.02 0.00 0.02 0.00 0.05 99.92 17:36:11 17:32:01 1 0.08 0.00 0.10 0.00 0.10 99.72 17:36:11 17:32:01 2 0.18 0.00 0.10 0.00 0.02 99.70 17:36:11 17:32:01 3 0.02 0.00 0.02 0.00 0.02 99.95 17:36:11 17:33:02 all 0.15 0.00 0.03 0.00 0.01 99.81 17:36:11 17:33:02 0 0.45 0.00 0.03 0.00 0.02 99.50 17:36:11 17:33:02 1 0.08 0.00 0.07 0.00 0.03 99.82 17:36:11 17:33:02 2 0.03 0.00 0.03 0.00 0.00 99.93 17:36:11 17:33:02 3 0.02 0.00 0.00 0.00 0.00 99.98 17:36:11 17:34:01 all 8.31 0.00 6.73 1.17 4.88 78.91 17:36:11 17:34:01 0 8.84 0.00 7.69 0.96 5.09 77.43 17:36:11 17:34:01 1 7.56 0.00 6.13 1.02 4.96 80.34 17:36:11 17:34:01 2 7.86 0.00 6.36 1.43 4.74 79.61 17:36:11 17:34:01 3 9.00 0.00 6.75 1.26 4.75 78.24 17:36:11 17:36:11 17:34:01 CPU %user %nice %system %iowait %steal %idle 17:36:11 17:35:01 all 12.10 0.00 9.90 4.41 8.54 65.04 17:36:11 17:35:01 0 10.79 0.00 10.60 3.16 8.91 66.54 17:36:11 17:35:01 1 14.40 0.00 9.82 3.88 8.68 63.23 17:36:11 17:35:01 2 11.00 0.00 9.78 6.96 8.45 63.80 17:36:11 17:35:01 3 12.22 0.00 9.41 3.63 8.13 66.61 17:36:11 17:36:01 all 8.02 0.00 7.60 2.71 10.48 71.18 17:36:11 17:36:01 0 8.10 0.00 7.97 1.55 10.88 71.49 17:36:11 17:36:01 1 9.03 0.00 8.00 4.38 10.75 67.84 17:36:11 17:36:01 2 8.37 0.00 7.71 2.46 9.81 71.65 17:36:11 17:36:01 3 6.59 0.00 6.72 2.46 10.50 73.73 17:36:11 Average: all 2.64 0.00 2.17 0.73 2.41 92.05 17:36:11 Average: 0 2.53 0.00 2.38 0.49 2.51 92.10 17:36:11 Average: 1 2.81 0.00 2.14 0.92 2.48 91.65 17:36:11 Average: 2 2.65 0.00 2.10 0.89 2.37 91.99 17:36:11 Average: 3 2.56 0.00 2.06 0.63 2.28 92.47 17:36:11 17:36:11 17:36:11