Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79fefeed78b27ed066b80126d21e9ed33746e184 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-11397 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 > 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 Checking out Revision 79fefeed78b27ed066b80126d21e9ed33746e184 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 79fefeed78b27ed066b80126d21e9ed33746e184 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138)" > git rev-list --no-walk f32ad572c83e02c8607e21d8d3d786342a56f436 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:20:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:20:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:20:48 ========================================================= 17:20:48 EdgeX Global Pipelines Version Info 17:20:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:20:50 ------------------- 17:20:50 stable info: 17:20:50 ------------------- 17:20:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:20:50 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 17:20:50 Message: update stable to v1.0.162 17:20:51 ------------------- 17:20:51 experimental info: 17:20:51 ------------------- 17:20:51 Commited By: **** collab-it+edgex@linuxfoundation.org 17:20:51 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 17:20:51 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:20:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 17:20:51 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:20:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:20:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:20:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:20:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] echo 17:20:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79fefee [Pipeline] echo 17:20:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:20:55 provisioning config files... 17:20:55 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1002360844276903266tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:20:55 ---> docker-login.sh 17:20:55 nexus3.edgexfoundry.org:10001 17:20:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:57 Configure a credential helper to remove this warning. See 17:20:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:57 17:20:57 Login Succeeded 17:20:57 nexus3.edgexfoundry.org:10002 17:20:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:57 Configure a credential helper to remove this warning. See 17:20:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:57 17:20:57 Login Succeeded 17:20:57 nexus3.edgexfoundry.org:10003 17:20:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:58 Configure a credential helper to remove this warning. See 17:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:58 17:20:58 Login Succeeded 17:20:58 nexus3.edgexfoundry.org:10004 17:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:58 Configure a credential helper to remove this warning. See 17:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:58 17:20:58 Login Succeeded 17:20:58 docker.io 17:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:20:58 Configure a credential helper to remove this warning. See 17:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:20:58 17:20:58 Login Succeeded 17:20:58 ---> docker-login.sh ends [Pipeline] } 17:20:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:20:59 + git log --format=format:%s -1 79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] echo 17:20:59 GIT_COMMIT: 79fefeed78b27ed066b80126d21e9ed33746e184, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138) [Pipeline] echo 17:20:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:21:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:01 17:21:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:21:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:02 latest: Pulling from edgex-devops/git-semver 17:21:02 31603596830f: Pulling fs layer 17:21:02 2a8b12db71e7: Pulling fs layer 17:21:02 6ca5941a6612: Pulling fs layer 17:21:02 ecc8261a40a4: Pulling fs layer 17:21:02 ecc8261a40a4: Waiting 17:21:02 2a8b12db71e7: Verifying Checksum 17:21:02 2a8b12db71e7: Download complete 17:21:02 31603596830f: Verifying Checksum 17:21:02 31603596830f: Download complete 17:21:02 6ca5941a6612: Verifying Checksum 17:21:02 6ca5941a6612: Download complete 17:21:02 ecc8261a40a4: Verifying Checksum 17:21:02 ecc8261a40a4: Download complete 17:21:03 31603596830f: Pull complete 17:21:03 2a8b12db71e7: Pull complete 17:21:05 6ca5941a6612: Pull complete 17:21:05 ecc8261a40a4: Pull complete 17:21:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:21:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:21:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:21:05 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:21:05 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:21:08 $ docker top 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:21:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:08 [ssh-agent] Looking for ssh-agent implementation... 17:21:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:09 $ docker exec 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent 17:21:09 SSH_AUTH_SOCK=/tmp/ssh-97OwqTfSrBNi/agent.12 17:21:09 SSH_AGENT_PID=17 17:21:09 Running ssh-add (command line suppressed) 17:21:09 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9056347922234663472.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9056347922234663472.key) 17:21:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:10 + git tag --points-at HEAD [Pipeline] } 17:21:10 $ docker exec --env ******** --env ******** 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent -k 17:21:10 unset SSH_AUTH_SOCK; 17:21:10 unset SSH_AGENT_PID; 17:21:10 echo Agent pid 17 killed; 17:21:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:21:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:21:11 [ssh-agent] Looking for ssh-agent implementation... 17:21:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:21:11 $ docker exec 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent 17:21:12 SSH_AUTH_SOCK=/tmp/ssh-39JaJSvxVIhB/agent.46 17:21:12 SSH_AGENT_PID=51 17:21:12 Running ssh-add (command line suppressed) 17:21:12 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_928158261312566651.key (/w/workspace/_app-service-configurable_master@tmp/private_key_928158261312566651.key) 17:21:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:21:13 + git semver init 17:21:13 # -> Open(): unable to determine branch for HEAD 17:21:13 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:21:13 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:21:13 # $SEMVER_REMOTE_NAME = origin 17:21:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:21:13 # $SEMVER_USER_NAME = edgex-jenkins 17:21:13 # $SEMVER_BRANCH = master 17:21:13 # $SEMVER_TEMP = /tmp/semver-220664979 17:21:13 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 17:21:14 # '/tmp/semver-220664979' -> '/w/workspace/_app-service-configurable_master/.semver' 17:21:14 # -> Force: false 17:21:14 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:21:14 $ docker exec --env ******** --env ******** 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae ssh-agent -k 17:21:14 unset SSH_AUTH_SOCK; 17:21:14 unset SSH_AGENT_PID; 17:21:14 echo Agent pid 51 killed; 17:21:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:21:15 + git semver [Pipeline] } 17:21:15 $ docker stop --time=1 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae 17:21:17 $ docker rm -f 80f5ed096cbda51fc7965564844c178e64314d588f963d1317f1ea591d819aae [Pipeline] // withDockerContainer [Pipeline] sh 17:21:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:21:18 Stashed 1 file(s) [Pipeline] echo 17:21:18 [edgeXSemver]: initialized semver on version 1.2.1-dev.21 [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 17:21:34 Still waiting to schedule task 17:21:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:21:34 Still waiting to schedule task 17:21:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline 17:23:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11398 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:23:26 Running in /w/workspace/app-service-configurable/59 [Pipeline] { [Pipeline] checkout 17:23:32 using credential edgex-jenkins-ssh 17:23:32 Cloning the remote Git repository 17:23:32 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:23:32 > git init /w/workspace/app-service-configurable/59 # timeout=10 17:23:32 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:23:32 > git --version # timeout=10 17:23:32 > git --version # 'git version 2.17.1' 17:23:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:23:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:23:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:23:33 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:23:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:23:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:23:33 Checking out Revision 79fefeed78b27ed066b80126d21e9ed33746e184 (master) 17:23:33 > git config core.sparsecheckout # timeout=10 17:23:33 > git checkout -f 79fefeed78b27ed066b80126d21e9ed33746e184 # timeout=10 17:23:38 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:23:39 provisioning config files... 17:23:39 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config1371636667286252808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:40 ---> docker-login.sh 17:23:40 nexus3.edgexfoundry.org:10001 17:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:41 Configure a credential helper to remove this warning. See 17:23:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:41 17:23:41 Login Succeeded 17:23:41 nexus3.edgexfoundry.org:10002 17:23:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:41 Configure a credential helper to remove this warning. See 17:23:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:41 17:23:41 Login Succeeded 17:23:41 nexus3.edgexfoundry.org:10003 17:23:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:42 Configure a credential helper to remove this warning. See 17:23:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:42 17:23:42 Login Succeeded 17:23:42 nexus3.edgexfoundry.org:10004 17:23:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:43 Configure a credential helper to remove this warning. See 17:23:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:43 17:23:43 Login Succeeded 17:23:43 docker.io 17:23:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:43 Configure a credential helper to remove this warning. See 17:23:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:43 17:23:43 Login Succeeded 17:23:43 ---> docker-login.sh ends [Pipeline] } 17:23:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:23:44 ========================================================= 17:23:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:23:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23:44 + 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:23:44 Sending build context to Docker daemon 98.82kB 17:23:45 Step 1/8 : ARG BASE=golang:1.15-alpine 17:23:45 Step 2/8 : FROM ${BASE} 17:23:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:23:45 b538f80385f9: Pulling fs layer 17:23:45 74f711af9a0d: Pulling fs layer 17:23:45 99f96fe45779: Pulling fs layer 17:23:45 8529a6b9a6be: Pulling fs layer 17:23:45 45590311c82a: Pulling fs layer 17:23:45 69ca0ff8b7b3: Pulling fs layer 17:23:45 209524e5b208: Pulling fs layer 17:23:45 45590311c82a: Waiting 17:23:45 69ca0ff8b7b3: Waiting 17:23:45 209524e5b208: Waiting 17:23:45 8529a6b9a6be: Waiting 17:23:45 99f96fe45779: Verifying Checksum 17:23:45 99f96fe45779: Download complete 17:23:45 74f711af9a0d: Verifying Checksum 17:23:45 74f711af9a0d: Download complete 17:23:45 45590311c82a: Verifying Checksum 17:23:45 45590311c82a: Download complete 17:23:45 b538f80385f9: Verifying Checksum 17:23:45 b538f80385f9: Download complete 17:23:45 69ca0ff8b7b3: Verifying Checksum 17:23:45 69ca0ff8b7b3: Download complete 17:23:46 b538f80385f9: Pull complete 17:23:46 74f711af9a0d: Pull complete 17:23:47 99f96fe45779: Pull complete 17:23:48 209524e5b208: Verifying Checksum 17:23:48 209524e5b208: Download complete 17:23:49 8529a6b9a6be: Download complete 17:23:59 8529a6b9a6be: Pull complete 17:23:59 45590311c82a: Pull complete 17:23:59 69ca0ff8b7b3: Pull complete 17:24:01 Running on prd-centos7-docker-4c-2g-11399 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 17:24:01 Running in /w/workspace/app-service-configurable/59 [Pipeline] { [Pipeline] checkout 17:24:04 209524e5b208: Pull complete 17:24:04 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:24:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:24:04 ---> 5bddaf1c2fca 17:24:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:24:04 using credential edgex-jenkins-ssh 17:24:04 Cloning the remote Git repository 17:24:04 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:24:04 > git init /w/workspace/app-service-configurable/59 # timeout=10 17:24:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:24:04 > git --version # timeout=10 17:24:04 > git --version # 'git version 2.16.5' 17:24:04 using GIT_SSH to set credentials SSH Credentials for GitHub 17:24:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:24:06 Checking out Revision 79fefeed78b27ed066b80126d21e9ed33746e184 (master) 17:24:06 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:24:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:24:06 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:24:06 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:24:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:24:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:24:06 > git config core.sparsecheckout # timeout=10 17:24:06 > git checkout -f 79fefeed78b27ed066b80126d21e9ed33746e184 # timeout=10 17:24:06 ---> Running in f90826e3d507 17:24:07 Removing intermediate container f90826e3d507 17:24:07 ---> f0361b264d00 17:24:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:07 ---> Running in 88357c78ed6b 17:24:09 Removing intermediate container 88357c78ed6b 17:24:09 ---> f52cd7a0851b 17:24:09 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:24:10 ---> Running in 1f6d632f836f 17:24:10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#138)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:24:11 provisioning config files... 17:24:11 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config2316497936000316820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:11 ---> docker-login.sh 17:24:11 nexus3.edgexfoundry.org:10001 17:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:12 Configure a credential helper to remove this warning. See 17:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:12 17:24:12 Login Succeeded 17:24:12 nexus3.edgexfoundry.org:10002 17:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:12 Configure a credential helper to remove this warning. See 17:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:12 17:24:12 Login Succeeded 17:24:12 nexus3.edgexfoundry.org:10003 17:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:12 Configure a credential helper to remove this warning. See 17:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:12 17:24:12 Login Succeeded 17:24:12 nexus3.edgexfoundry.org:10004 17:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:12 Configure a credential helper to remove this warning. See 17:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:12 17:24:12 Login Succeeded 17:24:12 docker.io 17:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:24:13 (1/6) Installing libc-dev (0.7.2-r3) 17:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:24:13 Configure a credential helper to remove this warning. See 17:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:24:13 17:24:13 Login Succeeded 17:24:13 ---> docker-login.sh ends [Pipeline] } 17:24:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:24:13 (2/6) Installing libsodium (1.0.18-r0) [Pipeline] echo 17:24:13 ========================================================= 17:24:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:24:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:24:13 (3/6) Installing pkgconf (1.7.2-r0) 17:24:13 (4/6) Installing libsodium-dev (1.0.18-r0) 17:24:13 + 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:24:13 Sending build context to Docker daemon 98.82kB 17:24:13 (5/6) Installing libzmq (4.3.3-r0) 17:24:14 Step 1/8 : ARG BASE=golang:1.15-alpine 17:24:14 Step 2/8 : FROM ${BASE} 17:24:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:24:14 df20fa9351a1: Pulling fs layer 17:24:14 ed8968b2872e: Pulling fs layer 17:24:14 a92cc7c5fd73: Pulling fs layer 17:24:14 e871e8e8d7a9: Pulling fs layer 17:24:14 e73272ec9a57: Pulling fs layer 17:24:14 1e910a182e73: Pulling fs layer 17:24:14 4e634b169226: Pulling fs layer 17:24:14 e73272ec9a57: Waiting 17:24:14 1e910a182e73: Waiting 17:24:14 4e634b169226: Waiting 17:24:14 e871e8e8d7a9: Waiting 17:24:14 a92cc7c5fd73: Download complete 17:24:14 ed8968b2872e: Download complete 17:24:14 e73272ec9a57: Verifying Checksum 17:24:14 e73272ec9a57: Download complete 17:24:14 df20fa9351a1: Verifying Checksum 17:24:14 1e910a182e73: Verifying Checksum 17:24:14 1e910a182e73: Download complete 17:24:14 (6/6) Installing zeromq-dev (4.3.3-r0) 17:24:14 df20fa9351a1: Pull complete 17:24:14 ed8968b2872e: Pull complete 17:24:14 Executing busybox-1.31.1-r16.trigger 17:24:14 OK: 144 MiB in 45 packages 17:24:14 a92cc7c5fd73: Pull complete 17:24:15 4e634b169226: Verifying Checksum 17:24:15 4e634b169226: Download complete 17:24:16 Removing intermediate container 1f6d632f836f 17:24:16 ---> 234bba2a91fe 17:24:16 Step 6/8 : WORKDIR /app 17:24:16 ---> Running in 8c653f03517b 17:24:16 e871e8e8d7a9: Verifying Checksum 17:24:16 e871e8e8d7a9: Download complete 17:24:16 Removing intermediate container 8c653f03517b 17:24:16 ---> a4b851b52127 17:24:16 Step 7/8 : COPY . . 17:24:17 ---> 48c238083ce0 17:24:17 Step 8/8 : RUN go mod download 17:24:17 ---> Running in bb6fdf126d42 17:24:21 e871e8e8d7a9: Pull complete 17:24:21 e73272ec9a57: Pull complete 17:24:22 1e910a182e73: Pull complete 17:24:25 4e634b169226: Pull complete 17:24:25 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:24:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:24:25 ---> f7629b54cfaa 17:24:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:24:25 ---> Running in fa18e3ce1653 17:24:26 Removing intermediate container fa18e3ce1653 17:24:26 ---> 1f017d4873b5 17:24:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:26 ---> Running in 2a0f87e368aa 17:24:28 Removing intermediate container 2a0f87e368aa 17:24:28 ---> eebe6c1922dc 17:24:28 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 17:24:28 ---> Running in 598c8006581b 17:24:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:24:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:24:30 (1/6) Installing libc-dev (0.7.2-r3) 17:24:30 (2/6) Installing libsodium (1.0.18-r0) 17:24:30 (3/6) Installing pkgconf (1.7.2-r0) 17:24:30 (4/6) Installing libsodium-dev (1.0.18-r0) 17:24:30 (5/6) Installing libzmq (4.3.3-r0) 17:24:30 (6/6) Installing zeromq-dev (4.3.3-r0) 17:24:30 Executing busybox-1.31.1-r16.trigger 17:24:30 OK: 167 MiB in 45 packages 17:24:31 Removing intermediate container 598c8006581b 17:24:31 ---> fb329361e36c 17:24:31 Step 6/8 : WORKDIR /app 17:24:31 ---> Running in 73b9da45198f 17:24:31 Removing intermediate container 73b9da45198f 17:24:31 ---> d304136ceada 17:24:31 Step 7/8 : COPY . . 17:24:31 ---> 959d93715c84 17:24:31 Step 8/8 : RUN go mod download 17:24:31 ---> Running in a67064a5a0b5 17:24:44 Removing intermediate container bb6fdf126d42 17:24:44 ---> a17456725bd8 17:24:44 Successfully built a17456725bd8 17:24:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:24:44 + docker inspect -f . ci-base-image-arm64 17:24:44 . [Pipeline] withDockerContainer 17:24:44 prd-ubuntu18.04-docker-arm64-4c-16g-11398 does not seem to be running inside a container 17:24:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@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:24:46 $ docker top 91e9fbbd46f7fd539c4cd3b91c1696552803c803319ca6343ff753218c7878f2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:48 + go version 17:24:48 go version go1.15.2 linux/arm64 [Pipeline] } 17:24:48 $ docker stop --time=1 91e9fbbd46f7fd539c4cd3b91c1696552803c803319ca6343ff753218c7878f2 17:24:50 $ docker rm -f 91e9fbbd46f7fd539c4cd3b91c1696552803c803319ca6343ff753218c7878f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:24:51 + docker inspect -f . ci-base-image-arm64 17:24:51 . [Pipeline] withDockerContainer 17:24:51 prd-ubuntu18.04-docker-arm64-4c-16g-11398 does not seem to be running inside a container 17:24:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@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:24:53 $ docker top a81afce69f6bc0cd3bcd464bbfa702df892dab6f018636d335be9273c431f887 -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:55 + make test 17:24:55 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:24:58 Removing intermediate container a67064a5a0b5 17:24:58 ---> 35edf38772fc 17:24:58 Successfully built 35edf38772fc 17:24:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:24:58 + docker inspect -f . ci-base-image-x86_64 17:24:58 . [Pipeline] withDockerContainer 17:24:59 prd-centos7-docker-4c-2g-11399 does not seem to be running inside a container 17:24:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@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:24:59 $ docker top 539ca342f377bf4b6a60ce071c7a3a1a256c4489391098362668fcb2f648a4c2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:00 + go version 17:25:00 go version go1.15.2 linux/amd64 [Pipeline] } 17:25:00 $ docker stop --time=1 539ca342f377bf4b6a60ce071c7a3a1a256c4489391098362668fcb2f648a4c2 17:25:01 $ docker rm -f 539ca342f377bf4b6a60ce071c7a3a1a256c4489391098362668fcb2f648a4c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:02 + docker inspect -f . ci-base-image-x86_64 17:25:02 . [Pipeline] withDockerContainer 17:25:02 prd-centos7-docker-4c-2g-11399 does not seem to be running inside a container 17:25:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/59 -v /w/workspace/app-service-configurable/59:/w/workspace/app-service-configurable/59:rw,z -v /w/workspace/app-service-configurable/59@tmp:/w/workspace/app-service-configurable/59@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:25:03 $ docker top 5f8d103bdb115cadfaa64a0402d92db2695092929c8c2929e9e0bd0fab38c06c -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:03 + make test 17:25:03 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:25:19 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:25:19 CGO_ENABLED=1 go vet ./... 17:25:23 gofmt -l . 17:25:23 [ "`gofmt -l .`" = "" ] 17:25:23 ./bin/test-go-mod-tidy.sh 17:25:23 ./bin/test-attribution-txt.sh [Pipeline] } 17:25:24 $ docker stop --time=1 5f8d103bdb115cadfaa64a0402d92db2695092929c8c2929e9e0bd0fab38c06c 17:25:27 $ docker rm -f 5f8d103bdb115cadfaa64a0402d92db2695092929c8c2929e9e0bd0fab38c06c [Pipeline] // withDockerContainer [Pipeline] sh 17:25:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:25:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:25:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:25:31 + ls -al . 17:25:31 total 96 17:25:31 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 6 17:25 . 17:25:31 drwxrwxr-x. 4 jenkins jenkins 30 Nov 6 17:24 .. 17:25:31 -rw-rw-r--. 1 jenkins jenkins 6568 Nov 6 17:24 Attribution.txt 17:25:31 drwxrwxr-x. 2 jenkins jenkins 64 Nov 6 17:24 bin 17:25:31 -rw-r--r--. 1 jenkins jenkins 10 Nov 6 17:25 coverage.out 17:25:31 -rw-rw-r--. 1 jenkins jenkins 180 Nov 6 17:24 docker-compose.debug.yml 17:25:31 -rw-rw-r--. 1 jenkins jenkins 133 Nov 6 17:24 docker-compose.yml 17:25:31 -rw-rw-r--. 1 jenkins jenkins 2002 Nov 6 17:24 Dockerfile 17:25:31 -rw-rw-r--. 1 jenkins jenkins 966 Nov 6 17:24 Dockerfile.build 17:25:31 -rw-rw-r--. 1 jenkins jenkins 119 Nov 6 17:24 .dockerignore 17:25:31 drwxrwxr-x. 8 jenkins jenkins 162 Nov 6 17:24 .git 17:25:31 drwxrwxr-x. 2 jenkins jenkins 81 Nov 6 17:24 .github 17:25:31 -rw-rw-r--. 1 jenkins jenkins 93 Nov 6 17:24 .gitignore 17:25:31 -rw-r--r--. 1 jenkins jenkins 133 Nov 6 17:25 go.mod 17:25:31 -rw-r--r--. 1 jenkins jenkins 19565 Nov 6 17:25 go.sum 17:25:31 -rw-rw-r--. 1 jenkins jenkins 687 Nov 6 17:24 Jenkinsfile 17:25:31 -rw-rw-r--. 1 jenkins jenkins 10174 Nov 6 17:24 LICENSE 17:25:31 -rw-rw-r--. 1 jenkins jenkins 1519 Nov 6 17:24 main.go 17:25:31 -rw-rw-r--. 1 jenkins jenkins 1573 Nov 6 17:24 makefile 17:25:31 -rw-rw-r--. 1 jenkins jenkins 1277 Nov 6 17:24 README.md 17:25:31 drwxrwxr-x. 10 jenkins jenkins 171 Nov 6 17:24 res 17:25:31 drwxrwxr-x. 4 jenkins jenkins 71 Nov 6 17:24 snap 17:25:31 -rw-rw-r--. 1 jenkins jenkins 12 Nov 6 17:21 VERSION [Pipeline] isUnix [Pipeline] sh 17:25:31 + 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=79fefeed78b27ed066b80126d21e9ed33746e184 --label arch=amd64 --label version=1.2.1-dev.21 . 17:25:31 Sending build context to Docker daemon 121.3kB 17:25:31 Step 1/27 : ARG BASE=golang:1.15-alpine 17:25:31 Step 2/27 : FROM ${BASE} AS builder 17:25:31 ---> 35edf38772fc 17:25:31 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:25:31 ---> Running in 5b61739bfa01 17:25:31 Removing intermediate container 5b61739bfa01 17:25:31 ---> b75de15f3ec7 17:25:31 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:25:31 ---> Running in 9d8a1d020393 17:25:32 Removing intermediate container 9d8a1d020393 17:25:32 ---> 69eef7180ddd 17:25:32 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:25:32 ---> Running in cd65aaf53067 17:25:32 Removing intermediate container cd65aaf53067 17:25:32 ---> 13e60578ee38 17:25:32 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:32 ---> Running in 03edc6e0f39f 17:25:32 Removing intermediate container 03edc6e0f39f 17:25:32 ---> bfe13dccf911 17:25:32 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:25:33 ---> Running in e92ee2559052 17:25:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:25:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:25:35 OK: 167 MiB in 45 packages 17:25:35 Removing intermediate container e92ee2559052 17:25:35 ---> de8571988d19 17:25:35 Step 8/27 : WORKDIR /app 17:25:35 ---> Running in a5afada6e8bb 17:25:35 Removing intermediate container a5afada6e8bb 17:25:35 ---> 7075a75886f6 17:25:35 Step 9/27 : COPY go.mod . 17:25:36 ---> 21f9335b3209 17:25:36 Step 10/27 : RUN go mod download 17:25:36 ---> Running in 4425656dbc88 17:25:37 Removing intermediate container 4425656dbc88 17:25:37 ---> 11ae38b1b7d4 17:25:37 Step 11/27 : COPY . . 17:25:37 ---> f5ca28934821 17:25:37 Step 12/27 : ARG MAKE="make build" 17:25:37 ---> Running in e00d89d62731 17:25:37 Removing intermediate container e00d89d62731 17:25:37 ---> 8383f608ca51 17:25:37 Step 13/27 : RUN $MAKE 17:25:37 ---> Running in d43f78fff7e6 17:25:38 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.57 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.21" -o app-service-configurable 17:25:51 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:25:51 CGO_ENABLED=1 go vet ./... 17:25:52 gofmt -l . 17:25:52 [ "`gofmt -l .`" = "" ] 17:25:52 ./bin/test-go-mod-tidy.sh 17:25:53 ./bin/test-attribution-txt.sh [Pipeline] } 17:25:54 $ docker stop --time=1 a81afce69f6bc0cd3bcd464bbfa702df892dab6f018636d335be9273c431f887 17:25:56 $ docker rm -f a81afce69f6bc0cd3bcd464bbfa702df892dab6f018636d335be9273c431f887 17:25:56 Removing intermediate container d43f78fff7e6 17:25:56 ---> c358f0453461 17:25:56 Step 14/27 : FROM alpine:latest 17:25:56 latest: Pulling from library/alpine 17:25:56 188c0c94c7c5: Pulling fs layer 17:25:56 188c0c94c7c5: Verifying Checksum 17:25:56 188c0c94c7c5: Download complete 17:25:56 188c0c94c7c5: Pull complete 17:25:56 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:25:56 Status: Downloaded newer image for alpine:latest 17:25:56 ---> d6e46aa2470d 17:25:56 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:25:56 ---> Running in a04e88211c8a 17:25:56 Removing intermediate container a04e88211c8a 17:25:56 ---> 1ab888c53f3d 17:25:56 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:25:56 ---> Running in 4db9c9a0eef4 17:25:56 Removing intermediate container 4db9c9a0eef4 17:25:56 ---> c8eba3564680 17:25:56 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 17:25:56 ---> Running in 5265e3d76b7e 17:25:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:25:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:25:56 (1/6) Installing ca-certificates (20191127-r4) 17:25:56 (2/6) Installing libgcc (9.3.0-r2) 17:25:56 (3/6) Installing libsodium (1.0.18-r0) 17:25:56 (4/6) Installing libstdc++ (9.3.0-r2) 17:25:56 (5/6) Installing libzmq (4.3.3-r0) 17:25:56 (6/6) Installing zeromq (4.3.3-r0) 17:25:56 Executing busybox-1.31.1-r19.trigger 17:25:56 Executing ca-certificates-20191127-r4.trigger 17:25:56 OK: 9 MiB in 20 packages [Pipeline] // withDockerContainer [Pipeline] sh 17:25:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:25:57 Warning: overwriting stash ‘coverage-report’ 17:25:58 Removing intermediate container 5265e3d76b7e 17:25:58 ---> 25011d680794 17:25:58 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:25:58 ---> caa2b5dcc1d7 17:25:58 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:25:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 17:25:58 ---> 721156e3ec95 17:25:58 Step 20/27 : COPY --from=builder /app/res/ /res/ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 17:25:58 ---> 056483cbf49d 17:25:58 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] script [Pipeline] { [Pipeline] sh 17:25:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:25:59 ---> b305b6793a27 17:25:59 Step 22/27 : EXPOSE 48095 17:25:59 ---> Running in 9b8954c59b06 17:25:59 + ls -al . 17:25:59 total 120 17:25:59 drwxrwxr-x 7 jenkins jenkins 4096 Nov 6 17:25 . 17:25:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:23 .. 17:25:59 -rw-rw-r-- 1 jenkins jenkins 119 Nov 6 17:23 .dockerignore 17:25:59 drwxrwxr-x 8 jenkins jenkins 4096 Nov 6 17:23 .git 17:25:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:23 .github 17:25:59 -rw-rw-r-- 1 jenkins jenkins 93 Nov 6 17:23 .gitignore 17:25:59 -rw-rw-r-- 1 jenkins jenkins 6568 Nov 6 17:23 Attribution.txt 17:25:59 -rw-rw-r-- 1 jenkins jenkins 2002 Nov 6 17:23 Dockerfile 17:25:59 -rw-rw-r-- 1 jenkins jenkins 966 Nov 6 17:23 Dockerfile.build 17:25:59 -rw-rw-r-- 1 jenkins jenkins 687 Nov 6 17:23 Jenkinsfile 17:25:59 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 6 17:23 LICENSE 17:25:59 -rw-rw-r-- 1 jenkins jenkins 1277 Nov 6 17:23 README.md 17:25:59 -rw-rw-r-- 1 jenkins jenkins 12 Nov 6 17:21 VERSION 17:25:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 6 17:23 bin 17:25:59 -rw-r--r-- 1 jenkins jenkins 10 Nov 6 17:24 coverage.out 17:25:59 -rw-rw-r-- 1 jenkins jenkins 180 Nov 6 17:23 docker-compose.debug.yml 17:25:59 -rw-rw-r-- 1 jenkins jenkins 133 Nov 6 17:23 docker-compose.yml 17:25:59 -rw-r--r-- 1 jenkins jenkins 133 Nov 6 17:25 go.mod 17:25:59 -rw-r--r-- 1 jenkins jenkins 19565 Nov 6 17:25 go.sum 17:25:59 -rw-rw-r-- 1 jenkins jenkins 1519 Nov 6 17:23 main.go 17:25:59 -rw-rw-r-- 1 jenkins jenkins 1573 Nov 6 17:23 makefile 17:25:59 drwxrwxr-x 10 jenkins jenkins 4096 Nov 6 17:23 res 17:25:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 6 17:23 snap [Pipeline] isUnix [Pipeline] sh 17:25:59 Removing intermediate container 9b8954c59b06 17:25:59 ---> cb113062ba82 17:25:59 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:25:59 ---> Running in ce4961f4fdc9 17:25:59 Removing intermediate container ce4961f4fdc9 17:25:59 ---> ec83c10d2112 17:25:59 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:59 ---> Running in e111d804d6ab 17:26:00 + 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=79fefeed78b27ed066b80126d21e9ed33746e184 --label arch=arm64 --label version=1.2.1-dev.21 . 17:26:00 Sending build context to Docker daemon 121.3kB 17:26:00 Removing intermediate container e111d804d6ab 17:26:00 ---> 3437fdad381b 17:26:00 Step 25/27 : LABEL arch=amd64 17:26:00 ---> Running in f5e987656916 17:26:00 Removing intermediate container f5e987656916 17:26:00 ---> c8a1f077b7c8 17:26:00 Step 26/27 : LABEL git_sha=79fefeed78b27ed066b80126d21e9ed33746e184 17:26:00 Step 1/27 : ARG BASE=golang:1.15-alpine 17:26:00 Step 2/27 : FROM ${BASE} AS builder 17:26:00 ---> a17456725bd8 17:26:00 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:26:00 ---> Running in bf61745b137c 17:26:00 Removing intermediate container bf61745b137c 17:26:00 ---> 2524b5247331 17:26:00 Step 27/27 : LABEL version=1.2.1-dev.21 17:26:00 ---> Running in 3e9d1b22e206 17:26:00 ---> Running in 22b65da56df9 17:26:00 Removing intermediate container 22b65da56df9 17:26:00 ---> 034937bce040 17:26:00 [Warning] One or more build-args [ARCH] were not consumed 17:26:00 Successfully built 034937bce040 17:26:00 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:26:01 provisioning config files... 17:26:01 Removing intermediate container 3e9d1b22e206 17:26:01 ---> f964d3a685bd 17:26:01 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:26:01 ---> Running in a21823038bdc 17:26:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config6854703837755409894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:26:01 ---> docker-login.sh 17:26:01 nexus3.edgexfoundry.org:10001 17:26:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:01 Removing intermediate container a21823038bdc 17:26:01 ---> d3540712dee1 17:26:01 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:26:01 ---> Running in ca48b412b220 17:26:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:01 Configure a credential helper to remove this warning. See 17:26:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:01 17:26:01 Login Succeeded 17:26:01 nexus3.edgexfoundry.org:10002 17:26:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:02 Removing intermediate container ca48b412b220 17:26:02 ---> bae0091a01e9 17:26:02 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:26:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:02 Configure a credential helper to remove this warning. See 17:26:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:02 17:26:02 Login Succeeded 17:26:02 nexus3.edgexfoundry.org:10003 17:26:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:02 Configure a credential helper to remove this warning. See 17:26:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:02 17:26:02 Login Succeeded 17:26:02 nexus3.edgexfoundry.org:10004 17:26:02 ---> Running in 896f8ff74043 17:26:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:02 Configure a credential helper to remove this warning. See 17:26:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:02 17:26:02 Login Succeeded 17:26:02 docker.io 17:26:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:26:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:26:02 Configure a credential helper to remove this warning. See 17:26:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:26:02 17:26:02 Login Succeeded 17:26:02 ---> docker-login.sh ends [Pipeline] } 17:26:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:26:03 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 17:26:03 79fefeed78b27ed066b80126d21e9ed33746e184 17:26:03 latest 17:26:03 1.2.1-dev.21 17:26:03 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 17:26:03 master 17:26:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:26:03 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] isUnix [Pipeline] sh 17:26:04 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 17:26:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:26:04 91c84730d22d: Preparing 17:26:04 9caa0ca39563: Preparing 17:26:04 8f4b0851a6da: Preparing 17:26:04 dec912ad1f70: Preparing 17:26:04 14ff487887e6: Preparing 17:26:04 ace0eda3e3be: Preparing 17:26:04 ace0eda3e3be: Waiting 17:26:04 8f4b0851a6da: Pushed 17:26:04 9caa0ca39563: Pushed 17:26:04 dec912ad1f70: Pushed 17:26:04 ace0eda3e3be: Layer already exists 17:26:04 14ff487887e6: Pushed 17:26:04 Removing intermediate container 896f8ff74043 17:26:04 ---> f42b3e067cb7 17:26:04 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:26:04 ---> Running in ffd3bb6e19c6 17:26:06 91c84730d22d: Pushed 17:26:06 79fefeed78b27ed066b80126d21e9ed33746e184: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:26:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:06 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:26:06 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:26:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:26:06 91c84730d22d: Preparing 17:26:06 9caa0ca39563: Preparing 17:26:06 8f4b0851a6da: Preparing 17:26:06 dec912ad1f70: Preparing 17:26:06 14ff487887e6: Preparing 17:26:06 ace0eda3e3be: Preparing 17:26:06 ace0eda3e3be: Waiting 17:26:06 14ff487887e6: Layer already exists 17:26:06 8f4b0851a6da: Layer already exists 17:26:06 dec912ad1f70: Layer already exists 17:26:06 91c84730d22d: Layer already exists 17:26:06 9caa0ca39563: Layer already exists 17:26:06 ace0eda3e3be: Layer already exists 17:26:06 latest: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:26:07 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh 17:26:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.21 17:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:26:07 91c84730d22d: Preparing 17:26:07 9caa0ca39563: Preparing 17:26:07 8f4b0851a6da: Preparing 17:26:07 dec912ad1f70: Preparing 17:26:07 14ff487887e6: Preparing 17:26:07 ace0eda3e3be: Preparing 17:26:07 ace0eda3e3be: Waiting 17:26:07 8f4b0851a6da: Layer already exists 17:26:07 dec912ad1f70: Layer already exists 17:26:07 14ff487887e6: Layer already exists 17:26:07 91c84730d22d: Layer already exists 17:26:07 9caa0ca39563: Layer already exists 17:26:07 ace0eda3e3be: Layer already exists 17:26:07 1.2.1-dev.21: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:26:07 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh 17:26:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 17:26:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:26:08 91c84730d22d: Preparing 17:26:08 9caa0ca39563: Preparing 17:26:08 8f4b0851a6da: Preparing 17:26:08 dec912ad1f70: Preparing 17:26:08 14ff487887e6: Preparing 17:26:08 ace0eda3e3be: Preparing 17:26:08 ace0eda3e3be: Waiting 17:26:08 91c84730d22d: Layer already exists 17:26:08 dec912ad1f70: Layer already exists 17:26:08 14ff487887e6: Layer already exists 17:26:08 8f4b0851a6da: Layer already exists 17:26:08 9caa0ca39563: Layer already exists 17:26:08 ace0eda3e3be: Layer already exists 17:26:08 OK: 144 MiB in 45 packages 17:26:08 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:26:08 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 17:26:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 17:26:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 17:26:09 91c84730d22d: Preparing 17:26:09 9caa0ca39563: Preparing 17:26:09 8f4b0851a6da: Preparing 17:26:09 dec912ad1f70: Preparing 17:26:09 14ff487887e6: Preparing 17:26:09 ace0eda3e3be: Preparing 17:26:09 ace0eda3e3be: Waiting 17:26:09 9caa0ca39563: Layer already exists 17:26:09 91c84730d22d: Layer already exists 17:26:09 dec912ad1f70: Layer already exists 17:26:09 14ff487887e6: Layer already exists 17:26:09 8f4b0851a6da: Layer already exists 17:26:09 ace0eda3e3be: Layer already exists 17:26:09 master: digest: sha256:64128f0136db94a0687762180356a577dc0fffe4e0e708dd6d1f43233836cea4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:26:09 ===================================================== 17:26:09 Removing intermediate container ffd3bb6e19c6 17:26:09 ---> 1574f1ddcea8 17:26:09 Step 8/27 : WORKDIR /app [Pipeline] echo 17:26:09 taggedImages: 17:26:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 17:26:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 17:26:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.21 17:26:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 17:26:09 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } 17:26:09 ---> Running in 22aa72aa85cb [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage 17:26:09 Removing intermediate container 22aa72aa85cb 17:26:09 ---> 5b80c155219d 17:26:09 Step 9/27 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:26:10 ---> 4fc7ae9f2c21 17:26:10 Step 10/27 : RUN go mod download 17:26:10 ---> Running in f8f79b395e77 17:26:13 Removing intermediate container f8f79b395e77 17:26:13 ---> 8e50f9f2fb81 17:26:13 Step 11/27 : COPY . . 17:26:14 ---> bd69627370d7 17:26:14 Step 12/27 : ARG MAKE="make build" 17:26:14 ---> Running in a020297e8f35 17:26:15 Removing intermediate container a020297e8f35 17:26:15 ---> d14a34aee547 17:26:15 Step 13/27 : RUN $MAKE 17:26:15 ---> Running in 093876f3b37d 17:26:16 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.57 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.21" -o app-service-configurable 17:27:03 Removing intermediate container 093876f3b37d 17:27:03 ---> fcba39772c90 17:27:03 Step 14/27 : FROM alpine:latest 17:27:03 latest: Pulling from library/alpine 17:27:03 5f621e34cdf4: Pulling fs layer 17:27:03 5f621e34cdf4: Verifying Checksum 17:27:03 5f621e34cdf4: Download complete 17:27:04 5f621e34cdf4: Pull complete 17:27:04 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:27:04 Status: Downloaded newer image for alpine:latest 17:27:04 ---> 2e77e061c27f 17:27:04 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:27:04 ---> Running in 8d118c7adbd5 17:27:05 Removing intermediate container 8d118c7adbd5 17:27:05 ---> 2f039d6d2019 17:27:05 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:27:05 ---> Running in 491884ea60cc 17:27:05 Removing intermediate container 491884ea60cc 17:27:05 ---> 558540b3742b 17:27:05 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 17:27:05 ---> Running in 4d5ebe4737d7 17:27:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:07 (1/6) Installing ca-certificates (20191127-r4) 17:27:07 (2/6) Installing libgcc (9.3.0-r2) 17:27:07 (3/6) Installing libsodium (1.0.18-r0) 17:27:07 (4/6) Installing libstdc++ (9.3.0-r2) 17:27:07 (5/6) Installing libzmq (4.3.3-r0) 17:27:08 (6/6) Installing zeromq (4.3.3-r0) 17:27:08 Executing busybox-1.31.1-r19.trigger 17:27:08 Executing ca-certificates-20191127-r4.trigger 17:27:08 OK: 9 MiB in 20 packages 17:27:10 Removing intermediate container 4d5ebe4737d7 17:27:10 ---> 261d9e0de240 17:27:10 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:27:10 ---> 5634cecdb4f5 17:27:10 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:27:11 ---> ee8928e9344f 17:27:11 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:27:12 ---> 115a46db245f 17:27:12 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:27:13 ---> 6f3867212197 17:27:13 Step 22/27 : EXPOSE 48095 17:27:14 ---> Running in 00ba4bfb6179 17:27:14 Removing intermediate container 00ba4bfb6179 17:27:14 ---> ec0d3982f535 17:27:14 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:27:14 ---> Running in 79316cc88fe8 17:27:14 Removing intermediate container 79316cc88fe8 17:27:14 ---> 031f6cc62408 17:27:14 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:15 ---> Running in 5b47889acdcf 17:27:15 Removing intermediate container 5b47889acdcf 17:27:15 ---> 19a76492317c 17:27:15 Step 25/27 : LABEL arch=arm64 17:27:15 ---> Running in b09fb539fb4a 17:27:16 Removing intermediate container b09fb539fb4a 17:27:16 ---> 6606eebe8a25 17:27:16 Step 26/27 : LABEL git_sha=79fefeed78b27ed066b80126d21e9ed33746e184 17:27:16 ---> Running in 234cbb4712d9 17:27:16 Removing intermediate container 234cbb4712d9 17:27:16 ---> 031a4faebb48 17:27:16 Step 27/27 : LABEL version=1.2.1-dev.21 17:27:16 ---> Running in fe9d9018e127 17:27:17 Removing intermediate container fe9d9018e127 17:27:17 ---> 0933fcfe3362 17:27:17 [Warning] One or more build-args [ARCH] were not consumed 17:27:17 Successfully built 0933fcfe3362 17:27:17 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:27:18 provisioning config files... 17:27:18 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/59@tmp/config7179047553237661344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:27:18 ---> docker-login.sh 17:27:18 nexus3.edgexfoundry.org:10001 17:27:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:19 Configure a credential helper to remove this warning. See 17:27:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:19 17:27:19 Login Succeeded 17:27:19 nexus3.edgexfoundry.org:10002 17:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:19 Configure a credential helper to remove this warning. See 17:27:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:19 17:27:19 Login Succeeded 17:27:19 nexus3.edgexfoundry.org:10003 17:27:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:19 Configure a credential helper to remove this warning. See 17:27:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:19 17:27:19 Login Succeeded 17:27:19 nexus3.edgexfoundry.org:10004 17:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:20 Configure a credential helper to remove this warning. See 17:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:20 17:27:20 Login Succeeded 17:27:20 docker.io 17:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:21 Configure a credential helper to remove this warning. See 17:27:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:21 17:27:21 Login Succeeded 17:27:21 ---> docker-login.sh ends [Pipeline] } 17:27:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:27:21 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 17:27:21 79fefeed78b27ed066b80126d21e9ed33746e184 17:27:21 latest 17:27:21 1.2.1-dev.21 17:27:21 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 17:27:21 master 17:27:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:22 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] isUnix [Pipeline] sh 17:27:22 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184 17:27:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:27:22 1c952872a097: Preparing 17:27:22 267503a500eb: Preparing 17:27:22 7b053bb59828: Preparing 17:27:22 7b8c2b34d271: Preparing 17:27:22 b0634f206b09: Preparing 17:27:22 cd3761cfa1d9: Preparing 17:27:22 cd3761cfa1d9: Waiting 17:27:22 7b053bb59828: Pushed 17:27:22 267503a500eb: Pushed 17:27:22 7b8c2b34d271: Pushed 17:27:23 cd3761cfa1d9: Layer already exists 17:27:23 b0634f206b09: Pushed 17:27:26 1c952872a097: Pushed 17:27:27 79fefeed78b27ed066b80126d21e9ed33746e184: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:27 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:27:27 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:27:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:27:27 1c952872a097: Preparing 17:27:27 267503a500eb: Preparing 17:27:27 7b053bb59828: Preparing 17:27:27 7b8c2b34d271: Preparing 17:27:27 b0634f206b09: Preparing 17:27:27 cd3761cfa1d9: Preparing 17:27:27 cd3761cfa1d9: Waiting 17:27:28 1c952872a097: Layer already exists 17:27:28 7b8c2b34d271: Layer already exists 17:27:28 267503a500eb: Layer already exists 17:27:28 7b053bb59828: Layer already exists 17:27:28 b0634f206b09: Layer already exists 17:27:28 cd3761cfa1d9: Layer already exists 17:27:28 latest: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:28 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh 17:27:28 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.21 17:27:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:27:28 1c952872a097: Preparing 17:27:28 267503a500eb: Preparing 17:27:28 7b053bb59828: Preparing 17:27:28 7b8c2b34d271: Preparing 17:27:28 b0634f206b09: Preparing 17:27:28 cd3761cfa1d9: Preparing 17:27:28 cd3761cfa1d9: Waiting 17:27:28 7b8c2b34d271: Layer already exists 17:27:28 7b053bb59828: Layer already exists 17:27:28 267503a500eb: Layer already exists 17:27:28 b0634f206b09: Layer already exists 17:27:28 1c952872a097: Layer already exists 17:27:28 cd3761cfa1d9: Layer already exists 17:27:29 1.2.1-dev.21: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:29 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 [Pipeline] isUnix [Pipeline] sh 17:27:29 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 17:27:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:27:29 1c952872a097: Preparing 17:27:29 267503a500eb: Preparing 17:27:29 7b053bb59828: Preparing 17:27:29 7b8c2b34d271: Preparing 17:27:29 b0634f206b09: Preparing 17:27:29 cd3761cfa1d9: Preparing 17:27:29 cd3761cfa1d9: Waiting 17:27:29 267503a500eb: Layer already exists 17:27:29 7b053bb59828: Layer already exists 17:27:29 b0634f206b09: Layer already exists 17:27:29 7b8c2b34d271: Layer already exists 17:27:29 1c952872a097: Layer already exists 17:27:29 cd3761cfa1d9: Layer already exists 17:27:30 79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] isUnix [Pipeline] sh 17:27:30 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 17:27:30 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 17:27:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 17:27:30 1c952872a097: Preparing 17:27:30 267503a500eb: Preparing 17:27:30 7b053bb59828: Preparing 17:27:30 7b8c2b34d271: Preparing 17:27:30 b0634f206b09: Preparing 17:27:30 cd3761cfa1d9: Preparing 17:27:30 cd3761cfa1d9: Waiting 17:27:31 b0634f206b09: Layer already exists 17:27:31 1c952872a097: Layer already exists 17:27:31 267503a500eb: Layer already exists 17:27:31 7b8c2b34d271: Layer already exists 17:27:31 7b053bb59828: Layer already exists 17:27:31 cd3761cfa1d9: Layer already exists 17:27:31 master: digest: sha256:ac73ffe9f02ac4a515abe962a51267abe49074496eab97de6104fc826c8240e4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:27:31 ===================================================== [Pipeline] echo 17:27:31 taggedImages: 17:27:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184 17:27:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 17:27:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.21 17:27:31 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:79fefeed78b27ed066b80126d21e9ed33746e184-1.2.1-dev.21 17:27:31 - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:27:34 provisioning config files... 17:27:34 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config534468975504150133tmp [Pipeline] { [Pipeline] sh 17:27:34 + set +x 17:27:34 + bash -s -- 17:27:34 + curl -s https://codecov.io/bash 17:27:35 17:27:35 _____ _ 17:27:35 / ____| | | 17:27:35 | | ___ __| | ___ ___ _____ __ 17:27:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:27:35 | |___| (_) | (_| | __/ (_| (_) \ V / 17:27:35 \_____\___/ \__,_|\___|\___\___/ \_/ 17:27:35 Bash-20201106-81372f2 17:27:35 17:27:35 17:27:35 ==> Jenkins CI detected. 17:27:35 project root: . 17:27:35 --> token set from env 17:27:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:27:35 ==> Running gcov in . (disable via -X gcov) 17:27:35 ==> Python coveragepy not found 17:27:35 ==> Searching for coverage reports in: 17:27:35 + . 17:27:35 -> Found 1 reports 17:27:35 ==> Detecting git/mercurial file structure 17:27:35 ==> Reading reports 17:27:35 + ./coverage.out bytes=10 17:27:35 ==> Appending adjustments 17:27:35 https://docs.codecov.io/docs/fixing-reports 17:27:35 + Found adjustments 17:27:35 ==> Gzipping contents 17:27:35 ==> Uploading reports 17:27:35 url: https://codecov.io 17:27:35 query: branch=master&commit=79fefeed78b27ed066b80126d21e9ed33746e184&build=59&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F59%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:27:35 -> Pinging Codecov 17:27:35 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=79fefeed78b27ed066b80126d21e9ed33746e184&build=59&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F59%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 17:27:35 -> Uploading to 17:27:35 https://storage.googleapis.com/codecov/v4/raw/2020-11-06/A97CA9966030D2A3747ED39772930CCE/79fefeed78b27ed066b80126d21e9ed33746e184/76aafa37-3230-44da-baf9-2c8ec639b523.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201106T172735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d03450ad592d2abdc77ff00a36c42fcf1147c76b2ee103b7b84d06e0cac065bc 17:27:35 % Total % Received % Xferd Average Speed Time Time Time Current 17:27:35 Dload Upload Total Spent Left Speed 17:27:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 891 --:--:-- --:--:-- --:--:-- 893 17:27:36 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] } 17:27:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:27:37 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:27:37 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:37 17:27:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:27:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:27:38 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:27:38 188c0c94c7c5: Pulling fs layer 17:27:38 0ef7d3d256c8: Pulling fs layer 17:27:38 de9db76c5a1d: Pulling fs layer 17:27:38 0eba1c9be4d2: Pulling fs layer 17:27:38 0d57e429df01: Pulling fs layer 17:27:38 4e4be7b47b0d: Pulling fs layer 17:27:38 e1f770b5df2f: Pulling fs layer 17:27:38 0eba1c9be4d2: Waiting 17:27:38 0d57e429df01: Waiting 17:27:38 4e4be7b47b0d: Waiting 17:27:38 85a0685a4137: Pulling fs layer 17:27:38 e1f770b5df2f: Waiting 17:27:38 de9db76c5a1d: Verifying Checksum 17:27:38 de9db76c5a1d: Download complete 17:27:38 0ef7d3d256c8: Verifying Checksum 17:27:38 0ef7d3d256c8: Download complete 17:27:38 0d57e429df01: Verifying Checksum 17:27:38 0d57e429df01: Download complete 17:27:38 4e4be7b47b0d: Verifying Checksum 17:27:38 4e4be7b47b0d: Download complete 17:27:38 188c0c94c7c5: Verifying Checksum 17:27:38 188c0c94c7c5: Download complete 17:27:38 188c0c94c7c5: Pull complete 17:27:39 0ef7d3d256c8: Pull complete 17:27:39 de9db76c5a1d: Pull complete 17:27:40 e1f770b5df2f: Verifying Checksum 17:27:40 e1f770b5df2f: Download complete 17:27:44 0eba1c9be4d2: Verifying Checksum 17:27:44 0eba1c9be4d2: Download complete 17:27:46 85a0685a4137: Verifying Checksum 17:27:46 85a0685a4137: Download complete 17:27:55 0eba1c9be4d2: Pull complete 17:27:55 0d57e429df01: Pull complete 17:27:55 4e4be7b47b0d: Pull complete 17:27:59 e1f770b5df2f: Pull complete 17:28:08 85a0685a4137: Pull complete 17:28:08 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:28:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:28:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:28:08 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:28:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:28:10 $ docker top 0e6b13223a64aec2d420bad1e648575163673add0ed14263d2d41e6f9ab6a8be -eo pid,comm [Pipeline] { [Pipeline] echo 17:28:10 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:28:11 + set -o pipefail 17:28:11 + snyk monitor '--org=edgex-jenkins' 17:28:23 17:28:23 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 17:28:23 17:28:23 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/cddd01fe-60dc-4794-8dd3-f34d0be246cc 17:28:23 17:28:23 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:28:23 17:28:23 [Pipeline] } 17:28:23 $ docker stop --time=1 0e6b13223a64aec2d420bad1e648575163673add0ed14263d2d41e6f9ab6a8be 17:28:26 $ docker rm -f 0e6b13223a64aec2d420bad1e648575163673add0ed14263d2d41e6f9ab6a8be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 17:28:27 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184, dockerFile=Dockerfile [Pipeline] echo 17:28:27 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 17:28:28 + set -o pipefail 17:28:28 + tee .snyk 17:28:28 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 17:28:28 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 17:28:28 version: v1.14.1 17:28:28 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 17:28:28 # ignore: 17:28:28 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 17:28:28 # - '*': 17:28:28 # reason: does not apply # justification for ignoring 17:28:28 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 17:28:28 # patch: {} [Pipeline] withCredentials 17:28:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:28:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:28:28 . [Pipeline] withDockerContainer 17:28:29 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:28:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:28:30 $ docker top 17b767e6b6a74e95fa972131d5f058d13e744cea3a6d7d66883c63b6cb6a2828 -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:30 + rm -f snykReport.html [Pipeline] echo 17:28:30 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 17:28:31 + set -o pipefail 17:28:31 + snyk-to-html -o snykReport.html 17:28:31 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:79fefeed78b27ed066b80126d21e9ed33746e184 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 17:28:41 Vulnerability snapshot saved at snykReport.html [Pipeline] } 17:28:41 $ docker stop --time=1 17b767e6b6a74e95fa972131d5f058d13e744cea3a6d7d66883c63b6cb6a2828 17:28:42 $ docker rm -f 17b767e6b6a74e95fa972131d5f058d13e744cea3a6d7d66883c63b6cb6a2828 [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:28:44 + git log --format=format:%s -1 79fefeed78b27ed066b80126d21e9ed33746e184 [Pipeline] isUnix [Pipeline] sh 17:28:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:28:44 . [Pipeline] withDockerContainer 17:28:45 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:28:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:28:46 $ docker top 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:28:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:28:46 [ssh-agent] Looking for ssh-agent implementation... 17:28:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:28:47 $ docker exec 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 ssh-agent 17:28:47 SSH_AUTH_SOCK=/tmp/ssh-AGfP0JsHVVxC/agent.11 17:28:47 SSH_AGENT_PID=16 17:28:47 Running ssh-add (command line suppressed) 17:28:48 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3385032375776797078.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3385032375776797078.key) 17:28:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:28:48 + git semver tag 17:28:48 # -> Open(): unable to determine branch for HEAD 17:28:48 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:28:48 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:28:48 # $SEMVER_REMOTE_NAME = origin 17:28:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:28:48 # $SEMVER_USER_NAME = edgex-jenkins 17:28:48 # $SEMVER_BRANCH = master 17:28:48 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:28:48 # 79fefeed78b27ed066b80126d21e9ed33746e184 HEAD 17:28:48 # -> Force: false 17:28:48 # 832cd6361b70cf7e0011023b58f22db52a0af0b0 refs/tags/v1.2.1-dev.21 [Pipeline] } 17:28:48 $ docker exec --env ******** --env ******** 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 ssh-agent -k 17:28:48 unset SSH_AUTH_SOCK; 17:28:48 unset SSH_AGENT_PID; 17:28:48 echo Agent pid 16 killed; 17:28:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:28:49 + git semver [Pipeline] } 17:28:49 $ docker stop --time=1 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 17:28:51 $ docker rm -f 4750da1523c1add53b3308bbe5ea6973eb909e4679aaba9619c9d49e98d3cb04 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:28:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:28:52 17:28:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:28:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:28:52 0.23.1-centos7: Pulling from edgex-lftools 17:28:52 ab5ef0e58194: Pulling fs layer 17:28:52 9712f1f96733: Pulling fs layer 17:28:52 63f879dbbcfc: Pulling fs layer 17:28:52 0d9ebad4ef96: Pulling fs layer 17:28:52 e9a5061849ea: Pulling fs layer 17:28:52 d747dcd14b5f: Pulling fs layer 17:28:52 2de7ff778b66: Pulling fs layer 17:28:52 2de7ff778b66: Waiting 17:28:52 d747dcd14b5f: Waiting 17:28:52 0d9ebad4ef96: Waiting 17:28:52 9712f1f96733: Verifying Checksum 17:28:52 9712f1f96733: Download complete 17:28:57 63f879dbbcfc: Verifying Checksum 17:28:57 63f879dbbcfc: Download complete 17:28:57 e9a5061849ea: Verifying Checksum 17:28:57 e9a5061849ea: Download complete 17:28:57 d747dcd14b5f: Download complete 17:28:57 2de7ff778b66: Verifying Checksum 17:28:57 2de7ff778b66: Download complete 17:28:57 0d9ebad4ef96: Verifying Checksum 17:28:57 0d9ebad4ef96: Download complete 17:28:58 ab5ef0e58194: Verifying Checksum 17:28:58 ab5ef0e58194: Download complete 17:29:05 ab5ef0e58194: Pull complete 17:29:05 9712f1f96733: Pull complete 17:29:08 63f879dbbcfc: Pull complete 17:29:18 0d9ebad4ef96: Pull complete 17:29:18 e9a5061849ea: Pull complete 17:29:18 d747dcd14b5f: Pull complete 17:29:22 2de7ff778b66: Pull complete 17:29:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:29:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:29:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:29:22 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:29:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:29:25 $ docker top 4b1454320c386d72c9ef2f18a68e9133f5b2aaf5e991cdae735a2efd83e8ff0f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:29:26 provisioning config files... 17:29:26 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config169401473680237647tmp 17:29:26 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7140096849958417829tmp 17:29:26 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config1787790079601176770tmp [Pipeline] { [Pipeline] echo 17:29:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:29:26 ---> sigul-configuration.sh 17:29:26 gpg: directory `/root/.gnupg' created 17:29:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:29:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:29:26 gpg: keyring `/root/.gnupg/secring.gpg' created 17:29:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:29:26 gpg: CAST5 encrypted data 17:29:26 gpg: encrypted with 1 passphrase 17:29:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:29:27 + mkdir /home/jenkins 17:29:27 + mkdir /home/jenkins/sigul [Pipeline] sh 17:29:27 + 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:29:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:29:27 ---> sigul-install.sh 17:29:36 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:29:36 + git tag --list 17:29:36 v1.0.0 17:29:36 v1.1.0 17:29:36 v1.2.0 17:29:36 v1.2.1-dev.1 17:29:36 v1.2.1-dev.10 17:29:36 v1.2.1-dev.11 17:29:36 v1.2.1-dev.12 17:29:36 v1.2.1-dev.13 17:29:36 v1.2.1-dev.14 17:29:36 v1.2.1-dev.15 17:29:36 v1.2.1-dev.16 17:29:36 v1.2.1-dev.17 17:29:36 v1.2.1-dev.18 17:29:36 v1.2.1-dev.19 17:29:36 v1.2.1-dev.2 17:29:36 v1.2.1-dev.20 17:29:36 v1.2.1-dev.21 17:29:36 v1.2.1-dev.3 17:29:36 v1.2.1-dev.4 17:29:36 v1.2.1-dev.5 17:29:36 v1.2.1-dev.6 17:29:36 v1.2.1-dev.7 17:29:36 v1.2.1-dev.8 17:29:36 v1.2.1-dev.9 [Pipeline] sh 17:29:37 + lftools sign git-tag v1.2.1-dev.21 17:29:38 Signing Git tag with Sigul... 17:29:38 Signing v1.2.1-dev.21 [Pipeline] echo 17:29:40 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:29:40 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:29:40 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:29:40 $ docker stop --time=1 4b1454320c386d72c9ef2f18a68e9133f5b2aaf5e991cdae735a2efd83e8ff0f 17:29:42 $ docker rm -f 4b1454320c386d72c9ef2f18a68e9133f5b2aaf5e991cdae735a2efd83e8ff0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:29:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:43 . [Pipeline] withDockerContainer 17:29:44 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:29:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:29:45 $ docker top a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:45 [ssh-agent] Looking for ssh-agent implementation... 17:29:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:46 $ docker exec a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 ssh-agent 17:29:46 SSH_AUTH_SOCK=/tmp/ssh-5ABrA5nePlZ3/agent.11 17:29:46 SSH_AGENT_PID=17 17:29:46 Running ssh-add (command line suppressed) 17:29:46 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4075155609076892458.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4075155609076892458.key) 17:29:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:47 + git semver bump pre 17:29:47 # -> Open(): unable to determine branch for HEAD 17:29:47 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:29:47 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:29:47 # $SEMVER_REMOTE_NAME = origin 17:29:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:47 # $SEMVER_USER_NAME = edgex-jenkins 17:29:47 # $SEMVER_BRANCH = master 17:29:47 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 17:29:47 1.2.1-dev.22 [Pipeline] } 17:29:47 $ docker exec --env ******** --env ******** a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 ssh-agent -k 17:29:48 unset SSH_AUTH_SOCK; 17:29:48 unset SSH_AGENT_PID; 17:29:48 echo Agent pid 17 killed; 17:29:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:48 + git semver [Pipeline] } 17:29:48 $ docker stop --time=1 a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 17:29:50 $ docker rm -f a855acd849a292858bb8f927ca2c8153a9f781d327dca3bef71c5b09f72bb984 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:29:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:50 . [Pipeline] withDockerContainer 17:29:51 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:29:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:29:52 $ docker top 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:52 [ssh-agent] Looking for ssh-agent implementation... 17:29:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:53 $ docker exec 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 ssh-agent 17:29:53 SSH_AUTH_SOCK=/tmp/ssh-cp9F41TsGbpO/agent.12 17:29:53 SSH_AGENT_PID=17 17:29:53 Running ssh-add (command line suppressed) 17:29:53 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2245089286972970919.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2245089286972970919.key) 17:29:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:54 + git semver push 17:29:54 # -> Open(): unable to determine branch for HEAD 17:29:54 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 17:29:54 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 17:29:54 # $SEMVER_REMOTE_NAME = origin 17:29:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:54 # $SEMVER_USER_NAME = edgex-jenkins 17:29:54 # $SEMVER_BRANCH = master 17:29:54 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 17:30:01 $ docker exec --env ******** --env ******** 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 ssh-agent -k 17:30:01 unset SSH_AUTH_SOCK; 17:30:01 unset SSH_AGENT_PID; 17:30:01 echo Agent pid 17 killed; 17:30:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:30:02 + git semver [Pipeline] } 17:30:02 $ docker stop --time=1 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 17:30:04 $ docker rm -f 8e07a68cdb942fed243e037c5a258f4750eb2340e964a2696f3e1add7cd62247 [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:30:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:30:06 ---> package-listing.sh 17:30:06 ++ facter osfamily 17:30:06 ++ tr '[:upper:]' '[:lower:]' 17:30:07 + OS_FAMILY=redhat 17:30:07 + workspace=/w/workspace/_app-service-configurable_master 17:30:07 + START_PACKAGES=/tmp/packages_start.txt 17:30:07 + END_PACKAGES=/tmp/packages_end.txt 17:30:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:30:07 + PACKAGES=/tmp/packages_start.txt 17:30:07 + '[' /w/workspace/_app-service-configurable_master ']' 17:30:07 + PACKAGES=/tmp/packages_end.txt 17:30:07 + case "${OS_FAMILY}" in 17:30:07 + rpm -qa 17:30:07 + sort 17:30:13 + '[' -f /tmp/packages_start.txt ']' 17:30:13 + '[' -f /tmp/packages_end.txt ']' 17:30:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:30:13 + '[' /w/workspace/_app-service-configurable_master ']' 17:30:13 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 17:30:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 17:30:13 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:30:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:30:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:14 17:30:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:30:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:14 alpine: Pulling from edgex-lftools-log-publisher 17:30:14 df20fa9351a1: Pulling fs layer 17:30:14 36b3adc4ff6f: Pulling fs layer 17:30:14 8ad3a11d3b57: Pulling fs layer 17:30:14 46f8f816bc3b: Pulling fs layer 17:30:14 93b61091891f: Pulling fs layer 17:30:14 93b9cdb0e59b: Pulling fs layer 17:30:14 5e14af77c1be: Pulling fs layer 17:30:14 01666e4c0597: Pulling fs layer 17:30:14 aa168da1d23b: Pulling fs layer 17:30:14 46f8f816bc3b: Waiting 17:30:14 93b61091891f: Waiting 17:30:14 93b9cdb0e59b: Waiting 17:30:14 5e14af77c1be: Waiting 17:30:14 01666e4c0597: Waiting 17:30:14 aa168da1d23b: Waiting 17:30:14 36b3adc4ff6f: Verifying Checksum 17:30:14 36b3adc4ff6f: Download complete 17:30:14 46f8f816bc3b: Verifying Checksum 17:30:14 46f8f816bc3b: Download complete 17:30:14 df20fa9351a1: Verifying Checksum 17:30:14 df20fa9351a1: Download complete 17:30:14 93b9cdb0e59b: Verifying Checksum 17:30:14 93b9cdb0e59b: Download complete 17:30:14 5e14af77c1be: Verifying Checksum 17:30:14 5e14af77c1be: Download complete 17:30:14 01666e4c0597: Download complete 17:30:15 93b61091891f: Verifying Checksum 17:30:15 93b61091891f: Download complete 17:30:15 8ad3a11d3b57: Verifying Checksum 17:30:15 8ad3a11d3b57: Download complete 17:30:15 df20fa9351a1: Pull complete 17:30:15 36b3adc4ff6f: Pull complete 17:30:17 8ad3a11d3b57: Pull complete 17:30:17 46f8f816bc3b: Pull complete 17:30:18 93b61091891f: Pull complete 17:30:18 93b9cdb0e59b: Pull complete 17:30:19 5e14af77c1be: Pull complete 17:30:19 01666e4c0597: Pull complete 17:30:20 aa168da1d23b: Download complete 17:30:30 aa168da1d23b: Pull complete 17:30:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:30:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:30:31 prd-centos7-docker-4c-2g-11397 does not seem to be running inside a container 17:30:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:30:34 $ docker top 6b64d9e524c164b7adaf8203a793b5518cad47876e9553879f4c023c33ea9452 -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:35 + touch /tmp/pre-build-complete [Pipeline] sh 17:30:36 + mkdir -p /var/log/sa [Pipeline] sh 17:30:37 + ls /var/log/sa-host 17:30:37 + sadf -c /var/log/sa-host/sa05 17:30:37 file_magic: OK 17:30:37 HZ: Using current value: 100 17:30:37 file_header: OK 17:30:37 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:30:37 Statistics: 17:30:37 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:30:37 File successfully converted to sysstat format version 12.2.1 17:30:37 + sadf -c /var/log/sa-host/sa06 17:30:37 file_magic: OK 17:30:37 HZ: Using current value: 100 17:30:37 file_header: OK 17:30:37 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:30:37 Statistics: 17:30:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:30:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:30:37 provisioning config files... 17:30:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8340874474907041646tmp [Pipeline] { [Pipeline] echo 17:30:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:30:38 ---> create-netrc.sh [Pipeline] } 17:30:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:30:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:30:39 ---> python-tools-install.sh [Pipeline] echo 17:30:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:30:40 ---> sudo-logs.sh 17:30:40 Archiving 'sudo' log.. [Pipeline] echo 17:30:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:30:40 ---> job-cost.sh 17:30:40 lf-activate-venv: SKIPPING 17:30:40 INFO: No Stack... 17:30:41 INFO: Retrieving Pricing Info for: v1-standard-2 17:30:42 INFO: Archiving Costs [Pipeline] echo 17:30:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:30:42 ---> logs-deploy.sh 17:30:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/59 17:30:42 INFO: archiving workspace using pattern(s): 17:30:45 Archives upload complete. 17:30:45 INFO: archiving logs to Nexus 17:30:47 ---> uname -a: 17:30:47 Linux prd-centos7-docker-4c-2g-11397.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:30:47 17:30:47 17:30:47 ---> lscpu: 17:30:47 Architecture: x86_64 17:30:47 CPU op-mode(s): 32-bit, 64-bit 17:30:47 Byte Order: Little Endian 17:30:47 Address sizes: 40 bits physical, 48 bits virtual 17:30:47 CPU(s): 4 17:30:47 On-line CPU(s) list: 0-3 17:30:47 Thread(s) per core: 1 17:30:47 Core(s) per socket: 1 17:30:47 Socket(s): 4 17:30:47 NUMA node(s): 1 17:30:47 Vendor ID: GenuineIntel 17:30:47 CPU family: 6 17:30:47 Model: 44 17:30:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:30:47 Stepping: 1 17:30:47 CPU MHz: 2933.438 17:30:47 BogoMIPS: 5866.87 17:30:47 Virtualization: VT-x 17:30:47 Hypervisor vendor: KVM 17:30:47 Virtualization type: full 17:30:47 L1d cache: 128 KiB 17:30:47 L1i cache: 128 KiB 17:30:47 L2 cache: 16 MiB 17:30:47 L3 cache: 64 MiB 17:30:47 NUMA node0 CPU(s): 0-3 17:30:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:30:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:30:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:30:47 Vulnerability Meltdown: Mitigation; PTI 17:30:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:30:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:30:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:30:47 Vulnerability Tsx async abort: Not affected 17:30:47 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:30:47 17:30:47 17:30:47 ---> nproc: 17:30:47 4 17:30:47 17:30:47 17:30:47 ---> df -h: 17:30:47 Filesystem Size Used Available Use% Mounted on 17:30:47 overlay 50.0G 8.5G 41.5G 17% / 17:30:47 tmpfs 64.0M 0 64.0M 0% /dev 17:30:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:30:47 shm 64.0M 0 64.0M 0% /dev/shm 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 17:30:47 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 17:30:47 17:30:47 17:30:47 ---> free -m: 17:30:47 total used free shared buff/cache available 17:30:47 Mem: 1837 748 137 0 950 1034 17:30:47 Swap: 1023 3 1020 17:30:47 17:30:47 17:30:47 ---> ip addr: 17:30:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:30:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:30:47 inet 127.0.0.1/8 scope host lo 17:30:47 valid_lft forever preferred_lft forever 17:30:47 inet6 ::1/128 scope host 17:30:47 valid_lft forever preferred_lft forever 17:30:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:30:47 link/ether fa:16:3e:b9:47:d9 brd ff:ff:ff:ff:ff:ff 17:30:47 inet 10.30.123.34/23 brd 10.30.123.255 scope global dynamic eth0 17:30:47 valid_lft 85728sec preferred_lft 85728sec 17:30:47 inet6 fe80::f816:3eff:feb9:47d9/64 scope link 17:30:47 valid_lft forever preferred_lft forever 17:30:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:30:47 link/ether 02:42:6a:82:fc:bf brd ff:ff:ff:ff:ff:ff 17:30:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:30:47 valid_lft forever preferred_lft forever 17:30:47 inet6 fe80::42:6aff:fe82:fcbf/64 scope link 17:30:47 valid_lft forever preferred_lft forever 17:30:47 17:30:47 17:30:47 ---> sar -b -r -n DEV: 17:30:47 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:30:47 17:30:47 17:19:03 LINUX RESTART (4 CPU) 17:30:47 17:30:47 17:20:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:30:47 17:21:01 135.33 65.36 69.97 0.00 7278.46 38437.77 0.00 17:30:47 17:22:01 20.77 4.29 16.48 0.00 1404.69 1950.54 0.00 17:30:47 17:23:01 0.38 0.00 0.38 0.00 0.00 5.94 0.00 17:30:47 17:24:02 0.30 0.00 0.30 0.00 0.00 4.14 0.00 17:30:47 17:25:01 0.29 0.00 0.29 0.00 0.00 3.25 0.00 17:30:47 17:26:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 17:30:47 17:27:01 0.30 0.02 0.28 0.00 0.13 3.21 0.00 17:30:47 17:28:01 100.48 49.62 50.86 0.00 2140.61 21212.32 0.00 17:30:47 17:29:01 281.83 171.52 110.31 0.00 8031.89 27059.06 0.00 17:30:47 17:30:01 175.35 58.32 117.03 0.00 3540.46 23457.34 0.00 17:30:47 Average: 71.63 34.97 36.66 0.00 2239.37 11208.59 0.00 17:30:47 17:30:47 17:20:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:30:47 17:21:01 72380 0 527444 28.03 2620 1279112 1260200 43.01 407216 1241868 5520 17:30:47 17:22:01 173272 0 527200 28.02 2620 1178464 1095584 37.39 382784 1164260 12 17:30:47 17:23:01 175696 0 524708 27.89 2620 1178532 1095200 37.38 381284 1163416 24 17:30:47 17:24:02 183352 0 517108 27.48 2620 1178476 1009744 34.46 381088 1157748 8 17:30:47 17:25:01 182940 0 517516 27.50 2620 1178480 1009768 34.46 387244 1151916 8 17:30:47 17:26:01 182332 0 518116 27.54 2620 1178488 1009684 34.46 414096 1125948 8 17:30:47 17:27:01 183292 0 517152 27.49 2620 1178492 1009588 34.46 413468 1125948 8 17:30:47 17:28:01 70548 0 634968 33.75 2620 1173420 1467280 50.08 497256 1113136 90372 17:30:47 17:29:01 76036 0 667392 35.47 2596 1135532 1531256 52.26 625244 955376 45572 17:30:47 17:30:01 232816 0 684188 36.36 1740 962812 1234168 42.12 576464 763944 56 17:30:47 Average: 153266 0 563579 29.95 2530 1162181 1172247 40.01 446614 1096356 14159 17:30:47 17:30:47 17:20:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:30:47 17:21:01 eth0 197.34 134.12 715.38 59.19 0.00 0.00 0.00 0.00 17:30:47 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:22:01 eth0 57.81 47.83 331.91 34.75 0.00 0.00 0.00 0.00 17:30:47 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:22:01 docker0 1.26 1.30 0.33 3.36 0.00 0.00 0.00 0.00 17:30:47 17:23:01 eth0 1.70 0.78 2.90 0.05 0.00 0.00 0.00 0.00 17:30:47 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:24:02 eth0 1.10 0.40 0.32 0.20 0.00 0.00 0.00 0.00 17:30:47 17:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:25:01 eth0 0.54 0.44 0.28 0.21 0.00 0.00 0.00 0.00 17:30:47 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:26:01 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 17:30:47 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:27:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:28:01 eth0 406.12 348.49 4072.25 43.64 0.00 0.00 0.00 0.00 17:30:47 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:29:01 eth0 465.40 394.64 3798.83 75.47 0.00 0.00 0.00 0.00 17:30:47 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:29:01 docker0 54.89 60.99 4.60 408.48 0.00 0.00 0.00 0.00 17:30:47 17:30:01 veth01ae617 1.86 1.40 0.30 0.27 0.00 0.00 0.00 0.00 17:30:47 17:30:01 eth0 90.87 68.44 258.38 64.25 0.00 0.00 0.00 0.00 17:30:47 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 17:30:01 docker0 24.41 32.18 1.55 198.86 0.00 0.00 0.00 0.00 17:30:47 Average: veth01ae617 0.19 0.14 0.03 0.03 0.00 0.00 0.00 0.00 17:30:47 Average: eth0 122.33 99.74 920.55 27.81 0.00 0.00 0.00 0.00 17:30:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:30:47 Average: docker0 8.09 9.48 0.65 61.30 0.00 0.00 0.00 0.00 17:30:47 17:30:47 17:30:47 ---> sar -P ALL: 17:30:47 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:30:47 17:30:47 17:19:03 LINUX RESTART (4 CPU) 17:30:47 17:30:47 17:20:02 CPU %user %nice %system %iowait %steal %idle 17:30:47 17:21:01 all 13.41 0.00 7.85 6.07 24.95 47.73 17:30:47 17:21:01 0 12.16 0.00 6.35 5.45 26.29 49.75 17:30:47 17:21:01 1 11.62 0.00 11.13 5.99 24.01 47.25 17:30:47 17:21:01 2 13.59 0.00 7.41 7.70 24.99 46.31 17:30:47 17:21:01 3 16.34 0.00 6.56 5.11 24.45 47.53 17:30:47 17:22:01 all 1.57 0.00 1.57 0.36 6.35 90.14 17:30:47 17:22:01 0 1.35 0.00 1.29 0.16 6.82 90.38 17:30:47 17:22:01 1 1.42 0.00 1.86 0.12 5.77 90.84 17:30:47 17:22:01 2 1.87 0.00 1.65 1.03 6.20 89.25 17:30:47 17:22:01 3 1.66 0.00 1.48 0.13 6.62 90.10 17:30:47 17:23:01 all 0.12 0.00 0.04 0.00 0.84 99.01 17:30:47 17:23:01 0 0.15 0.00 0.07 0.00 0.50 99.29 17:30:47 17:23:01 1 0.05 0.00 0.02 0.00 0.88 99.06 17:30:47 17:23:01 2 0.02 0.00 0.05 0.00 1.01 98.93 17:30:47 17:23:01 3 0.25 0.00 0.02 0.00 0.96 98.77 17:30:47 17:24:02 all 0.10 0.00 0.05 0.00 0.49 99.35 17:30:47 17:24:02 0 0.02 0.00 0.08 0.00 0.17 99.73 17:30:47 17:24:02 1 0.03 0.00 0.05 0.00 0.32 99.60 17:30:47 17:24:02 2 0.08 0.00 0.07 0.00 1.09 98.76 17:30:47 17:24:02 3 0.28 0.00 0.02 0.00 0.40 99.30 17:30:47 17:25:01 all 0.11 0.00 0.04 0.00 0.34 99.51 17:30:47 17:25:01 0 0.03 0.00 0.07 0.00 0.52 99.38 17:30:47 17:25:01 1 0.03 0.00 0.02 0.00 0.39 99.56 17:30:47 17:25:01 2 0.00 0.00 0.03 0.00 0.15 99.81 17:30:47 17:25:01 3 0.36 0.00 0.03 0.00 0.30 99.31 17:30:47 17:26:01 all 0.11 0.00 0.09 0.00 0.30 99.50 17:30:47 17:26:01 0 0.02 0.00 0.28 0.02 0.23 99.45 17:30:47 17:26:01 1 0.03 0.00 0.00 0.00 0.20 99.77 17:30:47 17:26:01 2 0.07 0.00 0.05 0.00 0.58 99.30 17:30:47 17:26:01 3 0.32 0.00 0.03 0.00 0.17 99.48 17:30:47 17:27:01 all 0.11 0.00 0.04 0.00 0.23 99.61 17:30:47 17:27:01 0 0.03 0.00 0.05 0.00 0.63 99.29 17:30:47 17:27:01 1 0.03 0.00 0.05 0.00 0.05 99.87 17:30:47 17:27:01 2 0.05 0.00 0.03 0.02 0.07 99.83 17:30:47 17:27:01 3 0.32 0.00 0.03 0.00 0.18 99.47 17:30:47 17:28:01 all 3.36 0.00 2.72 0.53 8.31 85.08 17:30:47 17:28:01 0 3.27 0.00 3.15 0.05 8.59 84.94 17:30:47 17:28:01 1 3.11 0.00 2.79 0.07 8.15 85.89 17:30:47 17:28:01 2 3.18 0.00 2.46 1.23 7.81 85.32 17:30:47 17:28:01 3 3.90 0.00 2.49 0.77 8.69 84.15 17:30:47 17:29:01 all 8.12 0.00 6.76 2.51 11.20 71.41 17:30:47 17:29:01 0 7.44 0.00 7.63 2.48 11.74 70.71 17:30:47 17:29:01 1 8.92 0.00 6.21 3.56 11.68 69.62 17:30:47 17:29:01 2 8.33 0.00 6.74 1.73 10.24 72.95 17:30:47 17:29:01 3 7.77 0.00 6.44 2.27 11.13 72.38 17:30:47 17:30:01 all 6.43 0.00 6.10 1.72 12.28 73.47 17:30:47 17:30:01 0 5.62 0.00 5.72 0.86 13.20 74.61 17:30:47 17:30:01 1 6.53 0.00 7.20 2.04 12.06 72.17 17:30:47 17:30:01 2 5.16 0.00 5.94 2.50 11.60 74.80 17:30:47 17:30:01 3 8.41 0.00 5.56 1.50 12.27 72.27 17:30:47 Average: all 3.34 0.00 2.52 1.12 6.54 86.48 17:30:47 Average: 0 3.03 0.00 2.46 0.92 6.94 86.64 17:30:47 Average: 1 3.16 0.00 2.92 1.18 6.34 86.40 17:30:47 Average: 2 3.24 0.00 2.43 1.43 6.39 86.51 17:30:47 Average: 3 3.94 0.00 2.24 0.97 6.49 86.36 17:30:47 17:30:47 17:30:47