Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 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 Running on prd-centos7-docker-4c-2g-3505 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 b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 (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 b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#123)" > git rev-list --no-walk daff15d1c142927b4c294eb389f0d65858a28110 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-05T18:57:13.984Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-05T18:57:14.280Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-05T18:57:14.417Z] ========================================================= [2020-10-05T18:57:14.417Z] EdgeX Global Pipelines Version Info [2020-10-05T18:57:14.417Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-05T18:57:15.901Z] ------------------- [2020-10-05T18:57:15.901Z] stable info: [2020-10-05T18:57:15.901Z] ------------------- [2020-10-05T18:57:15.901Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-05T18:57:15.901Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-05T18:57:15.901Z] Message: update stable to v1.0.131 [2020-10-05T18:57:16.846Z] ------------------- [2020-10-05T18:57:16.846Z] experimental info: [2020-10-05T18:57:16.846Z] ------------------- [2020-10-05T18:57:16.846Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-05T18:57:16.846Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-05T18:57:16.846Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-05T18:57:17.205Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-10-05T18:57:17.311Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-10-05T18:57:17.414Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-05T18:57:17.533Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-05T18:57:17.640Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-05T18:57:17.759Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-05T18:57:17.864Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-05T18:57:17.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-05T18:57:18.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-05T18:57:18.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-05T18:57:18.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-05T18:57:18.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-10-05T18:57:18.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-05T18:57:18.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-05T18:57:18.683Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-05T18:57:18.777Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-05T18:57:18.872Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-05T18:57:18.963Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-05T18:57:19.054Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-05T18:57:19.145Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-05T18:57:19.235Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-05T18:57:19.324Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-05T18:57:19.474Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-05T18:57:19.594Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-05T18:57:19.683Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-05T18:57:19.774Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-05T18:57:19.870Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-05T18:57:20.010Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-05T18:57:20.113Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [Pipeline] echo [2020-10-05T18:57:20.210Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b6c69ff [Pipeline] echo [2020-10-05T18:57:20.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-05T18:57:21.031Z] + git log --format=format:%s -1 b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [Pipeline] echo [2020-10-05T18:57:21.098Z] GIT_COMMIT: b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#123) [Pipeline] echo [2020-10-05T18:57:21.149Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-05T18:57:21.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T18:57:22.245Z] [2020-10-05T18:57:22.245Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T18:57:22.607Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T18:57:22.607Z] latest: Pulling from edgex-devops/git-semver [2020-10-05T18:57:22.607Z] 31603596830f: Pulling fs layer [2020-10-05T18:57:22.607Z] 2a8b12db71e7: Pulling fs layer [2020-10-05T18:57:22.607Z] 6ca5941a6612: Pulling fs layer [2020-10-05T18:57:22.607Z] ecc8261a40a4: Pulling fs layer [2020-10-05T18:57:22.607Z] ecc8261a40a4: Waiting [2020-10-05T18:57:22.607Z] 2a8b12db71e7: Verifying Checksum [2020-10-05T18:57:22.607Z] 2a8b12db71e7: Download complete [2020-10-05T18:57:22.869Z] 31603596830f: Verifying Checksum [2020-10-05T18:57:22.869Z] 31603596830f: Download complete [2020-10-05T18:57:22.869Z] ecc8261a40a4: Verifying Checksum [2020-10-05T18:57:22.869Z] ecc8261a40a4: Download complete [2020-10-05T18:57:22.869Z] 6ca5941a6612: Verifying Checksum [2020-10-05T18:57:22.869Z] 6ca5941a6612: Download complete [2020-10-05T18:57:23.132Z] 31603596830f: Pull complete [2020-10-05T18:57:23.132Z] 2a8b12db71e7: Pull complete [2020-10-05T18:57:24.088Z] 6ca5941a6612: Pull complete [2020-10-05T18:57:24.088Z] ecc8261a40a4: Pull complete [2020-10-05T18:57:24.355Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-05T18:57:24.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T18:57:24.355Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-05T18:57:24.454Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T18:57:24.500Z] $ 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-05T18:57:26.498Z] $ docker top 22b7de9cddcbd331c857e1240cb1a02cfd13dcb414c26fa0cc7a9c5162ddb8f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T18:57:26.800Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T18:57:26.801Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T18:57:27.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T18:57:27.014Z] $ docker exec 22b7de9cddcbd331c857e1240cb1a02cfd13dcb414c26fa0cc7a9c5162ddb8f6 ssh-agent [2020-10-05T18:57:27.171Z] SSH_AUTH_SOCK=/tmp/ssh-7SviGzA5u2vj/agent.11 [2020-10-05T18:57:27.171Z] SSH_AGENT_PID=17 [2020-10-05T18:57:27.184Z] Running ssh-add (command line suppressed) [2020-10-05T18:57:27.302Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1414139195421954349.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1414139195421954349.key) [2020-10-05T18:57:27.349Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T18:57:27.690Z] + git describe --exact-match --tags HEAD [2020-10-05T18:57:27.690Z] fatal: no tag exactly matches 'b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6' [Pipeline] } [2020-10-05T18:57:27.722Z] $ docker exec --env ******** --env ******** 22b7de9cddcbd331c857e1240cb1a02cfd13dcb414c26fa0cc7a9c5162ddb8f6 ssh-agent -k [2020-10-05T18:57:27.836Z] unset SSH_AUTH_SOCK; [2020-10-05T18:57:27.837Z] unset SSH_AGENT_PID; [2020-10-05T18:57:27.837Z] echo Agent pid 17 killed; [2020-10-05T18:57:27.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-05T18:57:27.978Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-05T18:57:27.978Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-05T18:57:28.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T18:57:28.107Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T18:57:28.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T18:57:28.271Z] $ docker exec 22b7de9cddcbd331c857e1240cb1a02cfd13dcb414c26fa0cc7a9c5162ddb8f6 ssh-agent [2020-10-05T18:57:28.416Z] SSH_AUTH_SOCK=/tmp/ssh-aIuhslsMtv03/agent.45 [2020-10-05T18:57:28.416Z] SSH_AGENT_PID=50 [2020-10-05T18:57:28.423Z] Running ssh-add (command line suppressed) [2020-10-05T18:57:28.533Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4586753366056272898.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4586753366056272898.key) [2020-10-05T18:57:28.577Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T18:57:28.916Z] + git semver init [2020-10-05T18:57:28.917Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T18:57:28.917Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-05T18:57:28.917Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-05T18:57:28.917Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T18:57:28.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T18:57:28.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T18:57:28.917Z] # $SEMVER_BRANCH = master [2020-10-05T18:57:28.917Z] # $SEMVER_TEMP = /tmp/semver-426233198 [2020-10-05T18:57:28.917Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-10-05T18:57:29.180Z] # '/tmp/semver-426233198' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-10-05T18:57:29.180Z] # -> Force: false [2020-10-05T18:57:29.180Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-05T18:57:29.194Z] $ docker exec --env ******** --env ******** 22b7de9cddcbd331c857e1240cb1a02cfd13dcb414c26fa0cc7a9c5162ddb8f6 ssh-agent -k [2020-10-05T18:57:29.302Z] unset SSH_AUTH_SOCK; [2020-10-05T18:57:29.303Z] unset SSH_AGENT_PID; [2020-10-05T18:57:29.303Z] echo Agent pid 50 killed; [2020-10-05T18:57:29.345Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T18:57:29.880Z] + git semver [Pipeline] } [2020-10-05T18:57:29.896Z] $ docker stop --time=1 22b7de9cddcbd331c857e1240cb1a02cfd13dcb414c26fa0cc7a9c5162ddb8f6 [2020-10-05T18:57:31.240Z] $ docker rm -f 22b7de9cddcbd331c857e1240cb1a02cfd13dcb414c26fa0cc7a9c5162ddb8f6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-05T18:57:31.865Z] Stashed 26 file(s) [Pipeline] echo [2020-10-05T18:57:31.869Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.15 [Pipeline] echo [2020-10-05T18:57:31.978Z] Archived original version: [1.2.1-dev.15] [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-05T18:57:47.512Z] Still waiting to schedule task [2020-10-05T18:57:47.512Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3505’ [2020-10-05T18:57:47.514Z] Still waiting to schedule task [2020-10-05T18:57:47.514Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-05T18:59:44.879Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3506 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-05T18:59:44.996Z] Running in /w/workspace/app-service-configurable/52 [Pipeline] { [Pipeline] checkout [2020-10-05T18:59:50.132Z] using credential edgex-jenkins-ssh [2020-10-05T18:59:50.188Z] Cloning the remote Git repository [2020-10-05T18:59:50.265Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-05T18:59:50.368Z] > git init /w/workspace/app-service-configurable/52 # timeout=10 [2020-10-05T18:59:50.437Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-05T18:59:50.440Z] > git --version # timeout=10 [2020-10-05T18:59:50.457Z] > git --version # 'git version 2.17.1' [2020-10-05T18:59:50.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T18:59:50.540Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T18:59:51.277Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-05T18:59:51.296Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T18:59:51.330Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-05T18:59:51.376Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-05T18:59:51.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T18:59:51.395Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-05T18:59:51.850Z] Checking out Revision b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 (master) [2020-10-05T18:59:51.888Z] > git config core.sparsecheckout # timeout=10 [2020-10-05T18:59:51.907Z] > git checkout -f b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 # timeout=10 [2020-10-05T18:59:56.578Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#123)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-05T18:59:57.789Z] ========================================================= [2020-10-05T18:59:57.789Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-05T18:59:57.789Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-05T18:59:58.815Z] + 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-05T18:59:59.480Z] Sending build context to Docker daemon 319.5kB [2020-10-05T18:59:59.754Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-05T18:59:59.754Z] Step 2/8 : FROM ${BASE} [2020-10-05T19:00:00.035Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-05T19:00:00.035Z] b538f80385f9: Pulling fs layer [2020-10-05T19:00:00.035Z] 74f711af9a0d: Pulling fs layer [2020-10-05T19:00:00.035Z] 99f96fe45779: Pulling fs layer [2020-10-05T19:00:00.035Z] 8529a6b9a6be: Pulling fs layer [2020-10-05T19:00:00.035Z] 45590311c82a: Pulling fs layer [2020-10-05T19:00:00.035Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-05T19:00:00.035Z] 209524e5b208: Pulling fs layer [2020-10-05T19:00:00.035Z] 45590311c82a: Waiting [2020-10-05T19:00:00.035Z] 69ca0ff8b7b3: Waiting [2020-10-05T19:00:00.035Z] 209524e5b208: Waiting [2020-10-05T19:00:00.035Z] 8529a6b9a6be: Waiting [2020-10-05T19:00:00.035Z] 99f96fe45779: Verifying Checksum [2020-10-05T19:00:00.035Z] 99f96fe45779: Download complete [2020-10-05T19:00:00.035Z] 74f711af9a0d: Verifying Checksum [2020-10-05T19:00:00.035Z] 74f711af9a0d: Download complete [2020-10-05T19:00:00.035Z] 45590311c82a: Verifying Checksum [2020-10-05T19:00:00.035Z] 45590311c82a: Download complete [2020-10-05T19:00:01.013Z] 69ca0ff8b7b3: Download complete [2020-10-05T19:00:01.013Z] b538f80385f9: Verifying Checksum [2020-10-05T19:00:01.013Z] b538f80385f9: Download complete [2020-10-05T19:00:01.619Z] b538f80385f9: Pull complete [2020-10-05T19:00:02.627Z] 74f711af9a0d: Pull complete [2020-10-05T19:00:02.907Z] 99f96fe45779: Pull complete [2020-10-05T19:00:03.511Z] 209524e5b208: Verifying Checksum [2020-10-05T19:00:03.511Z] 209524e5b208: Download complete [2020-10-05T19:00:04.510Z] 8529a6b9a6be: Verifying Checksum [2020-10-05T19:00:04.510Z] 8529a6b9a6be: Download complete [2020-10-05T19:00:14.718Z] 8529a6b9a6be: Pull complete [2020-10-05T19:00:15.006Z] 45590311c82a: Pull complete [2020-10-05T19:00:15.282Z] 69ca0ff8b7b3: Pull complete [2020-10-05T19:00:19.607Z] 209524e5b208: Pull complete [2020-10-05T19:00:19.607Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-05T19:00:19.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-05T19:00:19.607Z] ---> 5bddaf1c2fca [2020-10-05T19:00:19.607Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-05T19:00:22.238Z] ---> Running in b162eec635c0 [2020-10-05T19:00:22.238Z] Removing intermediate container b162eec635c0 [2020-10-05T19:00:22.238Z] ---> 1ed2f8fe8aa2 [2020-10-05T19:00:22.238Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T19:00:22.512Z] ---> Running in 42ada50c3df5 [2020-10-05T19:00:25.141Z] Removing intermediate container 42ada50c3df5 [2020-10-05T19:00:25.141Z] ---> 6a64251920b3 [2020-10-05T19:00:25.141Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-05T19:00:25.141Z] ---> Running in 964721d014ef [2020-10-05T19:00:26.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T19:00:27.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T19:00:28.162Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-05T19:00:28.437Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-05T19:00:28.437Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-05T19:00:28.710Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-05T19:00:28.710Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-05T19:00:28.985Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-05T19:00:28.986Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T19:00:28.986Z] OK: 144 MiB in 45 packages [2020-10-05T19:00:30.440Z] Removing intermediate container 964721d014ef [2020-10-05T19:00:30.440Z] ---> b16b51aad56b [2020-10-05T19:00:30.440Z] Step 6/8 : WORKDIR /app [2020-10-05T19:00:30.440Z] ---> Running in 47099801fe42 [2020-10-05T19:00:31.041Z] Removing intermediate container 47099801fe42 [2020-10-05T19:00:31.041Z] ---> b7e4dc4c7981 [2020-10-05T19:00:31.041Z] Step 7/8 : COPY . . [2020-10-05T19:00:31.644Z] ---> 07f2d5ba5a9c [2020-10-05T19:00:31.644Z] Step 8/8 : RUN go mod download [2020-10-05T19:00:31.916Z] ---> Running in ae43351b5776 [2020-10-05T19:00:51.459Z] Running on prd-centos7-docker-4c-2g-3507 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-05T19:00:51.522Z] Running in /w/workspace/app-service-configurable/52 [Pipeline] { [Pipeline] checkout [2020-10-05T19:01:00.724Z] using credential edgex-jenkins-ssh [2020-10-05T19:01:00.834Z] Cloning the remote Git repository [2020-10-05T19:01:00.959Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-05T19:01:01.043Z] > git init /w/workspace/app-service-configurable/52 # timeout=10 [2020-10-05T19:01:01.104Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-05T19:01:01.104Z] > git --version # timeout=10 [2020-10-05T19:01:01.122Z] > git --version # 'git version 2.16.5' [2020-10-05T19:01:01.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T19:01:01.225Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T19:01:02.061Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-05T19:01:02.819Z] Checking out Revision b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 (master) [2020-10-05T19:01:02.116Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-05T19:01:02.147Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-05T19:01:02.230Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-05T19:01:02.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-05T19:01:02.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-05T19:01:02.839Z] > git config core.sparsecheckout # timeout=10 [2020-10-05T19:01:02.872Z] > git checkout -f b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 # timeout=10 [2020-10-05T19:01:04.302Z] Removing intermediate container ae43351b5776 [2020-10-05T19:01:04.302Z] ---> de0eaa9e802c [2020-10-05T19:01:04.302Z] Successfully built de0eaa9e802c [2020-10-05T19:01:04.302Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:01:04.733Z] + docker inspect -f . ci-base-image-arm64 [2020-10-05T19:01:04.733Z] . [Pipeline] withDockerContainer [2020-10-05T19:01:05.032Z] prd-ubuntu18.04-docker-arm64-4c-16g-3506 does not seem to be running inside a container [2020-10-05T19:01:05.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/52 -v /w/workspace/app-service-configurable/52:/w/workspace/app-service-configurable/52:rw,z -v /w/workspace/app-service-configurable/52@tmp:/w/workspace/app-service-configurable/52@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-05T19:01:06.993Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#123)" [2020-10-05T19:01:07.061Z] $ docker top 50f1673fc54815d6ce8d12ed5a9c519bf28f6115e8cbe70d69aebf4619563dc8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-05T19:01:08.441Z] ========================================================= [2020-10-05T19:01:08.441Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-05T19:01:08.441Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:01:08.540Z] + go version [2020-10-05T19:01:08.540Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-05T19:01:09.308Z] $ docker stop --time=1 50f1673fc54815d6ce8d12ed5a9c519bf28f6115e8cbe70d69aebf4619563dc8 [2020-10-05T19:01:09.560Z] + 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-05T19:01:10.233Z] Sending build context to Docker daemon 319.5kB [2020-10-05T19:01:10.233Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-05T19:01:10.233Z] Step 2/8 : FROM ${BASE} [2020-10-05T19:01:10.547Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-05T19:01:10.547Z] df20fa9351a1: Pulling fs layer [2020-10-05T19:01:10.547Z] ed8968b2872e: Pulling fs layer [2020-10-05T19:01:10.547Z] a92cc7c5fd73: Pulling fs layer [2020-10-05T19:01:10.547Z] e871e8e8d7a9: Pulling fs layer [2020-10-05T19:01:10.547Z] e73272ec9a57: Pulling fs layer [2020-10-05T19:01:10.547Z] 1e910a182e73: Pulling fs layer [2020-10-05T19:01:10.547Z] 4e634b169226: Pulling fs layer [2020-10-05T19:01:10.547Z] 4e634b169226: Waiting [2020-10-05T19:01:10.547Z] e73272ec9a57: Waiting [2020-10-05T19:01:10.547Z] 1e910a182e73: Waiting [2020-10-05T19:01:10.547Z] e871e8e8d7a9: Waiting [2020-10-05T19:01:10.547Z] a92cc7c5fd73: Verifying Checksum [2020-10-05T19:01:10.547Z] a92cc7c5fd73: Download complete [2020-10-05T19:01:10.547Z] ed8968b2872e: Verifying Checksum [2020-10-05T19:01:10.547Z] ed8968b2872e: Download complete [2020-10-05T19:01:10.547Z] e73272ec9a57: Verifying Checksum [2020-10-05T19:01:10.547Z] e73272ec9a57: Download complete [2020-10-05T19:01:10.828Z] 1e910a182e73: Verifying Checksum [2020-10-05T19:01:10.828Z] 1e910a182e73: Download complete [2020-10-05T19:01:10.828Z] df20fa9351a1: Download complete [2020-10-05T19:01:11.234Z] $ docker rm -f 50f1673fc54815d6ce8d12ed5a9c519bf28f6115e8cbe70d69aebf4619563dc8 [2020-10-05T19:01:11.516Z] df20fa9351a1: Pull complete [2020-10-05T19:01:11.517Z] ed8968b2872e: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-05T19:01:11.795Z] a92cc7c5fd73: Pull complete [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-05T19:01:15.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-05T19:01:15.354Z] 4e634b169226: Verifying Checksum [2020-10-05T19:01:15.354Z] 4e634b169226: Download complete [2020-10-05T19:01:15.557Z] + ls -al . [2020-10-05T19:01:15.557Z] total 100 [2020-10-05T19:01:15.557Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 5 18:59 . [2020-10-05T19:01:15.557Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 18:59 .. [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 5 18:59 .dockerignore [2020-10-05T19:01:15.557Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 5 18:59 .git [2020-10-05T19:01:15.557Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 5 18:59 .github [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 93 Oct 5 18:59 .gitignore [2020-10-05T19:01:15.557Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 5 18:59 .semver [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 6568 Oct 5 18:59 Attribution.txt [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 2002 Oct 5 18:59 Dockerfile [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 966 Oct 5 18:59 Dockerfile.build [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 687 Oct 5 18:59 Jenkinsfile [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 5 18:59 LICENSE [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 1277 Oct 5 18:59 README.md [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 5 18:57 VERSION [2020-10-05T19:01:15.557Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 5 18:59 bin [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 180 Oct 5 18:59 docker-compose.debug.yml [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 5 18:59 docker-compose.yml [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 5 18:59 go.mod [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 1519 Oct 5 18:59 main.go [2020-10-05T19:01:15.557Z] -rw-rw-r-- 1 jenkins jenkins 1573 Oct 5 18:59 makefile [2020-10-05T19:01:15.557Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 5 18:59 res [2020-10-05T19:01:15.557Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 5 18:59 snap [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:01:15.928Z] + 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=b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 --label arch=arm64 --label version=1.2.1-dev.15 . [2020-10-05T19:01:16.205Z] Sending build context to Docker daemon 320.5kB [2020-10-05T19:01:16.205Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-05T19:01:16.205Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-05T19:01:16.205Z] ---> de0eaa9e802c [2020-10-05T19:01:16.205Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-05T19:01:16.491Z] ---> Running in 798a8c3b644b [2020-10-05T19:01:17.096Z] Removing intermediate container 798a8c3b644b [2020-10-05T19:01:17.096Z] ---> 92c5ba8265fe [2020-10-05T19:01:17.096Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-05T19:01:17.096Z] ---> Running in 609eed321d79 [2020-10-05T19:01:17.372Z] Removing intermediate container 609eed321d79 [2020-10-05T19:01:17.372Z] ---> d82d29505882 [2020-10-05T19:01:17.372Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-05T19:01:17.657Z] ---> Running in d6dd1304d7df [2020-10-05T19:01:18.137Z] e871e8e8d7a9: Verifying Checksum [2020-10-05T19:01:18.137Z] e871e8e8d7a9: Download complete [2020-10-05T19:01:18.281Z] Removing intermediate container d6dd1304d7df [2020-10-05T19:01:18.281Z] ---> 02ee01e4bf23 [2020-10-05T19:01:18.281Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T19:01:18.281Z] ---> Running in ab7237117e2d [2020-10-05T19:01:20.989Z] Removing intermediate container ab7237117e2d [2020-10-05T19:01:20.989Z] ---> 989b14d06b02 [2020-10-05T19:01:20.989Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-05T19:01:20.989Z] ---> Running in 2a2ce4907cdd [2020-10-05T19:01:22.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T19:01:23.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T19:01:24.060Z] OK: 144 MiB in 45 packages [2020-10-05T19:01:25.054Z] Removing intermediate container 2a2ce4907cdd [2020-10-05T19:01:25.054Z] ---> 1ad1c0de3b2a [2020-10-05T19:01:25.054Z] Step 8/27 : WORKDIR /app [2020-10-05T19:01:25.341Z] ---> Running in 8c5a315f21e4 [2020-10-05T19:01:25.944Z] Removing intermediate container 8c5a315f21e4 [2020-10-05T19:01:25.944Z] ---> c15b8252ae07 [2020-10-05T19:01:25.944Z] Step 9/27 : COPY go.mod . [2020-10-05T19:01:26.582Z] ---> 4e6aa3855b02 [2020-10-05T19:01:26.582Z] Step 10/27 : RUN go mod download [2020-10-05T19:01:26.582Z] ---> Running in 3d7a9d9a13a7 [2020-10-05T19:01:26.829Z] e871e8e8d7a9: Pull complete [2020-10-05T19:01:26.829Z] e73272ec9a57: Pull complete [2020-10-05T19:01:26.829Z] 1e910a182e73: Pull complete [2020-10-05T19:01:29.269Z] Removing intermediate container 3d7a9d9a13a7 [2020-10-05T19:01:29.269Z] ---> 4b6a7f81f13f [2020-10-05T19:01:29.269Z] Step 11/27 : COPY . . [2020-10-05T19:01:30.310Z] ---> a054c7e4bb44 [2020-10-05T19:01:30.310Z] Step 12/27 : ARG MAKE="make build" [2020-10-05T19:01:30.310Z] ---> Running in 79700dacddd4 [2020-10-05T19:01:30.607Z] Removing intermediate container 79700dacddd4 [2020-10-05T19:01:30.607Z] ---> 0f3f9a324bc4 [2020-10-05T19:01:30.607Z] Step 13/27 : RUN $MAKE [2020-10-05T19:01:30.887Z] ---> Running in 9a9b547fd6e3 [2020-10-05T19:01:32.373Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.15" -o app-service-configurable [2020-10-05T19:01:33.777Z] 4e634b169226: Pull complete [2020-10-05T19:01:33.777Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-05T19:01:33.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-05T19:01:33.777Z] ---> f7629b54cfaa [2020-10-05T19:01:33.777Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-05T19:01:33.777Z] ---> Running in c3c7edc580c4 [2020-10-05T19:01:33.777Z] Removing intermediate container c3c7edc580c4 [2020-10-05T19:01:33.777Z] ---> 776120b86a28 [2020-10-05T19:01:33.777Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T19:01:33.777Z] ---> Running in 79491bfb2160 [2020-10-05T19:01:35.220Z] Removing intermediate container 79491bfb2160 [2020-10-05T19:01:35.220Z] ---> 81a227a76692 [2020-10-05T19:01:35.220Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-05T19:01:35.220Z] ---> Running in 30c8477a4a1f [2020-10-05T19:01:36.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T19:01:36.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T19:01:37.461Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-05T19:01:37.461Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-05T19:01:37.808Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-05T19:01:37.808Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-05T19:01:37.808Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-05T19:01:38.116Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-05T19:01:38.116Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T19:01:38.116Z] OK: 167 MiB in 45 packages [2020-10-05T19:01:39.115Z] Removing intermediate container 30c8477a4a1f [2020-10-05T19:01:39.115Z] ---> a6aebf7bd34f [2020-10-05T19:01:39.115Z] Step 6/8 : WORKDIR /app [2020-10-05T19:01:39.115Z] ---> Running in d4d2fd0f77c1 [2020-10-05T19:01:39.115Z] Removing intermediate container d4d2fd0f77c1 [2020-10-05T19:01:39.115Z] ---> e3619cd39d98 [2020-10-05T19:01:39.115Z] Step 7/8 : COPY . . [2020-10-05T19:01:39.724Z] ---> 16e47873e140 [2020-10-05T19:01:39.724Z] Step 8/8 : RUN go mod download [2020-10-05T19:01:39.724Z] ---> Running in 686ed3d1a8c4 [2020-10-05T19:02:12.816Z] Removing intermediate container 686ed3d1a8c4 [2020-10-05T19:02:12.816Z] ---> b7fcfe6cecf8 [2020-10-05T19:02:12.816Z] Successfully built b7fcfe6cecf8 [2020-10-05T19:02:12.816Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:13.303Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-05T19:02:13.303Z] . [Pipeline] withDockerContainer [2020-10-05T19:02:13.744Z] prd-centos7-docker-4c-2g-3507 does not seem to be running inside a container [2020-10-05T19:02:13.846Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/52 -v /w/workspace/app-service-configurable/52:/w/workspace/app-service-configurable/52:rw,z -v /w/workspace/app-service-configurable/52@tmp:/w/workspace/app-service-configurable/52@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-05T19:02:15.031Z] $ docker top 178ff51be81c5f85a93af9c87b546b369f98e9e6bb296dda55fd198386f11f0a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T19:02:15.779Z] + go version [2020-10-05T19:02:15.780Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-05T19:02:15.877Z] $ docker stop --time=1 178ff51be81c5f85a93af9c87b546b369f98e9e6bb296dda55fd198386f11f0a [2020-10-05T19:02:17.446Z] $ docker rm -f 178ff51be81c5f85a93af9c87b546b369f98e9e6bb296dda55fd198386f11f0a [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] sh [2020-10-05T19:02:18.684Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-05T19:02:19.057Z] + ls -al . [2020-10-05T19:02:19.057Z] total 72 [2020-10-05T19:02:19.057Z] drwxrwxr-x. 8 jenkins jenkins 4096 Oct 5 19:01 . [2020-10-05T19:02:19.057Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 5 19:01 .. [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 6568 Oct 5 19:01 Attribution.txt [2020-10-05T19:02:19.057Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 5 19:01 bin [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 180 Oct 5 19:01 docker-compose.debug.yml [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 5 19:01 docker-compose.yml [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 2002 Oct 5 19:01 Dockerfile [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 966 Oct 5 19:01 Dockerfile.build [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 119 Oct 5 19:01 .dockerignore [2020-10-05T19:02:19.057Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 5 19:01 .git [2020-10-05T19:02:19.057Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 5 19:01 .github [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 93 Oct 5 19:01 .gitignore [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 5 19:01 go.mod [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 687 Oct 5 19:01 Jenkinsfile [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 5 19:01 LICENSE [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 1519 Oct 5 19:01 main.go [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 1573 Oct 5 19:01 makefile [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 1277 Oct 5 19:01 README.md [2020-10-05T19:02:19.057Z] drwxrwxr-x. 10 jenkins jenkins 171 Oct 5 19:01 res [2020-10-05T19:02:19.057Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 5 19:01 .semver [2020-10-05T19:02:19.057Z] drwxrwxr-x. 4 jenkins jenkins 71 Oct 5 19:01 snap [2020-10-05T19:02:19.057Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 5 18:57 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:19.456Z] + 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=b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 --label arch=amd64 --label version=1.2.1-dev.15 . [2020-10-05T19:02:19.456Z] Sending build context to Docker daemon 320.5kB [2020-10-05T19:02:19.532Z] Removing intermediate container 9a9b547fd6e3 [2020-10-05T19:02:19.532Z] ---> f0941d51480c [2020-10-05T19:02:19.532Z] Step 14/27 : FROM alpine:latest [2020-10-05T19:02:19.532Z] latest: Pulling from library/alpine [2020-10-05T19:02:19.532Z] b538f80385f9: Already exists [2020-10-05T19:02:19.728Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-05T19:02:19.728Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-05T19:02:19.728Z] ---> b7fcfe6cecf8 [2020-10-05T19:02:19.728Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-05T19:02:19.728Z] ---> Running in 99d04ff1e8a8 [2020-10-05T19:02:20.012Z] Removing intermediate container 99d04ff1e8a8 [2020-10-05T19:02:20.012Z] ---> d6b05c654011 [2020-10-05T19:02:20.012Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-05T19:02:20.012Z] ---> Running in f4b0425ff5f7 [2020-10-05T19:02:20.991Z] Removing intermediate container f4b0425ff5f7 [2020-10-05T19:02:20.991Z] ---> 9d2b99c906c5 [2020-10-05T19:02:20.991Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-05T19:02:20.991Z] ---> Running in bee35c60baf8 [2020-10-05T19:02:21.260Z] Removing intermediate container bee35c60baf8 [2020-10-05T19:02:21.260Z] ---> 37b39d785f85 [2020-10-05T19:02:21.260Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-05T19:02:21.260Z] ---> Running in a050d0468a28 [2020-10-05T19:02:22.683Z] Removing intermediate container a050d0468a28 [2020-10-05T19:02:22.683Z] ---> daf20e218ea1 [2020-10-05T19:02:22.683Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-05T19:02:22.683Z] ---> Running in ed56378468d5 [2020-10-05T19:02:22.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T19:02:23.829Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-05T19:02:23.829Z] Status: Downloaded newer image for alpine:latest [2020-10-05T19:02:23.829Z] ---> 62ee0e9f8440 [2020-10-05T19:02:23.829Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-05T19:02:24.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T19:02:24.102Z] ---> Running in 6a5db214ce45 [2020-10-05T19:02:24.375Z] Removing intermediate container 6a5db214ce45 [2020-10-05T19:02:24.375Z] ---> 13077e01320c [2020-10-05T19:02:24.375Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-05T19:02:24.458Z] OK: 167 MiB in 45 packages [2020-10-05T19:02:24.647Z] ---> Running in 4c676cd1b861 [2020-10-05T19:02:24.919Z] Removing intermediate container 4c676cd1b861 [2020-10-05T19:02:24.919Z] ---> ff07cdcb74f0 [2020-10-05T19:02:24.919Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-05T19:02:25.134Z] Removing intermediate container ed56378468d5 [2020-10-05T19:02:25.134Z] ---> 50cd4d38e267 [2020-10-05T19:02:25.134Z] Step 8/27 : WORKDIR /app [2020-10-05T19:02:25.134Z] ---> Running in cb1d009e8ae8 [2020-10-05T19:02:25.192Z] ---> Running in aabfb91f7c67 [2020-10-05T19:02:25.452Z] Removing intermediate container cb1d009e8ae8 [2020-10-05T19:02:25.452Z] ---> 2999d7b7d2bf [2020-10-05T19:02:25.452Z] Step 9/27 : COPY go.mod . [2020-10-05T19:02:26.052Z] ---> 4c0a960a6d72 [2020-10-05T19:02:26.052Z] Step 10/27 : RUN go mod download [2020-10-05T19:02:26.052Z] ---> Running in 6aa24dcc7730 [2020-10-05T19:02:26.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-05T19:02:26.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-05T19:02:27.501Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-05T19:02:27.501Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-05T19:02:27.501Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-05T19:02:27.525Z] Removing intermediate container 6aa24dcc7730 [2020-10-05T19:02:27.525Z] ---> db3c28804188 [2020-10-05T19:02:27.525Z] Step 11/27 : COPY . . [2020-10-05T19:02:27.777Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-05T19:02:27.777Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-05T19:02:27.777Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-05T19:02:27.777Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T19:02:27.777Z] Executing ca-certificates-20191127-r4.trigger [2020-10-05T19:02:27.777Z] OK: 9 MiB in 20 packages [2020-10-05T19:02:27.797Z] ---> 87766a8a252d [2020-10-05T19:02:27.797Z] Step 12/27 : ARG MAKE="make build" [2020-10-05T19:02:28.125Z] ---> Running in 64b0c5f3264f [2020-10-05T19:02:28.390Z] Removing intermediate container 64b0c5f3264f [2020-10-05T19:02:28.390Z] ---> 28be7d4884db [2020-10-05T19:02:28.390Z] Step 13/27 : RUN $MAKE [2020-10-05T19:02:28.390Z] ---> Running in eb85413b9f41 [2020-10-05T19:02:28.986Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.15" -o app-service-configurable [2020-10-05T19:02:29.755Z] Removing intermediate container aabfb91f7c67 [2020-10-05T19:02:29.756Z] ---> 13ecfab9f509 [2020-10-05T19:02:29.756Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-05T19:02:30.358Z] ---> a891594bbb47 [2020-10-05T19:02:30.358Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-05T19:02:30.958Z] ---> 1e98f538a699 [2020-10-05T19:02:30.958Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-05T19:02:31.557Z] ---> 296fd4bc2ef9 [2020-10-05T19:02:31.557Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-05T19:02:32.995Z] ---> cf9db59a4bc9 [2020-10-05T19:02:32.995Z] Step 22/27 : EXPOSE 48095 [2020-10-05T19:02:33.271Z] ---> Running in 21a25e15e1a4 [2020-10-05T19:02:33.549Z] Removing intermediate container 21a25e15e1a4 [2020-10-05T19:02:33.549Z] ---> fbe51e2ef7be [2020-10-05T19:02:33.549Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-05T19:02:33.822Z] ---> Running in 60d2423a45f9 [2020-10-05T19:02:34.095Z] Removing intermediate container 60d2423a45f9 [2020-10-05T19:02:34.095Z] ---> 20e5fccf1075 [2020-10-05T19:02:34.095Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T19:02:34.368Z] ---> Running in 115c60307451 [2020-10-05T19:02:34.647Z] Removing intermediate container 115c60307451 [2020-10-05T19:02:34.647Z] ---> da0d07e5d886 [2020-10-05T19:02:34.647Z] Step 25/27 : LABEL arch=arm64 [2020-10-05T19:02:34.919Z] ---> Running in de04e2c0bc4b [2020-10-05T19:02:35.194Z] Removing intermediate container de04e2c0bc4b [2020-10-05T19:02:35.194Z] ---> b1807637d394 [2020-10-05T19:02:35.194Z] Step 26/27 : LABEL git_sha=b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:02:35.469Z] ---> Running in 030e62bca9f8 [2020-10-05T19:02:36.065Z] Removing intermediate container 030e62bca9f8 [2020-10-05T19:02:36.065Z] ---> 349e1e8a1ee0 [2020-10-05T19:02:36.065Z] Step 27/27 : LABEL version=1.2.1-dev.15 [2020-10-05T19:02:36.065Z] ---> Running in 65c606ccea79 [2020-10-05T19:02:36.344Z] Removing intermediate container 65c606ccea79 [2020-10-05T19:02:36.344Z] ---> 3568de7539c3 [2020-10-05T19:02:36.344Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-05T19:02:36.344Z] Successfully built 3568de7539c3 [2020-10-05T19:02:36.344Z] 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-05T19:02:37.087Z] provisioning config files... [2020-10-05T19:02:37.133Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/52@tmp/config1015066497356026485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:02:37.533Z] ---> docker-login.sh [2020-10-05T19:02:37.533Z] nexus3.edgexfoundry.org:10001 [2020-10-05T19:02:37.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:02:38.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:02:38.081Z] Configure a credential helper to remove this warning. See [2020-10-05T19:02:38.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:02:38.081Z] [2020-10-05T19:02:38.081Z] Login Succeeded [2020-10-05T19:02:38.081Z] nexus3.edgexfoundry.org:10002 [2020-10-05T19:02:38.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:02:38.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:02:38.628Z] Configure a credential helper to remove this warning. See [2020-10-05T19:02:38.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:02:38.628Z] [2020-10-05T19:02:38.628Z] Login Succeeded [2020-10-05T19:02:38.628Z] nexus3.edgexfoundry.org:10003 [2020-10-05T19:02:38.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:02:39.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:02:39.177Z] Configure a credential helper to remove this warning. See [2020-10-05T19:02:39.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:02:39.177Z] [2020-10-05T19:02:39.177Z] Login Succeeded [2020-10-05T19:02:39.177Z] nexus3.edgexfoundry.org:10004 [2020-10-05T19:02:39.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:02:39.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:02:39.727Z] Configure a credential helper to remove this warning. See [2020-10-05T19:02:39.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:02:39.727Z] [2020-10-05T19:02:39.727Z] Login Succeeded [2020-10-05T19:02:39.727Z] docker.io [2020-10-05T19:02:40.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:02:40.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:02:40.602Z] Configure a credential helper to remove this warning. See [2020-10-05T19:02:40.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:02:40.602Z] [2020-10-05T19:02:40.602Z] Login Succeeded [2020-10-05T19:02:40.602Z] ---> docker-login.sh ends [Pipeline] } [2020-10-05T19:02:40.619Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T19:02:40.838Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-10-05T19:02:40.838Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:02:40.838Z] latest [2020-10-05T19:02:40.838Z] 1.2.1-dev.15 [2020-10-05T19:02:40.838Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [2020-10-05T19:02:40.838Z] master [2020-10-05T19:02:40.838Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:41.364Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:41.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:02:41.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-05T19:02:41.709Z] 37457d079483: Preparing [2020-10-05T19:02:41.709Z] 07c5867c6bef: Preparing [2020-10-05T19:02:41.709Z] d5062b3f5709: Preparing [2020-10-05T19:02:41.709Z] 99de918c6504: Preparing [2020-10-05T19:02:41.709Z] 8de3079460a1: Preparing [2020-10-05T19:02:41.709Z] e2f13739ad41: Preparing [2020-10-05T19:02:41.709Z] e2f13739ad41: Waiting [2020-10-05T19:02:42.305Z] d5062b3f5709: Pushed [2020-10-05T19:02:42.305Z] 07c5867c6bef: Pushed [2020-10-05T19:02:42.305Z] 99de918c6504: Pushed [2020-10-05T19:02:42.305Z] e2f13739ad41: Layer already exists [2020-10-05T19:02:42.900Z] 8de3079460a1: Pushed [2020-10-05T19:02:46.284Z] 37457d079483: Pushed [2020-10-05T19:02:46.284Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6: digest: sha256:9a68bbb709bf1f67ae8e17f15881a1956eb0ea1b5d3b5b5f297eb2dd61a900a7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:46.635Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:46.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-05T19:02:46.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-05T19:02:46.975Z] 37457d079483: Preparing [2020-10-05T19:02:46.975Z] 07c5867c6bef: Preparing [2020-10-05T19:02:46.975Z] d5062b3f5709: Preparing [2020-10-05T19:02:46.975Z] 99de918c6504: Preparing [2020-10-05T19:02:46.975Z] 8de3079460a1: Preparing [2020-10-05T19:02:46.975Z] e2f13739ad41: Preparing [2020-10-05T19:02:46.975Z] e2f13739ad41: Waiting [2020-10-05T19:02:47.246Z] d5062b3f5709: Layer already exists [2020-10-05T19:02:47.246Z] 8de3079460a1: Layer already exists [2020-10-05T19:02:47.246Z] 37457d079483: Layer already exists [2020-10-05T19:02:47.246Z] 99de918c6504: Layer already exists [2020-10-05T19:02:47.246Z] 07c5867c6bef: Layer already exists [2020-10-05T19:02:47.246Z] e2f13739ad41: Layer already exists [2020-10-05T19:02:47.246Z] latest: digest: sha256:9a68bbb709bf1f67ae8e17f15881a1956eb0ea1b5d3b5b5f297eb2dd61a900a7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:47.597Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:47.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.15 [2020-10-05T19:02:47.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-05T19:02:47.938Z] 37457d079483: Preparing [2020-10-05T19:02:47.938Z] 07c5867c6bef: Preparing [2020-10-05T19:02:47.938Z] d5062b3f5709: Preparing [2020-10-05T19:02:47.938Z] 99de918c6504: Preparing [2020-10-05T19:02:47.938Z] 8de3079460a1: Preparing [2020-10-05T19:02:47.938Z] e2f13739ad41: Preparing [2020-10-05T19:02:47.938Z] e2f13739ad41: Waiting [2020-10-05T19:02:48.212Z] d5062b3f5709: Layer already exists [2020-10-05T19:02:48.212Z] 8de3079460a1: Layer already exists [2020-10-05T19:02:48.212Z] 07c5867c6bef: Layer already exists [2020-10-05T19:02:48.212Z] 99de918c6504: Layer already exists [2020-10-05T19:02:48.212Z] 37457d079483: Layer already exists [2020-10-05T19:02:48.212Z] e2f13739ad41: Layer already exists [2020-10-05T19:02:48.212Z] 1.2.1-dev.15: digest: sha256:9a68bbb709bf1f67ae8e17f15881a1956eb0ea1b5d3b5b5f297eb2dd61a900a7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:48.569Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:48.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [2020-10-05T19:02:48.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-05T19:02:48.912Z] 37457d079483: Preparing [2020-10-05T19:02:48.912Z] 07c5867c6bef: Preparing [2020-10-05T19:02:48.912Z] d5062b3f5709: Preparing [2020-10-05T19:02:48.912Z] 99de918c6504: Preparing [2020-10-05T19:02:48.912Z] 8de3079460a1: Preparing [2020-10-05T19:02:48.912Z] e2f13739ad41: Preparing [2020-10-05T19:02:48.912Z] e2f13739ad41: Waiting [2020-10-05T19:02:49.184Z] 8de3079460a1: Layer already exists [2020-10-05T19:02:49.184Z] d5062b3f5709: Layer already exists [2020-10-05T19:02:49.184Z] 99de918c6504: Layer already exists [2020-10-05T19:02:49.184Z] 37457d079483: Layer already exists [2020-10-05T19:02:49.184Z] 07c5867c6bef: Layer already exists [2020-10-05T19:02:49.184Z] e2f13739ad41: Layer already exists [2020-10-05T19:02:49.184Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15: digest: sha256:9a68bbb709bf1f67ae8e17f15881a1956eb0ea1b5d3b5b5f297eb2dd61a900a7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:49.532Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:02:49.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-10-05T19:02:49.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-05T19:02:49.873Z] 37457d079483: Preparing [2020-10-05T19:02:49.873Z] 07c5867c6bef: Preparing [2020-10-05T19:02:49.873Z] d5062b3f5709: Preparing [2020-10-05T19:02:49.873Z] 99de918c6504: Preparing [2020-10-05T19:02:49.873Z] 8de3079460a1: Preparing [2020-10-05T19:02:49.873Z] e2f13739ad41: Preparing [2020-10-05T19:02:49.873Z] e2f13739ad41: Waiting [2020-10-05T19:02:49.873Z] 8de3079460a1: Layer already exists [2020-10-05T19:02:49.873Z] d5062b3f5709: Layer already exists [2020-10-05T19:02:49.873Z] 07c5867c6bef: Layer already exists [2020-10-05T19:02:49.873Z] 37457d079483: Layer already exists [2020-10-05T19:02:49.873Z] 99de918c6504: Layer already exists [2020-10-05T19:02:49.873Z] e2f13739ad41: Layer already exists [2020-10-05T19:02:50.144Z] master: digest: sha256:9a68bbb709bf1f67ae8e17f15881a1956eb0ea1b5d3b5b5f297eb2dd61a900a7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T19:02:50.451Z] ===================================================== [Pipeline] echo [2020-10-05T19:02:50.506Z] taggedImages: [2020-10-05T19:02:50.506Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:02:50.506Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-05T19:02:50.506Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.15 [2020-10-05T19:02:50.506Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [2020-10-05T19:02:50.506Z] - 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] } [2020-10-05T19:03:01.663Z] Removing intermediate container eb85413b9f41 [2020-10-05T19:03:01.663Z] ---> 65b3d4557e5f [2020-10-05T19:03:01.663Z] Step 14/27 : FROM alpine:latest [2020-10-05T19:03:01.663Z] latest: Pulling from library/alpine [2020-10-05T19:03:01.663Z] df20fa9351a1: Already exists [2020-10-05T19:03:01.663Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-05T19:03:01.663Z] Status: Downloaded newer image for alpine:latest [2020-10-05T19:03:01.663Z] ---> a24bb4013296 [2020-10-05T19:03:01.663Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-05T19:03:01.663Z] ---> Running in f541a48781e2 [2020-10-05T19:03:01.663Z] Removing intermediate container f541a48781e2 [2020-10-05T19:03:01.663Z] ---> c0dabecd90c6 [2020-10-05T19:03:01.663Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-05T19:03:01.663Z] ---> Running in 6f35b83d862a [2020-10-05T19:03:01.663Z] Removing intermediate container 6f35b83d862a [2020-10-05T19:03:01.664Z] ---> df406003b0c1 [2020-10-05T19:03:01.664Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-05T19:03:01.664Z] ---> Running in 939a86598c14 [2020-10-05T19:03:01.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-05T19:03:01.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-05T19:03:01.664Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-05T19:03:01.664Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-05T19:03:01.664Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-05T19:03:01.664Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-05T19:03:01.664Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-05T19:03:01.664Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-05T19:03:01.664Z] Executing busybox-1.31.1-r16.trigger [2020-10-05T19:03:01.664Z] Executing ca-certificates-20191127-r4.trigger [2020-10-05T19:03:01.952Z] OK: 9 MiB in 20 packages [2020-10-05T19:03:02.914Z] Removing intermediate container 939a86598c14 [2020-10-05T19:03:02.914Z] ---> 93a288972e7c [2020-10-05T19:03:02.914Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-05T19:03:03.501Z] ---> 95b13d7059cf [2020-10-05T19:03:03.501Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-05T19:03:03.829Z] ---> fdc795388b55 [2020-10-05T19:03:03.829Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-05T19:03:04.092Z] ---> 4f156da17aab [2020-10-05T19:03:04.092Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-05T19:03:05.055Z] ---> f37a235cab61 [2020-10-05T19:03:05.055Z] Step 22/27 : EXPOSE 48095 [2020-10-05T19:03:05.055Z] ---> Running in 9f7e8d9bb11a [2020-10-05T19:03:05.322Z] Removing intermediate container 9f7e8d9bb11a [2020-10-05T19:03:05.322Z] ---> f00aabeeecaa [2020-10-05T19:03:05.322Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-05T19:03:05.322Z] ---> Running in cfb6408919fa [2020-10-05T19:03:05.595Z] Removing intermediate container cfb6408919fa [2020-10-05T19:03:05.595Z] ---> 4fe53a4a1add [2020-10-05T19:03:05.595Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-05T19:03:05.595Z] ---> Running in c9d7ab8e8e7e [2020-10-05T19:03:05.870Z] Removing intermediate container c9d7ab8e8e7e [2020-10-05T19:03:05.870Z] ---> 2a84744fe6b2 [2020-10-05T19:03:05.870Z] Step 25/27 : LABEL arch=amd64 [2020-10-05T19:03:05.870Z] ---> Running in 7da1f23a141e [2020-10-05T19:03:06.135Z] Removing intermediate container 7da1f23a141e [2020-10-05T19:03:06.136Z] ---> d607c0e43fdf [2020-10-05T19:03:06.136Z] Step 26/27 : LABEL git_sha=b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:03:06.136Z] ---> Running in a7b1f83b7fa2 [2020-10-05T19:03:06.412Z] Removing intermediate container a7b1f83b7fa2 [2020-10-05T19:03:06.412Z] ---> cd8cd4a4ee0b [2020-10-05T19:03:06.412Z] Step 27/27 : LABEL version=1.2.1-dev.15 [2020-10-05T19:03:06.412Z] ---> Running in 84a8a09afa2f [2020-10-05T19:03:06.679Z] Removing intermediate container 84a8a09afa2f [2020-10-05T19:03:06.679Z] ---> 6fdc8c2b33f3 [2020-10-05T19:03:06.679Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-05T19:03:06.679Z] Successfully built 6fdc8c2b33f3 [2020-10-05T19:03:06.679Z] 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-05T19:03:07.160Z] provisioning config files... [2020-10-05T19:03:07.217Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/52@tmp/config4272822228508903866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:03:07.660Z] ---> docker-login.sh [2020-10-05T19:03:07.660Z] nexus3.edgexfoundry.org:10001 [2020-10-05T19:03:07.934Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:03:07.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:03:07.934Z] Configure a credential helper to remove this warning. See [2020-10-05T19:03:07.934Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:03:07.934Z] [2020-10-05T19:03:07.934Z] Login Succeeded [2020-10-05T19:03:07.934Z] nexus3.edgexfoundry.org:10002 [2020-10-05T19:03:08.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:03:08.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:03:08.205Z] Configure a credential helper to remove this warning. See [2020-10-05T19:03:08.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:03:08.205Z] [2020-10-05T19:03:08.205Z] Login Succeeded [2020-10-05T19:03:08.205Z] nexus3.edgexfoundry.org:10003 [2020-10-05T19:03:08.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:03:08.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:03:08.495Z] Configure a credential helper to remove this warning. See [2020-10-05T19:03:08.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:03:08.495Z] [2020-10-05T19:03:08.495Z] Login Succeeded [2020-10-05T19:03:08.495Z] nexus3.edgexfoundry.org:10004 [2020-10-05T19:03:08.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:03:08.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:03:08.768Z] Configure a credential helper to remove this warning. See [2020-10-05T19:03:08.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:03:08.768Z] [2020-10-05T19:03:08.768Z] Login Succeeded [2020-10-05T19:03:08.768Z] docker.io [2020-10-05T19:03:09.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-05T19:03:09.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-05T19:03:09.651Z] Configure a credential helper to remove this warning. See [2020-10-05T19:03:09.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-05T19:03:09.651Z] [2020-10-05T19:03:09.651Z] Login Succeeded [2020-10-05T19:03:09.651Z] ---> docker-login.sh ends [Pipeline] } [2020-10-05T19:03:09.674Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T19:03:09.888Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-10-05T19:03:09.888Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:03:09.888Z] latest [2020-10-05T19:03:09.888Z] 1.2.1-dev.15 [2020-10-05T19:03:09.888Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [2020-10-05T19:03:09.888Z] master [2020-10-05T19:03:09.888Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:10.698Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:11.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:03:11.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-05T19:03:11.086Z] ea4b3c34ead0: Preparing [2020-10-05T19:03:11.086Z] e2988a9cfdf8: Preparing [2020-10-05T19:03:11.086Z] 7a6e1aa1f624: Preparing [2020-10-05T19:03:11.086Z] 966a4cd847c7: Preparing [2020-10-05T19:03:11.086Z] 565c7e640b24: Preparing [2020-10-05T19:03:11.086Z] 50644c29ef5a: Preparing [2020-10-05T19:03:11.086Z] 50644c29ef5a: Waiting [2020-10-05T19:03:11.374Z] 7a6e1aa1f624: Pushed [2020-10-05T19:03:11.374Z] 966a4cd847c7: Pushed [2020-10-05T19:03:11.374Z] e2988a9cfdf8: Pushed [2020-10-05T19:03:11.643Z] 50644c29ef5a: Layer already exists [2020-10-05T19:03:11.913Z] 565c7e640b24: Pushed [2020-10-05T19:03:13.990Z] ea4b3c34ead0: Pushed [2020-10-05T19:03:13.990Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6: digest: sha256:e670e8858b7a216215670a0d566a606a1f31bbf18f7931103860dd19a819e873 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:14.384Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:14.722Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-05T19:03:14.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-05T19:03:14.722Z] ea4b3c34ead0: Preparing [2020-10-05T19:03:14.722Z] e2988a9cfdf8: Preparing [2020-10-05T19:03:14.722Z] 7a6e1aa1f624: Preparing [2020-10-05T19:03:14.722Z] 966a4cd847c7: Preparing [2020-10-05T19:03:14.722Z] 565c7e640b24: Preparing [2020-10-05T19:03:14.722Z] 50644c29ef5a: Preparing [2020-10-05T19:03:14.722Z] 50644c29ef5a: Waiting [2020-10-05T19:03:14.722Z] ea4b3c34ead0: Layer already exists [2020-10-05T19:03:14.722Z] 966a4cd847c7: Layer already exists [2020-10-05T19:03:14.722Z] 7a6e1aa1f624: Layer already exists [2020-10-05T19:03:14.722Z] 565c7e640b24: Layer already exists [2020-10-05T19:03:14.722Z] e2988a9cfdf8: Layer already exists [2020-10-05T19:03:14.722Z] 50644c29ef5a: Layer already exists [2020-10-05T19:03:14.988Z] latest: digest: sha256:e670e8858b7a216215670a0d566a606a1f31bbf18f7931103860dd19a819e873 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:15.371Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:15.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.15 [2020-10-05T19:03:15.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-05T19:03:15.731Z] ea4b3c34ead0: Preparing [2020-10-05T19:03:15.731Z] e2988a9cfdf8: Preparing [2020-10-05T19:03:15.731Z] 7a6e1aa1f624: Preparing [2020-10-05T19:03:15.731Z] 966a4cd847c7: Preparing [2020-10-05T19:03:15.731Z] 565c7e640b24: Preparing [2020-10-05T19:03:15.731Z] 50644c29ef5a: Preparing [2020-10-05T19:03:15.732Z] 50644c29ef5a: Waiting [2020-10-05T19:03:15.732Z] ea4b3c34ead0: Layer already exists [2020-10-05T19:03:15.732Z] 7a6e1aa1f624: Layer already exists [2020-10-05T19:03:15.732Z] 966a4cd847c7: Layer already exists [2020-10-05T19:03:15.732Z] e2988a9cfdf8: Layer already exists [2020-10-05T19:03:15.732Z] 565c7e640b24: Layer already exists [2020-10-05T19:03:16.002Z] 50644c29ef5a: Layer already exists [2020-10-05T19:03:16.002Z] 1.2.1-dev.15: digest: sha256:e670e8858b7a216215670a0d566a606a1f31bbf18f7931103860dd19a819e873 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:16.355Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:16.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [2020-10-05T19:03:16.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-05T19:03:16.713Z] ea4b3c34ead0: Preparing [2020-10-05T19:03:16.713Z] e2988a9cfdf8: Preparing [2020-10-05T19:03:16.713Z] 7a6e1aa1f624: Preparing [2020-10-05T19:03:16.713Z] 966a4cd847c7: Preparing [2020-10-05T19:03:16.713Z] 565c7e640b24: Preparing [2020-10-05T19:03:16.713Z] 50644c29ef5a: Preparing [2020-10-05T19:03:16.713Z] 50644c29ef5a: Waiting [2020-10-05T19:03:16.713Z] 966a4cd847c7: Layer already exists [2020-10-05T19:03:16.713Z] 7a6e1aa1f624: Layer already exists [2020-10-05T19:03:16.713Z] e2988a9cfdf8: Layer already exists [2020-10-05T19:03:16.713Z] ea4b3c34ead0: Layer already exists [2020-10-05T19:03:16.713Z] 565c7e640b24: Layer already exists [2020-10-05T19:03:16.713Z] 50644c29ef5a: Layer already exists [2020-10-05T19:03:16.980Z] b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15: digest: sha256:e670e8858b7a216215670a0d566a606a1f31bbf18f7931103860dd19a819e873 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:17.329Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:17.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-10-05T19:03:17.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-05T19:03:17.724Z] ea4b3c34ead0: Preparing [2020-10-05T19:03:17.724Z] e2988a9cfdf8: Preparing [2020-10-05T19:03:17.724Z] 7a6e1aa1f624: Preparing [2020-10-05T19:03:17.724Z] 966a4cd847c7: Preparing [2020-10-05T19:03:17.724Z] 565c7e640b24: Preparing [2020-10-05T19:03:17.724Z] 50644c29ef5a: Preparing [2020-10-05T19:03:17.724Z] 50644c29ef5a: Waiting [2020-10-05T19:03:17.724Z] 565c7e640b24: Layer already exists [2020-10-05T19:03:17.724Z] 7a6e1aa1f624: Layer already exists [2020-10-05T19:03:17.724Z] ea4b3c34ead0: Layer already exists [2020-10-05T19:03:17.724Z] e2988a9cfdf8: Layer already exists [2020-10-05T19:03:17.724Z] 966a4cd847c7: Layer already exists [2020-10-05T19:03:17.724Z] 50644c29ef5a: Layer already exists [2020-10-05T19:03:17.725Z] master: digest: sha256:e670e8858b7a216215670a0d566a606a1f31bbf18f7931103860dd19a819e873 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-05T19:03:17.914Z] ===================================================== [Pipeline] echo [2020-10-05T19:03:17.958Z] taggedImages: [2020-10-05T19:03:17.958Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:03:17.958Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-05T19:03:17.958Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.15 [2020-10-05T19:03:17.958Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6-1.2.1-dev.15 [2020-10-05T19:03:17.958Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-05T19:03:20.519Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-05T19:03:20.522Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-05T19:03:20.590Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:20.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T19:03:20.940Z] [2020-10-05T19:03:20.940Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:03:21.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T19:03:21.294Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-05T19:03:21.294Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-05T19:03:21.294Z] 408f87550127: Pulling fs layer [2020-10-05T19:03:21.294Z] fe522b08c979: Pulling fs layer [2020-10-05T19:03:21.294Z] 221eaa008020: Pulling fs layer [2020-10-05T19:03:21.294Z] 2a4607e5d6b9: Pulling fs layer [2020-10-05T19:03:21.294Z] 8f79b27c4fd2: Pulling fs layer [2020-10-05T19:03:21.294Z] e5c8dbe1645b: Pulling fs layer [2020-10-05T19:03:21.294Z] 23e8b3b47431: Pulling fs layer [2020-10-05T19:03:21.294Z] 5c568d65a230: Pulling fs layer [2020-10-05T19:03:21.294Z] 2a4607e5d6b9: Waiting [2020-10-05T19:03:21.294Z] 8f79b27c4fd2: Waiting [2020-10-05T19:03:21.294Z] e5c8dbe1645b: Waiting [2020-10-05T19:03:21.294Z] 23e8b3b47431: Waiting [2020-10-05T19:03:21.294Z] 221eaa008020: Waiting [2020-10-05T19:03:21.294Z] 5c568d65a230: Waiting [2020-10-05T19:03:21.294Z] fe522b08c979: Verifying Checksum [2020-10-05T19:03:21.294Z] fe522b08c979: Download complete [2020-10-05T19:03:21.294Z] 408f87550127: Verifying Checksum [2020-10-05T19:03:21.294Z] 408f87550127: Download complete [2020-10-05T19:03:21.294Z] 2a4607e5d6b9: Verifying Checksum [2020-10-05T19:03:21.294Z] 2a4607e5d6b9: Download complete [2020-10-05T19:03:21.294Z] 8f79b27c4fd2: Verifying Checksum [2020-10-05T19:03:21.294Z] 8f79b27c4fd2: Download complete [2020-10-05T19:03:21.294Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-05T19:03:21.294Z] cbdbe7a5bc2a: Download complete [2020-10-05T19:03:21.555Z] cbdbe7a5bc2a: Pull complete [2020-10-05T19:03:21.820Z] 408f87550127: Pull complete [2020-10-05T19:03:22.082Z] fe522b08c979: Pull complete [2020-10-05T19:03:22.657Z] e5c8dbe1645b: Download complete [2020-10-05T19:03:23.609Z] 23e8b3b47431: Verifying Checksum [2020-10-05T19:03:23.609Z] 23e8b3b47431: Download complete [2020-10-05T19:03:23.870Z] 5c568d65a230: Verifying Checksum [2020-10-05T19:03:23.870Z] 5c568d65a230: Download complete [2020-10-05T19:03:24.830Z] 221eaa008020: Verifying Checksum [2020-10-05T19:03:24.830Z] 221eaa008020: Download complete [2020-10-05T19:03:30.158Z] 221eaa008020: Pull complete [2020-10-05T19:03:30.159Z] 2a4607e5d6b9: Pull complete [2020-10-05T19:03:30.159Z] 8f79b27c4fd2: Pull complete [2020-10-05T19:03:32.081Z] e5c8dbe1645b: Pull complete [2020-10-05T19:03:36.304Z] 23e8b3b47431: Pull complete [2020-10-05T19:03:36.878Z] 5c568d65a230: Pull complete [2020-10-05T19:03:36.878Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-05T19:03:36.878Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-05T19:03:36.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-05T19:03:37.056Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:03:37.104Z] $ 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-05T19:03:37.920Z] $ docker top 3b3c9f4138d24bff09970005b10ba7c5544e4ed5fc924e584781f32b9c9fb8db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-05T19:03:38.429Z] + snyk monitor '--org=edgex-jenkins' [2020-10-05T19:03:56.573Z] [2020-10-05T19:03:56.573Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-10-05T19:03:56.573Z] [2020-10-05T19:03:56.573Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/194b034d-eb26-4629-b2a9-dd0a991f799c [2020-10-05T19:03:56.573Z] [2020-10-05T19:03:56.573Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-05T19:03:56.573Z] [2020-10-05T19:03:57.520Z] [2020-10-05T19:03:57.520Z] Snyk CLI supports Node.js 8 and higher. [2020-10-05T19:03:57.520Z] 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-05T19:03:57.520Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-05T19:03:57.520Z] [2020-10-05T19:03:57.520Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-05T19:03:57.520Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-05T19:03:57.538Z] $ docker stop --time=1 3b3c9f4138d24bff09970005b10ba7c5544e4ed5fc924e584781f32b9c9fb8db [2020-10-05T19:04:01.032Z] $ docker rm -f 3b3c9f4138d24bff09970005b10ba7c5544e4ed5fc924e584781f32b9c9fb8db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:04:02.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T19:04:02.526Z] [2020-10-05T19:04:02.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:04:02.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T19:04:02.880Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-05T19:04:02.880Z] e7c96db7181b: Pulling fs layer [2020-10-05T19:04:02.880Z] 1868ca2cb446: Pulling fs layer [2020-10-05T19:04:02.880Z] 136be5d0fe8e: Pulling fs layer [2020-10-05T19:04:02.880Z] 894bfe63afcb: Pulling fs layer [2020-10-05T19:04:02.880Z] 894bfe63afcb: Waiting [2020-10-05T19:04:02.880Z] 1868ca2cb446: Download complete [2020-10-05T19:04:02.880Z] 136be5d0fe8e: Verifying Checksum [2020-10-05T19:04:02.880Z] 136be5d0fe8e: Download complete [2020-10-05T19:04:03.143Z] 894bfe63afcb: Verifying Checksum [2020-10-05T19:04:03.143Z] 894bfe63afcb: Download complete [2020-10-05T19:04:03.143Z] e7c96db7181b: Verifying Checksum [2020-10-05T19:04:03.143Z] e7c96db7181b: Download complete [2020-10-05T19:04:03.405Z] e7c96db7181b: Pull complete [2020-10-05T19:04:03.405Z] 1868ca2cb446: Pull complete [2020-10-05T19:04:03.667Z] 136be5d0fe8e: Pull complete [2020-10-05T19:04:03.929Z] 894bfe63afcb: Pull complete [2020-10-05T19:04:03.930Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-05T19:04:03.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T19:04:03.930Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-05T19:04:04.027Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:04:04.072Z] $ 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-05T19:04:05.091Z] $ docker top b2677cdbc72692a6353cf280621654604dc3edff1b985d3d211fd45321514c7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T19:04:05.629Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:04:05.629Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T19:04:11.103Z] $ docker stop --time=1 b2677cdbc72692a6353cf280621654604dc3edff1b985d3d211fd45321514c7b [2020-10-05T19:04:12.435Z] $ docker rm -f b2677cdbc72692a6353cf280621654604dc3edff1b985d3d211fd45321514c7b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:04:12.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T19:04:12.918Z] . [Pipeline] withDockerContainer [2020-10-05T19:04:13.009Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:04:13.257Z] $ 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-05T19:04:13.861Z] $ docker top 74a4638d28945db3bf54c3b2ba1f4a0ce5cdffea1cc083000e5e543b7b6b0cc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T19:04:14.388Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:04:14.388Z] + tee [2020-10-05T19:04:14.388Z] clair timeout 1m0s [2020-10-05T19:04:14.388Z] docker timeout: 1m0s [2020-10-05T19:04:14.388Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T19:04:15.441Z] $ docker stop --time=1 74a4638d28945db3bf54c3b2ba1f4a0ce5cdffea1cc083000e5e543b7b6b0cc0 [2020-10-05T19:04:16.773Z] $ docker rm -f 74a4638d28945db3bf54c3b2ba1f4a0ce5cdffea1cc083000e5e543b7b6b0cc0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T19:04:17.341Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-05T19:04:17.356Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6.html [Pipeline] writeFile [Pipeline] step [2020-10-05T19:04:17.413Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:04:17.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T19:04:17.776Z] . [Pipeline] withDockerContainer [2020-10-05T19:04:17.870Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:04:17.920Z] $ 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-05T19:04:18.558Z] $ docker top eb0003663fa4e91737f3768ecff6bddb6d38808f4cfbec8e431728cfd736701e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T19:04:19.132Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:04:19.132Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T19:04:24.595Z] $ docker stop --time=1 eb0003663fa4e91737f3768ecff6bddb6d38808f4cfbec8e431728cfd736701e [2020-10-05T19:04:25.955Z] $ docker rm -f eb0003663fa4e91737f3768ecff6bddb6d38808f4cfbec8e431728cfd736701e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:04:26.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-05T19:04:26.493Z] . [Pipeline] withDockerContainer [2020-10-05T19:04:26.595Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:04:26.641Z] $ 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-05T19:04:27.327Z] $ docker top 2363dbe73f6829ed19c7dd8a8636d3a68557407c885a7234fed35b50756587ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-05T19:04:27.886Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 [2020-10-05T19:04:27.886Z] + tee [2020-10-05T19:04:27.886Z] clair timeout 1m0s [2020-10-05T19:04:27.886Z] docker timeout: 1m0s [2020-10-05T19:04:27.886Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-05T19:04:28.966Z] $ docker stop --time=1 2363dbe73f6829ed19c7dd8a8636d3a68557407c885a7234fed35b50756587ed [2020-10-05T19:04:30.325Z] $ docker rm -f 2363dbe73f6829ed19c7dd8a8636d3a68557407c885a7234fed35b50756587ed [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-05T19:04:30.836Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-05T19:04:30.849Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6.html [Pipeline] writeFile [Pipeline] step [2020-10-05T19:04:30.910Z] 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-05T19:04:32.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T19:04:32.325Z] . [Pipeline] withDockerContainer [2020-10-05T19:04:32.417Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:04:32.462Z] $ 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-05T19:04:33.044Z] $ docker top 038342b95f16a48fe469100811082fe9700a906b7786b7d391395318eb5abd3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T19:04:33.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T19:04:33.485Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T19:04:33.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T19:04:33.679Z] $ docker exec 038342b95f16a48fe469100811082fe9700a906b7786b7d391395318eb5abd3c ssh-agent [2020-10-05T19:04:33.855Z] SSH_AUTH_SOCK=/tmp/ssh-OlypSgcXvc9j/agent.12 [2020-10-05T19:04:33.855Z] SSH_AGENT_PID=17 [2020-10-05T19:04:33.863Z] Running ssh-add (command line suppressed) [2020-10-05T19:04:34.007Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6757925357333517917.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6757925357333517917.key) [2020-10-05T19:04:34.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T19:04:34.393Z] + git semver tag [2020-10-05T19:04:34.393Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T19:04:34.393Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-05T19:04:34.393Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-05T19:04:34.393Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T19:04:34.393Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T19:04:34.393Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T19:04:34.393Z] # $SEMVER_BRANCH = master [2020-10-05T19:04:34.393Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-05T19:04:34.393Z] # b6c69ffee2b8ff15a19bf9726ef85a2b23ce38c6 HEAD [2020-10-05T19:04:34.393Z] # -> Force: false [2020-10-05T19:04:34.393Z] # 694ea653bbc6b517a97a769a5b41dd2781cd73c9 refs/tags/v1.2.1-dev.15 [Pipeline] } [2020-10-05T19:04:34.406Z] $ docker exec --env ******** --env ******** 038342b95f16a48fe469100811082fe9700a906b7786b7d391395318eb5abd3c ssh-agent -k [2020-10-05T19:04:34.521Z] unset SSH_AUTH_SOCK; [2020-10-05T19:04:34.521Z] unset SSH_AGENT_PID; [2020-10-05T19:04:34.521Z] echo Agent pid 17 killed; [2020-10-05T19:04:34.571Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T19:04:35.028Z] + git semver [Pipeline] } [2020-10-05T19:04:35.045Z] $ docker stop --time=1 038342b95f16a48fe469100811082fe9700a906b7786b7d391395318eb5abd3c [2020-10-05T19:04:36.396Z] $ docker rm -f 038342b95f16a48fe469100811082fe9700a906b7786b7d391395318eb5abd3c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:04:37.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T19:04:37.030Z] [2020-10-05T19:04:37.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:04:37.388Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T19:04:37.388Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-05T19:04:37.388Z] ab5ef0e58194: Pulling fs layer [2020-10-05T19:04:37.388Z] 9712f1f96733: Pulling fs layer [2020-10-05T19:04:37.388Z] 63f879dbbcfc: Pulling fs layer [2020-10-05T19:04:37.388Z] 0d9ebad4ef96: Pulling fs layer [2020-10-05T19:04:37.388Z] e9a5061849ea: Pulling fs layer [2020-10-05T19:04:37.388Z] d747dcd14b5f: Pulling fs layer [2020-10-05T19:04:37.388Z] 2de7ff778b66: Pulling fs layer [2020-10-05T19:04:37.388Z] e9a5061849ea: Waiting [2020-10-05T19:04:37.388Z] d747dcd14b5f: Waiting [2020-10-05T19:04:37.388Z] 0d9ebad4ef96: Waiting [2020-10-05T19:04:37.388Z] 2de7ff778b66: Waiting [2020-10-05T19:04:37.388Z] 9712f1f96733: Verifying Checksum [2020-10-05T19:04:37.388Z] 9712f1f96733: Download complete [2020-10-05T19:04:39.412Z] 63f879dbbcfc: Verifying Checksum [2020-10-05T19:04:39.412Z] 63f879dbbcfc: Download complete [2020-10-05T19:04:39.412Z] e9a5061849ea: Verifying Checksum [2020-10-05T19:04:39.412Z] e9a5061849ea: Download complete [2020-10-05T19:04:39.412Z] d747dcd14b5f: Download complete [2020-10-05T19:04:39.987Z] 2de7ff778b66: Verifying Checksum [2020-10-05T19:04:39.987Z] 2de7ff778b66: Download complete [2020-10-05T19:04:40.249Z] 0d9ebad4ef96: Verifying Checksum [2020-10-05T19:04:40.249Z] 0d9ebad4ef96: Download complete [2020-10-05T19:04:40.828Z] ab5ef0e58194: Verifying Checksum [2020-10-05T19:04:40.828Z] ab5ef0e58194: Download complete [2020-10-05T19:04:45.056Z] ab5ef0e58194: Pull complete [2020-10-05T19:04:45.056Z] 9712f1f96733: Pull complete [2020-10-05T19:04:47.614Z] 63f879dbbcfc: Pull complete [2020-10-05T19:04:54.225Z] 0d9ebad4ef96: Pull complete [2020-10-05T19:04:55.170Z] e9a5061849ea: Pull complete [2020-10-05T19:04:55.434Z] d747dcd14b5f: Pull complete [2020-10-05T19:04:58.751Z] 2de7ff778b66: Pull complete [2020-10-05T19:04:58.751Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-05T19:04:58.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-05T19:04:58.751Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-05T19:04:58.935Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:04:58.982Z] $ 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-05T19:05:03.355Z] $ docker top c0d4b2f07fa6f83e9a60b2690df3e63db93a8e7e81eb06045a60ad00d540e5f2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-05T19:05:03.619Z] provisioning config files... [2020-10-05T19:05:03.636Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1259238606121987207tmp [2020-10-05T19:05:03.654Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5987476196850429714tmp [2020-10-05T19:05:03.670Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8752497262809378531tmp [Pipeline] { [Pipeline] echo [2020-10-05T19:05:03.727Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:05:04.025Z] ---> sigul-configuration.sh [2020-10-05T19:05:04.025Z] gpg: directory `/root/.gnupg' created [2020-10-05T19:05:04.025Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-05T19:05:04.025Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-05T19:05:04.025Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-05T19:05:04.025Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-05T19:05:04.025Z] gpg: CAST5 encrypted data [2020-10-05T19:05:04.287Z] gpg: encrypted with 1 passphrase [2020-10-05T19:05:04.287Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-05T19:05:04.588Z] + mkdir /home/jenkins [2020-10-05T19:05:04.588Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-05T19:05:04.891Z] + 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-05T19:05:04.902Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:05:05.201Z] ---> sigul-install.sh [2020-10-05T19:05:10.516Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-05T19:05:10.819Z] + git tag --list [2020-10-05T19:05:10.819Z] v1.0.0 [2020-10-05T19:05:10.819Z] v1.1.0 [2020-10-05T19:05:10.819Z] v1.2.0 [2020-10-05T19:05:10.819Z] v1.2.1-dev.1 [2020-10-05T19:05:10.819Z] v1.2.1-dev.10 [2020-10-05T19:05:10.819Z] v1.2.1-dev.11 [2020-10-05T19:05:10.819Z] v1.2.1-dev.12 [2020-10-05T19:05:10.819Z] v1.2.1-dev.13 [2020-10-05T19:05:10.819Z] v1.2.1-dev.14 [2020-10-05T19:05:10.819Z] v1.2.1-dev.15 [2020-10-05T19:05:10.819Z] v1.2.1-dev.2 [2020-10-05T19:05:10.819Z] v1.2.1-dev.3 [2020-10-05T19:05:10.819Z] v1.2.1-dev.4 [2020-10-05T19:05:10.819Z] v1.2.1-dev.5 [2020-10-05T19:05:10.819Z] v1.2.1-dev.6 [2020-10-05T19:05:10.819Z] v1.2.1-dev.7 [2020-10-05T19:05:10.819Z] v1.2.1-dev.8 [2020-10-05T19:05:10.819Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-05T19:05:11.120Z] + lftools sign git-tag v1.2.1-dev.15 [2020-10-05T19:05:12.513Z] Signing Git tag with Sigul... [2020-10-05T19:05:12.513Z] Signing v1.2.1-dev.15 [Pipeline] echo [2020-10-05T19:05:13.472Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:05:13.770Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-05T19:05:13.779Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-05T19:05:13.882Z] $ docker stop --time=1 c0d4b2f07fa6f83e9a60b2690df3e63db93a8e7e81eb06045a60ad00d540e5f2 [2020-10-05T19:05:15.879Z] $ docker rm -f c0d4b2f07fa6f83e9a60b2690df3e63db93a8e7e81eb06045a60ad00d540e5f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:05:16.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T19:05:16.729Z] . [Pipeline] withDockerContainer [2020-10-05T19:05:16.820Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:05:16.866Z] $ 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-05T19:05:17.573Z] $ docker top 9f845fe39cca2179b9b0e2c85c2bf273367ebc1da9075c796e3d0cfe8253d433 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T19:05:17.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T19:05:17.920Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T19:05:18.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T19:05:18.110Z] $ docker exec 9f845fe39cca2179b9b0e2c85c2bf273367ebc1da9075c796e3d0cfe8253d433 ssh-agent [2020-10-05T19:05:18.279Z] SSH_AUTH_SOCK=/tmp/ssh-j3Q4fzbKl50i/agent.12 [2020-10-05T19:05:18.279Z] SSH_AGENT_PID=17 [2020-10-05T19:05:18.286Z] Running ssh-add (command line suppressed) [2020-10-05T19:05:18.408Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3418862457668811696.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3418862457668811696.key) [2020-10-05T19:05:18.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T19:05:18.797Z] + git semver bump pre [2020-10-05T19:05:18.797Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T19:05:18.797Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-05T19:05:18.797Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-05T19:05:18.797Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T19:05:18.797Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T19:05:18.797Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T19:05:18.797Z] # $SEMVER_BRANCH = master [2020-10-05T19:05:18.797Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-05T19:05:18.797Z] 1.2.1-dev.16 [Pipeline] } [2020-10-05T19:05:18.810Z] $ docker exec --env ******** --env ******** 9f845fe39cca2179b9b0e2c85c2bf273367ebc1da9075c796e3d0cfe8253d433 ssh-agent -k [2020-10-05T19:05:18.922Z] unset SSH_AUTH_SOCK; [2020-10-05T19:05:18.922Z] unset SSH_AGENT_PID; [2020-10-05T19:05:18.922Z] echo Agent pid 17 killed; [2020-10-05T19:05:18.967Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T19:05:19.452Z] + git semver [Pipeline] } [2020-10-05T19:05:19.468Z] $ docker stop --time=1 9f845fe39cca2179b9b0e2c85c2bf273367ebc1da9075c796e3d0cfe8253d433 [2020-10-05T19:05:20.844Z] $ docker rm -f 9f845fe39cca2179b9b0e2c85c2bf273367ebc1da9075c796e3d0cfe8253d433 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-05T19:05:21.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-05T19:05:21.379Z] . [Pipeline] withDockerContainer [2020-10-05T19:05:21.477Z] prd-centos7-docker-4c-2g-3505 does not seem to be running inside a container [2020-10-05T19:05:21.522Z] $ 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-05T19:05:22.214Z] $ docker top ac8408fae2e527e511466b13e941ffca55e4dcc4d5af9ef4ba56617b4541f9d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-05T19:05:22.535Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-05T19:05:22.535Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-05T19:05:22.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-05T19:05:22.745Z] $ docker exec ac8408fae2e527e511466b13e941ffca55e4dcc4d5af9ef4ba56617b4541f9d1 ssh-agent [2020-10-05T19:05:22.915Z] SSH_AUTH_SOCK=/tmp/ssh-PI0rfRpgUjHl/agent.11 [2020-10-05T19:05:22.915Z] SSH_AGENT_PID=16 [2020-10-05T19:05:23.044Z] Running ssh-add (command line suppressed) [2020-10-05T19:05:23.167Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4713554612502423905.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4713554612502423905.key) [2020-10-05T19:05:23.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-05T19:05:23.684Z] + git semver push [2020-10-05T19:05:23.684Z] # -> Open(): unable to determine branch for HEAD [2020-10-05T19:05:23.684Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-05T19:05:23.684Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-05T19:05:23.684Z] # $SEMVER_REMOTE_NAME = origin [2020-10-05T19:05:23.684Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-05T19:05:23.684Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-05T19:05:23.684Z] # $SEMVER_BRANCH = master [2020-10-05T19:05:23.684Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-05T19:05:30.295Z] $ docker exec --env ******** --env ******** ac8408fae2e527e511466b13e941ffca55e4dcc4d5af9ef4ba56617b4541f9d1 ssh-agent -k [2020-10-05T19:05:30.432Z] unset SSH_AUTH_SOCK; [2020-10-05T19:05:30.432Z] unset SSH_AGENT_PID; [2020-10-05T19:05:30.432Z] echo Agent pid 16 killed; [2020-10-05T19:05:30.485Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-05T19:05:30.961Z] + git semver [Pipeline] } [2020-10-05T19:05:30.979Z] $ docker stop --time=1 ac8408fae2e527e511466b13e941ffca55e4dcc4d5af9ef4ba56617b4541f9d1 [2020-10-05T19:05:32.349Z] $ docker rm -f ac8408fae2e527e511466b13e941ffca55e4dcc4d5af9ef4ba56617b4541f9d1 [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-05T19:05:33.825Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:05:34.386Z] ---> package-listing.sh [2020-10-05T19:05:34.387Z] ++ facter osfamily [2020-10-05T19:05:34.387Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-05T19:05:34.387Z] + OS_FAMILY=redhat [2020-10-05T19:05:34.387Z] + workspace=/w/workspace/_app-service-configurable_master [2020-10-05T19:05:34.387Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-05T19:05:34.387Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-05T19:05:34.387Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-05T19:05:34.387Z] + PACKAGES=/tmp/packages_start.txt [2020-10-05T19:05:34.387Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-05T19:05:34.387Z] + PACKAGES=/tmp/packages_end.txt [2020-10-05T19:05:34.387Z] + case "${OS_FAMILY}" in [2020-10-05T19:05:34.387Z] + rpm -qa [2020-10-05T19:05:34.387Z] + sort [2020-10-05T19:05:38.600Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-05T19:05:38.600Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-05T19:05:38.600Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-05T19:05:38.600Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-05T19:05:38.600Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-10-05T19:05:38.600Z] + 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-05T19:05:39.151Z] provisioning config files... [2020-10-05T19:05:39.165Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5339683827377070258tmp [Pipeline] { [Pipeline] echo [2020-10-05T19:05:39.251Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:05:39.546Z] ---> create-netrc.sh [Pipeline] } [2020-10-05T19:05:39.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-05T19:05:39.655Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:05:39.950Z] ---> python-tools-install.sh [2020-10-05T19:05:39.950Z] Generating Requirements File [2020-10-05T19:06:47.731Z] Python 3.6.8 [2020-10-05T19:06:47.731Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-05T19:06:47.731Z] appdirs==1.4.3 [2020-10-05T19:06:47.731Z] argcomplete==1.12.1 [2020-10-05T19:06:47.731Z] aspy.yaml==1.3.0 [2020-10-05T19:06:47.731Z] attrs==19.3.0 [2020-10-05T19:06:47.731Z] Babel==2.8.0 [2020-10-05T19:06:47.731Z] beautifulsoup4==4.8.2 [2020-10-05T19:06:47.731Z] boto3==1.11.6 [2020-10-05T19:06:47.731Z] botocore==1.14.6 [2020-10-05T19:06:47.731Z] bs4==0.0.1 [2020-10-05T19:06:47.731Z] cachetools==4.1.1 [2020-10-05T19:06:47.731Z] certifi==2019.11.28 [2020-10-05T19:06:47.731Z] cffi==1.14.3 [2020-10-05T19:06:47.731Z] cfgv==2.0.1 [2020-10-05T19:06:47.731Z] chardet==3.0.4 [2020-10-05T19:06:47.731Z] click==7.1 [2020-10-05T19:06:47.731Z] cliff==3.4.0 [2020-10-05T19:06:47.731Z] cmd2==1.3.11 [2020-10-05T19:06:47.731Z] colorama==0.4.3 [2020-10-05T19:06:47.731Z] cryptography==3.1.1 [2020-10-05T19:06:47.731Z] debtcollector==2.2.0 [2020-10-05T19:06:47.731Z] decorator==4.4.2 [2020-10-05T19:06:47.731Z] defusedxml==0.6.0 [2020-10-05T19:06:47.731Z] Deprecated==1.2.7 [2020-10-05T19:06:47.731Z] distlib==0.3.1 [2020-10-05T19:06:47.731Z] distro==1.2.0 [2020-10-05T19:06:47.731Z] dnspython==1.16.0 [2020-10-05T19:06:47.731Z] docker==4.2.0 [2020-10-05T19:06:47.731Z] docutils==0.15.2 [2020-10-05T19:06:47.731Z] dogpile.cache==1.0.2 [2020-10-05T19:06:47.731Z] email-validator==1.0.5 [2020-10-05T19:06:47.731Z] filelock==3.0.12 [2020-10-05T19:06:47.731Z] future==0.18.2 [2020-10-05T19:06:47.731Z] google-auth==1.22.1 [2020-10-05T19:06:47.731Z] httplib2==0.17.0 [2020-10-05T19:06:47.731Z] identify==1.4.11 [2020-10-05T19:06:47.731Z] idna==2.9 [2020-10-05T19:06:47.731Z] importlib-metadata==1.7.0 [2020-10-05T19:06:47.731Z] importlib-resources==1.5.0 [2020-10-05T19:06:47.731Z] iso8601==0.1.13 [2020-10-05T19:06:47.731Z] Jinja2==2.11.1 [2020-10-05T19:06:47.731Z] jmespath==0.10.0 [2020-10-05T19:06:47.731Z] jsonpatch==1.26 [2020-10-05T19:06:47.731Z] jsonpointer==2.0 [2020-10-05T19:06:47.731Z] jsonschema==3.2.0 [2020-10-05T19:06:47.731Z] keystoneauth1==4.2.1 [2020-10-05T19:06:47.731Z] kubernetes==11.0.0 [2020-10-05T19:06:47.731Z] lftools==0.34.2 [2020-10-05T19:06:47.731Z] lxml==4.5.0 [2020-10-05T19:06:47.731Z] MarkupSafe==0.23 [2020-10-05T19:06:47.731Z] msgpack==1.0.0 [2020-10-05T19:06:47.731Z] multi-key-dict==2.0.3 [2020-10-05T19:06:47.731Z] munch==2.5.0 [2020-10-05T19:06:47.731Z] netaddr==0.8.0 [2020-10-05T19:06:47.731Z] netifaces==0.10.9 [2020-10-05T19:06:47.731Z] niet==1.4.2 [2020-10-05T19:06:47.731Z] nodeenv==1.3.5 [2020-10-05T19:06:47.731Z] oauth2client==4.1.3 [2020-10-05T19:06:47.731Z] oauthlib==3.1.0 [2020-10-05T19:06:47.731Z] openstacksdk==0.50.0 [2020-10-05T19:06:47.731Z] os-client-config==2.1.0 [2020-10-05T19:06:47.731Z] os-service-types==1.7.0 [2020-10-05T19:06:47.731Z] osc-lib==2.2.1 [2020-10-05T19:06:47.731Z] oslo.config==8.3.2 [2020-10-05T19:06:47.731Z] oslo.context==3.1.1 [2020-10-05T19:06:47.731Z] oslo.i18n==5.0.1 [2020-10-05T19:06:47.731Z] oslo.log==4.4.0 [2020-10-05T19:06:47.731Z] oslo.serialization==4.0.1 [2020-10-05T19:06:47.731Z] oslo.utils==4.6.0 [2020-10-05T19:06:47.731Z] packaging==20.4 [2020-10-05T19:06:47.731Z] pbr==5.4.4 [2020-10-05T19:06:47.731Z] pluggy==0.13.1 [2020-10-05T19:06:47.731Z] prettytable==0.7.2 [2020-10-05T19:06:47.731Z] py==1.9.0 [2020-10-05T19:06:47.731Z] pyasn1==0.4.8 [2020-10-05T19:06:47.731Z] pyasn1-modules==0.2.8 [2020-10-05T19:06:47.731Z] pycparser==2.20 [2020-10-05T19:06:47.731Z] pygerrit2==2.0.10 [2020-10-05T19:06:47.731Z] PyGithub==1.46 [2020-10-05T19:06:47.731Z] pyinotify==0.9.6 [2020-10-05T19:06:47.731Z] PyJWT==1.7.1 [2020-10-05T19:06:47.731Z] pyparsing==2.4.7 [2020-10-05T19:06:47.731Z] pyperclip==1.8.0 [2020-10-05T19:06:47.731Z] pyroute2==0.4.13 [2020-10-05T19:06:47.731Z] pyrsistent==0.15.7 [2020-10-05T19:06:47.731Z] PySocks==1.6.8 [2020-10-05T19:06:47.731Z] python-cinderclient==7.2.0 [2020-10-05T19:06:47.731Z] python-dateutil==2.8.1 [2020-10-05T19:06:47.731Z] python-heatclient==2.2.1 [2020-10-05T19:06:47.731Z] python-jenkins==1.7.0 [2020-10-05T19:06:47.731Z] python-keystoneclient==4.1.1 [2020-10-05T19:06:47.731Z] python-magnumclient==3.2.1 [2020-10-05T19:06:47.731Z] python-novaclient==17.2.1 [2020-10-05T19:06:47.731Z] python-openstackclient==5.4.0 [2020-10-05T19:06:47.731Z] python-swiftclient==3.10.1 [2020-10-05T19:06:47.731Z] pytz==2020.1 [2020-10-05T19:06:47.731Z] PyYAML==5.3 [2020-10-05T19:06:47.731Z] requests==2.23.0 [2020-10-05T19:06:47.731Z] requests-oauthlib==1.3.0 [2020-10-05T19:06:47.731Z] requestsexceptions==1.4.0 [2020-10-05T19:06:47.731Z] rfc3986==1.4.0 [2020-10-05T19:06:47.731Z] rpm==4.11.3 [2020-10-05T19:06:47.731Z] rsa==4.0 [2020-10-05T19:06:47.731Z] ruamel.yaml==0.16.10 [2020-10-05T19:06:47.731Z] ruamel.yaml.clib==0.2.0 [2020-10-05T19:06:47.731Z] s3transfer==0.3.3 [2020-10-05T19:06:47.731Z] shade==1.27.2 [2020-10-05T19:06:47.731Z] simplejson==3.17.2 [2020-10-05T19:06:47.731Z] six==1.14.0 [2020-10-05T19:06:47.731Z] soupsieve==2.0 [2020-10-05T19:06:47.731Z] stevedore==3.2.2 [2020-10-05T19:06:47.731Z] tabulate==0.8.6 [2020-10-05T19:06:47.731Z] toml==0.10.0 [2020-10-05T19:06:47.731Z] tox==3.20.0 [2020-10-05T19:06:47.731Z] tqdm==4.43.0 [2020-10-05T19:06:47.731Z] urllib3==1.25.8 [2020-10-05T19:06:47.731Z] virtualenv==20.0.33 [2020-10-05T19:06:47.731Z] wcwidth==0.2.5 [2020-10-05T19:06:47.731Z] websocket-client==0.57.0 [2020-10-05T19:06:47.731Z] wrapt==1.12.1 [2020-10-05T19:06:47.731Z] xdg==3.0.2 [2020-10-05T19:06:47.731Z] xmltodict==0.12.0 [2020-10-05T19:06:47.731Z] yq==2.11.1 [2020-10-05T19:06:47.731Z] zipp==3.3.0 [2020-10-05T19:06:47.731Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:06:51.044Z] 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-05T19:06:55.270Z] Python 2.7.5 [2020-10-05T19:06:55.270Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-05T19:06:55.845Z] 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-05T19:06:55.845Z] ansible==2.9.7 [2020-10-05T19:06:55.845Z] Babel==0.9.6 [2020-10-05T19:06:55.845Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-05T19:06:55.845Z] beautifulsoup4==4.4.1 [2020-10-05T19:06:55.845Z] bodhi==2.11.0 [2020-10-05T19:06:55.845Z] bodhi-client==2.11.0 [2020-10-05T19:06:55.845Z] CCColUtils==1.4 [2020-10-05T19:06:55.845Z] cffi==1.6.0 [2020-10-05T19:06:55.845Z] chardet==2.2.1 [2020-10-05T19:06:55.845Z] click==6.7 [2020-10-05T19:06:55.845Z] cloud-init==18.5 [2020-10-05T19:06:55.845Z] configobj==4.7.2 [2020-10-05T19:06:55.845Z] cryptography==1.7.2 [2020-10-05T19:06:55.845Z] decorator==3.4.0 [2020-10-05T19:06:55.845Z] distro==1.2.0 [2020-10-05T19:06:55.845Z] enum34==1.0.4 [2020-10-05T19:06:55.845Z] fedpkg==1.38 [2020-10-05T19:06:55.845Z] futures==3.1.1 [2020-10-05T19:06:55.845Z] gitdb==0.6.4 [2020-10-05T19:06:55.845Z] GitPython==1.0.1 [2020-10-05T19:06:55.845Z] html5lib==0.999 [2020-10-05T19:06:55.845Z] httplib2==0.9.2 [2020-10-05T19:06:55.845Z] idna==2.4 [2020-10-05T19:06:55.845Z] iniparse==0.4 [2020-10-05T19:06:55.845Z] ipaddress==1.0.16 [2020-10-05T19:06:55.845Z] IPy==0.75 [2020-10-05T19:06:55.845Z] javapackages==1.0.0 [2020-10-05T19:06:55.845Z] Jinja2==2.7.2 [2020-10-05T19:06:55.845Z] jmespath==0.9.4 [2020-10-05T19:06:55.845Z] jsonpatch==1.2 [2020-10-05T19:06:55.845Z] jsonpointer==1.9 [2020-10-05T19:06:55.845Z] kerberos==1.1 [2020-10-05T19:06:55.845Z] kitchen==1.1.1 [2020-10-05T19:06:55.845Z] langtable==0.0.31 [2020-10-05T19:06:55.845Z] lockfile==0.9.1 [2020-10-05T19:06:55.845Z] lxml==3.2.1 [2020-10-05T19:06:55.845Z] MarkupSafe==0.11 [2020-10-05T19:06:55.845Z] munch==2.0.2 [2020-10-05T19:06:55.845Z] offtrac==0.1.0 [2020-10-05T19:06:55.845Z] openidc-client==0.6.0 [2020-10-05T19:06:55.845Z] packagedb-cli==2.14.1 [2020-10-05T19:06:55.845Z] paramiko==2.1.1 [2020-10-05T19:06:55.845Z] perf==0.1 [2020-10-05T19:06:55.845Z] ply==3.4 [2020-10-05T19:06:55.845Z] policycoreutils-default-encoding==0.1 [2020-10-05T19:06:55.845Z] prettytable==0.7.2 [2020-10-05T19:06:55.845Z] pyasn1==0.1.9 [2020-10-05T19:06:55.845Z] pycparser==2.14 [2020-10-05T19:06:55.845Z] pycurl==7.19.0 [2020-10-05T19:06:55.845Z] pygobject==3.22.0 [2020-10-05T19:06:55.845Z] pygpgme==0.3 [2020-10-05T19:06:55.845Z] pyliblzma==0.5.3 [2020-10-05T19:06:55.845Z] pyOpenSSL==0.13.1 [2020-10-05T19:06:55.845Z] pyparsing==1.5.6 [2020-10-05T19:06:55.845Z] pyserial==2.6 [2020-10-05T19:06:55.845Z] python-augeas==0.5.0 [2020-10-05T19:06:55.845Z] python-bugzilla==2.3.0 [2020-10-05T19:06:55.845Z] python-dateutil==1.5 [2020-10-05T19:06:55.845Z] python-fedora==0.10.0 [2020-10-05T19:06:55.845Z] python-linux-procfs==0.4.9 [2020-10-05T19:06:55.845Z] python-yubico==1.2.3 [2020-10-05T19:06:55.845Z] pyudev==0.15 [2020-10-05T19:06:55.845Z] pyusb==1.0.0b1 [2020-10-05T19:06:55.845Z] pyxattr==0.5.1 [2020-10-05T19:06:55.845Z] PyYAML==3.10 [2020-10-05T19:06:55.845Z] requests==2.6.0 [2020-10-05T19:06:55.845Z] requests-kerberos==0.7.0 [2020-10-05T19:06:55.845Z] rpkg==1.60 [2020-10-05T19:06:55.845Z] schedutils==0.4 [2020-10-05T19:06:55.845Z] seobject==0.1 [2020-10-05T19:06:55.845Z] sepolicy==1.1 [2020-10-05T19:06:55.845Z] six==1.9.0 [2020-10-05T19:06:55.845Z] smmap==0.9.0 [2020-10-05T19:06:55.845Z] urlgrabber==3.10 [2020-10-05T19:06:55.845Z] urllib3==1.10.2 [2020-10-05T19:06:55.845Z] virtualenv==15.1.0 [2020-10-05T19:06:55.845Z] yum-langpacks==0.4.2 [2020-10-05T19:06:55.845Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-05T19:06:55.857Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:06:56.156Z] ---> sudo-logs.sh [2020-10-05T19:06:56.156Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-05T19:06:56.430Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:06:56.723Z] ---> job-cost.sh [2020-10-05T19:06:56.723Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-A8pA [2020-10-05T19:07:04.882Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:04.882Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:06.804Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:06.804Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.066Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.330Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.330Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.330Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.591Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.591Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.857Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:07.857Z] Cache entry deserialization failed, entry ignored [2020-10-05T19:07:11.171Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-05T19:07:43.364Z] lf-activate-venv(): INFO: Adding /tmp/venv-A8pA/bin to PATH [2020-10-05T19:07:43.364Z] INFO: No Stack... [2020-10-05T19:07:43.364Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-05T19:07:43.364Z] INFO: Archiving Costs [Pipeline] echo [2020-10-05T19:07:43.380Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-05T19:07:43.687Z] ---> logs-deploy.sh [2020-10-05T19:07:43.687Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/52 [2020-10-05T19:07:43.687Z] INFO: archiving workspace using pattern(s): [2020-10-05T19:07:45.607Z] Archives upload complete. [2020-10-05T19:07:45.607Z] INFO: archiving logs to Nexus