Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 007494fa1444b8100d0014fa78f3b4f99138828f 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-23687 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 Checking out Revision 007494fa1444b8100d0014fa78f3b4f99138828f (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 007494fa1444b8100d0014fa78f3b4f99138828f # timeout=10 Commit message: "refactor: Renaming blackbox-tests profile to functional-tests (#179)" > git rev-list --no-walk b2b5516710491a318eb9d8aa999b6475b972a2de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T04:21:15.155Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T04:21:15.458Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T04:21:15.563Z] ========================================================= [2021-01-28T04:21:15.563Z] EdgeX Global Pipelines Version Info [2021-01-28T04:21:15.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:21:19.089Z] ------------------- [2021-01-28T04:21:19.090Z] stable info: [2021-01-28T04:21:19.090Z] ------------------- [2021-01-28T04:21:19.090Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T04:21:19.090Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T04:21:19.090Z] Message: update stable to v1.0.179 [2021-01-28T04:21:20.174Z] ------------------- [2021-01-28T04:21:20.174Z] experimental info: [2021-01-28T04:21:20.174Z] ------------------- [2021-01-28T04:21:20.174Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T04:21:20.174Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T04:21:20.174Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T04:21:20.671Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-28T04:21:20.775Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-28T04:21:20.909Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T04:21:21.025Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T04:21:21.132Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T04:21:21.280Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T04:21:21.383Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T04:21:21.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T04:21:21.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-28T04:21:21.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T04:21:21.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T04:21:21.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-28T04:21:22.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T04:21:22.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T04:21:22.296Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T04:21:22.424Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T04:21:22.525Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T04:21:22.622Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-28T04:21:22.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T04:21:22.823Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T04:21:22.943Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-28T04:21:23.039Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-28T04:21:23.132Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-28T04:21:23.320Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-28T04:21:23.416Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-28T04:21:23.510Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T04:21:23.622Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T04:21:23.713Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-28T04:21:23.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-28T04:21:23.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-28T04:21:24.002Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 007494fa1444b8100d0014fa78f3b4f99138828f [Pipeline] echo [2021-01-28T04:21:24.105Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 007494f [Pipeline] echo [2021-01-28T04:21:24.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T04:21:24.394Z] provisioning config files... [2021-01-28T04:21:24.428Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5268793091999304688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:21:24.866Z] ---> docker-login.sh [2021-01-28T04:21:24.866Z] nexus3.edgexfoundry.org:10001 [2021-01-28T04:21:26.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:21:26.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:21:26.716Z] Configure a credential helper to remove this warning. See [2021-01-28T04:21:26.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:21:26.716Z] [2021-01-28T04:21:26.716Z] Login Succeeded [2021-01-28T04:21:26.716Z] nexus3.edgexfoundry.org:10002 [2021-01-28T04:21:27.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:21:27.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:21:27.356Z] Configure a credential helper to remove this warning. See [2021-01-28T04:21:27.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:21:27.356Z] [2021-01-28T04:21:27.356Z] Login Succeeded [2021-01-28T04:21:27.356Z] nexus3.edgexfoundry.org:10003 [2021-01-28T04:21:27.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:21:27.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:21:27.687Z] Configure a credential helper to remove this warning. See [2021-01-28T04:21:27.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:21:27.687Z] [2021-01-28T04:21:27.687Z] Login Succeeded [2021-01-28T04:21:27.687Z] nexus3.edgexfoundry.org:10004 [2021-01-28T04:21:28.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:21:28.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:21:28.323Z] Configure a credential helper to remove this warning. See [2021-01-28T04:21:28.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:21:28.323Z] [2021-01-28T04:21:28.323Z] Login Succeeded [2021-01-28T04:21:28.323Z] docker.io [2021-01-28T04:21:28.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:21:29.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:21:29.258Z] Configure a credential helper to remove this warning. See [2021-01-28T04:21:29.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:21:29.258Z] [2021-01-28T04:21:29.258Z] Login Succeeded [2021-01-28T04:21:29.258Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T04:21:29.315Z] 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-28T04:21:30.239Z] + git log --format=format:%s -1 007494fa1444b8100d0014fa78f3b4f99138828f [Pipeline] echo [2021-01-28T04:21:30.379Z] GIT_COMMIT: 007494fa1444b8100d0014fa78f3b4f99138828f, Commit Message: refactor: Renaming blackbox-tests profile to functional-tests (#179) [Pipeline] echo [2021-01-28T04:21:30.458Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:21:31.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:21:32.085Z] [2021-01-28T04:21:32.085Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:21:32.804Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:21:32.804Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T04:21:32.804Z] 31603596830f: Pulling fs layer [2021-01-28T04:21:32.804Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T04:21:32.804Z] 6ca5941a6612: Pulling fs layer [2021-01-28T04:21:32.804Z] ecc8261a40a4: Pulling fs layer [2021-01-28T04:21:32.804Z] ecc8261a40a4: Waiting [2021-01-28T04:21:33.090Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T04:21:33.090Z] 2a8b12db71e7: Download complete [2021-01-28T04:21:33.090Z] 31603596830f: Verifying Checksum [2021-01-28T04:21:33.090Z] 31603596830f: Download complete [2021-01-28T04:21:33.398Z] ecc8261a40a4: Verifying Checksum [2021-01-28T04:21:33.398Z] ecc8261a40a4: Download complete [2021-01-28T04:21:33.686Z] 6ca5941a6612: Verifying Checksum [2021-01-28T04:21:33.686Z] 6ca5941a6612: Download complete [2021-01-28T04:21:33.983Z] 31603596830f: Pull complete [2021-01-28T04:21:34.312Z] 2a8b12db71e7: Pull complete [2021-01-28T04:21:36.356Z] 6ca5941a6612: Pull complete [2021-01-28T04:21:36.634Z] ecc8261a40a4: Pull complete [2021-01-28T04:21:36.927Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T04:21:36.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:21:36.927Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T04:21:37.272Z] prd-centos7-docker-4c-2g-23687 does not seem to be running inside a container [2021-01-28T04:21:37.457Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T04:21:40.994Z] $ docker top 0b40e5483405cbfbb238f2633a8064eb62801896e0e6ac0099cbfd0eb037d74e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T04:21:41.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T04:21:41.640Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T04:21:42.311Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T04:21:42.321Z] $ docker exec 0b40e5483405cbfbb238f2633a8064eb62801896e0e6ac0099cbfd0eb037d74e ssh-agent [2021-01-28T04:21:42.833Z] SSH_AUTH_SOCK=/tmp/ssh-YkRXPrdulFvx/agent.11 [2021-01-28T04:21:42.833Z] SSH_AGENT_PID=16 [2021-01-28T04:21:42.866Z] Running ssh-add (command line suppressed) [2021-01-28T04:21:43.361Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3790709819014719672.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3790709819014719672.key) [2021-01-28T04:21:43.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T04:21:44.007Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T04:21:44.116Z] $ docker exec --env ******** --env ******** 0b40e5483405cbfbb238f2633a8064eb62801896e0e6ac0099cbfd0eb037d74e ssh-agent -k [2021-01-28T04:21:44.522Z] unset SSH_AUTH_SOCK; [2021-01-28T04:21:44.523Z] unset SSH_AGENT_PID; [2021-01-28T04:21:44.524Z] echo Agent pid 16 killed; [2021-01-28T04:21:44.624Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T04:21:44.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T04:21:44.783Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T04:21:45.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T04:21:45.169Z] $ docker exec 0b40e5483405cbfbb238f2633a8064eb62801896e0e6ac0099cbfd0eb037d74e ssh-agent [2021-01-28T04:21:45.559Z] SSH_AUTH_SOCK=/tmp/ssh-wIdNEnfnZE4Y/agent.45 [2021-01-28T04:21:45.559Z] SSH_AGENT_PID=50 [2021-01-28T04:21:45.570Z] Running ssh-add (command line suppressed) [2021-01-28T04:21:45.815Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1796378829574820634.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1796378829574820634.key) [2021-01-28T04:21:45.934Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T04:21:46.375Z] + git semver init [2021-01-28T04:21:46.375Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T04:21:46.375Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-28T04:21:46.375Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-28T04:21:46.375Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T04:21:46.375Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T04:21:46.375Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T04:21:46.375Z] # $SEMVER_BRANCH = master [2021-01-28T04:21:46.375Z] # $SEMVER_TEMP = /tmp/semver-324175115 [2021-01-28T04:21:46.375Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-28T04:21:46.964Z] # '/tmp/semver-324175115' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-28T04:21:46.964Z] # -> Force: false [2021-01-28T04:21:46.964Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-28T04:21:47.002Z] $ docker exec --env ******** --env ******** 0b40e5483405cbfbb238f2633a8064eb62801896e0e6ac0099cbfd0eb037d74e ssh-agent -k [2021-01-28T04:21:47.301Z] unset SSH_AUTH_SOCK; [2021-01-28T04:21:47.303Z] unset SSH_AGENT_PID; [2021-01-28T04:21:47.303Z] echo Agent pid 50 killed; [2021-01-28T04:21:47.476Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T04:21:47.984Z] + git semver [Pipeline] } [2021-01-28T04:21:48.049Z] $ docker stop --time=1 0b40e5483405cbfbb238f2633a8064eb62801896e0e6ac0099cbfd0eb037d74e [2021-01-28T04:21:49.700Z] $ docker rm -f 0b40e5483405cbfbb238f2633a8064eb62801896e0e6ac0099cbfd0eb037d74e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T04:21:50.329Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T04:21:51.128Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T04:21:51.132Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.14 [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-28T04:22:06.678Z] Still waiting to schedule task [2021-01-28T04:22:06.678Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-28T04:22:06.682Z] Still waiting to schedule task [2021-01-28T04:22:06.683Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T04:24:59.549Z] Running on prd-centos7-docker-4c-2g-23688 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-28T04:24:59.608Z] Running in /w/workspace/app-service-configurable/80 [Pipeline] { [Pipeline] checkout [2021-01-28T04:25:02.573Z] using credential edgex-jenkins-ssh [2021-01-28T04:25:02.632Z] Cloning the remote Git repository [2021-01-28T04:25:02.676Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-28T04:25:02.760Z] > git init /w/workspace/app-service-configurable/80 # timeout=10 [2021-01-28T04:25:02.830Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-28T04:25:02.830Z] > git --version # timeout=10 [2021-01-28T04:25:02.838Z] > git --version # 'git version 2.24.3' [2021-01-28T04:25:02.838Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:25:02.869Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:25:05.005Z] Checking out Revision 007494fa1444b8100d0014fa78f3b4f99138828f (master) [2021-01-28T04:25:04.618Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-28T04:25:04.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:25:04.641Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-28T04:25:04.654Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-28T04:25:04.655Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:25:04.660Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T04:25:05.015Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T04:25:05.025Z] > git checkout -f 007494fa1444b8100d0014fa78f3b4f99138828f # timeout=10 [2021-01-28T04:25:08.759Z] Commit message: "refactor: Renaming blackbox-tests profile to functional-tests (#179)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T04:25:10.275Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:25:10.632Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:25:10.946Z] + sudo service docker restart [2021-01-28T04:25:10.946Z] + true [2021-01-28T04:25:10.946Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T04:25:12.033Z] provisioning config files... [2021-01-28T04:25:12.076Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/80@tmp/config8411443002811640502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:25:12.453Z] ---> docker-login.sh [2021-01-28T04:25:12.453Z] nexus3.edgexfoundry.org:10001 [2021-01-28T04:25:12.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:25:12.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:25:12.996Z] Configure a credential helper to remove this warning. See [2021-01-28T04:25:12.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:25:12.996Z] [2021-01-28T04:25:12.996Z] Login Succeeded [2021-01-28T04:25:12.996Z] nexus3.edgexfoundry.org:10002 [2021-01-28T04:25:13.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:25:13.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:25:13.262Z] Configure a credential helper to remove this warning. See [2021-01-28T04:25:13.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:25:13.262Z] [2021-01-28T04:25:13.262Z] Login Succeeded [2021-01-28T04:25:13.262Z] nexus3.edgexfoundry.org:10003 [2021-01-28T04:25:13.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:25:13.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:25:13.528Z] Configure a credential helper to remove this warning. See [2021-01-28T04:25:13.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:25:13.528Z] [2021-01-28T04:25:13.528Z] Login Succeeded [2021-01-28T04:25:13.528Z] nexus3.edgexfoundry.org:10004 [2021-01-28T04:25:13.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:25:13.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:25:13.837Z] Configure a credential helper to remove this warning. See [2021-01-28T04:25:13.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:25:13.837Z] [2021-01-28T04:25:13.837Z] Login Succeeded [2021-01-28T04:25:13.837Z] docker.io [2021-01-28T04:25:13.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:25:14.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:25:14.105Z] Configure a credential helper to remove this warning. See [2021-01-28T04:25:14.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:25:14.105Z] [2021-01-28T04:25:14.105Z] Login Succeeded [2021-01-28T04:25:14.105Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T04:25:14.116Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T04:25:14.524Z] ========================================================= [2021-01-28T04:25:14.524Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T04:25:14.524Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:25:14.875Z] + 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-28T04:25:14.875Z] Sending build context to Docker daemon 98.82kB [2021-01-28T04:25:15.150Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T04:25:15.150Z] Step 2/8 : FROM ${BASE} [2021-01-28T04:25:15.150Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T04:25:15.150Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T04:25:15.150Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T04:25:15.150Z] de9db76c5a1d: Pulling fs layer [2021-01-28T04:25:15.150Z] bca2f99d35d6: Pulling fs layer [2021-01-28T04:25:15.150Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T04:25:15.150Z] 7c6f9722023f: Pulling fs layer [2021-01-28T04:25:15.150Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T04:25:15.150Z] 93359f2a8cfa: Waiting [2021-01-28T04:25:15.150Z] 7c6f9722023f: Waiting [2021-01-28T04:25:15.150Z] a35cf1a2eb13: Waiting [2021-01-28T04:25:15.150Z] bca2f99d35d6: Waiting [2021-01-28T04:25:15.150Z] de9db76c5a1d: Verifying Checksum [2021-01-28T04:25:15.150Z] de9db76c5a1d: Download complete [2021-01-28T04:25:15.150Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T04:25:15.150Z] 0ef7d3d256c8: Download complete [2021-01-28T04:25:15.150Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T04:25:15.150Z] 93359f2a8cfa: Download complete [2021-01-28T04:25:15.150Z] 7c6f9722023f: Verifying Checksum [2021-01-28T04:25:15.150Z] 7c6f9722023f: Download complete [2021-01-28T04:25:15.150Z] 188c0c94c7c5: Download complete [2021-01-28T04:25:15.728Z] 188c0c94c7c5: Pull complete [2021-01-28T04:25:15.992Z] 0ef7d3d256c8: Pull complete [2021-01-28T04:25:15.992Z] de9db76c5a1d: Pull complete [2021-01-28T04:25:17.952Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T04:25:17.952Z] a35cf1a2eb13: Download complete [2021-01-28T04:25:18.531Z] bca2f99d35d6: Verifying Checksum [2021-01-28T04:25:18.531Z] bca2f99d35d6: Download complete [2021-01-28T04:25:25.211Z] bca2f99d35d6: Pull complete [2021-01-28T04:25:25.211Z] 93359f2a8cfa: Pull complete [2021-01-28T04:25:25.211Z] 7c6f9722023f: Pull complete [2021-01-28T04:25:31.858Z] a35cf1a2eb13: Pull complete [2021-01-28T04:25:31.858Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T04:25:31.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T04:25:31.858Z] ---> a62c8e92a672 [2021-01-28T04:25:31.858Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-28T04:25:31.858Z] ---> Running in 0d97d3d74e69 [2021-01-28T04:25:31.858Z] Removing intermediate container 0d97d3d74e69 [2021-01-28T04:25:31.858Z] ---> 9f8b1d2c7108 [2021-01-28T04:25:31.858Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:25:32.123Z] ---> Running in 363e102ff257 [2021-01-28T04:25:33.083Z] Removing intermediate container 363e102ff257 [2021-01-28T04:25:33.083Z] ---> 5dae37d80155 [2021-01-28T04:25:33.083Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-28T04:25:33.346Z] ---> Running in 87bde3d30415 [2021-01-28T04:25:33.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:25:35.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:25:38.345Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-28T04:25:38.609Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-28T04:25:38.874Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-28T04:25:39.137Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-28T04:25:39.137Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T04:25:39.725Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-28T04:25:39.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:25:39.991Z] OK: 167 MiB in 45 packages [2021-01-28T04:25:40.960Z] Removing intermediate container 87bde3d30415 [2021-01-28T04:25:40.960Z] ---> 95ba27e80c31 [2021-01-28T04:25:40.960Z] Step 6/8 : WORKDIR /app [2021-01-28T04:25:40.960Z] ---> Running in 0672a9f764f5 [2021-01-28T04:25:40.960Z] Removing intermediate container 0672a9f764f5 [2021-01-28T04:25:40.960Z] ---> 37fb8a982b11 [2021-01-28T04:25:40.960Z] Step 7/8 : COPY . . [2021-01-28T04:25:41.353Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23689 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-28T04:25:41.471Z] Running in /w/workspace/app-service-configurable/80 [Pipeline] { [2021-01-28T04:25:41.539Z] ---> 730c2f1e9f17 [2021-01-28T04:25:41.539Z] Step 8/8 : RUN go mod download [2021-01-28T04:25:41.539Z] ---> Running in c1c315318a83 [Pipeline] checkout [2021-01-28T04:25:46.749Z] using credential edgex-jenkins-ssh [2021-01-28T04:25:46.815Z] Cloning the remote Git repository [2021-01-28T04:25:46.876Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-28T04:25:47.002Z] > git init /w/workspace/app-service-configurable/80 # timeout=10 [2021-01-28T04:25:47.095Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-28T04:25:47.097Z] > git --version # timeout=10 [2021-01-28T04:25:47.118Z] > git --version # 'git version 2.17.1' [2021-01-28T04:25:47.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:25:47.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:25:48.602Z] Checking out Revision 007494fa1444b8100d0014fa78f3b4f99138828f (master) [2021-01-28T04:25:47.995Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-28T04:25:48.013Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T04:25:48.048Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-28T04:25:48.105Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-28T04:25:48.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T04:25:48.118Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T04:25:48.629Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T04:25:48.647Z] > git checkout -f 007494fa1444b8100d0014fa78f3b4f99138828f # timeout=10 [2021-01-28T04:25:53.011Z] Commit message: "refactor: Renaming blackbox-tests profile to functional-tests (#179)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T04:25:54.653Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:25:55.061Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T04:25:55.395Z] + sudo service docker restart [2021-01-28T04:25:55.395Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T04:25:58.102Z] provisioning config files... [2021-01-28T04:25:58.140Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/80@tmp/config3074848379891639039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:25:58.653Z] ---> docker-login.sh [2021-01-28T04:25:58.653Z] nexus3.edgexfoundry.org:10001 [2021-01-28T04:25:59.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:25:59.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:25:59.968Z] Configure a credential helper to remove this warning. See [2021-01-28T04:25:59.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:25:59.968Z] [2021-01-28T04:25:59.968Z] Login Succeeded [2021-01-28T04:25:59.968Z] nexus3.edgexfoundry.org:10002 [2021-01-28T04:26:00.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:26:00.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:26:00.525Z] Configure a credential helper to remove this warning. See [2021-01-28T04:26:00.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:26:00.525Z] [2021-01-28T04:26:00.525Z] Login Succeeded [2021-01-28T04:26:00.525Z] nexus3.edgexfoundry.org:10003 [2021-01-28T04:26:00.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:26:01.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:26:01.084Z] Configure a credential helper to remove this warning. See [2021-01-28T04:26:01.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:26:01.084Z] [2021-01-28T04:26:01.084Z] Login Succeeded [2021-01-28T04:26:01.084Z] nexus3.edgexfoundry.org:10004 [2021-01-28T04:26:01.374Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:26:01.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:26:01.654Z] Configure a credential helper to remove this warning. See [2021-01-28T04:26:01.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:26:01.654Z] [2021-01-28T04:26:01.654Z] Login Succeeded [2021-01-28T04:26:01.654Z] docker.io [2021-01-28T04:26:01.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:26:02.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:26:02.550Z] Configure a credential helper to remove this warning. See [2021-01-28T04:26:02.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:26:02.550Z] [2021-01-28T04:26:02.550Z] Login Succeeded [2021-01-28T04:26:02.550Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T04:26:02.568Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T04:26:03.035Z] ========================================================= [2021-01-28T04:26:03.035Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T04:26:03.035Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:26:03.419Z] + 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-28T04:26:03.419Z] Sending build context to Docker daemon 98.82kB [2021-01-28T04:26:03.691Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T04:26:03.691Z] Step 2/8 : FROM ${BASE} [2021-01-28T04:26:03.967Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T04:26:03.967Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T04:26:03.967Z] a4357932f1b6: Pulling fs layer [2021-01-28T04:26:03.967Z] 18c013af1878: Pulling fs layer [2021-01-28T04:26:03.967Z] 00ac8860ef70: Pulling fs layer [2021-01-28T04:26:03.967Z] 63d7cb157983: Pulling fs layer [2021-01-28T04:26:03.967Z] b116817d02f9: Pulling fs layer [2021-01-28T04:26:03.967Z] 745a02a5169b: Pulling fs layer [2021-01-28T04:26:03.967Z] 00ac8860ef70: Waiting [2021-01-28T04:26:03.967Z] 63d7cb157983: Waiting [2021-01-28T04:26:03.967Z] b116817d02f9: Waiting [2021-01-28T04:26:03.967Z] 745a02a5169b: Waiting [2021-01-28T04:26:03.967Z] 18c013af1878: Verifying Checksum [2021-01-28T04:26:03.967Z] 18c013af1878: Download complete [2021-01-28T04:26:03.967Z] a4357932f1b6: Download complete [2021-01-28T04:26:03.967Z] 63d7cb157983: Verifying Checksum [2021-01-28T04:26:03.967Z] 63d7cb157983: Download complete [2021-01-28T04:26:03.967Z] b116817d02f9: Verifying Checksum [2021-01-28T04:26:03.967Z] b116817d02f9: Download complete [2021-01-28T04:26:04.251Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T04:26:04.251Z] 5f621e34cdf4: Download complete [2021-01-28T04:26:04.864Z] 5f621e34cdf4: Pull complete [2021-01-28T04:26:05.474Z] a4357932f1b6: Pull complete [2021-01-28T04:26:05.750Z] 18c013af1878: Pull complete [2021-01-28T04:26:08.247Z] Removing intermediate container c1c315318a83 [2021-01-28T04:26:08.247Z] ---> 72a246e29136 [2021-01-28T04:26:08.247Z] Successfully built 72a246e29136 [2021-01-28T04:26:08.247Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:26:08.384Z] 745a02a5169b: Verifying Checksum [2021-01-28T04:26:08.384Z] 745a02a5169b: Download complete [2021-01-28T04:26:08.576Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T04:26:08.576Z] . [Pipeline] withDockerContainer [2021-01-28T04:26:08.990Z] prd-centos7-docker-4c-2g-23688 does not seem to be running inside a container [2021-01-28T04:26:09.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/80 -v /w/workspace/app-service-configurable/80:/w/workspace/app-service-configurable/80:rw,z -v /w/workspace/app-service-configurable/80@tmp:/w/workspace/app-service-configurable/80@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-28T04:26:09.365Z] 00ac8860ef70: Verifying Checksum [2021-01-28T04:26:09.365Z] 00ac8860ef70: Download complete [2021-01-28T04:26:10.146Z] $ docker top 2c36df2f1b343ebb8293403e5dc4263cd8847f2f1ed36a7d36b13b93d4384fff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:26:10.678Z] + go version [2021-01-28T04:26:10.678Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T04:26:10.695Z] $ docker stop --time=1 2c36df2f1b343ebb8293403e5dc4263cd8847f2f1ed36a7d36b13b93d4384fff [2021-01-28T04:26:12.069Z] $ docker rm -f 2c36df2f1b343ebb8293403e5dc4263cd8847f2f1ed36a7d36b13b93d4384fff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:26:12.866Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T04:26:12.866Z] . [Pipeline] withDockerContainer [2021-01-28T04:26:12.984Z] prd-centos7-docker-4c-2g-23688 does not seem to be running inside a container [2021-01-28T04:26:13.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/80 -v /w/workspace/app-service-configurable/80:/w/workspace/app-service-configurable/80:rw,z -v /w/workspace/app-service-configurable/80@tmp:/w/workspace/app-service-configurable/80@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-28T04:26:13.701Z] $ docker top a50706eaeb92f67125aa81af046ada76a8d72e1c48b52040f71c4d15b6a881f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:26:14.227Z] + make test [2021-01-28T04:26:14.227Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-28T04:26:19.578Z] 00ac8860ef70: Pull complete [2021-01-28T04:26:19.855Z] 63d7cb157983: Pull complete [2021-01-28T04:26:20.130Z] b116817d02f9: Pull complete [2021-01-28T04:26:24.468Z] 745a02a5169b: Pull complete [2021-01-28T04:26:24.468Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T04:26:24.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T04:26:24.468Z] ---> b7e6874047d6 [2021-01-28T04:26:24.468Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-28T04:26:26.437Z] ---> Running in 8595da79f7a8 [2021-01-28T04:26:26.710Z] Removing intermediate container 8595da79f7a8 [2021-01-28T04:26:26.710Z] ---> 0444379cd86f [2021-01-28T04:26:26.710Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:26:26.986Z] ---> Running in 5ec772a323b9 [2021-01-28T04:26:28.967Z] Removing intermediate container 5ec772a323b9 [2021-01-28T04:26:28.967Z] ---> b65244b6c847 [2021-01-28T04:26:28.967Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-28T04:26:29.242Z] ---> Running in 1e52265fc866 [2021-01-28T04:26:29.304Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-28T04:26:29.304Z] CGO_ENABLED=1 go vet ./... [2021-01-28T04:26:30.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:30.275Z] gofmt -l . [2021-01-28T04:26:30.552Z] [ "`gofmt -l .`" = "" ] [2021-01-28T04:26:30.552Z] ./bin/test-go-mod-tidy.sh [2021-01-28T04:26:30.820Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-28T04:26:31.423Z] $ docker stop --time=1 a50706eaeb92f67125aa81af046ada76a8d72e1c48b52040f71c4d15b6a881f9 [2021-01-28T04:26:32.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:26:33.984Z] $ docker rm -f a50706eaeb92f67125aa81af046ada76a8d72e1c48b52040f71c4d15b6a881f9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T04:26:34.652Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T04:26:34.979Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-28T04:26:36.203Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-28T04:26:36.203Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-28T04:26:36.476Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-28T04:26:36.746Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-28T04:26:36.746Z] (5/6) Installing libzmq (4.3.3-r0) [Pipeline] sh [2021-01-28T04:26:37.139Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T04:26:37.442Z] + ls -al . [2021-01-28T04:26:37.442Z] total 88 [2021-01-28T04:26:37.442Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 28 04:26 . [2021-01-28T04:26:37.442Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 28 04:25 .. [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 6558 Jan 28 04:25 Attribution.txt [2021-01-28T04:26:37.442Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 04:25 bin [2021-01-28T04:26:37.442Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 28 04:26 coverage.out [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 2032 Jan 28 04:25 Dockerfile [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 28 04:25 Dockerfile.build [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 28 04:25 .dockerignore [2021-01-28T04:26:37.442Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 28 04:25 .git [2021-01-28T04:26:37.442Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 28 04:25 .github [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 28 04:25 .gitignore [2021-01-28T04:26:37.442Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 28 04:26 go.mod [2021-01-28T04:26:37.442Z] -rw-r--r--. 1 jenkins jenkins 18487 Jan 28 04:26 go.sum [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 28 04:25 Jenkinsfile [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 28 04:25 LICENSE [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 28 04:25 main.go [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 28 04:25 makefile [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 28 04:25 README.md [2021-01-28T04:26:37.442Z] drwxrwxr-x. 10 jenkins jenkins 173 Jan 28 04:25 res [2021-01-28T04:26:37.442Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 28 04:25 snap [2021-01-28T04:26:37.442Z] -rw-rw-r--. 1 jenkins jenkins 12 Jan 28 04:21 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:26:37.718Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-28T04:26:37.718Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:26:37.718Z] OK: 144 MiB in 45 packages [2021-01-28T04:26:37.755Z] + 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=007494fa1444b8100d0014fa78f3b4f99138828f --label arch=amd64 --label version=2.0.0-dev.14 . [2021-01-28T04:26:37.755Z] Sending build context to Docker daemon 120.3kB [2021-01-28T04:26:38.022Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T04:26:38.022Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-28T04:26:38.022Z] ---> 72a246e29136 [2021-01-28T04:26:38.022Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-28T04:26:38.022Z] ---> Running in 0f66ac74a23a [2021-01-28T04:26:38.288Z] Removing intermediate container 0f66ac74a23a [2021-01-28T04:26:38.288Z] ---> 245ed0e6dfe4 [2021-01-28T04:26:38.288Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-28T04:26:38.288Z] ---> Running in 078ecd405412 [2021-01-28T04:26:38.551Z] Removing intermediate container 078ecd405412 [2021-01-28T04:26:38.551Z] ---> 915ea63006a2 [2021-01-28T04:26:38.551Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-28T04:26:38.551Z] ---> Running in 0a31d69fec4e [2021-01-28T04:26:38.551Z] Removing intermediate container 0a31d69fec4e [2021-01-28T04:26:38.551Z] ---> a4c64df16f7c [2021-01-28T04:26:38.551Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:26:38.819Z] ---> Running in 270b40015919 [2021-01-28T04:26:39.153Z] Removing intermediate container 1e52265fc866 [2021-01-28T04:26:39.153Z] ---> 1f32f974d77b [2021-01-28T04:26:39.153Z] Step 6/8 : WORKDIR /app [2021-01-28T04:26:39.153Z] ---> Running in fc1aebaac277 [2021-01-28T04:26:39.427Z] Removing intermediate container fc1aebaac277 [2021-01-28T04:26:39.427Z] ---> 967e032ea6d4 [2021-01-28T04:26:39.427Z] Step 7/8 : COPY . . [2021-01-28T04:26:39.790Z] Removing intermediate container 270b40015919 [2021-01-28T04:26:39.790Z] ---> ffc846464b0e [2021-01-28T04:26:39.790Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-28T04:26:39.790Z] ---> Running in 6e066bb1bd75 [2021-01-28T04:26:40.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:26:40.412Z] ---> 96319cc35312 [2021-01-28T04:26:40.412Z] Step 8/8 : RUN go mod download [2021-01-28T04:26:40.412Z] ---> Running in 8ca1ea24539e [2021-01-28T04:26:44.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:26:49.933Z] OK: 167 MiB in 45 packages [2021-01-28T04:26:50.517Z] Removing intermediate container 6e066bb1bd75 [2021-01-28T04:26:50.517Z] ---> 470f75c361ca [2021-01-28T04:26:50.517Z] Step 8/27 : WORKDIR /app [2021-01-28T04:26:50.517Z] ---> Running in dd190bace169 [2021-01-28T04:26:50.782Z] Removing intermediate container dd190bace169 [2021-01-28T04:26:50.782Z] ---> 14a03eb7afb4 [2021-01-28T04:26:50.782Z] Step 9/27 : COPY go.mod . [2021-01-28T04:26:51.045Z] ---> dfb5d2eff710 [2021-01-28T04:26:51.045Z] Step 10/27 : RUN go mod download [2021-01-28T04:26:51.045Z] ---> Running in 8c59d4229bcf [2021-01-28T04:26:52.444Z] Removing intermediate container 8c59d4229bcf [2021-01-28T04:26:52.444Z] ---> e65d173ca2d1 [2021-01-28T04:26:52.444Z] Step 11/27 : COPY . . [2021-01-28T04:26:52.708Z] ---> 51408d488539 [2021-01-28T04:26:52.708Z] Step 12/27 : ARG MAKE="make build" [2021-01-28T04:26:52.708Z] ---> Running in c4851945342e [2021-01-28T04:26:52.972Z] Removing intermediate container c4851945342e [2021-01-28T04:26:52.972Z] ---> edfb702db0c3 [2021-01-28T04:26:52.972Z] Step 13/27 : RUN $MAKE [2021-01-28T04:26:52.972Z] ---> Running in 0ee485fb373c [2021-01-28T04:26:53.555Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.14" -o app-service-configurable [2021-01-28T04:27:07.211Z] Removing intermediate container 8ca1ea24539e [2021-01-28T04:27:07.211Z] ---> bdc8f4bb6295 [2021-01-28T04:27:07.211Z] Successfully built bdc8f4bb6295 [2021-01-28T04:27:07.211Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:07.553Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T04:27:07.553Z] . [Pipeline] withDockerContainer [2021-01-28T04:27:07.833Z] prd-ubuntu18.04-docker-arm64-4c-16g-23689 does not seem to be running inside a container [2021-01-28T04:27:07.919Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/80 -v /w/workspace/app-service-configurable/80:/w/workspace/app-service-configurable/80:rw,z -v /w/workspace/app-service-configurable/80@tmp:/w/workspace/app-service-configurable/80@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-28T04:27:08.624Z] Removing intermediate container 0ee485fb373c [2021-01-28T04:27:08.624Z] ---> 3dc36b26e762 [2021-01-28T04:27:08.624Z] Step 14/27 : FROM alpine:3.12 [2021-01-28T04:27:09.213Z] 3.12: Pulling from library/alpine [2021-01-28T04:27:09.213Z] 801bfaa63ef2: Pulling fs layer [2021-01-28T04:27:09.458Z] $ docker top 16c445c9912dc0c306642fe5fa8dd93e75252b9e782cbe8be3f8a4ef9e5433b4 -eo pid,comm [2021-01-28T04:27:09.477Z] 801bfaa63ef2: Verifying Checksum [2021-01-28T04:27:09.477Z] 801bfaa63ef2: Download complete [2021-01-28T04:27:09.740Z] 801bfaa63ef2: Pull complete [2021-01-28T04:27:09.740Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:27:09.740Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T04:27:09.740Z] ---> 389fef711851 [2021-01-28T04:27:09.740Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-28T04:27:09.740Z] ---> Running in fdb55a2165da [Pipeline] { [Pipeline] sh [2021-01-28T04:27:10.005Z] Removing intermediate container fdb55a2165da [2021-01-28T04:27:10.005Z] ---> d69c112e66d9 [2021-01-28T04:27:10.005Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-28T04:27:10.005Z] ---> Running in 7421c6c79ee1 [2021-01-28T04:27:10.276Z] Removing intermediate container 7421c6c79ee1 [2021-01-28T04:27:10.276Z] ---> 05f250507afd [2021-01-28T04:27:10.276Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-28T04:27:10.276Z] ---> Running in 16330f452c3b [2021-01-28T04:27:10.498Z] + go version [2021-01-28T04:27:10.498Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T04:27:10.526Z] $ docker stop --time=1 16c445c9912dc0c306642fe5fa8dd93e75252b9e782cbe8be3f8a4ef9e5433b4 [2021-01-28T04:27:10.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T04:27:10.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T04:27:11.123Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-28T04:27:11.123Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-28T04:27:11.123Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-28T04:27:11.123Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-28T04:27:11.123Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-28T04:27:11.123Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-28T04:27:11.123Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-28T04:27:11.123Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:27:11.123Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:27:11.386Z] OK: 9 MiB in 21 packages [2021-01-28T04:27:12.348Z] Removing intermediate container 16330f452c3b [2021-01-28T04:27:12.348Z] ---> bff704c93e96 [2021-01-28T04:27:12.348Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-28T04:27:12.469Z] $ docker rm -f 16c445c9912dc0c306642fe5fa8dd93e75252b9e782cbe8be3f8a4ef9e5433b4 [2021-01-28T04:27:12.611Z] ---> 6403c229918d [2021-01-28T04:27:12.611Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [Pipeline] // withDockerContainer [Pipeline] } [2021-01-28T04:27:12.876Z] ---> 1414f9b5968f [2021-01-28T04:27:12.876Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-28T04:27:13.139Z] ---> 0a0ec9c56d51 [2021-01-28T04:27:13.139Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:13.568Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T04:27:13.568Z] . [Pipeline] withDockerContainer [2021-01-28T04:27:13.732Z] ---> 2b4aea70e06d [2021-01-28T04:27:13.732Z] Step 22/27 : EXPOSE 48095 [2021-01-28T04:27:13.732Z] ---> Running in ff4e18a75416 [2021-01-28T04:27:13.853Z] prd-ubuntu18.04-docker-arm64-4c-16g-23689 does not seem to be running inside a container [2021-01-28T04:27:13.942Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/80 -v /w/workspace/app-service-configurable/80:/w/workspace/app-service-configurable/80:rw,z -v /w/workspace/app-service-configurable/80@tmp:/w/workspace/app-service-configurable/80@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 ******** -e ******** ci-base-image-arm64 cat [2021-01-28T04:27:13.994Z] Removing intermediate container ff4e18a75416 [2021-01-28T04:27:13.994Z] ---> 84d0db9d79a6 [2021-01-28T04:27:13.994Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-28T04:27:13.994Z] ---> Running in 8db53ec87272 [2021-01-28T04:27:14.259Z] Removing intermediate container 8db53ec87272 [2021-01-28T04:27:14.259Z] ---> b66b9a078c4a [2021-01-28T04:27:14.259Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:27:14.259Z] ---> Running in 92dafa9b8a44 [2021-01-28T04:27:14.524Z] Removing intermediate container 92dafa9b8a44 [2021-01-28T04:27:14.524Z] ---> c476b61e327e [2021-01-28T04:27:14.524Z] Step 25/27 : LABEL arch=amd64 [2021-01-28T04:27:14.524Z] ---> Running in db9989af643f [2021-01-28T04:27:14.524Z] Removing intermediate container db9989af643f [2021-01-28T04:27:14.524Z] ---> 9753b3c264ca [2021-01-28T04:27:14.524Z] Step 26/27 : LABEL git_sha=007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:27:14.787Z] ---> Running in b550b5305716 [2021-01-28T04:27:14.787Z] Removing intermediate container b550b5305716 [2021-01-28T04:27:14.787Z] ---> 05b94f199d50 [2021-01-28T04:27:14.787Z] Step 27/27 : LABEL version=2.0.0-dev.14 [2021-01-28T04:27:15.052Z] ---> Running in e43061faeb8f [2021-01-28T04:27:15.052Z] Removing intermediate container e43061faeb8f [2021-01-28T04:27:15.052Z] ---> fa46f7f577ed [2021-01-28T04:27:15.052Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T04:27:15.052Z] Successfully built fa46f7f577ed [2021-01-28T04:27:15.052Z] Successfully tagged docker-app-service-configurable:latest [2021-01-28T04:27:15.447Z] $ docker top 1511b2893543c7fed5bbbf4b4fe8fbf7f38fb4e7ec8f4fe82c74649538a87c69 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T04:27:16.232Z] provisioning config files... [2021-01-28T04:27:16.258Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/80@tmp/config2716684231346000829tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:27:16.510Z] + make test [2021-01-28T04:27:16.510Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-28T04:27:16.638Z] ---> docker-login.sh [2021-01-28T04:27:16.638Z] nexus3.edgexfoundry.org:10001 [2021-01-28T04:27:16.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:27:16.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:27:16.901Z] Configure a credential helper to remove this warning. See [2021-01-28T04:27:16.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:27:16.901Z] [2021-01-28T04:27:16.901Z] Login Succeeded [2021-01-28T04:27:16.901Z] nexus3.edgexfoundry.org:10002 [2021-01-28T04:27:16.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:27:17.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:27:17.166Z] Configure a credential helper to remove this warning. See [2021-01-28T04:27:17.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:27:17.166Z] [2021-01-28T04:27:17.166Z] Login Succeeded [2021-01-28T04:27:17.166Z] nexus3.edgexfoundry.org:10003 [2021-01-28T04:27:17.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:27:17.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:27:17.166Z] Configure a credential helper to remove this warning. See [2021-01-28T04:27:17.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:27:17.166Z] [2021-01-28T04:27:17.166Z] Login Succeeded [2021-01-28T04:27:17.166Z] nexus3.edgexfoundry.org:10004 [2021-01-28T04:27:17.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:27:17.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:27:17.432Z] Configure a credential helper to remove this warning. See [2021-01-28T04:27:17.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:27:17.432Z] [2021-01-28T04:27:17.432Z] Login Succeeded [2021-01-28T04:27:17.432Z] docker.io [2021-01-28T04:27:17.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:27:17.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:27:17.957Z] Configure a credential helper to remove this warning. See [2021-01-28T04:27:17.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:27:17.957Z] [2021-01-28T04:27:17.957Z] Login Succeeded [2021-01-28T04:27:17.957Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T04:27:17.965Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T04:27:18.206Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-28T04:27:18.207Z] 007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:27:18.207Z] latest [2021-01-28T04:27:18.207Z] 2.0.0-dev.14 [2021-01-28T04:27:18.207Z] 007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [2021-01-28T04:27:18.207Z] master [2021-01-28T04:27:18.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:18.732Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:007494fa1444b8100d0014fa78f3b4f99138828f [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:19.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:27:19.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-28T04:27:19.034Z] 7a9851cb4820: Preparing [2021-01-28T04:27:19.034Z] ddef69bd2eb5: Preparing [2021-01-28T04:27:19.034Z] a344c0bd0c48: Preparing [2021-01-28T04:27:19.034Z] 087cc60ca9f5: Preparing [2021-01-28T04:27:19.034Z] db5e7e792816: Preparing [2021-01-28T04:27:19.034Z] 777b2c648970: Preparing [2021-01-28T04:27:19.034Z] 777b2c648970: Waiting [2021-01-28T04:27:19.297Z] ddef69bd2eb5: Pushed [2021-01-28T04:27:19.297Z] 087cc60ca9f5: Pushed [2021-01-28T04:27:19.297Z] a344c0bd0c48: Pushed [2021-01-28T04:27:19.297Z] 777b2c648970: Layer already exists [2021-01-28T04:27:19.559Z] db5e7e792816: Pushed [2021-01-28T04:27:20.505Z] 7a9851cb4820: Pushed [2021-01-28T04:27:20.768Z] 007494fa1444b8100d0014fa78f3b4f99138828f: digest: sha256:e8e48a68593f0788ba72d280cfa2f35abe870ca7cacff490bb1bfb9d9486d465 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:21.079Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:21.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-28T04:27:21.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-28T04:27:21.377Z] 7a9851cb4820: Preparing [2021-01-28T04:27:21.377Z] ddef69bd2eb5: Preparing [2021-01-28T04:27:21.377Z] a344c0bd0c48: Preparing [2021-01-28T04:27:21.377Z] 087cc60ca9f5: Preparing [2021-01-28T04:27:21.377Z] db5e7e792816: Preparing [2021-01-28T04:27:21.377Z] 777b2c648970: Preparing [2021-01-28T04:27:21.377Z] 777b2c648970: Waiting [2021-01-28T04:27:21.377Z] a344c0bd0c48: Layer already exists [2021-01-28T04:27:21.377Z] 087cc60ca9f5: Layer already exists [2021-01-28T04:27:21.377Z] db5e7e792816: Layer already exists [2021-01-28T04:27:21.377Z] ddef69bd2eb5: Layer already exists [2021-01-28T04:27:21.377Z] 7a9851cb4820: Layer already exists [2021-01-28T04:27:21.377Z] 777b2c648970: Layer already exists [2021-01-28T04:27:21.377Z] latest: digest: sha256:e8e48a68593f0788ba72d280cfa2f35abe870ca7cacff490bb1bfb9d9486d465 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:21.684Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:22.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.14 [2021-01-28T04:27:22.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-28T04:27:22.249Z] 7a9851cb4820: Preparing [2021-01-28T04:27:22.249Z] ddef69bd2eb5: Preparing [2021-01-28T04:27:22.249Z] a344c0bd0c48: Preparing [2021-01-28T04:27:22.249Z] 087cc60ca9f5: Preparing [2021-01-28T04:27:22.249Z] db5e7e792816: Preparing [2021-01-28T04:27:22.249Z] 777b2c648970: Preparing [2021-01-28T04:27:22.249Z] 777b2c648970: Waiting [2021-01-28T04:27:22.249Z] db5e7e792816: Layer already exists [2021-01-28T04:27:22.249Z] 7a9851cb4820: Layer already exists [2021-01-28T04:27:22.249Z] 087cc60ca9f5: Layer already exists [2021-01-28T04:27:22.249Z] ddef69bd2eb5: Layer already exists [2021-01-28T04:27:22.249Z] a344c0bd0c48: Layer already exists [2021-01-28T04:27:22.249Z] 777b2c648970: Layer already exists [2021-01-28T04:27:22.249Z] 2.0.0-dev.14: digest: sha256:e8e48a68593f0788ba72d280cfa2f35abe870ca7cacff490bb1bfb9d9486d465 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:22.553Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:22.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [2021-01-28T04:27:22.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-28T04:27:22.852Z] 7a9851cb4820: Preparing [2021-01-28T04:27:22.852Z] ddef69bd2eb5: Preparing [2021-01-28T04:27:22.852Z] a344c0bd0c48: Preparing [2021-01-28T04:27:22.852Z] 087cc60ca9f5: Preparing [2021-01-28T04:27:22.852Z] db5e7e792816: Preparing [2021-01-28T04:27:22.852Z] 777b2c648970: Preparing [2021-01-28T04:27:22.852Z] 777b2c648970: Waiting [2021-01-28T04:27:22.852Z] a344c0bd0c48: Layer already exists [2021-01-28T04:27:22.852Z] 087cc60ca9f5: Layer already exists [2021-01-28T04:27:22.852Z] db5e7e792816: Layer already exists [2021-01-28T04:27:22.852Z] ddef69bd2eb5: Layer already exists [2021-01-28T04:27:22.852Z] 7a9851cb4820: Layer already exists [2021-01-28T04:27:22.852Z] 777b2c648970: Layer already exists [2021-01-28T04:27:22.852Z] 007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14: digest: sha256:e8e48a68593f0788ba72d280cfa2f35abe870ca7cacff490bb1bfb9d9486d465 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:23.158Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:27:23.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-28T04:27:23.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-28T04:27:23.458Z] 7a9851cb4820: Preparing [2021-01-28T04:27:23.458Z] ddef69bd2eb5: Preparing [2021-01-28T04:27:23.458Z] a344c0bd0c48: Preparing [2021-01-28T04:27:23.458Z] 087cc60ca9f5: Preparing [2021-01-28T04:27:23.458Z] db5e7e792816: Preparing [2021-01-28T04:27:23.458Z] 777b2c648970: Preparing [2021-01-28T04:27:23.458Z] 777b2c648970: Waiting [2021-01-28T04:27:23.458Z] a344c0bd0c48: Layer already exists [2021-01-28T04:27:23.458Z] db5e7e792816: Layer already exists [2021-01-28T04:27:23.458Z] ddef69bd2eb5: Layer already exists [2021-01-28T04:27:23.458Z] 087cc60ca9f5: Layer already exists [2021-01-28T04:27:23.458Z] 7a9851cb4820: Layer already exists [2021-01-28T04:27:23.458Z] 777b2c648970: Layer already exists [2021-01-28T04:27:23.458Z] master: digest: sha256:e8e48a68593f0788ba72d280cfa2f35abe870ca7cacff490bb1bfb9d9486d465 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T04:27:23.717Z] ===================================================== [Pipeline] echo [2021-01-28T04:27:23.790Z] taggedImages: [2021-01-28T04:27:23.790Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:27:23.790Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-28T04:27:23.790Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.14 [2021-01-28T04:27:23.790Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [2021-01-28T04:27:23.790Z] - 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-28T04:27:55.552Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-28T04:27:55.552Z] CGO_ENABLED=1 go vet ./... [2021-01-28T04:28:00.971Z] gofmt -l . [2021-01-28T04:28:00.971Z] [ "`gofmt -l .`" = "" ] [2021-01-28T04:28:00.971Z] ./bin/test-go-mod-tidy.sh [2021-01-28T04:28:01.246Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-28T04:28:02.259Z] $ docker stop --time=1 1511b2893543c7fed5bbbf4b4fe8fbf7f38fb4e7ec8f4fe82c74649538a87c69 [2021-01-28T04:28:04.550Z] $ docker rm -f 1511b2893543c7fed5bbbf4b4fe8fbf7f38fb4e7ec8f4fe82c74649538a87c69 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T04:28:05.470Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T04:28:05.535Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T04:28:06.219Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T04:28:07.016Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T04:28:07.391Z] + ls -al . [2021-01-28T04:28:07.391Z] total 112 [2021-01-28T04:28:07.391Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 28 04:28 . [2021-01-28T04:28:07.391Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 04:25 .. [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 28 04:25 .dockerignore [2021-01-28T04:28:07.391Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 04:25 .git [2021-01-28T04:28:07.391Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 04:25 .github [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 28 04:25 .gitignore [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 6558 Jan 28 04:25 Attribution.txt [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 2032 Jan 28 04:25 Dockerfile [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 28 04:25 Dockerfile.build [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 28 04:25 Jenkinsfile [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 28 04:25 LICENSE [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 28 04:25 README.md [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 28 04:21 VERSION [2021-01-28T04:28:07.391Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 04:25 bin [2021-01-28T04:28:07.391Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 28 04:27 coverage.out [2021-01-28T04:28:07.391Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 28 04:28 go.mod [2021-01-28T04:28:07.391Z] -rw-r--r-- 1 jenkins jenkins 18487 Jan 28 04:28 go.sum [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 28 04:25 main.go [2021-01-28T04:28:07.391Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 28 04:25 makefile [2021-01-28T04:28:07.391Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 04:25 res [2021-01-28T04:28:07.391Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 04:25 snap [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:28:07.769Z] + 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=007494fa1444b8100d0014fa78f3b4f99138828f --label arch=arm64 --label version=2.0.0-dev.14 . [2021-01-28T04:28:07.769Z] Sending build context to Docker daemon 120.3kB [2021-01-28T04:28:08.068Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T04:28:08.068Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-28T04:28:08.068Z] ---> bdc8f4bb6295 [2021-01-28T04:28:08.068Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-28T04:28:08.344Z] ---> Running in 250ccc986d64 [2021-01-28T04:28:08.950Z] Removing intermediate container 250ccc986d64 [2021-01-28T04:28:08.950Z] ---> 77033800613b [2021-01-28T04:28:08.950Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-28T04:28:08.950Z] ---> Running in f08bfadcbd9c [2021-01-28T04:28:09.222Z] Removing intermediate container f08bfadcbd9c [2021-01-28T04:28:09.222Z] ---> d86bf6a8cc78 [2021-01-28T04:28:09.222Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-28T04:28:09.494Z] ---> Running in 0c26bbca9d09 [2021-01-28T04:28:09.766Z] Removing intermediate container 0c26bbca9d09 [2021-01-28T04:28:09.766Z] ---> 061469ee81ec [2021-01-28T04:28:09.766Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T04:28:10.038Z] ---> Running in ecffdbdf24b3 [2021-01-28T04:28:12.035Z] Removing intermediate container ecffdbdf24b3 [2021-01-28T04:28:12.035Z] ---> 7d4e06dd7c1d [2021-01-28T04:28:12.035Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-28T04:28:12.035Z] ---> Running in 3cfec80877cc [2021-01-28T04:28:13.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:28:15.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:28:17.430Z] OK: 144 MiB in 45 packages [2021-01-28T04:28:18.405Z] Removing intermediate container 3cfec80877cc [2021-01-28T04:28:18.405Z] ---> 0793059e7799 [2021-01-28T04:28:18.405Z] Step 8/27 : WORKDIR /app [2021-01-28T04:28:18.405Z] ---> Running in 8ecf4fe24cea [2021-01-28T04:28:18.999Z] Removing intermediate container 8ecf4fe24cea [2021-01-28T04:28:18.999Z] ---> 20397632b225 [2021-01-28T04:28:18.999Z] Step 9/27 : COPY go.mod . [2021-01-28T04:28:19.596Z] ---> 27c52368f795 [2021-01-28T04:28:19.596Z] Step 10/27 : RUN go mod download [2021-01-28T04:28:19.869Z] ---> Running in 83e52d31d502 [2021-01-28T04:28:22.486Z] Removing intermediate container 83e52d31d502 [2021-01-28T04:28:22.486Z] ---> 761613b034d1 [2021-01-28T04:28:22.486Z] Step 11/27 : COPY . . [2021-01-28T04:28:22.764Z] ---> 84dbbedbefd3 [2021-01-28T04:28:22.764Z] Step 12/27 : ARG MAKE="make build" [2021-01-28T04:28:23.041Z] ---> Running in dddcff7e95f0 [2021-01-28T04:28:23.639Z] Removing intermediate container dddcff7e95f0 [2021-01-28T04:28:23.639Z] ---> abdbe2d02f71 [2021-01-28T04:28:23.639Z] Step 13/27 : RUN $MAKE [2021-01-28T04:28:23.639Z] ---> Running in 7379af23754f [2021-01-28T04:28:24.615Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.14" -o app-service-configurable [2021-01-28T04:29:03.662Z] Removing intermediate container 7379af23754f [2021-01-28T04:29:03.662Z] ---> b8913fff83c9 [2021-01-28T04:29:03.662Z] Step 14/27 : FROM alpine:3.12 [2021-01-28T04:29:03.662Z] 3.12: Pulling from library/alpine [2021-01-28T04:29:03.662Z] 159e5727ea61: Pulling fs layer [2021-01-28T04:29:03.662Z] 159e5727ea61: Verifying Checksum [2021-01-28T04:29:03.662Z] 159e5727ea61: Download complete [2021-01-28T04:29:03.662Z] 159e5727ea61: Pull complete [2021-01-28T04:29:03.662Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T04:29:03.662Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T04:29:03.662Z] ---> afeebe901d6b [2021-01-28T04:29:03.662Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-28T04:29:03.662Z] ---> Running in 26feb892bffd [2021-01-28T04:29:03.662Z] Removing intermediate container 26feb892bffd [2021-01-28T04:29:03.662Z] ---> a5c0c434ef43 [2021-01-28T04:29:03.662Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-28T04:29:03.662Z] ---> Running in 52e33f031728 [2021-01-28T04:29:03.662Z] Removing intermediate container 52e33f031728 [2021-01-28T04:29:03.662Z] ---> ab023e4fe0c3 [2021-01-28T04:29:03.662Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-28T04:29:03.662Z] ---> Running in f373be47fbae [2021-01-28T04:29:03.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T04:29:03.662Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T04:29:03.662Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-28T04:29:03.662Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-28T04:29:03.662Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-28T04:29:03.662Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-28T04:29:03.662Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-28T04:29:03.662Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-28T04:29:03.662Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-28T04:29:03.662Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T04:29:03.662Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T04:29:03.662Z] OK: 9 MiB in 21 packages [2021-01-28T04:29:05.102Z] Removing intermediate container f373be47fbae [2021-01-28T04:29:05.102Z] ---> 52a7417de6eb [2021-01-28T04:29:05.102Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-28T04:29:05.697Z] ---> e35305504fbc [2021-01-28T04:29:05.697Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-28T04:29:06.289Z] ---> dbf4a40b4237 [2021-01-28T04:29:06.289Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-28T04:29:06.880Z] ---> 1f1205cec725 [2021-01-28T04:29:06.881Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-28T04:29:08.311Z] ---> 2b601abf2d72 [2021-01-28T04:29:08.311Z] Step 22/27 : EXPOSE 48095 [2021-01-28T04:29:08.311Z] ---> Running in 533e8c50f1ba [2021-01-28T04:29:08.905Z] Removing intermediate container 533e8c50f1ba [2021-01-28T04:29:08.905Z] ---> fd88d53d35f7 [2021-01-28T04:29:08.905Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-28T04:29:08.905Z] ---> Running in 3de2feb4ec6a [2021-01-28T04:29:09.188Z] Removing intermediate container 3de2feb4ec6a [2021-01-28T04:29:09.188Z] ---> 8e9a4ac22989 [2021-01-28T04:29:09.188Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T04:29:09.461Z] ---> Running in aeab622b6f17 [2021-01-28T04:29:09.735Z] Removing intermediate container aeab622b6f17 [2021-01-28T04:29:09.735Z] ---> fb739b1f9922 [2021-01-28T04:29:09.735Z] Step 25/27 : LABEL arch=arm64 [2021-01-28T04:29:10.009Z] ---> Running in bcfaa24091b0 [2021-01-28T04:29:10.609Z] Removing intermediate container bcfaa24091b0 [2021-01-28T04:29:10.609Z] ---> e9533e3e1ba3 [2021-01-28T04:29:10.609Z] Step 26/27 : LABEL git_sha=007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:29:10.609Z] ---> Running in 8af2a1bf5226 [2021-01-28T04:29:11.202Z] Removing intermediate container 8af2a1bf5226 [2021-01-28T04:29:11.202Z] ---> 3f2a02c04d2b [2021-01-28T04:29:11.202Z] Step 27/27 : LABEL version=2.0.0-dev.14 [2021-01-28T04:29:11.202Z] ---> Running in ba3881a4493f [2021-01-28T04:29:11.477Z] Removing intermediate container ba3881a4493f [2021-01-28T04:29:11.477Z] ---> 5dc1187fa566 [2021-01-28T04:29:11.477Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T04:29:11.477Z] Successfully built 5dc1187fa566 [2021-01-28T04:29:11.749Z] 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-28T04:29:12.236Z] provisioning config files... [2021-01-28T04:29:12.276Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/80@tmp/config6470668172157884432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:29:12.724Z] ---> docker-login.sh [2021-01-28T04:29:12.724Z] nexus3.edgexfoundry.org:10001 [2021-01-28T04:29:12.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:29:13.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:29:13.278Z] Configure a credential helper to remove this warning. See [2021-01-28T04:29:13.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:29:13.278Z] [2021-01-28T04:29:13.278Z] Login Succeeded [2021-01-28T04:29:13.278Z] nexus3.edgexfoundry.org:10002 [2021-01-28T04:29:13.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:29:13.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:29:13.831Z] Configure a credential helper to remove this warning. See [2021-01-28T04:29:13.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:29:13.831Z] [2021-01-28T04:29:13.831Z] Login Succeeded [2021-01-28T04:29:13.831Z] nexus3.edgexfoundry.org:10003 [2021-01-28T04:29:14.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:29:14.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:29:14.377Z] Configure a credential helper to remove this warning. See [2021-01-28T04:29:14.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:29:14.377Z] [2021-01-28T04:29:14.377Z] Login Succeeded [2021-01-28T04:29:14.377Z] nexus3.edgexfoundry.org:10004 [2021-01-28T04:29:14.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:29:14.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:29:14.924Z] Configure a credential helper to remove this warning. See [2021-01-28T04:29:14.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:29:14.924Z] [2021-01-28T04:29:14.924Z] Login Succeeded [2021-01-28T04:29:14.924Z] docker.io [2021-01-28T04:29:15.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T04:29:15.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T04:29:15.466Z] Configure a credential helper to remove this warning. See [2021-01-28T04:29:15.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T04:29:15.466Z] [2021-01-28T04:29:15.466Z] Login Succeeded [2021-01-28T04:29:15.466Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T04:29:15.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T04:29:15.732Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-28T04:29:15.732Z] 007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:29:15.732Z] latest [2021-01-28T04:29:15.732Z] 2.0.0-dev.14 [2021-01-28T04:29:15.732Z] 007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [2021-01-28T04:29:15.732Z] master [2021-01-28T04:29:15.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:16.255Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:007494fa1444b8100d0014fa78f3b4f99138828f [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:16.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:29:16.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-28T04:29:16.599Z] fa53b36f58c3: Preparing [2021-01-28T04:29:16.599Z] 2a0918d9cf81: Preparing [2021-01-28T04:29:16.599Z] 3b420419f405: Preparing [2021-01-28T04:29:16.599Z] 5315af4cfbd8: Preparing [2021-01-28T04:29:16.599Z] 6514657b6796: Preparing [2021-01-28T04:29:16.599Z] 379067d0cb53: Preparing [2021-01-28T04:29:16.599Z] 379067d0cb53: Waiting [2021-01-28T04:29:16.880Z] 5315af4cfbd8: Pushed [2021-01-28T04:29:16.880Z] 3b420419f405: Pushed [2021-01-28T04:29:16.880Z] 2a0918d9cf81: Pushed [2021-01-28T04:29:17.154Z] 379067d0cb53: Layer already exists [2021-01-28T04:29:17.751Z] 6514657b6796: Pushed [2021-01-28T04:29:20.368Z] fa53b36f58c3: Pushed [2021-01-28T04:29:20.638Z] 007494fa1444b8100d0014fa78f3b4f99138828f: digest: sha256:53fdb293b0b700e8763f41dec526d64fb9c8dec747852fef59365f4391e7d38f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:20.990Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:21.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-28T04:29:21.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-28T04:29:21.326Z] fa53b36f58c3: Preparing [2021-01-28T04:29:21.326Z] 2a0918d9cf81: Preparing [2021-01-28T04:29:21.326Z] 3b420419f405: Preparing [2021-01-28T04:29:21.326Z] 5315af4cfbd8: Preparing [2021-01-28T04:29:21.326Z] 6514657b6796: Preparing [2021-01-28T04:29:21.326Z] 379067d0cb53: Preparing [2021-01-28T04:29:21.326Z] 6514657b6796: Layer already exists [2021-01-28T04:29:21.326Z] 3b420419f405: Layer already exists [2021-01-28T04:29:21.326Z] fa53b36f58c3: Layer already exists [2021-01-28T04:29:21.326Z] 5315af4cfbd8: Layer already exists [2021-01-28T04:29:21.326Z] 2a0918d9cf81: Layer already exists [2021-01-28T04:29:21.326Z] 379067d0cb53: Layer already exists [2021-01-28T04:29:21.599Z] latest: digest: sha256:53fdb293b0b700e8763f41dec526d64fb9c8dec747852fef59365f4391e7d38f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:21.955Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:22.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.14 [2021-01-28T04:29:22.295Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-28T04:29:22.295Z] fa53b36f58c3: Preparing [2021-01-28T04:29:22.295Z] 2a0918d9cf81: Preparing [2021-01-28T04:29:22.295Z] 3b420419f405: Preparing [2021-01-28T04:29:22.295Z] 5315af4cfbd8: Preparing [2021-01-28T04:29:22.295Z] 6514657b6796: Preparing [2021-01-28T04:29:22.295Z] 379067d0cb53: Preparing [2021-01-28T04:29:22.295Z] 379067d0cb53: Waiting [2021-01-28T04:29:22.566Z] 6514657b6796: Layer already exists [2021-01-28T04:29:22.566Z] 5315af4cfbd8: Layer already exists [2021-01-28T04:29:22.566Z] 2a0918d9cf81: Layer already exists [2021-01-28T04:29:22.566Z] fa53b36f58c3: Layer already exists [2021-01-28T04:29:22.566Z] 3b420419f405: Layer already exists [2021-01-28T04:29:22.566Z] 379067d0cb53: Layer already exists [2021-01-28T04:29:22.845Z] 2.0.0-dev.14: digest: sha256:53fdb293b0b700e8763f41dec526d64fb9c8dec747852fef59365f4391e7d38f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:23.202Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:23.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [2021-01-28T04:29:23.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-28T04:29:23.551Z] fa53b36f58c3: Preparing [2021-01-28T04:29:23.551Z] 2a0918d9cf81: Preparing [2021-01-28T04:29:23.551Z] 3b420419f405: Preparing [2021-01-28T04:29:23.551Z] 5315af4cfbd8: Preparing [2021-01-28T04:29:23.551Z] 6514657b6796: Preparing [2021-01-28T04:29:23.551Z] 379067d0cb53: Preparing [2021-01-28T04:29:23.551Z] 379067d0cb53: Waiting [2021-01-28T04:29:23.823Z] fa53b36f58c3: Layer already exists [2021-01-28T04:29:23.823Z] 5315af4cfbd8: Layer already exists [2021-01-28T04:29:23.823Z] 2a0918d9cf81: Layer already exists [2021-01-28T04:29:23.823Z] 6514657b6796: Layer already exists [2021-01-28T04:29:23.823Z] 3b420419f405: Layer already exists [2021-01-28T04:29:23.823Z] 379067d0cb53: Layer already exists [2021-01-28T04:29:23.823Z] 007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14: digest: sha256:53fdb293b0b700e8763f41dec526d64fb9c8dec747852fef59365f4391e7d38f size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:24.172Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:24.512Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-28T04:29:24.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-28T04:29:24.512Z] fa53b36f58c3: Preparing [2021-01-28T04:29:24.512Z] 2a0918d9cf81: Preparing [2021-01-28T04:29:24.512Z] 3b420419f405: Preparing [2021-01-28T04:29:24.512Z] 5315af4cfbd8: Preparing [2021-01-28T04:29:24.512Z] 6514657b6796: Preparing [2021-01-28T04:29:24.512Z] 379067d0cb53: Preparing [2021-01-28T04:29:24.512Z] 379067d0cb53: Waiting [2021-01-28T04:29:24.512Z] fa53b36f58c3: Layer already exists [2021-01-28T04:29:24.512Z] 5315af4cfbd8: Layer already exists [2021-01-28T04:29:24.512Z] 2a0918d9cf81: Layer already exists [2021-01-28T04:29:24.512Z] 6514657b6796: Layer already exists [2021-01-28T04:29:24.512Z] 3b420419f405: Layer already exists [2021-01-28T04:29:24.512Z] 379067d0cb53: Layer already exists [2021-01-28T04:29:24.783Z] master: digest: sha256:53fdb293b0b700e8763f41dec526d64fb9c8dec747852fef59365f4391e7d38f size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-28T04:29:24.991Z] ===================================================== [Pipeline] echo [2021-01-28T04:29:25.043Z] taggedImages: [2021-01-28T04:29:25.043Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:007494fa1444b8100d0014fa78f3b4f99138828f [2021-01-28T04:29:25.043Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-28T04:29:25.043Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.14 [2021-01-28T04:29:25.043Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:007494fa1444b8100d0014fa78f3b4f99138828f-2.0.0-dev.14 [2021-01-28T04:29:25.043Z] - 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-28T04:29:26.353Z] provisioning config files... [2021-01-28T04:29:26.477Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config7291765033715551041tmp [Pipeline] { [Pipeline] sh [2021-01-28T04:29:27.006Z] + set +x [2021-01-28T04:29:27.006Z] + curl -s https://codecov.io/bash [2021-01-28T04:29:27.006Z] + bash -s -- [2021-01-28T04:29:27.280Z] [2021-01-28T04:29:27.280Z] _____ _ [2021-01-28T04:29:27.280Z] / ____| | | [2021-01-28T04:29:27.280Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T04:29:27.280Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T04:29:27.280Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T04:29:27.280Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T04:29:27.280Z] Bash-20210128-d4071a2 [2021-01-28T04:29:27.280Z] [2021-01-28T04:29:27.280Z] [2021-01-28T04:29:27.280Z] ==> git version 2.24.3 found [2021-01-28T04:29:27.280Z] ==> 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-28T04:29:27.280Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T04:29:27.280Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T04:29:27.280Z] ==> Jenkins CI detected. [2021-01-28T04:29:27.280Z] project root: . [2021-01-28T04:29:27.280Z] --> token set from env [2021-01-28T04:29:27.280Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-28T04:29:27.280Z] ==> Running gcov in . (disable via -X gcov) [2021-01-28T04:29:27.561Z] ==> Python coveragepy not found [2021-01-28T04:29:27.561Z] ==> Searching for coverage reports in: [2021-01-28T04:29:27.561Z] + . [2021-01-28T04:29:27.561Z] -> Found 1 reports [2021-01-28T04:29:27.561Z] ==> Detecting git/mercurial file structure [2021-01-28T04:29:27.561Z] ==> Reading reports [2021-01-28T04:29:27.561Z] + ./coverage.out bytes=10 [2021-01-28T04:29:27.561Z] ==> Appending adjustments [2021-01-28T04:29:27.561Z] https://docs.codecov.io/docs/fixing-reports [2021-01-28T04:29:27.561Z] + Found adjustments [2021-01-28T04:29:27.561Z] ==> Gzipping contents [2021-01-28T04:29:27.561Z] 4.0K /tmp/codecov.hKctAJ.gz [2021-01-28T04:29:27.561Z] ==> Uploading reports [2021-01-28T04:29:27.561Z] url: https://codecov.io [2021-01-28T04:29:27.561Z] query: branch=master&commit=007494fa1444b8100d0014fa78f3b4f99138828f&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T04:29:27.561Z] -> Pinging Codecov [2021-01-28T04:29:27.561Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=master&commit=007494fa1444b8100d0014fa78f3b4f99138828f&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-28T04:29:28.173Z] -> Uploading to [2021-01-28T04:29:28.173Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-28/A97CA9966030D2A3747ED39772930CCE/007494fa1444b8100d0014fa78f3b4f99138828f/303b5f35-0f24-49fd-a4fd-dd9289d8f28e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T042927Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7052a8becbfe5b9807460a6e35488ca2ecdf1adae11e1601738798acb670c87 [2021-01-28T04:29:28.173Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T04:29:28.173Z] Dload Upload Total Spent Left Speed [2021-01-28T04:29:28.447Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 896 --:--:-- --:--:-- --:--:-- 899 [2021-01-28T04:29:28.447Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/007494fa1444b8100d0014fa78f3b4f99138828f [Pipeline] } [2021-01-28T04:29:28.466Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-28T04:29:29.324Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-28T04:29:29.411Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:29.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T04:29:30.105Z] [2021-01-28T04:29:30.105Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:29:30.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T04:29:30.492Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-28T04:29:30.492Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T04:29:30.492Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T04:29:30.492Z] de9db76c5a1d: Pulling fs layer [2021-01-28T04:29:30.492Z] 0eba1c9be4d2: Pulling fs layer [2021-01-28T04:29:30.492Z] 0d57e429df01: Pulling fs layer [2021-01-28T04:29:30.492Z] 4e4be7b47b0d: Pulling fs layer [2021-01-28T04:29:30.492Z] e1f770b5df2f: Pulling fs layer [2021-01-28T04:29:30.492Z] 85a0685a4137: Pulling fs layer [2021-01-28T04:29:30.492Z] 4e4be7b47b0d: Waiting [2021-01-28T04:29:30.492Z] e1f770b5df2f: Waiting [2021-01-28T04:29:30.492Z] 0eba1c9be4d2: Waiting [2021-01-28T04:29:30.492Z] 85a0685a4137: Waiting [2021-01-28T04:29:30.492Z] 0d57e429df01: Waiting [2021-01-28T04:29:30.767Z] de9db76c5a1d: Download complete [2021-01-28T04:29:31.353Z] 0ef7d3d256c8: Verifying Checksum [2021-01-28T04:29:31.353Z] 0ef7d3d256c8: Download complete [2021-01-28T04:29:31.618Z] 0d57e429df01: Verifying Checksum [2021-01-28T04:29:31.618Z] 0d57e429df01: Download complete [2021-01-28T04:29:31.618Z] 4e4be7b47b0d: Verifying Checksum [2021-01-28T04:29:31.618Z] 4e4be7b47b0d: Download complete [2021-01-28T04:29:32.211Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T04:29:32.802Z] 188c0c94c7c5: Pull complete [2021-01-28T04:29:33.411Z] 0ef7d3d256c8: Pull complete [2021-01-28T04:29:33.411Z] de9db76c5a1d: Pull complete [2021-01-28T04:29:33.676Z] e1f770b5df2f: Verifying Checksum [2021-01-28T04:29:33.677Z] e1f770b5df2f: Download complete [2021-01-28T04:29:39.153Z] 0eba1c9be4d2: Verifying Checksum [2021-01-28T04:29:39.153Z] 0eba1c9be4d2: Download complete [2021-01-28T04:29:39.153Z] 85a0685a4137: Verifying Checksum [2021-01-28T04:29:39.153Z] 85a0685a4137: Download complete [2021-01-28T04:29:49.531Z] 0eba1c9be4d2: Pull complete [2021-01-28T04:29:49.531Z] 0d57e429df01: Pull complete [2021-01-28T04:29:49.531Z] 4e4be7b47b0d: Pull complete [2021-01-28T04:29:51.577Z] e1f770b5df2f: Pull complete [2021-01-28T04:30:04.172Z] 85a0685a4137: Pull complete [2021-01-28T04:30:04.173Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-28T04:30:04.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-28T04:30:04.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-28T04:30:04.520Z] prd-centos7-docker-4c-2g-23687 does not seem to be running inside a container [2021-01-28T04:30:04.633Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-28T04:30:06.379Z] $ docker top 8b8b5455ac8c7c8f5521156aea5b4853d83d351c0aa3d192f04a7a0230217c02 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T04:30:06.908Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-28T04:30:07.363Z] + set -o pipefail [2021-01-28T04:30:07.363Z] + snyk monitor '--org=edgex-jenkins' [2021-01-28T04:30:20.210Z] [2021-01-28T04:30:20.210Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-01-28T04:30:20.210Z] [2021-01-28T04:30:20.210Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/04628fa1-8d76-4fa4-b19a-75f1b8fba1a2 [2021-01-28T04:30:20.210Z] [2021-01-28T04:30:20.210Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-28T04:30:20.210Z] [2021-01-28T04:30:20.210Z] [Pipeline] } [2021-01-28T04:30:20.252Z] $ docker stop --time=1 8b8b5455ac8c7c8f5521156aea5b4853d83d351c0aa3d192f04a7a0230217c02 [2021-01-28T04:30:23.339Z] $ docker rm -f 8b8b5455ac8c7c8f5521156aea5b4853d83d351c0aa3d192f04a7a0230217c02 [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-28T04:30:25.908Z] + git log --format=format:%s -1 007494fa1444b8100d0014fa78f3b4f99138828f [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:30:26.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:30:26.340Z] . [Pipeline] withDockerContainer [2021-01-28T04:30:26.497Z] prd-centos7-docker-4c-2g-23687 does not seem to be running inside a container [2021-01-28T04:30:26.619Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T04:30:27.732Z] $ docker top 22fb17aac1ad0fab24415acf8180825c5b52ebac6a20d7b4bf7ad01a3e0d7d46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T04:30:28.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T04:30:28.194Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T04:30:28.602Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T04:30:28.608Z] $ docker exec 22fb17aac1ad0fab24415acf8180825c5b52ebac6a20d7b4bf7ad01a3e0d7d46 ssh-agent [2021-01-28T04:30:28.890Z] SSH_AUTH_SOCK=/tmp/ssh-xd1WwrveTdDV/agent.12 [2021-01-28T04:30:28.890Z] SSH_AGENT_PID=17 [2021-01-28T04:30:28.902Z] Running ssh-add (command line suppressed) [2021-01-28T04:30:29.142Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6301640848025873609.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6301640848025873609.key) [2021-01-28T04:30:29.253Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T04:30:29.614Z] + git semver tag [2021-01-28T04:30:29.883Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T04:30:29.883Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-28T04:30:29.883Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-28T04:30:29.883Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T04:30:29.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T04:30:29.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T04:30:29.883Z] # $SEMVER_BRANCH = master [2021-01-28T04:30:29.883Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-28T04:30:29.883Z] # 007494fa1444b8100d0014fa78f3b4f99138828f HEAD [2021-01-28T04:30:29.883Z] # -> Force: false [2021-01-28T04:30:29.883Z] # de66e8e2e497a43974821f7157a25d23350e2b8c refs/tags/v2.0.0-dev.14 [Pipeline] } [2021-01-28T04:30:29.904Z] $ docker exec --env ******** --env ******** 22fb17aac1ad0fab24415acf8180825c5b52ebac6a20d7b4bf7ad01a3e0d7d46 ssh-agent -k [2021-01-28T04:30:30.185Z] unset SSH_AUTH_SOCK; [2021-01-28T04:30:30.186Z] unset SSH_AGENT_PID; [2021-01-28T04:30:30.186Z] echo Agent pid 17 killed; [2021-01-28T04:30:30.277Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T04:30:30.861Z] + git semver [Pipeline] } [2021-01-28T04:30:30.934Z] $ docker stop --time=1 22fb17aac1ad0fab24415acf8180825c5b52ebac6a20d7b4bf7ad01a3e0d7d46 [2021-01-28T04:30:32.587Z] $ docker rm -f 22fb17aac1ad0fab24415acf8180825c5b52ebac6a20d7b4bf7ad01a3e0d7d46 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:30:33.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T04:30:33.366Z] [2021-01-28T04:30:33.366Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:30:33.863Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T04:30:34.131Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-28T04:30:34.131Z] ab5ef0e58194: Pulling fs layer [2021-01-28T04:30:34.131Z] 9712f1f96733: Pulling fs layer [2021-01-28T04:30:34.131Z] 63f879dbbcfc: Pulling fs layer [2021-01-28T04:30:34.131Z] 0d9ebad4ef96: Pulling fs layer [2021-01-28T04:30:34.131Z] e9a5061849ea: Pulling fs layer [2021-01-28T04:30:34.131Z] d747dcd14b5f: Pulling fs layer [2021-01-28T04:30:34.131Z] 2de7ff778b66: Pulling fs layer [2021-01-28T04:30:34.131Z] e9a5061849ea: Waiting [2021-01-28T04:30:34.131Z] d747dcd14b5f: Waiting [2021-01-28T04:30:34.131Z] 2de7ff778b66: Waiting [2021-01-28T04:30:34.131Z] 0d9ebad4ef96: Waiting [2021-01-28T04:30:34.131Z] 9712f1f96733: Download complete [2021-01-28T04:30:37.563Z] 63f879dbbcfc: Verifying Checksum [2021-01-28T04:30:37.563Z] 63f879dbbcfc: Download complete [2021-01-28T04:30:37.563Z] e9a5061849ea: Verifying Checksum [2021-01-28T04:30:37.563Z] e9a5061849ea: Download complete [2021-01-28T04:30:37.845Z] d747dcd14b5f: Verifying Checksum [2021-01-28T04:30:37.845Z] d747dcd14b5f: Download complete [2021-01-28T04:30:38.469Z] 0d9ebad4ef96: Verifying Checksum [2021-01-28T04:30:38.469Z] 0d9ebad4ef96: Download complete [2021-01-28T04:30:38.469Z] 2de7ff778b66: Verifying Checksum [2021-01-28T04:30:38.469Z] 2de7ff778b66: Download complete [2021-01-28T04:30:38.738Z] ab5ef0e58194: Verifying Checksum [2021-01-28T04:30:38.738Z] ab5ef0e58194: Download complete [2021-01-28T04:30:45.477Z] ab5ef0e58194: Pull complete [2021-01-28T04:30:45.477Z] 9712f1f96733: Pull complete [2021-01-28T04:30:47.516Z] 63f879dbbcfc: Pull complete [2021-01-28T04:31:00.088Z] 0d9ebad4ef96: Pull complete [2021-01-28T04:31:02.168Z] e9a5061849ea: Pull complete [2021-01-28T04:31:02.874Z] d747dcd14b5f: Pull complete [2021-01-28T04:31:06.495Z] 2de7ff778b66: Pull complete [2021-01-28T04:31:06.495Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-28T04:31:06.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-28T04:31:06.495Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-28T04:31:07.053Z] prd-centos7-docker-4c-2g-23687 does not seem to be running inside a container [2021-01-28T04:31:07.168Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-28T04:31:11.662Z] $ docker top b942ff8d4c931254e1d6a8daba9fc71b989ae572bcff987bba0b94c909a3922d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-28T04:31:12.100Z] provisioning config files... [2021-01-28T04:31:12.114Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6951632456120788431tmp [2021-01-28T04:31:12.159Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config6404350525191966030tmp [2021-01-28T04:31:12.215Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3997105419002958972tmp [Pipeline] { [Pipeline] echo [2021-01-28T04:31:12.291Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:31:12.942Z] ---> sigul-configuration.sh [2021-01-28T04:31:12.942Z] gpg: directory `/root/.gnupg' created [2021-01-28T04:31:12.942Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-28T04:31:12.942Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-28T04:31:12.942Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-28T04:31:12.942Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-28T04:31:12.942Z] gpg: CAST5 encrypted data [2021-01-28T04:31:12.942Z] gpg: encrypted with 1 passphrase [2021-01-28T04:31:12.942Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-28T04:31:14.259Z] + mkdir /home/jenkins [2021-01-28T04:31:14.259Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-28T04:31:14.931Z] + 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-28T04:31:14.948Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:31:15.647Z] ---> sigul-install.sh [2021-01-28T04:31:22.333Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-28T04:31:23.291Z] + git tag --list [2021-01-28T04:31:23.291Z] v1.0.0 [2021-01-28T04:31:23.291Z] v1.1.0 [2021-01-28T04:31:23.291Z] v1.2.0 [2021-01-28T04:31:23.291Z] v1.3.0 [2021-01-28T04:31:23.291Z] v1.3.1-dev.1 [2021-01-28T04:31:23.291Z] v2.0.0-dev.1 [2021-01-28T04:31:23.291Z] v2.0.0-dev.10 [2021-01-28T04:31:23.291Z] v2.0.0-dev.11 [2021-01-28T04:31:23.291Z] v2.0.0-dev.12 [2021-01-28T04:31:23.291Z] v2.0.0-dev.13 [2021-01-28T04:31:23.291Z] v2.0.0-dev.14 [2021-01-28T04:31:23.291Z] v2.0.0-dev.2 [2021-01-28T04:31:23.291Z] v2.0.0-dev.3 [2021-01-28T04:31:23.291Z] v2.0.0-dev.4 [2021-01-28T04:31:23.291Z] v2.0.0-dev.5 [2021-01-28T04:31:23.291Z] v2.0.0-dev.6 [2021-01-28T04:31:23.291Z] v2.0.0-dev.7 [2021-01-28T04:31:23.291Z] v2.0.0-dev.8 [2021-01-28T04:31:23.291Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-28T04:31:24.029Z] + lftools sign git-tag v2.0.0-dev.14 [2021-01-28T04:31:26.018Z] Signing Git tag with Sigul... [2021-01-28T04:31:26.018Z] Signing v2.0.0-dev.14 [Pipeline] echo [2021-01-28T04:31:26.996Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:31:27.312Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-28T04:31:27.331Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-28T04:31:27.433Z] $ docker stop --time=1 b942ff8d4c931254e1d6a8daba9fc71b989ae572bcff987bba0b94c909a3922d [2021-01-28T04:31:29.501Z] $ docker rm -f b942ff8d4c931254e1d6a8daba9fc71b989ae572bcff987bba0b94c909a3922d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:31:30.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:31:30.527Z] . [Pipeline] withDockerContainer [2021-01-28T04:31:30.764Z] prd-centos7-docker-4c-2g-23687 does not seem to be running inside a container [2021-01-28T04:31:30.929Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T04:31:32.227Z] $ docker top c2bd1b4bbce6e6e51689ce8317495f422cc4392b3616d8da37e377c2035e6eda -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T04:31:32.778Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T04:31:32.778Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T04:31:33.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T04:31:33.209Z] $ docker exec c2bd1b4bbce6e6e51689ce8317495f422cc4392b3616d8da37e377c2035e6eda ssh-agent [2021-01-28T04:31:33.550Z] SSH_AUTH_SOCK=/tmp/ssh-vJaEfQQ7Xtx6/agent.12 [2021-01-28T04:31:33.550Z] SSH_AGENT_PID=17 [2021-01-28T04:31:33.568Z] Running ssh-add (command line suppressed) [2021-01-28T04:31:33.804Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3382647428111192369.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3382647428111192369.key) [2021-01-28T04:31:33.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T04:31:34.252Z] + git semver bump pre [2021-01-28T04:31:34.542Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T04:31:34.542Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-28T04:31:34.542Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-28T04:31:34.542Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T04:31:34.542Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T04:31:34.542Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T04:31:34.542Z] # $SEMVER_BRANCH = master [2021-01-28T04:31:34.542Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-28T04:31:34.542Z] 2.0.0-dev.15 [Pipeline] } [2021-01-28T04:31:34.574Z] $ docker exec --env ******** --env ******** c2bd1b4bbce6e6e51689ce8317495f422cc4392b3616d8da37e377c2035e6eda ssh-agent -k [2021-01-28T04:31:34.761Z] unset SSH_AUTH_SOCK; [2021-01-28T04:31:34.763Z] unset SSH_AGENT_PID; [2021-01-28T04:31:34.763Z] echo Agent pid 17 killed; [2021-01-28T04:31:34.856Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T04:31:35.429Z] + git semver [Pipeline] } [2021-01-28T04:31:35.481Z] $ docker stop --time=1 c2bd1b4bbce6e6e51689ce8317495f422cc4392b3616d8da37e377c2035e6eda [2021-01-28T04:31:37.137Z] $ docker rm -f c2bd1b4bbce6e6e51689ce8317495f422cc4392b3616d8da37e377c2035e6eda [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:31:37.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T04:31:37.786Z] . [Pipeline] withDockerContainer [2021-01-28T04:31:38.219Z] prd-centos7-docker-4c-2g-23687 does not seem to be running inside a container [2021-01-28T04:31:38.427Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-28T04:31:39.491Z] $ docker top 8ec880fb7d74fb826a10404bab7e8abdc1bad389bc4a74a8cabcc2d3140a2194 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T04:31:39.840Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T04:31:39.840Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T04:31:40.213Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T04:31:40.218Z] $ docker exec 8ec880fb7d74fb826a10404bab7e8abdc1bad389bc4a74a8cabcc2d3140a2194 ssh-agent [2021-01-28T04:31:40.464Z] SSH_AUTH_SOCK=/tmp/ssh-oRg18gUbzKKZ/agent.12 [2021-01-28T04:31:40.464Z] SSH_AGENT_PID=17 [2021-01-28T04:31:40.472Z] Running ssh-add (command line suppressed) [2021-01-28T04:31:40.644Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8606024149443867988.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8606024149443867988.key) [2021-01-28T04:31:40.716Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T04:31:41.074Z] + git semver push [2021-01-28T04:31:41.338Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T04:31:41.338Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-28T04:31:41.338Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-28T04:31:41.338Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T04:31:41.338Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T04:31:41.338Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T04:31:41.338Z] # $SEMVER_BRANCH = master [2021-01-28T04:31:41.338Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-28T04:31:47.989Z] $ docker exec --env ******** --env ******** 8ec880fb7d74fb826a10404bab7e8abdc1bad389bc4a74a8cabcc2d3140a2194 ssh-agent -k [2021-01-28T04:31:48.172Z] unset SSH_AUTH_SOCK; [2021-01-28T04:31:48.175Z] unset SSH_AGENT_PID; [2021-01-28T04:31:48.175Z] echo Agent pid 17 killed; [2021-01-28T04:31:48.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T04:31:48.794Z] + git semver [Pipeline] } [2021-01-28T04:31:48.812Z] $ docker stop --time=1 8ec880fb7d74fb826a10404bab7e8abdc1bad389bc4a74a8cabcc2d3140a2194 [2021-01-28T04:31:50.370Z] $ docker rm -f 8ec880fb7d74fb826a10404bab7e8abdc1bad389bc4a74a8cabcc2d3140a2194 [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-28T04:31:51.886Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:31:52.470Z] ---> package-listing.sh [2021-01-28T04:31:52.470Z] ++ facter osfamily [2021-01-28T04:31:52.470Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T04:31:52.470Z] + OS_FAMILY=redhat [2021-01-28T04:31:52.470Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-28T04:31:52.470Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T04:31:52.470Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T04:31:52.470Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T04:31:52.470Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T04:31:52.470Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-28T04:31:52.470Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T04:31:52.470Z] + case "${OS_FAMILY}" in [2021-01-28T04:31:52.470Z] + rpm -qa [2021-01-28T04:31:52.470Z] + sort [2021-01-28T04:31:59.250Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T04:31:59.250Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T04:31:59.250Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T04:31:59.250Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-28T04:31:59.250Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-28T04:31:59.250Z] + 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-28T04:31:59.274Z] 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-28T04:31:59.603Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:32:00.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T04:32:00.466Z] [2021-01-28T04:32:00.466Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T04:32:00.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T04:32:00.869Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T04:32:00.869Z] df20fa9351a1: Pulling fs layer [2021-01-28T04:32:00.869Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T04:32:00.869Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T04:32:00.869Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T04:32:00.869Z] 93b61091891f: Pulling fs layer [2021-01-28T04:32:00.869Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T04:32:00.869Z] 5e14af77c1be: Pulling fs layer [2021-01-28T04:32:00.869Z] 01666e4c0597: Pulling fs layer [2021-01-28T04:32:00.869Z] aa168da1d23b: Pulling fs layer [2021-01-28T04:32:00.869Z] 46f8f816bc3b: Waiting [2021-01-28T04:32:00.869Z] 93b61091891f: Waiting [2021-01-28T04:32:00.869Z] 93b9cdb0e59b: Waiting [2021-01-28T04:32:00.869Z] 5e14af77c1be: Waiting [2021-01-28T04:32:00.869Z] 01666e4c0597: Waiting [2021-01-28T04:32:01.148Z] 36b3adc4ff6f: Download complete [2021-01-28T04:32:01.148Z] 46f8f816bc3b: Download complete [2021-01-28T04:32:01.148Z] df20fa9351a1: Verifying Checksum [2021-01-28T04:32:01.148Z] df20fa9351a1: Download complete [2021-01-28T04:32:01.417Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T04:32:01.417Z] 93b9cdb0e59b: Download complete [2021-01-28T04:32:01.417Z] 5e14af77c1be: Verifying Checksum [2021-01-28T04:32:01.417Z] 5e14af77c1be: Download complete [2021-01-28T04:32:01.417Z] 93b61091891f: Verifying Checksum [2021-01-28T04:32:01.417Z] 93b61091891f: Download complete [2021-01-28T04:32:01.417Z] 01666e4c0597: Verifying Checksum [2021-01-28T04:32:01.417Z] 01666e4c0597: Download complete [2021-01-28T04:32:01.688Z] df20fa9351a1: Pull complete [2021-01-28T04:32:02.306Z] 36b3adc4ff6f: Pull complete [2021-01-28T04:32:02.306Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T04:32:02.306Z] 8ad3a11d3b57: Download complete [2021-01-28T04:32:04.499Z] 8ad3a11d3b57: Pull complete [2021-01-28T04:32:04.499Z] 46f8f816bc3b: Pull complete [2021-01-28T04:32:05.968Z] 93b61091891f: Pull complete [2021-01-28T04:32:06.263Z] 93b9cdb0e59b: Pull complete [2021-01-28T04:32:06.533Z] aa168da1d23b: Verifying Checksum [2021-01-28T04:32:06.533Z] aa168da1d23b: Download complete [2021-01-28T04:32:06.805Z] 5e14af77c1be: Pull complete [2021-01-28T04:32:07.074Z] 01666e4c0597: Pull complete [2021-01-28T04:32:19.574Z] aa168da1d23b: Pull complete [2021-01-28T04:32:19.574Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T04:32:19.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T04:32:19.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T04:32:19.773Z] prd-centos7-docker-4c-2g-23687 does not seem to be running inside a container [2021-01-28T04:32:19.854Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T04:32:23.079Z] $ docker top a4fc8e190fca7c7750f232ca4d71eee718e372130f9d4e8d0a6c4565b2045e25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T04:32:23.921Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T04:32:24.254Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T04:32:24.564Z] + ls /var/log/sa-host [2021-01-28T04:32:24.564Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T04:32:24.564Z] file_magic: OK [2021-01-28T04:32:24.564Z] HZ: Using current value: 100 [2021-01-28T04:32:24.564Z] file_header: OK [2021-01-28T04:32:24.564Z] 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-28T04:32:24.564Z] Statistics: [2021-01-28T04:32:24.564Z] Hnuu...uuuununununu... [2021-01-28T04:32:24.564Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T04:32:24.564Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T04:32:24.564Z] file_magic: OK [2021-01-28T04:32:24.564Z] HZ: Using current value: 100 [2021-01-28T04:32:24.564Z] file_header: OK [2021-01-28T04:32:24.564Z] 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-28T04:32:24.564Z] Statistics: [2021-01-28T04:32:24.564Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T04:32:24.564Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T04:32:24.897Z] provisioning config files... [2021-01-28T04:32:24.915Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1714589097533796941tmp [Pipeline] { [Pipeline] echo [2021-01-28T04:32:24.988Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:32:25.296Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T04:32:25.307Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T04:32:25.680Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:32:25.993Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T04:32:26.007Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:32:26.350Z] ---> sudo-logs.sh [2021-01-28T04:32:26.350Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T04:32:26.663Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:32:26.977Z] ---> job-cost.sh [2021-01-28T04:32:26.977Z] lf-activate-venv: SKIPPING [2021-01-28T04:32:26.977Z] INFO: No Stack... [2021-01-28T04:32:27.940Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T04:32:28.524Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T04:32:28.539Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T04:32:28.848Z] ---> logs-deploy.sh [2021-01-28T04:32:28.848Z] lf-activate-venv: SKIPPING [2021-01-28T04:32:28.849Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/80 [2021-01-28T04:32:28.849Z] INFO: archiving workspace using pattern(s): [2021-01-28T04:32:31.696Z] Archives upload complete. [2021-01-28T04:32:31.696Z] INFO: archiving logs to Nexus