Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1862 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 with configured refspecs honoured and without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c # timeout=10 Commit message: "feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114)" > git rev-list --no-walk 6d51720bebf870c8d3052e72161f8d66f404099d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-08T22:54:42.531Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-08T22:54:42.758Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-08T22:54:42.861Z] ========================================================= [2020-09-08T22:54:42.861Z] EdgeX Global Pipelines Version Info [2020-09-08T22:54:42.861Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-08T22:54:44.251Z] ------------------- [2020-09-08T22:54:44.251Z] stable info: [2020-09-08T22:54:44.251Z] ------------------- [2020-09-08T22:54:44.251Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T22:54:44.251Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T22:54:44.251Z] Message: update stable to v1.0.119 [2020-09-08T22:54:45.193Z] ------------------- [2020-09-08T22:54:45.193Z] experimental info: [2020-09-08T22:54:45.193Z] ------------------- [2020-09-08T22:54:45.193Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-08T22:54:45.193Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-08T22:54:45.193Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-08T22:54:45.483Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-09-08T22:54:45.561Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-09-08T22:54:45.636Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-08T22:54:45.712Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-08T22:54:45.785Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-08T22:54:45.857Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-08T22:54:45.948Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-08T22:54:46.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-08T22:54:46.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-08T22:54:46.166Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-08T22:54:46.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-08T22:54:46.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-09-08T22:54:46.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-08T22:54:46.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-08T22:54:46.585Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T22:54:46.664Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T22:54:46.839Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T22:54:46.929Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T22:54:47.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-08T22:54:47.094Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-08T22:54:47.167Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-08T22:54:47.241Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-08T22:54:47.325Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-08T22:54:47.427Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-08T22:54:47.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-08T22:54:47.577Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] echo [2020-09-08T22:54:47.656Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9362ccc [Pipeline] echo [2020-09-08T22:54:47.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T22:54:48.277Z] + git log --format=format:%s -1 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] echo [2020-09-08T22:54:48.374Z] GIT_COMMIT: 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c, Commit Message: feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114) [Pipeline] echo [2020-09-08T22:54:48.413Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:54:49.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T22:54:49.810Z] [2020-09-08T22:54:49.810Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:54:50.220Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T22:54:50.220Z] latest: Pulling from edgex-devops/git-semver [2020-09-08T22:54:50.220Z] 31603596830f: Pulling fs layer [2020-09-08T22:54:50.220Z] 2a8b12db71e7: Pulling fs layer [2020-09-08T22:54:50.220Z] 6ca5941a6612: Pulling fs layer [2020-09-08T22:54:50.220Z] ecc8261a40a4: Pulling fs layer [2020-09-08T22:54:50.220Z] ecc8261a40a4: Waiting [2020-09-08T22:54:50.220Z] 2a8b12db71e7: Verifying Checksum [2020-09-08T22:54:50.220Z] 2a8b12db71e7: Download complete [2020-09-08T22:54:50.220Z] 31603596830f: Verifying Checksum [2020-09-08T22:54:50.220Z] 31603596830f: Download complete [2020-09-08T22:54:50.488Z] ecc8261a40a4: Verifying Checksum [2020-09-08T22:54:50.488Z] ecc8261a40a4: Download complete [2020-09-08T22:54:50.488Z] 6ca5941a6612: Verifying Checksum [2020-09-08T22:54:50.488Z] 6ca5941a6612: Download complete [2020-09-08T22:54:50.751Z] 31603596830f: Pull complete [2020-09-08T22:54:50.751Z] 2a8b12db71e7: Pull complete [2020-09-08T22:54:51.704Z] 6ca5941a6612: Pull complete [2020-09-08T22:54:51.965Z] ecc8261a40a4: Pull complete [2020-09-08T22:54:51.965Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-08T22:54:51.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T22:54:51.965Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-08T22:54:52.079Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T22:54:52.121Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T22:54:54.757Z] $ docker top 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T22:54:55.029Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T22:54:55.029Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T22:54:55.250Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T22:54:55.254Z] $ docker exec 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent [2020-09-08T22:54:55.438Z] SSH_AUTH_SOCK=/tmp/ssh-S0mbj6wd102n/agent.11 [2020-09-08T22:54:55.438Z] SSH_AGENT_PID=16 [2020-09-08T22:54:55.450Z] Running ssh-add (command line suppressed) [2020-09-08T22:54:55.579Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5576558159643810875.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5576558159643810875.key) [2020-09-08T22:54:55.629Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T22:54:55.955Z] + git describe --exact-match --tags HEAD [2020-09-08T22:54:55.955Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-08T22:54:55.982Z] $ docker exec --env ******** --env ******** 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent -k [2020-09-08T22:54:56.097Z] unset SSH_AUTH_SOCK; [2020-09-08T22:54:56.098Z] unset SSH_AGENT_PID; [2020-09-08T22:54:56.098Z] echo Agent pid 16 killed; [2020-09-08T22:54:56.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-08T22:54:56.216Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-08T22:54:56.216Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-08T22:54:56.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T22:54:56.306Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T22:54:56.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T22:54:56.476Z] $ docker exec 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent [2020-09-08T22:54:56.636Z] SSH_AUTH_SOCK=/tmp/ssh-9CaBac574TWv/agent.45 [2020-09-08T22:54:56.636Z] SSH_AGENT_PID=51 [2020-09-08T22:54:56.643Z] Running ssh-add (command line suppressed) [2020-09-08T22:54:56.764Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2909012469302453970.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2909012469302453970.key) [2020-09-08T22:54:56.807Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T22:54:57.135Z] + git semver init [2020-09-08T22:54:57.135Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T22:54:57.136Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-08T22:54:57.136Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-08T22:54:57.136Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T22:54:57.136Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T22:54:57.136Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T22:54:57.136Z] # $SEMVER_BRANCH = master [2020-09-08T22:54:57.136Z] # $SEMVER_TEMP = /tmp/semver-944165189 [2020-09-08T22:54:57.136Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-09-08T22:54:57.396Z] # '/tmp/semver-944165189' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-09-08T22:54:57.396Z] # -> Force: false [2020-09-08T22:54:57.396Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-08T22:54:57.410Z] $ docker exec --env ******** --env ******** 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d ssh-agent -k [2020-09-08T22:54:57.520Z] unset SSH_AUTH_SOCK; [2020-09-08T22:54:57.521Z] unset SSH_AGENT_PID; [2020-09-08T22:54:57.521Z] echo Agent pid 51 killed; [2020-09-08T22:54:57.564Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T22:54:58.000Z] + git semver [Pipeline] } [2020-09-08T22:54:58.019Z] $ docker stop --time=1 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d [2020-09-08T22:54:59.368Z] $ docker rm -f 5dc57cb232fcd5998c710be1baa252ced6f237cc36b8c5a12ed024bc7f37f36d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-08T22:54:59.990Z] Stashed 21 file(s) [Pipeline] echo [2020-09-08T22:54:59.992Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.10 [Pipeline] echo [2020-09-08T22:55:00.073Z] Archived original version: [1.2.1-dev.10] [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-09-08T22:55:15.647Z] Still waiting to schedule task [2020-09-08T22:55:15.648Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-08T22:55:15.650Z] Still waiting to schedule task [2020-09-08T22:55:15.650Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-08T22:57:48.656Z] Running on prd-centos7-docker-4c-2g-1864 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-08T22:57:48.698Z] Running in /w/workspace/app-service-configurable/46 [Pipeline] { [Pipeline] checkout [2020-09-08T22:57:51.085Z] using credential edgex-jenkins-ssh [2020-09-08T22:57:51.127Z] Cloning the remote Git repository [2020-09-08T22:57:51.128Z] Cloning with configured refspecs honoured and without tags [2020-09-08T22:57:51.155Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-08T22:57:51.217Z] > git init /w/workspace/app-service-configurable/46 # timeout=10 [2020-09-08T22:57:51.261Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-08T22:57:51.262Z] > git --version # timeout=10 [2020-09-08T22:57:51.267Z] > git --version # 'git version 2.16.5' [2020-09-08T22:57:51.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T22:57:51.804Z] Fetching without tags [2020-09-08T22:57:52.200Z] Checking out Revision 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c (master) [2020-09-08T22:57:51.295Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T22:57:51.781Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-08T22:57:51.788Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T22:57:51.800Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-08T22:57:51.809Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-08T22:57:51.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T22:57:51.813Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T22:57:52.210Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T22:57:52.214Z] > git checkout -f 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c # timeout=10 [2020-09-08T22:57:55.742Z] Commit message: "feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T22:57:56.755Z] ========================================================= [2020-09-08T22:57:56.755Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-08T22:57:56.755Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:57:57.476Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-08T22:57:57.737Z] Sending build context to Docker daemon 302.6kB [2020-09-08T22:57:57.737Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T22:57:57.737Z] Step 2/8 : FROM ${BASE} [2020-09-08T22:57:57.737Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-08T22:57:57.737Z] df20fa9351a1: Pulling fs layer [2020-09-08T22:57:57.737Z] ed8968b2872e: Pulling fs layer [2020-09-08T22:57:57.737Z] a92cc7c5fd73: Pulling fs layer [2020-09-08T22:57:57.737Z] 2dd03ba5bac4: Pulling fs layer [2020-09-08T22:57:57.737Z] 1e091d79d1de: Pulling fs layer [2020-09-08T22:57:57.737Z] 481702a1767f: Pulling fs layer [2020-09-08T22:57:57.737Z] f64a6f60c768: Pulling fs layer [2020-09-08T22:57:57.737Z] e78d2573fc39: Pulling fs layer [2020-09-08T22:57:57.737Z] e876d2f968b6: Pulling fs layer [2020-09-08T22:57:57.737Z] ce8a83651883: Pulling fs layer [2020-09-08T22:57:57.737Z] 07967f4d0e4b: Pulling fs layer [2020-09-08T22:57:57.737Z] f64a6f60c768: Waiting [2020-09-08T22:57:57.737Z] e78d2573fc39: Waiting [2020-09-08T22:57:57.737Z] e876d2f968b6: Waiting [2020-09-08T22:57:57.737Z] ce8a83651883: Waiting [2020-09-08T22:57:57.737Z] 07967f4d0e4b: Waiting [2020-09-08T22:57:57.737Z] 2dd03ba5bac4: Waiting [2020-09-08T22:57:57.737Z] 1e091d79d1de: Waiting [2020-09-08T22:57:57.737Z] 481702a1767f: Waiting [2020-09-08T22:57:57.737Z] a92cc7c5fd73: Verifying Checksum [2020-09-08T22:57:57.737Z] a92cc7c5fd73: Download complete [2020-09-08T22:57:57.737Z] ed8968b2872e: Download complete [2020-09-08T22:57:57.737Z] 1e091d79d1de: Verifying Checksum [2020-09-08T22:57:57.737Z] 1e091d79d1de: Download complete [2020-09-08T22:57:57.737Z] 481702a1767f: Verifying Checksum [2020-09-08T22:57:57.737Z] 481702a1767f: Download complete [2020-09-08T22:57:57.997Z] df20fa9351a1: Verifying Checksum [2020-09-08T22:57:57.997Z] df20fa9351a1: Download complete [2020-09-08T22:57:58.259Z] df20fa9351a1: Pull complete [2020-09-08T22:57:58.259Z] ed8968b2872e: Pull complete [2020-09-08T22:57:58.534Z] a92cc7c5fd73: Pull complete [2020-09-08T22:58:00.457Z] f64a6f60c768: Verifying Checksum [2020-09-08T22:58:00.457Z] f64a6f60c768: Download complete [2020-09-08T22:58:00.457Z] e876d2f968b6: Verifying Checksum [2020-09-08T22:58:00.457Z] e876d2f968b6: Download complete [2020-09-08T22:58:01.407Z] ce8a83651883: Verifying Checksum [2020-09-08T22:58:01.407Z] ce8a83651883: Download complete [2020-09-08T22:58:01.407Z] 07967f4d0e4b: Verifying Checksum [2020-09-08T22:58:01.407Z] 07967f4d0e4b: Download complete [2020-09-08T22:58:01.407Z] e78d2573fc39: Verifying Checksum [2020-09-08T22:58:01.407Z] e78d2573fc39: Download complete [2020-09-08T22:58:01.407Z] 2dd03ba5bac4: Verifying Checksum [2020-09-08T22:58:01.407Z] 2dd03ba5bac4: Download complete [2020-09-08T22:58:06.752Z] 2dd03ba5bac4: Pull complete [2020-09-08T22:58:06.752Z] 1e091d79d1de: Pull complete [2020-09-08T22:58:06.752Z] 481702a1767f: Pull complete [2020-09-08T22:58:13.352Z] f64a6f60c768: Pull complete [2020-09-08T22:58:16.710Z] e78d2573fc39: Pull complete [2020-09-08T22:58:16.710Z] e876d2f968b6: Pull complete [2020-09-08T22:58:17.659Z] ce8a83651883: Pull complete [2020-09-08T22:58:17.920Z] 07967f4d0e4b: Pull complete [2020-09-08T22:58:17.920Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-08T22:58:17.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-08T22:58:17.920Z] ---> 5d7c900382c6 [2020-09-08T22:58:17.920Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-08T22:58:19.836Z] ---> Running in 613c1d07182d [2020-09-08T22:58:19.836Z] Removing intermediate container 613c1d07182d [2020-09-08T22:58:19.836Z] ---> c610df97b8a0 [2020-09-08T22:58:19.836Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T22:58:19.836Z] ---> Running in 9a16005b4fe1 [2020-09-08T22:58:20.784Z] Removing intermediate container 9a16005b4fe1 [2020-09-08T22:58:20.784Z] ---> b825b84b3ff7 [2020-09-08T22:58:20.784Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-08T22:58:21.049Z] ---> Running in cb6598cf6667 [2020-09-08T22:58:21.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T22:58:22.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T22:58:23.146Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-08T22:58:23.146Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-08T22:58:23.146Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-08T22:58:23.146Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-08T22:58:23.406Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-08T22:58:23.406Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-08T22:58:23.670Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T22:58:23.670Z] OK: 167 MiB in 45 packages [2020-09-08T22:58:24.244Z] Removing intermediate container cb6598cf6667 [2020-09-08T22:58:24.244Z] ---> c321f85bbf15 [2020-09-08T22:58:24.244Z] Step 6/8 : WORKDIR /app [2020-09-08T22:58:24.244Z] ---> Running in 8540ab6f42ba [2020-09-08T22:58:24.505Z] Removing intermediate container 8540ab6f42ba [2020-09-08T22:58:24.505Z] ---> c052ddde24ba [2020-09-08T22:58:24.505Z] Step 7/8 : COPY . . [2020-09-08T22:58:24.767Z] ---> 2f59ef23b6d7 [2020-09-08T22:58:24.767Z] Step 8/8 : RUN go mod download [2020-09-08T22:58:25.031Z] ---> Running in 8b7cd539321b [2020-09-08T22:58:27.584Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-08T22:58:27.584Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T22:58:27.584Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T22:58:27.584Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T22:58:27.584Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T22:58:27.584Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T22:58:27.584Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T22:58:27.584Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T22:58:27.584Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-08T22:58:27.584Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T22:58:27.584Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.21 [2020-09-08T22:58:27.584Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-08T22:58:27.584Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T22:58:27.584Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 [2020-09-08T22:58:27.584Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-08T22:58:27.584Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-08T22:58:27.584Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-08T22:58:27.584Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T22:58:27.584Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-08T22:58:27.845Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T22:58:27.845Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T22:58:27.845Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T22:58:27.845Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-08T22:58:27.845Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-08T22:58:27.845Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-08T22:58:27.845Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-08T22:58:27.845Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-08T22:58:27.845Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T22:58:27.845Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-08T22:58:27.845Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-08T22:58:27.845Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-08T22:58:28.107Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T22:58:28.107Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-08T22:58:28.107Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T22:58:28.107Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-08T22:58:28.107Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T22:58:28.107Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T22:58:28.107Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T22:58:28.107Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T22:58:28.107Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T22:58:28.107Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T22:58:28.107Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T22:58:28.367Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T22:58:28.367Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-08T22:58:28.628Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T22:58:28.628Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T22:58:28.628Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T22:58:28.628Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T22:58:28.628Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-08T22:58:28.628Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T22:58:28.628Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T22:58:28.628Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T22:58:28.628Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T22:58:28.628Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T22:58:28.628Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T22:58:28.628Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T22:58:28.888Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T22:58:28.888Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T22:58:28.888Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T22:58:28.888Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T22:58:28.888Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T22:58:28.888Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-08T22:58:28.888Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-08T22:58:28.888Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T22:58:28.888Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-08T22:58:28.888Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T22:58:28.888Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T22:58:28.888Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T22:58:29.148Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T22:58:29.148Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T22:58:29.148Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T22:58:29.148Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-08T22:58:29.148Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-08T22:58:29.148Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-08T22:58:29.148Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T22:58:29.148Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T22:58:29.148Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-08T22:58:29.148Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-08T22:58:29.148Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-08T22:58:29.148Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-08T22:58:29.409Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-08T22:58:29.409Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T22:58:29.409Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-08T22:58:29.409Z] go: finding golang.org/x/text v0.3.2 [2020-09-08T22:58:29.409Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-08T22:58:29.409Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-08T22:58:29.409Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-08T22:58:29.409Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-08T22:58:29.409Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-08T22:58:29.409Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T22:58:29.671Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-08T22:58:51.684Z] Removing intermediate container 8b7cd539321b [2020-09-08T22:58:51.684Z] ---> 0453688de98a [2020-09-08T22:58:51.684Z] Successfully built 0453688de98a [2020-09-08T22:58:51.684Z] Successfully tagged ci-base-image-x86_64:latest [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-09-08T22:58:54.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T22:58:54.504Z] + ls -al . [2020-09-08T22:58:54.504Z] total 72 [2020-09-08T22:58:54.504Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 8 22:57 . [2020-09-08T22:58:54.504Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 8 22:57 .. [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 6568 Sep 8 22:57 Attribution.txt [2020-09-08T22:58:54.504Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 8 22:57 bin [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 180 Sep 8 22:57 docker-compose.debug.yml [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 8 22:57 docker-compose.yml [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 2002 Sep 8 22:57 Dockerfile [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 966 Sep 8 22:57 Dockerfile.build [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 119 Sep 8 22:57 .dockerignore [2020-09-08T22:58:54.504Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 8 22:57 .git [2020-09-08T22:58:54.504Z] drwxrwxr-x. 2 jenkins jenkins 81 Sep 8 22:57 .github [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 93 Sep 8 22:57 .gitignore [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 8 22:57 go.mod [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 710 Sep 8 22:57 Jenkinsfile [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 8 22:57 LICENSE [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 8 22:57 main.go [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 1573 Sep 8 22:57 makefile [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 1277 Sep 8 22:57 README.md [2020-09-08T22:58:54.504Z] drwxrwxr-x. 10 jenkins jenkins 171 Sep 8 22:57 res [2020-09-08T22:58:54.504Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 22:57 .semver [2020-09-08T22:58:54.504Z] drwxrwxr-x. 4 jenkins jenkins 71 Sep 8 22:57 snap [2020-09-08T22:58:54.504Z] -rw-rw-r--. 1 jenkins jenkins 12 Sep 8 22:54 VERSION [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:58:54.807Z] + 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=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c --label arch=amd64 --label version=1.2.1-dev.10 . [2020-09-08T22:58:55.067Z] Sending build context to Docker daemon 303.6kB [2020-09-08T22:58:55.067Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-09-08T22:58:55.067Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-08T22:58:55.067Z] ---> 0453688de98a [2020-09-08T22:58:55.067Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-08T22:58:55.067Z] ---> Running in 295a34323228 [2020-09-08T22:58:55.328Z] Removing intermediate container 295a34323228 [2020-09-08T22:58:55.328Z] ---> f27c68d0d4c8 [2020-09-08T22:58:55.328Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T22:58:55.328Z] ---> Running in 4b76d05108a9 [2020-09-08T22:58:55.328Z] Removing intermediate container 4b76d05108a9 [2020-09-08T22:58:55.328Z] ---> 14ebc4117ee5 [2020-09-08T22:58:55.328Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-08T22:58:55.589Z] ---> Running in abcc89fac730 [2020-09-08T22:58:55.589Z] Removing intermediate container abcc89fac730 [2020-09-08T22:58:55.589Z] ---> 4ef331cac6b8 [2020-09-08T22:58:55.589Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T22:58:55.850Z] ---> Running in a8a84cecf499 [2020-09-08T22:58:56.792Z] Removing intermediate container a8a84cecf499 [2020-09-08T22:58:56.792Z] ---> c35d7fb90535 [2020-09-08T22:58:56.792Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T22:58:56.792Z] ---> Running in ce35adbb0974 [2020-09-08T22:58:57.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T22:58:57.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T22:58:58.569Z] OK: 167 MiB in 45 packages [2020-09-08T22:58:58.831Z] Removing intermediate container ce35adbb0974 [2020-09-08T22:58:58.831Z] ---> 85a4980868e5 [2020-09-08T22:58:58.831Z] Step 8/27 : WORKDIR /app [2020-09-08T22:58:58.831Z] ---> Running in 9b7c82aed747 [2020-09-08T22:58:59.092Z] Removing intermediate container 9b7c82aed747 [2020-09-08T22:58:59.092Z] ---> 4ce87e58fdb4 [2020-09-08T22:58:59.092Z] Step 9/27 : COPY go.mod . [2020-09-08T22:58:59.353Z] ---> 2d79f19ed077 [2020-09-08T22:58:59.353Z] Step 10/27 : RUN go mod download [2020-09-08T22:58:59.353Z] ---> Running in 838b0cab9655 [2020-09-08T22:59:00.302Z] Removing intermediate container 838b0cab9655 [2020-09-08T22:59:00.302Z] ---> 3ec75b2f74f0 [2020-09-08T22:59:00.302Z] Step 11/27 : COPY . . [2020-09-08T22:59:01.248Z] ---> d5c3eeae3f25 [2020-09-08T22:59:01.248Z] Step 12/27 : ARG MAKE="make build" [2020-09-08T22:59:01.248Z] ---> Running in a5c3be7c4d36 [2020-09-08T22:59:01.248Z] Removing intermediate container a5c3be7c4d36 [2020-09-08T22:59:01.248Z] ---> 594b4a02a196 [2020-09-08T22:59:01.248Z] Step 13/27 : RUN $MAKE [2020-09-08T22:59:01.511Z] ---> Running in 5dbf1c0749d1 [2020-09-08T22:59:01.774Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.10" -o app-service-configurable [2020-09-08T22:59:19.974Z] Removing intermediate container 5dbf1c0749d1 [2020-09-08T22:59:19.974Z] ---> a682ada5d88a [2020-09-08T22:59:19.974Z] Step 14/27 : FROM alpine:latest [2020-09-08T22:59:20.236Z] latest: Pulling from library/alpine [2020-09-08T22:59:20.499Z] df20fa9351a1: Already exists [2020-09-08T22:59:20.499Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T22:59:20.499Z] Status: Downloaded newer image for alpine:latest [2020-09-08T22:59:20.499Z] ---> a24bb4013296 [2020-09-08T22:59:20.499Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-08T22:59:20.499Z] ---> Running in b93fe7aad339 [2020-09-08T22:59:20.759Z] Removing intermediate container b93fe7aad339 [2020-09-08T22:59:20.759Z] ---> 73d5a792069a [2020-09-08T22:59:20.759Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-08T22:59:20.759Z] ---> Running in 46fdaf949632 [2020-09-08T22:59:21.023Z] Removing intermediate container 46fdaf949632 [2020-09-08T22:59:21.023Z] ---> 01df3bd74c1a [2020-09-08T22:59:21.023Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-08T22:59:21.023Z] ---> Running in 5bf40288c8fd [2020-09-08T22:59:21.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T22:59:21.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T22:59:21.594Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-08T22:59:21.594Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-08T22:59:21.594Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-08T22:59:21.594Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-08T22:59:21.855Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-08T22:59:21.855Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-08T22:59:21.855Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T22:59:21.855Z] Executing ca-certificates-20191127-r4.trigger [2020-09-08T22:59:21.855Z] OK: 9 MiB in 20 packages [2020-09-08T22:59:22.571Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1865 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-08T22:59:22.620Z] Running in /w/workspace/app-service-configurable/46 [Pipeline] { [Pipeline] checkout [2020-09-08T22:59:22.800Z] Removing intermediate container 5bf40288c8fd [2020-09-08T22:59:22.800Z] ---> 4fdfe69f2357 [2020-09-08T22:59:22.800Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-08T22:59:23.063Z] ---> 2739723c57f7 [2020-09-08T22:59:23.063Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-08T22:59:23.326Z] ---> 9bd2e297f7c9 [2020-09-08T22:59:23.326Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-08T22:59:23.596Z] ---> 583bb2a83bcf [2020-09-08T22:59:23.596Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-08T22:59:24.172Z] ---> a9309dcb768f [2020-09-08T22:59:24.172Z] Step 22/27 : EXPOSE 48095 [2020-09-08T22:59:24.434Z] ---> Running in f4de3d4adf21 [2020-09-08T22:59:24.434Z] Removing intermediate container f4de3d4adf21 [2020-09-08T22:59:24.434Z] ---> fcdae390e3cc [2020-09-08T22:59:24.434Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-08T22:59:24.434Z] ---> Running in 494112630da6 [2020-09-08T22:59:24.694Z] Removing intermediate container 494112630da6 [2020-09-08T22:59:24.694Z] ---> 7c69ba6ea33d [2020-09-08T22:59:24.694Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T22:59:24.694Z] ---> Running in d318be4b0a08 [2020-09-08T22:59:24.955Z] Removing intermediate container d318be4b0a08 [2020-09-08T22:59:24.955Z] ---> 8a4b8f8c6d84 [2020-09-08T22:59:24.955Z] Step 25/27 : LABEL arch=amd64 [2020-09-08T22:59:24.955Z] ---> Running in aaa6d284b1fd [2020-09-08T22:59:25.217Z] Removing intermediate container aaa6d284b1fd [2020-09-08T22:59:25.217Z] ---> 1cf0c972ef01 [2020-09-08T22:59:25.217Z] Step 26/27 : LABEL git_sha=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T22:59:25.217Z] ---> Running in 9e6e2cc85aff [2020-09-08T22:59:25.217Z] Removing intermediate container 9e6e2cc85aff [2020-09-08T22:59:25.217Z] ---> d4f9838ac4b8 [2020-09-08T22:59:25.217Z] Step 27/27 : LABEL version=1.2.1-dev.10 [2020-09-08T22:59:25.480Z] ---> Running in d987815c0968 [2020-09-08T22:59:25.480Z] Removing intermediate container d987815c0968 [2020-09-08T22:59:25.480Z] ---> b61c11bed9c8 [2020-09-08T22:59:25.480Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T22:59:25.480Z] Successfully built b61c11bed9c8 [2020-09-08T22:59:25.480Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-08T22:59:25.883Z] provisioning config files... [2020-09-08T22:59:25.908Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/46@tmp/config8488925292996329517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-08T22:59:26.536Z] ---> docker-login.sh [2020-09-08T22:59:26.536Z] nexus3.edgexfoundry.org:10001 [2020-09-08T22:59:26.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T22:59:26.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T22:59:26.799Z] Configure a credential helper to remove this warning. See [2020-09-08T22:59:26.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T22:59:26.799Z] [2020-09-08T22:59:26.799Z] Login Succeeded [2020-09-08T22:59:26.799Z] nexus3.edgexfoundry.org:10002 [2020-09-08T22:59:26.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T22:59:26.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T22:59:26.799Z] Configure a credential helper to remove this warning. See [2020-09-08T22:59:26.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T22:59:26.799Z] [2020-09-08T22:59:26.799Z] Login Succeeded [2020-09-08T22:59:26.799Z] nexus3.edgexfoundry.org:10003 [2020-09-08T22:59:27.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T22:59:27.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T22:59:27.061Z] Configure a credential helper to remove this warning. See [2020-09-08T22:59:27.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T22:59:27.061Z] [2020-09-08T22:59:27.061Z] Login Succeeded [2020-09-08T22:59:27.061Z] nexus3.edgexfoundry.org:10004 [2020-09-08T22:59:27.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T22:59:27.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T22:59:27.322Z] Configure a credential helper to remove this warning. See [2020-09-08T22:59:27.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T22:59:27.322Z] [2020-09-08T22:59:27.322Z] Login Succeeded [2020-09-08T22:59:27.322Z] docker.io [2020-09-08T22:59:27.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T22:59:27.485Z] using credential edgex-jenkins-ssh [2020-09-08T22:59:27.543Z] Cloning the remote Git repository [2020-09-08T22:59:27.543Z] Cloning with configured refspecs honoured and without tags [2020-09-08T22:59:27.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T22:59:27.583Z] Configure a credential helper to remove this warning. See [2020-09-08T22:59:27.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T22:59:27.583Z] [2020-09-08T22:59:27.583Z] Login Succeeded [2020-09-08T22:59:27.583Z] ---> docker-login.sh ends [Pipeline] } [2020-09-08T22:59:27.593Z] Deleting 1 temporary files [2020-09-08T22:59:27.613Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T22:59:27.771Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-09-08T22:59:27.771Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T22:59:27.771Z] latest [2020-09-08T22:59:27.771Z] 1.2.1-dev.10 [2020-09-08T22:59:27.771Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [2020-09-08T22:59:27.771Z] master [2020-09-08T22:59:27.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:28.228Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:28.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T22:59:28.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-08T22:59:28.527Z] e634cdf107cb: Preparing [2020-09-08T22:59:28.527Z] ede019451202: Preparing [2020-09-08T22:59:28.527Z] a3eb2b459f03: Preparing [2020-09-08T22:59:28.527Z] 90336eda25fd: Preparing [2020-09-08T22:59:28.527Z] a9a815ce2392: Preparing [2020-09-08T22:59:28.527Z] 50644c29ef5a: Preparing [2020-09-08T22:59:28.527Z] 50644c29ef5a: Waiting [2020-09-08T22:59:28.527Z] ede019451202: Pushed [2020-09-08T22:59:28.527Z] 90336eda25fd: Pushed [2020-09-08T22:59:28.527Z] a3eb2b459f03: Pushed [2020-09-08T22:59:28.549Z] Fetching without tags [2020-09-08T22:59:28.788Z] 50644c29ef5a: Layer already exists [2020-09-08T22:59:28.788Z] a9a815ce2392: Pushed [2020-09-08T22:59:27.722Z] > git init /w/workspace/app-service-configurable/46 # timeout=10 [2020-09-08T22:59:27.783Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-08T22:59:27.783Z] > git --version # timeout=10 [2020-09-08T22:59:27.804Z] > git --version # 'git version 2.17.1' [2020-09-08T22:59:27.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T22:59:27.899Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T22:59:28.483Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-08T22:59:28.505Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T22:59:28.534Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-08T22:59:28.564Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-08T22:59:28.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T22:59:28.592Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T22:59:29.036Z] Checking out Revision 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c (master) [2020-09-08T22:59:29.061Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T22:59:29.081Z] > git checkout -f 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c # timeout=10 [2020-09-08T22:59:30.701Z] e634cdf107cb: Pushed [2020-09-08T22:59:30.701Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:31.002Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:31.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-08T22:59:31.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-08T22:59:31.300Z] e634cdf107cb: Preparing [2020-09-08T22:59:31.300Z] ede019451202: Preparing [2020-09-08T22:59:31.300Z] a3eb2b459f03: Preparing [2020-09-08T22:59:31.300Z] 90336eda25fd: Preparing [2020-09-08T22:59:31.300Z] a9a815ce2392: Preparing [2020-09-08T22:59:31.300Z] 50644c29ef5a: Preparing [2020-09-08T22:59:31.300Z] 50644c29ef5a: Waiting [2020-09-08T22:59:31.300Z] ede019451202: Layer already exists [2020-09-08T22:59:31.300Z] a9a815ce2392: Layer already exists [2020-09-08T22:59:31.300Z] 90336eda25fd: Layer already exists [2020-09-08T22:59:31.300Z] e634cdf107cb: Layer already exists [2020-09-08T22:59:31.300Z] a3eb2b459f03: Layer already exists [2020-09-08T22:59:31.300Z] 50644c29ef5a: Layer already exists [2020-09-08T22:59:31.300Z] latest: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:31.601Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:31.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.10 [2020-09-08T22:59:31.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-08T22:59:31.896Z] e634cdf107cb: Preparing [2020-09-08T22:59:31.896Z] ede019451202: Preparing [2020-09-08T22:59:31.896Z] a3eb2b459f03: Preparing [2020-09-08T22:59:31.896Z] 90336eda25fd: Preparing [2020-09-08T22:59:31.896Z] a9a815ce2392: Preparing [2020-09-08T22:59:31.896Z] 50644c29ef5a: Preparing [2020-09-08T22:59:31.896Z] 50644c29ef5a: Waiting [2020-09-08T22:59:31.896Z] e634cdf107cb: Layer already exists [2020-09-08T22:59:31.896Z] ede019451202: Layer already exists [2020-09-08T22:59:31.896Z] a3eb2b459f03: Layer already exists [2020-09-08T22:59:31.896Z] 90336eda25fd: Layer already exists [2020-09-08T22:59:31.896Z] a9a815ce2392: Layer already exists [2020-09-08T22:59:31.896Z] 50644c29ef5a: Layer already exists [2020-09-08T22:59:31.896Z] 1.2.1-dev.10: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:32.194Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:32.489Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [2020-09-08T22:59:32.489Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-08T22:59:32.489Z] e634cdf107cb: Preparing [2020-09-08T22:59:32.489Z] ede019451202: Preparing [2020-09-08T22:59:32.489Z] a3eb2b459f03: Preparing [2020-09-08T22:59:32.489Z] 90336eda25fd: Preparing [2020-09-08T22:59:32.489Z] a9a815ce2392: Preparing [2020-09-08T22:59:32.489Z] 50644c29ef5a: Preparing [2020-09-08T22:59:32.489Z] 50644c29ef5a: Waiting [2020-09-08T22:59:32.489Z] ede019451202: Layer already exists [2020-09-08T22:59:32.489Z] 90336eda25fd: Layer already exists [2020-09-08T22:59:32.489Z] a9a815ce2392: Layer already exists [2020-09-08T22:59:32.489Z] e634cdf107cb: Layer already exists [2020-09-08T22:59:32.489Z] a3eb2b459f03: Layer already exists [2020-09-08T22:59:32.489Z] 50644c29ef5a: Layer already exists [2020-09-08T22:59:32.489Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:32.789Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:33.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-09-08T22:59:33.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-08T22:59:33.084Z] e634cdf107cb: Preparing [2020-09-08T22:59:33.084Z] ede019451202: Preparing [2020-09-08T22:59:33.084Z] a3eb2b459f03: Preparing [2020-09-08T22:59:33.084Z] 90336eda25fd: Preparing [2020-09-08T22:59:33.084Z] a9a815ce2392: Preparing [2020-09-08T22:59:33.084Z] 50644c29ef5a: Preparing [2020-09-08T22:59:33.084Z] 50644c29ef5a: Waiting [2020-09-08T22:59:33.084Z] e634cdf107cb: Layer already exists [2020-09-08T22:59:33.084Z] 90336eda25fd: Layer already exists [2020-09-08T22:59:33.084Z] a9a815ce2392: Layer already exists [2020-09-08T22:59:33.084Z] ede019451202: Layer already exists [2020-09-08T22:59:33.084Z] a3eb2b459f03: Layer already exists [2020-09-08T22:59:33.084Z] 50644c29ef5a: Layer already exists [2020-09-08T22:59:33.084Z] master: digest: sha256:fb9d1f7bd7bdf436c03797bc9bbb85c3f27940991eb7cabe5af9c596cdd91fe6 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T22:59:33.258Z] ===================================================== [Pipeline] echo [2020-09-08T22:59:33.302Z] taggedImages: [2020-09-08T22:59:33.302Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T22:59:33.302Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-08T22:59:33.302Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.10 [2020-09-08T22:59:33.302Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [2020-09-08T22:59:33.302Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-09-08T22:59:33.616Z] Commit message: "feat: Add AddTags function to sample, http-export & mqtt-export profiles (#114)" 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] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T22:59:35.062Z] ========================================================= [2020-09-08T22:59:35.063Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-08T22:59:35.063Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T22:59:36.101Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-08T22:59:36.705Z] Sending build context to Docker daemon 302.6kB [2020-09-08T22:59:36.980Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T22:59:36.980Z] Step 2/8 : FROM ${BASE} [2020-09-08T22:59:37.398Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-08T22:59:37.398Z] b538f80385f9: Pulling fs layer [2020-09-08T22:59:37.398Z] 74f711af9a0d: Pulling fs layer [2020-09-08T22:59:37.398Z] 99f96fe45779: Pulling fs layer [2020-09-08T22:59:37.398Z] fd7a069fd194: Pulling fs layer [2020-09-08T22:59:37.398Z] 66aa3694b03b: Pulling fs layer [2020-09-08T22:59:37.398Z] 170f70906a0f: Pulling fs layer [2020-09-08T22:59:37.398Z] ad7c5574e4b9: Pulling fs layer [2020-09-08T22:59:37.398Z] e772456be8f7: Pulling fs layer [2020-09-08T22:59:37.398Z] c890913d741a: Pulling fs layer [2020-09-08T22:59:37.398Z] 2480fcc9aa5a: Pulling fs layer [2020-09-08T22:59:37.398Z] 09adf4765672: Pulling fs layer [2020-09-08T22:59:37.398Z] fd7a069fd194: Waiting [2020-09-08T22:59:37.398Z] 66aa3694b03b: Waiting [2020-09-08T22:59:37.398Z] 170f70906a0f: Waiting [2020-09-08T22:59:37.398Z] ad7c5574e4b9: Waiting [2020-09-08T22:59:37.398Z] e772456be8f7: Waiting [2020-09-08T22:59:37.398Z] c890913d741a: Waiting [2020-09-08T22:59:37.398Z] 2480fcc9aa5a: Waiting [2020-09-08T22:59:37.398Z] 09adf4765672: Waiting [2020-09-08T22:59:37.398Z] 99f96fe45779: Verifying Checksum [2020-09-08T22:59:37.398Z] 99f96fe45779: Download complete [2020-09-08T22:59:37.398Z] 74f711af9a0d: Verifying Checksum [2020-09-08T22:59:37.398Z] 74f711af9a0d: Download complete [2020-09-08T22:59:37.398Z] 66aa3694b03b: Verifying Checksum [2020-09-08T22:59:37.398Z] 66aa3694b03b: Download complete [2020-09-08T22:59:37.398Z] 170f70906a0f: Download complete [2020-09-08T22:59:37.398Z] b538f80385f9: Verifying Checksum [2020-09-08T22:59:38.400Z] b538f80385f9: Pull complete [2020-09-08T22:59:38.994Z] 74f711af9a0d: Pull complete [2020-09-08T22:59:39.598Z] 99f96fe45779: Pull complete [2020-09-08T22:59:39.882Z] ad7c5574e4b9: Verifying Checksum [2020-09-08T22:59:39.882Z] ad7c5574e4b9: Download complete [2020-09-08T22:59:39.882Z] c890913d741a: Verifying Checksum [2020-09-08T22:59:39.882Z] c890913d741a: Download complete [2020-09-08T22:59:41.878Z] 2480fcc9aa5a: Verifying Checksum [2020-09-08T22:59:41.878Z] 2480fcc9aa5a: Download complete [2020-09-08T22:59:41.878Z] 09adf4765672: Verifying Checksum [2020-09-08T22:59:41.878Z] 09adf4765672: Download complete [2020-09-08T22:59:42.863Z] e772456be8f7: Verifying Checksum [2020-09-08T22:59:42.863Z] e772456be8f7: Download complete [2020-09-08T22:59:43.137Z] fd7a069fd194: Verifying Checksum [2020-09-08T22:59:43.137Z] fd7a069fd194: Download complete [2020-09-08T22:59:55.550Z] fd7a069fd194: Pull complete [2020-09-08T22:59:55.550Z] 66aa3694b03b: Pull complete [2020-09-08T22:59:55.550Z] 170f70906a0f: Pull complete [2020-09-08T22:59:59.872Z] ad7c5574e4b9: Pull complete [2020-09-08T23:00:04.194Z] e772456be8f7: Pull complete [2020-09-08T23:00:04.467Z] c890913d741a: Pull complete [2020-09-08T23:00:06.447Z] 2480fcc9aa5a: Pull complete [2020-09-08T23:00:07.047Z] 09adf4765672: Pull complete [2020-09-08T23:00:07.047Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-08T23:00:07.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-08T23:00:07.047Z] ---> 2248a725d1cf [2020-09-08T23:00:07.047Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-08T23:00:11.378Z] ---> Running in 171cb02b87e5 [2020-09-08T23:00:11.378Z] Removing intermediate container 171cb02b87e5 [2020-09-08T23:00:11.378Z] ---> 7614df89f98d [2020-09-08T23:00:11.378Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T23:00:11.649Z] ---> Running in bfa0556a7caa [2020-09-08T23:00:14.277Z] Removing intermediate container bfa0556a7caa [2020-09-08T23:00:14.277Z] ---> e09e8589a30f [2020-09-08T23:00:14.277Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-08T23:00:14.277Z] ---> Running in da2feb87f8e6 [2020-09-08T23:00:15.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T23:00:16.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T23:00:17.268Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-08T23:00:17.268Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-08T23:00:17.537Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-08T23:00:17.537Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-08T23:00:17.807Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-08T23:00:17.808Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-08T23:00:18.080Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T23:00:18.080Z] OK: 144 MiB in 45 packages [2020-09-08T23:00:19.508Z] Removing intermediate container da2feb87f8e6 [2020-09-08T23:00:19.508Z] ---> e3e70fe0278e [2020-09-08T23:00:19.508Z] Step 6/8 : WORKDIR /app [2020-09-08T23:00:19.508Z] ---> Running in 9a7879c58936 [2020-09-08T23:00:19.780Z] Removing intermediate container 9a7879c58936 [2020-09-08T23:00:19.780Z] ---> 7fe1a195ae2e [2020-09-08T23:00:19.780Z] Step 7/8 : COPY . . [2020-09-08T23:00:20.773Z] ---> 4fda90fb58a4 [2020-09-08T23:00:20.773Z] Step 8/8 : RUN go mod download [2020-09-08T23:00:20.773Z] ---> Running in d5338a40e4f1 [2020-09-08T23:00:24.155Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-08T23:00:24.155Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T23:00:24.155Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T23:00:24.155Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T23:00:24.155Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T23:00:24.155Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T23:00:24.155Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T23:00:24.155Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T23:00:24.155Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-08T23:00:24.155Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-08T23:00:24.155Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.21 [2020-09-08T23:00:24.155Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-08T23:00:24.155Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T23:00:24.155Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.75 [2020-09-08T23:00:24.155Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-08T23:00:24.155Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-08T23:00:24.155Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-08T23:00:24.426Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T23:00:24.426Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-08T23:00:24.426Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T23:00:24.426Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T23:00:24.426Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T23:00:24.426Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-08T23:00:24.426Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-08T23:00:24.427Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-08T23:00:24.427Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-08T23:00:24.427Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-08T23:00:24.427Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T23:00:24.698Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-08T23:00:24.698Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-08T23:00:24.698Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-08T23:00:24.698Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T23:00:24.698Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-08T23:00:24.698Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T23:00:24.698Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-08T23:00:24.698Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T23:00:24.698Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T23:00:24.698Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T23:00:24.698Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T23:00:24.698Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T23:00:24.968Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T23:00:25.240Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T23:00:25.240Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-08T23:00:25.240Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T23:00:25.240Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T23:00:25.240Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T23:00:25.240Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T23:00:25.240Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-08T23:00:25.240Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T23:00:25.240Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T23:00:25.240Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T23:00:25.240Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T23:00:25.509Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T23:00:25.509Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-08T23:00:25.509Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-08T23:00:25.509Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T23:00:25.509Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-08T23:00:25.779Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T23:00:25.779Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T23:00:25.779Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T23:00:25.779Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T23:00:25.779Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T23:00:25.779Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T23:00:25.779Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-08T23:00:25.779Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-08T23:00:25.779Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-08T23:00:25.779Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T23:00:25.779Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T23:00:26.049Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-08T23:00:26.049Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-08T23:00:26.049Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-08T23:00:26.049Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-08T23:00:26.049Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-08T23:00:26.049Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T23:00:26.049Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-08T23:00:26.049Z] go: finding golang.org/x/text v0.3.2 [2020-09-08T23:00:26.049Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-08T23:00:26.049Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-08T23:00:26.049Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-08T23:00:26.330Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-08T23:00:26.330Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-08T23:00:26.330Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T23:00:26.330Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-08T23:00:53.135Z] Removing intermediate container d5338a40e4f1 [2020-09-08T23:00:53.135Z] ---> da9be2a5f7d0 [2020-09-08T23:00:53.135Z] Successfully built da9be2a5f7d0 [2020-09-08T23:00:53.135Z] Successfully tagged ci-base-image-arm64:latest [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-09-08T23:00:54.138Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T23:00:54.477Z] + ls -al . [2020-09-08T23:00:54.477Z] total 100 [2020-09-08T23:00:54.477Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 22:59 . [2020-09-08T23:00:54.477Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 22:59 .. [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 8 22:59 .dockerignore [2020-09-08T23:00:54.477Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 22:59 .git [2020-09-08T23:00:54.477Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 22:59 .github [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 93 Sep 8 22:59 .gitignore [2020-09-08T23:00:54.477Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 22:59 .semver [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 6568 Sep 8 22:59 Attribution.txt [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 2002 Sep 8 22:59 Dockerfile [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 966 Sep 8 22:59 Dockerfile.build [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 710 Sep 8 22:59 Jenkinsfile [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 8 22:59 LICENSE [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 1277 Sep 8 22:59 README.md [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 12 Sep 8 22:54 VERSION [2020-09-08T23:00:54.477Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 22:59 bin [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 180 Sep 8 22:59 docker-compose.debug.yml [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 8 22:59 docker-compose.yml [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 8 22:59 go.mod [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 8 22:59 main.go [2020-09-08T23:00:54.477Z] -rw-rw-r-- 1 jenkins jenkins 1573 Sep 8 22:59 makefile [2020-09-08T23:00:54.477Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 22:59 res [2020-09-08T23:00:54.477Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 22:59 snap [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:00:54.822Z] + 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=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c --label arch=arm64 --label version=1.2.1-dev.10 . [2020-09-08T23:00:55.096Z] Sending build context to Docker daemon 303.6kB [2020-09-08T23:00:55.096Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-09-08T23:00:55.096Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-08T23:00:55.096Z] ---> da9be2a5f7d0 [2020-09-08T23:00:55.096Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-08T23:00:55.369Z] ---> Running in b1f368d3b805 [2020-09-08T23:00:55.969Z] Removing intermediate container b1f368d3b805 [2020-09-08T23:00:55.969Z] ---> db1e398669b5 [2020-09-08T23:00:55.969Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T23:00:55.969Z] ---> Running in 2620cf9d0a0f [2020-09-08T23:00:56.565Z] Removing intermediate container 2620cf9d0a0f [2020-09-08T23:00:56.565Z] ---> 3379c469564e [2020-09-08T23:00:56.565Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-08T23:00:56.565Z] ---> Running in aebe3370180c [2020-09-08T23:00:56.841Z] Removing intermediate container aebe3370180c [2020-09-08T23:00:56.841Z] ---> 1524e5d7e4d0 [2020-09-08T23:00:56.841Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T23:00:57.118Z] ---> Running in c32297b51c91 [2020-09-08T23:00:59.732Z] Removing intermediate container c32297b51c91 [2020-09-08T23:00:59.732Z] ---> 95f198861ed6 [2020-09-08T23:00:59.732Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T23:00:59.732Z] ---> Running in c5d3f957a1c3 [2020-09-08T23:01:01.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T23:01:01.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T23:01:02.351Z] OK: 144 MiB in 45 packages [2020-09-08T23:01:03.799Z] Removing intermediate container c5d3f957a1c3 [2020-09-08T23:01:03.800Z] ---> 223ac4b0c5ee [2020-09-08T23:01:03.800Z] Step 8/27 : WORKDIR /app [2020-09-08T23:01:03.800Z] ---> Running in e627fb23e92c [2020-09-08T23:01:04.073Z] Removing intermediate container e627fb23e92c [2020-09-08T23:01:04.073Z] ---> ee57a9bd9c85 [2020-09-08T23:01:04.073Z] Step 9/27 : COPY go.mod . [2020-09-08T23:01:04.671Z] ---> e3ded11d42bd [2020-09-08T23:01:04.671Z] Step 10/27 : RUN go mod download [2020-09-08T23:01:04.944Z] ---> Running in 1634d6ba8028 [2020-09-08T23:01:07.563Z] Removing intermediate container 1634d6ba8028 [2020-09-08T23:01:07.563Z] ---> 7496d06d3ec4 [2020-09-08T23:01:07.563Z] Step 11/27 : COPY . . [2020-09-08T23:01:08.540Z] ---> 478ab93410fe [2020-09-08T23:01:08.540Z] Step 12/27 : ARG MAKE="make build" [2020-09-08T23:01:08.540Z] ---> Running in a567bb616758 [2020-09-08T23:01:09.135Z] Removing intermediate container a567bb616758 [2020-09-08T23:01:09.135Z] ---> ecca74ef4885 [2020-09-08T23:01:09.135Z] Step 13/27 : RUN $MAKE [2020-09-08T23:01:09.135Z] ---> Running in 2c01bb574c20 [2020-09-08T23:01:10.560Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.21 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.10" -o app-service-configurable [2020-09-08T23:01:57.611Z] Removing intermediate container 2c01bb574c20 [2020-09-08T23:01:57.611Z] ---> 85b349942771 [2020-09-08T23:01:57.611Z] Step 14/27 : FROM alpine:latest [2020-09-08T23:01:57.882Z] latest: Pulling from library/alpine [2020-09-08T23:01:58.153Z] b538f80385f9: Already exists [2020-09-08T23:01:58.153Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T23:01:58.153Z] Status: Downloaded newer image for alpine:latest [2020-09-08T23:01:58.153Z] ---> 62ee0e9f8440 [2020-09-08T23:01:58.153Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-08T23:01:58.422Z] ---> Running in 93bebc037580 [2020-09-08T23:01:58.691Z] Removing intermediate container 93bebc037580 [2020-09-08T23:01:58.691Z] ---> 9a91884b7a3a [2020-09-08T23:01:58.691Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-08T23:01:58.961Z] ---> Running in f700eefd4fb9 [2020-09-08T23:01:59.229Z] Removing intermediate container f700eefd4fb9 [2020-09-08T23:01:59.229Z] ---> 08086d263a42 [2020-09-08T23:01:59.229Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-08T23:01:59.500Z] ---> Running in 326d1edd49a2 [2020-09-08T23:02:00.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T23:02:00.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T23:02:01.513Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-08T23:02:01.513Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-08T23:02:01.513Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-08T23:02:01.513Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-08T23:02:01.513Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-08T23:02:01.513Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-08T23:02:01.513Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T23:02:01.513Z] Executing ca-certificates-20191127-r4.trigger [2020-09-08T23:02:01.782Z] OK: 9 MiB in 20 packages [2020-09-08T23:02:03.756Z] Removing intermediate container 326d1edd49a2 [2020-09-08T23:02:03.756Z] ---> b7e8586a6fca [2020-09-08T23:02:03.756Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-08T23:02:04.349Z] ---> 843a372798f5 [2020-09-08T23:02:04.349Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-08T23:02:04.945Z] ---> 9e033b411c62 [2020-09-08T23:02:04.945Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-08T23:02:05.921Z] ---> bae66d6451e9 [2020-09-08T23:02:05.921Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-08T23:02:07.353Z] ---> 86718b4c7ab8 [2020-09-08T23:02:07.353Z] Step 22/27 : EXPOSE 48095 [2020-09-08T23:02:07.625Z] ---> Running in 7ae86bb785a3 [2020-09-08T23:02:07.896Z] Removing intermediate container 7ae86bb785a3 [2020-09-08T23:02:07.896Z] ---> 6a1876be48de [2020-09-08T23:02:07.896Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-08T23:02:08.171Z] ---> Running in fb384f300620 [2020-09-08T23:02:08.441Z] Removing intermediate container fb384f300620 [2020-09-08T23:02:08.441Z] ---> 37f652d57711 [2020-09-08T23:02:08.441Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T23:02:08.713Z] ---> Running in 8cb47928f68c [2020-09-08T23:02:09.308Z] Removing intermediate container 8cb47928f68c [2020-09-08T23:02:09.308Z] ---> 281c1cf916b6 [2020-09-08T23:02:09.308Z] Step 25/27 : LABEL arch=arm64 [2020-09-08T23:02:09.308Z] ---> Running in 2bc6b334d384 [2020-09-08T23:02:09.585Z] Removing intermediate container 2bc6b334d384 [2020-09-08T23:02:09.585Z] ---> 884476528ba4 [2020-09-08T23:02:09.585Z] Step 26/27 : LABEL git_sha=9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:02:09.861Z] ---> Running in 065d55205c56 [2020-09-08T23:02:10.132Z] Removing intermediate container 065d55205c56 [2020-09-08T23:02:10.132Z] ---> d6d77486ec1d [2020-09-08T23:02:10.132Z] Step 27/27 : LABEL version=1.2.1-dev.10 [2020-09-08T23:02:10.403Z] ---> Running in 2d927eeb1925 [2020-09-08T23:02:10.674Z] Removing intermediate container 2d927eeb1925 [2020-09-08T23:02:10.674Z] ---> 7fa88dec7098 [2020-09-08T23:02:10.674Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T23:02:10.674Z] Successfully built 7fa88dec7098 [2020-09-08T23:02:10.944Z] 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-09-08T23:02:11.353Z] provisioning config files... [2020-09-08T23:02:11.391Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/46@tmp/config8495803927283220102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-08T23:02:11.792Z] ---> docker-login.sh [2020-09-08T23:02:11.793Z] nexus3.edgexfoundry.org:10001 [2020-09-08T23:02:12.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T23:02:12.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T23:02:12.334Z] Configure a credential helper to remove this warning. See [2020-09-08T23:02:12.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T23:02:12.334Z] [2020-09-08T23:02:12.334Z] Login Succeeded [2020-09-08T23:02:12.334Z] nexus3.edgexfoundry.org:10002 [2020-09-08T23:02:12.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T23:02:12.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T23:02:12.879Z] Configure a credential helper to remove this warning. See [2020-09-08T23:02:12.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T23:02:12.879Z] [2020-09-08T23:02:12.879Z] Login Succeeded [2020-09-08T23:02:12.879Z] nexus3.edgexfoundry.org:10003 [2020-09-08T23:02:13.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T23:02:13.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T23:02:13.469Z] Configure a credential helper to remove this warning. See [2020-09-08T23:02:13.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T23:02:13.469Z] [2020-09-08T23:02:13.469Z] Login Succeeded [2020-09-08T23:02:13.469Z] nexus3.edgexfoundry.org:10004 [2020-09-08T23:02:14.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T23:02:14.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T23:02:14.064Z] Configure a credential helper to remove this warning. See [2020-09-08T23:02:14.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T23:02:14.064Z] [2020-09-08T23:02:14.064Z] Login Succeeded [2020-09-08T23:02:14.064Z] docker.io [2020-09-08T23:02:14.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T23:02:14.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T23:02:14.922Z] Configure a credential helper to remove this warning. See [2020-09-08T23:02:14.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T23:02:14.922Z] [2020-09-08T23:02:14.922Z] Login Succeeded [2020-09-08T23:02:14.922Z] ---> docker-login.sh ends [Pipeline] } [2020-09-08T23:02:14.937Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T23:02:15.124Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-09-08T23:02:15.124Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:02:15.124Z] latest [2020-09-08T23:02:15.124Z] 1.2.1-dev.10 [2020-09-08T23:02:15.124Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [2020-09-08T23:02:15.124Z] master [2020-09-08T23:02:15.124Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:15.605Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:15.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:02:15.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-08T23:02:15.940Z] 10fe08111af2: Preparing [2020-09-08T23:02:15.940Z] f7372ec85df2: Preparing [2020-09-08T23:02:15.940Z] fa8e046e6997: Preparing [2020-09-08T23:02:15.940Z] 40f218010c40: Preparing [2020-09-08T23:02:15.940Z] d16dfcc865ef: Preparing [2020-09-08T23:02:15.940Z] e2f13739ad41: Preparing [2020-09-08T23:02:15.940Z] e2f13739ad41: Waiting [2020-09-08T23:02:16.224Z] 40f218010c40: Pushed [2020-09-08T23:02:16.224Z] fa8e046e6997: Pushed [2020-09-08T23:02:16.224Z] f7372ec85df2: Pushed [2020-09-08T23:02:16.224Z] e2f13739ad41: Layer already exists [2020-09-08T23:02:17.198Z] d16dfcc865ef: Pushed [2020-09-08T23:02:20.578Z] 10fe08111af2: Pushed [2020-09-08T23:02:20.578Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:20.916Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:21.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-08T23:02:21.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-08T23:02:21.247Z] 10fe08111af2: Preparing [2020-09-08T23:02:21.247Z] f7372ec85df2: Preparing [2020-09-08T23:02:21.247Z] fa8e046e6997: Preparing [2020-09-08T23:02:21.247Z] 40f218010c40: Preparing [2020-09-08T23:02:21.247Z] d16dfcc865ef: Preparing [2020-09-08T23:02:21.247Z] e2f13739ad41: Preparing [2020-09-08T23:02:21.247Z] e2f13739ad41: Waiting [2020-09-08T23:02:21.247Z] 40f218010c40: Layer already exists [2020-09-08T23:02:21.247Z] d16dfcc865ef: Layer already exists [2020-09-08T23:02:21.247Z] f7372ec85df2: Layer already exists [2020-09-08T23:02:21.247Z] fa8e046e6997: Layer already exists [2020-09-08T23:02:21.247Z] 10fe08111af2: Layer already exists [2020-09-08T23:02:21.518Z] e2f13739ad41: Layer already exists [2020-09-08T23:02:21.518Z] latest: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:21.856Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:22.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.10 [2020-09-08T23:02:22.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-08T23:02:22.192Z] 10fe08111af2: Preparing [2020-09-08T23:02:22.192Z] f7372ec85df2: Preparing [2020-09-08T23:02:22.192Z] fa8e046e6997: Preparing [2020-09-08T23:02:22.192Z] 40f218010c40: Preparing [2020-09-08T23:02:22.192Z] d16dfcc865ef: Preparing [2020-09-08T23:02:22.192Z] e2f13739ad41: Preparing [2020-09-08T23:02:22.192Z] e2f13739ad41: Waiting [2020-09-08T23:02:22.192Z] d16dfcc865ef: Layer already exists [2020-09-08T23:02:22.192Z] 10fe08111af2: Layer already exists [2020-09-08T23:02:22.192Z] 40f218010c40: Layer already exists [2020-09-08T23:02:22.192Z] fa8e046e6997: Layer already exists [2020-09-08T23:02:22.192Z] f7372ec85df2: Layer already exists [2020-09-08T23:02:22.460Z] e2f13739ad41: Layer already exists [2020-09-08T23:02:22.460Z] 1.2.1-dev.10: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:22.796Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:23.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [2020-09-08T23:02:23.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-08T23:02:23.126Z] 10fe08111af2: Preparing [2020-09-08T23:02:23.126Z] f7372ec85df2: Preparing [2020-09-08T23:02:23.126Z] fa8e046e6997: Preparing [2020-09-08T23:02:23.126Z] 40f218010c40: Preparing [2020-09-08T23:02:23.126Z] d16dfcc865ef: Preparing [2020-09-08T23:02:23.126Z] e2f13739ad41: Preparing [2020-09-08T23:02:23.126Z] e2f13739ad41: Waiting [2020-09-08T23:02:23.126Z] fa8e046e6997: Layer already exists [2020-09-08T23:02:23.126Z] f7372ec85df2: Layer already exists [2020-09-08T23:02:23.126Z] 40f218010c40: Layer already exists [2020-09-08T23:02:23.126Z] d16dfcc865ef: Layer already exists [2020-09-08T23:02:23.126Z] 10fe08111af2: Layer already exists [2020-09-08T23:02:23.397Z] e2f13739ad41: Layer already exists [2020-09-08T23:02:23.397Z] 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:23.741Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:24.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-09-08T23:02:24.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-08T23:02:24.075Z] 10fe08111af2: Preparing [2020-09-08T23:02:24.075Z] f7372ec85df2: Preparing [2020-09-08T23:02:24.075Z] fa8e046e6997: Preparing [2020-09-08T23:02:24.075Z] 40f218010c40: Preparing [2020-09-08T23:02:24.075Z] d16dfcc865ef: Preparing [2020-09-08T23:02:24.075Z] e2f13739ad41: Preparing [2020-09-08T23:02:24.075Z] e2f13739ad41: Waiting [2020-09-08T23:02:24.075Z] f7372ec85df2: Layer already exists [2020-09-08T23:02:24.075Z] d16dfcc865ef: Layer already exists [2020-09-08T23:02:24.075Z] fa8e046e6997: Layer already exists [2020-09-08T23:02:24.075Z] 40f218010c40: Layer already exists [2020-09-08T23:02:24.075Z] 10fe08111af2: Layer already exists [2020-09-08T23:02:24.075Z] e2f13739ad41: Layer already exists [2020-09-08T23:02:24.353Z] master: digest: sha256:1a81c0e7c873f86931e190b80cef391e31752e368aad2255caea35562386d60e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T23:02:24.533Z] ===================================================== [Pipeline] echo [2020-09-08T23:02:24.617Z] taggedImages: [2020-09-08T23:02:24.617Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:02:24.617Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-08T23:02:24.617Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.10 [2020-09-08T23:02:24.617Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c-1.2.1-dev.10 [2020-09-08T23:02:24.617Z] - 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-09-08T23:02:26.582Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-08T23:02:26.584Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-08T23:02:26.754Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:27.105Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-08T23:02:27.105Z] [2020-09-08T23:02:27.105Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:02:27.451Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-08T23:02:27.451Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-08T23:02:27.451Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-08T23:02:27.451Z] 408f87550127: Pulling fs layer [2020-09-08T23:02:27.451Z] fe522b08c979: Pulling fs layer [2020-09-08T23:02:27.451Z] 221eaa008020: Pulling fs layer [2020-09-08T23:02:27.451Z] 2a4607e5d6b9: Pulling fs layer [2020-09-08T23:02:27.451Z] 8f79b27c4fd2: Pulling fs layer [2020-09-08T23:02:27.451Z] e5c8dbe1645b: Pulling fs layer [2020-09-08T23:02:27.451Z] 23e8b3b47431: Pulling fs layer [2020-09-08T23:02:27.451Z] 5c568d65a230: Pulling fs layer [2020-09-08T23:02:27.451Z] 8f79b27c4fd2: Waiting [2020-09-08T23:02:27.451Z] 23e8b3b47431: Waiting [2020-09-08T23:02:27.451Z] e5c8dbe1645b: Waiting [2020-09-08T23:02:27.451Z] 5c568d65a230: Waiting [2020-09-08T23:02:27.451Z] 2a4607e5d6b9: Waiting [2020-09-08T23:02:27.451Z] 221eaa008020: Waiting [2020-09-08T23:02:27.451Z] fe522b08c979: Verifying Checksum [2020-09-08T23:02:27.451Z] fe522b08c979: Download complete [2020-09-08T23:02:27.451Z] 408f87550127: Download complete [2020-09-08T23:02:27.451Z] 2a4607e5d6b9: Download complete [2020-09-08T23:02:27.451Z] 8f79b27c4fd2: Verifying Checksum [2020-09-08T23:02:27.451Z] 8f79b27c4fd2: Download complete [2020-09-08T23:02:27.451Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-08T23:02:27.715Z] cbdbe7a5bc2a: Pull complete [2020-09-08T23:02:27.978Z] e5c8dbe1645b: Verifying Checksum [2020-09-08T23:02:27.978Z] e5c8dbe1645b: Download complete [2020-09-08T23:02:27.978Z] 408f87550127: Pull complete [2020-09-08T23:02:28.241Z] fe522b08c979: Pull complete [2020-09-08T23:02:29.195Z] 5c568d65a230: Verifying Checksum [2020-09-08T23:02:29.195Z] 5c568d65a230: Download complete [2020-09-08T23:02:29.195Z] 23e8b3b47431: Verifying Checksum [2020-09-08T23:02:29.195Z] 23e8b3b47431: Download complete [2020-09-08T23:02:30.581Z] 221eaa008020: Verifying Checksum [2020-09-08T23:02:30.581Z] 221eaa008020: Download complete [2020-09-08T23:02:35.919Z] 221eaa008020: Pull complete [2020-09-08T23:02:35.919Z] 2a4607e5d6b9: Pull complete [2020-09-08T23:02:35.919Z] 8f79b27c4fd2: Pull complete [2020-09-08T23:02:38.466Z] e5c8dbe1645b: Pull complete [2020-09-08T23:02:41.785Z] 23e8b3b47431: Pull complete [2020-09-08T23:02:44.344Z] 5c568d65a230: Pull complete [2020-09-08T23:02:44.344Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-08T23:02:44.344Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-08T23:02:44.344Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-08T23:02:44.529Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:02:44.582Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-08T23:02:45.442Z] $ docker top a2afd94d1dc5551d82eae896f28f50a4cc4df6cca5d6db6457770a7dd41257ce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T23:02:45.924Z] + snyk monitor '--org=edgex-jenkins' [2020-09-08T23:02:55.940Z] [2020-09-08T23:02:55.940Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-09-08T23:02:55.940Z] [2020-09-08T23:02:55.940Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/0a3ad779-446d-464e-b6e9-f8b118e74187 [2020-09-08T23:02:55.940Z] [2020-09-08T23:02:55.940Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-08T23:02:55.940Z] [2020-09-08T23:02:55.940Z] [2020-09-08T23:02:55.940Z] Snyk CLI supports Node.js 8 and higher. [2020-09-08T23:02:55.940Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-08T23:02:55.940Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-08T23:02:55.940Z] [2020-09-08T23:02:55.940Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-08T23:02:55.940Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-08T23:02:55.955Z] $ docker stop --time=1 a2afd94d1dc5551d82eae896f28f50a4cc4df6cca5d6db6457770a7dd41257ce [2020-09-08T23:02:59.246Z] $ docker rm -f a2afd94d1dc5551d82eae896f28f50a4cc4df6cca5d6db6457770a7dd41257ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:00.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T23:03:00.906Z] [2020-09-08T23:03:00.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:01.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T23:03:01.247Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-08T23:03:01.247Z] e7c96db7181b: Pulling fs layer [2020-09-08T23:03:01.247Z] 1868ca2cb446: Pulling fs layer [2020-09-08T23:03:01.247Z] 136be5d0fe8e: Pulling fs layer [2020-09-08T23:03:01.247Z] 894bfe63afcb: Pulling fs layer [2020-09-08T23:03:01.247Z] 1868ca2cb446: Verifying Checksum [2020-09-08T23:03:01.247Z] 1868ca2cb446: Download complete [2020-09-08T23:03:01.247Z] 136be5d0fe8e: Download complete [2020-09-08T23:03:01.247Z] e7c96db7181b: Download complete [2020-09-08T23:03:01.508Z] 894bfe63afcb: Verifying Checksum [2020-09-08T23:03:01.508Z] 894bfe63afcb: Download complete [2020-09-08T23:03:01.508Z] e7c96db7181b: Pull complete [2020-09-08T23:03:01.771Z] 1868ca2cb446: Pull complete [2020-09-08T23:03:02.031Z] 136be5d0fe8e: Pull complete [2020-09-08T23:03:02.031Z] 894bfe63afcb: Pull complete [2020-09-08T23:03:02.293Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-08T23:03:02.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T23:03:02.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-08T23:03:02.389Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:03:02.434Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-08T23:03:03.387Z] $ docker top 1c747103d5e039c0411ce7150dd419ed578201bb5077fe2a742b7b502ae95de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T23:03:04.347Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:03:04.347Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T23:03:09.855Z] $ docker stop --time=1 1c747103d5e039c0411ce7150dd419ed578201bb5077fe2a742b7b502ae95de3 [2020-09-08T23:03:11.192Z] $ docker rm -f 1c747103d5e039c0411ce7150dd419ed578201bb5077fe2a742b7b502ae95de3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:11.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T23:03:11.644Z] . [Pipeline] withDockerContainer [2020-09-08T23:03:11.738Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:03:11.777Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-08T23:03:12.416Z] $ docker top f27d2be4bbde9cc7ca96de6ddcb182c6c4a296133ba7e10fc84147fd6536734c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T23:03:13.014Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:03:13.014Z] + tee [2020-09-08T23:03:13.014Z] clair timeout 1m0s [2020-09-08T23:03:13.014Z] docker timeout: 1m0s [2020-09-08T23:03:13.014Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T23:03:14.080Z] $ docker stop --time=1 f27d2be4bbde9cc7ca96de6ddcb182c6c4a296133ba7e10fc84147fd6536734c [2020-09-08T23:03:15.418Z] $ docker rm -f f27d2be4bbde9cc7ca96de6ddcb182c6c4a296133ba7e10fc84147fd6536734c [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-08T23:03:15.889Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-08T23:03:15.900Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c.html [Pipeline] writeFile [Pipeline] step [2020-09-08T23:03:15.948Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:16.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T23:03:16.286Z] . [Pipeline] withDockerContainer [2020-09-08T23:03:16.393Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:03:16.435Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-08T23:03:17.129Z] $ docker top 33c5759e03533f48cdb6a14724f7932a99043b1037e9e574235d4ff98d044db7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T23:03:17.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:03:17.666Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T23:03:23.215Z] $ docker stop --time=1 33c5759e03533f48cdb6a14724f7932a99043b1037e9e574235d4ff98d044db7 [2020-09-08T23:03:24.601Z] $ docker rm -f 33c5759e03533f48cdb6a14724f7932a99043b1037e9e574235d4ff98d044db7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:25.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T23:03:25.077Z] . [Pipeline] withDockerContainer [2020-09-08T23:03:25.168Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:03:25.208Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-09-08T23:03:25.839Z] $ docker top f410fb4cce4016ec6b6f5e6b1d7362dd3cf0255834f32bdcef4a0825fd29fe7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T23:03:26.355Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c [2020-09-08T23:03:26.356Z] + tee [2020-09-08T23:03:26.356Z] clair timeout 1m0s [2020-09-08T23:03:26.356Z] docker timeout: 1m0s [2020-09-08T23:03:26.356Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T23:03:27.398Z] $ docker stop --time=1 f410fb4cce4016ec6b6f5e6b1d7362dd3cf0255834f32bdcef4a0825fd29fe7d [2020-09-08T23:03:28.722Z] $ docker rm -f f410fb4cce4016ec6b6f5e6b1d7362dd3cf0255834f32bdcef4a0825fd29fe7d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-08T23:03:29.175Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-08T23:03:29.187Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c.html [Pipeline] writeFile [Pipeline] step [2020-09-08T23:03:29.237Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:30.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T23:03:30.204Z] . [Pipeline] withDockerContainer [2020-09-08T23:03:30.296Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:03:30.338Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T23:03:31.036Z] $ docker top d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T23:03:31.433Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T23:03:31.433Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T23:03:31.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T23:03:31.663Z] $ docker exec d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed ssh-agent [2020-09-08T23:03:31.833Z] SSH_AUTH_SOCK=/tmp/ssh-svsMVQEmOIa9/agent.11 [2020-09-08T23:03:31.833Z] SSH_AGENT_PID=16 [2020-09-08T23:03:31.840Z] Running ssh-add (command line suppressed) [2020-09-08T23:03:31.982Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7626772612974037908.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7626772612974037908.key) [2020-09-08T23:03:32.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T23:03:32.366Z] + git semver tag [2020-09-08T23:03:32.366Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T23:03:32.366Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-08T23:03:32.366Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-08T23:03:32.366Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T23:03:32.366Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T23:03:32.366Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T23:03:32.366Z] # $SEMVER_BRANCH = master [2020-09-08T23:03:32.366Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-08T23:03:32.366Z] # 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c HEAD [2020-09-08T23:03:32.366Z] # -> Force: false [2020-09-08T23:03:32.366Z] # 76d9fd4cd369f109b96d27dea60c144917d6ae6f refs/tags/v1.2.1-dev.10 [Pipeline] } [2020-09-08T23:03:32.379Z] $ docker exec --env ******** --env ******** d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed ssh-agent -k [2020-09-08T23:03:32.517Z] unset SSH_AUTH_SOCK; [2020-09-08T23:03:32.517Z] unset SSH_AGENT_PID; [2020-09-08T23:03:32.517Z] echo Agent pid 16 killed; [2020-09-08T23:03:32.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T23:03:33.031Z] + git semver [Pipeline] } [2020-09-08T23:03:33.047Z] $ docker stop --time=1 d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed [2020-09-08T23:03:34.400Z] $ docker rm -f d751778a2b305fcee5c42311cd5ab97bbc185eae3ad7224f8c6d6bfd0b9990ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:35.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-08T23:03:35.006Z] [2020-09-08T23:03:35.006Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:03:35.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-08T23:03:35.344Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-08T23:03:35.344Z] ab5ef0e58194: Pulling fs layer [2020-09-08T23:03:35.344Z] 9712f1f96733: Pulling fs layer [2020-09-08T23:03:35.344Z] 63f879dbbcfc: Pulling fs layer [2020-09-08T23:03:35.344Z] 0d9ebad4ef96: Pulling fs layer [2020-09-08T23:03:35.344Z] e9a5061849ea: Pulling fs layer [2020-09-08T23:03:35.344Z] d747dcd14b5f: Pulling fs layer [2020-09-08T23:03:35.344Z] 2de7ff778b66: Pulling fs layer [2020-09-08T23:03:35.344Z] e9a5061849ea: Waiting [2020-09-08T23:03:35.344Z] d747dcd14b5f: Waiting [2020-09-08T23:03:35.344Z] 2de7ff778b66: Waiting [2020-09-08T23:03:35.344Z] 0d9ebad4ef96: Waiting [2020-09-08T23:03:35.344Z] 9712f1f96733: Verifying Checksum [2020-09-08T23:03:35.344Z] 9712f1f96733: Download complete [2020-09-08T23:03:36.739Z] 63f879dbbcfc: Verifying Checksum [2020-09-08T23:03:36.739Z] 63f879dbbcfc: Download complete [2020-09-08T23:03:36.739Z] e9a5061849ea: Verifying Checksum [2020-09-08T23:03:36.739Z] e9a5061849ea: Download complete [2020-09-08T23:03:36.739Z] d747dcd14b5f: Verifying Checksum [2020-09-08T23:03:36.739Z] d747dcd14b5f: Download complete [2020-09-08T23:03:37.312Z] 2de7ff778b66: Verifying Checksum [2020-09-08T23:03:37.312Z] 2de7ff778b66: Download complete [2020-09-08T23:03:37.312Z] 0d9ebad4ef96: Verifying Checksum [2020-09-08T23:03:37.312Z] 0d9ebad4ef96: Download complete [2020-09-08T23:03:37.572Z] ab5ef0e58194: Verifying Checksum [2020-09-08T23:03:37.572Z] ab5ef0e58194: Download complete [2020-09-08T23:03:41.803Z] ab5ef0e58194: Pull complete [2020-09-08T23:03:41.803Z] 9712f1f96733: Pull complete [2020-09-08T23:03:44.355Z] 63f879dbbcfc: Pull complete [2020-09-08T23:03:50.997Z] 0d9ebad4ef96: Pull complete [2020-09-08T23:03:52.387Z] e9a5061849ea: Pull complete [2020-09-08T23:03:52.387Z] d747dcd14b5f: Pull complete [2020-09-08T23:03:56.600Z] 2de7ff778b66: Pull complete [2020-09-08T23:03:56.600Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-08T23:03:56.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-08T23:03:56.600Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-08T23:03:56.781Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:03:56.825Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-08T23:03:59.665Z] $ docker top 35bf65d63b35e2fcfdbbd307c2da492c7e26b6f6c966ffdf387d57db09bb76fe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-08T23:03:59.849Z] provisioning config files... [2020-09-08T23:03:59.865Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config2935090656087732492tmp [2020-09-08T23:03:59.882Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config9180748132108192988tmp [2020-09-08T23:03:59.895Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7264721547642098052tmp [Pipeline] { [Pipeline] echo [2020-09-08T23:03:59.952Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T23:04:00.244Z] ---> sigul-configuration.sh [2020-09-08T23:04:00.244Z] gpg: directory `/root/.gnupg' created [2020-09-08T23:04:00.244Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-08T23:04:00.244Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-08T23:04:00.244Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-08T23:04:00.244Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-08T23:04:00.244Z] gpg: CAST5 encrypted data [2020-09-08T23:04:00.505Z] gpg: encrypted with 1 passphrase [2020-09-08T23:04:00.505Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-08T23:04:00.800Z] + mkdir /home/jenkins [2020-09-08T23:04:00.801Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-08T23:04:01.094Z] + 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-09-08T23:04:01.103Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T23:04:01.395Z] ---> sigul-install.sh [2020-09-08T23:04:06.684Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-08T23:04:06.980Z] + git tag --list [2020-09-08T23:04:06.980Z] v1.2.1-dev.10 [Pipeline] sh [2020-09-08T23:04:07.275Z] + lftools sign git-tag v1.2.1-dev.10 [2020-09-08T23:04:08.660Z] Signing Git tag with Sigul... [2020-09-08T23:04:08.660Z] Signing v1.2.1-dev.10 [Pipeline] echo [2020-09-08T23:04:09.617Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T23:04:09.944Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-08T23:04:09.955Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-08T23:04:10.043Z] $ docker stop --time=1 35bf65d63b35e2fcfdbbd307c2da492c7e26b6f6c966ffdf387d57db09bb76fe [2020-09-08T23:04:12.058Z] $ docker rm -f 35bf65d63b35e2fcfdbbd307c2da492c7e26b6f6c966ffdf387d57db09bb76fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:04:12.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T23:04:12.957Z] . [Pipeline] withDockerContainer [2020-09-08T23:04:13.049Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:04:13.090Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T23:04:13.741Z] $ docker top a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T23:04:14.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T23:04:14.039Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T23:04:14.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T23:04:14.247Z] $ docker exec a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 ssh-agent [2020-09-08T23:04:14.415Z] SSH_AUTH_SOCK=/tmp/ssh-QpHozxPjG0Zj/agent.12 [2020-09-08T23:04:14.415Z] SSH_AGENT_PID=18 [2020-09-08T23:04:14.422Z] Running ssh-add (command line suppressed) [2020-09-08T23:04:14.544Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8903573277890211055.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8903573277890211055.key) [2020-09-08T23:04:14.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T23:04:14.923Z] + git semver bump pre [2020-09-08T23:04:14.923Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T23:04:14.923Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-08T23:04:14.923Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-08T23:04:14.923Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T23:04:14.923Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T23:04:14.924Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T23:04:14.924Z] # $SEMVER_BRANCH = master [2020-09-08T23:04:14.924Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-08T23:04:14.924Z] 1.2.1-dev.11 [Pipeline] } [2020-09-08T23:04:14.936Z] $ docker exec --env ******** --env ******** a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 ssh-agent -k [2020-09-08T23:04:15.054Z] unset SSH_AUTH_SOCK; [2020-09-08T23:04:15.054Z] unset SSH_AGENT_PID; [2020-09-08T23:04:15.054Z] echo Agent pid 18 killed; [2020-09-08T23:04:15.100Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T23:04:15.535Z] + git semver [Pipeline] } [2020-09-08T23:04:15.550Z] $ docker stop --time=1 a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 [2020-09-08T23:04:16.911Z] $ docker rm -f a9c0729de6559820effa20de142dabd865c75a76fd192dc18f1f165379d764d1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:04:17.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T23:04:17.409Z] . [Pipeline] withDockerContainer [2020-09-08T23:04:17.499Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:04:17.540Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-08T23:04:18.160Z] $ docker top d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T23:04:18.456Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T23:04:18.456Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T23:04:18.657Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T23:04:18.661Z] $ docker exec d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 ssh-agent [2020-09-08T23:04:18.827Z] SSH_AUTH_SOCK=/tmp/ssh-GLbdA2bFyjI0/agent.11 [2020-09-08T23:04:18.827Z] SSH_AGENT_PID=16 [2020-09-08T23:04:18.834Z] Running ssh-add (command line suppressed) [2020-09-08T23:04:18.953Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4406919575067006166.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4406919575067006166.key) [2020-09-08T23:04:19.007Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T23:04:19.332Z] + git semver push [2020-09-08T23:04:19.332Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T23:04:19.332Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-08T23:04:19.332Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-08T23:04:19.332Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T23:04:19.332Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T23:04:19.332Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T23:04:19.332Z] # $SEMVER_BRANCH = master [2020-09-08T23:04:19.332Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-08T23:04:25.940Z] $ docker exec --env ******** --env ******** d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 ssh-agent -k [2020-09-08T23:04:26.088Z] unset SSH_AUTH_SOCK; [2020-09-08T23:04:26.088Z] unset SSH_AGENT_PID; [2020-09-08T23:04:26.088Z] echo Agent pid 16 killed; [2020-09-08T23:04:26.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T23:04:26.581Z] + git semver [Pipeline] } [2020-09-08T23:04:26.597Z] $ docker stop --time=1 d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 [2020-09-08T23:04:27.947Z] $ docker rm -f d2d7ca0e85e27cdb7a4e6f3241cc2f32c511f589de6848d407e6199d8f218cb6 [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-09-08T23:04:29.096Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T23:04:29.655Z] ---> package-listing.sh [2020-09-08T23:04:29.655Z] ++ facter osfamily [2020-09-08T23:04:29.655Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-08T23:04:29.655Z] + OS_FAMILY=redhat [2020-09-08T23:04:29.655Z] + workspace=/w/workspace/_app-service-configurable_master [2020-09-08T23:04:29.655Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-08T23:04:29.655Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-08T23:04:29.655Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-08T23:04:29.655Z] + PACKAGES=/tmp/packages_start.txt [2020-09-08T23:04:29.655Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-08T23:04:29.655Z] + PACKAGES=/tmp/packages_end.txt [2020-09-08T23:04:29.655Z] + case "${OS_FAMILY}" in [2020-09-08T23:04:29.655Z] + rpm -qa [2020-09-08T23:04:29.655Z] + sort [2020-09-08T23:04:33.864Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-08T23:04:33.864Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-08T23:04:33.864Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-08T23:04:33.864Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-08T23:04:33.864Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-09-08T23:04:33.864Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:04:34.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T23:04:34.302Z] [2020-09-08T23:04:34.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-08T23:04:34.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T23:04:34.653Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-08T23:04:34.653Z] df20fa9351a1: Pulling fs layer [2020-09-08T23:04:34.653Z] 36b3adc4ff6f: Pulling fs layer [2020-09-08T23:04:34.653Z] 8ad3a11d3b57: Pulling fs layer [2020-09-08T23:04:34.653Z] 46f8f816bc3b: Pulling fs layer [2020-09-08T23:04:34.653Z] 0dadc02b9964: Pulling fs layer [2020-09-08T23:04:34.653Z] ce6a7cf60c04: Pulling fs layer [2020-09-08T23:04:34.653Z] 7a184a31f384: Pulling fs layer [2020-09-08T23:04:34.653Z] 0879bd2ef858: Pulling fs layer [2020-09-08T23:04:34.653Z] 46f8f816bc3b: Waiting [2020-09-08T23:04:34.653Z] 0dadc02b9964: Waiting [2020-09-08T23:04:34.653Z] ce6a7cf60c04: Waiting [2020-09-08T23:04:34.653Z] 7a184a31f384: Waiting [2020-09-08T23:04:34.653Z] 0879bd2ef858: Waiting [2020-09-08T23:04:34.653Z] 36b3adc4ff6f: Verifying Checksum [2020-09-08T23:04:34.653Z] 36b3adc4ff6f: Download complete [2020-09-08T23:04:34.653Z] 46f8f816bc3b: Verifying Checksum [2020-09-08T23:04:34.653Z] 46f8f816bc3b: Download complete [2020-09-08T23:04:34.653Z] df20fa9351a1: Verifying Checksum [2020-09-08T23:04:34.653Z] ce6a7cf60c04: Verifying Checksum [2020-09-08T23:04:34.653Z] ce6a7cf60c04: Download complete [2020-09-08T23:04:34.653Z] 7a184a31f384: Verifying Checksum [2020-09-08T23:04:34.653Z] 7a184a31f384: Download complete [2020-09-08T23:04:34.653Z] 0dadc02b9964: Verifying Checksum [2020-09-08T23:04:34.653Z] 0dadc02b9964: Download complete [2020-09-08T23:04:34.919Z] df20fa9351a1: Pull complete [2020-09-08T23:04:35.182Z] 36b3adc4ff6f: Pull complete [2020-09-08T23:04:35.182Z] 8ad3a11d3b57: Verifying Checksum [2020-09-08T23:04:35.182Z] 8ad3a11d3b57: Download complete [2020-09-08T23:04:35.182Z] 0879bd2ef858: Verifying Checksum [2020-09-08T23:04:35.182Z] 0879bd2ef858: Download complete [2020-09-08T23:04:35.757Z] 8ad3a11d3b57: Pull complete [2020-09-08T23:04:36.017Z] 46f8f816bc3b: Pull complete [2020-09-08T23:04:36.278Z] 0dadc02b9964: Pull complete [2020-09-08T23:04:36.539Z] ce6a7cf60c04: Pull complete [2020-09-08T23:04:36.539Z] 7a184a31f384: Pull complete [2020-09-08T23:04:39.087Z] 0879bd2ef858: Pull complete [2020-09-08T23:04:39.087Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-08T23:04:39.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T23:04:39.087Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-08T23:04:39.202Z] prd-centos7-docker-4c-2g-1862 does not seem to be running inside a container [2020-09-08T23:04:39.245Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-08T23:04:42.138Z] $ docker top 86a8b450d38d328ddfa079b805d72b1033868af555f9ba298eb7795e0bb41fb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T23:04:42.707Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-08T23:04:43.020Z] + ls /var/log/sa-host [2020-09-08T23:04:43.020Z] + sadf -c /var/log/sa-host/sa05 [2020-09-08T23:04:43.020Z] file_magic: OK [2020-09-08T23:04:43.020Z] HZ: Using current value: 100 [2020-09-08T23:04:43.020Z] file_header: OK [2020-09-08T23:04:43.020Z] 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-09-08T23:04:43.020Z] Statistics: [2020-09-08T23:04:43.020Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T23:04:43.020Z] File successfully converted to sysstat format version 12.2.1 [2020-09-08T23:04:43.020Z] + sadf -c /var/log/sa-host/sa08 [2020-09-08T23:04:43.020Z] file_magic: OK [2020-09-08T23:04:43.020Z] HZ: Using current value: 100 [2020-09-08T23:04:43.020Z] file_header: OK [2020-09-08T23:04:43.020Z] 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-09-08T23:04:43.020Z] Statistics: [2020-09-08T23:04:43.020Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T23:04:43.020Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T23:04:43.088Z] provisioning config files... [2020-09-08T23:04:43.108Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1823392381450501709tmp [Pipeline] { [Pipeline] echo [2020-09-08T23:04:43.165Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T23:04:43.456Z] ---> create-netrc.sh [Pipeline] echo [2020-09-08T23:04:43.466Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T23:04:43.755Z] ---> logs-deploy.sh [2020-09-08T23:04:43.755Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/46 [2020-09-08T23:04:43.755Z] INFO: archiving workspace using pattern(s): [2020-09-08T23:04:45.138Z] Archives upload complete. [2020-09-08T23:04:45.138Z] INFO: archiving logs to Nexus [2020-09-08T23:04:46.084Z] ---> uname -a: [2020-09-08T23:04:46.084Z] Linux 86a8b450d38d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] ---> lscpu: [2020-09-08T23:04:46.084Z] Architecture: x86_64 [2020-09-08T23:04:46.084Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-08T23:04:46.084Z] Byte Order: Little Endian [2020-09-08T23:04:46.084Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-08T23:04:46.084Z] CPU(s): 4 [2020-09-08T23:04:46.084Z] On-line CPU(s) list: 0-3 [2020-09-08T23:04:46.084Z] Thread(s) per core: 1 [2020-09-08T23:04:46.084Z] Core(s) per socket: 1 [2020-09-08T23:04:46.084Z] Socket(s): 4 [2020-09-08T23:04:46.084Z] NUMA node(s): 1 [2020-09-08T23:04:46.084Z] Vendor ID: GenuineIntel [2020-09-08T23:04:46.084Z] CPU family: 6 [2020-09-08T23:04:46.084Z] Model: 44 [2020-09-08T23:04:46.084Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-08T23:04:46.084Z] Stepping: 1 [2020-09-08T23:04:46.084Z] CPU MHz: 2933.436 [2020-09-08T23:04:46.084Z] BogoMIPS: 5866.87 [2020-09-08T23:04:46.084Z] Virtualization: VT-x [2020-09-08T23:04:46.084Z] Hypervisor vendor: KVM [2020-09-08T23:04:46.084Z] Virtualization type: full [2020-09-08T23:04:46.084Z] L1d cache: 128 KiB [2020-09-08T23:04:46.084Z] L1i cache: 128 KiB [2020-09-08T23:04:46.084Z] L2 cache: 16 MiB [2020-09-08T23:04:46.084Z] L3 cache: 64 MiB [2020-09-08T23:04:46.084Z] NUMA node0 CPU(s): 0-3 [2020-09-08T23:04:46.084Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-08T23:04:46.084Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-08T23:04:46.084Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-08T23:04:46.084Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-08T23:04:46.084Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-08T23:04:46.084Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-08T23:04:46.084Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-08T23:04:46.084Z] Vulnerability Tsx async abort: Not affected [2020-09-08T23:04:46.084Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] ---> nproc: [2020-09-08T23:04:46.084Z] 4 [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] ---> df -h: [2020-09-08T23:04:46.084Z] Filesystem Size Used Available Use% Mounted on [2020-09-08T23:04:46.084Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-08T23:04:46.084Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-08T23:04:46.084Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-08T23:04:46.084Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-08T23:04:46.084Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-08T23:04:46.084Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-08T23:04:46.084Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-08T23:04:46.084Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master [2020-09-08T23:04:46.084Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp [2020-09-08T23:04:46.084Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] ---> free -m: [2020-09-08T23:04:46.084Z] total used free shared buff/cache available [2020-09-08T23:04:46.084Z] Mem: 1837 777 128 0 931 996 [2020-09-08T23:04:46.084Z] Swap: 1023 3 1020 [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] ---> ip addr: [2020-09-08T23:04:46.084Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-08T23:04:46.084Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-08T23:04:46.084Z] inet 127.0.0.1/8 scope host lo [2020-09-08T23:04:46.084Z] valid_lft forever preferred_lft forever [2020-09-08T23:04:46.084Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-09-08T23:04:46.084Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-08T23:04:46.084Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-08T23:04:46.084Z] valid_lft forever preferred_lft forever [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] ---> sar -b -r -n DEV: [2020-09-08T23:04:46.084Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] 22:53:51 LINUX RESTART (4 CPU) [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] 22:55:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-08T23:04:46.084Z] 22:56:01 3.07 0.00 3.07 0.00 0.00 104.65 0.00 [2020-09-08T23:04:46.084Z] 22:57:01 0.37 0.00 0.37 0.00 0.00 5.15 0.00 [2020-09-08T23:04:46.084Z] 22:58:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 [2020-09-08T23:04:46.084Z] 22:59:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 [2020-09-08T23:04:46.084Z] 23:00:01 0.25 0.00 0.25 0.00 0.00 3.48 0.00 [2020-09-08T23:04:46.084Z] 23:01:01 0.40 0.07 0.33 0.00 0.80 3.71 0.00 [2020-09-08T23:04:46.084Z] 23:02:01 0.55 0.08 0.47 0.00 1.60 6.58 0.00 [2020-09-08T23:04:46.084Z] 23:03:01 243.64 137.08 106.56 0.00 7328.01 35432.18 0.00 [2020-09-08T23:04:46.084Z] 23:04:01 188.55 52.16 136.40 0.00 3305.18 30042.05 0.00 [2020-09-08T23:04:46.084Z] Average: 48.78 21.12 27.66 0.00 1186.37 7318.14 0.00 [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] 22:55:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-08T23:04:46.084Z] 22:56:01 188428 0 546880 29.07 2620 1143628 1096604 37.43 386836 1147536 12 [2020-09-08T23:04:46.084Z] 22:57:01 188780 0 546524 29.05 2620 1143632 1079128 36.83 388260 1146120 8 [2020-09-08T23:04:46.084Z] 22:58:01 188116 0 547180 29.08 2620 1143640 1079260 36.83 388972 1146124 8 [2020-09-08T23:04:46.084Z] 22:59:01 187168 0 548128 29.13 2620 1143640 1079128 36.83 393944 1142324 8 [2020-09-08T23:04:46.084Z] 23:00:01 186276 0 549016 29.18 2620 1143644 1079236 36.83 396648 1140232 8 [2020-09-08T23:04:46.084Z] 23:01:01 185408 0 549868 29.22 2620 1143660 1081468 36.91 397076 1140232 8 [2020-09-08T23:04:46.084Z] 23:02:01 186652 0 548484 29.15 2620 1143800 1079636 36.85 387320 1149504 8 [2020-09-08T23:04:46.084Z] 23:03:01 214784 0 676924 35.98 2620 987228 1506224 51.40 580912 876552 12348 [2020-09-08T23:04:46.084Z] 23:04:01 131916 0 733128 38.96 2240 1014272 1217224 41.54 596888 873648 200 [2020-09-08T23:04:46.084Z] Average: 184170 0 582904 30.98 2578 1111905 1144212 39.05 435206 1084697 1401 [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] 22:55:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-08T23:04:46.084Z] 22:56:01 eth0 3.96 2.00 3.28 0.36 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:58:01 eth0 0.95 0.35 0.32 0.20 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:59:01 eth0 0.82 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:00:01 eth0 0.68 0.40 0.40 0.26 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:01:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:02:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:03:01 eth0 470.28 399.57 4354.79 37.32 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:03:01 docker0 55.86 57.59 4.74 408.53 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:04:01 veth9a5c3d1 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:04:01 eth0 462.94 377.42 3268.68 102.18 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] 23:04:01 docker0 1.80 1.60 0.44 0.80 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] Average: veth9a5c3d1 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] Average: eth0 104.84 87.01 850.87 15.66 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] Average: docker0 6.43 6.60 0.58 45.65 0.00 0.00 0.00 0.00 [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] ---> sar -P ALL: [2020-09-08T23:04:46.084Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] 22:53:51 LINUX RESTART (4 CPU) [2020-09-08T23:04:46.084Z] [2020-09-08T23:04:46.084Z] 22:55:03 CPU %user %nice %system %iowait %steal %idle [2020-09-08T23:04:46.084Z] 22:56:01 all 0.20 0.00 0.06 0.00 0.01 99.73 [2020-09-08T23:04:46.084Z] 22:56:01 0 0.09 0.00 0.03 0.00 0.02 99.86 [2020-09-08T23:04:46.084Z] 22:56:01 1 0.16 0.00 0.07 0.00 0.00 99.78 [2020-09-08T23:04:46.084Z] 22:56:01 2 0.45 0.00 0.07 0.00 0.02 99.47 [2020-09-08T23:04:46.084Z] 22:56:01 3 0.12 0.00 0.05 0.00 0.00 99.83 [2020-09-08T23:04:46.084Z] 22:57:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-08T23:04:46.084Z] 22:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-08T23:04:46.084Z] 22:57:01 1 0.48 0.00 0.02 0.00 0.00 99.50 [2020-09-08T23:04:46.084Z] 22:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-08T23:04:46.084Z] 22:57:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-08T23:04:46.084Z] 22:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-08T23:04:46.084Z] 22:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-08T23:04:46.084Z] 22:58:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-08T23:04:46.084Z] 22:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-08T23:04:46.084Z] 22:58:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-08T23:04:46.084Z] 22:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-08T23:04:46.084Z] 22:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-08T23:04:46.084Z] 22:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-08T23:04:46.084Z] 22:59:01 2 0.50 0.00 0.02 0.00 0.02 99.47 [2020-09-08T23:04:46.084Z] 22:59:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-08T23:04:46.084Z] 23:00:01 all 0.16 0.00 0.07 0.00 0.01 99.77 [2020-09-08T23:04:46.085Z] 23:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2020-09-08T23:04:46.085Z] 23:00:01 1 0.05 0.00 0.17 0.00 0.02 99.77 [2020-09-08T23:04:46.085Z] 23:00:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2020-09-08T23:04:46.085Z] 23:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-08T23:04:46.085Z] 23:01:01 all 0.12 0.00 0.05 0.00 0.01 99.82 [2020-09-08T23:04:46.085Z] 23:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-08T23:04:46.085Z] 23:01:01 1 0.17 0.00 0.07 0.00 0.00 99.77 [2020-09-08T23:04:46.085Z] 23:01:01 2 0.25 0.00 0.03 0.02 0.02 99.68 [2020-09-08T23:04:46.085Z] 23:01:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-09-08T23:04:46.085Z] 23:02:01 all 0.09 0.00 0.04 0.00 0.01 99.85 [2020-09-08T23:04:46.085Z] 23:02:01 0 0.05 0.00 0.03 0.02 0.00 99.90 [2020-09-08T23:04:46.085Z] 23:02:01 1 0.23 0.00 0.05 0.00 0.02 99.70 [2020-09-08T23:04:46.085Z] 23:02:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2020-09-08T23:04:46.085Z] 23:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-08T23:04:46.085Z] 23:03:01 all 8.68 0.00 5.49 3.12 0.14 82.57 [2020-09-08T23:04:46.085Z] 23:03:01 0 8.32 0.00 5.50 2.37 0.14 83.67 [2020-09-08T23:04:46.085Z] 23:03:01 1 8.16 0.00 5.15 2.34 0.15 84.20 [2020-09-08T23:04:46.085Z] 23:03:01 2 9.14 0.00 5.17 5.54 0.14 80.01 [2020-09-08T23:04:46.085Z] 23:03:01 3 9.09 0.00 6.13 2.23 0.14 82.41 [2020-09-08T23:04:46.085Z] 23:04:01 all 9.59 0.00 7.33 2.62 0.23 80.23 [2020-09-08T23:04:46.085Z] 23:04:01 0 9.38 0.00 7.85 2.22 0.21 80.34 [2020-09-08T23:04:46.085Z] 23:04:01 1 9.47 0.00 6.89 1.35 0.24 82.06 [2020-09-08T23:04:46.085Z] 23:04:01 2 10.05 0.00 6.82 3.66 0.24 79.24 [2020-09-08T23:04:46.085Z] 23:04:01 3 9.48 0.00 7.75 3.27 0.22 79.27 [2020-09-08T23:04:46.085Z] Average: all 2.11 0.00 1.44 0.63 0.04 95.77 [2020-09-08T23:04:46.085Z] Average: 0 1.96 0.00 1.48 0.50 0.04 96.02 [2020-09-08T23:04:46.085Z] Average: 1 2.12 0.00 1.37 0.41 0.05 96.06 [2020-09-08T23:04:46.085Z] Average: 2 2.31 0.00 1.34 1.01 0.05 95.29 [2020-09-08T23:04:46.085Z] Average: 3 2.07 0.00 1.55 0.60 0.04 95.73 [2020-09-08T23:04:46.085Z] [2020-09-08T23:04:46.085Z] [2020-09-08T23:04:46.085Z]