Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5206 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 # timeout=10 Commit message: "fix: Enable using redis streams MessageBus in secure mode (#127)" > git rev-list --no-walk b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:09:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:09:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:09:34 ========================================================= 22:09:34 EdgeX Global Pipelines Version Info 22:09:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:09:37 ------------------- 22:09:37 stable info: 22:09:37 ------------------- 22:09:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:09:37 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 22:09:37 Message: update stable to v1.0.131 22:09:38 ------------------- 22:09:38 experimental info: 22:09:38 ------------------- 22:09:38 Commited By: **** collab-it+edgex@linuxfoundation.org 22:09:38 Commit SHA: c41e4b17ab0de52ae428e544349a9cfa9687e17b 22:09:38 Message: update experimental to v1.0.136 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:09:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:09:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:09:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:09:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:09:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] echo 22:09:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07d155c [Pipeline] echo 22:09:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:09:42 + git log --format=format:%s -1 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] echo 22:09:43 GIT_COMMIT: 07d155ce2010a0a52548d22b34cd4ccd3eb6da08, Commit Message: fix: Enable using redis streams MessageBus in secure mode (#127) [Pipeline] echo 22:09:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:09:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:09:44 22:09:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:09:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:09:45 latest: Pulling from edgex-devops/git-semver 22:09:45 31603596830f: Pulling fs layer 22:09:45 2a8b12db71e7: Pulling fs layer 22:09:45 6ca5941a6612: Pulling fs layer 22:09:45 ecc8261a40a4: Pulling fs layer 22:09:45 ecc8261a40a4: Waiting 22:09:45 2a8b12db71e7: Verifying Checksum 22:09:45 2a8b12db71e7: Download complete 22:09:45 31603596830f: Verifying Checksum 22:09:45 31603596830f: Download complete 22:09:46 ecc8261a40a4: Verifying Checksum 22:09:46 ecc8261a40a4: Download complete 22:09:46 6ca5941a6612: Verifying Checksum 22:09:46 6ca5941a6612: Download complete 22:09:46 31603596830f: Pull complete 22:09:47 2a8b12db71e7: Pull complete 22:09:49 6ca5941a6612: Pull complete 22:09:49 ecc8261a40a4: Pull complete 22:09:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:09:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:09:50 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:09:50 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:09:52 $ docker top 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:09:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:09:53 [ssh-agent] Looking for ssh-agent implementation... 22:09:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:09:53 $ docker exec 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent 22:09:54 SSH_AUTH_SOCK=/tmp/ssh-j10aw4YBIFZ4/agent.12 22:09:54 SSH_AGENT_PID=17 22:09:54 Running ssh-add (command line suppressed) 22:09:54 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6756115371381153766.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6756115371381153766.key) 22:09:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:09:55 + git describe --exact-match --tags HEAD 22:09:55 fatal: no tag exactly matches '07d155ce2010a0a52548d22b34cd4ccd3eb6da08' [Pipeline] } 22:09:55 $ docker exec --env ******** --env ******** 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent -k 22:09:55 unset SSH_AUTH_SOCK; 22:09:55 unset SSH_AGENT_PID; 22:09:55 echo Agent pid 17 killed; 22:09:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:09:56 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:09:56 This usually means this commit has not been tagged. [Pipeline] sshagent 22:09:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:09:56 [ssh-agent] Looking for ssh-agent implementation... 22:09:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:09:56 $ docker exec 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent 22:09:57 SSH_AUTH_SOCK=/tmp/ssh-4G6kbKu6zV4M/agent.47 22:09:57 SSH_AGENT_PID=52 22:09:57 Running ssh-add (command line suppressed) 22:09:57 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3154091266283211626.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3154091266283211626.key) 22:09:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:09:58 + git semver init 22:09:58 # -> Open(): unable to determine branch for HEAD 22:09:58 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:09:58 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:09:58 # $SEMVER_REMOTE_NAME = origin 22:09:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:09:58 # $SEMVER_USER_NAME = edgex-jenkins 22:09:58 # $SEMVER_BRANCH = master 22:09:58 # $SEMVER_TEMP = /tmp/semver-663010065 22:09:58 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 22:09:59 # '/tmp/semver-663010065' -> '/w/workspace/_app-service-configurable_master/.semver' 22:09:59 # -> Force: false 22:09:59 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:09:59 $ docker exec --env ******** --env ******** 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent -k 22:09:59 unset SSH_AUTH_SOCK; 22:09:59 unset SSH_AGENT_PID; 22:09:59 echo Agent pid 52 killed; 22:10:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:10:01 + git semver [Pipeline] } 22:10:01 $ docker stop --time=1 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 22:10:03 $ docker rm -f 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:10:06 Stashed 27 file(s) [Pipeline] echo 22:10:06 [edgeXSemver]: initialized semver on version 1.2.1-dev.16 [Pipeline] echo 22:10:06 Archived original version: [1.2.1-dev.16] [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 22:10:21 Still waiting to schedule task 22:10:21 ‘prd-centos7-builder-2c-1g-5204’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5192’ is offline; ‘prd-centos7-docker-4c-2g-5207’ is offline; ‘prd-centos7-docker-8c-8g-5201’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 22:10:21 Still waiting to schedule task 22:10:21 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 22:12:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5208 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:12:16 Running in /w/workspace/app-service-configurable/53 [Pipeline] { [Pipeline] checkout 22:12:22 using credential edgex-jenkins-ssh 22:12:22 Cloning the remote Git repository 22:12:22 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:12:22 > git init /w/workspace/app-service-configurable/53 # timeout=10 22:12:22 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:12:22 > git --version # timeout=10 22:12:22 > git --version # 'git version 2.17.1' 22:12:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:12:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:12:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:12:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:12:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:12:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:12:23 using GIT_SSH to set credentials SSH Credentials for GitHub 22:12:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:12:23 Checking out Revision 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 (master) 22:12:23 > git config core.sparsecheckout # timeout=10 22:12:23 > git checkout -f 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 # timeout=10 22:12:28 Commit message: "fix: Enable using redis streams MessageBus in secure mode (#127)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:12:29 ========================================================= 22:12:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:12:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:12:30 + 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 . 22:12:30 Sending build context to Docker daemon 324.1kB 22:12:31 Step 1/8 : ARG BASE=golang:1.15-alpine 22:12:31 Step 2/8 : FROM ${BASE} 22:12:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:12:31 b538f80385f9: Pulling fs layer 22:12:31 74f711af9a0d: Pulling fs layer 22:12:31 99f96fe45779: Pulling fs layer 22:12:31 8529a6b9a6be: Pulling fs layer 22:12:31 45590311c82a: Pulling fs layer 22:12:31 69ca0ff8b7b3: Pulling fs layer 22:12:31 209524e5b208: Pulling fs layer 22:12:31 45590311c82a: Waiting 22:12:31 69ca0ff8b7b3: Waiting 22:12:31 209524e5b208: Waiting 22:12:31 8529a6b9a6be: Waiting 22:12:31 99f96fe45779: Verifying Checksum 22:12:31 99f96fe45779: Download complete 22:12:31 74f711af9a0d: Verifying Checksum 22:12:31 74f711af9a0d: Download complete 22:12:31 45590311c82a: Verifying Checksum 22:12:31 45590311c82a: Download complete 22:12:32 69ca0ff8b7b3: Download complete 22:12:32 b538f80385f9: Verifying Checksum 22:12:32 b538f80385f9: Download complete 22:12:33 b538f80385f9: Pull complete 22:12:33 74f711af9a0d: Pull complete 22:12:33 99f96fe45779: Pull complete 22:12:34 209524e5b208: Verifying Checksum 22:12:34 209524e5b208: Download complete 22:12:36 8529a6b9a6be: Verifying Checksum 22:12:36 8529a6b9a6be: Download complete 22:12:46 8529a6b9a6be: Pull complete 22:12:46 45590311c82a: Pull complete 22:12:46 69ca0ff8b7b3: Pull complete 22:12:50 209524e5b208: Pull complete 22:12:50 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:12:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:12:50 ---> 5bddaf1c2fca 22:12:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:12:52 ---> Running in 9ac15c7d489e 22:12:53 Removing intermediate container 9ac15c7d489e 22:12:53 ---> 2ff9eea08457 22:12:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:53 ---> Running in 09df3cdf3ff8 22:12:55 Removing intermediate container 09df3cdf3ff8 22:12:55 ---> 247fd7ff4854 22:12:55 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:12:56 ---> Running in 3ab73df81b68 22:12:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:01 (1/6) Installing libc-dev (0.7.2-r3) 22:13:01 (2/6) Installing libsodium (1.0.18-r0) 22:13:02 (3/6) Installing pkgconf (1.7.2-r0) 22:13:02 (4/6) Installing libsodium-dev (1.0.18-r0) 22:13:02 (5/6) Installing libzmq (4.3.3-r0) 22:13:02 (6/6) Installing zeromq-dev (4.3.3-r0) 22:13:02 Executing busybox-1.31.1-r16.trigger 22:13:02 OK: 144 MiB in 45 packages 22:13:04 Removing intermediate container 3ab73df81b68 22:13:04 ---> 68c7a107dad4 22:13:04 Step 6/8 : WORKDIR /app 22:13:04 ---> Running in bcfff4550a17 22:13:04 Removing intermediate container bcfff4550a17 22:13:04 ---> b2a14d41f168 22:13:04 Step 7/8 : COPY . . 22:13:05 ---> ef9b70dfc9e0 22:13:05 Step 8/8 : RUN go mod download 22:13:05 ---> Running in 9a926f9c2162 22:13:07 Running on prd-centos7-docker-4c-2g-5209 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 22:13:07 Running in /w/workspace/app-service-configurable/53 [Pipeline] { [Pipeline] checkout 22:13:09 using credential edgex-jenkins-ssh 22:13:09 Cloning the remote Git repository 22:13:09 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 22:13:09 > git init /w/workspace/app-service-configurable/53 # timeout=10 22:13:09 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:13:09 > git --version # timeout=10 22:13:09 > git --version # 'git version 2.16.5' 22:13:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:13:11 Checking out Revision 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 (master) 22:13:10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:13:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:13:10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 22:13:10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 22:13:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:11 > git config core.sparsecheckout # timeout=10 22:13:11 > git checkout -f 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 # timeout=10 22:13:15 Commit message: "fix: Enable using redis streams MessageBus in secure mode (#127)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:13:15 ========================================================= 22:13:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:13:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:13:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:13:17 Sending build context to Docker daemon 324.1kB 22:13:17 Step 1/8 : ARG BASE=golang:1.15-alpine 22:13:17 Step 2/8 : FROM ${BASE} 22:13:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:13:17 df20fa9351a1: Pulling fs layer 22:13:17 ed8968b2872e: Pulling fs layer 22:13:17 a92cc7c5fd73: Pulling fs layer 22:13:17 e871e8e8d7a9: Pulling fs layer 22:13:17 e73272ec9a57: Pulling fs layer 22:13:17 1e910a182e73: Pulling fs layer 22:13:17 4e634b169226: Pulling fs layer 22:13:17 e871e8e8d7a9: Waiting 22:13:17 e73272ec9a57: Waiting 22:13:17 1e910a182e73: Waiting 22:13:17 4e634b169226: Waiting 22:13:17 a92cc7c5fd73: Verifying Checksum 22:13:17 ed8968b2872e: Verifying Checksum 22:13:17 ed8968b2872e: Download complete 22:13:17 a92cc7c5fd73: Download complete 22:13:17 e73272ec9a57: Verifying Checksum 22:13:17 e73272ec9a57: Download complete 22:13:17 1e910a182e73: Verifying Checksum 22:13:17 1e910a182e73: Download complete 22:13:17 df20fa9351a1: Verifying Checksum 22:13:17 df20fa9351a1: Download complete 22:13:17 df20fa9351a1: Pull complete 22:13:18 ed8968b2872e: Pull complete 22:13:18 a92cc7c5fd73: Pull complete 22:13:19 4e634b169226: Verifying Checksum 22:13:19 4e634b169226: Download complete 22:13:20 e871e8e8d7a9: Verifying Checksum 22:13:20 e871e8e8d7a9: Download complete 22:13:25 e871e8e8d7a9: Pull complete 22:13:25 e73272ec9a57: Pull complete 22:13:25 1e910a182e73: Pull complete 22:13:30 4e634b169226: Pull complete 22:13:30 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:13:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:13:30 ---> f7629b54cfaa 22:13:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:13:30 ---> Running in 5a2a4b080553 22:13:30 Removing intermediate container 5a2a4b080553 22:13:30 ---> a3c1b1a43571 22:13:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:30 ---> Running in a0b6592ff819 22:13:32 Removing intermediate container a0b6592ff819 22:13:32 ---> 553ba08c8fa7 22:13:32 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 22:13:32 ---> Running in 3e65efd89daa 22:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:13:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:34 (1/6) Installing libc-dev (0.7.2-r3) 22:13:34 (2/6) Installing libsodium (1.0.18-r0) 22:13:34 (3/6) Installing pkgconf (1.7.2-r0) 22:13:34 (4/6) Installing libsodium-dev (1.0.18-r0) 22:13:34 (5/6) Installing libzmq (4.3.3-r0) 22:13:35 (6/6) Installing zeromq-dev (4.3.3-r0) 22:13:35 Executing busybox-1.31.1-r16.trigger 22:13:35 OK: 167 MiB in 45 packages 22:13:35 Removing intermediate container 3e65efd89daa 22:13:35 ---> 65dbdcbf114b 22:13:35 Step 6/8 : WORKDIR /app 22:13:35 ---> Running in 42761c216b0f 22:13:36 Removing intermediate container 42761c216b0f 22:13:36 ---> 08d198a9d1dd 22:13:36 Step 7/8 : COPY . . 22:13:36 ---> d08f9580e6f3 22:13:36 Step 8/8 : RUN go mod download 22:13:36 ---> Running in 1836205534b9 22:13:38 Removing intermediate container 9a926f9c2162 22:13:38 ---> f9332fb61d4a 22:13:38 Successfully built f9332fb61d4a 22:13:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:13:38 + docker inspect -f . ci-base-image-arm64 22:13:38 . [Pipeline] withDockerContainer 22:13:38 prd-ubuntu18.04-docker-arm64-4c-16g-5208 does not seem to be running inside a container 22:13:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/53 -v /w/workspace/app-service-configurable/53:/w/workspace/app-service-configurable/53:rw,z -v /w/workspace/app-service-configurable/53@tmp:/w/workspace/app-service-configurable/53@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 ******** ci-base-image-arm64 cat 22:13:40 $ docker top 0864dc3e464468ba108f2309a8377f15f7ba7caa5a60ac2ecc9c5d26408b50a5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:13:42 + go version 22:13:42 go version go1.15.2 linux/arm64 [Pipeline] } 22:13:42 $ docker stop --time=1 0864dc3e464468ba108f2309a8377f15f7ba7caa5a60ac2ecc9c5d26408b50a5 22:13:44 $ docker rm -f 0864dc3e464468ba108f2309a8377f15f7ba7caa5a60ac2ecc9c5d26408b50a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:13:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:13:47 + ls -al . 22:13:47 total 100 22:13:47 drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 22:12 . 22:13:47 drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 22:12 .. 22:13:47 -rw-rw-r-- 1 jenkins jenkins 119 Oct 13 22:12 .dockerignore 22:13:47 drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 22:12 .git 22:13:47 drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 22:12 .github 22:13:47 -rw-rw-r-- 1 jenkins jenkins 93 Oct 13 22:12 .gitignore 22:13:47 drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 22:12 .semver 22:13:47 -rw-rw-r-- 1 jenkins jenkins 6568 Oct 13 22:12 Attribution.txt 22:13:47 -rw-rw-r-- 1 jenkins jenkins 2002 Oct 13 22:12 Dockerfile 22:13:47 -rw-rw-r-- 1 jenkins jenkins 966 Oct 13 22:12 Dockerfile.build 22:13:47 -rw-rw-r-- 1 jenkins jenkins 687 Oct 13 22:12 Jenkinsfile 22:13:47 -rw-rw-r-- 1 jenkins jenkins 10174 Oct 13 22:12 LICENSE 22:13:47 -rw-rw-r-- 1 jenkins jenkins 1277 Oct 13 22:12 README.md 22:13:47 -rw-rw-r-- 1 jenkins jenkins 12 Oct 13 22:10 VERSION 22:13:47 drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 22:12 bin 22:13:47 -rw-rw-r-- 1 jenkins jenkins 180 Oct 13 22:12 docker-compose.debug.yml 22:13:47 -rw-rw-r-- 1 jenkins jenkins 133 Oct 13 22:12 docker-compose.yml 22:13:47 -rw-rw-r-- 1 jenkins jenkins 133 Oct 13 22:12 go.mod 22:13:47 -rw-rw-r-- 1 jenkins jenkins 1519 Oct 13 22:12 main.go 22:13:47 -rw-rw-r-- 1 jenkins jenkins 1573 Oct 13 22:12 makefile 22:13:47 drwxrwxr-x 10 jenkins jenkins 4096 Oct 13 22:12 res 22:13:47 drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 22:12 snap [Pipeline] isUnix [Pipeline] sh 22:13:48 + 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=07d155ce2010a0a52548d22b34cd4ccd3eb6da08 --label arch=arm64 --label version=1.2.1-dev.16 . 22:13:48 Sending build context to Docker daemon 325.1kB 22:13:48 Step 1/27 : ARG BASE=golang:1.15-alpine 22:13:48 Step 2/27 : FROM ${BASE} AS builder 22:13:48 ---> f9332fb61d4a 22:13:48 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:13:48 ---> Running in b5054bf8c4e9 22:13:49 Removing intermediate container b5054bf8c4e9 22:13:49 ---> a74049c80570 22:13:49 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:13:49 ---> Running in 1379b2d29cfd 22:13:49 Removing intermediate container 1379b2d29cfd 22:13:49 ---> 316ce1fe66fa 22:13:49 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:13:49 ---> Running in fd8a7f3126ba 22:13:50 Removing intermediate container fd8a7f3126ba 22:13:50 ---> 86d0763ceea4 22:13:50 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:50 ---> Running in 2092205a3e05 22:13:53 Removing intermediate container 2092205a3e05 22:13:53 ---> 10fba39198fd 22:13:53 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:13:53 ---> Running in 91fbcbab350a 22:13:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:56 OK: 144 MiB in 45 packages 22:13:57 Removing intermediate container 91fbcbab350a 22:13:57 ---> 6e106c7d4fad 22:13:57 Step 8/27 : WORKDIR /app 22:13:57 ---> Running in a07e7d82450e 22:13:58 Removing intermediate container a07e7d82450e 22:13:58 ---> f4c0aeb69236 22:13:58 Step 9/27 : COPY go.mod . 22:13:58 Removing intermediate container 1836205534b9 22:13:58 ---> f16aa45ec34f 22:13:58 Successfully built f16aa45ec34f 22:13:58 ---> a55832de160f 22:13:58 Step 10/27 : RUN go mod download 22:13:58 Successfully tagged ci-base-image-x86_64:latest 22:13:58 ---> Running in 02d2a26116c4 [Pipeline] isUnix [Pipeline] sh 22:13:59 + docker inspect -f . ci-base-image-x86_64 22:13:59 . [Pipeline] withDockerContainer 22:13:59 prd-centos7-docker-4c-2g-5209 does not seem to be running inside a container 22:13:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/53 -v /w/workspace/app-service-configurable/53:/w/workspace/app-service-configurable/53:rw,z -v /w/workspace/app-service-configurable/53@tmp:/w/workspace/app-service-configurable/53@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 ******** ci-base-image-x86_64 cat 22:14:00 $ docker top c4303d701082e709fff4fd4b9a06a23df0d28e2f83afc60613422ac0eee9e837 -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:00 + go version 22:14:00 go version go1.15.2 linux/amd64 [Pipeline] } 22:14:00 $ docker stop --time=1 c4303d701082e709fff4fd4b9a06a23df0d28e2f83afc60613422ac0eee9e837 22:14:01 Removing intermediate container 02d2a26116c4 22:14:01 ---> a75541237a93 22:14:01 Step 11/27 : COPY . . 22:14:02 $ docker rm -f c4303d701082e709fff4fd4b9a06a23df0d28e2f83afc60613422ac0eee9e837 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 22:14:02 ---> a66eb5f185c6 22:14:02 Step 12/27 : ARG MAKE="make build" 22:14:02 ---> Running in 2fc0952be3c0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:14:03 Removing intermediate container 2fc0952be3c0 22:14:03 ---> 1e8c4d65bb30 22:14:03 Step 13/27 : RUN $MAKE 22:14:03 ---> Running in 197c273e6af4 22:14:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:14:03 + ls -al . 22:14:03 total 72 22:14:03 drwxrwxr-x. 8 jenkins jenkins 4096 Oct 13 22:13 . 22:14:03 drwxrwxr-x. 4 jenkins jenkins 30 Oct 13 22:13 .. 22:14:03 -rw-rw-r--. 1 jenkins jenkins 6568 Oct 13 22:13 Attribution.txt 22:14:03 drwxrwxr-x. 2 jenkins jenkins 64 Oct 13 22:13 bin 22:14:03 -rw-rw-r--. 1 jenkins jenkins 180 Oct 13 22:13 docker-compose.debug.yml 22:14:03 -rw-rw-r--. 1 jenkins jenkins 133 Oct 13 22:13 docker-compose.yml 22:14:03 -rw-rw-r--. 1 jenkins jenkins 2002 Oct 13 22:13 Dockerfile 22:14:03 -rw-rw-r--. 1 jenkins jenkins 966 Oct 13 22:13 Dockerfile.build 22:14:03 -rw-rw-r--. 1 jenkins jenkins 119 Oct 13 22:13 .dockerignore 22:14:03 drwxrwxr-x. 8 jenkins jenkins 162 Oct 13 22:13 .git 22:14:03 drwxrwxr-x. 2 jenkins jenkins 81 Oct 13 22:13 .github 22:14:03 -rw-rw-r--. 1 jenkins jenkins 93 Oct 13 22:13 .gitignore 22:14:03 -rw-rw-r--. 1 jenkins jenkins 133 Oct 13 22:13 go.mod 22:14:03 -rw-rw-r--. 1 jenkins jenkins 687 Oct 13 22:13 Jenkinsfile 22:14:03 -rw-rw-r--. 1 jenkins jenkins 10174 Oct 13 22:13 LICENSE 22:14:03 -rw-rw-r--. 1 jenkins jenkins 1519 Oct 13 22:13 main.go 22:14:03 -rw-rw-r--. 1 jenkins jenkins 1573 Oct 13 22:13 makefile 22:14:03 -rw-rw-r--. 1 jenkins jenkins 1277 Oct 13 22:13 README.md 22:14:03 drwxrwxr-x. 10 jenkins jenkins 171 Oct 13 22:13 res 22:14:03 drwxrwxr-x. 3 jenkins jenkins 32 Oct 13 22:13 .semver 22:14:03 drwxrwxr-x. 4 jenkins jenkins 71 Oct 13 22:13 snap 22:14:03 -rw-rw-r--. 1 jenkins jenkins 12 Oct 13 22:10 VERSION [Pipeline] isUnix [Pipeline] sh 22:14:04 + 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=07d155ce2010a0a52548d22b34cd4ccd3eb6da08 --label arch=amd64 --label version=1.2.1-dev.16 . 22:14:04 Sending build context to Docker daemon 325.1kB 22:14:04 Step 1/27 : ARG BASE=golang:1.15-alpine 22:14:04 Step 2/27 : FROM ${BASE} AS builder 22:14:04 ---> f16aa45ec34f 22:14:04 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 22:14:04 ---> Running in 9f71ed66f002 22:14:04 Removing intermediate container 9f71ed66f002 22:14:04 ---> 7f392889ff59 22:14:04 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 22:14:04 ---> Running in 49b0301f01eb 22:14:04 Removing intermediate container 49b0301f01eb 22:14:04 ---> cc17b9028b3a 22:14:04 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:14:04 ---> Running in 6c5223f09ff1 22:14:04 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.39 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.16" -o app-service-configurable 22:14:04 Removing intermediate container 6c5223f09ff1 22:14:04 ---> 5d768c743ad2 22:14:04 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:14:04 ---> Running in 797b1225dbfc 22:14:05 Removing intermediate container 797b1225dbfc 22:14:05 ---> e539fb9de117 22:14:05 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:14:05 ---> Running in 39f9a8659d2b 22:14:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:07 OK: 167 MiB in 45 packages 22:14:07 Removing intermediate container 39f9a8659d2b 22:14:07 ---> 417db57c6914 22:14:07 Step 8/27 : WORKDIR /app 22:14:07 ---> Running in d9451b86f976 22:14:08 Removing intermediate container d9451b86f976 22:14:08 ---> 1661605f2897 22:14:08 Step 9/27 : COPY go.mod . 22:14:08 ---> 1b8ef3c598dd 22:14:08 Step 10/27 : RUN go mod download 22:14:08 ---> Running in 8fb8c1c064a3 22:14:08 Removing intermediate container 8fb8c1c064a3 22:14:08 ---> 52559d487b9b 22:14:08 Step 11/27 : COPY . . 22:14:09 ---> 32ac9f776df4 22:14:09 Step 12/27 : ARG MAKE="make build" 22:14:09 ---> Running in 0bdccb3c496a 22:14:09 Removing intermediate container 0bdccb3c496a 22:14:09 ---> a55e9ecd33ed 22:14:09 Step 13/27 : RUN $MAKE 22:14:09 ---> Running in 97386a5ce369 22:14:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.39 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.16" -o app-service-configurable 22:14:28 Removing intermediate container 97386a5ce369 22:14:28 ---> 2f1e0554e7a5 22:14:28 Step 14/27 : FROM alpine:latest 22:14:28 latest: Pulling from library/alpine 22:14:28 df20fa9351a1: Already exists 22:14:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:14:28 Status: Downloaded newer image for alpine:latest 22:14:28 ---> a24bb4013296 22:14:28 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:14:28 ---> Running in 395f7c917079 22:14:28 Removing intermediate container 395f7c917079 22:14:28 ---> f06abbe82061 22:14:28 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:14:28 ---> Running in 1f136ecf3aa5 22:14:28 Removing intermediate container 1f136ecf3aa5 22:14:28 ---> cad5a53ab0dd 22:14:28 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 22:14:28 ---> Running in 41821a9921a9 22:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:28 (1/6) Installing ca-certificates (20191127-r4) 22:14:28 (2/6) Installing libgcc (9.3.0-r2) 22:14:28 (3/6) Installing libsodium (1.0.18-r0) 22:14:28 (4/6) Installing libstdc++ (9.3.0-r2) 22:14:28 (5/6) Installing libzmq (4.3.3-r0) 22:14:28 (6/6) Installing zeromq (4.3.3-r0) 22:14:28 Executing busybox-1.31.1-r16.trigger 22:14:28 Executing ca-certificates-20191127-r4.trigger 22:14:28 OK: 9 MiB in 20 packages 22:14:29 Removing intermediate container 41821a9921a9 22:14:29 ---> 64b605750b8f 22:14:29 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:14:29 ---> 2169fc5ab6dd 22:14:29 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:14:29 ---> ec72b93ce24e 22:14:29 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:14:29 ---> f613aea81f06 22:14:29 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:14:30 ---> 5a9684bcf539 22:14:30 Step 22/27 : EXPOSE 48095 22:14:30 ---> Running in 45b33f53075d 22:14:31 Removing intermediate container 45b33f53075d 22:14:31 ---> 342bd7e385d3 22:14:31 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:14:31 ---> Running in 3cb8fae8ae85 22:14:31 Removing intermediate container 3cb8fae8ae85 22:14:31 ---> 30650c37748f 22:14:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:14:31 ---> Running in 90e47c139890 22:14:31 Removing intermediate container 90e47c139890 22:14:31 ---> 62cad9412c68 22:14:31 Step 25/27 : LABEL arch=amd64 22:14:31 ---> Running in 2a939ed7053c 22:14:31 Removing intermediate container 2a939ed7053c 22:14:31 ---> e5e617af6d35 22:14:31 Step 26/27 : LABEL git_sha=07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:14:31 ---> Running in dbc5b247debf 22:14:31 Removing intermediate container dbc5b247debf 22:14:31 ---> faebb5a829cd 22:14:31 Step 27/27 : LABEL version=1.2.1-dev.16 22:14:32 ---> Running in f34b9c6149ee 22:14:32 Removing intermediate container f34b9c6149ee 22:14:32 ---> d7d44bd303ed 22:14:32 [Warning] One or more build-args [ARCH] were not consumed 22:14:32 Successfully built d7d44bd303ed 22:14:32 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:14:32 provisioning config files... 22:14:32 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/53@tmp/config4741630956242148964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:14:32 ---> docker-login.sh 22:14:32 nexus3.edgexfoundry.org:10001 22:14:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:33 Configure a credential helper to remove this warning. See 22:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:33 22:14:33 Login Succeeded 22:14:33 nexus3.edgexfoundry.org:10002 22:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:33 Configure a credential helper to remove this warning. See 22:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:33 22:14:33 Login Succeeded 22:14:33 nexus3.edgexfoundry.org:10003 22:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:33 Configure a credential helper to remove this warning. See 22:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:33 22:14:33 Login Succeeded 22:14:33 nexus3.edgexfoundry.org:10004 22:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:33 Configure a credential helper to remove this warning. See 22:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:33 22:14:33 Login Succeeded 22:14:33 docker.io 22:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:33 Configure a credential helper to remove this warning. See 22:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:33 22:14:33 Login Succeeded 22:14:33 ---> docker-login.sh ends [Pipeline] } 22:14:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:34 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 22:14:34 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:14:34 latest 22:14:34 1.2.1-dev.16 22:14:34 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 22:14:34 master 22:14:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:14:34 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] isUnix [Pipeline] sh 22:14:34 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:14:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:14:34 b468f30cd7a6: Preparing 22:14:34 3ed40542b183: Preparing 22:14:34 170c7cf5e3e2: Preparing 22:14:34 562dc102dfdb: Preparing 22:14:34 b3b2bc17dd2d: Preparing 22:14:34 50644c29ef5a: Preparing 22:14:34 50644c29ef5a: Waiting 22:14:35 562dc102dfdb: Pushed 22:14:35 50644c29ef5a: Layer already exists 22:14:35 b3b2bc17dd2d: Pushed 22:14:36 3ed40542b183: Pushed 22:14:36 170c7cf5e3e2: Pushed 22:14:37 b468f30cd7a6: Pushed 22:14:37 07d155ce2010a0a52548d22b34cd4ccd3eb6da08: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:14:37 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 22:14:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:14:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:14:37 b468f30cd7a6: Preparing 22:14:37 3ed40542b183: Preparing 22:14:37 170c7cf5e3e2: Preparing 22:14:37 562dc102dfdb: Preparing 22:14:37 b3b2bc17dd2d: Preparing 22:14:37 50644c29ef5a: Preparing 22:14:37 50644c29ef5a: Waiting 22:14:37 170c7cf5e3e2: Layer already exists 22:14:37 b468f30cd7a6: Layer already exists 22:14:37 562dc102dfdb: Layer already exists 22:14:37 b3b2bc17dd2d: Layer already exists 22:14:37 3ed40542b183: Layer already exists 22:14:37 50644c29ef5a: Layer already exists 22:14:38 latest: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:14:38 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.16 [Pipeline] isUnix [Pipeline] sh 22:14:38 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.16 22:14:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:14:39 b468f30cd7a6: Preparing 22:14:39 3ed40542b183: Preparing 22:14:39 170c7cf5e3e2: Preparing 22:14:39 562dc102dfdb: Preparing 22:14:39 b3b2bc17dd2d: Preparing 22:14:39 50644c29ef5a: Preparing 22:14:39 50644c29ef5a: Waiting 22:14:39 170c7cf5e3e2: Layer already exists 22:14:39 b3b2bc17dd2d: Layer already exists 22:14:39 b468f30cd7a6: Layer already exists 22:14:39 3ed40542b183: Layer already exists 22:14:39 562dc102dfdb: Layer already exists 22:14:39 50644c29ef5a: Layer already exists 22:14:39 1.2.1-dev.16: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:14:39 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [Pipeline] isUnix [Pipeline] sh 22:14:39 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 22:14:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:14:39 b468f30cd7a6: Preparing 22:14:39 3ed40542b183: Preparing 22:14:39 170c7cf5e3e2: Preparing 22:14:39 562dc102dfdb: Preparing 22:14:39 b3b2bc17dd2d: Preparing 22:14:39 50644c29ef5a: Preparing 22:14:39 50644c29ef5a: Waiting 22:14:39 b3b2bc17dd2d: Layer already exists 22:14:39 562dc102dfdb: Layer already exists 22:14:39 b468f30cd7a6: Layer already exists 22:14:39 170c7cf5e3e2: Layer already exists 22:14:39 3ed40542b183: Layer already exists 22:14:39 50644c29ef5a: Layer already exists 22:14:39 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:14:40 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 22:14:40 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 22:14:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 22:14:40 b468f30cd7a6: Preparing 22:14:40 3ed40542b183: Preparing 22:14:40 170c7cf5e3e2: Preparing 22:14:40 562dc102dfdb: Preparing 22:14:40 b3b2bc17dd2d: Preparing 22:14:40 50644c29ef5a: Preparing 22:14:40 50644c29ef5a: Waiting 22:14:40 170c7cf5e3e2: Layer already exists 22:14:40 b468f30cd7a6: Layer already exists 22:14:40 b3b2bc17dd2d: Layer already exists 22:14:40 3ed40542b183: Layer already exists 22:14:40 562dc102dfdb: Layer already exists 22:14:40 50644c29ef5a: Layer already exists 22:14:40 master: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:14:41 ===================================================== [Pipeline] echo 22:14:41 taggedImages: 22:14:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:14:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 22:14:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.16 22:14:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 22:14:41 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:14:51 Removing intermediate container 197c273e6af4 22:14:51 ---> 9fdbc4491c1c 22:14:51 Step 14/27 : FROM alpine:latest 22:14:51 latest: Pulling from library/alpine 22:14:51 b538f80385f9: Already exists 22:14:52 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 22:14:52 Status: Downloaded newer image for alpine:latest 22:14:52 ---> 62ee0e9f8440 22:14:52 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:14:52 ---> Running in a38d7fc516fa 22:14:52 Removing intermediate container a38d7fc516fa 22:14:52 ---> 17e2fde00b18 22:14:52 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 22:14:52 ---> Running in a0c2669e0324 22:14:53 Removing intermediate container a0c2669e0324 22:14:53 ---> 358eb59e8ea0 22:14:53 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 22:14:53 ---> Running in 1a646bb764ec 22:14:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:14:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:14:55 (1/6) Installing ca-certificates (20191127-r4) 22:14:55 (2/6) Installing libgcc (9.3.0-r2) 22:14:55 (3/6) Installing libsodium (1.0.18-r0) 22:14:55 (4/6) Installing libstdc++ (9.3.0-r2) 22:14:55 (5/6) Installing libzmq (4.3.3-r0) 22:14:55 (6/6) Installing zeromq (4.3.3-r0) 22:14:55 Executing busybox-1.31.1-r16.trigger 22:14:55 Executing ca-certificates-20191127-r4.trigger 22:14:56 OK: 9 MiB in 20 packages 22:14:57 Removing intermediate container 1a646bb764ec 22:14:57 ---> 23a53d518fce 22:14:57 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 22:14:58 ---> c51deac55eb9 22:14:58 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 22:14:59 ---> ac1ceb9e075f 22:14:59 Step 20/27 : COPY --from=builder /app/res/ /res/ 22:15:00 ---> c7edc6b30e19 22:15:00 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 22:15:01 ---> 187c1a833d44 22:15:01 Step 22/27 : EXPOSE 48095 22:15:01 ---> Running in 3d0a95ebe332 22:15:02 Removing intermediate container 3d0a95ebe332 22:15:02 ---> 24fe9a1fdbdf 22:15:02 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 22:15:02 ---> Running in 0a24c35cddd6 22:15:02 Removing intermediate container 0a24c35cddd6 22:15:02 ---> caae700e5d0e 22:15:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:15:02 ---> Running in 3422f8dbc42a 22:15:03 Removing intermediate container 3422f8dbc42a 22:15:03 ---> 66b2ad179bd4 22:15:03 Step 25/27 : LABEL arch=arm64 22:15:03 ---> Running in 05159373962d 22:15:04 Removing intermediate container 05159373962d 22:15:04 ---> 99792a9394a1 22:15:04 Step 26/27 : LABEL git_sha=07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:15:04 ---> Running in de5b427c9d25 22:15:04 Removing intermediate container de5b427c9d25 22:15:04 ---> 074a50ec559b 22:15:04 Step 27/27 : LABEL version=1.2.1-dev.16 22:15:04 ---> Running in f89bdd8fca60 22:15:05 Removing intermediate container f89bdd8fca60 22:15:05 ---> 6ed7a621ce59 22:15:05 [Warning] One or more build-args [ARCH] were not consumed 22:15:05 Successfully built 6ed7a621ce59 22:15:05 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 22:15:05 provisioning config files... 22:15:05 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/53@tmp/config7213443396610468720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:06 ---> docker-login.sh 22:15:06 nexus3.edgexfoundry.org:10001 22:15:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:06 Configure a credential helper to remove this warning. See 22:15:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:06 22:15:06 Login Succeeded 22:15:06 nexus3.edgexfoundry.org:10002 22:15:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:07 Configure a credential helper to remove this warning. See 22:15:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:07 22:15:07 Login Succeeded 22:15:07 nexus3.edgexfoundry.org:10003 22:15:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:08 Configure a credential helper to remove this warning. See 22:15:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:08 22:15:08 Login Succeeded 22:15:08 nexus3.edgexfoundry.org:10004 22:15:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:08 Configure a credential helper to remove this warning. See 22:15:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:08 22:15:08 Login Succeeded 22:15:08 docker.io 22:15:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:09 Configure a credential helper to remove this warning. See 22:15:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:09 22:15:09 Login Succeeded 22:15:09 ---> docker-login.sh ends [Pipeline] } 22:15:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:09 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 22:15:09 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:15:09 latest 22:15:09 1.2.1-dev.16 22:15:09 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 22:15:09 master 22:15:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:10 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] isUnix [Pipeline] sh 22:15:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:15:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:15:10 44e5a790a6d8: Preparing 22:15:10 8c8c468828c5: Preparing 22:15:10 bbfd5d09e57f: Preparing 22:15:10 81a1643ca09a: Preparing 22:15:10 11bfa463a452: Preparing 22:15:10 e2f13739ad41: Preparing 22:15:10 e2f13739ad41: Waiting 22:15:11 bbfd5d09e57f: Pushed 22:15:11 81a1643ca09a: Pushed 22:15:11 8c8c468828c5: Pushed 22:15:11 e2f13739ad41: Layer already exists 22:15:12 11bfa463a452: Pushed 22:15:15 44e5a790a6d8: Pushed 22:15:15 07d155ce2010a0a52548d22b34cd4ccd3eb6da08: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:15:16 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:15:16 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:15:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:15:16 44e5a790a6d8: Preparing 22:15:16 8c8c468828c5: Preparing 22:15:16 bbfd5d09e57f: Preparing 22:15:16 81a1643ca09a: Preparing 22:15:16 11bfa463a452: Preparing 22:15:16 e2f13739ad41: Preparing 22:15:16 e2f13739ad41: Waiting 22:15:16 11bfa463a452: Layer already exists 22:15:16 81a1643ca09a: Layer already exists 22:15:16 bbfd5d09e57f: Layer already exists 22:15:16 8c8c468828c5: Layer already exists 22:15:16 44e5a790a6d8: Layer already exists 22:15:16 e2f13739ad41: Layer already exists 22:15:16 latest: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:15:16 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.16 [Pipeline] isUnix [Pipeline] sh 22:15:17 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.16 22:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:15:17 44e5a790a6d8: Preparing 22:15:17 8c8c468828c5: Preparing 22:15:17 bbfd5d09e57f: Preparing 22:15:17 81a1643ca09a: Preparing 22:15:17 11bfa463a452: Preparing 22:15:17 e2f13739ad41: Preparing 22:15:17 e2f13739ad41: Waiting 22:15:17 8c8c468828c5: Layer already exists 22:15:17 bbfd5d09e57f: Layer already exists 22:15:17 81a1643ca09a: Layer already exists 22:15:17 44e5a790a6d8: Layer already exists 22:15:17 11bfa463a452: Layer already exists 22:15:17 e2f13739ad41: Layer already exists 22:15:17 1.2.1-dev.16: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:15:17 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [Pipeline] isUnix [Pipeline] sh 22:15:18 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 22:15:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:15:18 44e5a790a6d8: Preparing 22:15:18 8c8c468828c5: Preparing 22:15:18 bbfd5d09e57f: Preparing 22:15:18 81a1643ca09a: Preparing 22:15:18 11bfa463a452: Preparing 22:15:18 e2f13739ad41: Preparing 22:15:18 e2f13739ad41: Waiting 22:15:18 44e5a790a6d8: Layer already exists 22:15:18 8c8c468828c5: Layer already exists 22:15:18 81a1643ca09a: Layer already exists 22:15:18 11bfa463a452: Layer already exists 22:15:18 bbfd5d09e57f: Layer already exists 22:15:18 e2f13739ad41: Layer already exists 22:15:18 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh 22:15:18 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 22:15:19 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 22:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 22:15:19 44e5a790a6d8: Preparing 22:15:19 8c8c468828c5: Preparing 22:15:19 bbfd5d09e57f: Preparing 22:15:19 81a1643ca09a: Preparing 22:15:19 11bfa463a452: Preparing 22:15:19 e2f13739ad41: Preparing 22:15:19 e2f13739ad41: Waiting 22:15:19 44e5a790a6d8: Layer already exists 22:15:19 81a1643ca09a: Layer already exists 22:15:19 11bfa463a452: Layer already exists 22:15:19 bbfd5d09e57f: Layer already exists 22:15:19 8c8c468828c5: Layer already exists 22:15:19 e2f13739ad41: Layer already exists 22:15:19 master: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:19 ===================================================== [Pipeline] echo 22:15:19 taggedImages: 22:15:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:15:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 22:15:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.16 22:15:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 22:15:19 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 22:15:22 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:15:22 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:15:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:15:22 22:15:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:15:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:15:23 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:15:23 cbdbe7a5bc2a: Pulling fs layer 22:15:23 408f87550127: Pulling fs layer 22:15:23 fe522b08c979: Pulling fs layer 22:15:23 221eaa008020: Pulling fs layer 22:15:23 2a4607e5d6b9: Pulling fs layer 22:15:23 8f79b27c4fd2: Pulling fs layer 22:15:23 e5c8dbe1645b: Pulling fs layer 22:15:23 23e8b3b47431: Pulling fs layer 22:15:23 5c568d65a230: Pulling fs layer 22:15:23 8f79b27c4fd2: Waiting 22:15:23 e5c8dbe1645b: Waiting 22:15:23 23e8b3b47431: Waiting 22:15:23 221eaa008020: Waiting 22:15:23 5c568d65a230: Waiting 22:15:23 2a4607e5d6b9: Waiting 22:15:23 fe522b08c979: Verifying Checksum 22:15:23 fe522b08c979: Download complete 22:15:23 408f87550127: Download complete 22:15:23 2a4607e5d6b9: Verifying Checksum 22:15:23 2a4607e5d6b9: Download complete 22:15:23 8f79b27c4fd2: Verifying Checksum 22:15:23 8f79b27c4fd2: Download complete 22:15:23 cbdbe7a5bc2a: Download complete 22:15:24 cbdbe7a5bc2a: Pull complete 22:15:24 408f87550127: Pull complete 22:15:24 fe522b08c979: Pull complete 22:15:25 e5c8dbe1645b: Verifying Checksum 22:15:25 e5c8dbe1645b: Download complete 22:15:28 5c568d65a230: Verifying Checksum 22:15:28 5c568d65a230: Download complete 22:15:29 23e8b3b47431: Verifying Checksum 22:15:29 23e8b3b47431: Download complete 22:15:32 221eaa008020: Verifying Checksum 22:15:32 221eaa008020: Download complete 22:15:45 221eaa008020: Pull complete 22:15:46 2a4607e5d6b9: Pull complete 22:15:46 8f79b27c4fd2: Pull complete 22:15:50 e5c8dbe1645b: Pull complete 22:15:53 23e8b3b47431: Pull complete 22:15:55 5c568d65a230: Pull complete 22:15:55 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:15:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:15:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:15:55 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:15:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/_app-service-configurable_master:/ws -w /ws --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 22:15:57 $ docker top d0abb8d52e030d202bd40644064b5b17439c9589361b9080be6046cec6be70aa -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:58 + snyk monitor '--org=edgex-jenkins' 22:16:21 22:16:21 Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... 22:16:21 22:16:21 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/6881959b-8a9b-4053-9dbd-ff3ab69a276c 22:16:21 22:16:21 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:16:21 22:16:21 22:16:21 Snyk CLI supports Node.js 8 and higher. 22:16:21 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:16:21 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:16:21 22:16:21 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:16:21 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:16:21 $ docker stop --time=1 d0abb8d52e030d202bd40644064b5b17439c9589361b9080be6046cec6be70aa 22:16:25 $ docker rm -f d0abb8d52e030d202bd40644064b5b17439c9589361b9080be6046cec6be70aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:16:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 22:16:27 22:16:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 22:16:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 22:16:27 latest: Pulling from edgex-devops/edgex-klar 22:16:27 e7c96db7181b: Pulling fs layer 22:16:27 1868ca2cb446: Pulling fs layer 22:16:27 136be5d0fe8e: Pulling fs layer 22:16:27 894bfe63afcb: Pulling fs layer 22:16:27 894bfe63afcb: Waiting 22:16:27 1868ca2cb446: Verifying Checksum 22:16:27 1868ca2cb446: Download complete 22:16:27 136be5d0fe8e: Download complete 22:16:27 e7c96db7181b: Verifying Checksum 22:16:27 e7c96db7181b: Download complete 22:16:28 e7c96db7181b: Pull complete 22:16:28 1868ca2cb446: Pull complete 22:16:28 894bfe63afcb: Verifying Checksum 22:16:28 894bfe63afcb: Download complete 22:16:29 136be5d0fe8e: Pull complete 22:16:29 894bfe63afcb: Pull complete 22:16:29 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 22:16:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 22:16:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 22:16:29 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:16:29 $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 22:16:31 $ docker top 4d822e9cbac27a6dd4f8a65731954f8475212c0019c59c0a42709ca46dcd3a05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:32 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:16:32 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:16:37 $ docker stop --time=1 4d822e9cbac27a6dd4f8a65731954f8475212c0019c59c0a42709ca46dcd3a05 22:16:39 $ docker rm -f 4d822e9cbac27a6dd4f8a65731954f8475212c0019c59c0a42709ca46dcd3a05 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:16:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 22:16:40 . [Pipeline] withDockerContainer 22:16:40 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:16:40 $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 22:16:42 $ docker top 4bc2fc86204d6ef0af69643ad506087f6f65674b82758c2ef6a1df74257449df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:43 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:16:43 + tee 22:16:43 clair timeout 1m0s 22:16:43 docker timeout: 1m0s 22:16:43 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:16:44 $ docker stop --time=1 4bc2fc86204d6ef0af69643ad506087f6f65674b82758c2ef6a1df74257449df 22:16:46 $ docker rm -f 4bc2fc86204d6ef0af69643ad506087f6f65674b82758c2ef6a1df74257449df [Pipeline] // withDockerContainer [Pipeline] sh 22:16:47 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 22:16:47 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_07d155ce2010a0a52548d22b34cd4ccd3eb6da08.html [Pipeline] writeFile [Pipeline] step 22:16:47 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 22:16:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 22:16:48 . [Pipeline] withDockerContainer 22:16:48 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:16:48 $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 22:16:50 $ docker top ad55aaf92ae9020ff9b35ee85181472fa2916996865fb67cb1a13a13e3b81248 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:16:51 + tee 22:16:51 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:16:57 $ docker stop --time=1 ad55aaf92ae9020ff9b35ee85181472fa2916996865fb67cb1a13a13e3b81248 22:16:59 $ docker rm -f ad55aaf92ae9020ff9b35ee85181472fa2916996865fb67cb1a13a13e3b81248 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:16:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 22:16:59 . [Pipeline] withDockerContainer 22:17:00 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:17:00 $ docker run -t -d -u 1001:1001 --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 22:17:01 $ docker top 7a12cead55457a7e8dce7b1f53cf44e7a86b7a186a3a99c634a58beb653fb098 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:01 + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 22:17:01 + tee 22:17:01 clair timeout 1m0s 22:17:01 docker timeout: 1m0s 22:17:01 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:17:03 $ docker stop --time=1 7a12cead55457a7e8dce7b1f53cf44e7a86b7a186a3a99c634a58beb653fb098 22:17:04 $ docker rm -f 7a12cead55457a7e8dce7b1f53cf44e7a86b7a186a3a99c634a58beb653fb098 [Pipeline] // withDockerContainer [Pipeline] sh 22:17:05 + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo 22:17:05 Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_07d155ce2010a0a52548d22b34cd4ccd3eb6da08.html [Pipeline] writeFile [Pipeline] step 22:17:05 Archiving artifacts [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] unstash [Pipeline] isUnix [Pipeline] sh 22:17:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:17:06 . [Pipeline] withDockerContainer 22:17:06 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:17:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:17:08 $ docker top 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:08 [ssh-agent] Looking for ssh-agent implementation... 22:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:09 $ docker exec 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 ssh-agent 22:17:09 SSH_AUTH_SOCK=/tmp/ssh-rAauRKwRJCeg/agent.12 22:17:09 SSH_AGENT_PID=18 22:17:09 Running ssh-add (command line suppressed) 22:17:09 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9029029305424695693.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9029029305424695693.key) 22:17:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:10 + git semver tag 22:17:10 # -> Open(): unable to determine branch for HEAD 22:17:10 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:17:10 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:17:10 # $SEMVER_REMOTE_NAME = origin 22:17:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:17:10 # $SEMVER_USER_NAME = edgex-jenkins 22:17:10 # $SEMVER_BRANCH = master 22:17:10 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:17:10 # 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 HEAD 22:17:10 # -> Force: false 22:17:10 # 13455c6ed6a362a5b44401ae68f661f585de422e refs/tags/v1.2.1-dev.16 [Pipeline] } 22:17:10 $ docker exec --env ******** --env ******** 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 ssh-agent -k 22:17:10 unset SSH_AUTH_SOCK; 22:17:10 unset SSH_AGENT_PID; 22:17:10 echo Agent pid 18 killed; 22:17:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:11 + git semver [Pipeline] } 22:17:11 $ docker stop --time=1 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 22:17:13 $ docker rm -f 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:17:14 22:17:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:17:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:17:14 0.23.1-centos7: Pulling from edgex-lftools 22:17:14 ab5ef0e58194: Pulling fs layer 22:17:14 9712f1f96733: Pulling fs layer 22:17:14 63f879dbbcfc: Pulling fs layer 22:17:14 0d9ebad4ef96: Pulling fs layer 22:17:14 e9a5061849ea: Pulling fs layer 22:17:14 d747dcd14b5f: Pulling fs layer 22:17:14 2de7ff778b66: Pulling fs layer 22:17:14 0d9ebad4ef96: Waiting 22:17:14 e9a5061849ea: Waiting 22:17:14 d747dcd14b5f: Waiting 22:17:14 2de7ff778b66: Waiting 22:17:14 9712f1f96733: Verifying Checksum 22:17:14 9712f1f96733: Download complete 22:17:17 63f879dbbcfc: Verifying Checksum 22:17:17 63f879dbbcfc: Download complete 22:17:17 e9a5061849ea: Verifying Checksum 22:17:17 e9a5061849ea: Download complete 22:17:17 d747dcd14b5f: Verifying Checksum 22:17:17 d747dcd14b5f: Download complete 22:17:18 2de7ff778b66: Verifying Checksum 22:17:18 2de7ff778b66: Download complete 22:17:20 0d9ebad4ef96: Verifying Checksum 22:17:20 0d9ebad4ef96: Download complete 22:17:20 ab5ef0e58194: Verifying Checksum 22:17:20 ab5ef0e58194: Download complete 22:17:27 ab5ef0e58194: Pull complete 22:17:28 9712f1f96733: Pull complete 22:17:30 63f879dbbcfc: Pull complete 22:17:39 0d9ebad4ef96: Pull complete 22:17:42 e9a5061849ea: Pull complete 22:17:42 d747dcd14b5f: Pull complete 22:17:45 2de7ff778b66: Pull complete 22:17:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:17:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:17:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:17:45 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:17:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:17:49 $ docker top e4671f7307a7f13fb2bf9cc5a7fee186eb19aea1261a2753386e684c83bbc50e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:17:49 provisioning config files... 22:17:49 copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2961990629977323784tmp 22:17:49 copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5772473252703495685tmp 22:17:49 copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8284450464307986191tmp [Pipeline] { [Pipeline] echo 22:17:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:17:50 ---> sigul-configuration.sh 22:17:50 gpg: directory `/root/.gnupg' created 22:17:50 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:17:50 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:17:50 gpg: keyring `/root/.gnupg/secring.gpg' created 22:17:50 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:17:50 gpg: CAST5 encrypted data 22:17:50 gpg: encrypted with 1 passphrase 22:17:50 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:17:51 + mkdir /home/jenkins 22:17:51 + mkdir /home/jenkins/sigul [Pipeline] sh 22:17:52 + 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 22:17:52 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:17:53 ---> sigul-install.sh 22:17:59 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:18:00 + git tag --list 22:18:00 v1.0.0 22:18:00 v1.1.0 22:18:00 v1.2.0 22:18:00 v1.2.1-dev.1 22:18:00 v1.2.1-dev.10 22:18:00 v1.2.1-dev.11 22:18:00 v1.2.1-dev.12 22:18:00 v1.2.1-dev.13 22:18:00 v1.2.1-dev.14 22:18:00 v1.2.1-dev.15 22:18:00 v1.2.1-dev.16 22:18:00 v1.2.1-dev.2 22:18:00 v1.2.1-dev.3 22:18:00 v1.2.1-dev.4 22:18:00 v1.2.1-dev.5 22:18:00 v1.2.1-dev.6 22:18:00 v1.2.1-dev.7 22:18:00 v1.2.1-dev.8 22:18:00 v1.2.1-dev.9 [Pipeline] sh 22:18:00 + lftools sign git-tag v1.2.1-dev.16 22:18:02 Signing Git tag with Sigul... 22:18:02 Signing v1.2.1-dev.16 [Pipeline] echo 22:18:03 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:18:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:18:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:18:04 $ docker stop --time=1 e4671f7307a7f13fb2bf9cc5a7fee186eb19aea1261a2753386e684c83bbc50e 22:18:06 $ docker rm -f e4671f7307a7f13fb2bf9cc5a7fee186eb19aea1261a2753386e684c83bbc50e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:18:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:18:07 . [Pipeline] withDockerContainer 22:18:07 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:18:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:18:08 $ docker top 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:18:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:18:09 [ssh-agent] Looking for ssh-agent implementation... 22:18:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:18:09 $ docker exec 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 ssh-agent 22:18:09 SSH_AUTH_SOCK=/tmp/ssh-gOztnteNvtJS/agent.12 22:18:09 SSH_AGENT_PID=17 22:18:09 Running ssh-add (command line suppressed) 22:18:10 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2529561509320688675.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2529561509320688675.key) 22:18:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:18:10 + git semver bump pre 22:18:10 # -> Open(): unable to determine branch for HEAD 22:18:10 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:18:10 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:18:10 # $SEMVER_REMOTE_NAME = origin 22:18:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:18:10 # $SEMVER_USER_NAME = edgex-jenkins 22:18:10 # $SEMVER_BRANCH = master 22:18:10 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver 22:18:10 1.2.1-dev.17 [Pipeline] } 22:18:10 $ docker exec --env ******** --env ******** 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 ssh-agent -k 22:18:10 unset SSH_AUTH_SOCK; 22:18:10 unset SSH_AGENT_PID; 22:18:10 echo Agent pid 17 killed; 22:18:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:18:11 + git semver [Pipeline] } 22:18:11 $ docker stop --time=1 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 22:18:13 $ docker rm -f 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:18:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:18:13 . [Pipeline] withDockerContainer 22:18:14 prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container 22:18:14 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:18:15 $ docker top c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:18:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:18:15 [ssh-agent] Looking for ssh-agent implementation... 22:18:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:18:16 $ docker exec c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 ssh-agent 22:18:16 SSH_AUTH_SOCK=/tmp/ssh-i3N0cq6Txhq7/agent.12 22:18:16 SSH_AGENT_PID=17 22:18:16 Running ssh-add (command line suppressed) 22:18:16 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6834761153891123143.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6834761153891123143.key) 22:18:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:18:16 + git semver push 22:18:16 # -> Open(): unable to determine branch for HEAD 22:18:16 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 22:18:16 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 22:18:16 # $SEMVER_REMOTE_NAME = origin 22:18:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:18:16 # $SEMVER_USER_NAME = edgex-jenkins 22:18:16 # $SEMVER_BRANCH = master 22:18:16 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 22:18:23 $ docker exec --env ******** --env ******** c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 ssh-agent -k 22:18:24 unset SSH_AUTH_SOCK; 22:18:24 unset SSH_AGENT_PID; 22:18:24 echo Agent pid 17 killed; 22:18:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:18:24 + git semver [Pipeline] } 22:18:24 $ docker stop --time=1 c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 22:18:26 $ docker rm -f c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 [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 22:18:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:18:28 ---> package-listing.sh 22:18:28 ++ facter osfamily 22:18:28 ++ tr '[:upper:]' '[:lower:]' 22:18:28 + OS_FAMILY=redhat 22:18:28 + workspace=/w/workspace/_app-service-configurable_master 22:18:28 + START_PACKAGES=/tmp/packages_start.txt 22:18:28 + END_PACKAGES=/tmp/packages_end.txt 22:18:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:18:28 + PACKAGES=/tmp/packages_start.txt 22:18:28 + '[' /w/workspace/_app-service-configurable_master ']' 22:18:28 + PACKAGES=/tmp/packages_end.txt 22:18:28 + case "${OS_FAMILY}" in 22:18:28 + rpm -qa 22:18:28 + sort 22:18:32 + '[' -f /tmp/packages_start.txt ']' 22:18:32 + '[' -f /tmp/packages_end.txt ']' 22:18:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:18:32 + '[' /w/workspace/_app-service-configurable_master ']' 22:18:32 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 22:18:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:18:33 provisioning config files... 22:18:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1218788349750985098tmp [Pipeline] { [Pipeline] echo 22:18:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:18:33 ---> create-netrc.sh [Pipeline] } 22:18:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:18:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:18:33 ---> python-tools-install.sh 22:18:33 Generating Requirements File 22:20:10 Python 3.6.8 22:20:11 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 22:20:12 appdirs==1.4.3 22:20:12 argcomplete==1.12.1 22:20:12 aspy.yaml==1.3.0 22:20:12 attrs==19.3.0 22:20:12 Babel==2.8.0 22:20:12 beautifulsoup4==4.8.2 22:20:12 boto3==1.11.6 22:20:12 botocore==1.14.6 22:20:12 bs4==0.0.1 22:20:12 cachetools==4.1.1 22:20:12 certifi==2019.11.28 22:20:12 cffi==1.14.3 22:20:12 cfgv==2.0.1 22:20:12 chardet==3.0.4 22:20:12 click==7.1 22:20:12 cliff==3.4.0 22:20:12 cmd2==1.3.11 22:20:12 colorama==0.4.4 22:20:12 cryptography==3.1.1 22:20:12 debtcollector==2.2.0 22:20:12 decorator==4.4.2 22:20:12 defusedxml==0.6.0 22:20:12 Deprecated==1.2.7 22:20:12 distlib==0.3.1 22:20:12 distro==1.2.0 22:20:12 dnspython==1.16.0 22:20:12 docker==4.2.0 22:20:12 docutils==0.15.2 22:20:12 dogpile.cache==1.0.2 22:20:12 email-validator==1.0.5 22:20:12 filelock==3.0.12 22:20:12 future==0.18.2 22:20:12 google-auth==1.22.1 22:20:12 httplib2==0.17.0 22:20:12 identify==1.4.11 22:20:12 idna==2.9 22:20:12 importlib-metadata==2.0.0 22:20:12 importlib-resources==1.5.0 22:20:12 iso8601==0.1.13 22:20:12 Jinja2==2.11.1 22:20:12 jmespath==0.10.0 22:20:12 jsonpatch==1.26 22:20:12 jsonpointer==2.0 22:20:12 jsonschema==3.2.0 22:20:12 keystoneauth1==4.2.1 22:20:12 kubernetes==11.0.0 22:20:12 lftools==0.34.2 22:20:12 lxml==4.5.0 22:20:12 MarkupSafe==0.23 22:20:12 msgpack==1.0.0 22:20:12 multi-key-dict==2.0.3 22:20:12 munch==2.5.0 22:20:12 netaddr==0.8.0 22:20:12 netifaces==0.10.9 22:20:12 niet==1.4.2 22:20:12 nodeenv==1.3.5 22:20:12 oauth2client==4.1.3 22:20:12 oauthlib==3.1.0 22:20:12 openstacksdk==0.50.0 22:20:12 os-client-config==2.1.0 22:20:12 os-service-types==1.7.0 22:20:12 osc-lib==2.2.1 22:20:12 oslo.config==8.3.2 22:20:12 oslo.context==3.1.1 22:20:12 oslo.i18n==5.0.1 22:20:12 oslo.log==4.4.0 22:20:12 oslo.serialization==4.0.1 22:20:12 oslo.utils==4.6.0 22:20:12 packaging==20.4 22:20:12 pbr==5.4.4 22:20:12 pluggy==0.13.1 22:20:12 prettytable==0.7.2 22:20:12 py==1.9.0 22:20:12 pyasn1==0.4.8 22:20:12 pyasn1-modules==0.2.8 22:20:12 pycparser==2.20 22:20:12 pygerrit2==2.0.10 22:20:12 PyGithub==1.46 22:20:12 pyinotify==0.9.6 22:20:12 PyJWT==1.7.1 22:20:12 pyparsing==2.4.7 22:20:12 pyperclip==1.8.1 22:20:12 pyroute2==0.4.13 22:20:12 pyrsistent==0.15.7 22:20:12 PySocks==1.6.8 22:20:12 python-cinderclient==7.2.0 22:20:12 python-dateutil==2.8.1 22:20:12 python-heatclient==2.2.1 22:20:12 python-jenkins==1.7.0 22:20:12 python-keystoneclient==4.1.1 22:20:12 python-magnumclient==3.2.1 22:20:12 python-novaclient==17.2.1 22:20:12 python-openstackclient==5.4.0 22:20:12 python-swiftclient==3.10.1 22:20:12 pytz==2020.1 22:20:12 PyYAML==5.3 22:20:12 requests==2.23.0 22:20:12 requests-oauthlib==1.3.0 22:20:12 requestsexceptions==1.4.0 22:20:12 rfc3986==1.4.0 22:20:12 rpm==4.11.3 22:20:12 rsa==4.0 22:20:12 ruamel.yaml==0.16.10 22:20:12 ruamel.yaml.clib==0.2.0 22:20:12 s3transfer==0.3.3 22:20:12 shade==1.27.2 22:20:12 simplejson==3.17.2 22:20:12 six==1.14.0 22:20:12 soupsieve==2.0 22:20:12 stevedore==3.2.2 22:20:12 tabulate==0.8.6 22:20:12 toml==0.10.0 22:20:12 tox==3.20.1 22:20:12 tqdm==4.43.0 22:20:12 urllib3==1.25.8 22:20:12 virtualenv==20.0.34 22:20:12 wcwidth==0.2.5 22:20:12 websocket-client==0.57.0 22:20:12 wrapt==1.12.1 22:20:12 xdg==3.0.2 22:20:12 xmltodict==0.12.0 22:20:12 yq==2.11.1 22:20:12 zipp==3.3.0 22:20:13 Cache entry deserialization failed, entry ignored 22:20:17 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 22:20:21 Python 2.7.5 22:20:21 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 22:20:21 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 22:20:21 ansible==2.9.7 22:20:21 Babel==0.9.6 22:20:21 backports.ssl-match-hostname==3.5.0.1 22:20:21 beautifulsoup4==4.4.1 22:20:21 bodhi==2.11.0 22:20:21 bodhi-client==2.11.0 22:20:21 CCColUtils==1.4 22:20:21 cffi==1.6.0 22:20:21 chardet==2.2.1 22:20:21 click==6.7 22:20:21 cloud-init==18.5 22:20:21 configobj==4.7.2 22:20:21 cryptography==1.7.2 22:20:21 decorator==3.4.0 22:20:21 distro==1.2.0 22:20:21 enum34==1.0.4 22:20:21 fedpkg==1.38 22:20:21 futures==3.1.1 22:20:21 gitdb==0.6.4 22:20:21 GitPython==1.0.1 22:20:21 html5lib==0.999 22:20:21 httplib2==0.9.2 22:20:21 idna==2.4 22:20:21 iniparse==0.4 22:20:21 ipaddress==1.0.16 22:20:21 IPy==0.75 22:20:21 javapackages==1.0.0 22:20:21 Jinja2==2.7.2 22:20:21 jmespath==0.9.4 22:20:21 jsonpatch==1.2 22:20:21 jsonpointer==1.9 22:20:21 kerberos==1.1 22:20:21 kitchen==1.1.1 22:20:21 langtable==0.0.31 22:20:21 lockfile==0.9.1 22:20:21 lxml==3.2.1 22:20:21 MarkupSafe==0.11 22:20:21 munch==2.0.2 22:20:21 offtrac==0.1.0 22:20:21 openidc-client==0.6.0 22:20:21 packagedb-cli==2.14.1 22:20:21 paramiko==2.1.1 22:20:21 perf==0.1 22:20:21 ply==3.4 22:20:21 policycoreutils-default-encoding==0.1 22:20:21 prettytable==0.7.2 22:20:21 pyasn1==0.1.9 22:20:21 pycparser==2.14 22:20:21 pycurl==7.19.0 22:20:21 pygobject==3.22.0 22:20:21 pygpgme==0.3 22:20:21 pyliblzma==0.5.3 22:20:21 pyOpenSSL==0.13.1 22:20:21 pyparsing==1.5.6 22:20:21 pyserial==2.6 22:20:21 python-augeas==0.5.0 22:20:21 python-bugzilla==2.3.0 22:20:21 python-dateutil==1.5 22:20:21 python-fedora==0.10.0 22:20:21 python-linux-procfs==0.4.9 22:20:21 python-yubico==1.2.3 22:20:21 pyudev==0.15 22:20:21 pyusb==1.0.0b1 22:20:21 pyxattr==0.5.1 22:20:21 PyYAML==3.10 22:20:21 requests==2.6.0 22:20:21 requests-kerberos==0.7.0 22:20:21 rpkg==1.60 22:20:21 schedutils==0.4 22:20:21 seobject==0.1 22:20:21 sepolicy==1.1 22:20:21 six==1.9.0 22:20:21 smmap==0.9.0 22:20:21 urlgrabber==3.10 22:20:21 urllib3==1.10.2 22:20:21 virtualenv==15.1.0 22:20:21 yum-langpacks==0.4.2 22:20:21 yum-metadata-parser==1.1.4 [Pipeline] echo 22:20:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:20:22 ---> sudo-logs.sh 22:20:22 Archiving 'sudo' log.. [Pipeline] echo 22:20:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:20:22 ---> job-cost.sh 22:20:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5KKl 22:20:35 Cache entry deserialization failed, entry ignored 22:20:35 Cache entry deserialization failed, entry ignored 22:20:36 Cache entry deserialization failed, entry ignored 22:20:36 Cache entry deserialization failed, entry ignored 22:20:37 Cache entry deserialization failed, entry ignored 22:20:37 Cache entry deserialization failed, entry ignored 22:20:38 Cache entry deserialization failed, entry ignored 22:20:38 Cache entry deserialization failed, entry ignored 22:20:38 Cache entry deserialization failed, entry ignored 22:20:38 Cache entry deserialization failed, entry ignored 22:20:38 Cache entry deserialization failed, entry ignored 22:20:39 Cache entry deserialization failed, entry ignored 22:20:39 Cache entry deserialization failed, entry ignored 22:20:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:21:23 lf-activate-venv(): INFO: Adding /tmp/venv-5KKl/bin to PATH 22:21:23 INFO: No Stack... 22:21:23 INFO: Retrieving Pricing Info for: v1-standard-2 22:21:23 INFO: Archiving Costs [Pipeline] echo 22:21:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:21:23 ---> logs-deploy.sh 22:21:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/53 22:21:23 INFO: archiving workspace using pattern(s): 22:21:27 Archives upload complete. 22:21:27 INFO: archiving logs to Nexus 22:21:29 ---> uname -a: 22:21:29 Linux prd-centos7-docker-4c-2g-5206.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 22:21:29 22:21:29 22:21:29 ---> lscpu: 22:21:29 Architecture: x86_64 22:21:29 CPU op-mode(s): 32-bit, 64-bit 22:21:29 Byte Order: Little Endian 22:21:29 CPU(s): 4 22:21:29 On-line CPU(s) list: 0-3 22:21:29 Thread(s) per core: 1 22:21:29 Core(s) per socket: 1 22:21:29 Socket(s): 4 22:21:29 NUMA node(s): 1 22:21:29 Vendor ID: GenuineIntel 22:21:29 CPU family: 6 22:21:29 Model: 44 22:21:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:21:29 Stepping: 1 22:21:29 CPU MHz: 2933.438 22:21:29 BogoMIPS: 5866.87 22:21:29 Virtualization: VT-x 22:21:29 Hypervisor vendor: KVM 22:21:29 Virtualization type: full 22:21:29 L1d cache: 32K 22:21:29 L1i cache: 32K 22:21:29 L2 cache: 4096K 22:21:29 L3 cache: 16384K 22:21:29 NUMA node0 CPU(s): 0-3 22:21:29 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 22:21:29 22:21:29 22:21:29 ---> nproc: 22:21:29 4 22:21:29 22:21:29 22:21:29 ---> df -h: 22:21:29 Filesystem Size Used Avail Use% Mounted on 22:21:29 devtmpfs 887M 0 887M 0% /dev 22:21:29 tmpfs 919M 0 919M 0% /dev/shm 22:21:29 tmpfs 919M 17M 903M 2% /run 22:21:29 tmpfs 919M 0 919M 0% /sys/fs/cgroup 22:21:29 /dev/vda1 50G 8.6G 42G 18% / 22:21:29 tmpfs 184M 0 184M 0% /run/user/1001 22:21:29 22:21:29 22:21:29 ---> free -m: 22:21:29 total used free shared buff/cache available 22:21:29 Mem: 1837 596 76 15 1164 1042 22:21:29 Swap: 1023 3 1020 22:21:29 22:21:29 22:21:29 ---> ip addr: 22:21:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 22:21:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:21:29 inet 127.0.0.1/8 scope host lo 22:21:29 valid_lft forever preferred_lft forever 22:21:29 inet6 ::1/128 scope host 22:21:29 valid_lft forever preferred_lft forever 22:21:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 22:21:29 link/ether fa:16:3e:c1:fd:85 brd ff:ff:ff:ff:ff:ff 22:21:29 inet 10.30.122.225/23 brd 10.30.123.255 scope global dynamic eth0 22:21:29 valid_lft 85624sec preferred_lft 85624sec 22:21:29 inet6 fe80::f816:3eff:fec1:fd85/64 scope link 22:21:29 valid_lft forever preferred_lft forever 22:21:29 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 22:21:29 link/ether 02:42:72:93:e9:18 brd ff:ff:ff:ff:ff:ff 22:21:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:21:29 valid_lft forever preferred_lft forever 22:21:29 inet6 fe80::42:72ff:fe93:e918/64 scope link 22:21:29 valid_lft forever preferred_lft forever 22:21:29 22:21:29 22:21:29 ---> sar -b -r -n DEV: 22:21:29 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/13/2020 _x86_64_ (4 CPU) 22:21:29 22:21:29 10:08:13 PM LINUX RESTART 22:21:29 22:21:29 10:09:01 PM tps rtps wtps bread/s bwrtn/s 22:21:29 10:10:01 PM 61.12 20.09 41.04 5311.31 4749.69 22:21:29 10:11:01 PM 6.34 0.98 5.36 71.21 144.66 22:21:29 10:12:01 PM 0.32 0.00 0.32 0.00 4.33 22:21:29 10:13:01 PM 0.28 0.00 0.28 0.00 3.21 22:21:29 10:14:01 PM 0.22 0.00 0.22 0.00 2.76 22:21:29 10:15:01 PM 0.35 0.00 0.35 0.00 4.58 22:21:29 10:16:02 PM 175.32 103.54 71.78 5423.94 30517.79 22:21:29 10:17:01 PM 84.45 34.63 49.82 1668.95 5839.12 22:21:29 10:18:01 PM 178.97 52.89 126.09 3027.12 30547.70 22:21:29 10:19:01 PM 91.82 68.66 23.15 5283.03 3227.96 22:21:29 10:20:01 PM 76.58 5.64 70.95 749.44 8792.98 22:21:29 10:21:01 PM 88.80 25.46 63.34 1091.25 6080.27 22:21:29 Average: 63.71 25.99 37.72 1886.85 7497.93 22:21:29 22:21:29 10:09:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:21:29 10:10:01 PM 144456 1737100 92.32 2620 1196456 1350504 46.09 407460 1166592 600 22:21:29 10:11:01 PM 171120 1710436 90.91 2620 1198304 1119248 38.20 385112 1163072 8 22:21:29 10:12:01 PM 186252 1695304 90.10 2620 1198312 1014736 34.63 374340 1161220 8 22:21:29 10:13:01 PM 183652 1697904 90.24 2620 1198312 1014940 34.64 377504 1160692 8 22:21:29 10:14:01 PM 178596 1702960 90.51 2620 1198320 1015036 34.64 389892 1153228 8 22:21:29 10:15:01 PM 178144 1703412 90.53 2620 1198324 1014880 34.64 402576 1141220 8 22:21:29 10:16:02 PM 93520 1788036 95.03 2620 1143764 1373924 46.89 518696 1071440 52 22:21:29 10:17:01 PM 283220 1598336 84.95 2620 1021248 1199596 40.94 533940 865272 28 22:21:29 10:18:01 PM 100484 1781072 94.66 2292 1094120 1203536 41.07 626196 868672 70332 22:21:29 10:19:01 PM 83468 1798088 95.56 2020 1094196 1137780 38.83 608584 900388 34160 22:21:29 10:20:01 PM 83472 1798084 95.56 1496 1059800 1094292 37.35 631220 851912 68192 22:21:29 10:21:01 PM 78192 1803364 95.84 1496 1057040 1079364 36.84 630540 837008 44916 22:21:29 Average: 147048 1734508 92.18 2355 1138183 1134820 38.73 490505 1028393 18193 22:21:29 22:21:29 10:09:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 22:21:29 10:10:01 PM veth1b90c0b 2.56 1.91 0.40 3.16 0.00 0.00 0.00 22:21:29 10:10:01 PM eth0 252.25 181.81 1068.58 79.71 0.00 0.00 0.00 22:21:29 10:10:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 22:21:29 10:10:01 PM docker0 2.56 1.79 0.36 3.15 0.00 0.00 0.00 22:21:29 10:11:01 PM eth0 8.60 7.47 6.64 14.45 0.00 0.00 0.00 22:21:29 10:11:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:11:01 PM docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 22:21:29 10:12:01 PM eth0 0.57 0.00 0.05 0.00 0.00 0.00 0.00 22:21:29 10:12:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:12:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:13:01 PM eth0 0.95 0.37 0.32 0.17 0.00 0.00 0.00 22:21:29 10:13:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:13:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:14:01 PM eth0 1.00 0.48 0.32 0.25 0.00 0.00 0.00 22:21:29 10:14:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:14:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:15:01 PM eth0 0.63 0.40 0.40 0.23 0.00 0.00 0.00 22:21:29 10:15:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:15:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:16:02 PM veth958bcbc 0.17 0.23 0.02 0.09 0.00 0.00 0.00 22:21:29 10:16:02 PM eth0 655.88 501.01 4861.31 124.73 0.00 0.00 0.00 22:21:29 10:16:02 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 22:21:29 10:16:02 PM docker0 2.73 1.96 0.38 3.23 0.00 0.00 0.00 22:21:29 10:17:01 PM veth4f2534b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 22:21:29 10:17:01 PM eth0 128.98 112.47 622.37 74.01 0.00 0.00 0.00 22:21:29 10:17:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:17:01 PM docker0 56.38 63.07 5.24 416.69 0.00 0.00 0.00 22:21:29 10:18:01 PM vethdb1c5b7 22.71 36.10 1.52 198.87 0.00 0.00 0.00 22:21:29 10:18:01 PM eth0 409.97 350.49 3434.52 81.96 0.00 0.00 0.00 22:21:29 10:18:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:18:01 PM docker0 23.16 36.32 1.32 199.06 0.00 0.00 0.00 22:21:29 10:19:01 PM eth0 89.99 72.80 305.38 55.69 0.00 0.00 0.00 22:21:29 10:19:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:19:01 PM docker0 2.25 1.61 0.35 0.36 0.00 0.00 0.00 22:21:29 10:20:01 PM eth0 72.98 58.51 560.41 5.86 0.00 0.00 0.00 22:21:29 10:20:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:20:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:21:01 PM eth0 53.58 39.28 137.18 29.84 0.00 0.00 0.00 22:21:29 10:21:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 10:21:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 Average: eth0 114.40 93.36 821.60 30.82 0.00 0.00 0.00 22:21:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:21:29 Average: docker0 6.98 8.51 0.60 51.14 0.00 0.00 0.00 22:21:29 22:21:29 22:21:29 ---> sar -P ALL: 22:21:29 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/13/2020 _x86_64_ (4 CPU) 22:21:29 22:21:29 10:08:13 PM LINUX RESTART 22:21:29 22:21:29 10:09:01 PM CPU %user %nice %system %iowait %steal %idle 22:21:29 10:10:01 PM all 10.73 0.00 4.56 1.80 25.87 57.04 22:21:29 10:10:01 PM 0 9.94 0.00 4.76 0.93 28.02 56.35 22:21:29 10:10:01 PM 1 7.20 0.00 3.93 1.57 26.65 60.65 22:21:29 10:10:01 PM 2 12.48 0.00 4.73 2.38 24.44 55.97 22:21:29 10:10:01 PM 3 13.53 0.00 4.83 2.34 24.27 55.04 22:21:29 10:11:01 PM all 0.50 0.00 0.22 0.08 2.24 96.96 22:21:29 10:11:01 PM 0 0.76 0.00 0.26 0.02 2.76 96.19 22:21:29 10:11:01 PM 1 0.41 0.00 0.31 0.17 1.97 97.14 22:21:29 10:11:01 PM 2 0.44 0.00 0.18 0.13 2.50 96.75 22:21:29 10:11:01 PM 3 0.38 0.00 0.17 0.00 1.74 97.71 22:21:29 10:12:01 PM all 0.12 0.00 0.06 0.00 0.27 99.55 22:21:29 10:12:01 PM 0 0.35 0.00 0.05 0.00 0.48 99.12 22:21:29 10:12:01 PM 1 0.05 0.00 0.07 0.00 0.25 99.63 22:21:29 10:12:01 PM 2 0.02 0.00 0.07 0.00 0.13 99.78 22:21:29 10:12:01 PM 3 0.05 0.00 0.07 0.00 0.17 99.72 22:21:29 10:13:01 PM all 0.11 0.00 0.03 0.00 0.35 99.51 22:21:29 10:13:01 PM 0 0.35 0.00 0.02 0.00 0.40 99.24 22:21:29 10:13:01 PM 1 0.03 0.00 0.02 0.00 0.61 99.34 22:21:29 10:13:01 PM 2 0.03 0.00 0.02 0.00 0.08 99.87 22:21:29 10:13:01 PM 3 0.03 0.00 0.05 0.00 0.33 99.58 22:21:29 10:14:01 PM all 0.12 0.00 0.09 0.00 0.29 99.50 22:21:29 10:14:01 PM 0 0.37 0.00 0.03 0.00 0.15 99.45 22:21:29 10:14:01 PM 1 0.03 0.00 0.03 0.00 0.40 99.53 22:21:29 10:14:01 PM 2 0.05 0.00 0.03 0.00 0.35 99.57 22:21:29 10:14:01 PM 3 0.03 0.00 0.25 0.00 0.27 99.45 22:21:29 10:15:01 PM all 0.11 0.00 0.08 0.00 0.12 99.69 22:21:29 10:15:01 PM 0 0.23 0.00 0.05 0.00 0.20 99.52 22:21:29 10:15:01 PM 1 0.13 0.00 0.07 0.00 0.15 99.65 22:21:29 10:15:01 PM 2 0.03 0.00 0.03 0.00 0.07 99.87 22:21:29 10:15:01 PM 3 0.05 0.00 0.18 0.00 0.05 99.72 22:21:29 10:16:02 PM all 4.53 0.00 3.50 1.05 15.34 75.57 22:21:29 10:16:02 PM 0 3.84 0.00 3.82 0.68 16.61 75.05 22:21:29 10:16:02 PM 1 4.86 0.00 3.48 0.69 15.31 75.67 22:21:29 10:16:02 PM 2 4.33 0.00 3.10 2.42 14.97 75.18 22:21:29 10:16:02 PM 3 5.08 0.00 3.64 0.42 14.47 76.40 22:21:29 10:17:01 PM all 3.55 0.00 3.70 1.27 10.75 80.72 22:21:29 10:17:01 PM 0 4.13 0.00 3.68 1.82 12.21 78.16 22:21:29 10:17:01 PM 1 2.70 0.00 2.98 1.04 10.80 82.48 22:21:29 10:17:01 PM 2 3.93 0.00 4.58 1.54 9.67 80.28 22:21:29 10:17:01 PM 3 3.48 0.00 3.58 0.70 10.31 81.94 22:21:29 10:18:01 PM all 8.19 0.00 6.48 1.81 14.30 69.22 22:21:29 10:18:01 PM 0 6.07 0.00 5.69 2.40 15.69 70.15 22:21:29 10:18:01 PM 1 11.26 0.00 5.34 1.19 13.86 68.35 22:21:29 10:18:01 PM 2 8.56 0.00 8.30 2.61 13.84 66.68 22:21:29 10:18:01 PM 3 6.84 0.00 6.65 1.06 13.79 71.66 22:21:29 10:19:01 PM all 8.98 0.00 3.02 1.66 4.74 81.60 22:21:29 10:19:01 PM 0 18.77 0.00 4.08 4.13 5.70 67.32 22:21:29 10:19:01 PM 1 3.03 0.00 2.25 1.13 4.15 89.44 22:21:29 10:19:01 PM 2 8.54 0.00 3.27 0.83 3.84 83.52 22:21:29 10:19:01 PM 3 6.09 0.00 2.55 0.68 5.30 85.39 22:21:29 10:20:01 PM all 14.27 0.00 2.44 0.82 3.70 78.77 22:21:29 10:20:01 PM 0 27.51 0.00 3.04 0.52 3.93 64.99 22:21:29 10:20:01 PM 1 9.43 0.00 2.98 1.60 3.24 82.75 22:21:29 10:20:01 PM 2 14.38 0.00 2.68 0.40 3.40 79.14 22:21:29 10:20:01 PM 3 6.38 0.00 1.13 0.71 4.21 87.57 22:21:29 22:21:29 10:20:01 PM CPU %user %nice %system %iowait %steal %idle 22:21:29 10:21:01 PM all 15.04 0.00 2.77 1.47 3.51 77.21 22:21:29 10:21:01 PM 0 24.73 0.00 3.71 2.08 3.58 65.90 22:21:29 10:21:01 PM 1 9.02 0.00 1.59 1.46 3.64 84.28 22:21:29 10:21:01 PM 2 22.24 0.00 5.02 1.59 2.60 68.55 22:21:29 10:21:01 PM 3 5.19 0.00 0.94 0.80 4.20 88.87 22:21:29 Average: all 5.50 0.00 2.25 0.83 6.88 84.54 22:21:29 Average: 0 7.90 0.00 2.42 1.03 7.60 81.05 22:21:29 Average: 1 4.02 0.00 1.94 0.74 6.92 86.38 22:21:29 Average: 2 6.17 0.00 2.65 0.99 6.39 83.80 22:21:29 Average: 3 3.95 0.00 2.00 0.56 6.63 86.85 22:21:29 22:21:29 22:21:29