Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a65e88d527b710e33d3215c83bdf0d189637d4e8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32500 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision a65e88d527b710e33d3215c83bdf0d189637d4e8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226)" > git rev-list --no-walk 4992cc8f9ac9cc08fe433966063c723d57985e9f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:40:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:40:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:40:06 ========================================================= 21:40:06 EdgeX Global Pipelines Version Info 21:40:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:40:09 ------------------- 21:40:09 stable info: 21:40:09 ------------------- 21:40:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:40:09 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:40:09 Message: update stable to v1.0.186 21:40:10 ------------------- 21:40:10 experimental info: 21:40:10 ------------------- 21:40:10 Commited By: **** collab-it+edgex@linuxfoundation.org 21:40:10 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 21:40:10 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:40:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 21:40:11 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 21:40:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:40:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:40:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:40:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:40:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:40:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 21:40:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a65e88d [Pipeline] echo 21:40:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:40:14 provisioning config files... 21:40:14 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2932501837089451755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:40:15 ---> docker-login.sh 21:40:15 nexus3.edgexfoundry.org:10001 21:40:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:16 Configure a credential helper to remove this warning. See 21:40:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:16 21:40:16 Login Succeeded 21:40:16 nexus3.edgexfoundry.org:10002 21:40:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:17 Configure a credential helper to remove this warning. See 21:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:17 21:40:17 Login Succeeded 21:40:17 nexus3.edgexfoundry.org:10003 21:40:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:18 Configure a credential helper to remove this warning. See 21:40:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:18 21:40:18 Login Succeeded 21:40:18 nexus3.edgexfoundry.org:10004 21:40:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:19 Configure a credential helper to remove this warning. See 21:40:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:19 21:40:19 Login Succeeded 21:40:19 docker.io 21:40:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:40:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:40:21 Configure a credential helper to remove this warning. See 21:40:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:40:21 21:40:21 Login Succeeded 21:40:21 ---> docker-login.sh ends [Pipeline] } 21:40:21 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:40:22 + git log --format=format:%s -1 a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] echo 21:40:22 GIT_COMMIT: a65e88d527b710e33d3215c83bdf0d189637d4e8, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226) [Pipeline] echo 21:40:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:40:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:23 21:40:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:40:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:24 latest: Pulling from edgex-devops/git-semver 21:40:24 31603596830f: Pulling fs layer 21:40:24 2a8b12db71e7: Pulling fs layer 21:40:24 6ca5941a6612: Pulling fs layer 21:40:24 ecc8261a40a4: Pulling fs layer 21:40:24 ecc8261a40a4: Waiting 21:40:24 2a8b12db71e7: Download complete 21:40:25 31603596830f: Verifying Checksum 21:40:25 31603596830f: Download complete 21:40:25 ecc8261a40a4: Verifying Checksum 21:40:25 ecc8261a40a4: Download complete 21:40:25 6ca5941a6612: Verifying Checksum 21:40:25 6ca5941a6612: Download complete 21:40:25 31603596830f: Pull complete 21:40:26 2a8b12db71e7: Pull complete 21:40:29 6ca5941a6612: Pull complete 21:40:29 ecc8261a40a4: Pull complete 21:40:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:40:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:40:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:40:30 prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container 21:40:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:40:35 $ docker top 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:40:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:36 [ssh-agent] Looking for ssh-agent implementation... 21:40:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:37 $ docker exec 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent 21:40:37 SSH_AUTH_SOCK=/tmp/ssh-I20zgBOhTAkI/agent.11 21:40:37 SSH_AGENT_PID=16 21:40:37 Running ssh-add (command line suppressed) 21:40:37 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8952732080635027090.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8952732080635027090.key) 21:40:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:38 + git tag --points-at HEAD [Pipeline] } 21:40:38 $ docker exec --env ******** --env ******** 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent -k 21:40:39 unset SSH_AUTH_SOCK; 21:40:39 unset SSH_AGENT_PID; 21:40:39 echo Agent pid 16 killed; 21:40:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:40:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:40:40 [ssh-agent] Looking for ssh-agent implementation... 21:40:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:40:40 $ docker exec 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent 21:40:41 SSH_AUTH_SOCK=/tmp/ssh-fTkHotqQd2mi/agent.44 21:40:41 SSH_AGENT_PID=49 21:40:41 Running ssh-add (command line suppressed) 21:40:41 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6799170225798895818.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6799170225798895818.key) 21:40:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:40:42 + git semver init 21:40:42 # -> Open(): unable to determine branch for HEAD 21:40:42 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:40:42 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:40:42 # $SEMVER_REMOTE_NAME = origin 21:40:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:40:42 # $SEMVER_USER_NAME = edgex-jenkins 21:40:42 # $SEMVER_BRANCH = master 21:40:42 # $SEMVER_TEMP = /tmp/semver-362778470 21:40:42 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 21:40:43 # '/tmp/semver-362778470' -> '/w/workspace/_app-service-configurable_master/.semver' 21:40:43 # -> Force: false 21:40:43 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:40:43 $ docker exec --env ******** --env ******** 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 ssh-agent -k 21:40:43 unset SSH_AUTH_SOCK; 21:40:43 unset SSH_AGENT_PID; 21:40:43 echo Agent pid 49 killed; 21:40:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:40:44 + git semver [Pipeline] } 21:40:44 $ docker stop --time=1 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 21:40:46 $ docker rm -f 839dc14875237c4fd37249fc73c5b3666db99ce7c13f08c935791238a3d7f949 [Pipeline] // withDockerContainer [Pipeline] sh 21:40:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:40:48 Stashed 1 file(s) [Pipeline] echo 21:40:48 [edgeXSemver]: initialized semver on version 2.0.0-dev.28 [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:41:04 Still waiting to schedule task 21:41:04 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32500’ 21:41:04 Still waiting to schedule task 21:41:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:42:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32501 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:42:42 Running in /w/workspace/app-service-configurable/98 [Pipeline] { [Pipeline] checkout 21:42:47 using credential edgex-jenkins-ssh 21:42:48 Cloning the remote Git repository 21:42:48 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:42:48 > git init /w/workspace/app-service-configurable/98 # timeout=10 21:42:48 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:42:48 > git --version # timeout=10 21:42:48 > git --version # 'git version 2.17.1' 21:42:48 using GIT_SSH to set credentials SSH Credentials for GitHub 21:42:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:42:49 Checking out Revision a65e88d527b710e33d3215c83bdf0d189637d4e8 (master) 21:42:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:42:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:42:49 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:42:49 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:42:49 using GIT_SSH to set credentials SSH Credentials for GitHub 21:42:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:42:49 > git config core.sparsecheckout # timeout=10 21:42:49 > git checkout -f a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 21:42:54 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:42:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:42:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:42:56 + true 21:42:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:42:58 provisioning config files... 21:42:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config5046821556332911867tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:42:59 ---> docker-login.sh 21:42:59 nexus3.edgexfoundry.org:10001 21:43:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:00 Configure a credential helper to remove this warning. See 21:43:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:00 21:43:00 Login Succeeded 21:43:00 nexus3.edgexfoundry.org:10002 21:43:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:01 Configure a credential helper to remove this warning. See 21:43:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:01 21:43:01 Login Succeeded 21:43:01 nexus3.edgexfoundry.org:10003 21:43:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:01 Configure a credential helper to remove this warning. See 21:43:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:01 21:43:01 Login Succeeded 21:43:01 nexus3.edgexfoundry.org:10004 21:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:02 Configure a credential helper to remove this warning. See 21:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:02 21:43:02 Login Succeeded 21:43:02 docker.io 21:43:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:02 Configure a credential helper to remove this warning. See 21:43:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:02 21:43:02 Login Succeeded 21:43:02 ---> docker-login.sh ends [Pipeline] } 21:43:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:43:03 ========================================================= 21:43:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:43:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:43:03 + 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:43:03 Sending build context to Docker daemon 97.79kB 21:43:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:43:03 Step 2/8 : FROM ${BASE} 21:43:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:43:04 5f621e34cdf4: Pulling fs layer 21:43:04 a4357932f1b6: Pulling fs layer 21:43:04 18c013af1878: Pulling fs layer 21:43:04 00ac8860ef70: Pulling fs layer 21:43:04 63d7cb157983: Pulling fs layer 21:43:04 b116817d02f9: Pulling fs layer 21:43:04 745a02a5169b: Pulling fs layer 21:43:04 745a02a5169b: Waiting 21:43:04 63d7cb157983: Waiting 21:43:04 00ac8860ef70: Waiting 21:43:04 b116817d02f9: Waiting 21:43:04 18c013af1878: Verifying Checksum 21:43:04 18c013af1878: Download complete 21:43:04 a4357932f1b6: Verifying Checksum 21:43:04 a4357932f1b6: Download complete 21:43:04 63d7cb157983: Verifying Checksum 21:43:04 63d7cb157983: Download complete 21:43:04 b116817d02f9: Verifying Checksum 21:43:04 b116817d02f9: Download complete 21:43:04 5f621e34cdf4: Verifying Checksum 21:43:04 5f621e34cdf4: Download complete 21:43:05 5f621e34cdf4: Pull complete 21:43:06 a4357932f1b6: Pull complete 21:43:06 18c013af1878: Pull complete 21:43:06 745a02a5169b: Verifying Checksum 21:43:06 745a02a5169b: Download complete 21:43:08 00ac8860ef70: Verifying Checksum 21:43:08 00ac8860ef70: Download complete 21:43:18 00ac8860ef70: Pull complete 21:43:18 63d7cb157983: Pull complete 21:43:18 b116817d02f9: Pull complete 21:43:23 745a02a5169b: Pull complete 21:43:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:43:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:43:23 ---> b7e6874047d6 21:43:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:43:25 ---> Running in f654f9323322 21:43:25 Removing intermediate container f654f9323322 21:43:25 ---> 3f00d0b92f6d 21:43:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:43:25 ---> Running in d5d4d2dcedac 21:43:27 Removing intermediate container d5d4d2dcedac 21:43:27 ---> 19a3e8d16502 21:43:27 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:43:28 ---> Running in 26b43c51ee27 21:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:43:30 (1/6) Installing libc-dev (0.7.2-r3) 21:43:30 (2/6) Installing libsodium (1.0.18-r0) 21:43:30 (3/6) Installing pkgconf (1.7.2-r0) 21:43:31 (4/6) Installing libsodium-dev (1.0.18-r0) 21:43:31 (5/6) Installing libzmq (4.3.3-r0) 21:43:31 (6/6) Installing zeromq-dev (4.3.3-r0) 21:43:31 Executing busybox-1.31.1-r19.trigger 21:43:31 OK: 144 MiB in 45 packages 21:43:32 Running on prd-centos7-docker-4c-2g-32502 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 21:43:32 Running in /w/workspace/app-service-configurable/98 [Pipeline] { [Pipeline] checkout 21:43:33 Removing intermediate container 26b43c51ee27 21:43:33 ---> 782ed4172228 21:43:33 Step 6/8 : WORKDIR /app 21:43:33 ---> Running in 46edcf1cab45 21:43:33 Removing intermediate container 46edcf1cab45 21:43:33 ---> 0be025fcab97 21:43:33 Step 7/8 : COPY . . 21:43:34 using credential edgex-jenkins-ssh 21:43:34 ---> 9c794cbb2912 21:43:34 Step 8/8 : RUN go mod download 21:43:34 ---> Running in ea52fffeedaa 21:43:34 Cloning the remote Git repository 21:43:34 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 21:43:34 > git init /w/workspace/app-service-configurable/98 # timeout=10 21:43:34 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:43:34 > git --version # timeout=10 21:43:34 > git --version # 'git version 2.24.3' 21:43:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:35 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:43:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:43:35 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 21:43:35 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 21:43:35 using GIT_SSH to set credentials SSH Credentials for GitHub 21:43:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:43:35 Checking out Revision a65e88d527b710e33d3215c83bdf0d189637d4e8 (master) 21:43:35 > git config core.sparsecheckout # timeout=10 21:43:35 > git checkout -f a65e88d527b710e33d3215c83bdf0d189637d4e8 # timeout=10 21:43:39 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#226)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:43:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:43:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:43:41 + sudo service docker restart 21:43:41 + true 21:43:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:43:42 provisioning config files... 21:43:42 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config2484572532763657574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:43:42 ---> docker-login.sh 21:43:42 nexus3.edgexfoundry.org:10001 21:43:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:43 Configure a credential helper to remove this warning. See 21:43:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:43 21:43:43 Login Succeeded 21:43:43 nexus3.edgexfoundry.org:10002 21:43:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:43 Configure a credential helper to remove this warning. See 21:43:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:43 21:43:43 Login Succeeded 21:43:43 nexus3.edgexfoundry.org:10003 21:43:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:43 Configure a credential helper to remove this warning. See 21:43:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:43 21:43:43 Login Succeeded 21:43:43 nexus3.edgexfoundry.org:10004 21:43:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:43 Configure a credential helper to remove this warning. See 21:43:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:43 21:43:43 Login Succeeded 21:43:43 docker.io 21:43:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:43:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:43:44 Configure a credential helper to remove this warning. See 21:43:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:43:44 21:43:44 Login Succeeded 21:43:44 ---> docker-login.sh ends [Pipeline] } 21:43:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:43:44 ========================================================= 21:43:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:43:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:43:44 + 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:43:44 Sending build context to Docker daemon 97.79kB 21:43:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:43:44 Step 2/8 : FROM ${BASE} 21:43:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:43:44 188c0c94c7c5: Pulling fs layer 21:43:44 0ef7d3d256c8: Pulling fs layer 21:43:44 de9db76c5a1d: Pulling fs layer 21:43:44 bca2f99d35d6: Pulling fs layer 21:43:44 93359f2a8cfa: Pulling fs layer 21:43:44 7c6f9722023f: Pulling fs layer 21:43:44 a35cf1a2eb13: Pulling fs layer 21:43:44 93359f2a8cfa: Waiting 21:43:44 7c6f9722023f: Waiting 21:43:44 a35cf1a2eb13: Waiting 21:43:44 bca2f99d35d6: Waiting 21:43:45 de9db76c5a1d: Verifying Checksum 21:43:45 de9db76c5a1d: Download complete 21:43:45 0ef7d3d256c8: Verifying Checksum 21:43:45 0ef7d3d256c8: Download complete 21:43:45 93359f2a8cfa: Verifying Checksum 21:43:45 93359f2a8cfa: Download complete 21:43:45 188c0c94c7c5: Verifying Checksum 21:43:45 188c0c94c7c5: Download complete 21:43:45 7c6f9722023f: Verifying Checksum 21:43:45 7c6f9722023f: Download complete 21:43:45 188c0c94c7c5: Pull complete 21:43:45 0ef7d3d256c8: Pull complete 21:43:45 de9db76c5a1d: Pull complete 21:43:47 a35cf1a2eb13: Verifying Checksum 21:43:47 a35cf1a2eb13: Download complete 21:43:48 bca2f99d35d6: Verifying Checksum 21:43:48 bca2f99d35d6: Download complete 21:43:53 bca2f99d35d6: Pull complete 21:43:53 93359f2a8cfa: Pull complete 21:43:53 7c6f9722023f: Pull complete 21:43:58 a35cf1a2eb13: Pull complete 21:43:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:43:59 ---> a62c8e92a672 21:43:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:43:59 ---> Running in 8ea52cb89c61 21:43:59 Removing intermediate container 8ea52cb89c61 21:43:59 ---> a3266f7428d6 21:43:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:43:59 ---> Running in e1bb918bdef6 21:44:00 Removing intermediate container e1bb918bdef6 21:44:00 ---> 6919eaada973 21:44:00 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 21:44:00 ---> Running in 210ae4b556ff 21:44:01 Removing intermediate container ea52fffeedaa 21:44:01 ---> a36f5d643f70 21:44:01 Successfully built a36f5d643f70 21:44:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:44:01 + docker inspect -f . ci-base-image-arm64 21:44:01 . [Pipeline] withDockerContainer 21:44:01 prd-ubuntu18.04-docker-arm64-4c-16g-32501 does not seem to be running inside a container 21:44:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@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-arm64 cat 21:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:44:02 (1/6) Installing libc-dev (0.7.2-r3) 21:44:02 (2/6) Installing libsodium (1.0.18-r0) 21:44:02 (3/6) Installing pkgconf (1.7.2-r0) 21:44:02 (4/6) Installing libsodium-dev (1.0.18-r0) 21:44:02 (5/6) Installing libzmq (4.3.3-r0) 21:44:02 (6/6) Installing zeromq-dev (4.3.3-r0) 21:44:02 Executing busybox-1.31.1-r19.trigger 21:44:02 OK: 167 MiB in 45 packages 21:44:03 $ docker top 0e3a9a22e05816e0ea2a6a819252637e407e76163e7fa0b9dea92a338d42ef25 -eo pid,comm 21:44:03 Removing intermediate container 210ae4b556ff 21:44:03 ---> 132a9efe74b1 21:44:03 Step 6/8 : WORKDIR /app 21:44:03 ---> Running in c09be47da003 21:44:03 Removing intermediate container c09be47da003 21:44:03 ---> ce2578376896 21:44:03 Step 7/8 : COPY . . [Pipeline] { [Pipeline] sh 21:44:04 ---> 3dc382dcc62e 21:44:04 Step 8/8 : RUN go mod download 21:44:04 ---> Running in 194df8bd503e 21:44:04 + go version 21:44:04 go version go1.15.5 linux/arm64 [Pipeline] } 21:44:04 $ docker stop --time=1 0e3a9a22e05816e0ea2a6a819252637e407e76163e7fa0b9dea92a338d42ef25 21:44:06 $ docker rm -f 0e3a9a22e05816e0ea2a6a819252637e407e76163e7fa0b9dea92a338d42ef25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:44:07 + docker inspect -f . ci-base-image-arm64 21:44:07 . [Pipeline] withDockerContainer 21:44:07 prd-ubuntu18.04-docker-arm64-4c-16g-32501 does not seem to be running inside a container 21:44:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@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-arm64 cat 21:44:09 $ docker top 704d4619e948f929063f475082c26a154366d63149d60c23e30b61e6d8f6d306 -eo pid,comm [Pipeline] { [Pipeline] sh 21:44:10 + make test 21:44:10 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:44:26 Removing intermediate container 194df8bd503e 21:44:26 ---> d3b79cb76179 21:44:26 Successfully built d3b79cb76179 21:44:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:44:26 + docker inspect -f . ci-base-image-x86_64 21:44:26 . [Pipeline] withDockerContainer 21:44:26 prd-centos7-docker-4c-2g-32502 does not seem to be running inside a container 21:44:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:44:27 $ docker top 73d63b72c316223a295b569761f7cc3a442b2cb41384eaef338f98d88072a779 -eo pid,comm [Pipeline] { [Pipeline] sh 21:44:27 + go version 21:44:27 go version go1.15.5 linux/amd64 [Pipeline] } 21:44:27 $ docker stop --time=1 73d63b72c316223a295b569761f7cc3a442b2cb41384eaef338f98d88072a779 21:44:29 $ docker rm -f 73d63b72c316223a295b569761f7cc3a442b2cb41384eaef338f98d88072a779 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:44:30 + docker inspect -f . ci-base-image-x86_64 21:44:30 . [Pipeline] withDockerContainer 21:44:30 prd-centos7-docker-4c-2g-32502 does not seem to be running inside a container 21:44:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/98 -v /w/workspace/app-service-configurable/98:/w/workspace/app-service-configurable/98:rw,z -v /w/workspace/app-service-configurable/98@tmp:/w/workspace/app-service-configurable/98@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:44:31 $ docker top f8f0a16e3469719000da4279786b719cb5c168c591135ae9e150116720920150 -eo pid,comm [Pipeline] { [Pipeline] sh 21:44:31 + make test 21:44:31 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:44:46 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:44:46 CGO_ENABLED=1 go vet ./... 21:44:48 gofmt -l . 21:44:48 [ "`gofmt -l .`" = "" ] 21:44:48 ./bin/test-go-mod-tidy.sh 21:44:48 ./bin/test-attribution-txt.sh [Pipeline] } 21:44:49 $ docker stop --time=1 f8f0a16e3469719000da4279786b719cb5c168c591135ae9e150116720920150 21:44:49 ? github.com/edgexfoundry/app-service-configurable [no test files] 21:44:49 CGO_ENABLED=1 go vet ./... 21:44:51 $ docker rm -f f8f0a16e3469719000da4279786b719cb5c168c591135ae9e150116720920150 [Pipeline] // withDockerContainer [Pipeline] sh 21:44:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:44:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 21:44:54 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:44:55 + ls -al . 21:44:55 total 92 21:44:55 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 1 21:44 . 21:44:55 drwxrwxr-x. 4 jenkins jenkins 30 Apr 1 21:43 .. 21:44:55 -rw-rw-r--. 1 jenkins jenkins 7306 Apr 1 21:43 Attribution.txt 21:44:55 drwxrwxr-x. 2 jenkins jenkins 64 Apr 1 21:43 bin 21:44:55 -rw-r--r--. 1 jenkins jenkins 10 Apr 1 21:44 coverage.out 21:44:55 -rw-rw-r--. 1 jenkins jenkins 2032 Apr 1 21:43 Dockerfile 21:44:55 -rw-rw-r--. 1 jenkins jenkins 970 Apr 1 21:43 Dockerfile.build 21:44:55 -rw-rw-r--. 1 jenkins jenkins 119 Apr 1 21:43 .dockerignore 21:44:55 drwxrwxr-x. 8 jenkins jenkins 162 Apr 1 21:43 .git 21:44:55 drwxrwxr-x. 2 jenkins jenkins 81 Apr 1 21:43 .github 21:44:55 -rw-rw-r--. 1 jenkins jenkins 111 Apr 1 21:43 .gitignore 21:44:55 -rw-r--r--. 1 jenkins jenkins 136 Apr 1 21:44 go.mod 21:44:55 -rw-r--r--. 1 jenkins jenkins 21448 Apr 1 21:44 go.sum 21:44:55 -rw-rw-r--. 1 jenkins jenkins 687 Apr 1 21:43 Jenkinsfile 21:44:55 -rw-rw-r--. 1 jenkins jenkins 10174 Apr 1 21:43 LICENSE 21:44:55 -rw-rw-r--. 1 jenkins jenkins 1467 Apr 1 21:43 main.go 21:44:55 -rw-rw-r--. 1 jenkins jenkins 1582 Apr 1 21:43 makefile 21:44:55 -rw-rw-r--. 1 jenkins jenkins 1277 Apr 1 21:43 README.md 21:44:55 drwxrwxr-x. 10 jenkins jenkins 173 Apr 1 21:43 res 21:44:55 drwxrwxr-x. 4 jenkins jenkins 71 Apr 1 21:43 snap 21:44:55 -rw-rw-r--. 1 jenkins jenkins 12 Apr 1 21:40 VERSION [Pipeline] isUnix [Pipeline] sh 21:44:55 + 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=a65e88d527b710e33d3215c83bdf0d189637d4e8 --label arch=amd64 --label version=2.0.0-dev.28 . 21:44:55 Sending build context to Docker daemon 121.9kB 21:44:55 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:44:55 Step 2/27 : FROM ${BASE} AS builder 21:44:55 ---> d3b79cb76179 21:44:55 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:44:55 ---> Running in 4c6a14048152 21:44:55 Removing intermediate container 4c6a14048152 21:44:55 ---> 60fc25c362ee 21:44:55 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:44:55 ---> Running in bfc0d6a3e032 21:44:55 Removing intermediate container bfc0d6a3e032 21:44:55 ---> a099c7963c2e 21:44:55 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:44:56 ---> Running in f8c562d1522f 21:44:56 Removing intermediate container f8c562d1522f 21:44:56 ---> 0cbfc20af84a 21:44:56 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:44:56 ---> Running in f8c68271528a 21:44:57 Removing intermediate container f8c68271528a 21:44:57 ---> 6ac2ac8bd83f 21:44:57 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:44:57 ---> Running in 7f4b456a4198 21:44:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:44:57 gofmt -l . 21:44:57 [ "`gofmt -l .`" = "" ] 21:44:57 ./bin/test-go-mod-tidy.sh 21:44:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:44:58 ./bin/test-attribution-txt.sh 21:44:58 OK: 167 MiB in 45 packages 21:44:59 Removing intermediate container 7f4b456a4198 21:44:59 ---> 649e28f98b57 21:44:59 Step 8/27 : WORKDIR /app 21:44:59 ---> Running in 0bde435fe677 [Pipeline] } 21:44:59 $ docker stop --time=1 704d4619e948f929063f475082c26a154366d63149d60c23e30b61e6d8f6d306 21:44:59 Removing intermediate container 0bde435fe677 21:44:59 ---> a57648be73e9 21:44:59 Step 9/27 : COPY go.mod . 21:45:00 ---> 8a209747f6e6 21:45:00 Step 10/27 : RUN go mod download 21:45:00 ---> Running in 4cb2cd8a7fd4 21:45:00 Removing intermediate container 4cb2cd8a7fd4 21:45:00 ---> 107a9cd8a3cb 21:45:00 Step 11/27 : COPY . . 21:45:01 ---> 0908e535f99b 21:45:01 Step 12/27 : ARG MAKE="make build" 21:45:01 ---> Running in e609504ad4bc 21:45:01 Removing intermediate container e609504ad4bc 21:45:01 ---> 5db28979eb1f 21:45:01 Step 13/27 : RUN $MAKE 21:45:01 $ docker rm -f 704d4619e948f929063f475082c26a154366d63149d60c23e30b61e6d8f6d306 21:45:01 ---> Running in d720806b3203 21:45:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.28" -o app-service-configurable [Pipeline] // withDockerContainer [Pipeline] sh 21:45:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 21:45:02 Warning: overwriting stash ‘coverage-report’ 21:45:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:45:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:45:04 + ls -al . 21:45:04 total 116 21:45:04 drwxrwxr-x 7 jenkins jenkins 4096 Apr 1 21:44 . 21:45:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 21:42 .. 21:45:04 -rw-rw-r-- 1 jenkins jenkins 119 Apr 1 21:42 .dockerignore 21:45:04 drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 21:42 .git 21:45:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 21:42 .github 21:45:04 -rw-rw-r-- 1 jenkins jenkins 111 Apr 1 21:42 .gitignore 21:45:04 -rw-rw-r-- 1 jenkins jenkins 7306 Apr 1 21:42 Attribution.txt 21:45:04 -rw-rw-r-- 1 jenkins jenkins 2032 Apr 1 21:42 Dockerfile 21:45:04 -rw-rw-r-- 1 jenkins jenkins 970 Apr 1 21:42 Dockerfile.build 21:45:04 -rw-rw-r-- 1 jenkins jenkins 687 Apr 1 21:42 Jenkinsfile 21:45:04 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 1 21:42 LICENSE 21:45:04 -rw-rw-r-- 1 jenkins jenkins 1277 Apr 1 21:42 README.md 21:45:04 -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 21:40 VERSION 21:45:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 21:42 bin 21:45:04 -rw-r--r-- 1 jenkins jenkins 10 Apr 1 21:44 coverage.out 21:45:04 -rw-r--r-- 1 jenkins jenkins 136 Apr 1 21:44 go.mod 21:45:04 -rw-r--r-- 1 jenkins jenkins 21448 Apr 1 21:44 go.sum 21:45:04 -rw-rw-r-- 1 jenkins jenkins 1467 Apr 1 21:42 main.go 21:45:04 -rw-rw-r-- 1 jenkins jenkins 1582 Apr 1 21:42 makefile 21:45:04 drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 21:42 res 21:45:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 21:42 snap [Pipeline] isUnix [Pipeline] sh 21:45:04 + 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=a65e88d527b710e33d3215c83bdf0d189637d4e8 --label arch=arm64 --label version=2.0.0-dev.28 . 21:45:04 Sending build context to Docker daemon 121.9kB 21:45:05 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 21:45:05 Step 2/27 : FROM ${BASE} AS builder 21:45:05 ---> a36f5d643f70 21:45:05 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 21:45:05 ---> Running in a93c8751616c 21:45:06 Removing intermediate container a93c8751616c 21:45:06 ---> 6b751bc3e734 21:45:06 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 21:45:06 ---> Running in 7a4f9dde03bb 21:45:06 Removing intermediate container 7a4f9dde03bb 21:45:06 ---> 4b60780efb97 21:45:06 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:45:06 ---> Running in 905b4695752e 21:45:07 Removing intermediate container 905b4695752e 21:45:07 ---> e2f46f463d1a 21:45:07 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:45:07 ---> Running in 0d9e817ebd67 21:45:09 Removing intermediate container 0d9e817ebd67 21:45:09 ---> 1a9d0492218c 21:45:09 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 21:45:09 ---> Running in 2aa7f9f328fe 21:45:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:45:12 OK: 144 MiB in 45 packages 21:45:13 Removing intermediate container 2aa7f9f328fe 21:45:13 ---> 9e548460402c 21:45:13 Step 8/27 : WORKDIR /app 21:45:13 ---> Running in 663abb06f255 21:45:13 Removing intermediate container 663abb06f255 21:45:13 ---> 655c089b45b3 21:45:13 Step 9/27 : COPY go.mod . 21:45:14 ---> ecfe52467f4e 21:45:14 Step 10/27 : RUN go mod download 21:45:14 ---> Running in b011ebaadc38 21:45:17 Removing intermediate container d720806b3203 21:45:17 ---> 849381df1314 21:45:17 Step 14/27 : FROM alpine:3.12 21:45:17 3.12: Pulling from library/alpine 21:45:17 532819f3e44c: Pulling fs layer 21:45:17 532819f3e44c: Download complete 21:45:17 532819f3e44c: Pull complete 21:45:17 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 21:45:17 Status: Downloaded newer image for alpine:3.12 21:45:17 ---> 7230e588e954 21:45:17 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:45:17 ---> Running in 6d2564dd524e 21:45:17 Removing intermediate container 6d2564dd524e 21:45:17 ---> 7b2cc3785d20 21:45:17 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:45:17 ---> Running in ef8169536ab5 21:45:17 Removing intermediate container ef8169536ab5 21:45:17 ---> 460894553f95 21:45:17 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:45:17 ---> Running in 7399eaed8ee6 21:45:17 Removing intermediate container b011ebaadc38 21:45:17 ---> 315dfb9fdaed 21:45:17 Step 11/27 : COPY . . 21:45:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:17 ---> 8cf4ff3a80c6 21:45:17 Step 12/27 : ARG MAKE="make build" 21:45:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:17 (1/7) Installing ca-certificates (20191127-r4) 21:45:17 (2/7) Installing dumb-init (1.2.2-r1) 21:45:17 (3/7) Installing libgcc (9.3.0-r2) 21:45:17 (4/7) Installing libsodium (1.0.18-r0) 21:45:17 (5/7) Installing libstdc++ (9.3.0-r2) 21:45:17 (6/7) Installing libzmq (4.3.3-r0) 21:45:17 (7/7) Installing zeromq (4.3.3-r0) 21:45:17 Executing busybox-1.31.1-r20.trigger 21:45:17 Executing ca-certificates-20191127-r4.trigger 21:45:17 ---> Running in 121c7cb418c3 21:45:17 OK: 9 MiB in 21 packages 21:45:18 Removing intermediate container 121c7cb418c3 21:45:18 ---> 9258703fa216 21:45:18 Step 13/27 : RUN $MAKE 21:45:18 ---> Running in ac7f633a7bda 21:45:18 Removing intermediate container 7399eaed8ee6 21:45:18 ---> 4d0174167d83 21:45:18 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:45:19 ---> c9e0ffd57d29 21:45:19 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:45:19 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.40 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.28" -o app-service-configurable 21:45:19 ---> 87749022d129 21:45:19 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:45:19 ---> a5552c0674b0 21:45:19 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:45:20 ---> 9f65426faf46 21:45:20 Step 22/27 : EXPOSE 48095 21:45:20 ---> Running in 82c8b8ee392a 21:45:20 Removing intermediate container 82c8b8ee392a 21:45:20 ---> 5598b37526be 21:45:20 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:45:20 ---> Running in 394f426ac3ee 21:45:20 Removing intermediate container 394f426ac3ee 21:45:20 ---> 888a66cb6010 21:45:20 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:45:20 ---> Running in e8acb7565bf2 21:45:21 Removing intermediate container e8acb7565bf2 21:45:21 ---> 384d08b7e28f 21:45:21 Step 25/27 : LABEL arch=amd64 21:45:21 ---> Running in e95ca97de1db 21:45:21 Removing intermediate container e95ca97de1db 21:45:21 ---> d31f2d0b261d 21:45:21 Step 26/27 : LABEL git_sha=a65e88d527b710e33d3215c83bdf0d189637d4e8 21:45:21 ---> Running in e43c2a5c0b9a 21:45:21 Removing intermediate container e43c2a5c0b9a 21:45:21 ---> 1ebfe04c983f 21:45:21 Step 27/27 : LABEL version=2.0.0-dev.28 21:45:21 ---> Running in 7ce9f2099533 21:45:21 Removing intermediate container 7ce9f2099533 21:45:21 ---> d8f83e04c552 21:45:21 [Warning] One or more build-args [ARCH] were not consumed 21:45:21 Successfully built d8f83e04c552 21:45:21 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:45:22 provisioning config files... 21:45:22 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config386014508576006748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:45:22 ---> docker-login.sh 21:45:22 nexus3.edgexfoundry.org:10001 21:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:22 Configure a credential helper to remove this warning. See 21:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:22 21:45:22 Login Succeeded 21:45:22 nexus3.edgexfoundry.org:10002 21:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:22 Configure a credential helper to remove this warning. See 21:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:22 21:45:22 Login Succeeded 21:45:22 nexus3.edgexfoundry.org:10003 21:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:22 Configure a credential helper to remove this warning. See 21:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:22 21:45:22 Login Succeeded 21:45:22 nexus3.edgexfoundry.org:10004 21:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:23 Configure a credential helper to remove this warning. See 21:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:23 21:45:23 Login Succeeded 21:45:23 docker.io 21:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:45:23 Configure a credential helper to remove this warning. See 21:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:45:23 21:45:23 Login Succeeded 21:45:23 ---> docker-login.sh ends [Pipeline] } 21:45:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:45:23 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 21:45:23 a65e88d527b710e33d3215c83bdf0d189637d4e8 21:45:23 latest 21:45:23 2.0.0-dev.28 21:45:23 a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 21:45:23 master 21:45:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:24 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] isUnix [Pipeline] sh 21:45:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8 21:45:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:45:24 a800fb25744e: Preparing 21:45:24 b7cee121b791: Preparing 21:45:24 69d0dec99487: Preparing 21:45:24 41d11785583c: Preparing 21:45:24 1888975a47bd: Preparing 21:45:24 b0b9881431d7: Preparing 21:45:24 b0b9881431d7: Waiting 21:45:24 b7cee121b791: Pushed 21:45:24 41d11785583c: Pushed 21:45:24 69d0dec99487: Pushed 21:45:24 b0b9881431d7: Layer already exists 21:45:24 1888975a47bd: Pushed 21:45:26 a800fb25744e: Pushed 21:45:26 a65e88d527b710e33d3215c83bdf0d189637d4e8: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:45:26 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 21:45:26 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:45:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:45:26 a800fb25744e: Preparing 21:45:26 b7cee121b791: Preparing 21:45:26 69d0dec99487: Preparing 21:45:26 41d11785583c: Preparing 21:45:26 1888975a47bd: Preparing 21:45:26 b0b9881431d7: Preparing 21:45:26 b0b9881431d7: Waiting 21:45:26 69d0dec99487: Layer already exists 21:45:26 a800fb25744e: Layer already exists 21:45:26 41d11785583c: Layer already exists 21:45:26 b7cee121b791: Layer already exists 21:45:26 1888975a47bd: Layer already exists 21:45:26 b0b9881431d7: Layer already exists 21:45:26 latest: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:45:27 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh 21:45:27 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.28 21:45:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:45:27 a800fb25744e: Preparing 21:45:27 b7cee121b791: Preparing 21:45:27 69d0dec99487: Preparing 21:45:27 41d11785583c: Preparing 21:45:27 1888975a47bd: Preparing 21:45:27 b0b9881431d7: Preparing 21:45:27 b0b9881431d7: Waiting 21:45:27 41d11785583c: Layer already exists 21:45:27 a800fb25744e: Layer already exists 21:45:27 69d0dec99487: Layer already exists 21:45:27 1888975a47bd: Layer already exists 21:45:27 b7cee121b791: Layer already exists 21:45:27 b0b9881431d7: Layer already exists 21:45:27 2.0.0-dev.28: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:45:27 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh 21:45:28 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 21:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:45:28 a800fb25744e: Preparing 21:45:28 b7cee121b791: Preparing 21:45:28 69d0dec99487: Preparing 21:45:28 41d11785583c: Preparing 21:45:28 1888975a47bd: Preparing 21:45:28 b0b9881431d7: Preparing 21:45:28 b0b9881431d7: Waiting 21:45:28 a800fb25744e: Layer already exists 21:45:28 41d11785583c: Layer already exists 21:45:28 69d0dec99487: Layer already exists 21:45:28 b7cee121b791: Layer already exists 21:45:28 1888975a47bd: Layer already exists 21:45:28 b0b9881431d7: Layer already exists 21:45:28 a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:45:28 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 21:45:28 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 21:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 21:45:28 a800fb25744e: Preparing 21:45:28 b7cee121b791: Preparing 21:45:28 69d0dec99487: Preparing 21:45:28 41d11785583c: Preparing 21:45:28 1888975a47bd: Preparing 21:45:28 b0b9881431d7: Preparing 21:45:28 b0b9881431d7: Waiting 21:45:28 1888975a47bd: Layer already exists 21:45:28 a800fb25744e: Layer already exists 21:45:28 41d11785583c: Layer already exists 21:45:28 69d0dec99487: Layer already exists 21:45:28 b7cee121b791: Layer already exists 21:45:28 b0b9881431d7: Layer already exists 21:45:28 master: digest: sha256:c645fbddd51440000ddab025fbc02ab4c037a58f37d1a31859051598f71fa576 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:45:28 ===================================================== [Pipeline] echo 21:45:28 taggedImages: 21:45:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8 21:45:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 21:45:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.28 21:45:28 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 21:45:28 - 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:45:29 ---> job-cost.sh 21:45:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NGMp 21:45:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:45:58 Removing intermediate container ac7f633a7bda 21:45:58 ---> b507b8ab7289 21:45:58 Step 14/27 : FROM alpine:3.12 21:45:58 3.12: Pulling from library/alpine 21:45:58 9a219e8acc52: Pulling fs layer 21:45:58 9a219e8acc52: Verifying Checksum 21:45:58 9a219e8acc52: Download complete 21:45:58 9a219e8acc52: Pull complete 21:45:58 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 21:45:58 Status: Downloaded newer image for alpine:3.12 21:45:58 ---> d75e27dfc0a0 21:45:58 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 21:45:58 ---> Running in ecabdf41c600 21:45:58 Removing intermediate container ecabdf41c600 21:45:58 ---> f46fe6cb84e9 21:45:58 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 21:45:58 ---> Running in 65b5fdd30d4e 21:45:58 Removing intermediate container 65b5fdd30d4e 21:45:58 ---> 80edaa5b51d2 21:45:58 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 21:45:58 ---> Running in ed8644022b57 21:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:46:00 (1/7) Installing ca-certificates (20191127-r4) 21:46:00 (2/7) Installing dumb-init (1.2.2-r1) 21:46:00 (3/7) Installing libgcc (9.3.0-r2) 21:46:00 (4/7) Installing libsodium (1.0.18-r0) 21:46:00 (5/7) Installing libstdc++ (9.3.0-r2) 21:46:00 (6/7) Installing libzmq (4.3.3-r0) 21:46:00 (7/7) Installing zeromq (4.3.3-r0) 21:46:00 Executing busybox-1.31.1-r20.trigger 21:46:00 Executing ca-certificates-20191127-r4.trigger 21:46:01 OK: 9 MiB in 21 packages 21:46:02 Removing intermediate container ed8644022b57 21:46:02 ---> 8787040dad84 21:46:02 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 21:46:03 ---> fc4cd662b332 21:46:03 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 21:46:04 ---> c94a8f00ba53 21:46:04 Step 20/27 : COPY --from=builder /app/res/ /res/ 21:46:04 ---> e51084e7eaa1 21:46:04 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 21:46:06 ---> 49cc0f411c56 21:46:06 Step 22/27 : EXPOSE 48095 21:46:06 ---> Running in 87c6c57f3e49 21:46:06 Removing intermediate container 87c6c57f3e49 21:46:06 ---> 94ebeaccd58d 21:46:06 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 21:46:07 ---> Running in 417205a03d8f 21:46:07 Removing intermediate container 417205a03d8f 21:46:07 ---> f4f672db5f36 21:46:07 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:46:07 ---> Running in 3b0bbce46a72 21:46:08 Removing intermediate container 3b0bbce46a72 21:46:08 ---> 44019753519e 21:46:08 Step 25/27 : LABEL arch=arm64 21:46:08 ---> Running in c43ac6ea9923 21:46:08 Removing intermediate container c43ac6ea9923 21:46:08 ---> e0acdf1383b7 21:46:08 Step 26/27 : LABEL git_sha=a65e88d527b710e33d3215c83bdf0d189637d4e8 21:46:08 ---> Running in 4b1a88356416 21:46:09 Removing intermediate container 4b1a88356416 21:46:09 ---> fa97eacbd011 21:46:09 Step 27/27 : LABEL version=2.0.0-dev.28 21:46:09 ---> Running in 7180dce8d702 21:46:09 Removing intermediate container 7180dce8d702 21:46:09 ---> d3102307931f 21:46:09 [Warning] One or more build-args [ARCH] were not consumed 21:46:09 Successfully built d3102307931f 21:46:09 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:46:10 provisioning config files... 21:46:10 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/98@tmp/config3034284358714621243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:46:10 ---> docker-login.sh 21:46:10 nexus3.edgexfoundry.org:10001 21:46:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:11 lf-activate-venv(): INFO: Adding /tmp/venv-NGMp/bin to PATH 21:46:11 INFO: No Stack... 21:46:11 INFO: Retrieving Pricing Info for: v1-standard-2 21:46:11 INFO: Archiving Costs [Pipeline] sh 21:46:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:11 Configure a credential helper to remove this warning. See 21:46:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:11 21:46:11 Login Succeeded 21:46:11 nexus3.edgexfoundry.org:10002 21:46:11 + cat /w/workspace/app-service-configurable/98/archives/cost.csv 21:46:11 + cut -d, -f6 21:46:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] lock 21:46:11 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] 21:46:11 Resource [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] did not exist. Created. 21:46:11 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [Pipeline] { [Pipeline] unstash 21:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:12 Configure a credential helper to remove this warning. See 21:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:12 21:46:12 Login Succeeded 21:46:12 nexus3.edgexfoundry.org:10003 [Pipeline] sh 21:46:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:12 + echo total: 0.029999999329447746 [Pipeline] stash 21:46:12 Stashed 1 file(s) [Pipeline] } 21:46:12 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [Pipeline] // lock [Pipeline] } 21:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:12 Configure a credential helper to remove this warning. See 21:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:12 21:46:12 Login Succeeded 21:46:12 nexus3.edgexfoundry.org:10004 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 21:46:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:12 Configure a credential helper to remove this warning. See 21:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:12 21:46:12 Login Succeeded [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:46:13 docker.io 21:46:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:46:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:46:13 Configure a credential helper to remove this warning. See 21:46:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:46:13 21:46:13 Login Succeeded 21:46:13 ---> docker-login.sh ends [Pipeline] } 21:46:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:46:13 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 21:46:13 a65e88d527b710e33d3215c83bdf0d189637d4e8 21:46:13 latest 21:46:13 2.0.0-dev.28 21:46:13 a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 21:46:13 master 21:46:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:46:14 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] isUnix [Pipeline] sh 21:46:14 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8 21:46:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:46:14 0913483c6866: Preparing 21:46:14 98ec9bf1e1d3: Preparing 21:46:14 63bd8f0cabab: Preparing 21:46:14 c7970dbce702: Preparing 21:46:14 31a9a15f05fc: Preparing 21:46:14 e08058ee1dfe: Preparing 21:46:14 e08058ee1dfe: Waiting 21:46:15 c7970dbce702: Pushed 21:46:15 63bd8f0cabab: Pushed 21:46:15 98ec9bf1e1d3: Pushed 21:46:15 e08058ee1dfe: Layer already exists 21:46:15 31a9a15f05fc: Pushed 21:46:18 0913483c6866: Pushed 21:46:18 a65e88d527b710e33d3215c83bdf0d189637d4e8: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:46:18 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:46:19 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:46:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:46:19 0913483c6866: Preparing 21:46:19 98ec9bf1e1d3: Preparing 21:46:19 63bd8f0cabab: Preparing 21:46:19 c7970dbce702: Preparing 21:46:19 31a9a15f05fc: Preparing 21:46:19 e08058ee1dfe: Preparing 21:46:19 e08058ee1dfe: Waiting 21:46:19 63bd8f0cabab: Layer already exists 21:46:19 c7970dbce702: Layer already exists 21:46:19 0913483c6866: Layer already exists 21:46:19 98ec9bf1e1d3: Layer already exists 21:46:19 31a9a15f05fc: Layer already exists 21:46:19 e08058ee1dfe: Layer already exists 21:46:19 latest: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:46:19 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh 21:46:20 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.28 21:46:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:46:20 0913483c6866: Preparing 21:46:20 98ec9bf1e1d3: Preparing 21:46:20 63bd8f0cabab: Preparing 21:46:20 c7970dbce702: Preparing 21:46:20 31a9a15f05fc: Preparing 21:46:20 e08058ee1dfe: Preparing 21:46:20 e08058ee1dfe: Waiting 21:46:20 c7970dbce702: Layer already exists 21:46:20 98ec9bf1e1d3: Layer already exists 21:46:20 31a9a15f05fc: Layer already exists 21:46:20 63bd8f0cabab: Layer already exists 21:46:20 0913483c6866: Layer already exists 21:46:20 e08058ee1dfe: Layer already exists 21:46:20 2.0.0-dev.28: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:46:20 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 [Pipeline] isUnix [Pipeline] sh 21:46:21 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 21:46:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:46:21 0913483c6866: Preparing 21:46:21 98ec9bf1e1d3: Preparing 21:46:21 63bd8f0cabab: Preparing 21:46:21 c7970dbce702: Preparing 21:46:21 31a9a15f05fc: Preparing 21:46:21 e08058ee1dfe: Preparing 21:46:21 e08058ee1dfe: Waiting 21:46:21 0913483c6866: Layer already exists 21:46:21 c7970dbce702: Layer already exists 21:46:21 31a9a15f05fc: Layer already exists 21:46:21 63bd8f0cabab: Layer already exists 21:46:21 98ec9bf1e1d3: Layer already exists 21:46:21 e08058ee1dfe: Layer already exists 21:46:21 a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] isUnix [Pipeline] sh 21:46:21 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 21:46:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 21:46:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 21:46:22 0913483c6866: Preparing 21:46:22 98ec9bf1e1d3: Preparing 21:46:22 63bd8f0cabab: Preparing 21:46:22 c7970dbce702: Preparing 21:46:22 31a9a15f05fc: Preparing 21:46:22 e08058ee1dfe: Preparing 21:46:22 e08058ee1dfe: Waiting 21:46:22 98ec9bf1e1d3: Layer already exists 21:46:22 c7970dbce702: Layer already exists 21:46:22 31a9a15f05fc: Layer already exists 21:46:22 0913483c6866: Layer already exists 21:46:22 63bd8f0cabab: Layer already exists 21:46:22 e08058ee1dfe: Layer already exists 21:46:22 master: digest: sha256:5f4a5dc3369a8dbb7a07f457160eb83e38ebae105be35e0e47778c6396f18377 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:46:22 ===================================================== [Pipeline] echo 21:46:22 taggedImages: 21:46:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8 21:46:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 21:46:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.28 21:46:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a65e88d527b710e33d3215c83bdf0d189637d4e8-2.0.0-dev.28 21:46:22 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:46:23 ---> job-cost.sh 21:46:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gvaf 21:47:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:48:23 lf-activate-venv(): INFO: Adding /tmp/venv-gvaf/bin to PATH 21:48:23 INFO: No Stack... 21:48:25 INFO: Retrieving Pricing Info for: lf-standard-4 21:48:25 INFO: Archiving Costs [Pipeline] sh 21:48:26 + cut -d, -f6 21:48:26 + cat /w/workspace/app-service-configurable/98/archives/cost.csv [Pipeline] lock 21:48:26 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] 21:48:26 Resource [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] did not exist. Created. 21:48:26 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-98-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:48:26 /w/workspace/app-service-configurable/98@tmp/durable-08e465ae/script.sh: 1: /w/workspace/app-service-configurable/98@tmp/durable-08e465ae/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 21:48:26 + echo total: 0.20999999344348907 [Pipeline] stash 21:48:26 Warning: overwriting stash ‘stack-cost’ 21:48:27 Stashed 1 file(s) [Pipeline] } 21:48:27 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-98-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:48:28 provisioning config files... 21:48:28 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config80668022869410624tmp [Pipeline] { [Pipeline] sh 21:48:29 + set +x 21:48:29 + bash -s -- 21:48:29 + curl -s https://codecov.io/bash 21:48:29 21:48:29 _____ _ 21:48:29 / ____| | | 21:48:29 | | ___ __| | ___ ___ _____ __ 21:48:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:48:29 | |___| (_) | (_| | __/ (_| (_) \ V / 21:48:29 \_____\___/ \__,_|\___|\___\___/ \_/ 21:48:29 Bash-20210309-2b87ace 21:48:29 21:48:29 21:48:29 ==> git version 2.24.3 found 21:48:29 ==> 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:48:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:48:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:48:29 ==> Jenkins CI detected. 21:48:29 project root: . 21:48:29 --> token set from env 21:48:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:48:29 ==> Running gcov in . (disable via -X gcov) 21:48:29 ==> Python coveragepy not found 21:48:29 ==> Searching for coverage reports in: 21:48:29 + . 21:48:29 -> Found 1 reports 21:48:29 ==> Detecting git/mercurial file structure 21:48:29 ==> Reading reports 21:48:29 + ./coverage.out bytes=10 21:48:29 ==> Appending adjustments 21:48:29 https://docs.codecov.io/docs/fixing-reports 21:48:29 + Found adjustments 21:48:29 ==> Gzipping contents 21:48:29 4.0K /tmp/codecov.gYTNDr.gz 21:48:29 ==> Uploading reports 21:48:29 url: https://codecov.io 21:48:29 query: branch=master&commit=a65e88d527b710e33d3215c83bdf0d189637d4e8&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:48:29 -> Pinging Codecov 21:48:29 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=a65e88d527b710e33d3215c83bdf0d189637d4e8&build=98&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F98%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 21:48:30 -> Uploading to 21:48:30 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/A97CA9966030D2A3747ED39772930CCE/a65e88d527b710e33d3215c83bdf0d189637d4e8/50711b4c-79ba-456c-aa0d-8f70c206b9cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T214830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=37ae2ce5e9bc60ad83d07dc364c80f000e110f9fc0cf24f59d69e7873f2dbd69 21:48:30 % Total % Received % Xferd Average Speed Time Time Time Current 21:48:30 Dload Upload Total Spent Left Speed 21:48:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 602 --:--:-- --:--:-- --:--:-- 602 21:48:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] } 21:48:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 21:48:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:48:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:32 21:48:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 21:48:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:48:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:48:32 188c0c94c7c5: Pulling fs layer 21:48:32 0ef7d3d256c8: Pulling fs layer 21:48:32 de9db76c5a1d: Pulling fs layer 21:48:32 0eba1c9be4d2: Pulling fs layer 21:48:32 0d57e429df01: Pulling fs layer 21:48:32 4e4be7b47b0d: Pulling fs layer 21:48:32 e1f770b5df2f: Pulling fs layer 21:48:33 85a0685a4137: Pulling fs layer 21:48:33 0eba1c9be4d2: Waiting 21:48:33 0d57e429df01: Waiting 21:48:33 4e4be7b47b0d: Waiting 21:48:33 e1f770b5df2f: Waiting 21:48:33 85a0685a4137: Waiting 21:48:33 de9db76c5a1d: Verifying Checksum 21:48:33 de9db76c5a1d: Download complete 21:48:33 0ef7d3d256c8: Verifying Checksum 21:48:33 0ef7d3d256c8: Download complete 21:48:33 0d57e429df01: Download complete 21:48:33 4e4be7b47b0d: Verifying Checksum 21:48:33 4e4be7b47b0d: Download complete 21:48:33 188c0c94c7c5: Download complete 21:48:34 188c0c94c7c5: Pull complete 21:48:34 0ef7d3d256c8: Pull complete 21:48:35 de9db76c5a1d: Pull complete 21:48:37 e1f770b5df2f: Verifying Checksum 21:48:37 e1f770b5df2f: Download complete 21:48:47 0eba1c9be4d2: Verifying Checksum 21:48:47 0eba1c9be4d2: Download complete 21:48:47 85a0685a4137: Verifying Checksum 21:48:47 85a0685a4137: Download complete 21:49:00 0eba1c9be4d2: Pull complete 21:49:00 0d57e429df01: Pull complete 21:49:00 4e4be7b47b0d: Pull complete 21:49:03 e1f770b5df2f: Pull complete 21:49:19 85a0685a4137: Pull complete 21:49:19 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 21:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:49:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 21:49:20 prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container 21:49:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:49:23 $ docker top e58f352ba3015bc55a1bf71f14a891170ade22bcb2b610163edf3052676eecd5 -eo pid,comm [Pipeline] { [Pipeline] echo 21:49:23 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 21:49:24 + set -o pipefail 21:49:24 + snyk monitor '--org=edgex-jenkins' 21:49:58 21:49:58 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 21:49:58 21:49:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/e0b8bcd0-044c-4195-a52f-5a5ec2c85860 21:49:58 21:49:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:49:58 21:49:58 21:49:58 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 21:49:58 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 21:49:58 $ docker stop --time=1 e58f352ba3015bc55a1bf71f14a891170ade22bcb2b610163edf3052676eecd5 21:50:02 $ docker rm -f e58f352ba3015bc55a1bf71f14a891170ade22bcb2b610163edf3052676eecd5 [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:50:05 + git log --format=format:%s -1 a65e88d527b710e33d3215c83bdf0d189637d4e8 [Pipeline] isUnix [Pipeline] sh 21:50:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:50:06 . [Pipeline] withDockerContainer 21:50:06 prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container 21:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:50:09 $ docker top 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:50:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:50:10 [ssh-agent] Looking for ssh-agent implementation... 21:50:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:50:12 $ docker exec 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 ssh-agent 21:50:13 SSH_AUTH_SOCK=/tmp/ssh-1Ms6WALbblns/agent.12 21:50:13 SSH_AGENT_PID=17 21:50:13 Running ssh-add (command line suppressed) 21:50:14 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_794667817241504995.key (/w/workspace/_app-service-configurable_master@tmp/private_key_794667817241504995.key) 21:50:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:50:17 + git semver tag 21:50:17 # -> Open(): unable to determine branch for HEAD 21:50:17 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:50:17 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:50:17 # $SEMVER_REMOTE_NAME = origin 21:50:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:50:17 # $SEMVER_USER_NAME = edgex-jenkins 21:50:17 # $SEMVER_BRANCH = master 21:50:17 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:50:17 # a65e88d527b710e33d3215c83bdf0d189637d4e8 HEAD 21:50:17 # -> Force: false 21:50:17 # f041c1380c84379baca3a75ef9444396587ac212 refs/tags/v2.0.0-dev.28 [Pipeline] } 21:50:17 $ docker exec --env ******** --env ******** 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 ssh-agent -k 21:50:17 unset SSH_AUTH_SOCK; 21:50:17 unset SSH_AGENT_PID; 21:50:17 echo Agent pid 17 killed; 21:50:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:50:18 + git semver [Pipeline] } 21:50:18 $ docker stop --time=1 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 21:50:21 $ docker rm -f 76a63d8f29383c67cc04383f40e0159d40887b02c4da84381bea56b60f11f5d0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:50:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:50:22 21:50:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:50:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:50:23 0.23.1-centos7: Pulling from edgex-lftools 21:50:23 ab5ef0e58194: Pulling fs layer 21:50:23 9712f1f96733: Pulling fs layer 21:50:23 63f879dbbcfc: Pulling fs layer 21:50:23 0d9ebad4ef96: Pulling fs layer 21:50:23 e9a5061849ea: Pulling fs layer 21:50:23 d747dcd14b5f: Pulling fs layer 21:50:23 2de7ff778b66: Pulling fs layer 21:50:23 e9a5061849ea: Waiting 21:50:23 d747dcd14b5f: Waiting 21:50:23 2de7ff778b66: Waiting 21:50:23 0d9ebad4ef96: Waiting 21:50:23 9712f1f96733: Verifying Checksum 21:50:23 9712f1f96733: Download complete 21:50:28 63f879dbbcfc: Verifying Checksum 21:50:28 63f879dbbcfc: Download complete 21:50:28 e9a5061849ea: Verifying Checksum 21:50:28 e9a5061849ea: Download complete 21:50:28 d747dcd14b5f: Verifying Checksum 21:50:28 d747dcd14b5f: Download complete 21:50:30 2de7ff778b66: Verifying Checksum 21:50:30 2de7ff778b66: Download complete 21:50:31 0d9ebad4ef96: Verifying Checksum 21:50:31 0d9ebad4ef96: Download complete 21:50:32 ab5ef0e58194: Verifying Checksum 21:50:32 ab5ef0e58194: Download complete 21:50:43 ab5ef0e58194: Pull complete 21:50:44 9712f1f96733: Pull complete 21:50:48 63f879dbbcfc: Pull complete 21:50:59 0d9ebad4ef96: Pull complete 21:51:00 e9a5061849ea: Pull complete 21:51:00 d747dcd14b5f: Pull complete 21:51:06 2de7ff778b66: Pull complete 21:51:06 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:51:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:51:06 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:51:07 prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container 21:51:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:51:12 $ docker top b35ab09c1c7c340bd9198bafb34c064ca6731b16af23a32bb011512a7ab088e2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:51:13 provisioning config files... 21:51:13 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8683230656598296154tmp 21:51:13 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2468265836747719369tmp 21:51:13 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6578936639402702894tmp [Pipeline] { [Pipeline] echo 21:51:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:51:14 ---> sigul-configuration.sh 21:51:14 gpg: directory `/root/.gnupg' created 21:51:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:51:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:51:14 gpg: keyring `/root/.gnupg/secring.gpg' created 21:51:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:51:14 gpg: CAST5 encrypted data 21:51:14 gpg: encrypted with 1 passphrase 21:51:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:51:15 + mkdir /home/jenkins 21:51:15 + mkdir /home/jenkins/sigul [Pipeline] sh 21:51:16 + 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:51:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:51:17 ---> sigul-install.sh 21:51:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:51:29 + git tag --list 21:51:29 v1.0.0 21:51:29 v1.1.0 21:51:29 v1.2.0 21:51:29 v1.3.0 21:51:29 v1.3.1 21:51:29 v1.3.1-dev.1 21:51:29 v1.3.1-dev.2 21:51:29 v1.3.1-dev.3 21:51:29 v2.0.0-dev.1 21:51:29 v2.0.0-dev.10 21:51:29 v2.0.0-dev.11 21:51:29 v2.0.0-dev.12 21:51:29 v2.0.0-dev.13 21:51:29 v2.0.0-dev.14 21:51:29 v2.0.0-dev.15 21:51:29 v2.0.0-dev.16 21:51:29 v2.0.0-dev.17 21:51:29 v2.0.0-dev.18 21:51:29 v2.0.0-dev.19 21:51:29 v2.0.0-dev.2 21:51:29 v2.0.0-dev.20 21:51:29 v2.0.0-dev.21 21:51:29 v2.0.0-dev.22 21:51:29 v2.0.0-dev.23 21:51:29 v2.0.0-dev.24 21:51:29 v2.0.0-dev.25 21:51:29 v2.0.0-dev.26 21:51:29 v2.0.0-dev.27 21:51:29 v2.0.0-dev.28 21:51:29 v2.0.0-dev.3 21:51:29 v2.0.0-dev.4 21:51:29 v2.0.0-dev.5 21:51:29 v2.0.0-dev.6 21:51:29 v2.0.0-dev.7 21:51:29 v2.0.0-dev.8 21:51:29 v2.0.0-dev.9 [Pipeline] sh 21:51:30 + lftools sign git-tag v2.0.0-dev.28 21:51:33 Signing Git tag with Sigul... 21:51:33 Signing v2.0.0-dev.28 [Pipeline] echo 21:51:35 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:51:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:51:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:51:36 $ docker stop --time=1 b35ab09c1c7c340bd9198bafb34c064ca6731b16af23a32bb011512a7ab088e2 21:51:39 $ docker rm -f b35ab09c1c7c340bd9198bafb34c064ca6731b16af23a32bb011512a7ab088e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:41 . [Pipeline] withDockerContainer 21:51:41 prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container 21:51:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:51:43 $ docker top 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:51:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:44 [ssh-agent] Looking for ssh-agent implementation... 21:51:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:51:45 $ docker exec 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b ssh-agent 21:51:46 SSH_AUTH_SOCK=/tmp/ssh-dLo8jQ3hVkvl/agent.11 21:51:46 SSH_AGENT_PID=16 21:51:46 Running ssh-add (command line suppressed) 21:51:47 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8359491374553760233.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8359491374553760233.key) 21:51:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:51:50 + git semver bump pre 21:51:50 # -> Open(): unable to determine branch for HEAD 21:51:50 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:51:50 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:51:50 # $SEMVER_REMOTE_NAME = origin 21:51:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:51:50 # $SEMVER_USER_NAME = edgex-jenkins 21:51:50 # $SEMVER_BRANCH = master 21:51:50 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 21:51:50 2.0.0-dev.29 [Pipeline] } 21:51:50 $ docker exec --env ******** --env ******** 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b ssh-agent -k 21:51:50 unset SSH_AUTH_SOCK; 21:51:50 unset SSH_AGENT_PID; 21:51:50 echo Agent pid 16 killed; 21:51:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:51:52 + git semver [Pipeline] } 21:51:52 $ docker stop --time=1 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b 21:51:54 $ docker rm -f 874e4ccf876e30b8e3c235007a5370814bc02c8c712f39266d6f6b9fd226072b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:51:55 . [Pipeline] withDockerContainer 21:51:55 prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container 21:51:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:51:59 $ docker top 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:51:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:51:59 [ssh-agent] Looking for ssh-agent implementation... 21:52:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:52:00 $ docker exec 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 ssh-agent 21:52:01 SSH_AUTH_SOCK=/tmp/ssh-ZMrTk8zZEX51/agent.11 21:52:01 SSH_AGENT_PID=16 21:52:01 Running ssh-add (command line suppressed) 21:52:02 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8864360963394817500.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8864360963394817500.key) 21:52:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:52:04 + git semver push 21:52:04 # -> Open(): unable to determine branch for HEAD 21:52:04 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 21:52:04 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 21:52:04 # $SEMVER_REMOTE_NAME = origin 21:52:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:52:04 # $SEMVER_USER_NAME = edgex-jenkins 21:52:04 # $SEMVER_BRANCH = master 21:52:04 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 21:52:08 $ docker exec --env ******** --env ******** 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 ssh-agent -k 21:52:08 unset SSH_AUTH_SOCK; 21:52:08 unset SSH_AGENT_PID; 21:52:08 echo Agent pid 16 killed; 21:52:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:52:10 + git semver [Pipeline] } 21:52:10 $ docker stop --time=1 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 21:52:12 $ docker rm -f 0d5fe1d96b10663878052d86f9db6d80f2bb292c1add17714343db44e6b74cd8 [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:52:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:52:15 ---> package-listing.sh 21:52:15 ++ facter osfamily 21:52:15 ++ tr '[:upper:]' '[:lower:]' 21:52:15 + OS_FAMILY=redhat 21:52:15 + workspace=/w/workspace/_app-service-configurable_master 21:52:15 + START_PACKAGES=/tmp/packages_start.txt 21:52:15 + END_PACKAGES=/tmp/packages_end.txt 21:52:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:52:15 + PACKAGES=/tmp/packages_start.txt 21:52:15 + '[' /w/workspace/_app-service-configurable_master ']' 21:52:15 + PACKAGES=/tmp/packages_end.txt 21:52:15 + case "${OS_FAMILY}" in 21:52:15 + rpm -qa 21:52:15 + sort 21:52:22 + '[' -f /tmp/packages_start.txt ']' 21:52:22 + '[' -f /tmp/packages_end.txt ']' 21:52:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:52:22 + '[' /w/workspace/_app-service-configurable_master ']' 21:52:22 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 21:52:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 21:52:22 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:52:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:52:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:52:23 21:52:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:52:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:52:25 alpine: Pulling from edgex-lftools-log-publisher 21:52:25 df20fa9351a1: Pulling fs layer 21:52:25 36b3adc4ff6f: Pulling fs layer 21:52:25 8ad3a11d3b57: Pulling fs layer 21:52:25 46f8f816bc3b: Pulling fs layer 21:52:25 93b61091891f: Pulling fs layer 21:52:25 93b9cdb0e59b: Pulling fs layer 21:52:25 5e14af77c1be: Pulling fs layer 21:52:25 01666e4c0597: Pulling fs layer 21:52:25 aa168da1d23b: Pulling fs layer 21:52:25 93b9cdb0e59b: Waiting 21:52:25 5e14af77c1be: Waiting 21:52:25 01666e4c0597: Waiting 21:52:25 aa168da1d23b: Waiting 21:52:25 46f8f816bc3b: Waiting 21:52:25 93b61091891f: Waiting 21:52:25 36b3adc4ff6f: Verifying Checksum 21:52:25 36b3adc4ff6f: Download complete 21:52:25 46f8f816bc3b: Verifying Checksum 21:52:25 46f8f816bc3b: Download complete 21:52:25 df20fa9351a1: Verifying Checksum 21:52:25 df20fa9351a1: Download complete 21:52:25 93b9cdb0e59b: Verifying Checksum 21:52:25 93b9cdb0e59b: Download complete 21:52:25 5e14af77c1be: Verifying Checksum 21:52:25 5e14af77c1be: Download complete 21:52:25 01666e4c0597: Verifying Checksum 21:52:25 01666e4c0597: Download complete 21:52:26 df20fa9351a1: Pull complete 21:52:26 36b3adc4ff6f: Pull complete 21:52:26 93b61091891f: Verifying Checksum 21:52:26 93b61091891f: Download complete 21:52:27 8ad3a11d3b57: Verifying Checksum 21:52:27 8ad3a11d3b57: Download complete 21:52:30 8ad3a11d3b57: Pull complete 21:52:30 46f8f816bc3b: Pull complete 21:52:31 93b61091891f: Pull complete 21:52:32 93b9cdb0e59b: Pull complete 21:52:32 5e14af77c1be: Pull complete 21:52:33 01666e4c0597: Pull complete 21:52:36 aa168da1d23b: Verifying Checksum 21:52:36 aa168da1d23b: Download complete 21:52:58 aa168da1d23b: Pull complete 21:52:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:52:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:52:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:52:59 prd-centos7-docker-4c-2g-32500 does not seem to be running inside a container 21:52:59 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:53:04 $ docker top 4b0bf63bd043cdb5a5cce080e51b557bb0a42d57c69bd335f4da1c3b82091445 -eo pid,comm [Pipeline] { [Pipeline] sh 21:53:04 + touch /tmp/pre-build-complete [Pipeline] sh 21:53:05 + mkdir -p /var/log/sa [Pipeline] sh 21:53:06 + ls /var/log/sa-host 21:53:06 + sadf -c /var/log/sa-host/sa01 21:53:06 file_magic: OK 21:53:06 HZ: Using current value: 100 21:53:06 file_header: OK 21:53:06 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:53:06 Statistics: 21:53:06 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... 21:53:06 File successfully converted to sysstat format version 12.2.1 21:53:06 + sadf -c /var/log/sa-host/sa23 21:53:06 file_magic: OK 21:53:06 HZ: Using current value: 100 21:53:06 file_header: OK 21:53:06 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:53:06 Statistics: 21:53:06 Hnuu...uuuununununu... 21:53:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:53:07 provisioning config files... 21:53:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5389986362757489636tmp [Pipeline] { [Pipeline] echo 21:53:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:53:08 ---> create-netrc.sh [Pipeline] } 21:53:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:53:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:53:09 ---> python-tools-install.sh [Pipeline] echo 21:53:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:53:09 ---> sudo-logs.sh 21:53:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:53:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:53:11 ---> job-cost.sh 21:53:11 lf-activate-venv: SKIPPING 21:53:11 DEBUG: total: 0.20999999344348907 21:53:11 INFO: Retrieving Stack Cost... 21:53:13 INFO: Retrieving Pricing Info for: v1-standard-2 21:53:14 INFO: Archiving Costs [Pipeline] echo 21:53:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:53:14 ---> logs-deploy.sh 21:53:14 lf-activate-venv: SKIPPING 21:53:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/98 21:53:14 INFO: archiving workspace using pattern(s): 21:53:17 Archives upload complete. 21:53:17 INFO: archiving logs to Nexus 21:53:19 ---> uname -a: 21:53:19 Linux prd-centos7-docker-4c-2g-32500.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:53:19 21:53:19 21:53:19 ---> lscpu: 21:53:19 Architecture: x86_64 21:53:19 CPU op-mode(s): 32-bit, 64-bit 21:53:19 Byte Order: Little Endian 21:53:19 Address sizes: 40 bits physical, 48 bits virtual 21:53:19 CPU(s): 4 21:53:19 On-line CPU(s) list: 0-3 21:53:19 Thread(s) per core: 1 21:53:19 Core(s) per socket: 1 21:53:19 Socket(s): 4 21:53:19 NUMA node(s): 1 21:53:19 Vendor ID: GenuineIntel 21:53:19 CPU family: 6 21:53:19 Model: 44 21:53:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:53:19 Stepping: 1 21:53:19 CPU MHz: 2933.438 21:53:19 BogoMIPS: 5866.87 21:53:19 Virtualization: VT-x 21:53:19 Hypervisor vendor: KVM 21:53:19 Virtualization type: full 21:53:19 L1d cache: 128 KiB 21:53:19 L1i cache: 128 KiB 21:53:19 L2 cache: 16 MiB 21:53:19 L3 cache: 64 MiB 21:53:19 NUMA node0 CPU(s): 0-3 21:53:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:53:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:53:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:53:19 Vulnerability Meltdown: Mitigation; PTI 21:53:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:53:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:53:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:53:19 Vulnerability Srbds: Not affected 21:53:19 Vulnerability Tsx async abort: Not affected 21:53:19 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:53:19 21:53:19 21:53:19 ---> nproc: 21:53:19 4 21:53:19 21:53:19 21:53:19 ---> df -h: 21:53:19 Filesystem Size Used Available Use% Mounted on 21:53:19 overlay 50.0G 8.2G 41.8G 16% / 21:53:19 tmpfs 64.0M 0 64.0M 0% /dev 21:53:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:53:19 shm 64.0M 0 64.0M 0% /dev/shm 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 21:53:19 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 21:53:19 21:53:19 21:53:19 ---> free -m: 21:53:19 total used free shared buff/cache available 21:53:19 Mem: 1837 790 146 0 900 984 21:53:19 Swap: 1023 3 1020 21:53:19 21:53:19 21:53:19 ---> ip addr: 21:53:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:53:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:53:19 inet 127.0.0.1/8 scope host lo 21:53:19 valid_lft forever preferred_lft forever 21:53:19 inet6 ::1/128 scope host 21:53:19 valid_lft forever preferred_lft forever 21:53:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:53:19 link/ether fa:16:3e:d0:b0:a5 brd ff:ff:ff:ff:ff:ff 21:53:19 inet 10.30.123.75/23 brd 10.30.123.255 scope global dynamic eth0 21:53:19 valid_lft 85521sec preferred_lft 85521sec 21:53:19 inet6 fe80::f816:3eff:fed0:b0a5/64 scope link 21:53:19 valid_lft forever preferred_lft forever 21:53:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:53:19 link/ether 02:42:03:16:d5:91 brd ff:ff:ff:ff:ff:ff 21:53:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:53:19 valid_lft forever preferred_lft forever 21:53:19 inet6 fe80::42:3ff:fe16:d591/64 scope link 21:53:19 valid_lft forever preferred_lft forever 21:53:19 21:53:19 21:53:19 ---> sar -b -r -n DEV: 21:53:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 21:53:19 21:53:19 21:38:25 LINUX RESTART (4 CPU) 21:53:19 21:53:19 21:39:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:53:19 21:40:01 113.61 60.45 53.16 0.00 4191.53 36974.58 0.00 21:53:19 21:41:01 41.74 11.92 29.82 0.00 4437.10 2467.82 0.00 21:53:19 21:42:01 1.56 0.00 1.56 0.00 0.00 25.66 0.00 21:53:19 21:43:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 21:53:19 21:44:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 21:53:19 21:45:01 0.35 0.00 0.35 0.00 0.00 4.10 0.00 21:53:19 21:46:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 21:53:19 21:47:02 0.25 0.00 0.25 0.00 0.00 3.20 0.00 21:53:19 21:48:01 0.24 0.00 0.24 0.00 0.00 3.03 0.00 21:53:19 21:49:01 48.54 15.87 32.67 0.00 931.87 16687.38 0.00 21:53:19 21:50:01 267.82 172.36 95.47 0.00 7034.97 20020.99 0.00 21:53:19 21:51:02 131.76 38.49 93.27 0.00 1336.64 23941.58 0.00 21:53:19 21:52:01 89.74 35.25 54.49 0.00 2585.74 9536.55 0.00 21:53:19 21:53:01 136.36 52.15 84.21 0.00 4158.46 18452.91 0.00 21:53:19 Average: 59.60 27.67 31.93 0.00 1764.06 9150.41 0.00 21:53:19 21:53:19 21:39:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:53:19 21:40:01 70544 0 531992 28.27 2620 1276388 1034364 35.30 363068 1250740 11956 21:53:19 21:41:01 175228 0 574484 30.53 2620 1129212 1118076 38.16 388856 1117324 16 21:53:19 21:42:01 186400 0 563308 29.94 2620 1129216 1043388 35.61 397508 1099136 16 21:53:19 21:43:01 187384 0 562320 29.89 2620 1129220 1009680 34.46 392920 1102988 8 21:53:19 21:44:01 187236 0 562464 29.89 2620 1129224 1009704 34.46 403628 1092764 8 21:53:19 21:45:01 187652 0 562044 29.87 2620 1129228 1009560 34.45 409828 1086744 12 21:53:19 21:46:01 188112 0 561580 29.85 2620 1129232 1009464 34.45 409280 1086744 16 21:53:19 21:47:02 188476 0 561212 29.83 2620 1129236 1009464 34.45 409056 1086744 8 21:53:19 21:48:01 188384 0 561296 29.83 2620 1129244 1009464 34.45 409064 1086744 8 21:53:19 21:49:01 129476 0 676004 35.93 2620 1073444 1501428 51.24 497112 1017476 97964 21:53:19 21:50:01 143128 0 692828 36.82 2620 1042968 1260508 43.02 542408 921176 24 21:53:19 21:51:02 94388 0 782060 41.56 2596 1002500 1554936 53.07 548904 916820 94860 21:53:19 21:52:01 242388 0 734672 39.05 1964 902520 1295932 44.23 533968 765360 44 21:53:19 21:53:01 191152 0 789984 41.99 1496 898912 1384632 47.26 522748 796024 44 21:53:19 Average: 168568 0 622589 33.09 2491 1087896 1160757 39.61 444882 1030485 14642 21:53:19 21:53:19 21:39:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:53:19 21:40:01 eth0 141.64 113.40 589.51 45.60 0.00 0.00 0.00 0.00 21:53:19 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:41:01 eth0 98.50 81.80 458.50 45.80 0.00 0.00 0.00 0.00 21:53:19 21:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:41:01 docker0 2.08 1.89 0.50 5.08 0.00 0.00 0.00 0.00 21:53:19 21:42:01 eth0 1.93 0.98 2.17 0.07 0.00 0.00 0.00 0.00 21:53:19 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:43:01 eth0 1.05 0.53 0.55 0.36 0.00 0.00 0.00 0.00 21:53:19 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:44:01 eth0 0.60 0.40 0.29 0.23 0.00 0.00 0.00 0.00 21:53:19 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:45:01 eth0 0.32 0.23 0.14 0.08 0.00 0.00 0.00 0.00 21:53:19 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:53:19 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:47:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:53:19 21:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:53:19 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:49:01 eth0 410.30 344.01 4060.73 48.01 0.00 0.00 0.00 0.00 21:53:19 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:50:01 eth0 73.18 64.22 273.69 12.03 0.00 0.00 0.00 0.00 21:53:19 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:50:01 docker0 51.15 56.49 4.41 257.62 0.00 0.00 0.00 0.00 21:53:19 21:51:02 eth0 366.85 307.70 3190.03 59.58 0.00 0.00 0.00 0.00 21:53:19 21:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:52:01 veth4a815fb 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:53:19 21:52:01 eth0 138.05 73.12 288.86 66.46 0.00 0.00 0.00 0.00 21:53:19 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:52:01 docker0 28.19 44.58 1.56 237.07 0.00 0.00 0.00 0.00 21:53:19 21:53:01 eth0 224.19 193.62 2184.41 41.77 0.00 0.00 0.00 0.00 21:53:19 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 21:53:01 docker0 1.78 1.30 0.30 0.31 0.00 0.00 0.00 0.00 21:53:19 Average: eth0 104.34 84.59 793.01 22.84 0.00 0.00 0.00 0.00 21:53:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:53:19 Average: docker0 5.95 7.44 0.49 35.65 0.00 0.00 0.00 0.00 21:53:19 21:53:19 21:53:19 ---> sar -P ALL: 21:53:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 21:53:19 21:53:19 21:38:25 LINUX RESTART (4 CPU) 21:53:19 21:53:19 21:39:02 CPU %user %nice %system %iowait %steal %idle 21:53:19 21:40:01 all 10.43 0.00 6.88 5.86 35.54 41.29 21:53:19 21:40:01 0 11.27 0.00 6.01 6.22 38.64 37.87 21:53:19 21:40:01 1 10.22 0.00 9.78 4.17 35.25 40.59 21:53:19 21:40:01 2 10.51 0.00 5.79 7.53 34.27 41.90 21:53:19 21:40:01 3 9.73 0.00 6.07 5.44 34.02 44.75 21:53:19 21:41:01 all 3.11 0.00 3.38 0.93 19.59 72.99 21:53:19 21:41:01 0 4.37 0.00 3.65 0.81 20.98 70.18 21:53:19 21:41:01 1 2.63 0.00 3.86 0.69 20.10 72.72 21:53:19 21:41:01 2 2.45 0.00 2.56 0.39 19.12 75.48 21:53:19 21:41:01 3 3.00 0.00 3.45 1.85 18.14 73.56 21:53:19 21:42:01 all 0.12 0.00 0.10 0.00 0.80 98.98 21:53:19 21:42:01 0 0.05 0.00 0.07 0.00 0.68 99.21 21:53:19 21:42:01 1 0.07 0.00 0.13 0.00 1.27 98.53 21:53:19 21:42:01 2 0.07 0.00 0.12 0.00 0.68 99.14 21:53:19 21:42:01 3 0.30 0.00 0.08 0.00 0.56 99.05 21:53:19 21:43:01 all 0.09 0.00 0.07 0.00 1.15 98.69 21:53:19 21:43:01 0 0.02 0.00 0.08 0.00 0.32 99.58 21:53:19 21:43:01 1 0.03 0.00 0.05 0.00 1.58 98.34 21:53:19 21:43:01 2 0.05 0.00 0.08 0.00 1.61 98.26 21:53:19 21:43:01 3 0.28 0.00 0.05 0.00 1.09 98.58 21:53:19 21:44:01 all 0.12 0.00 0.05 0.00 0.21 99.62 21:53:19 21:44:01 0 0.35 0.00 0.02 0.00 0.42 99.22 21:53:19 21:44:01 1 0.07 0.00 0.13 0.00 0.12 99.68 21:53:19 21:44:01 2 0.05 0.00 0.03 0.00 0.23 99.68 21:53:19 21:44:01 3 0.03 0.00 0.00 0.00 0.07 99.90 21:53:19 21:45:01 all 0.14 0.00 0.10 0.00 0.13 99.63 21:53:19 21:45:01 0 0.20 0.00 0.03 0.00 0.03 99.73 21:53:19 21:45:01 1 0.03 0.00 0.23 0.00 0.08 99.65 21:53:19 21:45:01 2 0.28 0.00 0.05 0.00 0.23 99.43 21:53:19 21:45:01 3 0.05 0.00 0.07 0.00 0.18 99.70 21:53:19 21:46:01 all 0.11 0.00 0.03 0.00 0.12 99.75 21:53:19 21:46:01 0 0.00 0.00 0.02 0.00 0.08 99.90 21:53:19 21:46:01 1 0.02 0.00 0.00 0.00 0.07 99.92 21:53:19 21:46:01 2 0.37 0.00 0.05 0.00 0.17 99.42 21:53:19 21:46:01 3 0.05 0.00 0.05 0.00 0.15 99.75 21:53:19 21:47:02 all 0.13 0.00 0.04 0.00 0.09 99.74 21:53:19 21:47:02 0 0.02 0.00 0.03 0.00 0.02 99.93 21:53:19 21:47:02 1 0.03 0.00 0.02 0.00 0.03 99.92 21:53:19 21:47:02 2 0.47 0.00 0.07 0.00 0.27 99.20 21:53:19 21:47:02 3 0.02 0.00 0.03 0.00 0.05 99.90 21:53:19 21:48:01 all 0.14 0.00 0.03 0.00 0.07 99.75 21:53:19 21:48:01 0 0.02 0.00 0.02 0.00 0.05 99.92 21:53:19 21:48:01 1 0.03 0.00 0.07 0.00 0.07 99.83 21:53:19 21:48:01 2 0.47 0.00 0.02 0.00 0.15 99.36 21:53:19 21:48:01 3 0.03 0.00 0.03 0.00 0.02 99.92 21:53:19 21:49:01 all 2.96 0.00 2.80 0.13 17.31 76.81 21:53:19 21:49:01 0 2.87 0.00 2.39 0.02 18.58 76.14 21:53:19 21:49:01 1 3.29 0.00 3.41 0.38 16.86 76.05 21:53:19 21:49:01 2 2.97 0.00 2.25 0.09 16.79 77.90 21:53:19 21:49:01 3 2.69 0.00 3.15 0.02 17.02 77.12 21:53:19 21:50:01 all 3.84 0.00 3.69 2.99 25.81 63.67 21:53:19 21:50:01 0 3.53 0.00 3.60 3.27 28.30 61.30 21:53:19 21:50:01 1 4.37 0.00 3.99 2.03 25.14 64.48 21:53:19 21:50:01 2 3.69 0.00 3.43 3.19 25.31 64.39 21:53:19 21:50:01 3 3.76 0.00 3.73 3.48 24.45 64.59 21:53:19 21:53:19 21:50:01 CPU %user %nice %system %iowait %steal %idle 21:53:19 21:51:02 all 4.74 0.00 5.88 0.55 32.38 56.45 21:53:19 21:51:02 0 5.17 0.00 5.72 0.54 34.53 54.05 21:53:19 21:51:02 1 4.34 0.00 5.54 0.49 31.83 57.80 21:53:19 21:51:02 2 4.38 0.00 5.36 0.59 31.65 58.02 21:53:19 21:51:02 3 5.10 0.00 6.94 0.57 31.51 55.87 21:53:19 21:52:01 all 4.10 0.00 6.26 1.76 24.40 63.48 21:53:19 21:52:01 0 4.64 0.00 7.27 1.88 26.94 59.27 21:53:19 21:52:01 1 1.98 0.00 4.49 1.90 25.67 65.95 21:53:19 21:52:01 2 6.94 0.00 6.43 1.65 23.07 61.91 21:53:19 21:52:01 3 2.95 0.00 6.93 1.57 21.79 66.76 21:53:19 21:53:01 all 3.85 0.00 4.93 1.92 26.95 62.34 21:53:19 21:53:01 0 2.96 0.00 4.38 0.99 28.26 63.41 21:53:19 21:53:01 1 3.51 0.00 5.11 0.75 27.59 63.05 21:53:19 21:53:01 2 5.10 0.00 5.74 2.66 27.34 59.16 21:53:19 21:53:01 3 3.89 0.00 4.51 3.37 24.54 63.69 21:53:19 Average: all 2.57 0.00 2.60 1.07 14.04 79.72 21:53:19 Average: 0 2.69 0.00 2.54 1.05 15.09 78.64 21:53:19 Average: 1 2.31 0.00 2.79 0.78 14.14 79.98 21:53:19 Average: 2 2.86 0.00 2.43 1.23 13.77 79.72 21:53:19 Average: 3 2.42 0.00 2.66 1.24 13.15 80.54 21:53:19 21:53:19 21:53:19