Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-6290 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 Commit message: "feat: Add ability to use PUT method for HTTP Export in configurable pipeline (#129)" > git rev-list --no-walk 07d155ce2010a0a52548d22b34cd4ccd3eb6da08 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T16:17:08.714Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T16:17:09.094Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T16:17:09.197Z] ========================================================= [2020-10-19T16:17:09.197Z] EdgeX Global Pipelines Version Info [2020-10-19T16:17:09.197Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:17:10.650Z] ------------------- [2020-10-19T16:17:10.650Z] stable info: [2020-10-19T16:17:10.650Z] ------------------- [2020-10-19T16:17:10.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T16:17:10.650Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T16:17:10.650Z] Message: update stable to v1.0.144 [2020-10-19T16:17:11.594Z] ------------------- [2020-10-19T16:17:11.594Z] experimental info: [2020-10-19T16:17:11.594Z] ------------------- [2020-10-19T16:17:11.594Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T16:17:11.594Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T16:17:11.594Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T16:17:12.018Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-10-19T16:17:12.120Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-10-19T16:17:12.224Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T16:17:12.480Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T16:17:12.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T16:17:12.745Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T16:17:13.003Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T16:17:13.202Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T16:17:13.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T16:17:13.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T16:17:13.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T16:17:13.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-10-19T16:17:13.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T16:17:13.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T16:17:13.951Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T16:17:14.090Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T16:17:14.180Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T16:17:14.296Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T16:17:14.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-19T16:17:14.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-19T16:17:14.650Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T16:17:14.804Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T16:17:14.901Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T16:17:15.003Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T16:17:15.100Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-19T16:17:15.188Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-19T16:17:15.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-19T16:17:15.483Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-19T16:17:15.569Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [Pipeline] echo [2020-10-19T16:17:15.660Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 36f96dc [Pipeline] echo [2020-10-19T16:17:15.750Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T16:17:16.348Z] + git log --format=format:%s -1 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [Pipeline] echo [2020-10-19T16:17:16.413Z] GIT_COMMIT: 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a, Commit Message: feat: Add ability to use PUT method for HTTP Export in configurable pipeline (#129) [Pipeline] echo [2020-10-19T16:17:16.486Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:17:17.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T16:17:17.483Z] [2020-10-19T16:17:17.483Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:17:17.837Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T16:17:17.837Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T16:17:17.837Z] 31603596830f: Pulling fs layer [2020-10-19T16:17:17.837Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T16:17:17.837Z] 6ca5941a6612: Pulling fs layer [2020-10-19T16:17:17.837Z] ecc8261a40a4: Pulling fs layer [2020-10-19T16:17:17.837Z] ecc8261a40a4: Waiting [2020-10-19T16:17:17.837Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T16:17:17.837Z] 2a8b12db71e7: Download complete [2020-10-19T16:17:18.107Z] 31603596830f: Download complete [2020-10-19T16:17:18.107Z] ecc8261a40a4: Verifying Checksum [2020-10-19T16:17:18.107Z] ecc8261a40a4: Download complete [2020-10-19T16:17:18.371Z] 6ca5941a6612: Verifying Checksum [2020-10-19T16:17:18.371Z] 6ca5941a6612: Download complete [2020-10-19T16:17:18.371Z] 31603596830f: Pull complete [2020-10-19T16:17:18.633Z] 2a8b12db71e7: Pull complete [2020-10-19T16:17:19.214Z] 6ca5941a6612: Pull complete [2020-10-19T16:17:19.477Z] ecc8261a40a4: Pull complete [2020-10-19T16:17:19.477Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T16:17:19.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T16:17:19.477Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T16:17:19.578Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:17:19.658Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T16:17:21.649Z] $ docker top 23c31aa236f9ca0277e851b469747b6733bdb131e095ae05d635eb3dd27f6b24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T16:17:21.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T16:17:21.958Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T16:17:22.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T16:17:22.165Z] $ docker exec 23c31aa236f9ca0277e851b469747b6733bdb131e095ae05d635eb3dd27f6b24 ssh-agent [2020-10-19T16:17:22.327Z] SSH_AUTH_SOCK=/tmp/ssh-Q5dzhaYmzMHN/agent.11 [2020-10-19T16:17:22.327Z] SSH_AGENT_PID=16 [2020-10-19T16:17:22.340Z] Running ssh-add (command line suppressed) [2020-10-19T16:17:22.460Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6384937674279857990.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6384937674279857990.key) [2020-10-19T16:17:22.515Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T16:17:22.918Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T16:17:22.945Z] $ docker exec --env ******** --env ******** 23c31aa236f9ca0277e851b469747b6733bdb131e095ae05d635eb3dd27f6b24 ssh-agent -k [2020-10-19T16:17:23.054Z] unset SSH_AUTH_SOCK; [2020-10-19T16:17:23.054Z] unset SSH_AGENT_PID; [2020-10-19T16:17:23.054Z] echo Agent pid 16 killed; [2020-10-19T16:17:23.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T16:17:23.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T16:17:23.348Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T16:17:23.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T16:17:23.517Z] $ docker exec 23c31aa236f9ca0277e851b469747b6733bdb131e095ae05d635eb3dd27f6b24 ssh-agent [2020-10-19T16:17:23.672Z] SSH_AUTH_SOCK=/tmp/ssh-bGLvmdEto4Gj/agent.44 [2020-10-19T16:17:23.672Z] SSH_AGENT_PID=49 [2020-10-19T16:17:23.680Z] Running ssh-add (command line suppressed) [2020-10-19T16:17:23.799Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7296069176322415628.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7296069176322415628.key) [2020-10-19T16:17:23.849Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T16:17:24.214Z] + git semver init [2020-10-19T16:17:24.214Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T16:17:24.214Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-19T16:17:24.214Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-19T16:17:24.214Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T16:17:24.214Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T16:17:24.214Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T16:17:24.214Z] # $SEMVER_BRANCH = master [2020-10-19T16:17:24.214Z] # $SEMVER_TEMP = /tmp/semver-436175390 [2020-10-19T16:17:24.214Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-10-19T16:17:24.478Z] # '/tmp/semver-436175390' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-10-19T16:17:24.478Z] # -> Force: false [2020-10-19T16:17:24.478Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-19T16:17:24.496Z] $ docker exec --env ******** --env ******** 23c31aa236f9ca0277e851b469747b6733bdb131e095ae05d635eb3dd27f6b24 ssh-agent -k [2020-10-19T16:17:24.614Z] unset SSH_AUTH_SOCK; [2020-10-19T16:17:24.614Z] unset SSH_AGENT_PID; [2020-10-19T16:17:24.614Z] echo Agent pid 49 killed; [2020-10-19T16:17:24.661Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T16:17:25.229Z] + git semver [Pipeline] } [2020-10-19T16:17:25.247Z] $ docker stop --time=1 23c31aa236f9ca0277e851b469747b6733bdb131e095ae05d635eb3dd27f6b24 [2020-10-19T16:17:26.730Z] $ docker rm -f 23c31aa236f9ca0277e851b469747b6733bdb131e095ae05d635eb3dd27f6b24 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T16:17:27.225Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T16:17:27.621Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T16:17:27.624Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.17 [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-19T16:17:43.317Z] Still waiting to schedule task [2020-10-19T16:17:43.318Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T16:17:43.321Z] Still waiting to schedule task [2020-10-19T16:17:43.321Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-19T16:19:28.747Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6292 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-19T16:19:28.813Z] Running in /w/workspace/app-service-configurable/54 [Pipeline] { [Pipeline] checkout [2020-10-19T16:19:33.976Z] using credential edgex-jenkins-ssh [2020-10-19T16:19:34.043Z] Cloning the remote Git repository [2020-10-19T16:19:34.098Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-19T16:19:34.209Z] > git init /w/workspace/app-service-configurable/54 # timeout=10 [2020-10-19T16:19:34.295Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-19T16:19:34.296Z] > git --version # timeout=10 [2020-10-19T16:19:34.313Z] > git --version # 'git version 2.17.1' [2020-10-19T16:19:34.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T16:19:34.371Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T16:19:35.657Z] Checking out Revision 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a (master) [2020-10-19T16:19:35.085Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-19T16:19:35.108Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T16:19:35.146Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-19T16:19:35.186Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-19T16:19:35.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T16:19:35.198Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T16:19:35.660Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T16:19:35.717Z] > git checkout -f 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 [2020-10-19T16:19:40.038Z] Commit message: "feat: Add ability to use PUT method for HTTP Export in configurable pipeline (#129)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T16:19:41.195Z] ========================================================= [2020-10-19T16:19:41.196Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T16:19:41.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:19:42.098Z] + 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-19T16:19:42.708Z] Sending build context to Docker daemon 96.26kB [2020-10-19T16:19:42.985Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T16:19:42.985Z] Step 2/8 : FROM ${BASE} [2020-10-19T16:19:43.263Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T16:19:43.263Z] b538f80385f9: Pulling fs layer [2020-10-19T16:19:43.263Z] 74f711af9a0d: Pulling fs layer [2020-10-19T16:19:43.263Z] 99f96fe45779: Pulling fs layer [2020-10-19T16:19:43.263Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T16:19:43.263Z] 45590311c82a: Pulling fs layer [2020-10-19T16:19:43.263Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T16:19:43.263Z] 209524e5b208: Pulling fs layer [2020-10-19T16:19:43.263Z] 8529a6b9a6be: Waiting [2020-10-19T16:19:43.263Z] 45590311c82a: Waiting [2020-10-19T16:19:43.263Z] 69ca0ff8b7b3: Waiting [2020-10-19T16:19:43.263Z] 209524e5b208: Waiting [2020-10-19T16:19:43.263Z] 99f96fe45779: Verifying Checksum [2020-10-19T16:19:43.263Z] 99f96fe45779: Download complete [2020-10-19T16:19:43.263Z] 74f711af9a0d: Verifying Checksum [2020-10-19T16:19:43.263Z] 74f711af9a0d: Download complete [2020-10-19T16:19:43.263Z] 45590311c82a: Download complete [2020-10-19T16:19:43.263Z] 69ca0ff8b7b3: Download complete [2020-10-19T16:19:43.263Z] b538f80385f9: Verifying Checksum [2020-10-19T16:19:43.263Z] b538f80385f9: Download complete [2020-10-19T16:19:44.250Z] b538f80385f9: Pull complete [2020-10-19T16:19:44.854Z] 74f711af9a0d: Pull complete [2020-10-19T16:19:45.131Z] 99f96fe45779: Pull complete [2020-10-19T16:19:46.132Z] 209524e5b208: Verifying Checksum [2020-10-19T16:19:46.132Z] 209524e5b208: Download complete [2020-10-19T16:19:47.577Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T16:19:47.577Z] 8529a6b9a6be: Download complete [2020-10-19T16:19:57.774Z] 8529a6b9a6be: Pull complete [2020-10-19T16:19:57.774Z] 45590311c82a: Pull complete [2020-10-19T16:19:58.048Z] 69ca0ff8b7b3: Pull complete [2020-10-19T16:20:02.377Z] 209524e5b208: Pull complete [2020-10-19T16:20:02.377Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T16:20:02.377Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T16:20:02.377Z] ---> 5bddaf1c2fca [2020-10-19T16:20:02.377Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T16:20:05.009Z] ---> Running in 40402b434e0c [2020-10-19T16:20:05.290Z] Removing intermediate container 40402b434e0c [2020-10-19T16:20:05.290Z] ---> 95757c4dd9a9 [2020-10-19T16:20:05.290Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T16:20:05.290Z] ---> Running in 0bfdcffb3164 [2020-10-19T16:20:08.703Z] Removing intermediate container 0bfdcffb3164 [2020-10-19T16:20:08.703Z] ---> 1ae36cdbd7b0 [2020-10-19T16:20:08.703Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-19T16:20:08.703Z] ---> Running in d9429f18ddba [2020-10-19T16:20:09.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T16:20:10.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T16:20:11.264Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-19T16:20:11.264Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-19T16:20:11.264Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-19T16:20:11.534Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-19T16:20:11.534Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-19T16:20:11.808Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-19T16:20:11.808Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T16:20:11.808Z] OK: 144 MiB in 45 packages [2020-10-19T16:20:13.242Z] Removing intermediate container d9429f18ddba [2020-10-19T16:20:13.242Z] ---> f5836bfba1a2 [2020-10-19T16:20:13.242Z] Step 6/8 : WORKDIR /app [2020-10-19T16:20:13.242Z] ---> Running in fed6c3ae51af [2020-10-19T16:20:13.837Z] Removing intermediate container fed6c3ae51af [2020-10-19T16:20:13.837Z] ---> 9326300e06d2 [2020-10-19T16:20:13.837Z] Step 7/8 : COPY . . [2020-10-19T16:20:14.820Z] ---> 2fe65a415af2 [2020-10-19T16:20:14.820Z] Step 8/8 : RUN go mod download [2020-10-19T16:20:14.820Z] ---> Running in 5530330d5bcb [2020-10-19T16:20:19.077Z] Running on prd-centos7-docker-4c-2g-6293 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-19T16:20:19.171Z] Running in /w/workspace/app-service-configurable/54 [Pipeline] { [Pipeline] checkout [2020-10-19T16:20:22.108Z] using credential edgex-jenkins-ssh [2020-10-19T16:20:22.159Z] Cloning the remote Git repository [2020-10-19T16:20:22.187Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-19T16:20:22.259Z] > git init /w/workspace/app-service-configurable/54 # timeout=10 [2020-10-19T16:20:22.316Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-19T16:20:22.316Z] > git --version # timeout=10 [2020-10-19T16:20:22.323Z] > git --version # 'git version 2.16.5' [2020-10-19T16:20:22.324Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T16:20:22.354Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T16:20:22.883Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-19T16:20:22.890Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T16:20:22.901Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-19T16:20:23.317Z] Checking out Revision 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a (master) [2020-10-19T16:20:22.918Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-19T16:20:22.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T16:20:22.923Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T16:20:23.327Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T16:20:23.331Z] > git checkout -f 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a # timeout=10 [2020-10-19T16:20:26.973Z] Commit message: "feat: Add ability to use PUT method for HTTP Export in configurable pipeline (#129)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T16:20:27.884Z] ========================================================= [2020-10-19T16:20:27.884Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T16:20:27.884Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:20:28.647Z] + 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-19T16:20:28.647Z] Sending build context to Docker daemon 96.26kB [2020-10-19T16:20:28.909Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T16:20:28.909Z] Step 2/8 : FROM ${BASE} [2020-10-19T16:20:29.172Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T16:20:29.172Z] df20fa9351a1: Pulling fs layer [2020-10-19T16:20:29.172Z] ed8968b2872e: Pulling fs layer [2020-10-19T16:20:29.172Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T16:20:29.172Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T16:20:29.172Z] e73272ec9a57: Pulling fs layer [2020-10-19T16:20:29.172Z] 1e910a182e73: Pulling fs layer [2020-10-19T16:20:29.172Z] 4e634b169226: Pulling fs layer [2020-10-19T16:20:29.172Z] 1e910a182e73: Waiting [2020-10-19T16:20:29.172Z] 4e634b169226: Waiting [2020-10-19T16:20:29.172Z] e871e8e8d7a9: Waiting [2020-10-19T16:20:29.172Z] a92cc7c5fd73: Download complete [2020-10-19T16:20:29.172Z] ed8968b2872e: Download complete [2020-10-19T16:20:29.172Z] e73272ec9a57: Verifying Checksum [2020-10-19T16:20:29.172Z] e73272ec9a57: Download complete [2020-10-19T16:20:29.172Z] 1e910a182e73: Verifying Checksum [2020-10-19T16:20:29.172Z] 1e910a182e73: Download complete [2020-10-19T16:20:29.437Z] df20fa9351a1: Download complete [2020-10-19T16:20:29.702Z] df20fa9351a1: Pull complete [2020-10-19T16:20:29.702Z] ed8968b2872e: Pull complete [2020-10-19T16:20:29.969Z] a92cc7c5fd73: Pull complete [2020-10-19T16:20:31.374Z] 4e634b169226: Verifying Checksum [2020-10-19T16:20:31.374Z] 4e634b169226: Download complete [2020-10-19T16:20:31.958Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T16:20:31.958Z] e871e8e8d7a9: Download complete [2020-10-19T16:20:37.281Z] e871e8e8d7a9: Pull complete [2020-10-19T16:20:37.281Z] e73272ec9a57: Pull complete [2020-10-19T16:20:37.281Z] 1e910a182e73: Pull complete [2020-10-19T16:20:45.473Z] 4e634b169226: Pull complete [2020-10-19T16:20:45.473Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T16:20:45.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T16:20:45.473Z] ---> f7629b54cfaa [2020-10-19T16:20:45.473Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T16:20:45.473Z] ---> Running in 1480f1a4c47b [2020-10-19T16:20:45.473Z] Removing intermediate container 1480f1a4c47b [2020-10-19T16:20:45.473Z] ---> ad56e332abb3 [2020-10-19T16:20:45.473Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T16:20:45.473Z] ---> Running in 37d09152f6a0 [2020-10-19T16:20:46.055Z] Removing intermediate container 37d09152f6a0 [2020-10-19T16:20:46.055Z] ---> cf9fc10a36a2 [2020-10-19T16:20:46.055Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-19T16:20:46.055Z] ---> Running in 9810a41cc5b3 [2020-10-19T16:20:47.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T16:20:47.211Z] Removing intermediate container 5530330d5bcb [2020-10-19T16:20:47.211Z] ---> dea28149e417 [2020-10-19T16:20:47.211Z] Successfully built dea28149e417 [2020-10-19T16:20:47.211Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:20:47.629Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T16:20:47.629Z] . [Pipeline] withDockerContainer [2020-10-19T16:20:47.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-6292 does not seem to be running inside a container [2020-10-19T16:20:47.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T16:20:47.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/54 -v /w/workspace/app-service-configurable/54:/w/workspace/app-service-configurable/54:rw,z -v /w/workspace/app-service-configurable/54@tmp:/w/workspace/app-service-configurable/54@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 ******** ci-base-image-arm64 cat [2020-10-19T16:20:48.218Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-19T16:20:48.481Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-19T16:20:48.481Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-19T16:20:48.481Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-19T16:20:48.745Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-19T16:20:48.745Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-19T16:20:49.009Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T16:20:49.009Z] OK: 167 MiB in 45 packages [2020-10-19T16:20:49.585Z] Removing intermediate container 9810a41cc5b3 [2020-10-19T16:20:49.585Z] ---> 215796dd4fa8 [2020-10-19T16:20:49.585Z] Step 6/8 : WORKDIR /app [2020-10-19T16:20:49.585Z] ---> Running in a4e6e40de918 [2020-10-19T16:20:49.851Z] Removing intermediate container a4e6e40de918 [2020-10-19T16:20:49.851Z] ---> 63ce45d920f0 [2020-10-19T16:20:49.851Z] Step 7/8 : COPY . . [2020-10-19T16:20:49.874Z] $ docker top c04e0b2f6260cd951b5638622f99dff46215b167ae202c317c578b59df226736 -eo pid,comm [2020-10-19T16:20:50.120Z] ---> 5eb457ffa49c [2020-10-19T16:20:50.120Z] Step 8/8 : RUN go mod download [2020-10-19T16:20:50.120Z] ---> Running in 46ebb84949f1 [Pipeline] { [Pipeline] sh [2020-10-19T16:20:51.327Z] + go version [2020-10-19T16:20:51.327Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T16:20:51.355Z] $ docker stop --time=1 c04e0b2f6260cd951b5638622f99dff46215b167ae202c317c578b59df226736 [2020-10-19T16:20:53.376Z] $ docker rm -f c04e0b2f6260cd951b5638622f99dff46215b167ae202c317c578b59df226736 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T16:20:56.674Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T16:20:57.011Z] + ls -al . [2020-10-19T16:20:57.011Z] total 96 [2020-10-19T16:20:57.011Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 19 16:19 . [2020-10-19T16:20:57.011Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 16:19 .. [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 19 16:19 .dockerignore [2020-10-19T16:20:57.011Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 16:19 .git [2020-10-19T16:20:57.011Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 16:19 .github [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 93 Oct 19 16:19 .gitignore [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 6568 Oct 19 16:19 Attribution.txt [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 2002 Oct 19 16:19 Dockerfile [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 966 Oct 19 16:19 Dockerfile.build [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 687 Oct 19 16:19 Jenkinsfile [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 19 16:19 LICENSE [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 1277 Oct 19 16:19 README.md [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 19 16:17 VERSION [2020-10-19T16:20:57.011Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 16:19 bin [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 180 Oct 19 16:19 docker-compose.debug.yml [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 19 16:19 docker-compose.yml [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 19 16:19 go.mod [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 1519 Oct 19 16:19 main.go [2020-10-19T16:20:57.011Z] -rw-rw-r-- 1 jenkins jenkins 1573 Oct 19 16:19 makefile [2020-10-19T16:20:57.011Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 16:19 res [2020-10-19T16:20:57.011Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 16:19 snap [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:20:57.364Z] + 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=36f96dc01f0f062f25a64d6a8a14201b3aa7f12a --label arch=arm64 --label version=1.2.1-dev.17 . [2020-10-19T16:20:57.364Z] Sending build context to Docker daemon 97.28kB [2020-10-19T16:20:57.642Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-19T16:20:57.642Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-19T16:20:57.642Z] ---> dea28149e417 [2020-10-19T16:20:57.642Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-19T16:20:57.916Z] ---> Running in a4d1715fbd39 [2020-10-19T16:20:58.515Z] Removing intermediate container a4d1715fbd39 [2020-10-19T16:20:58.515Z] ---> 38328baa1e5b [2020-10-19T16:20:58.515Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-19T16:20:58.515Z] ---> Running in 9e743bafebec [2020-10-19T16:20:59.113Z] Removing intermediate container 9e743bafebec [2020-10-19T16:20:59.113Z] ---> 96fb4b968c09 [2020-10-19T16:20:59.113Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T16:20:59.113Z] ---> Running in 429b18ebbc7e [2020-10-19T16:20:59.719Z] Removing intermediate container 429b18ebbc7e [2020-10-19T16:20:59.719Z] ---> 4504337b4928 [2020-10-19T16:20:59.719Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T16:20:59.719Z] ---> Running in 4b0e17cdf50e [2020-10-19T16:21:02.352Z] Removing intermediate container 4b0e17cdf50e [2020-10-19T16:21:02.352Z] ---> 2d2d81379a60 [2020-10-19T16:21:02.352Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-19T16:21:02.352Z] ---> Running in b7ffae274895 [2020-10-19T16:21:03.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T16:21:04.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T16:21:05.363Z] OK: 144 MiB in 45 packages [2020-10-19T16:21:06.344Z] Removing intermediate container b7ffae274895 [2020-10-19T16:21:06.344Z] ---> 7780d481a9f4 [2020-10-19T16:21:06.344Z] Step 8/27 : WORKDIR /app [2020-10-19T16:21:06.616Z] ---> Running in df7d7e1556fe [2020-10-19T16:21:07.211Z] Removing intermediate container df7d7e1556fe [2020-10-19T16:21:07.211Z] ---> cbaa44a412d1 [2020-10-19T16:21:07.211Z] Step 9/27 : COPY go.mod . [2020-10-19T16:21:07.809Z] ---> e2fbba722e59 [2020-10-19T16:21:07.809Z] Step 10/27 : RUN go mod download [2020-10-19T16:21:07.809Z] ---> Running in e7864987bb7c [2020-10-19T16:21:11.199Z] Removing intermediate container e7864987bb7c [2020-10-19T16:21:11.199Z] ---> 698a1cc41fe7 [2020-10-19T16:21:11.199Z] Step 11/27 : COPY . . [2020-10-19T16:21:11.472Z] ---> b10901c4f7d8 [2020-10-19T16:21:11.472Z] Step 12/27 : ARG MAKE="make build" [2020-10-19T16:21:11.472Z] ---> Running in e7058d5aba3e [2020-10-19T16:21:12.070Z] Removing intermediate container e7058d5aba3e [2020-10-19T16:21:12.070Z] ---> 004925b34d58 [2020-10-19T16:21:12.070Z] Step 13/27 : RUN $MAKE [2020-10-19T16:21:12.070Z] ---> Running in 9b57017ba6cd [2020-10-19T16:21:13.506Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.17" -o app-service-configurable [2020-10-19T16:21:16.769Z] Removing intermediate container 46ebb84949f1 [2020-10-19T16:21:16.769Z] ---> cc4b9bc132fa [2020-10-19T16:21:16.770Z] Successfully built cc4b9bc132fa [2020-10-19T16:21:16.770Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:21:17.128Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T16:21:17.128Z] . [Pipeline] withDockerContainer [2020-10-19T16:21:17.243Z] prd-centos7-docker-4c-2g-6293 does not seem to be running inside a container [2020-10-19T16:21:17.298Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/54 -v /w/workspace/app-service-configurable/54:/w/workspace/app-service-configurable/54:rw,z -v /w/workspace/app-service-configurable/54@tmp:/w/workspace/app-service-configurable/54@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-19T16:21:18.045Z] $ docker top ddcf9b7640e72aed937dd4b53bc558c417ea17c827538768969fd8f77f23e513 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T16:21:18.566Z] + go version [2020-10-19T16:21:18.566Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T16:21:18.583Z] $ docker stop --time=1 ddcf9b7640e72aed937dd4b53bc558c417ea17c827538768969fd8f77f23e513 [2020-10-19T16:21:19.966Z] $ docker rm -f ddcf9b7640e72aed937dd4b53bc558c417ea17c827538768969fd8f77f23e513 [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-19T16:21:21.215Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T16:21:21.625Z] + ls -al . [2020-10-19T16:21:21.625Z] total 72 [2020-10-19T16:21:21.625Z] drwxrwxr-x. 7 jenkins jenkins 4096 Oct 19 16:20 . [2020-10-19T16:21:21.625Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 16:20 .. [2020-10-19T16:21:21.625Z] -rw-rw-r--. 1 jenkins jenkins 6568 Oct 19 16:20 Attribution.txt [2020-10-19T16:21:21.625Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 16:20 bin [2020-10-19T16:21:21.625Z] -rw-rw-r--. 1 jenkins jenkins 180 Oct 19 16:20 docker-compose.debug.yml [2020-10-19T16:21:21.625Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 19 16:20 docker-compose.yml [2020-10-19T16:21:21.625Z] -rw-rw-r--. 1 jenkins jenkins 2002 Oct 19 16:20 Dockerfile [2020-10-19T16:21:21.625Z] -rw-rw-r--. 1 jenkins jenkins 966 Oct 19 16:20 Dockerfile.build [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 119 Oct 19 16:20 .dockerignore [2020-10-19T16:21:21.626Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 19 16:20 .git [2020-10-19T16:21:21.626Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 19 16:20 .github [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 93 Oct 19 16:20 .gitignore [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 19 16:20 go.mod [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 687 Oct 19 16:20 Jenkinsfile [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 19 16:20 LICENSE [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 1519 Oct 19 16:20 main.go [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 1573 Oct 19 16:20 makefile [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 1277 Oct 19 16:20 README.md [2020-10-19T16:21:21.626Z] drwxrwxr-x. 10 jenkins jenkins 171 Oct 19 16:20 res [2020-10-19T16:21:21.626Z] drwxrwxr-x. 4 jenkins jenkins 71 Oct 19 16:20 snap [2020-10-19T16:21:21.626Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 19 16:17 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:21:22.013Z] + 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=36f96dc01f0f062f25a64d6a8a14201b3aa7f12a --label arch=amd64 --label version=1.2.1-dev.17 . [2020-10-19T16:21:22.014Z] Sending build context to Docker daemon 97.28kB [2020-10-19T16:21:22.014Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-19T16:21:22.014Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-19T16:21:22.014Z] ---> cc4b9bc132fa [2020-10-19T16:21:22.014Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-19T16:21:22.014Z] ---> Running in 6e7db20c9eab [2020-10-19T16:21:22.278Z] Removing intermediate container 6e7db20c9eab [2020-10-19T16:21:22.278Z] ---> 3e15d5861279 [2020-10-19T16:21:22.278Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-19T16:21:22.278Z] ---> Running in 6a19ee19f640 [2020-10-19T16:21:22.540Z] Removing intermediate container 6a19ee19f640 [2020-10-19T16:21:22.540Z] ---> 00ca4a891c5d [2020-10-19T16:21:22.540Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T16:21:22.540Z] ---> Running in 2236468c21e5 [2020-10-19T16:21:22.803Z] Removing intermediate container 2236468c21e5 [2020-10-19T16:21:22.803Z] ---> ae46b8cc3a41 [2020-10-19T16:21:22.803Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T16:21:22.803Z] ---> Running in a369ea4098c4 [2020-10-19T16:21:24.203Z] Removing intermediate container a369ea4098c4 [2020-10-19T16:21:24.203Z] ---> e8f44054a256 [2020-10-19T16:21:24.203Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-19T16:21:24.203Z] ---> Running in f48f234fba74 [2020-10-19T16:21:24.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T16:21:25.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T16:21:25.934Z] OK: 167 MiB in 45 packages [2020-10-19T16:21:26.196Z] Removing intermediate container f48f234fba74 [2020-10-19T16:21:26.196Z] ---> 57acc6e8362f [2020-10-19T16:21:26.196Z] Step 8/27 : WORKDIR /app [2020-10-19T16:21:26.459Z] ---> Running in d392c383d73c [2020-10-19T16:21:26.459Z] Removing intermediate container d392c383d73c [2020-10-19T16:21:26.459Z] ---> 33a96d70b56d [2020-10-19T16:21:26.459Z] Step 9/27 : COPY go.mod . [2020-10-19T16:21:26.724Z] ---> 0cb5b1bdddef [2020-10-19T16:21:26.724Z] Step 10/27 : RUN go mod download [2020-10-19T16:21:26.724Z] ---> Running in 12ac2d6ea7a1 [2020-10-19T16:21:27.680Z] Removing intermediate container 12ac2d6ea7a1 [2020-10-19T16:21:27.680Z] ---> 70fb53426195 [2020-10-19T16:21:27.680Z] Step 11/27 : COPY . . [2020-10-19T16:21:27.943Z] ---> 54891ccb395b [2020-10-19T16:21:27.943Z] Step 12/27 : ARG MAKE="make build" [2020-10-19T16:21:28.206Z] ---> Running in 2e3aa107c6c6 [2020-10-19T16:21:28.206Z] Removing intermediate container 2e3aa107c6c6 [2020-10-19T16:21:28.206Z] ---> adda9d44c06c [2020-10-19T16:21:28.206Z] Step 13/27 : RUN $MAKE [2020-10-19T16:21:28.469Z] ---> Running in cef9773aead1 [2020-10-19T16:21:28.733Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.17" -o app-service-configurable [2020-10-19T16:21:50.861Z] Removing intermediate container cef9773aead1 [2020-10-19T16:21:50.861Z] ---> e727fe26c73e [2020-10-19T16:21:50.861Z] Step 14/27 : FROM alpine:latest [2020-10-19T16:21:50.861Z] latest: Pulling from library/alpine [2020-10-19T16:21:50.861Z] df20fa9351a1: Already exists [2020-10-19T16:21:50.861Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-19T16:21:50.861Z] Status: Downloaded newer image for alpine:latest [2020-10-19T16:21:50.861Z] ---> a24bb4013296 [2020-10-19T16:21:50.861Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T16:21:50.861Z] ---> Running in 01d1919610e5 [2020-10-19T16:21:50.861Z] Removing intermediate container 01d1919610e5 [2020-10-19T16:21:50.861Z] ---> 867b2288a7ef [2020-10-19T16:21:50.861Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-19T16:21:50.861Z] ---> Running in ce5f0f050313 [2020-10-19T16:21:50.861Z] Removing intermediate container ce5f0f050313 [2020-10-19T16:21:50.861Z] ---> b9dc366e50b3 [2020-10-19T16:21:50.861Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-19T16:21:50.861Z] ---> Running in 847baef24b2b [2020-10-19T16:21:50.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T16:21:50.861Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T16:21:50.861Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-19T16:21:50.861Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-19T16:21:50.861Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-19T16:21:50.861Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-19T16:21:50.861Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-19T16:21:50.861Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-19T16:21:50.861Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T16:21:50.861Z] Executing ca-certificates-20191127-r4.trigger [2020-10-19T16:21:50.861Z] OK: 9 MiB in 20 packages [2020-10-19T16:21:51.442Z] Removing intermediate container 847baef24b2b [2020-10-19T16:21:51.442Z] ---> 90c7ab534fff [2020-10-19T16:21:51.442Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-19T16:21:51.442Z] ---> 91b8515e69cb [2020-10-19T16:21:51.442Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-19T16:21:51.706Z] ---> d69ceee3f907 [2020-10-19T16:21:51.706Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-19T16:21:51.971Z] ---> a04533e9cf91 [2020-10-19T16:21:51.971Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-19T16:21:52.921Z] ---> 08d3715b5184 [2020-10-19T16:21:52.921Z] Step 22/27 : EXPOSE 48095 [2020-10-19T16:21:52.921Z] ---> Running in 410ee372f5ab [2020-10-19T16:21:52.921Z] Removing intermediate container 410ee372f5ab [2020-10-19T16:21:52.921Z] ---> df391743f103 [2020-10-19T16:21:52.921Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-19T16:21:53.184Z] ---> Running in 87f187785336 [2020-10-19T16:21:53.184Z] Removing intermediate container 87f187785336 [2020-10-19T16:21:53.184Z] ---> 66d182f390bd [2020-10-19T16:21:53.184Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T16:21:53.184Z] ---> Running in 40769ac5a267 [2020-10-19T16:21:53.447Z] Removing intermediate container 40769ac5a267 [2020-10-19T16:21:53.447Z] ---> 159d4668d856 [2020-10-19T16:21:53.447Z] Step 25/27 : LABEL arch=amd64 [2020-10-19T16:21:53.447Z] ---> Running in 63cb0b959bfd [2020-10-19T16:21:53.710Z] Removing intermediate container 63cb0b959bfd [2020-10-19T16:21:53.710Z] ---> 7ef4d161e969 [2020-10-19T16:21:53.710Z] Step 26/27 : LABEL git_sha=36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:21:53.710Z] ---> Running in 03df2803a475 [2020-10-19T16:21:53.983Z] Removing intermediate container 03df2803a475 [2020-10-19T16:21:53.983Z] ---> 67b412404ea9 [2020-10-19T16:21:53.983Z] Step 27/27 : LABEL version=1.2.1-dev.17 [2020-10-19T16:21:53.983Z] ---> Running in 97bf24ffd1ac [2020-10-19T16:21:53.983Z] Removing intermediate container 97bf24ffd1ac [2020-10-19T16:21:53.983Z] ---> 0ca7bcddccde [2020-10-19T16:21:53.983Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T16:21:54.246Z] Successfully built 0ca7bcddccde [2020-10-19T16:21:54.246Z] 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-19T16:21:54.784Z] provisioning config files... [2020-10-19T16:21:54.816Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/54@tmp/config5438988887980899049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:21:55.226Z] ---> docker-login.sh [2020-10-19T16:21:55.226Z] nexus3.edgexfoundry.org:10001 [2020-10-19T16:21:55.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:21:55.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:21:55.490Z] Configure a credential helper to remove this warning. See [2020-10-19T16:21:55.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:21:55.490Z] [2020-10-19T16:21:55.490Z] Login Succeeded [2020-10-19T16:21:55.490Z] nexus3.edgexfoundry.org:10002 [2020-10-19T16:21:55.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:21:55.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:21:55.755Z] Configure a credential helper to remove this warning. See [2020-10-19T16:21:55.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:21:55.755Z] [2020-10-19T16:21:55.755Z] Login Succeeded [2020-10-19T16:21:55.755Z] nexus3.edgexfoundry.org:10003 [2020-10-19T16:21:55.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:21:55.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:21:55.755Z] Configure a credential helper to remove this warning. See [2020-10-19T16:21:55.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:21:55.755Z] [2020-10-19T16:21:55.755Z] Login Succeeded [2020-10-19T16:21:55.755Z] nexus3.edgexfoundry.org:10004 [2020-10-19T16:21:56.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:21:56.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:21:56.019Z] Configure a credential helper to remove this warning. See [2020-10-19T16:21:56.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:21:56.019Z] [2020-10-19T16:21:56.019Z] Login Succeeded [2020-10-19T16:21:56.019Z] docker.io [2020-10-19T16:21:56.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:21:56.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:21:56.287Z] Configure a credential helper to remove this warning. See [2020-10-19T16:21:56.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:21:56.287Z] [2020-10-19T16:21:56.287Z] Login Succeeded [2020-10-19T16:21:56.296Z] ---> docker-login.sh ends [Pipeline] } [2020-10-19T16:21:56.297Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T16:21:56.530Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-10-19T16:21:56.530Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:21:56.530Z] latest [2020-10-19T16:21:56.530Z] 1.2.1-dev.17 [2020-10-19T16:21:56.530Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [2020-10-19T16:21:56.530Z] master [2020-10-19T16:21:56.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:21:57.050Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:21:57.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:21:57.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-19T16:21:57.367Z] db42dcb8736a: Preparing [2020-10-19T16:21:57.367Z] 56f7f5fbf421: Preparing [2020-10-19T16:21:57.367Z] 3b80e147f6e1: Preparing [2020-10-19T16:21:57.367Z] a5e5753815e6: Preparing [2020-10-19T16:21:57.367Z] 28afe848ddce: Preparing [2020-10-19T16:21:57.367Z] 50644c29ef5a: Preparing [2020-10-19T16:21:57.367Z] 50644c29ef5a: Waiting [2020-10-19T16:21:57.630Z] 56f7f5fbf421: Pushed [2020-10-19T16:21:57.630Z] 3b80e147f6e1: Pushed [2020-10-19T16:21:57.630Z] a5e5753815e6: Pushed [2020-10-19T16:21:57.630Z] 50644c29ef5a: Layer already exists [2020-10-19T16:21:57.894Z] 28afe848ddce: Pushed [2020-10-19T16:21:59.287Z] db42dcb8736a: Pushed [2020-10-19T16:21:59.551Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a: digest: sha256:deddea7f7a41cebc01d7881c6ee26b1882c0fd2efd2d0b1258ca0cab7e467978 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:21:59.863Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:00.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-19T16:22:00.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-19T16:22:00.197Z] db42dcb8736a: Preparing [2020-10-19T16:22:00.197Z] 56f7f5fbf421: Preparing [2020-10-19T16:22:00.197Z] 3b80e147f6e1: Preparing [2020-10-19T16:22:00.197Z] a5e5753815e6: Preparing [2020-10-19T16:22:00.197Z] 28afe848ddce: Preparing [2020-10-19T16:22:00.197Z] 50644c29ef5a: Preparing [2020-10-19T16:22:00.197Z] 50644c29ef5a: Waiting [2020-10-19T16:22:00.197Z] db42dcb8736a: Layer already exists [2020-10-19T16:22:00.197Z] 3b80e147f6e1: Layer already exists [2020-10-19T16:22:00.197Z] a5e5753815e6: Layer already exists [2020-10-19T16:22:00.197Z] 56f7f5fbf421: Layer already exists [2020-10-19T16:22:00.197Z] 28afe848ddce: Layer already exists [2020-10-19T16:22:00.197Z] 50644c29ef5a: Layer already exists [2020-10-19T16:22:00.197Z] latest: digest: sha256:deddea7f7a41cebc01d7881c6ee26b1882c0fd2efd2d0b1258ca0cab7e467978 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:00.514Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.17 [Pipeline] isUnix [2020-10-19T16:22:00.528Z] Removing intermediate container 9b57017ba6cd [2020-10-19T16:22:00.528Z] ---> 423e81c27bb7 [2020-10-19T16:22:00.528Z] Step 14/27 : FROM alpine:latest [2020-10-19T16:22:00.528Z] latest: Pulling from library/alpine [2020-10-19T16:22:00.528Z] b538f80385f9: Already exists [2020-10-19T16:22:00.528Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-19T16:22:00.528Z] Status: Downloaded newer image for alpine:latest [2020-10-19T16:22:00.528Z] ---> 62ee0e9f8440 [2020-10-19T16:22:00.528Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T16:22:00.528Z] ---> Running in 5db9b58acd8d [2020-10-19T16:22:00.528Z] Removing intermediate container 5db9b58acd8d [2020-10-19T16:22:00.528Z] ---> fe57a8ee32e6 [2020-10-19T16:22:00.528Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-19T16:22:00.528Z] ---> Running in 454a4ef62b39 [2020-10-19T16:22:00.528Z] Removing intermediate container 454a4ef62b39 [2020-10-19T16:22:00.528Z] ---> 443513ddba4c [2020-10-19T16:22:00.528Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [Pipeline] sh [2020-10-19T16:22:00.802Z] ---> Running in e7fa8f968d0a [2020-10-19T16:22:00.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.17 [2020-10-19T16:22:00.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-19T16:22:00.822Z] db42dcb8736a: Preparing [2020-10-19T16:22:00.822Z] 56f7f5fbf421: Preparing [2020-10-19T16:22:00.822Z] 3b80e147f6e1: Preparing [2020-10-19T16:22:00.822Z] a5e5753815e6: Preparing [2020-10-19T16:22:00.822Z] 28afe848ddce: Preparing [2020-10-19T16:22:00.822Z] 50644c29ef5a: Preparing [2020-10-19T16:22:00.822Z] 50644c29ef5a: Waiting [2020-10-19T16:22:00.822Z] 3b80e147f6e1: Layer already exists [2020-10-19T16:22:00.822Z] a5e5753815e6: Layer already exists [2020-10-19T16:22:00.822Z] db42dcb8736a: Layer already exists [2020-10-19T16:22:00.822Z] 28afe848ddce: Layer already exists [2020-10-19T16:22:00.822Z] 56f7f5fbf421: Layer already exists [2020-10-19T16:22:00.822Z] 50644c29ef5a: Layer already exists [2020-10-19T16:22:00.822Z] 1.2.1-dev.17: digest: sha256:deddea7f7a41cebc01d7881c6ee26b1882c0fd2efd2d0b1258ca0cab7e467978 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:01.144Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:01.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [2020-10-19T16:22:01.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-19T16:22:01.449Z] db42dcb8736a: Preparing [2020-10-19T16:22:01.449Z] 56f7f5fbf421: Preparing [2020-10-19T16:22:01.449Z] 3b80e147f6e1: Preparing [2020-10-19T16:22:01.449Z] a5e5753815e6: Preparing [2020-10-19T16:22:01.449Z] 28afe848ddce: Preparing [2020-10-19T16:22:01.449Z] 50644c29ef5a: Preparing [2020-10-19T16:22:01.449Z] 50644c29ef5a: Waiting [2020-10-19T16:22:01.449Z] a5e5753815e6: Layer already exists [2020-10-19T16:22:01.449Z] 3b80e147f6e1: Layer already exists [2020-10-19T16:22:01.449Z] 56f7f5fbf421: Layer already exists [2020-10-19T16:22:01.449Z] 28afe848ddce: Layer already exists [2020-10-19T16:22:01.449Z] db42dcb8736a: Layer already exists [2020-10-19T16:22:01.449Z] 50644c29ef5a: Layer already exists [2020-10-19T16:22:01.449Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17: digest: sha256:deddea7f7a41cebc01d7881c6ee26b1882c0fd2efd2d0b1258ca0cab7e467978 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:01.761Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:02.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-10-19T16:22:02.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-19T16:22:02.080Z] db42dcb8736a: Preparing [2020-10-19T16:22:02.080Z] 56f7f5fbf421: Preparing [2020-10-19T16:22:02.080Z] 3b80e147f6e1: Preparing [2020-10-19T16:22:02.080Z] a5e5753815e6: Preparing [2020-10-19T16:22:02.080Z] 28afe848ddce: Preparing [2020-10-19T16:22:02.080Z] 50644c29ef5a: Preparing [2020-10-19T16:22:02.080Z] 50644c29ef5a: Waiting [2020-10-19T16:22:02.080Z] 56f7f5fbf421: Layer already exists [2020-10-19T16:22:02.080Z] a5e5753815e6: Layer already exists [2020-10-19T16:22:02.080Z] db42dcb8736a: Layer already exists [2020-10-19T16:22:02.080Z] 28afe848ddce: Layer already exists [2020-10-19T16:22:02.080Z] 3b80e147f6e1: Layer already exists [2020-10-19T16:22:02.080Z] 50644c29ef5a: Layer already exists [2020-10-19T16:22:02.080Z] master: digest: sha256:deddea7f7a41cebc01d7881c6ee26b1882c0fd2efd2d0b1258ca0cab7e467978 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-10-19T16:22:02.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] echo [2020-10-19T16:22:02.343Z] ===================================================== [Pipeline] echo [2020-10-19T16:22:02.399Z] taggedImages: [2020-10-19T16:22:02.399Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:22:02.399Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-19T16:22:02.399Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.17 [2020-10-19T16:22:02.399Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [2020-10-19T16:22:02.399Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-19T16:22:02.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-10-19T16:22:02.780Z] (1/6) Installing ca-certificates (20191127-r4) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-10-19T16:22:03.050Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-19T16:22:03.051Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-19T16:22:03.051Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-19T16:22:03.051Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-19T16:22:03.051Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-19T16:22:03.051Z] Executing busybox-1.31.1-r16.trigger [2020-10-19T16:22:03.051Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T16:22:03.333Z] OK: 9 MiB in 20 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-19T16:22:05.307Z] Removing intermediate container e7fa8f968d0a [2020-10-19T16:22:05.307Z] ---> b1dca433f352 [2020-10-19T16:22:05.307Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-19T16:22:05.579Z] ---> 94a510fa25ab [2020-10-19T16:22:05.579Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-19T16:22:06.562Z] ---> 8ee8c4d979e5 [2020-10-19T16:22:06.562Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-19T16:22:07.158Z] ---> 40b1cf1453c1 [2020-10-19T16:22:07.158Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-19T16:22:08.594Z] ---> 6fb29fb224f2 [2020-10-19T16:22:08.594Z] Step 22/27 : EXPOSE 48095 [2020-10-19T16:22:08.866Z] ---> Running in 34ff4e7ff89d [2020-10-19T16:22:09.142Z] Removing intermediate container 34ff4e7ff89d [2020-10-19T16:22:09.142Z] ---> f29181e2406c [2020-10-19T16:22:09.142Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-19T16:22:09.416Z] ---> Running in 721b1d9c457b [2020-10-19T16:22:09.689Z] Removing intermediate container 721b1d9c457b [2020-10-19T16:22:09.689Z] ---> c356d974ecfb [2020-10-19T16:22:09.689Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T16:22:09.965Z] ---> Running in a06646d81ddb [2020-10-19T16:22:10.239Z] Removing intermediate container a06646d81ddb [2020-10-19T16:22:10.239Z] ---> b69a2f83b518 [2020-10-19T16:22:10.239Z] Step 25/27 : LABEL arch=arm64 [2020-10-19T16:22:10.513Z] ---> Running in b4d119af5aa9 [2020-10-19T16:22:10.790Z] Removing intermediate container b4d119af5aa9 [2020-10-19T16:22:10.790Z] ---> efdd9011f645 [2020-10-19T16:22:10.790Z] Step 26/27 : LABEL git_sha=36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:22:11.065Z] ---> Running in 507b5a4b83a5 [2020-10-19T16:22:11.336Z] Removing intermediate container 507b5a4b83a5 [2020-10-19T16:22:11.336Z] ---> 5b1d61aa0dbb [2020-10-19T16:22:11.336Z] Step 27/27 : LABEL version=1.2.1-dev.17 [2020-10-19T16:22:11.608Z] ---> Running in 474bd3c4f329 [2020-10-19T16:22:11.880Z] Removing intermediate container 474bd3c4f329 [2020-10-19T16:22:11.880Z] ---> 2a24180189db [2020-10-19T16:22:11.880Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T16:22:11.880Z] Successfully built 2a24180189db [2020-10-19T16:22:12.153Z] 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-19T16:22:12.593Z] provisioning config files... [2020-10-19T16:22:12.630Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/54@tmp/config7977070637509199211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:22:13.031Z] ---> docker-login.sh [2020-10-19T16:22:13.031Z] nexus3.edgexfoundry.org:10001 [2020-10-19T16:22:13.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:22:13.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:22:13.303Z] Configure a credential helper to remove this warning. See [2020-10-19T16:22:13.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:22:13.303Z] [2020-10-19T16:22:13.303Z] Login Succeeded [2020-10-19T16:22:13.578Z] nexus3.edgexfoundry.org:10002 [2020-10-19T16:22:13.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:22:13.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:22:13.851Z] Configure a credential helper to remove this warning. See [2020-10-19T16:22:13.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:22:13.851Z] [2020-10-19T16:22:13.851Z] Login Succeeded [2020-10-19T16:22:13.851Z] nexus3.edgexfoundry.org:10003 [2020-10-19T16:22:14.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:22:14.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:22:14.448Z] Configure a credential helper to remove this warning. See [2020-10-19T16:22:14.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:22:14.448Z] [2020-10-19T16:22:14.448Z] Login Succeeded [2020-10-19T16:22:14.448Z] nexus3.edgexfoundry.org:10004 [2020-10-19T16:22:15.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:22:15.040Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:22:15.040Z] Configure a credential helper to remove this warning. See [2020-10-19T16:22:15.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:22:15.040Z] [2020-10-19T16:22:15.040Z] Login Succeeded [2020-10-19T16:22:15.040Z] docker.io [2020-10-19T16:22:15.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-19T16:22:15.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-19T16:22:15.904Z] Configure a credential helper to remove this warning. See [2020-10-19T16:22:15.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-19T16:22:15.904Z] [2020-10-19T16:22:15.904Z] Login Succeeded [2020-10-19T16:22:15.904Z] ---> docker-login.sh ends [Pipeline] } [2020-10-19T16:22:15.921Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T16:22:16.172Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-10-19T16:22:16.172Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:22:16.172Z] latest [2020-10-19T16:22:16.172Z] 1.2.1-dev.17 [2020-10-19T16:22:16.172Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [2020-10-19T16:22:16.172Z] master [2020-10-19T16:22:16.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:16.683Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:17.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:22:17.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-19T16:22:17.127Z] a5cf1a02459e: Preparing [2020-10-19T16:22:17.127Z] 494de907d765: Preparing [2020-10-19T16:22:17.127Z] 6a9afff804f5: Preparing [2020-10-19T16:22:17.127Z] 6112ccb5989c: Preparing [2020-10-19T16:22:17.127Z] b128c2fb5035: Preparing [2020-10-19T16:22:17.127Z] e2f13739ad41: Preparing [2020-10-19T16:22:17.127Z] e2f13739ad41: Waiting [2020-10-19T16:22:17.445Z] 6112ccb5989c: Pushed [2020-10-19T16:22:17.445Z] 6a9afff804f5: Pushed [2020-10-19T16:22:17.728Z] 494de907d765: Pushed [2020-10-19T16:22:17.728Z] e2f13739ad41: Layer already exists [2020-10-19T16:22:18.762Z] b128c2fb5035: Pushed [2020-10-19T16:22:22.166Z] a5cf1a02459e: Pushed [2020-10-19T16:22:22.166Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a: digest: sha256:7eed798d4d6a91a08535fc5ed095a794e15597104efa6c53580b9e6b828cd9e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:22.510Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:22.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-19T16:22:22.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-19T16:22:22.853Z] a5cf1a02459e: Preparing [2020-10-19T16:22:22.853Z] 494de907d765: Preparing [2020-10-19T16:22:22.853Z] 6a9afff804f5: Preparing [2020-10-19T16:22:22.853Z] 6112ccb5989c: Preparing [2020-10-19T16:22:22.853Z] b128c2fb5035: Preparing [2020-10-19T16:22:22.853Z] e2f13739ad41: Preparing [2020-10-19T16:22:22.853Z] e2f13739ad41: Waiting [2020-10-19T16:22:23.125Z] 494de907d765: Layer already exists [2020-10-19T16:22:23.125Z] a5cf1a02459e: Layer already exists [2020-10-19T16:22:23.125Z] 6a9afff804f5: Layer already exists [2020-10-19T16:22:23.125Z] b128c2fb5035: Layer already exists [2020-10-19T16:22:23.125Z] 6112ccb5989c: Layer already exists [2020-10-19T16:22:23.125Z] e2f13739ad41: Layer already exists [2020-10-19T16:22:23.125Z] latest: digest: sha256:7eed798d4d6a91a08535fc5ed095a794e15597104efa6c53580b9e6b828cd9e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:23.479Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:23.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.17 [2020-10-19T16:22:23.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-19T16:22:23.822Z] a5cf1a02459e: Preparing [2020-10-19T16:22:23.822Z] 494de907d765: Preparing [2020-10-19T16:22:23.822Z] 6a9afff804f5: Preparing [2020-10-19T16:22:23.822Z] 6112ccb5989c: Preparing [2020-10-19T16:22:23.822Z] b128c2fb5035: Preparing [2020-10-19T16:22:23.822Z] e2f13739ad41: Preparing [2020-10-19T16:22:23.822Z] e2f13739ad41: Waiting [2020-10-19T16:22:24.095Z] 6112ccb5989c: Layer already exists [2020-10-19T16:22:24.095Z] 494de907d765: Layer already exists [2020-10-19T16:22:24.095Z] b128c2fb5035: Layer already exists [2020-10-19T16:22:24.095Z] 6a9afff804f5: Layer already exists [2020-10-19T16:22:24.095Z] a5cf1a02459e: Layer already exists [2020-10-19T16:22:24.095Z] e2f13739ad41: Layer already exists [2020-10-19T16:22:24.095Z] 1.2.1-dev.17: digest: sha256:7eed798d4d6a91a08535fc5ed095a794e15597104efa6c53580b9e6b828cd9e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:24.442Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:24.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [2020-10-19T16:22:24.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-19T16:22:24.784Z] a5cf1a02459e: Preparing [2020-10-19T16:22:24.784Z] 494de907d765: Preparing [2020-10-19T16:22:24.784Z] 6a9afff804f5: Preparing [2020-10-19T16:22:24.784Z] 6112ccb5989c: Preparing [2020-10-19T16:22:24.784Z] b128c2fb5035: Preparing [2020-10-19T16:22:24.784Z] e2f13739ad41: Preparing [2020-10-19T16:22:24.784Z] e2f13739ad41: Waiting [2020-10-19T16:22:24.784Z] 6112ccb5989c: Layer already exists [2020-10-19T16:22:25.059Z] 494de907d765: Layer already exists [2020-10-19T16:22:25.059Z] 6a9afff804f5: Layer already exists [2020-10-19T16:22:25.059Z] a5cf1a02459e: Layer already exists [2020-10-19T16:22:25.059Z] b128c2fb5035: Layer already exists [2020-10-19T16:22:25.059Z] e2f13739ad41: Layer already exists [2020-10-19T16:22:25.059Z] 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17: digest: sha256:7eed798d4d6a91a08535fc5ed095a794e15597104efa6c53580b9e6b828cd9e7 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:25.414Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:25.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-10-19T16:22:25.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-19T16:22:25.751Z] a5cf1a02459e: Preparing [2020-10-19T16:22:25.751Z] 494de907d765: Preparing [2020-10-19T16:22:25.751Z] 6a9afff804f5: Preparing [2020-10-19T16:22:25.751Z] 6112ccb5989c: Preparing [2020-10-19T16:22:25.751Z] b128c2fb5035: Preparing [2020-10-19T16:22:25.751Z] e2f13739ad41: Preparing [2020-10-19T16:22:25.751Z] e2f13739ad41: Waiting [2020-10-19T16:22:25.751Z] b128c2fb5035: Layer already exists [2020-10-19T16:22:25.751Z] a5cf1a02459e: Layer already exists [2020-10-19T16:22:25.751Z] 494de907d765: Layer already exists [2020-10-19T16:22:25.751Z] 6a9afff804f5: Layer already exists [2020-10-19T16:22:25.751Z] 6112ccb5989c: Layer already exists [2020-10-19T16:22:25.751Z] e2f13739ad41: Layer already exists [2020-10-19T16:22:26.023Z] master: digest: sha256:7eed798d4d6a91a08535fc5ed095a794e15597104efa6c53580b9e6b828cd9e7 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-19T16:22:26.229Z] ===================================================== [Pipeline] echo [2020-10-19T16:22:26.281Z] taggedImages: [2020-10-19T16:22:26.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:22:26.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-19T16:22:26.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.17 [2020-10-19T16:22:26.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a-1.2.1-dev.17 [2020-10-19T16:22:26.281Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-19T16:22:28.905Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-19T16:22:28.906Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-19T16:22:28.978Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:29.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T16:22:29.337Z] [2020-10-19T16:22:29.337Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:22:29.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T16:22:29.693Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-19T16:22:29.693Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-19T16:22:29.693Z] 408f87550127: Pulling fs layer [2020-10-19T16:22:29.693Z] fe522b08c979: Pulling fs layer [2020-10-19T16:22:29.693Z] 221eaa008020: Pulling fs layer [2020-10-19T16:22:29.693Z] 2a4607e5d6b9: Pulling fs layer [2020-10-19T16:22:29.693Z] 8f79b27c4fd2: Pulling fs layer [2020-10-19T16:22:29.693Z] e5c8dbe1645b: Pulling fs layer [2020-10-19T16:22:29.693Z] 23e8b3b47431: Pulling fs layer [2020-10-19T16:22:29.693Z] 5c568d65a230: Pulling fs layer [2020-10-19T16:22:29.693Z] 8f79b27c4fd2: Waiting [2020-10-19T16:22:29.693Z] e5c8dbe1645b: Waiting [2020-10-19T16:22:29.693Z] 23e8b3b47431: Waiting [2020-10-19T16:22:29.693Z] 221eaa008020: Waiting [2020-10-19T16:22:29.693Z] 2a4607e5d6b9: Waiting [2020-10-19T16:22:29.693Z] 5c568d65a230: Waiting [2020-10-19T16:22:29.693Z] fe522b08c979: Verifying Checksum [2020-10-19T16:22:29.693Z] fe522b08c979: Download complete [2020-10-19T16:22:29.693Z] 408f87550127: Verifying Checksum [2020-10-19T16:22:29.693Z] 408f87550127: Download complete [2020-10-19T16:22:29.693Z] 2a4607e5d6b9: Verifying Checksum [2020-10-19T16:22:29.693Z] 2a4607e5d6b9: Download complete [2020-10-19T16:22:29.693Z] 8f79b27c4fd2: Verifying Checksum [2020-10-19T16:22:29.693Z] 8f79b27c4fd2: Download complete [2020-10-19T16:22:29.693Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-19T16:22:30.270Z] cbdbe7a5bc2a: Pull complete [2020-10-19T16:22:30.270Z] 408f87550127: Pull complete [2020-10-19T16:22:30.533Z] fe522b08c979: Pull complete [2020-10-19T16:22:31.486Z] e5c8dbe1645b: Download complete [2020-10-19T16:22:32.449Z] 23e8b3b47431: Verifying Checksum [2020-10-19T16:22:32.449Z] 23e8b3b47431: Download complete [2020-10-19T16:22:32.449Z] 5c568d65a230: Verifying Checksum [2020-10-19T16:22:32.449Z] 5c568d65a230: Download complete [2020-10-19T16:22:33.847Z] 221eaa008020: Verifying Checksum [2020-10-19T16:22:33.847Z] 221eaa008020: Download complete [2020-10-19T16:22:39.196Z] 221eaa008020: Pull complete [2020-10-19T16:22:39.196Z] 2a4607e5d6b9: Pull complete [2020-10-19T16:22:39.196Z] 8f79b27c4fd2: Pull complete [2020-10-19T16:22:41.119Z] e5c8dbe1645b: Pull complete [2020-10-19T16:22:45.347Z] 23e8b3b47431: Pull complete [2020-10-19T16:22:46.758Z] 5c568d65a230: Pull complete [2020-10-19T16:22:46.758Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-19T16:22:46.758Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T16:22:46.758Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-19T16:22:46.926Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:22:46.980Z] $ 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-19T16:22:48.181Z] $ docker top c9abcbfec7d64aa2d340d668c08b02fccee3ad7884520ac8f6e4dadfa18e69b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T16:22:48.735Z] + snyk monitor '--org=edgex-jenkins' [2020-10-19T16:23:27.588Z] [2020-10-19T16:23:27.588Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-10-19T16:23:27.588Z] [2020-10-19T16:23:27.588Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/929d7982-c5b8-4f77-942e-e20268329449 [2020-10-19T16:23:27.588Z] [2020-10-19T16:23:27.588Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-19T16:23:27.588Z] [2020-10-19T16:23:27.588Z] [2020-10-19T16:23:27.588Z] Snyk CLI supports Node.js 8 and higher. [2020-10-19T16:23:27.588Z] 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-19T16:23:27.588Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-19T16:23:27.588Z] [2020-10-19T16:23:27.588Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-19T16:23:27.588Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-19T16:23:27.588Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-19T16:23:27.588Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-19T16:23:27.646Z] $ docker stop --time=1 c9abcbfec7d64aa2d340d668c08b02fccee3ad7884520ac8f6e4dadfa18e69b7 [2020-10-19T16:23:31.113Z] $ docker rm -f c9abcbfec7d64aa2d340d668c08b02fccee3ad7884520ac8f6e4dadfa18e69b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:23:32.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T16:23:32.992Z] [2020-10-19T16:23:32.992Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:23:33.392Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T16:23:33.392Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-19T16:23:33.392Z] e7c96db7181b: Pulling fs layer [2020-10-19T16:23:33.392Z] 1868ca2cb446: Pulling fs layer [2020-10-19T16:23:33.392Z] 136be5d0fe8e: Pulling fs layer [2020-10-19T16:23:33.392Z] 894bfe63afcb: Pulling fs layer [2020-10-19T16:23:33.392Z] 894bfe63afcb: Waiting [2020-10-19T16:23:33.392Z] 1868ca2cb446: Verifying Checksum [2020-10-19T16:23:33.392Z] 1868ca2cb446: Download complete [2020-10-19T16:23:33.392Z] 136be5d0fe8e: Verifying Checksum [2020-10-19T16:23:33.392Z] 136be5d0fe8e: Download complete [2020-10-19T16:23:33.392Z] e7c96db7181b: Verifying Checksum [2020-10-19T16:23:33.392Z] e7c96db7181b: Download complete [2020-10-19T16:23:33.663Z] e7c96db7181b: Pull complete [2020-10-19T16:23:33.663Z] 894bfe63afcb: Verifying Checksum [2020-10-19T16:23:33.663Z] 894bfe63afcb: Download complete [2020-10-19T16:23:33.934Z] 1868ca2cb446: Pull complete [2020-10-19T16:23:33.934Z] 136be5d0fe8e: Pull complete [2020-10-19T16:23:34.208Z] 894bfe63afcb: Pull complete [2020-10-19T16:23:34.208Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-19T16:23:34.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T16:23:34.208Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-19T16:23:34.358Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:23:34.492Z] $ 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-19T16:23:35.350Z] $ docker top ee381d608c3a4c1e713fe980eb71975be9046aef2be340214c71db16f4718bec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T16:23:36.017Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:23:36.018Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T16:23:41.621Z] $ docker stop --time=1 ee381d608c3a4c1e713fe980eb71975be9046aef2be340214c71db16f4718bec [2020-10-19T16:23:43.010Z] $ docker rm -f ee381d608c3a4c1e713fe980eb71975be9046aef2be340214c71db16f4718bec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:23:43.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T16:23:43.586Z] . [Pipeline] withDockerContainer [2020-10-19T16:23:43.736Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:23:43.813Z] $ 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-19T16:23:44.552Z] $ docker top f6b60c0cd0493e1fa4e00d5d4fdf34ee25f60fdc7fa531c60c83aa462b3b058f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T16:23:45.238Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:23:45.238Z] + tee [2020-10-19T16:23:45.238Z] clair timeout 1m0s [2020-10-19T16:23:45.238Z] docker timeout: 1m0s [2020-10-19T16:23:45.238Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T16:23:46.420Z] $ docker stop --time=1 f6b60c0cd0493e1fa4e00d5d4fdf34ee25f60fdc7fa531c60c83aa462b3b058f [2020-10-19T16:23:47.989Z] $ docker rm -f f6b60c0cd0493e1fa4e00d5d4fdf34ee25f60fdc7fa531c60c83aa462b3b058f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T16:23:48.488Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-19T16:23:48.504Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_36f96dc01f0f062f25a64d6a8a14201b3aa7f12a.html [Pipeline] writeFile [Pipeline] step [2020-10-19T16:23:48.573Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:23:48.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T16:23:48.986Z] . [Pipeline] withDockerContainer [2020-10-19T16:23:49.096Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:23:49.165Z] $ 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-19T16:23:49.816Z] $ docker top 8abaaf7fed1e55c827456c3d4a80ea876289b95dbb54675658dc1b0c7b47105a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T16:23:50.566Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:23:50.566Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T16:23:56.202Z] $ docker stop --time=1 8abaaf7fed1e55c827456c3d4a80ea876289b95dbb54675658dc1b0c7b47105a [2020-10-19T16:23:57.585Z] $ docker rm -f 8abaaf7fed1e55c827456c3d4a80ea876289b95dbb54675658dc1b0c7b47105a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:23:58.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-19T16:23:58.116Z] . [Pipeline] withDockerContainer [2020-10-19T16:23:58.235Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:23:58.325Z] $ 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-19T16:23:58.987Z] $ docker top da160fa10dbead79927c38727c5074ce02288adb4e8d627d914d879c32a9aae9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-19T16:23:59.592Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [2020-10-19T16:23:59.592Z] + tee [2020-10-19T16:23:59.592Z] clair timeout 1m0s [2020-10-19T16:23:59.592Z] docker timeout: 1m0s [2020-10-19T16:23:59.592Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-19T16:24:00.676Z] $ docker stop --time=1 da160fa10dbead79927c38727c5074ce02288adb4e8d627d914d879c32a9aae9 [2020-10-19T16:24:02.028Z] $ docker rm -f da160fa10dbead79927c38727c5074ce02288adb4e8d627d914d879c32a9aae9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T16:24:02.577Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-19T16:24:02.591Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_36f96dc01f0f062f25a64d6a8a14201b3aa7f12a.html [Pipeline] writeFile [Pipeline] step [2020-10-19T16:24:02.648Z] 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] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-19T16:24:04.133Z] + git log --format=format:%s -1 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:24:04.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T16:24:04.439Z] . [Pipeline] withDockerContainer [2020-10-19T16:24:04.537Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:24:04.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T16:24:05.339Z] $ docker top 41f10a32ef6e16b11153cdbaee713cd99c8bd96db0b7f7189c9ad5e147c13ea7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T16:24:05.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T16:24:05.693Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T16:24:05.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T16:24:05.962Z] $ docker exec 41f10a32ef6e16b11153cdbaee713cd99c8bd96db0b7f7189c9ad5e147c13ea7 ssh-agent [2020-10-19T16:24:06.134Z] SSH_AUTH_SOCK=/tmp/ssh-fLHAW1Rb785o/agent.11 [2020-10-19T16:24:06.134Z] SSH_AGENT_PID=16 [2020-10-19T16:24:06.144Z] Running ssh-add (command line suppressed) [2020-10-19T16:24:06.284Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6339335514636842587.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6339335514636842587.key) [2020-10-19T16:24:06.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T16:24:06.684Z] + git semver tag [2020-10-19T16:24:06.684Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T16:24:06.684Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-19T16:24:06.684Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-19T16:24:06.684Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T16:24:06.684Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T16:24:06.684Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T16:24:06.684Z] # $SEMVER_BRANCH = master [2020-10-19T16:24:06.684Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-19T16:24:06.684Z] # 36f96dc01f0f062f25a64d6a8a14201b3aa7f12a HEAD [2020-10-19T16:24:06.684Z] # -> Force: false [2020-10-19T16:24:06.684Z] # e41c1721cfbaa3cd52cd4949dd47e0c923959b45 refs/tags/v1.2.1-dev.17 [Pipeline] } [2020-10-19T16:24:06.698Z] $ docker exec --env ******** --env ******** 41f10a32ef6e16b11153cdbaee713cd99c8bd96db0b7f7189c9ad5e147c13ea7 ssh-agent -k [2020-10-19T16:24:06.816Z] unset SSH_AUTH_SOCK; [2020-10-19T16:24:06.816Z] unset SSH_AGENT_PID; [2020-10-19T16:24:06.816Z] echo Agent pid 16 killed; [2020-10-19T16:24:06.865Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T16:24:07.407Z] + git semver [Pipeline] } [2020-10-19T16:24:07.429Z] $ docker stop --time=1 41f10a32ef6e16b11153cdbaee713cd99c8bd96db0b7f7189c9ad5e147c13ea7 [2020-10-19T16:24:08.764Z] $ docker rm -f 41f10a32ef6e16b11153cdbaee713cd99c8bd96db0b7f7189c9ad5e147c13ea7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:24:09.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T16:24:09.377Z] [2020-10-19T16:24:09.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:24:09.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T16:24:09.724Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-19T16:24:09.724Z] ab5ef0e58194: Pulling fs layer [2020-10-19T16:24:09.724Z] 9712f1f96733: Pulling fs layer [2020-10-19T16:24:09.724Z] 63f879dbbcfc: Pulling fs layer [2020-10-19T16:24:09.724Z] 0d9ebad4ef96: Pulling fs layer [2020-10-19T16:24:09.724Z] e9a5061849ea: Pulling fs layer [2020-10-19T16:24:09.724Z] d747dcd14b5f: Pulling fs layer [2020-10-19T16:24:09.724Z] 2de7ff778b66: Pulling fs layer [2020-10-19T16:24:09.724Z] e9a5061849ea: Waiting [2020-10-19T16:24:09.724Z] 0d9ebad4ef96: Waiting [2020-10-19T16:24:09.724Z] d747dcd14b5f: Waiting [2020-10-19T16:24:09.724Z] 2de7ff778b66: Waiting [2020-10-19T16:24:09.724Z] 9712f1f96733: Verifying Checksum [2020-10-19T16:24:09.724Z] 9712f1f96733: Download complete [2020-10-19T16:24:11.675Z] 63f879dbbcfc: Verifying Checksum [2020-10-19T16:24:11.675Z] 63f879dbbcfc: Download complete [2020-10-19T16:24:11.675Z] e9a5061849ea: Verifying Checksum [2020-10-19T16:24:11.675Z] e9a5061849ea: Download complete [2020-10-19T16:24:11.675Z] d747dcd14b5f: Verifying Checksum [2020-10-19T16:24:11.675Z] d747dcd14b5f: Download complete [2020-10-19T16:24:11.943Z] 2de7ff778b66: Verifying Checksum [2020-10-19T16:24:11.943Z] 2de7ff778b66: Download complete [2020-10-19T16:24:12.211Z] 0d9ebad4ef96: Verifying Checksum [2020-10-19T16:24:12.211Z] 0d9ebad4ef96: Download complete [2020-10-19T16:24:12.493Z] ab5ef0e58194: Verifying Checksum [2020-10-19T16:24:12.493Z] ab5ef0e58194: Download complete [2020-10-19T16:24:16.738Z] ab5ef0e58194: Pull complete [2020-10-19T16:24:16.738Z] 9712f1f96733: Pull complete [2020-10-19T16:24:19.300Z] 63f879dbbcfc: Pull complete [2020-10-19T16:24:25.910Z] 0d9ebad4ef96: Pull complete [2020-10-19T16:24:27.300Z] e9a5061849ea: Pull complete [2020-10-19T16:24:27.300Z] d747dcd14b5f: Pull complete [2020-10-19T16:24:30.620Z] 2de7ff778b66: Pull complete [2020-10-19T16:24:30.620Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-19T16:24:30.620Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T16:24:30.620Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-19T16:24:30.805Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:24:30.856Z] $ 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-19T16:24:35.045Z] $ docker top df98620da12e88ff707f1113525ea3186fbb70478ee1cec5f15974e375dc7cad -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-19T16:24:35.350Z] provisioning config files... [2020-10-19T16:24:35.366Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config664393343455665790tmp [2020-10-19T16:24:35.386Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config41384268776425139tmp [2020-10-19T16:24:35.401Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5555592413573801611tmp [Pipeline] { [Pipeline] echo [2020-10-19T16:24:35.466Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:24:35.770Z] ---> sigul-configuration.sh [2020-10-19T16:24:35.770Z] gpg: directory `/root/.gnupg' created [2020-10-19T16:24:35.770Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-19T16:24:35.770Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-19T16:24:35.770Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-19T16:24:35.770Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-19T16:24:35.770Z] gpg: CAST5 encrypted data [2020-10-19T16:24:36.032Z] gpg: encrypted with 1 passphrase [2020-10-19T16:24:36.032Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-19T16:24:36.335Z] + mkdir /home/jenkins [2020-10-19T16:24:36.335Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-19T16:24:36.653Z] + 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-19T16:24:36.665Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:24:36.962Z] ---> sigul-install.sh [2020-10-19T16:24:42.266Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-19T16:24:42.566Z] + git tag --list [2020-10-19T16:24:42.566Z] v1.0.0 [2020-10-19T16:24:42.566Z] v1.1.0 [2020-10-19T16:24:42.566Z] v1.2.0 [2020-10-19T16:24:42.566Z] v1.2.1-dev.1 [2020-10-19T16:24:42.566Z] v1.2.1-dev.10 [2020-10-19T16:24:42.566Z] v1.2.1-dev.11 [2020-10-19T16:24:42.566Z] v1.2.1-dev.12 [2020-10-19T16:24:42.566Z] v1.2.1-dev.13 [2020-10-19T16:24:42.566Z] v1.2.1-dev.14 [2020-10-19T16:24:42.566Z] v1.2.1-dev.15 [2020-10-19T16:24:42.567Z] v1.2.1-dev.16 [2020-10-19T16:24:42.567Z] v1.2.1-dev.17 [2020-10-19T16:24:42.567Z] v1.2.1-dev.2 [2020-10-19T16:24:42.567Z] v1.2.1-dev.3 [2020-10-19T16:24:42.567Z] v1.2.1-dev.4 [2020-10-19T16:24:42.567Z] v1.2.1-dev.5 [2020-10-19T16:24:42.567Z] v1.2.1-dev.6 [2020-10-19T16:24:42.567Z] v1.2.1-dev.7 [2020-10-19T16:24:42.567Z] v1.2.1-dev.8 [2020-10-19T16:24:42.567Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-19T16:24:42.865Z] + lftools sign git-tag v1.2.1-dev.17 [2020-10-19T16:24:44.255Z] Signing Git tag with Sigul... [2020-10-19T16:24:44.255Z] Signing v1.2.1-dev.17 [Pipeline] echo [2020-10-19T16:24:45.212Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:24:45.579Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-19T16:24:45.593Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-19T16:24:45.710Z] $ docker stop --time=1 df98620da12e88ff707f1113525ea3186fbb70478ee1cec5f15974e375dc7cad [2020-10-19T16:24:47.726Z] $ docker rm -f df98620da12e88ff707f1113525ea3186fbb70478ee1cec5f15974e375dc7cad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:24:48.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T16:24:48.765Z] . [Pipeline] withDockerContainer [2020-10-19T16:24:48.862Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:24:48.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T16:24:49.619Z] $ docker top b7e2ed2e11c97b2153125742fe38be8b44859dd67c9abba89ce71cdde46b83a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T16:24:49.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T16:24:49.942Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T16:24:50.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T16:24:50.134Z] $ docker exec b7e2ed2e11c97b2153125742fe38be8b44859dd67c9abba89ce71cdde46b83a1 ssh-agent [2020-10-19T16:24:50.307Z] SSH_AUTH_SOCK=/tmp/ssh-psFXlVmc6nnM/agent.12 [2020-10-19T16:24:50.307Z] SSH_AGENT_PID=17 [2020-10-19T16:24:50.314Z] Running ssh-add (command line suppressed) [2020-10-19T16:24:50.440Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1086898585143445398.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1086898585143445398.key) [2020-10-19T16:24:50.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T16:24:50.841Z] + git semver bump pre [2020-10-19T16:24:50.841Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T16:24:50.841Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-19T16:24:50.841Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-19T16:24:50.841Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T16:24:50.841Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T16:24:50.841Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T16:24:50.841Z] # $SEMVER_BRANCH = master [2020-10-19T16:24:50.841Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-19T16:24:50.841Z] 1.2.1-dev.18 [Pipeline] } [2020-10-19T16:24:50.854Z] $ docker exec --env ******** --env ******** b7e2ed2e11c97b2153125742fe38be8b44859dd67c9abba89ce71cdde46b83a1 ssh-agent -k [2020-10-19T16:24:50.982Z] unset SSH_AUTH_SOCK; [2020-10-19T16:24:50.982Z] unset SSH_AGENT_PID; [2020-10-19T16:24:50.982Z] echo Agent pid 17 killed; [2020-10-19T16:24:51.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T16:24:51.578Z] + git semver [Pipeline] } [2020-10-19T16:24:51.600Z] $ docker stop --time=1 b7e2ed2e11c97b2153125742fe38be8b44859dd67c9abba89ce71cdde46b83a1 [2020-10-19T16:24:52.961Z] $ docker rm -f b7e2ed2e11c97b2153125742fe38be8b44859dd67c9abba89ce71cdde46b83a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:24:53.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T16:24:53.506Z] . [Pipeline] withDockerContainer [2020-10-19T16:24:53.604Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:24:53.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T16:24:54.230Z] $ docker top ecebb30286a22809440703209f3a3f899019c4b988047286e6121b52e887f088 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T16:24:54.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T16:24:54.559Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T16:24:54.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T16:24:54.748Z] $ docker exec ecebb30286a22809440703209f3a3f899019c4b988047286e6121b52e887f088 ssh-agent [2020-10-19T16:24:54.917Z] SSH_AUTH_SOCK=/tmp/ssh-UcRugVaKv9Pw/agent.11 [2020-10-19T16:24:54.917Z] SSH_AGENT_PID=16 [2020-10-19T16:24:54.924Z] Running ssh-add (command line suppressed) [2020-10-19T16:24:55.048Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2852672687292156341.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2852672687292156341.key) [2020-10-19T16:24:55.102Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T16:24:55.444Z] + git semver push [2020-10-19T16:24:55.444Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T16:24:55.444Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-19T16:24:55.444Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-19T16:24:55.444Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T16:24:55.444Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T16:24:55.444Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T16:24:55.444Z] # $SEMVER_BRANCH = master [2020-10-19T16:24:55.444Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-19T16:25:02.069Z] $ docker exec --env ******** --env ******** ecebb30286a22809440703209f3a3f899019c4b988047286e6121b52e887f088 ssh-agent -k [2020-10-19T16:25:02.270Z] unset SSH_AUTH_SOCK; [2020-10-19T16:25:02.270Z] unset SSH_AGENT_PID; [2020-10-19T16:25:02.270Z] echo Agent pid 16 killed; [2020-10-19T16:25:02.329Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T16:25:02.887Z] + git semver [Pipeline] } [2020-10-19T16:25:02.905Z] $ docker stop --time=1 ecebb30286a22809440703209f3a3f899019c4b988047286e6121b52e887f088 [2020-10-19T16:25:04.271Z] $ docker rm -f ecebb30286a22809440703209f3a3f899019c4b988047286e6121b52e887f088 [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-19T16:25:05.782Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:25:06.350Z] ---> package-listing.sh [2020-10-19T16:25:06.350Z] ++ facter osfamily [2020-10-19T16:25:06.350Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T16:25:06.350Z] + OS_FAMILY=redhat [2020-10-19T16:25:06.350Z] + workspace=/w/workspace/_app-service-configurable_master [2020-10-19T16:25:06.350Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T16:25:06.350Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T16:25:06.350Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T16:25:06.350Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T16:25:06.350Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-19T16:25:06.350Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T16:25:06.350Z] + case "${OS_FAMILY}" in [2020-10-19T16:25:06.350Z] + rpm -qa [2020-10-19T16:25:06.350Z] + sort [2020-10-19T16:25:10.568Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T16:25:10.568Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T16:25:10.568Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T16:25:10.568Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-19T16:25:10.568Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-10-19T16:25:10.568Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-10-19T16:25:10.582Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T16:25:10.873Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:25:11.184Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T16:25:11.184Z] [2020-10-19T16:25:11.184Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T16:25:11.533Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T16:25:11.533Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T16:25:11.533Z] df20fa9351a1: Pulling fs layer [2020-10-19T16:25:11.533Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T16:25:11.533Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T16:25:11.533Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T16:25:11.533Z] 93b61091891f: Pulling fs layer [2020-10-19T16:25:11.533Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T16:25:11.533Z] 5e14af77c1be: Pulling fs layer [2020-10-19T16:25:11.533Z] 01666e4c0597: Pulling fs layer [2020-10-19T16:25:11.533Z] aa168da1d23b: Pulling fs layer [2020-10-19T16:25:11.533Z] 5e14af77c1be: Waiting [2020-10-19T16:25:11.533Z] 93b61091891f: Waiting [2020-10-19T16:25:11.533Z] 01666e4c0597: Waiting [2020-10-19T16:25:11.533Z] aa168da1d23b: Waiting [2020-10-19T16:25:11.533Z] 93b9cdb0e59b: Waiting [2020-10-19T16:25:11.533Z] 46f8f816bc3b: Waiting [2020-10-19T16:25:11.533Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T16:25:11.533Z] 36b3adc4ff6f: Download complete [2020-10-19T16:25:11.533Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T16:25:11.533Z] 46f8f816bc3b: Download complete [2020-10-19T16:25:11.533Z] df20fa9351a1: Verifying Checksum [2020-10-19T16:25:11.533Z] df20fa9351a1: Download complete [2020-10-19T16:25:11.533Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T16:25:11.533Z] 93b9cdb0e59b: Download complete [2020-10-19T16:25:11.795Z] 5e14af77c1be: Verifying Checksum [2020-10-19T16:25:11.795Z] 5e14af77c1be: Download complete [2020-10-19T16:25:11.795Z] 01666e4c0597: Verifying Checksum [2020-10-19T16:25:11.795Z] 01666e4c0597: Download complete [2020-10-19T16:25:11.795Z] 93b61091891f: Verifying Checksum [2020-10-19T16:25:11.795Z] 93b61091891f: Download complete [2020-10-19T16:25:12.056Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T16:25:12.056Z] 8ad3a11d3b57: Download complete [2020-10-19T16:25:12.319Z] df20fa9351a1: Pull complete [2020-10-19T16:25:12.904Z] 36b3adc4ff6f: Pull complete [2020-10-19T16:25:13.889Z] 8ad3a11d3b57: Pull complete [2020-10-19T16:25:13.889Z] 46f8f816bc3b: Pull complete [2020-10-19T16:25:14.153Z] aa168da1d23b: Verifying Checksum [2020-10-19T16:25:14.153Z] aa168da1d23b: Download complete [2020-10-19T16:25:14.153Z] 93b61091891f: Pull complete [2020-10-19T16:25:14.153Z] 93b9cdb0e59b: Pull complete [2020-10-19T16:25:14.416Z] 5e14af77c1be: Pull complete [2020-10-19T16:25:14.416Z] 01666e4c0597: Pull complete [2020-10-19T16:25:21.053Z] aa168da1d23b: Pull complete [2020-10-19T16:25:21.053Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T16:25:21.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T16:25:21.053Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T16:25:21.217Z] prd-centos7-docker-4c-2g-6290 does not seem to be running inside a container [2020-10-19T16:25:21.267Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T16:25:24.019Z] $ docker top 861a0600bf6e1fe1c19b9fe4c7257ce7d3e2c3b6358141742451d4e19114cf7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T16:25:24.556Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T16:25:24.856Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T16:25:25.154Z] + ls /var/log/sa-host [2020-10-19T16:25:25.154Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T16:25:25.154Z] file_magic: OK [2020-10-19T16:25:25.154Z] HZ: Using current value: 100 [2020-10-19T16:25:25.154Z] file_header: OK [2020-10-19T16:25:25.154Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T16:25:25.154Z] Statistics: [2020-10-19T16:25:25.154Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T16:25:25.154Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T16:25:25.154Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T16:25:25.154Z] file_magic: OK [2020-10-19T16:25:25.154Z] HZ: Using current value: 100 [2020-10-19T16:25:25.154Z] file_header: OK [2020-10-19T16:25:25.154Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T16:25:25.154Z] Statistics: [2020-10-19T16:25:25.154Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T16:25:25.154Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T16:25:25.398Z] provisioning config files... [2020-10-19T16:25:25.413Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2933724017836966116tmp [Pipeline] { [Pipeline] echo [2020-10-19T16:25:25.498Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:25:25.795Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T16:25:25.805Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T16:25:25.902Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:25:26.198Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T16:25:26.209Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:25:26.504Z] ---> sudo-logs.sh [2020-10-19T16:25:26.505Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T16:25:26.515Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:25:26.812Z] ---> job-cost.sh [2020-10-19T16:25:26.812Z] lf-activate-venv: SKIPPING [2020-10-19T16:25:26.812Z] INFO: No Stack... [2020-10-19T16:25:28.729Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T16:25:28.990Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T16:25:29.004Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T16:25:29.383Z] ---> logs-deploy.sh [2020-10-19T16:25:29.383Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/54 [2020-10-19T16:25:29.383Z] INFO: archiving workspace using pattern(s): [2020-10-19T16:25:30.832Z] Archives upload complete. [2020-10-19T16:25:30.832Z] INFO: archiving logs to Nexus