Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9199 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 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 Commit message: "feat(snap): added startup and duration interval values (#132)" > git rev-list --no-walk 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T17:50:11.805Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T17:50:12.086Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T17:50:12.182Z] ========================================================= [2020-10-27T17:50:12.182Z] EdgeX Global Pipelines Version Info [2020-10-27T17:50:12.182Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:50:14.440Z] ------------------- [2020-10-27T17:50:14.440Z] stable info: [2020-10-27T17:50:14.440Z] ------------------- [2020-10-27T17:50:14.440Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T17:50:14.440Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T17:50:14.440Z] Message: update stable to v1.0.148 [2020-10-27T17:50:15.412Z] ------------------- [2020-10-27T17:50:15.413Z] experimental info: [2020-10-27T17:50:15.413Z] ------------------- [2020-10-27T17:50:15.413Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T17:50:15.413Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T17:50:15.413Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-27T17:50:15.786Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-10-27T17:50:15.881Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-10-27T17:50:15.975Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T17:50:16.075Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T17:50:16.171Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T17:50:16.265Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T17:50:16.360Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T17:50:16.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T17:50:16.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-27T17:50:16.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T17:50:16.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T17:50:16.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-10-27T17:50:16.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T17:50:17.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T17:50:17.154Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T17:50:17.263Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-27T17:50:17.357Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T17:50:17.459Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T17:50:17.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T17:50:17.646Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-27T17:50:17.764Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-27T17:50:17.856Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-27T17:50:17.954Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-27T17:50:18.043Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-27T17:50:18.126Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-27T17:50:18.222Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-27T17:50:18.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-27T17:50:18.400Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-27T17:50:18.486Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] echo [2020-10-27T17:50:18.573Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6aed5cd [Pipeline] echo [2020-10-27T17:50:18.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T17:50:19.344Z] + git log --format=format:%s -1 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] echo [2020-10-27T17:50:19.449Z] GIT_COMMIT: 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17, Commit Message: feat(snap): added startup and duration interval values (#132) [Pipeline] echo [2020-10-27T17:50:19.492Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:50:20.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T17:50:20.415Z] [2020-10-27T17:50:20.415Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:50:20.857Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T17:50:20.857Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T17:50:20.857Z] 31603596830f: Pulling fs layer [2020-10-27T17:50:20.857Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T17:50:20.857Z] 6ca5941a6612: Pulling fs layer [2020-10-27T17:50:20.857Z] ecc8261a40a4: Pulling fs layer [2020-10-27T17:50:20.857Z] ecc8261a40a4: Waiting [2020-10-27T17:50:20.857Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T17:50:20.857Z] 2a8b12db71e7: Download complete [2020-10-27T17:50:21.549Z] 31603596830f: Download complete [2020-10-27T17:50:22.342Z] ecc8261a40a4: Verifying Checksum [2020-10-27T17:50:22.342Z] ecc8261a40a4: Download complete [2020-10-27T17:50:22.342Z] 31603596830f: Pull complete [2020-10-27T17:50:22.342Z] 6ca5941a6612: Verifying Checksum [2020-10-27T17:50:22.342Z] 6ca5941a6612: Download complete [2020-10-27T17:50:22.611Z] 2a8b12db71e7: Pull complete [2020-10-27T17:50:24.121Z] 6ca5941a6612: Pull complete [2020-10-27T17:50:24.388Z] ecc8261a40a4: Pull complete [2020-10-27T17:50:24.388Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T17:50:24.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T17:50:24.388Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T17:50:24.584Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T17:50:24.733Z] $ 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-27T17:50:27.484Z] $ docker top 2aaac0a4bd45b53595210fcd9635f52830ea4a7fac263b350ce2253f5a57a132 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T17:50:27.861Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T17:50:27.861Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T17:50:28.194Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T17:50:28.202Z] $ docker exec 2aaac0a4bd45b53595210fcd9635f52830ea4a7fac263b350ce2253f5a57a132 ssh-agent [2020-10-27T17:50:28.469Z] SSH_AUTH_SOCK=/tmp/ssh-t2XopqKYXfxc/agent.13 [2020-10-27T17:50:28.469Z] SSH_AGENT_PID=18 [2020-10-27T17:50:28.706Z] Running ssh-add (command line suppressed) [2020-10-27T17:50:28.883Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2492762806794713491.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2492762806794713491.key) [2020-10-27T17:50:28.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T17:50:29.655Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T17:50:29.684Z] $ docker exec --env ******** --env ******** 2aaac0a4bd45b53595210fcd9635f52830ea4a7fac263b350ce2253f5a57a132 ssh-agent -k [2020-10-27T17:50:29.907Z] unset SSH_AUTH_SOCK; [2020-10-27T17:50:29.908Z] unset SSH_AGENT_PID; [2020-10-27T17:50:29.908Z] echo Agent pid 18 killed; [2020-10-27T17:50:30.004Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T17:50:30.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T17:50:30.191Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T17:50:30.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T17:50:30.536Z] $ docker exec 2aaac0a4bd45b53595210fcd9635f52830ea4a7fac263b350ce2253f5a57a132 ssh-agent [2020-10-27T17:50:30.891Z] SSH_AUTH_SOCK=/tmp/ssh-Uif6qyKa5Mjm/agent.47 [2020-10-27T17:50:30.891Z] SSH_AGENT_PID=53 [2020-10-27T17:50:30.900Z] Running ssh-add (command line suppressed) [2020-10-27T17:50:31.081Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2809304512689104910.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2809304512689104910.key) [2020-10-27T17:50:31.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T17:50:31.580Z] + git semver init [2020-10-27T17:50:31.580Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T17:50:31.581Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-27T17:50:31.581Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-27T17:50:31.581Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T17:50:31.581Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T17:50:31.581Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T17:50:31.581Z] # $SEMVER_BRANCH = master [2020-10-27T17:50:31.581Z] # $SEMVER_TEMP = /tmp/semver-734878236 [2020-10-27T17:50:31.581Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-10-27T17:50:32.171Z] # '/tmp/semver-734878236' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-10-27T17:50:32.171Z] # -> Force: false [2020-10-27T17:50:32.171Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-27T17:50:32.201Z] $ docker exec --env ******** --env ******** 2aaac0a4bd45b53595210fcd9635f52830ea4a7fac263b350ce2253f5a57a132 ssh-agent -k [2020-10-27T17:50:32.421Z] unset SSH_AUTH_SOCK; [2020-10-27T17:50:32.422Z] unset SSH_AGENT_PID; [2020-10-27T17:50:32.422Z] echo Agent pid 53 killed; [2020-10-27T17:50:32.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T17:50:33.052Z] + git semver [Pipeline] } [2020-10-27T17:50:33.081Z] $ docker stop --time=1 2aaac0a4bd45b53595210fcd9635f52830ea4a7fac263b350ce2253f5a57a132 [2020-10-27T17:50:34.617Z] $ docker rm -f 2aaac0a4bd45b53595210fcd9635f52830ea4a7fac263b350ce2253f5a57a132 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T17:50:35.229Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T17:50:36.026Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T17:50:36.029Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.18 [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-27T17:50:51.629Z] Still waiting to schedule task [2020-10-27T17:50:51.629Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-27T17:50:51.631Z] Still waiting to schedule task [2020-10-27T17:50:51.632Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-27T17:54:49.001Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9204 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-27T17:54:49.079Z] Running in /w/workspace/app-service-configurable/56 [Pipeline] { [Pipeline] checkout [2020-10-27T17:54:54.957Z] using credential edgex-jenkins-ssh [2020-10-27T17:54:55.021Z] Cloning the remote Git repository [2020-10-27T17:54:55.094Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T17:54:55.218Z] > git init /w/workspace/app-service-configurable/56 # timeout=10 [2020-10-27T17:54:55.290Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T17:54:55.291Z] > git --version # timeout=10 [2020-10-27T17:54:55.313Z] > git --version # 'git version 2.17.1' [2020-10-27T17:54:55.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T17:54:55.384Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T17:54:56.759Z] Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) [2020-10-27T17:54:56.160Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T17:54:56.191Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T17:54:56.225Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T17:54:56.269Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T17:54:56.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T17:54:56.284Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T17:54:56.784Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T17:54:56.811Z] > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T17:55:01.218Z] Commit message: "feat(snap): added startup and duration interval values (#132)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T17:55:02.332Z] ========================================================= [2020-10-27T17:55:02.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T17:55:02.332Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:55:03.368Z] + 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-27T17:55:03.975Z] Sending build context to Docker daemon 98.3kB [2020-10-27T17:55:04.250Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T17:55:04.250Z] Step 2/8 : FROM ${BASE} [2020-10-27T17:55:04.525Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T17:55:04.525Z] b538f80385f9: Pulling fs layer [2020-10-27T17:55:04.525Z] 74f711af9a0d: Pulling fs layer [2020-10-27T17:55:04.525Z] 99f96fe45779: Pulling fs layer [2020-10-27T17:55:04.525Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T17:55:04.525Z] 45590311c82a: Pulling fs layer [2020-10-27T17:55:04.525Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T17:55:04.525Z] 209524e5b208: Pulling fs layer [2020-10-27T17:55:04.525Z] 45590311c82a: Waiting [2020-10-27T17:55:04.525Z] 69ca0ff8b7b3: Waiting [2020-10-27T17:55:04.525Z] 209524e5b208: Waiting [2020-10-27T17:55:04.525Z] 8529a6b9a6be: Waiting [2020-10-27T17:55:04.803Z] 99f96fe45779: Verifying Checksum [2020-10-27T17:55:04.803Z] 99f96fe45779: Download complete [2020-10-27T17:55:04.803Z] 74f711af9a0d: Download complete [2020-10-27T17:55:04.803Z] 45590311c82a: Verifying Checksum [2020-10-27T17:55:04.803Z] 45590311c82a: Download complete [2020-10-27T17:55:04.803Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-27T17:55:04.803Z] 69ca0ff8b7b3: Download complete [2020-10-27T17:55:04.803Z] b538f80385f9: Verifying Checksum [2020-10-27T17:55:04.803Z] b538f80385f9: Download complete [2020-10-27T17:55:05.832Z] b538f80385f9: Pull complete [2020-10-27T17:55:06.461Z] 74f711af9a0d: Pull complete [2020-10-27T17:55:06.738Z] 99f96fe45779: Pull complete [2020-10-27T17:55:07.056Z] Running on prd-centos7-docker-4c-2g-9205 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-10-27T17:55:07.107Z] Running in /w/workspace/app-service-configurable/56 [Pipeline] { [Pipeline] checkout [2020-10-27T17:55:07.342Z] 209524e5b208: Verifying Checksum [2020-10-27T17:55:07.342Z] 209524e5b208: Download complete [2020-10-27T17:55:08.810Z] 8529a6b9a6be: Verifying Checksum [2020-10-27T17:55:08.810Z] 8529a6b9a6be: Download complete [2020-10-27T17:55:09.724Z] using credential edgex-jenkins-ssh [2020-10-27T17:55:09.775Z] Cloning the remote Git repository [2020-10-27T17:55:09.804Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T17:55:09.878Z] > git init /w/workspace/app-service-configurable/56 # timeout=10 [2020-10-27T17:55:09.926Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T17:55:09.926Z] > git --version # timeout=10 [2020-10-27T17:55:09.931Z] > git --version # 'git version 2.16.5' [2020-10-27T17:55:09.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T17:55:09.957Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T17:55:10.572Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T17:55:10.582Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T17:55:10.593Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-10-27T17:55:10.607Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-10-27T17:55:10.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T17:55:10.611Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T17:55:10.992Z] Checking out Revision 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 (master) [2020-10-27T17:55:11.003Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T17:55:11.009Z] > git checkout -f 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 # timeout=10 [2020-10-27T17:55:14.592Z] Commit message: "feat(snap): added startup and duration interval values (#132)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T17:55:15.388Z] ========================================================= [2020-10-27T17:55:15.388Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T17:55:15.388Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:55:16.056Z] + 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-27T17:55:16.056Z] Sending build context to Docker daemon 98.3kB [2020-10-27T17:55:16.319Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T17:55:16.319Z] Step 2/8 : FROM ${BASE} [2020-10-27T17:55:16.584Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T17:55:16.584Z] df20fa9351a1: Pulling fs layer [2020-10-27T17:55:16.584Z] ed8968b2872e: Pulling fs layer [2020-10-27T17:55:16.584Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T17:55:16.584Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T17:55:16.584Z] e73272ec9a57: Pulling fs layer [2020-10-27T17:55:16.584Z] e871e8e8d7a9: Waiting [2020-10-27T17:55:16.584Z] e73272ec9a57: Waiting [2020-10-27T17:55:16.584Z] 1e910a182e73: Pulling fs layer [2020-10-27T17:55:16.584Z] 4e634b169226: Pulling fs layer [2020-10-27T17:55:16.584Z] 1e910a182e73: Waiting [2020-10-27T17:55:16.584Z] 4e634b169226: Waiting [2020-10-27T17:55:16.584Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T17:55:16.584Z] a92cc7c5fd73: Download complete [2020-10-27T17:55:16.584Z] ed8968b2872e: Verifying Checksum [2020-10-27T17:55:16.584Z] ed8968b2872e: Download complete [2020-10-27T17:55:16.584Z] e73272ec9a57: Download complete [2020-10-27T17:55:16.584Z] df20fa9351a1: Verifying Checksum [2020-10-27T17:55:16.584Z] df20fa9351a1: Download complete [2020-10-27T17:55:16.584Z] 1e910a182e73: Verifying Checksum [2020-10-27T17:55:16.584Z] 1e910a182e73: Download complete [2020-10-27T17:55:16.878Z] df20fa9351a1: Pull complete [2020-10-27T17:55:16.878Z] ed8968b2872e: Pull complete [2020-10-27T17:55:17.146Z] a92cc7c5fd73: Pull complete [2020-10-27T17:55:18.543Z] 4e634b169226: Download complete [2020-10-27T17:55:18.809Z] e871e8e8d7a9: Verifying Checksum [2020-10-27T17:55:18.809Z] e871e8e8d7a9: Download complete [2020-10-27T17:55:19.032Z] 8529a6b9a6be: Pull complete [2020-10-27T17:55:19.032Z] 45590311c82a: Pull complete [2020-10-27T17:55:19.032Z] 69ca0ff8b7b3: Pull complete [2020-10-27T17:55:23.370Z] 209524e5b208: Pull complete [2020-10-27T17:55:23.370Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T17:55:23.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T17:55:23.370Z] ---> 5bddaf1c2fca [2020-10-27T17:55:23.370Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T17:55:24.122Z] e871e8e8d7a9: Pull complete [2020-10-27T17:55:24.122Z] e73272ec9a57: Pull complete [2020-10-27T17:55:24.122Z] 1e910a182e73: Pull complete [2020-10-27T17:55:25.991Z] ---> Running in 1a0ba1a7b870 [2020-10-27T17:55:26.266Z] Removing intermediate container 1a0ba1a7b870 [2020-10-27T17:55:26.266Z] ---> 77cc96d189d0 [2020-10-27T17:55:26.266Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T17:55:26.542Z] ---> Running in 54991cd455e8 [2020-10-27T17:55:29.438Z] 4e634b169226: Pull complete [2020-10-27T17:55:29.439Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T17:55:29.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T17:55:29.439Z] ---> f7629b54cfaa [2020-10-27T17:55:29.439Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T17:55:29.439Z] ---> Running in 6bb8ebdac9ca [2020-10-27T17:55:29.439Z] Removing intermediate container 6bb8ebdac9ca [2020-10-27T17:55:29.439Z] ---> c04fec32567a [2020-10-27T17:55:29.439Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T17:55:29.439Z] ---> Running in f90411b7ae88 [2020-10-27T17:55:30.834Z] Removing intermediate container f90411b7ae88 [2020-10-27T17:55:30.834Z] ---> 731142418f22 [2020-10-27T17:55:30.834Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-27T17:55:30.834Z] ---> Running in c1077a0ab2de [2020-10-27T17:55:30.863Z] Removing intermediate container 54991cd455e8 [2020-10-27T17:55:30.863Z] ---> 093ec01292c7 [2020-10-27T17:55:30.863Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-10-27T17:55:30.863Z] ---> Running in 2284cbc60477 [2020-10-27T17:55:31.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T17:55:32.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T17:55:32.305Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-27T17:55:32.568Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-27T17:55:32.569Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-27T17:55:32.569Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-27T17:55:32.831Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T17:55:32.831Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-27T17:55:32.831Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T17:55:32.831Z] OK: 167 MiB in 45 packages [2020-10-27T17:55:32.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T17:55:33.407Z] Removing intermediate container c1077a0ab2de [2020-10-27T17:55:33.407Z] ---> d689f3fcb58e [2020-10-27T17:55:33.407Z] Step 6/8 : WORKDIR /app [2020-10-27T17:55:33.407Z] ---> Running in fa7bccdd396f [2020-10-27T17:55:33.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T17:55:33.670Z] Removing intermediate container fa7bccdd396f [2020-10-27T17:55:33.671Z] ---> f1b403d3f96e [2020-10-27T17:55:33.671Z] Step 7/8 : COPY . . [2020-10-27T17:55:33.932Z] ---> 7746b127679b [2020-10-27T17:55:33.932Z] Step 8/8 : RUN go mod download [2020-10-27T17:55:33.932Z] ---> Running in 5947dee7a29d [2020-10-27T17:55:34.045Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-10-27T17:55:34.323Z] (2/6) Installing libsodium (1.0.18-r0) [2020-10-27T17:55:34.323Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-10-27T17:55:34.323Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-10-27T17:55:34.602Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T17:55:34.602Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-10-27T17:55:34.877Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T17:55:34.877Z] OK: 144 MiB in 45 packages [2020-10-27T17:55:36.869Z] Removing intermediate container 2284cbc60477 [2020-10-27T17:55:36.869Z] ---> 08a6c9130b19 [2020-10-27T17:55:36.869Z] Step 6/8 : WORKDIR /app [2020-10-27T17:55:36.869Z] ---> Running in 89a6747be6a5 [2020-10-27T17:55:37.469Z] Removing intermediate container 89a6747be6a5 [2020-10-27T17:55:37.469Z] ---> 8b43fc6fa48e [2020-10-27T17:55:37.469Z] Step 7/8 : COPY . . [2020-10-27T17:55:38.078Z] ---> be514e6568e5 [2020-10-27T17:55:38.078Z] Step 8/8 : RUN go mod download [2020-10-27T17:55:38.354Z] ---> Running in 4439e08327fc [2020-10-27T17:56:00.594Z] Removing intermediate container 5947dee7a29d [2020-10-27T17:56:00.594Z] ---> 088b413ea3aa [2020-10-27T17:56:00.594Z] Successfully built 088b413ea3aa [2020-10-27T17:56:00.594Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:00.951Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T17:56:00.951Z] . [Pipeline] withDockerContainer [2020-10-27T17:56:01.061Z] prd-centos7-docker-4c-2g-9205 does not seem to be running inside a container [2020-10-27T17:56:01.114Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@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-27T17:56:01.851Z] $ docker top 0a40de967aeeff83fdab65733a7bc4ddfe099ac27edb834fd70af8e378c1035b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T17:56:02.348Z] + go version [2020-10-27T17:56:02.348Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T17:56:02.364Z] $ docker stop --time=1 0a40de967aeeff83fdab65733a7bc4ddfe099ac27edb834fd70af8e378c1035b [2020-10-27T17:56:03.695Z] $ docker rm -f 0a40de967aeeff83fdab65733a7bc4ddfe099ac27edb834fd70af8e378c1035b [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-27T17:56:05.492Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T17:56:05.798Z] + ls -al . [2020-10-27T17:56:05.798Z] total 72 [2020-10-27T17:56:05.798Z] drwxrwxr-x. 7 jenkins jenkins 4096 Oct 27 17:55 . [2020-10-27T17:56:05.798Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 27 17:55 .. [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 6568 Oct 27 17:55 Attribution.txt [2020-10-27T17:56:05.798Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 27 17:55 bin [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 180 Oct 27 17:55 docker-compose.debug.yml [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 17:55 docker-compose.yml [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 2002 Oct 27 17:55 Dockerfile [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 966 Oct 27 17:55 Dockerfile.build [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 119 Oct 27 17:55 .dockerignore [2020-10-27T17:56:05.798Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 27 17:55 .git [2020-10-27T17:56:05.798Z] drwxrwxr-x. 2 jenkins jenkins 81 Oct 27 17:55 .github [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 93 Oct 27 17:55 .gitignore [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 133 Oct 27 17:55 go.mod [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 687 Oct 27 17:55 Jenkinsfile [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 10174 Oct 27 17:55 LICENSE [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 1519 Oct 27 17:55 main.go [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 1573 Oct 27 17:55 makefile [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 1277 Oct 27 17:55 README.md [2020-10-27T17:56:05.798Z] drwxrwxr-x. 10 jenkins jenkins 171 Oct 27 17:55 res [2020-10-27T17:56:05.798Z] drwxrwxr-x. 4 jenkins jenkins 71 Oct 27 17:55 snap [2020-10-27T17:56:05.798Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 27 17:50 VERSION [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:06.110Z] + 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=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 --label arch=amd64 --label version=1.2.1-dev.18 . [2020-10-27T17:56:06.110Z] Sending build context to Docker daemon 99.33kB [2020-10-27T17:56:06.110Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-27T17:56:06.110Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-27T17:56:06.110Z] ---> 088b413ea3aa [2020-10-27T17:56:06.110Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-27T17:56:06.110Z] ---> Running in 3016a543e179 [2020-10-27T17:56:06.373Z] Removing intermediate container 3016a543e179 [2020-10-27T17:56:06.373Z] ---> 140c71866994 [2020-10-27T17:56:06.373Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T17:56:06.373Z] ---> Running in 18adf3d98961 [2020-10-27T17:56:06.641Z] Removing intermediate container 18adf3d98961 [2020-10-27T17:56:06.641Z] ---> 72d2a5d55f57 [2020-10-27T17:56:06.641Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T17:56:06.641Z] ---> Running in 9b02314734a4 [2020-10-27T17:56:06.641Z] Removing intermediate container 9b02314734a4 [2020-10-27T17:56:06.641Z] ---> 5017587f9f45 [2020-10-27T17:56:06.641Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T17:56:06.908Z] ---> Running in da15f388d6ee [2020-10-27T17:56:07.857Z] Removing intermediate container da15f388d6ee [2020-10-27T17:56:07.857Z] ---> 8307856cdcd6 [2020-10-27T17:56:07.857Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T17:56:07.857Z] ---> Running in 92aa0e6dc0d9 [2020-10-27T17:56:08.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T17:56:09.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T17:56:09.645Z] OK: 167 MiB in 45 packages [2020-10-27T17:56:10.592Z] Removing intermediate container 92aa0e6dc0d9 [2020-10-27T17:56:10.592Z] ---> 7a3b095f7b66 [2020-10-27T17:56:10.592Z] Step 8/27 : WORKDIR /app [2020-10-27T17:56:10.592Z] ---> Running in 620e311b02d9 [2020-10-27T17:56:10.592Z] Removing intermediate container 620e311b02d9 [2020-10-27T17:56:10.592Z] ---> 66368745a923 [2020-10-27T17:56:10.592Z] Step 9/27 : COPY go.mod . [2020-10-27T17:56:10.720Z] Removing intermediate container 4439e08327fc [2020-10-27T17:56:10.720Z] ---> d90df86e93f3 [2020-10-27T17:56:10.720Z] Successfully built d90df86e93f3 [2020-10-27T17:56:10.720Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:10.857Z] ---> d7e1c21c1fa5 [2020-10-27T17:56:10.857Z] Step 10/27 : RUN go mod download [2020-10-27T17:56:10.857Z] ---> Running in edde47592247 [2020-10-27T17:56:11.208Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T17:56:11.208Z] . [Pipeline] withDockerContainer [2020-10-27T17:56:11.509Z] prd-ubuntu18.04-docker-arm64-4c-16g-9204 does not seem to be running inside a container [2020-10-27T17:56:11.602Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@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-27T17:56:11.807Z] Removing intermediate container edde47592247 [2020-10-27T17:56:11.807Z] ---> 8cbd67939132 [2020-10-27T17:56:11.807Z] Step 11/27 : COPY . . [2020-10-27T17:56:12.069Z] ---> 1ca4e7defea7 [2020-10-27T17:56:12.069Z] Step 12/27 : ARG MAKE="make build" [2020-10-27T17:56:12.069Z] ---> Running in 36017192cdf5 [2020-10-27T17:56:12.333Z] Removing intermediate container 36017192cdf5 [2020-10-27T17:56:12.333Z] ---> a3613f98700c [2020-10-27T17:56:12.333Z] Step 13/27 : RUN $MAKE [2020-10-27T17:56:12.333Z] ---> Running in 5e5f879bd848 [2020-10-27T17:56:12.913Z] 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.18" -o app-service-configurable [2020-10-27T17:56:14.451Z] $ docker top 00150aff9978465e740ee7a96d09ef8e23369a03a8f58f147613bc0525945e60 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T17:56:15.908Z] + go version [2020-10-27T17:56:15.908Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T17:56:15.932Z] $ docker stop --time=1 00150aff9978465e740ee7a96d09ef8e23369a03a8f58f147613bc0525945e60 [2020-10-27T17:56:18.612Z] $ docker rm -f 00150aff9978465e740ee7a96d09ef8e23369a03a8f58f147613bc0525945e60 [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-27T17:56:19.830Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-27T17:56:20.229Z] + ls -al . [2020-10-27T17:56:20.229Z] total 96 [2020-10-27T17:56:20.229Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 27 17:55 . [2020-10-27T17:56:20.229Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 17:54 .. [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 27 17:54 .dockerignore [2020-10-27T17:56:20.229Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 27 17:55 .git [2020-10-27T17:56:20.229Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 17:54 .github [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 93 Oct 27 17:54 .gitignore [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 6568 Oct 27 17:54 Attribution.txt [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 2002 Oct 27 17:54 Dockerfile [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 966 Oct 27 17:54 Dockerfile.build [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 687 Oct 27 17:54 Jenkinsfile [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 27 17:54 LICENSE [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 1277 Oct 27 17:54 README.md [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 27 17:50 VERSION [2020-10-27T17:56:20.229Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 27 17:54 bin [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 180 Oct 27 17:54 docker-compose.debug.yml [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 17:54 docker-compose.yml [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 133 Oct 27 17:54 go.mod [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 1519 Oct 27 17:54 main.go [2020-10-27T17:56:20.229Z] -rw-rw-r-- 1 jenkins jenkins 1573 Oct 27 17:54 makefile [2020-10-27T17:56:20.229Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 27 17:54 res [2020-10-27T17:56:20.229Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 27 17:54 snap [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:20.622Z] + 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=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 --label arch=arm64 --label version=1.2.1-dev.18 . [2020-10-27T17:56:20.622Z] Sending build context to Docker daemon 99.33kB [2020-10-27T17:56:20.906Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-10-27T17:56:20.906Z] Step 2/27 : FROM ${BASE} AS builder [2020-10-27T17:56:20.906Z] ---> d90df86e93f3 [2020-10-27T17:56:20.906Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-10-27T17:56:21.185Z] ---> Running in 782c7403538d [2020-10-27T17:56:21.847Z] Removing intermediate container 782c7403538d [2020-10-27T17:56:21.847Z] ---> 34127819e32f [2020-10-27T17:56:21.847Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-10-27T17:56:21.847Z] ---> Running in 76a5e13438ad [2020-10-27T17:56:22.493Z] Removing intermediate container 76a5e13438ad [2020-10-27T17:56:22.493Z] ---> 54fa845be8f9 [2020-10-27T17:56:22.493Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T17:56:22.493Z] ---> Running in 0a2a26f027de [2020-10-27T17:56:23.089Z] Removing intermediate container 0a2a26f027de [2020-10-27T17:56:23.089Z] ---> 5d184dd7767f [2020-10-27T17:56:23.089Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-27T17:56:23.089Z] ---> Running in ba842a9fbc91 [2020-10-27T17:56:27.403Z] Removing intermediate container ba842a9fbc91 [2020-10-27T17:56:27.403Z] ---> 4e2659e0d1d0 [2020-10-27T17:56:27.403Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-27T17:56:27.403Z] ---> Running in fd288778dc2b [2020-10-27T17:56:29.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T17:56:30.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T17:56:30.948Z] OK: 144 MiB in 45 packages [2020-10-27T17:56:31.163Z] Removing intermediate container 5e5f879bd848 [2020-10-27T17:56:31.163Z] ---> 4fea9e7a7772 [2020-10-27T17:56:31.163Z] Step 14/27 : FROM alpine:latest [2020-10-27T17:56:31.163Z] latest: Pulling from library/alpine [2020-10-27T17:56:31.163Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T17:56:31.163Z] 188c0c94c7c5: Verifying Checksum [2020-10-27T17:56:31.163Z] 188c0c94c7c5: Download complete [2020-10-27T17:56:31.425Z] 188c0c94c7c5: Pull complete [2020-10-27T17:56:31.425Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T17:56:31.425Z] Status: Downloaded newer image for alpine:latest [2020-10-27T17:56:31.425Z] ---> d6e46aa2470d [2020-10-27T17:56:31.425Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T17:56:31.689Z] ---> Running in c8879292c992 [2020-10-27T17:56:31.689Z] Removing intermediate container c8879292c992 [2020-10-27T17:56:31.689Z] ---> fd8dfaf2087d [2020-10-27T17:56:31.689Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-27T17:56:31.689Z] ---> Running in 38b61942b01b [2020-10-27T17:56:31.952Z] Removing intermediate container 38b61942b01b [2020-10-27T17:56:31.952Z] ---> 986165683a7e [2020-10-27T17:56:31.952Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-27T17:56:31.952Z] ---> Running in ddedef0d16da [2020-10-27T17:56:32.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T17:56:32.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T17:56:32.806Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-27T17:56:32.806Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-27T17:56:32.806Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-27T17:56:32.806Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-27T17:56:32.806Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T17:56:32.936Z] Removing intermediate container fd288778dc2b [2020-10-27T17:56:32.936Z] ---> 1bb513cb3666 [2020-10-27T17:56:32.936Z] Step 8/27 : WORKDIR /app [2020-10-27T17:56:33.069Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-27T17:56:33.069Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T17:56:33.069Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T17:56:33.069Z] OK: 9 MiB in 20 packages [2020-10-27T17:56:33.216Z] ---> Running in 7c202de7f252 [2020-10-27T17:56:33.815Z] Removing intermediate container 7c202de7f252 [2020-10-27T17:56:33.815Z] ---> 51f01cc720e0 [2020-10-27T17:56:33.815Z] Step 9/27 : COPY go.mod . [2020-10-27T17:56:34.018Z] Removing intermediate container ddedef0d16da [2020-10-27T17:56:34.018Z] ---> 3ddfe6365827 [2020-10-27T17:56:34.018Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-27T17:56:34.282Z] ---> fcff6580ba7c [2020-10-27T17:56:34.282Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-27T17:56:34.410Z] ---> 6d70b37be53d [2020-10-27T17:56:34.410Z] Step 10/27 : RUN go mod download [2020-10-27T17:56:34.545Z] ---> 7e88a757287a [2020-10-27T17:56:34.545Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-27T17:56:34.682Z] ---> Running in bf93a051e8c7 [2020-10-27T17:56:34.807Z] ---> 8d61d108dd28 [2020-10-27T17:56:34.807Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-27T17:56:35.382Z] ---> 501cd136e538 [2020-10-27T17:56:35.382Z] Step 22/27 : EXPOSE 48095 [2020-10-27T17:56:35.645Z] ---> Running in ffa6a4586a66 [2020-10-27T17:56:35.645Z] Removing intermediate container ffa6a4586a66 [2020-10-27T17:56:35.645Z] ---> b334acd6b708 [2020-10-27T17:56:35.645Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-27T17:56:35.645Z] ---> Running in 54a333eb8695 [2020-10-27T17:56:35.907Z] Removing intermediate container 54a333eb8695 [2020-10-27T17:56:35.907Z] ---> efa9c55a187a [2020-10-27T17:56:35.907Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T17:56:35.907Z] ---> Running in 22ea8b6e50d6 [2020-10-27T17:56:36.169Z] Removing intermediate container 22ea8b6e50d6 [2020-10-27T17:56:36.169Z] ---> b2eea18fe998 [2020-10-27T17:56:36.169Z] Step 25/27 : LABEL arch=amd64 [2020-10-27T17:56:36.169Z] ---> Running in 9103e4eba4b0 [2020-10-27T17:56:36.169Z] Removing intermediate container 9103e4eba4b0 [2020-10-27T17:56:36.169Z] ---> d90fdde44081 [2020-10-27T17:56:36.169Z] Step 26/27 : LABEL git_sha=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:56:36.431Z] ---> Running in 8659a2a7c9c5 [2020-10-27T17:56:36.431Z] Removing intermediate container 8659a2a7c9c5 [2020-10-27T17:56:36.431Z] ---> 5666ac233298 [2020-10-27T17:56:36.431Z] Step 27/27 : LABEL version=1.2.1-dev.18 [2020-10-27T17:56:36.694Z] ---> Running in c48959261e49 [2020-10-27T17:56:36.694Z] Removing intermediate container c48959261e49 [2020-10-27T17:56:36.694Z] ---> 10935bc277e1 [2020-10-27T17:56:36.694Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-27T17:56:36.694Z] Successfully built 10935bc277e1 [2020-10-27T17:56:36.694Z] 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-27T17:56:37.062Z] provisioning config files... [2020-10-27T17:56:37.093Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/56@tmp/config4634482654955176471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:56:37.659Z] ---> docker-login.sh [2020-10-27T17:56:37.659Z] nexus3.edgexfoundry.org:10001 [2020-10-27T17:56:37.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:56:37.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:56:37.925Z] Configure a credential helper to remove this warning. See [2020-10-27T17:56:37.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:56:37.925Z] [2020-10-27T17:56:37.925Z] Login Succeeded [2020-10-27T17:56:37.925Z] nexus3.edgexfoundry.org:10002 [2020-10-27T17:56:37.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:56:38.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:56:38.188Z] Configure a credential helper to remove this warning. See [2020-10-27T17:56:38.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:56:38.188Z] [2020-10-27T17:56:38.188Z] Login Succeeded [2020-10-27T17:56:38.188Z] nexus3.edgexfoundry.org:10003 [2020-10-27T17:56:38.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:56:38.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:56:38.188Z] Configure a credential helper to remove this warning. See [2020-10-27T17:56:38.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:56:38.188Z] [2020-10-27T17:56:38.188Z] Login Succeeded [2020-10-27T17:56:38.188Z] nexus3.edgexfoundry.org:10004 [2020-10-27T17:56:38.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:56:38.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:56:38.451Z] Configure a credential helper to remove this warning. See [2020-10-27T17:56:38.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:56:38.451Z] [2020-10-27T17:56:38.451Z] Login Succeeded [2020-10-27T17:56:38.451Z] docker.io [2020-10-27T17:56:38.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:56:38.713Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:56:38.713Z] Configure a credential helper to remove this warning. See [2020-10-27T17:56:38.713Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:56:38.713Z] [2020-10-27T17:56:38.713Z] Login Succeeded [2020-10-27T17:56:38.713Z] ---> docker-login.sh ends [Pipeline] } [2020-10-27T17:56:38.722Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T17:56:38.931Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-10-27T17:56:38.931Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:56:38.931Z] latest [2020-10-27T17:56:38.931Z] 1.2.1-dev.18 [2020-10-27T17:56:38.931Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T17:56:38.931Z] master [2020-10-27T17:56:38.931Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:39.436Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:39.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:56:39.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-27T17:56:39.740Z] 61f8e8d2cd35: Preparing [2020-10-27T17:56:39.740Z] c5e2a34f428a: Preparing [2020-10-27T17:56:39.740Z] f2f94d5fb096: Preparing [2020-10-27T17:56:39.740Z] 71d9f130f81a: Preparing [2020-10-27T17:56:39.740Z] 1a9ab489f7d4: Preparing [2020-10-27T17:56:39.740Z] ace0eda3e3be: Preparing [2020-10-27T17:56:39.740Z] ace0eda3e3be: Waiting [2020-10-27T17:56:40.005Z] 71d9f130f81a: Pushed [2020-10-27T17:56:40.005Z] c5e2a34f428a: Pushed [2020-10-27T17:56:40.005Z] f2f94d5fb096: Pushed [2020-10-27T17:56:40.005Z] ace0eda3e3be: Layer already exists [2020-10-27T17:56:40.092Z] Removing intermediate container bf93a051e8c7 [2020-10-27T17:56:40.092Z] ---> 458348edcfaf [2020-10-27T17:56:40.092Z] Step 11/27 : COPY . . [2020-10-27T17:56:40.268Z] 1a9ab489f7d4: Pushed [2020-10-27T17:56:40.365Z] ---> 154bab4e342b [2020-10-27T17:56:40.365Z] Step 12/27 : ARG MAKE="make build" [2020-10-27T17:56:40.641Z] ---> Running in e1a56833c4d2 [2020-10-27T17:56:41.240Z] Removing intermediate container e1a56833c4d2 [2020-10-27T17:56:41.240Z] ---> a35e575bef99 [2020-10-27T17:56:41.240Z] Step 13/27 : RUN $MAKE [2020-10-27T17:56:41.240Z] ---> Running in 22a17f896e4c [2020-10-27T17:56:41.659Z] 61f8e8d2cd35: Pushed [2020-10-27T17:56:41.921Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17: digest: sha256:ae8441f93ebdf332b0f40a30069dd2341ab0ef89e603ea58cdb1bf83fbb16769 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:42.230Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:42.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-27T17:56:42.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-27T17:56:42.528Z] 61f8e8d2cd35: Preparing [2020-10-27T17:56:42.528Z] c5e2a34f428a: Preparing [2020-10-27T17:56:42.528Z] f2f94d5fb096: Preparing [2020-10-27T17:56:42.528Z] 71d9f130f81a: Preparing [2020-10-27T17:56:42.528Z] 1a9ab489f7d4: Preparing [2020-10-27T17:56:42.528Z] ace0eda3e3be: Preparing [2020-10-27T17:56:42.528Z] ace0eda3e3be: Waiting [2020-10-27T17:56:42.528Z] f2f94d5fb096: Layer already exists [2020-10-27T17:56:42.528Z] 1a9ab489f7d4: Layer already exists [2020-10-27T17:56:42.528Z] 71d9f130f81a: Layer already exists [2020-10-27T17:56:42.528Z] 61f8e8d2cd35: Layer already exists [2020-10-27T17:56:42.528Z] c5e2a34f428a: Layer already exists [2020-10-27T17:56:42.528Z] ace0eda3e3be: Layer already exists [2020-10-27T17:56:42.528Z] latest: digest: sha256:ae8441f93ebdf332b0f40a30069dd2341ab0ef89e603ea58cdb1bf83fbb16769 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:42.838Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:43.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.18 [2020-10-27T17:56:43.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-27T17:56:43.141Z] 61f8e8d2cd35: Preparing [2020-10-27T17:56:43.141Z] c5e2a34f428a: Preparing [2020-10-27T17:56:43.141Z] f2f94d5fb096: Preparing [2020-10-27T17:56:43.141Z] 71d9f130f81a: Preparing [2020-10-27T17:56:43.141Z] 1a9ab489f7d4: Preparing [2020-10-27T17:56:43.141Z] ace0eda3e3be: Preparing [2020-10-27T17:56:43.141Z] ace0eda3e3be: Waiting [2020-10-27T17:56:43.141Z] 61f8e8d2cd35: Layer already exists [2020-10-27T17:56:43.141Z] f2f94d5fb096: Layer already exists [2020-10-27T17:56:43.141Z] 71d9f130f81a: Layer already exists [2020-10-27T17:56:43.141Z] 1a9ab489f7d4: Layer already exists [2020-10-27T17:56:43.141Z] c5e2a34f428a: Layer already exists [2020-10-27T17:56:43.141Z] ace0eda3e3be: Layer already exists [2020-10-27T17:56:43.141Z] 1.2.1-dev.18: digest: sha256:ae8441f93ebdf332b0f40a30069dd2341ab0ef89e603ea58cdb1bf83fbb16769 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:43.447Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:43.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T17:56:43.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-27T17:56:43.747Z] 61f8e8d2cd35: Preparing [2020-10-27T17:56:43.747Z] c5e2a34f428a: Preparing [2020-10-27T17:56:43.747Z] f2f94d5fb096: Preparing [2020-10-27T17:56:43.747Z] 71d9f130f81a: Preparing [2020-10-27T17:56:43.747Z] 1a9ab489f7d4: Preparing [2020-10-27T17:56:43.747Z] ace0eda3e3be: Preparing [2020-10-27T17:56:43.747Z] ace0eda3e3be: Waiting [2020-10-27T17:56:43.747Z] c5e2a34f428a: Layer already exists [2020-10-27T17:56:43.747Z] 1a9ab489f7d4: Layer already exists [2020-10-27T17:56:43.747Z] 71d9f130f81a: Layer already exists [2020-10-27T17:56:43.747Z] f2f94d5fb096: Layer already exists [2020-10-27T17:56:43.747Z] 61f8e8d2cd35: Layer already exists [2020-10-27T17:56:43.747Z] ace0eda3e3be: Layer already exists [2020-10-27T17:56:43.747Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18: digest: sha256:ae8441f93ebdf332b0f40a30069dd2341ab0ef89e603ea58cdb1bf83fbb16769 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:44.053Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:56:44.369Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-10-27T17:56:44.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-10-27T17:56:44.369Z] 61f8e8d2cd35: Preparing [2020-10-27T17:56:44.369Z] c5e2a34f428a: Preparing [2020-10-27T17:56:44.369Z] f2f94d5fb096: Preparing [2020-10-27T17:56:44.369Z] 71d9f130f81a: Preparing [2020-10-27T17:56:44.369Z] 1a9ab489f7d4: Preparing [2020-10-27T17:56:44.369Z] ace0eda3e3be: Preparing [2020-10-27T17:56:44.369Z] ace0eda3e3be: Waiting [2020-10-27T17:56:44.369Z] 71d9f130f81a: Layer already exists [2020-10-27T17:56:44.369Z] c5e2a34f428a: Layer already exists [2020-10-27T17:56:44.369Z] 61f8e8d2cd35: Layer already exists [2020-10-27T17:56:44.369Z] 1a9ab489f7d4: Layer already exists [2020-10-27T17:56:44.369Z] f2f94d5fb096: Layer already exists [2020-10-27T17:56:44.369Z] ace0eda3e3be: Layer already exists [2020-10-27T17:56:44.369Z] master: digest: sha256:ae8441f93ebdf332b0f40a30069dd2341ab0ef89e603ea58cdb1bf83fbb16769 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T17:56:44.579Z] ===================================================== [Pipeline] echo [2020-10-27T17:56:44.631Z] taggedImages: [2020-10-27T17:56:44.631Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:56:44.631Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-10-27T17:56:44.631Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.18 [2020-10-27T17:56:44.631Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T17:56:44.631Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [2020-10-27T17:56:44.633Z] 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.18" -o app-service-configurable [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-27T17:57:32.236Z] Removing intermediate container 22a17f896e4c [2020-10-27T17:57:32.236Z] ---> 25f2b063c2b1 [2020-10-27T17:57:32.236Z] Step 14/27 : FROM alpine:latest [2020-10-27T17:57:32.237Z] latest: Pulling from library/alpine [2020-10-27T17:57:32.512Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T17:57:32.512Z] 5f621e34cdf4: Download complete [2020-10-27T17:57:33.128Z] 5f621e34cdf4: Pull complete [2020-10-27T17:57:33.128Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-27T17:57:33.128Z] Status: Downloaded newer image for alpine:latest [2020-10-27T17:57:33.128Z] ---> 2e77e061c27f [2020-10-27T17:57:33.128Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T17:57:33.415Z] ---> Running in b76a6b85e9f8 [2020-10-27T17:57:34.030Z] Removing intermediate container b76a6b85e9f8 [2020-10-27T17:57:34.030Z] ---> b73b8452b83d [2020-10-27T17:57:34.030Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-10-27T17:57:34.030Z] ---> Running in fc77175d9268 [2020-10-27T17:57:34.646Z] Removing intermediate container fc77175d9268 [2020-10-27T17:57:34.646Z] ---> cf547b157bda [2020-10-27T17:57:34.646Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-10-27T17:57:34.646Z] ---> Running in c6630ba685f5 [2020-10-27T17:57:36.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T17:57:36.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T17:57:36.945Z] (1/6) Installing ca-certificates (20191127-r4) [2020-10-27T17:57:36.945Z] (2/6) Installing libgcc (9.3.0-r2) [2020-10-27T17:57:36.945Z] (3/6) Installing libsodium (1.0.18-r0) [2020-10-27T17:57:36.945Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-10-27T17:57:36.945Z] (5/6) Installing libzmq (4.3.3-r0) [2020-10-27T17:57:36.945Z] (6/6) Installing zeromq (4.3.3-r0) [2020-10-27T17:57:36.945Z] Executing busybox-1.31.1-r19.trigger [2020-10-27T17:57:36.945Z] Executing ca-certificates-20191127-r4.trigger [2020-10-27T17:57:37.218Z] OK: 9 MiB in 20 packages [2020-10-27T17:57:39.207Z] Removing intermediate container c6630ba685f5 [2020-10-27T17:57:39.207Z] ---> f20a0aa9cf55 [2020-10-27T17:57:39.207Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-10-27T17:57:39.482Z] ---> a0606f9fcee9 [2020-10-27T17:57:39.482Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-10-27T17:57:40.457Z] ---> dd9c75c1c34c [2020-10-27T17:57:40.457Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-10-27T17:57:41.051Z] ---> d3799726eb5f [2020-10-27T17:57:41.052Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-10-27T17:57:42.482Z] ---> 1e6f9de79600 [2020-10-27T17:57:42.482Z] Step 22/27 : EXPOSE 48095 [2020-10-27T17:57:42.754Z] ---> Running in e9e1d7073c90 [2020-10-27T17:57:43.032Z] Removing intermediate container e9e1d7073c90 [2020-10-27T17:57:43.032Z] ---> e0cdb36561ab [2020-10-27T17:57:43.032Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-10-27T17:57:43.309Z] ---> Running in f3e011738804 [2020-10-27T17:57:43.582Z] Removing intermediate container f3e011738804 [2020-10-27T17:57:43.582Z] ---> 03ecc506531d [2020-10-27T17:57:43.582Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-27T17:57:43.857Z] ---> Running in 328f62ecbc64 [2020-10-27T17:57:44.136Z] Removing intermediate container 328f62ecbc64 [2020-10-27T17:57:44.136Z] ---> 1d97cc97f448 [2020-10-27T17:57:44.136Z] Step 25/27 : LABEL arch=arm64 [2020-10-27T17:57:44.413Z] ---> Running in d4b60a0540d5 [2020-10-27T17:57:44.712Z] Removing intermediate container d4b60a0540d5 [2020-10-27T17:57:44.712Z] ---> d73ecb4eb107 [2020-10-27T17:57:44.712Z] Step 26/27 : LABEL git_sha=6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:57:44.986Z] ---> Running in 871726284b85 [2020-10-27T17:57:45.586Z] Removing intermediate container 871726284b85 [2020-10-27T17:57:45.586Z] ---> 6b61ff730e21 [2020-10-27T17:57:45.586Z] Step 27/27 : LABEL version=1.2.1-dev.18 [2020-10-27T17:57:45.586Z] ---> Running in 703b460bd492 [2020-10-27T17:57:45.860Z] Removing intermediate container 703b460bd492 [2020-10-27T17:57:45.860Z] ---> 23828b4860e0 [2020-10-27T17:57:45.860Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-27T17:57:46.133Z] Successfully built 23828b4860e0 [2020-10-27T17:57:46.133Z] 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-27T17:57:46.539Z] provisioning config files... [2020-10-27T17:57:46.579Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/56@tmp/config690757493984405164tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T17:57:46.989Z] ---> docker-login.sh [2020-10-27T17:57:46.989Z] nexus3.edgexfoundry.org:10001 [2020-10-27T17:57:47.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:57:47.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:57:47.536Z] Configure a credential helper to remove this warning. See [2020-10-27T17:57:47.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:57:47.536Z] [2020-10-27T17:57:47.536Z] Login Succeeded [2020-10-27T17:57:47.536Z] nexus3.edgexfoundry.org:10002 [2020-10-27T17:57:47.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:57:48.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:57:48.083Z] Configure a credential helper to remove this warning. See [2020-10-27T17:57:48.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:57:48.083Z] [2020-10-27T17:57:48.083Z] Login Succeeded [2020-10-27T17:57:48.083Z] nexus3.edgexfoundry.org:10003 [2020-10-27T17:57:48.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:57:48.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:57:48.633Z] Configure a credential helper to remove this warning. See [2020-10-27T17:57:48.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:57:48.633Z] [2020-10-27T17:57:48.633Z] Login Succeeded [2020-10-27T17:57:48.633Z] nexus3.edgexfoundry.org:10004 [2020-10-27T17:57:49.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:57:49.234Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:57:49.234Z] Configure a credential helper to remove this warning. See [2020-10-27T17:57:49.234Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:57:49.234Z] [2020-10-27T17:57:49.234Z] Login Succeeded [2020-10-27T17:57:49.234Z] docker.io [2020-10-27T17:57:49.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-27T17:57:50.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-27T17:57:50.099Z] Configure a credential helper to remove this warning. See [2020-10-27T17:57:50.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-27T17:57:50.099Z] [2020-10-27T17:57:50.099Z] Login Succeeded [2020-10-27T17:57:50.099Z] ---> docker-login.sh ends [Pipeline] } [2020-10-27T17:57:50.116Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T17:57:50.341Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-10-27T17:57:50.341Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:57:50.341Z] latest [2020-10-27T17:57:50.341Z] 1.2.1-dev.18 [2020-10-27T17:57:50.341Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T17:57:50.341Z] master [2020-10-27T17:57:50.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:50.865Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:51.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:57:51.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T17:57:51.214Z] cafd8d1a5ab0: Preparing [2020-10-27T17:57:51.214Z] a073b1ea0af2: Preparing [2020-10-27T17:57:51.214Z] dea4e2cf9587: Preparing [2020-10-27T17:57:51.214Z] c0a5cb147014: Preparing [2020-10-27T17:57:51.214Z] 3f8b7c5877ab: Preparing [2020-10-27T17:57:51.214Z] cd3761cfa1d9: Preparing [2020-10-27T17:57:51.214Z] cd3761cfa1d9: Waiting [2020-10-27T17:57:51.506Z] a073b1ea0af2: Pushed [2020-10-27T17:57:51.506Z] c0a5cb147014: Pushed [2020-10-27T17:57:51.506Z] cd3761cfa1d9: Layer already exists [2020-10-27T17:57:51.506Z] dea4e2cf9587: Pushed [2020-10-27T17:57:52.483Z] 3f8b7c5877ab: Pushed [2020-10-27T17:57:55.860Z] cafd8d1a5ab0: Pushed [2020-10-27T17:57:55.860Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17: digest: sha256:5627724895f361648a62074fd4830bf6e11d7b787ef4dfcad15a199a9a0672b4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:56.207Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:56.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-27T17:57:56.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T17:57:56.551Z] cafd8d1a5ab0: Preparing [2020-10-27T17:57:56.551Z] a073b1ea0af2: Preparing [2020-10-27T17:57:56.551Z] dea4e2cf9587: Preparing [2020-10-27T17:57:56.551Z] c0a5cb147014: Preparing [2020-10-27T17:57:56.551Z] 3f8b7c5877ab: Preparing [2020-10-27T17:57:56.551Z] cd3761cfa1d9: Preparing [2020-10-27T17:57:56.551Z] cd3761cfa1d9: Waiting [2020-10-27T17:57:56.823Z] c0a5cb147014: Layer already exists [2020-10-27T17:57:56.823Z] 3f8b7c5877ab: Layer already exists [2020-10-27T17:57:56.823Z] dea4e2cf9587: Layer already exists [2020-10-27T17:57:56.823Z] a073b1ea0af2: Layer already exists [2020-10-27T17:57:56.823Z] cafd8d1a5ab0: Layer already exists [2020-10-27T17:57:57.095Z] cd3761cfa1d9: Layer already exists [2020-10-27T17:57:57.095Z] latest: digest: sha256:5627724895f361648a62074fd4830bf6e11d7b787ef4dfcad15a199a9a0672b4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:57.510Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:57.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 [2020-10-27T17:57:57.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T17:57:57.862Z] cafd8d1a5ab0: Preparing [2020-10-27T17:57:57.862Z] a073b1ea0af2: Preparing [2020-10-27T17:57:57.862Z] dea4e2cf9587: Preparing [2020-10-27T17:57:57.862Z] c0a5cb147014: Preparing [2020-10-27T17:57:57.862Z] 3f8b7c5877ab: Preparing [2020-10-27T17:57:57.862Z] cd3761cfa1d9: Preparing [2020-10-27T17:57:57.862Z] cd3761cfa1d9: Waiting [2020-10-27T17:57:59.296Z] cafd8d1a5ab0: Layer already exists [2020-10-27T17:57:59.296Z] dea4e2cf9587: Layer already exists [2020-10-27T17:57:59.296Z] 3f8b7c5877ab: Layer already exists [2020-10-27T17:57:59.296Z] c0a5cb147014: Layer already exists [2020-10-27T17:57:59.296Z] a073b1ea0af2: Layer already exists [2020-10-27T17:57:59.296Z] cd3761cfa1d9: Layer already exists [2020-10-27T17:57:59.296Z] 1.2.1-dev.18: digest: sha256:5627724895f361648a62074fd4830bf6e11d7b787ef4dfcad15a199a9a0672b4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:59.638Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:57:59.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T17:57:59.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T17:57:59.977Z] cafd8d1a5ab0: Preparing [2020-10-27T17:57:59.977Z] a073b1ea0af2: Preparing [2020-10-27T17:57:59.977Z] dea4e2cf9587: Preparing [2020-10-27T17:57:59.977Z] c0a5cb147014: Preparing [2020-10-27T17:57:59.977Z] 3f8b7c5877ab: Preparing [2020-10-27T17:57:59.977Z] cd3761cfa1d9: Preparing [2020-10-27T17:57:59.977Z] cd3761cfa1d9: Waiting [2020-10-27T17:58:00.249Z] 3f8b7c5877ab: Layer already exists [2020-10-27T17:58:00.249Z] cafd8d1a5ab0: Layer already exists [2020-10-27T17:58:00.249Z] dea4e2cf9587: Layer already exists [2020-10-27T17:58:00.249Z] a073b1ea0af2: Layer already exists [2020-10-27T17:58:00.249Z] c0a5cb147014: Layer already exists [2020-10-27T17:58:00.249Z] cd3761cfa1d9: Layer already exists [2020-10-27T17:58:00.249Z] 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18: digest: sha256:5627724895f361648a62074fd4830bf6e11d7b787ef4dfcad15a199a9a0672b4 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:58:00.598Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:58:00.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-10-27T17:58:00.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-10-27T17:58:00.935Z] cafd8d1a5ab0: Preparing [2020-10-27T17:58:00.935Z] a073b1ea0af2: Preparing [2020-10-27T17:58:00.935Z] dea4e2cf9587: Preparing [2020-10-27T17:58:00.935Z] c0a5cb147014: Preparing [2020-10-27T17:58:00.935Z] 3f8b7c5877ab: Preparing [2020-10-27T17:58:00.935Z] cd3761cfa1d9: Preparing [2020-10-27T17:58:00.935Z] cd3761cfa1d9: Waiting [2020-10-27T17:58:00.935Z] a073b1ea0af2: Layer already exists [2020-10-27T17:58:00.935Z] cafd8d1a5ab0: Layer already exists [2020-10-27T17:58:00.935Z] dea4e2cf9587: Layer already exists [2020-10-27T17:58:00.935Z] 3f8b7c5877ab: Layer already exists [2020-10-27T17:58:00.935Z] c0a5cb147014: Layer already exists [2020-10-27T17:58:01.207Z] cd3761cfa1d9: Layer already exists [2020-10-27T17:58:01.207Z] master: digest: sha256:5627724895f361648a62074fd4830bf6e11d7b787ef4dfcad15a199a9a0672b4 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-27T17:58:01.448Z] ===================================================== [Pipeline] echo [2020-10-27T17:58:01.505Z] taggedImages: [2020-10-27T17:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-10-27T17:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.18 [2020-10-27T17:58:01.505Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17-1.2.1-dev.18 [2020-10-27T17:58:01.505Z] - 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-27T17:58:04.271Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-27T17:58:04.273Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-27T17:58:04.330Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:58:04.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T17:58:05.015Z] [2020-10-27T17:58:05.015Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:58:05.389Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T17:58:05.389Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-27T17:58:05.389Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-27T17:58:05.389Z] 408f87550127: Pulling fs layer [2020-10-27T17:58:05.389Z] fe522b08c979: Pulling fs layer [2020-10-27T17:58:05.389Z] 221eaa008020: Pulling fs layer [2020-10-27T17:58:05.389Z] 2a4607e5d6b9: Pulling fs layer [2020-10-27T17:58:05.389Z] 8f79b27c4fd2: Pulling fs layer [2020-10-27T17:58:05.389Z] e5c8dbe1645b: Pulling fs layer [2020-10-27T17:58:05.389Z] 23e8b3b47431: Pulling fs layer [2020-10-27T17:58:05.389Z] 5c568d65a230: Pulling fs layer [2020-10-27T17:58:05.389Z] 8f79b27c4fd2: Waiting [2020-10-27T17:58:05.389Z] e5c8dbe1645b: Waiting [2020-10-27T17:58:05.389Z] 23e8b3b47431: Waiting [2020-10-27T17:58:05.389Z] 5c568d65a230: Waiting [2020-10-27T17:58:05.389Z] 221eaa008020: Waiting [2020-10-27T17:58:05.389Z] 2a4607e5d6b9: Waiting [2020-10-27T17:58:05.389Z] fe522b08c979: Verifying Checksum [2020-10-27T17:58:05.389Z] fe522b08c979: Download complete [2020-10-27T17:58:05.654Z] 408f87550127: Download complete [2020-10-27T17:58:05.926Z] 2a4607e5d6b9: Verifying Checksum [2020-10-27T17:58:05.926Z] 2a4607e5d6b9: Download complete [2020-10-27T17:58:06.217Z] 8f79b27c4fd2: Download complete [2020-10-27T17:58:07.686Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-27T17:58:07.686Z] cbdbe7a5bc2a: Download complete [2020-10-27T17:58:08.395Z] cbdbe7a5bc2a: Pull complete [2020-10-27T17:58:08.660Z] 408f87550127: Pull complete [2020-10-27T17:58:08.660Z] fe522b08c979: Pull complete [2020-10-27T17:58:12.068Z] e5c8dbe1645b: Verifying Checksum [2020-10-27T17:58:12.068Z] e5c8dbe1645b: Download complete [2020-10-27T17:58:14.721Z] 23e8b3b47431: Verifying Checksum [2020-10-27T17:58:14.721Z] 23e8b3b47431: Download complete [2020-10-27T17:58:15.003Z] 5c568d65a230: Verifying Checksum [2020-10-27T17:58:15.003Z] 5c568d65a230: Download complete [2020-10-27T17:58:17.740Z] 221eaa008020: Verifying Checksum [2020-10-27T17:58:17.740Z] 221eaa008020: Download complete [2020-10-27T17:58:26.142Z] 221eaa008020: Pull complete [2020-10-27T17:58:26.142Z] 2a4607e5d6b9: Pull complete [2020-10-27T17:58:26.413Z] 8f79b27c4fd2: Pull complete [2020-10-27T17:58:29.045Z] e5c8dbe1645b: Pull complete [2020-10-27T17:58:31.697Z] 23e8b3b47431: Pull complete [2020-10-27T17:58:34.301Z] 5c568d65a230: Pull complete [2020-10-27T17:58:34.301Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-27T17:58:34.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T17:58:34.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-27T17:58:34.741Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T17:58:34.903Z] $ 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-27T17:58:36.192Z] $ docker top 6149ce2663dd6939bf43a965914ac44db5b54a423a8f121e1827092de6beb666 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T17:58:36.884Z] + snyk monitor '--org=edgex-jenkins' [2020-10-27T17:58:52.023Z] [2020-10-27T17:58:52.023Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-10-27T17:58:52.023Z] [2020-10-27T17:58:52.023Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f8890f6b-2a04-4eb2-ac16-f8a52362bcd9 [2020-10-27T17:58:52.023Z] [2020-10-27T17:58:52.023Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-27T17:58:52.023Z] [2020-10-27T17:58:52.023Z] [2020-10-27T17:58:52.023Z] Snyk CLI supports Node.js 8 and higher. [2020-10-27T17:58:52.023Z] 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-27T17:58:52.023Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-27T17:58:52.023Z] [2020-10-27T17:58:52.023Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-27T17:58:52.023Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-27T17:58:52.023Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-27T17:58:52.023Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-27T17:58:52.074Z] $ docker stop --time=1 6149ce2663dd6939bf43a965914ac44db5b54a423a8f121e1827092de6beb666 [2020-10-27T17:58:56.257Z] $ docker rm -f 6149ce2663dd6939bf43a965914ac44db5b54a423a8f121e1827092de6beb666 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:58:58.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T17:58:58.259Z] [2020-10-27T17:58:58.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:58:59.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T17:58:59.156Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-27T17:58:59.156Z] e7c96db7181b: Pulling fs layer [2020-10-27T17:58:59.156Z] 1868ca2cb446: Pulling fs layer [2020-10-27T17:58:59.156Z] 136be5d0fe8e: Pulling fs layer [2020-10-27T17:58:59.156Z] 894bfe63afcb: Pulling fs layer [2020-10-27T17:58:59.156Z] 894bfe63afcb: Waiting [2020-10-27T17:58:59.156Z] 1868ca2cb446: Verifying Checksum [2020-10-27T17:58:59.156Z] 1868ca2cb446: Download complete [2020-10-27T17:58:59.156Z] 136be5d0fe8e: Verifying Checksum [2020-10-27T17:58:59.156Z] 136be5d0fe8e: Download complete [2020-10-27T17:58:59.506Z] e7c96db7181b: Verifying Checksum [2020-10-27T17:58:59.506Z] e7c96db7181b: Download complete [2020-10-27T17:58:59.823Z] 894bfe63afcb: Verifying Checksum [2020-10-27T17:58:59.823Z] 894bfe63afcb: Download complete [2020-10-27T17:59:00.095Z] e7c96db7181b: Pull complete [2020-10-27T17:59:00.095Z] 1868ca2cb446: Pull complete [2020-10-27T17:59:00.720Z] 136be5d0fe8e: Pull complete [2020-10-27T17:59:00.999Z] 894bfe63afcb: Pull complete [2020-10-27T17:59:00.999Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-27T17:59:00.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T17:59:00.999Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-27T17:59:01.216Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T17:59:01.366Z] $ 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-27T17:59:02.606Z] $ docker top 207b47b104115c77884f1584b722e72e01745a9adf3cc340162b3f19f39b0418 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T17:59:03.371Z] + tee [2020-10-27T17:59:03.371Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T17:59:09.074Z] $ docker stop --time=1 207b47b104115c77884f1584b722e72e01745a9adf3cc340162b3f19f39b0418 [2020-10-27T17:59:10.820Z] $ docker rm -f 207b47b104115c77884f1584b722e72e01745a9adf3cc340162b3f19f39b0418 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:59:11.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T17:59:11.530Z] . [Pipeline] withDockerContainer [2020-10-27T17:59:11.739Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T17:59:11.867Z] $ 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-27T17:59:13.036Z] $ docker top bfcba8306f931c4e9aad19340b053c6e25f5aaa5efae4e62d3bf25956afb5ae7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T17:59:13.864Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:59:13.864Z] + tee [2020-10-27T17:59:13.865Z] clair timeout 1m0s [2020-10-27T17:59:13.865Z] docker timeout: 1m0s [2020-10-27T17:59:13.865Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T17:59:15.103Z] $ docker stop --time=1 bfcba8306f931c4e9aad19340b053c6e25f5aaa5efae4e62d3bf25956afb5ae7 [2020-10-27T17:59:16.640Z] $ docker rm -f bfcba8306f931c4e9aad19340b053c6e25f5aaa5efae4e62d3bf25956afb5ae7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T17:59:17.411Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-27T17:59:17.445Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_6aed5cde4d38e364b7def40f9e6b4d8e988d4e17.html [Pipeline] writeFile [Pipeline] step [2020-10-27T17:59:17.512Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:59:17.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T17:59:17.987Z] . [Pipeline] withDockerContainer [2020-10-27T17:59:18.189Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T17:59:18.269Z] $ 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-27T17:59:19.064Z] $ docker top 1931c85ab8abbabf1f13e88e83f4cf2f2897668a5ec19c27d25047befff05e8c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T17:59:19.704Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:59:19.704Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T17:59:25.228Z] $ docker stop --time=1 1931c85ab8abbabf1f13e88e83f4cf2f2897668a5ec19c27d25047befff05e8c [2020-10-27T17:59:26.770Z] $ docker rm -f 1931c85ab8abbabf1f13e88e83f4cf2f2897668a5ec19c27d25047befff05e8c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:59:27.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-27T17:59:27.488Z] . [Pipeline] withDockerContainer [2020-10-27T17:59:27.641Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T17:59:27.819Z] $ 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-27T17:59:29.195Z] $ docker top 72d7cf210c6be7f85300c71249bb5813cadc5b0f3620cfcb707443e35b89a707 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-27T17:59:30.225Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [2020-10-27T17:59:30.225Z] + tee [2020-10-27T17:59:30.225Z] clair timeout 1m0s [2020-10-27T17:59:30.225Z] docker timeout: 1m0s [2020-10-27T17:59:30.225Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-27T17:59:30.933Z] $ docker stop --time=1 72d7cf210c6be7f85300c71249bb5813cadc5b0f3620cfcb707443e35b89a707 [2020-10-27T17:59:32.447Z] $ docker rm -f 72d7cf210c6be7f85300c71249bb5813cadc5b0f3620cfcb707443e35b89a707 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T17:59:33.013Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-10-27T17:59:33.030Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_6aed5cde4d38e364b7def40f9e6b4d8e988d4e17.html [Pipeline] writeFile [Pipeline] step [2020-10-27T17:59:33.102Z] 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-27T17:59:34.470Z] + git log --format=format:%s -1 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:59:34.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T17:59:34.804Z] . [Pipeline] withDockerContainer [2020-10-27T17:59:34.949Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T17:59:35.018Z] $ 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-27T17:59:36.031Z] $ docker top 157d80b81ec6874f1bfed72c3dc7519752c5b832461d26f06cd3d0a81efdb4f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T17:59:36.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T17:59:36.797Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T17:59:37.178Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T17:59:37.188Z] $ docker exec 157d80b81ec6874f1bfed72c3dc7519752c5b832461d26f06cd3d0a81efdb4f2 ssh-agent [2020-10-27T17:59:37.493Z] SSH_AUTH_SOCK=/tmp/ssh-48J5ObFQuzAb/agent.11 [2020-10-27T17:59:37.493Z] SSH_AGENT_PID=17 [2020-10-27T17:59:37.502Z] Running ssh-add (command line suppressed) [2020-10-27T17:59:37.756Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3357634113643683773.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3357634113643683773.key) [2020-10-27T17:59:37.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T17:59:38.226Z] + git semver tag [2020-10-27T17:59:38.226Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T17:59:38.226Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-27T17:59:38.226Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-27T17:59:38.226Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T17:59:38.226Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T17:59:38.226Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T17:59:38.226Z] # $SEMVER_BRANCH = master [2020-10-27T17:59:38.226Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-27T17:59:38.226Z] # 6aed5cde4d38e364b7def40f9e6b4d8e988d4e17 HEAD [2020-10-27T17:59:38.492Z] # -> Force: false [2020-10-27T17:59:38.492Z] # e897f29fa0f9465b1981ab05bd8ef6da7163305e refs/tags/v1.2.1-dev.18 [Pipeline] } [2020-10-27T17:59:38.517Z] $ docker exec --env ******** --env ******** 157d80b81ec6874f1bfed72c3dc7519752c5b832461d26f06cd3d0a81efdb4f2 ssh-agent -k [2020-10-27T17:59:38.843Z] unset SSH_AUTH_SOCK; [2020-10-27T17:59:38.844Z] unset SSH_AGENT_PID; [2020-10-27T17:59:38.844Z] echo Agent pid 17 killed; [2020-10-27T17:59:38.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T17:59:39.420Z] + git semver [Pipeline] } [2020-10-27T17:59:39.703Z] $ docker stop --time=1 157d80b81ec6874f1bfed72c3dc7519752c5b832461d26f06cd3d0a81efdb4f2 [2020-10-27T17:59:41.295Z] $ docker rm -f 157d80b81ec6874f1bfed72c3dc7519752c5b832461d26f06cd3d0a81efdb4f2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:59:42.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T17:59:42.347Z] [2020-10-27T17:59:42.347Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-27T17:59:42.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T17:59:42.777Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-27T17:59:42.777Z] ab5ef0e58194: Pulling fs layer [2020-10-27T17:59:42.777Z] 9712f1f96733: Pulling fs layer [2020-10-27T17:59:42.777Z] 63f879dbbcfc: Pulling fs layer [2020-10-27T17:59:42.777Z] 0d9ebad4ef96: Pulling fs layer [2020-10-27T17:59:42.777Z] e9a5061849ea: Pulling fs layer [2020-10-27T17:59:42.777Z] d747dcd14b5f: Pulling fs layer [2020-10-27T17:59:42.777Z] 2de7ff778b66: Pulling fs layer [2020-10-27T17:59:42.777Z] e9a5061849ea: Waiting [2020-10-27T17:59:42.777Z] d747dcd14b5f: Waiting [2020-10-27T17:59:42.777Z] 2de7ff778b66: Waiting [2020-10-27T17:59:42.777Z] 0d9ebad4ef96: Waiting [2020-10-27T17:59:42.777Z] 9712f1f96733: Verifying Checksum [2020-10-27T17:59:42.777Z] 9712f1f96733: Download complete [2020-10-27T17:59:47.291Z] 63f879dbbcfc: Verifying Checksum [2020-10-27T17:59:47.291Z] 63f879dbbcfc: Download complete [2020-10-27T17:59:48.847Z] e9a5061849ea: Verifying Checksum [2020-10-27T17:59:48.847Z] e9a5061849ea: Download complete [2020-10-27T17:59:48.847Z] d747dcd14b5f: Verifying Checksum [2020-10-27T17:59:48.847Z] d747dcd14b5f: Download complete [2020-10-27T17:59:49.462Z] 0d9ebad4ef96: Verifying Checksum [2020-10-27T17:59:49.462Z] 0d9ebad4ef96: Download complete [2020-10-27T17:59:49.462Z] 2de7ff778b66: Verifying Checksum [2020-10-27T17:59:49.462Z] 2de7ff778b66: Download complete [2020-10-27T17:59:50.128Z] ab5ef0e58194: Download complete [2020-10-27T18:00:00.490Z] ab5ef0e58194: Pull complete [2020-10-27T18:00:00.490Z] 9712f1f96733: Pull complete [2020-10-27T18:00:02.599Z] 63f879dbbcfc: Pull complete [2020-10-27T18:00:13.905Z] 0d9ebad4ef96: Pull complete [2020-10-27T18:00:15.865Z] e9a5061849ea: Pull complete [2020-10-27T18:00:15.865Z] d747dcd14b5f: Pull complete [2020-10-27T18:00:20.182Z] 2de7ff778b66: Pull complete [2020-10-27T18:00:20.182Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-27T18:00:20.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T18:00:20.182Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-27T18:00:20.586Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T18:00:20.822Z] $ 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-27T18:00:24.552Z] $ docker top ba612b7d9a9fb6caee58c0fd1ce69a6993f588c299bddb6c4f2484ae5a5f0393 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-27T18:00:25.061Z] provisioning config files... [2020-10-27T18:00:25.091Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config23888336147251477tmp [2020-10-27T18:00:25.155Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2763328141955619447tmp [2020-10-27T18:00:25.174Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5606594831702753843tmp [Pipeline] { [Pipeline] echo [2020-10-27T18:00:25.244Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:00:25.965Z] ---> sigul-configuration.sh [2020-10-27T18:00:25.965Z] gpg: directory `/root/.gnupg' created [2020-10-27T18:00:25.965Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-27T18:00:25.965Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-27T18:00:25.965Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-27T18:00:25.965Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-27T18:00:25.965Z] gpg: CAST5 encrypted data [2020-10-27T18:00:26.230Z] gpg: encrypted with 1 passphrase [2020-10-27T18:00:26.230Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-27T18:00:26.569Z] + mkdir /home/jenkins [2020-10-27T18:00:26.569Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-27T18:00:26.898Z] + 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-27T18:00:26.920Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:00:27.674Z] ---> sigul-install.sh [2020-10-27T18:00:36.108Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-27T18:00:36.830Z] + git tag --list [2020-10-27T18:00:36.831Z] v1.0.0 [2020-10-27T18:00:36.831Z] v1.1.0 [2020-10-27T18:00:36.831Z] v1.2.0 [2020-10-27T18:00:36.831Z] v1.2.1-dev.1 [2020-10-27T18:00:36.831Z] v1.2.1-dev.10 [2020-10-27T18:00:36.831Z] v1.2.1-dev.11 [2020-10-27T18:00:36.831Z] v1.2.1-dev.12 [2020-10-27T18:00:36.831Z] v1.2.1-dev.13 [2020-10-27T18:00:36.831Z] v1.2.1-dev.14 [2020-10-27T18:00:36.831Z] v1.2.1-dev.15 [2020-10-27T18:00:36.831Z] v1.2.1-dev.16 [2020-10-27T18:00:36.831Z] v1.2.1-dev.17 [2020-10-27T18:00:36.831Z] v1.2.1-dev.18 [2020-10-27T18:00:36.831Z] v1.2.1-dev.2 [2020-10-27T18:00:36.831Z] v1.2.1-dev.3 [2020-10-27T18:00:36.831Z] v1.2.1-dev.4 [2020-10-27T18:00:36.831Z] v1.2.1-dev.5 [2020-10-27T18:00:36.831Z] v1.2.1-dev.6 [2020-10-27T18:00:36.831Z] v1.2.1-dev.7 [2020-10-27T18:00:36.831Z] v1.2.1-dev.8 [2020-10-27T18:00:36.831Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-27T18:00:37.278Z] + lftools sign git-tag v1.2.1-dev.18 [2020-10-27T18:00:38.876Z] Signing Git tag with Sigul... [2020-10-27T18:00:38.876Z] Signing v1.2.1-dev.18 [Pipeline] echo [2020-10-27T18:00:40.409Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:00:41.064Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-27T18:00:41.077Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-27T18:00:41.201Z] $ docker stop --time=1 ba612b7d9a9fb6caee58c0fd1ce69a6993f588c299bddb6c4f2484ae5a5f0393 [2020-10-27T18:00:43.407Z] $ docker rm -f ba612b7d9a9fb6caee58c0fd1ce69a6993f588c299bddb6c4f2484ae5a5f0393 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-27T18:00:44.623Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T18:00:44.623Z] . [Pipeline] withDockerContainer [2020-10-27T18:00:44.808Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T18:00:44.896Z] $ 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-27T18:00:46.262Z] $ docker top 0a60dc2504be9ada5766281a8c854c87cb2085851287f36a8b549d831d5f430a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T18:00:46.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T18:00:46.688Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T18:00:47.342Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T18:00:47.350Z] $ docker exec 0a60dc2504be9ada5766281a8c854c87cb2085851287f36a8b549d831d5f430a ssh-agent [2020-10-27T18:00:47.720Z] SSH_AUTH_SOCK=/tmp/ssh-TLbdz8qCLWLN/agent.12 [2020-10-27T18:00:47.720Z] SSH_AGENT_PID=17 [2020-10-27T18:00:47.763Z] Running ssh-add (command line suppressed) [2020-10-27T18:00:48.019Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_594983445348223800.key (/w/workspace/_app-service-configurable_master@tmp/private_key_594983445348223800.key) [2020-10-27T18:00:48.117Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T18:00:48.858Z] + git semver bump pre [2020-10-27T18:00:48.858Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T18:00:48.858Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-27T18:00:48.859Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-27T18:00:48.859Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T18:00:48.859Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T18:00:48.859Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T18:00:48.859Z] # $SEMVER_BRANCH = master [2020-10-27T18:00:48.859Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-10-27T18:00:48.859Z] 1.2.1-dev.19 [Pipeline] } [2020-10-27T18:00:48.888Z] $ docker exec --env ******** --env ******** 0a60dc2504be9ada5766281a8c854c87cb2085851287f36a8b549d831d5f430a ssh-agent -k [2020-10-27T18:00:49.441Z] unset SSH_AUTH_SOCK; [2020-10-27T18:00:49.441Z] unset SSH_AGENT_PID; [2020-10-27T18:00:49.441Z] echo Agent pid 17 killed; [2020-10-27T18:00:49.652Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T18:00:50.218Z] + git semver [Pipeline] } [2020-10-27T18:00:50.256Z] $ docker stop --time=1 0a60dc2504be9ada5766281a8c854c87cb2085851287f36a8b549d831d5f430a [2020-10-27T18:00:51.910Z] $ docker rm -f 0a60dc2504be9ada5766281a8c854c87cb2085851287f36a8b549d831d5f430a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T18:00:52.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T18:00:52.615Z] . [Pipeline] withDockerContainer [2020-10-27T18:00:52.924Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T18:00:53.425Z] $ 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-27T18:00:54.706Z] $ docker top 05f18da884155794dd6eef9ec68f1288ef3e5522eae1b7204d917f4725bf5b16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T18:00:55.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T18:00:55.430Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T18:00:56.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T18:00:56.061Z] $ docker exec 05f18da884155794dd6eef9ec68f1288ef3e5522eae1b7204d917f4725bf5b16 ssh-agent [2020-10-27T18:00:56.556Z] SSH_AUTH_SOCK=/tmp/ssh-WZixmHXOuc3W/agent.11 [2020-10-27T18:00:56.556Z] SSH_AGENT_PID=16 [2020-10-27T18:00:56.567Z] Running ssh-add (command line suppressed) [2020-10-27T18:00:56.886Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2450091447642035431.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2450091447642035431.key) [2020-10-27T18:00:57.001Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T18:00:57.709Z] + git semver push [2020-10-27T18:00:57.709Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T18:00:57.709Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-10-27T18:00:57.709Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-10-27T18:00:57.709Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T18:00:57.709Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T18:00:57.709Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T18:00:57.709Z] # $SEMVER_BRANCH = master [2020-10-27T18:00:57.709Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-10-27T18:01:04.481Z] $ docker exec --env ******** --env ******** 05f18da884155794dd6eef9ec68f1288ef3e5522eae1b7204d917f4725bf5b16 ssh-agent -k [2020-10-27T18:01:04.814Z] unset SSH_AUTH_SOCK; [2020-10-27T18:01:04.814Z] unset SSH_AGENT_PID; [2020-10-27T18:01:04.814Z] echo Agent pid 16 killed; [2020-10-27T18:01:04.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T18:01:05.558Z] + git semver [Pipeline] } [2020-10-27T18:01:05.595Z] $ docker stop --time=1 05f18da884155794dd6eef9ec68f1288ef3e5522eae1b7204d917f4725bf5b16 [2020-10-27T18:01:07.260Z] $ docker rm -f 05f18da884155794dd6eef9ec68f1288ef3e5522eae1b7204d917f4725bf5b16 [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-27T18:01:08.834Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:01:09.452Z] ---> package-listing.sh [2020-10-27T18:01:09.452Z] ++ facter osfamily [2020-10-27T18:01:09.452Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T18:01:09.719Z] + OS_FAMILY=redhat [2020-10-27T18:01:09.719Z] + workspace=/w/workspace/_app-service-configurable_master [2020-10-27T18:01:09.719Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T18:01:09.719Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T18:01:09.719Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T18:01:09.719Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T18:01:09.719Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-27T18:01:09.719Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T18:01:09.719Z] + case "${OS_FAMILY}" in [2020-10-27T18:01:09.719Z] + sort [2020-10-27T18:01:09.719Z] + rpm -qa [2020-10-27T18:01:14.032Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T18:01:14.032Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T18:01:14.032Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T18:01:14.032Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-10-27T18:01:14.032Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-10-27T18:01:14.032Z] + 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-27T18:01:14.051Z] 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-27T18:01:14.374Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T18:01:14.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T18:01:14.974Z] [2020-10-27T18:01:14.974Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T18:01:15.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T18:01:15.354Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T18:01:15.354Z] df20fa9351a1: Pulling fs layer [2020-10-27T18:01:15.354Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T18:01:15.354Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T18:01:15.354Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T18:01:15.354Z] 93b61091891f: Pulling fs layer [2020-10-27T18:01:15.354Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T18:01:15.354Z] 5e14af77c1be: Pulling fs layer [2020-10-27T18:01:15.354Z] 01666e4c0597: Pulling fs layer [2020-10-27T18:01:15.354Z] aa168da1d23b: Pulling fs layer [2020-10-27T18:01:15.354Z] 46f8f816bc3b: Waiting [2020-10-27T18:01:15.354Z] 93b9cdb0e59b: Waiting [2020-10-27T18:01:15.354Z] 5e14af77c1be: Waiting [2020-10-27T18:01:15.354Z] 01666e4c0597: Waiting [2020-10-27T18:01:15.354Z] aa168da1d23b: Waiting [2020-10-27T18:01:15.354Z] 93b61091891f: Waiting [2020-10-27T18:01:15.671Z] 36b3adc4ff6f: Verifying Checksum [2020-10-27T18:01:15.671Z] 36b3adc4ff6f: Download complete [2020-10-27T18:01:15.968Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T18:01:15.968Z] 46f8f816bc3b: Download complete [2020-10-27T18:01:15.968Z] df20fa9351a1: Download complete [2020-10-27T18:01:15.968Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T18:01:15.968Z] 93b9cdb0e59b: Download complete [2020-10-27T18:01:15.968Z] 5e14af77c1be: Verifying Checksum [2020-10-27T18:01:15.968Z] 5e14af77c1be: Download complete [2020-10-27T18:01:15.968Z] 01666e4c0597: Verifying Checksum [2020-10-27T18:01:15.968Z] 01666e4c0597: Download complete [2020-10-27T18:01:16.263Z] 93b61091891f: Verifying Checksum [2020-10-27T18:01:16.263Z] 93b61091891f: Download complete [2020-10-27T18:01:16.598Z] df20fa9351a1: Pull complete [2020-10-27T18:01:16.924Z] 36b3adc4ff6f: Pull complete [2020-10-27T18:01:17.253Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T18:01:17.253Z] 8ad3a11d3b57: Download complete [2020-10-27T18:01:18.770Z] 8ad3a11d3b57: Pull complete [2020-10-27T18:01:18.770Z] 46f8f816bc3b: Pull complete [2020-10-27T18:01:19.415Z] 93b61091891f: Pull complete [2020-10-27T18:01:19.727Z] 93b9cdb0e59b: Pull complete [2020-10-27T18:01:20.012Z] 5e14af77c1be: Pull complete [2020-10-27T18:01:20.012Z] 01666e4c0597: Pull complete [2020-10-27T18:01:22.683Z] aa168da1d23b: Verifying Checksum [2020-10-27T18:01:22.683Z] aa168da1d23b: Download complete [2020-10-27T18:01:35.358Z] aa168da1d23b: Pull complete [2020-10-27T18:01:35.358Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T18:01:35.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T18:01:35.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T18:01:35.672Z] prd-centos7-docker-4c-2g-9199 does not seem to be running inside a container [2020-10-27T18:01:35.746Z] $ 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-27T18:01:38.827Z] $ docker top cd0bc36f96a249a57002c87a4a9fd6040a542913d334a7b396d2241733c8b509 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T18:01:39.425Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T18:01:39.748Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T18:01:40.123Z] + ls /var/log/sa-host [2020-10-27T18:01:40.123Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T18:01:40.123Z] file_magic: OK [2020-10-27T18:01:40.123Z] HZ: Using current value: 100 [2020-10-27T18:01:40.123Z] file_header: OK [2020-10-27T18:01:40.123Z] 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-27T18:01:40.123Z] Statistics: [2020-10-27T18:01:40.123Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T18:01:40.123Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T18:01:40.123Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T18:01:40.123Z] file_magic: OK [2020-10-27T18:01:40.123Z] HZ: Using current value: 100 [2020-10-27T18:01:40.123Z] file_header: OK [2020-10-27T18:01:40.123Z] 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-27T18:01:40.123Z] Statistics: [2020-10-27T18:01:40.123Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T18:01:40.123Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T18:01:40.415Z] provisioning config files... [2020-10-27T18:01:40.504Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6118396820533487806tmp [Pipeline] { [Pipeline] echo [2020-10-27T18:01:40.642Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:01:41.008Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T18:01:41.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T18:01:41.117Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:01:41.468Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T18:01:41.492Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:01:41.815Z] ---> sudo-logs.sh [2020-10-27T18:01:41.816Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T18:01:42.099Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:01:42.517Z] ---> job-cost.sh [2020-10-27T18:01:42.518Z] lf-activate-venv: SKIPPING [2020-10-27T18:01:42.518Z] INFO: No Stack... [2020-10-27T18:01:45.151Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T18:01:45.151Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T18:01:45.166Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T18:01:45.494Z] ---> logs-deploy.sh [2020-10-27T18:01:45.494Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/56 [2020-10-27T18:01:45.494Z] INFO: archiving workspace using pattern(s): [2020-10-27T18:01:48.108Z] Archives upload complete. [2020-10-27T18:01:48.108Z] INFO: archiving logs to Nexus