Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from be356fede91d318a218d09271abaffbad81fcd9d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30605 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision be356fede91d318a218d09271abaffbad81fcd9d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 Commit message: "refactor: Updated profiles to use service keys for Client names (#217)" > git rev-list --no-walk b49824f9ec169793e39571ce4fd98f03f09d482e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:12:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:12:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:12:07 ========================================================= 19:12:07 EdgeX Global Pipelines Version Info 19:12:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:12:09 ------------------- 19:12:09 stable info: 19:12:09 ------------------- 19:12:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:12:09 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:12:09 Message: update stable to v1.0.186 19:12:10 ------------------- 19:12:10 experimental info: 19:12:10 ------------------- 19:12:10 Commited By: **** collab-it+edgex@linuxfoundation.org 19:12:10 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:12:10 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 19:12:10 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:12:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:12:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:12:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:12:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] echo 19:12:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be356fe [Pipeline] echo 19:12:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:12:14 provisioning config files... 19:12:14 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config634975948805764621tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:12:14 ---> docker-login.sh 19:12:14 nexus3.edgexfoundry.org:10001 19:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:15 Configure a credential helper to remove this warning. See 19:12:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:15 19:12:15 Login Succeeded 19:12:15 nexus3.edgexfoundry.org:10002 19:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:15 Configure a credential helper to remove this warning. See 19:12:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:15 19:12:15 Login Succeeded 19:12:15 nexus3.edgexfoundry.org:10003 19:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:15 Configure a credential helper to remove this warning. See 19:12:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:15 19:12:15 Login Succeeded 19:12:15 nexus3.edgexfoundry.org:10004 19:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:16 Configure a credential helper to remove this warning. See 19:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:16 19:12:16 Login Succeeded 19:12:16 docker.io 19:12:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:16 Configure a credential helper to remove this warning. See 19:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:16 19:12:16 Login Succeeded 19:12:16 ---> docker-login.sh ends [Pipeline] } 19:12:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:12:17 + git log --format=format:%s -1 be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] echo 19:12:17 GIT_COMMIT: be356fede91d318a218d09271abaffbad81fcd9d, Commit Message: refactor: Updated profiles to use service keys for Client names (#217) [Pipeline] echo 19:12:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:12:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:12:18 19:12:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:12:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:12:18 latest: Pulling from edgex-devops/git-semver 19:12:18 31603596830f: Pulling fs layer 19:12:18 2a8b12db71e7: Pulling fs layer 19:12:18 6ca5941a6612: Pulling fs layer 19:12:18 ecc8261a40a4: Pulling fs layer 19:12:18 ecc8261a40a4: Waiting 19:12:18 2a8b12db71e7: Verifying Checksum 19:12:18 2a8b12db71e7: Download complete 19:12:18 31603596830f: Verifying Checksum 19:12:18 31603596830f: Download complete 19:12:18 6ca5941a6612: Verifying Checksum 19:12:18 6ca5941a6612: Download complete 19:12:18 ecc8261a40a4: Verifying Checksum 19:12:18 ecc8261a40a4: Download complete 19:12:18 31603596830f: Pull complete 19:12:19 2a8b12db71e7: Pull complete 19:12:20 6ca5941a6612: Pull complete 19:12:20 ecc8261a40a4: Pull complete 19:12:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:12:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:12:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:12:20 prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container 19:12:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:12:22 $ docker top dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:12:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:12:22 [ssh-agent] Looking for ssh-agent implementation... 19:12:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:12:23 $ docker exec dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent 19:12:23 SSH_AUTH_SOCK=/tmp/ssh-8YXOLs6hXHxr/agent.11 19:12:23 SSH_AGENT_PID=17 19:12:23 Running ssh-add (command line suppressed) 19:12:23 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7568296224343355908.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7568296224343355908.key) 19:12:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:12:23 + git tag --points-at HEAD [Pipeline] } 19:12:23 $ docker exec --env ******** --env ******** dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent -k 19:12:24 unset SSH_AUTH_SOCK; 19:12:24 unset SSH_AGENT_PID; 19:12:24 echo Agent pid 17 killed; 19:12:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:12:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:12:24 [ssh-agent] Looking for ssh-agent implementation... 19:12:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:12:24 $ docker exec dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent 19:12:24 SSH_AUTH_SOCK=/tmp/ssh-U3A0NmsmPz0I/agent.46 19:12:24 SSH_AGENT_PID=51 19:12:24 Running ssh-add (command line suppressed) 19:12:24 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2766156999843100297.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2766156999843100297.key) 19:12:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:12:25 + git semver init 19:12:25 # -> Open(): unable to determine branch for HEAD 19:12:25 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:12:25 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:12:25 # $SEMVER_REMOTE_NAME = origin 19:12:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:12:25 # $SEMVER_USER_NAME = edgex-jenkins 19:12:25 # $SEMVER_BRANCH = master 19:12:25 # $SEMVER_TEMP = /tmp/semver-647865328 19:12:25 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 19:12:25 # '/tmp/semver-647865328' -> '/w/workspace/_app-service-configurable_master/.semver' 19:12:25 # -> Force: false 19:12:25 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 19:12:25 $ docker exec --env ******** --env ******** dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b ssh-agent -k 19:12:25 unset SSH_AUTH_SOCK; 19:12:25 unset SSH_AGENT_PID; 19:12:25 echo Agent pid 51 killed; 19:12:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:12:26 + git semver [Pipeline] } 19:12:26 $ docker stop --time=1 dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b 19:12:28 $ docker rm -f dcf846d1b6c045425b869a882fb35668eedc2349f2c479514598facdfb06f17b [Pipeline] // withDockerContainer [Pipeline] sh 19:12:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:12:29 Stashed 1 file(s) [Pipeline] echo 19:12:29 [edgeXSemver]: initialized semver on version 2.0.0-dev.25 [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 19:12:44 Still waiting to schedule task 19:12:44 ‘prd-centos7-builder-2c-1g-30604’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30599’ is offline; ‘prd-centos7-docker-4c-2g-30606’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ 19:12:44 Still waiting to schedule task 19:12:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:15:40 Running on prd-centos7-docker-4c-2g-30608 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 19:15:40 Running in /w/workspace/app-service-configurable/95 [Pipeline] { [Pipeline] checkout 19:15:42 using credential edgex-jenkins-ssh 19:15:42 Cloning the remote Git repository 19:15:42 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:15:42 > git init /w/workspace/app-service-configurable/95 # timeout=10 19:15:42 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:15:42 > git --version # timeout=10 19:15:42 > git --version # 'git version 2.24.3' 19:15:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:15:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:15:44 Checking out Revision be356fede91d318a218d09271abaffbad81fcd9d (master) 19:15:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:15:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:15:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:15:44 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:15:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:15:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:15:44 > git config core.sparsecheckout # timeout=10 19:15:44 > git checkout -f be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 19:15:48 Commit message: "refactor: Updated profiles to use service keys for Client names (#217)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:15:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:15:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:15:50 + sudo service docker restart 19:15:50 + true 19:15:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:15:51 provisioning config files... 19:15:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config2227364132633714478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:15:51 ---> docker-login.sh 19:15:51 nexus3.edgexfoundry.org:10001 19:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:52 Configure a credential helper to remove this warning. See 19:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:52 19:15:52 Login Succeeded 19:15:52 nexus3.edgexfoundry.org:10002 19:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:52 Configure a credential helper to remove this warning. See 19:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:52 19:15:52 Login Succeeded 19:15:52 nexus3.edgexfoundry.org:10003 19:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:52 Configure a credential helper to remove this warning. See 19:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:52 19:15:52 Login Succeeded 19:15:52 nexus3.edgexfoundry.org:10004 19:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:52 Configure a credential helper to remove this warning. See 19:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:52 19:15:52 Login Succeeded 19:15:52 docker.io 19:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:15:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:15:53 Configure a credential helper to remove this warning. See 19:15:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:15:53 19:15:53 Login Succeeded 19:15:53 ---> docker-login.sh ends [Pipeline] } 19:15:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:15:53 ========================================================= 19:15:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:15:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:15:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:15:53 Sending build context to Docker daemon 97.28kB 19:15:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 19:15:53 Step 2/8 : FROM ${BASE} 19:15:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:15:53 188c0c94c7c5: Pulling fs layer 19:15:53 0ef7d3d256c8: Pulling fs layer 19:15:53 de9db76c5a1d: Pulling fs layer 19:15:53 bca2f99d35d6: Pulling fs layer 19:15:53 93359f2a8cfa: Pulling fs layer 19:15:53 7c6f9722023f: Pulling fs layer 19:15:53 a35cf1a2eb13: Pulling fs layer 19:15:53 7c6f9722023f: Waiting 19:15:53 a35cf1a2eb13: Waiting 19:15:53 93359f2a8cfa: Waiting 19:15:53 bca2f99d35d6: Waiting 19:15:54 de9db76c5a1d: Verifying Checksum 19:15:54 de9db76c5a1d: Download complete 19:15:54 0ef7d3d256c8: Verifying Checksum 19:15:54 0ef7d3d256c8: Download complete 19:15:54 93359f2a8cfa: Download complete 19:15:54 7c6f9722023f: Verifying Checksum 19:15:54 7c6f9722023f: Download complete 19:15:54 188c0c94c7c5: Verifying Checksum 19:15:54 188c0c94c7c5: Download complete 19:15:54 188c0c94c7c5: Pull complete 19:15:54 0ef7d3d256c8: Pull complete 19:15:54 de9db76c5a1d: Pull complete 19:15:57 bca2f99d35d6: Verifying Checksum 19:15:57 bca2f99d35d6: Download complete 19:15:57 a35cf1a2eb13: Verifying Checksum 19:15:57 a35cf1a2eb13: Download complete 19:15:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30607 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 19:15:58 Running in /w/workspace/app-service-configurable/95 [Pipeline] { [Pipeline] checkout 19:16:02 bca2f99d35d6: Pull complete 19:16:02 93359f2a8cfa: Pull complete 19:16:02 7c6f9722023f: Pull complete 19:16:04 using credential edgex-jenkins-ssh 19:16:04 Cloning the remote Git repository 19:16:04 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 19:16:04 > git init /w/workspace/app-service-configurable/95 # timeout=10 19:16:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:16:04 > git --version # timeout=10 19:16:04 > git --version # 'git version 2.17.1' 19:16:04 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:05 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:16:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:05 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 19:16:05 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 19:16:05 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:16:06 Checking out Revision be356fede91d318a218d09271abaffbad81fcd9d (master) 19:16:06 > git config core.sparsecheckout # timeout=10 19:16:06 > git checkout -f be356fede91d318a218d09271abaffbad81fcd9d # timeout=10 19:16:10 Commit message: "refactor: Updated profiles to use service keys for Client names (#217)" 19:16:10 a35cf1a2eb13: Pull complete 19:16:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:16:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:16:10 ---> a62c8e92a672 19:16:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:16:10 ---> Running in 90ccb0d47578 19:16:10 Removing intermediate container 90ccb0d47578 19:16:10 ---> 83a33fa236b5 19:16:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:10 ---> Running in 1700409f9586 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:16:11 Removing intermediate container 1700409f9586 19:16:11 ---> 989801f66186 19:16:11 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:16:11 ---> Running in cdef48e230a8 19:16:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:16:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:16:13 + sudo service docker restart 19:16:13 + true 19:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:14 (1/6) Installing libc-dev (0.7.2-r3) 19:16:14 (2/6) Installing libsodium (1.0.18-r0) 19:16:14 (3/6) Installing pkgconf (1.7.2-r0) 19:16:14 (4/6) Installing libsodium-dev (1.0.18-r0) 19:16:14 (5/6) Installing libzmq (4.3.3-r0) 19:16:14 (6/6) Installing zeromq-dev (4.3.3-r0) 19:16:14 Executing busybox-1.31.1-r19.trigger 19:16:14 OK: 167 MiB in 45 packages 19:16:14 Removing intermediate container cdef48e230a8 19:16:14 ---> 0289eb05820d 19:16:14 Step 6/8 : WORKDIR /app 19:16:14 ---> Running in e008f16c125d 19:16:15 Removing intermediate container e008f16c125d 19:16:15 ---> 8af3562167f5 19:16:15 Step 7/8 : COPY . . 19:16:15 ---> 390757ed6d64 19:16:15 Step 8/8 : RUN go mod download 19:16:15 ---> Running in 9e0083472e7c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:16:15 provisioning config files... 19:16:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config8642403195998396614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:16:16 ---> docker-login.sh 19:16:16 nexus3.edgexfoundry.org:10001 19:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:17 Configure a credential helper to remove this warning. See 19:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:17 19:16:17 Login Succeeded 19:16:17 nexus3.edgexfoundry.org:10002 19:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:17 Configure a credential helper to remove this warning. See 19:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:17 19:16:17 Login Succeeded 19:16:17 nexus3.edgexfoundry.org:10003 19:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:18 Configure a credential helper to remove this warning. See 19:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:18 19:16:18 Login Succeeded 19:16:18 nexus3.edgexfoundry.org:10004 19:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:19 Configure a credential helper to remove this warning. See 19:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:19 19:16:19 Login Succeeded 19:16:19 docker.io 19:16:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:19 Configure a credential helper to remove this warning. See 19:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:19 19:16:19 Login Succeeded 19:16:19 ---> docker-login.sh ends [Pipeline] } 19:16:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:16:20 ========================================================= 19:16:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:16:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:16:20 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:16:20 Sending build context to Docker daemon 97.28kB 19:16:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 19:16:20 Step 2/8 : FROM ${BASE} 19:16:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:16:21 5f621e34cdf4: Pulling fs layer 19:16:21 a4357932f1b6: Pulling fs layer 19:16:21 18c013af1878: Pulling fs layer 19:16:21 00ac8860ef70: Pulling fs layer 19:16:21 63d7cb157983: Pulling fs layer 19:16:21 b116817d02f9: Pulling fs layer 19:16:21 745a02a5169b: Pulling fs layer 19:16:21 63d7cb157983: Waiting 19:16:21 b116817d02f9: Waiting 19:16:21 00ac8860ef70: Waiting 19:16:21 745a02a5169b: Waiting 19:16:21 18c013af1878: Download complete 19:16:21 a4357932f1b6: Verifying Checksum 19:16:21 a4357932f1b6: Download complete 19:16:21 63d7cb157983: Verifying Checksum 19:16:21 63d7cb157983: Download complete 19:16:21 b116817d02f9: Verifying Checksum 19:16:21 b116817d02f9: Download complete 19:16:21 5f621e34cdf4: Verifying Checksum 19:16:21 5f621e34cdf4: Download complete 19:16:22 5f621e34cdf4: Pull complete 19:16:22 a4357932f1b6: Pull complete 19:16:23 18c013af1878: Pull complete 19:16:23 745a02a5169b: Verifying Checksum 19:16:23 745a02a5169b: Download complete 19:16:24 00ac8860ef70: Verifying Checksum 19:16:24 00ac8860ef70: Download complete 19:16:34 00ac8860ef70: Pull complete 19:16:35 63d7cb157983: Pull complete 19:16:35 b116817d02f9: Pull complete 19:16:37 Removing intermediate container 9e0083472e7c 19:16:37 ---> 5e58979feb05 19:16:37 Successfully built 5e58979feb05 19:16:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:16:37 + docker inspect -f . ci-base-image-x86_64 19:16:37 . [Pipeline] withDockerContainer 19:16:38 prd-centos7-docker-4c-2g-30608 does not seem to be running inside a container 19:16:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:16:38 $ docker top 9338b8aeb8e62330f95a7d345ee542f25a2c0974ddce001551afaabf8bdb5991 -eo pid,comm [Pipeline] { [Pipeline] sh 19:16:39 + go version 19:16:39 go version go1.15.5 linux/amd64 [Pipeline] } 19:16:39 $ docker stop --time=1 9338b8aeb8e62330f95a7d345ee542f25a2c0974ddce001551afaabf8bdb5991 19:16:39 745a02a5169b: Pull complete 19:16:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:16:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:16:39 ---> b7e6874047d6 19:16:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:16:40 $ docker rm -f 9338b8aeb8e62330f95a7d345ee542f25a2c0974ddce001551afaabf8bdb5991 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:16:41 + docker inspect -f . ci-base-image-x86_64 19:16:41 . [Pipeline] withDockerContainer 19:16:41 prd-centos7-docker-4c-2g-30608 does not seem to be running inside a container 19:16:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:16:42 ---> Running in fcaec4dceb96 19:16:42 Removing intermediate container fcaec4dceb96 19:16:42 ---> 00ceb2fb394c 19:16:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:42 ---> Running in fe542d82e771 19:16:42 $ docker top d0dead40c3e14e478e6ab22d1b55072b93629361c12250e06775e1b1dfd4931f -eo pid,comm [Pipeline] { [Pipeline] sh 19:16:42 + make test 19:16:42 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:16:44 Removing intermediate container fe542d82e771 19:16:44 ---> 3163fbae3350 19:16:44 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 19:16:44 ---> Running in 486666074d48 19:16:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:16:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:16:47 (1/6) Installing libc-dev (0.7.2-r3) 19:16:47 (2/6) Installing libsodium (1.0.18-r0) 19:16:47 (3/6) Installing pkgconf (1.7.2-r0) 19:16:47 (4/6) Installing libsodium-dev (1.0.18-r0) 19:16:47 (5/6) Installing libzmq (4.3.3-r0) 19:16:48 (6/6) Installing zeromq-dev (4.3.3-r0) 19:16:48 Executing busybox-1.31.1-r19.trigger 19:16:48 OK: 144 MiB in 45 packages 19:16:49 Removing intermediate container 486666074d48 19:16:49 ---> b970871daa2a 19:16:49 Step 6/8 : WORKDIR /app 19:16:49 ---> Running in b711bda9dce6 19:16:50 Removing intermediate container b711bda9dce6 19:16:50 ---> cba407528879 19:16:50 Step 7/8 : COPY . . 19:16:51 ---> bc5b69f25c94 19:16:51 Step 8/8 : RUN go mod download 19:16:51 ---> Running in 1849444121be 19:16:57 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:16:57 CGO_ENABLED=1 go vet ./... 19:17:00 gofmt -l . 19:17:00 [ "`gofmt -l .`" = "" ] 19:17:00 ./bin/test-go-mod-tidy.sh 19:17:01 ./bin/test-attribution-txt.sh [Pipeline] } 19:17:01 $ docker stop --time=1 d0dead40c3e14e478e6ab22d1b55072b93629361c12250e06775e1b1dfd4931f 19:17:03 $ docker rm -f d0dead40c3e14e478e6ab22d1b55072b93629361c12250e06775e1b1dfd4931f [Pipeline] // withDockerContainer [Pipeline] sh 19:17:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:17:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 19:17:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:17:06 + ls -al . 19:17:06 total 92 19:17:06 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 19 19:17 . 19:17:06 drwxrwxr-x. 4 jenkins jenkins 30 Mar 19 19:15 .. 19:17:06 -rw-rw-r--. 1 jenkins jenkins 7174 Mar 19 19:15 Attribution.txt 19:17:06 drwxrwxr-x. 2 jenkins jenkins 64 Mar 19 19:15 bin 19:17:06 -rw-r--r--. 1 jenkins jenkins 10 Mar 19 19:16 coverage.out 19:17:06 -rw-rw-r--. 1 jenkins jenkins 2032 Mar 19 19:15 Dockerfile 19:17:06 -rw-rw-r--. 1 jenkins jenkins 970 Mar 19 19:15 Dockerfile.build 19:17:06 -rw-rw-r--. 1 jenkins jenkins 119 Mar 19 19:15 .dockerignore 19:17:06 drwxrwxr-x. 8 jenkins jenkins 162 Mar 19 19:15 .git 19:17:06 drwxrwxr-x. 2 jenkins jenkins 81 Mar 19 19:15 .github 19:17:06 -rw-rw-r--. 1 jenkins jenkins 111 Mar 19 19:15 .gitignore 19:17:06 -rw-r--r--. 1 jenkins jenkins 136 Mar 19 19:17 go.mod 19:17:06 -rw-r--r--. 1 jenkins jenkins 21134 Mar 19 19:17 go.sum 19:17:06 -rw-rw-r--. 1 jenkins jenkins 687 Mar 19 19:15 Jenkinsfile 19:17:06 -rw-rw-r--. 1 jenkins jenkins 10174 Mar 19 19:15 LICENSE 19:17:06 -rw-rw-r--. 1 jenkins jenkins 1467 Mar 19 19:15 main.go 19:17:06 -rw-rw-r--. 1 jenkins jenkins 1582 Mar 19 19:15 makefile 19:17:06 -rw-rw-r--. 1 jenkins jenkins 1277 Mar 19 19:15 README.md 19:17:06 drwxrwxr-x. 10 jenkins jenkins 173 Mar 19 19:15 res 19:17:06 drwxrwxr-x. 4 jenkins jenkins 71 Mar 19 19:15 snap 19:17:06 -rw-rw-r--. 1 jenkins jenkins 12 Mar 19 19:12 VERSION [Pipeline] isUnix [Pipeline] sh 19:17:06 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=be356fede91d318a218d09271abaffbad81fcd9d --label arch=amd64 --label version=2.0.0-dev.25 . 19:17:06 Sending build context to Docker daemon 121.3kB 19:17:06 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 19:17:06 Step 2/27 : FROM ${BASE} AS builder 19:17:06 ---> 5e58979feb05 19:17:06 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 19:17:06 ---> Running in 09169a56449c 19:17:07 Removing intermediate container 09169a56449c 19:17:07 ---> 10dc75e27619 19:17:07 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 19:17:07 ---> Running in c8bc1d883882 19:17:07 Removing intermediate container c8bc1d883882 19:17:07 ---> a4c79a341190 19:17:07 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:17:07 ---> Running in f9c5d136c121 19:17:07 Removing intermediate container f9c5d136c121 19:17:07 ---> 5e54f22fa4fb 19:17:07 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:07 ---> Running in 903dbff4b79b 19:17:08 Removing intermediate container 903dbff4b79b 19:17:08 ---> 063125658b20 19:17:08 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:17:08 ---> Running in de889cf52573 19:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:10 OK: 167 MiB in 45 packages 19:17:11 Removing intermediate container de889cf52573 19:17:11 ---> 06ced2b4e8e5 19:17:11 Step 8/27 : WORKDIR /app 19:17:11 ---> Running in 6b0aa9bb2d8e 19:17:11 Removing intermediate container 6b0aa9bb2d8e 19:17:11 ---> 1d55495f64c7 19:17:11 Step 9/27 : COPY go.mod . 19:17:11 ---> 26ac32b65722 19:17:11 Step 10/27 : RUN go mod download 19:17:11 ---> Running in 55ac04a4d1f9 19:17:12 Removing intermediate container 55ac04a4d1f9 19:17:12 ---> 02392ae0bbba 19:17:12 Step 11/27 : COPY . . 19:17:12 ---> 208bc3bdc9a5 19:17:12 Step 12/27 : ARG MAKE="make build" 19:17:12 ---> Running in ad022f05465a 19:17:13 Removing intermediate container ad022f05465a 19:17:13 ---> 838a8b522e41 19:17:13 Step 13/27 : RUN $MAKE 19:17:13 ---> Running in 243f5fa71f9f 19:17:13 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.25" -o app-service-configurable 19:17:18 Removing intermediate container 1849444121be 19:17:18 ---> 2a77b1d3e151 19:17:18 Successfully built 2a77b1d3e151 19:17:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:17:18 + docker inspect -f . ci-base-image-arm64 19:17:18 . [Pipeline] withDockerContainer 19:17:18 prd-ubuntu18.04-docker-arm64-4c-16g-30607 does not seem to be running inside a container 19:17:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:17:20 $ docker top ea03028cb163521b4a8dda85736706eea039c386b6becf3677536c148ba089c9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:21 + go version 19:17:21 go version go1.15.5 linux/arm64 [Pipeline] } 19:17:21 $ docker stop --time=1 ea03028cb163521b4a8dda85736706eea039c386b6becf3677536c148ba089c9 19:17:23 $ docker rm -f ea03028cb163521b4a8dda85736706eea039c386b6becf3677536c148ba089c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:24 + docker inspect -f . ci-base-image-arm64 19:17:24 . [Pipeline] withDockerContainer 19:17:24 prd-ubuntu18.04-docker-arm64-4c-16g-30607 does not seem to be running inside a container 19:17:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/95 -v /w/workspace/app-service-configurable/95:/w/workspace/app-service-configurable/95:rw,z -v /w/workspace/app-service-configurable/95@tmp:/w/workspace/app-service-configurable/95@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:17:26 $ docker top c7e0e01541ae79026a8fe9a2241913a9a83849b9aeb5a180731e358d7a06e908 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:27 + make test 19:17:27 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 19:17:28 Removing intermediate container 243f5fa71f9f 19:17:28 ---> a14e5f67f72b 19:17:28 Step 14/27 : FROM alpine:3.12 19:17:28 3.12: Pulling from library/alpine 19:17:28 f84cab65f19f: Pulling fs layer 19:17:28 f84cab65f19f: Verifying Checksum 19:17:28 f84cab65f19f: Download complete 19:17:28 f84cab65f19f: Pull complete 19:17:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:17:28 Status: Downloaded newer image for alpine:3.12 19:17:28 ---> 88dd2752d2ea 19:17:28 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:17:28 ---> Running in 65e1ba3e50f8 19:17:28 Removing intermediate container 65e1ba3e50f8 19:17:28 ---> 720ae18c692b 19:17:28 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 19:17:28 ---> Running in 2130a230d2df 19:17:29 Removing intermediate container 2130a230d2df 19:17:29 ---> 56751a274909 19:17:29 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 19:17:29 ---> Running in 05465b892121 19:17:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:30 (1/7) Installing ca-certificates (20191127-r4) 19:17:30 (2/7) Installing dumb-init (1.2.2-r1) 19:17:30 (3/7) Installing libgcc (9.3.0-r2) 19:17:30 (4/7) Installing libsodium (1.0.18-r0) 19:17:30 (5/7) Installing libstdc++ (9.3.0-r2) 19:17:30 (6/7) Installing libzmq (4.3.3-r0) 19:17:30 (7/7) Installing zeromq (4.3.3-r0) 19:17:30 Executing busybox-1.31.1-r19.trigger 19:17:30 Executing ca-certificates-20191127-r4.trigger 19:17:30 OK: 9 MiB in 21 packages 19:17:32 Removing intermediate container 05465b892121 19:17:32 ---> ce95f2058289 19:17:32 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:17:32 ---> 7879ae0c0911 19:17:32 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 19:17:32 ---> d3ec0ee3b27c 19:17:32 Step 20/27 : COPY --from=builder /app/res/ /res/ 19:17:32 ---> 5512159b43ff 19:17:32 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:17:33 ---> 4c06e1d811f7 19:17:33 Step 22/27 : EXPOSE 48095 19:17:33 ---> Running in ef7c8526cb3f 19:17:33 Removing intermediate container ef7c8526cb3f 19:17:33 ---> 9ddb0325d7a4 19:17:33 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 19:17:33 ---> Running in 952d4a9bfda7 19:17:33 Removing intermediate container 952d4a9bfda7 19:17:33 ---> 7a1e2bbe3d12 19:17:33 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:17:33 ---> Running in 1383f16bb09d 19:17:33 Removing intermediate container 1383f16bb09d 19:17:33 ---> 133b7c94ffce 19:17:33 Step 25/27 : LABEL arch=amd64 19:17:33 ---> Running in 2eea5a28bd36 19:17:34 Removing intermediate container 2eea5a28bd36 19:17:34 ---> 8b1ef257eb15 19:17:34 Step 26/27 : LABEL git_sha=be356fede91d318a218d09271abaffbad81fcd9d 19:17:34 ---> Running in 9a9560810325 19:17:34 Removing intermediate container 9a9560810325 19:17:34 ---> cf1bfea79629 19:17:34 Step 27/27 : LABEL version=2.0.0-dev.25 19:17:34 ---> Running in 50510ae209e3 19:17:34 Removing intermediate container 50510ae209e3 19:17:34 ---> 51ab4438d49d 19:17:34 [Warning] One or more build-args [ARCH] were not consumed 19:17:34 Successfully built 51ab4438d49d 19:17:34 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:17:34 provisioning config files... 19:17:34 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config7086391136443174771tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:17:35 ---> docker-login.sh 19:17:35 nexus3.edgexfoundry.org:10001 19:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:35 Configure a credential helper to remove this warning. See 19:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:35 19:17:35 Login Succeeded 19:17:35 nexus3.edgexfoundry.org:10002 19:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:35 Configure a credential helper to remove this warning. See 19:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:35 19:17:35 Login Succeeded 19:17:35 nexus3.edgexfoundry.org:10003 19:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:35 Configure a credential helper to remove this warning. See 19:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:35 19:17:35 Login Succeeded 19:17:35 nexus3.edgexfoundry.org:10004 19:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:35 Configure a credential helper to remove this warning. See 19:17:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:35 19:17:35 Login Succeeded 19:17:35 docker.io 19:17:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:17:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:17:36 Configure a credential helper to remove this warning. See 19:17:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:17:36 19:17:36 Login Succeeded 19:17:36 ---> docker-login.sh ends [Pipeline] } 19:17:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:17:36 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 19:17:36 be356fede91d318a218d09271abaffbad81fcd9d 19:17:36 latest 19:17:36 2.0.0-dev.25 19:17:36 be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 19:17:36 master 19:17:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:36 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] isUnix [Pipeline] sh 19:17:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d 19:17:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:17:37 bef0d29084a9: Preparing 19:17:37 8a149de99fc0: Preparing 19:17:37 725a24f6279a: Preparing 19:17:37 b77b0e615881: Preparing 19:17:37 4937c6d8c518: Preparing 19:17:37 33e8713114f8: Preparing 19:17:37 33e8713114f8: Waiting 19:17:37 8a149de99fc0: Pushed 19:17:37 725a24f6279a: Pushed 19:17:37 b77b0e615881: Pushed 19:17:37 33e8713114f8: Layer already exists 19:17:37 4937c6d8c518: Pushed 19:17:38 bef0d29084a9: Pushed 19:17:38 be356fede91d318a218d09271abaffbad81fcd9d: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:17:39 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 19:17:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 19:17:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:17:39 bef0d29084a9: Preparing 19:17:39 8a149de99fc0: Preparing 19:17:39 725a24f6279a: Preparing 19:17:39 b77b0e615881: Preparing 19:17:39 4937c6d8c518: Preparing 19:17:39 33e8713114f8: Preparing 19:17:39 33e8713114f8: Waiting 19:17:39 4937c6d8c518: Layer already exists 19:17:39 8a149de99fc0: Layer already exists 19:17:39 b77b0e615881: Layer already exists 19:17:39 bef0d29084a9: Layer already exists 19:17:39 725a24f6279a: Layer already exists 19:17:39 33e8713114f8: Layer already exists 19:17:39 latest: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:17:39 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh 19:17:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.25 19:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:17:40 bef0d29084a9: Preparing 19:17:40 8a149de99fc0: Preparing 19:17:40 725a24f6279a: Preparing 19:17:40 b77b0e615881: Preparing 19:17:40 4937c6d8c518: Preparing 19:17:40 33e8713114f8: Preparing 19:17:40 33e8713114f8: Waiting 19:17:40 b77b0e615881: Layer already exists 19:17:40 4937c6d8c518: Layer already exists 19:17:40 8a149de99fc0: Layer already exists 19:17:40 bef0d29084a9: Layer already exists 19:17:40 725a24f6279a: Layer already exists 19:17:40 33e8713114f8: Layer already exists 19:17:40 2.0.0-dev.25: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:17:40 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh 19:17:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 19:17:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:17:40 bef0d29084a9: Preparing 19:17:40 8a149de99fc0: Preparing 19:17:40 725a24f6279a: Preparing 19:17:40 b77b0e615881: Preparing 19:17:40 4937c6d8c518: Preparing 19:17:40 33e8713114f8: Preparing 19:17:40 33e8713114f8: Waiting 19:17:40 bef0d29084a9: Layer already exists 19:17:40 8a149de99fc0: Layer already exists 19:17:40 725a24f6279a: Layer already exists 19:17:40 4937c6d8c518: Layer already exists 19:17:40 b77b0e615881: Layer already exists 19:17:40 33e8713114f8: Layer already exists 19:17:40 be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] isUnix [Pipeline] sh 19:17:41 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 19:17:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 19:17:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 19:17:41 bef0d29084a9: Preparing 19:17:41 8a149de99fc0: Preparing 19:17:41 725a24f6279a: Preparing 19:17:41 b77b0e615881: Preparing 19:17:41 4937c6d8c518: Preparing 19:17:41 33e8713114f8: Preparing 19:17:41 33e8713114f8: Waiting 19:17:41 725a24f6279a: Layer already exists 19:17:41 bef0d29084a9: Layer already exists 19:17:41 b77b0e615881: Layer already exists 19:17:41 8a149de99fc0: Layer already exists 19:17:41 4937c6d8c518: Layer already exists 19:17:41 33e8713114f8: Layer already exists 19:17:41 master: digest: sha256:27c47e384314d9fb65bfbc361d355ba13ee3ae55ad7540503adf0b6e0a943660 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:17:41 ===================================================== [Pipeline] echo 19:17:41 taggedImages: 19:17:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d 19:17:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 19:17:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.25 19:17:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 19:17:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:17:42 ---> job-cost.sh 19:17:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-D6Cc 19:17:57 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:18:07 ? github.com/edgexfoundry/app-service-configurable [no test files] 19:18:07 CGO_ENABLED=1 go vet ./... 19:18:18 gofmt -l . 19:18:18 [ "`gofmt -l .`" = "" ] 19:18:18 ./bin/test-go-mod-tidy.sh 19:18:18 ./bin/test-attribution-txt.sh [Pipeline] } 19:18:19 $ docker stop --time=1 c7e0e01541ae79026a8fe9a2241913a9a83849b9aeb5a180731e358d7a06e908 19:18:21 $ docker rm -f c7e0e01541ae79026a8fe9a2241913a9a83849b9aeb5a180731e358d7a06e908 [Pipeline] // withDockerContainer [Pipeline] sh 19:18:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:18:22 Warning: overwriting stash ‘coverage-report’ 19:18:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:18:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:18:24 lf-activate-venv(): INFO: Adding /tmp/venv-D6Cc/bin to PATH 19:18:24 INFO: No Stack... 19:18:24 + ls -al . 19:18:24 total 116 19:18:24 drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 19:18 . 19:18:24 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 19:16 .. 19:18:24 -rw-rw-r-- 1 jenkins jenkins 119 Mar 19 19:16 .dockerignore 19:18:24 drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 19:16 .git 19:18:24 drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 19:16 .github 19:18:24 -rw-rw-r-- 1 jenkins jenkins 111 Mar 19 19:16 .gitignore 19:18:24 -rw-rw-r-- 1 jenkins jenkins 7174 Mar 19 19:16 Attribution.txt 19:18:24 -rw-rw-r-- 1 jenkins jenkins 2032 Mar 19 19:16 Dockerfile 19:18:24 -rw-rw-r-- 1 jenkins jenkins 970 Mar 19 19:16 Dockerfile.build 19:18:24 -rw-rw-r-- 1 jenkins jenkins 687 Mar 19 19:16 Jenkinsfile 19:18:24 -rw-rw-r-- 1 jenkins jenkins 10174 Mar 19 19:16 LICENSE 19:18:24 -rw-rw-r-- 1 jenkins jenkins 1277 Mar 19 19:16 README.md 19:18:24 -rw-rw-r-- 1 jenkins jenkins 12 Mar 19 19:12 VERSION 19:18:24 drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 19:16 bin 19:18:24 -rw-r--r-- 1 jenkins jenkins 10 Mar 19 19:17 coverage.out 19:18:24 -rw-r--r-- 1 jenkins jenkins 136 Mar 19 19:18 go.mod 19:18:24 -rw-r--r-- 1 jenkins jenkins 21134 Mar 19 19:18 go.sum 19:18:24 -rw-rw-r-- 1 jenkins jenkins 1467 Mar 19 19:16 main.go 19:18:24 -rw-rw-r-- 1 jenkins jenkins 1582 Mar 19 19:16 makefile 19:18:24 drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 19:16 res 19:18:24 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 19:16 snap [Pipeline] isUnix [Pipeline] sh 19:18:24 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=be356fede91d318a218d09271abaffbad81fcd9d --label arch=arm64 --label version=2.0.0-dev.25 . 19:18:24 Sending build context to Docker daemon 121.3kB 19:18:25 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 19:18:25 Step 2/27 : FROM ${BASE} AS builder 19:18:25 ---> 2a77b1d3e151 19:18:25 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 19:18:25 ---> Running in 665a672147e2 19:18:25 INFO: Retrieving Pricing Info for: v1-standard-2 19:18:25 Removing intermediate container 665a672147e2 19:18:25 ---> 7483993574ce 19:18:25 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 19:18:25 ---> Running in ca22909b5567 19:18:26 Removing intermediate container ca22909b5567 19:18:26 ---> c839df067a38 19:18:26 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:18:26 INFO: Archiving Costs [Pipeline] sh 19:18:26 ---> Running in aa71f5b6af8b 19:18:26 + cat /w/workspace/app-service-configurable/95/archives/cost.csv 19:18:26 + cut -d, -f6 [Pipeline] lock 19:18:26 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] 19:18:26 Resource [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] did not exist. Created. 19:18:26 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:18:27 Removing intermediate container aa71f5b6af8b 19:18:27 ---> 30854b8a14b8 19:18:27 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:27 ---> Running in d2660e0a74eb 19:18:27 + echo total: 0.029999999329447746 [Pipeline] stash 19:18:27 Stashed 1 file(s) [Pipeline] } 19:18:27 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:18:29 Removing intermediate container d2660e0a74eb 19:18:29 ---> f0a923a3d62b 19:18:29 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:18:29 ---> Running in 37c24c8456a5 19:18:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:18:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:18:32 OK: 144 MiB in 45 packages 19:18:33 Removing intermediate container 37c24c8456a5 19:18:33 ---> 30b691f49195 19:18:33 Step 8/27 : WORKDIR /app 19:18:33 ---> Running in fbe1cb308b60 19:18:33 Removing intermediate container fbe1cb308b60 19:18:33 ---> d71cb62f01f4 19:18:33 Step 9/27 : COPY go.mod . 19:18:34 ---> e1ffa2e59ea6 19:18:34 Step 10/27 : RUN go mod download 19:18:34 ---> Running in 8996c12443e2 19:18:37 Removing intermediate container 8996c12443e2 19:18:37 ---> eb971c9e817d 19:18:37 Step 11/27 : COPY . . 19:18:37 ---> 2d1a38eb2450 19:18:37 Step 12/27 : ARG MAKE="make build" 19:18:37 ---> Running in 69a52d1a596b 19:18:38 Removing intermediate container 69a52d1a596b 19:18:38 ---> 4024c7aba912 19:18:38 Step 13/27 : RUN $MAKE 19:18:38 ---> Running in 0ef6804af943 19:18:39 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.25" -o app-service-configurable 19:19:18 Removing intermediate container 0ef6804af943 19:19:18 ---> 06e9f544248d 19:19:18 Step 14/27 : FROM alpine:3.12 19:19:18 3.12: Pulling from library/alpine 19:19:18 dce8679b510e: Pulling fs layer 19:19:18 dce8679b510e: Verifying Checksum 19:19:18 dce8679b510e: Download complete 19:19:18 dce8679b510e: Pull complete 19:19:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:18 Status: Downloaded newer image for alpine:3.12 19:19:18 ---> d10569e2745f 19:19:18 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 19:19:18 ---> Running in ed37bb127da3 19:19:18 Removing intermediate container ed37bb127da3 19:19:18 ---> 1fdf05401be8 19:19:18 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 19:19:18 ---> Running in e37a7ab67dae 19:19:18 Removing intermediate container e37a7ab67dae 19:19:18 ---> 5c66fd3927b2 19:19:18 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 19:19:18 ---> Running in f0b45e9a4554 19:19:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:19:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:19:20 (1/7) Installing ca-certificates (20191127-r4) 19:19:20 (2/7) Installing dumb-init (1.2.2-r1) 19:19:20 (3/7) Installing libgcc (9.3.0-r2) 19:19:20 (4/7) Installing libsodium (1.0.18-r0) 19:19:20 (5/7) Installing libstdc++ (9.3.0-r2) 19:19:20 (6/7) Installing libzmq (4.3.3-r0) 19:19:20 (7/7) Installing zeromq (4.3.3-r0) 19:19:20 Executing busybox-1.31.1-r19.trigger 19:19:20 Executing ca-certificates-20191127-r4.trigger 19:19:20 OK: 9 MiB in 21 packages 19:19:22 Removing intermediate container f0b45e9a4554 19:19:22 ---> 9f0c6513928b 19:19:22 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 19:19:23 ---> 31d62de6a1b8 19:19:23 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 19:19:24 ---> f35e2399ea6e 19:19:24 Step 20/27 : COPY --from=builder /app/res/ /res/ 19:19:24 ---> b69f211f4f4c 19:19:24 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 19:19:26 ---> 6188c389afda 19:19:26 Step 22/27 : EXPOSE 48095 19:19:26 ---> Running in 5bbd13c394ee 19:19:26 Removing intermediate container 5bbd13c394ee 19:19:26 ---> 54ec85e83fe4 19:19:26 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 19:19:26 ---> Running in 2d7bf1c5a4df 19:19:27 Removing intermediate container 2d7bf1c5a4df 19:19:27 ---> 48841d5fecb6 19:19:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:27 ---> Running in 89f4f198d027 19:19:28 Removing intermediate container 89f4f198d027 19:19:28 ---> 8d85706b92bc 19:19:28 Step 25/27 : LABEL arch=arm64 19:19:28 ---> Running in 200a701c1172 19:19:28 Removing intermediate container 200a701c1172 19:19:28 ---> bf0b1b3a33ad 19:19:28 Step 26/27 : LABEL git_sha=be356fede91d318a218d09271abaffbad81fcd9d 19:19:28 ---> Running in 0b42415ca1c6 19:19:29 Removing intermediate container 0b42415ca1c6 19:19:29 ---> 6cc7d1972481 19:19:29 Step 27/27 : LABEL version=2.0.0-dev.25 19:19:29 ---> Running in 921cbf89533a 19:19:29 Removing intermediate container 921cbf89533a 19:19:29 ---> febdb6c6e00c 19:19:29 [Warning] One or more build-args [ARCH] were not consumed 19:19:29 Successfully built febdb6c6e00c 19:19:29 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:19:30 provisioning config files... 19:19:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/95@tmp/config7676482184133693476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:19:30 ---> docker-login.sh 19:19:30 nexus3.edgexfoundry.org:10001 19:19:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:31 Configure a credential helper to remove this warning. See 19:19:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:31 19:19:31 Login Succeeded 19:19:31 nexus3.edgexfoundry.org:10002 19:19:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:31 Configure a credential helper to remove this warning. See 19:19:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:31 19:19:31 Login Succeeded 19:19:31 nexus3.edgexfoundry.org:10003 19:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:32 Configure a credential helper to remove this warning. See 19:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:32 19:19:32 Login Succeeded 19:19:32 nexus3.edgexfoundry.org:10004 19:19:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:32 Configure a credential helper to remove this warning. See 19:19:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:32 19:19:32 Login Succeeded 19:19:32 docker.io 19:19:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:19:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:19:33 Configure a credential helper to remove this warning. See 19:19:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:19:33 19:19:33 Login Succeeded 19:19:33 ---> docker-login.sh ends [Pipeline] } 19:19:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:19:33 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 19:19:33 be356fede91d318a218d09271abaffbad81fcd9d 19:19:33 latest 19:19:33 2.0.0-dev.25 19:19:33 be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 19:19:33 master 19:19:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:19:34 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] isUnix [Pipeline] sh 19:19:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d 19:19:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:19:34 6f5a670fb5ce: Preparing 19:19:34 f4520f04cc6a: Preparing 19:19:34 c9781a712de9: Preparing 19:19:34 3dfd0d656e58: Preparing 19:19:34 431d740f300e: Preparing 19:19:34 02a88cfff88f: Preparing 19:19:34 02a88cfff88f: Waiting 19:19:34 3dfd0d656e58: Pushed 19:19:34 c9781a712de9: Pushed 19:19:34 f4520f04cc6a: Pushed 19:19:34 02a88cfff88f: Layer already exists 19:19:35 431d740f300e: Pushed 19:19:38 6f5a670fb5ce: Pushed 19:19:38 be356fede91d318a218d09271abaffbad81fcd9d: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:39 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:19:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 19:19:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:19:39 6f5a670fb5ce: Preparing 19:19:39 f4520f04cc6a: Preparing 19:19:39 c9781a712de9: Preparing 19:19:39 3dfd0d656e58: Preparing 19:19:39 431d740f300e: Preparing 19:19:39 02a88cfff88f: Preparing 19:19:39 02a88cfff88f: Waiting 19:19:39 6f5a670fb5ce: Layer already exists 19:19:39 431d740f300e: Layer already exists 19:19:39 c9781a712de9: Layer already exists 19:19:39 f4520f04cc6a: Layer already exists 19:19:39 3dfd0d656e58: Layer already exists 19:19:39 02a88cfff88f: Layer already exists 19:19:39 latest: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:40 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh 19:19:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.25 19:19:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:19:40 6f5a670fb5ce: Preparing 19:19:40 f4520f04cc6a: Preparing 19:19:40 c9781a712de9: Preparing 19:19:40 3dfd0d656e58: Preparing 19:19:40 431d740f300e: Preparing 19:19:40 02a88cfff88f: Preparing 19:19:40 02a88cfff88f: Waiting 19:19:40 6f5a670fb5ce: Layer already exists 19:19:40 3dfd0d656e58: Layer already exists 19:19:40 c9781a712de9: Layer already exists 19:19:40 f4520f04cc6a: Layer already exists 19:19:40 431d740f300e: Layer already exists 19:19:40 02a88cfff88f: Layer already exists 19:19:40 2.0.0-dev.25: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:41 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 [Pipeline] isUnix [Pipeline] sh 19:19:41 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 19:19:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:19:41 6f5a670fb5ce: Preparing 19:19:41 f4520f04cc6a: Preparing 19:19:41 c9781a712de9: Preparing 19:19:41 3dfd0d656e58: Preparing 19:19:41 431d740f300e: Preparing 19:19:41 02a88cfff88f: Preparing 19:19:41 02a88cfff88f: Waiting 19:19:41 f4520f04cc6a: Layer already exists 19:19:41 431d740f300e: Layer already exists 19:19:41 6f5a670fb5ce: Layer already exists 19:19:41 3dfd0d656e58: Layer already exists 19:19:41 c9781a712de9: Layer already exists 19:19:41 02a88cfff88f: Layer already exists 19:19:41 be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] isUnix [Pipeline] sh 19:19:42 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 19:19:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 19:19:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 19:19:42 6f5a670fb5ce: Preparing 19:19:42 f4520f04cc6a: Preparing 19:19:42 c9781a712de9: Preparing 19:19:42 3dfd0d656e58: Preparing 19:19:42 431d740f300e: Preparing 19:19:42 02a88cfff88f: Preparing 19:19:42 02a88cfff88f: Waiting 19:19:42 6f5a670fb5ce: Layer already exists 19:19:42 f4520f04cc6a: Layer already exists 19:19:42 c9781a712de9: Layer already exists 19:19:42 431d740f300e: Layer already exists 19:19:42 3dfd0d656e58: Layer already exists 19:19:42 02a88cfff88f: Layer already exists 19:19:42 master: digest: sha256:8dc90c0a1fb3070a559df702d6be220ca57540a77c188280a65ec328a7ae55ce size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:19:42 ===================================================== [Pipeline] echo 19:19:42 taggedImages: 19:19:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d 19:19:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 19:19:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.25 19:19:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:be356fede91d318a218d09271abaffbad81fcd9d-2.0.0-dev.25 19:19:42 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:19:43 ---> job-cost.sh 19:19:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2lkL 19:20:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:22:22 lf-activate-venv(): INFO: Adding /tmp/venv-2lkL/bin to PATH 19:22:22 INFO: No Stack... 19:22:22 INFO: Retrieving Pricing Info for: lf-standard-4 19:22:22 INFO: Archiving Costs [Pipeline] sh 19:22:22 + + cut -d, -f6 19:22:22 cat /w/workspace/app-service-configurable/95/archives/cost.csv [Pipeline] lock 19:22:23 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] 19:22:23 Resource [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] did not exist. Created. 19:22:23 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:22:23 /w/workspace/app-service-configurable/95@tmp/durable-576d9cfe/script.sh: 1: /w/workspace/app-service-configurable/95@tmp/durable-576d9cfe/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 19:22:24 + echo total: 0.20999999344348907 [Pipeline] stash 19:22:24 Warning: overwriting stash ‘stack-cost’ 19:22:24 Stashed 1 file(s) [Pipeline] } 19:22:24 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-95-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:22:25 provisioning config files... 19:22:25 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3185033810451061205tmp [Pipeline] { [Pipeline] sh 19:22:26 + set +x 19:22:26 + curl -s https://codecov.io/bash 19:22:26 + bash -s -- 19:22:26 19:22:26 _____ _ 19:22:26 / ____| | | 19:22:26 | | ___ __| | ___ ___ _____ __ 19:22:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:22:26 | |___| (_) | (_| | __/ (_| (_) \ V / 19:22:26 \_____\___/ \__,_|\___|\___\___/ \_/ 19:22:26 Bash-20210309-2b87ace 19:22:26 19:22:26 19:22:26 ==> git version 2.24.3 found 19:22:26 ==> 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 19:22:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:22:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:22:26 ==> Jenkins CI detected. 19:22:26 project root: . 19:22:26 --> token set from env 19:22:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:22:26 ==> Running gcov in . (disable via -X gcov) 19:22:26 ==> Python coveragepy not found 19:22:26 ==> Searching for coverage reports in: 19:22:26 + . 19:22:26 -> Found 1 reports 19:22:26 ==> Detecting git/mercurial file structure 19:22:26 ==> Reading reports 19:22:26 + ./coverage.out bytes=10 19:22:26 ==> Appending adjustments 19:22:26 https://docs.codecov.io/docs/fixing-reports 19:22:26 + Found adjustments 19:22:26 ==> Gzipping contents 19:22:26 4.0K /tmp/codecov.K054gC.gz 19:22:26 ==> Uploading reports 19:22:26 url: https://codecov.io 19:22:26 query: branch=master&commit=be356fede91d318a218d09271abaffbad81fcd9d&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:22:26 -> Pinging Codecov 19:22:26 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=be356fede91d318a218d09271abaffbad81fcd9d&build=95&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F95%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 19:22:27 -> Uploading to 19:22:27 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/A97CA9966030D2A3747ED39772930CCE/be356fede91d318a218d09271abaffbad81fcd9d/7235deaf-ac3e-401c-8874-3267b7f964df.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T192227Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1d0193fb95eae6caca43955905d32a84106e19ad563fb8708e14750a5ec624c0 19:22:27 % Total % Received % Xferd Average Speed Time Time Time Current 19:22:27 Dload Upload Total Spent Left Speed 19:22:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 807 --:--:-- --:--:-- --:--:-- 806 100 396 0 0 100 396 0 806 --:--:-- --:--:-- --:--:-- 806 19:22:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] } 19:22:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:22:28 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:22:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:22:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:22:28 19:22:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 19:22:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:22:29 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:22:29 188c0c94c7c5: Pulling fs layer 19:22:29 0ef7d3d256c8: Pulling fs layer 19:22:29 de9db76c5a1d: Pulling fs layer 19:22:29 0eba1c9be4d2: Pulling fs layer 19:22:29 0d57e429df01: Pulling fs layer 19:22:29 4e4be7b47b0d: Pulling fs layer 19:22:29 e1f770b5df2f: Pulling fs layer 19:22:29 85a0685a4137: Pulling fs layer 19:22:29 4e4be7b47b0d: Waiting 19:22:29 0eba1c9be4d2: Waiting 19:22:29 e1f770b5df2f: Waiting 19:22:29 0d57e429df01: Waiting 19:22:29 85a0685a4137: Waiting 19:22:29 de9db76c5a1d: Verifying Checksum 19:22:29 de9db76c5a1d: Download complete 19:22:29 0ef7d3d256c8: Verifying Checksum 19:22:29 0ef7d3d256c8: Download complete 19:22:29 0d57e429df01: Verifying Checksum 19:22:29 0d57e429df01: Download complete 19:22:29 4e4be7b47b0d: Verifying Checksum 19:22:29 4e4be7b47b0d: Download complete 19:22:29 188c0c94c7c5: Verifying Checksum 19:22:29 188c0c94c7c5: Download complete 19:22:29 188c0c94c7c5: Pull complete 19:22:30 0ef7d3d256c8: Pull complete 19:22:30 de9db76c5a1d: Pull complete 19:22:31 e1f770b5df2f: Verifying Checksum 19:22:31 e1f770b5df2f: Download complete 19:22:33 85a0685a4137: Verifying Checksum 19:22:33 85a0685a4137: Download complete 19:22:33 0eba1c9be4d2: Download complete 19:22:40 0eba1c9be4d2: Pull complete 19:22:40 0d57e429df01: Pull complete 19:22:40 4e4be7b47b0d: Pull complete 19:22:42 e1f770b5df2f: Pull complete 19:22:49 85a0685a4137: Pull complete 19:22:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 19:22:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:22:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 19:22:49 prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container 19:22:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:22:51 $ docker top fe87561d2764da209182c4beaa1f0cdcfbc75a18f8fa96cbc9f8c967682fcb35 -eo pid,comm [Pipeline] { [Pipeline] echo 19:22:51 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:22:52 + set -o pipefail 19:22:52 + snyk monitor '--org=edgex-jenkins' 19:23:18 19:23:18 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 19:23:18 19:23:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f5abb475-f27a-4b04-8ad2-f688ecf58457 19:23:18 19:23:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:23:18 19:23:18 [Pipeline] } 19:23:18 $ docker stop --time=1 fe87561d2764da209182c4beaa1f0cdcfbc75a18f8fa96cbc9f8c967682fcb35 19:23:21 $ docker rm -f fe87561d2764da209182c4beaa1f0cdcfbc75a18f8fa96cbc9f8c967682fcb35 [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 19:23:23 + git log --format=format:%s -1 be356fede91d318a218d09271abaffbad81fcd9d [Pipeline] isUnix [Pipeline] sh 19:23:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:23:24 . [Pipeline] withDockerContainer 19:23:24 prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container 19:23:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:23:25 $ docker top 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:23:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:23:25 [ssh-agent] Looking for ssh-agent implementation... 19:23:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:23:25 $ docker exec 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd ssh-agent 19:23:26 SSH_AUTH_SOCK=/tmp/ssh-YnRo1OjNdbbf/agent.11 19:23:26 SSH_AGENT_PID=16 19:23:26 Running ssh-add (command line suppressed) 19:23:26 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1832509878988487325.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1832509878988487325.key) 19:23:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:23:26 + git semver tag 19:23:26 # -> Open(): unable to determine branch for HEAD 19:23:26 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:23:26 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:23:26 # $SEMVER_REMOTE_NAME = origin 19:23:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:23:26 # $SEMVER_USER_NAME = edgex-jenkins 19:23:26 # $SEMVER_BRANCH = master 19:23:26 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 19:23:26 # be356fede91d318a218d09271abaffbad81fcd9d HEAD 19:23:26 # -> Force: false 19:23:26 # 108bf4c12a8148cf29be13b69db99ee68e1c6730 refs/tags/v2.0.0-dev.25 [Pipeline] } 19:23:26 $ docker exec --env ******** --env ******** 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd ssh-agent -k 19:23:26 unset SSH_AUTH_SOCK; 19:23:26 unset SSH_AGENT_PID; 19:23:26 echo Agent pid 16 killed; 19:23:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:23:27 + git semver [Pipeline] } 19:23:27 $ docker stop --time=1 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd 19:23:28 $ docker rm -f 17fafaff912d84848fd87890b89a8a846ba56f3662565920aa2b9a9850e79ccd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:23:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:23:29 19:23:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:23:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:23:29 0.23.1-centos7: Pulling from edgex-lftools 19:23:29 ab5ef0e58194: Pulling fs layer 19:23:29 9712f1f96733: Pulling fs layer 19:23:29 63f879dbbcfc: Pulling fs layer 19:23:29 0d9ebad4ef96: Pulling fs layer 19:23:29 e9a5061849ea: Pulling fs layer 19:23:29 d747dcd14b5f: Pulling fs layer 19:23:29 2de7ff778b66: Pulling fs layer 19:23:29 d747dcd14b5f: Waiting 19:23:29 2de7ff778b66: Waiting 19:23:29 0d9ebad4ef96: Waiting 19:23:29 e9a5061849ea: Waiting 19:23:29 9712f1f96733: Verifying Checksum 19:23:29 9712f1f96733: Download complete 19:23:31 63f879dbbcfc: Verifying Checksum 19:23:31 63f879dbbcfc: Download complete 19:23:31 e9a5061849ea: Verifying Checksum 19:23:31 e9a5061849ea: Download complete 19:23:31 d747dcd14b5f: Download complete 19:23:32 2de7ff778b66: Verifying Checksum 19:23:32 2de7ff778b66: Download complete 19:23:32 0d9ebad4ef96: Verifying Checksum 19:23:32 0d9ebad4ef96: Download complete 19:23:32 ab5ef0e58194: Verifying Checksum 19:23:32 ab5ef0e58194: Download complete 19:23:37 ab5ef0e58194: Pull complete 19:23:37 9712f1f96733: Pull complete 19:23:39 63f879dbbcfc: Pull complete 19:23:45 0d9ebad4ef96: Pull complete 19:23:47 e9a5061849ea: Pull complete 19:23:47 d747dcd14b5f: Pull complete 19:23:49 2de7ff778b66: Pull complete 19:23:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:23:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:23:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:23:50 prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container 19:23:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:23:54 $ docker top 107cc6a033b519ec4fad684d1e2a01f3d9a89028a8a13cd469a677c0d4c4f3c9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:23:54 provisioning config files... 19:23:54 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8492742418171801452tmp 19:23:54 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config979039832289104603tmp 19:23:54 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2447429945115157406tmp [Pipeline] { [Pipeline] echo 19:23:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:23:54 ---> sigul-configuration.sh 19:23:54 gpg: directory `/root/.gnupg' created 19:23:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:23:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:23:54 gpg: keyring `/root/.gnupg/secring.gpg' created 19:23:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:23:54 gpg: CAST5 encrypted data 19:23:55 gpg: encrypted with 1 passphrase 19:23:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:23:55 + mkdir /home/jenkins 19:23:55 + mkdir /home/jenkins/sigul [Pipeline] sh 19:23:55 + 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 19:23:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:23:56 ---> sigul-install.sh 19:24:02 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:24:03 + git tag --list 19:24:03 v1.0.0 19:24:03 v1.1.0 19:24:03 v1.2.0 19:24:03 v1.3.0 19:24:03 v1.3.1 19:24:03 v1.3.1-dev.1 19:24:03 v1.3.1-dev.2 19:24:03 v1.3.1-dev.3 19:24:03 v2.0.0-dev.1 19:24:03 v2.0.0-dev.10 19:24:03 v2.0.0-dev.11 19:24:03 v2.0.0-dev.12 19:24:03 v2.0.0-dev.13 19:24:03 v2.0.0-dev.14 19:24:03 v2.0.0-dev.15 19:24:03 v2.0.0-dev.16 19:24:03 v2.0.0-dev.17 19:24:03 v2.0.0-dev.18 19:24:03 v2.0.0-dev.19 19:24:03 v2.0.0-dev.2 19:24:03 v2.0.0-dev.20 19:24:03 v2.0.0-dev.21 19:24:03 v2.0.0-dev.22 19:24:03 v2.0.0-dev.23 19:24:03 v2.0.0-dev.24 19:24:03 v2.0.0-dev.25 19:24:03 v2.0.0-dev.3 19:24:03 v2.0.0-dev.4 19:24:03 v2.0.0-dev.5 19:24:03 v2.0.0-dev.6 19:24:03 v2.0.0-dev.7 19:24:03 v2.0.0-dev.8 19:24:03 v2.0.0-dev.9 [Pipeline] sh 19:24:03 + lftools sign git-tag v2.0.0-dev.25 19:24:04 Signing Git tag with Sigul... 19:24:04 Signing v2.0.0-dev.25 [Pipeline] echo 19:24:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:24:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:24:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:24:06 $ docker stop --time=1 107cc6a033b519ec4fad684d1e2a01f3d9a89028a8a13cd469a677c0d4c4f3c9 19:24:08 $ docker rm -f 107cc6a033b519ec4fad684d1e2a01f3d9a89028a8a13cd469a677c0d4c4f3c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:24:09 . [Pipeline] withDockerContainer 19:24:09 prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container 19:24:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:24:10 $ docker top fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:24:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:24:10 [ssh-agent] Looking for ssh-agent implementation... 19:24:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:24:11 $ docker exec fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 ssh-agent 19:24:11 SSH_AUTH_SOCK=/tmp/ssh-6C93LEe21pnl/agent.13 19:24:11 SSH_AGENT_PID=18 19:24:11 Running ssh-add (command line suppressed) 19:24:11 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8640094708486521628.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8640094708486521628.key) 19:24:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:24:11 + git semver bump pre 19:24:11 # -> Open(): unable to determine branch for HEAD 19:24:11 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:24:11 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:24:11 # $SEMVER_REMOTE_NAME = origin 19:24:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:24:11 # $SEMVER_USER_NAME = edgex-jenkins 19:24:11 # $SEMVER_BRANCH = master 19:24:11 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 19:24:11 2.0.0-dev.26 [Pipeline] } 19:24:11 $ docker exec --env ******** --env ******** fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 ssh-agent -k 19:24:12 unset SSH_AUTH_SOCK; 19:24:12 unset SSH_AGENT_PID; 19:24:12 echo Agent pid 18 killed; 19:24:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:24:12 + git semver [Pipeline] } 19:24:12 $ docker stop --time=1 fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 19:24:14 $ docker rm -f fc8fe8a1b03f581ae34f853e623b032a4ba11b9a4b3f4e36235d66159f033241 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:24:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:24:14 . [Pipeline] withDockerContainer 19:24:14 prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container 19:24:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:24:15 $ docker top feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:24:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:24:15 [ssh-agent] Looking for ssh-agent implementation... 19:24:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:24:16 $ docker exec feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c ssh-agent 19:24:16 SSH_AUTH_SOCK=/tmp/ssh-ze7WfPR0cChU/agent.13 19:24:16 SSH_AGENT_PID=18 19:24:16 Running ssh-add (command line suppressed) 19:24:16 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7191061172184417974.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7191061172184417974.key) 19:24:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:24:16 + git semver push 19:24:16 # -> Open(): unable to determine branch for HEAD 19:24:16 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 19:24:16 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 19:24:16 # $SEMVER_REMOTE_NAME = origin 19:24:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:24:16 # $SEMVER_USER_NAME = edgex-jenkins 19:24:16 # $SEMVER_BRANCH = master 19:24:16 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 19:24:20 $ docker exec --env ******** --env ******** feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c ssh-agent -k 19:24:20 unset SSH_AUTH_SOCK; 19:24:20 unset SSH_AGENT_PID; 19:24:20 echo Agent pid 18 killed; 19:24:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:24:21 + git semver [Pipeline] } 19:24:21 $ docker stop --time=1 feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c 19:24:22 $ docker rm -f feeb85d97db8314403cfee0edaabb8fd387cfcc25cefec42e23f7121c5ca398c [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 19:24:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:24:24 ---> package-listing.sh 19:24:24 ++ facter osfamily 19:24:24 ++ tr '[:upper:]' '[:lower:]' 19:24:24 + OS_FAMILY=redhat 19:24:24 + workspace=/w/workspace/_app-service-configurable_master 19:24:24 + START_PACKAGES=/tmp/packages_start.txt 19:24:24 + END_PACKAGES=/tmp/packages_end.txt 19:24:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:24:24 + PACKAGES=/tmp/packages_start.txt 19:24:24 + '[' /w/workspace/_app-service-configurable_master ']' 19:24:24 + PACKAGES=/tmp/packages_end.txt 19:24:24 + case "${OS_FAMILY}" in 19:24:24 + rpm -qa 19:24:24 + sort 19:24:30 + '[' -f /tmp/packages_start.txt ']' 19:24:30 + '[' -f /tmp/packages_end.txt ']' 19:24:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:24:30 + '[' /w/workspace/_app-service-configurable_master ']' 19:24:30 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 19:24:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 19:24:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:24:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:24:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:24:30 19:24:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:24:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:24:31 alpine: Pulling from edgex-lftools-log-publisher 19:24:31 df20fa9351a1: Pulling fs layer 19:24:31 36b3adc4ff6f: Pulling fs layer 19:24:31 8ad3a11d3b57: Pulling fs layer 19:24:31 46f8f816bc3b: Pulling fs layer 19:24:31 93b61091891f: Pulling fs layer 19:24:31 93b9cdb0e59b: Pulling fs layer 19:24:31 5e14af77c1be: Pulling fs layer 19:24:31 01666e4c0597: Pulling fs layer 19:24:31 aa168da1d23b: Pulling fs layer 19:24:31 46f8f816bc3b: Waiting 19:24:31 93b61091891f: Waiting 19:24:31 93b9cdb0e59b: Waiting 19:24:31 01666e4c0597: Waiting 19:24:31 aa168da1d23b: Waiting 19:24:31 5e14af77c1be: Waiting 19:24:31 36b3adc4ff6f: Download complete 19:24:31 46f8f816bc3b: Download complete 19:24:31 df20fa9351a1: Download complete 19:24:31 93b9cdb0e59b: Verifying Checksum 19:24:31 93b9cdb0e59b: Download complete 19:24:31 5e14af77c1be: Verifying Checksum 19:24:31 5e14af77c1be: Download complete 19:24:31 93b61091891f: Verifying Checksum 19:24:31 93b61091891f: Download complete 19:24:31 01666e4c0597: Verifying Checksum 19:24:31 01666e4c0597: Download complete 19:24:31 8ad3a11d3b57: Verifying Checksum 19:24:31 8ad3a11d3b57: Download complete 19:24:31 df20fa9351a1: Pull complete 19:24:31 36b3adc4ff6f: Pull complete 19:24:33 8ad3a11d3b57: Pull complete 19:24:33 aa168da1d23b: Verifying Checksum 19:24:33 aa168da1d23b: Download complete 19:24:33 46f8f816bc3b: Pull complete 19:24:34 93b61091891f: Pull complete 19:24:34 93b9cdb0e59b: Pull complete 19:24:34 5e14af77c1be: Pull complete 19:24:35 01666e4c0597: Pull complete 19:24:43 aa168da1d23b: Pull complete 19:24:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:24:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:24:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:24:43 prd-centos7-docker-4c-2g-30605 does not seem to be running inside a container 19:24:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:24:46 $ docker top f7814c71371f3ceb5720fc8348beac82df781d8cbe7cadadf47a2845b1797d34 -eo pid,comm [Pipeline] { [Pipeline] sh 19:24:47 + touch /tmp/pre-build-complete [Pipeline] sh 19:24:47 + mkdir -p /var/log/sa [Pipeline] sh 19:24:47 + ls /var/log/sa-host 19:24:47 + sadf -c /var/log/sa-host/sa19 19:24:47 file_magic: OK 19:24:47 HZ: Using current value: 100 19:24:47 file_header: OK 19:24:47 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 19:24:47 Statistics: 19:24:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:24:47 File successfully converted to sysstat format version 12.2.1 19:24:47 + sadf -c /var/log/sa-host/sa23 19:24:47 file_magic: OK 19:24:47 HZ: Using current value: 100 19:24:47 file_header: OK 19:24:47 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 19:24:47 Statistics: 19:24:47 Hnuu...uuuununununu... 19:24:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:24:48 provisioning config files... 19:24:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7043055974976787597tmp [Pipeline] { [Pipeline] echo 19:24:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:24:48 ---> create-netrc.sh [Pipeline] } 19:24:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:24:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:24:49 ---> python-tools-install.sh [Pipeline] echo 19:24:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:24:49 ---> sudo-logs.sh 19:24:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:24:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:24:50 ---> job-cost.sh 19:24:50 lf-activate-venv: SKIPPING 19:24:50 DEBUG: total: 0.20999999344348907 19:24:50 INFO: Retrieving Stack Cost... 19:24:51 INFO: Retrieving Pricing Info for: v1-standard-2 19:24:51 INFO: Archiving Costs [Pipeline] echo 19:24:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:24:52 ---> logs-deploy.sh 19:24:52 lf-activate-venv: SKIPPING 19:24:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/95 19:24:52 INFO: archiving workspace using pattern(s): 19:24:53 Archives upload complete. 19:24:53 INFO: archiving logs to Nexus 19:24:54 ---> uname -a: 19:24:54 Linux prd-centos7-docker-4c-2g-30605.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:24:54 19:24:54 19:24:54 ---> lscpu: 19:24:54 Architecture: x86_64 19:24:54 CPU op-mode(s): 32-bit, 64-bit 19:24:54 Byte Order: Little Endian 19:24:54 Address sizes: 40 bits physical, 48 bits virtual 19:24:54 CPU(s): 4 19:24:54 On-line CPU(s) list: 0-3 19:24:54 Thread(s) per core: 1 19:24:54 Core(s) per socket: 1 19:24:54 Socket(s): 4 19:24:54 NUMA node(s): 1 19:24:54 Vendor ID: GenuineIntel 19:24:54 CPU family: 6 19:24:54 Model: 44 19:24:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:24:54 Stepping: 1 19:24:54 CPU MHz: 2933.438 19:24:54 BogoMIPS: 5866.87 19:24:54 Virtualization: VT-x 19:24:54 Hypervisor vendor: KVM 19:24:54 Virtualization type: full 19:24:54 L1d cache: 128 KiB 19:24:54 L1i cache: 128 KiB 19:24:54 L2 cache: 16 MiB 19:24:54 L3 cache: 64 MiB 19:24:54 NUMA node0 CPU(s): 0-3 19:24:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:24:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:24:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:24:54 Vulnerability Meltdown: Mitigation; PTI 19:24:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:24:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:24:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:24:54 Vulnerability Srbds: Not affected 19:24:54 Vulnerability Tsx async abort: Not affected 19:24:54 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:24:54 19:24:54 19:24:54 ---> nproc: 19:24:54 4 19:24:54 19:24:54 19:24:54 ---> df -h: 19:24:54 Filesystem Size Used Available Use% Mounted on 19:24:54 overlay 50.0G 8.5G 41.4G 17% / 19:24:54 tmpfs 64.0M 0 64.0M 0% /dev 19:24:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:24:54 shm 64.0M 0 64.0M 0% /dev/shm 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 19:24:54 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 19:24:54 19:24:54 19:24:54 ---> free -m: 19:24:54 total used free shared buff/cache available 19:24:54 Mem: 1837 819 144 0 874 954 19:24:54 Swap: 1023 3 1020 19:24:54 19:24:54 19:24:54 ---> ip addr: 19:24:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:24:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:24:54 inet 127.0.0.1/8 scope host lo 19:24:54 valid_lft forever preferred_lft forever 19:24:54 inet6 ::1/128 scope host 19:24:54 valid_lft forever preferred_lft forever 19:24:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:24:54 link/ether fa:16:3e:f6:bf:d0 brd ff:ff:ff:ff:ff:ff 19:24:54 inet 10.30.122.187/23 brd 10.30.123.255 scope global dynamic eth0 19:24:54 valid_lft 85596sec preferred_lft 85596sec 19:24:54 inet6 fe80::f816:3eff:fef6:bfd0/64 scope link 19:24:54 valid_lft forever preferred_lft forever 19:24:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:24:54 link/ether 02:42:eb:7b:43:32 brd ff:ff:ff:ff:ff:ff 19:24:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:24:54 valid_lft forever preferred_lft forever 19:24:54 inet6 fe80::42:ebff:fe7b:4332/64 scope link 19:24:54 valid_lft forever preferred_lft forever 19:24:54 19:24:54 19:24:54 ---> sar -b -r -n DEV: 19:24:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 19:24:54 19:24:54 19:11:19 LINUX RESTART (4 CPU) 19:24:54 19:24:54 19:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:24:54 19:13:01 46.85 12.07 34.78 0.00 4502.08 3090.79 0.00 19:24:54 19:14:01 1.50 0.00 1.50 0.00 0.00 23.96 0.00 19:24:54 19:15:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 19:24:54 19:16:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 19:24:54 19:17:01 0.25 0.00 0.25 0.00 0.00 3.51 0.00 19:24:54 19:18:01 0.37 0.00 0.37 0.00 0.00 5.58 0.00 19:24:54 19:19:01 0.28 0.00 0.28 0.00 0.00 3.60 0.00 19:24:54 19:20:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 19:24:54 19:21:01 0.22 0.00 0.22 0.00 0.00 2.03 0.00 19:24:54 19:22:01 0.30 0.00 0.30 0.00 0.00 3.27 0.00 19:24:54 19:23:01 227.48 131.03 96.45 0.00 6927.56 33488.28 0.00 19:24:54 19:24:01 241.74 91.36 150.37 0.00 4636.78 33693.79 0.00 19:24:54 Average: 43.38 19.57 23.81 0.00 1341.21 5870.85 0.00 19:24:54 19:24:54 19:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:24:54 19:13:01 164980 0 589644 31.34 2620 1124300 1097384 37.45 440204 1078080 12 19:24:54 19:14:01 171160 0 583456 31.01 2620 1124308 1073068 36.62 436732 1076340 8 19:24:54 19:15:01 169128 0 585484 31.12 2620 1124312 1073132 36.62 435948 1078948 12 19:24:54 19:16:01 168556 0 586056 31.15 2620 1124312 1073252 36.63 450256 1065332 8 19:24:54 19:17:01 167284 0 587320 31.21 2620 1124320 1073288 36.63 450268 1066732 8 19:24:54 19:18:01 167668 0 586932 31.19 2620 1124324 1073252 36.63 456996 1059648 8 19:24:54 19:19:01 168284 0 586312 31.16 2620 1124328 1073132 36.62 456324 1059644 8 19:24:54 19:20:01 168448 0 586144 31.15 2620 1124332 1073132 36.62 456212 1059644 8 19:24:54 19:21:01 167612 0 586972 31.20 2620 1124340 1073264 36.63 457196 1059644 8 19:24:54 19:22:01 168056 0 586524 31.17 2620 1124344 1073228 36.63 457008 1059644 8 19:24:54 19:23:01 100844 0 725252 38.55 2596 1052852 1336104 45.60 516888 1012552 1076 19:24:54 19:24:01 63696 0 794840 42.24 1492 1021516 1254216 42.80 621292 857880 77596 19:24:54 Average: 153810 0 615411 32.71 2524 1109799 1112204 37.96 469610 1044507 6563 19:24:54 19:24:54 19:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:24:54 19:13:01 eth0 180.96 118.96 473.90 56.93 0.00 0.00 0.00 0.00 19:24:54 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:13:01 docker0 2.18 1.76 0.50 4.85 0.00 0.00 0.00 0.00 19:24:54 19:14:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:15:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 19:24:54 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:16:01 eth0 1.02 0.47 0.32 0.21 0.00 0.00 0.00 0.00 19:24:54 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:17:01 eth0 1.45 0.50 0.47 0.27 0.00 0.00 0.00 0.00 19:24:54 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:18:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 19:24:54 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:19:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:24:54 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:24:54 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:21:01 eth0 1.02 0.43 0.32 0.21 0.00 0.00 0.00 0.00 19:24:54 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:22:01 eth0 0.27 0.17 0.09 0.07 0.00 0.00 0.00 0.00 19:24:54 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:23:01 eth0 449.12 385.72 4099.41 35.01 0.00 0.00 0.00 0.00 19:24:54 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:23:01 vethfb8e257 16.49 18.46 1.84 15.54 0.00 0.00 0.00 0.00 19:24:54 19:23:01 docker0 16.49 18.33 1.62 15.53 0.00 0.00 0.00 0.00 19:24:54 19:24:01 vethc80e3ff 49.89 89.13 3.33 236.35 0.00 0.00 0.00 0.00 19:24:54 19:24:01 eth0 524.90 424.41 3679.23 87.11 0.00 0.00 0.00 0.00 19:24:54 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 19:24:01 docker0 79.35 120.77 5.07 454.62 0.00 0.00 0.00 0.00 19:24:54 Average: vethc80e3ff 4.17 7.44 0.28 19.73 0.00 0.00 0.00 0.00 19:24:54 Average: eth0 96.86 77.74 689.09 15.03 0.00 0.00 0.00 0.00 19:24:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:24:54 Average: docker0 8.18 11.76 0.60 39.66 0.00 0.00 0.00 0.00 19:24:54 19:24:54 19:24:54 ---> sar -P ALL: 19:24:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 19:24:54 19:24:54 19:11:19 LINUX RESTART (4 CPU) 19:24:54 19:24:54 19:12:01 CPU %user %nice %system %iowait %steal %idle 19:24:54 19:13:01 all 3.80 0.00 2.54 1.10 0.10 92.45 19:24:54 19:13:01 0 3.54 0.00 2.51 0.32 0.08 93.54 19:24:54 19:13:01 1 3.73 0.00 2.74 2.42 0.17 90.94 19:24:54 19:13:01 2 4.22 0.00 2.60 1.01 0.07 92.10 19:24:54 19:13:01 3 3.73 0.00 2.32 0.66 0.08 93.21 19:24:54 19:14:01 all 0.15 0.00 0.05 0.00 0.01 99.78 19:24:54 19:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 19:24:54 19:14:01 1 0.52 0.00 0.03 0.00 0.02 99.43 19:24:54 19:14:01 2 0.07 0.00 0.12 0.00 0.02 99.80 19:24:54 19:14:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:24:54 19:15:01 all 0.12 0.00 0.18 0.00 0.01 99.68 19:24:54 19:15:01 0 0.07 0.00 0.23 0.00 0.00 99.70 19:24:54 19:15:01 1 0.27 0.00 0.15 0.00 0.00 99.58 19:24:54 19:15:01 2 0.10 0.00 0.22 0.00 0.03 99.65 19:24:54 19:15:01 3 0.05 0.00 0.13 0.00 0.02 99.80 19:24:54 19:16:01 all 0.17 0.00 0.08 0.00 0.04 99.70 19:24:54 19:16:01 0 0.03 0.00 0.05 0.00 0.03 99.88 19:24:54 19:16:01 1 0.55 0.00 0.10 0.00 0.03 99.32 19:24:54 19:16:01 2 0.08 0.00 0.10 0.00 0.07 99.75 19:24:54 19:16:01 3 0.03 0.00 0.08 0.00 0.03 99.85 19:24:54 19:17:01 all 0.18 0.00 0.05 0.00 0.01 99.76 19:24:54 19:17:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:24:54 19:17:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:24:54 19:17:01 2 0.58 0.00 0.05 0.00 0.03 99.33 19:24:54 19:17:01 3 0.08 0.00 0.08 0.00 0.02 99.82 19:24:54 19:18:01 all 0.17 0.00 0.07 0.00 0.02 99.75 19:24:54 19:18:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:24:54 19:18:01 1 0.05 0.00 0.12 0.00 0.02 99.82 19:24:54 19:18:01 2 0.53 0.00 0.07 0.00 0.02 99.38 19:24:54 19:18:01 3 0.07 0.00 0.05 0.00 0.02 99.87 19:24:54 19:19:01 all 0.15 0.00 0.03 0.00 0.01 99.80 19:24:54 19:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:24:54 19:19:01 1 0.05 0.00 0.08 0.00 0.02 99.85 19:24:54 19:19:01 2 0.50 0.00 0.02 0.00 0.02 99.47 19:24:54 19:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:24:54 19:20:01 all 0.15 0.00 0.03 0.00 0.01 99.81 19:24:54 19:20:01 0 0.00 0.00 0.03 0.00 0.00 99.97 19:24:54 19:20:01 1 0.42 0.00 0.02 0.00 0.02 99.55 19:24:54 19:20:01 2 0.17 0.00 0.03 0.00 0.02 99.78 19:24:54 19:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:24:54 19:21:01 all 0.17 0.00 0.03 0.00 0.02 99.79 19:24:54 19:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:24:54 19:21:01 1 0.52 0.00 0.02 0.00 0.02 99.45 19:24:54 19:21:01 2 0.10 0.00 0.07 0.00 0.03 99.80 19:24:54 19:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 19:24:54 19:22:01 all 0.14 0.00 0.03 0.00 0.01 99.82 19:24:54 19:22:01 0 0.00 0.00 0.02 0.00 0.02 99.97 19:24:54 19:22:01 1 0.47 0.00 0.05 0.00 0.00 99.47 19:24:54 19:22:01 2 0.07 0.00 0.03 0.00 0.02 99.88 19:24:54 19:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:24:54 19:23:01 all 8.45 0.00 5.89 1.49 0.09 84.08 19:24:54 19:23:01 0 7.79 0.00 5.37 1.60 0.07 85.17 19:24:54 19:23:01 1 8.13 0.00 6.68 1.93 0.09 83.19 19:24:54 19:23:01 2 9.96 0.00 5.91 1.24 0.09 82.81 19:24:54 19:23:01 3 7.91 0.00 5.61 1.18 0.12 85.18 19:24:54 19:24:54 19:23:01 CPU %user %nice %system %iowait %steal %idle 19:24:54 19:24:01 all 11.24 0.00 8.51 3.56 0.10 76.59 19:24:54 19:24:01 0 9.57 0.00 8.28 7.17 0.09 74.89 19:24:54 19:24:01 1 10.46 0.00 8.14 1.83 0.14 79.44 19:24:54 19:24:01 2 11.15 0.00 8.96 2.68 0.09 77.12 19:24:54 19:24:01 3 13.79 0.00 8.68 2.58 0.09 74.86 19:24:54 Average: all 2.04 0.00 1.43 0.50 0.04 95.99 19:24:54 Average: 0 1.72 0.00 1.35 0.74 0.03 96.16 19:24:54 Average: 1 2.07 0.00 1.49 0.51 0.04 95.88 19:24:54 Average: 2 2.26 0.00 1.49 0.41 0.04 95.80 19:24:54 Average: 3 2.11 0.00 1.40 0.36 0.03 96.10 19:24:54 19:24:54 19:24:54