Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bbf9d345300d8d1e119ed396064130494fdbd2f7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33089 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision bbf9d345300d8d1e119ed396064130494fdbd2f7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 Commit message: "refactor: Switch to 2.0 Consul path (#227)" > git rev-list --no-walk a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:35:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:35:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:35:54 ========================================================= 01:35:54 EdgeX Global Pipelines Version Info 01:35:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:35:55 ------------------- 01:35:55 stable info: 01:35:55 ------------------- 01:35:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:35:55 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 01:35:55 Message: update stable to v1.0.186 01:35:56 ------------------- 01:35:56 experimental info: 01:35:56 ------------------- 01:35:56 Commited By: **** collab-it+edgex@linuxfoundation.org 01:35:56 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 01:35:56 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:35:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:35:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 01:35:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] echo 01:36:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bbf9d34 [Pipeline] echo 01:36:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:36:00 provisioning config files... 01:36:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4614953791769354577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:36:00 ---> docker-login.sh 01:36:00 nexus3.edgexfoundry.org:10001 01:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:01 Configure a credential helper to remove this warning. See 01:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:01 01:36:01 Login Succeeded 01:36:01 nexus3.edgexfoundry.org:10002 01:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:01 Configure a credential helper to remove this warning. See 01:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:01 01:36:01 Login Succeeded 01:36:01 nexus3.edgexfoundry.org:10003 01:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:01 Configure a credential helper to remove this warning. See 01:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:01 01:36:01 Login Succeeded 01:36:01 nexus3.edgexfoundry.org:10004 01:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:01 Configure a credential helper to remove this warning. See 01:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:01 01:36:01 Login Succeeded 01:36:01 docker.io 01:36:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:02 Configure a credential helper to remove this warning. See 01:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:02 01:36:02 Login Succeeded 01:36:02 ---> docker-login.sh ends [Pipeline] } 01:36:02 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 01:36:03 + git log --format=format:%s -1 bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] echo 01:36:03 GIT_COMMIT: bbf9d345300d8d1e119ed396064130494fdbd2f7, Commit Message: refactor: Switch to 2.0 Consul path (#227) [Pipeline] echo 01:36:03 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:36:04 01:36:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:36:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:36:04 latest: Pulling from edgex-devops/git-semver 01:36:04 31603596830f: Pulling fs layer 01:36:04 2a8b12db71e7: Pulling fs layer 01:36:04 6ca5941a6612: Pulling fs layer 01:36:04 ecc8261a40a4: Pulling fs layer 01:36:04 ecc8261a40a4: Waiting 01:36:04 2a8b12db71e7: Verifying Checksum 01:36:04 2a8b12db71e7: Download complete 01:36:04 31603596830f: Verifying Checksum 01:36:04 31603596830f: Download complete 01:36:05 ecc8261a40a4: Verifying Checksum 01:36:05 ecc8261a40a4: Download complete 01:36:05 6ca5941a6612: Verifying Checksum 01:36:05 6ca5941a6612: Download complete 01:36:05 31603596830f: Pull complete 01:36:05 2a8b12db71e7: Pull complete 01:36:06 6ca5941a6612: Pull complete 01:36:06 ecc8261a40a4: Pull complete 01:36:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:36:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:36:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:36:06 prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container 01:36:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:36:09 $ docker top 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:36:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:36:09 [ssh-agent] Looking for ssh-agent implementation... 01:36:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:36:09 $ docker exec 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent 01:36:10 SSH_AUTH_SOCK=/tmp/ssh-InH76OsSckWI/agent.12 01:36:10 SSH_AGENT_PID=17 01:36:10 Running ssh-add (command line suppressed) 01:36:10 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3206008135848479936.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3206008135848479936.key) 01:36:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:36:10 + git tag --points-at HEAD [Pipeline] } 01:36:10 $ docker exec --env ******** --env ******** 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent -k 01:36:10 unset SSH_AUTH_SOCK; 01:36:10 unset SSH_AGENT_PID; 01:36:10 echo Agent pid 17 killed; 01:36:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:36:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:36:11 [ssh-agent] Looking for ssh-agent implementation... 01:36:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:36:11 $ docker exec 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent 01:36:11 SSH_AUTH_SOCK=/tmp/ssh-06BhymfnXQXt/agent.48 01:36:11 SSH_AGENT_PID=53 01:36:11 Running ssh-add (command line suppressed) 01:36:11 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5548323860445059665.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5548323860445059665.key) 01:36:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:36:12 + git semver init 01:36:12 # -> Open(): unable to determine branch for HEAD 01:36:12 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 01:36:12 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 01:36:12 # $SEMVER_REMOTE_NAME = origin 01:36:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:36:12 # $SEMVER_USER_NAME = edgex-jenkins 01:36:12 # $SEMVER_BRANCH = master 01:36:12 # $SEMVER_TEMP = /tmp/semver-865005102 01:36:12 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 01:36:12 # '/tmp/semver-865005102' -> '/w/workspace/_app-service-configurable_master/.semver' 01:36:12 # -> Force: false 01:36:12 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 01:36:12 $ docker exec --env ******** --env ******** 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 ssh-agent -k 01:36:12 unset SSH_AUTH_SOCK; 01:36:12 unset SSH_AGENT_PID; 01:36:12 echo Agent pid 53 killed; 01:36:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:36:13 + git semver [Pipeline] } 01:36:13 $ docker stop --time=1 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 01:36:14 $ docker rm -f 65a59e76a4ddc6cb0450a90d8d6bb05ff0a492b602de41b6e9fa117f54f0cb93 [Pipeline] // withDockerContainer [Pipeline] sh 01:36:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:36:15 Stashed 1 file(s) [Pipeline] echo 01:36:15 [edgeXSemver]: initialized semver on version 2.0.0-dev.29 [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 01:36:31 Still waiting to schedule task 01:36:31 ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33090’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ 01:36:31 Still waiting to schedule task 01:36:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:38:34 Running on prd-centos7-docker-4c-2g-33094 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 01:38:34 Running in /w/workspace/app-service-configurable/99 [Pipeline] { [Pipeline] checkout 01:38:46 using credential edgex-jenkins-ssh 01:38:46 Cloning the remote Git repository 01:38:46 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 01:38:46 > git init /w/workspace/app-service-configurable/99 # timeout=10 01:38:46 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:38:46 > git --version # timeout=10 01:38:47 > git --version # 'git version 2.24.3' 01:38:47 using GIT_SSH to set credentials SSH Credentials for GitHub 01:38:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:38:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:38:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:38:47 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:38:47 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:38:47 using GIT_SSH to set credentials SSH Credentials for GitHub 01:38:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 01:38:48 Checking out Revision bbf9d345300d8d1e119ed396064130494fdbd2f7 (master) 01:38:48 > git config core.sparsecheckout # timeout=10 01:38:48 > git checkout -f bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 01:38:53 Commit message: "refactor: Switch to 2.0 Consul path (#227)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:38:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:38:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:38:56 + sudo service docker restart 01:38:56 + true 01:38:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:38:58 provisioning config files... 01:38:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config253651503627173008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:38:59 ---> docker-login.sh 01:38:59 nexus3.edgexfoundry.org:10001 01:38:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:00 Configure a credential helper to remove this warning. See 01:39:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:00 01:39:00 Login Succeeded 01:39:00 nexus3.edgexfoundry.org:10002 01:39:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:00 Configure a credential helper to remove this warning. See 01:39:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:00 01:39:00 Login Succeeded 01:39:00 nexus3.edgexfoundry.org:10003 01:39:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:01 Configure a credential helper to remove this warning. See 01:39:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:01 01:39:01 Login Succeeded 01:39:01 nexus3.edgexfoundry.org:10004 01:39:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:02 Configure a credential helper to remove this warning. See 01:39:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:02 01:39:02 Login Succeeded 01:39:02 docker.io 01:39:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:04 Configure a credential helper to remove this warning. See 01:39:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:04 01:39:04 Login Succeeded 01:39:04 ---> docker-login.sh ends [Pipeline] } 01:39:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:39:04 ========================================================= 01:39:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:39:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:39:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 01:39:05 Sending build context to Docker daemon 97.79kB 01:39:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 01:39:05 Step 2/8 : FROM ${BASE} 01:39:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:39:05 188c0c94c7c5: Pulling fs layer 01:39:05 0ef7d3d256c8: Pulling fs layer 01:39:05 de9db76c5a1d: Pulling fs layer 01:39:05 bca2f99d35d6: Pulling fs layer 01:39:05 93359f2a8cfa: Pulling fs layer 01:39:05 7c6f9722023f: Pulling fs layer 01:39:05 a35cf1a2eb13: Pulling fs layer 01:39:05 bca2f99d35d6: Waiting 01:39:05 93359f2a8cfa: Waiting 01:39:05 7c6f9722023f: Waiting 01:39:05 a35cf1a2eb13: Waiting 01:39:05 de9db76c5a1d: Download complete 01:39:05 0ef7d3d256c8: Verifying Checksum 01:39:05 0ef7d3d256c8: Download complete 01:39:05 93359f2a8cfa: Verifying Checksum 01:39:05 93359f2a8cfa: Download complete 01:39:06 7c6f9722023f: Verifying Checksum 01:39:06 7c6f9722023f: Download complete 01:39:06 188c0c94c7c5: Verifying Checksum 01:39:06 188c0c94c7c5: Download complete 01:39:08 188c0c94c7c5: Pull complete 01:39:09 0ef7d3d256c8: Pull complete 01:39:09 de9db76c5a1d: Pull complete 01:39:15 a35cf1a2eb13: Verifying Checksum 01:39:15 a35cf1a2eb13: Download complete 01:39:17 bca2f99d35d6: Verifying Checksum 01:39:17 bca2f99d35d6: Download complete 01:39:33 bca2f99d35d6: Pull complete 01:39:33 93359f2a8cfa: Pull complete 01:39:34 7c6f9722023f: Pull complete 01:39:41 a35cf1a2eb13: Pull complete 01:39:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:39:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:39:41 ---> a62c8e92a672 01:39:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:39:41 ---> Running in d92b8e40b6de 01:39:41 Removing intermediate container d92b8e40b6de 01:39:41 ---> 8520f23d9d89 01:39:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:39:41 ---> Running in 6b7c25b59ead 01:39:44 Removing intermediate container 6b7c25b59ead 01:39:44 ---> bfda9d00638f 01:39:44 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 01:39:44 ---> Running in bba45bfc5508 01:39:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:39:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:39:47 (1/6) Installing libc-dev (0.7.2-r3) 01:39:48 (2/6) Installing libsodium (1.0.18-r0) 01:39:48 (3/6) Installing pkgconf (1.7.2-r0) 01:39:48 (4/6) Installing libsodium-dev (1.0.18-r0) 01:39:48 (5/6) Installing libzmq (4.3.3-r0) 01:39:48 (6/6) Installing zeromq-dev (4.3.3-r0) 01:39:48 Executing busybox-1.31.1-r19.trigger 01:39:48 OK: 167 MiB in 45 packages 01:39:49 Removing intermediate container bba45bfc5508 01:39:49 ---> dc2214e60669 01:39:49 Step 6/8 : WORKDIR /app 01:39:50 ---> Running in c31d0f6c7a70 01:39:50 Removing intermediate container c31d0f6c7a70 01:39:50 ---> c10ffaa84a8c 01:39:50 Step 7/8 : COPY . . 01:39:51 ---> 546813c7ec77 01:39:51 Step 8/8 : RUN go mod download 01:39:51 ---> Running in 10715fd7d4d2 01:40:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33097 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 01:40:12 Running in /w/workspace/app-service-configurable/99 [Pipeline] { [Pipeline] checkout 01:40:17 using credential edgex-jenkins-ssh 01:40:17 Cloning the remote Git repository 01:40:17 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 01:40:17 > git init /w/workspace/app-service-configurable/99 # timeout=10 01:40:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:40:17 > git --version # timeout=10 01:40:17 > git --version # 'git version 2.17.1' 01:40:17 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:40:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:18 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 01:40:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 01:40:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 01:40:19 Checking out Revision bbf9d345300d8d1e119ed396064130494fdbd2f7 (master) 01:40:19 > git config core.sparsecheckout # timeout=10 01:40:19 > git checkout -f bbf9d345300d8d1e119ed396064130494fdbd2f7 # timeout=10 01:40:23 Commit message: "refactor: Switch to 2.0 Consul path (#227)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:24 Removing intermediate container 10715fd7d4d2 01:40:24 ---> 321f1b5e628c 01:40:24 Successfully built 321f1b5e628c 01:40:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:40:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:40:25 + docker inspect -f . ci-base-image-x86_64 01:40:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:40:26 . 01:40:26 + sudo service docker restart 01:40:26 + true [Pipeline] withDockerContainer 01:40:27 prd-centos7-docker-4c-2g-33094 does not seem to be running inside a container 01:40:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:40:30 $ docker top 3c06f14234c26025a612ea8823f4a8223f61311f67a9aa7589353d52da7d37b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 01:40:31 provisioning config files... 01:40:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config2086550548880014857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:40:31 + go version 01:40:32 ---> docker-login.sh 01:40:32 nexus3.edgexfoundry.org:10001 01:40:32 go version go1.15.5 linux/amd64 [Pipeline] } 01:40:32 $ docker stop --time=1 3c06f14234c26025a612ea8823f4a8223f61311f67a9aa7589353d52da7d37b1 01:40:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:33 Configure a credential helper to remove this warning. See 01:40:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:33 01:40:33 Login Succeeded 01:40:33 nexus3.edgexfoundry.org:10002 01:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:34 Configure a credential helper to remove this warning. See 01:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:34 01:40:34 Login Succeeded 01:40:34 nexus3.edgexfoundry.org:10003 01:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:34 $ docker rm -f 3c06f14234c26025a612ea8823f4a8223f61311f67a9aa7589353d52da7d37b1 01:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:34 Configure a credential helper to remove this warning. See 01:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:34 01:40:34 Login Succeeded 01:40:34 nexus3.edgexfoundry.org:10004 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 01:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:40:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:35 Configure a credential helper to remove this warning. See 01:40:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:35 01:40:35 Login Succeeded 01:40:35 docker.io 01:40:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:35 + docker inspect -f . ci-base-image-x86_64 01:40:35 . [Pipeline] withDockerContainer 01:40:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:35 Configure a credential helper to remove this warning. See 01:40:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:35 01:40:35 Login Succeeded 01:40:35 ---> docker-login.sh ends 01:40:35 prd-centos7-docker-4c-2g-33094 does not seem to be running inside a container 01:40:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:40:37 $ docker top 08ee5d753105dfd7287bf757d0074ff655c7ee58deed7c6b4f8ad903c0db9ee2 -eo pid,comm [Pipeline] { [Pipeline] } 01:40:38 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:40:38 ========================================================= 01:40:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:40:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:40:38 + make test 01:40:38 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 01:40:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 01:40:39 Sending build context to Docker daemon 97.79kB 01:40:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 01:40:39 Step 2/8 : FROM ${BASE} 01:40:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:40:39 5f621e34cdf4: Pulling fs layer 01:40:39 a4357932f1b6: Pulling fs layer 01:40:39 18c013af1878: Pulling fs layer 01:40:39 00ac8860ef70: Pulling fs layer 01:40:39 63d7cb157983: Pulling fs layer 01:40:39 b116817d02f9: Pulling fs layer 01:40:39 745a02a5169b: Pulling fs layer 01:40:39 00ac8860ef70: Waiting 01:40:39 63d7cb157983: Waiting 01:40:39 b116817d02f9: Waiting 01:40:39 745a02a5169b: Waiting 01:40:39 18c013af1878: Verifying Checksum 01:40:39 18c013af1878: Download complete 01:40:39 a4357932f1b6: Verifying Checksum 01:40:39 a4357932f1b6: Download complete 01:40:39 63d7cb157983: Download complete 01:40:39 b116817d02f9: Verifying Checksum 01:40:39 b116817d02f9: Download complete 01:40:39 5f621e34cdf4: Verifying Checksum 01:40:39 5f621e34cdf4: Download complete 01:40:40 5f621e34cdf4: Pull complete 01:40:40 a4357932f1b6: Pull complete 01:40:41 18c013af1878: Pull complete 01:40:42 745a02a5169b: Verifying Checksum 01:40:42 745a02a5169b: Download complete 01:40:43 00ac8860ef70: Verifying Checksum 01:40:43 00ac8860ef70: Download complete 01:40:53 00ac8860ef70: Pull complete 01:40:53 63d7cb157983: Pull complete 01:40:53 b116817d02f9: Pull complete 01:40:56 745a02a5169b: Pull complete 01:40:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:40:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:40:56 ---> b7e6874047d6 01:40:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:41:00 ---> Running in f32e37242485 01:41:00 Removing intermediate container f32e37242485 01:41:00 ---> 059cdfec2801 01:41:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:41:00 ---> Running in 89c05ab0e013 01:41:03 Removing intermediate container 89c05ab0e013 01:41:03 ---> edc93a316e13 01:41:03 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 01:41:03 ---> Running in 0ae28ca7373f 01:41:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:41:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:41:05 (1/6) Installing libc-dev (0.7.2-r3) 01:41:05 (2/6) Installing libsodium (1.0.18-r0) 01:41:05 (3/6) Installing pkgconf (1.7.2-r0) 01:41:06 (4/6) Installing libsodium-dev (1.0.18-r0) 01:41:06 (5/6) Installing libzmq (4.3.3-r0) 01:41:06 (6/6) Installing zeromq-dev (4.3.3-r0) 01:41:06 Executing busybox-1.31.1-r19.trigger 01:41:06 OK: 144 MiB in 45 packages 01:41:07 Removing intermediate container 0ae28ca7373f 01:41:07 ---> 8eaadfe7a210 01:41:07 Step 6/8 : WORKDIR /app 01:41:08 ---> Running in ab4b93febac1 01:41:08 Removing intermediate container ab4b93febac1 01:41:08 ---> 5998d3604350 01:41:08 Step 7/8 : COPY . . 01:41:09 ---> 30099514e62b 01:41:09 Step 8/8 : RUN go mod download 01:41:09 ---> Running in 4a9a013c4dfe 01:41:19 ? github.com/edgexfoundry/app-service-configurable [no test files] 01:41:19 CGO_ENABLED=1 go vet ./... 01:41:26 gofmt -l . 01:41:26 [ "`gofmt -l .`" = "" ] 01:41:26 ./bin/test-go-mod-tidy.sh 01:41:28 ./bin/test-attribution-txt.sh [Pipeline] } 01:41:31 $ docker stop --time=1 08ee5d753105dfd7287bf757d0074ff655c7ee58deed7c6b4f8ad903c0db9ee2 01:41:35 $ docker rm -f 08ee5d753105dfd7287bf757d0074ff655c7ee58deed7c6b4f8ad903c0db9ee2 [Pipeline] // withDockerContainer [Pipeline] sh 01:41:36 Removing intermediate container 4a9a013c4dfe 01:41:36 ---> 5a8107aecb82 01:41:36 Successfully built 5a8107aecb82 01:41:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:41:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:41:36 + docker inspect -f . ci-base-image-arm64 01:41:36 . [Pipeline] withDockerContainer 01:41:36 prd-ubuntu18.04-docker-arm64-4c-16g-33097 does not seem to be running inside a container 01:41:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@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 01:41:37 Stashed 1 file(s) 01:41:38 $ docker top 387ed0f71276dea3d9244e721bb481cfcd8c285ea3829b2b9e1b3b8b0ed12912 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 01:41:39 + go version 01:41:39 go version go1.15.5 linux/arm64 [Pipeline] } 01:41:39 $ docker stop --time=1 387ed0f71276dea3d9244e721bb481cfcd8c285ea3829b2b9e1b3b8b0ed12912 01:41:41 $ docker rm -f 387ed0f71276dea3d9244e721bb481cfcd8c285ea3829b2b9e1b3b8b0ed12912 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 01:41:42 + sudo chown -R jenkins:jenkins . [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:41:43 + ls -al . 01:41:43 total 92 01:41:43 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 7 01:41 . 01:41:43 drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 01:38 .. 01:41:43 -rw-rw-r--. 1 jenkins jenkins 7306 Apr 7 01:38 Attribution.txt 01:41:43 drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 01:38 bin 01:41:43 -rw-r--r--. 1 jenkins jenkins 10 Apr 7 01:40 coverage.out 01:41:43 -rw-rw-r--. 1 jenkins jenkins 2032 Apr 7 01:38 Dockerfile 01:41:43 -rw-rw-r--. 1 jenkins jenkins 970 Apr 7 01:38 Dockerfile.build 01:41:43 -rw-rw-r--. 1 jenkins jenkins 119 Apr 7 01:38 .dockerignore 01:41:43 drwxrwxr-x. 8 jenkins jenkins 162 Apr 7 01:38 .git 01:41:43 drwxrwxr-x. 2 jenkins jenkins 81 Apr 7 01:38 .github 01:41:43 -rw-rw-r--. 1 jenkins jenkins 111 Apr 7 01:38 .gitignore 01:41:43 -rw-r--r--. 1 jenkins jenkins 136 Apr 7 01:41 go.mod 01:41:43 -rw-r--r--. 1 jenkins jenkins 21448 Apr 7 01:41 go.sum 01:41:43 -rw-rw-r--. 1 jenkins jenkins 687 Apr 7 01:38 Jenkinsfile 01:41:43 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 7 01:38 LICENSE 01:41:43 -rw-rw-r--. 1 jenkins jenkins 1467 Apr 7 01:38 main.go 01:41:43 -rw-rw-r--. 1 jenkins jenkins 1582 Apr 7 01:38 makefile 01:41:43 -rw-rw-r--. 1 jenkins jenkins 1277 Apr 7 01:38 README.md 01:41:43 drwxrwxr-x. 10 jenkins jenkins 173 Apr 7 01:38 res 01:41:43 drwxrwxr-x. 4 jenkins jenkins 71 Apr 7 01:38 snap 01:41:43 -rw-rw-r--. 1 jenkins jenkins 12 Apr 7 01:36 VERSION [Pipeline] isUnix [Pipeline] sh 01:41:43 + docker inspect -f . ci-base-image-arm64 01:41:43 . [Pipeline] withDockerContainer 01:41:43 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=bbf9d345300d8d1e119ed396064130494fdbd2f7 --label arch=amd64 --label version=2.0.0-dev.29 . 01:41:43 prd-ubuntu18.04-docker-arm64-4c-16g-33097 does not seem to be running inside a container 01:41:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/99 -v /w/workspace/app-service-configurable/99:/w/workspace/app-service-configurable/99:rw,z -v /w/workspace/app-service-configurable/99@tmp:/w/workspace/app-service-configurable/99@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 01:41:44 Sending build context to Docker daemon 121.9kB 01:41:44 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 01:41:44 Step 2/27 : FROM ${BASE} AS builder 01:41:44 ---> 321f1b5e628c 01:41:44 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 01:41:44 ---> Running in 4f88168bd3ec 01:41:44 Removing intermediate container 4f88168bd3ec 01:41:44 ---> 8a169c485245 01:41:44 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 01:41:44 ---> Running in 2d266f9a39d6 01:41:45 Removing intermediate container 2d266f9a39d6 01:41:45 ---> 75d8f01afd15 01:41:45 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 01:41:45 ---> Running in b103f56d94c5 01:41:45 $ docker top 43d45a813936d0a558185f77311e04d04756655ceb2fa8bfab23ee12a10fdb8c -eo pid,comm 01:41:45 Removing intermediate container b103f56d94c5 01:41:45 ---> 31ee24ebd7cf 01:41:45 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:41:45 ---> Running in 6fb14d7dca18 [Pipeline] { [Pipeline] sh 01:41:46 + make test 01:41:46 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 01:41:47 Removing intermediate container 6fb14d7dca18 01:41:47 ---> 4fc5cdb8516e 01:41:47 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:41:48 ---> Running in c961dcf86d4c 01:41:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:41:50 OK: 167 MiB in 45 packages 01:41:51 Removing intermediate container c961dcf86d4c 01:41:51 ---> b15e8bf6a62a 01:41:51 Step 8/27 : WORKDIR /app 01:41:51 ---> Running in 4dc0c1577e35 01:41:51 Removing intermediate container 4dc0c1577e35 01:41:51 ---> 6f7db5e35ba2 01:41:51 Step 9/27 : COPY go.mod . 01:41:52 ---> 85afa8bba757 01:41:52 Step 10/27 : RUN go mod download 01:41:52 ---> Running in 03d343083e1c 01:41:54 Removing intermediate container 03d343083e1c 01:41:54 ---> fc1e5e103b26 01:41:54 Step 11/27 : COPY . . 01:41:55 ---> cbe9d567c7ab 01:41:55 Step 12/27 : ARG MAKE="make build" 01:41:55 ---> Running in 2ac1be550427 01:41:56 Removing intermediate container 2ac1be550427 01:41:56 ---> 181b5175645a 01:41:56 Step 13/27 : RUN $MAKE 01:41:56 ---> Running in 94020db07204 01:41:57 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.29" -o app-service-configurable 01:42:33 ? github.com/edgexfoundry/app-service-configurable [no test files] 01:42:33 CGO_ENABLED=1 go vet ./... 01:42:38 Removing intermediate container 94020db07204 01:42:38 ---> 5c14aa87d384 01:42:38 Step 14/27 : FROM alpine:3.12 01:42:38 3.12: Pulling from library/alpine 01:42:38 532819f3e44c: Pulling fs layer 01:42:38 532819f3e44c: Verifying Checksum 01:42:38 532819f3e44c: Download complete 01:42:38 532819f3e44c: Pull complete 01:42:38 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 01:42:38 Status: Downloaded newer image for alpine:3.12 01:42:38 ---> 7230e588e954 01:42:38 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 01:42:38 ---> Running in b8e4df2543b8 01:42:38 Removing intermediate container b8e4df2543b8 01:42:38 ---> c61f85bdeca3 01:42:38 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 01:42:38 ---> Running in b21d5bf860f7 01:42:38 Removing intermediate container b21d5bf860f7 01:42:38 ---> 61d7a01970cb 01:42:38 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 01:42:38 ---> Running in 0fc7c4417bcd 01:42:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:42:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:42:38 (1/7) Installing ca-certificates (20191127-r4) 01:42:38 (2/7) Installing dumb-init (1.2.2-r1) 01:42:38 (3/7) Installing libgcc (9.3.0-r2) 01:42:38 (4/7) Installing libsodium (1.0.18-r0) 01:42:38 (5/7) Installing libstdc++ (9.3.0-r2) 01:42:38 (6/7) Installing libzmq (4.3.3-r0) 01:42:38 (7/7) Installing zeromq (4.3.3-r0) 01:42:38 Executing busybox-1.31.1-r20.trigger 01:42:38 Executing ca-certificates-20191127-r4.trigger 01:42:38 OK: 9 MiB in 21 packages 01:42:39 gofmt -l . 01:42:39 [ "`gofmt -l .`" = "" ] 01:42:39 ./bin/test-go-mod-tidy.sh 01:42:39 ./bin/test-attribution-txt.sh 01:42:40 Removing intermediate container 0fc7c4417bcd 01:42:40 ---> 79dee7caa5e5 01:42:40 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [Pipeline] } 01:42:40 $ docker stop --time=1 43d45a813936d0a558185f77311e04d04756655ceb2fa8bfab23ee12a10fdb8c 01:42:41 ---> 4b21504b0788 01:42:41 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 01:42:41 ---> bd4d3c221c7a 01:42:41 Step 20/27 : COPY --from=builder /app/res/ /res/ 01:42:42 ---> d09eaddf9b53 01:42:42 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 01:42:43 $ docker rm -f 43d45a813936d0a558185f77311e04d04756655ceb2fa8bfab23ee12a10fdb8c [Pipeline] // withDockerContainer [Pipeline] sh 01:42:44 ---> 051a9cb877df 01:42:44 Step 22/27 : EXPOSE 48095 01:42:44 ---> Running in fe3719ac36a9 01:42:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:42:44 Warning: overwriting stash ‘coverage-report’ 01:42:44 Removing intermediate container fe3719ac36a9 01:42:44 ---> a257d9d5ad92 01:42:44 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 01:42:44 ---> Running in 7b368552b9d9 01:42:45 Removing intermediate container 7b368552b9d9 01:42:45 ---> ed48200cefdc 01:42:45 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:42:45 ---> Running in 1137471592ba 01:42:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 01:42:45 Removing intermediate container 1137471592ba 01:42:45 ---> eb27d0aaea68 01:42:45 Step 25/27 : LABEL arch=amd64 01:42:45 ---> Running in dbb80d3d0de4 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:42:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:42:46 Removing intermediate container dbb80d3d0de4 01:42:46 ---> 3a7d5e2b059f 01:42:46 Step 26/27 : LABEL git_sha=bbf9d345300d8d1e119ed396064130494fdbd2f7 01:42:46 ---> Running in e1c2457dd21f 01:42:46 Removing intermediate container e1c2457dd21f 01:42:46 ---> fc2f47b68af8 01:42:46 Step 27/27 : LABEL version=2.0.0-dev.29 01:42:46 + ls -al . 01:42:46 total 116 01:42:46 drwxrwxr-x 7 jenkins jenkins 4096 Apr 7 01:42 . 01:42:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 01:40 .. 01:42:46 -rw-rw-r-- 1 jenkins jenkins 119 Apr 7 01:40 .dockerignore 01:42:46 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 01:40 .git 01:42:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 01:40 .github 01:42:46 -rw-rw-r-- 1 jenkins jenkins 111 Apr 7 01:40 .gitignore 01:42:46 -rw-rw-r-- 1 jenkins jenkins 7306 Apr 7 01:40 Attribution.txt 01:42:46 -rw-rw-r-- 1 jenkins jenkins 2032 Apr 7 01:40 Dockerfile 01:42:46 -rw-rw-r-- 1 jenkins jenkins 970 Apr 7 01:40 Dockerfile.build 01:42:46 -rw-rw-r-- 1 jenkins jenkins 687 Apr 7 01:40 Jenkinsfile 01:42:46 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 01:40 LICENSE 01:42:46 -rw-rw-r-- 1 jenkins jenkins 1277 Apr 7 01:40 README.md 01:42:46 -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 01:36 VERSION 01:42:46 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 01:40 bin 01:42:46 -rw-r--r-- 1 jenkins jenkins 10 Apr 7 01:41 coverage.out 01:42:46 -rw-r--r-- 1 jenkins jenkins 136 Apr 7 01:42 go.mod 01:42:46 -rw-r--r-- 1 jenkins jenkins 21448 Apr 7 01:42 go.sum 01:42:46 -rw-rw-r-- 1 jenkins jenkins 1467 Apr 7 01:40 main.go 01:42:46 -rw-rw-r-- 1 jenkins jenkins 1582 Apr 7 01:40 makefile 01:42:46 drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 01:40 res 01:42:46 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 01:40 snap [Pipeline] isUnix [Pipeline] sh 01:42:46 ---> Running in 39d70b7dadf5 01:42:46 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=bbf9d345300d8d1e119ed396064130494fdbd2f7 --label arch=arm64 --label version=2.0.0-dev.29 . 01:42:46 Sending build context to Docker daemon 121.9kB 01:42:47 Removing intermediate container 39d70b7dadf5 01:42:47 ---> 924d664fd5e3 01:42:47 [Warning] One or more build-args [ARCH] were not consumed 01:42:47 Successfully built 924d664fd5e3 01:42:47 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 01:42:47 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 01:42:47 Step 2/27 : FROM ${BASE} AS builder 01:42:47 ---> 5a8107aecb82 01:42:47 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:42:47 provisioning config files... 01:42:47 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config7203787653265070805tmp [Pipeline] { 01:42:47 ---> Running in ceb41ef3f591 [Pipeline] libraryResource [Pipeline] sh 01:42:48 Removing intermediate container ceb41ef3f591 01:42:48 ---> 73e90b7a0eac 01:42:48 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 01:42:48 ---> docker-login.sh 01:42:48 nexus3.edgexfoundry.org:10001 01:42:48 ---> Running in b4b61ce2f1c1 01:42:48 Removing intermediate container b4b61ce2f1c1 01:42:48 ---> f91b2e0fc1fe 01:42:48 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 01:42:48 ---> Running in 1c506465f0e4 01:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:49 Configure a credential helper to remove this warning. See 01:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:49 01:42:49 Login Succeeded 01:42:49 nexus3.edgexfoundry.org:10002 01:42:49 Removing intermediate container 1c506465f0e4 01:42:49 ---> 74a53567ef72 01:42:49 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:42:49 ---> Running in 3ef37e7cf967 01:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:50 Configure a credential helper to remove this warning. See 01:42:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:50 01:42:50 Login Succeeded 01:42:50 nexus3.edgexfoundry.org:10003 01:42:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:50 Configure a credential helper to remove this warning. See 01:42:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:50 01:42:50 Login Succeeded 01:42:50 nexus3.edgexfoundry.org:10004 01:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:51 Configure a credential helper to remove this warning. See 01:42:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:51 01:42:51 Login Succeeded 01:42:51 docker.io 01:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:42:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:42:52 Configure a credential helper to remove this warning. See 01:42:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:42:52 01:42:52 Login Succeeded 01:42:52 ---> docker-login.sh ends [Pipeline] } 01:42:52 Deleting 1 temporary files 01:42:52 Removing intermediate container 3ef37e7cf967 01:42:52 ---> 25828695febc 01:42:52 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:42:52 ---> Running in 37e40eb1144f [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:42:52 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 01:42:52 bbf9d345300d8d1e119ed396064130494fdbd2f7 01:42:52 latest 01:42:52 2.0.0-dev.29 01:42:52 bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 01:42:52 master 01:42:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:42:52 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] isUnix [Pipeline] sh 01:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:42:53 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7 01:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 01:42:53 0e41de8295b8: Preparing 01:42:53 e4ededc01f83: Preparing 01:42:53 f24d410d4371: Preparing 01:42:53 705b5e993872: Preparing 01:42:53 bfd96e3917ef: Preparing 01:42:53 b0b9881431d7: Preparing 01:42:53 b0b9881431d7: Waiting 01:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:42:54 f24d410d4371: Pushed 01:42:54 705b5e993872: Pushed 01:42:54 e4ededc01f83: Pushed 01:42:54 b0b9881431d7: Layer already exists 01:42:54 bfd96e3917ef: Pushed 01:42:55 OK: 144 MiB in 45 packages 01:42:56 Removing intermediate container 37e40eb1144f 01:42:56 ---> eb33e9c69daa 01:42:56 Step 8/27 : WORKDIR /app 01:42:56 ---> Running in 5063e6b1746d 01:42:57 0e41de8295b8: Pushed 01:42:57 Removing intermediate container 5063e6b1746d 01:42:57 ---> 6e6abe223a03 01:42:57 Step 9/27 : COPY go.mod . 01:42:57 bbf9d345300d8d1e119ed396064130494fdbd2f7: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh 01:42:57 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 01:42:58 ---> c4fa209ad8b6 01:42:58 Step 10/27 : RUN go mod download 01:42:58 ---> Running in d626b44b5ef7 01:42:58 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 01:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 01:42:58 0e41de8295b8: Preparing 01:42:58 e4ededc01f83: Preparing 01:42:58 f24d410d4371: Preparing 01:42:58 705b5e993872: Preparing 01:42:58 bfd96e3917ef: Preparing 01:42:58 b0b9881431d7: Preparing 01:42:58 b0b9881431d7: Waiting 01:42:58 e4ededc01f83: Layer already exists 01:42:58 0e41de8295b8: Layer already exists 01:42:58 bfd96e3917ef: Layer already exists 01:42:58 705b5e993872: Layer already exists 01:42:58 f24d410d4371: Layer already exists 01:42:58 b0b9881431d7: Layer already exists 01:42:58 latest: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh 01:42:59 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh 01:43:00 Removing intermediate container d626b44b5ef7 01:43:00 ---> 604bcb53c1f1 01:43:00 Step 11/27 : COPY . . 01:43:00 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.29 01:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 01:43:01 0e41de8295b8: Preparing 01:43:01 e4ededc01f83: Preparing 01:43:01 f24d410d4371: Preparing 01:43:01 705b5e993872: Preparing 01:43:01 bfd96e3917ef: Preparing 01:43:01 b0b9881431d7: Preparing 01:43:01 b0b9881431d7: Waiting 01:43:01 f24d410d4371: Layer already exists 01:43:01 705b5e993872: Layer already exists 01:43:01 bfd96e3917ef: Layer already exists 01:43:01 e4ededc01f83: Layer already exists 01:43:01 0e41de8295b8: Layer already exists 01:43:01 ---> 3738e3b2661a 01:43:01 Step 12/27 : ARG MAKE="make build" 01:43:01 ---> Running in f1a5651ee95d 01:43:01 b0b9881431d7: Layer already exists 01:43:01 2.0.0-dev.29: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh 01:43:01 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 01:43:01 Removing intermediate container f1a5651ee95d 01:43:01 ---> b0420a14fe9c 01:43:01 Step 13/27 : RUN $MAKE 01:43:01 ---> Running in 6695fe219726 [Pipeline] isUnix [Pipeline] sh 01:43:02 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 01:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 01:43:02 0e41de8295b8: Preparing 01:43:02 e4ededc01f83: Preparing 01:43:02 f24d410d4371: Preparing 01:43:02 705b5e993872: Preparing 01:43:02 bfd96e3917ef: Preparing 01:43:02 b0b9881431d7: Preparing 01:43:02 b0b9881431d7: Waiting 01:43:03 0e41de8295b8: Layer already exists 01:43:03 bfd96e3917ef: Layer already exists 01:43:03 f24d410d4371: Layer already exists 01:43:03 705b5e993872: Layer already exists 01:43:03 e4ededc01f83: Layer already exists 01:43:03 b0b9881431d7: Layer already exists 01:43:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.29" -o app-service-configurable 01:43:03 bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] isUnix [Pipeline] sh 01:43:03 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 01:43:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 01:43:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 01:43:04 0e41de8295b8: Preparing 01:43:04 e4ededc01f83: Preparing 01:43:04 f24d410d4371: Preparing 01:43:04 705b5e993872: Preparing 01:43:04 bfd96e3917ef: Preparing 01:43:04 b0b9881431d7: Preparing 01:43:04 b0b9881431d7: Waiting 01:43:04 f24d410d4371: Layer already exists 01:43:04 bfd96e3917ef: Layer already exists 01:43:04 0e41de8295b8: Layer already exists 01:43:04 e4ededc01f83: Layer already exists 01:43:04 705b5e993872: Layer already exists 01:43:04 b0b9881431d7: Layer already exists 01:43:05 master: digest: sha256:04208cdf5a498c3a7ca5e6fabaa3007c27f2908fb3d4aa78e04dfe905cc4bbef size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:43:05 ===================================================== [Pipeline] echo 01:43:05 taggedImages: 01:43:05 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7 01:43:05 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 01:43:05 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.29 01:43:05 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 01:43:05 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 01:43:07 ---> job-cost.sh 01:43:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QYa2 01:43:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:43:50 Removing intermediate container 6695fe219726 01:43:50 ---> 10c4d705d8b8 01:43:50 Step 14/27 : FROM alpine:3.12 01:43:50 3.12: Pulling from library/alpine 01:43:50 9a219e8acc52: Pulling fs layer 01:43:50 9a219e8acc52: Verifying Checksum 01:43:50 9a219e8acc52: Download complete 01:43:50 9a219e8acc52: Pull complete 01:43:50 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 01:43:50 Status: Downloaded newer image for alpine:3.12 01:43:50 ---> d75e27dfc0a0 01:43:50 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 01:43:50 ---> Running in edf7490d41d7 01:43:50 Removing intermediate container edf7490d41d7 01:43:50 ---> d5c22f996073 01:43:50 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 01:43:50 ---> Running in da836ceafa1c 01:43:50 Removing intermediate container da836ceafa1c 01:43:50 ---> b8d02748b2e9 01:43:50 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 01:43:50 ---> Running in e99aff1a105d 01:43:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:43:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:43:50 (1/7) Installing ca-certificates (20191127-r4) 01:43:50 (2/7) Installing dumb-init (1.2.2-r1) 01:43:50 (3/7) Installing libgcc (9.3.0-r2) 01:43:50 (4/7) Installing libsodium (1.0.18-r0) 01:43:50 (5/7) Installing libstdc++ (9.3.0-r2) 01:43:50 (6/7) Installing libzmq (4.3.3-r0) 01:43:50 (7/7) Installing zeromq (4.3.3-r0) 01:43:50 Executing busybox-1.31.1-r20.trigger 01:43:50 Executing ca-certificates-20191127-r4.trigger 01:43:50 OK: 9 MiB in 21 packages 01:43:51 Removing intermediate container e99aff1a105d 01:43:51 ---> ae762444467c 01:43:51 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 01:43:52 ---> d0a928b25764 01:43:52 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 01:43:52 ---> b2005729adc7 01:43:52 Step 20/27 : COPY --from=builder /app/res/ /res/ 01:43:53 ---> 28e40d4937f5 01:43:53 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 01:43:55 ---> 7a2c5a11075a 01:43:55 Step 22/27 : EXPOSE 48095 01:43:55 ---> Running in cfa73fa1a106 01:43:55 Removing intermediate container cfa73fa1a106 01:43:55 ---> 6b4359e983bd 01:43:55 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 01:43:55 ---> Running in bd42531d5ae9 01:43:56 Removing intermediate container bd42531d5ae9 01:43:56 ---> ee33bacbed42 01:43:56 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:43:56 ---> Running in 68070173c95d 01:43:56 Removing intermediate container 68070173c95d 01:43:56 ---> 8b45260af533 01:43:56 Step 25/27 : LABEL arch=arm64 01:43:56 ---> Running in 24b1170ce711 01:43:57 Removing intermediate container 24b1170ce711 01:43:57 ---> 8e8d0528234b 01:43:57 Step 26/27 : LABEL git_sha=bbf9d345300d8d1e119ed396064130494fdbd2f7 01:43:57 ---> Running in e4da4018e626 01:43:58 Removing intermediate container e4da4018e626 01:43:58 ---> ad860e167a15 01:43:58 Step 27/27 : LABEL version=2.0.0-dev.29 01:43:58 ---> Running in dd7dbbab1312 01:43:58 Removing intermediate container dd7dbbab1312 01:43:58 ---> 73d4a8445bff 01:43:58 [Warning] One or more build-args [ARCH] were not consumed 01:43:58 Successfully built 73d4a8445bff 01:43:58 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:43:59 provisioning config files... 01:43:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/99@tmp/config3723876528763377781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:43:59 ---> docker-login.sh 01:43:59 nexus3.edgexfoundry.org:10001 01:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:44:00 Configure a credential helper to remove this warning. See 01:44:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:44:00 01:44:00 Login Succeeded 01:44:00 nexus3.edgexfoundry.org:10002 01:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:44:00 Configure a credential helper to remove this warning. See 01:44:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:44:00 01:44:00 Login Succeeded 01:44:00 nexus3.edgexfoundry.org:10003 01:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:44:01 Configure a credential helper to remove this warning. See 01:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:44:01 01:44:01 Login Succeeded 01:44:01 nexus3.edgexfoundry.org:10004 01:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:44:02 Configure a credential helper to remove this warning. See 01:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:44:02 01:44:02 Login Succeeded 01:44:02 docker.io 01:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:44:02 Configure a credential helper to remove this warning. See 01:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:44:02 01:44:02 Login Succeeded 01:44:02 ---> docker-login.sh ends [Pipeline] } 01:44:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:44:03 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 01:44:03 bbf9d345300d8d1e119ed396064130494fdbd2f7 01:44:03 latest 01:44:03 2.0.0-dev.29 01:44:03 bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 01:44:03 master 01:44:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:44:03 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] isUnix [Pipeline] sh 01:44:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7 01:44:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 01:44:04 193a3cdc0d58: Preparing 01:44:04 71b70202a6e5: Preparing 01:44:04 bec2ee214bc9: Preparing 01:44:04 195cb2074d58: Preparing 01:44:04 8c789bd24315: Preparing 01:44:04 e08058ee1dfe: Preparing 01:44:04 e08058ee1dfe: Waiting 01:44:04 195cb2074d58: Pushed 01:44:04 bec2ee214bc9: Pushed 01:44:04 71b70202a6e5: Pushed 01:44:04 e08058ee1dfe: Layer already exists 01:44:05 8c789bd24315: Pushed 01:44:07 193a3cdc0d58: Pushed 01:44:08 bbf9d345300d8d1e119ed396064130494fdbd2f7: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh 01:44:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:44:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 01:44:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 01:44:08 193a3cdc0d58: Preparing 01:44:08 71b70202a6e5: Preparing 01:44:08 bec2ee214bc9: Preparing 01:44:08 195cb2074d58: Preparing 01:44:08 8c789bd24315: Preparing 01:44:08 e08058ee1dfe: Preparing 01:44:08 e08058ee1dfe: Waiting 01:44:09 bec2ee214bc9: Layer already exists 01:44:09 195cb2074d58: Layer already exists 01:44:09 193a3cdc0d58: Layer already exists 01:44:09 71b70202a6e5: Layer already exists 01:44:09 8c789bd24315: Layer already exists 01:44:09 e08058ee1dfe: Layer already exists 01:44:09 latest: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh 01:44:09 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh 01:44:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.29 01:44:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 01:44:09 193a3cdc0d58: Preparing 01:44:09 71b70202a6e5: Preparing 01:44:09 bec2ee214bc9: Preparing 01:44:09 195cb2074d58: Preparing 01:44:09 8c789bd24315: Preparing 01:44:09 e08058ee1dfe: Preparing 01:44:09 e08058ee1dfe: Waiting 01:44:10 71b70202a6e5: Layer already exists 01:44:10 195cb2074d58: Layer already exists 01:44:10 8c789bd24315: Layer already exists 01:44:10 bec2ee214bc9: Layer already exists 01:44:10 193a3cdc0d58: Layer already exists 01:44:10 e08058ee1dfe: Layer already exists 01:44:10 2.0.0-dev.29: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh 01:44:10 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 [Pipeline] isUnix [Pipeline] sh 01:44:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 01:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 01:44:11 193a3cdc0d58: Preparing 01:44:11 71b70202a6e5: Preparing 01:44:11 bec2ee214bc9: Preparing 01:44:11 195cb2074d58: Preparing 01:44:11 8c789bd24315: Preparing 01:44:11 e08058ee1dfe: Preparing 01:44:11 e08058ee1dfe: Waiting 01:44:11 193a3cdc0d58: Layer already exists 01:44:11 195cb2074d58: Layer already exists 01:44:11 bec2ee214bc9: Layer already exists 01:44:11 8c789bd24315: Layer already exists 01:44:11 71b70202a6e5: Layer already exists 01:44:11 e08058ee1dfe: Layer already exists 01:44:11 bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] isUnix [Pipeline] sh 01:44:11 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 01:44:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 01:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 01:44:11 193a3cdc0d58: Preparing 01:44:11 71b70202a6e5: Preparing 01:44:11 bec2ee214bc9: Preparing 01:44:11 195cb2074d58: Preparing 01:44:11 8c789bd24315: Preparing 01:44:11 e08058ee1dfe: Preparing 01:44:11 e08058ee1dfe: Waiting 01:44:12 8c789bd24315: Layer already exists 01:44:12 bec2ee214bc9: Layer already exists 01:44:12 195cb2074d58: Layer already exists 01:44:12 193a3cdc0d58: Layer already exists 01:44:12 71b70202a6e5: Layer already exists 01:44:12 e08058ee1dfe: Layer already exists 01:44:12 master: digest: sha256:ea44a695674a1f28fb495d335d333952acd9a455c6dbadb98e94f6d39b9a92fd size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:44:12 ===================================================== [Pipeline] echo 01:44:12 taggedImages: 01:44:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7 01:44:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 01:44:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.29 01:44:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:bbf9d345300d8d1e119ed396064130494fdbd2f7-2.0.0-dev.29 01:44:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 01:44:12 ---> job-cost.sh 01:44:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IOiP 01:44:22 lf-activate-venv(): INFO: Adding /tmp/venv-QYa2/bin to PATH 01:44:22 INFO: No Stack... 01:44:22 INFO: Retrieving Pricing Info for: v1-standard-2 01:44:22 INFO: Archiving Costs [Pipeline] sh 01:44:22 + cat /w/workspace/app-service-configurable/99/archives/cost.csv 01:44:22 + cut -d, -f6 [Pipeline] lock 01:44:22 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] 01:44:22 Resource [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] did not exist. Created. 01:44:22 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:44:23 + echo total: 0.029999999329447746 [Pipeline] stash 01:44:23 Stashed 1 file(s) [Pipeline] } 01:44:23 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:45:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:47:16 lf-activate-venv(): INFO: Adding /tmp/venv-IOiP/bin to PATH 01:47:16 INFO: No Stack... 01:47:16 INFO: Retrieving Pricing Info for: lf-standard-4 01:47:16 INFO: Archiving Costs [Pipeline] sh 01:47:16 + cut -d, -f6 01:47:16 + cat /w/workspace/app-service-configurable/99/archives/cost.csv [Pipeline] lock 01:47:16 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] 01:47:16 Resource [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] did not exist. Created. 01:47:16 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-99-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:47:17 /w/workspace/app-service-configurable/99@tmp/durable-8da6f75b/script.sh: 1: /w/workspace/app-service-configurable/99@tmp/durable-8da6f75b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 01:47:17 + echo total: 0.20999999344348907 [Pipeline] stash 01:47:17 Warning: overwriting stash ‘stack-cost’ 01:47:17 Stashed 1 file(s) [Pipeline] } 01:47:17 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-99-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 01:47:19 provisioning config files... 01:47:19 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config4505101206047551422tmp [Pipeline] { [Pipeline] sh 01:47:19 + set +x 01:47:19 + curl -s https://codecov.io/bash 01:47:19 + bash -s -- 01:47:19 01:47:19 _____ _ 01:47:19 / ____| | | 01:47:19 | | ___ __| | ___ ___ _____ __ 01:47:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:47:19 | |___| (_) | (_| | __/ (_| (_) \ V / 01:47:19 \_____\___/ \__,_|\___|\___\___/ \_/ 01:47:19 Bash-20210309-2b87ace 01:47:19 01:47:19 01:47:19 ==> git version 2.24.3 found 01:47:19 ==> 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 01:47:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:47:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:47:19 ==> Jenkins CI detected. 01:47:19 project root: . 01:47:19 --> token set from env 01:47:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:47:19 ==> Running gcov in . (disable via -X gcov) 01:47:19 ==> Python coveragepy not found 01:47:19 ==> Searching for coverage reports in: 01:47:19 + . 01:47:19 -> Found 1 reports 01:47:19 ==> Detecting git/mercurial file structure 01:47:19 ==> Reading reports 01:47:19 + ./coverage.out bytes=10 01:47:19 ==> Appending adjustments 01:47:19 https://docs.codecov.io/docs/fixing-reports 01:47:19 + Found adjustments 01:47:20 ==> Gzipping contents 01:47:20 4.0K /tmp/codecov.NgqjFE.gz 01:47:20 ==> Uploading reports 01:47:20 url: https://codecov.io 01:47:20 query: branch=master&commit=bbf9d345300d8d1e119ed396064130494fdbd2f7&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 01:47:20 -> Pinging Codecov 01:47:20 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=bbf9d345300d8d1e119ed396064130494fdbd2f7&build=99&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F99%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 01:47:20 -> Uploading to 01:47:20 https://storage.googleapis.com/codecov/v4/raw/2021-04-07/A97CA9966030D2A3747ED39772930CCE/bbf9d345300d8d1e119ed396064130494fdbd2f7/7b18eb1a-2702-4d4a-9dc3-997252b5332c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T014720Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9753719a33e17354735dd3086736da78244748dac5b696fd68e2e345d165ef46 01:47:20 % Total % Received % Xferd Average Speed Time Time Time Current 01:47:20 Dload Upload Total Spent Left Speed 01:47:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 1000 --:--:-- --:--:-- --:--:-- 1000 01:47:20 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] } 01:47:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:47:21 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:47:21 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:47:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:47:22 01:47:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 01:47:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:47:22 1.410.4: Pulling from edgex-devops/edgex-snyk-go 01:47:22 188c0c94c7c5: Pulling fs layer 01:47:22 0ef7d3d256c8: Pulling fs layer 01:47:22 de9db76c5a1d: Pulling fs layer 01:47:22 0eba1c9be4d2: Pulling fs layer 01:47:22 0d57e429df01: Pulling fs layer 01:47:22 4e4be7b47b0d: Pulling fs layer 01:47:22 e1f770b5df2f: Pulling fs layer 01:47:22 85a0685a4137: Pulling fs layer 01:47:22 4e4be7b47b0d: Waiting 01:47:22 0eba1c9be4d2: Waiting 01:47:22 0d57e429df01: Waiting 01:47:22 e1f770b5df2f: Waiting 01:47:22 de9db76c5a1d: Verifying Checksum 01:47:22 de9db76c5a1d: Download complete 01:47:22 0ef7d3d256c8: Verifying Checksum 01:47:22 0ef7d3d256c8: Download complete 01:47:22 0d57e429df01: Verifying Checksum 01:47:22 0d57e429df01: Download complete 01:47:22 4e4be7b47b0d: Download complete 01:47:23 188c0c94c7c5: Download complete 01:47:23 188c0c94c7c5: Pull complete 01:47:23 0ef7d3d256c8: Pull complete 01:47:23 de9db76c5a1d: Pull complete 01:47:25 e1f770b5df2f: Verifying Checksum 01:47:25 e1f770b5df2f: Download complete 01:47:27 0eba1c9be4d2: Verifying Checksum 01:47:27 0eba1c9be4d2: Download complete 01:47:28 85a0685a4137: Verifying Checksum 01:47:28 85a0685a4137: Download complete 01:47:33 0eba1c9be4d2: Pull complete 01:47:33 0d57e429df01: Pull complete 01:47:33 4e4be7b47b0d: Pull complete 01:47:35 e1f770b5df2f: Pull complete 01:47:43 85a0685a4137: Pull complete 01:47:43 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 01:47:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:47:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 01:47:44 prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container 01:47:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 01:47:45 $ docker top 81ecb5b9dbe6d6d21255e2de40ad0ae3c1927671a6164d956d4c71ddac045afb -eo pid,comm [Pipeline] { [Pipeline] echo 01:47:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 01:47:45 + set -o pipefail 01:47:45 + snyk monitor '--org=edgex-jenkins' 01:47:56 01:47:56 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 01:47:56 01:47:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/41e478b1-39be-42c3-9add-633269c99351 01:47:56 01:47:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:47:56 01:48:08 01:48:08 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 01:48:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:48:08 $ docker stop --time=1 81ecb5b9dbe6d6d21255e2de40ad0ae3c1927671a6164d956d4c71ddac045afb 01:48:11 $ docker rm -f 81ecb5b9dbe6d6d21255e2de40ad0ae3c1927671a6164d956d4c71ddac045afb [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 01:48:13 + git log --format=format:%s -1 bbf9d345300d8d1e119ed396064130494fdbd2f7 [Pipeline] isUnix [Pipeline] sh 01:48:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:48:13 . [Pipeline] withDockerContainer 01:48:13 prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container 01:48: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:48:14 $ docker top ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:48:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:48:15 [ssh-agent] Looking for ssh-agent implementation... 01:48:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:48:15 $ docker exec ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 ssh-agent 01:48:15 SSH_AUTH_SOCK=/tmp/ssh-tSwrWOhKiJwA/agent.11 01:48:15 SSH_AGENT_PID=17 01:48:15 Running ssh-add (command line suppressed) 01:48:15 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7110677727020861479.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7110677727020861479.key) 01:48:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:48:16 + git semver tag 01:48:16 # -> Open(): unable to determine branch for HEAD 01:48:16 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 01:48:16 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 01:48:16 # $SEMVER_REMOTE_NAME = origin 01:48:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:48:16 # $SEMVER_USER_NAME = edgex-jenkins 01:48:16 # $SEMVER_BRANCH = master 01:48:16 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 01:48:16 # bbf9d345300d8d1e119ed396064130494fdbd2f7 HEAD 01:48:16 # -> Force: false 01:48:16 # db718f2aee0a7602ce37165f533ed058641944f9 refs/tags/v2.0.0-dev.29 [Pipeline] } 01:48:16 $ docker exec --env ******** --env ******** ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 ssh-agent -k 01:48:16 unset SSH_AUTH_SOCK; 01:48:16 unset SSH_AGENT_PID; 01:48:16 echo Agent pid 17 killed; 01:48:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:48:16 + git semver [Pipeline] } 01:48:16 $ docker stop --time=1 ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 01:48:18 $ docker rm -f ffee6762e86a8750cad6f2eb96d7f3223d868d49c93f93f03c3900da44505df4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 01:48:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:48:18 01:48:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 01:48:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:48:19 0.23.1-centos7: Pulling from edgex-lftools 01:48:19 ab5ef0e58194: Pulling fs layer 01:48:19 9712f1f96733: Pulling fs layer 01:48:19 63f879dbbcfc: Pulling fs layer 01:48:19 0d9ebad4ef96: Pulling fs layer 01:48:19 e9a5061849ea: Pulling fs layer 01:48:19 d747dcd14b5f: Pulling fs layer 01:48:19 2de7ff778b66: Pulling fs layer 01:48:19 0d9ebad4ef96: Waiting 01:48:19 e9a5061849ea: Waiting 01:48:19 d747dcd14b5f: Waiting 01:48:19 2de7ff778b66: Waiting 01:48:19 9712f1f96733: Verifying Checksum 01:48:19 9712f1f96733: Download complete 01:48:21 63f879dbbcfc: Verifying Checksum 01:48:21 63f879dbbcfc: Download complete 01:48:21 e9a5061849ea: Verifying Checksum 01:48:21 e9a5061849ea: Download complete 01:48:21 d747dcd14b5f: Verifying Checksum 01:48:21 d747dcd14b5f: Download complete 01:48:21 0d9ebad4ef96: Verifying Checksum 01:48:21 0d9ebad4ef96: Download complete 01:48:21 2de7ff778b66: Verifying Checksum 01:48:21 2de7ff778b66: Download complete 01:48:21 ab5ef0e58194: Verifying Checksum 01:48:21 ab5ef0e58194: Download complete 01:48:27 ab5ef0e58194: Pull complete 01:48:27 9712f1f96733: Pull complete 01:48:30 63f879dbbcfc: Pull complete 01:48:37 0d9ebad4ef96: Pull complete 01:48:39 e9a5061849ea: Pull complete 01:48:40 d747dcd14b5f: Pull complete 01:48:41 2de7ff778b66: Pull complete 01:48:41 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:48:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:48:41 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 01:48:41 prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container 01:48:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:48:44 $ docker top 8e31fdd36305e96b39c450d94929cbfd06ff3ae8499b19275e7d4be3a13a7050 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:48:45 provisioning config files... 01:48:45 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6372619270741775384tmp 01:48:45 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7450510185832720475tmp 01:48:45 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2641964090319652661tmp [Pipeline] { [Pipeline] echo 01:48:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:48:45 ---> sigul-configuration.sh 01:48:45 gpg: directory `/root/.gnupg' created 01:48:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:48:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:48:45 gpg: keyring `/root/.gnupg/secring.gpg' created 01:48:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:48:45 gpg: CAST5 encrypted data 01:48:45 gpg: encrypted with 1 passphrase 01:48:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:48:46 + mkdir /home/jenkins 01:48:46 + mkdir /home/jenkins/sigul [Pipeline] sh 01:48:46 + 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 01:48:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:48:46 ---> sigul-install.sh 01:48:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 01:48:53 + git tag --list 01:48:53 v1.0.0 01:48:53 v1.1.0 01:48:53 v1.2.0 01:48:53 v1.3.0 01:48:53 v1.3.1 01:48:53 v1.3.1-dev.1 01:48:53 v1.3.1-dev.2 01:48:53 v1.3.1-dev.3 01:48:53 v2.0.0-dev.1 01:48:53 v2.0.0-dev.10 01:48:53 v2.0.0-dev.11 01:48:53 v2.0.0-dev.12 01:48:53 v2.0.0-dev.13 01:48:53 v2.0.0-dev.14 01:48:53 v2.0.0-dev.15 01:48:53 v2.0.0-dev.16 01:48:53 v2.0.0-dev.17 01:48:53 v2.0.0-dev.18 01:48:53 v2.0.0-dev.19 01:48:53 v2.0.0-dev.2 01:48:53 v2.0.0-dev.20 01:48:53 v2.0.0-dev.21 01:48:53 v2.0.0-dev.22 01:48:53 v2.0.0-dev.23 01:48:53 v2.0.0-dev.24 01:48:53 v2.0.0-dev.25 01:48:53 v2.0.0-dev.26 01:48:53 v2.0.0-dev.27 01:48:53 v2.0.0-dev.28 01:48:53 v2.0.0-dev.29 01:48:53 v2.0.0-dev.3 01:48:53 v2.0.0-dev.4 01:48:53 v2.0.0-dev.5 01:48:53 v2.0.0-dev.6 01:48:53 v2.0.0-dev.7 01:48:53 v2.0.0-dev.8 01:48:53 v2.0.0-dev.9 [Pipeline] sh 01:48:53 + lftools sign git-tag v2.0.0-dev.29 01:48:55 Signing Git tag with Sigul... 01:48:55 Signing v2.0.0-dev.29 [Pipeline] echo 01:48:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:48:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:48:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:48:56 $ docker stop --time=1 8e31fdd36305e96b39c450d94929cbfd06ff3ae8499b19275e7d4be3a13a7050 01:48:58 $ docker rm -f 8e31fdd36305e96b39c450d94929cbfd06ff3ae8499b19275e7d4be3a13a7050 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 01:48:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:48:59 . [Pipeline] withDockerContainer 01:48:59 prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container 01:48:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:49:00 $ docker top 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:49:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:01 [ssh-agent] Looking for ssh-agent implementation... 01:49:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:01 $ docker exec 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f ssh-agent 01:49:01 SSH_AUTH_SOCK=/tmp/ssh-h2xBHt1MWoBS/agent.11 01:49:01 SSH_AGENT_PID=16 01:49:01 Running ssh-add (command line suppressed) 01:49:01 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2383479332292431677.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2383479332292431677.key) 01:49:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:02 + git semver bump pre 01:49:02 # -> Open(): unable to determine branch for HEAD 01:49:02 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 01:49:02 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 01:49:02 # $SEMVER_REMOTE_NAME = origin 01:49:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:49:02 # $SEMVER_USER_NAME = edgex-jenkins 01:49:02 # $SEMVER_BRANCH = master 01:49:02 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 01:49:02 2.0.0-dev.30 [Pipeline] } 01:49:02 $ docker exec --env ******** --env ******** 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f ssh-agent -k 01:49:02 unset SSH_AUTH_SOCK; 01:49:02 unset SSH_AGENT_PID; 01:49:02 echo Agent pid 16 killed; 01:49:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:03 + git semver [Pipeline] } 01:49:03 $ docker stop --time=1 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f 01:49:04 $ docker rm -f 67ab8988b31e5c540ea540f12d28b8a3ea32667cb7a6c70bde676b4793aa728f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 01:49:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:49:05 . [Pipeline] withDockerContainer 01:49:05 prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container 01:49:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:49:05 $ docker top 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:49:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:06 [ssh-agent] Looking for ssh-agent implementation... 01:49:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:06 $ docker exec 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 ssh-agent 01:49:06 SSH_AUTH_SOCK=/tmp/ssh-FBtXWE81Qtsi/agent.12 01:49:06 SSH_AGENT_PID=17 01:49:06 Running ssh-add (command line suppressed) 01:49:06 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3046455617333866415.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3046455617333866415.key) 01:49:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:07 + git semver push 01:49:07 # -> Open(): unable to determine branch for HEAD 01:49:07 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 01:49:07 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 01:49:07 # $SEMVER_REMOTE_NAME = origin 01:49:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:49:07 # $SEMVER_USER_NAME = edgex-jenkins 01:49:07 # $SEMVER_BRANCH = master 01:49:07 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 01:49:10 $ docker exec --env ******** --env ******** 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 ssh-agent -k 01:49:10 unset SSH_AUTH_SOCK; 01:49:10 unset SSH_AGENT_PID; 01:49:10 echo Agent pid 17 killed; 01:49:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:11 + git semver [Pipeline] } 01:49:11 $ docker stop --time=1 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 01:49:12 $ docker rm -f 48d90148eb63f8d52e97a26a979bd26f1b9aaaea9432f1785f967a2bb211fab7 [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 01:49:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:49:14 ---> package-listing.sh 01:49:14 ++ facter osfamily 01:49:14 ++ tr '[:upper:]' '[:lower:]' 01:49:14 + OS_FAMILY=redhat 01:49:14 + workspace=/w/workspace/_app-service-configurable_master 01:49:14 + START_PACKAGES=/tmp/packages_start.txt 01:49:14 + END_PACKAGES=/tmp/packages_end.txt 01:49:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:49:14 + PACKAGES=/tmp/packages_start.txt 01:49:14 + '[' /w/workspace/_app-service-configurable_master ']' 01:49:14 + PACKAGES=/tmp/packages_end.txt 01:49:14 + case "${OS_FAMILY}" in 01:49:14 + rpm -qa 01:49:14 + sort 01:49:19 + '[' -f /tmp/packages_start.txt ']' 01:49:19 + '[' -f /tmp/packages_end.txt ']' 01:49:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:49:19 + '[' /w/workspace/_app-service-configurable_master ']' 01:49:19 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 01:49:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 01:49:19 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 01:49:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:49:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:49:20 01:49:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:49:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:49:20 alpine: Pulling from edgex-lftools-log-publisher 01:49:20 df20fa9351a1: Pulling fs layer 01:49:20 36b3adc4ff6f: Pulling fs layer 01:49:20 8ad3a11d3b57: Pulling fs layer 01:49:20 46f8f816bc3b: Pulling fs layer 01:49:20 93b61091891f: Pulling fs layer 01:49:20 93b9cdb0e59b: Pulling fs layer 01:49:20 5e14af77c1be: Pulling fs layer 01:49:20 01666e4c0597: Pulling fs layer 01:49:20 aa168da1d23b: Pulling fs layer 01:49:20 93b9cdb0e59b: Waiting 01:49:20 5e14af77c1be: Waiting 01:49:20 01666e4c0597: Waiting 01:49:20 aa168da1d23b: Waiting 01:49:20 93b61091891f: Waiting 01:49:20 36b3adc4ff6f: Verifying Checksum 01:49:20 36b3adc4ff6f: Download complete 01:49:20 46f8f816bc3b: Verifying Checksum 01:49:20 46f8f816bc3b: Download complete 01:49:21 df20fa9351a1: Verifying Checksum 01:49:21 df20fa9351a1: Download complete 01:49:21 93b9cdb0e59b: Verifying Checksum 01:49:21 93b9cdb0e59b: Download complete 01:49:21 93b61091891f: Verifying Checksum 01:49:21 93b61091891f: Download complete 01:49:21 5e14af77c1be: Verifying Checksum 01:49:21 5e14af77c1be: Download complete 01:49:21 01666e4c0597: Verifying Checksum 01:49:21 01666e4c0597: Download complete 01:49:21 8ad3a11d3b57: Verifying Checksum 01:49:21 8ad3a11d3b57: Download complete 01:49:21 df20fa9351a1: Pull complete 01:49:21 36b3adc4ff6f: Pull complete 01:49:22 8ad3a11d3b57: Pull complete 01:49:22 46f8f816bc3b: Pull complete 01:49:23 aa168da1d23b: Verifying Checksum 01:49:23 aa168da1d23b: Download complete 01:49:23 93b61091891f: Pull complete 01:49:23 93b9cdb0e59b: Pull complete 01:49:23 5e14af77c1be: Pull complete 01:49:24 01666e4c0597: Pull complete 01:49:32 aa168da1d23b: Pull complete 01:49:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:49:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:49:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:49:32 prd-centos7-docker-4c-2g-33089 does not seem to be running inside a container 01:49:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:49:35 $ docker top 607c957e3f3037058506c0d713b614a6f15191aa0f5651c94fb286d5ddbac59c -eo pid,comm [Pipeline] { [Pipeline] sh 01:49:36 + touch /tmp/pre-build-complete [Pipeline] sh 01:49:36 + mkdir -p /var/log/sa [Pipeline] sh 01:49:36 + ls /var/log/sa-host 01:49:36 + sadf -c /var/log/sa-host/sa07 01:49:36 file_magic: OK 01:49:36 HZ: Using current value: 100 01:49:36 file_header: OK 01:49:36 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 01:49:36 Statistics: 01:49:36 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... 01:49:36 File successfully converted to sysstat format version 12.2.1 01:49:36 + sadf -c /var/log/sa-host/sa23 01:49:36 file_magic: OK 01:49:36 HZ: Using current value: 100 01:49:36 file_header: OK 01:49:36 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 01:49:36 Statistics: 01:49:36 Hnuu...uuuununununu... 01:49:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:49:37 provisioning config files... 01:49:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7312198802701276876tmp [Pipeline] { [Pipeline] echo 01:49:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:49:37 ---> create-netrc.sh [Pipeline] } 01:49:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:49:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:49:38 ---> python-tools-install.sh [Pipeline] echo 01:49:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:49:38 ---> sudo-logs.sh 01:49:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:49:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:49:38 ---> job-cost.sh 01:49:38 lf-activate-venv: SKIPPING 01:49:38 DEBUG: total: 0.20999999344348907 01:49:38 INFO: Retrieving Stack Cost... 01:49:39 INFO: Retrieving Pricing Info for: v1-standard-2 01:49:39 INFO: Archiving Costs [Pipeline] echo 01:49:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:49:40 ---> logs-deploy.sh 01:49:40 lf-activate-venv: SKIPPING 01:49:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/99 01:49:40 INFO: archiving workspace using pattern(s): 01:49:42 Archives upload complete. 01:49:42 INFO: archiving logs to Nexus 01:49:43 ---> uname -a: 01:49:43 Linux prd-centos7-docker-4c-2g-33089.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:49:43 01:49:43 01:49:43 ---> lscpu: 01:49:43 Architecture: x86_64 01:49:43 CPU op-mode(s): 32-bit, 64-bit 01:49:43 Byte Order: Little Endian 01:49:43 Address sizes: 40 bits physical, 48 bits virtual 01:49:43 CPU(s): 4 01:49:43 On-line CPU(s) list: 0-3 01:49:43 Thread(s) per core: 1 01:49:43 Core(s) per socket: 1 01:49:43 Socket(s): 4 01:49:43 NUMA node(s): 1 01:49:43 Vendor ID: GenuineIntel 01:49:43 CPU family: 6 01:49:43 Model: 44 01:49:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:49:43 Stepping: 1 01:49:43 CPU MHz: 2933.436 01:49:43 BogoMIPS: 5866.87 01:49:43 Virtualization: VT-x 01:49:43 Hypervisor vendor: KVM 01:49:43 Virtualization type: full 01:49:43 L1d cache: 128 KiB 01:49:43 L1i cache: 128 KiB 01:49:43 L2 cache: 16 MiB 01:49:43 L3 cache: 64 MiB 01:49:43 NUMA node0 CPU(s): 0-3 01:49:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:49:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:49:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:49:43 Vulnerability Meltdown: Mitigation; PTI 01:49:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:49:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:49:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:49:43 Vulnerability Srbds: Not affected 01:49:43 Vulnerability Tsx async abort: Not affected 01:49:43 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 01:49:43 01:49:43 01:49:43 ---> nproc: 01:49:43 4 01:49:43 01:49:43 01:49:43 ---> df -h: 01:49:43 Filesystem Size Used Available Use% Mounted on 01:49:43 overlay 50.0G 8.5G 41.4G 17% / 01:49:43 tmpfs 64.0M 0 64.0M 0% /dev 01:49:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:49:43 shm 64.0M 0 64.0M 0% /dev/shm 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 01:49:43 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 01:49:43 01:49:43 01:49:43 ---> free -m: 01:49:43 total used free shared buff/cache available 01:49:43 Mem: 1837 839 142 0 854 931 01:49:43 Swap: 1023 3 1020 01:49:43 01:49:43 01:49:43 ---> ip addr: 01:49:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:49:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:49:43 inet 127.0.0.1/8 scope host lo 01:49:43 valid_lft forever preferred_lft forever 01:49:43 inet6 ::1/128 scope host 01:49:43 valid_lft forever preferred_lft forever 01:49:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:49:43 link/ether fa:16:3e:5f:40:80 brd ff:ff:ff:ff:ff:ff 01:49:43 inet 10.30.122.207/23 brd 10.30.123.255 scope global dynamic eth0 01:49:43 valid_lft 85537sec preferred_lft 85537sec 01:49:43 inet6 fe80::f816:3eff:fe5f:4080/64 scope link 01:49:43 valid_lft forever preferred_lft forever 01:49:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:49:43 link/ether 02:42:09:b2:0d:c9 brd ff:ff:ff:ff:ff:ff 01:49:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:49:43 valid_lft forever preferred_lft forever 01:49:43 inet6 fe80::42:9ff:feb2:dc9/64 scope link 01:49:43 valid_lft forever preferred_lft forever 01:49:43 01:49:43 01:49:43 ---> sar -b -r -n DEV: 01:49:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 01:49:43 01:49:43 01:35:09 LINUX RESTART (4 CPU) 01:49:43 01:49:43 01:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:49:43 01:37:01 23.61 5.91 17.71 0.00 1670.16 2948.98 0.00 01:49:43 01:38:01 1.93 0.00 1.93 0.00 0.00 37.19 0.00 01:49:43 01:39:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 01:49:43 01:40:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 01:49:43 01:41:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 01:49:43 01:42:01 0.37 0.00 0.37 0.00 0.00 6.38 0.00 01:49:43 01:43:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 01:49:43 01:44:01 0.18 0.00 0.18 0.00 0.00 2.96 0.00 01:49:43 01:45:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 01:49:43 01:46:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 01:49:43 01:47:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 01:49:43 01:48:01 277.27 169.71 107.56 0.00 8224.06 34347.66 0.00 01:49:43 01:49:01 210.60 73.28 137.32 0.00 4511.81 35836.29 0.00 01:49:43 Average: 39.68 19.16 20.53 0.00 1108.70 5633.62 0.00 01:49:43 01:49:43 01:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:49:43 01:37:01 157240 0 603620 32.08 2620 1118064 1096580 37.42 440692 1084860 16 01:49:43 01:38:01 161040 0 599812 31.88 2620 1118072 1086000 37.06 438900 1082928 8 01:49:43 01:39:01 159836 0 601012 31.94 2620 1118076 1086000 37.06 438320 1085400 20 01:49:43 01:40:01 161576 0 599272 31.85 2620 1118076 1069552 36.50 447792 1074380 8 01:49:43 01:41:01 160064 0 600776 31.93 2620 1118084 1069672 36.51 451364 1072572 20 01:49:43 01:42:01 159804 0 601032 31.94 2620 1118088 1069684 36.51 457420 1066576 12 01:49:43 01:43:01 159828 0 601004 31.94 2620 1118092 1069696 36.51 457448 1066576 20 01:49:43 01:44:01 159488 0 601340 31.96 2620 1118096 1069708 36.51 457528 1066576 8 01:49:43 01:45:01 160472 0 600348 31.91 2620 1118104 1069552 36.50 456708 1066644 20 01:49:43 01:46:01 160432 0 600384 31.91 2620 1118108 1069612 36.50 457144 1066640 12 01:49:43 01:47:01 160760 0 600056 31.89 2620 1118108 1069552 36.50 456844 1066640 16 01:49:43 01:48:01 103392 0 748084 39.76 2596 1027472 1264268 43.15 548948 954820 68344 01:49:43 01:49:01 222444 0 825388 43.87 1584 832128 1446212 49.36 602724 718596 44 01:49:43 Average: 160490 0 629394 33.45 2538 1089121 1118161 38.16 470141 1036401 5273 01:49:43 01:49:43 01:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:49:43 01:37:01 eth0 76.24 57.88 343.03 28.73 0.00 0.00 0.00 0.00 01:49:43 01:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:37:01 docker0 2.50 2.01 0.54 5.11 0.00 0.00 0.00 0.00 01:49:43 01:38:01 eth0 2.60 0.57 0.69 0.39 0.00 0.00 0.00 0.00 01:49:43 01:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:39:01 eth0 1.07 0.50 0.54 0.39 0.00 0.00 0.00 0.00 01:49:43 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:40:01 eth0 0.73 0.00 0.06 0.00 0.00 0.00 0.00 0.00 01:49:43 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:41:01 eth0 2.05 0.63 0.55 0.28 0.00 0.00 0.00 0.00 01:49:43 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:42:01 eth0 2.20 0.63 0.66 0.34 0.00 0.00 0.00 0.00 01:49:43 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:43:01 eth0 1.20 0.53 0.56 0.42 0.00 0.00 0.00 0.00 01:49:43 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:44:01 eth0 0.57 0.33 0.27 0.23 0.00 0.00 0.00 0.00 01:49:43 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:45:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:49:43 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:46:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 01:49:43 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:49:43 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:48:01 veth641cd25 45.95 49.68 4.79 258.52 0.00 0.00 0.00 0.00 01:49:43 01:48:01 eth0 473.86 410.12 4344.35 39.28 0.00 0.00 0.00 0.00 01:49:43 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:48:01 docker0 45.95 49.54 4.16 258.51 0.00 0.00 0.00 0.00 01:49:43 01:49:01 veth3c2020b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:49:01 eth0 459.78 395.12 3473.87 104.44 0.00 0.00 0.00 0.00 01:49:43 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 01:49:01 docker0 32.38 42.61 1.78 233.36 0.00 0.00 0.00 0.00 01:49:43 Average: veth3c2020b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 Average: eth0 78.56 66.70 628.37 13.44 0.00 0.00 0.00 0.00 01:49:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:49:43 Average: docker0 6.22 7.25 0.50 38.25 0.00 0.00 0.00 0.00 01:49:43 01:49:43 01:49:43 ---> sar -P ALL: 01:49:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 01:49:43 01:49:43 01:35:09 LINUX RESTART (4 CPU) 01:49:43 01:49:43 01:36:01 CPU %user %nice %system %iowait %steal %idle 01:49:43 01:37:01 all 2.37 0.00 1.85 0.40 0.12 95.26 01:49:43 01:37:01 0 1.86 0.00 1.85 1.07 0.13 95.08 01:49:43 01:37:01 1 2.55 0.00 1.66 0.07 0.10 95.62 01:49:43 01:37:01 2 2.67 0.00 2.19 0.22 0.08 94.84 01:49:43 01:37:01 3 2.40 0.00 1.71 0.23 0.15 95.50 01:49:43 01:38:01 all 0.15 0.00 0.05 0.00 0.01 99.80 01:49:43 01:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:49:43 01:38:01 1 0.07 0.00 0.03 0.00 0.02 99.88 01:49:43 01:38:01 2 0.08 0.00 0.07 0.00 0.02 99.83 01:49:43 01:38:01 3 0.42 0.00 0.05 0.00 0.02 99.52 01:49:43 01:39:01 all 0.17 0.00 0.07 0.00 0.05 99.72 01:49:43 01:39:01 0 0.03 0.00 0.05 0.00 0.02 99.90 01:49:43 01:39:01 1 0.05 0.00 0.08 0.00 0.03 99.83 01:49:43 01:39:01 2 0.10 0.00 0.07 0.00 0.07 99.77 01:49:43 01:39:01 3 0.50 0.00 0.07 0.00 0.07 99.37 01:49:43 01:40:01 all 0.15 0.00 0.03 0.00 0.02 99.80 01:49:43 01:40:01 0 0.03 0.00 0.05 0.00 0.02 99.90 01:49:43 01:40:01 1 0.03 0.00 0.05 0.00 0.02 99.90 01:49:43 01:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 01:49:43 01:40:01 3 0.52 0.00 0.00 0.00 0.02 99.47 01:49:43 01:41:01 all 0.14 0.00 0.10 0.00 0.08 99.67 01:49:43 01:41:01 0 0.07 0.00 0.12 0.00 0.12 99.70 01:49:43 01:41:01 1 0.05 0.00 0.10 0.00 0.05 99.80 01:49:43 01:41:01 2 0.03 0.00 0.08 0.00 0.07 99.82 01:49:43 01:41:01 3 0.42 0.00 0.12 0.00 0.10 99.37 01:49:43 01:42:01 all 0.17 0.00 0.05 0.00 0.04 99.74 01:49:43 01:42:01 0 0.40 0.00 0.03 0.00 0.03 99.53 01:49:43 01:42:01 1 0.03 0.00 0.10 0.00 0.03 99.83 01:49:43 01:42:01 2 0.12 0.00 0.05 0.00 0.05 99.78 01:49:43 01:42:01 3 0.15 0.00 0.02 0.00 0.03 99.80 01:49:43 01:43:01 all 0.20 0.00 0.03 0.00 0.02 99.75 01:49:43 01:43:01 0 0.57 0.00 0.03 0.00 0.02 99.38 01:49:43 01:43:01 1 0.10 0.00 0.05 0.00 0.05 99.80 01:49:43 01:43:01 2 0.08 0.00 0.02 0.00 0.02 99.88 01:49:43 01:43:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:49:43 01:44:01 all 0.10 0.00 0.03 0.00 0.00 99.87 01:49:43 01:44:01 0 0.25 0.00 0.02 0.00 0.02 99.72 01:49:43 01:44:01 1 0.07 0.00 0.05 0.00 0.00 99.88 01:49:43 01:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 01:49:43 01:44:01 3 0.05 0.00 0.00 0.00 0.00 99.95 01:49:43 01:45:01 all 0.13 0.00 0.04 0.00 0.01 99.82 01:49:43 01:45:01 0 0.40 0.00 0.03 0.00 0.02 99.55 01:49:43 01:45:01 1 0.05 0.00 0.03 0.00 0.02 99.90 01:49:43 01:45:01 2 0.05 0.00 0.07 0.00 0.02 99.87 01:49:43 01:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:49:43 01:46:01 all 0.15 0.00 0.02 0.00 0.02 99.81 01:49:43 01:46:01 0 0.47 0.00 0.02 0.00 0.02 99.50 01:49:43 01:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:49:43 01:46:01 2 0.10 0.00 0.05 0.00 0.03 99.82 01:49:43 01:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 01:49:43 01:47:01 all 0.17 0.00 0.03 0.00 0.01 99.78 01:49:43 01:47:01 0 0.52 0.00 0.02 0.00 0.00 99.47 01:49:43 01:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 01:49:43 01:47:01 2 0.08 0.00 0.07 0.00 0.02 99.83 01:49:43 01:47:01 3 0.05 0.00 0.02 0.00 0.02 99.92 01:49:43 01:49:43 01:47:01 CPU %user %nice %system %iowait %steal %idle 01:49:43 01:48:01 all 10.09 0.00 7.18 2.30 0.27 80.16 01:49:43 01:48:01 0 10.71 0.00 7.29 1.66 0.24 80.10 01:49:43 01:48:01 1 10.48 0.00 7.46 1.92 0.26 79.89 01:49:43 01:48:01 2 9.00 0.00 7.32 3.62 0.29 79.78 01:49:43 01:48:01 3 10.17 0.00 6.63 2.01 0.31 80.88 01:49:43 01:49:01 all 11.97 0.00 9.40 2.77 0.30 75.57 01:49:43 01:49:01 0 10.85 0.00 10.44 3.28 0.33 75.10 01:49:43 01:49:01 1 13.73 0.00 9.24 2.43 0.34 74.26 01:49:43 01:49:01 2 11.89 0.00 9.05 3.54 0.24 75.28 01:49:43 01:49:01 3 11.41 0.00 8.88 1.81 0.28 77.62 01:49:43 Average: all 1.95 0.00 1.42 0.41 0.07 96.14 01:49:43 Average: 0 1.97 0.00 1.50 0.45 0.07 96.01 01:49:43 Average: 1 2.05 0.00 1.42 0.33 0.07 96.12 01:49:43 Average: 2 1.83 0.00 1.44 0.55 0.07 96.11 01:49:43 Average: 3 1.97 0.00 1.32 0.30 0.08 96.33 01:49:43 01:49:43 01:49:43