Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: 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 ‘prd-centos7-docker-4c-2g-3593’ is offline; ‘prd-centos7-docker-4c-2g-3602’ is offline Running on prd-centos7-docker-4c-2g-3609 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 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 # timeout=10 Commit message: "ci: Update files for Go 1.16 (#246)" > git rev-list --no-walk 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:30:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:30:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:30:21 ========================================================= 18:30:21 EdgeX Global Pipelines Version Info 18:30:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:30:24 ------------------- 18:30:24 stable info: 18:30:24 ------------------- 18:30:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:30:24 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 18:30:24 Message: update stable to v1.0.191 18:30:25 ------------------- 18:30:25 experimental info: 18:30:25 ------------------- 18:30:25 Commited By: **** collab-it+edgex@linuxfoundation.org 18:30:25 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 18:30:25 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:30:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6494f19 [Pipeline] echo 18:30:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:30:26 provisioning config files... 18:30:26 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4738531362286459585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:26 ---> docker-login.sh 18:30:26 nexus3.edgexfoundry.org:10001 18:30:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:28 Configure a credential helper to remove this warning. See 18:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:28 18:30:28 Login Succeeded 18:30:28 nexus3.edgexfoundry.org:10002 18:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:28 Configure a credential helper to remove this warning. See 18:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:28 18:30:28 Login Succeeded 18:30:28 nexus3.edgexfoundry.org:10003 18:30:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:28 Configure a credential helper to remove this warning. See 18:30:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:28 18:30:28 Login Succeeded 18:30:28 nexus3.edgexfoundry.org:10004 18:30:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:29 Configure a credential helper to remove this warning. See 18:30:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:29 18:30:29 Login Succeeded 18:30:29 docker.io 18:30:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:30:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:30:29 Configure a credential helper to remove this warning. See 18:30:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:30:29 18:30:29 Login Succeeded 18:30:29 ---> docker-login.sh ends [Pipeline] } 18:30:29 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 18:30:30 + git log --format=format:%s -1 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] echo 18:30:30 GIT_COMMIT: 6494f196447de14bc8de4843e7d8f16b3ff1e2c1, Commit Message: ci: Update files for Go 1.16 (#246) [Pipeline] echo 18:30:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:30:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:31 18:30:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:30:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:31 latest: Pulling from edgex-devops/git-semver 18:30:31 31603596830f: Pulling fs layer 18:30:31 54011a49482f: Pulling fs layer 18:30:31 a6820b24f6d8: Pulling fs layer 18:30:31 f581987b2513: Pulling fs layer 18:30:31 f581987b2513: Waiting 18:30:31 54011a49482f: Verifying Checksum 18:30:31 54011a49482f: Download complete 18:30:31 31603596830f: Verifying Checksum 18:30:31 31603596830f: Download complete 18:30:32 f581987b2513: Verifying Checksum 18:30:32 f581987b2513: Download complete 18:30:32 31603596830f: Pull complete 18:30:32 a6820b24f6d8: Verifying Checksum 18:30:32 a6820b24f6d8: Download complete 18:30:32 54011a49482f: Pull complete 18:30:34 a6820b24f6d8: Pull complete 18:30:34 f581987b2513: Pull complete 18:30:34 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 18:30:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:30:35 prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container 18:30:35 $ 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 18:30:37 $ docker top 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:30:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:38 [ssh-agent] Looking for ssh-agent implementation... 18:30:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:38 $ docker exec 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent 18:30:39 SSH_AUTH_SOCK=/tmp/ssh-L2PV6LUnxtr9/agent.11 18:30:39 SSH_AGENT_PID=16 18:30:39 Running ssh-add (command line suppressed) 18:30:39 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5189951494029879499.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5189951494029879499.key) 18:30:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:40 + git tag --points-at HEAD [Pipeline] } 18:30:40 $ docker exec --env ******** --env ******** 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent -k 18:30:40 unset SSH_AUTH_SOCK; 18:30:40 unset SSH_AGENT_PID; 18:30:40 echo Agent pid 16 killed; 18:30:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:30:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:40 [ssh-agent] Looking for ssh-agent implementation... 18:30:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:41 $ docker exec 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent 18:30:41 SSH_AUTH_SOCK=/tmp/ssh-rODLNlB6xHjy/agent.46 18:30:41 SSH_AGENT_PID=51 18:30:41 Running ssh-add (command line suppressed) 18:30:42 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2591206157986614124.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2591206157986614124.key) 18:30:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:42 + git semver init 18:30:42 # -> Open(): unable to determine branch for HEAD 18:30:42 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:30:42 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:30:42 # $SEMVER_REMOTE_NAME = origin 18:30:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:30:42 # $SEMVER_USER_NAME = edgex-jenkins 18:30:42 # $SEMVER_BRANCH = master 18:30:42 # $SEMVER_TEMP = /tmp/semver-425863741 18:30:42 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 18:30:43 # '/tmp/semver-425863741' -> '/w/workspace/_app-service-configurable_master/.semver' 18:30:43 # -> Force: false 18:30:43 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:30:43 $ docker exec --env ******** --env ******** 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent -k 18:30:43 unset SSH_AUTH_SOCK; 18:30:43 unset SSH_AGENT_PID; 18:30:43 echo Agent pid 51 killed; 18:30:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:30:43 + git semver [Pipeline] } 18:30:43 $ docker stop --time=1 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 18:30:45 $ docker rm -f 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:30:46 Stashed 1 file(s) [Pipeline] echo 18:30:46 [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [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 18:31:01 Still waiting to schedule task 18:31:01 ‘prd-centos7-docker-4c-2g-3593’ is offline; ‘prd-centos7-docker-4c-2g-3600’ is offline; ‘prd-centos7-docker-4c-2g-3602’ is offline; ‘prd-centos7-docker-4c-2g-3603’ is offline; ‘prd-centos7-docker-4c-2g-3610’ is offline; ‘prd-centos7-docker-4c-2g-3612’ is offline; ‘prd-centos7-docker-4c-2g-3619’ is offline; ‘prd-centos7-docker-4c-2g-3620’ is offline 18:31:01 Still waiting to schedule task 18:31:01 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:33:19 Running on prd-centos7-docker-4c-2g-3631 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:33:19 Running in /w/workspace/app-service-configurable/105 [Pipeline] { [Pipeline] checkout 18:33:22 using credential edgex-jenkins-ssh 18:33:22 Cloning the remote Git repository 18:33:22 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:33:22 > git init /w/workspace/app-service-configurable/105 # timeout=10 18:33:22 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:33:22 > git --version # timeout=10 18:33:22 > git --version # 'git version 2.24.3' 18:33:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:23 Checking out Revision 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 (master) 18:33:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:33:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:33:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:33:23 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:33:23 > git config core.sparsecheckout # timeout=10 18:33:23 > git checkout -f 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 # timeout=10 18:33:27 Commit message: "ci: Update files for Go 1.16 (#246)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:33:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:33:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:33:29 + sudo service docker restart 18:33:29 + true 18:33:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:33:30 provisioning config files... 18:33:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config7604249410863132611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:33:30 ---> docker-login.sh 18:33:30 nexus3.edgexfoundry.org:10001 18:33:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:30 Configure a credential helper to remove this warning. See 18:33:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:30 18:33:30 Login Succeeded 18:33:30 nexus3.edgexfoundry.org:10002 18:33:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:30 Configure a credential helper to remove this warning. See 18:33:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:30 18:33:30 Login Succeeded 18:33:30 nexus3.edgexfoundry.org:10003 18:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:31 Configure a credential helper to remove this warning. See 18:33:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:31 18:33:31 Login Succeeded 18:33:31 nexus3.edgexfoundry.org:10004 18:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:31 Configure a credential helper to remove this warning. See 18:33:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:31 18:33:31 Login Succeeded 18:33:31 docker.io 18:33:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:33:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:33:32 Configure a credential helper to remove this warning. See 18:33:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:33:32 18:33:32 Login Succeeded 18:33:32 ---> docker-login.sh ends [Pipeline] } 18:33:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:33:32 ========================================================= 18:33:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:33:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:33:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 18:33:32 Sending build context to Docker daemon 95.74kB 18:33:32 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 18:33:32 Step 2/8 : FROM ${BASE} 18:33:32 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:33:32 540db60ca938: Pulling fs layer 18:33:32 adcc1eea9eea: Pulling fs layer 18:33:32 4c4ab2625f07: Pulling fs layer 18:33:32 0510c868ecb4: Pulling fs layer 18:33:32 afea3b2eda06: Pulling fs layer 18:33:32 7809a108b3ef: Pulling fs layer 18:33:32 f706445af74f: Pulling fs layer 18:33:32 0510c868ecb4: Waiting 18:33:32 afea3b2eda06: Waiting 18:33:32 f706445af74f: Waiting 18:33:32 7809a108b3ef: Waiting 18:33:32 4c4ab2625f07: Verifying Checksum 18:33:32 4c4ab2625f07: Download complete 18:33:32 adcc1eea9eea: Verifying Checksum 18:33:32 adcc1eea9eea: Download complete 18:33:32 afea3b2eda06: Download complete 18:33:32 7809a108b3ef: Verifying Checksum 18:33:32 7809a108b3ef: Download complete 18:33:33 540db60ca938: Verifying Checksum 18:33:33 540db60ca938: Download complete 18:33:33 540db60ca938: Pull complete 18:33:33 adcc1eea9eea: Pull complete 18:33:33 4c4ab2625f07: Pull complete 18:33:35 f706445af74f: Verifying Checksum 18:33:35 f706445af74f: Download complete 18:33:36 0510c868ecb4: Verifying Checksum 18:33:36 0510c868ecb4: Download complete 18:33:41 0510c868ecb4: Pull complete 18:33:41 afea3b2eda06: Pull complete 18:33:42 7809a108b3ef: Pull complete 18:33:46 f706445af74f: Pull complete 18:33:46 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 18:33:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:33:46 ---> b068be0155e3 18:33:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:33:46 ---> Running in f49c50e72a20 18:33:46 Removing intermediate container f49c50e72a20 18:33:46 ---> 7ff93826e2fa 18:33:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:46 ---> Running in 142c4430096b 18:33:48 Removing intermediate container 142c4430096b 18:33:48 ---> bcd40f3f5522 18:33:48 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:33:48 ---> Running in 53d702951cae 18:33:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:33:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:33:51 (1/6) Installing libc-dev (0.7.2-r3) 18:33:51 (2/6) Installing libsodium (1.0.18-r0) 18:33:51 (3/6) Installing pkgconf (1.7.3-r0) 18:33:51 (4/6) Installing libsodium-dev (1.0.18-r0) 18:33:51 (5/6) Installing libzmq (4.3.3-r1) 18:33:51 (6/6) Installing zeromq-dev (4.3.3-r1) 18:33:51 Executing busybox-1.32.1-r6.trigger 18:33:51 OK: 150 MiB in 46 packages 18:33:52 Removing intermediate container 53d702951cae 18:33:52 ---> d1f002df07d6 18:33:52 Step 6/8 : WORKDIR /app 18:33:52 ---> Running in cccf8254629c 18:33:53 Removing intermediate container cccf8254629c 18:33:53 ---> 0fcb4e533dae 18:33:53 Step 7/8 : COPY . . 18:33:53 ---> cefe4cef5f05 18:33:53 Step 8/8 : RUN go mod download 18:33:53 ---> Running in 5550a56872fe 18:34:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3629 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 18:34:03 Running in /w/workspace/app-service-configurable/105 [Pipeline] { [Pipeline] checkout 18:34:09 using credential edgex-jenkins-ssh 18:34:09 Cloning the remote Git repository 18:34:09 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 18:34:09 > git init /w/workspace/app-service-configurable/105 # timeout=10 18:34:09 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:34:09 > git --version # timeout=10 18:34:10 > git --version # 'git version 2.17.1' 18:34:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:34:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 18:34:11 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 18:34:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:11 Checking out Revision 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 (master) 18:34:11 > git config core.sparsecheckout # timeout=10 18:34:11 > git checkout -f 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 # timeout=10 18:34:15 Removing intermediate container 5550a56872fe 18:34:15 ---> 19d326678085 18:34:15 Successfully built 19d326678085 18:34:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:34:15 + docker inspect -f . ci-base-image-x86_64 18:34:15 . [Pipeline] withDockerContainer 18:34:15 prd-centos7-docker-4c-2g-3631 does not seem to be running inside a container 18:34:15 Commit message: "ci: Update files for Go 1.16 (#246)" 18:34:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:34:16 $ docker top 32bfc53d1753689c6077af9af51aaae82453b76fa93fc695540121f9af25d164 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:34:17 + go version 18:34:17 go version go1.16.3 linux/amd64 [Pipeline] } 18:34:17 $ docker stop --time=1 32bfc53d1753689c6077af9af51aaae82453b76fa93fc695540121f9af25d164 18:34:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 18:34:19 $ docker rm -f 32bfc53d1753689c6077af9af51aaae82453b76fa93fc695540121f9af25d164 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:34:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:34:19 + docker inspect -f . ci-base-image-x86_64 18:34:19 . [Pipeline] withDockerContainer 18:34:19 prd-centos7-docker-4c-2g-3631 does not seem to be running inside a container 18:34:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:34:20 + sudo service docker restart 18:34:20 + true 18:34:20 $ docker top 11bdb11465f30c452895c1af326abc7d60a01e3e0ad086c09fae6c08f148c117 -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:21 + go mod tidy [Pipeline] sh 18:34:21 + make test 18:34:21 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:34:22 provisioning config files... 18:34:22 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config7810476584139271240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:34:23 ---> docker-login.sh 18:34:23 nexus3.edgexfoundry.org:10001 18:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:24 Configure a credential helper to remove this warning. See 18:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:24 18:34:24 Login Succeeded 18:34:24 nexus3.edgexfoundry.org:10002 18:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:25 Configure a credential helper to remove this warning. See 18:34:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:25 18:34:25 Login Succeeded 18:34:25 nexus3.edgexfoundry.org:10003 18:34:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:25 Configure a credential helper to remove this warning. See 18:34:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:25 18:34:25 Login Succeeded 18:34:25 nexus3.edgexfoundry.org:10004 18:34:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:26 Configure a credential helper to remove this warning. See 18:34:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:26 18:34:26 Login Succeeded 18:34:26 docker.io 18:34:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:34:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:34:26 Configure a credential helper to remove this warning. See 18:34:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:34:26 18:34:26 Login Succeeded 18:34:26 ---> docker-login.sh ends [Pipeline] } 18:34:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:34:26 ========================================================= 18:34:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 18:34:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 18:34:27 Sending build context to Docker daemon 95.74kB 18:34:27 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 18:34:27 Step 2/8 : FROM ${BASE} 18:34:27 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:34:27 595b0fe564bb: Pulling fs layer 18:34:27 7186ed65a4f7: Pulling fs layer 18:34:27 316046926c0a: Pulling fs layer 18:34:27 4ebd0625c992: Pulling fs layer 18:34:27 207e8628e3a3: Pulling fs layer 18:34:27 c791037a9be2: Pulling fs layer 18:34:27 ffd874e62e21: Pulling fs layer 18:34:27 207e8628e3a3: Waiting 18:34:27 c791037a9be2: Waiting 18:34:27 ffd874e62e21: Waiting 18:34:27 4ebd0625c992: Waiting 18:34:27 316046926c0a: Verifying Checksum 18:34:27 316046926c0a: Download complete 18:34:27 7186ed65a4f7: Verifying Checksum 18:34:27 7186ed65a4f7: Download complete 18:34:27 207e8628e3a3: Download complete 18:34:27 c791037a9be2: Download complete 18:34:27 595b0fe564bb: Verifying Checksum 18:34:27 595b0fe564bb: Download complete 18:34:28 595b0fe564bb: Pull complete 18:34:29 7186ed65a4f7: Pull complete 18:34:29 316046926c0a: Pull complete 18:34:30 ffd874e62e21: Verifying Checksum 18:34:30 ffd874e62e21: Download complete 18:34:31 4ebd0625c992: Verifying Checksum 18:34:31 4ebd0625c992: Download complete 18:34:40 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:34:40 CGO_ENABLED=1 go vet ./... 18:34:40 4ebd0625c992: Pull complete 18:34:40 207e8628e3a3: Pull complete 18:34:40 c791037a9be2: Pull complete 18:34:44 ffd874e62e21: Pull complete 18:34:44 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 18:34:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:34:44 ---> cfc18b08335c 18:34:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:34:46 gofmt -l . 18:34:46 [ "`gofmt -l .`" = "" ] 18:34:46 ./bin/test-go-mod-tidy.sh 18:34:47 ./bin/test-attribution-txt.sh 18:34:47 ---> Running in 2ea55a98d375 18:34:47 Removing intermediate container 2ea55a98d375 18:34:47 ---> e6dcdf081872 18:34:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:47 ---> Running in ba84b144c04d [Pipeline] } 18:34:47 $ docker stop --time=1 11bdb11465f30c452895c1af326abc7d60a01e3e0ad086c09fae6c08f148c117 18:34:50 Removing intermediate container ba84b144c04d 18:34:50 ---> 880a54f82627 18:34:50 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 18:34:50 ---> Running in 507d0c0f200f 18:34:50 $ docker rm -f 11bdb11465f30c452895c1af326abc7d60a01e3e0ad086c09fae6c08f148c117 [Pipeline] // withDockerContainer [Pipeline] sh 18:34:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:34:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:34:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 18:34:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] sh 18:34:53 (1/6) Installing libc-dev (0.7.2-r3) 18:34:53 (2/6) Installing libsodium (1.0.18-r0) 18:34:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:34:53 (3/6) Installing pkgconf (1.7.3-r0) 18:34:54 + ls -al . 18:34:54 total 92 18:34:54 drwxrwxr-x. 7 jenkins jenkins 4096 May 7 18:34 . 18:34:54 drwxrwxr-x. 4 jenkins jenkins 32 May 7 18:33 .. 18:34:54 -rw-rw-r--. 1 jenkins jenkins 7306 May 7 18:33 Attribution.txt 18:34:54 drwxrwxr-x. 2 jenkins jenkins 64 May 7 18:33 bin 18:34:54 -rw-r--r--. 1 jenkins jenkins 10 May 7 18:34 coverage.out 18:34:54 -rw-rw-r--. 1 jenkins jenkins 2032 May 7 18:33 Dockerfile 18:34:54 -rw-rw-r--. 1 jenkins jenkins 970 May 7 18:33 Dockerfile.build 18:34:54 -rw-rw-r--. 1 jenkins jenkins 119 May 7 18:33 .dockerignore 18:34:54 drwxrwxr-x. 8 jenkins jenkins 162 May 7 18:33 .git 18:34:54 drwxrwxr-x. 2 jenkins jenkins 81 May 7 18:33 .github 18:34:54 -rw-rw-r--. 1 jenkins jenkins 111 May 7 18:33 .gitignore 18:34:54 -rw-r--r--. 1 jenkins jenkins 136 May 7 18:34 go.mod 18:34:54 -rw-r--r--. 1 jenkins jenkins 20777 May 7 18:34 go.sum 18:34:54 -rw-rw-r--. 1 jenkins jenkins 687 May 7 18:33 Jenkinsfile 18:34:54 -rw-rw-r--. 1 jenkins jenkins 10174 May 7 18:33 LICENSE 18:34:54 -rw-rw-r--. 1 jenkins jenkins 1460 May 7 18:33 main.go 18:34:54 -rw-rw-r--. 1 jenkins jenkins 1595 May 7 18:33 makefile 18:34:54 -rw-rw-r--. 1 jenkins jenkins 3230 May 7 18:33 README.md 18:34:54 drwxrwxr-x. 9 jenkins jenkins 147 May 7 18:33 res 18:34:54 drwxrwxr-x. 4 jenkins jenkins 71 May 7 18:33 snap 18:34:54 -rw-rw-r--. 1 jenkins jenkins 12 May 7 18:30 VERSION [Pipeline] isUnix [Pipeline] sh 18:34:54 (4/6) Installing libsodium-dev (1.0.18-r0) 18:34:54 (5/6) Installing libzmq (4.3.3-r1) 18:34:54 + 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=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 --label arch=amd64 --label version=2.0.0-dev.35 . 18:34:54 Sending build context to Docker daemon 119.3kB 18:34:54 (6/6) Installing zeromq-dev (4.3.3-r1) 18:34:54 Executing busybox-1.32.1-r6.trigger 18:34:54 OK: 139 MiB in 46 packages 18:34:54 Step 1/27 : ARG BASE=golang:1.16-alpine3.12 18:34:54 Step 2/27 : FROM ${BASE} AS builder 18:34:54 ---> 19d326678085 18:34:54 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:34:54 ---> Running in 9adbd61d87de 18:34:54 Removing intermediate container 9adbd61d87de 18:34:54 ---> f56723eca387 18:34:54 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:34:54 ---> Running in 75382f1fd4b9 18:34:55 Removing intermediate container 75382f1fd4b9 18:34:55 ---> 81a1a8e36aeb 18:34:55 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:34:55 ---> Running in 8e45996bf0ca 18:34:55 Removing intermediate container 8e45996bf0ca 18:34:55 ---> 61c33ca46088 18:34:55 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:55 ---> Running in b3712928e611 18:34:55 Removing intermediate container 507d0c0f200f 18:34:55 ---> 2cafffe63dff 18:34:55 Step 6/8 : WORKDIR /app 18:34:55 ---> Running in 747de4a3949d 18:34:56 Removing intermediate container b3712928e611 18:34:56 ---> 02cb79b6ef49 18:34:56 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:34:56 ---> Running in c8a7ae849d91 18:34:56 Removing intermediate container 747de4a3949d 18:34:56 ---> 226ee2a80604 18:34:56 Step 7/8 : COPY . . 18:34:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:34:57 ---> 1804f382192c 18:34:57 Step 8/8 : RUN go mod download 18:34:57 ---> Running in 849c0acf96e7 18:34:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:34:59 OK: 150 MiB in 46 packages 18:34:59 Removing intermediate container c8a7ae849d91 18:34:59 ---> 46f7e7dca825 18:34:59 Step 8/27 : WORKDIR /app 18:34:59 ---> Running in 25ed8da3df1e 18:35:00 Removing intermediate container 25ed8da3df1e 18:35:00 ---> f5af9b294f57 18:35:00 Step 9/27 : COPY go.mod . 18:35:00 ---> 15996c43d792 18:35:00 Step 10/27 : RUN go mod download 18:35:00 ---> Running in 9f1cf10bb2c8 18:35:01 Removing intermediate container 9f1cf10bb2c8 18:35:01 ---> 612ff37789fe 18:35:01 Step 11/27 : COPY . . 18:35:02 ---> 329b8365aa48 18:35:02 Step 12/27 : ARG MAKE="make build" 18:35:02 ---> Running in 91befacf61c4 18:35:02 Removing intermediate container 91befacf61c4 18:35:02 ---> 217d103a6a6d 18:35:02 Step 13/27 : RUN $MAKE 18:35:02 ---> Running in 0dbdcd0b3b5e 18:35:02 go mod tidy 18:35:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.35" -o app-service-configurable 18:35:17 Removing intermediate container 0dbdcd0b3b5e 18:35:17 ---> 8db503224067 18:35:17 Step 14/27 : FROM alpine:3.12 18:35:17 3.12: Pulling from library/alpine 18:35:18 339de151aab4: Pulling fs layer 18:35:18 339de151aab4: Verifying Checksum 18:35:18 339de151aab4: Download complete 18:35:18 339de151aab4: Pull complete 18:35:18 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:35:18 Status: Downloaded newer image for alpine:3.12 18:35:18 ---> 13621d1b12d4 18:35:18 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:35:18 ---> Running in b438c49a5c2b 18:35:18 Removing intermediate container b438c49a5c2b 18:35:18 ---> e283034b2b6b 18:35:18 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:35:19 ---> Running in 3e04b1a6c8c9 18:35:19 Removing intermediate container 3e04b1a6c8c9 18:35:19 ---> cf40adaebea2 18:35:19 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:35:19 ---> Running in 3a15d147f8a7 18:35:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:20 (1/7) Installing ca-certificates (20191127-r4) 18:35:20 (2/7) Installing dumb-init (1.2.2-r1) 18:35:20 (3/7) Installing libgcc (9.3.0-r2) 18:35:20 (4/7) Installing libsodium (1.0.18-r0) 18:35:20 (5/7) Installing libstdc++ (9.3.0-r2) 18:35:20 (6/7) Installing libzmq (4.3.3-r0) 18:35:20 (7/7) Installing zeromq (4.3.3-r0) 18:35:20 Executing busybox-1.31.1-r20.trigger 18:35:20 Executing ca-certificates-20191127-r4.trigger 18:35:20 OK: 9 MiB in 21 packages 18:35:21 Removing intermediate container 3a15d147f8a7 18:35:21 ---> 92651d10cd4e 18:35:21 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:35:21 ---> d2741923e6a2 18:35:21 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:35:22 ---> 75d2f3295de3 18:35:22 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:35:22 ---> 40ecffa9a73a 18:35:22 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:35:22 ---> 79d3ffbe0450 18:35:22 Step 22/27 : EXPOSE 48095 18:35:22 ---> Running in 87b0b4cb2e48 18:35:23 Removing intermediate container 87b0b4cb2e48 18:35:23 ---> eb1839cfa7e8 18:35:23 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:35:23 ---> Running in 339a5712f04d 18:35:23 Removing intermediate container 339a5712f04d 18:35:23 ---> 9dece036d90a 18:35:23 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:35:23 ---> Running in e2d6682850d5 18:35:23 Removing intermediate container e2d6682850d5 18:35:23 ---> cef222188673 18:35:23 Step 25/27 : LABEL arch=amd64 18:35:23 ---> Running in 1fd3ea725abb 18:35:23 Removing intermediate container 1fd3ea725abb 18:35:23 ---> 15839e08be7b 18:35:23 Step 26/27 : LABEL git_sha=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:35:23 ---> Running in 6422d0e05fd1 18:35:24 Removing intermediate container 849c0acf96e7 18:35:24 ---> 3343dae39c06 18:35:24 Successfully built 3343dae39c06 18:35:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:35:24 Removing intermediate container 6422d0e05fd1 18:35:24 ---> 7a12eed8513c 18:35:24 Step 27/27 : LABEL version=2.0.0-dev.35 18:35:24 ---> Running in 96cab121edaf 18:35:24 Removing intermediate container 96cab121edaf 18:35:24 ---> 025ab5432fc8 18:35:24 [Warning] One or more build-args [ARCH] were not consumed 18:35:24 Successfully built 025ab5432fc8 18:35:24 Successfully tagged docker-app-service-configurable:latest [Pipeline] } 18:35:24 + docker inspect -f . ci-base-image-arm64 18:35:24 . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] withDockerContainer 18:35:24 prd-ubuntu18.04-docker-arm64-4c-16g-3629 does not seem to be running inside a container 18:35:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@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 18:35:26 $ docker top 2f636d4c34e465af72e4406027018feba7e1a019d285f84c65b42639d0900098 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:35:26 provisioning config files... 18:35:26 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config7138482560950115618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:35:27 ---> docker-login.sh 18:35:27 nexus3.edgexfoundry.org:10001 18:35:27 + go version 18:35:27 go version go1.16.3 linux/arm64 [Pipeline] } 18:35:27 $ docker stop --time=1 2f636d4c34e465af72e4406027018feba7e1a019d285f84c65b42639d0900098 18:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:27 Configure a credential helper to remove this warning. See 18:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:27 18:35:27 Login Succeeded 18:35:27 nexus3.edgexfoundry.org:10002 18:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:27 Configure a credential helper to remove this warning. See 18:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:27 18:35:27 Login Succeeded 18:35:27 nexus3.edgexfoundry.org:10003 18:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:27 Configure a credential helper to remove this warning. See 18:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:27 18:35:27 Login Succeeded 18:35:27 nexus3.edgexfoundry.org:10004 18:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:28 Configure a credential helper to remove this warning. See 18:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:28 18:35:28 Login Succeeded 18:35:28 docker.io 18:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:35:28 Configure a credential helper to remove this warning. See 18:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:35:28 18:35:28 Login Succeeded 18:35:28 ---> docker-login.sh ends 18:35:29 $ docker rm -f 2f636d4c34e465af72e4406027018feba7e1a019d285f84c65b42639d0900098 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 18:35:29 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo 18:35:29 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 18:35:29 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:35:29 latest 18:35:29 2.0.0-dev.35 18:35:29 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 18:35:29 master 18:35:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:30 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] isUnix [Pipeline] sh 18:35:30 + docker inspect -f . ci-base-image-arm64 18:35:30 . [Pipeline] withDockerContainer 18:35:30 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:35:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:35:30 e9155c6ae121: Preparing 18:35:30 2dbed5b8f0fe: Preparing 18:35:30 41f8978bc4b8: Preparing 18:35:30 f47b0a8f1af9: Preparing 18:35:30 e9988b4055ec: Preparing 18:35:30 32f366d666a5: Preparing 18:35:30 32f366d666a5: Waiting 18:35:30 prd-ubuntu18.04-docker-arm64-4c-16g-3629 does not seem to be running inside a container 18:35:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@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 18:35:30 f47b0a8f1af9: Pushed 18:35:30 41f8978bc4b8: Pushed 18:35:30 32f366d666a5: Layer already exists 18:35:30 2dbed5b8f0fe: Pushed 18:35:30 e9988b4055ec: Pushed 18:35:32 $ docker top fff4f9f01aeddf5a06faba9e575d30aaf15e342d1c44ac8950dc901eaa9f02f1 -eo pid,comm 18:35:32 e9155c6ae121: Pushed 18:35:32 6494f196447de14bc8de4843e7d8f16b3ff1e2c1: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:35:32 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 18:35:33 + go mod tidy 18:35:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:35:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:35:33 e9155c6ae121: Preparing 18:35:33 2dbed5b8f0fe: Preparing 18:35:33 41f8978bc4b8: Preparing 18:35:33 f47b0a8f1af9: Preparing 18:35:33 e9988b4055ec: Preparing 18:35:33 32f366d666a5: Preparing 18:35:33 32f366d666a5: Waiting 18:35:33 f47b0a8f1af9: Layer already exists 18:35:33 e9988b4055ec: Layer already exists 18:35:33 e9155c6ae121: Layer already exists 18:35:33 41f8978bc4b8: Layer already exists 18:35:33 2dbed5b8f0fe: Layer already exists 18:35:33 32f366d666a5: Layer already exists 18:35:33 latest: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] sh 18:35:33 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 18:35:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.35 18:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:35:34 e9155c6ae121: Preparing 18:35:34 2dbed5b8f0fe: Preparing 18:35:34 41f8978bc4b8: Preparing 18:35:34 f47b0a8f1af9: Preparing 18:35:34 e9988b4055ec: Preparing 18:35:34 32f366d666a5: Preparing 18:35:34 32f366d666a5: Waiting 18:35:34 e9988b4055ec: Layer already exists 18:35:34 41f8978bc4b8: Layer already exists 18:35:34 f47b0a8f1af9: Layer already exists 18:35:34 e9155c6ae121: Layer already exists 18:35:34 2dbed5b8f0fe: Layer already exists 18:35:34 32f366d666a5: Layer already exists 18:35:34 2.0.0-dev.35: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:35:34 + make test 18:35:34 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:35:34 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 18:35:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 18:35:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:35:34 e9155c6ae121: Preparing 18:35:34 2dbed5b8f0fe: Preparing 18:35:34 41f8978bc4b8: Preparing 18:35:34 f47b0a8f1af9: Preparing 18:35:34 e9988b4055ec: Preparing 18:35:34 32f366d666a5: Preparing 18:35:34 32f366d666a5: Waiting 18:35:34 2dbed5b8f0fe: Layer already exists 18:35:34 e9155c6ae121: Layer already exists 18:35:34 41f8978bc4b8: Layer already exists 18:35:34 e9988b4055ec: Layer already exists 18:35:34 f47b0a8f1af9: Layer already exists 18:35:34 32f366d666a5: Layer already exists 18:35:34 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] isUnix [Pipeline] sh 18:35:35 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 18:35:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 18:35:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 18:35:35 e9155c6ae121: Preparing 18:35:35 2dbed5b8f0fe: Preparing 18:35:35 41f8978bc4b8: Preparing 18:35:35 f47b0a8f1af9: Preparing 18:35:35 e9988b4055ec: Preparing 18:35:35 32f366d666a5: Preparing 18:35:35 32f366d666a5: Waiting 18:35:35 f47b0a8f1af9: Layer already exists 18:35:35 e9155c6ae121: Layer already exists 18:35:35 2dbed5b8f0fe: Layer already exists 18:35:35 e9988b4055ec: Layer already exists 18:35:35 41f8978bc4b8: Layer already exists 18:35:35 32f366d666a5: Layer already exists 18:35:35 master: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:35:35 ===================================================== [Pipeline] echo 18:35:35 taggedImages: 18:35:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:35:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 18:35:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.35 18:35:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 18:35:35 - 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 18:35:36 ---> job-cost.sh 18:35:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TYWZ 18:35:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:36:17 lf-activate-venv(): INFO: Adding /tmp/venv-TYWZ/bin to PATH 18:36:17 INFO: No Stack... 18:36:18 INFO: Retrieving Pricing Info for: v1-standard-2 18:36:19 INFO: Archiving Costs [Pipeline] sh 18:36:19 + cat /w/workspace/app-service-configurable/105/archives/cost.csv 18:36:19 + cut -d, -f6 [Pipeline] lock 18:36:19 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] 18:36:19 Resource [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] did not exist. Created. 18:36:19 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:36:20 + echo total: 0.029999999329447746 [Pipeline] stash 18:36:20 Stashed 1 file(s) [Pipeline] } 18:36:20 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:36:21 ? github.com/edgexfoundry/app-service-configurable [no test files] 18:36:21 CGO_ENABLED=1 go vet ./... 18:36:48 gofmt -l . 18:36:48 [ "`gofmt -l .`" = "" ] 18:36:48 ./bin/test-go-mod-tidy.sh 18:36:48 ./bin/test-attribution-txt.sh [Pipeline] } 18:36:48 $ docker stop --time=1 fff4f9f01aeddf5a06faba9e575d30aaf15e342d1c44ac8950dc901eaa9f02f1 18:36:50 $ docker rm -f fff4f9f01aeddf5a06faba9e575d30aaf15e342d1c44ac8950dc901eaa9f02f1 [Pipeline] // withDockerContainer [Pipeline] sh 18:36:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:36:51 Warning: overwriting stash ‘coverage-report’ 18:36:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:36:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:36:53 + ls -al . 18:36:53 total 116 18:36:53 drwxrwxr-x 7 jenkins jenkins 4096 May 7 18:36 . 18:36:53 drwxrwxr-x 4 jenkins jenkins 4096 May 7 18:34 .. 18:36:53 -rw-rw-r-- 1 jenkins jenkins 119 May 7 18:34 .dockerignore 18:36:53 drwxrwxr-x 8 jenkins jenkins 4096 May 7 18:34 .git 18:36:53 drwxrwxr-x 2 jenkins jenkins 4096 May 7 18:34 .github 18:36:53 -rw-rw-r-- 1 jenkins jenkins 111 May 7 18:34 .gitignore 18:36:53 -rw-rw-r-- 1 jenkins jenkins 7306 May 7 18:34 Attribution.txt 18:36:53 -rw-rw-r-- 1 jenkins jenkins 2032 May 7 18:34 Dockerfile 18:36:53 -rw-rw-r-- 1 jenkins jenkins 970 May 7 18:34 Dockerfile.build 18:36:53 -rw-rw-r-- 1 jenkins jenkins 687 May 7 18:34 Jenkinsfile 18:36:53 -rw-rw-r-- 1 jenkins jenkins 10174 May 7 18:34 LICENSE 18:36:53 -rw-rw-r-- 1 jenkins jenkins 3230 May 7 18:34 README.md 18:36:53 -rw-rw-r-- 1 jenkins jenkins 12 May 7 18:30 VERSION 18:36:53 drwxrwxr-x 2 jenkins jenkins 4096 May 7 18:34 bin 18:36:53 -rw-r--r-- 1 jenkins jenkins 10 May 7 18:35 coverage.out 18:36:53 -rw-r--r-- 1 jenkins jenkins 136 May 7 18:36 go.mod 18:36:53 -rw-r--r-- 1 jenkins jenkins 20777 May 7 18:35 go.sum 18:36:53 -rw-rw-r-- 1 jenkins jenkins 1460 May 7 18:34 main.go 18:36:53 -rw-rw-r-- 1 jenkins jenkins 1595 May 7 18:34 makefile 18:36:53 drwxrwxr-x 9 jenkins jenkins 4096 May 7 18:34 res 18:36:53 drwxrwxr-x 4 jenkins jenkins 4096 May 7 18:34 snap [Pipeline] isUnix [Pipeline] sh 18:36:53 + 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=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 --label arch=arm64 --label version=2.0.0-dev.35 . 18:36:53 Sending build context to Docker daemon 119.3kB 18:36:53 Step 1/27 : ARG BASE=golang:1.16-alpine3.12 18:36:53 Step 2/27 : FROM ${BASE} AS builder 18:36:53 ---> 3343dae39c06 18:36:53 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 18:36:54 ---> Running in b7bea4077cb7 18:36:54 Removing intermediate container b7bea4077cb7 18:36:54 ---> c0264cc7af79 18:36:54 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 18:36:54 ---> Running in 6e4f91cf307e 18:36:55 Removing intermediate container 6e4f91cf307e 18:36:55 ---> ec2aff4295d3 18:36:55 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:36:55 ---> Running in 135b8eb7f209 18:36:55 Removing intermediate container 135b8eb7f209 18:36:55 ---> 42fa97da30dc 18:36:55 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:55 ---> Running in 9ff7d5c93774 18:36:57 Removing intermediate container 9ff7d5c93774 18:36:57 ---> 80e175d7d61d 18:36:57 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:36:57 ---> Running in dbeb5f4c44fd 18:36:58 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:37:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:37:02 OK: 139 MiB in 46 packages 18:37:03 Removing intermediate container dbeb5f4c44fd 18:37:03 ---> 2f1e0c5bad9f 18:37:03 Step 8/27 : WORKDIR /app 18:37:03 ---> Running in 51dbab7c3481 18:37:04 Removing intermediate container 51dbab7c3481 18:37:04 ---> 5f1f1e21f22a 18:37:04 Step 9/27 : COPY go.mod . 18:37:04 ---> 712cdce4e0d0 18:37:04 Step 10/27 : RUN go mod download 18:37:05 ---> Running in d68c718e5f6a 18:37:07 Removing intermediate container d68c718e5f6a 18:37:07 ---> efeddb33d677 18:37:07 Step 11/27 : COPY . . 18:37:07 ---> 66eaa62915f0 18:37:07 Step 12/27 : ARG MAKE="make build" 18:37:08 ---> Running in 60f489ab5744 18:37:08 Removing intermediate container 60f489ab5744 18:37:08 ---> 6f7920719d52 18:37:08 Step 13/27 : RUN $MAKE 18:37:08 ---> Running in b38403abec90 18:37:09 go mod tidy 18:37:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.35" -o app-service-configurable 18:37:49 Removing intermediate container b38403abec90 18:37:49 ---> f06a5848048b 18:37:49 Step 14/27 : FROM alpine:3.12 18:37:49 3.12: Pulling from library/alpine 18:37:49 d2f70382dc9a: Pulling fs layer 18:37:49 d2f70382dc9a: Download complete 18:37:49 d2f70382dc9a: Pull complete 18:37:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:37:49 Status: Downloaded newer image for alpine:3.12 18:37:49 ---> 9852663dfa18 18:37:49 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 18:37:49 ---> Running in 3e855597cb40 18:37:49 Removing intermediate container 3e855597cb40 18:37:49 ---> 7f1764fda4f1 18:37:49 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 18:37:49 ---> Running in 69262864c3ee 18:37:49 Removing intermediate container 69262864c3ee 18:37:49 ---> 6220a521edfb 18:37:49 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 18:37:49 ---> Running in b870e9a411e3 18:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:51 (1/7) Installing ca-certificates (20191127-r4) 18:37:51 (2/7) Installing dumb-init (1.2.2-r1) 18:37:51 (3/7) Installing libgcc (9.3.0-r2) 18:37:51 (4/7) Installing libsodium (1.0.18-r0) 18:37:51 (5/7) Installing libstdc++ (9.3.0-r2) 18:37:51 (6/7) Installing libzmq (4.3.3-r0) 18:37:51 (7/7) Installing zeromq (4.3.3-r0) 18:37:51 Executing busybox-1.31.1-r20.trigger 18:37:51 Executing ca-certificates-20191127-r4.trigger 18:37:51 OK: 9 MiB in 21 packages 18:37:53 Removing intermediate container b870e9a411e3 18:37:53 ---> f577ef96f48b 18:37:53 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 18:37:53 ---> 974fe22c1858 18:37:53 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 18:37:54 ---> 93014b898d71 18:37:54 Step 20/27 : COPY --from=builder /app/res/ /res/ 18:37:55 ---> a9eafde117cf 18:37:55 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 18:37:56 ---> 9124007a6fed 18:37:56 Step 22/27 : EXPOSE 48095 18:37:56 ---> Running in 71caf9753d6a 18:37:57 Removing intermediate container 71caf9753d6a 18:37:57 ---> 73943221418a 18:37:57 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 18:37:57 ---> Running in 2285f0fa8238 18:37:57 Removing intermediate container 2285f0fa8238 18:37:57 ---> 56f500f22e53 18:37:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:57 ---> Running in 73775c14d938 18:37:58 Removing intermediate container 73775c14d938 18:37:58 ---> 7b48b0d6ef28 18:37:58 Step 25/27 : LABEL arch=arm64 18:37:58 ---> Running in 36982141729e 18:37:59 Removing intermediate container 36982141729e 18:37:59 ---> 2dc087ec34ae 18:37:59 Step 26/27 : LABEL git_sha=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:37:59 ---> Running in bc7d313a068f 18:37:59 Removing intermediate container bc7d313a068f 18:37:59 ---> 02986656dbd2 18:37:59 Step 27/27 : LABEL version=2.0.0-dev.35 18:37:59 ---> Running in 097dd5927bac 18:38:00 Removing intermediate container 097dd5927bac 18:38:00 ---> 78faaa962b70 18:38:00 [Warning] One or more build-args [ARCH] were not consumed 18:38:00 Successfully built 78faaa962b70 18:38:00 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 18:38:00 provisioning config files... 18:38:00 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config1720915458202803877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:38:00 ---> docker-login.sh 18:38:00 nexus3.edgexfoundry.org:10001 18:38:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:01 Configure a credential helper to remove this warning. See 18:38:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:01 18:38:01 Login Succeeded 18:38:01 nexus3.edgexfoundry.org:10002 18:38:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:01 Configure a credential helper to remove this warning. See 18:38:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:01 18:38:01 Login Succeeded 18:38:01 nexus3.edgexfoundry.org:10003 18:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:02 Configure a credential helper to remove this warning. See 18:38:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:02 18:38:02 Login Succeeded 18:38:02 nexus3.edgexfoundry.org:10004 18:38:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:03 Configure a credential helper to remove this warning. See 18:38:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:03 18:38:03 Login Succeeded 18:38:03 docker.io 18:38:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:03 Configure a credential helper to remove this warning. See 18:38:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:03 18:38:03 Login Succeeded 18:38:03 ---> docker-login.sh ends [Pipeline] } 18:38:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:03 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 18:38:03 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:38:03 latest 18:38:03 2.0.0-dev.35 18:38:03 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 18:38:03 master 18:38:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:04 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] isUnix [Pipeline] sh 18:38:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:38:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:38:04 874a00b5a45d: Preparing 18:38:04 6165975e0d02: Preparing 18:38:04 7b26d2716f2d: Preparing 18:38:04 e6abacd0ec6f: Preparing 18:38:04 e01b73162eba: Preparing 18:38:04 3fbe34a1663b: Preparing 18:38:04 3fbe34a1663b: Waiting 18:38:04 e6abacd0ec6f: Pushed 18:38:04 6165975e0d02: Pushed 18:38:04 7b26d2716f2d: Pushed 18:38:04 3fbe34a1663b: Layer already exists 18:38:05 e01b73162eba: Pushed 18:38:08 874a00b5a45d: Pushed 18:38:08 6494f196447de14bc8de4843e7d8f16b3ff1e2c1: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:38:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:38:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:38:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:38:09 874a00b5a45d: Preparing 18:38:09 6165975e0d02: Preparing 18:38:09 7b26d2716f2d: Preparing 18:38:09 e6abacd0ec6f: Preparing 18:38:09 e01b73162eba: Preparing 18:38:09 3fbe34a1663b: Preparing 18:38:09 3fbe34a1663b: Waiting 18:38:09 7b26d2716f2d: Layer already exists 18:38:09 6165975e0d02: Layer already exists 18:38:09 e6abacd0ec6f: Layer already exists 18:38:09 874a00b5a45d: Layer already exists 18:38:09 e01b73162eba: Layer already exists 18:38:09 3fbe34a1663b: Layer already exists 18:38:09 latest: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:38:09 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 18:38:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.35 18:38:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:38:10 874a00b5a45d: Preparing 18:38:10 6165975e0d02: Preparing 18:38:10 7b26d2716f2d: Preparing 18:38:10 e6abacd0ec6f: Preparing 18:38:10 e01b73162eba: Preparing 18:38:10 3fbe34a1663b: Preparing 18:38:10 3fbe34a1663b: Waiting 18:38:10 6165975e0d02: Layer already exists 18:38:10 e01b73162eba: Layer already exists 18:38:10 7b26d2716f2d: Layer already exists 18:38:10 874a00b5a45d: Layer already exists 18:38:10 e6abacd0ec6f: Layer already exists 18:38:10 3fbe34a1663b: Layer already exists 18:38:10 2.0.0-dev.35: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:38:10 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh 18:38:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 18:38:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:38:11 874a00b5a45d: Preparing 18:38:11 6165975e0d02: Preparing 18:38:11 7b26d2716f2d: Preparing 18:38:11 e6abacd0ec6f: Preparing 18:38:11 e01b73162eba: Preparing 18:38:11 3fbe34a1663b: Preparing 18:38:11 3fbe34a1663b: Waiting 18:38:11 7b26d2716f2d: Layer already exists 18:38:11 874a00b5a45d: Layer already exists 18:38:11 e01b73162eba: Layer already exists 18:38:11 e6abacd0ec6f: Layer already exists 18:38:11 6165975e0d02: Layer already exists 18:38:11 3fbe34a1663b: Layer already exists 18:38:11 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh 18:38:11 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 18:38:12 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 18:38:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 18:38:12 874a00b5a45d: Preparing 18:38:12 6165975e0d02: Preparing 18:38:12 7b26d2716f2d: Preparing 18:38:12 e6abacd0ec6f: Preparing 18:38:12 e01b73162eba: Preparing 18:38:12 3fbe34a1663b: Preparing 18:38:12 3fbe34a1663b: Waiting 18:38:12 874a00b5a45d: Layer already exists 18:38:12 7b26d2716f2d: Layer already exists 18:38:12 6165975e0d02: Layer already exists 18:38:12 e6abacd0ec6f: Layer already exists 18:38:12 e01b73162eba: Layer already exists 18:38:12 3fbe34a1663b: Layer already exists 18:38:12 master: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:12 ===================================================== [Pipeline] echo 18:38:12 taggedImages: 18:38:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 18:38:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 18:38:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.35 18:38:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 18:38:12 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:38:12 ---> job-cost.sh 18:38:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zigq 18:38:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:40:13 lf-activate-venv(): INFO: Adding /tmp/venv-zigq/bin to PATH 18:40:13 INFO: No Stack... 18:40:13 INFO: Retrieving Pricing Info for: lf-standard-4 18:40:13 INFO: Archiving Costs [Pipeline] sh 18:40:13 + cut -d, -f6 18:40:13 + cat /w/workspace/app-service-configurable/105/archives/cost.csv [Pipeline] lock 18:40:14 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] 18:40:14 Resource [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] did not exist. Created. 18:40:14 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:40:14 /w/workspace/app-service-configurable/105@tmp/durable-6be9eb56/script.sh: 1: /w/workspace/app-service-configurable/105@tmp/durable-6be9eb56/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:40:14 + echo total: 0.20999999344348907 [Pipeline] stash 18:40:14 Warning: overwriting stash ‘stack-cost’ 18:40:14 Stashed 1 file(s) [Pipeline] } 18:40:14 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-105-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 18:40:15 provisioning config files... 18:40:15 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2452649915187251996tmp [Pipeline] { [Pipeline] sh 18:40:16 + set +x 18:40:16 + bash -s -- 18:40:16 + curl -s https://codecov.io/bash 18:40:16 18:40:16 _____ _ 18:40:16 / ____| | | 18:40:16 | | ___ __| | ___ ___ _____ __ 18:40:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:40:16 | |___| (_) | (_| | __/ (_| (_) \ V / 18:40:16 \_____\___/ \__,_|\___|\___\___/ \_/ 18:40:16 Bash-1.0.2 18:40:16 18:40:16 18:40:16 ==> git version 2.24.3 found 18:40:16 ==> 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 18:40:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:40:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:40:16 ==> Jenkins CI detected. 18:40:16 project root: . 18:40:16 --> token set from env 18:40:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:40:16 ==> Running gcov in . (disable via -X gcov) 18:40:16 ==> Python coveragepy not found 18:40:16 ==> Searching for coverage reports in: 18:40:16 + . 18:40:16 -> Found 1 reports 18:40:16 ==> Detecting git/mercurial file structure 18:40:16 ==> Reading reports 18:40:16 + ./coverage.out bytes=10 18:40:16 ==> Appending adjustments 18:40:16 https://docs.codecov.io/docs/fixing-reports 18:40:16 + Found adjustments 18:40:16 ==> Gzipping contents 18:40:16 4.0K /tmp/codecov.RVyG2j.gz 18:40:16 ==> Uploading reports 18:40:16 url: https://codecov.io 18:40:16 query: branch=master&commit=6494f196447de14bc8de4843e7d8f16b3ff1e2c1&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:40:16 -> Pinging Codecov 18:40:16 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=6494f196447de14bc8de4843e7d8f16b3ff1e2c1&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 18:40:17 -> Uploading to 18:40:17 https://storage.googleapis.com/codecov/v4/raw/2021-05-07/A97CA9966030D2A3747ED39772930CCE/6494f196447de14bc8de4843e7d8f16b3ff1e2c1/45786a36-3e59-4805-ba71-bf454c43b4a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T184017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc3aa74b56c5fb1f42dbc0dc183c066236eb858ee8eb1f2974b6341dfc603683 18:40:17 % Total % Received % Xferd Average Speed Time Time Time Current 18:40:17 Dload Upload Total Spent Left Speed 18:40:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 390 0 0 100 390 0 914 --:--:-- --:--:-- --:--:-- 915 18:40:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] } 18:40:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:40:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:40:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:18 18:40:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:40:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:19 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:40:19 188c0c94c7c5: Pulling fs layer 18:40:19 0ef7d3d256c8: Pulling fs layer 18:40:19 de9db76c5a1d: Pulling fs layer 18:40:19 0eba1c9be4d2: Pulling fs layer 18:40:19 0d57e429df01: Pulling fs layer 18:40:19 4e4be7b47b0d: Pulling fs layer 18:40:19 e1f770b5df2f: Pulling fs layer 18:40:19 85a0685a4137: Pulling fs layer 18:40:19 0d57e429df01: Waiting 18:40:19 4e4be7b47b0d: Waiting 18:40:19 e1f770b5df2f: Waiting 18:40:19 85a0685a4137: Waiting 18:40:19 0eba1c9be4d2: Waiting 18:40:19 de9db76c5a1d: Verifying Checksum 18:40:19 de9db76c5a1d: Download complete 18:40:19 0ef7d3d256c8: Verifying Checksum 18:40:19 0ef7d3d256c8: Download complete 18:40:19 0d57e429df01: Verifying Checksum 18:40:19 0d57e429df01: Download complete 18:40:19 4e4be7b47b0d: Verifying Checksum 18:40:19 4e4be7b47b0d: Download complete 18:40:20 188c0c94c7c5: Verifying Checksum 18:40:20 188c0c94c7c5: Download complete 18:40:21 188c0c94c7c5: Pull complete 18:40:21 0ef7d3d256c8: Pull complete 18:40:21 e1f770b5df2f: Verifying Checksum 18:40:21 e1f770b5df2f: Download complete 18:40:22 de9db76c5a1d: Pull complete 18:40:28 0eba1c9be4d2: Download complete 18:40:29 85a0685a4137: Verifying Checksum 18:40:29 85a0685a4137: Download complete 18:40:42 0eba1c9be4d2: Pull complete 18:40:42 0d57e429df01: Pull complete 18:40:42 4e4be7b47b0d: Pull complete 18:40:43 e1f770b5df2f: Pull complete 18:40:56 85a0685a4137: Pull complete 18:40:56 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:40:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:40:56 prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container 18:40:56 $ 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 18:40:58 $ docker top 35de9b92057994cd93ea603a284ef21db10e1edfe4ccb9c2a23d8f901e6c9be5 -eo pid,comm [Pipeline] { [Pipeline] echo 18:40:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:40:59 + set -o pipefail 18:40:59 + snyk monitor '--org=edgex-jenkins' 18:41:14 18:41:14 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 18:41:14 18:41:14 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/4ef5dc33-f710-4041-a7d1-85811d6e3c4d 18:41:14 18:41:14 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:41:14 18:41:14 [Pipeline] } 18:41:14 $ docker stop --time=1 35de9b92057994cd93ea603a284ef21db10e1edfe4ccb9c2a23d8f901e6c9be5 18:41:17 $ docker rm -f 35de9b92057994cd93ea603a284ef21db10e1edfe4ccb9c2a23d8f901e6c9be5 [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 18:41:19 + git log --format=format:%s -1 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] isUnix [Pipeline] sh 18:41:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:19 . [Pipeline] withDockerContainer 18:41:20 prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container 18:41:20 $ 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 18:41:21 $ docker top 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:41:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:22 [ssh-agent] Looking for ssh-agent implementation... 18:41:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:23 $ docker exec 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 ssh-agent 18:41:23 SSH_AUTH_SOCK=/tmp/ssh-5lqALGDfBnYP/agent.13 18:41:23 SSH_AGENT_PID=18 18:41:23 Running ssh-add (command line suppressed) 18:41:23 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1452187502105620014.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1452187502105620014.key) 18:41:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:24 + git semver tag 18:41:24 # -> Open(): unable to determine branch for HEAD 18:41:24 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:41:24 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:41:24 # $SEMVER_REMOTE_NAME = origin 18:41:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:41:24 # $SEMVER_USER_NAME = edgex-jenkins 18:41:24 # $SEMVER_BRANCH = master 18:41:24 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 18:41:24 # 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 HEAD 18:41:24 # -> Force: false 18:41:24 # 9b6a836012e9b3e90218d283519ae4d49f00097b refs/tags/v2.0.0-dev.35 [Pipeline] } 18:41:24 $ docker exec --env ******** --env ******** 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 ssh-agent -k 18:41:24 unset SSH_AUTH_SOCK; 18:41:24 unset SSH_AGENT_PID; 18:41:24 echo Agent pid 18 killed; 18:41:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:25 + git semver [Pipeline] } 18:41:25 $ docker stop --time=1 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 18:41:27 $ docker rm -f 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:41:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:41:27 18:41:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:41:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:41:28 0.23.1-centos7: Pulling from edgex-lftools 18:41:28 ab5ef0e58194: Pulling fs layer 18:41:28 9712f1f96733: Pulling fs layer 18:41:28 63f879dbbcfc: Pulling fs layer 18:41:28 0d9ebad4ef96: Pulling fs layer 18:41:28 e9a5061849ea: Pulling fs layer 18:41:28 d747dcd14b5f: Pulling fs layer 18:41:28 2de7ff778b66: Pulling fs layer 18:41:28 0d9ebad4ef96: Waiting 18:41:28 e9a5061849ea: Waiting 18:41:28 d747dcd14b5f: Waiting 18:41:28 2de7ff778b66: Waiting 18:41:28 9712f1f96733: Verifying Checksum 18:41:28 9712f1f96733: Download complete 18:41:31 63f879dbbcfc: Verifying Checksum 18:41:31 63f879dbbcfc: Download complete 18:41:31 e9a5061849ea: Verifying Checksum 18:41:31 e9a5061849ea: Download complete 18:41:31 d747dcd14b5f: Verifying Checksum 18:41:31 d747dcd14b5f: Download complete 18:41:32 2de7ff778b66: Verifying Checksum 18:41:32 2de7ff778b66: Download complete 18:41:32 0d9ebad4ef96: Verifying Checksum 18:41:32 0d9ebad4ef96: Download complete 18:41:33 ab5ef0e58194: Download complete 18:41:46 ab5ef0e58194: Pull complete 18:41:46 9712f1f96733: Pull complete 18:41:50 63f879dbbcfc: Pull complete 18:42:05 0d9ebad4ef96: Pull complete 18:42:08 e9a5061849ea: Pull complete 18:42:08 d747dcd14b5f: Pull complete 18:42:10 2de7ff778b66: Pull complete 18:42:10 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:42:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:42:10 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:42:11 prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container 18:42:11 $ 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 18:42:15 $ docker top 98c329452b355ab11749cebe736cc202c330c3acb12c065b092954d1f1a146ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:42:16 provisioning config files... 18:42:16 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5702248236112018041tmp 18:42:16 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2754984887455762767tmp 18:42:16 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5904232312059459702tmp [Pipeline] { [Pipeline] echo 18:42:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:42:17 ---> sigul-configuration.sh 18:42:17 gpg: directory `/root/.gnupg' created 18:42:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:42:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:42:17 gpg: keyring `/root/.gnupg/secring.gpg' created 18:42:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:42:17 gpg: CAST5 encrypted data 18:42:17 gpg: encrypted with 1 passphrase 18:42:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:42:18 + mkdir /home/jenkins 18:42:18 + mkdir /home/jenkins/sigul [Pipeline] sh 18:42:18 + 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 18:42:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:42:19 ---> sigul-install.sh 18:42:29 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:42:30 + git tag --list 18:42:30 v1.0.0 18:42:30 v1.1.0 18:42:30 v1.2.0 18:42:30 v1.3.0 18:42:30 v1.3.1 18:42:30 v1.3.1-dev.1 18:42:30 v1.3.1-dev.2 18:42:30 v1.3.1-dev.3 18:42:30 v2.0.0-dev.1 18:42:30 v2.0.0-dev.10 18:42:30 v2.0.0-dev.11 18:42:30 v2.0.0-dev.12 18:42:30 v2.0.0-dev.13 18:42:30 v2.0.0-dev.14 18:42:30 v2.0.0-dev.15 18:42:30 v2.0.0-dev.16 18:42:30 v2.0.0-dev.17 18:42:30 v2.0.0-dev.18 18:42:30 v2.0.0-dev.19 18:42:30 v2.0.0-dev.2 18:42:30 v2.0.0-dev.20 18:42:30 v2.0.0-dev.21 18:42:30 v2.0.0-dev.22 18:42:30 v2.0.0-dev.23 18:42:30 v2.0.0-dev.24 18:42:30 v2.0.0-dev.25 18:42:30 v2.0.0-dev.26 18:42:30 v2.0.0-dev.27 18:42:30 v2.0.0-dev.28 18:42:30 v2.0.0-dev.29 18:42:30 v2.0.0-dev.3 18:42:30 v2.0.0-dev.30 18:42:30 v2.0.0-dev.31 18:42:30 v2.0.0-dev.32 18:42:30 v2.0.0-dev.33 18:42:30 v2.0.0-dev.34 18:42:30 v2.0.0-dev.35 18:42:30 v2.0.0-dev.4 18:42:30 v2.0.0-dev.5 18:42:30 v2.0.0-dev.6 18:42:30 v2.0.0-dev.7 18:42:30 v2.0.0-dev.8 18:42:30 v2.0.0-dev.9 [Pipeline] sh 18:42:31 + lftools sign git-tag v2.0.0-dev.35 18:42:33 Signing Git tag with Sigul... 18:42:33 Signing v2.0.0-dev.35 [Pipeline] echo 18:42:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:42:35 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:42:35 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:42:35 $ docker stop --time=1 98c329452b355ab11749cebe736cc202c330c3acb12c065b092954d1f1a146ef 18:42:37 $ docker rm -f 98c329452b355ab11749cebe736cc202c330c3acb12c065b092954d1f1a146ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:38 . [Pipeline] withDockerContainer 18:42:38 prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container 18:42:38 $ 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 18:42:39 $ docker top e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:40 [ssh-agent] Looking for ssh-agent implementation... 18:42:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:40 $ docker exec e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 ssh-agent 18:42:41 SSH_AUTH_SOCK=/tmp/ssh-rmEkmueSGuGq/agent.12 18:42:41 SSH_AGENT_PID=17 18:42:41 Running ssh-add (command line suppressed) 18:42:41 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4827456466630008119.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4827456466630008119.key) 18:42:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:42 + git semver bump pre 18:42:42 # -> Open(): unable to determine branch for HEAD 18:42:42 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:42:42 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:42:42 # $SEMVER_REMOTE_NAME = origin 18:42:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:42 # $SEMVER_USER_NAME = edgex-jenkins 18:42:42 # $SEMVER_BRANCH = master 18:42:42 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 18:42:42 2.0.0-dev.36 [Pipeline] } 18:42:42 $ docker exec --env ******** --env ******** e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 ssh-agent -k 18:42:42 unset SSH_AUTH_SOCK; 18:42:42 unset SSH_AGENT_PID; 18:42:42 echo Agent pid 17 killed; 18:42:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:42:42 + git semver [Pipeline] } 18:42:43 $ docker stop --time=1 e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 18:42:44 $ docker rm -f e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:42:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:45 . [Pipeline] withDockerContainer 18:42:45 prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container 18:42:45 $ 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 18:42:46 $ docker top 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:47 [ssh-agent] Looking for ssh-agent implementation... 18:42:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:47 $ docker exec 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a ssh-agent 18:42:48 SSH_AUTH_SOCK=/tmp/ssh-VIj0raOxYWFI/agent.11 18:42:48 SSH_AGENT_PID=16 18:42:48 Running ssh-add (command line suppressed) 18:42:48 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8777613124967384439.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8777613124967384439.key) 18:42:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:48 + git semver push 18:42:49 # -> Open(): unable to determine branch for HEAD 18:42:49 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 18:42:49 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 18:42:49 # $SEMVER_REMOTE_NAME = origin 18:42:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:49 # $SEMVER_USER_NAME = edgex-jenkins 18:42:49 # $SEMVER_BRANCH = master 18:42:49 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 18:42:53 $ docker exec --env ******** --env ******** 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a ssh-agent -k 18:42:54 unset SSH_AUTH_SOCK; 18:42:54 unset SSH_AGENT_PID; 18:42:54 echo Agent pid 16 killed; 18:42:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:42:54 + git semver [Pipeline] } 18:42:54 $ docker stop --time=1 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a 18:42:56 $ docker rm -f 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a [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 18:42:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:42:59 ---> package-listing.sh 18:42:59 ++ facter osfamily 18:42:59 ++ tr '[:upper:]' '[:lower:]' 18:42:59 + OS_FAMILY=redhat 18:42:59 + workspace=/w/workspace/_app-service-configurable_master 18:42:59 + START_PACKAGES=/tmp/packages_start.txt 18:42:59 + END_PACKAGES=/tmp/packages_end.txt 18:42:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:42:59 + PACKAGES=/tmp/packages_start.txt 18:42:59 + '[' /w/workspace/_app-service-configurable_master ']' 18:42:59 + PACKAGES=/tmp/packages_end.txt 18:42:59 + case "${OS_FAMILY}" in 18:42:59 + rpm -qa 18:42:59 + sort 18:43:06 + '[' -f /tmp/packages_start.txt ']' 18:43:06 + '[' -f /tmp/packages_end.txt ']' 18:43:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:43:06 + '[' /w/workspace/_app-service-configurable_master ']' 18:43:06 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 18:43:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 18:43:06 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 18:43:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:43:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:07 18:43:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:43:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:07 alpine: Pulling from edgex-lftools-log-publisher 18:43:07 df20fa9351a1: Pulling fs layer 18:43:07 36b3adc4ff6f: Pulling fs layer 18:43:07 8ad3a11d3b57: Pulling fs layer 18:43:07 46f8f816bc3b: Pulling fs layer 18:43:07 93b61091891f: Pulling fs layer 18:43:07 93b9cdb0e59b: Pulling fs layer 18:43:07 5e14af77c1be: Pulling fs layer 18:43:07 01666e4c0597: Pulling fs layer 18:43:07 aa168da1d23b: Pulling fs layer 18:43:07 93b9cdb0e59b: Waiting 18:43:07 5e14af77c1be: Waiting 18:43:07 01666e4c0597: Waiting 18:43:07 aa168da1d23b: Waiting 18:43:07 46f8f816bc3b: Waiting 18:43:07 93b61091891f: Waiting 18:43:07 36b3adc4ff6f: Verifying Checksum 18:43:07 36b3adc4ff6f: Download complete 18:43:07 46f8f816bc3b: Verifying Checksum 18:43:07 46f8f816bc3b: Download complete 18:43:07 df20fa9351a1: Verifying Checksum 18:43:07 df20fa9351a1: Download complete 18:43:07 93b9cdb0e59b: Verifying Checksum 18:43:07 93b9cdb0e59b: Download complete 18:43:07 5e14af77c1be: Download complete 18:43:07 01666e4c0597: Verifying Checksum 18:43:07 01666e4c0597: Download complete 18:43:07 93b61091891f: Verifying Checksum 18:43:07 93b61091891f: Download complete 18:43:08 8ad3a11d3b57: Verifying Checksum 18:43:08 8ad3a11d3b57: Download complete 18:43:08 df20fa9351a1: Pull complete 18:43:08 36b3adc4ff6f: Pull complete 18:43:10 8ad3a11d3b57: Pull complete 18:43:10 46f8f816bc3b: Pull complete 18:43:11 93b61091891f: Pull complete 18:43:12 93b9cdb0e59b: Pull complete 18:43:12 5e14af77c1be: Pull complete 18:43:13 aa168da1d23b: Verifying Checksum 18:43:13 aa168da1d23b: Download complete 18:43:13 01666e4c0597: Pull complete 18:43:28 aa168da1d23b: Pull complete 18:43:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:43:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:43:28 prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container 18:43:28 $ 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 18:43:32 $ docker top aaa9e38e5a1b356367ff45b5eda6f70018efc340ed56530e295a513afbfa8bdd -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:33 + touch /tmp/pre-build-complete [Pipeline] sh 18:43:34 + mkdir -p /var/log/sa [Pipeline] sh 18:43:34 + ls /var/log/sa-host 18:43:34 + sadf -c /var/log/sa-host/sa07 18:43:34 file_magic: OK 18:43:34 HZ: Using current value: 100 18:43:34 file_header: OK 18:43:34 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 18:43:34 Statistics: 18:43:34 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... 18:43:34 File successfully converted to sysstat format version 12.2.1 18:43:34 + sadf -c /var/log/sa-host/sa23 18:43:34 file_magic: OK 18:43:34 HZ: Using current value: 100 18:43:34 file_header: OK 18:43:34 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 18:43:34 Statistics: 18:43:34 Hnuu...uuuununununu... 18:43:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:43:35 provisioning config files... 18:43:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2989677285874823292tmp [Pipeline] { [Pipeline] echo 18:43:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:43:35 ---> create-netrc.sh [Pipeline] } 18:43:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:43:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:43:36 ---> python-tools-install.sh [Pipeline] echo 18:43:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:43:36 ---> sudo-logs.sh 18:43:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:43:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:43:37 ---> job-cost.sh 18:43:37 lf-activate-venv: SKIPPING 18:43:37 DEBUG: total: 0.20999999344348907 18:43:37 INFO: Retrieving Stack Cost... 18:43:38 INFO: Retrieving Pricing Info for: v1-standard-2 18:43:39 INFO: Archiving Costs [Pipeline] echo 18:43:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:43:40 ---> logs-deploy.sh 18:43:40 lf-activate-venv: SKIPPING 18:43:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/105 18:43:40 INFO: archiving workspace using pattern(s): 18:43:42 Archives upload complete. 18:43:42 INFO: archiving logs to Nexus 18:43:44 ---> uname -a: 18:43:44 Linux prd-centos7-docker-4c-2g-3609.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:43:44 18:43:44 18:43:44 ---> lscpu: 18:43:44 Architecture: x86_64 18:43:44 CPU op-mode(s): 32-bit, 64-bit 18:43:44 Byte Order: Little Endian 18:43:44 Address sizes: 40 bits physical, 48 bits virtual 18:43:44 CPU(s): 4 18:43:44 On-line CPU(s) list: 0-3 18:43:44 Thread(s) per core: 1 18:43:44 Core(s) per socket: 1 18:43:44 Socket(s): 4 18:43:44 NUMA node(s): 1 18:43:44 Vendor ID: GenuineIntel 18:43:44 CPU family: 6 18:43:44 Model: 44 18:43:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:43:44 Stepping: 1 18:43:44 CPU MHz: 2933.438 18:43:44 BogoMIPS: 5866.87 18:43:44 Virtualization: VT-x 18:43:44 Hypervisor vendor: KVM 18:43:44 Virtualization type: full 18:43:44 L1d cache: 128 KiB 18:43:44 L1i cache: 128 KiB 18:43:44 L2 cache: 16 MiB 18:43:44 L3 cache: 64 MiB 18:43:44 NUMA node0 CPU(s): 0-3 18:43:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:43:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:43:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:43:44 Vulnerability Meltdown: Mitigation; PTI 18:43:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:43:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:43:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:43:44 Vulnerability Srbds: Not affected 18:43:44 Vulnerability Tsx async abort: Not affected 18:43:44 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 18:43:44 18:43:44 18:43:44 ---> nproc: 18:43:44 4 18:43:44 18:43:44 18:43:44 ---> df -h: 18:43:44 Filesystem Size Used Available Use% Mounted on 18:43:44 overlay 50.0G 8.5G 41.4G 17% / 18:43:44 tmpfs 64.0M 0 64.0M 0% /dev 18:43:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:43:44 shm 64.0M 0 64.0M 0% /dev/shm 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 18:43:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 18:43:44 18:43:44 18:43:45 ---> free -m: 18:43:45 total used free shared buff/cache available 18:43:45 Mem: 1837 840 161 0 835 931 18:43:45 Swap: 1023 3 1020 18:43:45 18:43:45 18:43:45 ---> ip addr: 18:43:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:43:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:43:45 inet 127.0.0.1/8 scope host lo 18:43:45 valid_lft forever preferred_lft forever 18:43:45 inet6 ::1/128 scope host 18:43:45 valid_lft forever preferred_lft forever 18:43:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:43:45 link/ether fa:16:3e:e3:ce:ec brd ff:ff:ff:ff:ff:ff 18:43:45 inet 10.30.122.225/23 brd 10.30.123.255 scope global dynamic eth0 18:43:45 valid_lft 85538sec preferred_lft 85538sec 18:43:45 inet6 fe80::f816:3eff:fee3:ceec/64 scope link 18:43:45 valid_lft forever preferred_lft forever 18:43:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:43:45 link/ether 02:42:89:11:61:59 brd ff:ff:ff:ff:ff:ff 18:43:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:43:45 valid_lft forever preferred_lft forever 18:43:45 inet6 fe80::42:89ff:fe11:6159/64 scope link 18:43:45 valid_lft forever preferred_lft forever 18:43:45 18:43:45 18:43:45 ---> sar -b -r -n DEV: 18:43:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 18:43:45 18:43:45 18:29:06 LINUX RESTART (4 CPU) 18:43:45 18:43:45 18:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:43:45 18:31:01 56.83 16.36 40.48 0.00 5011.26 3729.43 0.00 18:43:45 18:32:02 3.76 0.00 3.76 0.00 0.00 116.65 0.00 18:43:45 18:33:01 0.51 0.00 0.51 0.00 0.00 8.84 0.00 18:43:45 18:34:01 0.25 0.00 0.25 0.00 0.00 3.59 0.00 18:43:45 18:35:01 0.30 0.00 0.30 0.00 0.00 5.30 0.00 18:43:45 18:36:01 0.35 0.00 0.35 0.00 0.00 6.05 0.00 18:43:45 18:37:01 0.33 0.00 0.33 0.00 0.00 5.29 0.00 18:43:45 18:38:01 0.27 0.00 0.27 0.00 0.00 4.01 0.00 18:43:45 18:39:01 0.30 0.00 0.30 0.00 0.00 3.41 0.00 18:43:45 18:40:02 0.37 0.00 0.37 0.00 0.00 5.81 0.00 18:43:45 18:41:01 247.96 140.71 107.25 0.00 6688.74 33697.69 0.00 18:43:45 18:42:01 207.72 68.92 138.80 0.00 3008.97 26900.15 0.00 18:43:45 18:43:01 141.75 77.01 64.74 0.00 6046.48 11693.42 0.00 18:43:45 Average: 50.73 23.23 27.50 0.00 1594.15 5845.07 0.00 18:43:45 18:43:45 18:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:43:45 18:31:01 138456 0 619124 32.91 2620 1121344 1129212 38.54 453144 1091172 132 18:43:45 18:32:02 142420 0 615156 32.69 2620 1121348 1103880 37.67 458156 1082836 20 18:43:45 18:33:01 139136 0 618376 32.87 2620 1121412 1103992 37.68 463572 1080804 28 18:43:45 18:34:01 137152 0 620416 32.97 2620 1121356 1104080 37.68 465504 1080788 16 18:43:45 18:35:01 136168 0 621396 33.03 2620 1121360 1099896 37.54 466548 1081332 12 18:43:45 18:36:01 138996 0 618560 32.88 2620 1121368 1072140 36.59 464744 1080356 16 18:43:45 18:37:01 139376 0 618180 32.85 2620 1121368 1069056 36.49 464808 1080288 8 18:43:45 18:38:01 139360 0 618188 32.86 2620 1121376 1069056 36.49 464628 1080288 8 18:43:45 18:39:01 139392 0 618152 32.85 2620 1121380 1069056 36.49 464824 1080288 12 18:43:45 18:40:02 132312 0 625228 33.23 2620 1121384 1091080 37.24 470856 1080216 16 18:43:45 18:41:01 116384 0 744112 39.55 2620 1018428 1271832 43.41 531656 983636 52 18:43:45 18:42:01 78776 0 816648 43.40 1864 984256 1544388 52.71 646884 844996 75812 18:43:45 18:43:01 146028 0 803124 42.68 1492 930900 1215692 41.49 598496 797900 108 18:43:45 Average: 132612 0 658205 34.98 2475 1088252 1149489 39.23 493371 1034223 5865 18:43:45 18:43:45 18:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:43:45 18:31:01 eth0 190.33 146.37 802.40 63.13 0.00 0.00 0.00 0.00 18:43:45 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:31:01 docker0 2.47 1.91 0.59 5.43 0.00 0.00 0.00 0.00 18:43:45 18:32:02 eth0 4.29 0.73 0.98 0.41 0.00 0.00 0.00 0.00 18:43:45 18:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:33:01 eth0 5.38 1.49 1.61 1.02 0.00 0.00 0.00 0.00 18:43:45 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:34:01 eth0 4.23 1.20 1.29 0.81 0.00 0.00 0.00 0.00 18:43:45 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:35:01 eth0 2.03 1.23 1.16 0.84 0.00 0.00 0.00 0.00 18:43:45 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:36:01 eth0 0.27 0.12 0.07 0.04 0.00 0.00 0.00 0.00 18:43:45 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:37:01 eth0 0.23 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:43:45 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:38:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:43:45 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:39:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:43:45 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:40:02 eth0 3.06 3.19 0.50 14.57 0.00 0.00 0.00 0.00 18:43:45 18:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:41:01 vethd980246 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:43:45 18:41:01 eth0 427.51 323.94 4138.58 47.02 0.00 0.00 0.00 0.00 18:43:45 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:42:01 eth0 423.91 348.47 3575.60 36.72 0.00 0.00 0.00 0.00 18:43:45 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:42:01 docker0 68.94 73.69 5.53 381.22 0.00 0.00 0.00 0.00 18:43:45 18:43:01 eth0 113.28 90.61 331.33 116.00 0.00 0.00 0.00 0.00 18:43:45 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 18:43:01 docker0 27.33 39.25 1.68 263.70 0.00 0.00 0.00 0.00 18:43:45 Average: eth0 90.29 70.50 679.24 21.59 0.00 0.00 0.00 0.00 18:43:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:45 Average: docker0 7.63 8.88 0.60 50.25 0.00 0.00 0.00 0.00 18:43:45 18:43:45 18:43:45 ---> sar -P ALL: 18:43:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 18:43:45 18:43:45 18:29:06 LINUX RESTART (4 CPU) 18:43:45 18:43:45 18:30:01 CPU %user %nice %system %iowait %steal %idle 18:43:45 18:31:01 all 9.77 0.00 4.03 1.54 14.30 70.35 18:43:45 18:31:01 0 9.79 0.00 4.06 1.02 14.95 70.18 18:43:45 18:31:01 1 9.15 0.00 4.37 1.07 13.73 71.69 18:43:45 18:31:01 2 9.35 0.00 3.54 1.15 13.06 72.90 18:43:45 18:31:01 3 10.82 0.00 4.15 2.96 15.49 66.57 18:43:45 18:32:02 all 0.08 0.00 0.08 0.00 0.89 98.94 18:43:45 18:32:02 0 0.03 0.00 0.08 0.00 0.80 99.09 18:43:45 18:32:02 1 0.20 0.00 0.05 0.02 0.96 98.77 18:43:45 18:32:02 2 0.05 0.00 0.10 0.00 0.75 99.10 18:43:45 18:32:02 3 0.03 0.00 0.08 0.00 1.07 98.81 18:43:45 18:33:01 all 0.15 0.00 0.07 0.00 1.21 98.58 18:43:45 18:33:01 0 0.12 0.00 0.05 0.00 1.41 98.42 18:43:45 18:33:01 1 0.17 0.00 0.07 0.00 1.04 98.72 18:43:45 18:33:01 2 0.17 0.00 0.05 0.00 0.89 98.89 18:43:45 18:33:01 3 0.15 0.00 0.10 0.00 1.47 98.27 18:43:45 18:34:01 all 0.09 0.00 0.05 0.00 1.04 98.82 18:43:45 18:34:01 0 0.03 0.00 0.05 0.00 0.74 99.17 18:43:45 18:34:01 1 0.26 0.00 0.07 0.00 1.16 98.51 18:43:45 18:34:01 2 0.03 0.00 0.02 0.00 1.42 98.53 18:43:45 18:34:01 3 0.03 0.00 0.05 0.00 0.84 99.07 18:43:45 18:35:01 all 0.10 0.00 0.26 0.00 1.99 97.64 18:43:45 18:35:01 0 0.03 0.00 0.26 0.00 1.53 98.17 18:43:45 18:35:01 1 0.26 0.00 0.20 0.00 1.94 97.60 18:43:45 18:35:01 2 0.03 0.00 0.35 0.00 2.01 97.61 18:43:45 18:35:01 3 0.08 0.00 0.25 0.00 2.49 97.19 18:43:45 18:36:01 all 0.09 0.00 0.05 0.00 0.53 99.34 18:43:45 18:36:01 0 0.02 0.00 0.02 0.00 0.51 99.45 18:43:45 18:36:01 1 0.30 0.00 0.10 0.00 1.12 98.48 18:43:45 18:36:01 2 0.02 0.00 0.05 0.00 0.20 99.73 18:43:45 18:36:01 3 0.02 0.00 0.02 0.00 0.28 99.68 18:43:45 18:37:01 all 0.11 0.00 0.04 0.00 0.63 99.22 18:43:45 18:37:01 0 0.05 0.00 0.02 0.00 0.70 99.24 18:43:45 18:37:01 1 0.25 0.00 0.07 0.00 0.58 99.10 18:43:45 18:37:01 2 0.05 0.00 0.05 0.00 0.30 99.60 18:43:45 18:37:01 3 0.10 0.00 0.03 0.00 0.93 98.94 18:43:45 18:38:01 all 0.09 0.00 0.03 0.00 0.36 99.52 18:43:45 18:38:01 0 0.02 0.00 0.03 0.00 0.25 99.70 18:43:45 18:38:01 1 0.28 0.00 0.02 0.00 0.30 99.40 18:43:45 18:38:01 2 0.05 0.00 0.05 0.00 0.75 99.15 18:43:45 18:38:01 3 0.02 0.00 0.02 0.00 0.15 99.82 18:43:45 18:39:01 all 0.08 0.00 0.05 0.00 0.48 99.39 18:43:45 18:39:01 0 0.02 0.00 0.02 0.00 0.33 99.63 18:43:45 18:39:01 1 0.22 0.00 0.05 0.00 0.38 99.35 18:43:45 18:39:01 2 0.05 0.00 0.08 0.00 1.07 98.79 18:43:45 18:39:01 3 0.03 0.00 0.03 0.00 0.13 99.80 18:43:45 18:40:02 all 0.14 0.00 0.08 0.00 0.67 99.11 18:43:45 18:40:02 0 0.13 0.00 0.12 0.00 0.38 99.37 18:43:45 18:40:02 1 0.12 0.00 0.07 0.00 0.56 99.25 18:43:45 18:40:02 2 0.12 0.00 0.10 0.00 1.35 98.44 18:43:45 18:40:02 3 0.18 0.00 0.05 0.00 0.36 99.40 18:43:45 18:41:01 all 6.27 0.00 5.95 0.72 18.72 68.34 18:43:45 18:41:01 0 7.39 0.00 6.74 0.68 19.67 65.52 18:43:45 18:41:01 1 5.50 0.00 5.40 0.58 18.35 70.17 18:43:45 18:41:01 2 6.11 0.00 6.01 0.52 18.03 69.32 18:43:45 18:41:01 3 6.09 0.00 5.67 1.11 18.86 68.26 18:43:45 18:43:45 18:41:01 CPU %user %nice %system %iowait %steal %idle 18:43:45 18:42:01 all 6.52 0.00 6.96 2.73 27.00 56.80 18:43:45 18:42:01 0 5.62 0.00 5.77 2.86 27.57 58.18 18:43:45 18:42:01 1 6.14 0.00 7.60 2.18 26.34 57.73 18:43:45 18:42:01 2 7.38 0.00 7.43 3.05 26.95 55.19 18:43:45 18:42:01 3 6.97 0.00 7.08 2.81 27.10 56.05 18:43:45 18:43:01 all 6.26 0.00 6.17 2.30 13.41 71.86 18:43:45 18:43:01 0 11.66 0.00 6.90 2.83 14.05 64.57 18:43:45 18:43:01 1 3.96 0.00 5.68 0.78 12.87 76.72 18:43:45 18:43:01 2 5.77 0.00 7.02 2.31 13.35 71.55 18:43:45 18:43:01 3 3.67 0.00 5.10 3.29 13.38 74.56 18:43:45 Average: all 2.32 0.00 1.86 0.58 6.36 88.88 18:43:45 Average: 0 2.72 0.00 1.88 0.59 6.53 88.28 18:43:45 Average: 1 2.09 0.00 1.86 0.37 6.23 89.45 18:43:45 Average: 2 2.27 0.00 1.93 0.55 6.25 89.00 18:43:45 Average: 3 2.19 0.00 1.77 0.80 6.46 88.79 18:43:45 18:43:45 18:43:45