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 [2020-10-13T22:09:34.094Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-13T22:09:34.368Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-13T22:09:34.466Z] ========================================================= [2020-10-13T22:09:34.466Z] EdgeX Global Pipelines Version Info [2020-10-13T22:09:34.466Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:09:37.662Z] ------------------- [2020-10-13T22:09:37.662Z] stable info: [2020-10-13T22:09:37.662Z] ------------------- [2020-10-13T22:09:37.662Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-13T22:09:37.662Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-13T22:09:37.662Z] Message: update stable to v1.0.131 [2020-10-13T22:09:38.671Z] ------------------- [2020-10-13T22:09:38.671Z] experimental info: [2020-10-13T22:09:38.671Z] ------------------- [2020-10-13T22:09:38.671Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-13T22:09:38.671Z] Commit SHA: c41e4b17ab0de52ae428e544349a9cfa9687e17b [2020-10-13T22:09:38.671Z] Message: update experimental to v1.0.136 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-13T22:09:39.063Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-10-13T22:09:39.160Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-10-13T22:09:39.262Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-13T22:09:39.357Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-13T22:09:39.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-13T22:09:39.582Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-13T22:09:39.679Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-13T22:09:39.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-13T22:09:39.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-13T22:09:40.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-13T22:09:40.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-13T22:09:40.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-10-13T22:09:40.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-13T22:09:40.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-13T22:09:40.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T22:09:40.827Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T22:09:40.937Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-13T22:09:41.027Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-13T22:09:41.124Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-13T22:09:41.213Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-13T22:09:41.349Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-13T22:09:41.438Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-13T22:09:41.527Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-13T22:09:41.615Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-13T22:09:41.716Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-13T22:09:41.824Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-13T22:09:41.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-13T22:09:42.019Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-13T22:09:42.111Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] echo [2020-10-13T22:09:42.220Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07d155c [Pipeline] echo [2020-10-13T22:09:42.311Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-13T22:09:42.995Z] + git log --format=format:%s -1 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] echo [2020-10-13T22:09:43.154Z] GIT_COMMIT: 07d155ce2010a0a52548d22b34cd4ccd3eb6da08, Commit Message: fix: Enable using redis streams MessageBus in secure mode (#127) [Pipeline] echo [2020-10-13T22:09:43.200Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:09:43.832Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T22:09:44.115Z] [2020-10-13T22:09:44.115Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:09:44.680Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T22:09:45.057Z] latest: Pulling from edgex-devops/git-semver [2020-10-13T22:09:45.057Z] 31603596830f: Pulling fs layer [2020-10-13T22:09:45.057Z] 2a8b12db71e7: Pulling fs layer [2020-10-13T22:09:45.057Z] 6ca5941a6612: Pulling fs layer [2020-10-13T22:09:45.057Z] ecc8261a40a4: Pulling fs layer [2020-10-13T22:09:45.057Z] ecc8261a40a4: Waiting [2020-10-13T22:09:45.057Z] 2a8b12db71e7: Verifying Checksum [2020-10-13T22:09:45.057Z] 2a8b12db71e7: Download complete [2020-10-13T22:09:45.980Z] 31603596830f: Verifying Checksum [2020-10-13T22:09:45.980Z] 31603596830f: Download complete [2020-10-13T22:09:46.385Z] ecc8261a40a4: Verifying Checksum [2020-10-13T22:09:46.385Z] ecc8261a40a4: Download complete [2020-10-13T22:09:46.801Z] 6ca5941a6612: Verifying Checksum [2020-10-13T22:09:46.801Z] 6ca5941a6612: Download complete [2020-10-13T22:09:46.801Z] 31603596830f: Pull complete [2020-10-13T22:09:47.084Z] 2a8b12db71e7: Pull complete [2020-10-13T22:09:49.208Z] 6ca5941a6612: Pull complete [2020-10-13T22:09:49.827Z] ecc8261a40a4: Pull complete [2020-10-13T22:09:49.827Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-13T22:09:49.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T22:09:49.827Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-13T22:09:50.036Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:09:50.233Z] $ 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 [2020-10-13T22:09:52.785Z] $ docker top 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T22:09:53.386Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T22:09:53.386Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T22:09:53.896Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T22:09:53.904Z] $ docker exec 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent [2020-10-13T22:09:54.175Z] SSH_AUTH_SOCK=/tmp/ssh-j10aw4YBIFZ4/agent.12 [2020-10-13T22:09:54.175Z] SSH_AGENT_PID=17 [2020-10-13T22:09:54.204Z] Running ssh-add (command line suppressed) [2020-10-13T22:09:54.587Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6756115371381153766.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6756115371381153766.key) [2020-10-13T22:09:54.715Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T22:09:55.535Z] + git describe --exact-match --tags HEAD [2020-10-13T22:09:55.536Z] fatal: no tag exactly matches '07d155ce2010a0a52548d22b34cd4ccd3eb6da08' [Pipeline] } [2020-10-13T22:09:55.660Z] $ docker exec --env ******** --env ******** 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent -k [2020-10-13T22:09:55.954Z] unset SSH_AUTH_SOCK; [2020-10-13T22:09:55.955Z] unset SSH_AGENT_PID; [2020-10-13T22:09:55.955Z] echo Agent pid 17 killed; [2020-10-13T22:09:56.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-13T22:09:56.132Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-13T22:09:56.133Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-13T22:09:56.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T22:09:56.224Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T22:09:56.582Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T22:09:56.592Z] $ docker exec 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent [2020-10-13T22:09:57.096Z] SSH_AUTH_SOCK=/tmp/ssh-4G6kbKu6zV4M/agent.47 [2020-10-13T22:09:57.096Z] SSH_AGENT_PID=52 [2020-10-13T22:09:57.113Z] Running ssh-add (command line suppressed) [2020-10-13T22:09:57.477Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3154091266283211626.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3154091266283211626.key) [2020-10-13T22:09:57.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T22:09:58.255Z] + git semver init [2020-10-13T22:09:58.558Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T22:09:58.558Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-13T22:09:58.558Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-13T22:09:58.558Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T22:09:58.558Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T22:09:58.558Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T22:09:58.558Z] # $SEMVER_BRANCH = master [2020-10-13T22:09:58.558Z] # $SEMVER_TEMP = /tmp/semver-663010065 [2020-10-13T22:09:58.558Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-10-13T22:09:59.341Z] # '/tmp/semver-663010065' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-10-13T22:09:59.341Z] # -> Force: false [2020-10-13T22:09:59.341Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-13T22:09:59.526Z] $ docker exec --env ******** --env ******** 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 ssh-agent -k [2020-10-13T22:09:59.842Z] unset SSH_AUTH_SOCK; [2020-10-13T22:09:59.842Z] unset SSH_AGENT_PID; [2020-10-13T22:09:59.842Z] echo Agent pid 52 killed; [2020-10-13T22:10:00.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T22:10:01.373Z] + git semver [Pipeline] } [2020-10-13T22:10:01.463Z] $ docker stop --time=1 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 [2020-10-13T22:10:03.485Z] $ docker rm -f 16a4cb3721a694dff302f9d6d3e1ffe62a00fee903f0d4df5c06c42787a56bf4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-13T22:10:06.167Z] Stashed 27 file(s) [Pipeline] echo [2020-10-13T22:10:06.170Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.16 [Pipeline] echo [2020-10-13T22:10:06.258Z] 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 [2020-10-13T22:10:21.691Z] Still waiting to schedule task [2020-10-13T22:10:21.692Z] ‘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’ [2020-10-13T22:10:21.694Z] Still waiting to schedule task [2020-10-13T22:10:21.694Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-13T22:12:16.912Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5208 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-13T22:12:16.967Z] Running in /w/workspace/app-service-configurable/53 [Pipeline] { [Pipeline] checkout [2020-10-13T22:12:22.211Z] using credential edgex-jenkins-ssh [2020-10-13T22:12:22.274Z] Cloning the remote Git repository [2020-10-13T22:12:22.327Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-13T22:12:22.440Z] > git init /w/workspace/app-service-configurable/53 # timeout=10 [2020-10-13T22:12:22.518Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-13T22:12:22.519Z] > git --version # timeout=10 [2020-10-13T22:12:22.542Z] > git --version # 'git version 2.17.1' [2020-10-13T22:12:22.544Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T22:12:22.617Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T22:12:23.306Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-13T22:12:23.332Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T22:12:23.363Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-13T22:12:23.398Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-13T22:12:23.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T22:12:23.413Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-13T22:12:23.826Z] Checking out Revision 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 (master) [2020-10-13T22:12:23.842Z] > git config core.sparsecheckout # timeout=10 [2020-10-13T22:12:23.858Z] > git checkout -f 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 # timeout=10 [2020-10-13T22:12:28.209Z] 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 [2020-10-13T22:12:29.305Z] ========================================================= [2020-10-13T22:12:29.305Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-13T22:12:29.305Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:12:30.256Z] + 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 . [2020-10-13T22:12:30.920Z] Sending build context to Docker daemon 324.1kB [2020-10-13T22:12:31.210Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-13T22:12:31.210Z] Step 2/8 : FROM ${BASE} [2020-10-13T22:12:31.491Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-13T22:12:31.491Z] b538f80385f9: Pulling fs layer [2020-10-13T22:12:31.491Z] 74f711af9a0d: Pulling fs layer [2020-10-13T22:12:31.491Z] 99f96fe45779: Pulling fs layer [2020-10-13T22:12:31.491Z] 8529a6b9a6be: Pulling fs layer [2020-10-13T22:12:31.491Z] 45590311c82a: Pulling fs layer [2020-10-13T22:12:31.491Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-13T22:12:31.491Z] 209524e5b208: Pulling fs layer [2020-10-13T22:12:31.491Z] 45590311c82a: Waiting [2020-10-13T22:12:31.491Z] 69ca0ff8b7b3: Waiting [2020-10-13T22:12:31.491Z] 209524e5b208: Waiting [2020-10-13T22:12:31.491Z] 8529a6b9a6be: Waiting [2020-10-13T22:12:31.491Z] 99f96fe45779: Verifying Checksum [2020-10-13T22:12:31.491Z] 99f96fe45779: Download complete [2020-10-13T22:12:31.491Z] 74f711af9a0d: Verifying Checksum [2020-10-13T22:12:31.491Z] 74f711af9a0d: Download complete [2020-10-13T22:12:31.491Z] 45590311c82a: Verifying Checksum [2020-10-13T22:12:31.491Z] 45590311c82a: Download complete [2020-10-13T22:12:32.101Z] 69ca0ff8b7b3: Download complete [2020-10-13T22:12:32.101Z] b538f80385f9: Verifying Checksum [2020-10-13T22:12:32.101Z] b538f80385f9: Download complete [2020-10-13T22:12:33.095Z] b538f80385f9: Pull complete [2020-10-13T22:12:33.700Z] 74f711af9a0d: Pull complete [2020-10-13T22:12:33.979Z] 99f96fe45779: Pull complete [2020-10-13T22:12:34.582Z] 209524e5b208: Verifying Checksum [2020-10-13T22:12:34.582Z] 209524e5b208: Download complete [2020-10-13T22:12:36.024Z] 8529a6b9a6be: Verifying Checksum [2020-10-13T22:12:36.024Z] 8529a6b9a6be: Download complete [2020-10-13T22:12:46.207Z] 8529a6b9a6be: Pull complete [2020-10-13T22:12:46.207Z] 45590311c82a: Pull complete [2020-10-13T22:12:46.482Z] 69ca0ff8b7b3: Pull complete [2020-10-13T22:12:50.830Z] 209524e5b208: Pull complete [2020-10-13T22:12:50.830Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-13T22:12:50.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-13T22:12:50.830Z] ---> 5bddaf1c2fca [2020-10-13T22:12:50.830Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-13T22:12:52.811Z] ---> Running in 9ac15c7d489e [2020-10-13T22:12:53.083Z] Removing intermediate container 9ac15c7d489e [2020-10-13T22:12:53.083Z] ---> 2ff9eea08457 [2020-10-13T22:12:53.083Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T22:12:53.355Z] ---> Running in 09df3cdf3ff8 [2020-10-13T22:12:55.993Z] Removing intermediate container 09df3cdf3ff8 [2020-10-13T22:12:55.993Z] ---> 247fd7ff4854 [2020-10-13T22:12:55.993Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-13T22:12:56.269Z] ---> Running in 3ab73df81b68 [2020-10-13T22:12:57.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T22:13:00.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T22:13:01.787Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-13T22:13:01.787Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-13T22:13:02.062Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-13T22:13:02.062Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-13T22:13:02.062Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-13T22:13:02.334Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-13T22:13:02.609Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T22:13:02.609Z] OK: 144 MiB in 45 packages [2020-10-13T22:13:04.050Z] Removing intermediate container 3ab73df81b68 [2020-10-13T22:13:04.050Z] ---> 68c7a107dad4 [2020-10-13T22:13:04.050Z] Step 6/8 : WORKDIR /app [2020-10-13T22:13:04.050Z] ---> Running in bcfff4550a17 [2020-10-13T22:13:04.662Z] Removing intermediate container bcfff4550a17 [2020-10-13T22:13:04.662Z] ---> b2a14d41f168 [2020-10-13T22:13:04.662Z] Step 7/8 : COPY . . [2020-10-13T22:13:05.675Z] ---> ef9b70dfc9e0 [2020-10-13T22:13:05.675Z] Step 8/8 : RUN go mod download [2020-10-13T22:13:05.675Z] ---> Running in 9a926f9c2162 [2020-10-13T22:13:07.045Z] Running on prd-centos7-docker-4c-2g-5209 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-13T22:13:07.105Z] Running in /w/workspace/app-service-configurable/53 [Pipeline] { [Pipeline] checkout [2020-10-13T22:13:09.815Z] using credential edgex-jenkins-ssh [2020-10-13T22:13:09.859Z] Cloning the remote Git repository [2020-10-13T22:13:09.488Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-13T22:13:09.558Z] > git init /w/workspace/app-service-configurable/53 # timeout=10 [2020-10-13T22:13:09.913Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-13T22:13:09.913Z] > git --version # timeout=10 [2020-10-13T22:13:09.931Z] > git --version # 'git version 2.16.5' [2020-10-13T22:13:09.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T22:13:09.985Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T22:13:11.606Z] Checking out Revision 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 (master) [2020-10-13T22:13:10.887Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-13T22:13:10.904Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T22:13:10.917Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-13T22:13:10.930Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-13T22:13:10.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T22:13:10.938Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-13T22:13:11.359Z] > git config core.sparsecheckout # timeout=10 [2020-10-13T22:13:11.364Z] > git checkout -f 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 # timeout=10 [2020-10-13T22:13:15.007Z] 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 [2020-10-13T22:13:15.949Z] ========================================================= [2020-10-13T22:13:15.949Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-13T22:13:15.950Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:13:16.668Z] + 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 . [2020-10-13T22:13:17.249Z] Sending build context to Docker daemon 324.1kB [2020-10-13T22:13:17.249Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-13T22:13:17.249Z] Step 2/8 : FROM ${BASE} [2020-10-13T22:13:17.515Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-13T22:13:17.515Z] df20fa9351a1: Pulling fs layer [2020-10-13T22:13:17.515Z] ed8968b2872e: Pulling fs layer [2020-10-13T22:13:17.515Z] a92cc7c5fd73: Pulling fs layer [2020-10-13T22:13:17.515Z] e871e8e8d7a9: Pulling fs layer [2020-10-13T22:13:17.515Z] e73272ec9a57: Pulling fs layer [2020-10-13T22:13:17.515Z] 1e910a182e73: Pulling fs layer [2020-10-13T22:13:17.515Z] 4e634b169226: Pulling fs layer [2020-10-13T22:13:17.515Z] e871e8e8d7a9: Waiting [2020-10-13T22:13:17.515Z] e73272ec9a57: Waiting [2020-10-13T22:13:17.515Z] 1e910a182e73: Waiting [2020-10-13T22:13:17.515Z] 4e634b169226: Waiting [2020-10-13T22:13:17.515Z] a92cc7c5fd73: Verifying Checksum [2020-10-13T22:13:17.515Z] ed8968b2872e: Verifying Checksum [2020-10-13T22:13:17.515Z] ed8968b2872e: Download complete [2020-10-13T22:13:17.515Z] a92cc7c5fd73: Download complete [2020-10-13T22:13:17.515Z] e73272ec9a57: Verifying Checksum [2020-10-13T22:13:17.515Z] e73272ec9a57: Download complete [2020-10-13T22:13:17.515Z] 1e910a182e73: Verifying Checksum [2020-10-13T22:13:17.515Z] 1e910a182e73: Download complete [2020-10-13T22:13:17.515Z] df20fa9351a1: Verifying Checksum [2020-10-13T22:13:17.515Z] df20fa9351a1: Download complete [2020-10-13T22:13:17.781Z] df20fa9351a1: Pull complete [2020-10-13T22:13:18.047Z] ed8968b2872e: Pull complete [2020-10-13T22:13:18.047Z] a92cc7c5fd73: Pull complete [2020-10-13T22:13:19.975Z] 4e634b169226: Verifying Checksum [2020-10-13T22:13:19.975Z] 4e634b169226: Download complete [2020-10-13T22:13:20.237Z] e871e8e8d7a9: Verifying Checksum [2020-10-13T22:13:20.237Z] e871e8e8d7a9: Download complete [2020-10-13T22:13:25.587Z] e871e8e8d7a9: Pull complete [2020-10-13T22:13:25.587Z] e73272ec9a57: Pull complete [2020-10-13T22:13:25.587Z] 1e910a182e73: Pull complete [2020-10-13T22:13:30.904Z] 4e634b169226: Pull complete [2020-10-13T22:13:30.904Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-13T22:13:30.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-13T22:13:30.904Z] ---> f7629b54cfaa [2020-10-13T22:13:30.904Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-13T22:13:30.904Z] ---> Running in 5a2a4b080553 [2020-10-13T22:13:30.904Z] Removing intermediate container 5a2a4b080553 [2020-10-13T22:13:30.904Z] ---> a3c1b1a43571 [2020-10-13T22:13:30.904Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T22:13:30.904Z] ---> Running in a0b6592ff819 [2020-10-13T22:13:32.299Z] Removing intermediate container a0b6592ff819 [2020-10-13T22:13:32.299Z] ---> 553ba08c8fa7 [2020-10-13T22:13:32.299Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-13T22:13:32.299Z] ---> Running in 3e65efd89daa [2020-10-13T22:13:32.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T22:13:33.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T22:13:34.451Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-13T22:13:34.712Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-13T22:13:34.712Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-13T22:13:34.973Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-13T22:13:34.973Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-13T22:13:35.235Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-13T22:13:35.235Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T22:13:35.235Z] OK: 167 MiB in 45 packages [2020-10-13T22:13:35.811Z] Removing intermediate container 3e65efd89daa [2020-10-13T22:13:35.811Z] ---> 65dbdcbf114b [2020-10-13T22:13:35.811Z] Step 6/8 : WORKDIR /app [2020-10-13T22:13:35.811Z] ---> Running in 42761c216b0f [2020-10-13T22:13:36.072Z] Removing intermediate container 42761c216b0f [2020-10-13T22:13:36.072Z] ---> 08d198a9d1dd [2020-10-13T22:13:36.072Z] Step 7/8 : COPY . . [2020-10-13T22:13:36.651Z] ---> d08f9580e6f3 [2020-10-13T22:13:36.651Z] Step 8/8 : RUN go mod download [2020-10-13T22:13:36.651Z] ---> Running in 1836205534b9 [2020-10-13T22:13:38.032Z] Removing intermediate container 9a926f9c2162 [2020-10-13T22:13:38.032Z] ---> f9332fb61d4a [2020-10-13T22:13:38.032Z] Successfully built f9332fb61d4a [2020-10-13T22:13:38.032Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:13:38.456Z] + docker inspect -f . ci-base-image-arm64 [2020-10-13T22:13:38.457Z] . [Pipeline] withDockerContainer [2020-10-13T22:13:38.748Z] prd-ubuntu18.04-docker-arm64-4c-16g-5208 does not seem to be running inside a container [2020-10-13T22:13:38.838Z] $ 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 [2020-10-13T22:13:40.755Z] $ docker top 0864dc3e464468ba108f2309a8377f15f7ba7caa5a60ac2ecc9c5d26408b50a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T22:13:42.188Z] + go version [2020-10-13T22:13:42.188Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-13T22:13:42.213Z] $ docker stop --time=1 0864dc3e464468ba108f2309a8377f15f7ba7caa5a60ac2ecc9c5d26408b50a5 [2020-10-13T22:13:44.191Z] $ 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 [2020-10-13T22:13:47.519Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-13T22:13:47.853Z] + ls -al . [2020-10-13T22:13:47.853Z] total 100 [2020-10-13T22:13:47.853Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 22:12 . [2020-10-13T22:13:47.853Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 22:12 .. [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 13 22:12 .dockerignore [2020-10-13T22:13:47.853Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 13 22:12 .git [2020-10-13T22:13:47.853Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 22:12 .github [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 93 Oct 13 22:12 .gitignore [2020-10-13T22:13:47.853Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 13 22:12 .semver [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 6568 Oct 13 22:12 Attribution.txt [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 2002 Oct 13 22:12 Dockerfile [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 966 Oct 13 22:12 Dockerfile.build [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 687 Oct 13 22:12 Jenkinsfile [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 13 22:12 LICENSE [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 1277 Oct 13 22:12 README.md [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 13 22:10 VERSION [2020-10-13T22:13:47.853Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 13 22:12 bin [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 180 Oct 13 22:12 docker-compose.debug.yml [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 13 22:12 docker-compose.yml [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 13 22:12 go.mod [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 1519 Oct 13 22:12 main.go [2020-10-13T22:13:47.853Z] -rw-rw-r-- 1 jenkins jenkins 1573 Oct 13 22:12 makefile [2020-10-13T22:13:47.853Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 13 22:12 res [2020-10-13T22:13:47.853Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 13 22:12 snap [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:13:48.200Z] + 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 . [2020-10-13T22:13:48.473Z] Sending build context to Docker daemon 325.1kB [2020-10-13T22:13:48.473Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-13T22:13:48.473Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-13T22:13:48.473Z] ---> f9332fb61d4a [2020-10-13T22:13:48.473Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-13T22:13:48.749Z] ---> Running in b5054bf8c4e9 [2020-10-13T22:13:49.349Z] Removing intermediate container b5054bf8c4e9 [2020-10-13T22:13:49.349Z] ---> a74049c80570 [2020-10-13T22:13:49.349Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-13T22:13:49.349Z] ---> Running in 1379b2d29cfd [2020-10-13T22:13:49.944Z] Removing intermediate container 1379b2d29cfd [2020-10-13T22:13:49.944Z] ---> 316ce1fe66fa [2020-10-13T22:13:49.944Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-13T22:13:49.944Z] ---> Running in fd8a7f3126ba [2020-10-13T22:13:50.541Z] Removing intermediate container fd8a7f3126ba [2020-10-13T22:13:50.541Z] ---> 86d0763ceea4 [2020-10-13T22:13:50.541Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T22:13:50.541Z] ---> Running in 2092205a3e05 [2020-10-13T22:13:53.156Z] Removing intermediate container 2092205a3e05 [2020-10-13T22:13:53.156Z] ---> 10fba39198fd [2020-10-13T22:13:53.156Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-13T22:13:53.156Z] ---> Running in 91fbcbab350a [2020-10-13T22:13:54.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T22:13:55.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T22:13:56.545Z] OK: 144 MiB in 45 packages [2020-10-13T22:13:57.522Z] Removing intermediate container 91fbcbab350a [2020-10-13T22:13:57.522Z] ---> 6e106c7d4fad [2020-10-13T22:13:57.522Z] Step 8/27 : WORKDIR /app [2020-10-13T22:13:57.794Z] ---> Running in a07e7d82450e [2020-10-13T22:13:58.069Z] Removing intermediate container a07e7d82450e [2020-10-13T22:13:58.069Z] ---> f4c0aeb69236 [2020-10-13T22:13:58.069Z] Step 9/27 : COPY go.mod . [2020-10-13T22:13:58.637Z] Removing intermediate container 1836205534b9 [2020-10-13T22:13:58.637Z] ---> f16aa45ec34f [2020-10-13T22:13:58.637Z] Successfully built f16aa45ec34f [2020-10-13T22:13:58.665Z] ---> a55832de160f [2020-10-13T22:13:58.665Z] Step 10/27 : RUN go mod download [2020-10-13T22:13:58.899Z] Successfully tagged ci-base-image-x86_64:latest [2020-10-13T22:13:58.937Z] ---> Running in 02d2a26116c4 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:13:59.249Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-13T22:13:59.249Z] . [Pipeline] withDockerContainer [2020-10-13T22:13:59.349Z] prd-centos7-docker-4c-2g-5209 does not seem to be running inside a container [2020-10-13T22:13:59.401Z] $ 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 [2020-10-13T22:14:00.291Z] $ docker top c4303d701082e709fff4fd4b9a06a23df0d28e2f83afc60613422ac0eee9e837 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T22:14:00.872Z] + go version [2020-10-13T22:14:00.872Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-13T22:14:00.889Z] $ docker stop --time=1 c4303d701082e709fff4fd4b9a06a23df0d28e2f83afc60613422ac0eee9e837 [2020-10-13T22:14:01.557Z] Removing intermediate container 02d2a26116c4 [2020-10-13T22:14:01.557Z] ---> a75541237a93 [2020-10-13T22:14:01.557Z] Step 11/27 : COPY . . [2020-10-13T22:14:02.220Z] $ docker rm -f c4303d701082e709fff4fd4b9a06a23df0d28e2f83afc60613422ac0eee9e837 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-13T22:14:02.544Z] ---> a66eb5f185c6 [2020-10-13T22:14:02.544Z] Step 12/27 : ARG MAKE="make build" [2020-10-13T22:14:02.544Z] ---> 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 [2020-10-13T22:14:03.142Z] Removing intermediate container 2fc0952be3c0 [2020-10-13T22:14:03.142Z] ---> 1e8c4d65bb30 [2020-10-13T22:14:03.142Z] Step 13/27 : RUN $MAKE [2020-10-13T22:14:03.142Z] ---> Running in 197c273e6af4 [2020-10-13T22:14:03.186Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-13T22:14:03.698Z] + ls -al . [2020-10-13T22:14:03.698Z] total 72 [2020-10-13T22:14:03.698Z] drwxrwxr-x. 8 jenkins jenkins 4096 Oct 13 22:13 . [2020-10-13T22:14:03.698Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 13 22:13 .. [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 6568 Oct 13 22:13 Attribution.txt [2020-10-13T22:14:03.698Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 13 22:13 bin [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 180 Oct 13 22:13 docker-compose.debug.yml [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 13 22:13 docker-compose.yml [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 2002 Oct 13 22:13 Dockerfile [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 966 Oct 13 22:13 Dockerfile.build [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 119 Oct 13 22:13 .dockerignore [2020-10-13T22:14:03.698Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 13 22:13 .git [2020-10-13T22:14:03.698Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 13 22:13 .github [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 93 Oct 13 22:13 .gitignore [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 13 22:13 go.mod [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 687 Oct 13 22:13 Jenkinsfile [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 13 22:13 LICENSE [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 1519 Oct 13 22:13 main.go [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 1573 Oct 13 22:13 makefile [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 1277 Oct 13 22:13 README.md [2020-10-13T22:14:03.698Z] drwxrwxr-x. 10 jenkins jenkins 171 Oct 13 22:13 res [2020-10-13T22:14:03.698Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 13 22:13 .semver [2020-10-13T22:14:03.698Z] drwxrwxr-x. 4 jenkins jenkins 71 Oct 13 22:13 snap [2020-10-13T22:14:03.698Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 13 22:10 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:04.033Z] + 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 . [2020-10-13T22:14:04.033Z] Sending build context to Docker daemon 325.1kB [2020-10-13T22:14:04.033Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-13T22:14:04.033Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-13T22:14:04.033Z] ---> f16aa45ec34f [2020-10-13T22:14:04.033Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-13T22:14:04.294Z] ---> Running in 9f71ed66f002 [2020-10-13T22:14:04.294Z] Removing intermediate container 9f71ed66f002 [2020-10-13T22:14:04.294Z] ---> 7f392889ff59 [2020-10-13T22:14:04.294Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-13T22:14:04.294Z] ---> Running in 49b0301f01eb [2020-10-13T22:14:04.555Z] Removing intermediate container 49b0301f01eb [2020-10-13T22:14:04.555Z] ---> cc17b9028b3a [2020-10-13T22:14:04.555Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-13T22:14:04.555Z] ---> Running in 6c5223f09ff1 [2020-10-13T22:14:04.598Z] 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 [2020-10-13T22:14:04.819Z] Removing intermediate container 6c5223f09ff1 [2020-10-13T22:14:04.819Z] ---> 5d768c743ad2 [2020-10-13T22:14:04.819Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T22:14:04.819Z] ---> Running in 797b1225dbfc [2020-10-13T22:14:05.778Z] Removing intermediate container 797b1225dbfc [2020-10-13T22:14:05.778Z] ---> e539fb9de117 [2020-10-13T22:14:05.778Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-13T22:14:05.778Z] ---> Running in 39f9a8659d2b [2020-10-13T22:14:06.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T22:14:06.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T22:14:07.558Z] OK: 167 MiB in 45 packages [2020-10-13T22:14:07.822Z] Removing intermediate container 39f9a8659d2b [2020-10-13T22:14:07.823Z] ---> 417db57c6914 [2020-10-13T22:14:07.823Z] Step 8/27 : WORKDIR /app [2020-10-13T22:14:07.823Z] ---> Running in d9451b86f976 [2020-10-13T22:14:08.084Z] Removing intermediate container d9451b86f976 [2020-10-13T22:14:08.084Z] ---> 1661605f2897 [2020-10-13T22:14:08.084Z] Step 9/27 : COPY go.mod . [2020-10-13T22:14:08.084Z] ---> 1b8ef3c598dd [2020-10-13T22:14:08.084Z] Step 10/27 : RUN go mod download [2020-10-13T22:14:08.348Z] ---> Running in 8fb8c1c064a3 [2020-10-13T22:14:08.943Z] Removing intermediate container 8fb8c1c064a3 [2020-10-13T22:14:08.943Z] ---> 52559d487b9b [2020-10-13T22:14:08.943Z] Step 11/27 : COPY . . [2020-10-13T22:14:09.521Z] ---> 32ac9f776df4 [2020-10-13T22:14:09.521Z] Step 12/27 : ARG MAKE="make build" [2020-10-13T22:14:09.521Z] ---> Running in 0bdccb3c496a [2020-10-13T22:14:09.521Z] Removing intermediate container 0bdccb3c496a [2020-10-13T22:14:09.521Z] ---> a55e9ecd33ed [2020-10-13T22:14:09.521Z] Step 13/27 : RUN $MAKE [2020-10-13T22:14:09.786Z] ---> Running in 97386a5ce369 [2020-10-13T22:14:10.053Z] 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 [2020-10-13T22:14:28.358Z] Removing intermediate container 97386a5ce369 [2020-10-13T22:14:28.358Z] ---> 2f1e0554e7a5 [2020-10-13T22:14:28.358Z] Step 14/27 : FROM alpine:latest [2020-10-13T22:14:28.358Z] latest: Pulling from library/alpine [2020-10-13T22:14:28.358Z] df20fa9351a1: Already exists [2020-10-13T22:14:28.358Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T22:14:28.358Z] Status: Downloaded newer image for alpine:latest [2020-10-13T22:14:28.358Z] ---> a24bb4013296 [2020-10-13T22:14:28.358Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-13T22:14:28.358Z] ---> Running in 395f7c917079 [2020-10-13T22:14:28.358Z] Removing intermediate container 395f7c917079 [2020-10-13T22:14:28.358Z] ---> f06abbe82061 [2020-10-13T22:14:28.358Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-13T22:14:28.358Z] ---> Running in 1f136ecf3aa5 [2020-10-13T22:14:28.358Z] Removing intermediate container 1f136ecf3aa5 [2020-10-13T22:14:28.358Z] ---> cad5a53ab0dd [2020-10-13T22:14:28.358Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-13T22:14:28.358Z] ---> Running in 41821a9921a9 [2020-10-13T22:14:28.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T22:14:28.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T22:14:28.358Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-13T22:14:28.358Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-13T22:14:28.358Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-13T22:14:28.358Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-13T22:14:28.358Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-13T22:14:28.358Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-13T22:14:28.358Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T22:14:28.358Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T22:14:28.358Z] OK: 9 MiB in 20 packages [2020-10-13T22:14:29.306Z] Removing intermediate container 41821a9921a9 [2020-10-13T22:14:29.306Z] ---> 64b605750b8f [2020-10-13T22:14:29.306Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-13T22:14:29.306Z] ---> 2169fc5ab6dd [2020-10-13T22:14:29.306Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-13T22:14:29.571Z] ---> ec72b93ce24e [2020-10-13T22:14:29.571Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-13T22:14:29.834Z] ---> f613aea81f06 [2020-10-13T22:14:29.834Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-13T22:14:30.782Z] ---> 5a9684bcf539 [2020-10-13T22:14:30.782Z] Step 22/27 : EXPOSE 48095 [2020-10-13T22:14:30.782Z] ---> Running in 45b33f53075d [2020-10-13T22:14:31.045Z] Removing intermediate container 45b33f53075d [2020-10-13T22:14:31.045Z] ---> 342bd7e385d3 [2020-10-13T22:14:31.045Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-13T22:14:31.045Z] ---> Running in 3cb8fae8ae85 [2020-10-13T22:14:31.307Z] Removing intermediate container 3cb8fae8ae85 [2020-10-13T22:14:31.307Z] ---> 30650c37748f [2020-10-13T22:14:31.307Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T22:14:31.307Z] ---> Running in 90e47c139890 [2020-10-13T22:14:31.307Z] Removing intermediate container 90e47c139890 [2020-10-13T22:14:31.307Z] ---> 62cad9412c68 [2020-10-13T22:14:31.307Z] Step 25/27 : LABEL arch=amd64 [2020-10-13T22:14:31.568Z] ---> Running in 2a939ed7053c [2020-10-13T22:14:31.568Z] Removing intermediate container 2a939ed7053c [2020-10-13T22:14:31.568Z] ---> e5e617af6d35 [2020-10-13T22:14:31.568Z] Step 26/27 : LABEL git_sha=07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:14:31.829Z] ---> Running in dbc5b247debf [2020-10-13T22:14:31.829Z] Removing intermediate container dbc5b247debf [2020-10-13T22:14:31.829Z] ---> faebb5a829cd [2020-10-13T22:14:31.829Z] Step 27/27 : LABEL version=1.2.1-dev.16 [2020-10-13T22:14:32.091Z] ---> Running in f34b9c6149ee [2020-10-13T22:14:32.091Z] Removing intermediate container f34b9c6149ee [2020-10-13T22:14:32.091Z] ---> d7d44bd303ed [2020-10-13T22:14:32.091Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-13T22:14:32.091Z] Successfully built d7d44bd303ed [2020-10-13T22:14:32.091Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-13T22:14:32.472Z] provisioning config files... [2020-10-13T22:14:32.503Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/53@tmp/config4741630956242148964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:14:32.871Z] ---> docker-login.sh [2020-10-13T22:14:32.871Z] nexus3.edgexfoundry.org:10001 [2020-10-13T22:14:32.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:14:33.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:14:33.136Z] Configure a credential helper to remove this warning. See [2020-10-13T22:14:33.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:14:33.136Z] [2020-10-13T22:14:33.136Z] Login Succeeded [2020-10-13T22:14:33.136Z] nexus3.edgexfoundry.org:10002 [2020-10-13T22:14:33.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:14:33.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:14:33.136Z] Configure a credential helper to remove this warning. See [2020-10-13T22:14:33.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:14:33.136Z] [2020-10-13T22:14:33.136Z] Login Succeeded [2020-10-13T22:14:33.136Z] nexus3.edgexfoundry.org:10003 [2020-10-13T22:14:33.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:14:33.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:14:33.398Z] Configure a credential helper to remove this warning. See [2020-10-13T22:14:33.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:14:33.398Z] [2020-10-13T22:14:33.398Z] Login Succeeded [2020-10-13T22:14:33.398Z] nexus3.edgexfoundry.org:10004 [2020-10-13T22:14:33.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:14:33.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:14:33.660Z] Configure a credential helper to remove this warning. See [2020-10-13T22:14:33.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:14:33.660Z] [2020-10-13T22:14:33.660Z] Login Succeeded [2020-10-13T22:14:33.660Z] docker.io [2020-10-13T22:14:33.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:14:33.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:14:33.921Z] Configure a credential helper to remove this warning. See [2020-10-13T22:14:33.921Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:14:33.921Z] [2020-10-13T22:14:33.921Z] Login Succeeded [2020-10-13T22:14:33.921Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T22:14:33.929Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T22:14:34.161Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-10-13T22:14:34.162Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:14:34.162Z] latest [2020-10-13T22:14:34.162Z] 1.2.1-dev.16 [2020-10-13T22:14:34.162Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [2020-10-13T22:14:34.162Z] master [2020-10-13T22:14:34.162Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:34.667Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:34.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:14:34.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-13T22:14:34.966Z] b468f30cd7a6: Preparing [2020-10-13T22:14:34.966Z] 3ed40542b183: Preparing [2020-10-13T22:14:34.966Z] 170c7cf5e3e2: Preparing [2020-10-13T22:14:34.966Z] 562dc102dfdb: Preparing [2020-10-13T22:14:34.966Z] b3b2bc17dd2d: Preparing [2020-10-13T22:14:34.966Z] 50644c29ef5a: Preparing [2020-10-13T22:14:34.966Z] 50644c29ef5a: Waiting [2020-10-13T22:14:35.229Z] 562dc102dfdb: Pushed [2020-10-13T22:14:35.494Z] 50644c29ef5a: Layer already exists [2020-10-13T22:14:35.494Z] b3b2bc17dd2d: Pushed [2020-10-13T22:14:36.074Z] 3ed40542b183: Pushed [2020-10-13T22:14:36.074Z] 170c7cf5e3e2: Pushed [2020-10-13T22:14:37.016Z] b468f30cd7a6: Pushed [2020-10-13T22:14:37.016Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:37.582Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:37.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-13T22:14:37.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-13T22:14:37.897Z] b468f30cd7a6: Preparing [2020-10-13T22:14:37.897Z] 3ed40542b183: Preparing [2020-10-13T22:14:37.897Z] 170c7cf5e3e2: Preparing [2020-10-13T22:14:37.897Z] 562dc102dfdb: Preparing [2020-10-13T22:14:37.897Z] b3b2bc17dd2d: Preparing [2020-10-13T22:14:37.897Z] 50644c29ef5a: Preparing [2020-10-13T22:14:37.897Z] 50644c29ef5a: Waiting [2020-10-13T22:14:37.897Z] 170c7cf5e3e2: Layer already exists [2020-10-13T22:14:37.897Z] b468f30cd7a6: Layer already exists [2020-10-13T22:14:37.897Z] 562dc102dfdb: Layer already exists [2020-10-13T22:14:37.897Z] b3b2bc17dd2d: Layer already exists [2020-10-13T22:14:37.897Z] 3ed40542b183: Layer already exists [2020-10-13T22:14:37.897Z] 50644c29ef5a: Layer already exists [2020-10-13T22:14:38.158Z] latest: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:38.472Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:38.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.16 [2020-10-13T22:14:38.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-13T22:14:39.346Z] b468f30cd7a6: Preparing [2020-10-13T22:14:39.346Z] 3ed40542b183: Preparing [2020-10-13T22:14:39.346Z] 170c7cf5e3e2: Preparing [2020-10-13T22:14:39.346Z] 562dc102dfdb: Preparing [2020-10-13T22:14:39.346Z] b3b2bc17dd2d: Preparing [2020-10-13T22:14:39.346Z] 50644c29ef5a: Preparing [2020-10-13T22:14:39.346Z] 50644c29ef5a: Waiting [2020-10-13T22:14:39.346Z] 170c7cf5e3e2: Layer already exists [2020-10-13T22:14:39.346Z] b3b2bc17dd2d: Layer already exists [2020-10-13T22:14:39.346Z] b468f30cd7a6: Layer already exists [2020-10-13T22:14:39.346Z] 3ed40542b183: Layer already exists [2020-10-13T22:14:39.346Z] 562dc102dfdb: Layer already exists [2020-10-13T22:14:39.346Z] 50644c29ef5a: Layer already exists [2020-10-13T22:14:39.346Z] 1.2.1-dev.16: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:39.654Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:39.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [2020-10-13T22:14:39.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-13T22:14:39.955Z] b468f30cd7a6: Preparing [2020-10-13T22:14:39.955Z] 3ed40542b183: Preparing [2020-10-13T22:14:39.955Z] 170c7cf5e3e2: Preparing [2020-10-13T22:14:39.955Z] 562dc102dfdb: Preparing [2020-10-13T22:14:39.955Z] b3b2bc17dd2d: Preparing [2020-10-13T22:14:39.955Z] 50644c29ef5a: Preparing [2020-10-13T22:14:39.955Z] 50644c29ef5a: Waiting [2020-10-13T22:14:39.955Z] b3b2bc17dd2d: Layer already exists [2020-10-13T22:14:39.955Z] 562dc102dfdb: Layer already exists [2020-10-13T22:14:39.955Z] b468f30cd7a6: Layer already exists [2020-10-13T22:14:39.955Z] 170c7cf5e3e2: Layer already exists [2020-10-13T22:14:39.955Z] 3ed40542b183: Layer already exists [2020-10-13T22:14:39.955Z] 50644c29ef5a: Layer already exists [2020-10-13T22:14:39.955Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:40.260Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:14:40.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-10-13T22:14:40.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-13T22:14:40.566Z] b468f30cd7a6: Preparing [2020-10-13T22:14:40.566Z] 3ed40542b183: Preparing [2020-10-13T22:14:40.566Z] 170c7cf5e3e2: Preparing [2020-10-13T22:14:40.566Z] 562dc102dfdb: Preparing [2020-10-13T22:14:40.566Z] b3b2bc17dd2d: Preparing [2020-10-13T22:14:40.566Z] 50644c29ef5a: Preparing [2020-10-13T22:14:40.566Z] 50644c29ef5a: Waiting [2020-10-13T22:14:40.566Z] 170c7cf5e3e2: Layer already exists [2020-10-13T22:14:40.566Z] b468f30cd7a6: Layer already exists [2020-10-13T22:14:40.566Z] b3b2bc17dd2d: Layer already exists [2020-10-13T22:14:40.566Z] 3ed40542b183: Layer already exists [2020-10-13T22:14:40.566Z] 562dc102dfdb: Layer already exists [2020-10-13T22:14:40.566Z] 50644c29ef5a: Layer already exists [2020-10-13T22:14:40.828Z] master: digest: sha256:bd370a8dd136397d061000e979f1a1894d7894f6016096aa651ea972f1901057 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T22:14:41.194Z] ===================================================== [Pipeline] echo [2020-10-13T22:14:41.245Z] taggedImages: [2020-10-13T22:14:41.245Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:14:41.245Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-13T22:14:41.245Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.16 [2020-10-13T22:14:41.245Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [2020-10-13T22:14:41.245Z] - 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] } [2020-10-13T22:14:51.633Z] Removing intermediate container 197c273e6af4 [2020-10-13T22:14:51.633Z] ---> 9fdbc4491c1c [2020-10-13T22:14:51.633Z] Step 14/27 : FROM alpine:latest [2020-10-13T22:14:51.906Z] latest: Pulling from library/alpine [2020-10-13T22:14:51.906Z] b538f80385f9: Already exists [2020-10-13T22:14:52.177Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T22:14:52.177Z] Status: Downloaded newer image for alpine:latest [2020-10-13T22:14:52.177Z] ---> 62ee0e9f8440 [2020-10-13T22:14:52.177Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-13T22:14:52.451Z] ---> Running in a38d7fc516fa [2020-10-13T22:14:52.723Z] Removing intermediate container a38d7fc516fa [2020-10-13T22:14:52.723Z] ---> 17e2fde00b18 [2020-10-13T22:14:52.723Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-13T22:14:52.995Z] ---> Running in a0c2669e0324 [2020-10-13T22:14:53.593Z] Removing intermediate container a0c2669e0324 [2020-10-13T22:14:53.593Z] ---> 358eb59e8ea0 [2020-10-13T22:14:53.593Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-13T22:14:53.593Z] ---> Running in 1a646bb764ec [2020-10-13T22:14:55.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T22:14:55.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T22:14:55.584Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-13T22:14:55.584Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-13T22:14:55.856Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-13T22:14:55.856Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-13T22:14:55.856Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-13T22:14:55.856Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-13T22:14:55.856Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T22:14:55.856Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T22:14:56.129Z] OK: 9 MiB in 20 packages [2020-10-13T22:14:57.563Z] Removing intermediate container 1a646bb764ec [2020-10-13T22:14:57.563Z] ---> 23a53d518fce [2020-10-13T22:14:57.563Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-13T22:14:58.540Z] ---> c51deac55eb9 [2020-10-13T22:14:58.540Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-13T22:14:59.135Z] ---> ac1ceb9e075f [2020-10-13T22:14:59.135Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-13T22:15:00.115Z] ---> c7edc6b30e19 [2020-10-13T22:15:00.115Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-13T22:15:01.559Z] ---> 187c1a833d44 [2020-10-13T22:15:01.559Z] Step 22/27 : EXPOSE 48095 [2020-10-13T22:15:01.839Z] ---> Running in 3d0a95ebe332 [2020-10-13T22:15:02.130Z] Removing intermediate container 3d0a95ebe332 [2020-10-13T22:15:02.130Z] ---> 24fe9a1fdbdf [2020-10-13T22:15:02.130Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-13T22:15:02.410Z] ---> Running in 0a24c35cddd6 [2020-10-13T22:15:02.683Z] Removing intermediate container 0a24c35cddd6 [2020-10-13T22:15:02.683Z] ---> caae700e5d0e [2020-10-13T22:15:02.683Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T22:15:02.958Z] ---> Running in 3422f8dbc42a [2020-10-13T22:15:03.235Z] Removing intermediate container 3422f8dbc42a [2020-10-13T22:15:03.235Z] ---> 66b2ad179bd4 [2020-10-13T22:15:03.235Z] Step 25/27 : LABEL arch=arm64 [2020-10-13T22:15:03.508Z] ---> Running in 05159373962d [2020-10-13T22:15:04.105Z] Removing intermediate container 05159373962d [2020-10-13T22:15:04.105Z] ---> 99792a9394a1 [2020-10-13T22:15:04.105Z] Step 26/27 : LABEL git_sha=07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:15:04.105Z] ---> Running in de5b427c9d25 [2020-10-13T22:15:04.702Z] Removing intermediate container de5b427c9d25 [2020-10-13T22:15:04.702Z] ---> 074a50ec559b [2020-10-13T22:15:04.702Z] Step 27/27 : LABEL version=1.2.1-dev.16 [2020-10-13T22:15:04.702Z] ---> Running in f89bdd8fca60 [2020-10-13T22:15:05.296Z] Removing intermediate container f89bdd8fca60 [2020-10-13T22:15:05.296Z] ---> 6ed7a621ce59 [2020-10-13T22:15:05.296Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-13T22:15:05.296Z] Successfully built 6ed7a621ce59 [2020-10-13T22:15:05.296Z] 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 [2020-10-13T22:15:05.776Z] provisioning config files... [2020-10-13T22:15:05.817Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/53@tmp/config7213443396610468720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:15:06.219Z] ---> docker-login.sh [2020-10-13T22:15:06.219Z] nexus3.edgexfoundry.org:10001 [2020-10-13T22:15:06.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:15:06.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:15:06.768Z] Configure a credential helper to remove this warning. See [2020-10-13T22:15:06.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:15:06.768Z] [2020-10-13T22:15:06.768Z] Login Succeeded [2020-10-13T22:15:06.768Z] nexus3.edgexfoundry.org:10002 [2020-10-13T22:15:07.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:15:07.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:15:07.523Z] Configure a credential helper to remove this warning. See [2020-10-13T22:15:07.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:15:07.523Z] [2020-10-13T22:15:07.523Z] Login Succeeded [2020-10-13T22:15:07.523Z] nexus3.edgexfoundry.org:10003 [2020-10-13T22:15:08.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:15:08.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:15:08.138Z] Configure a credential helper to remove this warning. See [2020-10-13T22:15:08.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:15:08.138Z] [2020-10-13T22:15:08.138Z] Login Succeeded [2020-10-13T22:15:08.138Z] nexus3.edgexfoundry.org:10004 [2020-10-13T22:15:08.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:15:08.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:15:08.750Z] Configure a credential helper to remove this warning. See [2020-10-13T22:15:08.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:15:08.750Z] [2020-10-13T22:15:08.750Z] Login Succeeded [2020-10-13T22:15:08.750Z] docker.io [2020-10-13T22:15:09.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T22:15:09.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T22:15:09.646Z] Configure a credential helper to remove this warning. See [2020-10-13T22:15:09.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T22:15:09.646Z] [2020-10-13T22:15:09.646Z] Login Succeeded [2020-10-13T22:15:09.646Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T22:15:09.664Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T22:15:09.923Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-10-13T22:15:09.923Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:15:09.923Z] latest [2020-10-13T22:15:09.923Z] 1.2.1-dev.16 [2020-10-13T22:15:09.923Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [2020-10-13T22:15:09.923Z] master [2020-10-13T22:15:09.923Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:10.513Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:10.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:15:10.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-13T22:15:10.857Z] 44e5a790a6d8: Preparing [2020-10-13T22:15:10.857Z] 8c8c468828c5: Preparing [2020-10-13T22:15:10.857Z] bbfd5d09e57f: Preparing [2020-10-13T22:15:10.857Z] 81a1643ca09a: Preparing [2020-10-13T22:15:10.857Z] 11bfa463a452: Preparing [2020-10-13T22:15:10.857Z] e2f13739ad41: Preparing [2020-10-13T22:15:10.857Z] e2f13739ad41: Waiting [2020-10-13T22:15:11.134Z] bbfd5d09e57f: Pushed [2020-10-13T22:15:11.134Z] 81a1643ca09a: Pushed [2020-10-13T22:15:11.410Z] 8c8c468828c5: Pushed [2020-10-13T22:15:11.410Z] e2f13739ad41: Layer already exists [2020-10-13T22:15:12.013Z] 11bfa463a452: Pushed [2020-10-13T22:15:15.404Z] 44e5a790a6d8: Pushed [2020-10-13T22:15:15.404Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:16.016Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:16.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-13T22:15:16.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-13T22:15:16.358Z] 44e5a790a6d8: Preparing [2020-10-13T22:15:16.358Z] 8c8c468828c5: Preparing [2020-10-13T22:15:16.358Z] bbfd5d09e57f: Preparing [2020-10-13T22:15:16.358Z] 81a1643ca09a: Preparing [2020-10-13T22:15:16.358Z] 11bfa463a452: Preparing [2020-10-13T22:15:16.358Z] e2f13739ad41: Preparing [2020-10-13T22:15:16.358Z] e2f13739ad41: Waiting [2020-10-13T22:15:16.630Z] 11bfa463a452: Layer already exists [2020-10-13T22:15:16.630Z] 81a1643ca09a: Layer already exists [2020-10-13T22:15:16.630Z] bbfd5d09e57f: Layer already exists [2020-10-13T22:15:16.630Z] 8c8c468828c5: Layer already exists [2020-10-13T22:15:16.630Z] 44e5a790a6d8: Layer already exists [2020-10-13T22:15:16.630Z] e2f13739ad41: Layer already exists [2020-10-13T22:15:16.630Z] latest: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:16.982Z] + 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 [2020-10-13T22:15:17.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.16 [2020-10-13T22:15:17.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-13T22:15:17.612Z] 44e5a790a6d8: Preparing [2020-10-13T22:15:17.612Z] 8c8c468828c5: Preparing [2020-10-13T22:15:17.612Z] bbfd5d09e57f: Preparing [2020-10-13T22:15:17.612Z] 81a1643ca09a: Preparing [2020-10-13T22:15:17.612Z] 11bfa463a452: Preparing [2020-10-13T22:15:17.612Z] e2f13739ad41: Preparing [2020-10-13T22:15:17.612Z] e2f13739ad41: Waiting [2020-10-13T22:15:17.612Z] 8c8c468828c5: Layer already exists [2020-10-13T22:15:17.612Z] bbfd5d09e57f: Layer already exists [2020-10-13T22:15:17.612Z] 81a1643ca09a: Layer already exists [2020-10-13T22:15:17.612Z] 44e5a790a6d8: Layer already exists [2020-10-13T22:15:17.612Z] 11bfa463a452: Layer already exists [2020-10-13T22:15:17.612Z] e2f13739ad41: Layer already exists [2020-10-13T22:15:17.612Z] 1.2.1-dev.16: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:17.960Z] + 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 [2020-10-13T22:15:18.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [2020-10-13T22:15:18.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-13T22:15:18.302Z] 44e5a790a6d8: Preparing [2020-10-13T22:15:18.302Z] 8c8c468828c5: Preparing [2020-10-13T22:15:18.302Z] bbfd5d09e57f: Preparing [2020-10-13T22:15:18.302Z] 81a1643ca09a: Preparing [2020-10-13T22:15:18.302Z] 11bfa463a452: Preparing [2020-10-13T22:15:18.302Z] e2f13739ad41: Preparing [2020-10-13T22:15:18.302Z] e2f13739ad41: Waiting [2020-10-13T22:15:18.578Z] 44e5a790a6d8: Layer already exists [2020-10-13T22:15:18.578Z] 8c8c468828c5: Layer already exists [2020-10-13T22:15:18.578Z] 81a1643ca09a: Layer already exists [2020-10-13T22:15:18.578Z] 11bfa463a452: Layer already exists [2020-10-13T22:15:18.578Z] bbfd5d09e57f: Layer already exists [2020-10-13T22:15:18.578Z] e2f13739ad41: Layer already exists [2020-10-13T22:15:18.578Z] 07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:18.926Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:19.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-10-13T22:15:19.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-13T22:15:19.264Z] 44e5a790a6d8: Preparing [2020-10-13T22:15:19.264Z] 8c8c468828c5: Preparing [2020-10-13T22:15:19.264Z] bbfd5d09e57f: Preparing [2020-10-13T22:15:19.264Z] 81a1643ca09a: Preparing [2020-10-13T22:15:19.264Z] 11bfa463a452: Preparing [2020-10-13T22:15:19.264Z] e2f13739ad41: Preparing [2020-10-13T22:15:19.264Z] e2f13739ad41: Waiting [2020-10-13T22:15:19.264Z] 44e5a790a6d8: Layer already exists [2020-10-13T22:15:19.264Z] 81a1643ca09a: Layer already exists [2020-10-13T22:15:19.264Z] 11bfa463a452: Layer already exists [2020-10-13T22:15:19.264Z] bbfd5d09e57f: Layer already exists [2020-10-13T22:15:19.264Z] 8c8c468828c5: Layer already exists [2020-10-13T22:15:19.537Z] e2f13739ad41: Layer already exists [2020-10-13T22:15:19.537Z] master: digest: sha256:d48d93898424ff722035a5e3b0d336367c94e1dfd57baedb11333c36937a78a4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T22:15:19.743Z] ===================================================== [Pipeline] echo [2020-10-13T22:15:19.794Z] taggedImages: [2020-10-13T22:15:19.794Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:15:19.794Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-13T22:15:19.794Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.16 [2020-10-13T22:15:19.794Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08-1.2.1-dev.16 [2020-10-13T22:15:19.794Z] - 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 [2020-10-13T22:15:22.005Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-13T22:15:22.007Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-13T22:15:22.067Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:22.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T22:15:22.770Z] [2020-10-13T22:15:22.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:15:23.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T22:15:23.188Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-13T22:15:23.188Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-13T22:15:23.188Z] 408f87550127: Pulling fs layer [2020-10-13T22:15:23.188Z] fe522b08c979: Pulling fs layer [2020-10-13T22:15:23.188Z] 221eaa008020: Pulling fs layer [2020-10-13T22:15:23.188Z] 2a4607e5d6b9: Pulling fs layer [2020-10-13T22:15:23.188Z] 8f79b27c4fd2: Pulling fs layer [2020-10-13T22:15:23.188Z] e5c8dbe1645b: Pulling fs layer [2020-10-13T22:15:23.188Z] 23e8b3b47431: Pulling fs layer [2020-10-13T22:15:23.188Z] 5c568d65a230: Pulling fs layer [2020-10-13T22:15:23.188Z] 8f79b27c4fd2: Waiting [2020-10-13T22:15:23.188Z] e5c8dbe1645b: Waiting [2020-10-13T22:15:23.188Z] 23e8b3b47431: Waiting [2020-10-13T22:15:23.188Z] 221eaa008020: Waiting [2020-10-13T22:15:23.188Z] 5c568d65a230: Waiting [2020-10-13T22:15:23.188Z] 2a4607e5d6b9: Waiting [2020-10-13T22:15:23.188Z] fe522b08c979: Verifying Checksum [2020-10-13T22:15:23.188Z] fe522b08c979: Download complete [2020-10-13T22:15:23.188Z] 408f87550127: Download complete [2020-10-13T22:15:23.487Z] 2a4607e5d6b9: Verifying Checksum [2020-10-13T22:15:23.487Z] 2a4607e5d6b9: Download complete [2020-10-13T22:15:23.487Z] 8f79b27c4fd2: Verifying Checksum [2020-10-13T22:15:23.487Z] 8f79b27c4fd2: Download complete [2020-10-13T22:15:23.487Z] cbdbe7a5bc2a: Download complete [2020-10-13T22:15:24.554Z] cbdbe7a5bc2a: Pull complete [2020-10-13T22:15:24.845Z] 408f87550127: Pull complete [2020-10-13T22:15:24.845Z] fe522b08c979: Pull complete [2020-10-13T22:15:25.974Z] e5c8dbe1645b: Verifying Checksum [2020-10-13T22:15:25.974Z] e5c8dbe1645b: Download complete [2020-10-13T22:15:28.734Z] 5c568d65a230: Verifying Checksum [2020-10-13T22:15:28.734Z] 5c568d65a230: Download complete [2020-10-13T22:15:29.009Z] 23e8b3b47431: Verifying Checksum [2020-10-13T22:15:29.009Z] 23e8b3b47431: Download complete [2020-10-13T22:15:32.661Z] 221eaa008020: Verifying Checksum [2020-10-13T22:15:32.661Z] 221eaa008020: Download complete [2020-10-13T22:15:45.714Z] 221eaa008020: Pull complete [2020-10-13T22:15:46.329Z] 2a4607e5d6b9: Pull complete [2020-10-13T22:15:46.619Z] 8f79b27c4fd2: Pull complete [2020-10-13T22:15:50.122Z] e5c8dbe1645b: Pull complete [2020-10-13T22:15:53.721Z] 23e8b3b47431: Pull complete [2020-10-13T22:15:55.443Z] 5c568d65a230: Pull complete [2020-10-13T22:15:55.443Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-13T22:15:55.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T22:15:55.443Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-13T22:15:55.863Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:15:56.028Z] $ 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 [2020-10-13T22:15:57.718Z] $ docker top d0abb8d52e030d202bd40644064b5b17439c9589361b9080be6046cec6be70aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T22:15:58.492Z] + snyk monitor '--org=edgex-jenkins' [2020-10-13T22:16:21.335Z] [2020-10-13T22:16:21.335Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-10-13T22:16:21.335Z] [2020-10-13T22:16:21.335Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/6881959b-8a9b-4053-9dbd-ff3ab69a276c [2020-10-13T22:16:21.335Z] [2020-10-13T22:16:21.335Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-13T22:16:21.335Z] [2020-10-13T22:16:21.335Z] [2020-10-13T22:16:21.335Z] Snyk CLI supports Node.js 8 and higher. [2020-10-13T22:16:21.335Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-13T22:16:21.335Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-13T22:16:21.335Z] [2020-10-13T22:16:21.335Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-13T22:16:21.335Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-13T22:16:21.378Z] $ docker stop --time=1 d0abb8d52e030d202bd40644064b5b17439c9589361b9080be6046cec6be70aa [2020-10-13T22:16:25.010Z] $ docker rm -f d0abb8d52e030d202bd40644064b5b17439c9589361b9080be6046cec6be70aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:16:26.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T22:16:27.125Z] [2020-10-13T22:16:27.125Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:16:27.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T22:16:27.564Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-13T22:16:27.564Z] e7c96db7181b: Pulling fs layer [2020-10-13T22:16:27.564Z] 1868ca2cb446: Pulling fs layer [2020-10-13T22:16:27.564Z] 136be5d0fe8e: Pulling fs layer [2020-10-13T22:16:27.564Z] 894bfe63afcb: Pulling fs layer [2020-10-13T22:16:27.564Z] 894bfe63afcb: Waiting [2020-10-13T22:16:27.564Z] 1868ca2cb446: Verifying Checksum [2020-10-13T22:16:27.564Z] 1868ca2cb446: Download complete [2020-10-13T22:16:27.564Z] 136be5d0fe8e: Download complete [2020-10-13T22:16:27.970Z] e7c96db7181b: Verifying Checksum [2020-10-13T22:16:27.971Z] e7c96db7181b: Download complete [2020-10-13T22:16:28.755Z] e7c96db7181b: Pull complete [2020-10-13T22:16:28.755Z] 1868ca2cb446: Pull complete [2020-10-13T22:16:28.755Z] 894bfe63afcb: Verifying Checksum [2020-10-13T22:16:28.755Z] 894bfe63afcb: Download complete [2020-10-13T22:16:29.045Z] 136be5d0fe8e: Pull complete [2020-10-13T22:16:29.322Z] 894bfe63afcb: Pull complete [2020-10-13T22:16:29.322Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-13T22:16:29.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T22:16:29.322Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-13T22:16:29.643Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:16:29.904Z] $ 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 [2020-10-13T22:16:31.338Z] $ docker top 4d822e9cbac27a6dd4f8a65731954f8475212c0019c59c0a42709ca46dcd3a05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T22:16:32.006Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:16:32.006Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T22:16:37.534Z] $ docker stop --time=1 4d822e9cbac27a6dd4f8a65731954f8475212c0019c59c0a42709ca46dcd3a05 [2020-10-13T22:16:39.134Z] $ docker rm -f 4d822e9cbac27a6dd4f8a65731954f8475212c0019c59c0a42709ca46dcd3a05 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:16:40.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T22:16:40.016Z] . [Pipeline] withDockerContainer [2020-10-13T22:16:40.515Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:16:40.823Z] $ 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 [2020-10-13T22:16:42.138Z] $ docker top 4bc2fc86204d6ef0af69643ad506087f6f65674b82758c2ef6a1df74257449df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T22:16:43.519Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:16:43.520Z] + tee [2020-10-13T22:16:43.520Z] clair timeout 1m0s [2020-10-13T22:16:43.520Z] docker timeout: 1m0s [2020-10-13T22:16:43.520Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T22:16:44.925Z] $ docker stop --time=1 4bc2fc86204d6ef0af69643ad506087f6f65674b82758c2ef6a1df74257449df [2020-10-13T22:16:46.695Z] $ docker rm -f 4bc2fc86204d6ef0af69643ad506087f6f65674b82758c2ef6a1df74257449df [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T22:16:47.508Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-13T22:16:47.531Z] 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 [2020-10-13T22:16:47.593Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:16:48.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T22:16:48.078Z] . [Pipeline] withDockerContainer [2020-10-13T22:16:48.360Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:16:48.880Z] $ 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 [2020-10-13T22:16:50.616Z] $ docker top ad55aaf92ae9020ff9b35ee85181472fa2916996865fb67cb1a13a13e3b81248 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T22:16:51.987Z] + tee [2020-10-13T22:16:51.987Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T22:16:57.732Z] $ docker stop --time=1 ad55aaf92ae9020ff9b35ee85181472fa2916996865fb67cb1a13a13e3b81248 [2020-10-13T22:16:59.338Z] $ docker rm -f ad55aaf92ae9020ff9b35ee85181472fa2916996865fb67cb1a13a13e3b81248 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:16:59.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T22:16:59.893Z] . [Pipeline] withDockerContainer [2020-10-13T22:17:00.089Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:17:00.176Z] $ 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 [2020-10-13T22:17:01.269Z] $ docker top 7a12cead55457a7e8dce7b1f53cf44e7a86b7a186a3a99c634a58beb653fb098 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T22:17:01.966Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:07d155ce2010a0a52548d22b34cd4ccd3eb6da08 [2020-10-13T22:17:01.967Z] + tee [2020-10-13T22:17:01.967Z] clair timeout 1m0s [2020-10-13T22:17:01.967Z] docker timeout: 1m0s [2020-10-13T22:17:01.967Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T22:17:03.286Z] $ docker stop --time=1 7a12cead55457a7e8dce7b1f53cf44e7a86b7a186a3a99c634a58beb653fb098 [2020-10-13T22:17:04.794Z] $ docker rm -f 7a12cead55457a7e8dce7b1f53cf44e7a86b7a186a3a99c634a58beb653fb098 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T22:17:05.343Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-13T22:17:05.361Z] 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 [2020-10-13T22:17:05.425Z] 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 [2020-10-13T22:17:06.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T22:17:06.779Z] . [Pipeline] withDockerContainer [2020-10-13T22:17:06.998Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:17:07.110Z] $ 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 [2020-10-13T22:17:08.035Z] $ docker top 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T22:17:08.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T22:17:08.599Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T22:17:09.070Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T22:17:09.082Z] $ docker exec 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 ssh-agent [2020-10-13T22:17:09.520Z] SSH_AUTH_SOCK=/tmp/ssh-rAauRKwRJCeg/agent.12 [2020-10-13T22:17:09.520Z] SSH_AGENT_PID=18 [2020-10-13T22:17:09.533Z] Running ssh-add (command line suppressed) [2020-10-13T22:17:09.806Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9029029305424695693.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9029029305424695693.key) [2020-10-13T22:17:09.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T22:17:10.307Z] + git semver tag [2020-10-13T22:17:10.581Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T22:17:10.581Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-13T22:17:10.581Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-13T22:17:10.581Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T22:17:10.581Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T22:17:10.581Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T22:17:10.581Z] # $SEMVER_BRANCH = master [2020-10-13T22:17:10.581Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-13T22:17:10.581Z] # 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 HEAD [2020-10-13T22:17:10.581Z] # -> Force: false [2020-10-13T22:17:10.581Z] # 13455c6ed6a362a5b44401ae68f661f585de422e refs/tags/v1.2.1-dev.16 [Pipeline] } [2020-10-13T22:17:10.602Z] $ docker exec --env ******** --env ******** 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 ssh-agent -k [2020-10-13T22:17:10.963Z] unset SSH_AUTH_SOCK; [2020-10-13T22:17:10.965Z] unset SSH_AGENT_PID; [2020-10-13T22:17:10.965Z] echo Agent pid 18 killed; [2020-10-13T22:17:11.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T22:17:11.693Z] + git semver [Pipeline] } [2020-10-13T22:17:11.727Z] $ docker stop --time=1 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 [2020-10-13T22:17:13.527Z] $ docker rm -f 2c93e7dfc1f0c697746e7010916d06e14e098ed3f1079e40ce54c2ca8e0de781 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:17:14.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T22:17:14.315Z] [2020-10-13T22:17:14.315Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:17:14.718Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T22:17:14.718Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-13T22:17:14.718Z] ab5ef0e58194: Pulling fs layer [2020-10-13T22:17:14.718Z] 9712f1f96733: Pulling fs layer [2020-10-13T22:17:14.718Z] 63f879dbbcfc: Pulling fs layer [2020-10-13T22:17:14.718Z] 0d9ebad4ef96: Pulling fs layer [2020-10-13T22:17:14.718Z] e9a5061849ea: Pulling fs layer [2020-10-13T22:17:14.718Z] d747dcd14b5f: Pulling fs layer [2020-10-13T22:17:14.718Z] 2de7ff778b66: Pulling fs layer [2020-10-13T22:17:14.718Z] 0d9ebad4ef96: Waiting [2020-10-13T22:17:14.718Z] e9a5061849ea: Waiting [2020-10-13T22:17:14.718Z] d747dcd14b5f: Waiting [2020-10-13T22:17:14.718Z] 2de7ff778b66: Waiting [2020-10-13T22:17:14.718Z] 9712f1f96733: Verifying Checksum [2020-10-13T22:17:14.718Z] 9712f1f96733: Download complete [2020-10-13T22:17:17.445Z] 63f879dbbcfc: Verifying Checksum [2020-10-13T22:17:17.445Z] 63f879dbbcfc: Download complete [2020-10-13T22:17:17.720Z] e9a5061849ea: Verifying Checksum [2020-10-13T22:17:17.721Z] e9a5061849ea: Download complete [2020-10-13T22:17:17.721Z] d747dcd14b5f: Verifying Checksum [2020-10-13T22:17:17.721Z] d747dcd14b5f: Download complete [2020-10-13T22:17:18.734Z] 2de7ff778b66: Verifying Checksum [2020-10-13T22:17:18.734Z] 2de7ff778b66: Download complete [2020-10-13T22:17:20.864Z] 0d9ebad4ef96: Verifying Checksum [2020-10-13T22:17:20.864Z] 0d9ebad4ef96: Download complete [2020-10-13T22:17:20.864Z] ab5ef0e58194: Verifying Checksum [2020-10-13T22:17:20.864Z] ab5ef0e58194: Download complete [2020-10-13T22:17:27.925Z] ab5ef0e58194: Pull complete [2020-10-13T22:17:28.224Z] 9712f1f96733: Pull complete [2020-10-13T22:17:30.980Z] 63f879dbbcfc: Pull complete [2020-10-13T22:17:39.456Z] 0d9ebad4ef96: Pull complete [2020-10-13T22:17:42.041Z] e9a5061849ea: Pull complete [2020-10-13T22:17:42.041Z] d747dcd14b5f: Pull complete [2020-10-13T22:17:45.392Z] 2de7ff778b66: Pull complete [2020-10-13T22:17:45.392Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-13T22:17:45.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T22:17:45.392Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-13T22:17:45.743Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:17:45.820Z] $ 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 [2020-10-13T22:17:49.153Z] $ docker top e4671f7307a7f13fb2bf9cc5a7fee186eb19aea1261a2753386e684c83bbc50e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-13T22:17:49.633Z] provisioning config files... [2020-10-13T22:17:49.672Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2961990629977323784tmp [2020-10-13T22:17:49.735Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5772473252703495685tmp [2020-10-13T22:17:49.773Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8284450464307986191tmp [Pipeline] { [Pipeline] echo [2020-10-13T22:17:49.850Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:17:50.564Z] ---> sigul-configuration.sh [2020-10-13T22:17:50.564Z] gpg: directory `/root/.gnupg' created [2020-10-13T22:17:50.564Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-13T22:17:50.564Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-13T22:17:50.564Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-13T22:17:50.564Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-13T22:17:50.564Z] gpg: CAST5 encrypted data [2020-10-13T22:17:50.564Z] gpg: encrypted with 1 passphrase [2020-10-13T22:17:50.564Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-13T22:17:51.547Z] + mkdir /home/jenkins [2020-10-13T22:17:51.547Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-13T22:17:52.248Z] + 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 [2020-10-13T22:17:52.262Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:17:53.009Z] ---> sigul-install.sh [2020-10-13T22:17:59.916Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-13T22:18:00.373Z] + git tag --list [2020-10-13T22:18:00.373Z] v1.0.0 [2020-10-13T22:18:00.373Z] v1.1.0 [2020-10-13T22:18:00.373Z] v1.2.0 [2020-10-13T22:18:00.373Z] v1.2.1-dev.1 [2020-10-13T22:18:00.373Z] v1.2.1-dev.10 [2020-10-13T22:18:00.373Z] v1.2.1-dev.11 [2020-10-13T22:18:00.373Z] v1.2.1-dev.12 [2020-10-13T22:18:00.373Z] v1.2.1-dev.13 [2020-10-13T22:18:00.373Z] v1.2.1-dev.14 [2020-10-13T22:18:00.373Z] v1.2.1-dev.15 [2020-10-13T22:18:00.373Z] v1.2.1-dev.16 [2020-10-13T22:18:00.373Z] v1.2.1-dev.2 [2020-10-13T22:18:00.373Z] v1.2.1-dev.3 [2020-10-13T22:18:00.373Z] v1.2.1-dev.4 [2020-10-13T22:18:00.373Z] v1.2.1-dev.5 [2020-10-13T22:18:00.373Z] v1.2.1-dev.6 [2020-10-13T22:18:00.373Z] v1.2.1-dev.7 [2020-10-13T22:18:00.373Z] v1.2.1-dev.8 [2020-10-13T22:18:00.373Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-13T22:18:00.789Z] + lftools sign git-tag v1.2.1-dev.16 [2020-10-13T22:18:02.864Z] Signing Git tag with Sigul... [2020-10-13T22:18:02.864Z] Signing v1.2.1-dev.16 [Pipeline] echo [2020-10-13T22:18:03.922Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:18:04.296Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-13T22:18:04.298Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-13T22:18:04.433Z] $ docker stop --time=1 e4671f7307a7f13fb2bf9cc5a7fee186eb19aea1261a2753386e684c83bbc50e [2020-10-13T22:18:06.571Z] $ docker rm -f e4671f7307a7f13fb2bf9cc5a7fee186eb19aea1261a2753386e684c83bbc50e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:18:07.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T22:18:07.633Z] . [Pipeline] withDockerContainer [2020-10-13T22:18:07.852Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:18:07.952Z] $ 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 [2020-10-13T22:18:08.846Z] $ docker top 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T22:18:09.190Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T22:18:09.190Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T22:18:09.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T22:18:09.704Z] $ docker exec 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 ssh-agent [2020-10-13T22:18:09.939Z] SSH_AUTH_SOCK=/tmp/ssh-gOztnteNvtJS/agent.12 [2020-10-13T22:18:09.939Z] SSH_AGENT_PID=17 [2020-10-13T22:18:09.952Z] Running ssh-add (command line suppressed) [2020-10-13T22:18:10.126Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2529561509320688675.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2529561509320688675.key) [2020-10-13T22:18:10.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T22:18:10.604Z] + git semver bump pre [2020-10-13T22:18:10.604Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T22:18:10.604Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-13T22:18:10.604Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-13T22:18:10.604Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T22:18:10.604Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T22:18:10.604Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T22:18:10.604Z] # $SEMVER_BRANCH = master [2020-10-13T22:18:10.604Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-13T22:18:10.613Z] 1.2.1-dev.17 [Pipeline] } [2020-10-13T22:18:10.621Z] $ docker exec --env ******** --env ******** 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 ssh-agent -k [2020-10-13T22:18:10.780Z] unset SSH_AUTH_SOCK; [2020-10-13T22:18:10.780Z] unset SSH_AGENT_PID; [2020-10-13T22:18:10.780Z] echo Agent pid 17 killed; [2020-10-13T22:18:10.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T22:18:11.377Z] + git semver [Pipeline] } [2020-10-13T22:18:11.663Z] $ docker stop --time=1 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 [2020-10-13T22:18:13.215Z] $ docker rm -f 0441d2c3288ba0f1b10593c3c527406645bacbb6c26424acf1511d1d8e3b0b15 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T22:18:13.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T22:18:13.862Z] . [Pipeline] withDockerContainer [2020-10-13T22:18:14.091Z] prd-centos7-docker-4c-2g-5206 does not seem to be running inside a container [2020-10-13T22:18:14.190Z] $ 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 [2020-10-13T22:18:15.257Z] $ docker top c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T22:18:15.586Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T22:18:15.586Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T22:18:16.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T22:18:16.051Z] $ docker exec c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 ssh-agent [2020-10-13T22:18:16.289Z] SSH_AUTH_SOCK=/tmp/ssh-i3N0cq6Txhq7/agent.12 [2020-10-13T22:18:16.289Z] SSH_AGENT_PID=17 [2020-10-13T22:18:16.299Z] Running ssh-add (command line suppressed) [2020-10-13T22:18:16.482Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6834761153891123143.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6834761153891123143.key) [2020-10-13T22:18:16.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T22:18:16.990Z] + git semver push [2020-10-13T22:18:16.990Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T22:18:16.990Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-13T22:18:16.990Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-13T22:18:16.990Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T22:18:16.990Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T22:18:16.990Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T22:18:16.990Z] # $SEMVER_BRANCH = master [2020-10-13T22:18:16.990Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-13T22:18:23.824Z] $ docker exec --env ******** --env ******** c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 ssh-agent -k [2020-10-13T22:18:24.048Z] unset SSH_AUTH_SOCK; [2020-10-13T22:18:24.056Z] unset SSH_AGENT_PID; [2020-10-13T22:18:24.056Z] echo Agent pid 17 killed; [2020-10-13T22:18:24.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T22:18:24.743Z] + git semver [Pipeline] } [2020-10-13T22:18:24.792Z] $ docker stop --time=1 c043e90f134e1d55e619b4aa98d8dcf00b56ff41a95f8fa631ecacbd8a569c96 [2020-10-13T22:18:26.323Z] $ 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 [2020-10-13T22:18:27.657Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:18:28.287Z] ---> package-listing.sh [2020-10-13T22:18:28.287Z] ++ facter osfamily [2020-10-13T22:18:28.287Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-13T22:18:28.560Z] + OS_FAMILY=redhat [2020-10-13T22:18:28.560Z] + workspace=/w/workspace/_app-service-configurable_master [2020-10-13T22:18:28.560Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-13T22:18:28.560Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-13T22:18:28.560Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-13T22:18:28.560Z] + PACKAGES=/tmp/packages_start.txt [2020-10-13T22:18:28.560Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-13T22:18:28.560Z] + PACKAGES=/tmp/packages_end.txt [2020-10-13T22:18:28.560Z] + case "${OS_FAMILY}" in [2020-10-13T22:18:28.560Z] + rpm -qa [2020-10-13T22:18:28.560Z] + sort [2020-10-13T22:18:32.864Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-13T22:18:32.864Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-13T22:18:32.864Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-13T22:18:32.864Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-13T22:18:32.864Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-10-13T22:18:32.864Z] + 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 [2020-10-13T22:18:33.057Z] provisioning config files... [2020-10-13T22:18:33.077Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1218788349750985098tmp [Pipeline] { [Pipeline] echo [2020-10-13T22:18:33.162Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:18:33.503Z] ---> create-netrc.sh [Pipeline] } [2020-10-13T22:18:33.513Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-13T22:18:33.604Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:18:33.933Z] ---> python-tools-install.sh [2020-10-13T22:18:33.933Z] Generating Requirements File [2020-10-13T22:20:10.951Z] Python 3.6.8 [2020-10-13T22:20:11.223Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-13T22:20:12.204Z] appdirs==1.4.3 [2020-10-13T22:20:12.204Z] argcomplete==1.12.1 [2020-10-13T22:20:12.204Z] aspy.yaml==1.3.0 [2020-10-13T22:20:12.204Z] attrs==19.3.0 [2020-10-13T22:20:12.204Z] Babel==2.8.0 [2020-10-13T22:20:12.204Z] beautifulsoup4==4.8.2 [2020-10-13T22:20:12.204Z] boto3==1.11.6 [2020-10-13T22:20:12.204Z] botocore==1.14.6 [2020-10-13T22:20:12.204Z] bs4==0.0.1 [2020-10-13T22:20:12.204Z] cachetools==4.1.1 [2020-10-13T22:20:12.204Z] certifi==2019.11.28 [2020-10-13T22:20:12.204Z] cffi==1.14.3 [2020-10-13T22:20:12.204Z] cfgv==2.0.1 [2020-10-13T22:20:12.204Z] chardet==3.0.4 [2020-10-13T22:20:12.204Z] click==7.1 [2020-10-13T22:20:12.204Z] cliff==3.4.0 [2020-10-13T22:20:12.204Z] cmd2==1.3.11 [2020-10-13T22:20:12.204Z] colorama==0.4.4 [2020-10-13T22:20:12.204Z] cryptography==3.1.1 [2020-10-13T22:20:12.204Z] debtcollector==2.2.0 [2020-10-13T22:20:12.204Z] decorator==4.4.2 [2020-10-13T22:20:12.204Z] defusedxml==0.6.0 [2020-10-13T22:20:12.204Z] Deprecated==1.2.7 [2020-10-13T22:20:12.204Z] distlib==0.3.1 [2020-10-13T22:20:12.204Z] distro==1.2.0 [2020-10-13T22:20:12.204Z] dnspython==1.16.0 [2020-10-13T22:20:12.204Z] docker==4.2.0 [2020-10-13T22:20:12.204Z] docutils==0.15.2 [2020-10-13T22:20:12.204Z] dogpile.cache==1.0.2 [2020-10-13T22:20:12.204Z] email-validator==1.0.5 [2020-10-13T22:20:12.204Z] filelock==3.0.12 [2020-10-13T22:20:12.204Z] future==0.18.2 [2020-10-13T22:20:12.204Z] google-auth==1.22.1 [2020-10-13T22:20:12.204Z] httplib2==0.17.0 [2020-10-13T22:20:12.204Z] identify==1.4.11 [2020-10-13T22:20:12.204Z] idna==2.9 [2020-10-13T22:20:12.204Z] importlib-metadata==2.0.0 [2020-10-13T22:20:12.204Z] importlib-resources==1.5.0 [2020-10-13T22:20:12.204Z] iso8601==0.1.13 [2020-10-13T22:20:12.204Z] Jinja2==2.11.1 [2020-10-13T22:20:12.204Z] jmespath==0.10.0 [2020-10-13T22:20:12.204Z] jsonpatch==1.26 [2020-10-13T22:20:12.204Z] jsonpointer==2.0 [2020-10-13T22:20:12.204Z] jsonschema==3.2.0 [2020-10-13T22:20:12.204Z] keystoneauth1==4.2.1 [2020-10-13T22:20:12.204Z] kubernetes==11.0.0 [2020-10-13T22:20:12.204Z] lftools==0.34.2 [2020-10-13T22:20:12.204Z] lxml==4.5.0 [2020-10-13T22:20:12.204Z] MarkupSafe==0.23 [2020-10-13T22:20:12.204Z] msgpack==1.0.0 [2020-10-13T22:20:12.204Z] multi-key-dict==2.0.3 [2020-10-13T22:20:12.204Z] munch==2.5.0 [2020-10-13T22:20:12.204Z] netaddr==0.8.0 [2020-10-13T22:20:12.204Z] netifaces==0.10.9 [2020-10-13T22:20:12.204Z] niet==1.4.2 [2020-10-13T22:20:12.204Z] nodeenv==1.3.5 [2020-10-13T22:20:12.204Z] oauth2client==4.1.3 [2020-10-13T22:20:12.204Z] oauthlib==3.1.0 [2020-10-13T22:20:12.204Z] openstacksdk==0.50.0 [2020-10-13T22:20:12.204Z] os-client-config==2.1.0 [2020-10-13T22:20:12.204Z] os-service-types==1.7.0 [2020-10-13T22:20:12.204Z] osc-lib==2.2.1 [2020-10-13T22:20:12.204Z] oslo.config==8.3.2 [2020-10-13T22:20:12.204Z] oslo.context==3.1.1 [2020-10-13T22:20:12.204Z] oslo.i18n==5.0.1 [2020-10-13T22:20:12.204Z] oslo.log==4.4.0 [2020-10-13T22:20:12.204Z] oslo.serialization==4.0.1 [2020-10-13T22:20:12.204Z] oslo.utils==4.6.0 [2020-10-13T22:20:12.204Z] packaging==20.4 [2020-10-13T22:20:12.204Z] pbr==5.4.4 [2020-10-13T22:20:12.204Z] pluggy==0.13.1 [2020-10-13T22:20:12.204Z] prettytable==0.7.2 [2020-10-13T22:20:12.204Z] py==1.9.0 [2020-10-13T22:20:12.204Z] pyasn1==0.4.8 [2020-10-13T22:20:12.204Z] pyasn1-modules==0.2.8 [2020-10-13T22:20:12.204Z] pycparser==2.20 [2020-10-13T22:20:12.204Z] pygerrit2==2.0.10 [2020-10-13T22:20:12.204Z] PyGithub==1.46 [2020-10-13T22:20:12.204Z] pyinotify==0.9.6 [2020-10-13T22:20:12.204Z] PyJWT==1.7.1 [2020-10-13T22:20:12.204Z] pyparsing==2.4.7 [2020-10-13T22:20:12.204Z] pyperclip==1.8.1 [2020-10-13T22:20:12.204Z] pyroute2==0.4.13 [2020-10-13T22:20:12.204Z] pyrsistent==0.15.7 [2020-10-13T22:20:12.204Z] PySocks==1.6.8 [2020-10-13T22:20:12.204Z] python-cinderclient==7.2.0 [2020-10-13T22:20:12.204Z] python-dateutil==2.8.1 [2020-10-13T22:20:12.204Z] python-heatclient==2.2.1 [2020-10-13T22:20:12.204Z] python-jenkins==1.7.0 [2020-10-13T22:20:12.204Z] python-keystoneclient==4.1.1 [2020-10-13T22:20:12.204Z] python-magnumclient==3.2.1 [2020-10-13T22:20:12.204Z] python-novaclient==17.2.1 [2020-10-13T22:20:12.204Z] python-openstackclient==5.4.0 [2020-10-13T22:20:12.204Z] python-swiftclient==3.10.1 [2020-10-13T22:20:12.204Z] pytz==2020.1 [2020-10-13T22:20:12.204Z] PyYAML==5.3 [2020-10-13T22:20:12.204Z] requests==2.23.0 [2020-10-13T22:20:12.204Z] requests-oauthlib==1.3.0 [2020-10-13T22:20:12.204Z] requestsexceptions==1.4.0 [2020-10-13T22:20:12.204Z] rfc3986==1.4.0 [2020-10-13T22:20:12.204Z] rpm==4.11.3 [2020-10-13T22:20:12.204Z] rsa==4.0 [2020-10-13T22:20:12.204Z] ruamel.yaml==0.16.10 [2020-10-13T22:20:12.204Z] ruamel.yaml.clib==0.2.0 [2020-10-13T22:20:12.204Z] s3transfer==0.3.3 [2020-10-13T22:20:12.204Z] shade==1.27.2 [2020-10-13T22:20:12.204Z] simplejson==3.17.2 [2020-10-13T22:20:12.204Z] six==1.14.0 [2020-10-13T22:20:12.204Z] soupsieve==2.0 [2020-10-13T22:20:12.204Z] stevedore==3.2.2 [2020-10-13T22:20:12.204Z] tabulate==0.8.6 [2020-10-13T22:20:12.204Z] toml==0.10.0 [2020-10-13T22:20:12.204Z] tox==3.20.1 [2020-10-13T22:20:12.204Z] tqdm==4.43.0 [2020-10-13T22:20:12.204Z] urllib3==1.25.8 [2020-10-13T22:20:12.204Z] virtualenv==20.0.34 [2020-10-13T22:20:12.204Z] wcwidth==0.2.5 [2020-10-13T22:20:12.204Z] websocket-client==0.57.0 [2020-10-13T22:20:12.204Z] wrapt==1.12.1 [2020-10-13T22:20:12.204Z] xdg==3.0.2 [2020-10-13T22:20:12.204Z] xmltodict==0.12.0 [2020-10-13T22:20:12.204Z] yq==2.11.1 [2020-10-13T22:20:12.204Z] zipp==3.3.0 [2020-10-13T22:20:13.627Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:17.054Z] 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. [2020-10-13T22:20:21.399Z] Python 2.7.5 [2020-10-13T22:20:21.399Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-13T22:20:21.698Z] 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. [2020-10-13T22:20:21.970Z] ansible==2.9.7 [2020-10-13T22:20:21.970Z] Babel==0.9.6 [2020-10-13T22:20:21.970Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-13T22:20:21.970Z] beautifulsoup4==4.4.1 [2020-10-13T22:20:21.970Z] bodhi==2.11.0 [2020-10-13T22:20:21.970Z] bodhi-client==2.11.0 [2020-10-13T22:20:21.970Z] CCColUtils==1.4 [2020-10-13T22:20:21.970Z] cffi==1.6.0 [2020-10-13T22:20:21.970Z] chardet==2.2.1 [2020-10-13T22:20:21.970Z] click==6.7 [2020-10-13T22:20:21.970Z] cloud-init==18.5 [2020-10-13T22:20:21.970Z] configobj==4.7.2 [2020-10-13T22:20:21.970Z] cryptography==1.7.2 [2020-10-13T22:20:21.970Z] decorator==3.4.0 [2020-10-13T22:20:21.970Z] distro==1.2.0 [2020-10-13T22:20:21.970Z] enum34==1.0.4 [2020-10-13T22:20:21.970Z] fedpkg==1.38 [2020-10-13T22:20:21.970Z] futures==3.1.1 [2020-10-13T22:20:21.970Z] gitdb==0.6.4 [2020-10-13T22:20:21.970Z] GitPython==1.0.1 [2020-10-13T22:20:21.970Z] html5lib==0.999 [2020-10-13T22:20:21.970Z] httplib2==0.9.2 [2020-10-13T22:20:21.970Z] idna==2.4 [2020-10-13T22:20:21.970Z] iniparse==0.4 [2020-10-13T22:20:21.970Z] ipaddress==1.0.16 [2020-10-13T22:20:21.970Z] IPy==0.75 [2020-10-13T22:20:21.970Z] javapackages==1.0.0 [2020-10-13T22:20:21.970Z] Jinja2==2.7.2 [2020-10-13T22:20:21.970Z] jmespath==0.9.4 [2020-10-13T22:20:21.970Z] jsonpatch==1.2 [2020-10-13T22:20:21.970Z] jsonpointer==1.9 [2020-10-13T22:20:21.970Z] kerberos==1.1 [2020-10-13T22:20:21.970Z] kitchen==1.1.1 [2020-10-13T22:20:21.970Z] langtable==0.0.31 [2020-10-13T22:20:21.970Z] lockfile==0.9.1 [2020-10-13T22:20:21.970Z] lxml==3.2.1 [2020-10-13T22:20:21.970Z] MarkupSafe==0.11 [2020-10-13T22:20:21.970Z] munch==2.0.2 [2020-10-13T22:20:21.970Z] offtrac==0.1.0 [2020-10-13T22:20:21.970Z] openidc-client==0.6.0 [2020-10-13T22:20:21.970Z] packagedb-cli==2.14.1 [2020-10-13T22:20:21.970Z] paramiko==2.1.1 [2020-10-13T22:20:21.970Z] perf==0.1 [2020-10-13T22:20:21.970Z] ply==3.4 [2020-10-13T22:20:21.970Z] policycoreutils-default-encoding==0.1 [2020-10-13T22:20:21.971Z] prettytable==0.7.2 [2020-10-13T22:20:21.971Z] pyasn1==0.1.9 [2020-10-13T22:20:21.971Z] pycparser==2.14 [2020-10-13T22:20:21.971Z] pycurl==7.19.0 [2020-10-13T22:20:21.971Z] pygobject==3.22.0 [2020-10-13T22:20:21.971Z] pygpgme==0.3 [2020-10-13T22:20:21.971Z] pyliblzma==0.5.3 [2020-10-13T22:20:21.971Z] pyOpenSSL==0.13.1 [2020-10-13T22:20:21.971Z] pyparsing==1.5.6 [2020-10-13T22:20:21.971Z] pyserial==2.6 [2020-10-13T22:20:21.971Z] python-augeas==0.5.0 [2020-10-13T22:20:21.971Z] python-bugzilla==2.3.0 [2020-10-13T22:20:21.971Z] python-dateutil==1.5 [2020-10-13T22:20:21.971Z] python-fedora==0.10.0 [2020-10-13T22:20:21.971Z] python-linux-procfs==0.4.9 [2020-10-13T22:20:21.971Z] python-yubico==1.2.3 [2020-10-13T22:20:21.971Z] pyudev==0.15 [2020-10-13T22:20:21.971Z] pyusb==1.0.0b1 [2020-10-13T22:20:21.971Z] pyxattr==0.5.1 [2020-10-13T22:20:21.971Z] PyYAML==3.10 [2020-10-13T22:20:21.971Z] requests==2.6.0 [2020-10-13T22:20:21.971Z] requests-kerberos==0.7.0 [2020-10-13T22:20:21.971Z] rpkg==1.60 [2020-10-13T22:20:21.971Z] schedutils==0.4 [2020-10-13T22:20:21.971Z] seobject==0.1 [2020-10-13T22:20:21.971Z] sepolicy==1.1 [2020-10-13T22:20:21.971Z] six==1.9.0 [2020-10-13T22:20:21.971Z] smmap==0.9.0 [2020-10-13T22:20:21.971Z] urlgrabber==3.10 [2020-10-13T22:20:21.971Z] urllib3==1.10.2 [2020-10-13T22:20:21.971Z] virtualenv==15.1.0 [2020-10-13T22:20:21.971Z] yum-langpacks==0.4.2 [2020-10-13T22:20:21.971Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-13T22:20:21.988Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:20:22.348Z] ---> sudo-logs.sh [2020-10-13T22:20:22.348Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-13T22:20:22.631Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:20:22.977Z] ---> job-cost.sh [2020-10-13T22:20:22.977Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5KKl [2020-10-13T22:20:35.700Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:35.700Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:36.679Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:36.983Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:37.590Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:37.894Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:38.173Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:38.460Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:38.460Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:38.460Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:38.747Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:39.026Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:39.026Z] Cache entry deserialization failed, entry ignored [2020-10-13T22:20:44.463Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-13T22:21:23.568Z] lf-activate-venv(): INFO: Adding /tmp/venv-5KKl/bin to PATH [2020-10-13T22:21:23.568Z] INFO: No Stack... [2020-10-13T22:21:23.568Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-13T22:21:23.568Z] INFO: Archiving Costs [Pipeline] echo [2020-10-13T22:21:23.593Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T22:21:23.990Z] ---> logs-deploy.sh [2020-10-13T22:21:23.990Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/53 [2020-10-13T22:21:23.990Z] INFO: archiving workspace using pattern(s): [2020-10-13T22:21:27.391Z] Archives upload complete. [2020-10-13T22:21:27.391Z] INFO: archiving logs to Nexus [2020-10-13T22:21:29.390Z] ---> uname -a: [2020-10-13T22:21:29.390Z] 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 [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] ---> lscpu: [2020-10-13T22:21:29.390Z] Architecture: x86_64 [2020-10-13T22:21:29.390Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-13T22:21:29.390Z] Byte Order: Little Endian [2020-10-13T22:21:29.390Z] CPU(s): 4 [2020-10-13T22:21:29.390Z] On-line CPU(s) list: 0-3 [2020-10-13T22:21:29.390Z] Thread(s) per core: 1 [2020-10-13T22:21:29.390Z] Core(s) per socket: 1 [2020-10-13T22:21:29.390Z] Socket(s): 4 [2020-10-13T22:21:29.390Z] NUMA node(s): 1 [2020-10-13T22:21:29.390Z] Vendor ID: GenuineIntel [2020-10-13T22:21:29.390Z] CPU family: 6 [2020-10-13T22:21:29.390Z] Model: 44 [2020-10-13T22:21:29.390Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-13T22:21:29.390Z] Stepping: 1 [2020-10-13T22:21:29.390Z] CPU MHz: 2933.438 [2020-10-13T22:21:29.390Z] BogoMIPS: 5866.87 [2020-10-13T22:21:29.390Z] Virtualization: VT-x [2020-10-13T22:21:29.390Z] Hypervisor vendor: KVM [2020-10-13T22:21:29.390Z] Virtualization type: full [2020-10-13T22:21:29.390Z] L1d cache: 32K [2020-10-13T22:21:29.390Z] L1i cache: 32K [2020-10-13T22:21:29.390Z] L2 cache: 4096K [2020-10-13T22:21:29.390Z] L3 cache: 16384K [2020-10-13T22:21:29.390Z] NUMA node0 CPU(s): 0-3 [2020-10-13T22:21:29.390Z] 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 [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] ---> nproc: [2020-10-13T22:21:29.390Z] 4 [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] ---> df -h: [2020-10-13T22:21:29.390Z] Filesystem Size Used Avail Use% Mounted on [2020-10-13T22:21:29.390Z] devtmpfs 887M 0 887M 0% /dev [2020-10-13T22:21:29.390Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-13T22:21:29.390Z] tmpfs 919M 17M 903M 2% /run [2020-10-13T22:21:29.390Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-13T22:21:29.390Z] /dev/vda1 50G 8.6G 42G 18% / [2020-10-13T22:21:29.390Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] ---> free -m: [2020-10-13T22:21:29.390Z] total used free shared buff/cache available [2020-10-13T22:21:29.390Z] Mem: 1837 596 76 15 1164 1042 [2020-10-13T22:21:29.390Z] Swap: 1023 3 1020 [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] [2020-10-13T22:21:29.390Z] ---> ip addr: [2020-10-13T22:21:29.390Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-13T22:21:29.390Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-13T22:21:29.390Z] inet 127.0.0.1/8 scope host lo [2020-10-13T22:21:29.390Z] valid_lft forever preferred_lft forever [2020-10-13T22:21:29.390Z] inet6 ::1/128 scope host [2020-10-13T22:21:29.390Z] valid_lft forever preferred_lft forever [2020-10-13T22:21:29.391Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-13T22:21:29.391Z] link/ether fa:16:3e:c1:fd:85 brd ff:ff:ff:ff:ff:ff [2020-10-13T22:21:29.391Z] inet 10.30.122.225/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-13T22:21:29.391Z] valid_lft 85624sec preferred_lft 85624sec [2020-10-13T22:21:29.391Z] inet6 fe80::f816:3eff:fec1:fd85/64 scope link [2020-10-13T22:21:29.391Z] valid_lft forever preferred_lft forever [2020-10-13T22:21:29.391Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-13T22:21:29.391Z] link/ether 02:42:72:93:e9:18 brd ff:ff:ff:ff:ff:ff [2020-10-13T22:21:29.391Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-13T22:21:29.391Z] valid_lft forever preferred_lft forever [2020-10-13T22:21:29.391Z] inet6 fe80::42:72ff:fe93:e918/64 scope link [2020-10-13T22:21:29.391Z] valid_lft forever preferred_lft forever [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] ---> sar -b -r -n DEV: [2020-10-13T22:21:29.391Z] 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) [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] 10:08:13 PM LINUX RESTART [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] 10:09:01 PM tps rtps wtps bread/s bwrtn/s [2020-10-13T22:21:29.391Z] 10:10:01 PM 61.12 20.09 41.04 5311.31 4749.69 [2020-10-13T22:21:29.391Z] 10:11:01 PM 6.34 0.98 5.36 71.21 144.66 [2020-10-13T22:21:29.391Z] 10:12:01 PM 0.32 0.00 0.32 0.00 4.33 [2020-10-13T22:21:29.391Z] 10:13:01 PM 0.28 0.00 0.28 0.00 3.21 [2020-10-13T22:21:29.391Z] 10:14:01 PM 0.22 0.00 0.22 0.00 2.76 [2020-10-13T22:21:29.391Z] 10:15:01 PM 0.35 0.00 0.35 0.00 4.58 [2020-10-13T22:21:29.391Z] 10:16:02 PM 175.32 103.54 71.78 5423.94 30517.79 [2020-10-13T22:21:29.391Z] 10:17:01 PM 84.45 34.63 49.82 1668.95 5839.12 [2020-10-13T22:21:29.391Z] 10:18:01 PM 178.97 52.89 126.09 3027.12 30547.70 [2020-10-13T22:21:29.391Z] 10:19:01 PM 91.82 68.66 23.15 5283.03 3227.96 [2020-10-13T22:21:29.391Z] 10:20:01 PM 76.58 5.64 70.95 749.44 8792.98 [2020-10-13T22:21:29.391Z] 10:21:01 PM 88.80 25.46 63.34 1091.25 6080.27 [2020-10-13T22:21:29.391Z] Average: 63.71 25.99 37.72 1886.85 7497.93 [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] 10:09:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-13T22:21:29.391Z] 10:10:01 PM 144456 1737100 92.32 2620 1196456 1350504 46.09 407460 1166592 600 [2020-10-13T22:21:29.391Z] 10:11:01 PM 171120 1710436 90.91 2620 1198304 1119248 38.20 385112 1163072 8 [2020-10-13T22:21:29.391Z] 10:12:01 PM 186252 1695304 90.10 2620 1198312 1014736 34.63 374340 1161220 8 [2020-10-13T22:21:29.391Z] 10:13:01 PM 183652 1697904 90.24 2620 1198312 1014940 34.64 377504 1160692 8 [2020-10-13T22:21:29.391Z] 10:14:01 PM 178596 1702960 90.51 2620 1198320 1015036 34.64 389892 1153228 8 [2020-10-13T22:21:29.391Z] 10:15:01 PM 178144 1703412 90.53 2620 1198324 1014880 34.64 402576 1141220 8 [2020-10-13T22:21:29.391Z] 10:16:02 PM 93520 1788036 95.03 2620 1143764 1373924 46.89 518696 1071440 52 [2020-10-13T22:21:29.391Z] 10:17:01 PM 283220 1598336 84.95 2620 1021248 1199596 40.94 533940 865272 28 [2020-10-13T22:21:29.391Z] 10:18:01 PM 100484 1781072 94.66 2292 1094120 1203536 41.07 626196 868672 70332 [2020-10-13T22:21:29.391Z] 10:19:01 PM 83468 1798088 95.56 2020 1094196 1137780 38.83 608584 900388 34160 [2020-10-13T22:21:29.391Z] 10:20:01 PM 83472 1798084 95.56 1496 1059800 1094292 37.35 631220 851912 68192 [2020-10-13T22:21:29.391Z] 10:21:01 PM 78192 1803364 95.84 1496 1057040 1079364 36.84 630540 837008 44916 [2020-10-13T22:21:29.391Z] Average: 147048 1734508 92.18 2355 1138183 1134820 38.73 490505 1028393 18193 [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] 10:09:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-10-13T22:21:29.391Z] 10:10:01 PM veth1b90c0b 2.56 1.91 0.40 3.16 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:10:01 PM eth0 252.25 181.81 1068.58 79.71 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:10:01 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:10:01 PM docker0 2.56 1.79 0.36 3.15 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:11:01 PM eth0 8.60 7.47 6.64 14.45 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:11:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:11:01 PM docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:12:01 PM eth0 0.57 0.00 0.05 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:12:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:12:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:13:01 PM eth0 0.95 0.37 0.32 0.17 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:13:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:13:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:14:01 PM eth0 1.00 0.48 0.32 0.25 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:14:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:14:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:15:01 PM eth0 0.63 0.40 0.40 0.23 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:15:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:15:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:16:02 PM veth958bcbc 0.17 0.23 0.02 0.09 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:16:02 PM eth0 655.88 501.01 4861.31 124.73 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:16:02 PM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:16:02 PM docker0 2.73 1.96 0.38 3.23 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:17:01 PM veth4f2534b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:17:01 PM eth0 128.98 112.47 622.37 74.01 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:17:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:17:01 PM docker0 56.38 63.07 5.24 416.69 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:18:01 PM vethdb1c5b7 22.71 36.10 1.52 198.87 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:18:01 PM eth0 409.97 350.49 3434.52 81.96 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:18:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:18:01 PM docker0 23.16 36.32 1.32 199.06 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:19:01 PM eth0 89.99 72.80 305.38 55.69 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:19:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:19:01 PM docker0 2.25 1.61 0.35 0.36 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:20:01 PM eth0 72.98 58.51 560.41 5.86 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:20:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:20:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:21:01 PM eth0 53.58 39.28 137.18 29.84 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:21:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] 10:21:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] Average: eth0 114.40 93.36 821.60 30.82 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] Average: docker0 6.98 8.51 0.60 51.14 0.00 0.00 0.00 [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] ---> sar -P ALL: [2020-10-13T22:21:29.391Z] 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) [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] 10:08:13 PM LINUX RESTART [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] 10:09:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-13T22:21:29.391Z] 10:10:01 PM all 10.73 0.00 4.56 1.80 25.87 57.04 [2020-10-13T22:21:29.391Z] 10:10:01 PM 0 9.94 0.00 4.76 0.93 28.02 56.35 [2020-10-13T22:21:29.391Z] 10:10:01 PM 1 7.20 0.00 3.93 1.57 26.65 60.65 [2020-10-13T22:21:29.391Z] 10:10:01 PM 2 12.48 0.00 4.73 2.38 24.44 55.97 [2020-10-13T22:21:29.391Z] 10:10:01 PM 3 13.53 0.00 4.83 2.34 24.27 55.04 [2020-10-13T22:21:29.391Z] 10:11:01 PM all 0.50 0.00 0.22 0.08 2.24 96.96 [2020-10-13T22:21:29.391Z] 10:11:01 PM 0 0.76 0.00 0.26 0.02 2.76 96.19 [2020-10-13T22:21:29.391Z] 10:11:01 PM 1 0.41 0.00 0.31 0.17 1.97 97.14 [2020-10-13T22:21:29.391Z] 10:11:01 PM 2 0.44 0.00 0.18 0.13 2.50 96.75 [2020-10-13T22:21:29.391Z] 10:11:01 PM 3 0.38 0.00 0.17 0.00 1.74 97.71 [2020-10-13T22:21:29.391Z] 10:12:01 PM all 0.12 0.00 0.06 0.00 0.27 99.55 [2020-10-13T22:21:29.391Z] 10:12:01 PM 0 0.35 0.00 0.05 0.00 0.48 99.12 [2020-10-13T22:21:29.391Z] 10:12:01 PM 1 0.05 0.00 0.07 0.00 0.25 99.63 [2020-10-13T22:21:29.391Z] 10:12:01 PM 2 0.02 0.00 0.07 0.00 0.13 99.78 [2020-10-13T22:21:29.391Z] 10:12:01 PM 3 0.05 0.00 0.07 0.00 0.17 99.72 [2020-10-13T22:21:29.391Z] 10:13:01 PM all 0.11 0.00 0.03 0.00 0.35 99.51 [2020-10-13T22:21:29.391Z] 10:13:01 PM 0 0.35 0.00 0.02 0.00 0.40 99.24 [2020-10-13T22:21:29.391Z] 10:13:01 PM 1 0.03 0.00 0.02 0.00 0.61 99.34 [2020-10-13T22:21:29.391Z] 10:13:01 PM 2 0.03 0.00 0.02 0.00 0.08 99.87 [2020-10-13T22:21:29.391Z] 10:13:01 PM 3 0.03 0.00 0.05 0.00 0.33 99.58 [2020-10-13T22:21:29.391Z] 10:14:01 PM all 0.12 0.00 0.09 0.00 0.29 99.50 [2020-10-13T22:21:29.391Z] 10:14:01 PM 0 0.37 0.00 0.03 0.00 0.15 99.45 [2020-10-13T22:21:29.391Z] 10:14:01 PM 1 0.03 0.00 0.03 0.00 0.40 99.53 [2020-10-13T22:21:29.391Z] 10:14:01 PM 2 0.05 0.00 0.03 0.00 0.35 99.57 [2020-10-13T22:21:29.391Z] 10:14:01 PM 3 0.03 0.00 0.25 0.00 0.27 99.45 [2020-10-13T22:21:29.391Z] 10:15:01 PM all 0.11 0.00 0.08 0.00 0.12 99.69 [2020-10-13T22:21:29.391Z] 10:15:01 PM 0 0.23 0.00 0.05 0.00 0.20 99.52 [2020-10-13T22:21:29.391Z] 10:15:01 PM 1 0.13 0.00 0.07 0.00 0.15 99.65 [2020-10-13T22:21:29.391Z] 10:15:01 PM 2 0.03 0.00 0.03 0.00 0.07 99.87 [2020-10-13T22:21:29.391Z] 10:15:01 PM 3 0.05 0.00 0.18 0.00 0.05 99.72 [2020-10-13T22:21:29.391Z] 10:16:02 PM all 4.53 0.00 3.50 1.05 15.34 75.57 [2020-10-13T22:21:29.391Z] 10:16:02 PM 0 3.84 0.00 3.82 0.68 16.61 75.05 [2020-10-13T22:21:29.391Z] 10:16:02 PM 1 4.86 0.00 3.48 0.69 15.31 75.67 [2020-10-13T22:21:29.391Z] 10:16:02 PM 2 4.33 0.00 3.10 2.42 14.97 75.18 [2020-10-13T22:21:29.391Z] 10:16:02 PM 3 5.08 0.00 3.64 0.42 14.47 76.40 [2020-10-13T22:21:29.391Z] 10:17:01 PM all 3.55 0.00 3.70 1.27 10.75 80.72 [2020-10-13T22:21:29.391Z] 10:17:01 PM 0 4.13 0.00 3.68 1.82 12.21 78.16 [2020-10-13T22:21:29.391Z] 10:17:01 PM 1 2.70 0.00 2.98 1.04 10.80 82.48 [2020-10-13T22:21:29.391Z] 10:17:01 PM 2 3.93 0.00 4.58 1.54 9.67 80.28 [2020-10-13T22:21:29.391Z] 10:17:01 PM 3 3.48 0.00 3.58 0.70 10.31 81.94 [2020-10-13T22:21:29.391Z] 10:18:01 PM all 8.19 0.00 6.48 1.81 14.30 69.22 [2020-10-13T22:21:29.391Z] 10:18:01 PM 0 6.07 0.00 5.69 2.40 15.69 70.15 [2020-10-13T22:21:29.391Z] 10:18:01 PM 1 11.26 0.00 5.34 1.19 13.86 68.35 [2020-10-13T22:21:29.391Z] 10:18:01 PM 2 8.56 0.00 8.30 2.61 13.84 66.68 [2020-10-13T22:21:29.391Z] 10:18:01 PM 3 6.84 0.00 6.65 1.06 13.79 71.66 [2020-10-13T22:21:29.391Z] 10:19:01 PM all 8.98 0.00 3.02 1.66 4.74 81.60 [2020-10-13T22:21:29.391Z] 10:19:01 PM 0 18.77 0.00 4.08 4.13 5.70 67.32 [2020-10-13T22:21:29.391Z] 10:19:01 PM 1 3.03 0.00 2.25 1.13 4.15 89.44 [2020-10-13T22:21:29.391Z] 10:19:01 PM 2 8.54 0.00 3.27 0.83 3.84 83.52 [2020-10-13T22:21:29.391Z] 10:19:01 PM 3 6.09 0.00 2.55 0.68 5.30 85.39 [2020-10-13T22:21:29.391Z] 10:20:01 PM all 14.27 0.00 2.44 0.82 3.70 78.77 [2020-10-13T22:21:29.391Z] 10:20:01 PM 0 27.51 0.00 3.04 0.52 3.93 64.99 [2020-10-13T22:21:29.391Z] 10:20:01 PM 1 9.43 0.00 2.98 1.60 3.24 82.75 [2020-10-13T22:21:29.391Z] 10:20:01 PM 2 14.38 0.00 2.68 0.40 3.40 79.14 [2020-10-13T22:21:29.391Z] 10:20:01 PM 3 6.38 0.00 1.13 0.71 4.21 87.57 [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] 10:20:01 PM CPU %user %nice %system %iowait %steal %idle [2020-10-13T22:21:29.391Z] 10:21:01 PM all 15.04 0.00 2.77 1.47 3.51 77.21 [2020-10-13T22:21:29.391Z] 10:21:01 PM 0 24.73 0.00 3.71 2.08 3.58 65.90 [2020-10-13T22:21:29.391Z] 10:21:01 PM 1 9.02 0.00 1.59 1.46 3.64 84.28 [2020-10-13T22:21:29.391Z] 10:21:01 PM 2 22.24 0.00 5.02 1.59 2.60 68.55 [2020-10-13T22:21:29.391Z] 10:21:01 PM 3 5.19 0.00 0.94 0.80 4.20 88.87 [2020-10-13T22:21:29.391Z] Average: all 5.50 0.00 2.25 0.83 6.88 84.54 [2020-10-13T22:21:29.391Z] Average: 0 7.90 0.00 2.42 1.03 7.60 81.05 [2020-10-13T22:21:29.391Z] Average: 1 4.02 0.00 1.94 0.74 6.92 86.38 [2020-10-13T22:21:29.391Z] Average: 2 6.17 0.00 2.65 0.99 6.39 83.80 [2020-10-13T22:21:29.391Z] Average: 3 3.95 0.00 2.00 0.56 6.63 86.85 [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z] [2020-10-13T22:21:29.391Z]