Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7658dde2fa5f0df1322b53e9d399e0259178d9cc 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11948 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" > git rev-list --no-walk ba8dc87efb7c15b1c13874cc84483e41de2fa468 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-12T14:05:03.756Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-12T14:05:04.172Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-12T14:05:04.308Z] ========================================================= [2020-11-12T14:05:04.309Z] EdgeX Global Pipelines Version Info [2020-11-12T14:05:04.309Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:05:07.084Z] ------------------- [2020-11-12T14:05:07.084Z] stable info: [2020-11-12T14:05:07.084Z] ------------------- [2020-11-12T14:05:07.084Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T14:05:07.084Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-12T14:05:07.084Z] Message: update stable to v1.0.162 [2020-11-12T14:05:08.509Z] ------------------- [2020-11-12T14:05:08.509Z] experimental info: [2020-11-12T14:05:08.509Z] ------------------- [2020-11-12T14:05:08.509Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-12T14:05:08.509Z] Commit SHA: 385afd1d63b7490d49b292b4c1950ab3fd942460 [2020-11-12T14:05:08.509Z] Message: update experimental to v1.0.163 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-12T14:05:08.965Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2020-11-12T14:05:09.093Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2020-11-12T14:05:09.215Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-12T14:05:09.338Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-12T14:05:09.717Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-12T14:05:09.845Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-12T14:05:09.970Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-12T14:05:10.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-12T14:05:10.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-12T14:05:10.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-12T14:05:10.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-12T14:05:10.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2020-11-12T14:05:10.729Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-12T14:05:10.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-12T14:05:10.965Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T14:05:11.081Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T14:05:11.193Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T14:05:11.312Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T14:05:11.432Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-12T14:05:11.575Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-12T14:05:11.695Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-12T14:05:11.835Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-12T14:05:11.950Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-12T14:05:12.059Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-12T14:05:12.201Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-12T14:05:12.311Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-12T14:05:12.424Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-11-12T14:05:12.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-11-12T14:05:12.628Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-11-12T14:05:12.750Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo [2020-11-12T14:05:12.862Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7658dde [Pipeline] echo [2020-11-12T14:05:12.967Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T14:05:13.345Z] provisioning config files... [2020-11-12T14:05:13.388Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config438296487891011557tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:05:13.782Z] ---> docker-login.sh [2020-11-12T14:05:13.782Z] nexus3.edgexfoundry.org:10001 [2020-11-12T14:05:14.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:05:14.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:05:14.365Z] Configure a credential helper to remove this warning. See [2020-11-12T14:05:14.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:05:14.365Z] [2020-11-12T14:05:14.365Z] Login Succeeded [2020-11-12T14:05:14.365Z] nexus3.edgexfoundry.org:10002 [2020-11-12T14:05:14.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:05:14.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:05:14.632Z] Configure a credential helper to remove this warning. See [2020-11-12T14:05:14.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:05:14.632Z] [2020-11-12T14:05:14.632Z] Login Succeeded [2020-11-12T14:05:14.632Z] nexus3.edgexfoundry.org:10003 [2020-11-12T14:05:14.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:05:14.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:05:14.903Z] Configure a credential helper to remove this warning. See [2020-11-12T14:05:14.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:05:14.903Z] [2020-11-12T14:05:14.903Z] Login Succeeded [2020-11-12T14:05:14.903Z] nexus3.edgexfoundry.org:10004 [2020-11-12T14:05:15.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:05:15.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:05:15.191Z] Configure a credential helper to remove this warning. See [2020-11-12T14:05:15.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:05:15.191Z] [2020-11-12T14:05:15.191Z] Login Succeeded [2020-11-12T14:05:15.191Z] docker.io [2020-11-12T14:05:15.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:05:15.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:05:15.754Z] Configure a credential helper to remove this warning. See [2020-11-12T14:05:15.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:05:15.754Z] [2020-11-12T14:05:15.754Z] Login Succeeded [2020-11-12T14:05:15.754Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T14:05:15.765Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T14:05:16.611Z] + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo [2020-11-12T14:05:16.704Z] GIT_COMMIT: 7658dde2fa5f0df1322b53e9d399e0259178d9cc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141) [Pipeline] echo [2020-11-12T14:05:16.758Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:05:17.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T14:05:17.867Z] [2020-11-12T14:05:17.867Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:05:18.255Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T14:05:18.256Z] latest: Pulling from edgex-devops/git-semver [2020-11-12T14:05:18.256Z] 31603596830f: Pulling fs layer [2020-11-12T14:05:18.256Z] 2a8b12db71e7: Pulling fs layer [2020-11-12T14:05:18.256Z] 6ca5941a6612: Pulling fs layer [2020-11-12T14:05:18.256Z] ecc8261a40a4: Pulling fs layer [2020-11-12T14:05:18.256Z] ecc8261a40a4: Waiting [2020-11-12T14:05:18.256Z] 2a8b12db71e7: Verifying Checksum [2020-11-12T14:05:18.256Z] 2a8b12db71e7: Download complete [2020-11-12T14:05:18.561Z] 31603596830f: Verifying Checksum [2020-11-12T14:05:18.561Z] 31603596830f: Download complete [2020-11-12T14:05:19.189Z] ecc8261a40a4: Verifying Checksum [2020-11-12T14:05:19.189Z] ecc8261a40a4: Download complete [2020-11-12T14:05:19.189Z] 6ca5941a6612: Verifying Checksum [2020-11-12T14:05:19.189Z] 6ca5941a6612: Download complete [2020-11-12T14:05:19.189Z] 31603596830f: Pull complete [2020-11-12T14:05:19.489Z] 2a8b12db71e7: Pull complete [2020-11-12T14:05:20.934Z] 6ca5941a6612: Pull complete [2020-11-12T14:05:20.934Z] ecc8261a40a4: Pull complete [2020-11-12T14:05:20.934Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-12T14:05:20.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T14:05:20.935Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-12T14:05:21.333Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:05:21.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T14:05:24.406Z] $ docker top 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T14:05:24.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T14:05:24.777Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T14:05:25.155Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T14:05:25.162Z] $ docker exec 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent [2020-11-12T14:05:25.442Z] SSH_AUTH_SOCK=/tmp/ssh-z61j1L6y0KSJ/agent.12 [2020-11-12T14:05:25.442Z] SSH_AGENT_PID=17 [2020-11-12T14:05:25.460Z] Running ssh-add (command line suppressed) [2020-11-12T14:05:25.635Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4097016106818433142.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4097016106818433142.key) [2020-11-12T14:05:25.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T14:05:26.093Z] + git tag --points-at HEAD [Pipeline] } [2020-11-12T14:05:26.127Z] $ docker exec --env ******** --env ******** 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent -k [2020-11-12T14:05:26.412Z] unset SSH_AUTH_SOCK; [2020-11-12T14:05:26.412Z] unset SSH_AGENT_PID; [2020-11-12T14:05:26.412Z] echo Agent pid 17 killed; [2020-11-12T14:05:26.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-12T14:05:26.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T14:05:26.615Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T14:05:27.103Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T14:05:27.110Z] $ docker exec 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent [2020-11-12T14:05:27.394Z] SSH_AUTH_SOCK=/tmp/ssh-LVsASZsIbUVa/agent.46 [2020-11-12T14:05:27.394Z] SSH_AGENT_PID=51 [2020-11-12T14:05:27.402Z] Running ssh-add (command line suppressed) [2020-11-12T14:05:27.558Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2211731516545463440.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2211731516545463440.key) [2020-11-12T14:05:27.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T14:05:28.068Z] + git semver init [2020-11-12T14:05:28.068Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T14:05:28.068Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-12T14:05:28.068Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-12T14:05:28.068Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T14:05:28.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T14:05:28.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T14:05:28.068Z] # $SEMVER_BRANCH = master [2020-11-12T14:05:28.068Z] # $SEMVER_TEMP = /tmp/semver-379808451 [2020-11-12T14:05:28.068Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2020-11-12T14:05:28.662Z] # '/tmp/semver-379808451' -> '/w/workspace/_app-service-configurable_master/.semver' [2020-11-12T14:05:28.662Z] # -> Force: false [2020-11-12T14:05:28.662Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-12T14:05:28.678Z] $ docker exec --env ******** --env ******** 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 ssh-agent -k [2020-11-12T14:05:28.819Z] unset SSH_AUTH_SOCK; [2020-11-12T14:05:28.820Z] unset SSH_AGENT_PID; [2020-11-12T14:05:28.820Z] echo Agent pid 51 killed; [2020-11-12T14:05:28.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T14:05:29.355Z] + git semver [Pipeline] } [2020-11-12T14:05:29.380Z] $ docker stop --time=1 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 [2020-11-12T14:05:30.792Z] $ docker rm -f 5906b14fd282de1033013a078feae6d4c8f78af51a3d8b694c86b8d4c4b68366 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T14:05:31.333Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-12T14:05:32.052Z] Stashed 1 file(s) [Pipeline] echo [2020-11-12T14:05:32.055Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.23 [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-11-12T14:05:47.652Z] Still waiting to schedule task [2020-11-12T14:05:47.652Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11948’ [2020-11-12T14:05:47.655Z] Still waiting to schedule task [2020-11-12T14:05:47.655Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-12T14:07:42.588Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11949 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-12T14:07:42.665Z] Running in /w/workspace/app-service-configurable/61 [Pipeline] { [Pipeline] checkout [2020-11-12T14:07:47.710Z] using credential edgex-jenkins-ssh [2020-11-12T14:07:47.771Z] Cloning the remote Git repository [2020-11-12T14:07:47.830Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-12T14:07:47.933Z] > git init /w/workspace/app-service-configurable/61 # timeout=10 [2020-11-12T14:07:48.012Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-12T14:07:48.013Z] > git --version # timeout=10 [2020-11-12T14:07:48.037Z] > git --version # 'git version 2.17.1' [2020-11-12T14:07:48.039Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T14:07:48.102Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T14:07:48.823Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-12T14:07:48.843Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T14:07:48.874Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-12T14:07:48.904Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-12T14:07:48.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T14:07:48.915Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T14:07:49.431Z] Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) [2020-11-12T14:07:49.454Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T14:07:49.475Z] > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [2020-11-12T14:07:53.763Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T14:07:54.745Z] provisioning config files... [2020-11-12T14:07:54.795Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config6689565106258533320tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:07:55.802Z] ---> docker-login.sh [2020-11-12T14:07:55.802Z] nexus3.edgexfoundry.org:10001 [2020-11-12T14:07:56.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:07:56.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:07:56.996Z] Configure a credential helper to remove this warning. See [2020-11-12T14:07:56.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:07:56.996Z] [2020-11-12T14:07:56.996Z] Login Succeeded [2020-11-12T14:07:56.996Z] nexus3.edgexfoundry.org:10002 [2020-11-12T14:07:57.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:07:57.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:07:57.541Z] Configure a credential helper to remove this warning. See [2020-11-12T14:07:57.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:07:57.541Z] [2020-11-12T14:07:57.541Z] Login Succeeded [2020-11-12T14:07:57.541Z] nexus3.edgexfoundry.org:10003 [2020-11-12T14:07:57.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:07:58.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:07:58.091Z] Configure a credential helper to remove this warning. See [2020-11-12T14:07:58.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:07:58.091Z] [2020-11-12T14:07:58.091Z] Login Succeeded [2020-11-12T14:07:58.091Z] nexus3.edgexfoundry.org:10004 [2020-11-12T14:07:58.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:07:58.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:07:58.647Z] Configure a credential helper to remove this warning. See [2020-11-12T14:07:58.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:07:58.647Z] [2020-11-12T14:07:58.647Z] Login Succeeded [2020-11-12T14:07:58.647Z] docker.io [2020-11-12T14:07:58.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:07:59.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:07:59.524Z] Configure a credential helper to remove this warning. See [2020-11-12T14:07:59.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:07:59.524Z] [2020-11-12T14:07:59.524Z] Login Succeeded [2020-11-12T14:07:59.524Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T14:07:59.612Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T14:08:01.207Z] ========================================================= [2020-11-12T14:08:01.207Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-12T14:08:01.207Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:08:01.604Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-12T14:08:01.604Z] Sending build context to Docker daemon 98.82kB [2020-11-12T14:08:01.884Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T14:08:01.884Z] Step 2/8 : FROM ${BASE} [2020-11-12T14:08:02.160Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-12T14:08:02.160Z] b538f80385f9: Pulling fs layer [2020-11-12T14:08:02.160Z] 74f711af9a0d: Pulling fs layer [2020-11-12T14:08:02.160Z] 99f96fe45779: Pulling fs layer [2020-11-12T14:08:02.160Z] 8529a6b9a6be: Pulling fs layer [2020-11-12T14:08:02.160Z] 45590311c82a: Pulling fs layer [2020-11-12T14:08:02.160Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-12T14:08:02.160Z] 209524e5b208: Pulling fs layer [2020-11-12T14:08:02.160Z] 8529a6b9a6be: Waiting [2020-11-12T14:08:02.160Z] 45590311c82a: Waiting [2020-11-12T14:08:02.160Z] 69ca0ff8b7b3: Waiting [2020-11-12T14:08:02.160Z] 209524e5b208: Waiting [2020-11-12T14:08:02.160Z] 99f96fe45779: Verifying Checksum [2020-11-12T14:08:02.160Z] 99f96fe45779: Download complete [2020-11-12T14:08:02.434Z] 74f711af9a0d: Verifying Checksum [2020-11-12T14:08:02.434Z] 74f711af9a0d: Download complete [2020-11-12T14:08:02.434Z] 45590311c82a: Verifying Checksum [2020-11-12T14:08:02.434Z] 45590311c82a: Download complete [2020-11-12T14:08:03.031Z] 69ca0ff8b7b3: Download complete [2020-11-12T14:08:03.031Z] b538f80385f9: Verifying Checksum [2020-11-12T14:08:03.031Z] b538f80385f9: Download complete [2020-11-12T14:08:04.017Z] b538f80385f9: Pull complete [2020-11-12T14:08:04.618Z] 74f711af9a0d: Pull complete [2020-11-12T14:08:04.896Z] 99f96fe45779: Pull complete [2020-11-12T14:08:06.886Z] 209524e5b208: Verifying Checksum [2020-11-12T14:08:06.886Z] 209524e5b208: Download complete [2020-11-12T14:08:08.861Z] 8529a6b9a6be: Verifying Checksum [2020-11-12T14:08:08.861Z] 8529a6b9a6be: Download complete [2020-11-12T14:08:19.013Z] 8529a6b9a6be: Pull complete [2020-11-12T14:08:19.289Z] 45590311c82a: Pull complete [2020-11-12T14:08:19.889Z] 69ca0ff8b7b3: Pull complete [2020-11-12T14:08:22.892Z] Running on prd-centos7-docker-4c-2g-11950 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2020-11-12T14:08:23.029Z] Running in /w/workspace/app-service-configurable/61 [Pipeline] { [Pipeline] checkout [2020-11-12T14:08:24.221Z] 209524e5b208: Pull complete [2020-11-12T14:08:24.221Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-12T14:08:24.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-12T14:08:24.221Z] ---> 5bddaf1c2fca [2020-11-12T14:08:24.221Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T14:08:26.125Z] using credential edgex-jenkins-ssh [2020-11-12T14:08:26.180Z] Cloning the remote Git repository [2020-11-12T14:08:26.207Z] ---> Running in 2674a2e34d87 [2020-11-12T14:08:26.480Z] Removing intermediate container 2674a2e34d87 [2020-11-12T14:08:26.480Z] ---> 451d0cfaaabd [2020-11-12T14:08:26.480Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T14:08:26.208Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2020-11-12T14:08:26.286Z] > git init /w/workspace/app-service-configurable/61 # timeout=10 [2020-11-12T14:08:26.338Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-12T14:08:26.338Z] > git --version # timeout=10 [2020-11-12T14:08:26.346Z] > git --version # 'git version 2.16.5' [2020-11-12T14:08:26.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T14:08:26.377Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T14:08:26.755Z] ---> Running in 5f130ae8dba9 [2020-11-12T14:08:27.434Z] Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (master) [2020-11-12T14:08:26.954Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-12T14:08:26.965Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T14:08:26.975Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2020-11-12T14:08:26.988Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2020-11-12T14:08:26.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T14:08:26.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T14:08:27.445Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T14:08:27.449Z] > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 [2020-11-12T14:08:29.392Z] Removing intermediate container 5f130ae8dba9 [2020-11-12T14:08:29.392Z] ---> 98eb79355982 [2020-11-12T14:08:29.392Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-12T14:08:29.392Z] ---> Running in d8b64f03c768 [2020-11-12T14:08:30.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T14:08:31.118Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-11-12T14:08:31.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T14:08:31.876Z] provisioning config files... [2020-11-12T14:08:31.904Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config476504410140249243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:08:32.403Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-12T14:08:32.403Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-12T14:08:32.403Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-12T14:08:32.403Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-12T14:08:32.674Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-12T14:08:32.674Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-12T14:08:32.674Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T14:08:32.691Z] ---> docker-login.sh [2020-11-12T14:08:32.691Z] nexus3.edgexfoundry.org:10001 [2020-11-12T14:08:32.951Z] OK: 144 MiB in 45 packages [2020-11-12T14:08:32.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:08:33.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:08:33.216Z] Configure a credential helper to remove this warning. See [2020-11-12T14:08:33.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:08:33.216Z] [2020-11-12T14:08:33.216Z] Login Succeeded [2020-11-12T14:08:33.216Z] nexus3.edgexfoundry.org:10002 [2020-11-12T14:08:33.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:08:33.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:08:33.216Z] Configure a credential helper to remove this warning. See [2020-11-12T14:08:33.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:08:33.216Z] [2020-11-12T14:08:33.216Z] Login Succeeded [2020-11-12T14:08:33.216Z] nexus3.edgexfoundry.org:10003 [2020-11-12T14:08:33.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:08:33.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:08:33.483Z] Configure a credential helper to remove this warning. See [2020-11-12T14:08:33.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:08:33.483Z] [2020-11-12T14:08:33.483Z] Login Succeeded [2020-11-12T14:08:33.483Z] nexus3.edgexfoundry.org:10004 [2020-11-12T14:08:33.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:08:33.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:08:33.747Z] Configure a credential helper to remove this warning. See [2020-11-12T14:08:33.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:08:33.747Z] [2020-11-12T14:08:33.747Z] Login Succeeded [2020-11-12T14:08:33.747Z] docker.io [2020-11-12T14:08:33.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:08:34.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:08:34.009Z] Configure a credential helper to remove this warning. See [2020-11-12T14:08:34.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:08:34.009Z] [2020-11-12T14:08:34.009Z] Login Succeeded [2020-11-12T14:08:34.009Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T14:08:34.049Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T14:08:34.366Z] ========================================================= [2020-11-12T14:08:34.366Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-12T14:08:34.366Z] ========================================================= [2020-11-12T14:08:34.384Z] Removing intermediate container d8b64f03c768 [2020-11-12T14:08:34.384Z] ---> e746f2aca8de [2020-11-12T14:08:34.384Z] Step 6/8 : WORKDIR /app [2020-11-12T14:08:34.384Z] ---> Running in fae310cbdb8b [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:08:34.659Z] Removing intermediate container fae310cbdb8b [2020-11-12T14:08:34.659Z] ---> 4d7b7c0779df [2020-11-12T14:08:34.659Z] Step 7/8 : COPY . . [2020-11-12T14:08:34.728Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-12T14:08:34.728Z] Sending build context to Docker daemon 98.82kB [2020-11-12T14:08:34.992Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T14:08:34.992Z] Step 2/8 : FROM ${BASE} [2020-11-12T14:08:34.992Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-12T14:08:34.992Z] df20fa9351a1: Pulling fs layer [2020-11-12T14:08:34.992Z] ed8968b2872e: Pulling fs layer [2020-11-12T14:08:34.992Z] a92cc7c5fd73: Pulling fs layer [2020-11-12T14:08:34.992Z] e871e8e8d7a9: Pulling fs layer [2020-11-12T14:08:34.992Z] e73272ec9a57: Pulling fs layer [2020-11-12T14:08:34.992Z] 1e910a182e73: Pulling fs layer [2020-11-12T14:08:34.992Z] 4e634b169226: Pulling fs layer [2020-11-12T14:08:34.992Z] e73272ec9a57: Waiting [2020-11-12T14:08:34.992Z] 1e910a182e73: Waiting [2020-11-12T14:08:34.992Z] e871e8e8d7a9: Waiting [2020-11-12T14:08:34.992Z] 4e634b169226: Waiting [2020-11-12T14:08:34.992Z] a92cc7c5fd73: Verifying Checksum [2020-11-12T14:08:34.992Z] a92cc7c5fd73: Download complete [2020-11-12T14:08:34.992Z] ed8968b2872e: Download complete [2020-11-12T14:08:34.992Z] e73272ec9a57: Verifying Checksum [2020-11-12T14:08:34.992Z] e73272ec9a57: Download complete [2020-11-12T14:08:34.992Z] 1e910a182e73: Verifying Checksum [2020-11-12T14:08:34.992Z] 1e910a182e73: Download complete [2020-11-12T14:08:34.992Z] df20fa9351a1: Verifying Checksum [2020-11-12T14:08:34.992Z] df20fa9351a1: Download complete [2020-11-12T14:08:35.258Z] df20fa9351a1: Pull complete [2020-11-12T14:08:35.524Z] ed8968b2872e: Pull complete [2020-11-12T14:08:35.524Z] a92cc7c5fd73: Pull complete [2020-11-12T14:08:35.641Z] ---> dc5a5d05323b [2020-11-12T14:08:35.641Z] Step 8/8 : RUN go mod download [2020-11-12T14:08:35.641Z] ---> Running in e9e8ca5afa5c [2020-11-12T14:08:37.447Z] 4e634b169226: Download complete [2020-11-12T14:08:37.713Z] e871e8e8d7a9: Verifying Checksum [2020-11-12T14:08:37.713Z] e871e8e8d7a9: Download complete [2020-11-12T14:08:44.357Z] e871e8e8d7a9: Pull complete [2020-11-12T14:08:44.357Z] e73272ec9a57: Pull complete [2020-11-12T14:08:44.357Z] 1e910a182e73: Pull complete [2020-11-12T14:08:48.588Z] 4e634b169226: Pull complete [2020-11-12T14:08:48.588Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-12T14:08:48.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-12T14:08:48.588Z] ---> f7629b54cfaa [2020-11-12T14:08:48.588Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T14:08:48.588Z] ---> Running in 9b0a1c3cfb67 [2020-11-12T14:08:48.588Z] Removing intermediate container 9b0a1c3cfb67 [2020-11-12T14:08:48.588Z] ---> 299823175c24 [2020-11-12T14:08:48.588Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T14:08:48.588Z] ---> Running in 327a0f1000bf [2020-11-12T14:08:49.997Z] Removing intermediate container 327a0f1000bf [2020-11-12T14:08:49.997Z] ---> a75882c1780c [2020-11-12T14:08:49.997Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2020-11-12T14:08:49.997Z] ---> Running in e9771654caf6 [2020-11-12T14:08:50.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T14:08:51.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T14:08:52.171Z] (1/6) Installing libc-dev (0.7.2-r3) [2020-11-12T14:08:52.433Z] (2/6) Installing libsodium (1.0.18-r0) [2020-11-12T14:08:52.433Z] (3/6) Installing pkgconf (1.7.2-r0) [2020-11-12T14:08:52.697Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2020-11-12T14:08:52.698Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-12T14:08:52.964Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2020-11-12T14:08:52.964Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T14:08:52.964Z] OK: 167 MiB in 45 packages [2020-11-12T14:08:53.541Z] Removing intermediate container e9771654caf6 [2020-11-12T14:08:53.541Z] ---> b1cfdb48bbab [2020-11-12T14:08:53.541Z] Step 6/8 : WORKDIR /app [2020-11-12T14:08:53.804Z] ---> Running in 8a0f29c5a143 [2020-11-12T14:08:53.804Z] Removing intermediate container 8a0f29c5a143 [2020-11-12T14:08:53.804Z] ---> 1c2c61f2a535 [2020-11-12T14:08:53.804Z] Step 7/8 : COPY . . [2020-11-12T14:08:54.068Z] ---> f1a369de8510 [2020-11-12T14:08:54.068Z] Step 8/8 : RUN go mod download [2020-11-12T14:08:54.342Z] ---> Running in efd68a8b286c [2020-11-12T14:09:02.419Z] Removing intermediate container e9e8ca5afa5c [2020-11-12T14:09:02.419Z] ---> cfa598e6fec6 [2020-11-12T14:09:02.419Z] Successfully built cfa598e6fec6 [2020-11-12T14:09:02.691Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:09:03.034Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T14:09:03.034Z] . [Pipeline] withDockerContainer [2020-11-12T14:09:03.283Z] prd-ubuntu18.04-docker-arm64-4c-16g-11949 does not seem to be running inside a container [2020-11-12T14:09:03.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T14:09:05.260Z] $ docker top 952933a5af4964370e58ba4400e9a7e3258f83eb9923d16c207e7427fc207326 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T14:09:06.646Z] + go version [2020-11-12T14:09:06.646Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-12T14:09:06.674Z] $ docker stop --time=1 952933a5af4964370e58ba4400e9a7e3258f83eb9923d16c207e7427fc207326 [2020-11-12T14:09:08.528Z] $ docker rm -f 952933a5af4964370e58ba4400e9a7e3258f83eb9923d16c207e7427fc207326 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:09:09.479Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T14:09:09.479Z] . [Pipeline] withDockerContainer [2020-11-12T14:09:09.743Z] prd-ubuntu18.04-docker-arm64-4c-16g-11949 does not seem to be running inside a container [2020-11-12T14:09:09.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T14:09:11.646Z] $ docker top 8b07f4c28e6dc2b227f798d84a599228a32e5a567347f324be1bbc63613ebb65 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T14:09:13.058Z] + make test [2020-11-12T14:09:13.058Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-12T14:09:21.002Z] Removing intermediate container efd68a8b286c [2020-11-12T14:09:21.002Z] ---> bd093135d387 [2020-11-12T14:09:21.002Z] Successfully built bd093135d387 [2020-11-12T14:09:21.002Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:09:21.319Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T14:09:21.320Z] . [Pipeline] withDockerContainer [2020-11-12T14:09:21.450Z] prd-centos7-docker-4c-2g-11950 does not seem to be running inside a container [2020-11-12T14:09:21.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T14:09:22.430Z] $ docker top 4dc29d1624fd8dc1fe4346833c665e0d68c77498504fb9bd4b6afbbd080939d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T14:09:23.207Z] + go version [2020-11-12T14:09:23.207Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-12T14:09:23.257Z] $ docker stop --time=1 4dc29d1624fd8dc1fe4346833c665e0d68c77498504fb9bd4b6afbbd080939d7 [2020-11-12T14:09:24.654Z] $ docker rm -f 4dc29d1624fd8dc1fe4346833c665e0d68c77498504fb9bd4b6afbbd080939d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:09:25.547Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T14:09:25.547Z] . [Pipeline] withDockerContainer [2020-11-12T14:09:25.649Z] prd-centos7-docker-4c-2g-11950 does not seem to be running inside a container [2020-11-12T14:09:25.707Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T14:09:26.459Z] $ docker top 66290fabf2108eca27f68ee45e9aa5b9a6a7adb13a859bb64db5b9f95a145687 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T14:09:26.972Z] + make test [2020-11-12T14:09:26.972Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2020-11-12T14:09:45.248Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-12T14:09:45.248Z] CGO_ENABLED=1 go vet ./... [2020-11-12T14:09:48.611Z] gofmt -l . [2020-11-12T14:09:48.611Z] [ "`gofmt -l .`" = "" ] [2020-11-12T14:09:48.611Z] ./bin/test-go-mod-tidy.sh [2020-11-12T14:09:48.611Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-12T14:09:49.205Z] $ docker stop --time=1 66290fabf2108eca27f68ee45e9aa5b9a6a7adb13a859bb64db5b9f95a145687 [2020-11-12T14:09:50.887Z] $ docker rm -f 66290fabf2108eca27f68ee45e9aa5b9a6a7adb13a859bb64db5b9f95a145687 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T14:09:51.537Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T14:09:51.900Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-12T14:09:54.375Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T14:09:54.680Z] + ls -al . [2020-11-12T14:09:54.680Z] total 96 [2020-11-12T14:09:54.680Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 14:09 . [2020-11-12T14:09:54.680Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 12 14:08 .. [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 6568 Nov 12 14:08 Attribution.txt [2020-11-12T14:09:54.680Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 14:08 bin [2020-11-12T14:09:54.680Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 12 14:09 coverage.out [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 180 Nov 12 14:08 docker-compose.debug.yml [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 133 Nov 12 14:08 docker-compose.yml [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 2002 Nov 12 14:08 Dockerfile [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 966 Nov 12 14:08 Dockerfile.build [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 119 Nov 12 14:08 .dockerignore [2020-11-12T14:09:54.680Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 12 14:08 .git [2020-11-12T14:09:54.680Z] drwxrwxr-x. 2 jenkins jenkins 81 Nov 12 14:08 .github [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 93 Nov 12 14:08 .gitignore [2020-11-12T14:09:54.680Z] -rw-r--r--. 1 jenkins jenkins 126 Nov 12 14:09 go.mod [2020-11-12T14:09:54.680Z] -rw-r--r--. 1 jenkins jenkins 19551 Nov 12 14:09 go.sum [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 687 Nov 12 14:08 Jenkinsfile [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 10174 Nov 12 14:08 LICENSE [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 12 14:08 main.go [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 1573 Nov 12 14:08 makefile [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 1277 Nov 12 14:08 README.md [2020-11-12T14:09:54.680Z] drwxrwxr-x. 10 jenkins jenkins 171 Nov 12 14:08 res [2020-11-12T14:09:54.680Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 12 14:08 snap [2020-11-12T14:09:54.680Z] -rw-rw-r--. 1 jenkins jenkins 12 Nov 12 14:05 VERSION [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:09:54.986Z] + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=amd64 --label version=1.2.1-dev.23 . [2020-11-12T14:09:54.986Z] Sending build context to Docker daemon 121.3kB [2020-11-12T14:09:55.251Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-12T14:09:55.251Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-12T14:09:55.251Z] ---> bd093135d387 [2020-11-12T14:09:55.251Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-12T14:09:55.251Z] ---> Running in 7cfd1c2d85c9 [2020-11-12T14:09:55.251Z] Removing intermediate container 7cfd1c2d85c9 [2020-11-12T14:09:55.251Z] ---> 35ff051c8081 [2020-11-12T14:09:55.251Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T14:09:55.513Z] ---> Running in b651c9e53bf9 [2020-11-12T14:09:55.513Z] Removing intermediate container b651c9e53bf9 [2020-11-12T14:09:55.513Z] ---> 2e4703643794 [2020-11-12T14:09:55.513Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T14:09:55.778Z] ---> Running in b6e109fd662f [2020-11-12T14:09:55.778Z] Removing intermediate container b6e109fd662f [2020-11-12T14:09:55.778Z] ---> 905a6bf2edee [2020-11-12T14:09:55.778Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T14:09:55.778Z] ---> Running in cc409a41e07d [2020-11-12T14:09:57.181Z] Removing intermediate container cc409a41e07d [2020-11-12T14:09:57.181Z] ---> 040f0fec0d48 [2020-11-12T14:09:57.181Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T14:09:57.181Z] ---> Running in fd82db1cc4b0 [2020-11-12T14:09:57.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T14:09:58.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T14:09:58.659Z] OK: 167 MiB in 45 packages [2020-11-12T14:09:59.234Z] Removing intermediate container fd82db1cc4b0 [2020-11-12T14:09:59.234Z] ---> 714142e34d6b [2020-11-12T14:09:59.234Z] Step 8/27 : WORKDIR /app [2020-11-12T14:09:59.234Z] ---> Running in e712726469b2 [2020-11-12T14:09:59.497Z] Removing intermediate container e712726469b2 [2020-11-12T14:09:59.497Z] ---> 5c2a3bb32143 [2020-11-12T14:09:59.497Z] Step 9/27 : COPY go.mod . [2020-11-12T14:09:59.763Z] ---> 0a0c3f9f3041 [2020-11-12T14:09:59.763Z] Step 10/27 : RUN go mod download [2020-11-12T14:09:59.763Z] ---> Running in 589cd2a71f22 [2020-11-12T14:10:00.080Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2020-11-12T14:10:00.351Z] CGO_ENABLED=1 go vet ./... [2020-11-12T14:10:00.716Z] Removing intermediate container 589cd2a71f22 [2020-11-12T14:10:00.716Z] ---> 5a783345297c [2020-11-12T14:10:00.716Z] Step 11/27 : COPY . . [2020-11-12T14:10:00.983Z] ---> 628e202b98cb [2020-11-12T14:10:00.983Z] Step 12/27 : ARG MAKE="make build" [2020-11-12T14:10:01.250Z] ---> Running in d4f644f773e2 [2020-11-12T14:10:01.250Z] Removing intermediate container d4f644f773e2 [2020-11-12T14:10:01.250Z] ---> 6e8b135f380a [2020-11-12T14:10:01.250Z] Step 13/27 : RUN $MAKE [2020-11-12T14:10:01.518Z] ---> Running in 953fc212c75c [2020-11-12T14:10:01.790Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.23" -o app-service-configurable [2020-11-12T14:10:10.537Z] gofmt -l . [2020-11-12T14:10:10.537Z] [ "`gofmt -l .`" = "" ] [2020-11-12T14:10:10.810Z] ./bin/test-go-mod-tidy.sh [2020-11-12T14:10:11.411Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-12T14:10:12.420Z] $ docker stop --time=1 8b07f4c28e6dc2b227f798d84a599228a32e5a567347f324be1bbc63613ebb65 [2020-11-12T14:10:14.603Z] $ docker rm -f 8b07f4c28e6dc2b227f798d84a599228a32e5a567347f324be1bbc63613ebb65 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T14:10:15.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T14:10:15.613Z] Warning: overwriting stash ‘coverage-report’ [2020-11-12T14:10:16.339Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T14:10:17.081Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T14:10:17.446Z] + ls -al . [2020-11-12T14:10:17.446Z] total 120 [2020-11-12T14:10:17.446Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 14:10 . [2020-11-12T14:10:17.446Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 14:07 .. [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 119 Nov 12 14:07 .dockerignore [2020-11-12T14:10:17.446Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 14:07 .git [2020-11-12T14:10:17.446Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 14:07 .github [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 93 Nov 12 14:07 .gitignore [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 6568 Nov 12 14:07 Attribution.txt [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 2002 Nov 12 14:07 Dockerfile [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 966 Nov 12 14:07 Dockerfile.build [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 687 Nov 12 14:07 Jenkinsfile [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 10174 Nov 12 14:07 LICENSE [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 1277 Nov 12 14:07 README.md [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 12 Nov 12 14:05 VERSION [2020-11-12T14:10:17.446Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 14:07 bin [2020-11-12T14:10:17.446Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 12 14:09 coverage.out [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 180 Nov 12 14:07 docker-compose.debug.yml [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 133 Nov 12 14:07 docker-compose.yml [2020-11-12T14:10:17.446Z] -rw-r--r-- 1 jenkins jenkins 126 Nov 12 14:10 go.mod [2020-11-12T14:10:17.446Z] -rw-r--r-- 1 jenkins jenkins 19551 Nov 12 14:10 go.sum [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 12 14:07 main.go [2020-11-12T14:10:17.446Z] -rw-rw-r-- 1 jenkins jenkins 1573 Nov 12 14:07 makefile [2020-11-12T14:10:17.446Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 12 14:07 res [2020-11-12T14:10:17.446Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 14:07 snap [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:17.845Z] + 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=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=arm64 --label version=1.2.1-dev.23 . [2020-11-12T14:10:17.845Z] Sending build context to Docker daemon 121.3kB [2020-11-12T14:10:18.123Z] Step 1/27 : ARG BASE=golang:1.15-alpine [2020-11-12T14:10:18.123Z] Step 2/27 : FROM ${BASE} AS builder [2020-11-12T14:10:18.123Z] ---> cfa598e6fec6 [2020-11-12T14:10:18.123Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2020-11-12T14:10:18.403Z] ---> Running in f29e990921d0 [2020-11-12T14:10:19.003Z] Removing intermediate container f29e990921d0 [2020-11-12T14:10:19.003Z] ---> 4976fc93c86f [2020-11-12T14:10:19.003Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T14:10:19.003Z] ---> Running in b6b26fa4d206 [2020-11-12T14:10:19.598Z] Removing intermediate container b6b26fa4d206 [2020-11-12T14:10:19.598Z] ---> 0dedb6eb26aa [2020-11-12T14:10:19.598Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T14:10:19.598Z] ---> Running in 54c58eb6cfe4 [2020-11-12T14:10:19.872Z] Removing intermediate container 54c58eb6cfe4 [2020-11-12T14:10:19.872Z] ---> 643cc193f60c [2020-11-12T14:10:19.872Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T14:10:20.033Z] Removing intermediate container 953fc212c75c [2020-11-12T14:10:20.033Z] ---> 1bfce600813d [2020-11-12T14:10:20.033Z] Step 14/27 : FROM alpine:latest [2020-11-12T14:10:20.033Z] latest: Pulling from library/alpine [2020-11-12T14:10:20.033Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T14:10:20.033Z] 188c0c94c7c5: Verifying Checksum [2020-11-12T14:10:20.033Z] 188c0c94c7c5: Download complete [2020-11-12T14:10:20.033Z] 188c0c94c7c5: Pull complete [2020-11-12T14:10:20.033Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T14:10:20.033Z] Status: Downloaded newer image for alpine:latest [2020-11-12T14:10:20.033Z] ---> d6e46aa2470d [2020-11-12T14:10:20.033Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T14:10:20.033Z] ---> Running in 6a893d7259c5 [2020-11-12T14:10:20.148Z] ---> Running in ac2f20495b93 [2020-11-12T14:10:20.295Z] Removing intermediate container 6a893d7259c5 [2020-11-12T14:10:20.296Z] ---> 3b18b4127c64 [2020-11-12T14:10:20.296Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-12T14:10:20.296Z] ---> Running in 6068ec99a050 [2020-11-12T14:10:20.560Z] Removing intermediate container 6068ec99a050 [2020-11-12T14:10:20.560Z] ---> 85781e98b946 [2020-11-12T14:10:20.560Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-12T14:10:20.560Z] ---> Running in 12eae40234a4 [2020-11-12T14:10:21.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T14:10:21.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T14:10:21.398Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-12T14:10:21.398Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-12T14:10:21.398Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-12T14:10:21.398Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-12T14:10:21.398Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-12T14:10:21.398Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-12T14:10:21.398Z] Executing busybox-1.31.1-r19.trigger [2020-11-12T14:10:21.663Z] Executing ca-certificates-20191127-r4.trigger [2020-11-12T14:10:21.663Z] OK: 9 MiB in 20 packages [2020-11-12T14:10:22.783Z] Removing intermediate container ac2f20495b93 [2020-11-12T14:10:22.783Z] ---> b49c2a2a5877 [2020-11-12T14:10:22.783Z] Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T14:10:22.783Z] ---> Running in d51d21727bcb [2020-11-12T14:10:23.061Z] Removing intermediate container 12eae40234a4 [2020-11-12T14:10:23.062Z] ---> 2941ac44524b [2020-11-12T14:10:23.062Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-12T14:10:23.329Z] ---> 70d2a9fcf2af [2020-11-12T14:10:23.329Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-12T14:10:23.329Z] ---> f5b296695121 [2020-11-12T14:10:23.329Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-12T14:10:23.592Z] ---> ec99a62d56a1 [2020-11-12T14:10:23.592Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-12T14:10:24.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T14:10:24.542Z] ---> cfc4c2f11b26 [2020-11-12T14:10:24.542Z] Step 22/27 : EXPOSE 48095 [2020-11-12T14:10:24.542Z] ---> Running in b1f866d433ae [2020-11-12T14:10:24.804Z] Removing intermediate container b1f866d433ae [2020-11-12T14:10:24.805Z] ---> d490a47b4aab [2020-11-12T14:10:24.805Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-12T14:10:24.805Z] ---> Running in c567a8330a2f [2020-11-12T14:10:24.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T14:10:25.067Z] Removing intermediate container c567a8330a2f [2020-11-12T14:10:25.067Z] ---> bd091ab5112d [2020-11-12T14:10:25.067Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T14:10:25.067Z] ---> Running in a31eaf403302 [2020-11-12T14:10:25.067Z] Removing intermediate container a31eaf403302 [2020-11-12T14:10:25.067Z] ---> 1ea9dc6d5bf2 [2020-11-12T14:10:25.067Z] Step 25/27 : LABEL arch=amd64 [2020-11-12T14:10:25.330Z] ---> Running in 2115458eae30 [2020-11-12T14:10:25.330Z] Removing intermediate container 2115458eae30 [2020-11-12T14:10:25.330Z] ---> 2c7bd868cf97 [2020-11-12T14:10:25.330Z] Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:10:25.330Z] ---> Running in 66d76575771a [2020-11-12T14:10:25.594Z] Removing intermediate container 66d76575771a [2020-11-12T14:10:25.594Z] ---> 5719a18d5ec3 [2020-11-12T14:10:25.594Z] Step 27/27 : LABEL version=1.2.1-dev.23 [2020-11-12T14:10:25.594Z] ---> Running in db95a91ce61b [2020-11-12T14:10:25.805Z] OK: 144 MiB in 45 packages [2020-11-12T14:10:25.857Z] Removing intermediate container db95a91ce61b [2020-11-12T14:10:25.857Z] ---> c1d13db3725a [2020-11-12T14:10:25.857Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T14:10:25.857Z] Successfully built c1d13db3725a [2020-11-12T14:10:25.857Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T14:10:26.252Z] provisioning config files... [2020-11-12T14:10:26.289Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config282410551389523138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:10:26.699Z] ---> docker-login.sh [2020-11-12T14:10:26.699Z] nexus3.edgexfoundry.org:10001 [2020-11-12T14:10:26.783Z] Removing intermediate container d51d21727bcb [2020-11-12T14:10:26.783Z] ---> 76cbb9f17f84 [2020-11-12T14:10:26.783Z] Step 8/27 : WORKDIR /app [2020-11-12T14:10:26.783Z] ---> Running in d6cc82f17343 [2020-11-12T14:10:26.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:10:26.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:10:26.963Z] Configure a credential helper to remove this warning. See [2020-11-12T14:10:26.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:10:26.963Z] [2020-11-12T14:10:26.963Z] Login Succeeded [2020-11-12T14:10:26.963Z] nexus3.edgexfoundry.org:10002 [2020-11-12T14:10:27.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:10:27.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:10:27.227Z] Configure a credential helper to remove this warning. See [2020-11-12T14:10:27.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:10:27.227Z] [2020-11-12T14:10:27.227Z] Login Succeeded [2020-11-12T14:10:27.227Z] nexus3.edgexfoundry.org:10003 [2020-11-12T14:10:27.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:10:27.383Z] Removing intermediate container d6cc82f17343 [2020-11-12T14:10:27.383Z] ---> dfd19293ba8d [2020-11-12T14:10:27.383Z] Step 9/27 : COPY go.mod . [2020-11-12T14:10:27.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:10:27.492Z] Configure a credential helper to remove this warning. See [2020-11-12T14:10:27.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:10:27.492Z] [2020-11-12T14:10:27.492Z] Login Succeeded [2020-11-12T14:10:27.492Z] nexus3.edgexfoundry.org:10004 [2020-11-12T14:10:27.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:10:27.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:10:27.492Z] Configure a credential helper to remove this warning. See [2020-11-12T14:10:27.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:10:27.492Z] [2020-11-12T14:10:27.492Z] Login Succeeded [2020-11-12T14:10:27.492Z] docker.io [2020-11-12T14:10:27.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:10:27.982Z] ---> e7a8f6e49116 [2020-11-12T14:10:27.982Z] Step 10/27 : RUN go mod download [2020-11-12T14:10:28.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:10:28.018Z] Configure a credential helper to remove this warning. See [2020-11-12T14:10:28.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:10:28.018Z] [2020-11-12T14:10:28.018Z] Login Succeeded [2020-11-12T14:10:28.018Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T14:10:28.029Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T14:10:28.239Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2020-11-12T14:10:28.239Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:10:28.239Z] latest [2020-11-12T14:10:28.239Z] 1.2.1-dev.23 [2020-11-12T14:10:28.239Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [2020-11-12T14:10:28.239Z] master [2020-11-12T14:10:28.239Z] ===================================================== [2020-11-12T14:10:28.264Z] ---> Running in c18c3b8814ae [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:28.739Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:29.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:10:29.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-12T14:10:29.050Z] 99941d7681bf: Preparing [2020-11-12T14:10:29.050Z] c7feec8438d3: Preparing [2020-11-12T14:10:29.050Z] b44dcb69afc9: Preparing [2020-11-12T14:10:29.050Z] 3eb447120f83: Preparing [2020-11-12T14:10:29.050Z] 005271c88ce6: Preparing [2020-11-12T14:10:29.050Z] ace0eda3e3be: Preparing [2020-11-12T14:10:29.050Z] ace0eda3e3be: Waiting [2020-11-12T14:10:29.314Z] c7feec8438d3: Pushed [2020-11-12T14:10:29.314Z] b44dcb69afc9: Pushed [2020-11-12T14:10:29.314Z] 3eb447120f83: Pushed [2020-11-12T14:10:29.314Z] ace0eda3e3be: Layer already exists [2020-11-12T14:10:29.577Z] 005271c88ce6: Pushed [2020-11-12T14:10:30.903Z] Removing intermediate container c18c3b8814ae [2020-11-12T14:10:30.904Z] ---> 11aa8a8f4c87 [2020-11-12T14:10:30.904Z] Step 11/27 : COPY . . [2020-11-12T14:10:30.972Z] 99941d7681bf: Pushed [2020-11-12T14:10:31.234Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:31.550Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:31.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-12T14:10:31.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-12T14:10:31.854Z] 99941d7681bf: Preparing [2020-11-12T14:10:31.854Z] c7feec8438d3: Preparing [2020-11-12T14:10:31.854Z] b44dcb69afc9: Preparing [2020-11-12T14:10:31.854Z] 3eb447120f83: Preparing [2020-11-12T14:10:31.854Z] 005271c88ce6: Preparing [2020-11-12T14:10:31.854Z] ace0eda3e3be: Preparing [2020-11-12T14:10:31.854Z] ace0eda3e3be: Waiting [2020-11-12T14:10:31.854Z] c7feec8438d3: Layer already exists [2020-11-12T14:10:31.854Z] 005271c88ce6: Layer already exists [2020-11-12T14:10:31.854Z] b44dcb69afc9: Layer already exists [2020-11-12T14:10:31.854Z] 3eb447120f83: Layer already exists [2020-11-12T14:10:31.854Z] 99941d7681bf: Layer already exists [2020-11-12T14:10:31.854Z] ace0eda3e3be: Layer already exists [2020-11-12T14:10:31.883Z] ---> 80a03b435594 [2020-11-12T14:10:31.883Z] Step 12/27 : ARG MAKE="make build" [2020-11-12T14:10:31.883Z] ---> Running in e78d845fd888 [2020-11-12T14:10:32.117Z] latest: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:32.155Z] Removing intermediate container e78d845fd888 [2020-11-12T14:10:32.155Z] ---> a9ece8e2b921 [2020-11-12T14:10:32.155Z] Step 13/27 : RUN $MAKE [2020-11-12T14:10:32.428Z] ---> Running in e7b3d08bda47 [2020-11-12T14:10:32.431Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:32.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.23 [2020-11-12T14:10:32.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-12T14:10:32.779Z] 99941d7681bf: Preparing [2020-11-12T14:10:32.779Z] c7feec8438d3: Preparing [2020-11-12T14:10:32.779Z] b44dcb69afc9: Preparing [2020-11-12T14:10:32.779Z] 3eb447120f83: Preparing [2020-11-12T14:10:32.779Z] 005271c88ce6: Preparing [2020-11-12T14:10:32.779Z] ace0eda3e3be: Preparing [2020-11-12T14:10:32.779Z] ace0eda3e3be: Waiting [2020-11-12T14:10:32.779Z] 99941d7681bf: Layer already exists [2020-11-12T14:10:32.779Z] b44dcb69afc9: Layer already exists [2020-11-12T14:10:32.779Z] 005271c88ce6: Layer already exists [2020-11-12T14:10:32.779Z] 3eb447120f83: Layer already exists [2020-11-12T14:10:32.779Z] c7feec8438d3: Layer already exists [2020-11-12T14:10:32.779Z] ace0eda3e3be: Layer already exists [2020-11-12T14:10:32.779Z] 1.2.1-dev.23: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:33.088Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:33.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [2020-11-12T14:10:33.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-12T14:10:33.387Z] 99941d7681bf: Preparing [2020-11-12T14:10:33.387Z] c7feec8438d3: Preparing [2020-11-12T14:10:33.387Z] b44dcb69afc9: Preparing [2020-11-12T14:10:33.387Z] 3eb447120f83: Preparing [2020-11-12T14:10:33.387Z] 005271c88ce6: Preparing [2020-11-12T14:10:33.387Z] ace0eda3e3be: Preparing [2020-11-12T14:10:33.387Z] ace0eda3e3be: Waiting [2020-11-12T14:10:33.387Z] b44dcb69afc9: Layer already exists [2020-11-12T14:10:33.387Z] 3eb447120f83: Layer already exists [2020-11-12T14:10:33.387Z] 99941d7681bf: Layer already exists [2020-11-12T14:10:33.387Z] 005271c88ce6: Layer already exists [2020-11-12T14:10:33.387Z] c7feec8438d3: Layer already exists [2020-11-12T14:10:33.387Z] ace0eda3e3be: Layer already exists [2020-11-12T14:10:33.387Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:33.695Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:10:33.897Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=1.2.1-dev.23" -o app-service-configurable [2020-11-12T14:10:33.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2020-11-12T14:10:33.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2020-11-12T14:10:33.996Z] 99941d7681bf: Preparing [2020-11-12T14:10:33.996Z] c7feec8438d3: Preparing [2020-11-12T14:10:33.996Z] b44dcb69afc9: Preparing [2020-11-12T14:10:33.996Z] 3eb447120f83: Preparing [2020-11-12T14:10:33.996Z] 005271c88ce6: Preparing [2020-11-12T14:10:33.996Z] ace0eda3e3be: Preparing [2020-11-12T14:10:33.996Z] ace0eda3e3be: Waiting [2020-11-12T14:10:33.996Z] b44dcb69afc9: Layer already exists [2020-11-12T14:10:33.996Z] 3eb447120f83: Layer already exists [2020-11-12T14:10:33.996Z] 99941d7681bf: Layer already exists [2020-11-12T14:10:33.996Z] 005271c88ce6: Layer already exists [2020-11-12T14:10:33.996Z] c7feec8438d3: Layer already exists [2020-11-12T14:10:33.996Z] ace0eda3e3be: Layer already exists [2020-11-12T14:10:33.996Z] master: digest: sha256:6f1683181dc3f45c9a02ab08755d097718b1a51e1e82f7edb2922fdd1213da8b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T14:10:34.203Z] ===================================================== [Pipeline] echo [2020-11-12T14:10:34.250Z] taggedImages: [2020-11-12T14:10:34.250Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:10:34.250Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2020-11-12T14:10:34.250Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:1.2.1-dev.23 [2020-11-12T14:10:34.250Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [2020-11-12T14:10:34.250Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-12T14:11:20.920Z] Removing intermediate container e7b3d08bda47 [2020-11-12T14:11:20.920Z] ---> 2705d7498f32 [2020-11-12T14:11:20.920Z] Step 14/27 : FROM alpine:latest [2020-11-12T14:11:20.920Z] latest: Pulling from library/alpine [2020-11-12T14:11:20.920Z] 5f621e34cdf4: Pulling fs layer [2020-11-12T14:11:20.920Z] 5f621e34cdf4: Verifying Checksum [2020-11-12T14:11:20.920Z] 5f621e34cdf4: Download complete [2020-11-12T14:11:21.520Z] 5f621e34cdf4: Pull complete [2020-11-12T14:11:21.520Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T14:11:21.520Z] Status: Downloaded newer image for alpine:latest [2020-11-12T14:11:21.520Z] ---> 2e77e061c27f [2020-11-12T14:11:21.520Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-12T14:11:21.795Z] ---> Running in 36a8c5f1bb51 [2020-11-12T14:11:22.074Z] Removing intermediate container 36a8c5f1bb51 [2020-11-12T14:11:22.074Z] ---> fa818debcdea [2020-11-12T14:11:22.074Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2020-11-12T14:11:22.347Z] ---> Running in 0bcbf7ec4ca2 [2020-11-12T14:11:22.952Z] Removing intermediate container 0bcbf7ec4ca2 [2020-11-12T14:11:22.952Z] ---> 3f0a550bfbb2 [2020-11-12T14:11:22.952Z] Step 17/27 : RUN apk --no-cache add ca-certificates zeromq [2020-11-12T14:11:22.952Z] ---> Running in 897b94fea1c3 [2020-11-12T14:11:24.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T14:11:24.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T14:11:25.242Z] (1/6) Installing ca-certificates (20191127-r4) [2020-11-12T14:11:25.242Z] (2/6) Installing libgcc (9.3.0-r2) [2020-11-12T14:11:25.242Z] (3/6) Installing libsodium (1.0.18-r0) [2020-11-12T14:11:25.242Z] (4/6) Installing libstdc++ (9.3.0-r2) [2020-11-12T14:11:25.242Z] (5/6) Installing libzmq (4.3.3-r0) [2020-11-12T14:11:25.242Z] (6/6) Installing zeromq (4.3.3-r0) [2020-11-12T14:11:25.242Z] Executing busybox-1.31.1-r19.trigger [2020-11-12T14:11:25.242Z] Executing ca-certificates-20191127-r4.trigger [2020-11-12T14:11:25.513Z] OK: 9 MiB in 20 packages [2020-11-12T14:11:27.487Z] Removing intermediate container 897b94fea1c3 [2020-11-12T14:11:27.487Z] ---> 07c57a010957 [2020-11-12T14:11:27.487Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2020-11-12T14:11:27.761Z] ---> 47163a4ae6dd [2020-11-12T14:11:27.761Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2020-11-12T14:11:28.740Z] ---> 9fa3ed0248b8 [2020-11-12T14:11:28.740Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2020-11-12T14:11:29.331Z] ---> 7bf0513188cb [2020-11-12T14:11:29.331Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2020-11-12T14:11:30.795Z] ---> 6832de6e902a [2020-11-12T14:11:30.795Z] Step 22/27 : EXPOSE 48095 [2020-11-12T14:11:30.795Z] ---> Running in d84cc42c1e11 [2020-11-12T14:11:31.395Z] Removing intermediate container d84cc42c1e11 [2020-11-12T14:11:31.395Z] ---> f33793c49846 [2020-11-12T14:11:31.395Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2020-11-12T14:11:31.395Z] ---> Running in 69a8b08c7046 [2020-11-12T14:11:31.669Z] Removing intermediate container 69a8b08c7046 [2020-11-12T14:11:31.669Z] ---> a53507ccf32a [2020-11-12T14:11:31.669Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T14:11:31.949Z] ---> Running in bac75e5544b6 [2020-11-12T14:11:32.549Z] Removing intermediate container bac75e5544b6 [2020-11-12T14:11:32.549Z] ---> ea132e75b039 [2020-11-12T14:11:32.549Z] Step 25/27 : LABEL arch=arm64 [2020-11-12T14:11:32.550Z] ---> Running in 832e28589d37 [2020-11-12T14:11:32.822Z] Removing intermediate container 832e28589d37 [2020-11-12T14:11:32.822Z] ---> 4434225e650a [2020-11-12T14:11:32.822Z] Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:11:33.098Z] ---> Running in bef0b8716328 [2020-11-12T14:11:33.372Z] Removing intermediate container bef0b8716328 [2020-11-12T14:11:33.372Z] ---> 8a16e7985076 [2020-11-12T14:11:33.372Z] Step 27/27 : LABEL version=1.2.1-dev.23 [2020-11-12T14:11:33.643Z] ---> Running in 4abd6eacce0a [2020-11-12T14:11:34.234Z] Removing intermediate container 4abd6eacce0a [2020-11-12T14:11:34.234Z] ---> ddeadacf01aa [2020-11-12T14:11:34.234Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T14:11:34.234Z] Successfully built ddeadacf01aa [2020-11-12T14:11:34.234Z] 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-11-12T14:11:34.867Z] provisioning config files... [2020-11-12T14:11:34.908Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config7852809533871491572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:11:35.295Z] ---> docker-login.sh [2020-11-12T14:11:35.295Z] nexus3.edgexfoundry.org:10001 [2020-11-12T14:11:35.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:11:35.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:11:35.841Z] Configure a credential helper to remove this warning. See [2020-11-12T14:11:35.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:11:35.841Z] [2020-11-12T14:11:35.841Z] Login Succeeded [2020-11-12T14:11:35.841Z] nexus3.edgexfoundry.org:10002 [2020-11-12T14:11:36.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:11:36.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:11:36.393Z] Configure a credential helper to remove this warning. See [2020-11-12T14:11:36.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:11:36.393Z] [2020-11-12T14:11:36.393Z] Login Succeeded [2020-11-12T14:11:36.393Z] nexus3.edgexfoundry.org:10003 [2020-11-12T14:11:36.666Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:11:36.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:11:36.938Z] Configure a credential helper to remove this warning. See [2020-11-12T14:11:36.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:11:36.938Z] [2020-11-12T14:11:36.938Z] Login Succeeded [2020-11-12T14:11:36.938Z] nexus3.edgexfoundry.org:10004 [2020-11-12T14:11:37.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:11:37.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:11:37.209Z] Configure a credential helper to remove this warning. See [2020-11-12T14:11:37.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:11:37.209Z] [2020-11-12T14:11:37.209Z] Login Succeeded [2020-11-12T14:11:37.481Z] docker.io [2020-11-12T14:11:37.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T14:11:38.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T14:11:38.023Z] Configure a credential helper to remove this warning. See [2020-11-12T14:11:38.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T14:11:38.023Z] [2020-11-12T14:11:38.023Z] Login Succeeded [2020-11-12T14:11:38.023Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T14:11:38.039Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T14:11:38.257Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2020-11-12T14:11:38.257Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:11:38.257Z] latest [2020-11-12T14:11:38.257Z] 1.2.1-dev.23 [2020-11-12T14:11:38.257Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [2020-11-12T14:11:38.257Z] master [2020-11-12T14:11:38.257Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:38.836Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:39.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:11:39.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-12T14:11:39.174Z] c55397c2bc87: Preparing [2020-11-12T14:11:39.174Z] 80fc85d56f43: Preparing [2020-11-12T14:11:39.174Z] f13c9992b6dd: Preparing [2020-11-12T14:11:39.174Z] b929c84ea956: Preparing [2020-11-12T14:11:39.174Z] 82080617a7fe: Preparing [2020-11-12T14:11:39.174Z] cd3761cfa1d9: Preparing [2020-11-12T14:11:39.174Z] cd3761cfa1d9: Waiting [2020-11-12T14:11:39.449Z] 80fc85d56f43: Pushed [2020-11-12T14:11:39.449Z] b929c84ea956: Pushed [2020-11-12T14:11:39.449Z] f13c9992b6dd: Pushed [2020-11-12T14:11:39.719Z] cd3761cfa1d9: Layer already exists [2020-11-12T14:11:40.318Z] 82080617a7fe: Pushed [2020-11-12T14:11:43.691Z] c55397c2bc87: Pushed [2020-11-12T14:11:43.691Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:44.039Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:44.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-12T14:11:44.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-12T14:11:44.379Z] c55397c2bc87: Preparing [2020-11-12T14:11:44.379Z] 80fc85d56f43: Preparing [2020-11-12T14:11:44.379Z] f13c9992b6dd: Preparing [2020-11-12T14:11:44.379Z] b929c84ea956: Preparing [2020-11-12T14:11:44.379Z] 82080617a7fe: Preparing [2020-11-12T14:11:44.379Z] cd3761cfa1d9: Preparing [2020-11-12T14:11:44.379Z] cd3761cfa1d9: Waiting [2020-11-12T14:11:44.652Z] c55397c2bc87: Layer already exists [2020-11-12T14:11:44.652Z] 82080617a7fe: Layer already exists [2020-11-12T14:11:44.652Z] 80fc85d56f43: Layer already exists [2020-11-12T14:11:44.652Z] b929c84ea956: Layer already exists [2020-11-12T14:11:44.652Z] f13c9992b6dd: Layer already exists [2020-11-12T14:11:44.652Z] cd3761cfa1d9: Layer already exists [2020-11-12T14:11:44.652Z] latest: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:45.006Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:45.347Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.23 [2020-11-12T14:11:45.347Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-12T14:11:45.347Z] c55397c2bc87: Preparing [2020-11-12T14:11:45.347Z] 80fc85d56f43: Preparing [2020-11-12T14:11:45.347Z] f13c9992b6dd: Preparing [2020-11-12T14:11:45.347Z] b929c84ea956: Preparing [2020-11-12T14:11:45.347Z] 82080617a7fe: Preparing [2020-11-12T14:11:45.347Z] cd3761cfa1d9: Preparing [2020-11-12T14:11:45.347Z] cd3761cfa1d9: Waiting [2020-11-12T14:11:45.619Z] 80fc85d56f43: Layer already exists [2020-11-12T14:11:45.619Z] c55397c2bc87: Layer already exists [2020-11-12T14:11:45.619Z] f13c9992b6dd: Layer already exists [2020-11-12T14:11:45.619Z] 82080617a7fe: Layer already exists [2020-11-12T14:11:45.619Z] b929c84ea956: Layer already exists [2020-11-12T14:11:45.619Z] cd3761cfa1d9: Layer already exists [2020-11-12T14:11:45.619Z] 1.2.1-dev.23: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:45.965Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:46.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [2020-11-12T14:11:46.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-12T14:11:46.302Z] c55397c2bc87: Preparing [2020-11-12T14:11:46.302Z] 80fc85d56f43: Preparing [2020-11-12T14:11:46.302Z] f13c9992b6dd: Preparing [2020-11-12T14:11:46.302Z] b929c84ea956: Preparing [2020-11-12T14:11:46.302Z] 82080617a7fe: Preparing [2020-11-12T14:11:46.302Z] cd3761cfa1d9: Preparing [2020-11-12T14:11:46.302Z] cd3761cfa1d9: Waiting [2020-11-12T14:11:46.302Z] b929c84ea956: Layer already exists [2020-11-12T14:11:46.302Z] c55397c2bc87: Layer already exists [2020-11-12T14:11:46.302Z] 82080617a7fe: Layer already exists [2020-11-12T14:11:46.302Z] 80fc85d56f43: Layer already exists [2020-11-12T14:11:46.302Z] f13c9992b6dd: Layer already exists [2020-11-12T14:11:46.571Z] cd3761cfa1d9: Layer already exists [2020-11-12T14:11:46.571Z] 7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:46.911Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:47.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2020-11-12T14:11:47.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2020-11-12T14:11:47.288Z] c55397c2bc87: Preparing [2020-11-12T14:11:47.288Z] 80fc85d56f43: Preparing [2020-11-12T14:11:47.288Z] f13c9992b6dd: Preparing [2020-11-12T14:11:47.288Z] b929c84ea956: Preparing [2020-11-12T14:11:47.288Z] 82080617a7fe: Preparing [2020-11-12T14:11:47.288Z] cd3761cfa1d9: Preparing [2020-11-12T14:11:47.569Z] 82080617a7fe: Layer already exists [2020-11-12T14:11:47.569Z] c55397c2bc87: Layer already exists [2020-11-12T14:11:47.569Z] 80fc85d56f43: Layer already exists [2020-11-12T14:11:47.569Z] b929c84ea956: Layer already exists [2020-11-12T14:11:47.569Z] f13c9992b6dd: Layer already exists [2020-11-12T14:11:47.569Z] cd3761cfa1d9: Layer already exists [2020-11-12T14:11:47.569Z] master: digest: sha256:5af8bf3652620916d00b60d325243ca05a939fcc41e3ab005858f33b65131f15 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-11-12T14:11:47.849Z] ===================================================== [Pipeline] echo [2020-11-12T14:11:47.902Z] taggedImages: [2020-11-12T14:11:47.902Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [2020-11-12T14:11:47.902Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2020-11-12T14:11:47.903Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:1.2.1-dev.23 [2020-11-12T14:11:47.903Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-1.2.1-dev.23 [2020-11-12T14:11:47.903Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap [2020-11-12T14:11:49.355Z] provisioning config files... [2020-11-12T14:11:49.369Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8594349177016929431tmp [Pipeline] { [Pipeline] sh [2020-11-12T14:11:49.797Z] + set +x [2020-11-12T14:11:49.798Z] + curl -s https://codecov.io/bash [2020-11-12T14:11:49.798Z] + bash -s -- [2020-11-12T14:11:50.061Z] [2020-11-12T14:11:50.061Z] _____ _ [2020-11-12T14:11:50.061Z] / ____| | | [2020-11-12T14:11:50.061Z] | | ___ __| | ___ ___ _____ __ [2020-11-12T14:11:50.061Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-12T14:11:50.061Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-12T14:11:50.061Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-12T14:11:50.061Z] Bash-20201106-81372f2 [2020-11-12T14:11:50.061Z] [2020-11-12T14:11:50.061Z] [2020-11-12T14:11:50.061Z] ==> Jenkins CI detected. [2020-11-12T14:11:50.061Z] project root: . [2020-11-12T14:11:50.061Z] --> token set from env [2020-11-12T14:11:50.061Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-12T14:11:50.061Z] ==> Running gcov in . (disable via -X gcov) [2020-11-12T14:11:50.061Z] ==> Python coveragepy not found [2020-11-12T14:11:50.061Z] ==> Searching for coverage reports in: [2020-11-12T14:11:50.061Z] + . [2020-11-12T14:11:50.061Z] -> Found 1 reports [2020-11-12T14:11:50.061Z] ==> Detecting git/mercurial file structure [2020-11-12T14:11:50.061Z] ==> Reading reports [2020-11-12T14:11:50.061Z] + ./coverage.out bytes=10 [2020-11-12T14:11:50.061Z] ==> Appending adjustments [2020-11-12T14:11:50.061Z] https://docs.codecov.io/docs/fixing-reports [2020-11-12T14:11:50.324Z] + Found adjustments [2020-11-12T14:11:50.324Z] ==> Gzipping contents [2020-11-12T14:11:50.324Z] ==> Uploading reports [2020-11-12T14:11:50.324Z] url: https://codecov.io [2020-11-12T14:11:50.324Z] query: branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-12T14:11:50.324Z] -> Pinging Codecov [2020-11-12T14:11:50.324Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F61%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2020-11-12T14:11:50.901Z] -> Uploading to [2020-11-12T14:11:50.901Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-12/A97CA9966030D2A3747ED39772930CCE/7658dde2fa5f0df1322b53e9d399e0259178d9cc/5737b886-29e9-4069-b0aa-2653fe7ec8e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T141150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6d3ed7f81416fc604b496abdfe62552e2cb7404d85ef17f69468419167920ed9 [2020-11-12T14:11:50.901Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-12T14:11:50.901Z] Dload Upload Total Spent Left Speed [2020-11-12T14:11:51.496Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 919 --:--:-- --:--:-- --:--:-- 919 [2020-11-12T14:11:51.496Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] } [2020-11-12T14:11:51.511Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-11-12T14:11:52.497Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-11-12T14:11:52.553Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:52.925Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T14:11:52.925Z] [2020-11-12T14:11:52.925Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:11:53.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T14:11:53.286Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-11-12T14:11:53.286Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T14:11:53.286Z] 0ef7d3d256c8: Pulling fs layer [2020-11-12T14:11:53.286Z] de9db76c5a1d: Pulling fs layer [2020-11-12T14:11:53.286Z] 0eba1c9be4d2: Pulling fs layer [2020-11-12T14:11:53.286Z] 0d57e429df01: Pulling fs layer [2020-11-12T14:11:53.286Z] 4e4be7b47b0d: Pulling fs layer [2020-11-12T14:11:53.286Z] e1f770b5df2f: Pulling fs layer [2020-11-12T14:11:53.286Z] 85a0685a4137: Pulling fs layer [2020-11-12T14:11:53.286Z] 0eba1c9be4d2: Waiting [2020-11-12T14:11:53.286Z] 0d57e429df01: Waiting [2020-11-12T14:11:53.286Z] 4e4be7b47b0d: Waiting [2020-11-12T14:11:53.286Z] e1f770b5df2f: Waiting [2020-11-12T14:11:53.286Z] de9db76c5a1d: Verifying Checksum [2020-11-12T14:11:53.286Z] de9db76c5a1d: Download complete [2020-11-12T14:11:53.286Z] 0ef7d3d256c8: Download complete [2020-11-12T14:11:53.286Z] 0d57e429df01: Verifying Checksum [2020-11-12T14:11:53.286Z] 0d57e429df01: Download complete [2020-11-12T14:11:53.564Z] 188c0c94c7c5: Download complete [2020-11-12T14:11:53.564Z] 4e4be7b47b0d: Verifying Checksum [2020-11-12T14:11:53.564Z] 4e4be7b47b0d: Download complete [2020-11-12T14:11:53.833Z] 188c0c94c7c5: Pull complete [2020-11-12T14:11:54.440Z] 0ef7d3d256c8: Pull complete [2020-11-12T14:11:54.440Z] de9db76c5a1d: Pull complete [2020-11-12T14:11:55.933Z] e1f770b5df2f: Verifying Checksum [2020-11-12T14:11:55.933Z] e1f770b5df2f: Download complete [2020-11-12T14:12:00.358Z] 0eba1c9be4d2: Verifying Checksum [2020-11-12T14:12:00.358Z] 0eba1c9be4d2: Download complete [2020-11-12T14:12:01.427Z] 85a0685a4137: Verifying Checksum [2020-11-12T14:12:01.427Z] 85a0685a4137: Download complete [2020-11-12T14:12:08.253Z] 0eba1c9be4d2: Pull complete [2020-11-12T14:12:08.253Z] 0d57e429df01: Pull complete [2020-11-12T14:12:08.253Z] 4e4be7b47b0d: Pull complete [2020-11-12T14:12:11.612Z] e1f770b5df2f: Pull complete [2020-11-12T14:12:19.957Z] 85a0685a4137: Pull complete [2020-11-12T14:12:19.957Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-11-12T14:12:19.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T14:12:19.957Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-11-12T14:12:20.302Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:12:20.374Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-12T14:12:21.652Z] $ docker top d466bb2d03c8ba65fbffe653607915a4747f7dae3f4cb875150d0fcffd774bea -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-12T14:12:22.031Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-11-12T14:12:22.367Z] + set -o pipefail [2020-11-12T14:12:22.367Z] + snyk monitor '--org=edgex-jenkins' [2020-11-12T14:12:44.468Z] [2020-11-12T14:12:44.468Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2020-11-12T14:12:44.468Z] [2020-11-12T14:12:44.468Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/b39b3fcc-7cd8-4f64-93f6-b5a2986cf50b [2020-11-12T14:12:44.468Z] [2020-11-12T14:12:44.468Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-11-12T14:12:44.468Z] [2020-11-12T14:12:44.468Z] [Pipeline] } [2020-11-12T14:12:44.770Z] $ docker stop --time=1 d466bb2d03c8ba65fbffe653607915a4747f7dae3f4cb875150d0fcffd774bea [2020-11-12T14:12:46.627Z] $ docker rm -f d466bb2d03c8ba65fbffe653607915a4747f7dae3f4cb875150d0fcffd774bea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-12T14:12:47.889Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc, dockerFile=Dockerfile [Pipeline] echo [2020-11-12T14:12:47.924Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-11-12T14:12:48.231Z] + set -o pipefail [2020-11-12T14:12:48.231Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-11-12T14:12:48.231Z] + tee .snyk [2020-11-12T14:12:48.495Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-11-12T14:12:48.495Z] version: v1.14.1 [2020-11-12T14:12:48.495Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-11-12T14:12:48.495Z] # ignore: [2020-11-12T14:12:48.495Z] # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. [2020-11-12T14:12:48.495Z] # - '*': [2020-11-12T14:12:48.495Z] # reason: does not apply # justification for ignoring [2020-11-12T14:12:48.495Z] # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) [2020-11-12T14:12:48.495Z] # patch: {} [Pipeline] withCredentials [2020-11-12T14:12:48.613Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:12:48.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-11-12T14:12:48.986Z] . [Pipeline] withDockerContainer [2020-11-12T14:12:49.118Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:12:49.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-11-12T14:12:50.083Z] $ docker top 0241fa1c47e94acdc05de1afc202b69649947d063924dc58ec5dab664c1b1fed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T14:12:50.722Z] + rm -f snykReport.html [Pipeline] echo [2020-11-12T14:12:50.740Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-11-12T14:12:51.113Z] + set -o pipefail [2020-11-12T14:12:51.113Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-11-12T14:12:51.113Z] + snyk-to-html -o snykReport.html [2020-11-12T14:13:01.272Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-11-12T14:13:01.328Z] $ docker stop --time=1 0241fa1c47e94acdc05de1afc202b69649947d063924dc58ec5dab664c1b1fed [2020-11-12T14:13:02.923Z] $ docker rm -f 0241fa1c47e94acdc05de1afc202b69649947d063924dc58ec5dab664c1b1fed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-11-12T14:13:04.866Z] + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:13:05.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T14:13:05.199Z] . [Pipeline] withDockerContainer [2020-11-12T14:13:05.365Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:13:05.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T14:13:06.731Z] $ docker top 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T14:13:07.172Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T14:13:07.172Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T14:13:07.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T14:13:07.776Z] $ docker exec 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d ssh-agent [2020-11-12T14:13:08.048Z] SSH_AUTH_SOCK=/tmp/ssh-N3Jt58KIkozI/agent.12 [2020-11-12T14:13:08.048Z] SSH_AGENT_PID=18 [2020-11-12T14:13:08.057Z] Running ssh-add (command line suppressed) [2020-11-12T14:13:08.308Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1834598222514577584.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1834598222514577584.key) [2020-11-12T14:13:08.450Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T14:13:08.815Z] + git semver tag [2020-11-12T14:13:09.082Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T14:13:09.082Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-12T14:13:09.082Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-12T14:13:09.082Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T14:13:09.082Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T14:13:09.082Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T14:13:09.082Z] # $SEMVER_BRANCH = master [2020-11-12T14:13:09.082Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-12T14:13:09.082Z] # 7658dde2fa5f0df1322b53e9d399e0259178d9cc HEAD [2020-11-12T14:13:09.082Z] # -> Force: false [2020-11-12T14:13:09.082Z] # c77bde168e6fabffc996302201b9ea237be1f77e refs/tags/v1.2.1-dev.23 [Pipeline] } [2020-11-12T14:13:09.101Z] $ docker exec --env ******** --env ******** 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d ssh-agent -k [2020-11-12T14:13:09.292Z] unset SSH_AUTH_SOCK; [2020-11-12T14:13:09.293Z] unset SSH_AGENT_PID; [2020-11-12T14:13:09.293Z] echo Agent pid 18 killed; [2020-11-12T14:13:09.395Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T14:13:09.956Z] + git semver [Pipeline] } [2020-11-12T14:13:10.010Z] $ docker stop --time=1 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d [2020-11-12T14:13:11.569Z] $ docker rm -f 75285fd9ffb9b623cb37fbc36c1afe93eca581d63796a1391ff9e394afddf55d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:13:12.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T14:13:12.291Z] [2020-11-12T14:13:12.291Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:13:12.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T14:13:12.692Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-11-12T14:13:12.692Z] ab5ef0e58194: Pulling fs layer [2020-11-12T14:13:12.692Z] 9712f1f96733: Pulling fs layer [2020-11-12T14:13:12.692Z] 63f879dbbcfc: Pulling fs layer [2020-11-12T14:13:12.692Z] 0d9ebad4ef96: Pulling fs layer [2020-11-12T14:13:12.692Z] e9a5061849ea: Pulling fs layer [2020-11-12T14:13:12.692Z] d747dcd14b5f: Pulling fs layer [2020-11-12T14:13:12.692Z] 2de7ff778b66: Pulling fs layer [2020-11-12T14:13:12.692Z] e9a5061849ea: Waiting [2020-11-12T14:13:12.692Z] d747dcd14b5f: Waiting [2020-11-12T14:13:12.692Z] 0d9ebad4ef96: Waiting [2020-11-12T14:13:12.692Z] 2de7ff778b66: Waiting [2020-11-12T14:13:12.692Z] 9712f1f96733: Verifying Checksum [2020-11-12T14:13:12.692Z] 9712f1f96733: Download complete [2020-11-12T14:13:16.124Z] 63f879dbbcfc: Download complete [2020-11-12T14:13:17.196Z] e9a5061849ea: Verifying Checksum [2020-11-12T14:13:17.196Z] e9a5061849ea: Download complete [2020-11-12T14:13:17.196Z] d747dcd14b5f: Verifying Checksum [2020-11-12T14:13:17.196Z] d747dcd14b5f: Download complete [2020-11-12T14:13:18.189Z] 2de7ff778b66: Verifying Checksum [2020-11-12T14:13:18.189Z] 2de7ff778b66: Download complete [2020-11-12T14:13:18.481Z] 0d9ebad4ef96: Verifying Checksum [2020-11-12T14:13:18.481Z] 0d9ebad4ef96: Download complete [2020-11-12T14:13:19.090Z] ab5ef0e58194: Verifying Checksum [2020-11-12T14:13:19.090Z] ab5ef0e58194: Download complete [2020-11-12T14:13:25.866Z] ab5ef0e58194: Pull complete [2020-11-12T14:13:26.145Z] 9712f1f96733: Pull complete [2020-11-12T14:13:29.555Z] 63f879dbbcfc: Pull complete [2020-11-12T14:13:37.778Z] 0d9ebad4ef96: Pull complete [2020-11-12T14:13:38.734Z] e9a5061849ea: Pull complete [2020-11-12T14:13:39.011Z] d747dcd14b5f: Pull complete [2020-11-12T14:13:42.398Z] 2de7ff778b66: Pull complete [2020-11-12T14:13:42.398Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-11-12T14:13:42.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-11-12T14:13:42.398Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-11-12T14:13:42.635Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:13:42.702Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-11-12T14:13:46.116Z] $ docker top 71099d874580e531d417b9f858fa12412892a8772a9253e4e5ab294b0c5be356 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-11-12T14:13:46.446Z] provisioning config files... [2020-11-12T14:13:46.458Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config3539676958983799613tmp [2020-11-12T14:13:46.478Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3118925655695263517tmp [2020-11-12T14:13:46.494Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3013763327340248932tmp [Pipeline] { [Pipeline] echo [2020-11-12T14:13:46.582Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:13:46.908Z] ---> sigul-configuration.sh [2020-11-12T14:13:47.173Z] gpg: directory `/root/.gnupg' created [2020-11-12T14:13:47.173Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-11-12T14:13:47.173Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-11-12T14:13:47.173Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-11-12T14:13:47.173Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-11-12T14:13:47.174Z] gpg: CAST5 encrypted data [2020-11-12T14:13:47.174Z] gpg: encrypted with 1 passphrase [2020-11-12T14:13:47.174Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-11-12T14:13:47.486Z] + mkdir /home/jenkins [2020-11-12T14:13:47.486Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-11-12T14:13:47.794Z] + 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-11-12T14:13:47.805Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:13:48.125Z] ---> sigul-install.sh [2020-11-12T14:13:54.764Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-11-12T14:13:55.111Z] + git tag --list [2020-11-12T14:13:55.111Z] v1.0.0 [2020-11-12T14:13:55.111Z] v1.1.0 [2020-11-12T14:13:55.111Z] v1.2.0 [2020-11-12T14:13:55.111Z] v1.2.1-dev.1 [2020-11-12T14:13:55.111Z] v1.2.1-dev.10 [2020-11-12T14:13:55.111Z] v1.2.1-dev.11 [2020-11-12T14:13:55.111Z] v1.2.1-dev.12 [2020-11-12T14:13:55.111Z] v1.2.1-dev.13 [2020-11-12T14:13:55.111Z] v1.2.1-dev.14 [2020-11-12T14:13:55.111Z] v1.2.1-dev.15 [2020-11-12T14:13:55.111Z] v1.2.1-dev.16 [2020-11-12T14:13:55.111Z] v1.2.1-dev.17 [2020-11-12T14:13:55.111Z] v1.2.1-dev.18 [2020-11-12T14:13:55.111Z] v1.2.1-dev.19 [2020-11-12T14:13:55.111Z] v1.2.1-dev.2 [2020-11-12T14:13:55.111Z] v1.2.1-dev.20 [2020-11-12T14:13:55.111Z] v1.2.1-dev.21 [2020-11-12T14:13:55.111Z] v1.2.1-dev.22 [2020-11-12T14:13:55.111Z] v1.2.1-dev.23 [2020-11-12T14:13:55.111Z] v1.2.1-dev.3 [2020-11-12T14:13:55.111Z] v1.2.1-dev.4 [2020-11-12T14:13:55.111Z] v1.2.1-dev.5 [2020-11-12T14:13:55.111Z] v1.2.1-dev.6 [2020-11-12T14:13:55.111Z] v1.2.1-dev.7 [2020-11-12T14:13:55.111Z] v1.2.1-dev.8 [2020-11-12T14:13:55.111Z] v1.2.1-dev.9 [Pipeline] sh [2020-11-12T14:13:55.428Z] + lftools sign git-tag v1.2.1-dev.23 [2020-11-12T14:13:56.837Z] Signing Git tag with Sigul... [2020-11-12T14:13:56.837Z] Signing v1.2.1-dev.23 [Pipeline] echo [2020-11-12T14:13:58.297Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:13:58.945Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-11-12T14:13:58.955Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-11-12T14:13:59.057Z] $ docker stop --time=1 71099d874580e531d417b9f858fa12412892a8772a9253e4e5ab294b0c5be356 [2020-11-12T14:14:01.796Z] $ docker rm -f 71099d874580e531d417b9f858fa12412892a8772a9253e4e5ab294b0c5be356 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:14:02.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T14:14:03.183Z] . [Pipeline] withDockerContainer [2020-11-12T14:14:03.390Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:14:03.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T14:14:04.878Z] $ docker top 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T14:14:05.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T14:14:05.411Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T14:14:05.968Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T14:14:05.975Z] $ docker exec 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a ssh-agent [2020-11-12T14:14:06.288Z] SSH_AUTH_SOCK=/tmp/ssh-sfRQEGDRr6g5/agent.11 [2020-11-12T14:14:06.288Z] SSH_AGENT_PID=17 [2020-11-12T14:14:06.297Z] Running ssh-add (command line suppressed) [2020-11-12T14:14:06.528Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9016722480077474567.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9016722480077474567.key) [2020-11-12T14:14:06.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T14:14:06.976Z] + git semver bump pre [2020-11-12T14:14:07.242Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T14:14:07.242Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-12T14:14:07.242Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-12T14:14:07.242Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T14:14:07.242Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T14:14:07.242Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T14:14:07.242Z] # $SEMVER_BRANCH = master [2020-11-12T14:14:07.242Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2020-11-12T14:14:07.242Z] 1.2.1-dev.24 [Pipeline] } [2020-11-12T14:14:07.258Z] $ docker exec --env ******** --env ******** 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a ssh-agent -k [2020-11-12T14:14:07.405Z] unset SSH_AUTH_SOCK; [2020-11-12T14:14:07.405Z] unset SSH_AGENT_PID; [2020-11-12T14:14:07.405Z] echo Agent pid 17 killed; [2020-11-12T14:14:07.492Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T14:14:08.013Z] + git semver [Pipeline] } [2020-11-12T14:14:08.034Z] $ docker stop --time=1 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a [2020-11-12T14:14:09.473Z] $ docker rm -f 91a03cba061e64088971b20eccf17c0039ad2f1f957e168c1bab43da4bec452a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:14:10.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T14:14:10.071Z] . [Pipeline] withDockerContainer [2020-11-12T14:14:10.599Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:14:10.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T14:14:11.754Z] $ docker top 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T14:14:12.140Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T14:14:12.140Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T14:14:12.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T14:14:12.601Z] $ docker exec 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 ssh-agent [2020-11-12T14:14:12.839Z] SSH_AUTH_SOCK=/tmp/ssh-JwOtxX1q1VGg/agent.13 [2020-11-12T14:14:12.839Z] SSH_AGENT_PID=18 [2020-11-12T14:14:12.847Z] Running ssh-add (command line suppressed) [2020-11-12T14:14:13.002Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1693391243629947986.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1693391243629947986.key) [2020-11-12T14:14:13.134Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T14:14:13.486Z] + git semver push [2020-11-12T14:14:13.486Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T14:14:13.486Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2020-11-12T14:14:13.486Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2020-11-12T14:14:13.486Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T14:14:13.486Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T14:14:13.486Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T14:14:13.486Z] # $SEMVER_BRANCH = master [2020-11-12T14:14:13.486Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2020-11-12T14:14:20.128Z] $ docker exec --env ******** --env ******** 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 ssh-agent -k [2020-11-12T14:14:20.603Z] unset SSH_AUTH_SOCK; [2020-11-12T14:14:20.603Z] unset SSH_AGENT_PID; [2020-11-12T14:14:20.603Z] echo Agent pid 18 killed; [2020-11-12T14:14:20.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T14:14:21.305Z] + git semver [Pipeline] } [2020-11-12T14:14:21.609Z] $ docker stop --time=1 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 [2020-11-12T14:14:23.120Z] $ docker rm -f 4cc1aad50cc25365ff4bcc53bf6edf6955df2c4fca040176d1001c326b829893 [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-11-12T14:14:24.771Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:14:25.354Z] ---> package-listing.sh [2020-11-12T14:14:25.354Z] ++ facter osfamily [2020-11-12T14:14:25.354Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-12T14:14:25.354Z] + OS_FAMILY=redhat [2020-11-12T14:14:25.354Z] + workspace=/w/workspace/_app-service-configurable_master [2020-11-12T14:14:25.354Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-12T14:14:25.354Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-12T14:14:25.354Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-12T14:14:25.354Z] + PACKAGES=/tmp/packages_start.txt [2020-11-12T14:14:25.354Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-12T14:14:25.354Z] + PACKAGES=/tmp/packages_end.txt [2020-11-12T14:14:25.354Z] + case "${OS_FAMILY}" in [2020-11-12T14:14:25.354Z] + rpm -qa [2020-11-12T14:14:25.354Z] + sort [2020-11-12T14:14:29.604Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-12T14:14:29.604Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-12T14:14:29.604Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-12T14:14:29.604Z] + '[' /w/workspace/_app-service-configurable_master ']' [2020-11-12T14:14:29.604Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2020-11-12T14:14:29.604Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2020-11-12T14:14:29.623Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-12T14:14:29.933Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:14:30.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T14:14:30.258Z] [2020-11-12T14:14:30.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-12T14:14:30.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T14:14:30.646Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-12T14:14:30.646Z] df20fa9351a1: Pulling fs layer [2020-11-12T14:14:30.646Z] 36b3adc4ff6f: Pulling fs layer [2020-11-12T14:14:30.646Z] 8ad3a11d3b57: Pulling fs layer [2020-11-12T14:14:30.646Z] 46f8f816bc3b: Pulling fs layer [2020-11-12T14:14:30.646Z] 93b61091891f: Pulling fs layer [2020-11-12T14:14:30.646Z] 93b9cdb0e59b: Pulling fs layer [2020-11-12T14:14:30.646Z] 5e14af77c1be: Pulling fs layer [2020-11-12T14:14:30.646Z] 01666e4c0597: Pulling fs layer [2020-11-12T14:14:30.646Z] aa168da1d23b: Pulling fs layer [2020-11-12T14:14:30.646Z] 5e14af77c1be: Waiting [2020-11-12T14:14:30.646Z] 46f8f816bc3b: Waiting [2020-11-12T14:14:30.646Z] 93b61091891f: Waiting [2020-11-12T14:14:30.646Z] 93b9cdb0e59b: Waiting [2020-11-12T14:14:30.646Z] 01666e4c0597: Waiting [2020-11-12T14:14:30.646Z] aa168da1d23b: Waiting [2020-11-12T14:14:30.646Z] 36b3adc4ff6f: Verifying Checksum [2020-11-12T14:14:30.646Z] 36b3adc4ff6f: Download complete [2020-11-12T14:14:30.918Z] 46f8f816bc3b: Verifying Checksum [2020-11-12T14:14:30.918Z] 46f8f816bc3b: Download complete [2020-11-12T14:14:30.918Z] df20fa9351a1: Verifying Checksum [2020-11-12T14:14:30.918Z] df20fa9351a1: Download complete [2020-11-12T14:14:30.918Z] 93b9cdb0e59b: Download complete [2020-11-12T14:14:30.918Z] 5e14af77c1be: Verifying Checksum [2020-11-12T14:14:30.918Z] 5e14af77c1be: Download complete [2020-11-12T14:14:30.918Z] 93b61091891f: Download complete [2020-11-12T14:14:30.918Z] 01666e4c0597: Verifying Checksum [2020-11-12T14:14:30.918Z] 01666e4c0597: Download complete [2020-11-12T14:14:31.555Z] df20fa9351a1: Pull complete [2020-11-12T14:14:31.819Z] 36b3adc4ff6f: Pull complete [2020-11-12T14:14:32.127Z] 8ad3a11d3b57: Verifying Checksum [2020-11-12T14:14:32.127Z] 8ad3a11d3b57: Download complete [2020-11-12T14:14:33.135Z] 8ad3a11d3b57: Pull complete [2020-11-12T14:14:33.438Z] 46f8f816bc3b: Pull complete [2020-11-12T14:14:34.147Z] 93b61091891f: Pull complete [2020-11-12T14:14:34.432Z] 93b9cdb0e59b: Pull complete [2020-11-12T14:14:35.030Z] 5e14af77c1be: Pull complete [2020-11-12T14:14:35.363Z] 01666e4c0597: Pull complete [2020-11-12T14:14:35.664Z] aa168da1d23b: Verifying Checksum [2020-11-12T14:14:35.664Z] aa168da1d23b: Download complete [2020-11-12T14:14:45.772Z] aa168da1d23b: Pull complete [2020-11-12T14:14:45.772Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-12T14:14:45.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T14:14:45.772Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-12T14:14:46.031Z] prd-centos7-docker-4c-2g-11948 does not seem to be running inside a container [2020-11-12T14:14:46.134Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-12T14:14:49.163Z] $ docker top fd9ec28b1320cae574c6efc4f9be068245abd7d0a1161d6e64afe10708ad20d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T14:14:49.730Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-12T14:14:50.036Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-12T14:14:50.341Z] + ls /var/log/sa-host [2020-11-12T14:14:50.341Z] + sadf -c /var/log/sa-host/sa05 [2020-11-12T14:14:50.341Z] file_magic: OK [2020-11-12T14:14:50.341Z] HZ: Using current value: 100 [2020-11-12T14:14:50.342Z] file_header: OK [2020-11-12T14:14:50.342Z] 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-11-12T14:14:50.342Z] Statistics: [2020-11-12T14:14:50.342Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T14:14:50.342Z] File successfully converted to sysstat format version 12.2.1 [2020-11-12T14:14:50.342Z] + sadf -c /var/log/sa-host/sa12 [2020-11-12T14:14:50.342Z] file_magic: OK [2020-11-12T14:14:50.342Z] HZ: Using current value: 100 [2020-11-12T14:14:50.342Z] file_header: OK [2020-11-12T14:14:50.342Z] 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-11-12T14:14:50.342Z] Statistics: [2020-11-12T14:14:50.342Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T14:14:50.342Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-12T14:14:50.990Z] provisioning config files... [2020-11-12T14:14:51.005Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2881902058636369748tmp [Pipeline] { [Pipeline] echo [2020-11-12T14:14:51.087Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:14:51.388Z] ---> create-netrc.sh [Pipeline] } [2020-11-12T14:14:51.398Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-12T14:14:51.506Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:14:51.812Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-12T14:14:51.824Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:14:52.465Z] ---> sudo-logs.sh [2020-11-12T14:14:52.465Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-12T14:14:52.484Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:14:52.809Z] ---> job-cost.sh [2020-11-12T14:14:53.079Z] lf-activate-venv: SKIPPING [2020-11-12T14:14:53.079Z] INFO: No Stack... [2020-11-12T14:14:55.018Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-12T14:14:55.634Z] INFO: Archiving Costs [Pipeline] echo [2020-11-12T14:14:55.648Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T14:14:55.970Z] ---> logs-deploy.sh [2020-11-12T14:14:55.970Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/61 [2020-11-12T14:14:55.970Z] INFO: archiving workspace using pattern(s): [2020-11-12T14:14:58.553Z] Archives upload complete. [2020-11-12T14:14:58.553Z] INFO: archiving logs to Nexus [2020-11-12T14:15:00.004Z] ---> uname -a: [2020-11-12T14:15:00.004Z] Linux prd-centos7-docker-4c-2g-11948.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] ---> lscpu: [2020-11-12T14:15:00.004Z] Architecture: x86_64 [2020-11-12T14:15:00.004Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-12T14:15:00.004Z] Byte Order: Little Endian [2020-11-12T14:15:00.004Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-12T14:15:00.004Z] CPU(s): 4 [2020-11-12T14:15:00.004Z] On-line CPU(s) list: 0-3 [2020-11-12T14:15:00.004Z] Thread(s) per core: 1 [2020-11-12T14:15:00.004Z] Core(s) per socket: 1 [2020-11-12T14:15:00.004Z] Socket(s): 4 [2020-11-12T14:15:00.004Z] NUMA node(s): 1 [2020-11-12T14:15:00.004Z] Vendor ID: GenuineIntel [2020-11-12T14:15:00.004Z] CPU family: 6 [2020-11-12T14:15:00.004Z] Model: 44 [2020-11-12T14:15:00.004Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-12T14:15:00.004Z] Stepping: 1 [2020-11-12T14:15:00.004Z] CPU MHz: 2933.438 [2020-11-12T14:15:00.004Z] BogoMIPS: 5866.87 [2020-11-12T14:15:00.004Z] Virtualization: VT-x [2020-11-12T14:15:00.004Z] Hypervisor vendor: KVM [2020-11-12T14:15:00.004Z] Virtualization type: full [2020-11-12T14:15:00.004Z] L1d cache: 128 KiB [2020-11-12T14:15:00.004Z] L1i cache: 128 KiB [2020-11-12T14:15:00.004Z] L2 cache: 16 MiB [2020-11-12T14:15:00.004Z] L3 cache: 64 MiB [2020-11-12T14:15:00.004Z] NUMA node0 CPU(s): 0-3 [2020-11-12T14:15:00.004Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-12T14:15:00.004Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-12T14:15:00.004Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-12T14:15:00.004Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-12T14:15:00.004Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-12T14:15:00.004Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-12T14:15:00.004Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-12T14:15:00.004Z] Vulnerability Tsx async abort: Not affected [2020-11-12T14:15:00.004Z] 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-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] ---> nproc: [2020-11-12T14:15:00.004Z] 4 [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] ---> df -h: [2020-11-12T14:15:00.004Z] Filesystem Size Used Available Use% Mounted on [2020-11-12T14:15:00.004Z] overlay 50.0G 8.5G 41.5G 17% / [2020-11-12T14:15:00.004Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-12T14:15:00.004Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-12T14:15:00.004Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/_app-service-configurable_master@tmp [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-11-12T14:15:00.004Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] ---> free -m: [2020-11-12T14:15:00.004Z] total used free shared buff/cache available [2020-11-12T14:15:00.004Z] Mem: 1837 818 126 0 892 962 [2020-11-12T14:15:00.004Z] Swap: 1023 3 1020 [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] ---> ip addr: [2020-11-12T14:15:00.004Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-12T14:15:00.004Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-12T14:15:00.004Z] inet 127.0.0.1/8 scope host lo [2020-11-12T14:15:00.004Z] valid_lft forever preferred_lft forever [2020-11-12T14:15:00.004Z] inet6 ::1/128 scope host [2020-11-12T14:15:00.004Z] valid_lft forever preferred_lft forever [2020-11-12T14:15:00.004Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-12T14:15:00.004Z] link/ether fa:16:3e:e0:52:56 brd ff:ff:ff:ff:ff:ff [2020-11-12T14:15:00.004Z] inet 10.30.123.29/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-12T14:15:00.004Z] valid_lft 85761sec preferred_lft 85761sec [2020-11-12T14:15:00.004Z] inet6 fe80::f816:3eff:fee0:5256/64 scope link [2020-11-12T14:15:00.004Z] valid_lft forever preferred_lft forever [2020-11-12T14:15:00.004Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-12T14:15:00.004Z] link/ether 02:42:63:1a:9d:b3 brd ff:ff:ff:ff:ff:ff [2020-11-12T14:15:00.004Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-12T14:15:00.004Z] valid_lft forever preferred_lft forever [2020-11-12T14:15:00.004Z] inet6 fe80::42:63ff:fe1a:9db3/64 scope link [2020-11-12T14:15:00.004Z] valid_lft forever preferred_lft forever [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] ---> sar -b -r -n DEV: [2020-11-12T14:15:00.004Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] 14:04:00 LINUX RESTART (4 CPU) [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] 14:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-12T14:15:00.004Z] 14:06:01 30.22 11.25 18.97 0.00 4511.90 2013.25 0.00 [2020-11-12T14:15:00.004Z] 14:07:01 1.65 0.00 1.65 0.00 0.00 32.92 0.00 [2020-11-12T14:15:00.004Z] 14:08:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 [2020-11-12T14:15:00.004Z] 14:09:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 [2020-11-12T14:15:00.004Z] 14:10:01 0.28 0.00 0.28 0.00 0.00 4.13 0.00 [2020-11-12T14:15:00.004Z] 14:11:02 0.28 0.00 0.28 0.00 0.00 3.25 0.00 [2020-11-12T14:15:00.004Z] 14:12:01 12.27 2.13 10.14 0.00 320.76 6376.91 0.00 [2020-11-12T14:15:00.004Z] 14:13:01 370.76 222.11 148.65 0.00 10177.89 32925.25 0.00 [2020-11-12T14:15:00.004Z] 14:14:01 202.04 70.58 131.46 0.00 4110.11 30891.20 0.00 [2020-11-12T14:15:00.004Z] Average: 68.85 34.10 34.75 0.00 2129.51 8041.42 0.00 [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] 14:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-12T14:15:00.004Z] 14:06:01 175072 0 585292 31.11 2620 1118572 1135360 38.75 452952 1094292 8 [2020-11-12T14:15:00.004Z] 14:07:01 185684 0 574672 30.54 2620 1118580 1063864 36.31 445608 1092416 8 [2020-11-12T14:15:00.004Z] 14:08:01 184884 0 575464 30.58 2620 1118588 1063972 36.31 446308 1092416 8 [2020-11-12T14:15:00.004Z] 14:09:01 183608 0 576740 30.65 2620 1118588 1064020 36.31 455232 1084848 8 [2020-11-12T14:15:00.004Z] 14:10:01 184288 0 576052 30.62 2620 1118596 1063852 36.31 454520 1084624 8 [2020-11-12T14:15:00.004Z] 14:11:02 185124 0 575212 30.57 2620 1118600 1063768 36.30 453980 1084624 8 [2020-11-12T14:15:00.004Z] 14:12:01 76684 0 660352 35.10 2620 1141900 1505808 51.39 504180 1130156 91352 [2020-11-12T14:15:00.004Z] 14:13:01 373604 0 647936 34.44 2596 857420 1262692 43.09 550728 747232 52 [2020-11-12T14:15:00.004Z] 14:14:01 121484 0 785252 41.73 1492 973328 1391780 47.50 673076 779464 8 [2020-11-12T14:15:00.004Z] Average: 185604 0 617441 32.82 2492 1076019 1179457 40.25 492954 1021119 10162 [2020-11-12T14:15:00.004Z] [2020-11-12T14:15:00.004Z] 14:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-12T14:15:00.004Z] 14:06:01 eth0 89.47 76.80 449.64 37.50 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:06:01 docker0 1.50 1.35 0.36 3.42 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:07:01 eth0 3.81 2.30 3.04 0.15 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:08:01 eth0 1.05 0.50 0.38 0.21 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:09:01 eth0 0.48 0.40 0.27 0.21 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.004Z] 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:10:01 eth0 0.33 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:11:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:12:01 eth0 423.77 376.03 4059.47 28.91 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:13:01 veth3412b7c 0.50 0.63 0.11 0.19 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:13:01 eth0 113.78 97.22 683.67 19.75 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:13:01 docker0 56.11 60.17 4.57 407.95 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:14:01 eth0 411.59 340.41 3350.76 91.04 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] 14:14:01 docker0 14.78 17.75 0.87 125.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] Average: eth0 115.60 98.93 945.15 19.77 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] Average: docker0 8.07 8.83 0.65 59.77 0.00 0.00 0.00 0.00 [2020-11-12T14:15:00.005Z] [2020-11-12T14:15:00.005Z] [2020-11-12T14:15:00.005Z] ---> sar -P ALL: [2020-11-12T14:15:00.005Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) [2020-11-12T14:15:00.005Z] [2020-11-12T14:15:00.005Z] 14:04:00 LINUX RESTART (4 CPU) [2020-11-12T14:15:00.005Z] [2020-11-12T14:15:00.005Z] 14:05:01 CPU %user %nice %system %iowait %steal %idle [2020-11-12T14:15:00.005Z] 14:06:01 all 2.70 0.00 2.10 0.88 3.75 90.57 [2020-11-12T14:15:00.005Z] 14:06:01 0 2.47 0.00 1.78 1.81 4.48 89.46 [2020-11-12T14:15:00.005Z] 14:06:01 1 3.10 0.00 2.67 1.13 3.60 89.50 [2020-11-12T14:15:00.005Z] 14:06:01 2 2.64 0.00 1.97 0.47 3.13 91.79 [2020-11-12T14:15:00.005Z] 14:06:01 3 2.59 0.00 1.99 0.10 3.76 91.56 [2020-11-12T14:15:00.005Z] 14:07:01 all 0.10 0.00 0.09 0.00 0.27 99.53 [2020-11-12T14:15:00.005Z] 14:07:01 0 0.05 0.00 0.12 0.00 0.47 99.37 [2020-11-12T14:15:00.005Z] 14:07:01 1 0.25 0.00 0.07 0.00 0.32 99.37 [2020-11-12T14:15:00.005Z] 14:07:01 2 0.07 0.00 0.10 0.00 0.15 99.68 [2020-11-12T14:15:00.005Z] 14:07:01 3 0.05 0.00 0.07 0.00 0.17 99.72 [2020-11-12T14:15:00.005Z] 14:08:01 all 0.13 0.00 0.03 0.00 0.16 99.68 [2020-11-12T14:15:00.005Z] 14:08:01 0 0.08 0.00 0.05 0.00 0.15 99.72 [2020-11-12T14:15:00.005Z] 14:08:01 1 0.33 0.00 0.02 0.00 0.18 99.47 [2020-11-12T14:15:00.005Z] 14:08:01 2 0.05 0.00 0.03 0.00 0.15 99.77 [2020-11-12T14:15:00.005Z] 14:08:01 3 0.05 0.00 0.02 0.00 0.15 99.78 [2020-11-12T14:15:00.005Z] 14:09:01 all 0.11 0.00 0.05 0.00 0.15 99.69 [2020-11-12T14:15:00.005Z] 14:09:01 0 0.05 0.00 0.03 0.00 0.13 99.78 [2020-11-12T14:15:00.005Z] 14:09:01 1 0.33 0.00 0.12 0.00 0.30 99.25 [2020-11-12T14:15:00.005Z] 14:09:01 2 0.02 0.00 0.02 0.00 0.07 99.90 [2020-11-12T14:15:00.005Z] 14:09:01 3 0.03 0.00 0.03 0.00 0.12 99.82 [2020-11-12T14:15:00.005Z] 14:10:01 all 0.11 0.00 0.09 0.00 0.12 99.68 [2020-11-12T14:15:00.005Z] 14:10:01 0 0.07 0.00 0.05 0.00 0.12 99.77 [2020-11-12T14:15:00.005Z] 14:10:01 1 0.08 0.00 0.20 0.00 0.12 99.60 [2020-11-12T14:15:00.005Z] 14:10:01 2 0.28 0.00 0.05 0.00 0.17 99.50 [2020-11-12T14:15:00.005Z] 14:10:01 3 0.02 0.00 0.05 0.00 0.07 99.87 [2020-11-12T14:15:00.005Z] 14:11:02 all 0.11 0.00 0.04 0.00 0.20 99.65 [2020-11-12T14:15:00.005Z] 14:11:02 0 0.02 0.00 0.02 0.00 0.13 99.83 [2020-11-12T14:15:00.005Z] 14:11:02 1 0.03 0.00 0.05 0.00 0.33 99.58 [2020-11-12T14:15:00.005Z] 14:11:02 2 0.35 0.00 0.05 0.00 0.23 99.37 [2020-11-12T14:15:00.005Z] 14:11:02 3 0.03 0.00 0.03 0.00 0.12 99.82 [2020-11-12T14:15:00.005Z] 14:12:01 all 1.55 0.00 1.02 0.02 2.89 94.51 [2020-11-12T14:15:00.005Z] 14:12:01 0 1.77 0.00 0.93 0.05 2.97 94.29 [2020-11-12T14:15:00.005Z] 14:12:01 1 1.63 0.00 0.92 0.02 3.11 94.33 [2020-11-12T14:15:00.005Z] 14:12:01 2 1.38 0.00 1.12 0.00 2.61 94.89 [2020-11-12T14:15:00.005Z] 14:12:01 3 1.43 0.00 1.12 0.02 2.89 94.55 [2020-11-12T14:15:00.005Z] 14:13:01 all 9.27 0.00 7.04 3.72 7.04 72.92 [2020-11-12T14:15:00.005Z] 14:13:01 0 7.87 0.00 5.69 4.29 7.75 74.40 [2020-11-12T14:15:00.005Z] 14:13:01 1 9.19 0.00 6.93 4.04 7.01 72.83 [2020-11-12T14:15:00.005Z] 14:13:01 2 10.75 0.00 8.01 2.87 6.89 71.49 [2020-11-12T14:15:00.005Z] 14:13:01 3 9.31 0.00 7.58 3.68 6.51 72.93 [2020-11-12T14:15:00.005Z] 14:14:01 all 8.22 0.00 6.72 1.98 10.98 72.09 [2020-11-12T14:15:00.005Z] 14:14:01 0 7.63 0.00 6.36 2.85 11.54 71.62 [2020-11-12T14:15:00.005Z] 14:14:01 1 6.81 0.00 6.66 0.84 10.73 74.95 [2020-11-12T14:15:00.005Z] 14:14:01 2 6.89 0.00 6.38 1.19 10.84 74.70 [2020-11-12T14:15:00.005Z] 14:14:01 3 11.60 0.00 7.51 3.05 10.80 67.04 [2020-11-12T14:15:00.005Z] Average: all 2.43 0.00 1.87 0.72 2.79 92.19 [2020-11-12T14:15:00.005Z] Average: 0 2.19 0.00 1.64 0.99 3.04 92.14 [2020-11-12T14:15:00.005Z] Average: 1 2.37 0.00 1.92 0.65 2.81 92.24 [2020-11-12T14:15:00.005Z] Average: 2 2.44 0.00 1.93 0.49 2.65 92.48 [2020-11-12T14:15:00.005Z] Average: 3 2.72 0.00 1.99 0.74 2.68 91.88 [2020-11-12T14:15:00.005Z] [2020-11-12T14:15:00.005Z] [2020-11-12T14:15:00.005Z]