Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a8794a006ea08968641ff6a1a2acb87b2eaa877d 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4681666142223167873.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 155abbc8877922835dbd6f2f82c828d26e35ec40 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh383319110261855605.key > 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 155abbc8877922835dbd6f2f82c828d26e35ec40 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4575222467157942216.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 155abbc8877922835dbd6f2f82c828d26e35ec40 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 155abbc8877922835dbd6f2f82c828d26e35ec40 # timeout=10 Commit message: "Merge pull request #342 from ernestojeda/fix-c-docker-image-names" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3916822296051683802.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2684810104845436348.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1026 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ry_app-service-configurable_main@tmp/jenkins-gitclient-ssh6202436412042053112.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a8794a006ea08968641ff6a1a2acb87b2eaa877d (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f a8794a006ea08968641ff6a1a2acb87b2eaa877d # timeout=10 Commit message: "build: Update to SDK 2.0.1 and update Change Log for patch release (#301)" > git rev-list --no-walk b6f81afb00c623cfafb3d4c5994f810f91048a0e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:41:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:41:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:41:09 ========================================================= 15:41:09 EdgeX Global Pipelines Version Info 15:41:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:41:11 ------------------- 15:41:11 stable info: 15:41:11 ------------------- 15:41:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:41:11 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 15:41:11 Message: update stable to v1.0.199 15:41:11 ------------------- 15:41:11 experimental info: 15:41:11 ------------------- 15:41:11 Commited By: **** collab-it+edgex@linuxfoundation.org 15:41:11 Commit SHA: 155abbc8877922835dbd6f2f82c828d26e35ec40 15:41:11 Message: update experimental to v1.0.199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:41:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:41:11 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:41:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:41:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8794a0 [Pipeline] echo 15:41:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:41:12 provisioning config files... 15:41:12 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8286851328472743083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:41:13 ---> docker-login.sh 15:41:13 nexus3.edgexfoundry.org:10001 15:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:13 Configure a credential helper to remove this warning. See 15:41:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:13 15:41:13 Login Succeeded 15:41:13 nexus3.edgexfoundry.org:10002 15:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:13 Configure a credential helper to remove this warning. See 15:41:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:13 15:41:13 Login Succeeded 15:41:13 nexus3.edgexfoundry.org:10003 15:41:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:14 Configure a credential helper to remove this warning. See 15:41:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:14 15:41:14 Login Succeeded 15:41:14 nexus3.edgexfoundry.org:10004 15:41:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:14 Configure a credential helper to remove this warning. See 15:41:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:14 15:41:14 Login Succeeded 15:41:14 docker.io 15:41:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:41:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:41:14 Configure a credential helper to remove this warning. See 15:41:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:41:14 15:41:14 Login Succeeded 15:41:14 ---> docker-login.sh ends [Pipeline] } 15:41:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:41:15 + git log --format=format:%s -1 a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] echo 15:41:15 GIT_COMMIT: a8794a006ea08968641ff6a1a2acb87b2eaa877d, Commit Message: build: Update to SDK 2.0.1 and update Change Log for patch release (#301) [Pipeline] echo 15:41:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:41:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:16 15:41:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:41:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:16 latest: Pulling from edgex-devops/git-semver 15:41:16 31603596830f: Pulling fs layer 15:41:16 b6dc333f4379: Pulling fs layer 15:41:16 3d9ef1400e77: Pulling fs layer 15:41:16 fd332fbdc1db: Pulling fs layer 15:41:16 fd332fbdc1db: Waiting 15:41:16 b6dc333f4379: Verifying Checksum 15:41:16 b6dc333f4379: Download complete 15:41:16 31603596830f: Verifying Checksum 15:41:16 31603596830f: Download complete 15:41:17 fd332fbdc1db: Verifying Checksum 15:41:17 fd332fbdc1db: Download complete 15:41:17 31603596830f: Pull complete 15:41:17 b6dc333f4379: Pull complete 15:41:17 3d9ef1400e77: Verifying Checksum 15:41:17 3d9ef1400e77: Download complete 15:41:18 3d9ef1400e77: Pull complete 15:41:18 fd332fbdc1db: Pull complete 15:41:18 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 15:41:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:41:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:41:18 prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container 15:41:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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:10004/edgex-devops/git-semver:latest cat 15:41:19 $ docker top 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:41:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:41:19 [ssh-agent] Looking for ssh-agent implementation... 15:41:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:41:19 $ docker exec 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent 15:41:19 SSH_AUTH_SOCK=/tmp/ssh-sWeAJuUaiVhV/agent.15 15:41:19 SSH_AGENT_PID=21 15:41:19 Running ssh-add (command line suppressed) 15:41:19 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6054675038549097201.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6054675038549097201.key) 15:41:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:41:20 + git tag --points-at HEAD [Pipeline] } 15:41:20 $ docker exec --env ******** --env ******** 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent -k 15:41:20 unset SSH_AUTH_SOCK; 15:41:20 unset SSH_AGENT_PID; 15:41:20 echo Agent pid 21 killed; 15:41:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:41:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:41:20 [ssh-agent] Looking for ssh-agent implementation... 15:41:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:41:20 $ docker exec 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent 15:41:20 SSH_AUTH_SOCK=/tmp/ssh-BDQRbGyFDeIZ/agent.53 15:41:20 SSH_AGENT_PID=60 15:41:20 Running ssh-add (command line suppressed) 15:41:20 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8867619474738754340.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8867619474738754340.key) 15:41:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:41:21 + git semver init 15:41:21 # -> Open(): unable to determine branch for HEAD 15:41:21 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:41:21 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:41:21 # $SEMVER_REMOTE_NAME = origin 15:41:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:41:21 # $SEMVER_USER_NAME = edgex-jenkins 15:41:21 # $SEMVER_BRANCH = main 15:41:21 # $SEMVER_TEMP = /tmp/semver-151347299 15:41:21 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 15:41:21 # '/tmp/semver-151347299' -> '/w/workspace/ry_app-service-configurable_main/.semver' 15:41:21 # -> Force: false 15:41:21 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 15:41:21 $ docker exec --env ******** --env ******** 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 ssh-agent -k 15:41:21 unset SSH_AUTH_SOCK; 15:41:21 unset SSH_AGENT_PID; 15:41:21 echo Agent pid 60 killed; 15:41:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:41:22 + git semver [Pipeline] } 15:41:22 $ docker stop --time=1 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 15:41:23 $ docker rm -f 53173c7d8a222a5e1808a46587d675347b281f750b3672c74dbb56ed88572ab1 [Pipeline] // withDockerContainer [Pipeline] sh 15:41:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:41:24 Stashed 1 file(s) [Pipeline] echo 15:41:24 [edgeXSemver]: initialized semver on version 2.0.1-dev.1 [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 15:41:39 Still waiting to schedule task 15:41:39 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1026’ 15:41:39 Still waiting to schedule task 15:41:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:43:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1028 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 15:43:46 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 15:43:46 Selected Git installation does not exist. Using Default 15:43:46 The recommended git tool is: NONE 15:43:49 Running on prd-centos7-docker-4c-2g-1029 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 15:43:49 Running in /w/workspace/app-service-configurable/2 [Pipeline] { [Pipeline] checkout 15:43:49 Selected Git installation does not exist. Using Default 15:43:49 The recommended git tool is: NONE 15:43:52 using credential edgex-jenkins-ssh 15:43:52 Cloning the remote Git repository 15:43:52 using credential edgex-jenkins-ssh 15:43:52 Cloning the remote Git repository 15:43:52 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:43:52 > git init /w/workspace/app-service-configurable/2 # timeout=10 15:43:52 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:43:52 > git --version # timeout=10 15:43:52 > git --version # 'git version 2.17.1' 15:43:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:52 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:43:52 > git init /w/workspace/app-service-configurable/2 # timeout=10 15:43:52 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:43:52 > git --version # timeout=10 15:43:52 > git --version # 'git version 2.24.4' 15:43:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:43:52 [INFO] Currently running in a labeled security context 15:43:52 [INFO] Currently SELinux is 'enforcing' on the host 15:43:52 > /usr/bin/chcon --type=ssh_home_t /w/workspace/app-service-configurable/2@tmp/jenkins-gitclient-ssh4564242496261645383.key 15:43:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:53 Avoid second fetch 15:43:53 Checking out Revision a8794a006ea08968641ff6a1a2acb87b2eaa877d (main) 15:43:53 Avoid second fetch 15:43:53 Checking out Revision a8794a006ea08968641ff6a1a2acb87b2eaa877d (main) 15:43:53 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:43:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:53 > git config core.sparsecheckout # timeout=10 15:43:53 > git checkout -f a8794a006ea08968641ff6a1a2acb87b2eaa877d # timeout=10 15:43:53 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:43:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:43:53 > git config core.sparsecheckout # timeout=10 15:43:53 > git checkout -f a8794a006ea08968641ff6a1a2acb87b2eaa877d # timeout=10 15:43:57 Commit message: "build: Update to SDK 2.0.1 and update Change Log for patch release (#301)" 15:43:57 Commit message: "build: Update to SDK 2.0.1 and update Change Log for patch release (#301)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:43:57 provisioning config files... 15:43:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config5147403818361364865tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:43:58 provisioning config files... 15:43:58 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config874188328865381954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:43:58 ---> docker-login.sh 15:43:58 nexus3.edgexfoundry.org:10001 15:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:58 Configure a credential helper to remove this warning. See 15:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:58 15:43:58 Login Succeeded 15:43:58 nexus3.edgexfoundry.org:10002 15:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:58 Configure a credential helper to remove this warning. See 15:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:58 15:43:58 Login Succeeded 15:43:58 nexus3.edgexfoundry.org:10003 15:43:58 ---> docker-login.sh 15:43:58 nexus3.edgexfoundry.org:10001 15:43:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:59 Configure a credential helper to remove this warning. See 15:43:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:59 15:43:59 Login Succeeded 15:43:59 nexus3.edgexfoundry.org:10004 15:43:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:59 Configure a credential helper to remove this warning. See 15:43:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:59 15:43:59 Login Succeeded 15:43:59 docker.io 15:43:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:59 Configure a credential helper to remove this warning. See 15:43:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:59 15:43:59 Login Succeeded 15:43:59 ---> docker-login.sh ends [Pipeline] } 15:43:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:43:59 ========================================================= 15:43:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 15:43:59 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 15:44:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:00 Configure a credential helper to remove this warning. See 15:44:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:00 15:44:00 Login Succeeded 15:44:00 nexus3.edgexfoundry.org:10002 15:44:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 15:44:00 Sending build context to Docker daemon 130kB 15:44:00 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 15:44:00 Step 2/8 : FROM ${BASE} 15:44:00 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 15:44:00 540db60ca938: Pulling fs layer 15:44:00 adcc1eea9eea: Pulling fs layer 15:44:00 4c4ab2625f07: Pulling fs layer 15:44:00 0773c198feca: Pulling fs layer 15:44:00 345f892a5656: Pulling fs layer 15:44:00 4796506630df: Pulling fs layer 15:44:00 cc55df3e53f1: Pulling fs layer 15:44:00 4d027b6c602c: Pulling fs layer 15:44:00 449e75d2c14e: Pulling fs layer 15:44:00 0773c198feca: Waiting 15:44:00 345f892a5656: Waiting 15:44:00 4796506630df: Waiting 15:44:00 cc55df3e53f1: Waiting 15:44:00 4d027b6c602c: Waiting 15:44:00 449e75d2c14e: Waiting 15:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:00 4c4ab2625f07: Verifying Checksum 15:44:00 4c4ab2625f07: Download complete 15:44:00 adcc1eea9eea: Verifying Checksum 15:44:00 adcc1eea9eea: Download complete 15:44:00 345f892a5656: Verifying Checksum 15:44:00 345f892a5656: Download complete 15:44:00 4796506630df: Verifying Checksum 15:44:00 4796506630df: Download complete 15:44:00 cc55df3e53f1: Verifying Checksum 15:44:00 cc55df3e53f1: Download complete 15:44:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:00 Configure a credential helper to remove this warning. See 15:44:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:00 15:44:00 Login Succeeded 15:44:00 nexus3.edgexfoundry.org:10003 15:44:00 540db60ca938: Verifying Checksum 15:44:00 540db60ca938: Download complete 15:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:00 540db60ca938: Pull complete 15:44:00 adcc1eea9eea: Pull complete 15:44:00 4d027b6c602c: Verifying Checksum 15:44:00 4d027b6c602c: Download complete 15:44:00 4c4ab2625f07: Pull complete 15:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:01 Configure a credential helper to remove this warning. See 15:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:01 15:44:01 Login Succeeded 15:44:01 nexus3.edgexfoundry.org:10004 15:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:01 Configure a credential helper to remove this warning. See 15:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:01 15:44:01 Login Succeeded 15:44:01 docker.io 15:44:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:44:02 Configure a credential helper to remove this warning. See 15:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:44:02 15:44:02 Login Succeeded 15:44:02 ---> docker-login.sh ends [Pipeline] } 15:44:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:44:03 ========================================================= 15:44:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 15:44:03 ========================================================= [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 15:44:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 15:44:03 Sending build context to Docker daemon 130kB 15:44:03 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 15:44:03 Step 2/8 : FROM ${BASE} 15:44:04 449e75d2c14e: Download complete 15:44:04 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:44:04 595b0fe564bb: Pulling fs layer 15:44:04 24495759ef45: Pulling fs layer 15:44:04 d148012ef14d: Pulling fs layer 15:44:04 cb65c68fc2e2: Pulling fs layer 15:44:04 093eec477d81: Pulling fs layer 15:44:04 a6d5b2bbb924: Pulling fs layer 15:44:04 2446dc1eb7d3: Pulling fs layer 15:44:04 596795e73e0f: Pulling fs layer 15:44:04 a6d5b2bbb924: Waiting 15:44:04 2446dc1eb7d3: Waiting 15:44:04 596795e73e0f: Waiting 15:44:04 cb65c68fc2e2: Waiting 15:44:04 093eec477d81: Waiting 15:44:04 d148012ef14d: Verifying Checksum 15:44:04 d148012ef14d: Download complete 15:44:04 24495759ef45: Verifying Checksum 15:44:04 24495759ef45: Download complete 15:44:04 093eec477d81: Download complete 15:44:04 a6d5b2bbb924: Verifying Checksum 15:44:04 a6d5b2bbb924: Download complete 15:44:04 595b0fe564bb: Verifying Checksum 15:44:04 595b0fe564bb: Download complete 15:44:04 2446dc1eb7d3: Verifying Checksum 15:44:04 2446dc1eb7d3: Download complete 15:44:05 595b0fe564bb: Pull complete 15:44:06 24495759ef45: Pull complete 15:44:06 0773c198feca: Verifying Checksum 15:44:06 0773c198feca: Download complete 15:44:06 d148012ef14d: Pull complete 15:44:07 596795e73e0f: Verifying Checksum 15:44:07 596795e73e0f: Download complete 15:44:08 cb65c68fc2e2: Download complete 15:44:10 0773c198feca: Pull complete 15:44:10 345f892a5656: Pull complete 15:44:10 4796506630df: Pull complete 15:44:10 cc55df3e53f1: Pull complete 15:44:10 4d027b6c602c: Pull complete 15:44:11 449e75d2c14e: Pull complete 15:44:11 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 15:44:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 15:44:11 ---> 0d28375d9b5b 15:44:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:44:13 ---> Running in 865e2a3e48e4 15:44:13 Removing intermediate container 865e2a3e48e4 15:44:13 ---> fb705081dc3d 15:44:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:13 ---> Running in 07144f0d5f71 15:44:14 Removing intermediate container 07144f0d5f71 15:44:14 ---> fbf5f4fcc729 15:44:14 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 15:44:14 ---> Running in ac056c686ea1 15:44:14 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:44:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:44:15 (1/6) Installing libc-dev (0.7.2-r3) 15:44:15 (2/6) Installing libsodium (1.0.18-r0) 15:44:15 (3/6) Installing pkgconf (1.7.3-r0) 15:44:15 (4/6) Installing libsodium-dev (1.0.18-r0) 15:44:15 (5/6) Installing libzmq (4.3.3-r1) 15:44:15 (6/6) Installing zeromq-dev (4.3.3-r1) 15:44:16 Executing busybox-1.32.1-r6.trigger 15:44:16 OK: 150 MiB in 46 packages 15:44:16 Removing intermediate container ac056c686ea1 15:44:16 ---> e87a031c60f3 15:44:16 Step 6/8 : WORKDIR /app 15:44:16 ---> Running in cf0d500297ec 15:44:16 Removing intermediate container cf0d500297ec 15:44:16 ---> 1afa253c5340 15:44:16 Step 7/8 : COPY . . 15:44:16 ---> 0f9f019a3899 15:44:16 Step 8/8 : RUN go mod download 15:44:16 ---> Running in d75bccd9b70f 15:44:18 cb65c68fc2e2: Pull complete 15:44:18 093eec477d81: Pull complete 15:44:19 a6d5b2bbb924: Pull complete 15:44:19 2446dc1eb7d3: Pull complete 15:44:24 596795e73e0f: Pull complete 15:44:24 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 15:44:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 15:44:24 ---> d9e956139c92 15:44:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:44:27 ---> Running in 0c28c8d559e4 15:44:27 Removing intermediate container 0c28c8d559e4 15:44:27 ---> bd2f337f2835 15:44:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:28 ---> Running in f18577d9c5aa 15:44:29 Removing intermediate container d75bccd9b70f 15:44:29 ---> 3c3721770cb1 15:44:29 Successfully built 3c3721770cb1 15:44:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:44:29 + docker inspect -f . ci-base-image-x86_64 15:44:29 . [Pipeline] withDockerContainer 15:44:29 prd-centos7-docker-4c-2g-1029 does not seem to be running inside a container 15:44:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:44:30 $ docker top c0beca1050fa3957049297e9a40e55af369c0b4b083ac071bf4f46c4f1aae527 -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:30 + go version 15:44:30 go version go1.16.5 linux/amd64 [Pipeline] } 15:44:30 $ docker stop --time=1 c0beca1050fa3957049297e9a40e55af369c0b4b083ac071bf4f46c4f1aae527 15:44:31 Removing intermediate container f18577d9c5aa 15:44:31 ---> 62a5341e1722 15:44:31 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 15:44:31 ---> Running in e2bc80de5af4 15:44:31 $ docker rm -f c0beca1050fa3957049297e9a40e55af369c0b4b083ac071bf4f46c4f1aae527 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:44:32 + docker inspect -f . ci-base-image-x86_64 15:44:32 . [Pipeline] withDockerContainer 15:44:32 prd-centos7-docker-4c-2g-1029 does not seem to be running inside a container 15:44:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:44:32 $ docker top 3514e21806199652814eb650967ed76779658da1c4b3ce78cab39cebf26328f7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:44:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:44:33 + go mod tidy [Pipeline] sh 15:44:33 + make test 15:44:33 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:44:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:44:34 (1/6) Installing libc-dev (0.7.2-r3) 15:44:34 (2/6) Installing libsodium (1.0.18-r0) 15:44:34 (3/6) Installing pkgconf (1.7.3-r0) 15:44:34 (4/6) Installing libsodium-dev (1.0.18-r0) 15:44:34 (5/6) Installing libzmq (4.3.3-r1) 15:44:34 (6/6) Installing zeromq-dev (4.3.3-r1) 15:44:35 Executing busybox-1.32.1-r6.trigger 15:44:35 OK: 139 MiB in 46 packages 15:44:36 Removing intermediate container e2bc80de5af4 15:44:36 ---> 0e3e7403e25c 15:44:36 Step 6/8 : WORKDIR /app 15:44:37 ---> Running in 80ea0506c165 15:44:37 Removing intermediate container 80ea0506c165 15:44:37 ---> e27e9cecd72f 15:44:37 Step 7/8 : COPY . . 15:44:38 ---> 6914534e380e 15:44:38 Step 8/8 : RUN go mod download 15:44:38 ---> Running in 009f6eba57a9 15:44:48 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:44:48 CGO_ENABLED=1 go vet ./... 15:44:55 gofmt -l . 15:44:55 [ "`gofmt -l .`" = "" ] 15:44:55 ./bin/test-go-mod-tidy.sh 15:44:55 ./bin/test-attribution-txt.sh [Pipeline] } 15:44:56 $ docker stop --time=1 3514e21806199652814eb650967ed76779658da1c4b3ce78cab39cebf26328f7 15:44:57 $ docker rm -f 3514e21806199652814eb650967ed76779658da1c4b3ce78cab39cebf26328f7 [Pipeline] // withDockerContainer [Pipeline] sh 15:44:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:44:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 15:45:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:45:01 + ls -al . 15:45:01 total 112 15:45:01 drwxrwxr-x. 7 jenkins jenkins 4096 Jul 30 15:44 . 15:45:01 drwxrwxr-x. 4 jenkins jenkins 28 Jul 30 15:43 .. 15:45:01 -rw-rw-r--. 1 jenkins jenkins 7306 Jul 30 15:43 Attribution.txt 15:45:01 drwxrwxr-x. 2 jenkins jenkins 64 Jul 30 15:43 bin 15:45:01 -rw-rw-r--. 1 jenkins jenkins 22206 Jul 30 15:43 CHANGELOG.md 15:45:01 -rw-r--r--. 1 jenkins jenkins 10 Jul 30 15:44 coverage.out 15:45:01 -rw-rw-r--. 1 jenkins jenkins 2048 Jul 30 15:43 Dockerfile 15:45:01 -rw-rw-r--. 1 jenkins jenkins 970 Jul 30 15:43 Dockerfile.build 15:45:01 -rw-rw-r--. 1 jenkins jenkins 119 Jul 30 15:43 .dockerignore 15:45:01 drwxrwxr-x. 8 jenkins jenkins 162 Jul 30 15:43 .git 15:45:01 drwxrwxr-x. 2 jenkins jenkins 81 Jul 30 15:43 .github 15:45:01 -rw-rw-r--. 1 jenkins jenkins 111 Jul 30 15:43 .gitignore 15:45:01 -rw-r--r--. 1 jenkins jenkins 129 Jul 30 15:44 go.mod 15:45:01 -rw-r--r--. 1 jenkins jenkins 20447 Jul 30 15:44 go.sum 15:45:01 -rw-rw-r--. 1 jenkins jenkins 687 Jul 30 15:43 Jenkinsfile 15:45:01 -rw-rw-r--. 1 jenkins jenkins 10174 Jul 30 15:43 LICENSE 15:45:01 -rw-rw-r--. 1 jenkins jenkins 1460 Jul 30 15:43 main.go 15:45:01 -rw-rw-r--. 1 jenkins jenkins 1508 Jul 30 15:43 makefile 15:45:01 -rw-rw-r--. 1 jenkins jenkins 3230 Jul 30 15:43 README.md 15:45:01 drwxrwxr-x. 8 jenkins jenkins 122 Jul 30 15:43 res 15:45:01 drwxrwxr-x. 3 jenkins jenkins 58 Jul 30 15:43 snap 15:45:01 -rw-rw-r--. 1 jenkins jenkins 11 Jul 30 15:41 VERSION [Pipeline] isUnix [Pipeline] sh 15:45:02 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=a8794a006ea08968641ff6a1a2acb87b2eaa877d --label arch=amd64 --label version=2.0.1-dev.1 . 15:45:02 Sending build context to Docker daemon 153.1kB 15:45:02 Step 1/28 : ARG BASE=golang:1.16-alpine3.12 15:45:02 Step 2/28 : FROM ${BASE} AS builder 15:45:02 ---> 3c3721770cb1 15:45:02 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:45:02 ---> Running in 7a716faa6b91 15:45:02 Removing intermediate container 7a716faa6b91 15:45:02 ---> 99b6881f41e6 15:45:02 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 15:45:02 ---> Running in f329f45e95f8 15:45:02 Removing intermediate container f329f45e95f8 15:45:02 ---> c0bd3cc22f86 15:45:02 Step 5/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:45:02 ---> Running in 9d5e21e728c9 15:45:02 Removing intermediate container 9d5e21e728c9 15:45:02 ---> c923589a8639 15:45:02 Step 6/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:45:02 ---> Running in d7b696f65df9 15:45:02 Removing intermediate container d7b696f65df9 15:45:02 ---> 14e403589f3a 15:45:02 Step 7/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:45:02 ---> Running in e1a47eef2fdf 15:45:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 15:45:04 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 15:45:04 OK: 150 MiB in 46 packages 15:45:05 Removing intermediate container e1a47eef2fdf 15:45:05 ---> 761ef38ad3fa 15:45:05 Step 8/28 : WORKDIR /app 15:45:05 ---> Running in 77b55f94c604 15:45:05 Removing intermediate container 77b55f94c604 15:45:05 ---> 8d913a595d06 15:45:05 Step 9/28 : COPY go.mod . 15:45:05 ---> d8ccf06f84a7 15:45:05 Step 10/28 : RUN go mod download 15:45:05 ---> Running in 8b772326a879 15:45:05 Removing intermediate container 8b772326a879 15:45:05 ---> 090ca5262812 15:45:05 Step 11/28 : RUN go mod tidy 15:45:05 ---> Running in 678974c1c3e0 15:45:06 Removing intermediate container 678974c1c3e0 15:45:06 ---> 989537a17d8a 15:45:06 Step 12/28 : COPY . . 15:45:06 ---> d958371168a2 15:45:06 Step 13/28 : ARG MAKE="make build" 15:45:06 ---> Running in 7248016d1943 15:45:06 Removing intermediate container 7248016d1943 15:45:06 ---> fb61169db6f1 15:45:06 Step 14/28 : RUN $MAKE 15:45:06 ---> Running in c9553e2cd1ab 15:45:07 go mod tidy 15:45:07 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.1-dev.1" -o app-service-configurable 15:45:11 Removing intermediate container 009f6eba57a9 15:45:11 ---> 98c5371dfd65 15:45:11 Successfully built 98c5371dfd65 15:45:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:45:11 + docker inspect -f . ci-base-image-arm64 15:45:11 . [Pipeline] withDockerContainer 15:45:11 prd-ubuntu18.04-docker-arm64-4c-16g-1028 does not seem to be running inside a container 15:45:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:45:13 $ docker top 087c78b5ac037d8a11d8d8dc47c4d1719785ffcabf538f9ae89ee4100d44f417 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:14 + go version 15:45:14 go version go1.16.5 linux/arm64 [Pipeline] } 15:45:14 $ docker stop --time=1 087c78b5ac037d8a11d8d8dc47c4d1719785ffcabf538f9ae89ee4100d44f417 15:45:16 $ docker rm -f 087c78b5ac037d8a11d8d8dc47c4d1719785ffcabf538f9ae89ee4100d44f417 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:16 + docker inspect -f . ci-base-image-arm64 15:45:16 . [Pipeline] withDockerContainer 15:45:17 prd-ubuntu18.04-docker-arm64-4c-16g-1028 does not seem to be running inside a container 15:45:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:45:19 $ docker top 7fa6dcb784b5d321b961ff3409a576b4ff08b2e83c7a7b3e8fcba19aa610c059 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:19 Removing intermediate container c9553e2cd1ab 15:45:19 ---> 425c6d0cb648 15:45:19 Step 15/28 : FROM alpine:3.12 15:45:19 3.12: Pulling from library/alpine 15:45:19 339de151aab4: Pulling fs layer 15:45:19 339de151aab4: Verifying Checksum 15:45:19 339de151aab4: Download complete 15:45:19 339de151aab4: Pull complete 15:45:19 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 15:45:19 Status: Downloaded newer image for alpine:3.12 15:45:19 ---> 13621d1b12d4 15:45:19 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:45:19 ---> Running in 5507b0e22c31 15:45:19 Removing intermediate container 5507b0e22c31 15:45:19 ---> 795f90805af4 15:45:19 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 15:45:19 ---> Running in 205e6fa21aac 15:45:19 Removing intermediate container 205e6fa21aac 15:45:19 ---> d41a2d078ad7 15:45:19 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 15:45:19 ---> Running in 760cf72356a8 15:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:45:19 (1/7) Installing ca-certificates (20191127-r4) 15:45:19 (2/7) Installing dumb-init (1.2.2-r1) 15:45:19 (3/7) Installing libgcc (9.3.0-r2) 15:45:19 (4/7) Installing libsodium (1.0.18-r0) 15:45:19 (5/7) Installing libstdc++ (9.3.0-r2) 15:45:19 (6/7) Installing libzmq (4.3.3-r0) 15:45:19 (7/7) Installing zeromq (4.3.3-r0) 15:45:19 Executing busybox-1.31.1-r20.trigger 15:45:19 Executing ca-certificates-20191127-r4.trigger 15:45:19 OK: 9 MiB in 21 packages 15:45:20 + go mod tidy 15:45:20 Removing intermediate container 760cf72356a8 15:45:20 ---> 58443f6be904 15:45:20 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:45:20 ---> a538c7d885cb 15:45:20 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 15:45:20 ---> dc7d6c793254 15:45:20 Step 21/28 : COPY --from=builder /app/res/ /res/ [Pipeline] sh 15:45:20 ---> f60a79e1c973 15:45:20 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:45:21 ---> a71f3e217b86 15:45:21 Step 23/28 : EXPOSE 48095 15:45:21 ---> Running in fbf1d26617a9 15:45:21 Removing intermediate container fbf1d26617a9 15:45:21 ---> 4ae3839ac1b2 15:45:21 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 15:45:21 ---> Running in ec495dc38c1b 15:45:21 Removing intermediate container ec495dc38c1b 15:45:21 ---> 54e48d3b921c 15:45:21 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:21 ---> Running in b19a919ffcaf 15:45:21 Removing intermediate container b19a919ffcaf 15:45:21 ---> 6c1d6d22cb50 15:45:21 Step 26/28 : LABEL arch=amd64 15:45:21 ---> Running in 037920d0724d 15:45:21 + make test 15:45:21 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:45:21 Removing intermediate container 037920d0724d 15:45:21 ---> 95e983249f1c 15:45:21 Step 27/28 : LABEL git_sha=a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:45:21 ---> Running in 8f853b35011f 15:45:21 Removing intermediate container 8f853b35011f 15:45:21 ---> e98018752cd4 15:45:21 Step 28/28 : LABEL version=2.0.1-dev.1 15:45:21 ---> Running in 68971db40207 15:45:21 Removing intermediate container 68971db40207 15:45:21 ---> 8cb0bc27bf15 15:45:21 [Warning] One or more build-args [ARCH] were not consumed 15:45:21 Successfully built 8cb0bc27bf15 15:45:21 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:45:21 provisioning config files... 15:45:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config1098220249812481771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:22 ---> docker-login.sh 15:45:22 nexus3.edgexfoundry.org:10001 15:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:22 Configure a credential helper to remove this warning. See 15:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:22 15:45:22 Login Succeeded 15:45:22 nexus3.edgexfoundry.org:10002 15:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:22 Configure a credential helper to remove this warning. See 15:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:22 15:45:22 Login Succeeded 15:45:22 nexus3.edgexfoundry.org:10003 15:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:22 Configure a credential helper to remove this warning. See 15:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:22 15:45:22 Login Succeeded 15:45:22 nexus3.edgexfoundry.org:10004 15:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:22 Configure a credential helper to remove this warning. See 15:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:22 15:45:22 Login Succeeded 15:45:22 docker.io 15:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:22 Configure a credential helper to remove this warning. See 15:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:22 15:45:22 Login Succeeded 15:45:22 ---> docker-login.sh ends [Pipeline] } 15:45:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:45:23 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 15:45:23 a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:45:23 latest 15:45:23 2.0.1-dev.1 15:45:23 a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 15:45:23 main 15:45:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:23 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] isUnix [Pipeline] sh 15:45:23 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:45:23 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:45:23 ace07e26f99d: Preparing 15:45:23 2a92bd5e409b: Preparing 15:45:23 0c7b1d2a01c1: Preparing 15:45:23 10924292872b: Preparing 15:45:23 5113d04d86bc: Preparing 15:45:23 32f366d666a5: Preparing 15:45:23 32f366d666a5: Waiting 15:45:23 10924292872b: Pushed 15:45:23 0c7b1d2a01c1: Pushed 15:45:23 2a92bd5e409b: Pushed 15:45:23 32f366d666a5: Layer already exists 15:45:24 5113d04d86bc: Pushed 15:45:25 ace07e26f99d: Pushed 15:45:25 a8794a006ea08968641ff6a1a2acb87b2eaa877d: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh 15:45:26 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 15:45:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:45:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:45:26 ace07e26f99d: Preparing 15:45:26 2a92bd5e409b: Preparing 15:45:26 0c7b1d2a01c1: Preparing 15:45:26 10924292872b: Preparing 15:45:26 5113d04d86bc: Preparing 15:45:26 32f366d666a5: Preparing 15:45:26 32f366d666a5: Waiting 15:45:26 0c7b1d2a01c1: Layer already exists 15:45:26 ace07e26f99d: Layer already exists 15:45:26 5113d04d86bc: Layer already exists 15:45:26 10924292872b: Layer already exists 15:45:26 2a92bd5e409b: Layer already exists 15:45:26 32f366d666a5: Layer already exists 15:45:26 latest: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh 15:45:27 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh 15:45:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.1-dev.1 15:45:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:45:27 ace07e26f99d: Preparing 15:45:27 2a92bd5e409b: Preparing 15:45:27 0c7b1d2a01c1: Preparing 15:45:27 10924292872b: Preparing 15:45:27 5113d04d86bc: Preparing 15:45:27 32f366d666a5: Preparing 15:45:27 32f366d666a5: Waiting 15:45:27 0c7b1d2a01c1: Layer already exists 15:45:27 2a92bd5e409b: Layer already exists 15:45:27 5113d04d86bc: Layer already exists 15:45:27 10924292872b: Layer already exists 15:45:27 ace07e26f99d: Layer already exists 15:45:27 32f366d666a5: Layer already exists 15:45:27 2.0.1-dev.1: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh 15:45:28 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh 15:45:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 15:45:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:45:28 ace07e26f99d: Preparing 15:45:28 2a92bd5e409b: Preparing 15:45:28 0c7b1d2a01c1: Preparing 15:45:28 10924292872b: Preparing 15:45:28 5113d04d86bc: Preparing 15:45:28 32f366d666a5: Preparing 15:45:28 32f366d666a5: Waiting 15:45:28 5113d04d86bc: Layer already exists 15:45:28 10924292872b: Layer already exists 15:45:28 2a92bd5e409b: Layer already exists 15:45:28 ace07e26f99d: Layer already exists 15:45:28 0c7b1d2a01c1: Layer already exists 15:45:28 32f366d666a5: Layer already exists 15:45:28 a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] isUnix [Pipeline] sh 15:45:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 15:45:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 15:45:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 15:45:29 ace07e26f99d: Preparing 15:45:29 2a92bd5e409b: Preparing 15:45:29 0c7b1d2a01c1: Preparing 15:45:29 10924292872b: Preparing 15:45:29 5113d04d86bc: Preparing 15:45:29 32f366d666a5: Preparing 15:45:29 32f366d666a5: Waiting 15:45:29 ace07e26f99d: Layer already exists 15:45:29 5113d04d86bc: Layer already exists 15:45:29 2a92bd5e409b: Layer already exists 15:45:29 10924292872b: Layer already exists 15:45:29 0c7b1d2a01c1: Layer already exists 15:45:29 32f366d666a5: Layer already exists 15:45:29 main: digest: sha256:afd1299982cbd6db6d93a5ad2d43db08e7438d7c2422dd0c9bf19c64b11454ce size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:45:29 ===================================================== [Pipeline] echo 15:45:29 taggedImages: 15:45:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:45:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 15:45:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.0.1-dev.1 15:45:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 15:45:29 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:45:30 15:45:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:45:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:45:30 latest: Pulling from edgex-lftools-log-publisher 15:45:30 b4d181a07f80: Pulling fs layer 15:45:30 a1111a8f2ec3: Pulling fs layer 15:45:30 ed53099fbce6: Pulling fs layer 15:45:30 dc539afda2c1: Pulling fs layer 15:45:30 77bc0d833cb6: Pulling fs layer 15:45:30 9065ff56babe: Pulling fs layer 15:45:30 d287ab97295c: Pulling fs layer 15:45:30 dc539afda2c1: Waiting 15:45:30 77bc0d833cb6: Waiting 15:45:30 9065ff56babe: Waiting 15:45:30 d287ab97295c: Waiting 15:45:30 a1111a8f2ec3: Verifying Checksum 15:45:30 a1111a8f2ec3: Download complete 15:45:30 dc539afda2c1: Verifying Checksum 15:45:30 dc539afda2c1: Download complete 15:45:31 77bc0d833cb6: Verifying Checksum 15:45:31 77bc0d833cb6: Download complete 15:45:31 9065ff56babe: Verifying Checksum 15:45:31 9065ff56babe: Download complete 15:45:31 ed53099fbce6: Verifying Checksum 15:45:31 ed53099fbce6: Download complete 15:45:32 b4d181a07f80: Verifying Checksum 15:45:32 b4d181a07f80: Download complete 15:45:33 b4d181a07f80: Pull complete 15:45:33 a1111a8f2ec3: Pull complete 15:45:34 ed53099fbce6: Pull complete 15:45:34 dc539afda2c1: Pull complete 15:45:34 77bc0d833cb6: Pull complete 15:45:34 9065ff56babe: Pull complete 15:45:35 d287ab97295c: Verifying Checksum 15:45:35 d287ab97295c: Download complete 15:45:40 d287ab97295c: Pull complete 15:45:40 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 15:45:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:45:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:45:40 prd-centos7-docker-4c-2g-1029 does not seem to be running inside a container 15:45:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:45:42 $ docker top e2373aaca77f0e5db9a4ac5dff210bbe35ace0469113c42b402296e34f724e8d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:43 ---> job-cost.sh 15:45:43 lf-activate-venv: SKIPPING 15:45:43 INFO: No Stack... 15:45:44 INFO: Retrieving Pricing Info for: v3-standard-2 15:45:44 INFO: Archiving Costs [Pipeline] sh 15:45:45 + cat /w/workspace/app-service-configurable/2/archives/cost.csv 15:45:45 + cut -d, -f6 [Pipeline] lock 15:45:45 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] 15:45:45 Resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] did not exist. Created. 15:45:45 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:45:45 + echo total: 0.05999999865889549 [Pipeline] stash 15:45:45 Stashed 1 file(s) [Pipeline] } 15:45:45 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] // lock [Pipeline] } 15:45:45 $ docker stop --time=1 e2373aaca77f0e5db9a4ac5dff210bbe35ace0469113c42b402296e34f724e8d 15:45:46 $ docker rm -f e2373aaca77f0e5db9a4ac5dff210bbe35ace0469113c42b402296e34f724e8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:46:08 ? github.com/edgexfoundry/app-service-configurable [no test files] 15:46:08 CGO_ENABLED=1 go vet ./... 15:46:35 gofmt -l . 15:46:35 [ "`gofmt -l .`" = "" ] 15:46:35 ./bin/test-go-mod-tidy.sh 15:46:35 ./bin/test-attribution-txt.sh [Pipeline] } 15:46:35 $ docker stop --time=1 7fa6dcb784b5d321b961ff3409a576b4ff08b2e83c7a7b3e8fcba19aa610c059 15:46:37 $ docker rm -f 7fa6dcb784b5d321b961ff3409a576b4ff08b2e83c7a7b3e8fcba19aa610c059 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:46:38 Warning: overwriting stash ‘coverage-report’ 15:46:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 15:46:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 15:46:39 + ls -al . 15:46:39 total 136 15:46:39 drwxrwxr-x 7 jenkins jenkins 4096 Jul 30 15:46 . 15:46:39 drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 15:43 .. 15:46:39 -rw-rw-r-- 1 jenkins jenkins 119 Jul 30 15:43 .dockerignore 15:46:39 drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 15:43 .git 15:46:39 drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 15:43 .github 15:46:39 -rw-rw-r-- 1 jenkins jenkins 111 Jul 30 15:43 .gitignore 15:46:39 -rw-rw-r-- 1 jenkins jenkins 7306 Jul 30 15:43 Attribution.txt 15:46:39 -rw-rw-r-- 1 jenkins jenkins 22206 Jul 30 15:43 CHANGELOG.md 15:46:39 -rw-rw-r-- 1 jenkins jenkins 2048 Jul 30 15:43 Dockerfile 15:46:39 -rw-rw-r-- 1 jenkins jenkins 970 Jul 30 15:43 Dockerfile.build 15:46:39 -rw-rw-r-- 1 jenkins jenkins 687 Jul 30 15:43 Jenkinsfile 15:46:39 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 30 15:43 LICENSE 15:46:39 -rw-rw-r-- 1 jenkins jenkins 3230 Jul 30 15:43 README.md 15:46:39 -rw-rw-r-- 1 jenkins jenkins 11 Jul 30 15:41 VERSION 15:46:39 drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 15:43 bin 15:46:39 -rw-r--r-- 1 jenkins jenkins 10 Jul 30 15:45 coverage.out 15:46:39 -rw-r--r-- 1 jenkins jenkins 129 Jul 30 15:46 go.mod 15:46:39 -rw-r--r-- 1 jenkins jenkins 20447 Jul 30 15:45 go.sum 15:46:39 -rw-rw-r-- 1 jenkins jenkins 1460 Jul 30 15:43 main.go 15:46:39 -rw-rw-r-- 1 jenkins jenkins 1508 Jul 30 15:43 makefile 15:46:39 drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 15:43 res 15:46:39 drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 15:43 snap [Pipeline] isUnix [Pipeline] sh 15:46:39 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=a8794a006ea08968641ff6a1a2acb87b2eaa877d --label arch=arm64 --label version=2.0.1-dev.1 . 15:46:39 Sending build context to Docker daemon 153.1kB 15:46:40 Step 1/28 : ARG BASE=golang:1.16-alpine3.12 15:46:40 Step 2/28 : FROM ${BASE} AS builder 15:46:40 ---> 98c5371dfd65 15:46:40 Step 3/28 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 15:46:40 ---> Running in 04944021f4c1 15:46:41 Removing intermediate container 04944021f4c1 15:46:41 ---> d89e3fe80cb6 15:46:41 Step 4/28 : ARG ALPINE_PKG_EXTRA="" 15:46:41 ---> Running in f54b279bbfb1 15:46:41 Removing intermediate container f54b279bbfb1 15:46:41 ---> 5770d85659c1 15:46:41 Step 5/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:46:41 ---> Running in 414fb0cd5aea 15:46:42 Removing intermediate container 414fb0cd5aea 15:46:42 ---> 2b838016d482 15:46:42 Step 6/28 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:42 ---> Running in e014839f79e9 15:46:45 Removing intermediate container e014839f79e9 15:46:45 ---> 4887937b2237 15:46:45 Step 7/28 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:46:45 ---> Running in 0b16d84ec96b 15:46:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 15:46:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 15:46:48 OK: 139 MiB in 46 packages 15:46:49 Removing intermediate container 0b16d84ec96b 15:46:49 ---> f503b119ac3a 15:46:49 Step 8/28 : WORKDIR /app 15:46:49 ---> Running in 398a093dddde 15:46:49 Removing intermediate container 398a093dddde 15:46:49 ---> f4520a53d37e 15:46:49 Step 9/28 : COPY go.mod . 15:46:50 ---> a66af39d01f2 15:46:50 Step 10/28 : RUN go mod download 15:46:50 ---> Running in 6c3aff6f622e 15:46:53 Removing intermediate container 6c3aff6f622e 15:46:53 ---> 837812d2e9b2 15:46:53 Step 11/28 : RUN go mod tidy 15:46:53 ---> Running in 96e252b9782c 15:46:56 Removing intermediate container 96e252b9782c 15:46:56 ---> 0086c5c04377 15:46:56 Step 12/28 : COPY . . 15:46:57 ---> 540c87c24140 15:46:57 Step 13/28 : ARG MAKE="make build" 15:46:57 ---> Running in f51705232ff8 15:46:57 Removing intermediate container f51705232ff8 15:46:57 ---> c1eb1caff927 15:46:57 Step 14/28 : RUN $MAKE 15:46:58 ---> Running in 648a13c96ebe 15:46:59 go mod tidy 15:46:59 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.1-dev.1" -o app-service-configurable 15:47:39 Removing intermediate container 648a13c96ebe 15:47:39 ---> b6d48787f90e 15:47:39 Step 15/28 : FROM alpine:3.12 15:47:39 3.12: Pulling from library/alpine 15:47:39 d2f70382dc9a: Pulling fs layer 15:47:39 d2f70382dc9a: Download complete 15:47:39 d2f70382dc9a: Pull complete 15:47:39 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 15:47:39 Status: Downloaded newer image for alpine:3.12 15:47:39 ---> c4fd0aeabfcf 15:47:39 Step 16/28 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 15:47:39 ---> Running in 073c532a1aa6 15:47:39 Removing intermediate container 073c532a1aa6 15:47:39 ---> d7d4adff3b1c 15:47:39 Step 17/28 : LABEL Name=app-service-configurable Version=${VERSION} 15:47:39 ---> Running in 4d043872b71a 15:47:39 Removing intermediate container 4d043872b71a 15:47:39 ---> 70f94034b11e 15:47:39 Step 18/28 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 15:47:39 ---> Running in 1b4538aaa0c7 15:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:41 (1/7) Installing ca-certificates (20191127-r4) 15:47:41 (2/7) Installing dumb-init (1.2.2-r1) 15:47:41 (3/7) Installing libgcc (9.3.0-r2) 15:47:41 (4/7) Installing libsodium (1.0.18-r0) 15:47:41 (5/7) Installing libstdc++ (9.3.0-r2) 15:47:41 (6/7) Installing libzmq (4.3.3-r0) 15:47:41 (7/7) Installing zeromq (4.3.3-r0) 15:47:41 Executing busybox-1.31.1-r20.trigger 15:47:41 Executing ca-certificates-20191127-r4.trigger 15:47:41 OK: 9 MiB in 21 packages 15:47:43 Removing intermediate container 1b4538aaa0c7 15:47:43 ---> f065d7202c48 15:47:43 Step 19/28 : COPY --from=builder /app/Attribution.txt /Attribution.txt 15:47:44 ---> bf4f2c85deb3 15:47:44 Step 20/28 : COPY --from=builder /app/LICENSE /LICENSE 15:47:45 ---> a03ba12e40c1 15:47:45 Step 21/28 : COPY --from=builder /app/res/ /res/ 15:47:45 ---> ade0a86bc0ba 15:47:45 Step 22/28 : COPY --from=builder /app/app-service-configurable /app-service-configurable 15:47:47 ---> 1f42985fb707 15:47:47 Step 23/28 : EXPOSE 48095 15:47:47 ---> Running in 29b91eab77bb 15:47:47 Removing intermediate container 29b91eab77bb 15:47:47 ---> ed91de4cef59 15:47:47 Step 24/28 : ENTRYPOINT ["/app-service-configurable"] 15:47:48 ---> Running in e3df76f53038 15:47:48 Removing intermediate container e3df76f53038 15:47:48 ---> 4afd842334f0 15:47:48 Step 25/28 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:48 ---> Running in a03d4f7427f1 15:47:49 Removing intermediate container a03d4f7427f1 15:47:49 ---> 9bd0ec3f33f6 15:47:49 Step 26/28 : LABEL arch=arm64 15:47:49 ---> Running in e5e9333d1d2d 15:47:49 Removing intermediate container e5e9333d1d2d 15:47:49 ---> 3383340f7000 15:47:49 Step 27/28 : LABEL git_sha=a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:47:50 ---> Running in 3511231946f7 15:47:50 Removing intermediate container 3511231946f7 15:47:50 ---> 7544b3421937 15:47:50 Step 28/28 : LABEL version=2.0.1-dev.1 15:47:50 ---> Running in e8ded0158bdc 15:47:51 Removing intermediate container e8ded0158bdc 15:47:51 ---> f57296ccbbe2 15:47:51 [Warning] One or more build-args [ARCH] were not consumed 15:47:51 Successfully built f57296ccbbe2 15:47:51 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:51 provisioning config files... 15:47:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/2@tmp/config9207669947950911232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:47:52 ---> docker-login.sh 15:47:52 nexus3.edgexfoundry.org:10001 15:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:52 Configure a credential helper to remove this warning. See 15:47:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:52 15:47:52 Login Succeeded 15:47:52 nexus3.edgexfoundry.org:10002 15:47:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:53 Configure a credential helper to remove this warning. See 15:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:53 15:47:53 Login Succeeded 15:47:53 nexus3.edgexfoundry.org:10003 15:47:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:53 Configure a credential helper to remove this warning. See 15:47:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:53 15:47:53 Login Succeeded 15:47:53 nexus3.edgexfoundry.org:10004 15:47:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:54 Configure a credential helper to remove this warning. See 15:47:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:54 15:47:54 Login Succeeded 15:47:54 docker.io 15:47:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:47:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:47:55 Configure a credential helper to remove this warning. See 15:47:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:47:55 15:47:55 Login Succeeded 15:47:55 ---> docker-login.sh ends [Pipeline] } 15:47:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:47:55 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 15:47:55 a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:47:55 latest 15:47:55 2.0.1-dev.1 15:47:55 a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 15:47:55 main 15:47:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:55 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] isUnix [Pipeline] sh 15:47:56 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:47:56 e487bbd6c55d: Preparing 15:47:56 a9682b25d8fe: Preparing 15:47:56 0c7b1d2a01c1: Preparing 15:47:56 10924292872b: Preparing 15:47:56 5b4d66640178: Preparing 15:47:56 3fbe34a1663b: Preparing 15:47:56 3fbe34a1663b: Waiting 15:47:56 0c7b1d2a01c1: Pushed 15:47:56 10924292872b: Pushed 15:47:56 a9682b25d8fe: Pushed 15:47:56 3fbe34a1663b: Layer already exists 15:47:57 5b4d66640178: Pushed 15:47:59 e487bbd6c55d: Pushed 15:47:59 a8794a006ea08968641ff6a1a2acb87b2eaa877d: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:48:00 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:48:00 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:48:00 e487bbd6c55d: Preparing 15:48:00 a9682b25d8fe: Preparing 15:48:00 0c7b1d2a01c1: Preparing 15:48:00 10924292872b: Preparing 15:48:00 5b4d66640178: Preparing 15:48:00 3fbe34a1663b: Preparing 15:48:00 3fbe34a1663b: Waiting 15:48:00 a9682b25d8fe: Layer already exists 15:48:00 10924292872b: Layer already exists 15:48:00 e487bbd6c55d: Layer already exists 15:48:00 0c7b1d2a01c1: Layer already exists 15:48:00 5b4d66640178: Layer already exists 15:48:00 3fbe34a1663b: Layer already exists 15:48:00 latest: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:48:01 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh 15:48:01 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.1-dev.1 15:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:48:01 e487bbd6c55d: Preparing 15:48:01 a9682b25d8fe: Preparing 15:48:01 0c7b1d2a01c1: Preparing 15:48:01 10924292872b: Preparing 15:48:01 5b4d66640178: Preparing 15:48:01 3fbe34a1663b: Preparing 15:48:01 3fbe34a1663b: Waiting 15:48:01 e487bbd6c55d: Layer already exists 15:48:01 a9682b25d8fe: Layer already exists 15:48:01 5b4d66640178: Layer already exists 15:48:01 0c7b1d2a01c1: Layer already exists 15:48:01 10924292872b: Layer already exists 15:48:01 3fbe34a1663b: Layer already exists 15:48:01 2.0.1-dev.1: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:48:02 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 [Pipeline] isUnix [Pipeline] sh 15:48:02 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 15:48:02 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:48:02 e487bbd6c55d: Preparing 15:48:02 a9682b25d8fe: Preparing 15:48:02 0c7b1d2a01c1: Preparing 15:48:02 10924292872b: Preparing 15:48:02 5b4d66640178: Preparing 15:48:02 3fbe34a1663b: Preparing 15:48:02 3fbe34a1663b: Waiting 15:48:02 a9682b25d8fe: Layer already exists 15:48:02 0c7b1d2a01c1: Layer already exists 15:48:02 e487bbd6c55d: Layer already exists 15:48:02 10924292872b: Layer already exists 15:48:02 5b4d66640178: Layer already exists 15:48:02 3fbe34a1663b: Layer already exists 15:48:02 a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] isUnix [Pipeline] sh 15:48:03 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 15:48:03 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 15:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 15:48:03 e487bbd6c55d: Preparing 15:48:03 a9682b25d8fe: Preparing 15:48:03 0c7b1d2a01c1: Preparing 15:48:03 10924292872b: Preparing 15:48:03 5b4d66640178: Preparing 15:48:03 3fbe34a1663b: Preparing 15:48:03 3fbe34a1663b: Waiting 15:48:03 5b4d66640178: Layer already exists 15:48:03 10924292872b: Layer already exists 15:48:03 a9682b25d8fe: Layer already exists 15:48:03 e487bbd6c55d: Layer already exists 15:48:03 0c7b1d2a01c1: Layer already exists 15:48:03 3fbe34a1663b: Layer already exists 15:48:03 main: digest: sha256:edcc00b71e3b8e3308383dec3018a7c2565cab04d5dff5e05d7a06c32a7f4e71 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:48:03 ===================================================== [Pipeline] echo 15:48:03 taggedImages: 15:48:03 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d 15:48:03 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 15:48:03 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.0.1-dev.1 15:48:03 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:a8794a006ea08968641ff6a1a2acb87b2eaa877d-2.0.1-dev.1 15:48:03 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:48:04 15:48:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 15:48:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:48:05 arm64: Pulling from edgex-lftools-log-publisher 15:48:05 448f6bf000e3: Pulling fs layer 15:48:05 f757da607395: Pulling fs layer 15:48:05 05883995daec: Pulling fs layer 15:48:05 8603b9c90790: Pulling fs layer 15:48:05 1560dd03e051: Pulling fs layer 15:48:05 27f5ce0e4adf: Pulling fs layer 15:48:05 c2d8d7efcc4b: Pulling fs layer 15:48:05 8603b9c90790: Waiting 15:48:05 1560dd03e051: Waiting 15:48:05 27f5ce0e4adf: Waiting 15:48:05 c2d8d7efcc4b: Waiting 15:48:05 f757da607395: Verifying Checksum 15:48:05 f757da607395: Download complete 15:48:05 8603b9c90790: Verifying Checksum 15:48:05 8603b9c90790: Download complete 15:48:05 1560dd03e051: Verifying Checksum 15:48:05 1560dd03e051: Download complete 15:48:05 27f5ce0e4adf: Verifying Checksum 15:48:05 27f5ce0e4adf: Download complete 15:48:06 05883995daec: Verifying Checksum 15:48:06 05883995daec: Download complete 15:48:06 448f6bf000e3: Verifying Checksum 15:48:06 448f6bf000e3: Download complete 15:48:09 c2d8d7efcc4b: Verifying Checksum 15:48:09 c2d8d7efcc4b: Download complete 15:48:10 448f6bf000e3: Pull complete 15:48:10 f757da607395: Pull complete 15:48:12 05883995daec: Pull complete 15:48:12 8603b9c90790: Pull complete 15:48:13 1560dd03e051: Pull complete 15:48:14 27f5ce0e4adf: Pull complete 15:48:29 c2d8d7efcc4b: Pull complete 15:48:29 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 15:48:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:48:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 15:48:29 prd-ubuntu18.04-docker-arm64-4c-16g-1028 does not seem to be running inside a container 15:48:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/app-service-configurable/2 -v /w/workspace/app-service-configurable/2:/w/workspace/app-service-configurable/2:rw,z -v /w/workspace/app-service-configurable/2@tmp:/w/workspace/app-service-configurable/2@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:48:34 $ docker top 1abf9c92e632de4c8eeca57acdc7bc1c56bf8505d474a38e84968d07b94ea8b6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:35 ---> job-cost.sh 15:48:35 lf-activate-venv: SKIPPING 15:48:35 INFO: No Stack... 15:48:35 INFO: Retrieving Pricing Info for: v2-standard-4 15:48:36 INFO: Archiving Costs [Pipeline] sh 15:48:36 + cut -d, -f6 15:48:36 + cat /w/workspace/app-service-configurable/2/archives/cost.csv [Pipeline] lock 15:48:36 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] 15:48:36 Resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] did not exist. Created. 15:48:36 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:48:37 /w/workspace/app-service-configurable/2@tmp/durable-4c17cae5/script.sh: 1: /w/workspace/app-service-configurable/2@tmp/durable-4c17cae5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:48:38 + echo total: 0.18000000715255737 [Pipeline] stash 15:48:38 Warning: overwriting stash ‘stack-cost’ 15:48:38 Stashed 1 file(s) [Pipeline] } 15:48:38 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-2-stack-cost] [Pipeline] // lock [Pipeline] } 15:48:38 $ docker stop --time=1 1abf9c92e632de4c8eeca57acdc7bc1c56bf8505d474a38e84968d07b94ea8b6 15:48:40 $ docker rm -f 1abf9c92e632de4c8eeca57acdc7bc1c56bf8505d474a38e84968d07b94ea8b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 15:48:41 provisioning config files... 15:48:41 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9053463075781289959tmp [Pipeline] { [Pipeline] sh 15:48:41 + set +x 15:48:41 + curl -s https://codecov.io/bash 15:48:41 + bash -s -- 15:48:41 15:48:41 _____ _ 15:48:41 / ____| | | 15:48:41 | | ___ __| | ___ ___ _____ __ 15:48:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:48:41 | |___| (_) | (_| | __/ (_| (_) \ V / 15:48:41 \_____\___/ \__,_|\___|\___\___/ \_/ 15:48:41 Bash-1.0.6 15:48:41 15:48:41 15:48:41 ==> git version 2.24.4 found 15:48:41 ==> 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 15:48:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:48:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:48:41 ==> Jenkins CI detected. 15:48:41 current dir:  /w/workspace/ry_app-service-configurable_main 15:48:41 project root: . 15:48:41 --> token set from env 15:48:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:48:42 ==> Running gcov in . (disable via -X gcov) 15:48:42 ==> Python coveragepy not found 15:48:42 ==> Searching for coverage reports in: 15:48:42 + . 15:48:42 -> Found 1 reports 15:48:42 ==> Detecting git/mercurial file structure 15:48:42 ==> Reading reports 15:48:42 + ./coverage.out bytes=10 15:48:42 ==> Appending adjustments 15:48:42 https://docs.codecov.io/docs/fixing-reports 15:48:42 + Found adjustments 15:48:42 ==> Gzipping contents 15:48:42 4.0K /tmp/codecov.xoI3F4.gz 15:48:42 ==> Uploading reports 15:48:42 url: https://codecov.io 15:48:42 query: branch=main&commit=a8794a006ea08968641ff6a1a2acb87b2eaa877d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:48:42 -> Pinging Codecov 15:48:42 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=a8794a006ea08968641ff6a1a2acb87b2eaa877d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 15:48:42 -> Uploading to 15:48:42 https://storage.googleapis.com/codecov/v4/raw/2021-07-30/A97CA9966030D2A3747ED39772930CCE/a8794a006ea08968641ff6a1a2acb87b2eaa877d/f21bfda6-0db4-4215-9da4-33a2fe48dc3f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210730%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210730T154842Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eb26f2ff0de875fcfe0d2e9e27834d251cc3b12dae797d2b3143b39b24437067 15:48:42 % Total % Received % Xferd Average Speed Time Time Time Current 15:48:42 Dload Upload Total Spent Left Speed 15:48:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 560 0 0 100 560 0 1781 --:--:-- --:--:-- --:--:-- 1783 15:48:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] } 15:48:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:48:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:48:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:48:44 15:48:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:48:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:48:44 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:48:44 188c0c94c7c5: Pulling fs layer 15:48:44 0ef7d3d256c8: Pulling fs layer 15:48:44 de9db76c5a1d: Pulling fs layer 15:48:44 0eba1c9be4d2: Pulling fs layer 15:48:44 0d57e429df01: Pulling fs layer 15:48:44 4e4be7b47b0d: Pulling fs layer 15:48:44 e1f770b5df2f: Pulling fs layer 15:48:44 85a0685a4137: Pulling fs layer 15:48:44 0eba1c9be4d2: Waiting 15:48:44 0d57e429df01: Waiting 15:48:44 4e4be7b47b0d: Waiting 15:48:44 e1f770b5df2f: Waiting 15:48:44 85a0685a4137: Waiting 15:48:44 de9db76c5a1d: Download complete 15:48:44 0ef7d3d256c8: Verifying Checksum 15:48:44 0ef7d3d256c8: Download complete 15:48:44 0d57e429df01: Verifying Checksum 15:48:44 0d57e429df01: Download complete 15:48:44 4e4be7b47b0d: Verifying Checksum 15:48:44 4e4be7b47b0d: Download complete 15:48:44 188c0c94c7c5: Verifying Checksum 15:48:44 188c0c94c7c5: Download complete 15:48:45 188c0c94c7c5: Pull complete 15:48:45 0ef7d3d256c8: Pull complete 15:48:45 de9db76c5a1d: Pull complete 15:48:46 e1f770b5df2f: Verifying Checksum 15:48:46 e1f770b5df2f: Download complete 15:48:50 0eba1c9be4d2: Verifying Checksum 15:48:50 0eba1c9be4d2: Download complete 15:48:51 85a0685a4137: Verifying Checksum 15:48:51 85a0685a4137: Download complete 15:48:54 0eba1c9be4d2: Pull complete 15:48:54 0d57e429df01: Pull complete 15:48:54 4e4be7b47b0d: Pull complete 15:48:54 e1f770b5df2f: Pull complete 15:48:59 85a0685a4137: Pull complete 15:48:59 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:48:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:48:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:48:59 prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container 15:48:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:49:01 $ docker top 8864131e37b5927353c7fcdfe415830fddeedd46cce5627ce11609b5304d4db6 -eo pid,comm [Pipeline] { [Pipeline] echo 15:49:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:49:01 + set -o pipefail 15:49:01 + snyk monitor '--org=edgex-jenkins' 15:49:16 15:49:16 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 15:49:16 15:49:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/1ac473cb-2598-47c1-9f66-7a850556c936 15:49:16 15:49:16 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:49:16 15:49:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:49:16 15:49:16 [Pipeline] } 15:49:16 $ docker stop --time=1 8864131e37b5927353c7fcdfe415830fddeedd46cce5627ce11609b5304d4db6 15:49:18 $ docker rm -f 8864131e37b5927353c7fcdfe415830fddeedd46cce5627ce11609b5304d4db6 [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 15:49:19 + git log --format=format:%s -1 a8794a006ea08968641ff6a1a2acb87b2eaa877d [Pipeline] isUnix [Pipeline] sh 15:49:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:20 . [Pipeline] withDockerContainer 15:49:20 prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container 15:49:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:49:20 $ docker top e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:20 [ssh-agent] Looking for ssh-agent implementation... 15:49:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:21 $ docker exec e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 ssh-agent 15:49:21 SSH_AUTH_SOCK=/tmp/ssh-ok31wa36bsXq/agent.13 15:49:21 SSH_AGENT_PID=19 15:49:21 Running ssh-add (command line suppressed) 15:49:21 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4358614650373454487.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4358614650373454487.key) 15:49:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:21 + git semver tag 15:49:21 # -> Open(): unable to determine branch for HEAD 15:49:21 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:49:21 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:49:21 # $SEMVER_REMOTE_NAME = origin 15:49:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:49:21 # $SEMVER_USER_NAME = edgex-jenkins 15:49:21 # $SEMVER_BRANCH = main 15:49:21 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 15:49:21 # a8794a006ea08968641ff6a1a2acb87b2eaa877d HEAD 15:49:21 # -> Force: false 15:49:21 # fda68f5234acbc71ec0c0267e3a3cd3d17f8f6cd refs/tags/v2.0.1-dev.1 [Pipeline] } 15:49:21 $ docker exec --env ******** --env ******** e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 ssh-agent -k 15:49:21 unset SSH_AUTH_SOCK; 15:49:21 unset SSH_AGENT_PID; 15:49:21 echo Agent pid 19 killed; 15:49:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:22 + git semver [Pipeline] } 15:49:22 $ docker stop --time=1 e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 15:49:23 $ docker rm -f e94448e9932ed955f83d341fd01dda3e2d1b31ece9a8e1ee022c723491886d68 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:49:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:49:23 15:49:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:49:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:49:24 0.23.1-centos7: Pulling from edgex-lftools 15:49:24 ab5ef0e58194: Pulling fs layer 15:49:24 9712f1f96733: Pulling fs layer 15:49:24 63f879dbbcfc: Pulling fs layer 15:49:24 0d9ebad4ef96: Pulling fs layer 15:49:24 e9a5061849ea: Pulling fs layer 15:49:24 d747dcd14b5f: Pulling fs layer 15:49:24 2de7ff778b66: Pulling fs layer 15:49:24 e9a5061849ea: Waiting 15:49:24 d747dcd14b5f: Waiting 15:49:24 2de7ff778b66: Waiting 15:49:24 0d9ebad4ef96: Waiting 15:49:24 9712f1f96733: Verifying Checksum 15:49:24 9712f1f96733: Download complete 15:49:26 63f879dbbcfc: Verifying Checksum 15:49:26 63f879dbbcfc: Download complete 15:49:26 e9a5061849ea: Verifying Checksum 15:49:26 e9a5061849ea: Download complete 15:49:27 d747dcd14b5f: Verifying Checksum 15:49:27 d747dcd14b5f: Download complete 15:49:27 2de7ff778b66: Verifying Checksum 15:49:27 2de7ff778b66: Download complete 15:49:27 ab5ef0e58194: Verifying Checksum 15:49:27 ab5ef0e58194: Download complete 15:49:27 0d9ebad4ef96: Verifying Checksum 15:49:27 0d9ebad4ef96: Download complete 15:49:30 ab5ef0e58194: Pull complete 15:49:30 9712f1f96733: Pull complete 15:49:31 63f879dbbcfc: Pull complete 15:49:35 0d9ebad4ef96: Pull complete 15:49:35 e9a5061849ea: Pull complete 15:49:35 d747dcd14b5f: Pull complete 15:49:36 2de7ff778b66: Pull complete 15:49:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:49:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:49:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:49:36 prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container 15:49:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:49:39 $ docker top b371f708cd181f3574b554a6d90fc41253b92e55512b35a2cf70f98b2ad53145 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:49:40 provisioning config files... 15:49:40 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4825615882748149769tmp 15:49:40 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2379743687368926226tmp 15:49:40 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config424841645715023104tmp [Pipeline] { [Pipeline] echo 15:49:40 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:49:40 ---> sigul-configuration.sh 15:49:40 gpg: directory `/root/.gnupg' created 15:49:40 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:49:40 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:49:40 gpg: keyring `/root/.gnupg/secring.gpg' created 15:49:40 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:49:40 gpg: CAST5 encrypted data 15:49:40 gpg: encrypted with 1 passphrase 15:49:40 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:49:40 + mkdir /home/jenkins 15:49:40 + mkdir /home/jenkins/sigul [Pipeline] sh 15:49:41 + 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 15:49:41 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:49:41 ---> sigul-install.sh 15:49:41 Sigul already installed; skipping installation. [Pipeline] sh 15:49:41 + git tag --list 15:49:41 v1.0.0 15:49:41 v1.1.0 15:49:41 v1.2.0 15:49:41 v1.3.0 15:49:41 v1.3.1 15:49:41 v2.0.0 15:49:41 v2.0.1-dev.1 [Pipeline] sh 15:49:42 + lftools sign git-tag v2.0.1-dev.1 15:49:42 Signing Git tag with Sigul... 15:49:42 Signing v2.0.1-dev.1 [Pipeline] echo 15:49:43 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:49:43 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:49:43 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:49:44 $ docker stop --time=1 b371f708cd181f3574b554a6d90fc41253b92e55512b35a2cf70f98b2ad53145 15:49:45 $ docker rm -f b371f708cd181f3574b554a6d90fc41253b92e55512b35a2cf70f98b2ad53145 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:49:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:45 . [Pipeline] withDockerContainer 15:49:46 prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container 15:49:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:49:46 $ docker top 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:46 [ssh-agent] Looking for ssh-agent implementation... 15:49:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:46 $ docker exec 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 ssh-agent 15:49:46 SSH_AUTH_SOCK=/tmp/ssh-gAWeU2cMC1p7/agent.12 15:49:46 SSH_AGENT_PID=18 15:49:46 Running ssh-add (command line suppressed) 15:49:47 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5852662869624182635.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5852662869624182635.key) 15:49:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:47 + git semver bump pre 15:49:47 # -> Open(): unable to determine branch for HEAD 15:49:47 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:49:47 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:49:47 # $SEMVER_REMOTE_NAME = origin 15:49:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:49:47 # $SEMVER_USER_NAME = edgex-jenkins 15:49:47 # $SEMVER_BRANCH = main 15:49:47 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 15:49:47 2.0.1-dev.2 [Pipeline] } 15:49:47 $ docker exec --env ******** --env ******** 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 ssh-agent -k 15:49:47 unset SSH_AUTH_SOCK; 15:49:47 unset SSH_AGENT_PID; 15:49:47 echo Agent pid 18 killed; 15:49:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:47 + git semver [Pipeline] } 15:49:47 $ docker stop --time=1 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 15:49:49 $ docker rm -f 9d708308a16a2ef1e64ff68043cddce2cab3c97dbed9c1cf6e48eb4e838d57c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:49:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:49 . [Pipeline] withDockerContainer 15:49:50 prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container 15:49:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:49:50 $ docker top 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:50 [ssh-agent] Looking for ssh-agent implementation... 15:49:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:50 $ docker exec 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf ssh-agent 15:49:51 SSH_AUTH_SOCK=/tmp/ssh-l4CnZRHYcglW/agent.13 15:49:51 SSH_AGENT_PID=20 15:49:51 Running ssh-add (command line suppressed) 15:49:51 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7773853898495118215.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7773853898495118215.key) 15:49:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:51 + git semver push 15:49:51 # -> Open(): unable to determine branch for HEAD 15:49:51 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 15:49:51 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 15:49:51 # $SEMVER_REMOTE_NAME = origin 15:49:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:49:51 # $SEMVER_USER_NAME = edgex-jenkins 15:49:51 # $SEMVER_BRANCH = main 15:49:51 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 15:49:55 $ docker exec --env ******** --env ******** 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf ssh-agent -k 15:49:55 unset SSH_AUTH_SOCK; 15:49:55 unset SSH_AGENT_PID; 15:49:55 echo Agent pid 20 killed; 15:49:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:56 + git semver [Pipeline] } 15:49:56 $ docker stop --time=1 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf 15:49:57 $ docker rm -f 6a67735b4422030e3a5b96cd59e67bd6b5e940a4196fac0f4fdb0998e838facf [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 15:49:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:49:59 ---> package-listing.sh 15:49:59 ++ tr '[:upper:]' '[:lower:]' 15:49:59 ++ facter osfamily 15:49:59 + OS_FAMILY=redhat 15:49:59 + workspace=/w/workspace/ry_app-service-configurable_main 15:49:59 + START_PACKAGES=/tmp/packages_start.txt 15:49:59 + END_PACKAGES=/tmp/packages_end.txt 15:49:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:49:59 + PACKAGES=/tmp/packages_start.txt 15:49:59 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:49:59 + PACKAGES=/tmp/packages_end.txt 15:49:59 + case "${OS_FAMILY}" in 15:49:59 + sort 15:49:59 + rpm -qa 15:50:00 + '[' -f /tmp/packages_start.txt ']' 15:50:00 + '[' -f /tmp/packages_end.txt ']' 15:50:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:50:00 + '[' /w/workspace/ry_app-service-configurable_main ']' 15:50:00 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 15:50:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 15:50:00 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:50:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:50:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:50:00 15:50:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 15:50:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:50:01 latest: Pulling from edgex-lftools-log-publisher 15:50:01 b4d181a07f80: Pulling fs layer 15:50:01 a1111a8f2ec3: Pulling fs layer 15:50:01 ed53099fbce6: Pulling fs layer 15:50:01 dc539afda2c1: Pulling fs layer 15:50:01 77bc0d833cb6: Pulling fs layer 15:50:01 9065ff56babe: Pulling fs layer 15:50:01 d287ab97295c: Pulling fs layer 15:50:01 77bc0d833cb6: Waiting 15:50:01 9065ff56babe: Waiting 15:50:01 d287ab97295c: Waiting 15:50:01 dc539afda2c1: Waiting 15:50:01 a1111a8f2ec3: Verifying Checksum 15:50:01 a1111a8f2ec3: Download complete 15:50:01 dc539afda2c1: Verifying Checksum 15:50:01 dc539afda2c1: Download complete 15:50:01 77bc0d833cb6: Verifying Checksum 15:50:01 77bc0d833cb6: Download complete 15:50:02 9065ff56babe: Verifying Checksum 15:50:02 9065ff56babe: Download complete 15:50:02 ed53099fbce6: Verifying Checksum 15:50:02 ed53099fbce6: Download complete 15:50:03 b4d181a07f80: Verifying Checksum 15:50:03 b4d181a07f80: Download complete 15:50:04 b4d181a07f80: Pull complete 15:50:04 a1111a8f2ec3: Pull complete 15:50:05 ed53099fbce6: Pull complete 15:50:05 dc539afda2c1: Pull complete 15:50:05 77bc0d833cb6: Pull complete 15:50:05 9065ff56babe: Pull complete 15:50:07 d287ab97295c: Verifying Checksum 15:50:07 d287ab97295c: Download complete 15:50:12 d287ab97295c: Pull complete 15:50:12 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 15:50:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:50:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 15:50:13 prd-centos7-docker-4c-2g-1026 does not seem to be running inside a container 15:50:13 $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:50:19 $ docker top d2dfe23112e3b8c491547c26b0dfec70775eb113fb125cf149b3f56cc0f48af4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:19 + touch /tmp/pre-build-complete [Pipeline] sh 15:50:19 + mkdir -p /var/log/sysstat [Pipeline] sh 15:50:20 + ls /var/log/sa-host 15:50:20 + sadf -c /var/log/sa-host/sa05 15:50:20 file_magic: OK 15:50:20 HZ: Using current value: 100 15:50:20 file_header: OK 15:50:20 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 15:50:20 Statistics: 15:50:20 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:50:20 File successfully converted to sysstat format version 12.0.3 15:50:20 + sadf -c /var/log/sa-host/sa30 15:50:20 file_magic: OK 15:50:20 HZ: Using current value: 100 15:50:20 file_header: OK 15:50:20 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 15:50:20 Statistics: 15:50:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:50:20 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:50:20 provisioning config files... 15:50:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3570849414709271660tmp [Pipeline] { [Pipeline] echo 15:50:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:50:21 ---> create-netrc.sh [Pipeline] } 15:50:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:50:21 ---> python-tools-install.sh [Pipeline] echo 15:50:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:50:21 ---> sudo-logs.sh 15:50:21 Archiving 'sudo' log.. 15:50:21 sudo: unable to resolve host prd-centos7-docker-4c-2g-1026.vexxhost.local: Name or service not known 15:50:21 sudo: unable to resolve host prd-centos7-docker-4c-2g-1026.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 15:50:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:50:22 ---> job-cost.sh 15:50:22 lf-activate-venv: SKIPPING 15:50:22 DEBUG: total: 0.18000000715255737 15:50:22 INFO: Retrieving Stack Cost... 15:50:23 INFO: Retrieving Pricing Info for: v3-standard-2 15:50:23 INFO: Archiving Costs [Pipeline] echo 15:50:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:50:24 ---> logs-deploy.sh 15:50:24 lf-activate-venv: SKIPPING 15:50:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/2 15:50:24 INFO: archiving workspace using pattern(s): 15:50:24 Archives upload complete. 15:50:24 INFO: archiving logs to Nexus 15:50:25 ---> uname -a: 15:50:25 Linux prd-centos7-docker-4c-2g-1026.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 15:50:25 15:50:25 15:50:25 ---> lscpu: 15:50:25 Architecture: x86_64 15:50:25 CPU op-mode(s): 32-bit, 64-bit 15:50:25 Byte Order: Little Endian 15:50:25 Address sizes: 40 bits physical, 48 bits virtual 15:50:25 CPU(s): 2 15:50:25 On-line CPU(s) list: 0,1 15:50:25 Thread(s) per core: 1 15:50:25 Core(s) per socket: 1 15:50:25 Socket(s): 2 15:50:25 NUMA node(s): 1 15:50:25 Vendor ID: AuthenticAMD 15:50:25 CPU family: 23 15:50:25 Model: 49 15:50:25 Model name: AMD EPYC-Rome Processor 15:50:25 Stepping: 0 15:50:25 CPU MHz: 2799.996 15:50:25 BogoMIPS: 5599.99 15:50:25 Virtualization: AMD-V 15:50:25 Hypervisor vendor: KVM 15:50:25 Virtualization type: full 15:50:25 L1d cache: 32K 15:50:25 L1i cache: 32K 15:50:25 L2 cache: 512K 15:50:25 L3 cache: 16384K 15:50:25 NUMA node0 CPU(s): 0,1 15:50:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 15:50:25 15:50:25 15:50:25 ---> nproc: 15:50:25 2 15:50:25 15:50:25 15:50:25 ---> df -h: 15:50:25 Filesystem Size Used Avail Use% Mounted on 15:50:25 overlay 40G 9.0G 32G 23% / 15:50:25 tmpfs 64M 0 64M 0% /dev 15:50:25 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 15:50:25 shm 64M 0 64M 0% /dev/shm 15:50:25 /dev/vda1 40G 9.0G 32G 23% /facter-os 15:50:25 15:50:25 15:50:25 ---> sar -b -r -n DEV: 15:50:25 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/30/21 _x86_64_ (2 CPU) 15:50:25 15:50:25 15:40:30 LINUX RESTART (2 CPU) 15:50:25 15:50:25 15:41:01 tps rtps wtps bread/s bwrtn/s 15:50:25 15:42:01 76.84 3.91 72.93 2644.38 3237.79 15:50:25 15:43:01 0.50 0.00 0.50 0.00 8.86 15:50:25 15:44:01 0.15 0.00 0.15 0.00 1.73 15:50:25 15:45:01 0.37 0.00 0.37 0.00 5.35 15:50:25 15:46:01 0.18 0.00 0.18 0.00 2.07 15:50:25 15:47:01 0.33 0.00 0.33 0.00 5.08 15:50:25 15:48:01 0.28 0.00 0.28 0.00 4.68 15:50:25 15:49:01 63.19 0.03 63.15 3.73 26905.41 15:50:25 15:50:01 139.42 0.10 139.32 9.99 27373.98 15:50:25 Average: 31.26 0.45 30.81 295.48 6394.70 15:50:25 15:50:25 15:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:50:25 15:42:01 5452276 0 821144 10.25 2620 1732900 1284204 14.18 587924 1568280 16 15:50:25 15:43:01 5457044 0 816368 10.19 2620 1732908 1247780 13.78 583092 1568916 8 15:50:25 15:44:01 5461292 0 812120 10.14 2620 1732908 1204628 13.30 582208 1566828 8 15:50:25 15:45:01 5461904 0 811500 10.13 2620 1732916 1204388 13.30 581224 1567500 20 15:50:25 15:46:01 5462212 0 811188 10.13 2620 1732920 1204472 13.30 574632 1574460 16 15:50:25 15:47:01 5460664 0 812732 10.15 2620 1732924 1204424 13.30 575628 1574460 16 15:50:25 15:48:01 5460752 0 812640 10.15 2620 1732928 1204388 13.30 575460 1574460 16 15:50:25 15:49:01 4626636 0 928600 11.59 2620 2451084 1364812 15.07 672032 2226068 28 15:50:25 15:50:01 3727924 0 1212652 15.14 2620 3065744 1641012 18.12 1061732 2596920 10660 15:50:25 Average: 5174523 0 870994 10.88 2620 1960804 1284456 14.18 643770 1757544 1199 15:50:25 15:50:25 15:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:50:25 15:42:01 eth0 276.88 167.57 590.50 50.11 0.00 0.00 0.00 0.00 15:50:25 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:42:01 docker0 2.36 1.85 0.47 6.01 0.00 0.00 0.00 0.00 15:50:25 15:43:01 eth0 1.70 0.68 0.60 0.40 0.00 0.00 0.00 0.00 15:50:25 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:44:01 eth0 1.00 0.47 0.34 0.21 0.00 0.00 0.00 0.00 15:50:25 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:50:25 15:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:46:01 eth0 0.25 0.20 0.08 0.05 0.00 0.00 0.00 0.00 15:50:25 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:47:01 eth0 0.18 0.15 0.07 0.04 0.00 0.00 0.00 0.00 15:50:25 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:48:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:50:25 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:49:01 vethf165823 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:49:01 eth0 599.47 403.55 4092.42 33.55 0.00 0.00 0.00 0.00 15:50:25 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:50:01 eth0 696.95 478.53 3849.18 140.27 0.00 0.00 0.00 0.00 15:50:25 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 15:50:01 docker0 76.23 95.69 6.26 387.41 0.00 0.00 0.00 0.00 15:50:25 Average: eth0 175.21 116.83 948.27 24.96 0.00 0.00 0.00 0.00 15:50:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:25 Average: docker0 8.73 10.84 0.75 43.71 0.00 0.00 0.00 0.00 15:50:25 15:50:25 15:50:25 ---> sar -P ALL: 15:50:25 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/30/21 _x86_64_ (2 CPU) 15:50:25 15:50:25 15:40:30 LINUX RESTART (2 CPU) 15:50:25 15:50:25 15:41:01 CPU %user %nice %system %iowait %steal %idle 15:50:25 15:42:01 all 8.25 0.00 2.96 2.03 0.05 86.71 15:50:25 15:42:01 0 7.49 0.00 3.48 2.47 0.03 86.53 15:50:25 15:42:01 1 9.01 0.00 2.45 1.58 0.07 86.89 15:50:25 15:43:01 all 0.18 0.00 0.09 0.00 0.03 99.70 15:50:25 15:43:01 0 0.27 0.00 0.08 0.00 0.02 99.63 15:50:25 15:43:01 1 0.10 0.00 0.10 0.00 0.03 99.77 15:50:25 15:44:01 all 0.18 0.00 0.07 0.00 0.02 99.74 15:50:25 15:44:01 0 0.22 0.00 0.05 0.00 0.02 99.72 15:50:25 15:44:01 1 0.13 0.00 0.08 0.00 0.02 99.77 15:50:25 15:45:01 all 0.13 0.00 0.03 0.00 0.03 99.82 15:50:25 15:45:01 0 0.18 0.00 0.02 0.00 0.02 99.78 15:50:25 15:45:01 1 0.07 0.00 0.03 0.00 0.05 99.85 15:50:25 15:46:01 all 0.13 0.00 0.06 0.00 0.02 99.80 15:50:25 15:46:01 0 0.13 0.00 0.05 0.00 0.00 99.82 15:50:25 15:46:01 1 0.12 0.00 0.07 0.00 0.03 99.78 15:50:25 15:47:01 all 0.18 0.00 0.06 0.00 0.04 99.72 15:50:25 15:47:01 0 0.28 0.00 0.07 0.00 0.03 99.62 15:50:25 15:47:01 1 0.07 0.00 0.05 0.00 0.05 99.83 15:50:25 15:48:01 all 0.14 0.00 0.07 0.00 0.02 99.77 15:50:25 15:48:01 0 0.20 0.00 0.03 0.00 0.00 99.77 15:50:25 15:48:01 1 0.08 0.00 0.10 0.00 0.03 99.78 15:50:25 15:49:01 all 8.84 0.00 4.52 0.64 0.03 85.97 15:50:25 15:49:01 0 8.70 0.00 4.51 1.00 0.03 85.75 15:50:25 15:49:01 1 8.97 0.00 4.53 0.29 0.03 86.18 15:50:25 15:50:01 all 17.66 0.00 8.91 1.48 0.09 71.86 15:50:25 15:50:01 0 17.07 0.00 9.12 1.16 0.11 72.55 15:50:25 15:50:01 1 18.25 0.00 8.70 1.80 0.07 71.18 15:50:25 Average: all 3.87 0.00 1.81 0.45 0.04 93.83 15:50:25 Average: 0 3.74 0.00 1.88 0.51 0.03 93.84 15:50:25 Average: 1 3.99 0.00 1.75 0.40 0.04 93.82 15:50:25 15:50:25 15:50:25