Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3684568252246792ccd690fa1a26876a0e7756f3 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > 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 Running on prd-centos7-docker-4c-2g-2412 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 Checking out Revision 3684568252246792ccd690fa1a26876a0e7756f3 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 Commit message: "feat: Switch to Redis as the default MessageBus (#242)" > git rev-list --no-walk 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:16:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:16:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:16:34 ========================================================= 21:16:34 EdgeX Global Pipelines Version Info 21:16:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:16:37 ------------------- 21:16:37 stable info: 21:16:37 ------------------- 21:16:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:16:37 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 21:16:37 Message: update stable to v1.0.190 21:16:38 ------------------- 21:16:38 experimental info: 21:16:38 ------------------- 21:16:38 Commited By: **** collab-it+edgex@linuxfoundation.org 21:16:38 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 21:16:38 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3684568 [Pipeline] echo 21:16:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:16:40 provisioning config files... 21:16:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2198064078311404171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:16:40 ---> docker-login.sh 21:16:40 nexus3.edgexfoundry.org:10001 21:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:42 Configure a credential helper to remove this warning. See 21:16:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:42 21:16:42 Login Succeeded 21:16:42 nexus3.edgexfoundry.org:10002 21:16:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:43 Configure a credential helper to remove this warning. See 21:16:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:43 21:16:43 Login Succeeded 21:16:43 nexus3.edgexfoundry.org:10003 21:16:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:43 Configure a credential helper to remove this warning. See 21:16:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:43 21:16:43 Login Succeeded 21:16:43 nexus3.edgexfoundry.org:10004 21:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:44 Configure a credential helper to remove this warning. See 21:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:44 21:16:44 Login Succeeded 21:16:44 docker.io 21:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:16:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:16:45 Configure a credential helper to remove this warning. See 21:16:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:16:45 21:16:45 Login Succeeded 21:16:45 ---> docker-login.sh ends [Pipeline] } 21:16:45 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 21:16:45 + git log --format=format:%s -1 3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] echo 21:16:46 GIT_COMMIT: 3684568252246792ccd690fa1a26876a0e7756f3, Commit Message: feat: Switch to Redis as the default MessageBus (#242) [Pipeline] echo 21:16:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:16:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:47 21:16:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:16:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:47 latest: Pulling from edgex-devops/git-semver 21:16:47 31603596830f: Pulling fs layer 21:16:47 54011a49482f: Pulling fs layer 21:16:47 a6820b24f6d8: Pulling fs layer 21:16:47 f581987b2513: Pulling fs layer 21:16:47 f581987b2513: Waiting 21:16:47 54011a49482f: Verifying Checksum 21:16:47 54011a49482f: Download complete 21:16:48 31603596830f: Verifying Checksum 21:16:48 31603596830f: Download complete 21:16:48 f581987b2513: Verifying Checksum 21:16:48 f581987b2513: Download complete 21:16:48 a6820b24f6d8: Verifying Checksum 21:16:48 a6820b24f6d8: Download complete 21:16:49 31603596830f: Pull complete 21:16:49 54011a49482f: Pull complete 21:16:51 a6820b24f6d8: Pull complete 21:16:52 f581987b2513: Pull complete 21:16:52 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:16:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:16:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:16:52 prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container 21:16:52 $ 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 21:16:54 $ docker top f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:16:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:55 [ssh-agent] Looking for ssh-agent implementation... 21:16:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:55 $ docker exec f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent 21:16:56 SSH_AUTH_SOCK=/tmp/ssh-WwPAi6r4XRYu/agent.12 21:16:56 SSH_AGENT_PID=17 21:16:56 Running ssh-add (command line suppressed) 21:16:56 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_788386729604099920.key (/w/workspace/_app-service-configurable_master@tmp/private_key_788386729604099920.key) 21:16:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:16:57 + git tag --points-at HEAD [Pipeline] } 21:16:57 $ docker exec --env ******** --env ******** f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent -k 21:16:58 unset SSH_AUTH_SOCK; 21:16:58 unset SSH_AGENT_PID; 21:16:58 echo Agent pid 17 killed; 21:16:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:16:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:16:58 [ssh-agent] Looking for ssh-agent implementation... 21:16:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:16:59 $ docker exec f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent 21:16:59 SSH_AUTH_SOCK=/tmp/ssh-peh2KfRbNRiA/agent.45 21:16:59 SSH_AGENT_PID=50 21:16:59 Running ssh-add (command line suppressed) 21:17:00 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7206326016911075774.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7206326016911075774.key) 21:17:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:01 + git semver init 21:17:01 # -> Open(): unable to determine branch for HEAD 21:17:01 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:17:01 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:17:01 # $SEMVER_REMOTE_NAME = origin 21:17:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:17:01 # $SEMVER_USER_NAME = edgex-jenkins 21:17:01 # $SEMVER_BRANCH = master 21:17:01 # $SEMVER_TEMP = /tmp/semver-063641601 21:17:01 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:17:04 # '/tmp/semver-063641601' -> '/w/workspace/_app-service-configurable_master/.semver' 21:17:04 # -> Force: false 21:17:04 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:17:04 $ docker exec --env ******** --env ******** f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent -k 21:17:04 unset SSH_AUTH_SOCK; 21:17:04 unset SSH_AGENT_PID; 21:17:04 echo Agent pid 50 killed; 21:17:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:05 + git semver [Pipeline] } 21:17:05 $ docker stop --time=1 f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c 21:17:07 $ docker rm -f f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c [Pipeline] // withDockerContainer [Pipeline] sh 21:17:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:17:09 Stashed 1 file(s) [Pipeline] echo 21:17:09 [edgeXSemver]: initialized semver on version 2.0.0-dev.34 [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 21:17:25 Still waiting to schedule task 21:17:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:17:25 Still waiting to schedule task 21:17:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:21:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2417 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:21:12 Running in /w/workspace/app-service-configurable/104 [Pipeline] { [Pipeline] checkout 21:21:18 using credential edgex-jenkins-ssh 21:21:18 Cloning the remote Git repository 21:21:18 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:21:18 > git init /w/workspace/app-service-configurable/104 # timeout=10 21:21:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:21:18 > git --version # timeout=10 21:21:18 > git --version # 'git version 2.17.1' 21:21:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:21:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:21:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:21:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:21:19 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:21:19 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:21:19 Checking out Revision 3684568252246792ccd690fa1a26876a0e7756f3 (master) 21:21:19 > git config core.sparsecheckout # timeout=10 21:21:19 > git checkout -f 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 21:21:23 Commit message: "feat: Switch to Redis as the default MessageBus (#242)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:21:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:21:26 + sudo service docker restart 21:21:26 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:21:28 provisioning config files... 21:21:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config1218288997267742887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:29 ---> docker-login.sh 21:21:29 nexus3.edgexfoundry.org:10001 21:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:30 Configure a credential helper to remove this warning. See 21:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:30 21:21:30 Login Succeeded 21:21:30 nexus3.edgexfoundry.org:10002 21:21:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:31 Configure a credential helper to remove this warning. See 21:21:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:31 21:21:31 Login Succeeded 21:21:31 nexus3.edgexfoundry.org:10003 21:21:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:31 Configure a credential helper to remove this warning. See 21:21:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:31 21:21:31 Login Succeeded 21:21:31 nexus3.edgexfoundry.org:10004 21:21:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:32 Configure a credential helper to remove this warning. See 21:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:32 21:21:32 Login Succeeded 21:21:32 docker.io 21:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:32 Configure a credential helper to remove this warning. See 21:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:32 21:21:32 Login Succeeded 21:21:32 ---> docker-login.sh ends [Pipeline] } 21:21:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:21:33 ========================================================= 21:21:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:21:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:21:33 + 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 . 21:21:33 Sending build context to Docker daemon 95.74kB 21:21:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:21:33 Step 2/8 : FROM ${BASE} 21:21:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:21:33 5f621e34cdf4: Pulling fs layer 21:21:33 a4357932f1b6: Pulling fs layer 21:21:33 18c013af1878: Pulling fs layer 21:21:33 00ac8860ef70: Pulling fs layer 21:21:33 63d7cb157983: Pulling fs layer 21:21:33 b116817d02f9: Pulling fs layer 21:21:33 745a02a5169b: Pulling fs layer 21:21:33 00ac8860ef70: Waiting 21:21:33 63d7cb157983: Waiting 21:21:33 745a02a5169b: Waiting 21:21:33 b116817d02f9: Waiting 21:21:33 18c013af1878: Verifying Checksum 21:21:33 18c013af1878: Download complete 21:21:33 a4357932f1b6: Verifying Checksum 21:21:33 a4357932f1b6: Download complete 21:21:33 63d7cb157983: Download complete 21:21:33 b116817d02f9: Verifying Checksum 21:21:33 b116817d02f9: Download complete 21:21:33 5f621e34cdf4: Verifying Checksum 21:21:33 5f621e34cdf4: Download complete 21:21:34 5f621e34cdf4: Pull complete 21:21:35 a4357932f1b6: Pull complete 21:21:35 18c013af1878: Pull complete 21:21:36 745a02a5169b: Verifying Checksum 21:21:36 745a02a5169b: Download complete 21:21:37 00ac8860ef70: Verifying Checksum 21:21:37 00ac8860ef70: Download complete 21:21:47 00ac8860ef70: Pull complete 21:21:48 63d7cb157983: Pull complete 21:21:48 b116817d02f9: Pull complete 21:21:48 Running on prd-centos7-docker-4c-2g-2419 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:21:48 Running in /w/workspace/app-service-configurable/104 [Pipeline] { [Pipeline] checkout 21:21:51 using credential edgex-jenkins-ssh 21:21:51 Cloning the remote Git repository 21:21:50 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:21:50 > git init /w/workspace/app-service-configurable/104 # timeout=10 21:21:51 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:21:51 > git --version # timeout=10 21:21:51 > git --version # 'git version 2.24.3' 21:21:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:21:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:21:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:21:51 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:21:51 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:21:51 using GIT_SSH to set credentials SSH Credentials for GitHub 21:21:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:21:52 Checking out Revision 3684568252246792ccd690fa1a26876a0e7756f3 (master) 21:21:52 745a02a5169b: Pull complete 21:21:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:21:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:21:52 ---> b7e6874047d6 21:21:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:21:52 > git config core.sparsecheckout # timeout=10 21:21:52 > git checkout -f 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 21:21:55 ---> Running in 55b2fe6ed4c4 21:21:55 Removing intermediate container 55b2fe6ed4c4 21:21:55 ---> a71438ad5cad 21:21:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:21:55 ---> Running in 07b0369c8d20 21:21:55 Commit message: "feat: Switch to Redis as the default MessageBus (#242)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:21:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:21:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:21:57 + sudo service docker restart 21:21:57 + true 21:21:57 Redirecting to /bin/systemctl restart docker.service 21:21:58 Removing intermediate container 07b0369c8d20 21:21:58 ---> 6fcd99d46e79 21:21:58 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:21:58 ---> Running in 36631677590b [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:21:58 provisioning config files... 21:21:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config1812541739696992140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:21:59 ---> docker-login.sh 21:21:59 nexus3.edgexfoundry.org:10001 21:21:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:59 Configure a credential helper to remove this warning. See 21:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:59 21:21:59 Login Succeeded 21:21:59 nexus3.edgexfoundry.org:10002 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:59 Configure a credential helper to remove this warning. See 21:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:59 21:21:59 Login Succeeded 21:21:59 nexus3.edgexfoundry.org:10003 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:59 Configure a credential helper to remove this warning. See 21:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:59 21:21:59 Login Succeeded 21:21:59 nexus3.edgexfoundry.org:10004 21:21:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:21:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:21:59 Configure a credential helper to remove this warning. See 21:21:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:21:59 21:21:59 Login Succeeded 21:21:59 docker.io 21:22:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:22:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:22:00 Configure a credential helper to remove this warning. See 21:22:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:22:00 21:22:00 Login Succeeded 21:22:00 ---> docker-login.sh ends [Pipeline] } 21:22:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:22:00 ========================================================= 21:22:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:22:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:22:00 (1/6) Installing libc-dev (0.7.2-r3) 21:22:00 (2/6) Installing libsodium (1.0.18-r0) 21:22:00 (3/6) Installing pkgconf (1.7.2-r0) 21:22:00 + 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 . 21:22:00 Sending build context to Docker daemon 95.74kB 21:22:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:22:00 Step 2/8 : FROM ${BASE} 21:22:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:22:00 188c0c94c7c5: Pulling fs layer 21:22:00 0ef7d3d256c8: Pulling fs layer 21:22:00 de9db76c5a1d: Pulling fs layer 21:22:00 bca2f99d35d6: Pulling fs layer 21:22:00 93359f2a8cfa: Pulling fs layer 21:22:00 7c6f9722023f: Pulling fs layer 21:22:00 a35cf1a2eb13: Pulling fs layer 21:22:00 93359f2a8cfa: Waiting 21:22:00 7c6f9722023f: Waiting 21:22:00 bca2f99d35d6: Waiting 21:22:00 a35cf1a2eb13: Waiting 21:22:00 de9db76c5a1d: Verifying Checksum 21:22:00 de9db76c5a1d: Download complete 21:22:00 0ef7d3d256c8: Download complete 21:22:01 (4/6) Installing libsodium-dev (1.0.18-r0) 21:22:01 (5/6) Installing libzmq (4.3.3-r0) 21:22:01 93359f2a8cfa: Download complete 21:22:01 188c0c94c7c5: Download complete 21:22:01 7c6f9722023f: Verifying Checksum 21:22:01 7c6f9722023f: Download complete 21:22:01 (6/6) Installing zeromq-dev (4.3.3-r0) 21:22:01 188c0c94c7c5: Pull complete 21:22:01 Executing busybox-1.31.1-r19.trigger 21:22:01 OK: 144 MiB in 45 packages 21:22:01 0ef7d3d256c8: Pull complete 21:22:01 de9db76c5a1d: Pull complete 21:22:02 a35cf1a2eb13: Verifying Checksum 21:22:02 a35cf1a2eb13: Download complete 21:22:03 Removing intermediate container 36631677590b 21:22:03 ---> c3c0dcd2c0d0 21:22:03 Step 6/8 : WORKDIR /app 21:22:03 ---> Running in a0f1689377af 21:22:03 Removing intermediate container a0f1689377af 21:22:03 ---> 657c95275467 21:22:03 Step 7/8 : COPY . . 21:22:03 bca2f99d35d6: Verifying Checksum 21:22:03 bca2f99d35d6: Download complete 21:22:04 ---> 2acfe5863e73 21:22:04 Step 8/8 : RUN go mod download 21:22:04 ---> Running in 460c89bcb1ce 21:22:08 bca2f99d35d6: Pull complete 21:22:08 93359f2a8cfa: Pull complete 21:22:08 7c6f9722023f: Pull complete 21:22:15 a35cf1a2eb13: Pull complete 21:22:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:22:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:22:15 ---> a62c8e92a672 21:22:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:22:15 ---> Running in 901f8d89b040 21:22:16 Removing intermediate container 901f8d89b040 21:22:16 ---> 68e7aa5323a6 21:22:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:22:16 ---> Running in 6c84fb4a40e0 21:22:17 Removing intermediate container 6c84fb4a40e0 21:22:17 ---> d8809a0d869d 21:22:17 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:22:17 ---> Running in 6c2b2ca9ad12 21:22:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:22:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:22:18 (1/6) Installing libc-dev (0.7.2-r3) 21:22:19 (2/6) Installing libsodium (1.0.18-r0) 21:22:19 (3/6) Installing pkgconf (1.7.2-r0) 21:22:19 (4/6) Installing libsodium-dev (1.0.18-r0) 21:22:19 (5/6) Installing libzmq (4.3.3-r0) 21:22:19 (6/6) Installing zeromq-dev (4.3.3-r0) 21:22:19 Executing busybox-1.31.1-r19.trigger 21:22:19 OK: 167 MiB in 45 packages 21:22:20 Removing intermediate container 6c2b2ca9ad12 21:22:20 ---> d780a917c8cc 21:22:20 Step 6/8 : WORKDIR /app 21:22:20 ---> Running in 296f8e088400 21:22:20 Removing intermediate container 296f8e088400 21:22:20 ---> 8849a3048263 21:22:20 Step 7/8 : COPY . . 21:22:20 ---> 0dfc0bcb8f70 21:22:20 Step 8/8 : RUN go mod download 21:22:20 ---> Running in 1ee9a6ad11b1 21:22:31 Removing intermediate container 460c89bcb1ce 21:22:31 ---> 7dbd0f906eb4 21:22:31 Successfully built 7dbd0f906eb4 21:22:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:22:31 + docker inspect -f . ci-base-image-arm64 21:22:31 . [Pipeline] withDockerContainer 21:22:31 prd-ubuntu18.04-docker-arm64-4c-16g-2417 does not seem to be running inside a container 21:22:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@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 21:22:33 $ docker top 6b5368a6f4fb602f1cf2460dac759ef6e1ede9f0f99ff37d5f949ca47bea292c -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:34 + go version 21:22:34 go version go1.15.5 linux/arm64 [Pipeline] } 21:22:34 $ docker stop --time=1 6b5368a6f4fb602f1cf2460dac759ef6e1ede9f0f99ff37d5f949ca47bea292c 21:22:36 $ docker rm -f 6b5368a6f4fb602f1cf2460dac759ef6e1ede9f0f99ff37d5f949ca47bea292c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:37 + docker inspect -f . ci-base-image-arm64 21:22:37 . [Pipeline] withDockerContainer 21:22:37 prd-ubuntu18.04-docker-arm64-4c-16g-2417 does not seem to be running inside a container 21:22:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@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 21:22:38 $ docker top 32307908b87bbe47b513a3a7cecded52ff08e07de2f60e96f3afc9e55e53b53b -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:39 + make test 21:22:39 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:22:42 Removing intermediate container 1ee9a6ad11b1 21:22:42 ---> 2d9948b23842 21:22:42 Successfully built 2d9948b23842 21:22:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:22:42 + docker inspect -f . ci-base-image-x86_64 21:22:42 . [Pipeline] withDockerContainer 21:22:43 prd-centos7-docker-4c-2g-2419 does not seem to be running inside a container 21:22:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@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 21:22:43 $ docker top 816e7a0d375f13af44ff36c777f3ba8115a2d8f93e5d06fdc568c096280d211c -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:44 + go version 21:22:44 go version go1.15.5 linux/amd64 [Pipeline] } 21:22:44 $ docker stop --time=1 816e7a0d375f13af44ff36c777f3ba8115a2d8f93e5d06fdc568c096280d211c 21:22:45 $ docker rm -f 816e7a0d375f13af44ff36c777f3ba8115a2d8f93e5d06fdc568c096280d211c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:22:46 + docker inspect -f . ci-base-image-x86_64 21:22:46 . [Pipeline] withDockerContainer 21:22:46 prd-centos7-docker-4c-2g-2419 does not seem to be running inside a container 21:22:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@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 21:22:46 $ docker top 5488855fe5fa848d5527ed7dc8f374954d8ef4c2101deace07bf2515e472af13 -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:47 + make test 21:22:47 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:23:02 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:23:02 CGO_ENABLED=1 go vet ./... 21:23:04 gofmt -l . 21:23:04 [ "`gofmt -l .`" = "" ] 21:23:04 ./bin/test-go-mod-tidy.sh 21:23:04 ./bin/test-attribution-txt.sh [Pipeline] } 21:23:04 $ docker stop --time=1 5488855fe5fa848d5527ed7dc8f374954d8ef4c2101deace07bf2515e472af13 21:23:07 $ docker rm -f 5488855fe5fa848d5527ed7dc8f374954d8ef4c2101deace07bf2515e472af13 [Pipeline] // withDockerContainer [Pipeline] sh 21:23:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:23:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:23:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:23:11 + ls -al . 21:23:11 total 92 21:23:11 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 29 21:23 . 21:23:11 drwxrwxr-x. 4 jenkins jenkins 32 Apr 29 21:21 .. 21:23:11 -rw-rw-r--. 1 jenkins jenkins 7306 Apr 29 21:21 Attribution.txt 21:23:11 drwxrwxr-x. 2 jenkins jenkins 64 Apr 29 21:21 bin 21:23:11 -rw-r--r--. 1 jenkins jenkins 10 Apr 29 21:22 coverage.out 21:23:11 -rw-rw-r--. 1 jenkins jenkins 2032 Apr 29 21:21 Dockerfile 21:23:11 -rw-rw-r--. 1 jenkins jenkins 970 Apr 29 21:21 Dockerfile.build 21:23:11 -rw-rw-r--. 1 jenkins jenkins 119 Apr 29 21:21 .dockerignore 21:23:11 drwxrwxr-x. 8 jenkins jenkins 162 Apr 29 21:21 .git 21:23:11 drwxrwxr-x. 2 jenkins jenkins 81 Apr 29 21:21 .github 21:23:11 -rw-rw-r--. 1 jenkins jenkins 111 Apr 29 21:21 .gitignore 21:23:11 -rw-r--r--. 1 jenkins jenkins 136 Apr 29 21:23 go.mod 21:23:11 -rw-r--r--. 1 jenkins jenkins 21295 Apr 29 21:23 go.sum 21:23:11 -rw-rw-r--. 1 jenkins jenkins 687 Apr 29 21:21 Jenkinsfile 21:23:11 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 29 21:21 LICENSE 21:23:11 -rw-rw-r--. 1 jenkins jenkins 1460 Apr 29 21:21 main.go 21:23:11 -rw-rw-r--. 1 jenkins jenkins 1582 Apr 29 21:21 makefile 21:23:11 -rw-rw-r--. 1 jenkins jenkins 3230 Apr 29 21:21 README.md 21:23:11 drwxrwxr-x. 9 jenkins jenkins 147 Apr 29 21:21 res 21:23:11 drwxrwxr-x. 4 jenkins jenkins 71 Apr 29 21:21 snap 21:23:11 -rw-rw-r--. 1 jenkins jenkins 12 Apr 29 21:17 VERSION [Pipeline] isUnix [Pipeline] sh 21:23:12 + 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=3684568252246792ccd690fa1a26876a0e7756f3 --label arch=amd64 --label version=2.0.0-dev.34 . 21:23:12 Sending build context to Docker daemon 119.8kB 21:23:12 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:23:12 Step 2/27 : FROM ${BASE} AS builder 21:23:12 ---> 2d9948b23842 21:23:12 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:23:12 ---> Running in a009c8a3a705 21:23:12 Removing intermediate container a009c8a3a705 21:23:12 ---> 67e5734d7dd0 21:23:12 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:23:12 ---> Running in b837b3d1c66f 21:23:12 Removing intermediate container b837b3d1c66f 21:23:12 ---> e862e34110bf 21:23:12 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:23:12 ---> Running in 2a32af3e32c9 21:23:12 Removing intermediate container 2a32af3e32c9 21:23:12 ---> 786e3ec0ddc8 21:23:12 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:12 ---> Running in 078ea4df82e4 21:23:13 Removing intermediate container 078ea4df82e4 21:23:13 ---> 93a3fd45c973 21:23:13 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:23:13 ---> Running in a1a7ef2cde3b 21:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:15 OK: 167 MiB in 45 packages 21:23:15 Removing intermediate container a1a7ef2cde3b 21:23:15 ---> a7e7f170da6e 21:23:15 Step 8/27 : WORKDIR /app 21:23:15 ---> Running in 8379a56d5d5c 21:23:15 Removing intermediate container 8379a56d5d5c 21:23:15 ---> 8dcc56b59103 21:23:15 Step 9/27 : COPY go.mod . 21:23:16 ---> 928712d79da7 21:23:16 Step 10/27 : RUN go mod download 21:23:16 ---> Running in 624569e5f001 21:23:17 Removing intermediate container 624569e5f001 21:23:17 ---> b9b063a80d39 21:23:17 Step 11/27 : COPY . . 21:23:17 ---> 2616656892e6 21:23:17 Step 12/27 : ARG MAKE="make build" 21:23:17 ---> Running in 993bf47d77c8 21:23:17 Removing intermediate container 993bf47d77c8 21:23:17 ---> 26c6e8af3080 21:23:17 Step 13/27 : RUN $MAKE 21:23:17 ---> Running in ded62d5ccb6f 21:23:18 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.34" -o app-service-configurable 21:23:18 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:23:18 CGO_ENABLED=1 go vet ./... 21:23:29 gofmt -l . 21:23:29 [ "`gofmt -l .`" = "" ] 21:23:29 ./bin/test-go-mod-tidy.sh 21:23:29 ./bin/test-attribution-txt.sh [Pipeline] } 21:23:29 $ docker stop --time=1 32307908b87bbe47b513a3a7cecded52ff08e07de2f60e96f3afc9e55e53b53b 21:23:31 $ docker rm -f 32307908b87bbe47b513a3a7cecded52ff08e07de2f60e96f3afc9e55e53b53b [Pipeline] // withDockerContainer [Pipeline] sh 21:23:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:23:32 Warning: overwriting stash ‘coverage-report’ 21:23:33 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 21:23:33 Removing intermediate container ded62d5ccb6f 21:23:33 ---> e5cc2622fd23 21:23:33 Step 14/27 : FROM alpine:3.12 21:23:33 3.12: Pulling from library/alpine 21:23:33 339de151aab4: Pulling fs layer 21:23:33 339de151aab4: Verifying Checksum 21:23:33 339de151aab4: Download complete 21:23:33 339de151aab4: Pull complete 21:23:33 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:23:33 Status: Downloaded newer image for alpine:3.12 21:23:33 ---> 13621d1b12d4 21:23:33 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:23:33 ---> Running in f73da4486bed 21:23:33 Removing intermediate container f73da4486bed 21:23:33 ---> be4c791f6f99 21:23:33 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:23:33 ---> Running in 799d1b571be7 21:23:33 Removing intermediate container 799d1b571be7 21:23:33 ---> fa9eb8ac0212 21:23:33 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:23:33 ---> Running in 059fa4a84347 21:23:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:23:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:23:33 (1/7) Installing ca-certificates (20191127-r4) 21:23:33 (2/7) Installing dumb-init (1.2.2-r1) 21:23:33 (3/7) Installing libgcc (9.3.0-r2) 21:23:33 (4/7) Installing libsodium (1.0.18-r0) 21:23:33 (5/7) Installing libstdc++ (9.3.0-r2) 21:23:33 (6/7) Installing libzmq (4.3.3-r0) 21:23:33 (7/7) Installing zeromq (4.3.3-r0) 21:23:33 Executing busybox-1.31.1-r20.trigger 21:23:33 Executing ca-certificates-20191127-r4.trigger 21:23:33 OK: 9 MiB in 21 packages [Pipeline] script [Pipeline] { [Pipeline] sh 21:23:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:23:34 + ls -al . 21:23:34 total 116 21:23:34 drwxrwxr-x 7 jenkins jenkins 4096 Apr 29 21:23 . 21:23:34 drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 21:21 .. 21:23:34 -rw-rw-r-- 1 jenkins jenkins 119 Apr 29 21:21 .dockerignore 21:23:34 drwxrwxr-x 8 jenkins jenkins 4096 Apr 29 21:21 .git 21:23:34 drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 21:21 .github 21:23:34 -rw-rw-r-- 1 jenkins jenkins 111 Apr 29 21:21 .gitignore 21:23:34 -rw-rw-r-- 1 jenkins jenkins 7306 Apr 29 21:21 Attribution.txt 21:23:34 -rw-rw-r-- 1 jenkins jenkins 2032 Apr 29 21:21 Dockerfile 21:23:34 -rw-rw-r-- 1 jenkins jenkins 970 Apr 29 21:21 Dockerfile.build 21:23:34 -rw-rw-r-- 1 jenkins jenkins 687 Apr 29 21:21 Jenkinsfile 21:23:34 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 29 21:21 LICENSE 21:23:34 -rw-rw-r-- 1 jenkins jenkins 3230 Apr 29 21:21 README.md 21:23:34 -rw-rw-r-- 1 jenkins jenkins 12 Apr 29 21:17 VERSION 21:23:34 drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 21:21 bin 21:23:34 -rw-r--r-- 1 jenkins jenkins 10 Apr 29 21:22 coverage.out 21:23:34 -rw-r--r-- 1 jenkins jenkins 136 Apr 29 21:23 go.mod 21:23:34 -rw-r--r-- 1 jenkins jenkins 21295 Apr 29 21:23 go.sum 21:23:34 -rw-rw-r-- 1 jenkins jenkins 1460 Apr 29 21:21 main.go 21:23:34 -rw-rw-r-- 1 jenkins jenkins 1582 Apr 29 21:21 makefile 21:23:34 drwxrwxr-x 9 jenkins jenkins 4096 Apr 29 21:21 res 21:23:34 drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 21:21 snap [Pipeline] isUnix [Pipeline] sh 21:23:34 Removing intermediate container 059fa4a84347 21:23:34 ---> d9e6782f586e 21:23:34 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:23:34 + 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=3684568252246792ccd690fa1a26876a0e7756f3 --label arch=arm64 --label version=2.0.0-dev.34 . 21:23:34 Sending build context to Docker daemon 119.8kB 21:23:34 ---> 5da78b9f558f 21:23:34 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:23:34 ---> df5c30b7d2b2 21:23:34 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:23:34 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:23:34 Step 2/27 : FROM ${BASE} AS builder 21:23:34 ---> 7dbd0f906eb4 21:23:34 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:23:34 ---> 7eef12a7b47b 21:23:34 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:23:34 ---> Running in b005282ca082 21:23:35 ---> 25072835332a 21:23:35 Step 22/27 : EXPOSE 48095 21:23:35 Removing intermediate container b005282ca082 21:23:35 ---> 699eb7a6820b 21:23:35 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:23:35 ---> Running in 85d47f85a316 21:23:35 ---> Running in 840604d52b60 21:23:35 Removing intermediate container 840604d52b60 21:23:35 ---> ac030a13726e 21:23:35 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:23:35 ---> Running in a34a9a4c5c8b 21:23:36 Removing intermediate container a34a9a4c5c8b 21:23:36 ---> a1fc2aaffbe7 21:23:36 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:36 ---> Running in 0b42c4d996b6 21:23:36 Removing intermediate container 85d47f85a316 21:23:36 ---> 7804b187d3bd 21:23:36 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:23:36 ---> Running in 02a19dd7118d 21:23:36 Removing intermediate container 0b42c4d996b6 21:23:36 ---> 1a1c13552211 21:23:36 Step 25/27 : LABEL arch=amd64 21:23:36 ---> Running in 60c2412c189a 21:23:36 Removing intermediate container 60c2412c189a 21:23:36 ---> e19fca65137b 21:23:36 Step 26/27 : LABEL git_sha=3684568252246792ccd690fa1a26876a0e7756f3 21:23:36 ---> Running in 08506149b5db 21:23:36 Removing intermediate container 02a19dd7118d 21:23:36 ---> 1c5f81f56ed9 21:23:36 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:36 ---> Running in 88860065bf56 21:23:36 Removing intermediate container 08506149b5db 21:23:36 ---> 9ead87f7967f 21:23:36 Step 27/27 : LABEL version=2.0.0-dev.34 21:23:36 ---> Running in 1ab2e4b19410 21:23:37 Removing intermediate container 1ab2e4b19410 21:23:37 ---> 4a00c58ee09b 21:23:37 [Warning] One or more build-args [ARCH] were not consumed 21:23:37 Successfully built 4a00c58ee09b 21:23:37 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:23:37 provisioning config files... 21:23:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config1823744265863725426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:23:37 ---> docker-login.sh 21:23:37 nexus3.edgexfoundry.org:10001 21:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:37 Configure a credential helper to remove this warning. See 21:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:37 21:23:37 Login Succeeded 21:23:37 nexus3.edgexfoundry.org:10002 21:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:37 Configure a credential helper to remove this warning. See 21:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:37 21:23:37 Login Succeeded 21:23:37 nexus3.edgexfoundry.org:10003 21:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:38 Configure a credential helper to remove this warning. See 21:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:38 21:23:38 Login Succeeded 21:23:38 nexus3.edgexfoundry.org:10004 21:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:38 Configure a credential helper to remove this warning. See 21:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:38 21:23:38 Login Succeeded 21:23:38 docker.io 21:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:38 Configure a credential helper to remove this warning. See 21:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:38 21:23:38 Login Succeeded 21:23:38 ---> docker-login.sh ends [Pipeline] } 21:23:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:23:38 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:23:38 3684568252246792ccd690fa1a26876a0e7756f3 21:23:38 latest 21:23:38 2.0.0-dev.34 21:23:38 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 21:23:38 master 21:23:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:23:39 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] isUnix [Pipeline] sh 21:23:39 Removing intermediate container 88860065bf56 21:23:39 ---> be29daf47806 21:23:39 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:23:39 ---> Running in 3d7e8a7820ee 21:23:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3 21:23:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:23:39 d714f13270e2: Preparing 21:23:39 628a2aad7983: Preparing 21:23:39 83a2f434048b: Preparing 21:23:39 1f601e18d9f8: Preparing 21:23:39 080946f7fa7c: Preparing 21:23:39 32f366d666a5: Preparing 21:23:39 32f366d666a5: Waiting 21:23:39 628a2aad7983: Pushed 21:23:39 1f601e18d9f8: Pushed 21:23:39 83a2f434048b: Pushed 21:23:39 32f366d666a5: Layer already exists 21:23:39 080946f7fa7c: Pushed 21:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:41 d714f13270e2: Pushed 21:23:41 3684568252246792ccd690fa1a26876a0e7756f3: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:23:41 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 21:23:41 OK: 144 MiB in 45 packages 21:23:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:23:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:23:41 d714f13270e2: Preparing 21:23:41 628a2aad7983: Preparing 21:23:41 83a2f434048b: Preparing 21:23:41 1f601e18d9f8: Preparing 21:23:41 080946f7fa7c: Preparing 21:23:41 32f366d666a5: Preparing 21:23:41 32f366d666a5: Waiting 21:23:41 628a2aad7983: Layer already exists 21:23:41 83a2f434048b: Layer already exists 21:23:41 1f601e18d9f8: Layer already exists 21:23:41 080946f7fa7c: Layer already exists 21:23:41 d714f13270e2: Layer already exists 21:23:41 32f366d666a5: Layer already exists 21:23:41 latest: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:23:41 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 21:23:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.34 21:23:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:23:42 d714f13270e2: Preparing 21:23:42 628a2aad7983: Preparing 21:23:42 83a2f434048b: Preparing 21:23:42 1f601e18d9f8: Preparing 21:23:42 080946f7fa7c: Preparing 21:23:42 32f366d666a5: Preparing 21:23:42 32f366d666a5: Waiting 21:23:42 d714f13270e2: Layer already exists 21:23:42 628a2aad7983: Layer already exists 21:23:42 1f601e18d9f8: Layer already exists 21:23:42 83a2f434048b: Layer already exists 21:23:42 080946f7fa7c: Layer already exists 21:23:42 32f366d666a5: Layer already exists 21:23:42 2.0.0-dev.34: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:23:42 Removing intermediate container 3d7e8a7820ee 21:23:42 ---> 3df54e81c784 21:23:42 Step 8/27 : WORKDIR /app 21:23:42 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 21:23:42 ---> Running in e3b5078116bb 21:23:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 21:23:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:23:42 d714f13270e2: Preparing 21:23:42 628a2aad7983: Preparing 21:23:42 83a2f434048b: Preparing 21:23:42 1f601e18d9f8: Preparing 21:23:42 080946f7fa7c: Preparing 21:23:42 32f366d666a5: Preparing 21:23:42 32f366d666a5: Waiting 21:23:42 080946f7fa7c: Layer already exists 21:23:42 628a2aad7983: Layer already exists 21:23:42 83a2f434048b: Layer already exists 21:23:42 d714f13270e2: Layer already exists 21:23:42 1f601e18d9f8: Layer already exists 21:23:42 32f366d666a5: Layer already exists 21:23:42 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh 21:23:43 Removing intermediate container e3b5078116bb 21:23:43 ---> b1f0caaaf370 21:23:43 Step 9/27 : COPY go.mod . 21:23:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 21:23:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:23:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:23:43 d714f13270e2: Preparing 21:23:43 628a2aad7983: Preparing 21:23:43 83a2f434048b: Preparing 21:23:43 1f601e18d9f8: Preparing 21:23:43 080946f7fa7c: Preparing 21:23:43 32f366d666a5: Preparing 21:23:43 32f366d666a5: Waiting 21:23:43 d714f13270e2: Layer already exists 21:23:43 628a2aad7983: Layer already exists 21:23:43 83a2f434048b: Layer already exists 21:23:43 1f601e18d9f8: Layer already exists 21:23:43 080946f7fa7c: Layer already exists 21:23:43 32f366d666a5: Layer already exists 21:23:43 master: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:23:43 ===================================================== [Pipeline] echo 21:23:43 taggedImages: 21:23:43 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3 21:23:43 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:23:43 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.34 21:23:43 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 21:23:43 - 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 21:23:44 ---> a27115c2000e 21:23:44 Step 10/27 : RUN go mod download 21:23:44 ---> Running in 8b2a0b6fc534 21:23:44 ---> job-cost.sh 21:23:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-n1a9 21:23:45 Removing intermediate container 8b2a0b6fc534 21:23:45 ---> f2cfd0892678 21:23:45 Step 11/27 : COPY . . 21:23:46 ---> 6b5715f6f2a1 21:23:46 Step 12/27 : ARG MAKE="make build" 21:23:46 ---> Running in ece7e91766ae 21:23:47 Removing intermediate container ece7e91766ae 21:23:47 ---> daef3239d085 21:23:47 Step 13/27 : RUN $MAKE 21:23:47 ---> Running in 6d6da3c50115 21:23:48 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.34" -o app-service-configurable 21:23:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:24:25 lf-activate-venv(): INFO: Adding /tmp/venv-n1a9/bin to PATH 21:24:25 INFO: No Stack... 21:24:25 INFO: Retrieving Pricing Info for: v1-standard-2 21:24:26 INFO: Archiving Costs [Pipeline] sh 21:24:26 + cat /w/workspace/app-service-configurable/104/archives/cost.csv 21:24:26 + cut -d, -f6 [Pipeline] lock 21:24:27 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] 21:24:27 Resource [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] did not exist. Created. 21:24:27 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:24:27 + echo total: 0.029999999329447746 [Pipeline] stash 21:24:27 Stashed 1 file(s) 21:24:27 Removing intermediate container 6d6da3c50115 21:24:27 ---> 7ac6c6938570 21:24:27 Step 14/27 : FROM alpine:3.12 21:24:27 3.12: Pulling from library/alpine 21:24:27 d2f70382dc9a: Pulling fs layer 21:24:27 d2f70382dc9a: Verifying Checksum 21:24:27 d2f70382dc9a: Download complete 21:24:27 d2f70382dc9a: Pull complete 21:24:27 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:24:27 Status: Downloaded newer image for alpine:3.12 21:24:27 ---> 9852663dfa18 21:24:27 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:24:27 ---> Running in 88f37f01701c 21:24:27 Removing intermediate container 88f37f01701c 21:24:27 ---> e8a38869864d 21:24:27 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [Pipeline] } 21:24:27 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:24:27 ---> Running in 104a90254a66 21:24:28 Removing intermediate container 104a90254a66 21:24:28 ---> 47e3a3aa4fbf 21:24:28 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:24:28 ---> Running in f2b35c30b90f 21:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:24:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:24:30 (1/7) Installing ca-certificates (20191127-r4) 21:24:30 (2/7) Installing dumb-init (1.2.2-r1) 21:24:30 (3/7) Installing libgcc (9.3.0-r2) 21:24:30 (4/7) Installing libsodium (1.0.18-r0) 21:24:30 (5/7) Installing libstdc++ (9.3.0-r2) 21:24:30 (6/7) Installing libzmq (4.3.3-r0) 21:24:30 (7/7) Installing zeromq (4.3.3-r0) 21:24:30 Executing busybox-1.31.1-r20.trigger 21:24:30 Executing ca-certificates-20191127-r4.trigger 21:24:30 OK: 9 MiB in 21 packages 21:24:32 Removing intermediate container f2b35c30b90f 21:24:32 ---> 0cfcd6f55026 21:24:32 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:24:33 ---> 65967e69b08c 21:24:33 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:24:33 ---> ca0d3455f02d 21:24:33 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:24:34 ---> 0e96c11a9e44 21:24:34 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:24:36 ---> 2b37a27228ee 21:24:36 Step 22/27 : EXPOSE 48095 21:24:36 ---> Running in 001c51b04675 21:24:36 Removing intermediate container 001c51b04675 21:24:36 ---> cd95d22a26f5 21:24:36 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:24:36 ---> Running in bbc11821ddfb 21:24:36 Removing intermediate container bbc11821ddfb 21:24:36 ---> ee0bf4de69d8 21:24:36 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:24:37 ---> Running in 3b9e673e5af4 21:24:37 Removing intermediate container 3b9e673e5af4 21:24:37 ---> bdcc49704dc3 21:24:37 Step 25/27 : LABEL arch=arm64 21:24:37 ---> Running in 3a48b46d16ee 21:24:38 Removing intermediate container 3a48b46d16ee 21:24:38 ---> fc8ebfeef358 21:24:38 Step 26/27 : LABEL git_sha=3684568252246792ccd690fa1a26876a0e7756f3 21:24:38 ---> Running in 2bd9d233adb6 21:24:38 Removing intermediate container 2bd9d233adb6 21:24:38 ---> 463401994e2d 21:24:38 Step 27/27 : LABEL version=2.0.0-dev.34 21:24:38 ---> Running in a5b82818daf7 21:24:39 Removing intermediate container a5b82818daf7 21:24:39 ---> d5078b5b4fbd 21:24:39 [Warning] One or more build-args [ARCH] were not consumed 21:24:39 Successfully built d5078b5b4fbd 21:24:39 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 21:24:39 provisioning config files... 21:24:39 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config7745234858079728287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:24:40 ---> docker-login.sh 21:24:40 nexus3.edgexfoundry.org:10001 21:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:40 Configure a credential helper to remove this warning. See 21:24:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:40 21:24:40 Login Succeeded 21:24:40 nexus3.edgexfoundry.org:10002 21:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:40 Configure a credential helper to remove this warning. See 21:24:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:40 21:24:40 Login Succeeded 21:24:40 nexus3.edgexfoundry.org:10003 21:24:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:41 Configure a credential helper to remove this warning. See 21:24:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:41 21:24:41 Login Succeeded 21:24:41 nexus3.edgexfoundry.org:10004 21:24:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:42 Configure a credential helper to remove this warning. See 21:24:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:42 21:24:42 Login Succeeded 21:24:42 docker.io 21:24:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:24:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:24:42 Configure a credential helper to remove this warning. See 21:24:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:24:42 21:24:42 Login Succeeded 21:24:42 ---> docker-login.sh ends [Pipeline] } 21:24:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:42 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:24:42 3684568252246792ccd690fa1a26876a0e7756f3 21:24:42 latest 21:24:42 2.0.0-dev.34 21:24:42 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 21:24:42 master 21:24:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:24:43 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] isUnix [Pipeline] sh 21:24:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3 21:24:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:24:43 6b3f7533f492: Preparing 21:24:43 8c611efd35e3: Preparing 21:24:43 b1b4a9618bb8: Preparing 21:24:43 51fd1e7b3542: Preparing 21:24:43 d1e3a46a35ac: Preparing 21:24:43 3fbe34a1663b: Preparing 21:24:43 3fbe34a1663b: Waiting 21:24:43 b1b4a9618bb8: Pushed 21:24:43 8c611efd35e3: Pushed 21:24:43 51fd1e7b3542: Pushed 21:24:44 3fbe34a1663b: Layer already exists 21:24:44 d1e3a46a35ac: Pushed 21:24:47 6b3f7533f492: Pushed 21:24:47 3684568252246792ccd690fa1a26876a0e7756f3: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh 21:24:48 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:24:48 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:24:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:24:48 6b3f7533f492: Preparing 21:24:48 8c611efd35e3: Preparing 21:24:48 b1b4a9618bb8: Preparing 21:24:48 51fd1e7b3542: Preparing 21:24:48 d1e3a46a35ac: Preparing 21:24:48 3fbe34a1663b: Preparing 21:24:48 3fbe34a1663b: Waiting 21:24:48 8c611efd35e3: Layer already exists 21:24:48 b1b4a9618bb8: Layer already exists 21:24:48 6b3f7533f492: Layer already exists 21:24:48 51fd1e7b3542: Layer already exists 21:24:48 d1e3a46a35ac: Layer already exists 21:24:48 3fbe34a1663b: Layer already exists 21:24:48 latest: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh 21:24:49 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 21:24:49 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.34 21:24:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:24:49 6b3f7533f492: Preparing 21:24:49 8c611efd35e3: Preparing 21:24:49 b1b4a9618bb8: Preparing 21:24:49 51fd1e7b3542: Preparing 21:24:49 d1e3a46a35ac: Preparing 21:24:49 3fbe34a1663b: Preparing 21:24:49 3fbe34a1663b: Waiting 21:24:49 51fd1e7b3542: Layer already exists 21:24:49 6b3f7533f492: Layer already exists 21:24:49 d1e3a46a35ac: Layer already exists 21:24:49 8c611efd35e3: Layer already exists 21:24:49 b1b4a9618bb8: Layer already exists 21:24:49 3fbe34a1663b: Layer already exists 21:24:49 2.0.0-dev.34: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh 21:24:49 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh 21:24:50 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 21:24:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:24:50 6b3f7533f492: Preparing 21:24:50 8c611efd35e3: Preparing 21:24:50 b1b4a9618bb8: Preparing 21:24:50 51fd1e7b3542: Preparing 21:24:50 d1e3a46a35ac: Preparing 21:24:50 3fbe34a1663b: Preparing 21:24:50 3fbe34a1663b: Waiting 21:24:50 6b3f7533f492: Layer already exists 21:24:50 8c611efd35e3: Layer already exists 21:24:50 d1e3a46a35ac: Layer already exists 21:24:50 b1b4a9618bb8: Layer already exists 21:24:50 51fd1e7b3542: Layer already exists 21:24:50 3fbe34a1663b: Layer already exists 21:24:50 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh 21:24:50 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:24:51 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:24:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:24:51 6b3f7533f492: Preparing 21:24:51 8c611efd35e3: Preparing 21:24:51 b1b4a9618bb8: Preparing 21:24:51 51fd1e7b3542: Preparing 21:24:51 d1e3a46a35ac: Preparing 21:24:51 3fbe34a1663b: Preparing 21:24:51 3fbe34a1663b: Waiting 21:24:51 6b3f7533f492: Layer already exists 21:24:51 51fd1e7b3542: Layer already exists 21:24:51 d1e3a46a35ac: Layer already exists 21:24:51 8c611efd35e3: Layer already exists 21:24:51 b1b4a9618bb8: Layer already exists 21:24:51 3fbe34a1663b: Layer already exists 21:24:51 master: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:51 ===================================================== [Pipeline] echo 21:24:51 taggedImages: 21:24:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3 21:24:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:24:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.34 21:24:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 21:24:51 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:24:51 ---> job-cost.sh 21:24:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-F4dw 21:25:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:26:52 lf-activate-venv(): INFO: Adding /tmp/venv-F4dw/bin to PATH 21:26:52 INFO: No Stack... 21:26:52 INFO: Retrieving Pricing Info for: lf-standard-4 21:26:52 INFO: Archiving Costs [Pipeline] sh 21:26:52 + + cutcat -d, /w/workspace/app-service-configurable/104/archives/cost.csv -f6 21:26:52 [Pipeline] lock 21:26:53 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] 21:26:53 Resource [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] did not exist. Created. 21:26:53 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:26:53 /w/workspace/app-service-configurable/104@tmp/durable-24298bff/script.sh: 1: /w/workspace/app-service-configurable/104@tmp/durable-24298bff/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:26:53 + echo total: 0.20999999344348907 [Pipeline] stash 21:26:53 Warning: overwriting stash ‘stack-cost’ 21:26:54 Stashed 1 file(s) [Pipeline] } 21:26:54 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-104-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 21:26:54 provisioning config files... 21:26:54 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config5182000461226554597tmp [Pipeline] { [Pipeline] sh 21:26:54 + set +x 21:26:54 + curl -s https://codecov.io/bash 21:26:54 + bash -s -- 21:26:55 21:26:55 _____ _ 21:26:55 / ____| | | 21:26:55 | | ___ __| | ___ ___ _____ __ 21:26:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:26:55 | |___| (_) | (_| | __/ (_| (_) \ V / 21:26:55 \_____\___/ \__,_|\___|\___\___/ \_/ 21:26:55 Bash-1.0.2 21:26:55 21:26:55 21:26:55 ==> git version 2.24.3 found 21:26:55 ==> 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 21:26:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:26:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:26:55 ==> Jenkins CI detected. 21:26:55 project root: . 21:26:55 --> token set from env 21:26:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:26:55 ==> Running gcov in . (disable via -X gcov) 21:26:55 ==> Python coveragepy not found 21:26:55 ==> Searching for coverage reports in: 21:26:55 + . 21:26:55 -> Found 1 reports 21:26:55 ==> Detecting git/mercurial file structure 21:26:55 ==> Reading reports 21:26:55 + ./coverage.out bytes=10 21:26:55 ==> Appending adjustments 21:26:55 https://docs.codecov.io/docs/fixing-reports 21:26:55 + Found adjustments 21:26:55 ==> Gzipping contents 21:26:55 4.0K /tmp/codecov.1EuOnZ.gz 21:26:55 ==> Uploading reports 21:26:55 url: https://codecov.io 21:26:55 query: branch=master&commit=3684568252246792ccd690fa1a26876a0e7756f3&build=104&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F104%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:26:55 -> Pinging Codecov 21:26:55 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=3684568252246792ccd690fa1a26876a0e7756f3&build=104&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F104%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:26:56 -> Uploading to 21:26:56 https://storage.googleapis.com/codecov/v4/raw/2021-04-29/A97CA9966030D2A3747ED39772930CCE/3684568252246792ccd690fa1a26876a0e7756f3/b3eea7ef-5c2b-4cd9-86c1-4143eca39526.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210429%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210429T212656Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1d73798ba327ea0fedda7b7faf224623c7977f3efbd0c6ec4e675afa012d403 21:26:56 % Total % Received % Xferd Average Speed Time Time Time Current 21:26:56 Dload Upload Total Spent Left Speed 21:26:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 390 0 0 100 390 0 842 --:--:-- --:--:-- --:--:-- 844 21:26:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] } 21:26:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:26:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:26:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:26:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:26:58 21:26:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:26:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:26:59 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:26:59 188c0c94c7c5: Pulling fs layer 21:26:59 0ef7d3d256c8: Pulling fs layer 21:26:59 de9db76c5a1d: Pulling fs layer 21:26:59 0eba1c9be4d2: Pulling fs layer 21:26:59 0d57e429df01: Pulling fs layer 21:26:59 4e4be7b47b0d: Pulling fs layer 21:26:59 e1f770b5df2f: Pulling fs layer 21:26:59 85a0685a4137: Pulling fs layer 21:26:59 0eba1c9be4d2: Waiting 21:26:59 0d57e429df01: Waiting 21:26:59 4e4be7b47b0d: Waiting 21:26:59 e1f770b5df2f: Waiting 21:26:59 85a0685a4137: Waiting 21:26:59 de9db76c5a1d: Verifying Checksum 21:26:59 de9db76c5a1d: Download complete 21:26:59 0ef7d3d256c8: Verifying Checksum 21:26:59 0ef7d3d256c8: Download complete 21:26:59 0d57e429df01: Verifying Checksum 21:26:59 0d57e429df01: Download complete 21:26:59 4e4be7b47b0d: Verifying Checksum 21:26:59 4e4be7b47b0d: Download complete 21:26:59 188c0c94c7c5: Verifying Checksum 21:26:59 188c0c94c7c5: Download complete 21:27:00 188c0c94c7c5: Pull complete 21:27:00 0ef7d3d256c8: Pull complete 21:27:01 de9db76c5a1d: Pull complete 21:27:01 e1f770b5df2f: Verifying Checksum 21:27:01 e1f770b5df2f: Download complete 21:27:07 0eba1c9be4d2: Verifying Checksum 21:27:07 0eba1c9be4d2: Download complete 21:27:08 85a0685a4137: Verifying Checksum 21:27:08 85a0685a4137: Download complete 21:27:19 0eba1c9be4d2: Pull complete 21:27:20 0d57e429df01: Pull complete 21:27:20 4e4be7b47b0d: Pull complete 21:27:23 e1f770b5df2f: Pull complete 21:27:35 85a0685a4137: Pull complete 21:27:35 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:27:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:27:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:27:35 prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container 21:27:36 $ 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 21:27:38 $ docker top ead9860c82c67d218da628d4a8fbd1ac67cd50a60b5a1b69f37506161ed3b20f -eo pid,comm [Pipeline] { [Pipeline] echo 21:27:38 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:27:39 + set -o pipefail 21:27:39 + snyk monitor '--org=edgex-jenkins' 21:28:05 21:28:05 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:28:05 21:28:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f6263d2e-2b2f-47bb-90e8-69fe00dad871 21:28:05 21:28:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:28:05 21:28:05 [Pipeline] } 21:28:05 $ docker stop --time=1 ead9860c82c67d218da628d4a8fbd1ac67cd50a60b5a1b69f37506161ed3b20f 21:28:08 $ docker rm -f ead9860c82c67d218da628d4a8fbd1ac67cd50a60b5a1b69f37506161ed3b20f [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 21:28:10 + git log --format=format:%s -1 3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] isUnix [Pipeline] sh 21:28:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:28:11 . [Pipeline] withDockerContainer 21:28:11 prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container 21:28:11 $ 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 21:28:13 $ docker top 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:28:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:28:13 [ssh-agent] Looking for ssh-agent implementation... 21:28:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:28:14 $ docker exec 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 ssh-agent 21:28:14 SSH_AUTH_SOCK=/tmp/ssh-SlvPtfAnx9EJ/agent.12 21:28:14 SSH_AGENT_PID=17 21:28:14 Running ssh-add (command line suppressed) 21:28:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5605131323428113155.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5605131323428113155.key) 21:28:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:28:15 + git semver tag 21:28:15 # -> Open(): unable to determine branch for HEAD 21:28:15 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:28:15 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:28:15 # $SEMVER_REMOTE_NAME = origin 21:28:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:28:15 # $SEMVER_USER_NAME = edgex-jenkins 21:28:15 # $SEMVER_BRANCH = master 21:28:15 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:28:15 # 3684568252246792ccd690fa1a26876a0e7756f3 HEAD 21:28:15 # -> Force: false 21:28:15 # 8b69d062e0be3befba1edc975a5f316ff419202f refs/tags/v2.0.0-dev.34 [Pipeline] } 21:28:15 $ docker exec --env ******** --env ******** 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 ssh-agent -k 21:28:16 unset SSH_AUTH_SOCK; 21:28:16 unset SSH_AGENT_PID; 21:28:16 echo Agent pid 17 killed; 21:28:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:28:16 + git semver [Pipeline] } 21:28:17 $ docker stop --time=1 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 21:28:19 $ docker rm -f 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:28:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:28:20 21:28:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:28:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:28:20 0.23.1-centos7: Pulling from edgex-lftools 21:28:20 ab5ef0e58194: Pulling fs layer 21:28:20 9712f1f96733: Pulling fs layer 21:28:20 63f879dbbcfc: Pulling fs layer 21:28:20 0d9ebad4ef96: Pulling fs layer 21:28:20 e9a5061849ea: Pulling fs layer 21:28:20 d747dcd14b5f: Pulling fs layer 21:28:20 2de7ff778b66: Pulling fs layer 21:28:20 0d9ebad4ef96: Waiting 21:28:20 e9a5061849ea: Waiting 21:28:20 d747dcd14b5f: Waiting 21:28:20 2de7ff778b66: Waiting 21:28:20 9712f1f96733: Verifying Checksum 21:28:20 9712f1f96733: Download complete 21:28:23 63f879dbbcfc: Verifying Checksum 21:28:23 63f879dbbcfc: Download complete 21:28:24 e9a5061849ea: Verifying Checksum 21:28:24 e9a5061849ea: Download complete 21:28:24 d747dcd14b5f: Verifying Checksum 21:28:24 d747dcd14b5f: Download complete 21:28:26 2de7ff778b66: Verifying Checksum 21:28:26 2de7ff778b66: Download complete 21:28:26 0d9ebad4ef96: Verifying Checksum 21:28:26 0d9ebad4ef96: Download complete 21:28:27 ab5ef0e58194: Verifying Checksum 21:28:27 ab5ef0e58194: Download complete 21:28:38 ab5ef0e58194: Pull complete 21:28:38 9712f1f96733: Pull complete 21:28:40 63f879dbbcfc: Pull complete 21:28:56 0d9ebad4ef96: Pull complete 21:28:56 e9a5061849ea: Pull complete 21:28:57 d747dcd14b5f: Pull complete 21:29:02 2de7ff778b66: Pull complete 21:29:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:29:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:29:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:29:04 prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container 21:29:04 $ 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 21:29:08 $ docker top 66d69d5f14b547e4c88bc022b5d26b9e388e3e8538b0cb4ab6e34873ae12cfdd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:29:09 provisioning config files... 21:29:09 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4952011219756309180tmp 21:29:09 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8374646945989524843tmp 21:29:09 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4799329594233413622tmp [Pipeline] { [Pipeline] echo 21:29:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:29:10 ---> sigul-configuration.sh 21:29:10 gpg: directory `/root/.gnupg' created 21:29:10 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:29:10 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:29:10 gpg: keyring `/root/.gnupg/secring.gpg' created 21:29:10 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:29:10 gpg: CAST5 encrypted data 21:29:10 gpg: encrypted with 1 passphrase 21:29:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:29:11 + mkdir /home/jenkins 21:29:11 + mkdir /home/jenkins/sigul [Pipeline] sh 21:29:12 + 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 21:29:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:29:12 ---> sigul-install.sh 21:29:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:29:23 + git tag --list 21:29:23 v1.0.0 21:29:23 v1.1.0 21:29:23 v1.2.0 21:29:23 v1.3.0 21:29:23 v1.3.1 21:29:23 v1.3.1-dev.1 21:29:23 v1.3.1-dev.2 21:29:23 v1.3.1-dev.3 21:29:23 v2.0.0-dev.1 21:29:23 v2.0.0-dev.10 21:29:23 v2.0.0-dev.11 21:29:23 v2.0.0-dev.12 21:29:23 v2.0.0-dev.13 21:29:23 v2.0.0-dev.14 21:29:23 v2.0.0-dev.15 21:29:23 v2.0.0-dev.16 21:29:23 v2.0.0-dev.17 21:29:23 v2.0.0-dev.18 21:29:23 v2.0.0-dev.19 21:29:23 v2.0.0-dev.2 21:29:23 v2.0.0-dev.20 21:29:23 v2.0.0-dev.21 21:29:23 v2.0.0-dev.22 21:29:23 v2.0.0-dev.23 21:29:23 v2.0.0-dev.24 21:29:23 v2.0.0-dev.25 21:29:23 v2.0.0-dev.26 21:29:23 v2.0.0-dev.27 21:29:23 v2.0.0-dev.28 21:29:23 v2.0.0-dev.29 21:29:23 v2.0.0-dev.3 21:29:23 v2.0.0-dev.30 21:29:23 v2.0.0-dev.31 21:29:23 v2.0.0-dev.32 21:29:23 v2.0.0-dev.33 21:29:23 v2.0.0-dev.34 21:29:23 v2.0.0-dev.4 21:29:23 v2.0.0-dev.5 21:29:23 v2.0.0-dev.6 21:29:23 v2.0.0-dev.7 21:29:23 v2.0.0-dev.8 21:29:23 v2.0.0-dev.9 [Pipeline] sh 21:29:24 + lftools sign git-tag v2.0.0-dev.34 21:29:26 Signing Git tag with Sigul... 21:29:26 Signing v2.0.0-dev.34 [Pipeline] echo 21:29:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:29:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:29:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:29:29 $ docker stop --time=1 66d69d5f14b547e4c88bc022b5d26b9e388e3e8538b0cb4ab6e34873ae12cfdd 21:29:31 $ docker rm -f 66d69d5f14b547e4c88bc022b5d26b9e388e3e8538b0cb4ab6e34873ae12cfdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:29:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:31 . [Pipeline] withDockerContainer 21:29:31 prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container 21:29:32 $ 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 21:29:33 $ docker top b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:29:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:33 [ssh-agent] Looking for ssh-agent implementation... 21:29:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:34 $ docker exec b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 ssh-agent 21:29:34 SSH_AUTH_SOCK=/tmp/ssh-VNqorAEkkqIZ/agent.11 21:29:34 SSH_AGENT_PID=16 21:29:34 Running ssh-add (command line suppressed) 21:29:35 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8485877808613729305.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8485877808613729305.key) 21:29:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:29:35 + git semver bump pre 21:29:35 # -> Open(): unable to determine branch for HEAD 21:29:35 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:29:35 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:29:35 # $SEMVER_REMOTE_NAME = origin 21:29:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:29:35 # $SEMVER_USER_NAME = edgex-jenkins 21:29:35 # $SEMVER_BRANCH = master 21:29:35 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:29:35 2.0.0-dev.35 [Pipeline] } 21:29:35 $ docker exec --env ******** --env ******** b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 ssh-agent -k 21:29:36 unset SSH_AUTH_SOCK; 21:29:36 unset SSH_AGENT_PID; 21:29:36 echo Agent pid 16 killed; 21:29:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:29:37 + git semver [Pipeline] } 21:29:37 $ docker stop --time=1 b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 21:29:39 $ docker rm -f b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:29:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:29:39 . [Pipeline] withDockerContainer 21:29:40 prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container 21:29:40 $ 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 21:29:41 $ docker top 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:29:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:29:42 [ssh-agent] Looking for ssh-agent implementation... 21:29:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:29:43 $ docker exec 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd ssh-agent 21:29:43 SSH_AUTH_SOCK=/tmp/ssh-kJnd3cqxz0R9/agent.11 21:29:43 SSH_AGENT_PID=16 21:29:43 Running ssh-add (command line suppressed) 21:29:44 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6779171838219950396.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6779171838219950396.key) 21:29:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:29:44 + git semver push 21:29:44 # -> Open(): unable to determine branch for HEAD 21:29:44 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:29:44 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:29:44 # $SEMVER_REMOTE_NAME = origin 21:29:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:29:44 # $SEMVER_USER_NAME = edgex-jenkins 21:29:44 # $SEMVER_BRANCH = master 21:29:44 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:29:49 $ docker exec --env ******** --env ******** 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd ssh-agent -k 21:29:49 unset SSH_AUTH_SOCK; 21:29:49 unset SSH_AGENT_PID; 21:29:49 echo Agent pid 16 killed; 21:29:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:29:50 + git semver [Pipeline] } 21:29:50 $ docker stop --time=1 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd 21:29:52 $ docker rm -f 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd [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 21:29:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:29:55 ---> package-listing.sh 21:29:55 ++ tr '[:upper:]' '[:lower:]' 21:29:55 ++ facter osfamily 21:29:55 + OS_FAMILY=redhat 21:29:55 + workspace=/w/workspace/_app-service-configurable_master 21:29:55 + START_PACKAGES=/tmp/packages_start.txt 21:29:55 + END_PACKAGES=/tmp/packages_end.txt 21:29:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:29:55 + PACKAGES=/tmp/packages_start.txt 21:29:55 + '[' /w/workspace/_app-service-configurable_master ']' 21:29:55 + PACKAGES=/tmp/packages_end.txt 21:29:55 + case "${OS_FAMILY}" in 21:29:55 + sort 21:29:55 + rpm -qa 21:30:01 + '[' -f /tmp/packages_start.txt ']' 21:30:01 + '[' -f /tmp/packages_end.txt ']' 21:30:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:30:01 + '[' /w/workspace/_app-service-configurable_master ']' 21:30:01 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:30:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 21:30:01 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 21:30:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:30:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:03 21:30:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:30:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:04 alpine: Pulling from edgex-lftools-log-publisher 21:30:04 df20fa9351a1: Pulling fs layer 21:30:04 36b3adc4ff6f: Pulling fs layer 21:30:04 8ad3a11d3b57: Pulling fs layer 21:30:04 46f8f816bc3b: Pulling fs layer 21:30:04 93b61091891f: Pulling fs layer 21:30:04 93b9cdb0e59b: Pulling fs layer 21:30:04 5e14af77c1be: Pulling fs layer 21:30:04 01666e4c0597: Pulling fs layer 21:30:04 aa168da1d23b: Pulling fs layer 21:30:04 93b61091891f: Waiting 21:30:04 93b9cdb0e59b: Waiting 21:30:04 5e14af77c1be: Waiting 21:30:04 01666e4c0597: Waiting 21:30:04 aa168da1d23b: Waiting 21:30:04 46f8f816bc3b: Waiting 21:30:04 36b3adc4ff6f: Download complete 21:30:04 46f8f816bc3b: Verifying Checksum 21:30:04 46f8f816bc3b: Download complete 21:30:05 df20fa9351a1: Verifying Checksum 21:30:05 df20fa9351a1: Download complete 21:30:05 93b9cdb0e59b: Verifying Checksum 21:30:05 93b9cdb0e59b: Download complete 21:30:05 93b61091891f: Verifying Checksum 21:30:05 93b61091891f: Download complete 21:30:05 5e14af77c1be: Verifying Checksum 21:30:05 5e14af77c1be: Download complete 21:30:05 01666e4c0597: Verifying Checksum 21:30:05 01666e4c0597: Download complete 21:30:06 8ad3a11d3b57: Verifying Checksum 21:30:06 8ad3a11d3b57: Download complete 21:30:06 df20fa9351a1: Pull complete 21:30:07 36b3adc4ff6f: Pull complete 21:30:09 8ad3a11d3b57: Pull complete 21:30:09 46f8f816bc3b: Pull complete 21:30:10 93b61091891f: Pull complete 21:30:10 93b9cdb0e59b: Pull complete 21:30:11 5e14af77c1be: Pull complete 21:30:12 01666e4c0597: Pull complete 21:30:14 aa168da1d23b: Verifying Checksum 21:30:14 aa168da1d23b: Download complete 21:30:33 aa168da1d23b: Pull complete 21:30:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:30:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:30:33 prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container 21:30:33 $ 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 21:30:37 $ docker top a8d2f582bef4e6377e23d2a98eebc3ab49535ae3cb1f5e6b058c62865ffd5356 -eo pid,comm [Pipeline] { [Pipeline] sh 21:30:37 + touch /tmp/pre-build-complete [Pipeline] sh 21:30:38 + mkdir -p /var/log/sa [Pipeline] sh 21:30:38 + ls /var/log/sa-host 21:30:38 + sadf -c /var/log/sa-host/sa23 21:30:38 file_magic: OK 21:30:38 HZ: Using current value: 100 21:30:38 file_header: OK 21:30:38 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 21:30:38 Statistics: 21:30:38 Hnuu...uuuununununu... 21:30:38 File successfully converted to sysstat format version 12.2.1 21:30:38 + sadf -c /var/log/sa-host/sa29 21:30:38 file_magic: OK 21:30:38 HZ: Using current value: 100 21:30:38 file_header: OK 21:30:38 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 21:30:38 Statistics: 21:30:38 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...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...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:30:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:30:39 provisioning config files... 21:30:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7025658677045192944tmp [Pipeline] { [Pipeline] echo 21:30:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:30:39 ---> create-netrc.sh [Pipeline] } 21:30:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:30:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:30:40 ---> python-tools-install.sh [Pipeline] echo 21:30:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:30:40 ---> sudo-logs.sh 21:30:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:30:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:30:41 ---> job-cost.sh 21:30:41 lf-activate-venv: SKIPPING 21:30:41 DEBUG: total: 0.20999999344348907 21:30:41 INFO: Retrieving Stack Cost... 21:30:42 INFO: Retrieving Pricing Info for: v1-standard-2 21:30:43 INFO: Archiving Costs [Pipeline] echo 21:30:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:30:43 ---> logs-deploy.sh 21:30:43 lf-activate-venv: SKIPPING 21:30:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/104 21:30:44 INFO: archiving workspace using pattern(s): 21:30:46 Archives upload complete. 21:30:47 INFO: archiving logs to Nexus 21:30:48 ---> uname -a: 21:30:48 Linux prd-centos7-docker-4c-2g-2412.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:30:48 21:30:48 21:30:48 ---> lscpu: 21:30:48 Architecture: x86_64 21:30:48 CPU op-mode(s): 32-bit, 64-bit 21:30:48 Byte Order: Little Endian 21:30:48 Address sizes: 40 bits physical, 48 bits virtual 21:30:48 CPU(s): 4 21:30:48 On-line CPU(s) list: 0-3 21:30:48 Thread(s) per core: 1 21:30:48 Core(s) per socket: 1 21:30:48 Socket(s): 4 21:30:48 NUMA node(s): 1 21:30:48 Vendor ID: GenuineIntel 21:30:48 CPU family: 6 21:30:48 Model: 44 21:30:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:30:48 Stepping: 1 21:30:48 CPU MHz: 2933.438 21:30:48 BogoMIPS: 5866.87 21:30:48 Virtualization: VT-x 21:30:48 Hypervisor vendor: KVM 21:30:48 Virtualization type: full 21:30:48 L1d cache: 128 KiB 21:30:48 L1i cache: 128 KiB 21:30:48 L2 cache: 16 MiB 21:30:48 L3 cache: 64 MiB 21:30:48 NUMA node0 CPU(s): 0-3 21:30:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:30:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:30:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:30:48 Vulnerability Meltdown: Mitigation; PTI 21:30:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:30:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:30:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:30:48 Vulnerability Srbds: Not affected 21:30:48 Vulnerability Tsx async abort: Not affected 21:30:48 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 21:30:48 21:30:48 21:30:48 ---> nproc: 21:30:48 4 21:30:48 21:30:48 21:30:48 ---> df -h: 21:30:48 Filesystem Size Used Available Use% Mounted on 21:30:48 overlay 50.0G 8.2G 41.8G 16% / 21:30:48 tmpfs 64.0M 0 64.0M 0% /dev 21:30:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:30:48 shm 64.0M 0 64.0M 0% /dev/shm 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master 21:30:48 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp 21:30:48 21:30:48 21:30:48 ---> free -m: 21:30:48 total used free shared buff/cache available 21:30:48 Mem: 1837 839 158 0 839 931 21:30:48 Swap: 1023 3 1020 21:30:48 21:30:48 21:30:48 ---> ip addr: 21:30:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:30:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:30:48 inet 127.0.0.1/8 scope host lo 21:30:48 valid_lft forever preferred_lft forever 21:30:48 inet6 ::1/128 scope host 21:30:48 valid_lft forever preferred_lft forever 21:30:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:30:48 link/ether fa:16:3e:c1:f4:f0 brd ff:ff:ff:ff:ff:ff 21:30:48 inet 10.30.123.156/23 brd 10.30.123.255 scope global dynamic eth0 21:30:48 valid_lft 84638sec preferred_lft 84638sec 21:30:48 inet6 fe80::f816:3eff:fec1:f4f0/64 scope link 21:30:48 valid_lft forever preferred_lft forever 21:30:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:30:48 link/ether 02:42:a0:e7:6f:b2 brd ff:ff:ff:ff:ff:ff 21:30:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:30:48 valid_lft forever preferred_lft forever 21:30:48 inet6 fe80::42:a0ff:fee7:6fb2/64 scope link 21:30:48 valid_lft forever preferred_lft forever 21:30:48 21:30:48 21:30:48 ---> sar -b -r -n DEV: 21:30:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/29/21 _x86_64_ (4 CPU) 21:30:48 21:30:48 21:01:12 LINUX RESTART (4 CPU) 21:30:48 21:30:48 21:02:04 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:30:48 21:03:01 74.02 34.99 39.03 0.00 3345.49 29340.60 0.00 21:30:48 21:04:02 0.28 0.00 0.28 0.00 0.00 4.68 0.00 21:30:48 21:05:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 21:30:48 21:06:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 21:30:48 21:07:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 21:30:48 21:08:01 0.27 0.00 0.27 0.00 0.00 3.39 0.00 21:30:48 21:09:01 0.28 0.00 0.28 0.00 0.00 3.05 0.00 21:30:48 21:10:01 0.24 0.00 0.24 0.00 0.00 2.87 0.00 21:30:48 21:11:01 0.28 0.00 0.28 0.00 0.00 3.75 0.00 21:30:48 21:12:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 21:30:48 21:13:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 21:30:48 21:14:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 21:30:48 21:15:01 0.30 0.00 0.30 0.00 0.00 2.88 0.00 21:30:48 21:16:02 0.46 0.18 0.28 0.00 5.84 2.92 0.00 21:30:48 21:17:01 46.75 13.27 33.48 0.00 4686.43 2841.21 0.00 21:30:48 21:18:01 8.14 1.36 6.78 0.00 65.43 177.26 0.00 21:30:48 21:19:01 0.40 0.00 0.40 0.00 0.00 6.42 0.00 21:30:48 21:20:01 0.22 0.00 0.22 0.00 0.00 2.44 0.00 21:30:48 21:21:02 0.22 0.00 0.22 0.00 0.00 2.08 0.00 21:30:48 21:22:01 0.29 0.00 0.29 0.00 0.00 3.38 0.00 21:30:48 21:23:01 0.50 0.00 0.50 0.00 0.00 6.04 0.00 21:30:48 21:24:01 0.72 0.00 0.72 0.00 0.00 8.54 0.00 21:30:48 21:25:01 0.38 0.00 0.38 0.00 0.00 4.23 0.00 21:30:48 21:26:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 21:30:48 21:27:01 2.66 0.60 2.06 0.00 242.17 679.17 0.00 21:30:48 21:28:02 342.95 186.24 156.72 0.00 8043.93 36858.87 0.00 21:30:48 21:29:01 169.14 36.69 132.45 0.00 1808.27 27642.06 0.00 21:30:48 21:30:01 121.79 83.93 37.86 0.00 6673.03 7484.16 0.00 21:30:48 Average: 27.52 12.77 14.75 0.00 885.10 3709.45 0.00 21:30:48 21:30:48 21:02:04 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:30:48 21:03:01 109396 0 483556 25.70 2620 1285972 1018288 34.75 302756 1273280 32 21:30:48 21:04:02 113288 0 479476 25.48 2620 1286160 987872 33.71 296828 1276240 20 21:30:48 21:05:01 112428 0 480328 25.53 2620 1286168 988092 33.72 300688 1273220 8 21:30:48 21:06:01 110568 0 482188 25.63 2620 1286168 988196 33.73 304328 1271456 8 21:30:48 21:07:01 110340 0 482412 25.64 2620 1286172 987920 33.72 304696 1271452 8 21:30:48 21:08:01 109716 0 483028 25.67 2620 1286180 988052 33.72 307320 1269400 8 21:30:48 21:09:01 110380 0 482364 25.64 2620 1286180 987920 33.72 306644 1269400 8 21:30:48 21:10:01 109996 0 482740 25.66 2620 1286188 987968 33.72 307160 1269400 20 21:30:48 21:11:01 110416 0 482316 25.63 2620 1286192 987920 33.72 306832 1269400 8 21:30:48 21:12:01 108968 0 483756 25.71 2620 1286200 988076 33.72 307672 1269400 8 21:30:48 21:13:01 109536 0 483184 25.68 2620 1286204 988040 33.72 307460 1269400 8 21:30:48 21:14:01 110324 0 482388 25.64 2620 1286212 987968 33.72 307076 1269404 8 21:30:48 21:15:01 110192 0 482516 25.64 2620 1286216 987920 33.72 306836 1269400 8 21:30:48 21:16:02 108680 0 484028 25.73 2620 1286216 989660 33.78 308448 1269400 8 21:30:48 21:17:01 150252 0 656296 34.88 2620 1072376 1423640 48.59 449112 1081612 40 21:30:48 21:18:01 180296 0 623804 33.15 2620 1074824 1107024 37.78 431760 1069984 20 21:30:48 21:19:01 184600 0 619496 32.92 2620 1074828 1068976 36.48 428252 1069716 20 21:30:48 21:20:01 185004 0 619088 32.90 2620 1074832 1068976 36.48 436560 1061512 8 21:30:48 21:21:02 176428 0 627660 33.36 2620 1074836 1073544 36.64 444680 1061436 8 21:30:48 21:22:01 173028 0 631032 33.54 2620 1074864 1100284 37.55 445552 1063292 24 21:30:48 21:23:01 175764 0 628316 33.39 2620 1074844 1099932 37.54 443416 1063256 8 21:30:48 21:24:01 179300 0 624772 33.21 2620 1074852 1068828 36.48 441872 1061872 12 21:30:48 21:25:01 179588 0 624484 33.19 2620 1074852 1064716 36.34 441364 1061872 8 21:30:48 21:26:01 180092 0 623972 33.16 2620 1074860 1064716 36.34 441232 1061872 8 21:30:48 21:27:01 95896 0 657916 34.97 2620 1125112 1268456 43.29 451856 1129920 60000 21:30:48 21:28:02 86844 0 786772 41.82 2596 1005332 1261232 43.04 547748 960472 6032 21:30:48 21:29:01 129364 0 797764 42.40 1504 952912 1277404 43.60 532060 890400 75844 21:30:48 21:30:01 142224 0 775956 41.24 1504 961860 1163408 39.71 559064 846368 272 21:30:48 Average: 134390 0 573272 30.47 2539 1171343 1070537 36.54 384617 1152637 5088 21:30:48 21:30:48 21:02:04 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:30:48 21:03:01 eth0 84.92 61.97 381.99 20.85 0.00 0.00 0.00 0.00 21:30:48 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:04:02 eth0 1.19 0.25 0.22 0.02 0.00 0.00 0.00 0.00 21:30:48 21:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:05:01 eth0 1.47 0.39 0.37 0.20 0.00 0.00 0.00 0.00 21:30:48 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:06:01 eth0 1.02 0.65 0.54 0.38 0.00 0.00 0.00 0.00 21:30:48 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:07:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:30:48 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:08:01 eth0 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 21:30:48 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:09:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:48 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:10:01 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 21:30:48 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:11:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 21:30:48 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:12:01 eth0 0.45 0.32 0.27 0.20 0.00 0.00 0.00 0.00 21:30:48 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:13:01 eth0 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 21:30:48 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:14:01 eth0 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 21:30:48 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:48 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:16:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:48 21:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:17:01 eth0 141.11 116.60 694.23 51.83 0.00 0.00 0.00 0.00 21:30:48 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:17:01 veth59add08 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 21:30:48 21:17:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 21:30:48 21:18:01 eth0 12.83 11.22 17.26 5.22 0.00 0.00 0.00 0.00 21:30:48 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:18:01 docker0 2.49 1.86 0.57 5.38 0.00 0.00 0.00 0.00 21:30:48 21:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:20:01 eth0 0.25 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:30:48 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:21:02 eth0 5.11 4.13 3.30 14.75 0.00 0.00 0.00 0.00 21:30:48 21:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:22:01 eth0 5.09 3.97 1.09 15.65 0.00 0.00 0.00 0.00 21:30:48 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:23:01 eth0 0.55 0.45 0.34 0.24 0.00 0.00 0.00 0.00 21:30:48 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:24:01 eth0 0.17 0.15 0.09 0.04 0.00 0.00 0.00 0.00 21:30:48 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:25:01 eth0 0.37 0.08 0.02 0.01 0.00 0.00 0.00 0.00 21:30:48 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:26:01 eth0 0.45 0.05 0.05 0.00 0.00 0.00 0.00 0.00 21:30:48 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:27:01 eth0 139.38 105.58 1237.04 10.56 0.00 0.00 0.00 0.00 21:30:48 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:28:02 eth0 346.20 265.98 3210.50 27.65 0.00 0.00 0.00 0.00 21:30:48 21:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:28:02 vetha356d34 59.03 68.48 5.62 379.12 0.00 0.00 0.00 0.00 21:30:48 21:28:02 docker0 59.03 68.34 4.81 379.11 0.00 0.00 0.00 0.00 21:30:48 21:29:01 eth0 356.64 294.99 3257.23 32.20 0.00 0.00 0.00 0.00 21:30:48 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:29:01 docker0 0.24 0.25 0.04 0.06 0.00 0.00 0.00 0.00 21:30:48 21:30:01 eth0 114.68 81.81 322.38 116.33 0.00 0.00 0.00 0.00 21:30:48 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 21:30:01 docker0 24.58 45.36 1.61 258.58 0.00 0.00 0.00 0.00 21:30:48 Average: eth0 43.20 33.80 325.22 10.56 0.00 0.00 0.00 0.00 21:30:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:48 Average: docker0 3.11 4.17 0.25 23.16 0.00 0.00 0.00 0.00 21:30:48 21:30:48 21:30:48 ---> sar -P ALL: 21:30:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/29/21 _x86_64_ (4 CPU) 21:30:48 21:30:48 21:01:12 LINUX RESTART (4 CPU) 21:30:48 21:30:48 21:02:04 CPU %user %nice %system %iowait %steal %idle 21:30:48 21:03:01 all 7.54 0.00 4.61 4.15 25.79 57.92 21:30:48 21:03:01 0 8.10 0.00 4.09 4.47 26.87 56.46 21:30:48 21:03:01 1 6.40 0.00 3.59 4.36 25.87 59.77 21:30:48 21:03:01 2 6.73 0.00 3.75 5.07 26.09 58.36 21:30:48 21:03:01 3 9.03 0.00 7.16 2.60 24.24 56.97 21:30:48 21:04:02 all 0.07 0.00 0.19 0.00 2.32 97.42 21:30:48 21:04:02 0 0.03 0.00 0.26 0.00 2.06 97.65 21:30:48 21:04:02 1 0.06 0.00 0.08 0.00 2.70 97.16 21:30:48 21:04:02 2 0.15 0.00 0.34 0.00 2.45 97.06 21:30:48 21:04:02 3 0.02 0.00 0.08 0.00 2.09 97.81 21:30:48 21:05:01 all 0.13 0.00 0.04 0.00 1.97 97.85 21:30:48 21:05:01 0 0.02 0.00 0.02 0.00 1.19 98.78 21:30:48 21:05:01 1 0.15 0.00 0.10 0.00 3.15 96.61 21:30:48 21:05:01 2 0.02 0.00 0.05 0.00 2.73 97.20 21:30:48 21:05:01 3 0.35 0.00 0.00 0.00 0.79 98.86 21:30:48 21:06:01 all 0.07 0.00 0.05 0.00 1.58 98.30 21:30:48 21:06:01 0 0.07 0.00 0.02 0.00 2.19 97.73 21:30:48 21:06:01 1 0.08 0.00 0.08 0.00 1.56 98.27 21:30:48 21:06:01 2 0.10 0.00 0.05 0.00 1.98 97.87 21:30:48 21:06:01 3 0.02 0.00 0.05 0.00 0.58 99.35 21:30:48 21:07:01 all 0.05 0.00 0.05 0.00 1.27 98.63 21:30:48 21:07:01 0 0.03 0.00 0.05 0.00 1.97 97.95 21:30:48 21:07:01 1 0.00 0.00 0.12 0.00 0.70 99.19 21:30:48 21:07:01 2 0.02 0.00 0.02 0.00 1.33 98.64 21:30:48 21:07:01 3 0.15 0.00 0.00 0.00 1.09 98.76 21:30:48 21:08:01 all 0.06 0.00 0.02 0.00 1.46 98.45 21:30:48 21:08:01 0 0.02 0.00 0.00 0.00 0.97 99.01 21:30:48 21:08:01 1 0.03 0.00 0.05 0.00 0.61 99.31 21:30:48 21:08:01 2 0.05 0.00 0.03 0.00 2.92 97.00 21:30:48 21:08:01 3 0.15 0.00 0.02 0.00 1.32 98.52 21:30:48 21:09:01 all 0.06 0.00 0.04 0.00 1.78 98.13 21:30:48 21:09:01 0 0.00 0.00 0.02 0.00 0.86 99.13 21:30:48 21:09:01 1 0.07 0.00 0.03 0.00 1.31 98.59 21:30:48 21:09:01 2 0.13 0.00 0.06 0.00 4.18 95.63 21:30:48 21:09:01 3 0.03 0.00 0.05 0.00 0.69 99.23 21:30:48 21:10:01 all 0.10 0.00 0.04 0.00 1.15 98.72 21:30:48 21:10:01 0 0.02 0.00 0.03 0.00 0.52 99.43 21:30:48 21:10:01 1 0.02 0.00 0.03 0.00 1.43 98.52 21:30:48 21:10:01 2 0.23 0.00 0.03 0.00 1.17 98.56 21:30:48 21:10:01 3 0.12 0.00 0.07 0.00 1.45 98.36 21:30:48 21:11:01 all 0.07 0.00 0.03 0.00 1.28 98.62 21:30:48 21:11:01 0 0.02 0.00 0.02 0.00 1.22 98.75 21:30:48 21:11:01 1 0.03 0.00 0.05 0.00 2.05 97.87 21:30:48 21:11:01 2 0.23 0.00 0.03 0.00 1.55 98.19 21:30:48 21:11:01 3 0.00 0.00 0.03 0.00 0.30 99.67 21:30:48 21:12:01 all 0.06 0.00 0.02 0.00 0.72 99.20 21:30:48 21:12:01 0 0.02 0.00 0.02 0.00 0.99 98.97 21:30:48 21:12:01 1 0.02 0.00 0.02 0.00 0.58 99.39 21:30:48 21:12:01 2 0.18 0.00 0.03 0.00 1.09 98.69 21:30:48 21:12:01 3 0.03 0.00 0.02 0.00 0.20 99.75 21:30:48 21:13:01 all 0.06 0.00 0.03 0.00 0.70 99.21 21:30:48 21:13:01 0 0.03 0.00 0.02 0.00 1.17 98.78 21:30:48 21:13:01 1 0.15 0.00 0.03 0.00 1.04 98.77 21:30:48 21:13:01 2 0.02 0.00 0.02 0.00 0.37 99.60 21:30:48 21:13:01 3 0.03 0.00 0.05 0.00 0.23 99.68 21:30:48 21:30:48 21:13:01 CPU %user %nice %system %iowait %steal %idle 21:30:48 21:14:01 all 0.05 0.00 0.02 0.00 0.72 99.21 21:30:48 21:14:01 0 0.00 0.00 0.02 0.00 0.94 99.04 21:30:48 21:14:01 1 0.18 0.00 0.02 0.00 0.88 98.92 21:30:48 21:14:01 2 0.02 0.00 0.02 0.00 0.73 99.24 21:30:48 21:14:01 3 0.02 0.00 0.03 0.00 0.33 99.62 21:30:48 21:15:01 all 0.10 0.00 0.04 0.00 0.61 99.26 21:30:48 21:15:01 0 0.02 0.00 0.02 0.00 0.22 99.75 21:30:48 21:15:01 1 0.35 0.00 0.05 0.00 1.50 98.10 21:30:48 21:15:01 2 0.02 0.00 0.03 0.00 0.35 99.60 21:30:48 21:15:01 3 0.00 0.00 0.05 0.00 0.35 99.60 21:30:48 21:16:02 all 0.08 0.00 0.05 0.00 1.11 98.76 21:30:48 21:16:02 0 0.02 0.00 0.03 0.00 0.53 99.42 21:30:48 21:16:02 1 0.26 0.00 0.10 0.00 1.61 98.03 21:30:48 21:16:02 2 0.00 0.00 0.02 0.00 0.56 99.42 21:30:48 21:16:02 3 0.05 0.00 0.03 0.00 1.75 98.17 21:30:48 21:17:01 all 5.89 0.00 2.98 1.22 20.88 69.03 21:30:48 21:17:01 0 4.40 0.00 2.56 1.48 22.64 68.92 21:30:48 21:17:01 1 3.66 0.00 3.40 0.75 21.18 71.01 21:30:48 21:17:01 2 7.39 0.00 3.25 1.55 20.21 67.60 21:30:48 21:17:01 3 8.22 0.00 2.71 1.08 19.42 68.57 21:30:48 21:18:01 all 0.62 0.00 0.60 0.17 4.13 94.48 21:30:48 21:18:01 0 0.71 0.00 0.77 0.25 3.86 94.42 21:30:48 21:18:01 1 0.50 0.00 0.49 0.29 4.52 94.20 21:30:48 21:18:01 2 0.87 0.00 0.61 0.10 3.60 94.83 21:30:48 21:18:01 3 0.42 0.00 0.54 0.03 4.55 94.46 21:30:48 21:19:01 all 0.07 0.00 0.05 0.00 0.88 99.00 21:30:48 21:19:01 0 0.22 0.00 0.05 0.00 0.70 99.04 21:30:48 21:19:01 1 0.03 0.00 0.03 0.00 0.61 99.32 21:30:48 21:19:01 2 0.05 0.00 0.05 0.00 1.47 98.44 21:30:48 21:19:01 3 0.00 0.00 0.07 0.00 0.73 99.20 21:30:48 21:20:01 all 0.09 0.00 0.16 0.00 1.82 97.93 21:30:48 21:20:01 0 0.02 0.00 0.03 0.00 1.61 98.34 21:30:48 21:20:01 1 0.18 0.00 0.21 0.00 1.85 97.76 21:30:48 21:20:01 2 0.11 0.00 0.10 0.00 2.94 96.85 21:30:48 21:20:01 3 0.05 0.00 0.30 0.00 0.85 98.80 21:30:48 21:21:02 all 0.11 0.00 0.06 0.00 0.97 98.86 21:30:48 21:21:02 0 0.03 0.00 0.05 0.00 0.48 99.44 21:30:48 21:21:02 1 0.12 0.00 0.07 0.00 0.75 99.07 21:30:48 21:21:02 2 0.15 0.00 0.05 0.00 1.19 98.62 21:30:48 21:21:02 3 0.13 0.00 0.07 0.00 1.48 98.32 21:30:48 21:22:01 all 0.14 0.00 0.11 0.00 1.35 98.39 21:30:48 21:22:01 0 0.12 0.00 0.15 0.00 0.93 98.80 21:30:48 21:22:01 1 0.07 0.00 0.13 0.00 0.88 98.92 21:30:48 21:22:01 2 0.30 0.00 0.08 0.00 1.89 97.73 21:30:48 21:22:01 3 0.08 0.00 0.08 0.00 1.72 98.11 21:30:48 21:23:01 all 0.09 0.00 0.15 0.00 0.57 99.19 21:30:48 21:23:01 0 0.23 0.00 0.05 0.00 0.43 99.28 21:30:48 21:23:01 1 0.03 0.00 0.47 0.00 0.58 98.92 21:30:48 21:23:01 2 0.05 0.00 0.05 0.00 0.60 99.30 21:30:48 21:23:01 3 0.05 0.00 0.05 0.00 0.66 99.24 21:30:48 21:24:01 all 0.07 0.00 0.09 0.00 1.06 98.78 21:30:48 21:24:01 0 0.08 0.00 0.10 0.00 0.47 99.35 21:30:48 21:24:01 1 0.12 0.00 0.10 0.00 0.81 98.97 21:30:48 21:24:01 2 0.03 0.00 0.12 0.00 1.53 98.32 21:30:48 21:24:01 3 0.03 0.00 0.05 0.00 1.42 98.50 21:30:48 21:30:48 21:24:01 CPU %user %nice %system %iowait %steal %idle 21:30:48 21:25:01 all 0.05 0.00 0.03 0.00 0.62 99.30 21:30:48 21:25:01 0 0.15 0.00 0.03 0.00 0.60 99.22 21:30:48 21:25:01 1 0.02 0.00 0.03 0.00 0.75 99.21 21:30:48 21:25:01 2 0.00 0.00 0.03 0.00 0.33 99.63 21:30:48 21:25:01 3 0.03 0.00 0.02 0.00 0.81 99.14 21:30:48 21:26:01 all 0.09 0.00 0.02 0.00 0.64 99.25 21:30:48 21:26:01 0 0.03 0.00 0.02 0.00 0.30 99.65 21:30:48 21:26:01 1 0.02 0.00 0.02 0.00 0.32 99.65 21:30:48 21:26:01 2 0.26 0.00 0.02 0.00 1.08 98.64 21:30:48 21:26:01 3 0.03 0.00 0.03 0.00 0.86 99.07 21:30:48 21:27:01 all 0.76 0.00 0.82 0.02 3.24 95.16 21:30:48 21:27:01 0 0.78 0.00 0.78 0.03 3.04 95.36 21:30:48 21:27:01 1 0.51 0.00 0.64 0.03 3.01 95.80 21:30:48 21:27:01 2 0.76 0.00 1.04 0.02 3.93 94.26 21:30:48 21:27:01 3 0.99 0.00 0.80 0.02 2.95 95.24 21:30:48 21:28:02 all 6.46 0.00 5.49 2.72 22.56 62.78 21:30:48 21:28:02 0 5.12 0.00 6.01 2.34 22.93 63.61 21:30:48 21:28:02 1 7.91 0.00 5.98 3.53 22.44 60.15 21:30:48 21:28:02 2 6.55 0.00 4.77 2.73 23.02 62.94 21:30:48 21:28:02 3 6.29 0.00 5.20 2.29 21.84 64.38 21:30:48 21:29:01 all 5.44 0.00 6.24 0.87 24.62 62.82 21:30:48 21:29:01 0 5.22 0.00 6.69 0.46 25.70 61.93 21:30:48 21:29:01 1 5.44 0.00 5.54 1.55 24.33 63.14 21:30:48 21:29:01 2 5.64 0.00 6.71 0.80 23.96 62.89 21:30:48 21:29:01 3 5.48 0.00 6.03 0.66 24.51 63.33 21:30:48 21:30:01 all 5.18 0.00 5.19 3.04 15.18 71.40 21:30:48 21:30:01 0 9.21 0.00 5.46 1.47 16.52 67.34 21:30:48 21:30:01 1 5.34 0.00 5.39 5.26 15.06 68.96 21:30:48 21:30:01 2 3.59 0.00 5.37 3.16 13.92 73.97 21:30:48 21:30:01 3 2.61 0.00 4.55 2.32 15.23 75.29 21:30:48 Average: all 1.22 0.00 0.99 0.44 5.13 92.21 21:30:48 Average: 0 1.27 0.00 1.00 0.38 5.19 92.15 21:30:48 Average: 1 1.16 0.00 0.98 0.58 5.18 92.10 21:30:48 Average: 2 1.23 0.00 0.97 0.49 5.35 91.96 21:30:48 Average: 3 1.24 0.00 1.02 0.33 4.79 92.63 21:30:48 21:30:48 21:30:48