Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f32ad572c83e02c8607e21d8d3d786342a56f436 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11389 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f32ad572c83e02c8607e21d8d3d786342a56f436 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 Commit message: "build: Change DependaBot to run daily (#137)" > git rev-list --no-walk 958790dae25eb4aa599a15975d5755b3abdf86cf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:58:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:59:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:59:00 ========================================================= 16:59:00 EdgeX Global Pipelines Version Info 16:59:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:59:03 ------------------- 16:59:03 stable info: 16:59:03 ------------------- 16:59:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:59:03 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:59:03 Message: update stable to v1.0.162 16:59:04 ------------------- 16:59:04 experimental info: 16:59:04 ------------------- 16:59:04 Commited By: **** collab-it+edgex@linuxfoundation.org 16:59:04 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:59:04 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:59:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:59:04 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:59:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:59:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:59:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f32ad57 [Pipeline] echo 16:59:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:59:07 provisioning config files... 16:59:07 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5444028180215922890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:08 ---> docker-login.sh 16:59:08 nexus3.edgexfoundry.org:10001 16:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:09 Configure a credential helper to remove this warning. See 16:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:09 16:59:09 Login Succeeded 16:59:09 nexus3.edgexfoundry.org:10002 16:59:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:09 Configure a credential helper to remove this warning. See 16:59:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:09 16:59:09 Login Succeeded 16:59:09 nexus3.edgexfoundry.org:10003 16:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:10 Configure a credential helper to remove this warning. See 16:59:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:10 16:59:10 Login Succeeded 16:59:10 nexus3.edgexfoundry.org:10004 16:59:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:11 Configure a credential helper to remove this warning. See 16:59:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:11 16:59:11 Login Succeeded 16:59:11 docker.io 16:59:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:11 Configure a credential helper to remove this warning. See 16:59:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:11 16:59:11 Login Succeeded 16:59:11 ---> docker-login.sh ends [Pipeline] } 16:59:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:59:12 + git log --format=format:%s -1 f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] echo 16:59:12 GIT_COMMIT: f32ad572c83e02c8607e21d8d3d786342a56f436, Commit Message: build: Change DependaBot to run daily (#137) [Pipeline] echo 16:59:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:59:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:13 16:59:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:59:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:14 latest: Pulling from edgex-devops/git-semver 16:59:14 31603596830f: Pulling fs layer 16:59:14 2a8b12db71e7: Pulling fs layer 16:59:14 6ca5941a6612: Pulling fs layer 16:59:14 ecc8261a40a4: Pulling fs layer 16:59:14 ecc8261a40a4: Waiting 16:59:14 2a8b12db71e7: Verifying Checksum 16:59:14 2a8b12db71e7: Download complete 16:59:14 31603596830f: Verifying Checksum 16:59:14 31603596830f: Download complete 16:59:14 ecc8261a40a4: Verifying Checksum 16:59:14 ecc8261a40a4: Download complete 16:59:14 6ca5941a6612: Verifying Checksum 16:59:14 6ca5941a6612: Download complete 16:59:14 31603596830f: Pull complete 16:59:15 2a8b12db71e7: Pull complete 16:59:16 6ca5941a6612: Pull complete 16:59:16 ecc8261a40a4: Pull complete 16:59:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:59:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:59:16 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 16:59:17 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:59:20 $ docker top dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:20 [ssh-agent] Looking for ssh-agent implementation... 16:59:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:21 $ docker exec dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent 16:59:21 SSH_AUTH_SOCK=/tmp/ssh-Iky3aWKmxmzJ/agent.11 16:59:21 SSH_AGENT_PID=16 16:59:22 Running ssh-add (command line suppressed) 16:59:22 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6667412428271077378.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6667412428271077378.key) 16:59:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:23 + git tag --points-at HEAD [Pipeline] } 16:59:23 $ docker exec --env ******** --env ******** dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent -k 16:59:23 unset SSH_AUTH_SOCK; 16:59:23 unset SSH_AGENT_PID; 16:59:23 echo Agent pid 16 killed; 16:59:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:59:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:24 [ssh-agent] Looking for ssh-agent implementation... 16:59:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:24 $ docker exec dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent 16:59:24 SSH_AUTH_SOCK=/tmp/ssh-qnISW7RkJAel/agent.45 16:59:24 SSH_AGENT_PID=51 16:59:24 Running ssh-add (command line suppressed) 16:59:24 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2469186262005911814.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2469186262005911814.key) 16:59:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:25 + git semver init 16:59:25 # -> Open(): unable to determine branch for HEAD 16:59:25 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 16:59:25 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 16:59:25 # $SEMVER_REMOTE_NAME = origin 16:59:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:25 # $SEMVER_USER_NAME = edgex-jenkins 16:59:25 # $SEMVER_BRANCH = master 16:59:25 # $SEMVER_TEMP = /tmp/semver-617282699 16:59:25 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:59:25 # '/tmp/semver-617282699' -> '/w/workspace/_app-service-configurable_master/.semver' 16:59:25 # -> Force: false 16:59:25 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 16:59:25 $ docker exec --env ******** --env ******** dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 ssh-agent -k 16:59:25 unset SSH_AUTH_SOCK; 16:59:25 unset SSH_AGENT_PID; 16:59:25 echo Agent pid 51 killed; 16:59:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:26 + git semver [Pipeline] } 16:59:26 $ docker stop --time=1 dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 16:59:28 $ docker rm -f dc57a85c2ba7f2febe72956a7eeead2fb8a6e7c991c322c2533af960cad4c537 [Pipeline] // withDockerContainer [Pipeline] sh 16:59:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:59:29 Stashed 1 file(s) [Pipeline] echo 16:59:29 [edgeXSemver]: initialized semver on version 1.2.1-dev.20 [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 16:59:45 Still waiting to schedule task 16:59:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:59:45 Still waiting to schedule task 16:59:45 ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline 17:01:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11391 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:01:27 Running in /w/workspace/app-service-configurable/58 [Pipeline] { [Pipeline] checkout 17:01:32 using credential edgex-jenkins-ssh 17:01:32 Cloning the remote Git repository 17:01:32 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:01:32 > git init /w/workspace/app-service-configurable/58 # timeout=10 17:01:32 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:01:32 > git --version # timeout=10 17:01:32 > git --version # 'git version 2.17.1' 17:01:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:01:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:01:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:01:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:01:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:01:33 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:01:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:01:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:01:34 Checking out Revision f32ad572c83e02c8607e21d8d3d786342a56f436 (master) 17:01:34 > git config core.sparsecheckout # timeout=10 17:01:34 > git checkout -f f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 17:01:38 Commit message: "build: Change DependaBot to run daily (#137)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:01:40 provisioning config files... 17:01:40 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config6460029991046662871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:01:41 ---> docker-login.sh 17:01:41 nexus3.edgexfoundry.org:10001 17:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:42 Configure a credential helper to remove this warning. See 17:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:42 17:01:42 Login Succeeded 17:01:42 nexus3.edgexfoundry.org:10002 17:01:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:43 Configure a credential helper to remove this warning. See 17:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:43 17:01:43 Login Succeeded 17:01:43 nexus3.edgexfoundry.org:10003 17:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:43 Configure a credential helper to remove this warning. See 17:01:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:43 17:01:43 Login Succeeded 17:01:43 nexus3.edgexfoundry.org:10004 17:01:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:44 Configure a credential helper to remove this warning. See 17:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:44 17:01:44 Login Succeeded 17:01:44 docker.io 17:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:44 Configure a credential helper to remove this warning. See 17:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:44 17:01:44 Login Succeeded 17:01:44 ---> docker-login.sh ends [Pipeline] } 17:01:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:01:45 ========================================================= 17:01:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:01:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:01:45 + 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 . 17:01:45 Sending build context to Docker daemon 98.82kB 17:01:46 Step 1/8 : ARG BASE=golang:1.15-alpine 17:01:46 Step 2/8 : FROM ${BASE} 17:01:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:01:46 b538f80385f9: Pulling fs layer 17:01:46 74f711af9a0d: Pulling fs layer 17:01:46 99f96fe45779: Pulling fs layer 17:01:46 8529a6b9a6be: Pulling fs layer 17:01:46 45590311c82a: Pulling fs layer 17:01:46 69ca0ff8b7b3: Pulling fs layer 17:01:46 209524e5b208: Pulling fs layer 17:01:46 8529a6b9a6be: Waiting 17:01:46 45590311c82a: Waiting 17:01:46 69ca0ff8b7b3: Waiting 17:01:46 209524e5b208: Waiting 17:01:46 99f96fe45779: Verifying Checksum 17:01:46 99f96fe45779: Download complete 17:01:46 45590311c82a: Verifying Checksum 17:01:46 45590311c82a: Download complete 17:01:46 b538f80385f9: Verifying Checksum 17:01:46 b538f80385f9: Download complete 17:01:46 69ca0ff8b7b3: Download complete 17:01:46 b538f80385f9: Pull complete 17:01:47 74f711af9a0d: Pull complete 17:01:48 99f96fe45779: Pull complete 17:01:48 209524e5b208: Verifying Checksum 17:01:48 209524e5b208: Download complete 17:01:49 8529a6b9a6be: Download complete 17:01:59 8529a6b9a6be: Pull complete 17:02:00 45590311c82a: Pull complete 17:02:00 69ca0ff8b7b3: Pull complete 17:02:05 209524e5b208: Pull complete 17:02:05 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:02:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:02:05 ---> 5bddaf1c2fca 17:02:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:02:07 ---> Running in cf9286160f33 17:02:07 Removing intermediate container cf9286160f33 17:02:07 ---> 22c5d1ddf71f 17:02:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:07 ---> Running in a68ee3a07835 17:02:11 Removing intermediate container a68ee3a07835 17:02:11 ---> 969b33e8a2fb 17:02:11 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:02:11 ---> Running in 0b08dd19895c 17:02:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:14 (1/6) Installing libc-dev (0.7.2-r3) 17:02:14 (2/6) Installing libsodium (1.0.18-r0) 17:02:14 (3/6) Installing pkgconf (1.7.2-r0) 17:02:14 (4/6) Installing libsodium-dev (1.0.18-r0) 17:02:14 (5/6) Installing libzmq (4.3.3-r0) 17:02:14 (6/6) Installing zeromq-dev (4.3.3-r0) 17:02:14 Executing busybox-1.31.1-r16.trigger 17:02:14 OK: 144 MiB in 45 packages 17:02:16 Removing intermediate container 0b08dd19895c 17:02:16 ---> d26fb1292d59 17:02:16 Step 6/8 : WORKDIR /app 17:02:16 ---> Running in 9d00fd81906e 17:02:16 Removing intermediate container 9d00fd81906e 17:02:16 ---> 9ed1f5c509ec 17:02:16 Step 7/8 : COPY . . 17:02:17 ---> dbb6869992df 17:02:17 Step 8/8 : RUN go mod download 17:02:17 ---> Running in a146a27f23fa 17:02:44 Removing intermediate container a146a27f23fa 17:02:44 ---> e15a92c1c174 17:02:44 Successfully built e15a92c1c174 17:02:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:02:44 + docker inspect -f . ci-base-image-arm64 17:02:44 . [Pipeline] withDockerContainer 17:02:44 prd-ubuntu18.04-docker-arm64-4c-16g-11391 does not seem to be running inside a container 17:02:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:02:46 $ docker top 4986745c9aebb77d638ef3f91c0cd9559d08851fb06a8bda7b3777fade0cf864 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:48 + go version 17:02:48 go version go1.15.2 linux/arm64 [Pipeline] } 17:02:48 $ docker stop --time=1 4986745c9aebb77d638ef3f91c0cd9559d08851fb06a8bda7b3777fade0cf864 17:02:50 $ docker rm -f 4986745c9aebb77d638ef3f91c0cd9559d08851fb06a8bda7b3777fade0cf864 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:51 + docker inspect -f . ci-base-image-arm64 17:02:51 . [Pipeline] withDockerContainer 17:02:51 prd-ubuntu18.04-docker-arm64-4c-16g-11391 does not seem to be running inside a container 17:02:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:02:53 $ docker top ec1cbc7da615cba9523ae82e335731f80def026f08dcad0eb9d3c1e57d5a960c -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:55 + make test 17:02:55 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:03:51 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:03:51 CGO_ENABLED=1 go vet ./... 17:03:51 Running on prd-centos7-docker-4c-2g-11392 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:03:51 Running in /w/workspace/app-service-configurable/58 [Pipeline] { [Pipeline] checkout 17:03:53 gofmt -l . 17:03:53 [ "`gofmt -l .`" = "" ] 17:03:53 ./bin/test-go-mod-tidy.sh 17:03:54 ./bin/test-attribution-txt.sh [Pipeline] } 17:03:55 $ docker stop --time=1 ec1cbc7da615cba9523ae82e335731f80def026f08dcad0eb9d3c1e57d5a960c 17:03:57 $ docker rm -f ec1cbc7da615cba9523ae82e335731f80def026f08dcad0eb9d3c1e57d5a960c [Pipeline] // withDockerContainer [Pipeline] sh 17:03:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:03:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:04:00 using credential edgex-jenkins-ssh 17:04:00 Cloning the remote Git repository 17:04:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:04:00 + ls -al . 17:04:00 total 120 17:04:00 drwxrwxr-x 7 jenkins jenkins 4096 Nov 6 17:03 . 17:04:00 drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:01 .. 17:04:00 -rw-rw-r-- 1 jenkins jenkins 119 Nov 6 17:01 .dockerignore 17:04:00 drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 17:01 .git 17:04:00 drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:01 .github 17:04:00 -rw-rw-r-- 1 jenkins jenkins 93 Nov 6 17:01 .gitignore 17:04:00 -rw-rw-r-- 1 jenkins jenkins 6568 Nov 6 17:01 Attribution.txt 17:04:00 -rw-rw-r-- 1 jenkins jenkins 2002 Nov 6 17:01 Dockerfile 17:04:00 -rw-rw-r-- 1 jenkins jenkins 966 Nov 6 17:01 Dockerfile.build 17:04:00 -rw-rw-r-- 1 jenkins jenkins 687 Nov 6 17:01 Jenkinsfile 17:04:00 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 6 17:01 LICENSE 17:04:00 -rw-rw-r-- 1 jenkins jenkins 1277 Nov 6 17:01 README.md 17:04:00 -rw-rw-r-- 1 jenkins jenkins 12 Nov 6 16:59 VERSION 17:04:00 drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:01 bin 17:04:00 -rw-r--r-- 1 jenkins jenkins 10 Nov 6 17:02 coverage.out 17:04:00 -rw-rw-r-- 1 jenkins jenkins 180 Nov 6 17:01 docker-compose.debug.yml 17:04:00 -rw-rw-r-- 1 jenkins jenkins 133 Nov 6 17:01 docker-compose.yml 17:04:00 -rw-r--r-- 1 jenkins jenkins 133 Nov 6 17:03 go.mod 17:04:00 -rw-r--r-- 1 jenkins jenkins 19455 Nov 6 17:03 go.sum 17:04:00 -rw-rw-r-- 1 jenkins jenkins 1519 Nov 6 17:01 main.go 17:04:00 -rw-rw-r-- 1 jenkins jenkins 1573 Nov 6 17:01 makefile 17:04:00 drwxrwxr-x 10 jenkins jenkins 4096 Nov 6 17:01 res 17:04:00 drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:01 snap [Pipeline] isUnix [Pipeline] sh 17:04:00 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:04:00 > git init /w/workspace/app-service-configurable/58 # timeout=10 17:04:00 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:04:00 > git --version # timeout=10 17:04:00 > git --version # 'git version 2.16.5' 17:04:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:04:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:04:01 + 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=f32ad572c83e02c8607e21d8d3d786342a56f436 --label arch=arm64 --label version=1.2.1-dev.20 . 17:04:01 Sending build context to Docker daemon 120.8kB 17:04:01 Step 1/27 : ARG BASE=golang:1.15-alpine 17:04:01 Step 2/27 : FROM ${BASE} AS builder 17:04:01 ---> e15a92c1c174 17:04:01 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:04:01 ---> Running in 692a79f61ad2 17:04:02 Removing intermediate container 692a79f61ad2 17:04:02 ---> 4622612ad27a 17:04:02 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:04:02 ---> Running in 45f0ad40b464 17:04:02 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:04:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:04:02 Removing intermediate container 45f0ad40b464 17:04:02 ---> b08da8109bed 17:04:02 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:04:03 ---> Running in b2ed5ca0fa88 17:04:03 Removing intermediate container b2ed5ca0fa88 17:04:03 ---> 406e1a47e66f 17:04:03 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:03 ---> Running in 6094444327b8 17:04:03 Checking out Revision f32ad572c83e02c8607e21d8d3d786342a56f436 (master) 17:04:02 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:04:02 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:04:02 using GIT_SSH to set credentials SSH Credentials for GitHub 17:04:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:04:03 > git config core.sparsecheckout # timeout=10 17:04:04 > git checkout -f f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 17:04:06 Removing intermediate container 6094444327b8 17:04:06 ---> e803de016988 17:04:06 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:04:06 ---> Running in 75aff9bb5021 17:04:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:08 Commit message: "build: Change DependaBot to run daily (#137)" 17:04:09 OK: 144 MiB in 45 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:04:09 provisioning config files... 17:04:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config28017060786825799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:04:10 Removing intermediate container 75aff9bb5021 17:04:10 ---> f04bb9a9cb32 17:04:10 Step 8/27 : WORKDIR /app 17:04:10 ---> Running in dc0d1bd5bc56 17:04:11 Removing intermediate container dc0d1bd5bc56 17:04:11 ---> 4c30296290b0 17:04:11 Step 9/27 : COPY go.mod . 17:04:11 ---> docker-login.sh 17:04:11 nexus3.edgexfoundry.org:10001 17:04:11 ---> 9d66e7225454 17:04:11 Step 10/27 : RUN go mod download 17:04:11 ---> Running in 6cd34e9ad30e 17:04:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:12 Configure a credential helper to remove this warning. See 17:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:12 17:04:12 Login Succeeded 17:04:12 nexus3.edgexfoundry.org:10002 17:04:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:12 Configure a credential helper to remove this warning. See 17:04:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:12 17:04:12 Login Succeeded 17:04:12 nexus3.edgexfoundry.org:10003 17:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:13 Configure a credential helper to remove this warning. See 17:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:13 17:04:13 Login Succeeded 17:04:13 nexus3.edgexfoundry.org:10004 17:04:14 Removing intermediate container 6cd34e9ad30e 17:04:14 ---> e1c6b9f2fb10 17:04:14 Step 11/27 : COPY . . 17:04:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:14 Configure a credential helper to remove this warning. See 17:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:14 17:04:14 Login Succeeded 17:04:14 docker.io 17:04:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:15 ---> 1b8dda7f29ad 17:04:15 Step 12/27 : ARG MAKE="make build" 17:04:15 ---> Running in 9c955f55afff 17:04:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:15 Configure a credential helper to remove this warning. See 17:04:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:15 17:04:15 Login Succeeded 17:04:15 ---> docker-login.sh ends [Pipeline] } 17:04:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:04:15 Removing intermediate container 9c955f55afff 17:04:15 ---> 2791e2f13549 17:04:15 Step 13/27 : RUN $MAKE 17:04:15 ---> Running in 0fd5db5e289a [Pipeline] echo 17:04:16 ========================================================= 17:04:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:04:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:04:16 + 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 . 17:04:16 Sending build context to Docker daemon 98.82kB 17:04:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.20" -o app-service-configurable 17:04:17 Step 1/8 : ARG BASE=golang:1.15-alpine 17:04:17 Step 2/8 : FROM ${BASE} 17:04:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:04:17 df20fa9351a1: Pulling fs layer 17:04:17 ed8968b2872e: Pulling fs layer 17:04:17 a92cc7c5fd73: Pulling fs layer 17:04:17 e871e8e8d7a9: Pulling fs layer 17:04:17 e73272ec9a57: Pulling fs layer 17:04:17 1e910a182e73: Pulling fs layer 17:04:17 4e634b169226: Pulling fs layer 17:04:17 e871e8e8d7a9: Waiting 17:04:17 e73272ec9a57: Waiting 17:04:17 1e910a182e73: Waiting 17:04:17 4e634b169226: Waiting 17:04:17 a92cc7c5fd73: Verifying Checksum 17:04:17 a92cc7c5fd73: Download complete 17:04:17 ed8968b2872e: Verifying Checksum 17:04:17 ed8968b2872e: Download complete 17:04:17 e73272ec9a57: Verifying Checksum 17:04:17 e73272ec9a57: Download complete 17:04:18 1e910a182e73: Verifying Checksum 17:04:18 1e910a182e73: Download complete 17:04:18 df20fa9351a1: Verifying Checksum 17:04:18 df20fa9351a1: Download complete 17:04:20 df20fa9351a1: Pull complete 17:04:21 ed8968b2872e: Pull complete 17:04:22 a92cc7c5fd73: Pull complete 17:04:26 4e634b169226: Verifying Checksum 17:04:26 4e634b169226: Download complete 17:04:27 e871e8e8d7a9: Verifying Checksum 17:04:27 e871e8e8d7a9: Download complete 17:04:37 e871e8e8d7a9: Pull complete 17:04:37 e73272ec9a57: Pull complete 17:04:37 1e910a182e73: Pull complete 17:04:43 4e634b169226: Pull complete 17:04:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:04:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:04:43 ---> f7629b54cfaa 17:04:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:04:43 ---> Running in dcbec0bb9164 17:04:43 Removing intermediate container dcbec0bb9164 17:04:43 ---> 5acea5680a16 17:04:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:43 ---> Running in 60c188aa3de2 17:04:45 Removing intermediate container 60c188aa3de2 17:04:45 ---> e80add21e116 17:04:45 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:04:45 ---> Running in d4062173c859 17:04:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:48 (1/6) Installing libc-dev (0.7.2-r3) 17:04:48 (2/6) Installing libsodium (1.0.18-r0) 17:04:48 (3/6) Installing pkgconf (1.7.2-r0) 17:04:48 (4/6) Installing libsodium-dev (1.0.18-r0) 17:04:48 (5/6) Installing libzmq (4.3.3-r0) 17:04:49 (6/6) Installing zeromq-dev (4.3.3-r0) 17:04:49 Executing busybox-1.31.1-r16.trigger 17:04:49 OK: 167 MiB in 45 packages 17:04:50 Removing intermediate container d4062173c859 17:04:50 ---> 9c81cc34b6ac 17:04:50 Step 6/8 : WORKDIR /app 17:04:50 ---> Running in 394270f359fd 17:04:50 Removing intermediate container 394270f359fd 17:04:50 ---> 283da302c8c5 17:04:50 Step 7/8 : COPY . . 17:04:50 ---> e2e190e2e68d 17:04:50 Step 8/8 : RUN go mod download 17:04:50 ---> Running in ae34ed4dc76c 17:05:04 Removing intermediate container 0fd5db5e289a 17:05:04 ---> b783ec960a7e 17:05:04 Step 14/27 : FROM alpine:latest 17:05:04 latest: Pulling from library/alpine 17:05:04 5f621e34cdf4: Pulling fs layer 17:05:05 5f621e34cdf4: Verifying Checksum 17:05:05 5f621e34cdf4: Download complete 17:05:05 5f621e34cdf4: Pull complete 17:05:05 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:05:05 Status: Downloaded newer image for alpine:latest 17:05:05 ---> 2e77e061c27f 17:05:05 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:05:06 ---> Running in 8372f319a280 17:05:06 Removing intermediate container 8372f319a280 17:05:06 ---> 87c31afd8eb7 17:05:06 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:05:06 ---> Running in 8250548d80fb 17:05:06 Removing intermediate container 8250548d80fb 17:05:06 ---> ad413b2f43c2 17:05:06 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 17:05:07 ---> Running in 0556141715f1 17:05:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:05:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:05:09 (1/6) Installing ca-certificates (20191127-r4) 17:05:09 (2/6) Installing libgcc (9.3.0-r2) 17:05:09 (3/6) Installing libsodium (1.0.18-r0) 17:05:09 (4/6) Installing libstdc++ (9.3.0-r2) 17:05:09 (5/6) Installing libzmq (4.3.3-r0) 17:05:09 (6/6) Installing zeromq (4.3.3-r0) 17:05:09 Executing busybox-1.31.1-r19.trigger 17:05:09 Executing ca-certificates-20191127-r4.trigger 17:05:09 OK: 9 MiB in 20 packages 17:05:11 Removing intermediate container 0556141715f1 17:05:11 ---> c45a37caad95 17:05:11 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:05:11 ---> 01ea69ae38f4 17:05:11 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:05:12 ---> bd9980a808f0 17:05:12 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:05:13 ---> d0da7daea6c7 17:05:13 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:05:14 ---> da4ff8c5b7b3 17:05:14 Step 22/27 : EXPOSE 48095 17:05:15 ---> Running in 70b3b3d82495 17:05:15 Removing intermediate container 70b3b3d82495 17:05:15 ---> 15e4badf9960 17:05:15 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:05:15 ---> Running in 60693e952780 17:05:16 Removing intermediate container 60693e952780 17:05:16 ---> 7ee38e6b6326 17:05:16 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:05:16 ---> Running in 0242fa8a00b2 17:05:16 Removing intermediate container 0242fa8a00b2 17:05:16 ---> e626e15d33f0 17:05:16 Step 25/27 : LABEL arch=arm64 17:05:16 ---> Running in d6c05db6fb02 17:05:17 Removing intermediate container d6c05db6fb02 17:05:17 ---> 78ffc0beedee 17:05:17 Step 26/27 : LABEL git_sha=f32ad572c83e02c8607e21d8d3d786342a56f436 17:05:17 ---> Running in 4a5c25b248b6 17:05:18 Removing intermediate container 4a5c25b248b6 17:05:18 ---> 3b74a72b53cb 17:05:18 Step 27/27 : LABEL version=1.2.1-dev.20 17:05:18 ---> Running in 4149c8bf55f3 17:05:18 Removing intermediate container 4149c8bf55f3 17:05:18 ---> 8caa8153ba77 17:05:18 [Warning] One or more build-args [ARCH] were not consumed 17:05:18 Successfully built 8caa8153ba77 17:05:18 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 17:05:19 provisioning config files... 17:05:19 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config8935315346100827926tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:05:19 ---> docker-login.sh 17:05:19 nexus3.edgexfoundry.org:10001 17:05:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:20 Configure a credential helper to remove this warning. See 17:05:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:20 17:05:20 Login Succeeded 17:05:20 nexus3.edgexfoundry.org:10002 17:05:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:20 Configure a credential helper to remove this warning. See 17:05:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:20 17:05:20 Login Succeeded 17:05:20 nexus3.edgexfoundry.org:10003 17:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:21 Configure a credential helper to remove this warning. See 17:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:21 17:05:21 Login Succeeded 17:05:21 nexus3.edgexfoundry.org:10004 17:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:21 Configure a credential helper to remove this warning. See 17:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:21 17:05:21 Login Succeeded 17:05:21 docker.io 17:05:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:05:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:05:22 Configure a credential helper to remove this warning. See 17:05:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:05:22 17:05:22 Login Succeeded 17:05:22 ---> docker-login.sh ends [Pipeline] } 17:05:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:05:23 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 17:05:23 f32ad572c83e02c8607e21d8d3d786342a56f436 17:05:23 latest 17:05:23 1.2.1-dev.20 17:05:23 f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 17:05:23 master 17:05:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:05:23 Removing intermediate container ae34ed4dc76c 17:05:23 ---> 91e4c1e73a72 17:05:23 Successfully built 91e4c1e73a72 17:05:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:05:23 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] isUnix [Pipeline] sh 17:05:23 + docker inspect -f . ci-base-image-x86_64 17:05:23 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436 17:05:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:05:23 3cfd7a84e99b: Preparing 17:05:23 ed5351551006: Preparing 17:05:23 4422a51541f0: Preparing 17:05:23 c557524d114e: Preparing 17:05:23 0778d57100f9: Preparing 17:05:23 cd3761cfa1d9: Preparing 17:05:23 cd3761cfa1d9: Waiting 17:05:24 c557524d114e: Pushed 17:05:24 4422a51541f0: Pushed 17:05:24 cd3761cfa1d9: Layer already exists 17:05:24 ed5351551006: Pushed 17:05:24 . [Pipeline] withDockerContainer 17:05:25 0778d57100f9: Pushed 17:05:25 prd-centos7-docker-4c-2g-11392 does not seem to be running inside a container 17:05:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@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 17:05:27 $ docker top 16b288a676818329c1ed4cfd7f4dec63b698f9eac30ffe2c17694f26f3c9a4f9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:28 + go version 17:05:28 3cfd7a84e99b: Pushed 17:05:28 f32ad572c83e02c8607e21d8d3d786342a56f436: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 17:05:28 go version go1.15.2 linux/amd64 [Pipeline] isUnix [Pipeline] sh [Pipeline] } 17:05:28 $ docker stop --time=1 16b288a676818329c1ed4cfd7f4dec63b698f9eac30ffe2c17694f26f3c9a4f9 17:05:28 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:05:30 $ docker rm -f 16b288a676818329c1ed4cfd7f4dec63b698f9eac30ffe2c17694f26f3c9a4f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 17:05:31 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:05:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:05:31 3cfd7a84e99b: Preparing 17:05:31 ed5351551006: Preparing 17:05:31 4422a51541f0: Preparing 17:05:31 c557524d114e: Preparing 17:05:31 0778d57100f9: Preparing 17:05:31 cd3761cfa1d9: Preparing 17:05:31 cd3761cfa1d9: Waiting 17:05:31 3cfd7a84e99b: Layer already exists 17:05:31 0778d57100f9: Layer already exists 17:05:31 ed5351551006: Layer already exists 17:05:31 4422a51541f0: Layer already exists 17:05:31 c557524d114e: Layer already exists 17:05:31 cd3761cfa1d9: Layer already exists [Pipeline] isUnix [Pipeline] sh 17:05:31 latest: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:05:31 + docker inspect -f . ci-base-image-x86_64 17:05:31 . [Pipeline] withDockerContainer 17:05:31 prd-centos7-docker-4c-2g-11392 does not seem to be running inside a container 17:05:31 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.20 17:05:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/58 -v /w/workspace/app-service-configurable/58:/w/workspace/app-service-configurable/58:rw,z -v /w/workspace/app-service-configurable/58@tmp:/w/workspace/app-service-configurable/58@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 17:05:32 $ docker top 9186fa2c6c154f88146facda5e40b789b07fde0c293d2069b9054054d09c57a1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:05:33 + make test 17:05:33 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:05:33 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.20 17:05:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:05:33 3cfd7a84e99b: Preparing 17:05:33 ed5351551006: Preparing 17:05:33 4422a51541f0: Preparing 17:05:33 c557524d114e: Preparing 17:05:33 0778d57100f9: Preparing 17:05:33 cd3761cfa1d9: Preparing 17:05:33 cd3761cfa1d9: Waiting 17:05:33 c557524d114e: Layer already exists 17:05:33 4422a51541f0: Layer already exists 17:05:33 0778d57100f9: Layer already exists 17:05:33 ed5351551006: Layer already exists 17:05:33 3cfd7a84e99b: Layer already exists 17:05:33 cd3761cfa1d9: Layer already exists 17:05:33 1.2.1-dev.20: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:05:33 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [Pipeline] isUnix [Pipeline] sh 17:05:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 17:05:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:05:34 3cfd7a84e99b: Preparing 17:05:34 ed5351551006: Preparing 17:05:34 4422a51541f0: Preparing 17:05:34 c557524d114e: Preparing 17:05:34 0778d57100f9: Preparing 17:05:34 cd3761cfa1d9: Preparing 17:05:34 cd3761cfa1d9: Waiting 17:05:34 4422a51541f0: Layer already exists 17:05:34 c557524d114e: Layer already exists 17:05:34 0778d57100f9: Layer already exists 17:05:34 3cfd7a84e99b: Layer already exists 17:05:34 ed5351551006: Layer already exists 17:05:34 cd3761cfa1d9: Layer already exists 17:05:34 f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:05:34 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:05:35 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 17:05:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:05:35 3cfd7a84e99b: Preparing 17:05:35 ed5351551006: Preparing 17:05:35 4422a51541f0: Preparing 17:05:35 c557524d114e: Preparing 17:05:35 0778d57100f9: Preparing 17:05:35 cd3761cfa1d9: Preparing 17:05:35 cd3761cfa1d9: Waiting 17:05:35 c557524d114e: Layer already exists 17:05:35 ed5351551006: Layer already exists 17:05:35 3cfd7a84e99b: Layer already exists 17:05:35 0778d57100f9: Layer already exists 17:05:35 4422a51541f0: Layer already exists 17:05:35 cd3761cfa1d9: Layer already exists 17:05:35 master: digest: sha256:866badbd76356a980f3a8b60439ca35b5e5e048e2fc5e4fb7386442e2b10c6f0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:05:35 ===================================================== [Pipeline] echo 17:05:35 taggedImages: 17:05:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436 17:05:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:05:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.20 17:05:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 17:05:35 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:06:05 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:06:05 CGO_ENABLED=1 go vet ./... 17:06:11 gofmt -l . 17:06:11 [ "`gofmt -l .`" = "" ] 17:06:11 ./bin/test-go-mod-tidy.sh 17:06:13 ./bin/test-attribution-txt.sh [Pipeline] } 17:06:15 $ docker stop --time=1 9186fa2c6c154f88146facda5e40b789b07fde0c293d2069b9054054d09c57a1 17:06:19 $ docker rm -f 9186fa2c6c154f88146facda5e40b789b07fde0c293d2069b9054054d09c57a1 [Pipeline] // withDockerContainer [Pipeline] sh 17:06:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:06:22 Warning: overwriting stash ‘coverage-report’ 17:06:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:06:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:06:26 + ls -al . 17:06:26 total 96 17:06:26 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 6 17:06 . 17:06:26 drwxrwxr-x. 4 jenkins jenkins 30 Nov 6 17:04 .. 17:06:26 -rw-rw-r--. 1 jenkins jenkins 6568 Nov 6 17:04 Attribution.txt 17:06:26 drwxrwxr-x. 2 jenkins jenkins 64 Nov 6 17:04 bin 17:06:26 -rw-r--r--. 1 jenkins jenkins 10 Nov 6 17:05 coverage.out 17:06:26 -rw-rw-r--. 1 jenkins jenkins 180 Nov 6 17:04 docker-compose.debug.yml 17:06:26 -rw-rw-r--. 1 jenkins jenkins 133 Nov 6 17:04 docker-compose.yml 17:06:26 -rw-rw-r--. 1 jenkins jenkins 2002 Nov 6 17:04 Dockerfile 17:06:26 -rw-rw-r--. 1 jenkins jenkins 966 Nov 6 17:04 Dockerfile.build 17:06:26 -rw-rw-r--. 1 jenkins jenkins 119 Nov 6 17:04 .dockerignore 17:06:26 drwxrwxr-x. 8 jenkins jenkins 162 Nov 6 17:04 .git 17:06:26 drwxrwxr-x. 2 jenkins jenkins 81 Nov 6 17:04 .github 17:06:26 -rw-rw-r--. 1 jenkins jenkins 93 Nov 6 17:04 .gitignore 17:06:26 -rw-r--r--. 1 jenkins jenkins 133 Nov 6 17:06 go.mod 17:06:26 -rw-r--r--. 1 jenkins jenkins 19455 Nov 6 17:06 go.sum 17:06:26 -rw-rw-r--. 1 jenkins jenkins 687 Nov 6 17:04 Jenkinsfile 17:06:26 -rw-rw-r--. 1 jenkins jenkins 10174 Nov 6 17:04 LICENSE 17:06:26 -rw-rw-r--. 1 jenkins jenkins 1519 Nov 6 17:04 main.go 17:06:26 -rw-rw-r--. 1 jenkins jenkins 1573 Nov 6 17:04 makefile 17:06:26 -rw-rw-r--. 1 jenkins jenkins 1277 Nov 6 17:04 README.md 17:06:26 drwxrwxr-x. 10 jenkins jenkins 171 Nov 6 17:04 res 17:06:26 drwxrwxr-x. 4 jenkins jenkins 71 Nov 6 17:04 snap 17:06:26 -rw-rw-r--. 1 jenkins jenkins 12 Nov 6 16:59 VERSION [Pipeline] isUnix [Pipeline] sh 17:06:26 + 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=f32ad572c83e02c8607e21d8d3d786342a56f436 --label arch=amd64 --label version=1.2.1-dev.20 . 17:06:27 Sending build context to Docker daemon 120.8kB 17:06:28 Step 1/27 : ARG BASE=golang:1.15-alpine 17:06:28 Step 2/27 : FROM ${BASE} AS builder 17:06:28 ---> 91e4c1e73a72 17:06:28 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:06:28 ---> Running in 3ca54ec3807f 17:06:28 Removing intermediate container 3ca54ec3807f 17:06:28 ---> 1f662610863d 17:06:28 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:06:29 ---> Running in 238838f51a2d 17:06:29 Removing intermediate container 238838f51a2d 17:06:29 ---> 3660acef8363 17:06:29 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:06:29 ---> Running in eaa126eb9f39 17:06:30 Removing intermediate container eaa126eb9f39 17:06:30 ---> a37cc60817ab 17:06:30 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:06:30 ---> Running in 0f4cc61ded67 17:06:34 Removing intermediate container 0f4cc61ded67 17:06:34 ---> 8a0abdf05fab 17:06:34 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:06:34 ---> Running in 5c9a61c92fbf 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:37 OK: 167 MiB in 45 packages 17:06:39 Removing intermediate container 5c9a61c92fbf 17:06:39 ---> 3285d6af4cfe 17:06:39 Step 8/27 : WORKDIR /app 17:06:39 ---> Running in 8bfad2270dbc 17:06:40 Removing intermediate container 8bfad2270dbc 17:06:40 ---> 9b89280b2939 17:06:40 Step 9/27 : COPY go.mod . 17:06:41 ---> 85d1bb405fcb 17:06:41 Step 10/27 : RUN go mod download 17:06:42 ---> Running in 3f6921640169 17:06:47 Removing intermediate container 3f6921640169 17:06:47 ---> 75954dc9d315 17:06:47 Step 11/27 : COPY . . 17:06:48 ---> 662a7cfafd4d 17:06:48 Step 12/27 : ARG MAKE="make build" 17:06:48 ---> Running in d6fdd2e40f2a 17:06:49 Removing intermediate container d6fdd2e40f2a 17:06:49 ---> 7decaf2f3775 17:06:49 Step 13/27 : RUN $MAKE 17:06:49 ---> Running in f92ffa0320e8 17:06:51 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.20" -o app-service-configurable 17:08:15 Removing intermediate container f92ffa0320e8 17:08:15 ---> 1310cb0d3d72 17:08:15 Step 14/27 : FROM alpine:latest 17:08:15 latest: Pulling from library/alpine 17:08:15 188c0c94c7c5: Pulling fs layer 17:08:15 188c0c94c7c5: Verifying Checksum 17:08:15 188c0c94c7c5: Download complete 17:08:15 188c0c94c7c5: Pull complete 17:08:15 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:08:15 Status: Downloaded newer image for alpine:latest 17:08:15 ---> d6e46aa2470d 17:08:15 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:08:15 ---> Running in d7536371f561 17:08:15 Removing intermediate container d7536371f561 17:08:15 ---> c3c7b809d9ac 17:08:15 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:08:15 ---> Running in 77cb1a5963dc 17:08:15 Removing intermediate container 77cb1a5963dc 17:08:15 ---> d65de7efb129 17:08:15 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 17:08:15 ---> Running in 5b8fa1ca7318 17:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:08:15 (1/6) Installing ca-certificates (20191127-r4) 17:08:15 (2/6) Installing libgcc (9.3.0-r2) 17:08:15 (3/6) Installing libsodium (1.0.18-r0) 17:08:15 (4/6) Installing libstdc++ (9.3.0-r2) 17:08:15 (5/6) Installing libzmq (4.3.3-r0) 17:08:15 (6/6) Installing zeromq (4.3.3-r0) 17:08:15 Executing busybox-1.31.1-r19.trigger 17:08:15 Executing ca-certificates-20191127-r4.trigger 17:08:15 OK: 9 MiB in 20 packages 17:08:15 Removing intermediate container 5b8fa1ca7318 17:08:15 ---> b54a6f256711 17:08:15 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:08:15 ---> 438fd5b7179c 17:08:15 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:08:15 ---> c59724e3d38b 17:08:15 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:08:15 ---> 40ab031686f9 17:08:15 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:08:15 ---> eab3daa3203d 17:08:15 Step 22/27 : EXPOSE 48095 17:08:15 ---> Running in d33aac9eaa50 17:08:15 Removing intermediate container d33aac9eaa50 17:08:15 ---> 6cf586b92f1c 17:08:15 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:08:15 ---> Running in af9851d29c0f 17:08:15 Removing intermediate container af9851d29c0f 17:08:15 ---> ec591d92d5c1 17:08:15 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:15 ---> Running in 412d9f1f9341 17:08:15 Removing intermediate container 412d9f1f9341 17:08:15 ---> d907a46cfb46 17:08:15 Step 25/27 : LABEL arch=amd64 17:08:15 ---> Running in f82a7132e79f 17:08:15 Removing intermediate container f82a7132e79f 17:08:15 ---> 0a2bc5225a93 17:08:15 Step 26/27 : LABEL git_sha=f32ad572c83e02c8607e21d8d3d786342a56f436 17:08:15 ---> Running in 2309968a4936 17:08:15 Removing intermediate container 2309968a4936 17:08:15 ---> 6f4f6bf278d1 17:08:15 Step 27/27 : LABEL version=1.2.1-dev.20 17:08:15 ---> Running in 690fe1ed463a 17:08:15 Removing intermediate container 690fe1ed463a 17:08:15 ---> 51e6b23ea08d 17:08:15 [Warning] One or more build-args [ARCH] were not consumed 17:08:15 Successfully built 51e6b23ea08d 17:08:15 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:08:16 provisioning config files... 17:08:16 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/58@tmp/config4141633686857532315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:08:16 ---> docker-login.sh 17:08:16 nexus3.edgexfoundry.org:10001 17:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:17 Configure a credential helper to remove this warning. See 17:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:17 17:08:17 Login Succeeded 17:08:17 nexus3.edgexfoundry.org:10002 17:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:17 Configure a credential helper to remove this warning. See 17:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:17 17:08:17 Login Succeeded 17:08:17 nexus3.edgexfoundry.org:10003 17:08:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:17 Configure a credential helper to remove this warning. See 17:08:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:17 17:08:17 Login Succeeded 17:08:17 nexus3.edgexfoundry.org:10004 17:08:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:18 Configure a credential helper to remove this warning. See 17:08:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:18 17:08:18 Login Succeeded 17:08:18 docker.io 17:08:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:08:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:08:19 Configure a credential helper to remove this warning. See 17:08:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:08:19 17:08:19 Login Succeeded 17:08:19 ---> docker-login.sh ends [Pipeline] } 17:08:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:08:19 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 17:08:19 f32ad572c83e02c8607e21d8d3d786342a56f436 17:08:19 latest 17:08:19 1.2.1-dev.20 17:08:19 f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 17:08:19 master 17:08:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:08:20 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] isUnix [Pipeline] sh 17:08:20 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 17:08:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:08:20 8b5673ec39a6: Preparing 17:08:20 a6e0e0653a82: Preparing 17:08:20 675a9713ae9e: Preparing 17:08:20 803b7b06d4ed: Preparing 17:08:20 9f83861bbd81: Preparing 17:08:20 ace0eda3e3be: Preparing 17:08:20 ace0eda3e3be: Waiting 17:08:20 675a9713ae9e: Pushed 17:08:20 803b7b06d4ed: Pushed 17:08:20 a6e0e0653a82: Pushed 17:08:21 ace0eda3e3be: Layer already exists 17:08:21 9f83861bbd81: Pushed 17:08:23 8b5673ec39a6: Pushed 17:08:23 f32ad572c83e02c8607e21d8d3d786342a56f436: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:08:24 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:08:24 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:08:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:08:24 8b5673ec39a6: Preparing 17:08:24 a6e0e0653a82: Preparing 17:08:24 675a9713ae9e: Preparing 17:08:24 803b7b06d4ed: Preparing 17:08:24 9f83861bbd81: Preparing 17:08:24 ace0eda3e3be: Preparing 17:08:24 ace0eda3e3be: Waiting 17:08:24 8b5673ec39a6: Layer already exists 17:08:24 a6e0e0653a82: Layer already exists 17:08:24 675a9713ae9e: Layer already exists 17:08:24 803b7b06d4ed: Layer already exists 17:08:24 9f83861bbd81: Layer already exists 17:08:24 ace0eda3e3be: Layer already exists 17:08:25 latest: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:08:25 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.20 [Pipeline] isUnix [Pipeline] sh 17:08:25 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.20 17:08:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:08:25 8b5673ec39a6: Preparing 17:08:25 a6e0e0653a82: Preparing 17:08:25 675a9713ae9e: Preparing 17:08:25 803b7b06d4ed: Preparing 17:08:25 9f83861bbd81: Preparing 17:08:25 ace0eda3e3be: Preparing 17:08:25 ace0eda3e3be: Waiting 17:08:25 9f83861bbd81: Layer already exists 17:08:25 8b5673ec39a6: Layer already exists 17:08:25 675a9713ae9e: Layer already exists 17:08:25 a6e0e0653a82: Layer already exists 17:08:25 803b7b06d4ed: Layer already exists 17:08:25 ace0eda3e3be: Layer already exists 17:08:26 1.2.1-dev.20: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:08:26 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 [Pipeline] isUnix [Pipeline] sh 17:08:26 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 17:08:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:08:26 8b5673ec39a6: Preparing 17:08:26 a6e0e0653a82: Preparing 17:08:26 675a9713ae9e: Preparing 17:08:26 803b7b06d4ed: Preparing 17:08:26 9f83861bbd81: Preparing 17:08:26 ace0eda3e3be: Preparing 17:08:26 ace0eda3e3be: Waiting 17:08:26 a6e0e0653a82: Layer already exists 17:08:26 9f83861bbd81: Layer already exists 17:08:26 675a9713ae9e: Layer already exists 17:08:26 8b5673ec39a6: Layer already exists 17:08:26 803b7b06d4ed: Layer already exists 17:08:26 ace0eda3e3be: Layer already exists 17:08:27 f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:08:28 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:08:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 17:08:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:08:29 8b5673ec39a6: Preparing 17:08:29 a6e0e0653a82: Preparing 17:08:29 675a9713ae9e: Preparing 17:08:29 803b7b06d4ed: Preparing 17:08:29 9f83861bbd81: Preparing 17:08:29 ace0eda3e3be: Preparing 17:08:29 ace0eda3e3be: Waiting 17:08:30 675a9713ae9e: Layer already exists 17:08:30 a6e0e0653a82: Layer already exists 17:08:30 8b5673ec39a6: Layer already exists 17:08:30 803b7b06d4ed: Layer already exists 17:08:30 9f83861bbd81: Layer already exists 17:08:30 ace0eda3e3be: Layer already exists 17:08:30 master: digest: sha256:8e8cc30763795a23ba56d46d5dbbdd8e04ff60d9661e28b98d643c31ecee3f78 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:08:30 ===================================================== [Pipeline] echo 17:08:30 taggedImages: 17:08:30 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 17:08:30 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:08:30 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.20 17:08:30 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436-1.2.1-dev.20 17:08:30 - 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 [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 17:08:32 provisioning config files... 17:08:32 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3309211994386841870tmp [Pipeline] { [Pipeline] sh 17:08:33 + set +x 17:08:33 + bash -s -- 17:08:33 + curl -s https://codecov.io/bash 17:08:33 17:08:33 _____ _ 17:08:33 / ____| | | 17:08:33 | | ___ __| | ___ ___ _____ __ 17:08:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:08:33 | |___| (_) | (_| | __/ (_| (_) \ V / 17:08:33 \_____\___/ \__,_|\___|\___\___/ \_/ 17:08:33 Bash-20201106-81372f2 17:08:33 17:08:33 17:08:33 ==> Jenkins CI detected. 17:08:33 project root: . 17:08:33 --> token set from env 17:08:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:08:33 ==> Running gcov in . (disable via -X gcov) 17:08:33 ==> Python coveragepy not found 17:08:33 ==> Searching for coverage reports in: 17:08:33 + . 17:08:33 -> Found 1 reports 17:08:33 ==> Detecting git/mercurial file structure 17:08:33 ==> Reading reports 17:08:33 + ./coverage.out bytes=10 17:08:33 ==> Appending adjustments 17:08:33 https://docs.codecov.io/docs/fixing-reports 17:08:33 + Found adjustments 17:08:33 ==> Gzipping contents 17:08:33 ==> Uploading reports 17:08:33 url: https://codecov.io 17:08:33 query: branch=master&commit=f32ad572c83e02c8607e21d8d3d786342a56f436&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:08:33 -> Pinging Codecov 17:08:33 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=f32ad572c83e02c8607e21d8d3d786342a56f436&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F58%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:08:34 -> Uploading to 17:08:34 https://storage.googleapis.com/codecov/v4/raw/2020-11-06/A97CA9966030D2A3747ED39772930CCE/f32ad572c83e02c8607e21d8d3d786342a56f436/22eebccd-8e40-4417-b29d-3aa1a450ace9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201106T170834Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=68fb6ad8b46dbd30a74a5fae5c2b7a387065671a90ae5e16441c2f6afaea3225 17:08:34 % Total % Received % Xferd Average Speed Time Time Time Current 17:08:34 Dload Upload Total Spent Left Speed 17:08:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 687 --:--:-- --:--:-- --:--:-- 687 100 378 0 0 100 378 0 687 --:--:-- --:--:-- --:--:-- 687 17:08:35 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] } 17:08:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:08:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:08:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:08:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:08:36 17:08:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:08:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:08:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:08:38 188c0c94c7c5: Pulling fs layer 17:08:38 0ef7d3d256c8: Pulling fs layer 17:08:38 de9db76c5a1d: Pulling fs layer 17:08:38 0eba1c9be4d2: Pulling fs layer 17:08:38 0d57e429df01: Pulling fs layer 17:08:38 4e4be7b47b0d: Pulling fs layer 17:08:38 e1f770b5df2f: Pulling fs layer 17:08:38 85a0685a4137: Pulling fs layer 17:08:38 0d57e429df01: Waiting 17:08:38 4e4be7b47b0d: Waiting 17:08:38 e1f770b5df2f: Waiting 17:08:38 85a0685a4137: Waiting 17:08:38 0eba1c9be4d2: Waiting 17:08:38 de9db76c5a1d: Verifying Checksum 17:08:38 de9db76c5a1d: Download complete 17:08:38 0ef7d3d256c8: Verifying Checksum 17:08:38 0ef7d3d256c8: Download complete 17:08:38 0d57e429df01: Verifying Checksum 17:08:38 0d57e429df01: Download complete 17:08:38 4e4be7b47b0d: Verifying Checksum 17:08:38 4e4be7b47b0d: Download complete 17:08:38 188c0c94c7c5: Verifying Checksum 17:08:38 188c0c94c7c5: Download complete 17:08:39 188c0c94c7c5: Pull complete 17:08:40 0ef7d3d256c8: Pull complete 17:08:40 de9db76c5a1d: Pull complete 17:08:42 e1f770b5df2f: Verifying Checksum 17:08:42 e1f770b5df2f: Download complete 17:08:47 0eba1c9be4d2: Verifying Checksum 17:08:47 0eba1c9be4d2: Download complete 17:08:48 85a0685a4137: Verifying Checksum 17:08:48 85a0685a4137: Download complete 17:09:00 0eba1c9be4d2: Pull complete 17:09:00 0d57e429df01: Pull complete 17:09:00 4e4be7b47b0d: Pull complete 17:09:03 e1f770b5df2f: Pull complete 17:09:14 85a0685a4137: Pull complete 17:09:14 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:09:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:09:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:09:14 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 17:09:14 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:09:16 $ docker top 0d6f2c0ef83ad2b538873470bff4c58584ae325b9166be6aa5315302f58ced22 -eo pid,comm [Pipeline] { [Pipeline] echo 17:09:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:09:17 + set -o pipefail 17:09:17 + snyk monitor '--org=edgex-jenkins' 17:09:35 17:09:35 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 17:09:35 17:09:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/8e8c613e-ed47-496d-af74-54674b79a963 17:09:35 17:09:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:09:35 17:09:35 [Pipeline] } 17:09:35 $ docker stop --time=1 0d6f2c0ef83ad2b538873470bff4c58584ae325b9166be6aa5315302f58ced22 17:09:37 $ docker rm -f 0d6f2c0ef83ad2b538873470bff4c58584ae325b9166be6aa5315302f58ced22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 17:09:39 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436, dockerFile=Dockerfile [Pipeline] echo 17:09:39 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 17:09:39 + set -o pipefail 17:09:39 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 17:09:39 + tee .snyk 17:09:40 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 17:09:40 version: v1.14.1 17:09:40 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 17:09:40 # ignore: 17:09:40 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 17:09:40 # - '*': 17:09:40 # reason: does not apply # justification for ignoring 17:09:40 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 17:09:40 # patch: {} [Pipeline] withCredentials 17:09:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:09:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:09:40 . [Pipeline] withDockerContainer 17:09:41 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 17:09:41 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:09:42 $ docker top d7d57e4c70f5e01797392272a49d78624ed785390ea861299fee229131df5b13 -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:43 + rm -f snykReport.html [Pipeline] echo 17:09:43 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 17:09:44 + set -o pipefail 17:09:44 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:f32ad572c83e02c8607e21d8d3d786342a56f436 '--file=./Dockerfile'+ '--severity-threshold=high' '--policy-path=./.snyk'snyk-to-html --json -o 17:09:44 snykReport.html 17:09:59 Vulnerability snapshot saved at snykReport.html [Pipeline] } 17:09:59 $ docker stop --time=1 d7d57e4c70f5e01797392272a49d78624ed785390ea861299fee229131df5b13 17:10:01 $ docker rm -f d7d57e4c70f5e01797392272a49d78624ed785390ea861299fee229131df5b13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 17:10:03 + git log --format=format:%s -1 f32ad572c83e02c8607e21d8d3d786342a56f436 [Pipeline] isUnix [Pipeline] sh 17:10:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:10:03 . [Pipeline] withDockerContainer 17:10:03 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 17:10:03 $ 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 17:10:04 $ docker top a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:10:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:10:05 [ssh-agent] Looking for ssh-agent implementation... 17:10:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:10:05 $ docker exec a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 ssh-agent 17:10:05 SSH_AUTH_SOCK=/tmp/ssh-SxnHDuLe1nGG/agent.11 17:10:05 SSH_AGENT_PID=17 17:10:06 Running ssh-add (command line suppressed) 17:10:06 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5928328471882798080.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5928328471882798080.key) 17:10:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:10:07 + git semver tag 17:10:07 # -> Open(): unable to determine branch for HEAD 17:10:07 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:10:07 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:10:07 # $SEMVER_REMOTE_NAME = origin 17:10:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:10:07 # $SEMVER_USER_NAME = edgex-jenkins 17:10:07 # $SEMVER_BRANCH = master 17:10:07 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:10:07 # f32ad572c83e02c8607e21d8d3d786342a56f436 HEAD 17:10:07 # -> Force: false 17:10:07 # 315aeba21aec6833ecbf4d7ff5af54a28e9aa22a refs/tags/v1.2.1-dev.20 [Pipeline] } 17:10:07 $ docker exec --env ******** --env ******** a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 ssh-agent -k 17:10:08 unset SSH_AUTH_SOCK; 17:10:08 unset SSH_AGENT_PID; 17:10:08 echo Agent pid 17 killed; 17:10:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:10:08 + git semver [Pipeline] } 17:10:08 $ docker stop --time=1 a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 17:10:10 $ docker rm -f a8d06698187d2674c626d0f2f404703371eb2bc47f2555d8f41e898f6dfad705 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:10:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:10:11 17:10:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:10:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:10:11 0.23.1-centos7: Pulling from edgex-lftools 17:10:11 ab5ef0e58194: Pulling fs layer 17:10:11 9712f1f96733: Pulling fs layer 17:10:11 63f879dbbcfc: Pulling fs layer 17:10:11 0d9ebad4ef96: Pulling fs layer 17:10:11 e9a5061849ea: Pulling fs layer 17:10:11 d747dcd14b5f: Pulling fs layer 17:10:11 2de7ff778b66: Pulling fs layer 17:10:11 0d9ebad4ef96: Waiting 17:10:11 e9a5061849ea: Waiting 17:10:11 d747dcd14b5f: Waiting 17:10:11 2de7ff778b66: Waiting 17:10:11 9712f1f96733: Download complete 17:10:15 63f879dbbcfc: Verifying Checksum 17:10:15 63f879dbbcfc: Download complete 17:10:16 e9a5061849ea: Verifying Checksum 17:10:16 e9a5061849ea: Download complete 17:10:16 d747dcd14b5f: Verifying Checksum 17:10:16 d747dcd14b5f: Download complete 17:10:17 2de7ff778b66: Verifying Checksum 17:10:17 2de7ff778b66: Download complete 17:10:18 0d9ebad4ef96: Verifying Checksum 17:10:18 0d9ebad4ef96: Download complete 17:10:19 ab5ef0e58194: Verifying Checksum 17:10:19 ab5ef0e58194: Download complete 17:10:27 ab5ef0e58194: Pull complete 17:10:27 9712f1f96733: Pull complete 17:10:30 63f879dbbcfc: Pull complete 17:10:41 0d9ebad4ef96: Pull complete 17:10:43 e9a5061849ea: Pull complete 17:10:43 d747dcd14b5f: Pull complete 17:10:47 2de7ff778b66: Pull complete 17:10:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:10:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:10:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:10:47 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 17:10:47 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:10:52 $ docker top 9067861f37c51b95c8dfcda582b699c0359fd5e8747e0ffb1fb4b8c9645072f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:10:52 provisioning config files... 17:10:52 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config488434149523473876tmp 17:10:52 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8323274756677055095tmp 17:10:52 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2111150022467304811tmp [Pipeline] { [Pipeline] echo 17:10:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:10:53 ---> sigul-configuration.sh 17:10:53 gpg: directory `/root/.gnupg' created 17:10:53 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:10:53 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:10:53 gpg: keyring `/root/.gnupg/secring.gpg' created 17:10:53 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:10:53 gpg: CAST5 encrypted data 17:10:54 gpg: encrypted with 1 passphrase 17:10:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:10:54 + mkdir /home/jenkins 17:10:54 + mkdir /home/jenkins/sigul [Pipeline] sh 17:10: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 17:10:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:10:56 ---> sigul-install.sh 17:11:06 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:11:07 + git tag --list 17:11:07 v1.0.0 17:11:07 v1.1.0 17:11:07 v1.2.0 17:11:07 v1.2.1-dev.1 17:11:07 v1.2.1-dev.10 17:11:07 v1.2.1-dev.11 17:11:07 v1.2.1-dev.12 17:11:07 v1.2.1-dev.13 17:11:07 v1.2.1-dev.14 17:11:07 v1.2.1-dev.15 17:11:07 v1.2.1-dev.16 17:11:07 v1.2.1-dev.17 17:11:07 v1.2.1-dev.18 17:11:07 v1.2.1-dev.19 17:11:07 v1.2.1-dev.2 17:11:07 v1.2.1-dev.20 17:11:07 v1.2.1-dev.3 17:11:07 v1.2.1-dev.4 17:11:07 v1.2.1-dev.5 17:11:07 v1.2.1-dev.6 17:11:07 v1.2.1-dev.7 17:11:07 v1.2.1-dev.8 17:11:07 v1.2.1-dev.9 [Pipeline] sh 17:11:07 + lftools sign git-tag v1.2.1-dev.20 17:11:09 Signing Git tag with Sigul... 17:11:09 Signing v1.2.1-dev.20 [Pipeline] echo 17:11:11 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:11:12 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:11:12 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:11:12 $ docker stop --time=1 9067861f37c51b95c8dfcda582b699c0359fd5e8747e0ffb1fb4b8c9645072f3 17:11:14 $ docker rm -f 9067861f37c51b95c8dfcda582b699c0359fd5e8747e0ffb1fb4b8c9645072f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:11:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:11:15 . [Pipeline] withDockerContainer 17:11:16 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 17:11:16 $ 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 17:11:17 $ docker top 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:11:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:11:18 [ssh-agent] Looking for ssh-agent implementation... 17:11:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:11:18 $ docker exec 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f ssh-agent 17:11:19 SSH_AUTH_SOCK=/tmp/ssh-d78HsQ4ldT1u/agent.12 17:11:19 SSH_AGENT_PID=18 17:11:19 Running ssh-add (command line suppressed) 17:11:19 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1754433942759784356.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1754433942759784356.key) 17:11:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:11:20 + git semver bump pre 17:11:21 # -> Open(): unable to determine branch for HEAD 17:11:21 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:11:21 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:11:21 # $SEMVER_REMOTE_NAME = origin 17:11:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:11:21 # $SEMVER_USER_NAME = edgex-jenkins 17:11:21 # $SEMVER_BRANCH = master 17:11:21 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:11:21 1.2.1-dev.21 [Pipeline] } 17:11:21 $ docker exec --env ******** --env ******** 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f ssh-agent -k 17:11:21 unset SSH_AUTH_SOCK; 17:11:21 unset SSH_AGENT_PID; 17:11:21 echo Agent pid 18 killed; 17:11:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:11:22 + git semver [Pipeline] } 17:11:22 $ docker stop --time=1 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f 17:11:24 $ docker rm -f 6a3e54643d551defd29df0d6bb49d7c7ba07710741ebdc436bb1081053cd0b3f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:11:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:11:25 . [Pipeline] withDockerContainer 17:11:26 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 17:11:26 $ 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 17:11:27 $ docker top 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:11:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:11:27 [ssh-agent] Looking for ssh-agent implementation... 17:11:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:11:27 $ docker exec 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad ssh-agent 17:11:28 SSH_AUTH_SOCK=/tmp/ssh-CcGAt0GLq81l/agent.12 17:11:28 SSH_AGENT_PID=17 17:11:28 Running ssh-add (command line suppressed) 17:11:28 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2063254073900031267.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2063254073900031267.key) 17:11:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:11:29 + git semver push 17:11:29 # -> Open(): unable to determine branch for HEAD 17:11:29 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:11:29 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:11:29 # $SEMVER_REMOTE_NAME = origin 17:11:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:11:29 # $SEMVER_USER_NAME = edgex-jenkins 17:11:29 # $SEMVER_BRANCH = master 17:11:29 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:11:36 $ docker exec --env ******** --env ******** 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad ssh-agent -k 17:11:36 unset SSH_AUTH_SOCK; 17:11:36 unset SSH_AGENT_PID; 17:11:36 echo Agent pid 17 killed; 17:11:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:11:37 + git semver [Pipeline] } 17:11:37 $ docker stop --time=1 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad 17:11:39 $ docker rm -f 907e9e3f32c81a659eaf9b62d9355b0d63fac5ffd7bff5665181c9f0706e85ad [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 17:11:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:11:42 ---> package-listing.sh 17:11:42 ++ tr '[:upper:]' '[:lower:]' 17:11:42 ++ facter osfamily 17:11:42 + OS_FAMILY=redhat 17:11:42 + workspace=/w/workspace/_app-service-configurable_master 17:11:42 + START_PACKAGES=/tmp/packages_start.txt 17:11:42 + END_PACKAGES=/tmp/packages_end.txt 17:11:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:11:42 + PACKAGES=/tmp/packages_start.txt 17:11:42 + '[' /w/workspace/_app-service-configurable_master ']' 17:11:42 + PACKAGES=/tmp/packages_end.txt 17:11:42 + case "${OS_FAMILY}" in 17:11:42 + sort 17:11:42 + rpm -qa 17:11:49 + '[' -f /tmp/packages_start.txt ']' 17:11:49 + '[' -f /tmp/packages_end.txt ']' 17:11:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:11:49 + '[' /w/workspace/_app-service-configurable_master ']' 17:11:49 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 17:11:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 17:11:49 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 17:11:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:11:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:11:51 17:11:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:11:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:11:52 alpine: Pulling from edgex-lftools-log-publisher 17:11:52 df20fa9351a1: Pulling fs layer 17:11:52 36b3adc4ff6f: Pulling fs layer 17:11:52 8ad3a11d3b57: Pulling fs layer 17:11:52 46f8f816bc3b: Pulling fs layer 17:11:52 93b61091891f: Pulling fs layer 17:11:52 93b9cdb0e59b: Pulling fs layer 17:11:52 5e14af77c1be: Pulling fs layer 17:11:52 01666e4c0597: Pulling fs layer 17:11:52 aa168da1d23b: Pulling fs layer 17:11:52 46f8f816bc3b: Waiting 17:11:52 93b61091891f: Waiting 17:11:52 93b9cdb0e59b: Waiting 17:11:52 5e14af77c1be: Waiting 17:11:52 01666e4c0597: Waiting 17:11:52 aa168da1d23b: Waiting 17:11:53 36b3adc4ff6f: Download complete 17:11:53 46f8f816bc3b: Download complete 17:11:53 df20fa9351a1: Verifying Checksum 17:11:53 df20fa9351a1: Download complete 17:11:53 93b9cdb0e59b: Verifying Checksum 17:11:53 93b9cdb0e59b: Download complete 17:11:53 93b61091891f: Verifying Checksum 17:11:53 93b61091891f: Download complete 17:11:54 5e14af77c1be: Verifying Checksum 17:11:54 5e14af77c1be: Download complete 17:11:54 01666e4c0597: Verifying Checksum 17:11:54 01666e4c0597: Download complete 17:11:54 df20fa9351a1: Pull complete 17:11:54 8ad3a11d3b57: Verifying Checksum 17:11:54 8ad3a11d3b57: Download complete 17:11:54 36b3adc4ff6f: Pull complete 17:11:57 8ad3a11d3b57: Pull complete 17:11:57 46f8f816bc3b: Pull complete 17:11:58 93b61091891f: Pull complete 17:11:58 93b9cdb0e59b: Pull complete 17:11:59 5e14af77c1be: Pull complete 17:11:59 aa168da1d23b: Verifying Checksum 17:11:59 aa168da1d23b: Download complete 17:11:59 01666e4c0597: Pull complete 17:12:14 aa168da1d23b: Pull complete 17:12:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:12:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:12:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:12:16 prd-centos7-docker-4c-2g-11389 does not seem to be running inside a container 17:12:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:12:18 $ docker top 76c209650e9346dd351c79516167c95ca20adbc1deb08c599138afe147e4f6e4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:19 + touch /tmp/pre-build-complete [Pipeline] sh 17:12:19 + mkdir -p /var/log/sa [Pipeline] sh 17:12:20 + ls /var/log/sa-host 17:12:20 + sadf -c /var/log/sa-host/sa05 17:12:20 file_magic: OK 17:12:20 HZ: Using current value: 100 17:12:20 file_header: OK 17:12:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:12:20 Statistics: 17:12:20 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:12:20 File successfully converted to sysstat format version 12.2.1 17:12:20 + sadf -c /var/log/sa-host/sa06 17:12:20 file_magic: OK 17:12:20 HZ: Using current value: 100 17:12:20 file_header: OK 17:12:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:12:20 Statistics: 17:12:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:12:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:21 provisioning config files... 17:12:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4646684145182374448tmp [Pipeline] { [Pipeline] echo 17:12:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:12:21 ---> create-netrc.sh [Pipeline] } 17:12:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:12:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:12:22 ---> python-tools-install.sh [Pipeline] echo 17:12:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:12:23 ---> sudo-logs.sh 17:12:23 Archiving 'sudo' log.. [Pipeline] echo 17:12:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:12:23 ---> job-cost.sh 17:12:23 lf-activate-venv: SKIPPING 17:12:23 INFO: No Stack... 17:12:25 INFO: Retrieving Pricing Info for: v1-standard-2 17:12:25 INFO: Archiving Costs [Pipeline] echo 17:12:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:12:26 ---> logs-deploy.sh 17:12:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/58 17:12:26 INFO: archiving workspace using pattern(s): 17:12:28 Archives upload complete. 17:12:28 INFO: archiving logs to Nexus 17:12:30 ---> uname -a: 17:12:30 Linux prd-centos7-docker-4c-2g-11389.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:12:30 17:12:30 17:12:30 ---> lscpu: 17:12:30 Architecture: x86_64 17:12:30 CPU op-mode(s): 32-bit, 64-bit 17:12:30 Byte Order: Little Endian 17:12:30 Address sizes: 40 bits physical, 48 bits virtual 17:12:30 CPU(s): 4 17:12:30 On-line CPU(s) list: 0-3 17:12:30 Thread(s) per core: 1 17:12:30 Core(s) per socket: 1 17:12:30 Socket(s): 4 17:12:30 NUMA node(s): 1 17:12:30 Vendor ID: GenuineIntel 17:12:30 CPU family: 6 17:12:30 Model: 44 17:12:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:12:30 Stepping: 1 17:12:30 CPU MHz: 2933.438 17:12:30 BogoMIPS: 5866.87 17:12:30 Virtualization: VT-x 17:12:30 Hypervisor vendor: KVM 17:12:30 Virtualization type: full 17:12:30 L1d cache: 128 KiB 17:12:30 L1i cache: 128 KiB 17:12:30 L2 cache: 16 MiB 17:12:30 L3 cache: 64 MiB 17:12:30 NUMA node0 CPU(s): 0-3 17:12:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:12:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:12:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:12:30 Vulnerability Meltdown: Mitigation; PTI 17:12:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:12:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:12:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:12:30 Vulnerability Tsx async abort: Not affected 17:12:30 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 17:12:30 17:12:30 17:12:30 ---> nproc: 17:12:30 4 17:12:30 17:12:30 17:12:30 ---> df -h: 17:12:30 Filesystem Size Used Available Use% Mounted on 17:12:30 overlay 50.0G 8.5G 41.5G 17% / 17:12:30 tmpfs 64.0M 0 64.0M 0% /dev 17:12:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:12:30 shm 64.0M 0 64.0M 0% /dev/shm 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 17:12:30 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 17:12:30 17:12:30 17:12:30 ---> free -m: 17:12:30 total used free shared buff/cache available 17:12:30 Mem: 1837 818 145 0 873 960 17:12:30 Swap: 1023 3 1020 17:12:30 17:12:30 17:12:30 ---> ip addr: 17:12:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:12:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:12:30 inet 127.0.0.1/8 scope host lo 17:12:30 valid_lft forever preferred_lft forever 17:12:30 inet6 ::1/128 scope host 17:12:30 valid_lft forever preferred_lft forever 17:12:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:12:30 link/ether fa:16:3e:77:d4:aa brd ff:ff:ff:ff:ff:ff 17:12:30 inet 10.30.122.43/23 brd 10.30.123.255 scope global dynamic eth0 17:12:30 valid_lft 85540sec preferred_lft 85540sec 17:12:30 inet6 fe80::f816:3eff:fe77:d4aa/64 scope link 17:12:30 valid_lft forever preferred_lft forever 17:12:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:12:30 link/ether 02:42:53:f1:32:83 brd ff:ff:ff:ff:ff:ff 17:12:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:12:30 valid_lft forever preferred_lft forever 17:12:30 inet6 fe80::42:53ff:fef1:3283/64 scope link 17:12:30 valid_lft forever preferred_lft forever 17:12:30 17:12:30 17:12:30 ---> sar -b -r -n DEV: 17:12:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/06/20 _x86_64_ (4 CPU) 17:12:30 17:12:30 16:57:53 LINUX RESTART (4 CPU) 17:12:30 17:12:30 16:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:12:30 17:00:01 27.09 10.81 16.28 0.00 4486.18 2038.69 0.00 17:12:30 17:01:01 1.97 0.05 1.92 0.00 0.66 39.25 0.00 17:12:30 17:02:02 0.55 0.08 0.46 0.00 1.59 8.32 0.00 17:12:30 17:03:01 0.24 0.00 0.24 0.00 0.00 3.01 0.00 17:12:30 17:04:01 0.63 0.00 0.63 0.00 0.00 8.12 0.00 17:12:30 17:05:01 0.22 0.02 0.20 0.00 0.13 1.91 0.00 17:12:30 17:06:01 0.32 0.00 0.32 0.00 0.00 3.63 0.00 17:12:30 17:07:01 0.25 0.00 0.25 0.00 0.00 2.88 0.00 17:12:30 17:08:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 17:12:30 17:09:02 58.47 18.47 40.00 0.00 1060.07 16551.58 0.00 17:12:30 17:10:01 341.95 211.70 130.25 0.00 9265.88 23063.48 0.00 17:12:30 17:11:01 202.09 68.14 133.95 0.00 3910.93 30201.01 0.00 17:12:30 17:12:01 89.70 58.88 30.82 0.00 4749.92 8047.84 0.00 17:12:30 Average: 55.41 28.14 27.27 0.00 1795.69 6145.08 0.00 17:12:30 17:12:30 16:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:12:30 17:00:01 172704 0 578504 30.75 2620 1127728 1158172 39.53 446372 1102716 128 17:12:30 17:01:01 184952 0 566248 30.09 2620 1127736 1067520 36.43 435936 1102400 16 17:12:30 17:02:02 184196 0 566860 30.13 2620 1127880 1065568 36.37 436756 1102480 8 17:12:30 17:03:01 182564 0 568488 30.21 2620 1127884 1065676 36.37 441588 1099440 12 17:12:30 17:04:01 182640 0 568408 30.21 2620 1127888 1065632 36.37 442096 1099432 16 17:12:30 17:05:01 179284 0 571752 30.39 2620 1127900 1065692 36.37 470880 1073928 12 17:12:30 17:06:01 181364 0 569672 30.28 2620 1127900 1065404 36.36 468396 1073928 16 17:12:30 17:07:01 181744 0 569284 30.26 2620 1127908 1065404 36.36 468276 1073932 8 17:12:30 17:08:01 180092 0 570932 30.34 2620 1127912 1065620 36.37 469616 1073928 8 17:12:30 17:09:02 123688 0 687108 36.52 2620 1068140 1499320 51.17 493164 1061872 92556 17:12:30 17:10:01 356412 0 678496 36.06 2596 844052 1341172 45.77 595556 720956 40 17:12:30 17:11:01 75688 0 827596 43.98 1492 976780 1469380 50.15 659384 838588 10640 17:12:30 17:12:01 66940 0 837800 44.53 1152 975664 1695576 57.87 683280 822400 63820 17:12:30 Average: 173251 0 627781 33.36 2418 1078106 1206934 41.19 500869 1018923 12868 17:12:30 17:12:30 16:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:12:30 17:00:01 eth0 73.42 58.04 353.95 34.73 0.00 0.00 0.00 0.00 17:12:30 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:00:01 docker0 1.75 1.47 0.36 3.39 0.00 0.00 0.00 0.00 17:12:30 17:01:01 eth0 1.63 0.08 0.13 0.01 0.00 0.00 0.00 0.00 17:12:30 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:02:02 eth0 0.78 0.31 0.33 0.20 0.00 0.00 0.00 0.00 17:12:30 17:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:03:01 eth0 1.33 0.41 0.36 0.21 0.00 0.00 0.00 0.00 17:12:30 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:04:01 eth0 1.01 0.47 0.43 0.27 0.00 0.00 0.00 0.00 17:12:30 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:05:01 eth0 0.60 0.40 0.29 0.21 0.00 0.00 0.00 0.00 17:12:30 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:06:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:07:01 eth0 1.40 0.05 0.09 0.00 0.00 0.00 0.00 0.00 17:12:30 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:08:01 eth0 0.91 0.43 0.32 0.18 0.00 0.00 0.00 0.00 17:12:30 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:09:02 eth0 410.33 346.78 4067.93 29.46 0.00 0.00 0.00 0.00 17:12:30 17:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:10:01 vethbe7f822 0.63 0.46 0.20 0.10 0.00 0.00 0.00 0.00 17:12:30 17:10:01 eth0 106.85 94.35 620.09 18.64 0.00 0.00 0.00 0.00 17:12:30 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:10:01 vethf07a9a7 0.46 0.63 0.10 0.20 0.00 0.00 0.00 0.00 17:12:30 17:11:01 veth1efe0fc 17.67 25.12 1.14 172.31 0.00 0.00 0.00 0.00 17:12:30 17:11:01 eth0 400.12 310.72 3388.99 90.17 0.00 0.00 0.00 0.00 17:12:30 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:11:01 docker0 78.00 88.09 6.19 585.59 0.00 0.00 0.00 0.00 17:12:30 17:12:01 eth0 248.90 205.63 2232.96 78.89 0.00 0.00 0.00 0.00 17:12:30 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 17:12:01 docker0 5.63 5.78 0.53 25.87 0.00 0.00 0.00 0.00 17:12:30 Average: eth0 96.14 78.43 822.79 19.48 0.00 0.00 0.00 0.00 17:12:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:12:30 Average: docker0 6.47 7.26 0.52 47.27 0.00 0.00 0.00 0.00 17:12:30 17:12:30 17:12:30 ---> sar -P ALL: 17:12:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/06/20 _x86_64_ (4 CPU) 17:12:30 17:12:30 16:57:53 LINUX RESTART (4 CPU) 17:12:30 17:12:30 16:59:02 CPU %user %nice %system %iowait %steal %idle 17:12:30 17:00:01 all 2.41 0.00 2.32 0.70 8.08 86.50 17:12:30 17:00:01 0 2.61 0.00 2.30 0.21 8.40 86.47 17:12:30 17:00:01 1 2.21 0.00 1.98 0.64 8.58 86.59 17:12:30 17:00:01 2 2.36 0.00 2.48 1.65 7.42 86.09 17:12:30 17:00:01 3 2.44 0.00 2.51 0.30 7.90 86.86 17:12:30 17:01:01 all 0.42 0.00 0.39 0.00 6.46 92.73 17:12:30 17:01:01 0 0.23 0.00 0.39 0.02 7.07 92.30 17:12:30 17:01:01 1 0.51 0.00 0.46 0.00 6.44 92.60 17:12:30 17:01:01 2 0.47 0.00 0.39 0.00 6.50 92.64 17:12:30 17:01:01 3 0.46 0.00 0.33 0.00 5.81 93.40 17:12:30 17:02:02 all 0.39 0.00 0.33 0.00 4.13 95.15 17:12:30 17:02:02 0 0.28 0.00 0.39 0.00 4.70 94.63 17:12:30 17:02:02 1 0.48 0.00 0.31 0.00 4.19 95.01 17:12:30 17:02:02 2 0.44 0.00 0.31 0.00 4.17 95.07 17:12:30 17:02:02 3 0.35 0.00 0.30 0.02 3.45 95.89 17:12:30 17:03:01 all 0.29 0.00 0.29 0.00 4.11 95.31 17:12:30 17:03:01 0 0.27 0.00 0.38 0.00 5.15 94.21 17:12:30 17:03:01 1 0.35 0.00 0.28 0.00 3.60 95.76 17:12:30 17:03:01 2 0.25 0.00 0.24 0.00 3.56 95.95 17:12:30 17:03:01 3 0.30 0.00 0.27 0.00 4.11 95.32 17:12:30 17:04:01 all 0.15 0.00 0.14 0.00 1.79 97.92 17:12:30 17:04:01 0 0.15 0.00 0.10 0.00 1.88 97.87 17:12:30 17:04:01 1 0.15 0.00 0.20 0.00 1.76 97.89 17:12:30 17:04:01 2 0.25 0.00 0.18 0.00 2.43 97.14 17:12:30 17:04:01 3 0.05 0.00 0.08 0.00 1.08 98.79 17:12:30 17:05:01 all 0.07 0.00 0.09 0.00 0.60 99.24 17:12:30 17:05:01 0 0.03 0.00 0.05 0.00 0.32 99.60 17:12:30 17:05:01 1 0.02 0.00 0.25 0.00 0.48 99.25 17:12:30 17:05:01 2 0.23 0.00 0.03 0.00 0.75 98.99 17:12:30 17:05:01 3 0.02 0.00 0.02 0.00 0.84 99.12 17:12:30 17:06:01 all 0.10 0.00 0.05 0.00 0.34 99.52 17:12:30 17:06:01 0 0.05 0.00 0.07 0.00 0.75 99.14 17:12:30 17:06:01 1 0.25 0.00 0.07 0.00 0.25 99.43 17:12:30 17:06:01 2 0.05 0.00 0.03 0.00 0.20 99.72 17:12:30 17:06:01 3 0.03 0.00 0.03 0.00 0.15 99.78 17:12:30 17:07:01 all 0.21 0.00 0.19 0.00 3.63 95.97 17:12:30 17:07:01 0 0.11 0.00 0.18 0.00 3.38 96.32 17:12:30 17:07:01 1 0.30 0.00 0.23 0.00 4.00 95.47 17:12:30 17:07:01 2 0.25 0.00 0.21 0.00 4.37 95.16 17:12:30 17:07:01 3 0.17 0.00 0.15 0.00 2.76 96.93 17:12:30 17:08:01 all 0.31 0.00 0.28 0.00 5.17 94.24 17:12:30 17:08:01 0 0.13 0.00 0.23 0.00 4.32 95.32 17:12:30 17:08:01 1 0.41 0.00 0.30 0.00 5.90 93.39 17:12:30 17:08:01 2 0.43 0.00 0.38 0.00 6.83 92.37 17:12:30 17:08:01 3 0.26 0.00 0.21 0.00 3.64 95.88 17:12:30 17:09:02 all 2.49 0.00 2.15 0.15 16.16 79.05 17:12:30 17:09:02 0 2.54 0.00 1.84 0.16 17.61 77.84 17:12:30 17:09:02 1 2.54 0.00 1.72 0.05 16.55 79.14 17:12:30 17:09:02 2 2.27 0.00 2.17 0.02 16.05 79.49 17:12:30 17:09:02 3 2.60 0.00 2.87 0.40 14.41 79.71 17:12:30 17:10:01 all 6.01 0.00 5.36 3.84 19.68 65.11 17:12:30 17:10:01 0 5.69 0.00 4.69 2.14 21.03 66.46 17:12:30 17:10:01 1 6.20 0.00 5.55 5.02 20.12 63.10 17:12:30 17:10:01 2 6.97 0.00 5.82 4.90 18.81 63.50 17:12:30 17:10:01 3 5.17 0.00 5.39 3.34 18.72 67.38 17:12:30 17:12:30 17:10:01 CPU %user %nice %system %iowait %steal %idle 17:12:30 17:11:01 all 5.26 0.00 5.20 1.67 25.00 62.87 17:12:30 17:11:01 0 4.59 0.00 4.81 0.33 26.29 63.99 17:12:30 17:11:01 1 5.70 0.00 4.69 1.31 24.64 63.66 17:12:30 17:11:01 2 5.66 0.00 6.60 4.05 25.25 58.44 17:12:30 17:11:01 3 5.10 0.00 4.74 1.07 23.81 65.28 17:12:30 17:12:01 all 4.93 0.00 3.94 1.95 16.07 73.11 17:12:30 17:12:01 0 2.97 0.00 4.15 0.76 17.28 74.83 17:12:30 17:12:01 1 3.25 0.00 3.28 1.73 15.42 76.32 17:12:30 17:12:01 2 3.14 0.00 3.55 0.66 16.20 76.45 17:12:30 17:12:01 3 10.52 0.00 4.81 4.71 15.36 64.60 17:12:30 Average: all 1.79 0.00 1.61 0.65 8.65 87.30 17:12:30 Average: 0 1.53 0.00 1.53 0.28 9.22 87.43 17:12:30 Average: 1 1.74 0.00 1.50 0.67 8.72 87.36 17:12:30 Average: 2 1.76 0.00 1.74 0.87 8.74 86.89 17:12:30 Average: 3 2.13 0.00 1.68 0.76 7.91 87.51 17:12:30 17:12:30 17:12:30