Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 99aa3b53937bec0da90267ae07f26eaa97fe64a2 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43328 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 Fetching 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 > 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 Checking out Revision 99aa3b53937bec0da90267ae07f26eaa97fe64a2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 99aa3b53937bec0da90267ae07f26eaa97fe64a2 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#118)" > git rev-list --no-walk 9362ccc9f8d4e3fdb2aceabda34ec5adf0c71b9c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T16:35:13.954Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T16:35:14.236Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T16:35:14.346Z] ========================================================= [2020-09-15T16:35:14.346Z] EdgeX Global Pipelines Version Info [2020-09-15T16:35:14.346Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:35:15.805Z] ------------------- [2020-09-15T16:35:15.805Z] stable info: [2020-09-15T16:35:15.805Z] ------------------- [2020-09-15T16:35:15.805Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T16:35:15.805Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T16:35:15.805Z] Message: update stable to v1.0.119 [2020-09-15T16:35:16.751Z] ------------------- [2020-09-15T16:35:16.751Z] experimental info: [2020-09-15T16:35:16.751Z] ------------------- [2020-09-15T16:35:16.751Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T16:35:16.751Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T16:35:16.751Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T16:35:17.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-09-15T16:35:17.255Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-09-15T16:35:17.357Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T16:35:17.453Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T16:35:17.553Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T16:35:17.649Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-15T16:35:17.807Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T16:35:17.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-15T16:35:17.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-15T16:35:18.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T16:35:18.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T16:35:18.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-09-15T16:35:18.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T16:35:18.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T16:35:18.591Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T16:35:18.682Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T16:35:18.775Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T16:35:18.897Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T16:35:19.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T16:35:19.101Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-15T16:35:19.195Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T16:35:19.287Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T16:35:19.381Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-15T16:35:19.476Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-15T16:35:19.568Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-15T16:35:19.663Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99aa3b53937bec0da90267ae07f26eaa97fe64a2 [Pipeline] echo [2020-09-15T16:35:19.755Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99aa3b5 [Pipeline] echo [2020-09-15T16:35:19.866Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T16:35:20.506Z] + git log --format=format:%s -1 99aa3b53937bec0da90267ae07f26eaa97fe64a2 [Pipeline] echo [2020-09-15T16:35:20.568Z] GIT_COMMIT: 99aa3b53937bec0da90267ae07f26eaa97fe64a2, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#118) [Pipeline] echo [2020-09-15T16:35:20.615Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:35:21.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:35:21.463Z] [2020-09-15T16:35:21.463Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:35:21.811Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:35:21.811Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T16:35:21.811Z] 31603596830f: Pulling fs layer [2020-09-15T16:35:21.811Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T16:35:21.811Z] 6ca5941a6612: Pulling fs layer [2020-09-15T16:35:21.811Z] ecc8261a40a4: Pulling fs layer [2020-09-15T16:35:21.811Z] ecc8261a40a4: Waiting [2020-09-15T16:35:21.811Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T16:35:21.811Z] 2a8b12db71e7: Download complete [2020-09-15T16:35:22.077Z] 31603596830f: Verifying Checksum [2020-09-15T16:35:22.077Z] 31603596830f: Download complete [2020-09-15T16:35:22.077Z] ecc8261a40a4: Verifying Checksum [2020-09-15T16:35:22.077Z] ecc8261a40a4: Download complete [2020-09-15T16:35:22.342Z] 31603596830f: Pull complete [2020-09-15T16:35:22.342Z] 6ca5941a6612: Verifying Checksum [2020-09-15T16:35:22.342Z] 6ca5941a6612: Download complete [2020-09-15T16:35:22.609Z] 2a8b12db71e7: Pull complete [2020-09-15T16:35:23.190Z] 6ca5941a6612: Pull complete [2020-09-15T16:35:23.459Z] ecc8261a40a4: Pull complete [2020-09-15T16:35:23.459Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T16:35:23.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:35:23.459Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T16:35:23.598Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:35:23.652Z] $ 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-15T16:35:25.828Z] $ docker top 95348fc16312a3eddc9671bd09e3f7cc850f348350cf53f8e011623e37fa5911 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:35:26.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:35:26.122Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:35:26.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:35:26.334Z] $ docker exec 95348fc16312a3eddc9671bd09e3f7cc850f348350cf53f8e011623e37fa5911 ssh-agent [2020-09-15T16:35:26.492Z] SSH_AUTH_SOCK=/tmp/ssh-O5lh7d5SA44X/agent.12 [2020-09-15T16:35:26.492Z] SSH_AGENT_PID=17 [2020-09-15T16:35:26.509Z] Running ssh-add (command line suppressed) [2020-09-15T16:35:26.630Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6710927511026595472.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6710927511026595472.key) [2020-09-15T16:35:26.685Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:35:27.035Z] + git describe --exact-match --tags HEAD [2020-09-15T16:35:27.035Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T16:35:27.062Z] $ docker exec --env ******** --env ******** 95348fc16312a3eddc9671bd09e3f7cc850f348350cf53f8e011623e37fa5911 ssh-agent -k [2020-09-15T16:35:27.176Z] unset SSH_AUTH_SOCK; [2020-09-15T16:35:27.176Z] unset SSH_AGENT_PID; [2020-09-15T16:35:27.176Z] echo Agent pid 17 killed; [2020-09-15T16:35:27.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T16:35:27.357Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T16:35:27.357Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T16:35:27.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:35:27.455Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:35:27.626Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:35:27.632Z] $ docker exec 95348fc16312a3eddc9671bd09e3f7cc850f348350cf53f8e011623e37fa5911 ssh-agent [2020-09-15T16:35:27.792Z] SSH_AUTH_SOCK=/tmp/ssh-C6mYJDeVpUA4/agent.46 [2020-09-15T16:35:27.792Z] SSH_AGENT_PID=52 [2020-09-15T16:35:27.798Z] Running ssh-add (command line suppressed) [2020-09-15T16:35:27.920Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6074424790156777213.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6074424790156777213.key) [2020-09-15T16:35:27.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:35:28.308Z] + git semver init [2020-09-15T16:35:28.308Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:35:28.308Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-15T16:35:28.308Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-15T16:35:28.308Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:35:28.308Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:35:28.308Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:35:28.308Z] # $SEMVER_BRANCH = master [2020-09-15T16:35:28.308Z] # $SEMVER_TEMP = /tmp/semver-781973405 [2020-09-15T16:35:28.308Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-09-15T16:35:28.570Z] # '/tmp/semver-781973405' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-09-15T16:35:28.570Z] # -> Force: false [2020-09-15T16:35:28.570Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-15T16:35:28.585Z] $ docker exec --env ******** --env ******** 95348fc16312a3eddc9671bd09e3f7cc850f348350cf53f8e011623e37fa5911 ssh-agent -k [2020-09-15T16:35:28.696Z] unset SSH_AUTH_SOCK; [2020-09-15T16:35:28.697Z] unset SSH_AGENT_PID; [2020-09-15T16:35:28.697Z] echo Agent pid 52 killed; [2020-09-15T16:35:28.739Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:35:29.227Z] + git semver [Pipeline] } [2020-09-15T16:35:29.248Z] $ docker stop --time=1 95348fc16312a3eddc9671bd09e3f7cc850f348350cf53f8e011623e37fa5911 [2020-09-15T16:35:30.583Z] $ docker rm -f 95348fc16312a3eddc9671bd09e3f7cc850f348350cf53f8e011623e37fa5911 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T16:35:31.389Z] Stashed 22 file(s) [Pipeline] echo [2020-09-15T16:35:31.395Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.11 [Pipeline] echo [2020-09-15T16:35:31.485Z] Archived original version: [1.2.1-dev.11] [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-15T16:35:46.935Z] Still waiting to schedule task [2020-09-15T16:35:46.935Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T16:35:46.938Z] Still waiting to schedule task [2020-09-15T16:35:46.938Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-43327’ [2020-09-15T16:37:50.147Z] Running on prd-centos7-docker-4c-2g-43330 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-09-15T16:37:50.209Z] Running in /w/workspace/app-service-configurable/48 [Pipeline] { [Pipeline] checkout [2020-09-15T16:37:56.040Z] using credential edgex-jenkins-ssh [2020-09-15T16:37:56.089Z] Cloning the remote Git repository [2020-09-15T16:37:56.089Z] Cloning with configured refspecs honoured and without tags [2020-09-15T16:37:56.208Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-15T16:37:56.298Z] > git init /w/workspace/app-service-configurable/48 # timeout=10 [2020-09-15T16:37:56.538Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-15T16:37:56.538Z] > git --version # timeout=10 [2020-09-15T16:37:56.554Z] > git --version # 'git version 2.16.5' [2020-09-15T16:37:56.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:37:56.611Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:37:57.247Z] Fetching without tags [2020-09-15T16:37:57.651Z] Checking out Revision 99aa3b53937bec0da90267ae07f26eaa97fe64a2 (master) [2020-09-15T16:37:57.185Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-15T16:37:57.209Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:37:57.235Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-15T16:37:57.267Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-15T16:37:57.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:37:57.278Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:37:57.673Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T16:37:57.684Z] > git checkout -f 99aa3b53937bec0da90267ae07f26eaa97fe64a2 # timeout=10 [2020-09-15T16:38:01.979Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#118)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T16:38:03.679Z] ========================================================= [2020-09-15T16:38:03.679Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-15T16:38:03.679Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:38:05.045Z] + 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-15T16:38:06.013Z] Sending build context to Docker daemon 308.7kB [2020-09-15T16:38:06.376Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-15T16:38:06.376Z] Step 2/8 : FROM ${BASE} [2020-09-15T16:38:06.376Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T16:38:06.376Z] df20fa9351a1: Pulling fs layer [2020-09-15T16:38:06.376Z] ed8968b2872e: Pulling fs layer [2020-09-15T16:38:06.376Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T16:38:06.376Z] 2dd03ba5bac4: Pulling fs layer [2020-09-15T16:38:06.376Z] 1e091d79d1de: Pulling fs layer [2020-09-15T16:38:06.376Z] 481702a1767f: Pulling fs layer [2020-09-15T16:38:06.376Z] f64a6f60c768: Pulling fs layer [2020-09-15T16:38:06.376Z] e78d2573fc39: Pulling fs layer [2020-09-15T16:38:06.376Z] e876d2f968b6: Pulling fs layer [2020-09-15T16:38:06.376Z] ce8a83651883: Pulling fs layer [2020-09-15T16:38:06.376Z] 07967f4d0e4b: Pulling fs layer [2020-09-15T16:38:06.376Z] f64a6f60c768: Waiting [2020-09-15T16:38:06.376Z] e78d2573fc39: Waiting [2020-09-15T16:38:06.376Z] e876d2f968b6: Waiting [2020-09-15T16:38:06.376Z] ce8a83651883: Waiting [2020-09-15T16:38:06.376Z] 07967f4d0e4b: Waiting [2020-09-15T16:38:06.376Z] 2dd03ba5bac4: Waiting [2020-09-15T16:38:06.376Z] 481702a1767f: Waiting [2020-09-15T16:38:06.376Z] 1e091d79d1de: Waiting [2020-09-15T16:38:06.376Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T16:38:06.376Z] a92cc7c5fd73: Download complete [2020-09-15T16:38:06.376Z] ed8968b2872e: Verifying Checksum [2020-09-15T16:38:06.376Z] ed8968b2872e: Download complete [2020-09-15T16:38:06.649Z] 1e091d79d1de: Download complete [2020-09-15T16:38:06.649Z] 481702a1767f: Verifying Checksum [2020-09-15T16:38:06.649Z] 481702a1767f: Download complete [2020-09-15T16:38:06.937Z] df20fa9351a1: Verifying Checksum [2020-09-15T16:38:06.937Z] df20fa9351a1: Download complete [2020-09-15T16:38:07.547Z] df20fa9351a1: Pull complete [2020-09-15T16:38:07.547Z] ed8968b2872e: Pull complete [2020-09-15T16:38:07.831Z] a92cc7c5fd73: Pull complete [2020-09-15T16:38:16.664Z] f64a6f60c768: Verifying Checksum [2020-09-15T16:38:16.664Z] f64a6f60c768: Download complete [2020-09-15T16:38:16.664Z] e876d2f968b6: Verifying Checksum [2020-09-15T16:38:16.664Z] e876d2f968b6: Download complete [2020-09-15T16:38:22.902Z] e78d2573fc39: Verifying Checksum [2020-09-15T16:38:22.902Z] e78d2573fc39: Download complete [2020-09-15T16:38:22.902Z] 07967f4d0e4b: Verifying Checksum [2020-09-15T16:38:22.902Z] 07967f4d0e4b: Download complete [2020-09-15T16:38:22.902Z] ce8a83651883: Verifying Checksum [2020-09-15T16:38:22.902Z] ce8a83651883: Download complete [2020-09-15T16:38:23.182Z] 2dd03ba5bac4: Verifying Checksum [2020-09-15T16:38:23.182Z] 2dd03ba5bac4: Download complete [2020-09-15T16:38:33.430Z] 2dd03ba5bac4: Pull complete [2020-09-15T16:38:33.430Z] 1e091d79d1de: Pull complete [2020-09-15T16:38:33.430Z] 481702a1767f: Pull complete [2020-09-15T16:38:38.941Z] f64a6f60c768: Pull complete [2020-09-15T16:38:42.519Z] e78d2573fc39: Pull complete [2020-09-15T16:38:42.799Z] e876d2f968b6: Pull complete [2020-09-15T16:38:44.288Z] ce8a83651883: Pull complete [2020-09-15T16:38:44.583Z] 07967f4d0e4b: Pull complete [2020-09-15T16:38:44.583Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-15T16:38:44.583Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-15T16:38:44.583Z] ---> 5d7c900382c6 [2020-09-15T16:38:44.583Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T16:38:45.189Z] ---> Running in 33e50052765e [2020-09-15T16:38:45.460Z] Removing intermediate container 33e50052765e [2020-09-15T16:38:45.460Z] ---> 011d2536041a [2020-09-15T16:38:45.460Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:38:45.460Z] ---> Running in 17b12dab9339 [2020-09-15T16:38:47.463Z] Removing intermediate container 17b12dab9339 [2020-09-15T16:38:47.463Z] ---> 2988b26a9715 [2020-09-15T16:38:47.463Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-15T16:38:47.463Z] ---> Running in c9c0eb2fe869 [2020-09-15T16:38:48.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:38:49.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:38:49.747Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-15T16:38:49.747Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-15T16:38:49.747Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-15T16:38:50.055Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-15T16:38:50.055Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-15T16:38:50.439Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-15T16:38:50.439Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:38:50.439Z] OK: 167 MiB in 45 packages [2020-09-15T16:38:51.065Z] Removing intermediate container c9c0eb2fe869 [2020-09-15T16:38:51.065Z] ---> dd20d9e1d065 [2020-09-15T16:38:51.065Z] Step 6/8 : WORKDIR /app [2020-09-15T16:38:51.367Z] ---> Running in 2ee6512157a0 [2020-09-15T16:38:51.651Z] Removing intermediate container 2ee6512157a0 [2020-09-15T16:38:51.651Z] ---> ed6568e8b1f3 [2020-09-15T16:38:51.651Z] Step 7/8 : COPY . . [2020-09-15T16:38:51.928Z] ---> e442393e686c [2020-09-15T16:38:51.928Z] Step 8/8 : RUN go mod download [2020-09-15T16:38:52.198Z] ---> Running in 873922e6c387 [2020-09-15T16:38:54.888Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-15T16:38:54.888Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-15T16:38:54.888Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-15T16:38:54.888Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-15T16:38:55.155Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-15T16:38:55.155Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-15T16:38:55.155Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-15T16:38:55.155Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-15T16:38:55.155Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-15T16:38:55.155Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-15T16:38:55.155Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 [2020-09-15T16:38:55.155Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-15T16:38:55.439Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-15T16:38:55.439Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 [2020-09-15T16:38:55.439Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-15T16:38:55.439Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-15T16:38:55.439Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-15T16:38:55.439Z] go: finding github.com/fatih/color v1.7.0 [2020-09-15T16:38:55.439Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-15T16:38:55.439Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T16:38:55.439Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T16:38:55.439Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T16:38:55.704Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T16:38:55.704Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T16:38:55.704Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T16:38:55.704Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T16:38:55.704Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-15T16:38:55.704Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T16:38:55.704Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-15T16:38:55.704Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-15T16:38:55.704Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-15T16:38:55.704Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-15T16:38:55.704Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-15T16:38:55.972Z] go: finding github.com/google/uuid v1.1.1 [2020-09-15T16:38:55.973Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-15T16:38:55.973Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-15T16:38:56.248Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-15T16:38:56.248Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-15T16:38:56.248Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T16:38:56.248Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-15T16:38:56.248Z] go: finding github.com/kr/pty v1.1.1 [2020-09-15T16:38:56.514Z] go: finding github.com/kr/text v0.1.0 [2020-09-15T16:38:56.514Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T16:38:56.514Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-15T16:38:56.514Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-15T16:38:56.514Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-15T16:38:56.514Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-15T16:38:56.514Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-15T16:38:56.514Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-15T16:38:56.514Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-15T16:38:56.514Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-15T16:38:56.800Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-15T16:38:56.800Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-15T16:38:56.800Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-15T16:38:56.800Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-15T16:38:56.800Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-15T16:38:56.800Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-15T16:38:56.800Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-15T16:38:56.800Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-15T16:38:56.800Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-15T16:38:56.800Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-15T16:38:57.075Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T16:38:57.075Z] go: finding github.com/posener/complete v1.1.1 [2020-09-15T16:38:57.075Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-15T16:38:57.075Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-15T16:38:57.075Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-15T16:38:57.075Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-15T16:38:57.075Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-15T16:38:57.075Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-15T16:38:57.075Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T16:38:57.075Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-15T16:38:57.340Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-15T16:38:57.340Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-15T16:38:57.340Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-15T16:38:57.340Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-15T16:38:57.340Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-15T16:38:57.340Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-15T16:38:57.340Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T16:38:57.340Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T16:38:57.340Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-15T16:38:57.340Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-15T16:38:57.340Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-15T16:38:57.612Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-15T16:38:57.612Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-15T16:38:57.612Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-15T16:39:20.435Z] Removing intermediate container 873922e6c387 [2020-09-15T16:39:20.435Z] ---> dbc27cac7adc [2020-09-15T16:39:20.435Z] Successfully built dbc27cac7adc [2020-09-15T16:39:20.435Z] 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-15T16:39:22.340Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T16:39:22.687Z] + ls -al . [2020-09-15T16:39:22.687Z] total 72 [2020-09-15T16:39:22.687Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 15 16:38 . [2020-09-15T16:39:22.687Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 15 16:37 .. [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 6568 Sep 15 16:37 Attribution.txt [2020-09-15T16:39:22.687Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 16:37 bin [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 180 Sep 15 16:37 docker-compose.debug.yml [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 15 16:37 docker-compose.yml [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 2002 Sep 15 16:37 Dockerfile [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 966 Sep 15 16:37 Dockerfile.build [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 119 Sep 15 16:37 .dockerignore [2020-09-15T16:39:22.687Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 15 16:38 .git [2020-09-15T16:39:22.687Z] drwxrwxr-x. 2 jenkins jenkins 81 Sep 15 16:37 .github [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 93 Sep 15 16:37 .gitignore [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 133 Sep 15 16:37 go.mod [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 710 Sep 15 16:37 Jenkinsfile [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 10174 Sep 15 16:37 LICENSE [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 15 16:37 main.go [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 1573 Sep 15 16:37 makefile [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 1277 Sep 15 16:37 README.md [2020-09-15T16:39:22.687Z] drwxrwxr-x. 10 jenkins jenkins 171 Sep 15 16:37 res [2020-09-15T16:39:22.687Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 15 16:38 .semver [2020-09-15T16:39:22.687Z] drwxrwxr-x. 4 jenkins jenkins 71 Sep 15 16:37 snap [2020-09-15T16:39:22.687Z] -rw-rw-r--. 1 jenkins jenkins 12 Sep 15 16:35 VERSION [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:39:23.087Z] + 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=99aa3b53937bec0da90267ae07f26eaa97fe64a2 --label arch=amd64 --label version=1.2.1-dev.11 . [2020-09-15T16:39:23.352Z] Sending build context to Docker daemon 309.8kB [2020-09-15T16:39:23.352Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-09-15T16:39:23.352Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-15T16:39:23.352Z] ---> dbc27cac7adc [2020-09-15T16:39:23.352Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-15T16:39:23.616Z] ---> Running in e36c1313b81a [2020-09-15T16:39:23.886Z] Removing intermediate container e36c1313b81a [2020-09-15T16:39:23.886Z] ---> 05cc956881a8 [2020-09-15T16:39:23.886Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-15T16:39:23.886Z] ---> Running in 3ffdf741303b [2020-09-15T16:39:24.189Z] Removing intermediate container 3ffdf741303b [2020-09-15T16:39:24.189Z] ---> 566de7c6612e [2020-09-15T16:39:24.189Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T16:39:24.453Z] ---> Running in 9f037bc942db [2020-09-15T16:39:24.727Z] Removing intermediate container 9f037bc942db [2020-09-15T16:39:24.727Z] ---> d5ebe4f7263f [2020-09-15T16:39:24.727Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:39:24.727Z] ---> Running in 74035e4cb607 [2020-09-15T16:39:26.163Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43333 in /w/workspace/_app-service-configurable_master [Pipeline] { [2020-09-15T16:39:26.165Z] Removing intermediate container 74035e4cb607 [2020-09-15T16:39:26.165Z] ---> 606b630c172d [2020-09-15T16:39:26.166Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-15T16:39:26.166Z] ---> Running in 20dc5ada771d [Pipeline] ws [2020-09-15T16:39:26.220Z] Running in /w/workspace/app-service-configurable/48 [Pipeline] { [Pipeline] checkout [2020-09-15T16:39:26.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:39:27.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:39:28.728Z] OK: 167 MiB in 45 packages [2020-09-15T16:39:29.713Z] Removing intermediate container 20dc5ada771d [2020-09-15T16:39:29.713Z] ---> 9e4d0ca9f3e3 [2020-09-15T16:39:29.713Z] Step 8/27 : WORKDIR /app [2020-09-15T16:39:29.713Z] ---> Running in 15cfbb88ff5e [2020-09-15T16:39:29.713Z] Removing intermediate container 15cfbb88ff5e [2020-09-15T16:39:29.713Z] ---> 8422b04711c6 [2020-09-15T16:39:29.713Z] Step 9/27 : COPY go.mod . [2020-09-15T16:39:30.317Z] ---> 8fe24778a00a [2020-09-15T16:39:30.317Z] Step 10/27 : RUN go mod download [2020-09-15T16:39:30.317Z] ---> Running in 95b2649dd139 [2020-09-15T16:39:31.432Z] using credential edgex-jenkins-ssh [2020-09-15T16:39:31.491Z] Cloning the remote Git repository [2020-09-15T16:39:31.491Z] Cloning with configured refspecs honoured and without tags [2020-09-15T16:39:31.732Z] Removing intermediate container 95b2649dd139 [2020-09-15T16:39:31.732Z] ---> 716c9dc486e5 [2020-09-15T16:39:31.732Z] Step 11/27 : COPY . . [2020-09-15T16:39:32.000Z] ---> 58679398c4b1 [2020-09-15T16:39:32.000Z] Step 12/27 : ARG MAKE="make build" [2020-09-15T16:39:32.273Z] ---> Running in 96d36aa544e1 [2020-09-15T16:39:32.554Z] Removing intermediate container 96d36aa544e1 [2020-09-15T16:39:32.554Z] ---> 8366c38cbcdd [2020-09-15T16:39:32.554Z] Step 13/27 : RUN $MAKE [2020-09-15T16:39:32.554Z] ---> Running in dc3f590f0c6a [2020-09-15T16:39:31.585Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-09-15T16:39:31.700Z] > git init /w/workspace/app-service-configurable/48 # timeout=10 [2020-09-15T16:39:31.775Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-15T16:39:31.776Z] > git --version # timeout=10 [2020-09-15T16:39:31.796Z] > git --version # 'git version 2.17.1' [2020-09-15T16:39:31.798Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:39:31.860Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:39:32.556Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-15T16:39:32.572Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:39:32.608Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-09-15T16:39:32.611Z] Fetching without tags [2020-09-15T16:39:33.095Z] Checking out Revision 99aa3b53937bec0da90267ae07f26eaa97fe64a2 (master) [2020-09-15T16:39:33.678Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.11" -o app-service-configurable [2020-09-15T16:39:32.645Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-09-15T16:39:32.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T16:39:32.660Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T16:39:33.139Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T16:39:33.159Z] > git checkout -f 99aa3b53937bec0da90267ae07f26eaa97fe64a2 # timeout=10 [2020-09-15T16:39:37.665Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#118)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T16:39:38.762Z] ========================================================= [2020-09-15T16:39:38.762Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-15T16:39:38.762Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:39:39.842Z] + 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-15T16:39:40.832Z] Sending build context to Docker daemon 308.7kB [2020-09-15T16:39:40.832Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-15T16:39:40.832Z] Step 2/8 : FROM ${BASE} [2020-09-15T16:39:41.112Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T16:39:41.112Z] b538f80385f9: Pulling fs layer [2020-09-15T16:39:41.112Z] 74f711af9a0d: Pulling fs layer [2020-09-15T16:39:41.112Z] 99f96fe45779: Pulling fs layer [2020-09-15T16:39:41.112Z] fd7a069fd194: Pulling fs layer [2020-09-15T16:39:41.112Z] 66aa3694b03b: Pulling fs layer [2020-09-15T16:39:41.112Z] 170f70906a0f: Pulling fs layer [2020-09-15T16:39:41.112Z] ad7c5574e4b9: Pulling fs layer [2020-09-15T16:39:41.112Z] e772456be8f7: Pulling fs layer [2020-09-15T16:39:41.112Z] c890913d741a: Pulling fs layer [2020-09-15T16:39:41.112Z] 2480fcc9aa5a: Pulling fs layer [2020-09-15T16:39:41.112Z] 09adf4765672: Pulling fs layer [2020-09-15T16:39:41.112Z] 66aa3694b03b: Waiting [2020-09-15T16:39:41.112Z] 170f70906a0f: Waiting [2020-09-15T16:39:41.112Z] ad7c5574e4b9: Waiting [2020-09-15T16:39:41.112Z] e772456be8f7: Waiting [2020-09-15T16:39:41.112Z] c890913d741a: Waiting [2020-09-15T16:39:41.112Z] 2480fcc9aa5a: Waiting [2020-09-15T16:39:41.112Z] fd7a069fd194: Waiting [2020-09-15T16:39:41.112Z] 99f96fe45779: Download complete [2020-09-15T16:39:41.112Z] 74f711af9a0d: Verifying Checksum [2020-09-15T16:39:41.112Z] 74f711af9a0d: Download complete [2020-09-15T16:39:41.112Z] 66aa3694b03b: Verifying Checksum [2020-09-15T16:39:41.112Z] 66aa3694b03b: Download complete [2020-09-15T16:39:41.394Z] 170f70906a0f: Verifying Checksum [2020-09-15T16:39:41.394Z] 170f70906a0f: Download complete [2020-09-15T16:39:41.394Z] b538f80385f9: Download complete [2020-09-15T16:39:42.391Z] b538f80385f9: Pull complete [2020-09-15T16:39:42.994Z] 74f711af9a0d: Pull complete [2020-09-15T16:39:43.271Z] 99f96fe45779: Pull complete [2020-09-15T16:39:44.259Z] ad7c5574e4b9: Verifying Checksum [2020-09-15T16:39:44.259Z] ad7c5574e4b9: Download complete [2020-09-15T16:39:44.259Z] c890913d741a: Verifying Checksum [2020-09-15T16:39:44.259Z] c890913d741a: Download complete [2020-09-15T16:39:45.716Z] 2480fcc9aa5a: Verifying Checksum [2020-09-15T16:39:45.992Z] e772456be8f7: Verifying Checksum [2020-09-15T16:39:45.992Z] e772456be8f7: Download complete [2020-09-15T16:39:45.992Z] 09adf4765672: Verifying Checksum [2020-09-15T16:39:45.992Z] 09adf4765672: Download complete [2020-09-15T16:39:47.432Z] fd7a069fd194: Verifying Checksum [2020-09-15T16:39:47.432Z] fd7a069fd194: Download complete [2020-09-15T16:39:59.864Z] fd7a069fd194: Pull complete [2020-09-15T16:39:59.864Z] 66aa3694b03b: Pull complete [2020-09-15T16:39:59.864Z] 170f70906a0f: Pull complete [2020-09-15T16:40:03.263Z] ad7c5574e4b9: Pull complete [2020-09-15T16:40:06.333Z] Removing intermediate container dc3f590f0c6a [2020-09-15T16:40:06.333Z] ---> f6548d6e4e15 [2020-09-15T16:40:06.333Z] Step 14/27 : FROM alpine:latest [2020-09-15T16:40:06.333Z] latest: Pulling from library/alpine [2020-09-15T16:40:06.333Z] df20fa9351a1: Already exists [2020-09-15T16:40:06.333Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-15T16:40:06.333Z] Status: Downloaded newer image for alpine:latest [2020-09-15T16:40:06.333Z] ---> a24bb4013296 [2020-09-15T16:40:06.333Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T16:40:06.333Z] ---> Running in 90d7bb24f3b5 [2020-09-15T16:40:06.333Z] Removing intermediate container 90d7bb24f3b5 [2020-09-15T16:40:06.333Z] ---> 123f742c4e5b [2020-09-15T16:40:06.333Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-15T16:40:06.333Z] ---> Running in add1fe1e96c3 [2020-09-15T16:40:06.333Z] Removing intermediate container add1fe1e96c3 [2020-09-15T16:40:06.333Z] ---> da9c549ca631 [2020-09-15T16:40:06.333Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-15T16:40:06.333Z] ---> Running in 083e5dc31590 [2020-09-15T16:40:06.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T16:40:06.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T16:40:06.334Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-15T16:40:06.334Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-15T16:40:06.334Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-15T16:40:06.334Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-15T16:40:06.334Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-15T16:40:06.334Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-15T16:40:06.334Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:40:06.334Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T16:40:06.334Z] OK: 9 MiB in 20 packages [2020-09-15T16:40:06.334Z] Removing intermediate container 083e5dc31590 [2020-09-15T16:40:06.334Z] ---> 198e348baf85 [2020-09-15T16:40:06.334Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-15T16:40:06.334Z] ---> 40439e13aa92 [2020-09-15T16:40:06.334Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-15T16:40:06.334Z] ---> 0da623c09ec4 [2020-09-15T16:40:06.334Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-15T16:40:06.334Z] ---> da8f7c751598 [2020-09-15T16:40:06.334Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-15T16:40:06.631Z] ---> 2eaf7f5d18c9 [2020-09-15T16:40:06.631Z] Step 22/27 : EXPOSE 48095 [2020-09-15T16:40:06.927Z] ---> Running in aa91e67fbea9 [2020-09-15T16:40:06.928Z] Removing intermediate container aa91e67fbea9 [2020-09-15T16:40:06.928Z] ---> dcef3e8d5af1 [2020-09-15T16:40:06.928Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-15T16:40:06.928Z] ---> Running in aba8e0b13a3b [2020-09-15T16:40:07.225Z] Removing intermediate container aba8e0b13a3b [2020-09-15T16:40:07.225Z] ---> 68c4d2f88c22 [2020-09-15T16:40:07.225Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:40:07.225Z] ---> Running in b293a6bac4f7 [2020-09-15T16:40:07.502Z] Removing intermediate container b293a6bac4f7 [2020-09-15T16:40:07.502Z] ---> 5e1fe918800b [2020-09-15T16:40:07.502Z] Step 25/27 : LABEL arch=amd64 [2020-09-15T16:40:07.502Z] ---> Running in 1b5a4a64d1be [2020-09-15T16:40:07.582Z] e772456be8f7: Pull complete [2020-09-15T16:40:07.582Z] c890913d741a: Pull complete [2020-09-15T16:40:07.770Z] Removing intermediate container 1b5a4a64d1be [2020-09-15T16:40:07.770Z] ---> b55649be328b [2020-09-15T16:40:07.770Z] Step 26/27 : LABEL git_sha=99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:40:07.770Z] ---> Running in a6e91643488d [2020-09-15T16:40:08.042Z] Removing intermediate container a6e91643488d [2020-09-15T16:40:08.042Z] ---> e590c8c044ab [2020-09-15T16:40:08.042Z] Step 27/27 : LABEL version=1.2.1-dev.11 [2020-09-15T16:40:08.042Z] ---> Running in cf9fc5081a35 [2020-09-15T16:40:08.308Z] Removing intermediate container cf9fc5081a35 [2020-09-15T16:40:08.308Z] ---> 51ea74f5aa8a [2020-09-15T16:40:08.308Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T16:40:08.308Z] Successfully built 51ea74f5aa8a [2020-09-15T16:40:08.308Z] 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-15T16:40:08.783Z] provisioning config files... [2020-09-15T16:40:08.820Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/48@tmp/config7406516985718742089tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:40:09.225Z] ---> docker-login.sh [2020-09-15T16:40:09.225Z] nexus3.edgexfoundry.org:10001 [2020-09-15T16:40:09.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:40:09.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:40:09.839Z] Configure a credential helper to remove this warning. See [2020-09-15T16:40:09.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:40:09.839Z] [2020-09-15T16:40:09.839Z] Login Succeeded [2020-09-15T16:40:09.839Z] nexus3.edgexfoundry.org:10002 [2020-09-15T16:40:09.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:40:10.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:40:10.145Z] Configure a credential helper to remove this warning. See [2020-09-15T16:40:10.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:40:10.145Z] [2020-09-15T16:40:10.145Z] Login Succeeded [2020-09-15T16:40:10.145Z] nexus3.edgexfoundry.org:10003 [2020-09-15T16:40:10.287Z] 2480fcc9aa5a: Pull complete [2020-09-15T16:40:10.287Z] 09adf4765672: Pull complete [2020-09-15T16:40:10.287Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-15T16:40:10.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-15T16:40:10.287Z] ---> 2248a725d1cf [2020-09-15T16:40:10.287Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T16:40:10.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:40:10.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:40:10.427Z] Configure a credential helper to remove this warning. See [2020-09-15T16:40:10.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:40:10.427Z] [2020-09-15T16:40:10.427Z] Login Succeeded [2020-09-15T16:40:10.427Z] nexus3.edgexfoundry.org:10004 [2020-09-15T16:40:10.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:40:10.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:40:10.697Z] Configure a credential helper to remove this warning. See [2020-09-15T16:40:10.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:40:10.697Z] [2020-09-15T16:40:10.697Z] Login Succeeded [2020-09-15T16:40:10.697Z] docker.io [2020-09-15T16:40:10.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:40:11.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:40:11.236Z] Configure a credential helper to remove this warning. See [2020-09-15T16:40:11.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:40:11.236Z] [2020-09-15T16:40:11.236Z] Login Succeeded [2020-09-15T16:40:11.236Z] ---> docker-login.sh ends [Pipeline] } [2020-09-15T16:40:11.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:40:11.458Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-09-15T16:40:11.458Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:40:11.458Z] latest [2020-09-15T16:40:11.458Z] 1.2.1-dev.11 [2020-09-15T16:40:11.458Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [2020-09-15T16:40:11.458Z] master [2020-09-15T16:40:11.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:12.015Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:12.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:40:12.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-15T16:40:12.383Z] f97b306566be: Preparing [2020-09-15T16:40:12.383Z] ad19821c6c16: Preparing [2020-09-15T16:40:12.383Z] e092c393a306: Preparing [2020-09-15T16:40:12.383Z] 4d8183d57e09: Preparing [2020-09-15T16:40:12.383Z] 10de582d3035: Preparing [2020-09-15T16:40:12.383Z] 50644c29ef5a: Preparing [2020-09-15T16:40:12.383Z] 50644c29ef5a: Waiting [2020-09-15T16:40:12.676Z] e092c393a306: Pushed [2020-09-15T16:40:12.676Z] 4d8183d57e09: Pushed [2020-09-15T16:40:12.676Z] ad19821c6c16: Pushed [2020-09-15T16:40:12.676Z] 50644c29ef5a: Layer already exists [2020-09-15T16:40:12.960Z] 10de582d3035: Pushed [2020-09-15T16:40:14.586Z] ---> Running in 71b91ed416e1 [2020-09-15T16:40:14.861Z] Removing intermediate container 71b91ed416e1 [2020-09-15T16:40:14.861Z] ---> f88640bd504c [2020-09-15T16:40:14.861Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:40:14.923Z] f97b306566be: Pushed [2020-09-15T16:40:15.135Z] ---> Running in 1a7d61ebea72 [2020-09-15T16:40:15.188Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2: digest: sha256:a433626accc9d48a9b176bbead5e88b1e9a6554694f651b4d7bed79dc1ccd940 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:15.505Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:15.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-15T16:40:15.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-15T16:40:15.823Z] f97b306566be: Preparing [2020-09-15T16:40:15.823Z] ad19821c6c16: Preparing [2020-09-15T16:40:15.823Z] e092c393a306: Preparing [2020-09-15T16:40:15.823Z] 4d8183d57e09: Preparing [2020-09-15T16:40:15.823Z] 10de582d3035: Preparing [2020-09-15T16:40:15.823Z] 50644c29ef5a: Preparing [2020-09-15T16:40:15.823Z] 50644c29ef5a: Waiting [2020-09-15T16:40:15.823Z] 4d8183d57e09: Layer already exists [2020-09-15T16:40:15.823Z] f97b306566be: Layer already exists [2020-09-15T16:40:15.823Z] e092c393a306: Layer already exists [2020-09-15T16:40:15.823Z] 10de582d3035: Layer already exists [2020-09-15T16:40:15.823Z] ad19821c6c16: Layer already exists [2020-09-15T16:40:15.823Z] 50644c29ef5a: Layer already exists [2020-09-15T16:40:15.823Z] latest: digest: sha256:a433626accc9d48a9b176bbead5e88b1e9a6554694f651b4d7bed79dc1ccd940 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:16.150Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:16.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.11 [2020-09-15T16:40:16.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-15T16:40:16.506Z] f97b306566be: Preparing [2020-09-15T16:40:16.506Z] ad19821c6c16: Preparing [2020-09-15T16:40:16.506Z] e092c393a306: Preparing [2020-09-15T16:40:16.506Z] 4d8183d57e09: Preparing [2020-09-15T16:40:16.506Z] 10de582d3035: Preparing [2020-09-15T16:40:16.506Z] 50644c29ef5a: Preparing [2020-09-15T16:40:16.506Z] 50644c29ef5a: Waiting [2020-09-15T16:40:16.506Z] 10de582d3035: Layer already exists [2020-09-15T16:40:16.506Z] ad19821c6c16: Layer already exists [2020-09-15T16:40:16.506Z] f97b306566be: Layer already exists [2020-09-15T16:40:16.506Z] e092c393a306: Layer already exists [2020-09-15T16:40:16.506Z] 4d8183d57e09: Layer already exists [2020-09-15T16:40:16.506Z] 50644c29ef5a: Layer already exists [2020-09-15T16:40:16.506Z] 1.2.1-dev.11: digest: sha256:a433626accc9d48a9b176bbead5e88b1e9a6554694f651b4d7bed79dc1ccd940 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:16.856Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:17.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [2020-09-15T16:40:17.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-15T16:40:17.210Z] f97b306566be: Preparing [2020-09-15T16:40:17.210Z] ad19821c6c16: Preparing [2020-09-15T16:40:17.210Z] e092c393a306: Preparing [2020-09-15T16:40:17.210Z] 4d8183d57e09: Preparing [2020-09-15T16:40:17.210Z] 10de582d3035: Preparing [2020-09-15T16:40:17.210Z] 50644c29ef5a: Preparing [2020-09-15T16:40:17.210Z] 50644c29ef5a: Waiting [2020-09-15T16:40:17.210Z] 10de582d3035: Layer already exists [2020-09-15T16:40:17.210Z] f97b306566be: Layer already exists [2020-09-15T16:40:17.210Z] e092c393a306: Layer already exists [2020-09-15T16:40:17.210Z] ad19821c6c16: Layer already exists [2020-09-15T16:40:17.210Z] 4d8183d57e09: Layer already exists [2020-09-15T16:40:17.210Z] 50644c29ef5a: Layer already exists [2020-09-15T16:40:17.475Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11: digest: sha256:a433626accc9d48a9b176bbead5e88b1e9a6554694f651b4d7bed79dc1ccd940 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:17.775Z] Removing intermediate container 1a7d61ebea72 [2020-09-15T16:40:17.776Z] ---> bdf6ecef09b5 [2020-09-15T16:40:17.776Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-09-15T16:40:17.861Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:18.053Z] ---> Running in b8a676dbb703 [2020-09-15T16:40:18.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-09-15T16:40:18.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-09-15T16:40:18.229Z] f97b306566be: Preparing [2020-09-15T16:40:18.229Z] ad19821c6c16: Preparing [2020-09-15T16:40:18.229Z] e092c393a306: Preparing [2020-09-15T16:40:18.229Z] 4d8183d57e09: Preparing [2020-09-15T16:40:18.229Z] 10de582d3035: Preparing [2020-09-15T16:40:18.230Z] 50644c29ef5a: Preparing [2020-09-15T16:40:18.230Z] 50644c29ef5a: Waiting [2020-09-15T16:40:18.498Z] ad19821c6c16: Layer already exists [2020-09-15T16:40:18.498Z] 4d8183d57e09: Layer already exists [2020-09-15T16:40:18.498Z] e092c393a306: Layer already exists [2020-09-15T16:40:18.498Z] f97b306566be: Layer already exists [2020-09-15T16:40:18.498Z] 10de582d3035: Layer already exists [2020-09-15T16:40:18.498Z] 50644c29ef5a: Layer already exists [2020-09-15T16:40:18.498Z] master: digest: sha256:a433626accc9d48a9b176bbead5e88b1e9a6554694f651b4d7bed79dc1ccd940 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:40:18.715Z] ===================================================== [Pipeline] echo [2020-09-15T16:40:18.784Z] taggedImages: [2020-09-15T16:40:18.784Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:40:18.784Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-09-15T16:40:18.784Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.11 [2020-09-15T16:40:18.784Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [2020-09-15T16:40:18.784Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-15T16:40:19.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T16:40:20.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:40:21.890Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-09-15T16:40:21.890Z] (2/6) Installing libsodium (1.0.18-r0) [2020-09-15T16:40:21.890Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-09-15T16:40:22.159Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-09-15T16:40:22.159Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-15T16:40:22.433Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-09-15T16:40:22.433Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:40:22.433Z] OK: 144 MiB in 45 packages [2020-09-15T16:40:23.865Z] Removing intermediate container b8a676dbb703 [2020-09-15T16:40:23.865Z] ---> 039ded8e1751 [2020-09-15T16:40:23.865Z] Step 6/8 : WORKDIR /app [2020-09-15T16:40:24.159Z] ---> Running in 094f354b4998 [2020-09-15T16:40:24.430Z] Removing intermediate container 094f354b4998 [2020-09-15T16:40:24.431Z] ---> 746857a0d0e2 [2020-09-15T16:40:24.431Z] Step 7/8 : COPY . . [2020-09-15T16:40:25.411Z] ---> 66ec875a9d11 [2020-09-15T16:40:25.411Z] Step 8/8 : RUN go mod download [2020-09-15T16:40:25.700Z] ---> Running in b28765356ce8 [2020-09-15T16:40:29.086Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-09-15T16:40:29.086Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-15T16:40:29.086Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-15T16:40:29.086Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-15T16:40:29.086Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-15T16:40:29.086Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-15T16:40:29.086Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-15T16:40:29.086Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-15T16:40:29.086Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-09-15T16:40:29.086Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-09-15T16:40:29.086Z] go: finding github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.23 [2020-09-15T16:40:29.086Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-15T16:40:29.086Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-15T16:40:29.086Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 [2020-09-15T16:40:29.086Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 [2020-09-15T16:40:29.086Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 [2020-09-15T16:40:29.086Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 [2020-09-15T16:40:29.086Z] go: finding github.com/fatih/color v1.7.0 [2020-09-15T16:40:29.086Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-09-15T16:40:29.086Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-15T16:40:29.086Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-15T16:40:29.086Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-15T16:40:29.086Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-09-15T16:40:29.086Z] go: finding github.com/go-playground/locales v0.13.0 [2020-09-15T16:40:29.356Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-09-15T16:40:29.356Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-09-15T16:40:29.356Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-09-15T16:40:29.356Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-15T16:40:29.356Z] go: finding github.com/golang/protobuf v1.3.2 [2020-09-15T16:40:29.356Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-15T16:40:29.356Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-09-15T16:40:29.356Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-15T16:40:29.356Z] go: finding github.com/google/go-cmp v0.4.0 [2020-09-15T16:40:29.356Z] go: finding github.com/google/uuid v1.1.1 [2020-09-15T16:40:29.356Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-15T16:40:29.627Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-15T16:40:29.898Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-15T16:40:29.898Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-15T16:40:29.898Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-15T16:40:29.898Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-15T16:40:29.898Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-15T16:40:29.898Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-15T16:40:29.898Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-15T16:40:29.898Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-09-15T16:40:29.898Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-15T16:40:29.898Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-15T16:40:29.898Z] go: finding github.com/kr/pty v1.1.1 [2020-09-15T16:40:30.169Z] go: finding github.com/kr/text v0.1.0 [2020-09-15T16:40:30.169Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-09-15T16:40:30.169Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-15T16:40:30.169Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-15T16:40:30.169Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-15T16:40:30.169Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-15T16:40:30.169Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-15T16:40:30.169Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-15T16:40:30.170Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-15T16:40:30.170Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-15T16:40:30.170Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-15T16:40:30.453Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-15T16:40:30.453Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-15T16:40:30.453Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-15T16:40:30.453Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-09-15T16:40:30.453Z] go: finding github.com/onsi/gomega v1.7.0 [2020-09-15T16:40:30.453Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-15T16:40:30.453Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-09-15T16:40:30.453Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-15T16:40:30.454Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-15T16:40:30.454Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-15T16:40:30.726Z] go: finding github.com/posener/complete v1.1.1 [2020-09-15T16:40:30.726Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-15T16:40:30.726Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-15T16:40:30.726Z] go: finding github.com/stretchr/objx v0.2.0 [2020-09-15T16:40:30.726Z] go: finding github.com/stretchr/testify v1.6.1 [2020-09-15T16:40:30.726Z] go: finding github.com/tidwall/pretty v1.0.1 [2020-09-15T16:40:30.727Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-15T16:40:30.727Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-15T16:40:30.727Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-09-15T16:40:30.727Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-09-15T16:40:30.727Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-09-15T16:40:30.727Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-09-15T16:40:30.999Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-09-15T16:40:30.999Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-15T16:40:30.999Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-09-15T16:40:30.999Z] go: finding golang.org/x/text v0.3.2 [2020-09-15T16:40:30.999Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-09-15T16:40:30.999Z] go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 [2020-09-15T16:40:30.999Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-09-15T16:40:30.999Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-09-15T16:40:30.999Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-09-15T16:40:30.999Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-15T16:40:30.999Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-09-15T16:40:57.824Z] Removing intermediate container b28765356ce8 [2020-09-15T16:40:57.824Z] ---> 55672be409db [2020-09-15T16:40:57.824Z] Successfully built 55672be409db [2020-09-15T16:40:57.824Z] 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-15T16:40:58.766Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T16:40:59.130Z] + ls -al . [2020-09-15T16:40:59.130Z] total 100 [2020-09-15T16:40:59.130Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 16:39 . [2020-09-15T16:40:59.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 16:39 .. [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 119 Sep 15 16:39 .dockerignore [2020-09-15T16:40:59.130Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 16:39 .git [2020-09-15T16:40:59.130Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 16:39 .github [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 93 Sep 15 16:39 .gitignore [2020-09-15T16:40:59.130Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 16:39 .semver [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 6568 Sep 15 16:39 Attribution.txt [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 2002 Sep 15 16:39 Dockerfile [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 966 Sep 15 16:39 Dockerfile.build [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 710 Sep 15 16:39 Jenkinsfile [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 10174 Sep 15 16:39 LICENSE [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 1277 Sep 15 16:39 README.md [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 12 Sep 15 16:35 VERSION [2020-09-15T16:40:59.130Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 16:39 bin [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 180 Sep 15 16:39 docker-compose.debug.yml [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 15 16:39 docker-compose.yml [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 133 Sep 15 16:39 go.mod [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 15 16:39 main.go [2020-09-15T16:40:59.130Z] -rw-rw-r-- 1 jenkins jenkins 1573 Sep 15 16:39 makefile [2020-09-15T16:40:59.130Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 15 16:39 res [2020-09-15T16:40:59.130Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 16:39 snap [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:40:59.482Z] + 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=99aa3b53937bec0da90267ae07f26eaa97fe64a2 --label arch=arm64 --label version=1.2.1-dev.11 . [2020-09-15T16:40:59.762Z] Sending build context to Docker daemon 309.8kB [2020-09-15T16:40:59.762Z] Step 1/27 : ARG BASE=golang:1.13-alpine [2020-09-15T16:40:59.762Z] Step 2/27 : FROM ${BASE} AS builder [2020-09-15T16:40:59.762Z] ---> 55672be409db [2020-09-15T16:40:59.762Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-09-15T16:41:00.039Z] ---> Running in 2758d7cdefd6 [2020-09-15T16:41:00.636Z] Removing intermediate container 2758d7cdefd6 [2020-09-15T16:41:00.636Z] ---> 027dfeca23ac [2020-09-15T16:41:00.636Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-09-15T16:41:00.636Z] ---> Running in 7079aa59bc02 [2020-09-15T16:41:01.233Z] Removing intermediate container 7079aa59bc02 [2020-09-15T16:41:01.233Z] ---> 6b6619120bd4 [2020-09-15T16:41:01.233Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T16:41:01.233Z] ---> Running in ee3b16c8c9bb [2020-09-15T16:41:01.832Z] Removing intermediate container ee3b16c8c9bb [2020-09-15T16:41:01.832Z] ---> b60a293c3857 [2020-09-15T16:41:01.832Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T16:41:01.832Z] ---> Running in 91417b474e86 [2020-09-15T16:41:04.460Z] Removing intermediate container 91417b474e86 [2020-09-15T16:41:04.460Z] ---> 514abb728e27 [2020-09-15T16:41:04.460Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-15T16:41:04.460Z] ---> Running in 0731e45fa876 [2020-09-15T16:41:05.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:41:06.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:41:07.832Z] OK: 144 MiB in 45 packages [2020-09-15T16:41:09.264Z] Removing intermediate container 0731e45fa876 [2020-09-15T16:41:09.264Z] ---> 387015fe4ee9 [2020-09-15T16:41:09.264Z] Step 8/27 : WORKDIR /app [2020-09-15T16:41:09.264Z] ---> Running in a400117508e7 [2020-09-15T16:41:09.862Z] Removing intermediate container a400117508e7 [2020-09-15T16:41:09.862Z] ---> 55630bfc0fa2 [2020-09-15T16:41:09.862Z] Step 9/27 : COPY go.mod . [2020-09-15T16:41:10.459Z] ---> dd3361c51bf6 [2020-09-15T16:41:10.459Z] Step 10/27 : RUN go mod download [2020-09-15T16:41:10.733Z] ---> Running in e44fc6d9cd19 [2020-09-15T16:41:13.355Z] Removing intermediate container e44fc6d9cd19 [2020-09-15T16:41:13.355Z] ---> ffc020076dd6 [2020-09-15T16:41:13.355Z] Step 11/27 : COPY . . [2020-09-15T16:41:14.337Z] ---> 22c8df0ba637 [2020-09-15T16:41:14.337Z] Step 12/27 : ARG MAKE="make build" [2020-09-15T16:41:14.611Z] ---> Running in b52c6dd55127 [2020-09-15T16:41:14.886Z] Removing intermediate container b52c6dd55127 [2020-09-15T16:41:14.886Z] ---> 4926277cb7b5 [2020-09-15T16:41:14.886Z] Step 13/27 : RUN $MAKE [2020-09-15T16:41:15.160Z] ---> Running in b94f9e1ad1b3 [2020-09-15T16:41:16.596Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.11" -o app-service-configurable [2020-09-15T16:42:03.614Z] Removing intermediate container b94f9e1ad1b3 [2020-09-15T16:42:03.614Z] ---> 7d66c5ec5e6e [2020-09-15T16:42:03.614Z] Step 14/27 : FROM alpine:latest [2020-09-15T16:42:03.614Z] latest: Pulling from library/alpine [2020-09-15T16:42:03.614Z] b538f80385f9: Already exists [2020-09-15T16:42:03.889Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-15T16:42:03.889Z] Status: Downloaded newer image for alpine:latest [2020-09-15T16:42:03.889Z] ---> 62ee0e9f8440 [2020-09-15T16:42:03.889Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-15T16:42:03.889Z] ---> Running in ac59574e2430 [2020-09-15T16:42:04.482Z] Removing intermediate container ac59574e2430 [2020-09-15T16:42:04.482Z] ---> 8d3dab9a0323 [2020-09-15T16:42:04.482Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-09-15T16:42:04.482Z] ---> Running in 2319f034d087 [2020-09-15T16:42:05.081Z] Removing intermediate container 2319f034d087 [2020-09-15T16:42:05.081Z] ---> d2cf43a7e049 [2020-09-15T16:42:05.081Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-09-15T16:42:05.081Z] ---> Running in 17e94b0d6f05 [2020-09-15T16:42:06.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T16:42:06.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T16:42:07.373Z] (1/6) Installing ca-certificates (20191127-r4) [2020-09-15T16:42:07.373Z] (2/6) Installing libgcc (9.3.0-r2) [2020-09-15T16:42:07.373Z] (3/6) Installing libsodium (1.0.18-r0) [2020-09-15T16:42:07.373Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-09-15T16:42:07.373Z] (5/6) Installing libzmq (4.3.3-r0) [2020-09-15T16:42:07.373Z] (6/6) Installing zeromq (4.3.3-r0) [2020-09-15T16:42:07.373Z] Executing busybox-1.31.1-r16.trigger [2020-09-15T16:42:07.373Z] Executing ca-certificates-20191127-r4.trigger [2020-09-15T16:42:07.646Z] OK: 9 MiB in 20 packages [2020-09-15T16:42:09.631Z] Removing intermediate container 17e94b0d6f05 [2020-09-15T16:42:09.631Z] ---> aab0f6a50ac9 [2020-09-15T16:42:09.631Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-09-15T16:42:10.224Z] ---> dd84346b5707 [2020-09-15T16:42:10.224Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-09-15T16:42:10.818Z] ---> 55d7f1653ef2 [2020-09-15T16:42:10.819Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-09-15T16:42:11.797Z] ---> 2dfccff7af86 [2020-09-15T16:42:11.797Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-09-15T16:42:13.232Z] ---> 359511d75823 [2020-09-15T16:42:13.232Z] Step 22/27 : EXPOSE 48095 [2020-09-15T16:42:13.507Z] ---> Running in f8333fc7181c [2020-09-15T16:42:14.104Z] Removing intermediate container f8333fc7181c [2020-09-15T16:42:14.104Z] ---> 0eaad33facaf [2020-09-15T16:42:14.104Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-09-15T16:42:14.104Z] ---> Running in 28baa3e81cd1 [2020-09-15T16:42:14.702Z] Removing intermediate container 28baa3e81cd1 [2020-09-15T16:42:14.702Z] ---> 4cfe79892d05 [2020-09-15T16:42:14.702Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T16:42:14.702Z] ---> Running in 7b880dc882ad [2020-09-15T16:42:15.301Z] Removing intermediate container 7b880dc882ad [2020-09-15T16:42:15.301Z] ---> fa0b47cca2f7 [2020-09-15T16:42:15.301Z] Step 25/27 : LABEL arch=arm64 [2020-09-15T16:42:15.301Z] ---> Running in 8ff1b4366bae [2020-09-15T16:42:15.897Z] Removing intermediate container 8ff1b4366bae [2020-09-15T16:42:15.897Z] ---> 8105132609f0 [2020-09-15T16:42:15.897Z] Step 26/27 : LABEL git_sha=99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:42:15.897Z] ---> Running in d86c4bac20ad [2020-09-15T16:42:16.495Z] Removing intermediate container d86c4bac20ad [2020-09-15T16:42:16.495Z] ---> beb1ef38578b [2020-09-15T16:42:16.495Z] Step 27/27 : LABEL version=1.2.1-dev.11 [2020-09-15T16:42:16.495Z] ---> Running in cdee7573a678 [2020-09-15T16:42:17.094Z] Removing intermediate container cdee7573a678 [2020-09-15T16:42:17.094Z] ---> 39947c30eeda [2020-09-15T16:42:17.094Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T16:42:17.094Z] Successfully built 39947c30eeda [2020-09-15T16:42:17.094Z] 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-15T16:42:17.659Z] provisioning config files... [2020-09-15T16:42:17.703Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/48@tmp/config6175884795568604896tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:42:18.150Z] ---> docker-login.sh [2020-09-15T16:42:18.150Z] nexus3.edgexfoundry.org:10001 [2020-09-15T16:42:18.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:42:18.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:42:18.698Z] Configure a credential helper to remove this warning. See [2020-09-15T16:42:18.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:42:18.698Z] [2020-09-15T16:42:18.698Z] Login Succeeded [2020-09-15T16:42:18.698Z] nexus3.edgexfoundry.org:10002 [2020-09-15T16:42:18.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:42:19.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:42:19.247Z] Configure a credential helper to remove this warning. See [2020-09-15T16:42:19.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:42:19.247Z] [2020-09-15T16:42:19.247Z] Login Succeeded [2020-09-15T16:42:19.247Z] nexus3.edgexfoundry.org:10003 [2020-09-15T16:42:19.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:42:19.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:42:19.843Z] Configure a credential helper to remove this warning. See [2020-09-15T16:42:19.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:42:19.843Z] [2020-09-15T16:42:19.843Z] Login Succeeded [2020-09-15T16:42:19.843Z] nexus3.edgexfoundry.org:10004 [2020-09-15T16:42:20.437Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:42:20.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:42:20.437Z] Configure a credential helper to remove this warning. See [2020-09-15T16:42:20.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:42:20.437Z] [2020-09-15T16:42:20.437Z] Login Succeeded [2020-09-15T16:42:20.437Z] docker.io [2020-09-15T16:42:20.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-15T16:42:21.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-15T16:42:21.307Z] Configure a credential helper to remove this warning. See [2020-09-15T16:42:21.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-15T16:42:21.307Z] [2020-09-15T16:42:21.307Z] Login Succeeded [2020-09-15T16:42:21.307Z] ---> docker-login.sh ends [Pipeline] } [2020-09-15T16:42:21.323Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:42:21.606Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-09-15T16:42:21.606Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:42:21.606Z] latest [2020-09-15T16:42:21.606Z] 1.2.1-dev.11 [2020-09-15T16:42:21.606Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [2020-09-15T16:42:21.606Z] master [2020-09-15T16:42:21.606Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:22.152Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:22.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:42:22.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-15T16:42:22.488Z] aa19df25f3b4: Preparing [2020-09-15T16:42:22.488Z] 55065e845fcb: Preparing [2020-09-15T16:42:22.488Z] 7bfa31cde518: Preparing [2020-09-15T16:42:22.488Z] e89731be6c0b: Preparing [2020-09-15T16:42:22.488Z] 27d5e9c04ca8: Preparing [2020-09-15T16:42:22.488Z] e2f13739ad41: Preparing [2020-09-15T16:42:22.488Z] e2f13739ad41: Waiting [2020-09-15T16:42:22.762Z] e89731be6c0b: Pushed [2020-09-15T16:42:22.762Z] 7bfa31cde518: Pushed [2020-09-15T16:42:22.762Z] 55065e845fcb: Pushed [2020-09-15T16:42:22.762Z] e2f13739ad41: Layer already exists [2020-09-15T16:42:24.751Z] 27d5e9c04ca8: Pushed [2020-09-15T16:42:27.356Z] aa19df25f3b4: Pushed [2020-09-15T16:42:27.356Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2: digest: sha256:8502a8bb73f94e7f709195e7d1c1b519e8bd7530601354abf77c9c3989569e30 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:27.973Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:28.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-15T16:42:28.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-15T16:42:28.311Z] aa19df25f3b4: Preparing [2020-09-15T16:42:28.311Z] 55065e845fcb: Preparing [2020-09-15T16:42:28.311Z] 7bfa31cde518: Preparing [2020-09-15T16:42:28.311Z] e89731be6c0b: Preparing [2020-09-15T16:42:28.311Z] 27d5e9c04ca8: Preparing [2020-09-15T16:42:28.311Z] e2f13739ad41: Preparing [2020-09-15T16:42:28.311Z] e2f13739ad41: Waiting [2020-09-15T16:42:28.311Z] 55065e845fcb: Layer already exists [2020-09-15T16:42:28.311Z] aa19df25f3b4: Layer already exists [2020-09-15T16:42:28.311Z] e89731be6c0b: Layer already exists [2020-09-15T16:42:28.311Z] 27d5e9c04ca8: Layer already exists [2020-09-15T16:42:28.311Z] 7bfa31cde518: Layer already exists [2020-09-15T16:42:28.583Z] e2f13739ad41: Layer already exists [2020-09-15T16:42:28.583Z] latest: digest: sha256:8502a8bb73f94e7f709195e7d1c1b519e8bd7530601354abf77c9c3989569e30 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:28.925Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:29.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.11 [2020-09-15T16:42:29.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-15T16:42:29.274Z] aa19df25f3b4: Preparing [2020-09-15T16:42:29.274Z] 55065e845fcb: Preparing [2020-09-15T16:42:29.274Z] 7bfa31cde518: Preparing [2020-09-15T16:42:29.274Z] e89731be6c0b: Preparing [2020-09-15T16:42:29.274Z] 27d5e9c04ca8: Preparing [2020-09-15T16:42:29.274Z] e2f13739ad41: Preparing [2020-09-15T16:42:29.274Z] e2f13739ad41: Waiting [2020-09-15T16:42:29.274Z] 55065e845fcb: Layer already exists [2020-09-15T16:42:29.274Z] 7bfa31cde518: Layer already exists [2020-09-15T16:42:29.274Z] e89731be6c0b: Layer already exists [2020-09-15T16:42:29.546Z] aa19df25f3b4: Layer already exists [2020-09-15T16:42:29.546Z] 27d5e9c04ca8: Layer already exists [2020-09-15T16:42:29.546Z] e2f13739ad41: Layer already exists [2020-09-15T16:42:29.546Z] 1.2.1-dev.11: digest: sha256:8502a8bb73f94e7f709195e7d1c1b519e8bd7530601354abf77c9c3989569e30 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:29.895Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:30.239Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [2020-09-15T16:42:30.239Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-15T16:42:30.239Z] aa19df25f3b4: Preparing [2020-09-15T16:42:30.239Z] 55065e845fcb: Preparing [2020-09-15T16:42:30.239Z] 7bfa31cde518: Preparing [2020-09-15T16:42:30.239Z] e89731be6c0b: Preparing [2020-09-15T16:42:30.239Z] 27d5e9c04ca8: Preparing [2020-09-15T16:42:30.239Z] e2f13739ad41: Preparing [2020-09-15T16:42:30.239Z] e2f13739ad41: Waiting [2020-09-15T16:42:30.239Z] 55065e845fcb: Layer already exists [2020-09-15T16:42:30.239Z] 7bfa31cde518: Layer already exists [2020-09-15T16:42:30.239Z] e89731be6c0b: Layer already exists [2020-09-15T16:42:30.239Z] 27d5e9c04ca8: Layer already exists [2020-09-15T16:42:30.239Z] aa19df25f3b4: Layer already exists [2020-09-15T16:42:30.239Z] e2f13739ad41: Layer already exists [2020-09-15T16:42:30.512Z] 99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11: digest: sha256:8502a8bb73f94e7f709195e7d1c1b519e8bd7530601354abf77c9c3989569e30 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:30.859Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:31.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-09-15T16:42:31.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-09-15T16:42:31.198Z] aa19df25f3b4: Preparing [2020-09-15T16:42:31.198Z] 55065e845fcb: Preparing [2020-09-15T16:42:31.198Z] 7bfa31cde518: Preparing [2020-09-15T16:42:31.198Z] e89731be6c0b: Preparing [2020-09-15T16:42:31.198Z] 27d5e9c04ca8: Preparing [2020-09-15T16:42:31.198Z] e2f13739ad41: Preparing [2020-09-15T16:42:31.198Z] e2f13739ad41: Waiting [2020-09-15T16:42:31.471Z] aa19df25f3b4: Layer already exists [2020-09-15T16:42:31.471Z] 55065e845fcb: Layer already exists [2020-09-15T16:42:31.471Z] 7bfa31cde518: Layer already exists [2020-09-15T16:42:31.471Z] e89731be6c0b: Layer already exists [2020-09-15T16:42:31.471Z] 27d5e9c04ca8: Layer already exists [2020-09-15T16:42:31.471Z] e2f13739ad41: Layer already exists [2020-09-15T16:42:31.471Z] master: digest: sha256:8502a8bb73f94e7f709195e7d1c1b519e8bd7530601354abf77c9c3989569e30 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-15T16:42:31.675Z] ===================================================== [Pipeline] echo [2020-09-15T16:42:31.723Z] taggedImages: [2020-09-15T16:42:31.723Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:42:31.723Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-09-15T16:42:31.723Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.11 [2020-09-15T16:42:31.723Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2-1.2.1-dev.11 [2020-09-15T16:42:31.723Z] - 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-15T16:42:34.225Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-15T16:42:34.227Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-15T16:42:34.288Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:34.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T16:42:34.645Z] [2020-09-15T16:42:34.645Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:42:35.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T16:42:35.008Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-15T16:42:35.008Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-15T16:42:35.008Z] 408f87550127: Pulling fs layer [2020-09-15T16:42:35.008Z] fe522b08c979: Pulling fs layer [2020-09-15T16:42:35.008Z] 221eaa008020: Pulling fs layer [2020-09-15T16:42:35.008Z] 2a4607e5d6b9: Pulling fs layer [2020-09-15T16:42:35.008Z] 8f79b27c4fd2: Pulling fs layer [2020-09-15T16:42:35.008Z] e5c8dbe1645b: Pulling fs layer [2020-09-15T16:42:35.008Z] 23e8b3b47431: Pulling fs layer [2020-09-15T16:42:35.008Z] 5c568d65a230: Pulling fs layer [2020-09-15T16:42:35.008Z] 8f79b27c4fd2: Waiting [2020-09-15T16:42:35.008Z] e5c8dbe1645b: Waiting [2020-09-15T16:42:35.008Z] 23e8b3b47431: Waiting [2020-09-15T16:42:35.008Z] 5c568d65a230: Waiting [2020-09-15T16:42:35.008Z] 221eaa008020: Waiting [2020-09-15T16:42:35.009Z] 2a4607e5d6b9: Waiting [2020-09-15T16:42:35.009Z] fe522b08c979: Verifying Checksum [2020-09-15T16:42:35.009Z] fe522b08c979: Download complete [2020-09-15T16:42:35.009Z] 408f87550127: Download complete [2020-09-15T16:42:35.009Z] 2a4607e5d6b9: Verifying Checksum [2020-09-15T16:42:35.009Z] 2a4607e5d6b9: Download complete [2020-09-15T16:42:35.009Z] 8f79b27c4fd2: Verifying Checksum [2020-09-15T16:42:35.009Z] 8f79b27c4fd2: Download complete [2020-09-15T16:42:35.009Z] cbdbe7a5bc2a: Download complete [2020-09-15T16:42:35.273Z] cbdbe7a5bc2a: Pull complete [2020-09-15T16:42:35.540Z] 408f87550127: Pull complete [2020-09-15T16:42:35.804Z] fe522b08c979: Pull complete [2020-09-15T16:42:35.804Z] e5c8dbe1645b: Download complete [2020-09-15T16:42:37.220Z] 23e8b3b47431: Verifying Checksum [2020-09-15T16:42:37.220Z] 23e8b3b47431: Download complete [2020-09-15T16:42:37.220Z] 5c568d65a230: Verifying Checksum [2020-09-15T16:42:37.220Z] 5c568d65a230: Download complete [2020-09-15T16:42:38.172Z] 221eaa008020: Verifying Checksum [2020-09-15T16:42:38.172Z] 221eaa008020: Download complete [2020-09-15T16:42:44.803Z] 221eaa008020: Pull complete [2020-09-15T16:42:44.803Z] 2a4607e5d6b9: Pull complete [2020-09-15T16:42:44.803Z] 8f79b27c4fd2: Pull complete [2020-09-15T16:42:46.195Z] e5c8dbe1645b: Pull complete [2020-09-15T16:42:50.418Z] 23e8b3b47431: Pull complete [2020-09-15T16:42:51.390Z] 5c568d65a230: Pull complete [2020-09-15T16:42:51.390Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-15T16:42:51.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-15T16:42:51.390Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-15T16:42:51.621Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:42:51.675Z] $ 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-15T16:42:52.717Z] $ docker top 83431d0d7a35f97f1f0fc8bc6cafef42f9595222748ba8b16ae0dcaeef3e5a4f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T16:42:53.211Z] + snyk monitor '--org=edgex-jenkins' [2020-09-15T16:43:15.209Z] [2020-09-15T16:43:15.209Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-09-15T16:43:15.209Z] [2020-09-15T16:43:15.209Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/0e1fadb9-8b12-4d0f-b43f-1066674de1b1 [2020-09-15T16:43:15.209Z] [2020-09-15T16:43:15.209Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-15T16:43:15.209Z] [2020-09-15T16:43:15.209Z] [2020-09-15T16:43:15.209Z] Snyk CLI supports Node.js 8 and higher. [2020-09-15T16:43:15.209Z] 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-15T16:43:15.209Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-15T16:43:15.209Z] [2020-09-15T16:43:15.209Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-15T16:43:15.209Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-15T16:43:15.227Z] $ docker stop --time=1 83431d0d7a35f97f1f0fc8bc6cafef42f9595222748ba8b16ae0dcaeef3e5a4f [2020-09-15T16:43:19.051Z] $ docker rm -f 83431d0d7a35f97f1f0fc8bc6cafef42f9595222748ba8b16ae0dcaeef3e5a4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:20.950Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:43:20.951Z] [2020-09-15T16:43:20.951Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:21.310Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:43:21.310Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-15T16:43:21.310Z] e7c96db7181b: Pulling fs layer [2020-09-15T16:43:21.310Z] 1868ca2cb446: Pulling fs layer [2020-09-15T16:43:21.310Z] 136be5d0fe8e: Pulling fs layer [2020-09-15T16:43:21.310Z] 894bfe63afcb: Pulling fs layer [2020-09-15T16:43:21.310Z] 894bfe63afcb: Waiting [2020-09-15T16:43:21.310Z] 136be5d0fe8e: Download complete [2020-09-15T16:43:21.573Z] 1868ca2cb446: Download complete [2020-09-15T16:43:21.573Z] 894bfe63afcb: Verifying Checksum [2020-09-15T16:43:21.573Z] 894bfe63afcb: Download complete [2020-09-15T16:43:21.838Z] e7c96db7181b: Download complete [2020-09-15T16:43:22.100Z] e7c96db7181b: Pull complete [2020-09-15T16:43:22.100Z] 1868ca2cb446: Pull complete [2020-09-15T16:43:22.374Z] 136be5d0fe8e: Pull complete [2020-09-15T16:43:22.644Z] 894bfe63afcb: Pull complete [2020-09-15T16:43:22.644Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-15T16:43:22.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:43:22.644Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-15T16:43:22.741Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:43:22.788Z] $ 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-15T16:43:23.670Z] $ docker top 696c7cd5097b63e21f3119b26210c368255625283781f8afe62d642c65c53bb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:43:24.339Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:43:24.339Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:43:29.836Z] $ docker stop --time=1 696c7cd5097b63e21f3119b26210c368255625283781f8afe62d642c65c53bb5 [2020-09-15T16:43:31.212Z] $ docker rm -f 696c7cd5097b63e21f3119b26210c368255625283781f8afe62d642c65c53bb5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:31.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:43:31.717Z] . [Pipeline] withDockerContainer [2020-09-15T16:43:31.812Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:43:31.858Z] $ 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-15T16:43:32.629Z] $ docker top 78d32d38f2109682d10d25a7af5958b3d0a4f82618cf6376102ae48d479e4aa9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:43:33.253Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:43:33.253Z] + tee [2020-09-15T16:43:33.253Z] clair timeout 1m0s [2020-09-15T16:43:33.253Z] docker timeout: 1m0s [2020-09-15T16:43:33.253Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:43:34.337Z] $ docker stop --time=1 78d32d38f2109682d10d25a7af5958b3d0a4f82618cf6376102ae48d479e4aa9 [2020-09-15T16:43:35.708Z] $ docker rm -f 78d32d38f2109682d10d25a7af5958b3d0a4f82618cf6376102ae48d479e4aa9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:43:36.199Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-15T16:43:36.213Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable_99aa3b53937bec0da90267ae07f26eaa97fe64a2.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:43:36.273Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:36.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:43:36.626Z] . [Pipeline] withDockerContainer [2020-09-15T16:43:36.727Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:43:36.774Z] $ 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-15T16:43:37.440Z] $ docker top b457ae98342daf2b7ec52fc77c2e497b3915d0f01b65f872e7b66eaf61af7eb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:43:38.038Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:43:38.038Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:43:43.521Z] $ docker stop --time=1 b457ae98342daf2b7ec52fc77c2e497b3915d0f01b65f872e7b66eaf61af7eb1 [2020-09-15T16:43:44.874Z] $ docker rm -f b457ae98342daf2b7ec52fc77c2e497b3915d0f01b65f872e7b66eaf61af7eb1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:45.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-15T16:43:45.381Z] . [Pipeline] withDockerContainer [2020-09-15T16:43:45.477Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:43:45.528Z] $ 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-15T16:43:46.220Z] $ docker top f7cd0d64f643126b88cd32c71b6164a2437e36edb8a12c52f95e0e76e5320cdc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-15T16:43:46.812Z] + /klar nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:99aa3b53937bec0da90267ae07f26eaa97fe64a2 [2020-09-15T16:43:46.812Z] + tee [2020-09-15T16:43:46.812Z] clair timeout 1m0s [2020-09-15T16:43:46.812Z] docker timeout: 1m0s [2020-09-15T16:43:46.812Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-15T16:43:47.856Z] $ docker stop --time=1 f7cd0d64f643126b88cd32c71b6164a2437e36edb8a12c52f95e0e76e5320cdc [2020-09-15T16:43:49.218Z] $ docker rm -f f7cd0d64f643126b88cd32c71b6164a2437e36edb8a12c52f95e0e76e5320cdc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-15T16:43:49.714Z] + mkdir -p /w/workspace/_app-service-configurable_master/clair-reports [Pipeline] echo [2020-09-15T16:43:49.727Z] Generated HTML Table Report. Writing to /w/workspace/_app-service-configurable_master/clair-reports/clair_results_docker-app-service-configurable-arm64_99aa3b53937bec0da90267ae07f26eaa97fe64a2.html [Pipeline] writeFile [Pipeline] step [2020-09-15T16:43:49.850Z] 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-15T16:43:51.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:43:51.275Z] . [Pipeline] withDockerContainer [2020-09-15T16:43:51.378Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:43:51.425Z] $ 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-15T16:43:52.138Z] $ docker top 50cebb0e839b4de957d26ca4fd247b0f91aa06829bf61e04d4236c1f305bcede -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:43:52.508Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:43:52.508Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:43:52.767Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:43:52.772Z] $ docker exec 50cebb0e839b4de957d26ca4fd247b0f91aa06829bf61e04d4236c1f305bcede ssh-agent [2020-09-15T16:43:52.953Z] SSH_AUTH_SOCK=/tmp/ssh-XsJGJKgWTmLb/agent.12 [2020-09-15T16:43:52.954Z] SSH_AGENT_PID=17 [2020-09-15T16:43:52.961Z] Running ssh-add (command line suppressed) [2020-09-15T16:43:53.090Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7898676068048750494.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7898676068048750494.key) [2020-09-15T16:43:53.143Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:43:53.474Z] + git semver tag [2020-09-15T16:43:53.474Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:43:53.474Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-15T16:43:53.474Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-15T16:43:53.474Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:43:53.474Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:43:53.474Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:43:53.474Z] # $SEMVER_BRANCH = master [2020-09-15T16:43:53.474Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-15T16:43:53.474Z] # 99aa3b53937bec0da90267ae07f26eaa97fe64a2 HEAD [2020-09-15T16:43:53.474Z] # -> Force: false [2020-09-15T16:43:53.474Z] # 6509dcae4f7934dea0b6d5fa839fb91d6a52f84d refs/tags/v1.2.1-dev.11 [Pipeline] } [2020-09-15T16:43:53.487Z] $ docker exec --env ******** --env ******** 50cebb0e839b4de957d26ca4fd247b0f91aa06829bf61e04d4236c1f305bcede ssh-agent -k [2020-09-15T16:43:53.600Z] unset SSH_AUTH_SOCK; [2020-09-15T16:43:53.600Z] unset SSH_AGENT_PID; [2020-09-15T16:43:53.601Z] echo Agent pid 17 killed; [2020-09-15T16:43:53.648Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:43:54.119Z] + git semver [Pipeline] } [2020-09-15T16:43:54.138Z] $ docker stop --time=1 50cebb0e839b4de957d26ca4fd247b0f91aa06829bf61e04d4236c1f305bcede [2020-09-15T16:43:55.484Z] $ docker rm -f 50cebb0e839b4de957d26ca4fd247b0f91aa06829bf61e04d4236c1f305bcede [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:56.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T16:43:56.096Z] [2020-09-15T16:43:56.096Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:43:56.455Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T16:43:56.455Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-15T16:43:56.455Z] ab5ef0e58194: Pulling fs layer [2020-09-15T16:43:56.455Z] 9712f1f96733: Pulling fs layer [2020-09-15T16:43:56.455Z] 63f879dbbcfc: Pulling fs layer [2020-09-15T16:43:56.455Z] 0d9ebad4ef96: Pulling fs layer [2020-09-15T16:43:56.455Z] e9a5061849ea: Pulling fs layer [2020-09-15T16:43:56.455Z] d747dcd14b5f: Pulling fs layer [2020-09-15T16:43:56.455Z] 2de7ff778b66: Pulling fs layer [2020-09-15T16:43:56.455Z] d747dcd14b5f: Waiting [2020-09-15T16:43:56.455Z] e9a5061849ea: Waiting [2020-09-15T16:43:56.455Z] 2de7ff778b66: Waiting [2020-09-15T16:43:56.455Z] 0d9ebad4ef96: Waiting [2020-09-15T16:43:56.455Z] 9712f1f96733: Download complete [2020-09-15T16:43:57.857Z] 63f879dbbcfc: Verifying Checksum [2020-09-15T16:43:57.857Z] 63f879dbbcfc: Download complete [2020-09-15T16:43:58.120Z] e9a5061849ea: Verifying Checksum [2020-09-15T16:43:58.120Z] e9a5061849ea: Download complete [2020-09-15T16:43:58.120Z] d747dcd14b5f: Verifying Checksum [2020-09-15T16:43:58.120Z] d747dcd14b5f: Download complete [2020-09-15T16:43:58.716Z] ab5ef0e58194: Verifying Checksum [2020-09-15T16:43:58.716Z] ab5ef0e58194: Download complete [2020-09-15T16:43:58.716Z] 0d9ebad4ef96: Verifying Checksum [2020-09-15T16:43:58.716Z] 0d9ebad4ef96: Download complete [2020-09-15T16:43:58.716Z] 2de7ff778b66: Verifying Checksum [2020-09-15T16:43:58.716Z] 2de7ff778b66: Download complete [2020-09-15T16:44:02.936Z] ab5ef0e58194: Pull complete [2020-09-15T16:44:02.936Z] 9712f1f96733: Pull complete [2020-09-15T16:44:05.496Z] 63f879dbbcfc: Pull complete [2020-09-15T16:44:10.826Z] 0d9ebad4ef96: Pull complete [2020-09-15T16:44:12.744Z] e9a5061849ea: Pull complete [2020-09-15T16:44:12.744Z] d747dcd14b5f: Pull complete [2020-09-15T16:44:15.312Z] 2de7ff778b66: Pull complete [2020-09-15T16:44:15.312Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-15T16:44:15.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-15T16:44:15.312Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-15T16:44:15.535Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:44:15.580Z] $ 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-15T16:44:19.938Z] $ docker top 926a33df7c4c1febc1abb00609048e52601bdf3132d530c4d55a5028d0369bce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-15T16:44:20.183Z] provisioning config files... [2020-09-15T16:44:20.198Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4337327310934114784tmp [2020-09-15T16:44:20.222Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8134407792336261808tmp [2020-09-15T16:44:20.236Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5555215149712517066tmp [Pipeline] { [Pipeline] echo [2020-09-15T16:44:20.418Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:44:20.713Z] ---> sigul-configuration.sh [2020-09-15T16:44:20.713Z] gpg: directory `/root/.gnupg' created [2020-09-15T16:44:20.713Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-15T16:44:20.713Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-15T16:44:20.713Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-15T16:44:20.713Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-15T16:44:20.713Z] gpg: CAST5 encrypted data [2020-09-15T16:44:20.975Z] gpg: encrypted with 1 passphrase [2020-09-15T16:44:20.975Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-15T16:44:21.271Z] + mkdir /home/jenkins [2020-09-15T16:44:21.271Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-15T16:44:21.564Z] + 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-15T16:44:21.574Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:44:21.871Z] ---> sigul-install.sh [2020-09-15T16:44:28.473Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-15T16:44:28.770Z] + git tag --list [2020-09-15T16:44:28.770Z] v1.2.1-dev.11 [Pipeline] sh [2020-09-15T16:44:29.066Z] + lftools sign git-tag v1.2.1-dev.11 [2020-09-15T16:44:30.455Z] Signing Git tag with Sigul... [2020-09-15T16:44:30.455Z] Signing v1.2.1-dev.11 [Pipeline] echo [2020-09-15T16:44:31.412Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:44:31.767Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-15T16:44:31.779Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-15T16:44:31.906Z] $ docker stop --time=1 926a33df7c4c1febc1abb00609048e52601bdf3132d530c4d55a5028d0369bce [2020-09-15T16:44:33.944Z] $ docker rm -f 926a33df7c4c1febc1abb00609048e52601bdf3132d530c4d55a5028d0369bce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:34.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:44:34.901Z] . [Pipeline] withDockerContainer [2020-09-15T16:44:35.000Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:44:35.046Z] $ 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-15T16:44:35.741Z] $ docker top 1e71660600e6e50277c69e42f29e10d0a3549a07a88e79dcdddfe55b9e6f6674 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:44:36.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:44:36.057Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:44:36.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:44:36.281Z] $ docker exec 1e71660600e6e50277c69e42f29e10d0a3549a07a88e79dcdddfe55b9e6f6674 ssh-agent [2020-09-15T16:44:36.447Z] SSH_AUTH_SOCK=/tmp/ssh-3xywUL7BmFM9/agent.11 [2020-09-15T16:44:36.447Z] SSH_AGENT_PID=16 [2020-09-15T16:44:36.455Z] Running ssh-add (command line suppressed) [2020-09-15T16:44:36.578Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_601728053782902482.key (/w/workspace/_app-service-configurable_master@tmp/private_key_601728053782902482.key) [2020-09-15T16:44:36.637Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:44:36.974Z] + git semver bump pre [2020-09-15T16:44:36.974Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:44:36.974Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-15T16:44:36.974Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-15T16:44:36.974Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:44:36.974Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:44:36.974Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:44:36.974Z] # $SEMVER_BRANCH = master [2020-09-15T16:44:36.974Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-09-15T16:44:36.974Z] 1.2.1-dev.12 [Pipeline] } [2020-09-15T16:44:36.990Z] $ docker exec --env ******** --env ******** 1e71660600e6e50277c69e42f29e10d0a3549a07a88e79dcdddfe55b9e6f6674 ssh-agent -k [2020-09-15T16:44:37.114Z] unset SSH_AUTH_SOCK; [2020-09-15T16:44:37.114Z] unset SSH_AGENT_PID; [2020-09-15T16:44:37.114Z] echo Agent pid 16 killed; [2020-09-15T16:44:37.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:44:37.686Z] + git semver [Pipeline] } [2020-09-15T16:44:37.705Z] $ docker stop --time=1 1e71660600e6e50277c69e42f29e10d0a3549a07a88e79dcdddfe55b9e6f6674 [2020-09-15T16:44:39.084Z] $ docker rm -f 1e71660600e6e50277c69e42f29e10d0a3549a07a88e79dcdddfe55b9e6f6674 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:39.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T16:44:39.611Z] . [Pipeline] withDockerContainer [2020-09-15T16:44:39.712Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:44:39.755Z] $ 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-15T16:44:40.409Z] $ docker top 96eec1473ae64f8bd0836b8c6f20d2b1d978ecf9f564b045e1014266e326e443 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T16:44:40.855Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T16:44:40.855Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T16:44:41.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T16:44:41.046Z] $ docker exec 96eec1473ae64f8bd0836b8c6f20d2b1d978ecf9f564b045e1014266e326e443 ssh-agent [2020-09-15T16:44:41.227Z] SSH_AUTH_SOCK=/tmp/ssh-NIOV5MHaIZQn/agent.12 [2020-09-15T16:44:41.227Z] SSH_AGENT_PID=18 [2020-09-15T16:44:41.234Z] Running ssh-add (command line suppressed) [2020-09-15T16:44:41.367Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3010108605446253520.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3010108605446253520.key) [2020-09-15T16:44:41.425Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T16:44:41.781Z] + git semver push [2020-09-15T16:44:41.781Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T16:44:41.781Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-09-15T16:44:41.781Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-09-15T16:44:41.781Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T16:44:41.781Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T16:44:41.781Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T16:44:41.781Z] # $SEMVER_BRANCH = master [2020-09-15T16:44:41.781Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-09-15T16:44:48.395Z] $ docker exec --env ******** --env ******** 96eec1473ae64f8bd0836b8c6f20d2b1d978ecf9f564b045e1014266e326e443 ssh-agent -k [2020-09-15T16:44:48.531Z] unset SSH_AUTH_SOCK; [2020-09-15T16:44:48.531Z] unset SSH_AGENT_PID; [2020-09-15T16:44:48.531Z] echo Agent pid 18 killed; [2020-09-15T16:44:48.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T16:44:49.087Z] + git semver [Pipeline] } [2020-09-15T16:44:49.106Z] $ docker stop --time=1 96eec1473ae64f8bd0836b8c6f20d2b1d978ecf9f564b045e1014266e326e443 [2020-09-15T16:44:50.468Z] $ docker rm -f 96eec1473ae64f8bd0836b8c6f20d2b1d978ecf9f564b045e1014266e326e443 [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-15T16:44:52.060Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:44:52.626Z] ---> package-listing.sh [2020-09-15T16:44:52.626Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T16:44:52.626Z] ++ facter osfamily [2020-09-15T16:44:52.626Z] + OS_FAMILY=redhat [2020-09-15T16:44:52.626Z] + workspace=/w/workspace/_app-service-configurable_master [2020-09-15T16:44:52.626Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T16:44:52.626Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T16:44:52.626Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T16:44:52.626Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T16:44:52.626Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-15T16:44:52.626Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T16:44:52.626Z] + case "${OS_FAMILY}" in [2020-09-15T16:44:52.626Z] + rpm -qa [2020-09-15T16:44:52.626Z] + sort [2020-09-15T16:44:56.846Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T16:44:56.846Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T16:44:56.846Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T16:44:56.846Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-09-15T16:44:56.846Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-09-15T16:44:56.846Z] + 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-15T16:44:57.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T16:44:57.332Z] [2020-09-15T16:44:57.332Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T16:44:57.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T16:44:57.684Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T16:44:57.684Z] df20fa9351a1: Pulling fs layer [2020-09-15T16:44:57.684Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T16:44:57.684Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T16:44:57.684Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T16:44:57.684Z] 0dadc02b9964: Pulling fs layer [2020-09-15T16:44:57.684Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T16:44:57.684Z] 7a184a31f384: Pulling fs layer [2020-09-15T16:44:57.684Z] 0879bd2ef858: Pulling fs layer [2020-09-15T16:44:57.684Z] ce6a7cf60c04: Waiting [2020-09-15T16:44:57.684Z] 7a184a31f384: Waiting [2020-09-15T16:44:57.684Z] 0879bd2ef858: Waiting [2020-09-15T16:44:57.684Z] 46f8f816bc3b: Waiting [2020-09-15T16:44:57.684Z] 0dadc02b9964: Waiting [2020-09-15T16:44:57.684Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T16:44:57.684Z] 36b3adc4ff6f: Download complete [2020-09-15T16:44:57.684Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T16:44:57.684Z] 46f8f816bc3b: Download complete [2020-09-15T16:44:57.684Z] df20fa9351a1: Verifying Checksum [2020-09-15T16:44:57.947Z] 0dadc02b9964: Verifying Checksum [2020-09-15T16:44:57.947Z] 0dadc02b9964: Download complete [2020-09-15T16:44:57.947Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T16:44:57.947Z] ce6a7cf60c04: Download complete [2020-09-15T16:44:57.948Z] 7a184a31f384: Verifying Checksum [2020-09-15T16:44:57.948Z] 7a184a31f384: Download complete [2020-09-15T16:44:57.948Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T16:44:57.948Z] 8ad3a11d3b57: Download complete [2020-09-15T16:44:58.221Z] df20fa9351a1: Pull complete [2020-09-15T16:44:58.493Z] 0879bd2ef858: Verifying Checksum [2020-09-15T16:44:58.493Z] 0879bd2ef858: Download complete [2020-09-15T16:44:58.493Z] 36b3adc4ff6f: Pull complete [2020-09-15T16:44:59.071Z] 8ad3a11d3b57: Pull complete [2020-09-15T16:44:59.071Z] 46f8f816bc3b: Pull complete [2020-09-15T16:44:59.332Z] 0dadc02b9964: Pull complete [2020-09-15T16:44:59.599Z] ce6a7cf60c04: Pull complete [2020-09-15T16:44:59.599Z] 7a184a31f384: Pull complete [2020-09-15T16:45:02.162Z] 0879bd2ef858: Pull complete [2020-09-15T16:45:02.162Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T16:45:02.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T16:45:02.162Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T16:45:02.309Z] prd-centos7-docker-4c-2g-43328 does not seem to be running inside a container [2020-09-15T16:45:02.355Z] $ 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-15T16:45:05.820Z] $ docker top 1357bbb7eec1f1df7fd7fce601c64314484f4e9228b51b914342b07fb7cd7444 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T16:45:06.373Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T16:45:06.668Z] + ls /var/log/sa-host [2020-09-15T16:45:06.668Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T16:45:06.668Z] file_magic: OK [2020-09-15T16:45:06.668Z] HZ: Using current value: 100 [2020-09-15T16:45:06.668Z] file_header: OK [2020-09-15T16:45:06.668Z] 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-15T16:45:06.669Z] Statistics: [2020-09-15T16:45:06.669Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T16:45:06.669Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T16:45:06.669Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T16:45:06.669Z] file_magic: OK [2020-09-15T16:45:06.669Z] HZ: Using current value: 100 [2020-09-15T16:45:06.669Z] file_header: OK [2020-09-15T16:45:06.669Z] 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-15T16:45:06.669Z] Statistics: [2020-09-15T16:45:06.669Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T16:45:06.669Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T16:45:06.745Z] provisioning config files... [2020-09-15T16:45:06.761Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config77898707787345115tmp [Pipeline] { [Pipeline] echo [2020-09-15T16:45:06.846Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:45:07.141Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T16:45:07.152Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T16:45:07.447Z] ---> logs-deploy.sh [2020-09-15T16:45:07.447Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/48 [2020-09-15T16:45:07.447Z] INFO: archiving workspace using pattern(s): [2020-09-15T16:45:08.837Z] Archives upload complete. [2020-09-15T16:45:08.837Z] INFO: archiving logs to Nexus [2020-09-15T16:45:09.784Z] ---> uname -a: [2020-09-15T16:45:09.784Z] Linux 1357bbb7eec1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] ---> lscpu: [2020-09-15T16:45:09.784Z] Architecture: x86_64 [2020-09-15T16:45:09.784Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-15T16:45:09.784Z] Byte Order: Little Endian [2020-09-15T16:45:09.784Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-15T16:45:09.784Z] CPU(s): 4 [2020-09-15T16:45:09.784Z] On-line CPU(s) list: 0-3 [2020-09-15T16:45:09.784Z] Thread(s) per core: 1 [2020-09-15T16:45:09.784Z] Core(s) per socket: 1 [2020-09-15T16:45:09.784Z] Socket(s): 4 [2020-09-15T16:45:09.784Z] NUMA node(s): 1 [2020-09-15T16:45:09.784Z] Vendor ID: GenuineIntel [2020-09-15T16:45:09.784Z] CPU family: 6 [2020-09-15T16:45:09.784Z] Model: 44 [2020-09-15T16:45:09.784Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-15T16:45:09.784Z] Stepping: 1 [2020-09-15T16:45:09.784Z] CPU MHz: 2933.442 [2020-09-15T16:45:09.784Z] BogoMIPS: 5866.88 [2020-09-15T16:45:09.784Z] Virtualization: VT-x [2020-09-15T16:45:09.784Z] Hypervisor vendor: KVM [2020-09-15T16:45:09.784Z] Virtualization type: full [2020-09-15T16:45:09.784Z] L1d cache: 128 KiB [2020-09-15T16:45:09.784Z] L1i cache: 128 KiB [2020-09-15T16:45:09.784Z] L2 cache: 16 MiB [2020-09-15T16:45:09.784Z] L3 cache: 64 MiB [2020-09-15T16:45:09.784Z] NUMA node0 CPU(s): 0-3 [2020-09-15T16:45:09.784Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-15T16:45:09.784Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-15T16:45:09.784Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-15T16:45:09.784Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-15T16:45:09.784Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-15T16:45:09.784Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-15T16:45:09.784Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-15T16:45:09.784Z] Vulnerability Tsx async abort: Not affected [2020-09-15T16:45:09.784Z] 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-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] ---> nproc: [2020-09-15T16:45:09.784Z] 4 [2020-09-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] ---> df -h: [2020-09-15T16:45:09.784Z] Filesystem Size Used Available Use% Mounted on [2020-09-15T16:45:09.784Z] overlay 50.0G 8.2G 41.8G 16% / [2020-09-15T16:45:09.784Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-15T16:45:09.784Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-15T16:45:09.784Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-15T16:45:09.784Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2020-09-15T16:45:09.784Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2020-09-15T16:45:09.784Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2020-09-15T16:45:09.784Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2020-09-15T16:45:09.784Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master [2020-09-15T16:45:09.784Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/_app-service-configurable_master@tmp [2020-09-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] [2020-09-15T16:45:09.784Z] ---> free -m: [2020-09-15T16:45:09.784Z] total used free shared buff/cache available [2020-09-15T16:45:09.785Z] Mem: 1837 788 121 0 926 982 [2020-09-15T16:45:09.785Z] Swap: 1023 3 1020 [2020-09-15T16:45:09.785Z] [2020-09-15T16:45:09.785Z] [2020-09-15T16:45:09.785Z] ---> ip addr: [2020-09-15T16:45:09.785Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-15T16:45:09.785Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-15T16:45:09.785Z] inet 127.0.0.1/8 scope host lo [2020-09-15T16:45:09.785Z] valid_lft forever preferred_lft forever [2020-09-15T16:45:09.785Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-09-15T16:45:09.785Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-15T16:45:09.785Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-15T16:45:09.785Z] valid_lft forever preferred_lft forever [2020-09-15T16:45:09.785Z] [2020-09-15T16:45:09.785Z]