Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4eb982c5c40026bdb4233f13b12533b0406be3c0 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21311 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4eb982c5c40026bdb4233f13b12533b0406be3c0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 Commit message: "feat(security): Add dumb-init to Dockerfile of ASC (#168)" > git rev-list --no-walk b430426e5122e1d8120a8d3ea89e621b3f587a0f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T21:46:21.718Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T21:46:21.971Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T21:46:22.066Z] ========================================================= [2021-01-19T21:46:22.066Z] EdgeX Global Pipelines Version Info [2021-01-19T21:46:22.066Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:46:24.018Z] ------------------- [2021-01-19T21:46:24.018Z] stable info: [2021-01-19T21:46:24.018Z] ------------------- [2021-01-19T21:46:24.018Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T21:46:24.018Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T21:46:24.018Z] Message: update stable to v1.0.179 [2021-01-19T21:46:24.591Z] ------------------- [2021-01-19T21:46:24.591Z] experimental info: [2021-01-19T21:46:24.591Z] ------------------- [2021-01-19T21:46:24.592Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T21:46:24.592Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-19T21:46:24.592Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T21:46:24.859Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-19T21:46:24.956Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-19T21:46:25.075Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T21:46:25.157Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T21:46:25.249Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T21:46:25.378Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T21:46:25.483Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T21:46:25.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T21:46:25.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-19T21:46:25.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T21:46:25.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T21:46:25.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-19T21:46:25.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T21:46:26.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T21:46:26.151Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T21:46:26.234Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T21:46:26.337Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T21:46:26.441Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T21:46:26.622Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T21:46:26.705Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T21:46:26.787Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-19T21:46:26.870Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-19T21:46:26.968Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T21:46:27.049Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T21:46:27.131Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-19T21:46:27.215Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T21:46:27.300Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T21:46:27.390Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T21:46:27.513Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T21:46:27.597Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T21:46:27.680Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] echo [2021-01-19T21:46:27.765Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4eb982c [Pipeline] echo [2021-01-19T21:46:27.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:46:28.012Z] provisioning config files... [2021-01-19T21:46:28.039Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7097482032466989693tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:46:28.393Z] ---> docker-login.sh [2021-01-19T21:46:28.393Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:46:28.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:46:28.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:46:28.656Z] Configure a credential helper to remove this warning. See [2021-01-19T21:46:28.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:46:28.656Z] [2021-01-19T21:46:28.656Z] Login Succeeded [2021-01-19T21:46:28.656Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:46:28.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:46:28.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:46:28.918Z] Configure a credential helper to remove this warning. See [2021-01-19T21:46:28.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:46:28.918Z] [2021-01-19T21:46:28.918Z] Login Succeeded [2021-01-19T21:46:28.918Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:46:29.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:46:29.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:46:29.182Z] Configure a credential helper to remove this warning. See [2021-01-19T21:46:29.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:46:29.182Z] [2021-01-19T21:46:29.182Z] Login Succeeded [2021-01-19T21:46:29.182Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:46:29.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:46:29.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:46:29.182Z] Configure a credential helper to remove this warning. See [2021-01-19T21:46:29.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:46:29.182Z] [2021-01-19T21:46:29.182Z] Login Succeeded [2021-01-19T21:46:29.182Z] docker.io [2021-01-19T21:46:29.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:46:29.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:46:29.711Z] Configure a credential helper to remove this warning. See [2021-01-19T21:46:29.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:46:29.711Z] [2021-01-19T21:46:29.711Z] Login Succeeded [2021-01-19T21:46:29.711Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:46:29.720Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T21:46:30.639Z] + git log --format=format:%s -1 4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] echo [2021-01-19T21:46:30.707Z] GIT_COMMIT: 4eb982c5c40026bdb4233f13b12533b0406be3c0, Commit Message: feat(security): Add dumb-init to Dockerfile of ASC (#168) [Pipeline] echo [2021-01-19T21:46:30.784Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:31.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:46:31.794Z] [2021-01-19T21:46:31.794Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:46:32.143Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:46:32.144Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T21:46:32.144Z] 31603596830f: Pulling fs layer [2021-01-19T21:46:32.144Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T21:46:32.144Z] 6ca5941a6612: Pulling fs layer [2021-01-19T21:46:32.144Z] ecc8261a40a4: Pulling fs layer [2021-01-19T21:46:32.144Z] ecc8261a40a4: Waiting [2021-01-19T21:46:32.144Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T21:46:32.144Z] 2a8b12db71e7: Download complete [2021-01-19T21:46:32.418Z] 31603596830f: Verifying Checksum [2021-01-19T21:46:32.418Z] 31603596830f: Download complete [2021-01-19T21:46:32.418Z] ecc8261a40a4: Verifying Checksum [2021-01-19T21:46:32.418Z] ecc8261a40a4: Download complete [2021-01-19T21:46:32.418Z] 6ca5941a6612: Verifying Checksum [2021-01-19T21:46:32.418Z] 6ca5941a6612: Download complete [2021-01-19T21:46:32.682Z] 31603596830f: Pull complete [2021-01-19T21:46:32.682Z] 2a8b12db71e7: Pull complete [2021-01-19T21:46:33.641Z] 6ca5941a6612: Pull complete [2021-01-19T21:46:33.903Z] ecc8261a40a4: Pull complete [2021-01-19T21:46:33.903Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T21:46:33.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:46:33.903Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T21:46:34.075Z] prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container [2021-01-19T21:46:34.123Z] $ 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 [2021-01-19T21:46:36.603Z] $ docker top ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T21:46:36.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T21:46:36.896Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T21:46:37.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T21:46:37.140Z] $ docker exec ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent [2021-01-19T21:46:37.316Z] SSH_AUTH_SOCK=/tmp/ssh-eDcy2uxOB8wR/agent.12 [2021-01-19T21:46:37.316Z] SSH_AGENT_PID=18 [2021-01-19T21:46:37.332Z] Running ssh-add (command line suppressed) [2021-01-19T21:46:37.450Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3036122333113924707.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3036122333113924707.key) [2021-01-19T21:46:37.504Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T21:46:37.879Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T21:46:37.902Z] $ docker exec --env ******** --env ******** ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent -k [2021-01-19T21:46:38.020Z] unset SSH_AUTH_SOCK; [2021-01-19T21:46:38.020Z] unset SSH_AGENT_PID; [2021-01-19T21:46:38.021Z] echo Agent pid 18 killed; [2021-01-19T21:46:38.068Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T21:46:38.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T21:46:38.232Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T21:46:38.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T21:46:38.408Z] $ docker exec ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent [2021-01-19T21:46:38.572Z] SSH_AUTH_SOCK=/tmp/ssh-QttT4aSNN9DY/agent.47 [2021-01-19T21:46:38.572Z] SSH_AGENT_PID=53 [2021-01-19T21:46:38.579Z] Running ssh-add (command line suppressed) [2021-01-19T21:46:38.696Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7748567844386292439.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7748567844386292439.key) [2021-01-19T21:46:38.746Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T21:46:39.080Z] + git semver init [2021-01-19T21:46:39.081Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T21:46:39.081Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-19T21:46:39.081Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-19T21:46:39.081Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T21:46:39.081Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T21:46:39.081Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T21:46:39.081Z] # $SEMVER_BRANCH = master [2021-01-19T21:46:39.081Z] # $SEMVER_TEMP = /tmp/semver-376699012 [2021-01-19T21:46:39.081Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-19T21:46:39.656Z] # '/tmp/semver-376699012' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-19T21:46:39.656Z] # -> Force: false [2021-01-19T21:46:39.656Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-19T21:46:39.670Z] $ docker exec --env ******** --env ******** ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d ssh-agent -k [2021-01-19T21:46:39.783Z] unset SSH_AUTH_SOCK; [2021-01-19T21:46:39.784Z] unset SSH_AGENT_PID; [2021-01-19T21:46:39.784Z] echo Agent pid 53 killed; [2021-01-19T21:46:39.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:46:40.300Z] + git semver [Pipeline] } [2021-01-19T21:46:40.320Z] $ docker stop --time=1 ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d [2021-01-19T21:46:41.868Z] $ docker rm -f ff6359383f625fcbc7e10fd3c5e9450b07daa5de50935e4c6c37059bf50ece9d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T21:46:42.386Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T21:46:42.755Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T21:46:42.757Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T21:46:58.267Z] Still waiting to schedule task [2021-01-19T21:46:58.267Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-19T21:46:58.269Z] Still waiting to schedule task [2021-01-19T21:46:58.269Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-19T21:48:37.819Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21312 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-19T21:48:37.868Z] Running in /w/workspace/app-service-configurable/76 [Pipeline] { [Pipeline] checkout [2021-01-19T21:48:43.166Z] using credential edgex-jenkins-ssh [2021-01-19T21:48:43.226Z] Cloning the remote Git repository [2021-01-19T21:48:43.297Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-19T21:48:43.414Z] > git init /w/workspace/app-service-configurable/76 # timeout=10 [2021-01-19T21:48:43.497Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-19T21:48:43.498Z] > git --version # timeout=10 [2021-01-19T21:48:43.524Z] > git --version # 'git version 2.17.1' [2021-01-19T21:48:43.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T21:48:43.604Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T21:48:45.052Z] Checking out Revision 4eb982c5c40026bdb4233f13b12533b0406be3c0 (master) [2021-01-19T21:48:44.407Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-19T21:48:44.424Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T21:48:44.451Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-19T21:48:44.495Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-19T21:48:44.496Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T21:48:44.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T21:48:45.080Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T21:48:45.100Z] > git checkout -f 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 [2021-01-19T21:48:49.555Z] Commit message: "feat(security): Add dumb-init to Dockerfile of ASC (#168)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T21:48:51.583Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:48:52.005Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:48:52.358Z] + true [2021-01-19T21:48:52.358Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:48:55.089Z] provisioning config files... [2021-01-19T21:48:55.124Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config7559909831360544672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:48:55.531Z] ---> docker-login.sh [2021-01-19T21:48:55.531Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:48:56.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:48:56.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:48:56.790Z] Configure a credential helper to remove this warning. See [2021-01-19T21:48:56.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:48:56.790Z] [2021-01-19T21:48:56.790Z] Login Succeeded [2021-01-19T21:48:56.790Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:48:57.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:48:57.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:48:57.340Z] Configure a credential helper to remove this warning. See [2021-01-19T21:48:57.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:48:57.340Z] [2021-01-19T21:48:57.340Z] Login Succeeded [2021-01-19T21:48:57.340Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:48:57.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:48:57.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:48:57.894Z] Configure a credential helper to remove this warning. See [2021-01-19T21:48:57.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:48:57.894Z] [2021-01-19T21:48:57.894Z] Login Succeeded [2021-01-19T21:48:57.894Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:48:58.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:48:58.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:48:58.461Z] Configure a credential helper to remove this warning. See [2021-01-19T21:48:58.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:48:58.461Z] [2021-01-19T21:48:58.461Z] Login Succeeded [2021-01-19T21:48:58.461Z] docker.io [2021-01-19T21:48:58.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:48:59.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:48:59.342Z] Configure a credential helper to remove this warning. See [2021-01-19T21:48:59.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:48:59.342Z] [2021-01-19T21:48:59.342Z] Login Succeeded [2021-01-19T21:48:59.342Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:48:59.359Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T21:48:59.843Z] ========================================================= [2021-01-19T21:48:59.843Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T21:48:59.843Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:49:00.225Z] + 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 . [2021-01-19T21:49:00.225Z] Sending build context to Docker daemon 96.26kB [2021-01-19T21:49:00.512Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T21:49:00.512Z] Step 2/8 : FROM ${BASE} [2021-01-19T21:49:00.512Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T21:49:00.512Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T21:49:00.512Z] a4357932f1b6: Pulling fs layer [2021-01-19T21:49:00.512Z] 18c013af1878: Pulling fs layer [2021-01-19T21:49:00.512Z] 00ac8860ef70: Pulling fs layer [2021-01-19T21:49:00.512Z] 63d7cb157983: Pulling fs layer [2021-01-19T21:49:00.512Z] b116817d02f9: Pulling fs layer [2021-01-19T21:49:00.512Z] 745a02a5169b: Pulling fs layer [2021-01-19T21:49:00.512Z] 00ac8860ef70: Waiting [2021-01-19T21:49:00.512Z] 63d7cb157983: Waiting [2021-01-19T21:49:00.512Z] b116817d02f9: Waiting [2021-01-19T21:49:00.512Z] 745a02a5169b: Waiting [2021-01-19T21:49:00.789Z] 18c013af1878: Download complete [2021-01-19T21:49:00.789Z] a4357932f1b6: Download complete [2021-01-19T21:49:00.789Z] 63d7cb157983: Verifying Checksum [2021-01-19T21:49:00.789Z] 63d7cb157983: Download complete [2021-01-19T21:49:00.789Z] b116817d02f9: Verifying Checksum [2021-01-19T21:49:00.789Z] b116817d02f9: Download complete [2021-01-19T21:49:00.789Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T21:49:00.789Z] 5f621e34cdf4: Download complete [2021-01-19T21:49:01.786Z] 5f621e34cdf4: Pull complete [2021-01-19T21:49:02.070Z] a4357932f1b6: Pull complete [2021-01-19T21:49:02.675Z] 18c013af1878: Pull complete [2021-01-19T21:49:03.659Z] 745a02a5169b: Verifying Checksum [2021-01-19T21:49:03.659Z] 745a02a5169b: Download complete [2021-01-19T21:49:04.265Z] 00ac8860ef70: Verifying Checksum [2021-01-19T21:49:04.265Z] 00ac8860ef70: Download complete [2021-01-19T21:49:14.437Z] 00ac8860ef70: Pull complete [2021-01-19T21:49:14.437Z] 63d7cb157983: Pull complete [2021-01-19T21:49:14.437Z] b116817d02f9: Pull complete [2021-01-19T21:49:17.823Z] 745a02a5169b: Pull complete [2021-01-19T21:49:17.823Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T21:49:17.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T21:49:17.823Z] ---> b7e6874047d6 [2021-01-19T21:49:17.823Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-19T21:49:20.448Z] ---> Running in d55d6537950c [2021-01-19T21:49:20.723Z] Removing intermediate container d55d6537950c [2021-01-19T21:49:20.723Z] ---> 135a4372b0b2 [2021-01-19T21:49:20.723Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:49:20.723Z] ---> Running in 416d822b671c [2021-01-19T21:49:23.348Z] Removing intermediate container 416d822b671c [2021-01-19T21:49:23.348Z] ---> e22a1ee516d3 [2021-01-19T21:49:23.348Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-19T21:49:23.348Z] ---> Running in 6747bd77112c [2021-01-19T21:49:24.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:49:25.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:49:25.905Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-19T21:49:26.176Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-19T21:49:26.176Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-19T21:49:26.176Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-19T21:49:26.447Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-19T21:49:26.718Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-19T21:49:26.718Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:49:26.718Z] OK: 144 MiB in 45 packages [2021-01-19T21:49:28.150Z] Removing intermediate container 6747bd77112c [2021-01-19T21:49:28.150Z] ---> 59c26b102d03 [2021-01-19T21:49:28.150Z] Step 6/8 : WORKDIR /app [2021-01-19T21:49:28.150Z] ---> Running in 2497acf7ea85 [2021-01-19T21:49:28.744Z] Removing intermediate container 2497acf7ea85 [2021-01-19T21:49:28.744Z] ---> 0a8ff7c268f6 [2021-01-19T21:49:28.744Z] Step 7/8 : COPY . . [2021-01-19T21:49:29.347Z] ---> a2db5d94e8f9 [2021-01-19T21:49:29.347Z] Step 8/8 : RUN go mod download [2021-01-19T21:49:29.347Z] ---> Running in 9f299c657bf7 [2021-01-19T21:49:33.410Z] Running on prd-centos7-docker-4c-2g-21313 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-19T21:49:33.463Z] Running in /w/workspace/app-service-configurable/76 [Pipeline] { [Pipeline] checkout [2021-01-19T21:49:35.857Z] using credential edgex-jenkins-ssh [2021-01-19T21:49:35.911Z] Cloning the remote Git repository [2021-01-19T21:49:35.739Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-19T21:49:35.812Z] > git init /w/workspace/app-service-configurable/76 # timeout=10 [2021-01-19T21:49:35.872Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-19T21:49:35.873Z] > git --version # timeout=10 [2021-01-19T21:49:35.879Z] > git --version # 'git version 2.24.3' [2021-01-19T21:49:35.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T21:49:35.912Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T21:49:36.576Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-19T21:49:36.582Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T21:49:36.594Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-19T21:49:36.607Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-19T21:49:36.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T21:49:36.612Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T21:49:37.105Z] Checking out Revision 4eb982c5c40026bdb4233f13b12533b0406be3c0 (master) [2021-01-19T21:49:37.015Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T21:49:37.022Z] > git checkout -f 4eb982c5c40026bdb4233f13b12533b0406be3c0 # timeout=10 [2021-01-19T21:49:40.670Z] Commit message: "feat(security): Add dumb-init to Dockerfile of ASC (#168)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T21:49:42.383Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:49:42.723Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T21:49:43.021Z] + sudo service docker restart [2021-01-19T21:49:43.021Z] + true [2021-01-19T21:49:43.021Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:49:44.481Z] provisioning config files... [2021-01-19T21:49:44.507Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config5936998957434773234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:49:44.885Z] ---> docker-login.sh [2021-01-19T21:49:44.885Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:49:45.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:49:45.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:49:45.154Z] Configure a credential helper to remove this warning. See [2021-01-19T21:49:45.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:49:45.154Z] [2021-01-19T21:49:45.154Z] Login Succeeded [2021-01-19T21:49:45.154Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:49:45.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:49:45.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:49:45.418Z] Configure a credential helper to remove this warning. See [2021-01-19T21:49:45.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:49:45.418Z] [2021-01-19T21:49:45.418Z] Login Succeeded [2021-01-19T21:49:45.418Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:49:45.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:49:45.682Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:49:45.682Z] Configure a credential helper to remove this warning. See [2021-01-19T21:49:45.682Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:49:45.682Z] [2021-01-19T21:49:45.682Z] Login Succeeded [2021-01-19T21:49:45.682Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:49:45.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:49:45.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:49:45.947Z] Configure a credential helper to remove this warning. See [2021-01-19T21:49:45.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:49:45.947Z] [2021-01-19T21:49:45.947Z] Login Succeeded [2021-01-19T21:49:45.947Z] docker.io [2021-01-19T21:49:45.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:49:46.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:49:46.209Z] Configure a credential helper to remove this warning. See [2021-01-19T21:49:46.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:49:46.209Z] [2021-01-19T21:49:46.209Z] Login Succeeded [2021-01-19T21:49:46.209Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:49:46.219Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T21:49:46.562Z] ========================================================= [2021-01-19T21:49:46.562Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T21:49:46.562Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:49:46.904Z] + 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 . [2021-01-19T21:49:46.904Z] Sending build context to Docker daemon 96.26kB [2021-01-19T21:49:46.904Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T21:49:46.904Z] Step 2/8 : FROM ${BASE} [2021-01-19T21:49:46.904Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T21:49:46.904Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T21:49:46.904Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T21:49:46.904Z] de9db76c5a1d: Pulling fs layer [2021-01-19T21:49:46.904Z] bca2f99d35d6: Pulling fs layer [2021-01-19T21:49:46.904Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T21:49:46.904Z] 7c6f9722023f: Pulling fs layer [2021-01-19T21:49:46.904Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T21:49:46.904Z] a35cf1a2eb13: Waiting [2021-01-19T21:49:46.904Z] 93359f2a8cfa: Waiting [2021-01-19T21:49:46.904Z] 7c6f9722023f: Waiting [2021-01-19T21:49:46.904Z] bca2f99d35d6: Waiting [2021-01-19T21:49:46.904Z] de9db76c5a1d: Verifying Checksum [2021-01-19T21:49:46.904Z] de9db76c5a1d: Download complete [2021-01-19T21:49:46.904Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T21:49:46.904Z] 0ef7d3d256c8: Download complete [2021-01-19T21:49:47.166Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T21:49:47.167Z] 93359f2a8cfa: Download complete [2021-01-19T21:49:47.167Z] 7c6f9722023f: Download complete [2021-01-19T21:49:47.167Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T21:49:47.167Z] 188c0c94c7c5: Download complete [2021-01-19T21:49:47.429Z] 188c0c94c7c5: Pull complete [2021-01-19T21:49:47.695Z] 0ef7d3d256c8: Pull complete [2021-01-19T21:49:47.958Z] de9db76c5a1d: Pull complete [2021-01-19T21:49:48.905Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T21:49:48.905Z] a35cf1a2eb13: Download complete [2021-01-19T21:49:49.853Z] bca2f99d35d6: Verifying Checksum [2021-01-19T21:49:49.853Z] bca2f99d35d6: Download complete [2021-01-19T21:49:55.188Z] bca2f99d35d6: Pull complete [2021-01-19T21:49:55.188Z] 93359f2a8cfa: Pull complete [2021-01-19T21:49:55.188Z] 7c6f9722023f: Pull complete [2021-01-19T21:49:56.168Z] Removing intermediate container 9f299c657bf7 [2021-01-19T21:49:56.168Z] ---> 8517a7f135ad [2021-01-19T21:49:56.168Z] Successfully built 8517a7f135ad [2021-01-19T21:49:56.168Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:49:56.516Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T21:49:56.516Z] . [Pipeline] withDockerContainer [2021-01-19T21:49:56.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-21312 does not seem to be running inside a container [2021-01-19T21:49:56.887Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@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 [2021-01-19T21:49:58.411Z] $ docker top 4366fd505dca19294204f26136d05b04878e0c00959c7687fcad8aaa5413ebf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:49:59.426Z] + go version [2021-01-19T21:49:59.426Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T21:49:59.452Z] $ docker stop --time=1 4366fd505dca19294204f26136d05b04878e0c00959c7687fcad8aaa5413ebf7 [2021-01-19T21:50:01.383Z] $ docker rm -f 4366fd505dca19294204f26136d05b04878e0c00959c7687fcad8aaa5413ebf7 [Pipeline] // withDockerContainer [2021-01-19T21:50:01.825Z] a35cf1a2eb13: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-19T21:50:02.097Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T21:50:02.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T21:50:02.097Z] ---> a62c8e92a672 [2021-01-19T21:50:02.097Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:50:02.362Z] ---> Running in 8e4e294daa1d [2021-01-19T21:50:02.607Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T21:50:02.607Z] . [2021-01-19T21:50:02.626Z] Removing intermediate container 8e4e294daa1d [2021-01-19T21:50:02.626Z] ---> 4a27415b17e0 [2021-01-19T21:50:02.626Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] withDockerContainer [2021-01-19T21:50:02.892Z] ---> Running in 116c6cc72ac9 [2021-01-19T21:50:02.896Z] prd-ubuntu18.04-docker-arm64-4c-16g-21312 does not seem to be running inside a container [2021-01-19T21:50:02.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@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 [2021-01-19T21:50:03.845Z] Removing intermediate container 116c6cc72ac9 [2021-01-19T21:50:03.845Z] ---> 6a766ec650c0 [2021-01-19T21:50:03.845Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-19T21:50:03.845Z] ---> Running in 5bf7f249a998 [2021-01-19T21:50:04.590Z] $ docker top f47d87028dad8a6a67f318ae3dfce52794cdaf6682402356a79dfaf933ea30fc -eo pid,comm [2021-01-19T21:50:04.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-01-19T21:50:05.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:50:05.620Z] + make test [2021-01-19T21:50:05.620Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-19T21:50:05.949Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-19T21:50:06.213Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-19T21:50:06.213Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-19T21:50:06.213Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-19T21:50:06.477Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-19T21:50:06.477Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-19T21:50:06.477Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:50:06.477Z] OK: 167 MiB in 45 packages [2021-01-19T21:50:07.429Z] Removing intermediate container 5bf7f249a998 [2021-01-19T21:50:07.429Z] ---> a19cdc8636de [2021-01-19T21:50:07.429Z] Step 6/8 : WORKDIR /app [2021-01-19T21:50:07.429Z] ---> Running in c57e49a2e2f4 [2021-01-19T21:50:07.429Z] Removing intermediate container c57e49a2e2f4 [2021-01-19T21:50:07.429Z] ---> 2e953c458d55 [2021-01-19T21:50:07.429Z] Step 7/8 : COPY . . [2021-01-19T21:50:07.692Z] ---> 57d18e149c94 [2021-01-19T21:50:07.692Z] Step 8/8 : RUN go mod download [2021-01-19T21:50:07.955Z] ---> Running in 611c75fb68d0 [2021-01-19T21:50:34.627Z] Removing intermediate container 611c75fb68d0 [2021-01-19T21:50:34.627Z] ---> c56bf26d73f2 [2021-01-19T21:50:34.627Z] Successfully built c56bf26d73f2 [2021-01-19T21:50:34.627Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:50:34.950Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T21:50:34.950Z] . [Pipeline] withDockerContainer [2021-01-19T21:50:35.072Z] prd-centos7-docker-4c-2g-21313 does not seem to be running inside a container [2021-01-19T21:50:35.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T21:50:35.964Z] $ docker top 68448479801efb81b3bb594073c6d11aba519d161e69d416ac9cf82569129d9c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:50:36.510Z] + go version [2021-01-19T21:50:36.511Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T21:50:36.526Z] $ docker stop --time=1 68448479801efb81b3bb594073c6d11aba519d161e69d416ac9cf82569129d9c [2021-01-19T21:50:37.866Z] $ docker rm -f 68448479801efb81b3bb594073c6d11aba519d161e69d416ac9cf82569129d9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:50:38.689Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T21:50:38.689Z] . [Pipeline] withDockerContainer [2021-01-19T21:50:38.782Z] prd-centos7-docker-4c-2g-21313 does not seem to be running inside a container [2021-01-19T21:50:38.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/76 -v /w/workspace/app-service-configurable/76:/w/workspace/app-service-configurable/76:rw,z -v /w/workspace/app-service-configurable/76@tmp:/w/workspace/app-service-configurable/76@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T21:50:39.475Z] $ docker top 5457973db397ed582a7d4531710f173b02758b8994332d39073da7c24a57b392 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:50:39.971Z] + make test [2021-01-19T21:50:39.971Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-19T21:50:44.700Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-19T21:50:44.700Z] CGO_ENABLED=1 go vet ./... [2021-01-19T21:50:49.035Z] gofmt -l . [2021-01-19T21:50:49.035Z] [ "`gofmt -l .`" = "" ] [2021-01-19T21:50:49.035Z] ./bin/test-go-mod-tidy.sh [2021-01-19T21:50:49.309Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-19T21:50:50.304Z] $ docker stop --time=1 f47d87028dad8a6a67f318ae3dfce52794cdaf6682402356a79dfaf933ea30fc [2021-01-19T21:50:52.593Z] $ docker rm -f f47d87028dad8a6a67f318ae3dfce52794cdaf6682402356a79dfaf933ea30fc [2021-01-19T21:50:52.926Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-19T21:50:52.926Z] CGO_ENABLED=1 go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T21:50:53.503Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T21:50:54.234Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-01-19T21:50:54.870Z] gofmt -l . [2021-01-19T21:50:54.870Z] [ "`gofmt -l .`" = "" ] [2021-01-19T21:50:54.870Z] ./bin/test-go-mod-tidy.sh [2021-01-19T21:50:54.870Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-19T21:50:56.520Z] $ docker stop --time=1 5457973db397ed582a7d4531710f173b02758b8994332d39073da7c24a57b392 [2021-01-19T21:50:58.852Z] $ docker rm -f 5457973db397ed582a7d4531710f173b02758b8994332d39073da7c24a57b392 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T21:50:59.427Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T21:50:59.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T21:50:59.607Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T21:50:59.829Z] + ls -al . [2021-01-19T21:50:59.829Z] total 112 [2021-01-19T21:50:59.830Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 19 21:50 . [2021-01-19T21:50:59.830Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 21:48 .. [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 19 21:48 .dockerignore [2021-01-19T21:50:59.830Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 21:48 .git [2021-01-19T21:50:59.830Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 21:48 .github [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 19 21:48 .gitignore [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 6426 Jan 19 21:48 Attribution.txt [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 2032 Jan 19 21:48 Dockerfile [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 19 21:48 Dockerfile.build [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 19 21:48 Jenkinsfile [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 19 21:48 LICENSE [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 19 21:48 README.md [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 19 21:46 VERSION [2021-01-19T21:50:59.830Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 21:48 bin [2021-01-19T21:50:59.830Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 19 21:50 coverage.out [2021-01-19T21:50:59.830Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 19 21:50 go.mod [2021-01-19T21:50:59.830Z] -rw-r--r-- 1 jenkins jenkins 18779 Jan 19 21:50 go.sum [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 19 21:48 main.go [2021-01-19T21:50:59.830Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 19 21:48 makefile [2021-01-19T21:50:59.830Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 21:48 res [2021-01-19T21:50:59.830Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 21:48 snap [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:50:59.882Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-19T21:51:00.311Z] + 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=4eb982c5c40026bdb4233f13b12533b0406be3c0 --label arch=arm64 --label version=2.0.0-dev.10 . [2021-01-19T21:51:00.311Z] Sending build context to Docker daemon 117.8kB [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-19T21:51:00.769Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T21:51:00.918Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T21:51:00.918Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-19T21:51:00.918Z] ---> 8517a7f135ad [2021-01-19T21:51:00.918Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-19T21:51:00.918Z] ---> Running in 306ec38095cc [2021-01-19T21:51:01.069Z] + ls -al . [2021-01-19T21:51:01.069Z] total 88 [2021-01-19T21:51:01.069Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 19 21:50 . [2021-01-19T21:51:01.069Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 19 21:49 .. [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 6426 Jan 19 21:49 Attribution.txt [2021-01-19T21:51:01.069Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 21:49 bin [2021-01-19T21:51:01.069Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 19 21:50 coverage.out [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 2032 Jan 19 21:49 Dockerfile [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 19 21:49 Dockerfile.build [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 19 21:49 .dockerignore [2021-01-19T21:51:01.069Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 19 21:49 .git [2021-01-19T21:51:01.069Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 19 21:49 .github [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 19 21:49 .gitignore [2021-01-19T21:51:01.069Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 19 21:50 go.mod [2021-01-19T21:51:01.069Z] -rw-r--r--. 1 jenkins jenkins 18779 Jan 19 21:50 go.sum [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 19 21:49 Jenkinsfile [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 19 21:49 LICENSE [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 19 21:49 main.go [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 19 21:49 makefile [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 19 21:49 README.md [2021-01-19T21:51:01.069Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 19 21:49 res [2021-01-19T21:51:01.069Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 19 21:49 snap [2021-01-19T21:51:01.069Z] -rw-rw-r--. 1 jenkins jenkins 12 Jan 19 21:46 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:01.376Z] + 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=4eb982c5c40026bdb4233f13b12533b0406be3c0 --label arch=amd64 --label version=2.0.0-dev.10 . [2021-01-19T21:51:01.376Z] Sending build context to Docker daemon 117.8kB [2021-01-19T21:51:01.376Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T21:51:01.376Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-19T21:51:01.376Z] ---> c56bf26d73f2 [2021-01-19T21:51:01.376Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-19T21:51:01.516Z] Removing intermediate container 306ec38095cc [2021-01-19T21:51:01.516Z] ---> 29a4424a757b [2021-01-19T21:51:01.516Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-19T21:51:01.516Z] ---> Running in 7926c38bf236 [2021-01-19T21:51:01.955Z] ---> Running in 2fcf33b13cdd [2021-01-19T21:51:01.955Z] Removing intermediate container 2fcf33b13cdd [2021-01-19T21:51:01.955Z] ---> 563ed49eeec5 [2021-01-19T21:51:01.955Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-19T21:51:02.113Z] Removing intermediate container 7926c38bf236 [2021-01-19T21:51:02.113Z] ---> 60c7c714dea9 [2021-01-19T21:51:02.113Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-19T21:51:02.218Z] ---> Running in ab058040d0ab [2021-01-19T21:51:02.218Z] Removing intermediate container ab058040d0ab [2021-01-19T21:51:02.218Z] ---> 3d5bd2d3d928 [2021-01-19T21:51:02.218Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-19T21:51:02.218Z] ---> Running in 194946a40621 [2021-01-19T21:51:02.385Z] ---> Running in ab59c08af6d0 [2021-01-19T21:51:02.488Z] Removing intermediate container 194946a40621 [2021-01-19T21:51:02.488Z] ---> 91b5d46d9b2c [2021-01-19T21:51:02.488Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:51:02.488Z] ---> Running in df0f5fec381b [2021-01-19T21:51:02.659Z] Removing intermediate container ab59c08af6d0 [2021-01-19T21:51:02.659Z] ---> 388c79cdca75 [2021-01-19T21:51:02.659Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T21:51:02.941Z] ---> Running in 1df506b3ba70 [2021-01-19T21:51:03.446Z] Removing intermediate container df0f5fec381b [2021-01-19T21:51:03.446Z] ---> 9fccded7d150 [2021-01-19T21:51:03.446Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-19T21:51:03.446Z] ---> Running in 6632c03029f9 [2021-01-19T21:51:04.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:51:04.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:51:04.933Z] Removing intermediate container 1df506b3ba70 [2021-01-19T21:51:04.933Z] ---> a7fd6493b4bf [2021-01-19T21:51:04.933Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-19T21:51:04.933Z] ---> Running in 00a7685e350e [2021-01-19T21:51:05.171Z] OK: 167 MiB in 45 packages [2021-01-19T21:51:05.433Z] Removing intermediate container 6632c03029f9 [2021-01-19T21:51:05.433Z] ---> 97fcdf4a01c2 [2021-01-19T21:51:05.434Z] Step 8/27 : WORKDIR /app [2021-01-19T21:51:05.434Z] ---> Running in cd8ed59b0d99 [2021-01-19T21:51:05.696Z] Removing intermediate container cd8ed59b0d99 [2021-01-19T21:51:05.696Z] ---> c38f4c86c5bf [2021-01-19T21:51:05.696Z] Step 9/27 : COPY go.mod . [2021-01-19T21:51:05.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:51:05.960Z] ---> db787e8eab3a [2021-01-19T21:51:05.960Z] Step 10/27 : RUN go mod download [2021-01-19T21:51:05.960Z] ---> Running in bfa48f5261f5 [2021-01-19T21:51:06.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:51:06.913Z] Removing intermediate container bfa48f5261f5 [2021-01-19T21:51:06.913Z] ---> 6ff410e02ade [2021-01-19T21:51:06.913Z] Step 11/27 : COPY . . [2021-01-19T21:51:07.175Z] ---> 410709b42c54 [2021-01-19T21:51:07.175Z] Step 12/27 : ARG MAKE="make build" [2021-01-19T21:51:07.175Z] ---> Running in 4e2d66d4bb66 [2021-01-19T21:51:07.437Z] Removing intermediate container 4e2d66d4bb66 [2021-01-19T21:51:07.437Z] ---> 1e802645c4c8 [2021-01-19T21:51:07.437Z] Step 13/27 : RUN $MAKE [2021-01-19T21:51:07.437Z] ---> Running in 5b015bdc20e7 [2021-01-19T21:51:07.480Z] OK: 144 MiB in 45 packages [2021-01-19T21:51:07.705Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.10" -o app-service-configurable [2021-01-19T21:51:08.467Z] Removing intermediate container 00a7685e350e [2021-01-19T21:51:08.467Z] ---> 86fdbd84f6a8 [2021-01-19T21:51:08.467Z] Step 8/27 : WORKDIR /app [2021-01-19T21:51:08.742Z] ---> Running in 52d1208f4768 [2021-01-19T21:51:09.342Z] Removing intermediate container 52d1208f4768 [2021-01-19T21:51:09.342Z] ---> b3f3932f2db8 [2021-01-19T21:51:09.342Z] Step 9/27 : COPY go.mod . [2021-01-19T21:51:09.943Z] ---> 123a45b42254 [2021-01-19T21:51:09.943Z] Step 10/27 : RUN go mod download [2021-01-19T21:51:09.943Z] ---> Running in c11ee778ba83 [2021-01-19T21:51:12.557Z] Removing intermediate container c11ee778ba83 [2021-01-19T21:51:12.557Z] ---> bbc728e90d32 [2021-01-19T21:51:12.557Z] Step 11/27 : COPY . . [2021-01-19T21:51:12.830Z] ---> 07d03bc0e435 [2021-01-19T21:51:12.830Z] Step 12/27 : ARG MAKE="make build" [2021-01-19T21:51:12.830Z] ---> Running in 989861e08300 [2021-01-19T21:51:13.424Z] Removing intermediate container 989861e08300 [2021-01-19T21:51:13.424Z] ---> 5195c63a6d27 [2021-01-19T21:51:13.424Z] Step 13/27 : RUN $MAKE [2021-01-19T21:51:13.424Z] ---> Running in 802c2f8beae6 [2021-01-19T21:51:14.404Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.10" -o app-service-configurable [2021-01-19T21:51:22.752Z] Removing intermediate container 5b015bdc20e7 [2021-01-19T21:51:22.752Z] ---> 686b7d505fd7 [2021-01-19T21:51:22.752Z] Step 14/27 : FROM alpine:3.12 [2021-01-19T21:51:22.752Z] 3.12: Pulling from library/alpine [2021-01-19T21:51:22.752Z] 801bfaa63ef2: Pulling fs layer [2021-01-19T21:51:22.752Z] 801bfaa63ef2: Download complete [2021-01-19T21:51:22.752Z] 801bfaa63ef2: Pull complete [2021-01-19T21:51:22.752Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T21:51:22.752Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T21:51:22.752Z] ---> 389fef711851 [2021-01-19T21:51:22.752Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-19T21:51:22.752Z] ---> Running in 0c4821189e60 [2021-01-19T21:51:22.752Z] Removing intermediate container 0c4821189e60 [2021-01-19T21:51:22.752Z] ---> fde113070485 [2021-01-19T21:51:22.752Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-19T21:51:22.752Z] ---> Running in 136a51a47c59 [2021-01-19T21:51:22.752Z] Removing intermediate container 136a51a47c59 [2021-01-19T21:51:22.752Z] ---> 3a1947fef1bc [2021-01-19T21:51:22.752Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-19T21:51:22.752Z] ---> Running in cd1709844fb9 [2021-01-19T21:51:22.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T21:51:22.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T21:51:22.752Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-19T21:51:22.752Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-19T21:51:22.752Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-19T21:51:22.752Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-19T21:51:22.752Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-19T21:51:23.018Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-19T21:51:23.018Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-19T21:51:23.018Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:51:23.018Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T21:51:23.018Z] OK: 9 MiB in 21 packages [2021-01-19T21:51:23.971Z] Removing intermediate container cd1709844fb9 [2021-01-19T21:51:23.971Z] ---> 7761b9c8fbd8 [2021-01-19T21:51:23.971Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-19T21:51:24.234Z] ---> bfcc3e8f91be [2021-01-19T21:51:24.234Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-19T21:51:24.500Z] ---> 34195decc931 [2021-01-19T21:51:24.500Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-19T21:51:24.763Z] ---> efd31671ffba [2021-01-19T21:51:24.763Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-19T21:51:25.337Z] ---> 85b8c12fe5ca [2021-01-19T21:51:25.337Z] Step 22/27 : EXPOSE 48095 [2021-01-19T21:51:25.600Z] ---> Running in 788bd310fef2 [2021-01-19T21:51:25.600Z] Removing intermediate container 788bd310fef2 [2021-01-19T21:51:25.600Z] ---> 0d1051534956 [2021-01-19T21:51:25.600Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-19T21:51:25.862Z] ---> Running in a7a2880dee2a [2021-01-19T21:51:25.862Z] Removing intermediate container a7a2880dee2a [2021-01-19T21:51:25.862Z] ---> 4d6b06e065f5 [2021-01-19T21:51:25.862Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:51:25.862Z] ---> Running in 3b6ca05aff4e [2021-01-19T21:51:26.125Z] Removing intermediate container 3b6ca05aff4e [2021-01-19T21:51:26.125Z] ---> 9198e95b3c35 [2021-01-19T21:51:26.125Z] Step 25/27 : LABEL arch=amd64 [2021-01-19T21:51:26.125Z] ---> Running in 7c8f10b8682f [2021-01-19T21:51:26.388Z] Removing intermediate container 7c8f10b8682f [2021-01-19T21:51:26.388Z] ---> c9d58e44ae4f [2021-01-19T21:51:26.388Z] Step 26/27 : LABEL git_sha=4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:51:26.388Z] ---> Running in 740b444f95e2 [2021-01-19T21:51:26.651Z] Removing intermediate container 740b444f95e2 [2021-01-19T21:51:26.651Z] ---> 13d50f74d409 [2021-01-19T21:51:26.651Z] Step 27/27 : LABEL version=2.0.0-dev.10 [2021-01-19T21:51:26.651Z] ---> Running in 9a936ae596bf [2021-01-19T21:51:26.914Z] Removing intermediate container 9a936ae596bf [2021-01-19T21:51:26.914Z] ---> 338ef34e0213 [2021-01-19T21:51:26.914Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T21:51:26.914Z] Successfully built 338ef34e0213 [2021-01-19T21:51:26.914Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T21:51:27.303Z] provisioning config files... [2021-01-19T21:51:27.340Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config5452835373806506549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:51:27.726Z] ---> docker-login.sh [2021-01-19T21:51:27.726Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:51:27.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:51:28.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:51:28.000Z] Configure a credential helper to remove this warning. See [2021-01-19T21:51:28.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:51:28.000Z] [2021-01-19T21:51:28.000Z] Login Succeeded [2021-01-19T21:51:28.000Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:51:28.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:51:28.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:51:28.000Z] Configure a credential helper to remove this warning. See [2021-01-19T21:51:28.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:51:28.000Z] [2021-01-19T21:51:28.000Z] Login Succeeded [2021-01-19T21:51:28.000Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:51:28.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:51:28.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:51:28.271Z] Configure a credential helper to remove this warning. See [2021-01-19T21:51:28.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:51:28.271Z] [2021-01-19T21:51:28.271Z] Login Succeeded [2021-01-19T21:51:28.271Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:51:28.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:51:28.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:51:28.536Z] Configure a credential helper to remove this warning. See [2021-01-19T21:51:28.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:51:28.536Z] [2021-01-19T21:51:28.536Z] Login Succeeded [2021-01-19T21:51:28.536Z] docker.io [2021-01-19T21:51:28.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:51:28.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:51:28.803Z] Configure a credential helper to remove this warning. See [2021-01-19T21:51:28.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:51:28.803Z] [2021-01-19T21:51:28.803Z] Login Succeeded [2021-01-19T21:51:28.803Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:51:28.818Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:51:29.035Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-19T21:51:29.035Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:51:29.035Z] latest [2021-01-19T21:51:29.035Z] 2.0.0-dev.10 [2021-01-19T21:51:29.035Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [2021-01-19T21:51:29.035Z] master [2021-01-19T21:51:29.035Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:29.544Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:29.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:51:29.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-19T21:51:29.857Z] 8fe7a7884d34: Preparing [2021-01-19T21:51:29.857Z] f0747cfb9995: Preparing [2021-01-19T21:51:29.857Z] da9c40f7dfb2: Preparing [2021-01-19T21:51:29.857Z] 04b5a0e46f96: Preparing [2021-01-19T21:51:29.857Z] ee04573eb622: Preparing [2021-01-19T21:51:29.857Z] 777b2c648970: Preparing [2021-01-19T21:51:29.857Z] 777b2c648970: Waiting [2021-01-19T21:51:30.121Z] f0747cfb9995: Pushed [2021-01-19T21:51:30.121Z] 04b5a0e46f96: Pushed [2021-01-19T21:51:30.121Z] da9c40f7dfb2: Pushed [2021-01-19T21:51:30.121Z] 777b2c648970: Layer already exists [2021-01-19T21:51:30.121Z] ee04573eb622: Pushed [2021-01-19T21:51:31.069Z] 8fe7a7884d34: Pushed [2021-01-19T21:51:31.332Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:31.642Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:31.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-19T21:51:31.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-19T21:51:31.945Z] 8fe7a7884d34: Preparing [2021-01-19T21:51:31.945Z] f0747cfb9995: Preparing [2021-01-19T21:51:31.945Z] da9c40f7dfb2: Preparing [2021-01-19T21:51:31.945Z] 04b5a0e46f96: Preparing [2021-01-19T21:51:31.945Z] ee04573eb622: Preparing [2021-01-19T21:51:31.945Z] 777b2c648970: Preparing [2021-01-19T21:51:31.945Z] 777b2c648970: Waiting [2021-01-19T21:51:31.945Z] 8fe7a7884d34: Layer already exists [2021-01-19T21:51:31.945Z] da9c40f7dfb2: Layer already exists [2021-01-19T21:51:31.945Z] 04b5a0e46f96: Layer already exists [2021-01-19T21:51:31.945Z] ee04573eb622: Layer already exists [2021-01-19T21:51:31.945Z] f0747cfb9995: Layer already exists [2021-01-19T21:51:31.945Z] 777b2c648970: Layer already exists [2021-01-19T21:51:31.945Z] latest: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:32.256Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:32.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.10 [2021-01-19T21:51:32.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-19T21:51:32.562Z] 8fe7a7884d34: Preparing [2021-01-19T21:51:32.562Z] f0747cfb9995: Preparing [2021-01-19T21:51:32.562Z] da9c40f7dfb2: Preparing [2021-01-19T21:51:32.562Z] 04b5a0e46f96: Preparing [2021-01-19T21:51:32.562Z] ee04573eb622: Preparing [2021-01-19T21:51:32.562Z] 777b2c648970: Preparing [2021-01-19T21:51:32.562Z] 777b2c648970: Waiting [2021-01-19T21:51:32.562Z] 8fe7a7884d34: Layer already exists [2021-01-19T21:51:32.562Z] ee04573eb622: Layer already exists [2021-01-19T21:51:32.562Z] da9c40f7dfb2: Layer already exists [2021-01-19T21:51:32.562Z] f0747cfb9995: Layer already exists [2021-01-19T21:51:32.562Z] 04b5a0e46f96: Layer already exists [2021-01-19T21:51:32.562Z] 777b2c648970: Layer already exists [2021-01-19T21:51:32.562Z] 2.0.0-dev.10: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:32.873Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:33.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [2021-01-19T21:51:33.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-19T21:51:33.182Z] 8fe7a7884d34: Preparing [2021-01-19T21:51:33.182Z] f0747cfb9995: Preparing [2021-01-19T21:51:33.182Z] da9c40f7dfb2: Preparing [2021-01-19T21:51:33.182Z] 04b5a0e46f96: Preparing [2021-01-19T21:51:33.182Z] ee04573eb622: Preparing [2021-01-19T21:51:33.182Z] 777b2c648970: Preparing [2021-01-19T21:51:33.182Z] 777b2c648970: Waiting [2021-01-19T21:51:33.182Z] da9c40f7dfb2: Layer already exists [2021-01-19T21:51:33.182Z] 8fe7a7884d34: Layer already exists [2021-01-19T21:51:33.182Z] f0747cfb9995: Layer already exists [2021-01-19T21:51:33.182Z] ee04573eb622: Layer already exists [2021-01-19T21:51:33.183Z] 04b5a0e46f96: Layer already exists [2021-01-19T21:51:33.183Z] 777b2c648970: Layer already exists [2021-01-19T21:51:33.183Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:33.514Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:51:33.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-19T21:51:33.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-19T21:51:33.834Z] 8fe7a7884d34: Preparing [2021-01-19T21:51:33.834Z] f0747cfb9995: Preparing [2021-01-19T21:51:33.834Z] da9c40f7dfb2: Preparing [2021-01-19T21:51:33.834Z] 04b5a0e46f96: Preparing [2021-01-19T21:51:33.834Z] ee04573eb622: Preparing [2021-01-19T21:51:33.834Z] 777b2c648970: Preparing [2021-01-19T21:51:33.834Z] 777b2c648970: Waiting [2021-01-19T21:51:33.834Z] da9c40f7dfb2: Layer already exists [2021-01-19T21:51:33.834Z] 8fe7a7884d34: Layer already exists [2021-01-19T21:51:33.834Z] f0747cfb9995: Layer already exists [2021-01-19T21:51:33.834Z] 04b5a0e46f96: Layer already exists [2021-01-19T21:51:33.834Z] ee04573eb622: Layer already exists [2021-01-19T21:51:33.834Z] 777b2c648970: Layer already exists [2021-01-19T21:51:33.834Z] master: digest: sha256:a2388907cc57f769bf4db0bdd1cc74b7451d3c059c6d0a8ff31a085588e78e95 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:51:34.054Z] ===================================================== [Pipeline] echo [2021-01-19T21:51:34.108Z] taggedImages: [2021-01-19T21:51:34.109Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:51:34.109Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-19T21:51:34.109Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.10 [2021-01-19T21:51:34.109Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [2021-01-19T21:51:34.109Z] - 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] } [2021-01-19T21:51:53.835Z] Removing intermediate container 802c2f8beae6 [2021-01-19T21:51:53.835Z] ---> f9bcfe3aac38 [2021-01-19T21:51:53.835Z] Step 14/27 : FROM alpine:3.12 [2021-01-19T21:51:53.835Z] 3.12: Pulling from library/alpine [2021-01-19T21:51:53.835Z] 159e5727ea61: Pulling fs layer [2021-01-19T21:51:53.835Z] 159e5727ea61: Verifying Checksum [2021-01-19T21:51:53.835Z] 159e5727ea61: Download complete [2021-01-19T21:51:53.835Z] 159e5727ea61: Pull complete [2021-01-19T21:51:53.835Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T21:51:53.835Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T21:51:53.835Z] ---> afeebe901d6b [2021-01-19T21:51:53.835Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-19T21:51:53.835Z] ---> Running in bb750eb87529 [2021-01-19T21:51:53.835Z] Removing intermediate container bb750eb87529 [2021-01-19T21:51:53.835Z] ---> 3177ed5371d4 [2021-01-19T21:51:53.835Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-19T21:51:53.835Z] ---> Running in 6177e3b30a82 [2021-01-19T21:51:53.835Z] Removing intermediate container 6177e3b30a82 [2021-01-19T21:51:53.835Z] ---> 90a8b28817e6 [2021-01-19T21:51:53.835Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-19T21:51:53.835Z] ---> Running in 1d96fba1b24f [2021-01-19T21:51:54.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T21:51:54.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T21:51:55.408Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-19T21:51:55.408Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-19T21:51:55.408Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-19T21:51:55.408Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-19T21:51:55.408Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-19T21:51:55.683Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-19T21:51:55.683Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-19T21:51:55.683Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T21:51:55.683Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T21:51:55.683Z] OK: 9 MiB in 21 packages [2021-01-19T21:51:57.656Z] Removing intermediate container 1d96fba1b24f [2021-01-19T21:51:57.656Z] ---> 1fba1eae5f82 [2021-01-19T21:51:57.656Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-19T21:51:58.252Z] ---> d67adef09a67 [2021-01-19T21:51:58.252Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-19T21:51:58.853Z] ---> cfbed8515ef3 [2021-01-19T21:51:58.853Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-19T21:51:59.841Z] ---> e7df28134036 [2021-01-19T21:51:59.841Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-19T21:52:01.275Z] ---> f02314d2240c [2021-01-19T21:52:01.275Z] Step 22/27 : EXPOSE 48095 [2021-01-19T21:52:01.275Z] ---> Running in 5634e78459ab [2021-01-19T21:52:01.547Z] Removing intermediate container 5634e78459ab [2021-01-19T21:52:01.547Z] ---> dca4ad8e7a4e [2021-01-19T21:52:01.547Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-19T21:52:01.825Z] ---> Running in 042ebf6c51da [2021-01-19T21:52:02.420Z] Removing intermediate container 042ebf6c51da [2021-01-19T21:52:02.420Z] ---> f84968f60ab3 [2021-01-19T21:52:02.420Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T21:52:02.420Z] ---> Running in f719e69f1b05 [2021-01-19T21:52:03.017Z] Removing intermediate container f719e69f1b05 [2021-01-19T21:52:03.017Z] ---> eeb66881cd6a [2021-01-19T21:52:03.017Z] Step 25/27 : LABEL arch=arm64 [2021-01-19T21:52:03.017Z] ---> Running in af7656e26c36 [2021-01-19T21:52:03.615Z] Removing intermediate container af7656e26c36 [2021-01-19T21:52:03.616Z] ---> 1788e8fadfc8 [2021-01-19T21:52:03.616Z] Step 26/27 : LABEL git_sha=4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:52:03.616Z] ---> Running in 2c256b5f324b [2021-01-19T21:52:04.211Z] Removing intermediate container 2c256b5f324b [2021-01-19T21:52:04.211Z] ---> 72769db92cd8 [2021-01-19T21:52:04.211Z] Step 27/27 : LABEL version=2.0.0-dev.10 [2021-01-19T21:52:04.211Z] ---> Running in 3224b6ac514b [2021-01-19T21:52:04.807Z] Removing intermediate container 3224b6ac514b [2021-01-19T21:52:04.807Z] ---> 822a30aa68d3 [2021-01-19T21:52:04.807Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T21:52:04.807Z] Successfully built 822a30aa68d3 [2021-01-19T21:52:04.807Z] 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 [2021-01-19T21:52:05.230Z] provisioning config files... [2021-01-19T21:52:05.262Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/76@tmp/config7855387693695439762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:52:05.666Z] ---> docker-login.sh [2021-01-19T21:52:05.666Z] nexus3.edgexfoundry.org:10001 [2021-01-19T21:52:05.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:52:06.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:52:06.214Z] Configure a credential helper to remove this warning. See [2021-01-19T21:52:06.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:52:06.214Z] [2021-01-19T21:52:06.214Z] Login Succeeded [2021-01-19T21:52:06.214Z] nexus3.edgexfoundry.org:10002 [2021-01-19T21:52:06.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:52:06.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:52:06.764Z] Configure a credential helper to remove this warning. See [2021-01-19T21:52:06.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:52:06.764Z] [2021-01-19T21:52:06.764Z] Login Succeeded [2021-01-19T21:52:06.764Z] nexus3.edgexfoundry.org:10003 [2021-01-19T21:52:07.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:52:07.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:52:07.361Z] Configure a credential helper to remove this warning. See [2021-01-19T21:52:07.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:52:07.361Z] [2021-01-19T21:52:07.361Z] Login Succeeded [2021-01-19T21:52:07.361Z] nexus3.edgexfoundry.org:10004 [2021-01-19T21:52:07.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:52:07.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:52:07.957Z] Configure a credential helper to remove this warning. See [2021-01-19T21:52:07.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:52:07.957Z] [2021-01-19T21:52:07.957Z] Login Succeeded [2021-01-19T21:52:07.957Z] docker.io [2021-01-19T21:52:08.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T21:52:08.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T21:52:08.825Z] Configure a credential helper to remove this warning. See [2021-01-19T21:52:08.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T21:52:08.825Z] [2021-01-19T21:52:08.825Z] Login Succeeded [2021-01-19T21:52:08.825Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T21:52:08.842Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:52:09.050Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-19T21:52:09.050Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:52:09.050Z] latest [2021-01-19T21:52:09.050Z] 2.0.0-dev.10 [2021-01-19T21:52:09.050Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [2021-01-19T21:52:09.050Z] master [2021-01-19T21:52:09.050Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:09.583Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:09.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:52:09.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-19T21:52:09.933Z] cb1546ded790: Preparing [2021-01-19T21:52:09.933Z] fa0067a4b6d1: Preparing [2021-01-19T21:52:09.933Z] 1be5b58c2eba: Preparing [2021-01-19T21:52:09.933Z] 0a9a68e06a9c: Preparing [2021-01-19T21:52:09.933Z] 45d60792d906: Preparing [2021-01-19T21:52:09.933Z] 379067d0cb53: Preparing [2021-01-19T21:52:09.933Z] 379067d0cb53: Waiting [2021-01-19T21:52:10.531Z] fa0067a4b6d1: Pushed [2021-01-19T21:52:10.531Z] 1be5b58c2eba: Pushed [2021-01-19T21:52:10.531Z] 0a9a68e06a9c: Pushed [2021-01-19T21:52:10.531Z] 379067d0cb53: Layer already exists [2021-01-19T21:52:11.127Z] 45d60792d906: Pushed [2021-01-19T21:52:13.740Z] cb1546ded790: Pushed [2021-01-19T21:52:13.740Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:14.127Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:14.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-19T21:52:14.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-19T21:52:14.467Z] cb1546ded790: Preparing [2021-01-19T21:52:14.467Z] fa0067a4b6d1: Preparing [2021-01-19T21:52:14.467Z] 1be5b58c2eba: Preparing [2021-01-19T21:52:14.467Z] 0a9a68e06a9c: Preparing [2021-01-19T21:52:14.467Z] 45d60792d906: Preparing [2021-01-19T21:52:14.467Z] 379067d0cb53: Preparing [2021-01-19T21:52:14.467Z] 379067d0cb53: Waiting [2021-01-19T21:52:14.739Z] cb1546ded790: Layer already exists [2021-01-19T21:52:14.739Z] 0a9a68e06a9c: Layer already exists [2021-01-19T21:52:14.739Z] 1be5b58c2eba: Layer already exists [2021-01-19T21:52:14.739Z] 45d60792d906: Layer already exists [2021-01-19T21:52:14.739Z] fa0067a4b6d1: Layer already exists [2021-01-19T21:52:14.739Z] 379067d0cb53: Layer already exists [2021-01-19T21:52:14.739Z] latest: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:15.083Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:15.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.10 [2021-01-19T21:52:15.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-19T21:52:15.421Z] cb1546ded790: Preparing [2021-01-19T21:52:15.421Z] fa0067a4b6d1: Preparing [2021-01-19T21:52:15.421Z] 1be5b58c2eba: Preparing [2021-01-19T21:52:15.421Z] 0a9a68e06a9c: Preparing [2021-01-19T21:52:15.421Z] 45d60792d906: Preparing [2021-01-19T21:52:15.421Z] 379067d0cb53: Preparing [2021-01-19T21:52:15.421Z] 379067d0cb53: Waiting [2021-01-19T21:52:15.693Z] fa0067a4b6d1: Layer already exists [2021-01-19T21:52:15.693Z] cb1546ded790: Layer already exists [2021-01-19T21:52:15.693Z] 0a9a68e06a9c: Layer already exists [2021-01-19T21:52:15.693Z] 1be5b58c2eba: Layer already exists [2021-01-19T21:52:15.693Z] 45d60792d906: Layer already exists [2021-01-19T21:52:15.693Z] 379067d0cb53: Layer already exists [2021-01-19T21:52:15.693Z] 2.0.0-dev.10: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:16.038Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:16.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [2021-01-19T21:52:16.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-19T21:52:16.379Z] cb1546ded790: Preparing [2021-01-19T21:52:16.379Z] fa0067a4b6d1: Preparing [2021-01-19T21:52:16.379Z] 1be5b58c2eba: Preparing [2021-01-19T21:52:16.379Z] 0a9a68e06a9c: Preparing [2021-01-19T21:52:16.379Z] 45d60792d906: Preparing [2021-01-19T21:52:16.379Z] 379067d0cb53: Preparing [2021-01-19T21:52:16.379Z] 379067d0cb53: Waiting [2021-01-19T21:52:16.651Z] 1be5b58c2eba: Layer already exists [2021-01-19T21:52:16.651Z] 0a9a68e06a9c: Layer already exists [2021-01-19T21:52:16.651Z] 45d60792d906: Layer already exists [2021-01-19T21:52:16.651Z] cb1546ded790: Layer already exists [2021-01-19T21:52:16.651Z] fa0067a4b6d1: Layer already exists [2021-01-19T21:52:16.651Z] 379067d0cb53: Layer already exists [2021-01-19T21:52:16.651Z] 4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:16.994Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:17.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-19T21:52:17.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-19T21:52:17.333Z] cb1546ded790: Preparing [2021-01-19T21:52:17.333Z] fa0067a4b6d1: Preparing [2021-01-19T21:52:17.333Z] 1be5b58c2eba: Preparing [2021-01-19T21:52:17.333Z] 0a9a68e06a9c: Preparing [2021-01-19T21:52:17.333Z] 45d60792d906: Preparing [2021-01-19T21:52:17.333Z] 379067d0cb53: Preparing [2021-01-19T21:52:17.333Z] 379067d0cb53: Waiting [2021-01-19T21:52:17.333Z] cb1546ded790: Layer already exists [2021-01-19T21:52:17.610Z] 1be5b58c2eba: Layer already exists [2021-01-19T21:52:17.610Z] 45d60792d906: Layer already exists [2021-01-19T21:52:17.610Z] 0a9a68e06a9c: Layer already exists [2021-01-19T21:52:17.610Z] fa0067a4b6d1: Layer already exists [2021-01-19T21:52:17.610Z] 379067d0cb53: Layer already exists [2021-01-19T21:52:17.610Z] master: digest: sha256:359b845681d5cb0999d70327b210714d4bbf3d5dcb174b76bdb16a2e2a2dde05 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T21:52:17.863Z] ===================================================== [Pipeline] echo [2021-01-19T21:52:17.911Z] taggedImages: [2021-01-19T21:52:17.911Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0 [2021-01-19T21:52:17.911Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-19T21:52:17.911Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.10 [2021-01-19T21:52:17.911Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:4eb982c5c40026bdb4233f13b12533b0406be3c0-2.0.0-dev.10 [2021-01-19T21:52:17.911Z] - 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 [2021-01-19T21:52:19.163Z] provisioning config files... [2021-01-19T21:52:19.176Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8984330341716092533tmp [Pipeline] { [Pipeline] sh [2021-01-19T21:52:19.560Z] + set +x [2021-01-19T21:52:19.560Z] + curl -s https://codecov.io/bash [2021-01-19T21:52:19.560Z] + bash -s -- [2021-01-19T21:52:19.823Z] [2021-01-19T21:52:19.823Z] _____ _ [2021-01-19T21:52:19.823Z] / ____| | | [2021-01-19T21:52:19.823Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T21:52:19.823Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T21:52:19.823Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T21:52:19.823Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T21:52:19.823Z] Bash-20210115-cec3c92 [2021-01-19T21:52:19.823Z] [2021-01-19T21:52:19.823Z] [2021-01-19T21:52:19.823Z] ==> git version 2.24.3 found [2021-01-19T21:52:19.823Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T21:52:19.823Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T21:52:19.823Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T21:52:19.823Z] ==> Jenkins CI detected. [2021-01-19T21:52:19.823Z] project root: . [2021-01-19T21:52:19.823Z] --> token set from env [2021-01-19T21:52:19.823Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T21:52:19.823Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T21:52:19.823Z] ==> Python coveragepy not found [2021-01-19T21:52:19.823Z] ==> Searching for coverage reports in: [2021-01-19T21:52:19.823Z] + . [2021-01-19T21:52:19.823Z] -> Found 1 reports [2021-01-19T21:52:19.823Z] ==> Detecting git/mercurial file structure [2021-01-19T21:52:19.823Z] ==> Reading reports [2021-01-19T21:52:19.823Z] + ./coverage.out bytes=10 [2021-01-19T21:52:19.823Z] ==> Appending adjustments [2021-01-19T21:52:19.823Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T21:52:19.823Z] + Found adjustments [2021-01-19T21:52:19.823Z] ==> Gzipping contents [2021-01-19T21:52:19.823Z] 4.0K /tmp/codecov.0n1lqL.gz [2021-01-19T21:52:19.823Z] ==> Uploading reports [2021-01-19T21:52:19.823Z] url: https://codecov.io [2021-01-19T21:52:19.823Z] query: branch=master&commit=4eb982c5c40026bdb4233f13b12533b0406be3c0&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T21:52:19.823Z] -> Pinging Codecov [2021-01-19T21:52:19.823Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=4eb982c5c40026bdb4233f13b12533b0406be3c0&build=76&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F76%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T21:52:20.407Z] -> Uploading to [2021-01-19T21:52:20.407Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/A97CA9966030D2A3747ED39772930CCE/4eb982c5c40026bdb4233f13b12533b0406be3c0/6acd05b4-41a7-4e05-9da4-59004725e338.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T215220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8f5f49bbdff6eabc599ad7b60ff4abe08fbd2a5e58f2c0d4da3472c428b17c4c [2021-01-19T21:52:20.407Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T21:52:20.407Z] Dload Upload Total Spent Left Speed [2021-01-19T21:52:20.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 803 --:--:-- --:--:-- --:--:-- 802 [2021-01-19T21:52:20.932Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] } [2021-01-19T21:52:20.943Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-19T21:52:21.430Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T21:52:21.487Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:21.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T21:52:21.858Z] [2021-01-19T21:52:21.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:52:22.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T21:52:22.207Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T21:52:22.207Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T21:52:22.207Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T21:52:22.207Z] de9db76c5a1d: Pulling fs layer [2021-01-19T21:52:22.207Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T21:52:22.207Z] 0d57e429df01: Pulling fs layer [2021-01-19T21:52:22.207Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T21:52:22.207Z] e1f770b5df2f: Pulling fs layer [2021-01-19T21:52:22.207Z] 85a0685a4137: Pulling fs layer [2021-01-19T21:52:22.207Z] 0eba1c9be4d2: Waiting [2021-01-19T21:52:22.207Z] 0d57e429df01: Waiting [2021-01-19T21:52:22.207Z] e1f770b5df2f: Waiting [2021-01-19T21:52:22.207Z] 4e4be7b47b0d: Waiting [2021-01-19T21:52:22.207Z] de9db76c5a1d: Verifying Checksum [2021-01-19T21:52:22.207Z] de9db76c5a1d: Download complete [2021-01-19T21:52:22.207Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T21:52:22.207Z] 0ef7d3d256c8: Download complete [2021-01-19T21:52:22.207Z] 0d57e429df01: Verifying Checksum [2021-01-19T21:52:22.207Z] 0d57e429df01: Download complete [2021-01-19T21:52:22.207Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T21:52:22.207Z] 4e4be7b47b0d: Download complete [2021-01-19T21:52:22.207Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T21:52:22.207Z] 188c0c94c7c5: Download complete [2021-01-19T21:52:22.781Z] 188c0c94c7c5: Pull complete [2021-01-19T21:52:23.049Z] 0ef7d3d256c8: Pull complete [2021-01-19T21:52:23.314Z] de9db76c5a1d: Pull complete [2021-01-19T21:52:23.898Z] e1f770b5df2f: Verifying Checksum [2021-01-19T21:52:23.898Z] e1f770b5df2f: Download complete [2021-01-19T21:52:25.855Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T21:52:25.855Z] 0eba1c9be4d2: Download complete [2021-01-19T21:52:26.120Z] 85a0685a4137: Verifying Checksum [2021-01-19T21:52:26.120Z] 85a0685a4137: Download complete [2021-01-19T21:52:31.479Z] 0eba1c9be4d2: Pull complete [2021-01-19T21:52:31.479Z] 0d57e429df01: Pull complete [2021-01-19T21:52:31.479Z] 4e4be7b47b0d: Pull complete [2021-01-19T21:52:34.044Z] e1f770b5df2f: Pull complete [2021-01-19T21:52:44.106Z] 85a0685a4137: Pull complete [2021-01-19T21:52:44.107Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T21:52:44.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T21:52:44.107Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T21:52:44.359Z] prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container [2021-01-19T21:52:44.416Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-19T21:52:45.395Z] $ docker top 38c3a02413570e61278676eb5238782ac3d088652cad0d270c47838888aae6a8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T21:52:45.691Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T21:52:45.992Z] + set -o pipefail [2021-01-19T21:52:45.993Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T21:53:00.933Z] [2021-01-19T21:53:00.933Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-01-19T21:53:00.933Z] [2021-01-19T21:53:00.933Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/5878621c-8fd4-4f97-a621-ad663472bf66 [2021-01-19T21:53:00.933Z] [2021-01-19T21:53:00.933Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T21:53:00.933Z] [2021-01-19T21:53:00.933Z] [Pipeline] } [2021-01-19T21:53:00.950Z] $ docker stop --time=1 38c3a02413570e61278676eb5238782ac3d088652cad0d270c47838888aae6a8 [2021-01-19T21:53:03.724Z] $ docker rm -f 38c3a02413570e61278676eb5238782ac3d088652cad0d270c47838888aae6a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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 [2021-01-19T21:53:05.650Z] + git log --format=format:%s -1 4eb982c5c40026bdb4233f13b12533b0406be3c0 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:53:05.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:53:05.967Z] . [Pipeline] withDockerContainer [2021-01-19T21:53:06.076Z] prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container [2021-01-19T21:53:06.128Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T21:53:07.095Z] $ docker top 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T21:53:07.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T21:53:07.441Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T21:53:07.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T21:53:07.688Z] $ docker exec 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 ssh-agent [2021-01-19T21:53:07.853Z] SSH_AUTH_SOCK=/tmp/ssh-v67xWp6HoFF5/agent.12 [2021-01-19T21:53:07.854Z] SSH_AGENT_PID=17 [2021-01-19T21:53:07.861Z] Running ssh-add (command line suppressed) [2021-01-19T21:53:07.993Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4094788128611404636.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4094788128611404636.key) [2021-01-19T21:53:08.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T21:53:08.377Z] + git semver tag [2021-01-19T21:53:08.377Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T21:53:08.377Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-19T21:53:08.377Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-19T21:53:08.377Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T21:53:08.377Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T21:53:08.377Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T21:53:08.377Z] # $SEMVER_BRANCH = master [2021-01-19T21:53:08.377Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-19T21:53:08.377Z] # 4eb982c5c40026bdb4233f13b12533b0406be3c0 HEAD [2021-01-19T21:53:08.377Z] # -> Force: false [2021-01-19T21:53:08.377Z] # a61ab06a40f4332476674e2c65f39f5175d3db79 refs/tags/v2.0.0-dev.10 [Pipeline] } [2021-01-19T21:53:08.390Z] $ docker exec --env ******** --env ******** 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 ssh-agent -k [2021-01-19T21:53:08.506Z] unset SSH_AUTH_SOCK; [2021-01-19T21:53:08.506Z] unset SSH_AGENT_PID; [2021-01-19T21:53:08.507Z] echo Agent pid 17 killed; [2021-01-19T21:53:08.556Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:53:09.033Z] + git semver [Pipeline] } [2021-01-19T21:53:09.050Z] $ docker stop --time=1 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 [2021-01-19T21:53:10.404Z] $ docker rm -f 18e659dbffbd5e59bfb02e594bbd142aa179c1d2973039667c16d5bc6c58dc13 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:53:11.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T21:53:11.102Z] [2021-01-19T21:53:11.102Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:53:11.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T21:53:11.446Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T21:53:11.446Z] ab5ef0e58194: Pulling fs layer [2021-01-19T21:53:11.446Z] 9712f1f96733: Pulling fs layer [2021-01-19T21:53:11.446Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T21:53:11.446Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T21:53:11.446Z] e9a5061849ea: Pulling fs layer [2021-01-19T21:53:11.446Z] d747dcd14b5f: Pulling fs layer [2021-01-19T21:53:11.446Z] 2de7ff778b66: Pulling fs layer [2021-01-19T21:53:11.446Z] 0d9ebad4ef96: Waiting [2021-01-19T21:53:11.446Z] e9a5061849ea: Waiting [2021-01-19T21:53:11.446Z] d747dcd14b5f: Waiting [2021-01-19T21:53:11.446Z] 2de7ff778b66: Waiting [2021-01-19T21:53:11.446Z] 9712f1f96733: Verifying Checksum [2021-01-19T21:53:11.446Z] 9712f1f96733: Download complete [2021-01-19T21:53:13.368Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T21:53:13.368Z] 63f879dbbcfc: Download complete [2021-01-19T21:53:13.368Z] e9a5061849ea: Verifying Checksum [2021-01-19T21:53:13.368Z] e9a5061849ea: Download complete [2021-01-19T21:53:13.368Z] d747dcd14b5f: Verifying Checksum [2021-01-19T21:53:13.368Z] d747dcd14b5f: Download complete [2021-01-19T21:53:13.948Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T21:53:13.948Z] 0d9ebad4ef96: Download complete [2021-01-19T21:53:13.948Z] 2de7ff778b66: Verifying Checksum [2021-01-19T21:53:13.948Z] 2de7ff778b66: Download complete [2021-01-19T21:53:13.948Z] ab5ef0e58194: Verifying Checksum [2021-01-19T21:53:13.948Z] ab5ef0e58194: Download complete [2021-01-19T21:53:18.201Z] ab5ef0e58194: Pull complete [2021-01-19T21:53:18.201Z] 9712f1f96733: Pull complete [2021-01-19T21:53:21.528Z] 63f879dbbcfc: Pull complete [2021-01-19T21:53:28.186Z] 0d9ebad4ef96: Pull complete [2021-01-19T21:53:29.138Z] e9a5061849ea: Pull complete [2021-01-19T21:53:29.138Z] d747dcd14b5f: Pull complete [2021-01-19T21:53:31.704Z] 2de7ff778b66: Pull complete [2021-01-19T21:53:31.704Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T21:53:31.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T21:53:31.704Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T21:53:31.948Z] prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container [2021-01-19T21:53:32.099Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-19T21:53:35.305Z] $ docker top 858c83a488e5c45ffb9472a1301977c3f398526fe79b8c12d938369fd5eb2ab9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T21:53:35.595Z] provisioning config files... [2021-01-19T21:53:35.607Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config94280414955935166tmp [2021-01-19T21:53:35.624Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8929361165072988888tmp [2021-01-19T21:53:35.639Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config6021270823916873909tmp [Pipeline] { [Pipeline] echo [2021-01-19T21:53:35.691Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:53:35.992Z] ---> sigul-configuration.sh [2021-01-19T21:53:35.992Z] gpg: directory `/root/.gnupg' created [2021-01-19T21:53:35.992Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T21:53:35.992Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T21:53:35.992Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T21:53:35.992Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T21:53:35.992Z] gpg: CAST5 encrypted data [2021-01-19T21:53:36.255Z] gpg: encrypted with 1 passphrase [2021-01-19T21:53:36.255Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T21:53:36.558Z] + mkdir /home/jenkins [2021-01-19T21:53:36.558Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T21:53:36.861Z] + 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 [2021-01-19T21:53:36.873Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:53:37.172Z] ---> sigul-install.sh [2021-01-19T21:53:42.477Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T21:53:42.781Z] + git tag --list [2021-01-19T21:53:42.781Z] v1.0.0 [2021-01-19T21:53:42.781Z] v1.1.0 [2021-01-19T21:53:42.781Z] v1.2.0 [2021-01-19T21:53:42.781Z] v1.2.1-dev.1 [2021-01-19T21:53:42.781Z] v1.2.1-dev.10 [2021-01-19T21:53:42.781Z] v1.2.1-dev.11 [2021-01-19T21:53:42.781Z] v1.2.1-dev.12 [2021-01-19T21:53:42.781Z] v1.2.1-dev.13 [2021-01-19T21:53:42.781Z] v1.2.1-dev.14 [2021-01-19T21:53:42.781Z] v1.2.1-dev.15 [2021-01-19T21:53:42.781Z] v1.2.1-dev.16 [2021-01-19T21:53:42.781Z] v1.2.1-dev.17 [2021-01-19T21:53:42.781Z] v1.2.1-dev.18 [2021-01-19T21:53:42.781Z] v1.2.1-dev.19 [2021-01-19T21:53:42.781Z] v1.2.1-dev.2 [2021-01-19T21:53:42.781Z] v1.2.1-dev.20 [2021-01-19T21:53:42.781Z] v1.2.1-dev.21 [2021-01-19T21:53:42.781Z] v1.2.1-dev.22 [2021-01-19T21:53:42.781Z] v1.2.1-dev.23 [2021-01-19T21:53:42.781Z] v1.2.1-dev.3 [2021-01-19T21:53:42.781Z] v1.2.1-dev.4 [2021-01-19T21:53:42.781Z] v1.2.1-dev.5 [2021-01-19T21:53:42.781Z] v1.2.1-dev.6 [2021-01-19T21:53:42.781Z] v1.2.1-dev.7 [2021-01-19T21:53:42.781Z] v1.2.1-dev.8 [2021-01-19T21:53:42.781Z] v1.2.1-dev.9 [2021-01-19T21:53:42.781Z] v1.3.0 [2021-01-19T21:53:42.781Z] v1.3.1-dev.1 [2021-01-19T21:53:42.781Z] v2.0.0-dev.1 [2021-01-19T21:53:42.781Z] v2.0.0-dev.10 [2021-01-19T21:53:42.781Z] v2.0.0-dev.2 [2021-01-19T21:53:42.781Z] v2.0.0-dev.3 [2021-01-19T21:53:42.781Z] v2.0.0-dev.4 [2021-01-19T21:53:42.781Z] v2.0.0-dev.5 [2021-01-19T21:53:42.781Z] v2.0.0-dev.6 [2021-01-19T21:53:42.781Z] v2.0.0-dev.7 [2021-01-19T21:53:42.781Z] v2.0.0-dev.8 [2021-01-19T21:53:42.781Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-19T21:53:43.081Z] + lftools sign git-tag v2.0.0-dev.10 [2021-01-19T21:53:44.473Z] Signing Git tag with Sigul... [2021-01-19T21:53:44.473Z] Signing v2.0.0-dev.10 [Pipeline] echo [2021-01-19T21:53:45.431Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:53:45.733Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T21:53:45.744Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T21:53:45.834Z] $ docker stop --time=1 858c83a488e5c45ffb9472a1301977c3f398526fe79b8c12d938369fd5eb2ab9 [2021-01-19T21:53:47.957Z] $ docker rm -f 858c83a488e5c45ffb9472a1301977c3f398526fe79b8c12d938369fd5eb2ab9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:53:48.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:53:48.931Z] . [Pipeline] withDockerContainer [2021-01-19T21:53:49.056Z] prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container [2021-01-19T21:53:49.114Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T21:53:49.817Z] $ docker top 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T21:53:50.174Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T21:53:50.174Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T21:53:50.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T21:53:50.384Z] $ docker exec 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 ssh-agent [2021-01-19T21:53:50.584Z] SSH_AUTH_SOCK=/tmp/ssh-4ZZKnJ6alXNb/agent.11 [2021-01-19T21:53:50.584Z] SSH_AGENT_PID=16 [2021-01-19T21:53:50.592Z] Running ssh-add (command line suppressed) [2021-01-19T21:53:50.727Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_9131148302564183177.key (/w/workspace/_app-service-configurable_master@tmp/private_key_9131148302564183177.key) [2021-01-19T21:53:50.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T21:53:51.139Z] + git semver bump pre [2021-01-19T21:53:51.139Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T21:53:51.139Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-19T21:53:51.139Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-19T21:53:51.139Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T21:53:51.139Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T21:53:51.139Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T21:53:51.139Z] # $SEMVER_BRANCH = master [2021-01-19T21:53:51.139Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-19T21:53:51.139Z] 2.0.0-dev.11 [Pipeline] } [2021-01-19T21:53:51.151Z] $ docker exec --env ******** --env ******** 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 ssh-agent -k [2021-01-19T21:53:51.271Z] unset SSH_AUTH_SOCK; [2021-01-19T21:53:51.272Z] unset SSH_AGENT_PID; [2021-01-19T21:53:51.272Z] echo Agent pid 16 killed; [2021-01-19T21:53:51.324Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:53:51.798Z] + git semver [Pipeline] } [2021-01-19T21:53:51.818Z] $ docker stop --time=1 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 [2021-01-19T21:53:53.167Z] $ docker rm -f 8c207c04c18e951cc84439abb60520f0a76e5a446ac01424174fff130830c7b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:53:53.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T21:53:53.671Z] . [Pipeline] withDockerContainer [2021-01-19T21:53:53.798Z] prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container [2021-01-19T21:53:53.846Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T21:53:54.473Z] $ docker top fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T21:53:54.748Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T21:53:54.748Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T21:53:54.930Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T21:53:54.934Z] $ docker exec fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 ssh-agent [2021-01-19T21:53:55.107Z] SSH_AUTH_SOCK=/tmp/ssh-lhLQnkISI7NU/agent.12 [2021-01-19T21:53:55.107Z] SSH_AGENT_PID=17 [2021-01-19T21:53:55.114Z] Running ssh-add (command line suppressed) [2021-01-19T21:53:55.248Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_72018092848899336.key (/w/workspace/_app-service-configurable_master@tmp/private_key_72018092848899336.key) [2021-01-19T21:53:55.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T21:53:55.680Z] + git semver push [2021-01-19T21:53:55.680Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T21:53:55.680Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-19T21:53:55.680Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-19T21:53:55.680Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T21:53:55.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T21:53:55.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T21:53:55.680Z] # $SEMVER_BRANCH = master [2021-01-19T21:53:55.680Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-19T21:54:02.300Z] $ docker exec --env ******** --env ******** fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 ssh-agent -k [2021-01-19T21:54:02.463Z] unset SSH_AUTH_SOCK; [2021-01-19T21:54:02.464Z] unset SSH_AGENT_PID; [2021-01-19T21:54:02.464Z] echo Agent pid 17 killed; [2021-01-19T21:54:02.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T21:54:02.986Z] + git semver [Pipeline] } [2021-01-19T21:54:03.003Z] $ docker stop --time=1 fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 [2021-01-19T21:54:04.364Z] $ docker rm -f fb18975d4a05598d493a1e771f4e922a676e27963a301214be1ecdd6ea1831c0 [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 [2021-01-19T21:54:05.824Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:54:06.404Z] ---> package-listing.sh [2021-01-19T21:54:06.404Z] ++ facter osfamily [2021-01-19T21:54:06.404Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T21:54:06.404Z] + OS_FAMILY=redhat [2021-01-19T21:54:06.404Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-19T21:54:06.404Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T21:54:06.404Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T21:54:06.404Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T21:54:06.404Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T21:54:06.404Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-19T21:54:06.404Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T21:54:06.404Z] + case "${OS_FAMILY}" in [2021-01-19T21:54:06.404Z] + rpm -qa [2021-01-19T21:54:06.404Z] + sort [2021-01-19T21:54:11.725Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T21:54:11.725Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T21:54:11.725Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T21:54:11.725Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-19T21:54:11.726Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-19T21:54:11.726Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-01-19T21:54:11.739Z] 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 [2021-01-19T21:54:12.038Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:54:12.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T21:54:12.355Z] [2021-01-19T21:54:12.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T21:54:12.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T21:54:12.704Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T21:54:12.704Z] df20fa9351a1: Pulling fs layer [2021-01-19T21:54:12.704Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T21:54:12.704Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T21:54:12.704Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T21:54:12.704Z] 93b61091891f: Pulling fs layer [2021-01-19T21:54:12.704Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T21:54:12.704Z] 5e14af77c1be: Pulling fs layer [2021-01-19T21:54:12.704Z] 01666e4c0597: Pulling fs layer [2021-01-19T21:54:12.704Z] aa168da1d23b: Pulling fs layer [2021-01-19T21:54:12.704Z] 93b61091891f: Waiting [2021-01-19T21:54:12.704Z] 93b9cdb0e59b: Waiting [2021-01-19T21:54:12.704Z] 46f8f816bc3b: Waiting [2021-01-19T21:54:12.704Z] 01666e4c0597: Waiting [2021-01-19T21:54:12.704Z] 5e14af77c1be: Waiting [2021-01-19T21:54:12.704Z] aa168da1d23b: Waiting [2021-01-19T21:54:12.967Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T21:54:12.967Z] 36b3adc4ff6f: Download complete [2021-01-19T21:54:12.967Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T21:54:12.967Z] 46f8f816bc3b: Download complete [2021-01-19T21:54:12.967Z] df20fa9351a1: Verifying Checksum [2021-01-19T21:54:12.967Z] df20fa9351a1: Download complete [2021-01-19T21:54:12.967Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T21:54:12.967Z] 93b9cdb0e59b: Download complete [2021-01-19T21:54:12.967Z] 5e14af77c1be: Verifying Checksum [2021-01-19T21:54:12.967Z] 5e14af77c1be: Download complete [2021-01-19T21:54:12.967Z] 01666e4c0597: Verifying Checksum [2021-01-19T21:54:12.967Z] 01666e4c0597: Download complete [2021-01-19T21:54:12.967Z] 93b61091891f: Verifying Checksum [2021-01-19T21:54:12.967Z] 93b61091891f: Download complete [2021-01-19T21:54:12.967Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T21:54:12.967Z] 8ad3a11d3b57: Download complete [2021-01-19T21:54:13.229Z] df20fa9351a1: Pull complete [2021-01-19T21:54:13.494Z] 36b3adc4ff6f: Pull complete [2021-01-19T21:54:14.899Z] 8ad3a11d3b57: Pull complete [2021-01-19T21:54:15.556Z] 46f8f816bc3b: Pull complete [2021-01-19T21:54:15.853Z] aa168da1d23b: Verifying Checksum [2021-01-19T21:54:15.853Z] aa168da1d23b: Download complete [2021-01-19T21:54:16.462Z] 93b61091891f: Pull complete [2021-01-19T21:54:16.462Z] 93b9cdb0e59b: Pull complete [2021-01-19T21:54:16.462Z] 5e14af77c1be: Pull complete [2021-01-19T21:54:16.748Z] 01666e4c0597: Pull complete [2021-01-19T21:54:23.371Z] aa168da1d23b: Pull complete [2021-01-19T21:54:23.371Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T21:54:23.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T21:54:23.371Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T21:54:23.493Z] prd-centos7-docker-4c-2g-21311 does not seem to be running inside a container [2021-01-19T21:54:23.544Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T21:54:26.355Z] $ docker top ec6381b814dd7d84b9a12db46f2a65d5d0ac8288d9db9c14ec4fa31f05b421a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T21:54:26.916Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T21:54:27.215Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T21:54:27.514Z] + ls /var/log/sa-host [2021-01-19T21:54:27.514Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T21:54:27.514Z] file_magic: OK [2021-01-19T21:54:27.514Z] HZ: Using current value: 100 [2021-01-19T21:54:27.514Z] file_header: OK [2021-01-19T21:54:27.514Z] 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 [2021-01-19T21:54:27.514Z] Statistics: [2021-01-19T21:54:27.514Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T21:54:27.514Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T21:54:27.514Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T21:54:27.514Z] file_magic: OK [2021-01-19T21:54:27.514Z] HZ: Using current value: 100 [2021-01-19T21:54:27.514Z] file_header: OK [2021-01-19T21:54:27.514Z] 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 [2021-01-19T21:54:27.514Z] Statistics: [2021-01-19T21:54:27.514Z] Hnuu...uuuununununu... [2021-01-19T21:54:27.514Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T21:54:28.187Z] provisioning config files... [2021-01-19T21:54:28.202Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1933298254189175378tmp [Pipeline] { [Pipeline] echo [2021-01-19T21:54:28.279Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:54:28.577Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T21:54:28.587Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T21:54:28.689Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:54:28.988Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T21:54:29.000Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:54:29.309Z] ---> sudo-logs.sh [2021-01-19T21:54:29.309Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T21:54:29.323Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:54:29.624Z] ---> job-cost.sh [2021-01-19T21:54:29.624Z] lf-activate-venv: SKIPPING [2021-01-19T21:54:29.624Z] INFO: No Stack... [2021-01-19T21:54:30.197Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T21:54:30.773Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T21:54:30.789Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T21:54:31.084Z] ---> logs-deploy.sh [2021-01-19T21:54:31.084Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/76 [2021-01-19T21:54:31.084Z] INFO: archiving workspace using pattern(s): [2021-01-19T21:54:33.007Z] Archives upload complete. [2021-01-19T21:54:33.007Z] INFO: archiving logs to Nexus