Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 279c7ea778f56049ed2c46899acca3cd518040be 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2244 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 279c7ea778f56049ed2c46899acca3cd518040be (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 Commit message: "refactor: Remove V1 subscribe topic from profiles (#240)" > git rev-list --no-walk 85f2bab5483a22acc923dc4d1cd030b27a4c08bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-28T20:42:08.828Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-28T20:42:08.930Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-28T20:42:08.979Z] ========================================================= [2021-04-28T20:42:08.980Z] EdgeX Global Pipelines Version Info [2021-04-28T20:42:08.980Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:42:10.527Z] ------------------- [2021-04-28T20:42:10.528Z] stable info: [2021-04-28T20:42:10.528Z] ------------------- [2021-04-28T20:42:10.528Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-28T20:42:10.528Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T20:42:10.528Z] Message: update stable to v1.0.190 [2021-04-28T20:42:11.473Z] ------------------- [2021-04-28T20:42:11.473Z] experimental info: [2021-04-28T20:42:11.473Z] ------------------- [2021-04-28T20:42:11.473Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-28T20:42:11.473Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-28T20:42:11.473Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-28T20:42:11.607Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-04-28T20:42:11.630Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-04-28T20:42:11.654Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-28T20:42:11.680Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-28T20:42:11.706Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-28T20:42:11.729Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-28T20:42:11.751Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-28T20:42:11.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-28T20:42:11.795Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-28T20:42:11.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-28T20:42:11.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-28T20:42:11.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-04-28T20:42:11.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-28T20:42:11.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-28T20:42:11.984Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T20:42:12.009Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-28T20:42:12.036Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-28T20:42:12.060Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-28T20:42:12.085Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-28T20:42:12.110Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-28T20:42:12.131Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-28T20:42:12.153Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-28T20:42:12.176Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-28T20:42:12.200Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-28T20:42:12.249Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-28T20:42:12.272Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-28T20:42:12.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-28T20:42:12.319Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-28T20:42:12.343Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-28T20:42:12.368Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] echo [2021-04-28T20:42:12.398Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 279c7ea [Pipeline] echo [2021-04-28T20:42:12.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T20:42:12.493Z] provisioning config files... [2021-04-28T20:42:12.519Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7614408080047753660tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:42:12.845Z] ---> docker-login.sh [2021-04-28T20:42:12.845Z] nexus3.edgexfoundry.org:10001 [2021-04-28T20:42:13.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:42:13.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:42:13.372Z] Configure a credential helper to remove this warning. See [2021-04-28T20:42:13.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:42:13.372Z] [2021-04-28T20:42:13.372Z] Login Succeeded [2021-04-28T20:42:13.372Z] nexus3.edgexfoundry.org:10002 [2021-04-28T20:42:13.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:42:13.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:42:13.637Z] Configure a credential helper to remove this warning. See [2021-04-28T20:42:13.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:42:13.637Z] [2021-04-28T20:42:13.637Z] Login Succeeded [2021-04-28T20:42:13.637Z] nexus3.edgexfoundry.org:10003 [2021-04-28T20:42:13.637Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:42:13.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:42:13.637Z] Configure a credential helper to remove this warning. See [2021-04-28T20:42:13.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:42:13.638Z] [2021-04-28T20:42:13.638Z] Login Succeeded [2021-04-28T20:42:13.638Z] nexus3.edgexfoundry.org:10004 [2021-04-28T20:42:13.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:42:13.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:42:13.913Z] Configure a credential helper to remove this warning. See [2021-04-28T20:42:13.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:42:13.913Z] [2021-04-28T20:42:13.913Z] Login Succeeded [2021-04-28T20:42:13.913Z] docker.io [2021-04-28T20:42:14.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:42:14.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:42:14.443Z] Configure a credential helper to remove this warning. See [2021-04-28T20:42:14.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:42:14.443Z] [2021-04-28T20:42:14.443Z] Login Succeeded [2021-04-28T20:42:14.443Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T20:42:14.456Z] 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-04-28T20:42:14.947Z] + git log --format=format:%s -1 279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] echo [2021-04-28T20:42:15.038Z] GIT_COMMIT: 279c7ea778f56049ed2c46899acca3cd518040be, Commit Message: refactor: Remove V1 subscribe topic from profiles (#240) [Pipeline] echo [2021-04-28T20:42:15.051Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:42:16.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T20:42:16.361Z] [2021-04-28T20:42:16.361Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:42:16.682Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T20:42:16.682Z] latest: Pulling from edgex-devops/git-semver [2021-04-28T20:42:16.682Z] 31603596830f: Pulling fs layer [2021-04-28T20:42:16.682Z] 54011a49482f: Pulling fs layer [2021-04-28T20:42:16.682Z] a6820b24f6d8: Pulling fs layer [2021-04-28T20:42:16.682Z] f581987b2513: Pulling fs layer [2021-04-28T20:42:16.682Z] f581987b2513: Waiting [2021-04-28T20:42:16.682Z] 54011a49482f: Verifying Checksum [2021-04-28T20:42:16.682Z] 54011a49482f: Download complete [2021-04-28T20:42:16.682Z] 31603596830f: Download complete [2021-04-28T20:42:16.952Z] a6820b24f6d8: Verifying Checksum [2021-04-28T20:42:16.952Z] a6820b24f6d8: Download complete [2021-04-28T20:42:16.952Z] f581987b2513: Verifying Checksum [2021-04-28T20:42:16.952Z] f581987b2513: Download complete [2021-04-28T20:42:17.214Z] 31603596830f: Pull complete [2021-04-28T20:42:17.214Z] 54011a49482f: Pull complete [2021-04-28T20:42:18.175Z] a6820b24f6d8: Pull complete [2021-04-28T20:42:18.439Z] f581987b2513: Pull complete [2021-04-28T20:42:18.439Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-28T20:42:18.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T20:42:18.439Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-28T20:42:18.564Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2021-04-28T20:42:18.617Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-28T20:42:20.566Z] $ docker top 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T20:42:20.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T20:42:20.742Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T20:42:20.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T20:42:21.002Z] $ docker exec 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent [2021-04-28T20:42:21.200Z] SSH_AUTH_SOCK=/tmp/ssh-4Im6OUvR23Dn/agent.11 [2021-04-28T20:42:21.200Z] SSH_AGENT_PID=16 [2021-04-28T20:42:21.210Z] Running ssh-add (command line suppressed) [2021-04-28T20:42:21.355Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1773479220213251141.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1773479220213251141.key) [2021-04-28T20:42:21.414Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T20:42:21.721Z] + git tag --points-at HEAD [Pipeline] } [2021-04-28T20:42:21.742Z] $ docker exec --env ******** --env ******** 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent -k [2021-04-28T20:42:21.862Z] unset SSH_AUTH_SOCK; [2021-04-28T20:42:21.863Z] unset SSH_AGENT_PID; [2021-04-28T20:42:21.863Z] echo Agent pid 16 killed; [2021-04-28T20:42:21.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-28T20:42:21.953Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T20:42:21.953Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T20:42:22.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T20:42:22.142Z] $ docker exec 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent [2021-04-28T20:42:22.313Z] SSH_AUTH_SOCK=/tmp/ssh-ISXD80Yi7G1z/agent.45 [2021-04-28T20:42:22.313Z] SSH_AGENT_PID=51 [2021-04-28T20:42:22.320Z] Running ssh-add (command line suppressed) [2021-04-28T20:42:22.441Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3025478109768979080.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3025478109768979080.key) [2021-04-28T20:42:22.491Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T20:42:22.791Z] + git semver init [2021-04-28T20:42:22.791Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T20:42:22.791Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-28T20:42:22.791Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-28T20:42:22.791Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T20:42:22.791Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T20:42:22.791Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T20:42:22.791Z] # $SEMVER_BRANCH = master [2021-04-28T20:42:22.791Z] # $SEMVER_TEMP = /tmp/semver-462272022 [2021-04-28T20:42:22.791Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-04-28T20:42:23.366Z] # '/tmp/semver-462272022' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-04-28T20:42:23.366Z] # -> Force: false [2021-04-28T20:42:23.366Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-28T20:42:23.382Z] $ docker exec --env ******** --env ******** 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 ssh-agent -k [2021-04-28T20:42:23.501Z] unset SSH_AUTH_SOCK; [2021-04-28T20:42:23.503Z] unset SSH_AGENT_PID; [2021-04-28T20:42:23.503Z] echo Agent pid 51 killed; [2021-04-28T20:42:23.546Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T20:42:23.883Z] + git semver [Pipeline] } [2021-04-28T20:42:23.903Z] $ docker stop --time=1 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 [2021-04-28T20:42:25.457Z] $ docker rm -f 9affc839e323870878aa337cd23d9a73c75381399e00347e3a2b133fe7e66383 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T20:42:25.897Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-28T20:42:26.212Z] Stashed 1 file(s) [Pipeline] echo [2021-04-28T20:42:26.215Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.33 [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-04-28T20:42:41.418Z] Still waiting to schedule task [2021-04-28T20:42:41.418Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-28T20:42:41.421Z] Still waiting to schedule task [2021-04-28T20:42:41.421Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2241’ is offline [2021-04-28T20:44:20.068Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2245 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-28T20:44:20.091Z] Running in /w/workspace/app-service-configurable/103 [Pipeline] { [Pipeline] checkout [2021-04-28T20:44:25.899Z] using credential edgex-jenkins-ssh [2021-04-28T20:44:25.918Z] Cloning the remote Git repository [2021-04-28T20:44:25.984Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-28T20:44:26.099Z] > git init /w/workspace/app-service-configurable/103 # timeout=10 [2021-04-28T20:44:26.190Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-28T20:44:26.191Z] > git --version # timeout=10 [2021-04-28T20:44:26.261Z] > git --version # 'git version 2.17.1' [2021-04-28T20:44:26.263Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T20:44:26.343Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T20:44:27.169Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-28T20:44:27.191Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T20:44:27.215Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-28T20:44:27.258Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-28T20:44:27.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T20:44:27.276Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T20:44:27.755Z] Checking out Revision 279c7ea778f56049ed2c46899acca3cd518040be (master) [2021-04-28T20:44:27.778Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T20:44:27.802Z] > git checkout -f 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 [2021-04-28T20:44:32.031Z] Commit message: "refactor: Remove V1 subscribe topic from profiles (#240)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T20:44:33.949Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-28T20:44:34.351Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T20:44:34.688Z] + sudo service docker restart [2021-04-28T20:44:34.688Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T20:44:37.359Z] provisioning config files... [2021-04-28T20:44:37.406Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config5800996300611100037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:44:37.790Z] ---> docker-login.sh [2021-04-28T20:44:37.790Z] nexus3.edgexfoundry.org:10001 [2021-04-28T20:44:38.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:44:39.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:44:39.050Z] Configure a credential helper to remove this warning. See [2021-04-28T20:44:39.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:44:39.050Z] [2021-04-28T20:44:39.050Z] Login Succeeded [2021-04-28T20:44:39.050Z] nexus3.edgexfoundry.org:10002 [2021-04-28T20:44:39.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:44:39.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:44:39.325Z] Configure a credential helper to remove this warning. See [2021-04-28T20:44:39.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:44:39.325Z] [2021-04-28T20:44:39.325Z] Login Succeeded [2021-04-28T20:44:39.325Z] nexus3.edgexfoundry.org:10003 [2021-04-28T20:44:39.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:44:39.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:44:39.923Z] Configure a credential helper to remove this warning. See [2021-04-28T20:44:39.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:44:39.923Z] [2021-04-28T20:44:39.923Z] Login Succeeded [2021-04-28T20:44:39.923Z] nexus3.edgexfoundry.org:10004 [2021-04-28T20:44:40.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:44:40.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:44:40.488Z] Configure a credential helper to remove this warning. See [2021-04-28T20:44:40.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:44:40.488Z] [2021-04-28T20:44:40.488Z] Login Succeeded [2021-04-28T20:44:40.488Z] docker.io [2021-04-28T20:44:40.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:44:41.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:44:41.034Z] Configure a credential helper to remove this warning. See [2021-04-28T20:44:41.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:44:41.034Z] [2021-04-28T20:44:41.034Z] Login Succeeded [2021-04-28T20:44:41.034Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T20:44:41.051Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T20:44:41.384Z] ========================================================= [2021-04-28T20:44:41.384Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-28T20:44:41.384Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:44:41.725Z] + 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-04-28T20:44:41.725Z] Sending build context to Docker daemon 99.33kB [2021-04-28T20:44:41.999Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T20:44:41.999Z] Step 2/8 : FROM ${BASE} [2021-04-28T20:44:41.999Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-28T20:44:41.999Z] 5f621e34cdf4: Pulling fs layer [2021-04-28T20:44:41.999Z] a4357932f1b6: Pulling fs layer [2021-04-28T20:44:41.999Z] 18c013af1878: Pulling fs layer [2021-04-28T20:44:41.999Z] 00ac8860ef70: Pulling fs layer [2021-04-28T20:44:41.999Z] 63d7cb157983: Pulling fs layer [2021-04-28T20:44:41.999Z] b116817d02f9: Pulling fs layer [2021-04-28T20:44:41.999Z] 745a02a5169b: Pulling fs layer [2021-04-28T20:44:41.999Z] 63d7cb157983: Waiting [2021-04-28T20:44:41.999Z] b116817d02f9: Waiting [2021-04-28T20:44:41.999Z] 745a02a5169b: Waiting [2021-04-28T20:44:41.999Z] 00ac8860ef70: Waiting [2021-04-28T20:44:41.999Z] 18c013af1878: Download complete [2021-04-28T20:44:41.999Z] a4357932f1b6: Verifying Checksum [2021-04-28T20:44:41.999Z] a4357932f1b6: Download complete [2021-04-28T20:44:42.275Z] 63d7cb157983: Verifying Checksum [2021-04-28T20:44:42.275Z] 63d7cb157983: Download complete [2021-04-28T20:44:42.275Z] b116817d02f9: Download complete [2021-04-28T20:44:42.275Z] 5f621e34cdf4: Verifying Checksum [2021-04-28T20:44:42.275Z] 5f621e34cdf4: Download complete [2021-04-28T20:44:42.873Z] 5f621e34cdf4: Pull complete [2021-04-28T20:44:43.478Z] a4357932f1b6: Pull complete [2021-04-28T20:44:43.751Z] 18c013af1878: Pull complete [2021-04-28T20:44:44.745Z] 745a02a5169b: Download complete [2021-04-28T20:44:46.180Z] 00ac8860ef70: Verifying Checksum [2021-04-28T20:44:46.180Z] 00ac8860ef70: Download complete [2021-04-28T20:44:56.349Z] 00ac8860ef70: Pull complete [2021-04-28T20:44:56.349Z] 63d7cb157983: Pull complete [2021-04-28T20:44:56.622Z] b116817d02f9: Pull complete [2021-04-28T20:45:00.938Z] 745a02a5169b: Pull complete [2021-04-28T20:45:00.938Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-28T20:45:00.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-28T20:45:00.938Z] ---> b7e6874047d6 [2021-04-28T20:45:00.938Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-28T20:45:02.917Z] ---> Running in 66ec5338c2c4 [2021-04-28T20:45:03.196Z] Removing intermediate container 66ec5338c2c4 [2021-04-28T20:45:03.196Z] ---> 9473f99332e2 [2021-04-28T20:45:03.196Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T20:45:03.471Z] ---> Running in 269931193c74 [2021-04-28T20:45:06.092Z] Removing intermediate container 269931193c74 [2021-04-28T20:45:06.092Z] ---> e1c4d2617f49 [2021-04-28T20:45:06.092Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-28T20:45:06.092Z] ---> Running in f615b73e7aec [2021-04-28T20:45:06.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T20:45:07.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T20:45:08.275Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-28T20:45:08.275Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-28T20:45:08.275Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-28T20:45:08.275Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-28T20:45:08.548Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T20:45:08.548Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-28T20:45:08.821Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T20:45:08.821Z] OK: 144 MiB in 45 packages [2021-04-28T20:45:10.251Z] Removing intermediate container f615b73e7aec [2021-04-28T20:45:10.251Z] ---> c9583a2833be [2021-04-28T20:45:10.251Z] Step 6/8 : WORKDIR /app [2021-04-28T20:45:10.251Z] ---> Running in d6835d9fb686 [2021-04-28T20:45:10.521Z] Removing intermediate container d6835d9fb686 [2021-04-28T20:45:10.521Z] ---> a6f9b8dfd4aa [2021-04-28T20:45:10.521Z] Step 7/8 : COPY . . [2021-04-28T20:45:11.507Z] ---> 5bddaf4f1e7f [2021-04-28T20:45:11.507Z] Step 8/8 : RUN go mod download [2021-04-28T20:45:11.507Z] ---> Running in dea392a15fd6 [2021-04-28T20:45:21.199Z] Running on prd-centos7-docker-4c-2g-2246 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-28T20:45:21.220Z] Running in /w/workspace/app-service-configurable/103 [Pipeline] { [Pipeline] checkout [2021-04-28T20:45:26.187Z] using credential edgex-jenkins-ssh [2021-04-28T20:45:26.203Z] Cloning the remote Git repository [2021-04-28T20:45:26.246Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-28T20:45:26.330Z] > git init /w/workspace/app-service-configurable/103 # timeout=10 [2021-04-28T20:45:26.429Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-28T20:45:26.429Z] > git --version # timeout=10 [2021-04-28T20:45:26.443Z] > git --version # 'git version 2.24.3' [2021-04-28T20:45:26.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T20:45:26.519Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T20:45:27.218Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-28T20:45:27.297Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-28T20:45:28.050Z] Checking out Revision 279c7ea778f56049ed2c46899acca3cd518040be (master) [2021-04-28T20:45:27.435Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-28T20:45:27.531Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-28T20:45:27.532Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-28T20:45:27.553Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-28T20:45:28.064Z] > git config core.sparsecheckout # timeout=10 [2021-04-28T20:45:28.092Z] > git checkout -f 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 [2021-04-28T20:45:32.307Z] Commit message: "refactor: Remove V1 subscribe topic from profiles (#240)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T20:45:33.430Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-28T20:45:33.769Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-28T20:45:34.071Z] + sudo service docker restart [2021-04-28T20:45:34.071Z] + true [2021-04-28T20:45:34.071Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T20:45:35.058Z] provisioning config files... [2021-04-28T20:45:35.099Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config3472454751897855855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:45:35.511Z] ---> docker-login.sh [2021-04-28T20:45:35.511Z] nexus3.edgexfoundry.org:10001 [2021-04-28T20:45:36.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:45:36.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:45:36.098Z] Configure a credential helper to remove this warning. See [2021-04-28T20:45:36.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:45:36.098Z] [2021-04-28T20:45:36.098Z] Login Succeeded [2021-04-28T20:45:36.098Z] nexus3.edgexfoundry.org:10002 [2021-04-28T20:45:36.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:45:36.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:45:36.368Z] Configure a credential helper to remove this warning. See [2021-04-28T20:45:36.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:45:36.368Z] [2021-04-28T20:45:36.368Z] Login Succeeded [2021-04-28T20:45:36.368Z] nexus3.edgexfoundry.org:10003 [2021-04-28T20:45:36.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:45:36.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:45:36.634Z] Configure a credential helper to remove this warning. See [2021-04-28T20:45:36.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:45:36.634Z] [2021-04-28T20:45:36.634Z] Login Succeeded [2021-04-28T20:45:36.634Z] nexus3.edgexfoundry.org:10004 [2021-04-28T20:45:36.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:45:36.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:45:36.634Z] Configure a credential helper to remove this warning. See [2021-04-28T20:45:36.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:45:36.634Z] [2021-04-28T20:45:36.634Z] Login Succeeded [2021-04-28T20:45:36.900Z] docker.io [2021-04-28T20:45:36.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:45:37.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:45:37.164Z] Configure a credential helper to remove this warning. See [2021-04-28T20:45:37.164Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:45:37.164Z] [2021-04-28T20:45:37.164Z] Login Succeeded [2021-04-28T20:45:37.164Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T20:45:37.176Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-28T20:45:37.403Z] ========================================================= [2021-04-28T20:45:37.403Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-28T20:45:37.403Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:45:37.720Z] + 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-04-28T20:45:37.721Z] Sending build context to Docker daemon 99.33kB [2021-04-28T20:45:37.721Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T20:45:37.721Z] Step 2/8 : FROM ${BASE} [2021-04-28T20:45:37.995Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-28T20:45:37.995Z] 188c0c94c7c5: Pulling fs layer [2021-04-28T20:45:37.995Z] 0ef7d3d256c8: Pulling fs layer [2021-04-28T20:45:37.995Z] de9db76c5a1d: Pulling fs layer [2021-04-28T20:45:37.995Z] bca2f99d35d6: Pulling fs layer [2021-04-28T20:45:37.995Z] 93359f2a8cfa: Pulling fs layer [2021-04-28T20:45:37.995Z] 7c6f9722023f: Pulling fs layer [2021-04-28T20:45:37.995Z] a35cf1a2eb13: Pulling fs layer [2021-04-28T20:45:37.995Z] 93359f2a8cfa: Waiting [2021-04-28T20:45:37.995Z] a35cf1a2eb13: Waiting [2021-04-28T20:45:37.995Z] 7c6f9722023f: Waiting [2021-04-28T20:45:37.995Z] bca2f99d35d6: Waiting [2021-04-28T20:45:37.995Z] de9db76c5a1d: Verifying Checksum [2021-04-28T20:45:37.995Z] de9db76c5a1d: Download complete [2021-04-28T20:45:37.995Z] 0ef7d3d256c8: Verifying Checksum [2021-04-28T20:45:37.995Z] 0ef7d3d256c8: Download complete [2021-04-28T20:45:37.995Z] 93359f2a8cfa: Verifying Checksum [2021-04-28T20:45:37.995Z] 93359f2a8cfa: Download complete [2021-04-28T20:45:37.995Z] 7c6f9722023f: Verifying Checksum [2021-04-28T20:45:37.995Z] 7c6f9722023f: Download complete [2021-04-28T20:45:37.995Z] 188c0c94c7c5: Verifying Checksum [2021-04-28T20:45:37.995Z] 188c0c94c7c5: Download complete [2021-04-28T20:45:38.264Z] 188c0c94c7c5: Pull complete [2021-04-28T20:45:38.300Z] Removing intermediate container dea392a15fd6 [2021-04-28T20:45:38.300Z] ---> 7b8ff84a98e2 [2021-04-28T20:45:38.300Z] Successfully built 7b8ff84a98e2 [2021-04-28T20:45:38.300Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:45:38.529Z] 0ef7d3d256c8: Pull complete [2021-04-28T20:45:38.645Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T20:45:38.645Z] . [Pipeline] withDockerContainer [2021-04-28T20:45:38.799Z] de9db76c5a1d: Pull complete [2021-04-28T20:45:38.898Z] prd-ubuntu18.04-docker-arm64-4c-16g-2245 does not seem to be running inside a container [2021-04-28T20:45:38.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@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-arm64 cat [2021-04-28T20:45:40.236Z] a35cf1a2eb13: Verifying Checksum [2021-04-28T20:45:40.236Z] a35cf1a2eb13: Download complete [2021-04-28T20:45:40.470Z] $ docker top 04a942ed764678785b82e79ae37c8de324c7b80dc3283f44012370694cc57f70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T20:45:41.412Z] + go version [2021-04-28T20:45:41.412Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-28T20:45:41.438Z] $ docker stop --time=1 04a942ed764678785b82e79ae37c8de324c7b80dc3283f44012370694cc57f70 [2021-04-28T20:45:41.651Z] bca2f99d35d6: Verifying Checksum [2021-04-28T20:45:41.651Z] bca2f99d35d6: Download complete [2021-04-28T20:45:43.377Z] $ docker rm -f 04a942ed764678785b82e79ae37c8de324c7b80dc3283f44012370694cc57f70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:45:44.043Z] + docker inspect -f . ci-base-image-arm64 [2021-04-28T20:45:44.043Z] . [Pipeline] withDockerContainer [2021-04-28T20:45:44.311Z] prd-ubuntu18.04-docker-arm64-4c-16g-2245 does not seem to be running inside a container [2021-04-28T20:45:44.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@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-arm64 cat [2021-04-28T20:45:45.910Z] $ docker top 0bd8f345bf7f3fd84b4f545146290634fea3e6d5fdc58a1027db5734411d19fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T20:45:46.829Z] + make test [2021-04-28T20:45:46.830Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-28T20:45:49.948Z] bca2f99d35d6: Pull complete [2021-04-28T20:45:49.948Z] 93359f2a8cfa: Pull complete [2021-04-28T20:45:49.948Z] 7c6f9722023f: Pull complete [2021-04-28T20:45:54.293Z] a35cf1a2eb13: Pull complete [2021-04-28T20:45:54.293Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-28T20:45:54.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-28T20:45:54.293Z] ---> a62c8e92a672 [2021-04-28T20:45:54.293Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-28T20:45:54.577Z] ---> Running in 99be97d2d2bb [2021-04-28T20:45:54.846Z] Removing intermediate container 99be97d2d2bb [2021-04-28T20:45:54.846Z] ---> 3042b570e6e8 [2021-04-28T20:45:54.846Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T20:45:54.846Z] ---> Running in 919764a4a607 [2021-04-28T20:45:56.407Z] Removing intermediate container 919764a4a607 [2021-04-28T20:45:56.407Z] ---> 5127d7c5fbd3 [2021-04-28T20:45:56.407Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-28T20:45:56.407Z] ---> Running in 99a1e0a11000 [2021-04-28T20:45:57.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T20:45:58.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T20:45:58.265Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-28T20:45:58.265Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-28T20:45:58.535Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-28T20:45:58.536Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-28T20:45:58.536Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-28T20:45:58.809Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-28T20:45:58.809Z] Executing busybox-1.31.1-r19.trigger [2021-04-28T20:45:58.809Z] OK: 167 MiB in 45 packages [2021-04-28T20:45:59.784Z] Removing intermediate container 99a1e0a11000 [2021-04-28T20:45:59.784Z] ---> d7bd15ba58c9 [2021-04-28T20:45:59.784Z] Step 6/8 : WORKDIR /app [2021-04-28T20:45:59.784Z] ---> Running in e5f9bd25a3dc [2021-04-28T20:46:00.067Z] Removing intermediate container e5f9bd25a3dc [2021-04-28T20:46:00.067Z] ---> 690c32d50b74 [2021-04-28T20:46:00.067Z] Step 7/8 : COPY . . [2021-04-28T20:46:00.339Z] ---> 41c13f5ae100 [2021-04-28T20:46:00.339Z] Step 8/8 : RUN go mod download [2021-04-28T20:46:00.613Z] ---> Running in 54902e1539e1 [2021-04-28T20:46:25.855Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-28T20:46:25.855Z] CGO_ENABLED=1 go vet ./... [2021-04-28T20:46:27.528Z] Removing intermediate container 54902e1539e1 [2021-04-28T20:46:27.528Z] ---> 0fa1e4e657ab [2021-04-28T20:46:27.528Z] Successfully built 0fa1e4e657ab [2021-04-28T20:46:27.528Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:46:27.898Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T20:46:28.163Z] . [Pipeline] withDockerContainer [2021-04-28T20:46:28.304Z] prd-centos7-docker-4c-2g-2246 does not seem to be running inside a container [2021-04-28T20:46:28.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@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-04-28T20:46:29.418Z] $ docker top 0c96a72d7aa48b6547e5c08a62acbda4294a365387a78e09402381f3fc96021f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T20:46:29.965Z] + go version [2021-04-28T20:46:29.965Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-28T20:46:30.006Z] $ docker stop --time=1 0c96a72d7aa48b6547e5c08a62acbda4294a365387a78e09402381f3fc96021f [2021-04-28T20:46:31.494Z] $ docker rm -f 0c96a72d7aa48b6547e5c08a62acbda4294a365387a78e09402381f3fc96021f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:46:32.136Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-28T20:46:32.136Z] . [Pipeline] withDockerContainer [2021-04-28T20:46:32.280Z] prd-centos7-docker-4c-2g-2246 does not seem to be running inside a container [2021-04-28T20:46:32.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/103 -v /w/workspace/app-service-configurable/103:/w/workspace/app-service-configurable/103:rw,z -v /w/workspace/app-service-configurable/103@tmp:/w/workspace/app-service-configurable/103@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-04-28T20:46:33.226Z] $ docker top aadf03104a993ca1e5899750716a0b72405000d021da815b4009a4eab2bede4a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T20:46:33.725Z] + make test [2021-04-28T20:46:33.725Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-28T20:46:34.155Z] gofmt -l . [2021-04-28T20:46:34.155Z] [ "`gofmt -l .`" = "" ] [2021-04-28T20:46:34.155Z] ./bin/test-go-mod-tidy.sh [2021-04-28T20:46:34.429Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-28T20:46:35.889Z] $ docker stop --time=1 0bd8f345bf7f3fd84b4f545146290634fea3e6d5fdc58a1027db5734411d19fe [2021-04-28T20:46:38.310Z] $ docker rm -f 0bd8f345bf7f3fd84b4f545146290634fea3e6d5fdc58a1027db5734411d19fe [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T20:46:39.166Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-28T20:46:40.098Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-28T20:46:42.315Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-28T20:46:42.683Z] + ls -al . [2021-04-28T20:46:42.683Z] total 116 [2021-04-28T20:46:42.683Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 28 20:46 . [2021-04-28T20:46:42.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 20:44 .. [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 28 20:44 .dockerignore [2021-04-28T20:46:42.683Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 20:44 .git [2021-04-28T20:46:42.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 20:44 .github [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 111 Apr 28 20:44 .gitignore [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 7306 Apr 28 20:44 Attribution.txt [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 2032 Apr 28 20:44 Dockerfile [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 970 Apr 28 20:44 Dockerfile.build [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 28 20:44 Jenkinsfile [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 28 20:44 LICENSE [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 3230 Apr 28 20:44 README.md [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 28 20:42 VERSION [2021-04-28T20:46:42.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 20:44 bin [2021-04-28T20:46:42.683Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 28 20:45 coverage.out [2021-04-28T20:46:42.683Z] -rw-r--r-- 1 jenkins jenkins 136 Apr 28 20:46 go.mod [2021-04-28T20:46:42.683Z] -rw-r--r-- 1 jenkins jenkins 21295 Apr 28 20:46 go.sum [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 1460 Apr 28 20:44 main.go [2021-04-28T20:46:42.683Z] -rw-rw-r-- 1 jenkins jenkins 1582 Apr 28 20:44 makefile [2021-04-28T20:46:42.683Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 20:44 res [2021-04-28T20:46:42.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 20:44 snap [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:46:43.110Z] + 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=279c7ea778f56049ed2c46899acca3cd518040be --label arch=arm64 --label version=2.0.0-dev.33 . [2021-04-28T20:46:43.110Z] Sending build context to Docker daemon 123.4kB [2021-04-28T20:46:43.401Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T20:46:43.401Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-28T20:46:43.401Z] ---> 7b8ff84a98e2 [2021-04-28T20:46:43.401Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-28T20:46:43.686Z] ---> Running in d42340ad267f [2021-04-28T20:46:44.293Z] Removing intermediate container d42340ad267f [2021-04-28T20:46:44.293Z] ---> c44a63490d21 [2021-04-28T20:46:44.293Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-28T20:46:44.293Z] ---> Running in 98cbe3ef5264 [2021-04-28T20:46:44.571Z] Removing intermediate container 98cbe3ef5264 [2021-04-28T20:46:44.571Z] ---> c34e4df1dfb7 [2021-04-28T20:46:44.571Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-28T20:46:44.844Z] ---> Running in 1e0680339215 [2021-04-28T20:46:45.440Z] Removing intermediate container 1e0680339215 [2021-04-28T20:46:45.440Z] ---> f92d6354c68c [2021-04-28T20:46:45.440Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T20:46:45.440Z] ---> Running in 3ff2deb9233a [2021-04-28T20:46:48.057Z] Removing intermediate container 3ff2deb9233a [2021-04-28T20:46:48.057Z] ---> 9b336ef19c97 [2021-04-28T20:46:48.057Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-28T20:46:48.057Z] ---> Running in ce0b6750c846 [2021-04-28T20:46:49.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T20:46:49.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T20:46:50.233Z] OK: 144 MiB in 45 packages [2021-04-28T20:46:51.684Z] Removing intermediate container ce0b6750c846 [2021-04-28T20:46:51.684Z] ---> 54fb426b99ac [2021-04-28T20:46:51.684Z] Step 8/27 : WORKDIR /app [2021-04-28T20:46:51.684Z] ---> Running in 590362c84f04 [2021-04-28T20:46:52.285Z] Removing intermediate container 590362c84f04 [2021-04-28T20:46:52.285Z] ---> a099a0819934 [2021-04-28T20:46:52.285Z] Step 9/27 : COPY go.mod . [2021-04-28T20:46:52.882Z] ---> d8a8c38c893e [2021-04-28T20:46:52.882Z] Step 10/27 : RUN go mod download [2021-04-28T20:46:52.882Z] ---> Running in 05946cbd892f [2021-04-28T20:46:55.505Z] Removing intermediate container 05946cbd892f [2021-04-28T20:46:55.505Z] ---> ccc76a77f1bb [2021-04-28T20:46:55.505Z] Step 11/27 : COPY . . [2021-04-28T20:46:55.965Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-28T20:46:56.101Z] ---> 5d3e7294a30a [2021-04-28T20:46:56.101Z] Step 12/27 : ARG MAKE="make build" [2021-04-28T20:46:56.101Z] ---> Running in 9f5a670799d0 [2021-04-28T20:46:56.236Z] CGO_ENABLED=1 go vet ./... [2021-04-28T20:46:56.709Z] Removing intermediate container 9f5a670799d0 [2021-04-28T20:46:56.709Z] ---> 2ea2a44eb10d [2021-04-28T20:46:56.709Z] Step 13/27 : RUN $MAKE [2021-04-28T20:46:56.709Z] ---> Running in 8e23ba40d18a [2021-04-28T20:46:58.146Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.33" -o app-service-configurable [2021-04-28T20:47:00.904Z] gofmt -l . [2021-04-28T20:47:00.904Z] [ "`gofmt -l .`" = "" ] [2021-04-28T20:47:00.904Z] ./bin/test-go-mod-tidy.sh [2021-04-28T20:47:01.208Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-28T20:47:02.356Z] $ docker stop --time=1 aadf03104a993ca1e5899750716a0b72405000d021da815b4009a4eab2bede4a [2021-04-28T20:47:04.866Z] $ docker rm -f aadf03104a993ca1e5899750716a0b72405000d021da815b4009a4eab2bede4a [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-28T20:47:05.443Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-28T20:47:05.474Z] Warning: overwriting stash ‘coverage-report’ [2021-04-28T20:47:05.954Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-28T20:47:06.416Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-28T20:47:06.744Z] + ls -al . [2021-04-28T20:47:06.744Z] total 92 [2021-04-28T20:47:06.744Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 28 20:47 . [2021-04-28T20:47:06.744Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 28 20:45 .. [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 7306 Apr 28 20:45 Attribution.txt [2021-04-28T20:47:06.744Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 28 20:45 bin [2021-04-28T20:47:06.744Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 28 20:46 coverage.out [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 2032 Apr 28 20:45 Dockerfile [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 970 Apr 28 20:45 Dockerfile.build [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 119 Apr 28 20:45 .dockerignore [2021-04-28T20:47:06.744Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 28 20:45 .git [2021-04-28T20:47:06.744Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 28 20:45 .github [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 111 Apr 28 20:45 .gitignore [2021-04-28T20:47:06.744Z] -rw-r--r--. 1 jenkins jenkins 136 Apr 28 20:47 go.mod [2021-04-28T20:47:06.744Z] -rw-r--r--. 1 jenkins jenkins 21295 Apr 28 20:47 go.sum [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 687 Apr 28 20:45 Jenkinsfile [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 28 20:45 LICENSE [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 1460 Apr 28 20:45 main.go [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 1582 Apr 28 20:45 makefile [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 3230 Apr 28 20:45 README.md [2021-04-28T20:47:06.744Z] drwxrwxr-x. 10 jenkins jenkins 173 Apr 28 20:45 res [2021-04-28T20:47:06.744Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 28 20:45 snap [2021-04-28T20:47:06.744Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 28 20:42 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:07.092Z] + 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=279c7ea778f56049ed2c46899acca3cd518040be --label arch=amd64 --label version=2.0.0-dev.33 . [2021-04-28T20:47:07.092Z] Sending build context to Docker daemon 123.4kB [2021-04-28T20:47:07.092Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-28T20:47:07.092Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-28T20:47:07.092Z] ---> 0fa1e4e657ab [2021-04-28T20:47:07.092Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-28T20:47:07.362Z] ---> Running in c4a2fed981ba [2021-04-28T20:47:07.635Z] Removing intermediate container c4a2fed981ba [2021-04-28T20:47:07.635Z] ---> e4ce1df37cd1 [2021-04-28T20:47:07.635Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-28T20:47:07.635Z] ---> Running in 4c3b5122a488 [2021-04-28T20:47:07.904Z] Removing intermediate container 4c3b5122a488 [2021-04-28T20:47:07.904Z] ---> b463e37b56c6 [2021-04-28T20:47:07.904Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-28T20:47:07.904Z] ---> Running in a72744b3204c [2021-04-28T20:47:08.209Z] Removing intermediate container a72744b3204c [2021-04-28T20:47:08.210Z] ---> bc6595239432 [2021-04-28T20:47:08.210Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-28T20:47:08.210Z] ---> Running in 7b705dc1e5bd [2021-04-28T20:47:09.639Z] Removing intermediate container 7b705dc1e5bd [2021-04-28T20:47:09.639Z] ---> b2f65354cbc7 [2021-04-28T20:47:09.639Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-28T20:47:09.639Z] ---> Running in 2f011024e4ea [2021-04-28T20:47:11.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T20:47:11.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T20:47:11.940Z] OK: 167 MiB in 45 packages [2021-04-28T20:47:12.921Z] Removing intermediate container 2f011024e4ea [2021-04-28T20:47:12.921Z] ---> 885edf6907a1 [2021-04-28T20:47:12.921Z] Step 8/27 : WORKDIR /app [2021-04-28T20:47:12.921Z] ---> Running in 5c72ea2a2841 [2021-04-28T20:47:12.921Z] Removing intermediate container 5c72ea2a2841 [2021-04-28T20:47:12.921Z] ---> 82c974af65df [2021-04-28T20:47:12.921Z] Step 9/27 : COPY go.mod . [2021-04-28T20:47:13.518Z] ---> fb64597cd478 [2021-04-28T20:47:13.518Z] Step 10/27 : RUN go mod download [2021-04-28T20:47:13.518Z] ---> Running in 65d1bc7e06ce [2021-04-28T20:47:14.938Z] Removing intermediate container 65d1bc7e06ce [2021-04-28T20:47:14.938Z] ---> e5486fdbd702 [2021-04-28T20:47:14.938Z] Step 11/27 : COPY . . [2021-04-28T20:47:15.201Z] ---> 3cdb73fd5f6f [2021-04-28T20:47:15.201Z] Step 12/27 : ARG MAKE="make build" [2021-04-28T20:47:15.201Z] ---> Running in e2eb50413fc8 [2021-04-28T20:47:15.465Z] Removing intermediate container e2eb50413fc8 [2021-04-28T20:47:15.465Z] ---> 99ce12fd5aa7 [2021-04-28T20:47:15.465Z] Step 13/27 : RUN $MAKE [2021-04-28T20:47:15.465Z] ---> Running in 4a6c3a978061 [2021-04-28T20:47:16.043Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.33" -o app-service-configurable [2021-04-28T20:47:34.404Z] Removing intermediate container 4a6c3a978061 [2021-04-28T20:47:34.404Z] ---> 5b5c607ebbcb [2021-04-28T20:47:34.404Z] Step 14/27 : FROM alpine:3.12 [2021-04-28T20:47:34.404Z] 3.12: Pulling from library/alpine [2021-04-28T20:47:34.404Z] 339de151aab4: Pulling fs layer [2021-04-28T20:47:34.404Z] 339de151aab4: Download complete [2021-04-28T20:47:34.404Z] 339de151aab4: Pull complete [2021-04-28T20:47:34.404Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T20:47:34.404Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T20:47:34.404Z] ---> 13621d1b12d4 [2021-04-28T20:47:34.404Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-28T20:47:34.404Z] ---> Running in a1bfb6251360 [2021-04-28T20:47:34.404Z] Removing intermediate container a1bfb6251360 [2021-04-28T20:47:34.404Z] ---> 56c8d9cea8fe [2021-04-28T20:47:34.404Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-28T20:47:34.404Z] ---> Running in 6cb56aa4f989 [2021-04-28T20:47:34.404Z] Removing intermediate container 6cb56aa4f989 [2021-04-28T20:47:34.404Z] ---> 199222e97d27 [2021-04-28T20:47:34.404Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-28T20:47:34.404Z] ---> Running in 4b4d1d644c14 [2021-04-28T20:47:34.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-28T20:47:34.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-28T20:47:34.984Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-28T20:47:34.984Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-28T20:47:34.984Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-28T20:47:34.984Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-28T20:47:34.984Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-28T20:47:35.249Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-28T20:47:35.249Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-28T20:47:35.249Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T20:47:35.249Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T20:47:35.249Z] OK: 9 MiB in 21 packages [2021-04-28T20:47:36.240Z] Removing intermediate container 4b4d1d644c14 [2021-04-28T20:47:36.240Z] ---> b1e1494e1a44 [2021-04-28T20:47:36.240Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-28T20:47:36.519Z] ---> a93001d61684 [2021-04-28T20:47:36.519Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-28T20:47:37.110Z] ---> 060502cb9877 [2021-04-28T20:47:37.110Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-28T20:47:37.170Z] Removing intermediate container 8e23ba40d18a [2021-04-28T20:47:37.170Z] ---> bc5ef289021f [2021-04-28T20:47:37.170Z] Step 14/27 : FROM alpine:3.12 [2021-04-28T20:47:37.170Z] 3.12: Pulling from library/alpine [2021-04-28T20:47:37.170Z] d2f70382dc9a: Pulling fs layer [2021-04-28T20:47:37.170Z] d2f70382dc9a: Download complete [2021-04-28T20:47:37.170Z] d2f70382dc9a: Pull complete [2021-04-28T20:47:37.170Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-28T20:47:37.170Z] Status: Downloaded newer image for alpine:3.12 [2021-04-28T20:47:37.170Z] ---> 9852663dfa18 [2021-04-28T20:47:37.170Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-28T20:47:37.170Z] ---> Running in 37d31fa1d29c [2021-04-28T20:47:37.170Z] Removing intermediate container 37d31fa1d29c [2021-04-28T20:47:37.170Z] ---> 850915488433 [2021-04-28T20:47:37.170Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-28T20:47:37.384Z] ---> ecd3e629b0b8 [2021-04-28T20:47:37.384Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-28T20:47:37.442Z] ---> Running in bcb044d8e28c [2021-04-28T20:47:38.037Z] Removing intermediate container bcb044d8e28c [2021-04-28T20:47:38.037Z] ---> 63fc7a4402e3 [2021-04-28T20:47:38.037Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-28T20:47:38.037Z] ---> Running in e8dd5c030d14 [2021-04-28T20:47:38.372Z] ---> 35db85830f94 [2021-04-28T20:47:38.372Z] Step 22/27 : EXPOSE 48095 [2021-04-28T20:47:38.372Z] ---> Running in a779a85898dc [2021-04-28T20:47:38.372Z] Removing intermediate container a779a85898dc [2021-04-28T20:47:38.372Z] ---> 968d6cdcb59b [2021-04-28T20:47:38.372Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-28T20:47:38.639Z] ---> Running in be0058437913 [2021-04-28T20:47:38.639Z] Removing intermediate container be0058437913 [2021-04-28T20:47:38.639Z] ---> 0f1bf81242e2 [2021-04-28T20:47:38.639Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T20:47:38.912Z] ---> Running in 0f3e0a4a4c3c [2021-04-28T20:47:39.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-28T20:47:39.178Z] Removing intermediate container 0f3e0a4a4c3c [2021-04-28T20:47:39.178Z] ---> d96c847dd20c [2021-04-28T20:47:39.178Z] Step 25/27 : LABEL arch=amd64 [2021-04-28T20:47:39.178Z] ---> Running in a248e7b8a9b8 [2021-04-28T20:47:39.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-28T20:47:39.442Z] Removing intermediate container a248e7b8a9b8 [2021-04-28T20:47:39.443Z] ---> a292e45b3e68 [2021-04-28T20:47:39.443Z] Step 26/27 : LABEL git_sha=279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:47:39.443Z] ---> Running in 7b35e758e570 [2021-04-28T20:47:39.713Z] Removing intermediate container 7b35e758e570 [2021-04-28T20:47:39.713Z] ---> 13cfcfee7eb7 [2021-04-28T20:47:39.713Z] Step 27/27 : LABEL version=2.0.0-dev.33 [2021-04-28T20:47:39.713Z] ---> Running in b56ffa8a5377 [2021-04-28T20:47:39.893Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-28T20:47:39.893Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-28T20:47:39.893Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-28T20:47:39.893Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-28T20:47:39.893Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-28T20:47:39.893Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-28T20:47:39.978Z] Removing intermediate container b56ffa8a5377 [2021-04-28T20:47:39.978Z] ---> 5444e4a17592 [2021-04-28T20:47:39.978Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-28T20:47:39.978Z] Successfully built 5444e4a17592 [2021-04-28T20:47:39.978Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-28T20:47:40.165Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-28T20:47:40.165Z] Executing busybox-1.31.1-r20.trigger [2021-04-28T20:47:40.165Z] Executing ca-certificates-20191127-r4.trigger [2021-04-28T20:47:40.165Z] OK: 9 MiB in 21 packages [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T20:47:40.205Z] provisioning config files... [2021-04-28T20:47:40.691Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config5346839779414435328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:47:41.046Z] ---> docker-login.sh [2021-04-28T20:47:41.046Z] nexus3.edgexfoundry.org:10001 [2021-04-28T20:47:41.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:41.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:41.313Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:41.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:41.313Z] [2021-04-28T20:47:41.313Z] Login Succeeded [2021-04-28T20:47:41.313Z] nexus3.edgexfoundry.org:10002 [2021-04-28T20:47:41.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:41.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:41.584Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:41.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:41.584Z] [2021-04-28T20:47:41.584Z] Login Succeeded [2021-04-28T20:47:41.584Z] nexus3.edgexfoundry.org:10003 [2021-04-28T20:47:41.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:41.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:41.851Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:41.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:41.851Z] [2021-04-28T20:47:41.851Z] Login Succeeded [2021-04-28T20:47:41.851Z] nexus3.edgexfoundry.org:10004 [2021-04-28T20:47:42.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:42.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:42.143Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:42.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:42.143Z] [2021-04-28T20:47:42.143Z] Login Succeeded [2021-04-28T20:47:42.143Z] docker.io [2021-04-28T20:47:42.158Z] Removing intermediate container e8dd5c030d14 [2021-04-28T20:47:42.158Z] ---> 688b989e3371 [2021-04-28T20:47:42.158Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-28T20:47:42.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:42.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:42.685Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:42.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:42.685Z] [2021-04-28T20:47:42.685Z] Login Succeeded [2021-04-28T20:47:42.685Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T20:47:42.706Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-04-28T20:47:42.754Z] ---> 93bfd21f44d2 [2021-04-28T20:47:42.754Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [Pipeline] echo [2021-04-28T20:47:42.796Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-04-28T20:47:42.796Z] 279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:47:42.796Z] latest [2021-04-28T20:47:42.796Z] 2.0.0-dev.33 [2021-04-28T20:47:42.796Z] 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [2021-04-28T20:47:42.796Z] master [2021-04-28T20:47:42.796Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:43.176Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:43.346Z] ---> 48006649fa66 [2021-04-28T20:47:43.346Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-28T20:47:43.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:47:43.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-28T20:47:43.531Z] d07576bd5851: Preparing [2021-04-28T20:47:43.531Z] 3d89354c1105: Preparing [2021-04-28T20:47:43.531Z] dfb9255bbd65: Preparing [2021-04-28T20:47:43.531Z] b795af6cc2d6: Preparing [2021-04-28T20:47:43.531Z] 8dfe952c0862: Preparing [2021-04-28T20:47:43.531Z] 32f366d666a5: Preparing [2021-04-28T20:47:43.531Z] 32f366d666a5: Waiting [2021-04-28T20:47:43.805Z] b795af6cc2d6: Pushed [2021-04-28T20:47:43.805Z] dfb9255bbd65: Pushed [2021-04-28T20:47:43.806Z] 3d89354c1105: Pushed [2021-04-28T20:47:43.806Z] 32f366d666a5: Layer already exists [2021-04-28T20:47:43.946Z] ---> 30c44213ab7e [2021-04-28T20:47:43.946Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-28T20:47:44.075Z] 8dfe952c0862: Pushed [2021-04-28T20:47:45.382Z] ---> be75a3b39c46 [2021-04-28T20:47:45.382Z] Step 22/27 : EXPOSE 48095 [2021-04-28T20:47:45.483Z] d07576bd5851: Pushed [2021-04-28T20:47:45.483Z] 279c7ea778f56049ed2c46899acca3cd518040be: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:45.656Z] ---> Running in bd5830405a5b [2021-04-28T20:47:45.802Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:45.931Z] Removing intermediate container bd5830405a5b [2021-04-28T20:47:45.931Z] ---> da26c0a2b8e8 [2021-04-28T20:47:45.931Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-28T20:47:46.117Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-28T20:47:46.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-28T20:47:46.117Z] d07576bd5851: Preparing [2021-04-28T20:47:46.117Z] 3d89354c1105: Preparing [2021-04-28T20:47:46.117Z] dfb9255bbd65: Preparing [2021-04-28T20:47:46.117Z] b795af6cc2d6: Preparing [2021-04-28T20:47:46.117Z] 8dfe952c0862: Preparing [2021-04-28T20:47:46.117Z] 32f366d666a5: Preparing [2021-04-28T20:47:46.117Z] 32f366d666a5: Waiting [2021-04-28T20:47:46.117Z] b795af6cc2d6: Layer already exists [2021-04-28T20:47:46.117Z] 8dfe952c0862: Layer already exists [2021-04-28T20:47:46.117Z] dfb9255bbd65: Layer already exists [2021-04-28T20:47:46.117Z] 3d89354c1105: Layer already exists [2021-04-28T20:47:46.117Z] d07576bd5851: Layer already exists [2021-04-28T20:47:46.117Z] 32f366d666a5: Layer already exists [2021-04-28T20:47:46.118Z] latest: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:46.207Z] ---> Running in 795d483fe6c7 [2021-04-28T20:47:46.450Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:46.478Z] Removing intermediate container 795d483fe6c7 [2021-04-28T20:47:46.479Z] ---> fc36cec2f915 [2021-04-28T20:47:46.479Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-28T20:47:46.753Z] ---> Running in 6710e08750cd [2021-04-28T20:47:46.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.33 [2021-04-28T20:47:46.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-28T20:47:46.868Z] d07576bd5851: Preparing [2021-04-28T20:47:46.868Z] 3d89354c1105: Preparing [2021-04-28T20:47:46.868Z] dfb9255bbd65: Preparing [2021-04-28T20:47:46.868Z] b795af6cc2d6: Preparing [2021-04-28T20:47:46.868Z] 8dfe952c0862: Preparing [2021-04-28T20:47:46.868Z] 32f366d666a5: Preparing [2021-04-28T20:47:46.868Z] 32f366d666a5: Waiting [2021-04-28T20:47:46.868Z] 8dfe952c0862: Layer already exists [2021-04-28T20:47:46.868Z] b795af6cc2d6: Layer already exists [2021-04-28T20:47:46.868Z] dfb9255bbd65: Layer already exists [2021-04-28T20:47:46.868Z] d07576bd5851: Layer already exists [2021-04-28T20:47:46.868Z] 3d89354c1105: Layer already exists [2021-04-28T20:47:46.868Z] 32f366d666a5: Layer already exists [2021-04-28T20:47:47.028Z] Removing intermediate container 6710e08750cd [2021-04-28T20:47:47.028Z] ---> 366dba9d4955 [2021-04-28T20:47:47.028Z] Step 25/27 : LABEL arch=arm64 [2021-04-28T20:47:47.144Z] 2.0.0-dev.33: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:47.301Z] ---> Running in 93d8a487cd4d [2021-04-28T20:47:47.479Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:47.576Z] Removing intermediate container 93d8a487cd4d [2021-04-28T20:47:47.576Z] ---> dc15d864cb98 [2021-04-28T20:47:47.576Z] Step 26/27 : LABEL git_sha=279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:47:47.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [2021-04-28T20:47:47.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-28T20:47:47.792Z] d07576bd5851: Preparing [2021-04-28T20:47:47.792Z] 3d89354c1105: Preparing [2021-04-28T20:47:47.792Z] dfb9255bbd65: Preparing [2021-04-28T20:47:47.792Z] b795af6cc2d6: Preparing [2021-04-28T20:47:47.792Z] 8dfe952c0862: Preparing [2021-04-28T20:47:47.792Z] 32f366d666a5: Preparing [2021-04-28T20:47:47.792Z] 32f366d666a5: Waiting [2021-04-28T20:47:47.792Z] b795af6cc2d6: Layer already exists [2021-04-28T20:47:47.792Z] 3d89354c1105: Layer already exists [2021-04-28T20:47:47.792Z] 8dfe952c0862: Layer already exists [2021-04-28T20:47:47.793Z] d07576bd5851: Layer already exists [2021-04-28T20:47:47.793Z] dfb9255bbd65: Layer already exists [2021-04-28T20:47:47.793Z] 32f366d666a5: Layer already exists [2021-04-28T20:47:47.793Z] 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:47.850Z] ---> Running in 55349e2a5ce2 [2021-04-28T20:47:48.122Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-04-28T20:47:48.124Z] Removing intermediate container 55349e2a5ce2 [2021-04-28T20:47:48.124Z] ---> a22e57d8f984 [2021-04-28T20:47:48.124Z] Step 27/27 : LABEL version=2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:48.396Z] ---> Running in bf72e13cecfd [2021-04-28T20:47:48.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-04-28T20:47:48.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-28T20:47:48.446Z] d07576bd5851: Preparing [2021-04-28T20:47:48.446Z] 3d89354c1105: Preparing [2021-04-28T20:47:48.446Z] dfb9255bbd65: Preparing [2021-04-28T20:47:48.446Z] b795af6cc2d6: Preparing [2021-04-28T20:47:48.446Z] 8dfe952c0862: Preparing [2021-04-28T20:47:48.446Z] 32f366d666a5: Preparing [2021-04-28T20:47:48.446Z] 32f366d666a5: Waiting [2021-04-28T20:47:48.446Z] 3d89354c1105: Layer already exists [2021-04-28T20:47:48.446Z] d07576bd5851: Layer already exists [2021-04-28T20:47:48.446Z] 8dfe952c0862: Layer already exists [2021-04-28T20:47:48.446Z] dfb9255bbd65: Layer already exists [2021-04-28T20:47:48.446Z] b795af6cc2d6: Layer already exists [2021-04-28T20:47:48.446Z] 32f366d666a5: Layer already exists [2021-04-28T20:47:48.726Z] master: digest: sha256:87c855989122c17c910e5cf224f36e8b87a6026e6140b48853e2d828e2700600 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-28T20:47:48.795Z] ===================================================== [Pipeline] echo [2021-04-28T20:47:48.839Z] taggedImages: [2021-04-28T20:47:48.839Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:47:48.839Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-28T20:47:48.839Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.33 [2021-04-28T20:47:48.839Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [2021-04-28T20:47:48.839Z] - 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] } [2021-04-28T20:47:48.990Z] Removing intermediate container bf72e13cecfd [2021-04-28T20:47:48.990Z] ---> b11b80cf563e [2021-04-28T20:47:48.990Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-28T20:47:48.990Z] Successfully built b11b80cf563e [2021-04-28T20:47:48.990Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] // stage Post stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] libraryResource [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-28T20:47:49.411Z] provisioning config files... [2021-04-28T20:47:49.454Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/103@tmp/config1945565037206927227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:47:49.577Z] ---> job-cost.sh [2021-04-28T20:47:49.577Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r8nf [2021-04-28T20:47:49.816Z] ---> docker-login.sh [2021-04-28T20:47:49.816Z] nexus3.edgexfoundry.org:10001 [2021-04-28T20:47:50.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:50.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:50.370Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:50.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:50.370Z] [2021-04-28T20:47:50.370Z] Login Succeeded [2021-04-28T20:47:50.370Z] nexus3.edgexfoundry.org:10002 [2021-04-28T20:47:50.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:50.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:50.641Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:50.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:50.641Z] [2021-04-28T20:47:50.641Z] Login Succeeded [2021-04-28T20:47:50.641Z] nexus3.edgexfoundry.org:10003 [2021-04-28T20:47:50.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:51.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:51.181Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:51.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:51.181Z] [2021-04-28T20:47:51.181Z] Login Succeeded [2021-04-28T20:47:51.181Z] nexus3.edgexfoundry.org:10004 [2021-04-28T20:47:51.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:51.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:51.722Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:51.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:51.722Z] [2021-04-28T20:47:51.722Z] Login Succeeded [2021-04-28T20:47:51.722Z] docker.io [2021-04-28T20:47:51.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-28T20:47:52.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-28T20:47:52.261Z] Configure a credential helper to remove this warning. See [2021-04-28T20:47:52.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-28T20:47:52.261Z] [2021-04-28T20:47:52.261Z] Login Succeeded [2021-04-28T20:47:52.261Z] ---> docker-login.sh ends [Pipeline] } [2021-04-28T20:47:52.278Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-28T20:47:52.361Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-04-28T20:47:52.361Z] 279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:47:52.361Z] latest [2021-04-28T20:47:52.361Z] 2.0.0-dev.33 [2021-04-28T20:47:52.361Z] 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [2021-04-28T20:47:52.361Z] master [2021-04-28T20:47:52.361Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:52.746Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:53.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:47:53.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-28T20:47:53.084Z] 8d4203379e76: Preparing [2021-04-28T20:47:53.084Z] 19f1ef833c27: Preparing [2021-04-28T20:47:53.084Z] 76a016ee5e29: Preparing [2021-04-28T20:47:53.084Z] baeff4aa066a: Preparing [2021-04-28T20:47:53.084Z] b5b1bee261e7: Preparing [2021-04-28T20:47:53.084Z] 3fbe34a1663b: Preparing [2021-04-28T20:47:53.084Z] 3fbe34a1663b: Waiting [2021-04-28T20:47:53.359Z] 76a016ee5e29: Pushed [2021-04-28T20:47:53.359Z] 19f1ef833c27: Pushed [2021-04-28T20:47:53.359Z] baeff4aa066a: Pushed [2021-04-28T20:47:53.359Z] 3fbe34a1663b: Layer already exists [2021-04-28T20:47:54.331Z] b5b1bee261e7: Pushed [2021-04-28T20:47:56.938Z] 8d4203379e76: Pushed [2021-04-28T20:47:56.939Z] 279c7ea778f56049ed2c46899acca3cd518040be: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:57.295Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:57.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-28T20:47:57.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-28T20:47:57.636Z] 8d4203379e76: Preparing [2021-04-28T20:47:57.636Z] 19f1ef833c27: Preparing [2021-04-28T20:47:57.636Z] 76a016ee5e29: Preparing [2021-04-28T20:47:57.636Z] baeff4aa066a: Preparing [2021-04-28T20:47:57.636Z] b5b1bee261e7: Preparing [2021-04-28T20:47:57.636Z] 3fbe34a1663b: Preparing [2021-04-28T20:47:57.636Z] 3fbe34a1663b: Waiting [2021-04-28T20:47:57.636Z] baeff4aa066a: Layer already exists [2021-04-28T20:47:57.636Z] b5b1bee261e7: Layer already exists [2021-04-28T20:47:57.636Z] 19f1ef833c27: Layer already exists [2021-04-28T20:47:57.636Z] 8d4203379e76: Layer already exists [2021-04-28T20:47:57.636Z] 76a016ee5e29: Layer already exists [2021-04-28T20:47:57.636Z] 3fbe34a1663b: Layer already exists [2021-04-28T20:47:57.908Z] latest: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:58.254Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:58.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.33 [2021-04-28T20:47:58.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-28T20:47:58.590Z] 8d4203379e76: Preparing [2021-04-28T20:47:58.590Z] 19f1ef833c27: Preparing [2021-04-28T20:47:58.590Z] 76a016ee5e29: Preparing [2021-04-28T20:47:58.590Z] baeff4aa066a: Preparing [2021-04-28T20:47:58.590Z] b5b1bee261e7: Preparing [2021-04-28T20:47:58.590Z] 3fbe34a1663b: Preparing [2021-04-28T20:47:58.590Z] 3fbe34a1663b: Waiting [2021-04-28T20:47:58.590Z] 19f1ef833c27: Layer already exists [2021-04-28T20:47:58.590Z] baeff4aa066a: Layer already exists [2021-04-28T20:47:58.590Z] 8d4203379e76: Layer already exists [2021-04-28T20:47:58.590Z] 76a016ee5e29: Layer already exists [2021-04-28T20:47:58.590Z] b5b1bee261e7: Layer already exists [2021-04-28T20:47:58.862Z] 3fbe34a1663b: Layer already exists [2021-04-28T20:47:58.862Z] 2.0.0-dev.33: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:59.210Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:47:59.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [2021-04-28T20:47:59.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-28T20:47:59.551Z] 8d4203379e76: Preparing [2021-04-28T20:47:59.551Z] 19f1ef833c27: Preparing [2021-04-28T20:47:59.551Z] 76a016ee5e29: Preparing [2021-04-28T20:47:59.551Z] baeff4aa066a: Preparing [2021-04-28T20:47:59.551Z] b5b1bee261e7: Preparing [2021-04-28T20:47:59.551Z] 3fbe34a1663b: Preparing [2021-04-28T20:47:59.551Z] 3fbe34a1663b: Waiting [2021-04-28T20:47:59.551Z] 8d4203379e76: Layer already exists [2021-04-28T20:47:59.551Z] b5b1bee261e7: Layer already exists [2021-04-28T20:47:59.551Z] 19f1ef833c27: Layer already exists [2021-04-28T20:47:59.551Z] 76a016ee5e29: Layer already exists [2021-04-28T20:47:59.825Z] baeff4aa066a: Layer already exists [2021-04-28T20:47:59.825Z] 3fbe34a1663b: Layer already exists [2021-04-28T20:47:59.825Z] 279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:48:00.175Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:48:00.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-04-28T20:48:00.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-28T20:48:00.523Z] 8d4203379e76: Preparing [2021-04-28T20:48:00.523Z] 19f1ef833c27: Preparing [2021-04-28T20:48:00.523Z] 76a016ee5e29: Preparing [2021-04-28T20:48:00.523Z] baeff4aa066a: Preparing [2021-04-28T20:48:00.523Z] b5b1bee261e7: Preparing [2021-04-28T20:48:00.523Z] 3fbe34a1663b: Preparing [2021-04-28T20:48:00.523Z] 3fbe34a1663b: Waiting [2021-04-28T20:48:00.523Z] baeff4aa066a: Layer already exists [2021-04-28T20:48:00.523Z] b5b1bee261e7: Layer already exists [2021-04-28T20:48:00.523Z] 8d4203379e76: Layer already exists [2021-04-28T20:48:00.793Z] 19f1ef833c27: Layer already exists [2021-04-28T20:48:00.793Z] 76a016ee5e29: Layer already exists [2021-04-28T20:48:00.793Z] 3fbe34a1663b: Layer already exists [2021-04-28T20:48:00.793Z] master: digest: sha256:e69bf4d4020b2b69ef9e99f485a1ed87882807da307f28e7311aab5e536f2333 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-28T20:48:00.877Z] ===================================================== [Pipeline] echo [2021-04-28T20:48:00.896Z] taggedImages: [2021-04-28T20:48:00.896Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be [2021-04-28T20:48:00.896Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-28T20:48:00.896Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.33 [2021-04-28T20:48:00.896Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:279c7ea778f56049ed2c46899acca3cd518040be-2.0.0-dev.33 [2021-04-28T20:48:00.896Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:48:01.309Z] ---> job-cost.sh [2021-04-28T20:48:01.309Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PEzn [2021-04-28T20:48:07.757Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T20:48:39.980Z] lf-activate-venv(): INFO: Adding /tmp/venv-r8nf/bin to PATH [2021-04-28T20:48:39.980Z] INFO: No Stack... [2021-04-28T20:48:39.980Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T20:48:39.980Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T20:48:40.258Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-28T20:48:40.305Z] + cut -d, -f6 [2021-04-28T20:48:40.305Z] + cat /w/workspace/app-service-configurable/103/archives/cost.csv [Pipeline] lock [2021-04-28T20:48:40.467Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [2021-04-28T20:48:40.482Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] did not exist. Created. [2021-04-28T20:48:40.482Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T20:48:40.876Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-28T20:48:41.069Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T20:48:41.085Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-28T20:50:01.990Z] lf-activate-venv(): INFO: Adding /tmp/venv-PEzn/bin to PATH [2021-04-28T20:50:01.990Z] INFO: No Stack... [2021-04-28T20:50:01.990Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-28T20:50:01.990Z] INFO: Archiving Costs [Pipeline] sh [2021-04-28T20:50:02.331Z] + + cat /w/workspace/app-service-configurable/103/archives/cost.csv [2021-04-28T20:50:02.331Z] cut -d, -f6 [Pipeline] lock [2021-04-28T20:50:02.448Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [2021-04-28T20:50:02.457Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] did not exist. Created. [2021-04-28T20:50:02.458Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-28T20:50:02.837Z] /w/workspace/app-service-configurable/103@tmp/durable-2b6d5adc/script.sh: 1: /w/workspace/app-service-configurable/103@tmp/durable-2b6d5adc/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-28T20:50:03.202Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-28T20:50:03.224Z] Warning: overwriting stash ‘stack-cost’ [2021-04-28T20:50:03.384Z] Stashed 1 file(s) [Pipeline] } [2021-04-28T20:50:03.398Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-103-stack-cost] [Pipeline] // lock [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-04-28T20:50:04.027Z] provisioning config files... [2021-04-28T20:50:04.037Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6684014582188139002tmp [Pipeline] { [Pipeline] sh [2021-04-28T20:50:04.369Z] + set +x [2021-04-28T20:50:04.369Z] + curl -s https://codecov.io/bash [2021-04-28T20:50:04.369Z] + bash -s -- [2021-04-28T20:50:04.633Z] [2021-04-28T20:50:04.633Z] _____ _ [2021-04-28T20:50:04.633Z] / ____| | | [2021-04-28T20:50:04.633Z] | | ___ __| | ___ ___ _____ __ [2021-04-28T20:50:04.633Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-28T20:50:04.633Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-28T20:50:04.633Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-28T20:50:04.633Z] Bash-1.0.2 [2021-04-28T20:50:04.633Z] [2021-04-28T20:50:04.633Z] [2021-04-28T20:50:04.633Z] ==> git version 2.24.3 found [2021-04-28T20:50:04.633Z] ==> 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-04-28T20:50:04.633Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-28T20:50:04.633Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-28T20:50:04.633Z] ==> Jenkins CI detected. [2021-04-28T20:50:04.633Z] project root: . [2021-04-28T20:50:04.633Z] --> token set from env [2021-04-28T20:50:04.633Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-28T20:50:04.633Z] ==> Running gcov in . (disable via -X gcov) [2021-04-28T20:50:04.633Z] ==> Python coveragepy not found [2021-04-28T20:50:04.633Z] ==> Searching for coverage reports in: [2021-04-28T20:50:04.633Z] + . [2021-04-28T20:50:04.633Z] -> Found 1 reports [2021-04-28T20:50:04.633Z] ==> Detecting git/mercurial file structure [2021-04-28T20:50:04.633Z] ==> Reading reports [2021-04-28T20:50:04.633Z] + ./coverage.out bytes=10 [2021-04-28T20:50:04.633Z] ==> Appending adjustments [2021-04-28T20:50:04.633Z] https://docs.codecov.io/docs/fixing-reports [2021-04-28T20:50:04.633Z] + Found adjustments [2021-04-28T20:50:04.633Z] ==> Gzipping contents [2021-04-28T20:50:04.633Z] 4.0K /tmp/codecov.2uc9tx.gz [2021-04-28T20:50:04.633Z] ==> Uploading reports [2021-04-28T20:50:04.633Z] url: https://codecov.io [2021-04-28T20:50:04.633Z] query: branch=master&commit=279c7ea778f56049ed2c46899acca3cd518040be&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-28T20:50:04.633Z] -> Pinging Codecov [2021-04-28T20:50:04.633Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=279c7ea778f56049ed2c46899acca3cd518040be&build=103&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F103%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-28T20:50:05.210Z] -> Uploading to [2021-04-28T20:50:05.210Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-28/A97CA9966030D2A3747ED39772930CCE/279c7ea778f56049ed2c46899acca3cd518040be/8105bd13-c12f-49b0-a167-37b154dd08b2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T205005Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e546a2dc4de503587835ddcf21bc1a120d2275acc7aeb1e5ccbe956d046e1ece [2021-04-28T20:50:05.210Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-28T20:50:05.210Z] Dload Upload Total Spent Left Speed [2021-04-28T20:50:05.787Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 953 --:--:-- --:--:-- --:--:-- 954 100 396 0 0 100 396 0 953 --:--:-- --:--:-- --:--:-- 951 [2021-04-28T20:50:05.787Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] } [2021-04-28T20:50:05.798Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-28T20:50:06.687Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-28T20:50:06.706Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:50:07.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-28T20:50:07.018Z] [2021-04-28T20:50:07.018Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:50:07.340Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-28T20:50:07.340Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-28T20:50:07.340Z] 188c0c94c7c5: Pulling fs layer [2021-04-28T20:50:07.340Z] 0ef7d3d256c8: Pulling fs layer [2021-04-28T20:50:07.340Z] de9db76c5a1d: Pulling fs layer [2021-04-28T20:50:07.340Z] 0eba1c9be4d2: Pulling fs layer [2021-04-28T20:50:07.340Z] 0d57e429df01: Pulling fs layer [2021-04-28T20:50:07.340Z] 4e4be7b47b0d: Pulling fs layer [2021-04-28T20:50:07.340Z] e1f770b5df2f: Pulling fs layer [2021-04-28T20:50:07.340Z] 85a0685a4137: Pulling fs layer [2021-04-28T20:50:07.340Z] 0eba1c9be4d2: Waiting [2021-04-28T20:50:07.340Z] 0d57e429df01: Waiting [2021-04-28T20:50:07.340Z] 4e4be7b47b0d: Waiting [2021-04-28T20:50:07.340Z] e1f770b5df2f: Waiting [2021-04-28T20:50:07.340Z] 85a0685a4137: Waiting [2021-04-28T20:50:07.340Z] de9db76c5a1d: Verifying Checksum [2021-04-28T20:50:07.340Z] de9db76c5a1d: Download complete [2021-04-28T20:50:07.340Z] 0ef7d3d256c8: Download complete [2021-04-28T20:50:07.340Z] 0d57e429df01: Download complete [2021-04-28T20:50:07.340Z] 4e4be7b47b0d: Verifying Checksum [2021-04-28T20:50:07.340Z] 4e4be7b47b0d: Download complete [2021-04-28T20:50:07.340Z] 188c0c94c7c5: Verifying Checksum [2021-04-28T20:50:07.925Z] 188c0c94c7c5: Pull complete [2021-04-28T20:50:08.189Z] 0ef7d3d256c8: Pull complete [2021-04-28T20:50:08.189Z] de9db76c5a1d: Pull complete [2021-04-28T20:50:09.141Z] e1f770b5df2f: Verifying Checksum [2021-04-28T20:50:11.109Z] 0eba1c9be4d2: Verifying Checksum [2021-04-28T20:50:11.109Z] 0eba1c9be4d2: Download complete [2021-04-28T20:50:11.702Z] 85a0685a4137: Verifying Checksum [2021-04-28T20:50:11.702Z] 85a0685a4137: Download complete [2021-04-28T20:50:17.029Z] 0eba1c9be4d2: Pull complete [2021-04-28T20:50:17.292Z] 0d57e429df01: Pull complete [2021-04-28T20:50:17.292Z] 4e4be7b47b0d: Pull complete [2021-04-28T20:50:19.860Z] e1f770b5df2f: Pull complete [2021-04-28T20:50:26.497Z] 85a0685a4137: Pull complete [2021-04-28T20:50:26.497Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-28T20:50:26.497Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-28T20:50:26.497Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-28T20:50:26.735Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2021-04-28T20:50:26.792Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-28T20:50:27.962Z] $ docker top 415d6e97b16f3f71305eee43be5f0a3ce57de177c2160cebffea38ae9a6ff424 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-28T20:50:28.143Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-28T20:50:28.441Z] + set -o pipefail [2021-04-28T20:50:28.441Z] + snyk monitor '--org=edgex-jenkins' [2021-04-28T20:50:38.485Z] [2021-04-28T20:50:38.485Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-04-28T20:50:38.485Z] [2021-04-28T20:50:38.485Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/cfc4d43d-51c0-4458-8d6c-31e917338860 [2021-04-28T20:50:38.485Z] [2021-04-28T20:50:38.485Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-28T20:50:38.485Z] [2021-04-28T20:50:38.485Z] [Pipeline] } [2021-04-28T20:50:38.503Z] $ docker stop --time=1 415d6e97b16f3f71305eee43be5f0a3ce57de177c2160cebffea38ae9a6ff424 [2021-04-28T20:50:41.835Z] $ docker rm -f 415d6e97b16f3f71305eee43be5f0a3ce57de177c2160cebffea38ae9a6ff424 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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-04-28T20:50:43.050Z] + git log --format=format:%s -1 279c7ea778f56049ed2c46899acca3cd518040be [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:50:43.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T20:50:43.369Z] . [Pipeline] withDockerContainer [2021-04-28T20:50:43.476Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2021-04-28T20:50:43.528Z] $ 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-04-28T20:50:44.365Z] $ docker top 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T20:50:44.585Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T20:50:44.585Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T20:50:44.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T20:50:44.841Z] $ docker exec 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 ssh-agent [2021-04-28T20:50:45.016Z] SSH_AUTH_SOCK=/tmp/ssh-dJJ7nigAuYG3/agent.11 [2021-04-28T20:50:45.016Z] SSH_AGENT_PID=16 [2021-04-28T20:50:45.025Z] Running ssh-add (command line suppressed) [2021-04-28T20:50:45.162Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8147299166774548940.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8147299166774548940.key) [2021-04-28T20:50:45.226Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T20:50:45.539Z] + git semver tag [2021-04-28T20:50:45.539Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T20:50:45.539Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-28T20:50:45.539Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-28T20:50:45.539Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T20:50:45.539Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T20:50:45.539Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T20:50:45.539Z] # $SEMVER_BRANCH = master [2021-04-28T20:50:45.539Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-28T20:50:45.539Z] # 279c7ea778f56049ed2c46899acca3cd518040be HEAD [2021-04-28T20:50:45.539Z] # -> Force: false [2021-04-28T20:50:45.539Z] # 2182c4dd709113f29554afbe70b9b12a953b1b70 refs/tags/v2.0.0-dev.33 [Pipeline] } [2021-04-28T20:50:45.555Z] $ docker exec --env ******** --env ******** 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 ssh-agent -k [2021-04-28T20:50:45.692Z] unset SSH_AUTH_SOCK; [2021-04-28T20:50:45.692Z] unset SSH_AGENT_PID; [2021-04-28T20:50:45.692Z] echo Agent pid 16 killed; [2021-04-28T20:50:45.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T20:50:46.112Z] + git semver [Pipeline] } [2021-04-28T20:50:46.134Z] $ docker stop --time=1 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 [2021-04-28T20:50:47.519Z] $ docker rm -f 1ab292a558ffadd0bc96a0f215bbb38170d5f50d875eb758f690ff1be1b0b7f5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:50:48.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-28T20:50:48.067Z] [2021-04-28T20:50:48.067Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:50:48.388Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-28T20:50:48.388Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-28T20:50:48.388Z] ab5ef0e58194: Pulling fs layer [2021-04-28T20:50:48.388Z] 9712f1f96733: Pulling fs layer [2021-04-28T20:50:48.388Z] 63f879dbbcfc: Pulling fs layer [2021-04-28T20:50:48.388Z] 0d9ebad4ef96: Pulling fs layer [2021-04-28T20:50:48.388Z] e9a5061849ea: Pulling fs layer [2021-04-28T20:50:48.388Z] d747dcd14b5f: Pulling fs layer [2021-04-28T20:50:48.388Z] 2de7ff778b66: Pulling fs layer [2021-04-28T20:50:48.388Z] 0d9ebad4ef96: Waiting [2021-04-28T20:50:48.388Z] e9a5061849ea: Waiting [2021-04-28T20:50:48.388Z] d747dcd14b5f: Waiting [2021-04-28T20:50:48.388Z] 9712f1f96733: Download complete [2021-04-28T20:50:50.318Z] 63f879dbbcfc: Verifying Checksum [2021-04-28T20:50:50.318Z] 63f879dbbcfc: Download complete [2021-04-28T20:50:50.318Z] e9a5061849ea: Verifying Checksum [2021-04-28T20:50:50.318Z] e9a5061849ea: Download complete [2021-04-28T20:50:50.318Z] d747dcd14b5f: Verifying Checksum [2021-04-28T20:50:50.318Z] d747dcd14b5f: Download complete [2021-04-28T20:50:50.583Z] 2de7ff778b66: Verifying Checksum [2021-04-28T20:50:50.583Z] 2de7ff778b66: Download complete [2021-04-28T20:50:50.849Z] 0d9ebad4ef96: Verifying Checksum [2021-04-28T20:50:50.849Z] 0d9ebad4ef96: Download complete [2021-04-28T20:50:50.849Z] ab5ef0e58194: Verifying Checksum [2021-04-28T20:50:50.849Z] ab5ef0e58194: Download complete [2021-04-28T20:50:56.181Z] ab5ef0e58194: Pull complete [2021-04-28T20:50:56.181Z] 9712f1f96733: Pull complete [2021-04-28T20:50:58.110Z] 63f879dbbcfc: Pull complete [2021-04-28T20:51:04.774Z] 0d9ebad4ef96: Pull complete [2021-04-28T20:51:06.168Z] e9a5061849ea: Pull complete [2021-04-28T20:51:06.433Z] d747dcd14b5f: Pull complete [2021-04-28T20:51:09.756Z] 2de7ff778b66: Pull complete [2021-04-28T20:51:09.756Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-28T20:51:09.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-28T20:51:09.756Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-28T20:51:09.971Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2021-04-28T20:51:10.022Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-28T20:51:13.960Z] $ docker top 6d8133d5429936e48421217044578d5e7df2e3fef6befc7ccb916d0483b2a8d0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-28T20:51:14.169Z] provisioning config files... [2021-04-28T20:51:14.180Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6882575647690840388tmp [2021-04-28T20:51:14.197Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config238390746831581068tmp [2021-04-28T20:51:14.214Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8258724863934036791tmp [Pipeline] { [Pipeline] echo [2021-04-28T20:51:14.238Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:51:14.540Z] ---> sigul-configuration.sh [2021-04-28T20:51:14.540Z] gpg: directory `/root/.gnupg' created [2021-04-28T20:51:14.540Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-28T20:51:14.540Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-28T20:51:14.540Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-28T20:51:14.540Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-28T20:51:14.540Z] gpg: CAST5 encrypted data [2021-04-28T20:51:14.803Z] gpg: encrypted with 1 passphrase [2021-04-28T20:51:14.803Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-28T20:51:15.106Z] + mkdir /home/jenkins [2021-04-28T20:51:15.106Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-28T20:51:15.411Z] + 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-04-28T20:51:15.425Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:51:15.731Z] ---> sigul-install.sh [2021-04-28T20:51:22.464Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-28T20:51:22.884Z] + git tag --list [2021-04-28T20:51:22.884Z] v1.0.0 [2021-04-28T20:51:22.884Z] v1.1.0 [2021-04-28T20:51:22.884Z] v1.2.0 [2021-04-28T20:51:22.884Z] v1.3.0 [2021-04-28T20:51:22.884Z] v1.3.1 [2021-04-28T20:51:22.884Z] v1.3.1-dev.1 [2021-04-28T20:51:22.884Z] v1.3.1-dev.2 [2021-04-28T20:51:22.884Z] v1.3.1-dev.3 [2021-04-28T20:51:22.884Z] v2.0.0-dev.1 [2021-04-28T20:51:22.884Z] v2.0.0-dev.10 [2021-04-28T20:51:22.884Z] v2.0.0-dev.11 [2021-04-28T20:51:22.884Z] v2.0.0-dev.12 [2021-04-28T20:51:22.884Z] v2.0.0-dev.13 [2021-04-28T20:51:22.884Z] v2.0.0-dev.14 [2021-04-28T20:51:22.884Z] v2.0.0-dev.15 [2021-04-28T20:51:22.884Z] v2.0.0-dev.16 [2021-04-28T20:51:22.884Z] v2.0.0-dev.17 [2021-04-28T20:51:22.884Z] v2.0.0-dev.18 [2021-04-28T20:51:22.884Z] v2.0.0-dev.19 [2021-04-28T20:51:22.884Z] v2.0.0-dev.2 [2021-04-28T20:51:22.884Z] v2.0.0-dev.20 [2021-04-28T20:51:22.884Z] v2.0.0-dev.21 [2021-04-28T20:51:22.884Z] v2.0.0-dev.22 [2021-04-28T20:51:22.884Z] v2.0.0-dev.23 [2021-04-28T20:51:22.884Z] v2.0.0-dev.24 [2021-04-28T20:51:22.884Z] v2.0.0-dev.25 [2021-04-28T20:51:22.884Z] v2.0.0-dev.26 [2021-04-28T20:51:22.884Z] v2.0.0-dev.27 [2021-04-28T20:51:22.884Z] v2.0.0-dev.28 [2021-04-28T20:51:22.884Z] v2.0.0-dev.29 [2021-04-28T20:51:22.884Z] v2.0.0-dev.3 [2021-04-28T20:51:22.884Z] v2.0.0-dev.30 [2021-04-28T20:51:22.884Z] v2.0.0-dev.31 [2021-04-28T20:51:22.884Z] v2.0.0-dev.32 [2021-04-28T20:51:22.884Z] v2.0.0-dev.33 [2021-04-28T20:51:22.884Z] v2.0.0-dev.4 [2021-04-28T20:51:22.884Z] v2.0.0-dev.5 [2021-04-28T20:51:22.884Z] v2.0.0-dev.6 [2021-04-28T20:51:22.884Z] v2.0.0-dev.7 [2021-04-28T20:51:22.884Z] v2.0.0-dev.8 [2021-04-28T20:51:22.884Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-28T20:51:23.185Z] + lftools sign git-tag v2.0.0-dev.33 [2021-04-28T20:51:24.577Z] Signing Git tag with Sigul... [2021-04-28T20:51:24.577Z] Signing v2.0.0-dev.33 [Pipeline] echo [2021-04-28T20:51:25.536Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:51:25.835Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-28T20:51:25.845Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-28T20:51:25.877Z] $ docker stop --time=1 6d8133d5429936e48421217044578d5e7df2e3fef6befc7ccb916d0483b2a8d0 [2021-04-28T20:51:27.978Z] $ docker rm -f 6d8133d5429936e48421217044578d5e7df2e3fef6befc7ccb916d0483b2a8d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:51:28.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T20:51:28.575Z] . [Pipeline] withDockerContainer [2021-04-28T20:51:28.675Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2021-04-28T20:51:28.722Z] $ 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-04-28T20:51:29.517Z] $ docker top 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T20:51:29.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T20:51:29.723Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T20:51:29.937Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T20:51:29.941Z] $ docker exec 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 ssh-agent [2021-04-28T20:51:30.121Z] SSH_AUTH_SOCK=/tmp/ssh-EtD9GIARyPCh/agent.13 [2021-04-28T20:51:30.121Z] SSH_AGENT_PID=18 [2021-04-28T20:51:30.128Z] Running ssh-add (command line suppressed) [2021-04-28T20:51:30.266Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2126819209228969521.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2126819209228969521.key) [2021-04-28T20:51:30.326Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T20:51:30.633Z] + git semver bump pre [2021-04-28T20:51:30.633Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T20:51:30.633Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-28T20:51:30.633Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-28T20:51:30.633Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T20:51:30.633Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T20:51:30.633Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T20:51:30.633Z] # $SEMVER_BRANCH = master [2021-04-28T20:51:30.633Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-28T20:51:30.633Z] 2.0.0-dev.34 [Pipeline] } [2021-04-28T20:51:30.647Z] $ docker exec --env ******** --env ******** 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 ssh-agent -k [2021-04-28T20:51:30.778Z] unset SSH_AUTH_SOCK; [2021-04-28T20:51:30.779Z] unset SSH_AGENT_PID; [2021-04-28T20:51:30.779Z] echo Agent pid 18 killed; [2021-04-28T20:51:30.829Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T20:51:31.171Z] + git semver [Pipeline] } [2021-04-28T20:51:31.189Z] $ docker stop --time=1 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 [2021-04-28T20:51:32.561Z] $ docker rm -f 229a15247bdabf01332928c0863cb2144c852d8ccb6cbb4146374ed36be00ab7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:51:33.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-28T20:51:33.013Z] . [Pipeline] withDockerContainer [2021-04-28T20:51:33.127Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2021-04-28T20:51:33.175Z] $ 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-04-28T20:51:33.962Z] $ docker top 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-28T20:51:34.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-28T20:51:34.144Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-28T20:51:34.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-28T20:51:34.386Z] $ docker exec 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 ssh-agent [2021-04-28T20:51:34.572Z] SSH_AUTH_SOCK=/tmp/ssh-7dkUsQs1MyXS/agent.11 [2021-04-28T20:51:34.572Z] SSH_AGENT_PID=16 [2021-04-28T20:51:34.579Z] Running ssh-add (command line suppressed) [2021-04-28T20:51:34.707Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8441459040438825318.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8441459040438825318.key) [2021-04-28T20:51:34.772Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-28T20:51:35.078Z] + git semver push [2021-04-28T20:51:35.078Z] # -> Open(): unable to determine branch for HEAD [2021-04-28T20:51:35.078Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-28T20:51:35.078Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-28T20:51:35.078Z] # $SEMVER_REMOTE_NAME = origin [2021-04-28T20:51:35.078Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-28T20:51:35.078Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-28T20:51:35.078Z] # $SEMVER_BRANCH = master [2021-04-28T20:51:35.078Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-28T20:51:39.309Z] $ docker exec --env ******** --env ******** 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 ssh-agent -k [2021-04-28T20:51:39.429Z] unset SSH_AUTH_SOCK; [2021-04-28T20:51:39.431Z] unset SSH_AGENT_PID; [2021-04-28T20:51:39.431Z] echo Agent pid 16 killed; [2021-04-28T20:51:39.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-28T20:51:39.824Z] + git semver [Pipeline] } [2021-04-28T20:51:39.842Z] $ docker stop --time=1 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 [2021-04-28T20:51:41.201Z] $ docker rm -f 5cccc02736a8aff4473614ba77bd8d0e9785dbce9f75a49096dc9f1b7bff9ca6 [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-04-28T20:51:42.141Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:51:42.709Z] ---> package-listing.sh [2021-04-28T20:51:42.710Z] ++ facter osfamily [2021-04-28T20:51:42.710Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-28T20:51:42.710Z] + OS_FAMILY=redhat [2021-04-28T20:51:42.710Z] + workspace=/w/workspace/_app-service-configurable_master [2021-04-28T20:51:42.710Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-28T20:51:42.710Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-28T20:51:42.710Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-28T20:51:42.710Z] + PACKAGES=/tmp/packages_start.txt [2021-04-28T20:51:42.710Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-28T20:51:42.710Z] + PACKAGES=/tmp/packages_end.txt [2021-04-28T20:51:42.710Z] + case "${OS_FAMILY}" in [2021-04-28T20:51:42.710Z] + rpm -qa [2021-04-28T20:51:42.710Z] + sort [2021-04-28T20:51:48.024Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-28T20:51:48.024Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-28T20:51:48.024Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-28T20:51:48.024Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-28T20:51:48.024Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-04-28T20:51:48.024Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-04-28T20:51:48.039Z] 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-04-28T20:51:48.331Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:51:48.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T20:51:48.637Z] [2021-04-28T20:51:48.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-28T20:51:48.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T20:51:48.956Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-28T20:51:48.956Z] df20fa9351a1: Pulling fs layer [2021-04-28T20:51:48.956Z] 36b3adc4ff6f: Pulling fs layer [2021-04-28T20:51:48.956Z] 8ad3a11d3b57: Pulling fs layer [2021-04-28T20:51:48.956Z] 46f8f816bc3b: Pulling fs layer [2021-04-28T20:51:48.956Z] 93b61091891f: Pulling fs layer [2021-04-28T20:51:48.956Z] 93b9cdb0e59b: Pulling fs layer [2021-04-28T20:51:48.956Z] 5e14af77c1be: Pulling fs layer [2021-04-28T20:51:48.956Z] 01666e4c0597: Pulling fs layer [2021-04-28T20:51:48.956Z] aa168da1d23b: Pulling fs layer [2021-04-28T20:51:48.956Z] 93b61091891f: Waiting [2021-04-28T20:51:48.956Z] 93b9cdb0e59b: Waiting [2021-04-28T20:51:48.956Z] 5e14af77c1be: Waiting [2021-04-28T20:51:48.956Z] 01666e4c0597: Waiting [2021-04-28T20:51:48.956Z] aa168da1d23b: Waiting [2021-04-28T20:51:48.956Z] 46f8f816bc3b: Waiting [2021-04-28T20:51:48.956Z] 36b3adc4ff6f: Verifying Checksum [2021-04-28T20:51:48.956Z] 36b3adc4ff6f: Download complete [2021-04-28T20:51:48.956Z] 46f8f816bc3b: Download complete [2021-04-28T20:51:48.956Z] df20fa9351a1: Verifying Checksum [2021-04-28T20:51:48.956Z] df20fa9351a1: Download complete [2021-04-28T20:51:49.219Z] 93b9cdb0e59b: Verifying Checksum [2021-04-28T20:51:49.219Z] 93b9cdb0e59b: Download complete [2021-04-28T20:51:49.219Z] 5e14af77c1be: Verifying Checksum [2021-04-28T20:51:49.219Z] 5e14af77c1be: Download complete [2021-04-28T20:51:49.219Z] 93b61091891f: Verifying Checksum [2021-04-28T20:51:49.219Z] 93b61091891f: Download complete [2021-04-28T20:51:49.219Z] 01666e4c0597: Verifying Checksum [2021-04-28T20:51:49.219Z] 01666e4c0597: Download complete [2021-04-28T20:51:49.219Z] 8ad3a11d3b57: Verifying Checksum [2021-04-28T20:51:49.219Z] 8ad3a11d3b57: Download complete [2021-04-28T20:51:49.798Z] df20fa9351a1: Pull complete [2021-04-28T20:51:49.798Z] 36b3adc4ff6f: Pull complete [2021-04-28T20:51:50.760Z] 8ad3a11d3b57: Pull complete [2021-04-28T20:51:51.024Z] 46f8f816bc3b: Pull complete [2021-04-28T20:51:51.607Z] aa168da1d23b: Verifying Checksum [2021-04-28T20:51:51.607Z] aa168da1d23b: Download complete [2021-04-28T20:51:51.607Z] 93b61091891f: Pull complete [2021-04-28T20:51:51.871Z] 93b9cdb0e59b: Pull complete [2021-04-28T20:51:51.871Z] 5e14af77c1be: Pull complete [2021-04-28T20:51:52.143Z] 01666e4c0597: Pull complete [2021-04-28T20:52:00.342Z] aa168da1d23b: Pull complete [2021-04-28T20:52:00.342Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-28T20:52:00.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-28T20:52:00.342Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-28T20:52:00.506Z] prd-centos7-docker-4c-2g-2244 does not seem to be running inside a container [2021-04-28T20:52:00.579Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-28T20:52:02.977Z] $ docker top 2ea069354eaa1b99cdbbe9e463df63a1ed9a03a362e502af59dcf659766a17fd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-28T20:52:03.502Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-28T20:52:03.804Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-28T20:52:04.117Z] + ls /var/log/sa-host [2021-04-28T20:52:04.117Z] + sadf -c /var/log/sa-host/sa23 [2021-04-28T20:52:04.117Z] file_magic: OK [2021-04-28T20:52:04.117Z] HZ: Using current value: 100 [2021-04-28T20:52:04.117Z] file_header: OK [2021-04-28T20:52:04.117Z] 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-04-28T20:52:04.117Z] Statistics: [2021-04-28T20:52:04.117Z] Hnuu...uuuununununu... [2021-04-28T20:52:04.117Z] File successfully converted to sysstat format version 12.2.1 [2021-04-28T20:52:04.117Z] + sadf -c /var/log/sa-host/sa28 [2021-04-28T20:52:04.117Z] file_magic: OK [2021-04-28T20:52:04.117Z] HZ: Using current value: 100 [2021-04-28T20:52:04.117Z] file_header: OK [2021-04-28T20:52:04.117Z] 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-04-28T20:52:04.117Z] Statistics: [2021-04-28T20:52:04.117Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-28T20:52:04.117Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-28T20:52:04.793Z] provisioning config files... [2021-04-28T20:52:04.810Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config1905551815842184425tmp [Pipeline] { [Pipeline] echo [2021-04-28T20:52:04.833Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:52:05.132Z] ---> create-netrc.sh [Pipeline] } [2021-04-28T20:52:05.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-28T20:52:05.172Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:52:05.473Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-28T20:52:05.485Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:52:05.785Z] ---> sudo-logs.sh [2021-04-28T20:52:05.786Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-28T20:52:05.815Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:52:06.114Z] ---> job-cost.sh [2021-04-28T20:52:06.115Z] lf-activate-venv: SKIPPING [2021-04-28T20:52:06.115Z] DEBUG: total: 0.20999999344348907 [2021-04-28T20:52:06.115Z] INFO: Retrieving Stack Cost... [2021-04-28T20:52:07.061Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-28T20:52:07.634Z] INFO: Archiving Costs [Pipeline] echo [2021-04-28T20:52:07.650Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-28T20:52:07.949Z] ---> logs-deploy.sh [2021-04-28T20:52:07.949Z] lf-activate-venv: SKIPPING [2021-04-28T20:52:07.949Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/103 [2021-04-28T20:52:07.949Z] INFO: archiving workspace using pattern(s): [2021-04-28T20:52:09.868Z] Archives upload complete. [2021-04-28T20:52:09.868Z] INFO: archiving logs to Nexus