Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3684568252246792ccd690fa1a26876a0e7756f3 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 Running on prd-centos7-docker-4c-2g-2412 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 3684568252246792ccd690fa1a26876a0e7756f3 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 Commit message: "feat: Switch to Redis as the default MessageBus (#242)" > git rev-list --no-walk 279c7ea778f56049ed2c46899acca3cd518040be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-29T21:16:33.995Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-29T21:16:34.102Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-29T21:16:34.130Z] ========================================================= [2021-04-29T21:16:34.130Z] EdgeX Global Pipelines Version Info [2021-04-29T21:16:34.130Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:16:37.962Z] ------------------- [2021-04-29T21:16:37.962Z] stable info: [2021-04-29T21:16:37.962Z] ------------------- [2021-04-29T21:16:37.962Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-29T21:16:37.962Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-29T21:16:37.962Z] Message: update stable to v1.0.190 [2021-04-29T21:16:38.933Z] ------------------- [2021-04-29T21:16:38.933Z] experimental info: [2021-04-29T21:16:38.933Z] ------------------- [2021-04-29T21:16:38.933Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-29T21:16:38.933Z] Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f [2021-04-29T21:16:38.933Z] Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-29T21:16:39.111Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-04-29T21:16:39.135Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-04-29T21:16:39.159Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-29T21:16:39.182Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-29T21:16:39.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-29T21:16:39.252Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-29T21:16:39.280Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-29T21:16:39.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-29T21:16:39.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-29T21:16:39.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-29T21:16:39.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-29T21:16:39.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-04-29T21:16:39.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-29T21:16:39.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-29T21:16:39.492Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-29T21:16:39.517Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-29T21:16:39.561Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-29T21:16:39.584Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-29T21:16:39.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-29T21:16:39.630Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-29T21:16:39.655Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-29T21:16:39.681Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-29T21:16:39.706Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-29T21:16:39.730Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-29T21:16:39.754Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-29T21:16:39.777Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-29T21:16:39.821Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-29T21:16:39.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-29T21:16:39.867Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-29T21:16:39.890Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] echo [2021-04-29T21:16:39.914Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3684568 [Pipeline] echo [2021-04-29T21:16:39.938Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T21:16:40.014Z] provisioning config files... [2021-04-29T21:16:40.063Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2198064078311404171tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:16:40.529Z] ---> docker-login.sh [2021-04-29T21:16:40.529Z] nexus3.edgexfoundry.org:10001 [2021-04-29T21:16:42.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:16:42.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:16:42.379Z] Configure a credential helper to remove this warning. See [2021-04-29T21:16:42.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:16:42.379Z] [2021-04-29T21:16:42.379Z] Login Succeeded [2021-04-29T21:16:42.379Z] nexus3.edgexfoundry.org:10002 [2021-04-29T21:16:42.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:16:43.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:16:43.087Z] Configure a credential helper to remove this warning. See [2021-04-29T21:16:43.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:16:43.087Z] [2021-04-29T21:16:43.087Z] Login Succeeded [2021-04-29T21:16:43.087Z] nexus3.edgexfoundry.org:10003 [2021-04-29T21:16:43.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:16:43.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:16:43.457Z] Configure a credential helper to remove this warning. See [2021-04-29T21:16:43.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:16:43.457Z] [2021-04-29T21:16:43.457Z] Login Succeeded [2021-04-29T21:16:43.457Z] nexus3.edgexfoundry.org:10004 [2021-04-29T21:16:44.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:16:44.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:16:44.203Z] Configure a credential helper to remove this warning. See [2021-04-29T21:16:44.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:16:44.203Z] [2021-04-29T21:16:44.203Z] Login Succeeded [2021-04-29T21:16:44.203Z] docker.io [2021-04-29T21:16:44.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:16:45.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:16:45.132Z] Configure a credential helper to remove this warning. See [2021-04-29T21:16:45.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:16:45.132Z] [2021-04-29T21:16:45.132Z] Login Succeeded [2021-04-29T21:16:45.132Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T21:16:45.168Z] 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-29T21:16:45.745Z] + git log --format=format:%s -1 3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] echo [2021-04-29T21:16:46.234Z] GIT_COMMIT: 3684568252246792ccd690fa1a26876a0e7756f3, Commit Message: feat: Switch to Redis as the default MessageBus (#242) [Pipeline] echo [2021-04-29T21:16:46.246Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:16:47.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T21:16:47.552Z] [2021-04-29T21:16:47.552Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:16:47.925Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T21:16:47.925Z] latest: Pulling from edgex-devops/git-semver [2021-04-29T21:16:47.925Z] 31603596830f: Pulling fs layer [2021-04-29T21:16:47.925Z] 54011a49482f: Pulling fs layer [2021-04-29T21:16:47.925Z] a6820b24f6d8: Pulling fs layer [2021-04-29T21:16:47.925Z] f581987b2513: Pulling fs layer [2021-04-29T21:16:47.925Z] f581987b2513: Waiting [2021-04-29T21:16:47.925Z] 54011a49482f: Verifying Checksum [2021-04-29T21:16:47.925Z] 54011a49482f: Download complete [2021-04-29T21:16:48.235Z] 31603596830f: Verifying Checksum [2021-04-29T21:16:48.235Z] 31603596830f: Download complete [2021-04-29T21:16:48.887Z] f581987b2513: Verifying Checksum [2021-04-29T21:16:48.887Z] f581987b2513: Download complete [2021-04-29T21:16:48.887Z] a6820b24f6d8: Verifying Checksum [2021-04-29T21:16:48.887Z] a6820b24f6d8: Download complete [2021-04-29T21:16:49.154Z] 31603596830f: Pull complete [2021-04-29T21:16:49.433Z] 54011a49482f: Pull complete [2021-04-29T21:16:51.493Z] a6820b24f6d8: Pull complete [2021-04-29T21:16:52.124Z] f581987b2513: Pull complete [2021-04-29T21:16:52.124Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-29T21:16:52.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T21:16:52.431Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-29T21:16:52.692Z] prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container [2021-04-29T21:16:52.847Z] $ 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-29T21:16:54.794Z] $ docker top f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-29T21:16:55.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T21:16:55.161Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T21:16:55.749Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T21:16:55.755Z] $ docker exec f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent [2021-04-29T21:16:56.209Z] SSH_AUTH_SOCK=/tmp/ssh-WwPAi6r4XRYu/agent.12 [2021-04-29T21:16:56.209Z] SSH_AGENT_PID=17 [2021-04-29T21:16:56.228Z] Running ssh-add (command line suppressed) [2021-04-29T21:16:56.650Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_788386729604099920.key (/w/workspace/_app-service-configurable_master@tmp/private_key_788386729604099920.key) [2021-04-29T21:16:56.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T21:16:57.585Z] + git tag --points-at HEAD [Pipeline] } [2021-04-29T21:16:57.620Z] $ docker exec --env ******** --env ******** f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent -k [2021-04-29T21:16:58.098Z] unset SSH_AUTH_SOCK; [2021-04-29T21:16:58.099Z] unset SSH_AGENT_PID; [2021-04-29T21:16:58.100Z] echo Agent pid 17 killed; [2021-04-29T21:16:58.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-29T21:16:58.415Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T21:16:58.415Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T21:16:59.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T21:16:59.314Z] $ docker exec f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent [2021-04-29T21:16:59.873Z] SSH_AUTH_SOCK=/tmp/ssh-peh2KfRbNRiA/agent.45 [2021-04-29T21:16:59.873Z] SSH_AGENT_PID=50 [2021-04-29T21:16:59.884Z] Running ssh-add (command line suppressed) [2021-04-29T21:17:00.836Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7206326016911075774.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7206326016911075774.key) [2021-04-29T21:17:01.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T21:17:01.884Z] + git semver init [2021-04-29T21:17:01.884Z] # -> Open(): unable to determine branch for HEAD [2021-04-29T21:17:01.884Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-29T21:17:01.884Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-29T21:17:01.884Z] # $SEMVER_REMOTE_NAME = origin [2021-04-29T21:17:01.884Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-29T21:17:01.884Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-29T21:17:01.884Z] # $SEMVER_BRANCH = master [2021-04-29T21:17:01.884Z] # $SEMVER_TEMP = /tmp/semver-063641601 [2021-04-29T21:17:01.884Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-04-29T21:17:04.072Z] # '/tmp/semver-063641601' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-04-29T21:17:04.362Z] # -> Force: false [2021-04-29T21:17:04.362Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-29T21:17:04.404Z] $ docker exec --env ******** --env ******** f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c ssh-agent -k [2021-04-29T21:17:04.895Z] unset SSH_AUTH_SOCK; [2021-04-29T21:17:04.898Z] unset SSH_AGENT_PID; [2021-04-29T21:17:04.898Z] echo Agent pid 50 killed; [2021-04-29T21:17:05.042Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-29T21:17:05.470Z] + git semver [Pipeline] } [2021-04-29T21:17:05.785Z] $ docker stop --time=1 f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c [2021-04-29T21:17:07.970Z] $ docker rm -f f9216aa6cbc14198cfae2398f0cd93da9c99abfadf8336e8e4ceb9bf600dc74c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T21:17:08.688Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-29T21:17:09.882Z] Stashed 1 file(s) [Pipeline] echo [2021-04-29T21:17:09.885Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.34 [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-29T21:17:25.073Z] Still waiting to schedule task [2021-04-29T21:17:25.073Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-29T21:17:25.076Z] Still waiting to schedule task [2021-04-29T21:17:25.076Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-29T21:21:12.105Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2417 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-29T21:21:12.126Z] Running in /w/workspace/app-service-configurable/104 [Pipeline] { [Pipeline] checkout [2021-04-29T21:21:18.018Z] using credential edgex-jenkins-ssh [2021-04-29T21:21:18.034Z] Cloning the remote Git repository [2021-04-29T21:21:18.073Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-29T21:21:18.195Z] > git init /w/workspace/app-service-configurable/104 # timeout=10 [2021-04-29T21:21:18.268Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-29T21:21:18.269Z] > git --version # timeout=10 [2021-04-29T21:21:18.296Z] > git --version # 'git version 2.17.1' [2021-04-29T21:21:18.297Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T21:21:18.387Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T21:21:19.178Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-29T21:21:19.191Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T21:21:19.244Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-29T21:21:19.279Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-29T21:21:19.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T21:21:19.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-29T21:21:19.767Z] Checking out Revision 3684568252246792ccd690fa1a26876a0e7756f3 (master) [2021-04-29T21:21:19.780Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T21:21:19.794Z] > git checkout -f 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 [2021-04-29T21:21:23.979Z] Commit message: "feat: Switch to Redis as the default MessageBus (#242)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-29T21:21:25.394Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-29T21:21:25.818Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-29T21:21:26.177Z] + sudo service docker restart [2021-04-29T21:21:26.177Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T21:21:28.843Z] provisioning config files... [2021-04-29T21:21:28.884Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config1218288997267742887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:21:29.264Z] ---> docker-login.sh [2021-04-29T21:21:29.264Z] nexus3.edgexfoundry.org:10001 [2021-04-29T21:21:30.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:30.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:30.572Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:30.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:30.572Z] [2021-04-29T21:21:30.572Z] Login Succeeded [2021-04-29T21:21:30.572Z] nexus3.edgexfoundry.org:10002 [2021-04-29T21:21:30.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:31.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:31.122Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:31.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:31.122Z] [2021-04-29T21:21:31.122Z] Login Succeeded [2021-04-29T21:21:31.122Z] nexus3.edgexfoundry.org:10003 [2021-04-29T21:21:31.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:31.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:31.685Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:31.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:31.685Z] [2021-04-29T21:21:31.685Z] Login Succeeded [2021-04-29T21:21:31.685Z] nexus3.edgexfoundry.org:10004 [2021-04-29T21:21:31.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:32.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:32.232Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:32.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:32.232Z] [2021-04-29T21:21:32.232Z] Login Succeeded [2021-04-29T21:21:32.232Z] docker.io [2021-04-29T21:21:32.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:32.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:32.777Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:32.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:32.777Z] [2021-04-29T21:21:32.777Z] Login Succeeded [2021-04-29T21:21:32.777Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T21:21:32.795Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-29T21:21:33.092Z] ========================================================= [2021-04-29T21:21:33.092Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-29T21:21:33.092Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:21:33.439Z] + 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-29T21:21:33.439Z] Sending build context to Docker daemon 95.74kB [2021-04-29T21:21:33.716Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T21:21:33.716Z] Step 2/8 : FROM ${BASE} [2021-04-29T21:21:33.991Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-29T21:21:33.991Z] 5f621e34cdf4: Pulling fs layer [2021-04-29T21:21:33.991Z] a4357932f1b6: Pulling fs layer [2021-04-29T21:21:33.991Z] 18c013af1878: Pulling fs layer [2021-04-29T21:21:33.991Z] 00ac8860ef70: Pulling fs layer [2021-04-29T21:21:33.991Z] 63d7cb157983: Pulling fs layer [2021-04-29T21:21:33.991Z] b116817d02f9: Pulling fs layer [2021-04-29T21:21:33.991Z] 745a02a5169b: Pulling fs layer [2021-04-29T21:21:33.991Z] 00ac8860ef70: Waiting [2021-04-29T21:21:33.991Z] 63d7cb157983: Waiting [2021-04-29T21:21:33.991Z] 745a02a5169b: Waiting [2021-04-29T21:21:33.991Z] b116817d02f9: Waiting [2021-04-29T21:21:33.991Z] 18c013af1878: Verifying Checksum [2021-04-29T21:21:33.991Z] 18c013af1878: Download complete [2021-04-29T21:21:33.991Z] a4357932f1b6: Verifying Checksum [2021-04-29T21:21:33.991Z] a4357932f1b6: Download complete [2021-04-29T21:21:33.991Z] 63d7cb157983: Download complete [2021-04-29T21:21:33.991Z] b116817d02f9: Verifying Checksum [2021-04-29T21:21:33.991Z] b116817d02f9: Download complete [2021-04-29T21:21:33.991Z] 5f621e34cdf4: Verifying Checksum [2021-04-29T21:21:33.991Z] 5f621e34cdf4: Download complete [2021-04-29T21:21:34.589Z] 5f621e34cdf4: Pull complete [2021-04-29T21:21:35.207Z] a4357932f1b6: Pull complete [2021-04-29T21:21:35.813Z] 18c013af1878: Pull complete [2021-04-29T21:21:36.795Z] 745a02a5169b: Verifying Checksum [2021-04-29T21:21:36.795Z] 745a02a5169b: Download complete [2021-04-29T21:21:37.795Z] 00ac8860ef70: Verifying Checksum [2021-04-29T21:21:37.795Z] 00ac8860ef70: Download complete [2021-04-29T21:21:47.982Z] 00ac8860ef70: Pull complete [2021-04-29T21:21:48.255Z] 63d7cb157983: Pull complete [2021-04-29T21:21:48.532Z] b116817d02f9: Pull complete [2021-04-29T21:21:48.904Z] Running on prd-centos7-docker-4c-2g-2419 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-04-29T21:21:48.923Z] Running in /w/workspace/app-service-configurable/104 [Pipeline] { [Pipeline] checkout [2021-04-29T21:21:51.482Z] using credential edgex-jenkins-ssh [2021-04-29T21:21:51.494Z] Cloning the remote Git repository [2021-04-29T21:21:50.905Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-04-29T21:21:50.980Z] > git init /w/workspace/app-service-configurable/104 # timeout=10 [2021-04-29T21:21:51.044Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-29T21:21:51.044Z] > git --version # timeout=10 [2021-04-29T21:21:51.050Z] > git --version # 'git version 2.24.3' [2021-04-29T21:21:51.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T21:21:51.078Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T21:21:51.656Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-29T21:21:51.663Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-29T21:21:51.679Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-04-29T21:21:51.693Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-04-29T21:21:51.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-29T21:21:51.698Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-29T21:21:52.614Z] Checking out Revision 3684568252246792ccd690fa1a26876a0e7756f3 (master) [2021-04-29T21:21:52.865Z] 745a02a5169b: Pull complete [2021-04-29T21:21:52.865Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-29T21:21:52.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-29T21:21:52.865Z] ---> b7e6874047d6 [2021-04-29T21:21:52.865Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-29T21:21:52.102Z] > git config core.sparsecheckout # timeout=10 [2021-04-29T21:21:52.107Z] > git checkout -f 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 [2021-04-29T21:21:55.497Z] ---> Running in 55b2fe6ed4c4 [2021-04-29T21:21:55.776Z] Removing intermediate container 55b2fe6ed4c4 [2021-04-29T21:21:55.776Z] ---> a71438ad5cad [2021-04-29T21:21:55.776Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T21:21:55.776Z] ---> Running in 07b0369c8d20 [2021-04-29T21:21:55.967Z] Commit message: "feat: Switch to Redis as the default MessageBus (#242)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-29T21:21:57.097Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-29T21:21:57.422Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-29T21:21:57.727Z] + sudo service docker restart [2021-04-29T21:21:57.727Z] + true [2021-04-29T21:21:57.727Z] Redirecting to /bin/systemctl restart docker.service [2021-04-29T21:21:58.403Z] Removing intermediate container 07b0369c8d20 [2021-04-29T21:21:58.403Z] ---> 6fcd99d46e79 [2021-04-29T21:21:58.403Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-29T21:21:58.403Z] ---> Running in 36631677590b [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T21:21:58.709Z] provisioning config files... [2021-04-29T21:21:58.737Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config1812541739696992140tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:21:59.145Z] ---> docker-login.sh [2021-04-29T21:21:59.145Z] nexus3.edgexfoundry.org:10001 [2021-04-29T21:21:59.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T21:21:59.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:59.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:59.412Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:59.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:59.412Z] [2021-04-29T21:21:59.412Z] Login Succeeded [2021-04-29T21:21:59.412Z] nexus3.edgexfoundry.org:10002 [2021-04-29T21:21:59.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:59.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:59.676Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:59.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:59.676Z] [2021-04-29T21:21:59.676Z] Login Succeeded [2021-04-29T21:21:59.676Z] nexus3.edgexfoundry.org:10003 [2021-04-29T21:21:59.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:59.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:59.940Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:59.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:59.940Z] [2021-04-29T21:21:59.940Z] Login Succeeded [2021-04-29T21:21:59.940Z] nexus3.edgexfoundry.org:10004 [2021-04-29T21:21:59.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:21:59.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:21:59.940Z] Configure a credential helper to remove this warning. See [2021-04-29T21:21:59.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:21:59.940Z] [2021-04-29T21:21:59.940Z] Login Succeeded [2021-04-29T21:21:59.940Z] docker.io [2021-04-29T21:22:00.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:22:00.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T21:22:00.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:22:00.467Z] Configure a credential helper to remove this warning. See [2021-04-29T21:22:00.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:22:00.467Z] [2021-04-29T21:22:00.467Z] Login Succeeded [2021-04-29T21:22:00.467Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T21:22:00.478Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-29T21:22:00.672Z] ========================================================= [2021-04-29T21:22:00.672Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-29T21:22:00.672Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:22:00.947Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-29T21:22:00.947Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-29T21:22:00.947Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-29T21:22:00.983Z] + 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-29T21:22:00.983Z] Sending build context to Docker daemon 95.74kB [2021-04-29T21:22:00.983Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T21:22:00.983Z] Step 2/8 : FROM ${BASE} [2021-04-29T21:22:00.983Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-29T21:22:00.983Z] 188c0c94c7c5: Pulling fs layer [2021-04-29T21:22:00.983Z] 0ef7d3d256c8: Pulling fs layer [2021-04-29T21:22:00.983Z] de9db76c5a1d: Pulling fs layer [2021-04-29T21:22:00.983Z] bca2f99d35d6: Pulling fs layer [2021-04-29T21:22:00.983Z] 93359f2a8cfa: Pulling fs layer [2021-04-29T21:22:00.983Z] 7c6f9722023f: Pulling fs layer [2021-04-29T21:22:00.983Z] a35cf1a2eb13: Pulling fs layer [2021-04-29T21:22:00.983Z] 93359f2a8cfa: Waiting [2021-04-29T21:22:00.983Z] 7c6f9722023f: Waiting [2021-04-29T21:22:00.983Z] bca2f99d35d6: Waiting [2021-04-29T21:22:00.983Z] a35cf1a2eb13: Waiting [2021-04-29T21:22:00.983Z] de9db76c5a1d: Verifying Checksum [2021-04-29T21:22:00.983Z] de9db76c5a1d: Download complete [2021-04-29T21:22:00.983Z] 0ef7d3d256c8: Download complete [2021-04-29T21:22:01.218Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-29T21:22:01.218Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-29T21:22:01.248Z] 93359f2a8cfa: Download complete [2021-04-29T21:22:01.248Z] 188c0c94c7c5: Download complete [2021-04-29T21:22:01.248Z] 7c6f9722023f: Verifying Checksum [2021-04-29T21:22:01.248Z] 7c6f9722023f: Download complete [2021-04-29T21:22:01.488Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-29T21:22:01.512Z] 188c0c94c7c5: Pull complete [2021-04-29T21:22:01.762Z] Executing busybox-1.31.1-r19.trigger [2021-04-29T21:22:01.762Z] OK: 144 MiB in 45 packages [2021-04-29T21:22:01.776Z] 0ef7d3d256c8: Pull complete [2021-04-29T21:22:01.776Z] de9db76c5a1d: Pull complete [2021-04-29T21:22:02.727Z] a35cf1a2eb13: Verifying Checksum [2021-04-29T21:22:02.727Z] a35cf1a2eb13: Download complete [2021-04-29T21:22:03.194Z] Removing intermediate container 36631677590b [2021-04-29T21:22:03.194Z] ---> c3c0dcd2c0d0 [2021-04-29T21:22:03.194Z] Step 6/8 : WORKDIR /app [2021-04-29T21:22:03.194Z] ---> Running in a0f1689377af [2021-04-29T21:22:03.468Z] Removing intermediate container a0f1689377af [2021-04-29T21:22:03.468Z] ---> 657c95275467 [2021-04-29T21:22:03.468Z] Step 7/8 : COPY . . [2021-04-29T21:22:03.676Z] bca2f99d35d6: Verifying Checksum [2021-04-29T21:22:03.676Z] bca2f99d35d6: Download complete [2021-04-29T21:22:04.453Z] ---> 2acfe5863e73 [2021-04-29T21:22:04.453Z] Step 8/8 : RUN go mod download [2021-04-29T21:22:04.453Z] ---> Running in 460c89bcb1ce [2021-04-29T21:22:08.997Z] bca2f99d35d6: Pull complete [2021-04-29T21:22:08.997Z] 93359f2a8cfa: Pull complete [2021-04-29T21:22:08.997Z] 7c6f9722023f: Pull complete [2021-04-29T21:22:15.619Z] a35cf1a2eb13: Pull complete [2021-04-29T21:22:15.619Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-29T21:22:15.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-29T21:22:15.619Z] ---> a62c8e92a672 [2021-04-29T21:22:15.619Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-29T21:22:15.881Z] ---> Running in 901f8d89b040 [2021-04-29T21:22:16.151Z] Removing intermediate container 901f8d89b040 [2021-04-29T21:22:16.151Z] ---> 68e7aa5323a6 [2021-04-29T21:22:16.151Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T21:22:16.151Z] ---> Running in 6c84fb4a40e0 [2021-04-29T21:22:17.106Z] Removing intermediate container 6c84fb4a40e0 [2021-04-29T21:22:17.106Z] ---> d8809a0d869d [2021-04-29T21:22:17.106Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-04-29T21:22:17.106Z] ---> Running in 6c2b2ca9ad12 [2021-04-29T21:22:18.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T21:22:18.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T21:22:18.891Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-29T21:22:19.153Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-29T21:22:19.153Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-29T21:22:19.153Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-29T21:22:19.420Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-29T21:22:19.420Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-29T21:22:19.420Z] Executing busybox-1.31.1-r19.trigger [2021-04-29T21:22:19.420Z] OK: 167 MiB in 45 packages [2021-04-29T21:22:20.363Z] Removing intermediate container 6c2b2ca9ad12 [2021-04-29T21:22:20.363Z] ---> d780a917c8cc [2021-04-29T21:22:20.363Z] Step 6/8 : WORKDIR /app [2021-04-29T21:22:20.363Z] ---> Running in 296f8e088400 [2021-04-29T21:22:20.363Z] Removing intermediate container 296f8e088400 [2021-04-29T21:22:20.363Z] ---> 8849a3048263 [2021-04-29T21:22:20.363Z] Step 7/8 : COPY . . [2021-04-29T21:22:20.634Z] ---> 0dfc0bcb8f70 [2021-04-29T21:22:20.634Z] Step 8/8 : RUN go mod download [2021-04-29T21:22:20.634Z] ---> Running in 1ee9a6ad11b1 [2021-04-29T21:22:31.275Z] Removing intermediate container 460c89bcb1ce [2021-04-29T21:22:31.275Z] ---> 7dbd0f906eb4 [2021-04-29T21:22:31.275Z] Successfully built 7dbd0f906eb4 [2021-04-29T21:22:31.275Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:22:31.618Z] + docker inspect -f . ci-base-image-arm64 [2021-04-29T21:22:31.618Z] . [Pipeline] withDockerContainer [2021-04-29T21:22:31.893Z] prd-ubuntu18.04-docker-arm64-4c-16g-2417 does not seem to be running inside a container [2021-04-29T21:22:31.977Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-29T21:22:33.456Z] $ docker top 6b5368a6f4fb602f1cf2460dac759ef6e1ede9f0f99ff37d5f949ca47bea292c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T21:22:34.419Z] + go version [2021-04-29T21:22:34.419Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-29T21:22:34.444Z] $ docker stop --time=1 6b5368a6f4fb602f1cf2460dac759ef6e1ede9f0f99ff37d5f949ca47bea292c [2021-04-29T21:22:36.399Z] $ docker rm -f 6b5368a6f4fb602f1cf2460dac759ef6e1ede9f0f99ff37d5f949ca47bea292c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:22:37.093Z] + docker inspect -f . ci-base-image-arm64 [2021-04-29T21:22:37.093Z] . [Pipeline] withDockerContainer [2021-04-29T21:22:37.354Z] prd-ubuntu18.04-docker-arm64-4c-16g-2417 does not seem to be running inside a container [2021-04-29T21:22:37.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-29T21:22:38.911Z] $ docker top 32307908b87bbe47b513a3a7cecded52ff08e07de2f60e96f3afc9e55e53b53b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T21:22:39.875Z] + make test [2021-04-29T21:22:39.876Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-29T21:22:42.633Z] Removing intermediate container 1ee9a6ad11b1 [2021-04-29T21:22:42.633Z] ---> 2d9948b23842 [2021-04-29T21:22:42.633Z] Successfully built 2d9948b23842 [2021-04-29T21:22:42.633Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:22:42.943Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-29T21:22:42.943Z] . [Pipeline] withDockerContainer [2021-04-29T21:22:43.048Z] prd-centos7-docker-4c-2g-2419 does not seem to be running inside a container [2021-04-29T21:22:43.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@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-29T21:22:43.756Z] $ docker top 816e7a0d375f13af44ff36c777f3ba8115a2d8f93e5d06fdc568c096280d211c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T21:22:44.176Z] + go version [2021-04-29T21:22:44.177Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-29T21:22:44.191Z] $ docker stop --time=1 816e7a0d375f13af44ff36c777f3ba8115a2d8f93e5d06fdc568c096280d211c [2021-04-29T21:22:45.617Z] $ docker rm -f 816e7a0d375f13af44ff36c777f3ba8115a2d8f93e5d06fdc568c096280d211c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:22:46.135Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-29T21:22:46.135Z] . [Pipeline] withDockerContainer [2021-04-29T21:22:46.233Z] prd-centos7-docker-4c-2g-2419 does not seem to be running inside a container [2021-04-29T21:22:46.281Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/104 -v /w/workspace/app-service-configurable/104:/w/workspace/app-service-configurable/104:rw,z -v /w/workspace/app-service-configurable/104@tmp:/w/workspace/app-service-configurable/104@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-29T21:22:46.892Z] $ docker top 5488855fe5fa848d5527ed7dc8f374954d8ef4c2101deace07bf2515e472af13 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T21:22:47.290Z] + make test [2021-04-29T21:22:47.290Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-04-29T21:23:02.649Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-29T21:23:02.649Z] CGO_ENABLED=1 go vet ./... [2021-04-29T21:23:04.052Z] gofmt -l . [2021-04-29T21:23:04.052Z] [ "`gofmt -l .`" = "" ] [2021-04-29T21:23:04.052Z] ./bin/test-go-mod-tidy.sh [2021-04-29T21:23:04.314Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-29T21:23:04.906Z] $ docker stop --time=1 5488855fe5fa848d5527ed7dc8f374954d8ef4c2101deace07bf2515e472af13 [2021-04-29T21:23:07.427Z] $ docker rm -f 5488855fe5fa848d5527ed7dc8f374954d8ef4c2101deace07bf2515e472af13 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T21:23:07.953Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-29T21:23:08.251Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-29T21:23:11.499Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-29T21:23:11.799Z] + ls -al . [2021-04-29T21:23:11.799Z] total 92 [2021-04-29T21:23:11.799Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 29 21:23 . [2021-04-29T21:23:11.799Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 29 21:21 .. [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 7306 Apr 29 21:21 Attribution.txt [2021-04-29T21:23:11.799Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 29 21:21 bin [2021-04-29T21:23:11.799Z] -rw-r--r--. 1 jenkins jenkins 10 Apr 29 21:22 coverage.out [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 2032 Apr 29 21:21 Dockerfile [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 970 Apr 29 21:21 Dockerfile.build [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 119 Apr 29 21:21 .dockerignore [2021-04-29T21:23:11.799Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 29 21:21 .git [2021-04-29T21:23:11.799Z] drwxrwxr-x. 2 jenkins jenkins 81 Apr 29 21:21 .github [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 111 Apr 29 21:21 .gitignore [2021-04-29T21:23:11.799Z] -rw-r--r--. 1 jenkins jenkins 136 Apr 29 21:23 go.mod [2021-04-29T21:23:11.799Z] -rw-r--r--. 1 jenkins jenkins 21295 Apr 29 21:23 go.sum [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 687 Apr 29 21:21 Jenkinsfile [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 10174 Apr 29 21:21 LICENSE [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 1460 Apr 29 21:21 main.go [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 1582 Apr 29 21:21 makefile [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 3230 Apr 29 21:21 README.md [2021-04-29T21:23:11.799Z] drwxrwxr-x. 9 jenkins jenkins 147 Apr 29 21:21 res [2021-04-29T21:23:11.799Z] drwxrwxr-x. 4 jenkins jenkins 71 Apr 29 21:21 snap [2021-04-29T21:23:11.799Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 29 21:17 VERSION [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:12.106Z] + 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=3684568252246792ccd690fa1a26876a0e7756f3 --label arch=amd64 --label version=2.0.0-dev.34 . [2021-04-29T21:23:12.107Z] Sending build context to Docker daemon 119.8kB [2021-04-29T21:23:12.107Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T21:23:12.107Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-29T21:23:12.107Z] ---> 2d9948b23842 [2021-04-29T21:23:12.107Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-29T21:23:12.369Z] ---> Running in a009c8a3a705 [2021-04-29T21:23:12.369Z] Removing intermediate container a009c8a3a705 [2021-04-29T21:23:12.369Z] ---> 67e5734d7dd0 [2021-04-29T21:23:12.369Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-29T21:23:12.632Z] ---> Running in b837b3d1c66f [2021-04-29T21:23:12.632Z] Removing intermediate container b837b3d1c66f [2021-04-29T21:23:12.632Z] ---> e862e34110bf [2021-04-29T21:23:12.632Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-29T21:23:12.895Z] ---> Running in 2a32af3e32c9 [2021-04-29T21:23:12.895Z] Removing intermediate container 2a32af3e32c9 [2021-04-29T21:23:12.895Z] ---> 786e3ec0ddc8 [2021-04-29T21:23:12.895Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T21:23:12.895Z] ---> Running in 078ea4df82e4 [2021-04-29T21:23:13.841Z] Removing intermediate container 078ea4df82e4 [2021-04-29T21:23:13.841Z] ---> 93a3fd45c973 [2021-04-29T21:23:13.841Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-29T21:23:13.841Z] ---> Running in a1a7ef2cde3b [2021-04-29T21:23:14.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T21:23:15.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T21:23:15.313Z] OK: 167 MiB in 45 packages [2021-04-29T21:23:15.575Z] Removing intermediate container a1a7ef2cde3b [2021-04-29T21:23:15.575Z] ---> a7e7f170da6e [2021-04-29T21:23:15.575Z] Step 8/27 : WORKDIR /app [2021-04-29T21:23:15.837Z] ---> Running in 8379a56d5d5c [2021-04-29T21:23:15.837Z] Removing intermediate container 8379a56d5d5c [2021-04-29T21:23:15.837Z] ---> 8dcc56b59103 [2021-04-29T21:23:15.837Z] Step 9/27 : COPY go.mod . [2021-04-29T21:23:16.105Z] ---> 928712d79da7 [2021-04-29T21:23:16.105Z] Step 10/27 : RUN go mod download [2021-04-29T21:23:16.105Z] ---> Running in 624569e5f001 [2021-04-29T21:23:17.053Z] Removing intermediate container 624569e5f001 [2021-04-29T21:23:17.053Z] ---> b9b063a80d39 [2021-04-29T21:23:17.053Z] Step 11/27 : COPY . . [2021-04-29T21:23:17.319Z] ---> 2616656892e6 [2021-04-29T21:23:17.319Z] Step 12/27 : ARG MAKE="make build" [2021-04-29T21:23:17.319Z] ---> Running in 993bf47d77c8 [2021-04-29T21:23:17.583Z] Removing intermediate container 993bf47d77c8 [2021-04-29T21:23:17.583Z] ---> 26c6e8af3080 [2021-04-29T21:23:17.583Z] Step 13/27 : RUN $MAKE [2021-04-29T21:23:17.583Z] ---> Running in ded62d5ccb6f [2021-04-29T21:23:18.163Z] 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.34" -o app-service-configurable [2021-04-29T21:23:18.897Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-04-29T21:23:18.898Z] CGO_ENABLED=1 go vet ./... [2021-04-29T21:23:29.058Z] gofmt -l . [2021-04-29T21:23:29.058Z] [ "`gofmt -l .`" = "" ] [2021-04-29T21:23:29.058Z] ./bin/test-go-mod-tidy.sh [2021-04-29T21:23:29.058Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-04-29T21:23:29.081Z] $ docker stop --time=1 32307908b87bbe47b513a3a7cecded52ff08e07de2f60e96f3afc9e55e53b53b [2021-04-29T21:23:31.391Z] $ docker rm -f 32307908b87bbe47b513a3a7cecded52ff08e07de2f60e96f3afc9e55e53b53b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-29T21:23:32.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-29T21:23:32.223Z] Warning: overwriting stash ‘coverage-report’ [2021-04-29T21:23:33.122Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-29T21:23:33.191Z] Removing intermediate container ded62d5ccb6f [2021-04-29T21:23:33.191Z] ---> e5cc2622fd23 [2021-04-29T21:23:33.191Z] Step 14/27 : FROM alpine:3.12 [2021-04-29T21:23:33.191Z] 3.12: Pulling from library/alpine [2021-04-29T21:23:33.191Z] 339de151aab4: Pulling fs layer [2021-04-29T21:23:33.191Z] 339de151aab4: Verifying Checksum [2021-04-29T21:23:33.191Z] 339de151aab4: Download complete [2021-04-29T21:23:33.191Z] 339de151aab4: Pull complete [2021-04-29T21:23:33.191Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-29T21:23:33.191Z] Status: Downloaded newer image for alpine:3.12 [2021-04-29T21:23:33.191Z] ---> 13621d1b12d4 [2021-04-29T21:23:33.191Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-29T21:23:33.191Z] ---> Running in f73da4486bed [2021-04-29T21:23:33.191Z] Removing intermediate container f73da4486bed [2021-04-29T21:23:33.191Z] ---> be4c791f6f99 [2021-04-29T21:23:33.191Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-04-29T21:23:33.191Z] ---> Running in 799d1b571be7 [2021-04-29T21:23:33.191Z] Removing intermediate container 799d1b571be7 [2021-04-29T21:23:33.191Z] ---> fa9eb8ac0212 [2021-04-29T21:23:33.191Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-29T21:23:33.191Z] ---> Running in 059fa4a84347 [2021-04-29T21:23:33.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-29T21:23:33.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-29T21:23:33.191Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-29T21:23:33.191Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-29T21:23:33.191Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-29T21:23:33.191Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-29T21:23:33.191Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-29T21:23:33.191Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-29T21:23:33.191Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-29T21:23:33.191Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T21:23:33.191Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T21:23:33.191Z] OK: 9 MiB in 21 packages [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-29T21:23:33.619Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-29T21:23:34.010Z] + ls -al . [2021-04-29T21:23:34.010Z] total 116 [2021-04-29T21:23:34.010Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 29 21:23 . [2021-04-29T21:23:34.010Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 21:21 .. [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 29 21:21 .dockerignore [2021-04-29T21:23:34.010Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 29 21:21 .git [2021-04-29T21:23:34.010Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 21:21 .github [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 111 Apr 29 21:21 .gitignore [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 7306 Apr 29 21:21 Attribution.txt [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 2032 Apr 29 21:21 Dockerfile [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 970 Apr 29 21:21 Dockerfile.build [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 687 Apr 29 21:21 Jenkinsfile [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 29 21:21 LICENSE [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 3230 Apr 29 21:21 README.md [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 29 21:17 VERSION [2021-04-29T21:23:34.010Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 29 21:21 bin [2021-04-29T21:23:34.010Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 29 21:22 coverage.out [2021-04-29T21:23:34.010Z] -rw-r--r-- 1 jenkins jenkins 136 Apr 29 21:23 go.mod [2021-04-29T21:23:34.010Z] -rw-r--r-- 1 jenkins jenkins 21295 Apr 29 21:23 go.sum [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 1460 Apr 29 21:21 main.go [2021-04-29T21:23:34.010Z] -rw-rw-r-- 1 jenkins jenkins 1582 Apr 29 21:21 makefile [2021-04-29T21:23:34.010Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 29 21:21 res [2021-04-29T21:23:34.010Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 29 21:21 snap [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:34.135Z] Removing intermediate container 059fa4a84347 [2021-04-29T21:23:34.136Z] ---> d9e6782f586e [2021-04-29T21:23:34.136Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-29T21:23:34.377Z] + 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=3684568252246792ccd690fa1a26876a0e7756f3 --label arch=arm64 --label version=2.0.0-dev.34 . [2021-04-29T21:23:34.377Z] Sending build context to Docker daemon 119.8kB [2021-04-29T21:23:34.397Z] ---> 5da78b9f558f [2021-04-29T21:23:34.397Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-29T21:23:34.660Z] ---> df5c30b7d2b2 [2021-04-29T21:23:34.660Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-29T21:23:34.664Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-04-29T21:23:34.664Z] Step 2/27 : FROM ${BASE} AS builder [2021-04-29T21:23:34.664Z] ---> 7dbd0f906eb4 [2021-04-29T21:23:34.664Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-04-29T21:23:34.923Z] ---> 7eef12a7b47b [2021-04-29T21:23:34.923Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-29T21:23:34.947Z] ---> Running in b005282ca082 [2021-04-29T21:23:35.500Z] ---> 25072835332a [2021-04-29T21:23:35.500Z] Step 22/27 : EXPOSE 48095 [2021-04-29T21:23:35.549Z] Removing intermediate container b005282ca082 [2021-04-29T21:23:35.550Z] ---> 699eb7a6820b [2021-04-29T21:23:35.550Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-04-29T21:23:35.550Z] ---> Running in 85d47f85a316 [2021-04-29T21:23:35.764Z] ---> Running in 840604d52b60 [2021-04-29T21:23:35.764Z] Removing intermediate container 840604d52b60 [2021-04-29T21:23:35.764Z] ---> ac030a13726e [2021-04-29T21:23:35.764Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-29T21:23:35.764Z] ---> Running in a34a9a4c5c8b [2021-04-29T21:23:36.025Z] Removing intermediate container a34a9a4c5c8b [2021-04-29T21:23:36.025Z] ---> a1fc2aaffbe7 [2021-04-29T21:23:36.025Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T21:23:36.025Z] ---> Running in 0b42c4d996b6 [2021-04-29T21:23:36.144Z] Removing intermediate container 85d47f85a316 [2021-04-29T21:23:36.145Z] ---> 7804b187d3bd [2021-04-29T21:23:36.145Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-29T21:23:36.145Z] ---> Running in 02a19dd7118d [2021-04-29T21:23:36.292Z] Removing intermediate container 0b42c4d996b6 [2021-04-29T21:23:36.292Z] ---> 1a1c13552211 [2021-04-29T21:23:36.292Z] Step 25/27 : LABEL arch=amd64 [2021-04-29T21:23:36.292Z] ---> Running in 60c2412c189a [2021-04-29T21:23:36.554Z] Removing intermediate container 60c2412c189a [2021-04-29T21:23:36.554Z] ---> e19fca65137b [2021-04-29T21:23:36.554Z] Step 26/27 : LABEL git_sha=3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:23:36.554Z] ---> Running in 08506149b5db [2021-04-29T21:23:36.737Z] Removing intermediate container 02a19dd7118d [2021-04-29T21:23:36.737Z] ---> 1c5f81f56ed9 [2021-04-29T21:23:36.737Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-29T21:23:36.737Z] ---> Running in 88860065bf56 [2021-04-29T21:23:36.817Z] Removing intermediate container 08506149b5db [2021-04-29T21:23:36.817Z] ---> 9ead87f7967f [2021-04-29T21:23:36.817Z] Step 27/27 : LABEL version=2.0.0-dev.34 [2021-04-29T21:23:36.817Z] ---> Running in 1ab2e4b19410 [2021-04-29T21:23:37.081Z] Removing intermediate container 1ab2e4b19410 [2021-04-29T21:23:37.081Z] ---> 4a00c58ee09b [2021-04-29T21:23:37.081Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-29T21:23:37.081Z] Successfully built 4a00c58ee09b [2021-04-29T21:23:37.081Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T21:23:37.215Z] provisioning config files... [2021-04-29T21:23:37.253Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config1823744265863725426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:23:37.594Z] ---> docker-login.sh [2021-04-29T21:23:37.594Z] nexus3.edgexfoundry.org:10001 [2021-04-29T21:23:37.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:23:37.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:23:37.594Z] Configure a credential helper to remove this warning. See [2021-04-29T21:23:37.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:23:37.594Z] [2021-04-29T21:23:37.594Z] Login Succeeded [2021-04-29T21:23:37.594Z] nexus3.edgexfoundry.org:10002 [2021-04-29T21:23:37.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:23:37.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:23:37.857Z] Configure a credential helper to remove this warning. See [2021-04-29T21:23:37.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:23:37.857Z] [2021-04-29T21:23:37.857Z] Login Succeeded [2021-04-29T21:23:37.857Z] nexus3.edgexfoundry.org:10003 [2021-04-29T21:23:37.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:23:38.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:23:38.120Z] Configure a credential helper to remove this warning. See [2021-04-29T21:23:38.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:23:38.120Z] [2021-04-29T21:23:38.120Z] Login Succeeded [2021-04-29T21:23:38.120Z] nexus3.edgexfoundry.org:10004 [2021-04-29T21:23:38.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:23:38.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:23:38.120Z] Configure a credential helper to remove this warning. See [2021-04-29T21:23:38.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:23:38.120Z] [2021-04-29T21:23:38.120Z] Login Succeeded [2021-04-29T21:23:38.120Z] docker.io [2021-04-29T21:23:38.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:23:38.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:23:38.645Z] Configure a credential helper to remove this warning. See [2021-04-29T21:23:38.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:23:38.645Z] [2021-04-29T21:23:38.645Z] Login Succeeded [2021-04-29T21:23:38.645Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T21:23:38.656Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-29T21:23:38.734Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-04-29T21:23:38.734Z] 3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:23:38.734Z] latest [2021-04-29T21:23:38.734Z] 2.0.0-dev.34 [2021-04-29T21:23:38.734Z] 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [2021-04-29T21:23:38.734Z] master [2021-04-29T21:23:38.734Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:39.096Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:39.356Z] Removing intermediate container 88860065bf56 [2021-04-29T21:23:39.356Z] ---> be29daf47806 [2021-04-29T21:23:39.356Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-29T21:23:39.356Z] ---> Running in 3d7e8a7820ee [2021-04-29T21:23:39.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:23:39.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-29T21:23:39.402Z] d714f13270e2: Preparing [2021-04-29T21:23:39.402Z] 628a2aad7983: Preparing [2021-04-29T21:23:39.402Z] 83a2f434048b: Preparing [2021-04-29T21:23:39.402Z] 1f601e18d9f8: Preparing [2021-04-29T21:23:39.402Z] 080946f7fa7c: Preparing [2021-04-29T21:23:39.402Z] 32f366d666a5: Preparing [2021-04-29T21:23:39.402Z] 32f366d666a5: Waiting [2021-04-29T21:23:39.666Z] 628a2aad7983: Pushed [2021-04-29T21:23:39.666Z] 1f601e18d9f8: Pushed [2021-04-29T21:23:39.666Z] 83a2f434048b: Pushed [2021-04-29T21:23:39.666Z] 32f366d666a5: Layer already exists [2021-04-29T21:23:39.666Z] 080946f7fa7c: Pushed [2021-04-29T21:23:39.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T21:23:40.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T21:23:41.056Z] d714f13270e2: Pushed [2021-04-29T21:23:41.056Z] 3684568252246792ccd690fa1a26876a0e7756f3: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:41.369Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:41.514Z] OK: 144 MiB in 45 packages [2021-04-29T21:23:41.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-29T21:23:41.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-29T21:23:41.675Z] d714f13270e2: Preparing [2021-04-29T21:23:41.675Z] 628a2aad7983: Preparing [2021-04-29T21:23:41.675Z] 83a2f434048b: Preparing [2021-04-29T21:23:41.675Z] 1f601e18d9f8: Preparing [2021-04-29T21:23:41.675Z] 080946f7fa7c: Preparing [2021-04-29T21:23:41.675Z] 32f366d666a5: Preparing [2021-04-29T21:23:41.675Z] 32f366d666a5: Waiting [2021-04-29T21:23:41.675Z] 628a2aad7983: Layer already exists [2021-04-29T21:23:41.675Z] 83a2f434048b: Layer already exists [2021-04-29T21:23:41.675Z] 1f601e18d9f8: Layer already exists [2021-04-29T21:23:41.675Z] 080946f7fa7c: Layer already exists [2021-04-29T21:23:41.675Z] d714f13270e2: Layer already exists [2021-04-29T21:23:41.675Z] 32f366d666a5: Layer already exists [2021-04-29T21:23:41.675Z] latest: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:41.983Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:42.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.34 [2021-04-29T21:23:42.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-29T21:23:42.288Z] d714f13270e2: Preparing [2021-04-29T21:23:42.288Z] 628a2aad7983: Preparing [2021-04-29T21:23:42.288Z] 83a2f434048b: Preparing [2021-04-29T21:23:42.288Z] 1f601e18d9f8: Preparing [2021-04-29T21:23:42.288Z] 080946f7fa7c: Preparing [2021-04-29T21:23:42.288Z] 32f366d666a5: Preparing [2021-04-29T21:23:42.288Z] 32f366d666a5: Waiting [2021-04-29T21:23:42.288Z] d714f13270e2: Layer already exists [2021-04-29T21:23:42.288Z] 628a2aad7983: Layer already exists [2021-04-29T21:23:42.288Z] 1f601e18d9f8: Layer already exists [2021-04-29T21:23:42.288Z] 83a2f434048b: Layer already exists [2021-04-29T21:23:42.288Z] 080946f7fa7c: Layer already exists [2021-04-29T21:23:42.288Z] 32f366d666a5: Layer already exists [2021-04-29T21:23:42.288Z] 2.0.0-dev.34: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:42.488Z] Removing intermediate container 3d7e8a7820ee [2021-04-29T21:23:42.488Z] ---> 3df54e81c784 [2021-04-29T21:23:42.488Z] Step 8/27 : WORKDIR /app [2021-04-29T21:23:42.596Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:42.761Z] ---> Running in e3b5078116bb [2021-04-29T21:23:42.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [2021-04-29T21:23:42.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-29T21:23:42.896Z] d714f13270e2: Preparing [2021-04-29T21:23:42.896Z] 628a2aad7983: Preparing [2021-04-29T21:23:42.896Z] 83a2f434048b: Preparing [2021-04-29T21:23:42.896Z] 1f601e18d9f8: Preparing [2021-04-29T21:23:42.896Z] 080946f7fa7c: Preparing [2021-04-29T21:23:42.896Z] 32f366d666a5: Preparing [2021-04-29T21:23:42.896Z] 32f366d666a5: Waiting [2021-04-29T21:23:42.896Z] 080946f7fa7c: Layer already exists [2021-04-29T21:23:42.896Z] 628a2aad7983: Layer already exists [2021-04-29T21:23:42.896Z] 83a2f434048b: Layer already exists [2021-04-29T21:23:42.896Z] d714f13270e2: Layer already exists [2021-04-29T21:23:42.896Z] 1f601e18d9f8: Layer already exists [2021-04-29T21:23:42.896Z] 32f366d666a5: Layer already exists [2021-04-29T21:23:42.896Z] 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:43.036Z] Removing intermediate container e3b5078116bb [2021-04-29T21:23:43.036Z] ---> b1f0caaaf370 [2021-04-29T21:23:43.036Z] Step 9/27 : COPY go.mod . [2021-04-29T21:23:43.211Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:23:43.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-04-29T21:23:43.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-04-29T21:23:43.514Z] d714f13270e2: Preparing [2021-04-29T21:23:43.514Z] 628a2aad7983: Preparing [2021-04-29T21:23:43.514Z] 83a2f434048b: Preparing [2021-04-29T21:23:43.514Z] 1f601e18d9f8: Preparing [2021-04-29T21:23:43.514Z] 080946f7fa7c: Preparing [2021-04-29T21:23:43.514Z] 32f366d666a5: Preparing [2021-04-29T21:23:43.514Z] 32f366d666a5: Waiting [2021-04-29T21:23:43.514Z] d714f13270e2: Layer already exists [2021-04-29T21:23:43.514Z] 628a2aad7983: Layer already exists [2021-04-29T21:23:43.514Z] 83a2f434048b: Layer already exists [2021-04-29T21:23:43.514Z] 1f601e18d9f8: Layer already exists [2021-04-29T21:23:43.514Z] 080946f7fa7c: Layer already exists [2021-04-29T21:23:43.514Z] 32f366d666a5: Layer already exists [2021-04-29T21:23:43.514Z] master: digest: sha256:e2a259950d98bbcde92756ec5fcae6b557a73c77509912144e347298f59ee78a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-29T21:23:43.575Z] ===================================================== [Pipeline] echo [2021-04-29T21:23:43.600Z] taggedImages: [2021-04-29T21:23:43.601Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:23:43.601Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-04-29T21:23:43.601Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.34 [2021-04-29T21:23:43.601Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [2021-04-29T21:23:43.601Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:23:44.012Z] ---> a27115c2000e [2021-04-29T21:23:44.012Z] Step 10/27 : RUN go mod download [2021-04-29T21:23:44.012Z] ---> Running in 8b2a0b6fc534 [2021-04-29T21:23:44.101Z] ---> job-cost.sh [2021-04-29T21:23:44.101Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-n1a9 [2021-04-29T21:23:45.989Z] Removing intermediate container 8b2a0b6fc534 [2021-04-29T21:23:45.989Z] ---> f2cfd0892678 [2021-04-29T21:23:45.989Z] Step 11/27 : COPY . . [2021-04-29T21:23:46.969Z] ---> 6b5715f6f2a1 [2021-04-29T21:23:46.969Z] Step 12/27 : ARG MAKE="make build" [2021-04-29T21:23:46.969Z] ---> Running in ece7e91766ae [2021-04-29T21:23:47.564Z] Removing intermediate container ece7e91766ae [2021-04-29T21:23:47.564Z] ---> daef3239d085 [2021-04-29T21:23:47.564Z] Step 13/27 : RUN $MAKE [2021-04-29T21:23:47.564Z] ---> Running in 6d6da3c50115 [2021-04-29T21:23:48.546Z] 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.34" -o app-service-configurable [2021-04-29T21:23:59.046Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-29T21:24:25.651Z] lf-activate-venv(): INFO: Adding /tmp/venv-n1a9/bin to PATH [2021-04-29T21:24:25.651Z] INFO: No Stack... [2021-04-29T21:24:25.651Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-29T21:24:26.597Z] INFO: Archiving Costs [Pipeline] sh [2021-04-29T21:24:26.911Z] + cat /w/workspace/app-service-configurable/104/archives/cost.csv [2021-04-29T21:24:26.911Z] + cut -d, -f6 [Pipeline] lock [2021-04-29T21:24:27.005Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [2021-04-29T21:24:27.014Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] did not exist. Created. [2021-04-29T21:24:27.015Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-29T21:24:27.352Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-29T21:24:27.546Z] Stashed 1 file(s) [2021-04-29T21:24:27.546Z] Removing intermediate container 6d6da3c50115 [2021-04-29T21:24:27.546Z] ---> 7ac6c6938570 [2021-04-29T21:24:27.546Z] Step 14/27 : FROM alpine:3.12 [2021-04-29T21:24:27.546Z] 3.12: Pulling from library/alpine [2021-04-29T21:24:27.546Z] d2f70382dc9a: Pulling fs layer [2021-04-29T21:24:27.547Z] d2f70382dc9a: Verifying Checksum [2021-04-29T21:24:27.547Z] d2f70382dc9a: Download complete [2021-04-29T21:24:27.547Z] d2f70382dc9a: Pull complete [2021-04-29T21:24:27.547Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-29T21:24:27.547Z] Status: Downloaded newer image for alpine:3.12 [2021-04-29T21:24:27.547Z] ---> 9852663dfa18 [2021-04-29T21:24:27.547Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-04-29T21:24:27.547Z] ---> Running in 88f37f01701c [2021-04-29T21:24:27.547Z] Removing intermediate container 88f37f01701c [2021-04-29T21:24:27.547Z] ---> e8a38869864d [2021-04-29T21:24:27.547Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [Pipeline] } [2021-04-29T21:24:27.557Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-29T21:24:27.819Z] ---> Running in 104a90254a66 [2021-04-29T21:24:28.089Z] Removing intermediate container 104a90254a66 [2021-04-29T21:24:28.089Z] ---> 47e3a3aa4fbf [2021-04-29T21:24:28.089Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-04-29T21:24:28.362Z] ---> Running in f2b35c30b90f [2021-04-29T21:24:29.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-29T21:24:29.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-29T21:24:30.205Z] (1/7) Installing ca-certificates (20191127-r4) [2021-04-29T21:24:30.205Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-04-29T21:24:30.205Z] (3/7) Installing libgcc (9.3.0-r2) [2021-04-29T21:24:30.205Z] (4/7) Installing libsodium (1.0.18-r0) [2021-04-29T21:24:30.205Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-04-29T21:24:30.205Z] (6/7) Installing libzmq (4.3.3-r0) [2021-04-29T21:24:30.205Z] (7/7) Installing zeromq (4.3.3-r0) [2021-04-29T21:24:30.205Z] Executing busybox-1.31.1-r20.trigger [2021-04-29T21:24:30.481Z] Executing ca-certificates-20191127-r4.trigger [2021-04-29T21:24:30.482Z] OK: 9 MiB in 21 packages [2021-04-29T21:24:32.499Z] Removing intermediate container f2b35c30b90f [2021-04-29T21:24:32.499Z] ---> 0cfcd6f55026 [2021-04-29T21:24:32.499Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-04-29T21:24:33.094Z] ---> 65967e69b08c [2021-04-29T21:24:33.094Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-04-29T21:24:33.687Z] ---> ca0d3455f02d [2021-04-29T21:24:33.687Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-04-29T21:24:34.664Z] ---> 0e96c11a9e44 [2021-04-29T21:24:34.664Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-04-29T21:24:36.095Z] ---> 2b37a27228ee [2021-04-29T21:24:36.095Z] Step 22/27 : EXPOSE 48095 [2021-04-29T21:24:36.095Z] ---> Running in 001c51b04675 [2021-04-29T21:24:36.367Z] Removing intermediate container 001c51b04675 [2021-04-29T21:24:36.367Z] ---> cd95d22a26f5 [2021-04-29T21:24:36.367Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-04-29T21:24:36.638Z] ---> Running in bbc11821ddfb [2021-04-29T21:24:36.911Z] Removing intermediate container bbc11821ddfb [2021-04-29T21:24:36.911Z] ---> ee0bf4de69d8 [2021-04-29T21:24:36.911Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-29T21:24:37.184Z] ---> Running in 3b9e673e5af4 [2021-04-29T21:24:37.457Z] Removing intermediate container 3b9e673e5af4 [2021-04-29T21:24:37.457Z] ---> bdcc49704dc3 [2021-04-29T21:24:37.457Z] Step 25/27 : LABEL arch=arm64 [2021-04-29T21:24:37.730Z] ---> Running in 3a48b46d16ee [2021-04-29T21:24:38.005Z] Removing intermediate container 3a48b46d16ee [2021-04-29T21:24:38.005Z] ---> fc8ebfeef358 [2021-04-29T21:24:38.005Z] Step 26/27 : LABEL git_sha=3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:24:38.287Z] ---> Running in 2bd9d233adb6 [2021-04-29T21:24:38.884Z] Removing intermediate container 2bd9d233adb6 [2021-04-29T21:24:38.884Z] ---> 463401994e2d [2021-04-29T21:24:38.884Z] Step 27/27 : LABEL version=2.0.0-dev.34 [2021-04-29T21:24:38.884Z] ---> Running in a5b82818daf7 [2021-04-29T21:24:39.475Z] Removing intermediate container a5b82818daf7 [2021-04-29T21:24:39.475Z] ---> d5078b5b4fbd [2021-04-29T21:24:39.475Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-29T21:24:39.475Z] Successfully built d5078b5b4fbd [2021-04-29T21:24:39.475Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-29T21:24:39.631Z] provisioning config files... [2021-04-29T21:24:39.670Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/104@tmp/config7745234858079728287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:24:40.029Z] ---> docker-login.sh [2021-04-29T21:24:40.029Z] nexus3.edgexfoundry.org:10001 [2021-04-29T21:24:40.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:24:40.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:24:40.300Z] Configure a credential helper to remove this warning. See [2021-04-29T21:24:40.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:24:40.300Z] [2021-04-29T21:24:40.300Z] Login Succeeded [2021-04-29T21:24:40.573Z] nexus3.edgexfoundry.org:10002 [2021-04-29T21:24:40.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:24:40.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:24:40.846Z] Configure a credential helper to remove this warning. See [2021-04-29T21:24:40.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:24:40.846Z] [2021-04-29T21:24:40.846Z] Login Succeeded [2021-04-29T21:24:40.846Z] nexus3.edgexfoundry.org:10003 [2021-04-29T21:24:41.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:24:41.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:24:41.441Z] Configure a credential helper to remove this warning. See [2021-04-29T21:24:41.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:24:41.441Z] [2021-04-29T21:24:41.441Z] Login Succeeded [2021-04-29T21:24:41.441Z] nexus3.edgexfoundry.org:10004 [2021-04-29T21:24:42.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:24:42.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:24:42.035Z] Configure a credential helper to remove this warning. See [2021-04-29T21:24:42.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:24:42.035Z] [2021-04-29T21:24:42.035Z] Login Succeeded [2021-04-29T21:24:42.035Z] docker.io [2021-04-29T21:24:42.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-29T21:24:42.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-29T21:24:42.900Z] Configure a credential helper to remove this warning. See [2021-04-29T21:24:42.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-29T21:24:42.900Z] [2021-04-29T21:24:42.900Z] Login Succeeded [2021-04-29T21:24:42.900Z] ---> docker-login.sh ends [Pipeline] } [2021-04-29T21:24:42.919Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-29T21:24:42.990Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-04-29T21:24:42.990Z] 3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:24:42.990Z] latest [2021-04-29T21:24:42.990Z] 2.0.0-dev.34 [2021-04-29T21:24:42.990Z] 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [2021-04-29T21:24:42.990Z] master [2021-04-29T21:24:42.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:43.372Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:43.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:24:43.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-29T21:24:43.711Z] 6b3f7533f492: Preparing [2021-04-29T21:24:43.711Z] 8c611efd35e3: Preparing [2021-04-29T21:24:43.711Z] b1b4a9618bb8: Preparing [2021-04-29T21:24:43.711Z] 51fd1e7b3542: Preparing [2021-04-29T21:24:43.711Z] d1e3a46a35ac: Preparing [2021-04-29T21:24:43.711Z] 3fbe34a1663b: Preparing [2021-04-29T21:24:43.711Z] 3fbe34a1663b: Waiting [2021-04-29T21:24:43.982Z] b1b4a9618bb8: Pushed [2021-04-29T21:24:43.982Z] 8c611efd35e3: Pushed [2021-04-29T21:24:43.982Z] 51fd1e7b3542: Pushed [2021-04-29T21:24:44.256Z] 3fbe34a1663b: Layer already exists [2021-04-29T21:24:44.853Z] d1e3a46a35ac: Pushed [2021-04-29T21:24:47.456Z] 6b3f7533f492: Pushed [2021-04-29T21:24:47.725Z] 3684568252246792ccd690fa1a26876a0e7756f3: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:48.068Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:48.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-29T21:24:48.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-29T21:24:48.408Z] 6b3f7533f492: Preparing [2021-04-29T21:24:48.408Z] 8c611efd35e3: Preparing [2021-04-29T21:24:48.408Z] b1b4a9618bb8: Preparing [2021-04-29T21:24:48.408Z] 51fd1e7b3542: Preparing [2021-04-29T21:24:48.408Z] d1e3a46a35ac: Preparing [2021-04-29T21:24:48.408Z] 3fbe34a1663b: Preparing [2021-04-29T21:24:48.408Z] 3fbe34a1663b: Waiting [2021-04-29T21:24:48.408Z] 8c611efd35e3: Layer already exists [2021-04-29T21:24:48.408Z] b1b4a9618bb8: Layer already exists [2021-04-29T21:24:48.408Z] 6b3f7533f492: Layer already exists [2021-04-29T21:24:48.408Z] 51fd1e7b3542: Layer already exists [2021-04-29T21:24:48.408Z] d1e3a46a35ac: Layer already exists [2021-04-29T21:24:48.677Z] 3fbe34a1663b: Layer already exists [2021-04-29T21:24:48.677Z] latest: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:49.016Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:49.350Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.34 [2021-04-29T21:24:49.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-29T21:24:49.350Z] 6b3f7533f492: Preparing [2021-04-29T21:24:49.350Z] 8c611efd35e3: Preparing [2021-04-29T21:24:49.350Z] b1b4a9618bb8: Preparing [2021-04-29T21:24:49.350Z] 51fd1e7b3542: Preparing [2021-04-29T21:24:49.350Z] d1e3a46a35ac: Preparing [2021-04-29T21:24:49.350Z] 3fbe34a1663b: Preparing [2021-04-29T21:24:49.350Z] 3fbe34a1663b: Waiting [2021-04-29T21:24:49.620Z] 51fd1e7b3542: Layer already exists [2021-04-29T21:24:49.620Z] 6b3f7533f492: Layer already exists [2021-04-29T21:24:49.620Z] d1e3a46a35ac: Layer already exists [2021-04-29T21:24:49.620Z] 8c611efd35e3: Layer already exists [2021-04-29T21:24:49.620Z] b1b4a9618bb8: Layer already exists [2021-04-29T21:24:49.620Z] 3fbe34a1663b: Layer already exists [2021-04-29T21:24:49.620Z] 2.0.0-dev.34: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:49.961Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:50.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [2021-04-29T21:24:50.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-29T21:24:50.296Z] 6b3f7533f492: Preparing [2021-04-29T21:24:50.296Z] 8c611efd35e3: Preparing [2021-04-29T21:24:50.296Z] b1b4a9618bb8: Preparing [2021-04-29T21:24:50.296Z] 51fd1e7b3542: Preparing [2021-04-29T21:24:50.296Z] d1e3a46a35ac: Preparing [2021-04-29T21:24:50.296Z] 3fbe34a1663b: Preparing [2021-04-29T21:24:50.296Z] 3fbe34a1663b: Waiting [2021-04-29T21:24:50.296Z] 6b3f7533f492: Layer already exists [2021-04-29T21:24:50.296Z] 8c611efd35e3: Layer already exists [2021-04-29T21:24:50.567Z] d1e3a46a35ac: Layer already exists [2021-04-29T21:24:50.567Z] b1b4a9618bb8: Layer already exists [2021-04-29T21:24:50.567Z] 51fd1e7b3542: Layer already exists [2021-04-29T21:24:50.567Z] 3fbe34a1663b: Layer already exists [2021-04-29T21:24:50.567Z] 3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:50.910Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:24:51.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-04-29T21:24:51.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-04-29T21:24:51.245Z] 6b3f7533f492: Preparing [2021-04-29T21:24:51.245Z] 8c611efd35e3: Preparing [2021-04-29T21:24:51.245Z] b1b4a9618bb8: Preparing [2021-04-29T21:24:51.245Z] 51fd1e7b3542: Preparing [2021-04-29T21:24:51.245Z] d1e3a46a35ac: Preparing [2021-04-29T21:24:51.245Z] 3fbe34a1663b: Preparing [2021-04-29T21:24:51.245Z] 3fbe34a1663b: Waiting [2021-04-29T21:24:51.245Z] 6b3f7533f492: Layer already exists [2021-04-29T21:24:51.245Z] 51fd1e7b3542: Layer already exists [2021-04-29T21:24:51.245Z] d1e3a46a35ac: Layer already exists [2021-04-29T21:24:51.245Z] 8c611efd35e3: Layer already exists [2021-04-29T21:24:51.245Z] b1b4a9618bb8: Layer already exists [2021-04-29T21:24:51.245Z] 3fbe34a1663b: Layer already exists [2021-04-29T21:24:51.514Z] master: digest: sha256:1e7350c9dcea995b0bc017985810c8cc7ecb1f201eedd2242784c29755ee48bc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-29T21:24:51.585Z] ===================================================== [Pipeline] echo [2021-04-29T21:24:51.603Z] taggedImages: [2021-04-29T21:24:51.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3 [2021-04-29T21:24:51.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-04-29T21:24:51.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.34 [2021-04-29T21:24:51.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:3684568252246792ccd690fa1a26876a0e7756f3-2.0.0-dev.34 [2021-04-29T21:24:51.603Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:24:51.991Z] ---> job-cost.sh [2021-04-29T21:24:51.991Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-F4dw [2021-04-29T21:25:30.932Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-29T21:26:52.655Z] lf-activate-venv(): INFO: Adding /tmp/venv-F4dw/bin to PATH [2021-04-29T21:26:52.655Z] INFO: No Stack... [2021-04-29T21:26:52.655Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-29T21:26:52.655Z] INFO: Archiving Costs [Pipeline] sh [2021-04-29T21:26:52.994Z] + + cutcat -d, /w/workspace/app-service-configurable/104/archives/cost.csv -f6 [2021-04-29T21:26:52.995Z] [Pipeline] lock [2021-04-29T21:26:53.107Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [2021-04-29T21:26:53.119Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] did not exist. Created. [2021-04-29T21:26:53.119Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-104-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-29T21:26:53.493Z] /w/workspace/app-service-configurable/104@tmp/durable-24298bff/script.sh: 1: /w/workspace/app-service-configurable/104@tmp/durable-24298bff/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-29T21:26:53.848Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-29T21:26:53.868Z] Warning: overwriting stash ‘stack-cost’ [2021-04-29T21:26:54.031Z] Stashed 1 file(s) [Pipeline] } [2021-04-29T21:26:54.043Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-104-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-29T21:26:54.581Z] provisioning config files... [2021-04-29T21:26:54.596Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config5182000461226554597tmp [Pipeline] { [Pipeline] sh [2021-04-29T21:26:54.968Z] + set +x [2021-04-29T21:26:54.968Z] + curl -s https://codecov.io/bash [2021-04-29T21:26:54.968Z] + bash -s -- [2021-04-29T21:26:55.251Z] [2021-04-29T21:26:55.251Z] _____ _ [2021-04-29T21:26:55.251Z] / ____| | | [2021-04-29T21:26:55.251Z] | | ___ __| | ___ ___ _____ __ [2021-04-29T21:26:55.251Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-29T21:26:55.251Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-29T21:26:55.251Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-29T21:26:55.251Z] Bash-1.0.2 [2021-04-29T21:26:55.251Z] [2021-04-29T21:26:55.251Z] [2021-04-29T21:26:55.251Z] ==> git version 2.24.3 found [2021-04-29T21:26:55.251Z] ==> 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-29T21:26:55.251Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-29T21:26:55.251Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-29T21:26:55.251Z] ==> Jenkins CI detected. [2021-04-29T21:26:55.251Z] project root: . [2021-04-29T21:26:55.251Z] --> token set from env [2021-04-29T21:26:55.251Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-29T21:26:55.251Z] ==> Running gcov in . (disable via -X gcov) [2021-04-29T21:26:55.577Z] ==> Python coveragepy not found [2021-04-29T21:26:55.578Z] ==> Searching for coverage reports in: [2021-04-29T21:26:55.578Z] + . [2021-04-29T21:26:55.578Z] -> Found 1 reports [2021-04-29T21:26:55.578Z] ==> Detecting git/mercurial file structure [2021-04-29T21:26:55.578Z] ==> Reading reports [2021-04-29T21:26:55.578Z] + ./coverage.out bytes=10 [2021-04-29T21:26:55.578Z] ==> Appending adjustments [2021-04-29T21:26:55.578Z] https://docs.codecov.io/docs/fixing-reports [2021-04-29T21:26:55.859Z] + Found adjustments [2021-04-29T21:26:55.859Z] ==> Gzipping contents [2021-04-29T21:26:55.859Z] 4.0K /tmp/codecov.1EuOnZ.gz [2021-04-29T21:26:55.859Z] ==> Uploading reports [2021-04-29T21:26:55.859Z] url: https://codecov.io [2021-04-29T21:26:55.859Z] query: branch=master&commit=3684568252246792ccd690fa1a26876a0e7756f3&build=104&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F104%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-29T21:26:55.859Z] -> Pinging Codecov [2021-04-29T21:26:55.859Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=3684568252246792ccd690fa1a26876a0e7756f3&build=104&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F104%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-29T21:26:56.441Z] -> Uploading to [2021-04-29T21:26:56.441Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-29/A97CA9966030D2A3747ED39772930CCE/3684568252246792ccd690fa1a26876a0e7756f3/b3eea7ef-5c2b-4cd9-86c1-4143eca39526.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210429%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210429T212656Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c1d73798ba327ea0fedda7b7faf224623c7977f3efbd0c6ec4e675afa012d403 [2021-04-29T21:26:56.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-29T21:26:56.441Z] Dload Upload Total Spent Left Speed [2021-04-29T21:26:57.027Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 390 0 0 100 390 0 842 --:--:-- --:--:-- --:--:-- 844 [2021-04-29T21:26:57.027Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] } [2021-04-29T21:26:57.051Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-29T21:26:57.723Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-29T21:26:57.747Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:26:58.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-29T21:26:58.359Z] [2021-04-29T21:26:58.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:26:58.713Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-29T21:26:59.127Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-29T21:26:59.127Z] 188c0c94c7c5: Pulling fs layer [2021-04-29T21:26:59.127Z] 0ef7d3d256c8: Pulling fs layer [2021-04-29T21:26:59.127Z] de9db76c5a1d: Pulling fs layer [2021-04-29T21:26:59.127Z] 0eba1c9be4d2: Pulling fs layer [2021-04-29T21:26:59.127Z] 0d57e429df01: Pulling fs layer [2021-04-29T21:26:59.127Z] 4e4be7b47b0d: Pulling fs layer [2021-04-29T21:26:59.127Z] e1f770b5df2f: Pulling fs layer [2021-04-29T21:26:59.127Z] 85a0685a4137: Pulling fs layer [2021-04-29T21:26:59.127Z] 0eba1c9be4d2: Waiting [2021-04-29T21:26:59.127Z] 0d57e429df01: Waiting [2021-04-29T21:26:59.127Z] 4e4be7b47b0d: Waiting [2021-04-29T21:26:59.127Z] e1f770b5df2f: Waiting [2021-04-29T21:26:59.127Z] 85a0685a4137: Waiting [2021-04-29T21:26:59.127Z] de9db76c5a1d: Verifying Checksum [2021-04-29T21:26:59.127Z] de9db76c5a1d: Download complete [2021-04-29T21:26:59.127Z] 0ef7d3d256c8: Verifying Checksum [2021-04-29T21:26:59.127Z] 0ef7d3d256c8: Download complete [2021-04-29T21:26:59.127Z] 0d57e429df01: Verifying Checksum [2021-04-29T21:26:59.127Z] 0d57e429df01: Download complete [2021-04-29T21:26:59.127Z] 4e4be7b47b0d: Verifying Checksum [2021-04-29T21:26:59.127Z] 4e4be7b47b0d: Download complete [2021-04-29T21:26:59.127Z] 188c0c94c7c5: Verifying Checksum [2021-04-29T21:26:59.127Z] 188c0c94c7c5: Download complete [2021-04-29T21:27:00.276Z] 188c0c94c7c5: Pull complete [2021-04-29T21:27:00.977Z] 0ef7d3d256c8: Pull complete [2021-04-29T21:27:01.629Z] de9db76c5a1d: Pull complete [2021-04-29T21:27:01.629Z] e1f770b5df2f: Verifying Checksum [2021-04-29T21:27:01.629Z] e1f770b5df2f: Download complete [2021-04-29T21:27:07.715Z] 0eba1c9be4d2: Verifying Checksum [2021-04-29T21:27:07.715Z] 0eba1c9be4d2: Download complete [2021-04-29T21:27:08.923Z] 85a0685a4137: Verifying Checksum [2021-04-29T21:27:08.923Z] 85a0685a4137: Download complete [2021-04-29T21:27:19.558Z] 0eba1c9be4d2: Pull complete [2021-04-29T21:27:20.153Z] 0d57e429df01: Pull complete [2021-04-29T21:27:20.430Z] 4e4be7b47b0d: Pull complete [2021-04-29T21:27:23.080Z] e1f770b5df2f: Pull complete [2021-04-29T21:27:35.628Z] 85a0685a4137: Pull complete [2021-04-29T21:27:35.628Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-29T21:27:35.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-29T21:27:35.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-29T21:27:35.993Z] prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container [2021-04-29T21:27:36.096Z] $ 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-29T21:27:38.115Z] $ docker top ead9860c82c67d218da628d4a8fbd1ac67cd50a60b5a1b69f37506161ed3b20f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-29T21:27:38.363Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-29T21:27:39.078Z] + set -o pipefail [2021-04-29T21:27:39.078Z] + snyk monitor '--org=edgex-jenkins' [2021-04-29T21:28:05.953Z] [2021-04-29T21:28:05.953Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-04-29T21:28:05.953Z] [2021-04-29T21:28:05.953Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/f6263d2e-2b2f-47bb-90e8-69fe00dad871 [2021-04-29T21:28:05.953Z] [2021-04-29T21:28:05.953Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-29T21:28:05.953Z] [2021-04-29T21:28:05.953Z] [Pipeline] } [2021-04-29T21:28:05.978Z] $ docker stop --time=1 ead9860c82c67d218da628d4a8fbd1ac67cd50a60b5a1b69f37506161ed3b20f [2021-04-29T21:28:08.593Z] $ docker rm -f ead9860c82c67d218da628d4a8fbd1ac67cd50a60b5a1b69f37506161ed3b20f [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-29T21:28:10.695Z] + git log --format=format:%s -1 3684568252246792ccd690fa1a26876a0e7756f3 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:28:11.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T21:28:11.084Z] . [Pipeline] withDockerContainer [2021-04-29T21:28:11.387Z] prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container [2021-04-29T21:28:11.459Z] $ 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-29T21:28:13.264Z] $ docker top 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-29T21:28:13.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T21:28:13.651Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T21:28:14.073Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T21:28:14.085Z] $ docker exec 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 ssh-agent [2021-04-29T21:28:14.565Z] SSH_AUTH_SOCK=/tmp/ssh-SlvPtfAnx9EJ/agent.12 [2021-04-29T21:28:14.565Z] SSH_AGENT_PID=17 [2021-04-29T21:28:14.577Z] Running ssh-add (command line suppressed) [2021-04-29T21:28:14.977Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5605131323428113155.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5605131323428113155.key) [2021-04-29T21:28:15.278Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T21:28:15.653Z] + git semver tag [2021-04-29T21:28:15.950Z] # -> Open(): unable to determine branch for HEAD [2021-04-29T21:28:15.950Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-29T21:28:15.950Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-29T21:28:15.950Z] # $SEMVER_REMOTE_NAME = origin [2021-04-29T21:28:15.950Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-29T21:28:15.950Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-29T21:28:15.950Z] # $SEMVER_BRANCH = master [2021-04-29T21:28:15.950Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-29T21:28:15.950Z] # 3684568252246792ccd690fa1a26876a0e7756f3 HEAD [2021-04-29T21:28:15.950Z] # -> Force: false [2021-04-29T21:28:15.950Z] # 8b69d062e0be3befba1edc975a5f316ff419202f refs/tags/v2.0.0-dev.34 [Pipeline] } [2021-04-29T21:28:15.978Z] $ docker exec --env ******** --env ******** 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 ssh-agent -k [2021-04-29T21:28:16.432Z] unset SSH_AUTH_SOCK; [2021-04-29T21:28:16.433Z] unset SSH_AGENT_PID; [2021-04-29T21:28:16.433Z] echo Agent pid 17 killed; [2021-04-29T21:28:16.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-29T21:28:16.958Z] + git semver [Pipeline] } [2021-04-29T21:28:17.355Z] $ docker stop --time=1 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 [2021-04-29T21:28:19.183Z] $ docker rm -f 946fbf3aa1cdfd0dd3d79a84d9b237f619933dd932b7c5cb8e73aaa024909142 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:28:20.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-29T21:28:20.126Z] [2021-04-29T21:28:20.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:28:20.503Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-29T21:28:20.504Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-29T21:28:20.504Z] ab5ef0e58194: Pulling fs layer [2021-04-29T21:28:20.504Z] 9712f1f96733: Pulling fs layer [2021-04-29T21:28:20.504Z] 63f879dbbcfc: Pulling fs layer [2021-04-29T21:28:20.504Z] 0d9ebad4ef96: Pulling fs layer [2021-04-29T21:28:20.504Z] e9a5061849ea: Pulling fs layer [2021-04-29T21:28:20.504Z] d747dcd14b5f: Pulling fs layer [2021-04-29T21:28:20.504Z] 2de7ff778b66: Pulling fs layer [2021-04-29T21:28:20.504Z] 0d9ebad4ef96: Waiting [2021-04-29T21:28:20.504Z] e9a5061849ea: Waiting [2021-04-29T21:28:20.504Z] d747dcd14b5f: Waiting [2021-04-29T21:28:20.504Z] 2de7ff778b66: Waiting [2021-04-29T21:28:20.504Z] 9712f1f96733: Verifying Checksum [2021-04-29T21:28:20.504Z] 9712f1f96733: Download complete [2021-04-29T21:28:23.932Z] 63f879dbbcfc: Verifying Checksum [2021-04-29T21:28:23.932Z] 63f879dbbcfc: Download complete [2021-04-29T21:28:24.612Z] e9a5061849ea: Verifying Checksum [2021-04-29T21:28:24.612Z] e9a5061849ea: Download complete [2021-04-29T21:28:24.929Z] d747dcd14b5f: Verifying Checksum [2021-04-29T21:28:24.929Z] d747dcd14b5f: Download complete [2021-04-29T21:28:26.524Z] 2de7ff778b66: Verifying Checksum [2021-04-29T21:28:26.524Z] 2de7ff778b66: Download complete [2021-04-29T21:28:26.815Z] 0d9ebad4ef96: Verifying Checksum [2021-04-29T21:28:26.815Z] 0d9ebad4ef96: Download complete [2021-04-29T21:28:27.871Z] ab5ef0e58194: Verifying Checksum [2021-04-29T21:28:27.871Z] ab5ef0e58194: Download complete [2021-04-29T21:28:38.255Z] ab5ef0e58194: Pull complete [2021-04-29T21:28:38.255Z] 9712f1f96733: Pull complete [2021-04-29T21:28:40.976Z] 63f879dbbcfc: Pull complete [2021-04-29T21:28:56.241Z] 0d9ebad4ef96: Pull complete [2021-04-29T21:28:56.849Z] e9a5061849ea: Pull complete [2021-04-29T21:28:57.160Z] d747dcd14b5f: Pull complete [2021-04-29T21:29:02.722Z] 2de7ff778b66: Pull complete [2021-04-29T21:29:02.722Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-29T21:29:02.722Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-29T21:29:02.722Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-29T21:29:04.167Z] prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container [2021-04-29T21:29:04.502Z] $ 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-29T21:29:08.693Z] $ docker top 66d69d5f14b547e4c88bc022b5d26b9e388e3e8538b0cb4ab6e34873ae12cfdd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-29T21:29:09.173Z] provisioning config files... [2021-04-29T21:29:09.198Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config4952011219756309180tmp [2021-04-29T21:29:09.226Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config8374646945989524843tmp [2021-04-29T21:29:09.281Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config4799329594233413622tmp [Pipeline] { [Pipeline] echo [2021-04-29T21:29:09.320Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:29:10.035Z] ---> sigul-configuration.sh [2021-04-29T21:29:10.035Z] gpg: directory `/root/.gnupg' created [2021-04-29T21:29:10.035Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-29T21:29:10.035Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-29T21:29:10.035Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-29T21:29:10.035Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-29T21:29:10.035Z] gpg: CAST5 encrypted data [2021-04-29T21:29:10.384Z] gpg: encrypted with 1 passphrase [2021-04-29T21:29:10.384Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-29T21:29:11.206Z] + mkdir /home/jenkins [2021-04-29T21:29:11.206Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-29T21:29:12.346Z] + 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-29T21:29:12.391Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:29:12.721Z] ---> sigul-install.sh [2021-04-29T21:29:22.936Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-29T21:29:23.622Z] + git tag --list [2021-04-29T21:29:23.622Z] v1.0.0 [2021-04-29T21:29:23.622Z] v1.1.0 [2021-04-29T21:29:23.622Z] v1.2.0 [2021-04-29T21:29:23.622Z] v1.3.0 [2021-04-29T21:29:23.622Z] v1.3.1 [2021-04-29T21:29:23.622Z] v1.3.1-dev.1 [2021-04-29T21:29:23.622Z] v1.3.1-dev.2 [2021-04-29T21:29:23.622Z] v1.3.1-dev.3 [2021-04-29T21:29:23.622Z] v2.0.0-dev.1 [2021-04-29T21:29:23.622Z] v2.0.0-dev.10 [2021-04-29T21:29:23.622Z] v2.0.0-dev.11 [2021-04-29T21:29:23.622Z] v2.0.0-dev.12 [2021-04-29T21:29:23.622Z] v2.0.0-dev.13 [2021-04-29T21:29:23.622Z] v2.0.0-dev.14 [2021-04-29T21:29:23.622Z] v2.0.0-dev.15 [2021-04-29T21:29:23.622Z] v2.0.0-dev.16 [2021-04-29T21:29:23.622Z] v2.0.0-dev.17 [2021-04-29T21:29:23.622Z] v2.0.0-dev.18 [2021-04-29T21:29:23.622Z] v2.0.0-dev.19 [2021-04-29T21:29:23.622Z] v2.0.0-dev.2 [2021-04-29T21:29:23.622Z] v2.0.0-dev.20 [2021-04-29T21:29:23.622Z] v2.0.0-dev.21 [2021-04-29T21:29:23.622Z] v2.0.0-dev.22 [2021-04-29T21:29:23.622Z] v2.0.0-dev.23 [2021-04-29T21:29:23.622Z] v2.0.0-dev.24 [2021-04-29T21:29:23.622Z] v2.0.0-dev.25 [2021-04-29T21:29:23.622Z] v2.0.0-dev.26 [2021-04-29T21:29:23.622Z] v2.0.0-dev.27 [2021-04-29T21:29:23.622Z] v2.0.0-dev.28 [2021-04-29T21:29:23.622Z] v2.0.0-dev.29 [2021-04-29T21:29:23.622Z] v2.0.0-dev.3 [2021-04-29T21:29:23.622Z] v2.0.0-dev.30 [2021-04-29T21:29:23.622Z] v2.0.0-dev.31 [2021-04-29T21:29:23.622Z] v2.0.0-dev.32 [2021-04-29T21:29:23.622Z] v2.0.0-dev.33 [2021-04-29T21:29:23.622Z] v2.0.0-dev.34 [2021-04-29T21:29:23.622Z] v2.0.0-dev.4 [2021-04-29T21:29:23.622Z] v2.0.0-dev.5 [2021-04-29T21:29:23.622Z] v2.0.0-dev.6 [2021-04-29T21:29:23.622Z] v2.0.0-dev.7 [2021-04-29T21:29:23.622Z] v2.0.0-dev.8 [2021-04-29T21:29:23.622Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-29T21:29:24.368Z] + lftools sign git-tag v2.0.0-dev.34 [2021-04-29T21:29:26.353Z] Signing Git tag with Sigul... [2021-04-29T21:29:26.353Z] Signing v2.0.0-dev.34 [Pipeline] echo [2021-04-29T21:29:28.344Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:29:29.015Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-29T21:29:29.025Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-29T21:29:29.066Z] $ docker stop --time=1 66d69d5f14b547e4c88bc022b5d26b9e388e3e8538b0cb4ab6e34873ae12cfdd [2021-04-29T21:29:31.070Z] $ docker rm -f 66d69d5f14b547e4c88bc022b5d26b9e388e3e8538b0cb4ab6e34873ae12cfdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:29:31.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T21:29:31.766Z] . [Pipeline] withDockerContainer [2021-04-29T21:29:31.969Z] prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container [2021-04-29T21:29:32.094Z] $ 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-29T21:29:33.693Z] $ docker top b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-29T21:29:33.983Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T21:29:33.983Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T21:29:34.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T21:29:34.468Z] $ docker exec b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 ssh-agent [2021-04-29T21:29:34.933Z] SSH_AUTH_SOCK=/tmp/ssh-VNqorAEkkqIZ/agent.11 [2021-04-29T21:29:34.933Z] SSH_AGENT_PID=16 [2021-04-29T21:29:34.945Z] Running ssh-add (command line suppressed) [2021-04-29T21:29:35.179Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8485877808613729305.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8485877808613729305.key) [2021-04-29T21:29:35.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T21:29:35.680Z] + git semver bump pre [2021-04-29T21:29:35.950Z] # -> Open(): unable to determine branch for HEAD [2021-04-29T21:29:35.950Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-29T21:29:35.950Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-29T21:29:35.950Z] # $SEMVER_REMOTE_NAME = origin [2021-04-29T21:29:35.950Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-29T21:29:35.950Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-29T21:29:35.950Z] # $SEMVER_BRANCH = master [2021-04-29T21:29:35.950Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-04-29T21:29:35.950Z] 2.0.0-dev.35 [Pipeline] } [2021-04-29T21:29:35.970Z] $ docker exec --env ******** --env ******** b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 ssh-agent -k [2021-04-29T21:29:36.421Z] unset SSH_AUTH_SOCK; [2021-04-29T21:29:36.422Z] unset SSH_AGENT_PID; [2021-04-29T21:29:36.422Z] echo Agent pid 16 killed; [2021-04-29T21:29:36.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-29T21:29:37.439Z] + git semver [Pipeline] } [2021-04-29T21:29:37.467Z] $ docker stop --time=1 b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 [2021-04-29T21:29:39.345Z] $ docker rm -f b6e21c14a473c1ef6487d3dbe8f3ba3769caba67a143c0d442ee0819100097f7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:29:39.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-29T21:29:39.860Z] . [Pipeline] withDockerContainer [2021-04-29T21:29:40.187Z] prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container [2021-04-29T21:29:40.289Z] $ 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-29T21:29:41.999Z] $ docker top 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-29T21:29:42.439Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-29T21:29:42.439Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-29T21:29:43.169Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-29T21:29:43.194Z] $ docker exec 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd ssh-agent [2021-04-29T21:29:43.640Z] SSH_AUTH_SOCK=/tmp/ssh-kJnd3cqxz0R9/agent.11 [2021-04-29T21:29:43.640Z] SSH_AGENT_PID=16 [2021-04-29T21:29:43.657Z] Running ssh-add (command line suppressed) [2021-04-29T21:29:44.179Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6779171838219950396.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6779171838219950396.key) [2021-04-29T21:29:44.302Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-29T21:29:44.970Z] + git semver push [2021-04-29T21:29:44.970Z] # -> Open(): unable to determine branch for HEAD [2021-04-29T21:29:44.970Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-04-29T21:29:44.970Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-04-29T21:29:44.970Z] # $SEMVER_REMOTE_NAME = origin [2021-04-29T21:29:44.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-29T21:29:44.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-29T21:29:44.970Z] # $SEMVER_BRANCH = master [2021-04-29T21:29:44.970Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-04-29T21:29:49.279Z] $ docker exec --env ******** --env ******** 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd ssh-agent -k [2021-04-29T21:29:49.530Z] unset SSH_AUTH_SOCK; [2021-04-29T21:29:49.532Z] unset SSH_AGENT_PID; [2021-04-29T21:29:49.532Z] echo Agent pid 16 killed; [2021-04-29T21:29:49.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-29T21:29:50.331Z] + git semver [Pipeline] } [2021-04-29T21:29:50.445Z] $ docker stop --time=1 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd [2021-04-29T21:29:52.731Z] $ docker rm -f 2c56e4c5c0cd7a83a739ef0ee4074edf05492ce21334fc27d5277bb80ffb3ddd [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-29T21:29:54.066Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:29:55.210Z] ---> package-listing.sh [2021-04-29T21:29:55.211Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-29T21:29:55.211Z] ++ facter osfamily [2021-04-29T21:29:55.211Z] + OS_FAMILY=redhat [2021-04-29T21:29:55.211Z] + workspace=/w/workspace/_app-service-configurable_master [2021-04-29T21:29:55.211Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-29T21:29:55.211Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-29T21:29:55.211Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-29T21:29:55.211Z] + PACKAGES=/tmp/packages_start.txt [2021-04-29T21:29:55.211Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-29T21:29:55.211Z] + PACKAGES=/tmp/packages_end.txt [2021-04-29T21:29:55.211Z] + case "${OS_FAMILY}" in [2021-04-29T21:29:55.211Z] + sort [2021-04-29T21:29:55.211Z] + rpm -qa [2021-04-29T21:30:01.958Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-29T21:30:01.959Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-29T21:30:01.959Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-29T21:30:01.959Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-04-29T21:30:01.959Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-04-29T21:30:01.959Z] + 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-29T21:30:01.985Z] 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-29T21:30:02.330Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:30:02.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T21:30:03.690Z] [2021-04-29T21:30:03.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-29T21:30:04.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T21:30:04.760Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-29T21:30:04.760Z] df20fa9351a1: Pulling fs layer [2021-04-29T21:30:04.760Z] 36b3adc4ff6f: Pulling fs layer [2021-04-29T21:30:04.760Z] 8ad3a11d3b57: Pulling fs layer [2021-04-29T21:30:04.760Z] 46f8f816bc3b: Pulling fs layer [2021-04-29T21:30:04.760Z] 93b61091891f: Pulling fs layer [2021-04-29T21:30:04.760Z] 93b9cdb0e59b: Pulling fs layer [2021-04-29T21:30:04.760Z] 5e14af77c1be: Pulling fs layer [2021-04-29T21:30:04.760Z] 01666e4c0597: Pulling fs layer [2021-04-29T21:30:04.760Z] aa168da1d23b: Pulling fs layer [2021-04-29T21:30:04.760Z] 93b61091891f: Waiting [2021-04-29T21:30:04.760Z] 93b9cdb0e59b: Waiting [2021-04-29T21:30:04.760Z] 5e14af77c1be: Waiting [2021-04-29T21:30:04.760Z] 01666e4c0597: Waiting [2021-04-29T21:30:04.760Z] aa168da1d23b: Waiting [2021-04-29T21:30:04.760Z] 46f8f816bc3b: Waiting [2021-04-29T21:30:04.760Z] 36b3adc4ff6f: Download complete [2021-04-29T21:30:04.760Z] 46f8f816bc3b: Verifying Checksum [2021-04-29T21:30:04.760Z] 46f8f816bc3b: Download complete [2021-04-29T21:30:05.146Z] df20fa9351a1: Verifying Checksum [2021-04-29T21:30:05.146Z] df20fa9351a1: Download complete [2021-04-29T21:30:05.146Z] 93b9cdb0e59b: Verifying Checksum [2021-04-29T21:30:05.146Z] 93b9cdb0e59b: Download complete [2021-04-29T21:30:05.146Z] 93b61091891f: Verifying Checksum [2021-04-29T21:30:05.146Z] 93b61091891f: Download complete [2021-04-29T21:30:05.487Z] 5e14af77c1be: Verifying Checksum [2021-04-29T21:30:05.487Z] 5e14af77c1be: Download complete [2021-04-29T21:30:05.487Z] 01666e4c0597: Verifying Checksum [2021-04-29T21:30:05.487Z] 01666e4c0597: Download complete [2021-04-29T21:30:06.210Z] 8ad3a11d3b57: Verifying Checksum [2021-04-29T21:30:06.210Z] 8ad3a11d3b57: Download complete [2021-04-29T21:30:06.568Z] df20fa9351a1: Pull complete [2021-04-29T21:30:07.657Z] 36b3adc4ff6f: Pull complete [2021-04-29T21:30:09.762Z] 8ad3a11d3b57: Pull complete [2021-04-29T21:30:09.762Z] 46f8f816bc3b: Pull complete [2021-04-29T21:30:10.912Z] 93b61091891f: Pull complete [2021-04-29T21:30:10.912Z] 93b9cdb0e59b: Pull complete [2021-04-29T21:30:11.228Z] 5e14af77c1be: Pull complete [2021-04-29T21:30:12.400Z] 01666e4c0597: Pull complete [2021-04-29T21:30:14.732Z] aa168da1d23b: Verifying Checksum [2021-04-29T21:30:14.732Z] aa168da1d23b: Download complete [2021-04-29T21:30:33.493Z] aa168da1d23b: Pull complete [2021-04-29T21:30:33.493Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-29T21:30:33.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-29T21:30:33.493Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-29T21:30:33.830Z] prd-centos7-docker-4c-2g-2412 does not seem to be running inside a container [2021-04-29T21:30:33.938Z] $ 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-29T21:30:37.044Z] $ docker top a8d2f582bef4e6377e23d2a98eebc3ab49535ae3cb1f5e6b058c62865ffd5356 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-29T21:30:37.771Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-29T21:30:38.516Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-29T21:30:38.902Z] + ls /var/log/sa-host [2021-04-29T21:30:38.902Z] + sadf -c /var/log/sa-host/sa23 [2021-04-29T21:30:38.902Z] file_magic: OK [2021-04-29T21:30:38.902Z] HZ: Using current value: 100 [2021-04-29T21:30:38.902Z] file_header: OK [2021-04-29T21:30:38.902Z] 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-29T21:30:38.902Z] Statistics: [2021-04-29T21:30:38.902Z] Hnuu...uuuununununu... [2021-04-29T21:30:38.902Z] File successfully converted to sysstat format version 12.2.1 [2021-04-29T21:30:38.902Z] + sadf -c /var/log/sa-host/sa29 [2021-04-29T21:30:38.902Z] file_magic: OK [2021-04-29T21:30:38.902Z] HZ: Using current value: 100 [2021-04-29T21:30:38.902Z] file_header: OK [2021-04-29T21:30:38.902Z] 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-29T21:30:38.902Z] Statistics: [2021-04-29T21:30:38.902Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-29T21:30:38.902Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-29T21:30:39.109Z] provisioning config files... [2021-04-29T21:30:39.131Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7025658677045192944tmp [Pipeline] { [Pipeline] echo [2021-04-29T21:30:39.199Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:30:39.889Z] ---> create-netrc.sh [Pipeline] } [2021-04-29T21:30:39.907Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-29T21:30:39.940Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:30:40.275Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-29T21:30:40.288Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:30:40.643Z] ---> sudo-logs.sh [2021-04-29T21:30:40.643Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-29T21:30:40.720Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:30:41.419Z] ---> job-cost.sh [2021-04-29T21:30:41.419Z] lf-activate-venv: SKIPPING [2021-04-29T21:30:41.419Z] DEBUG: total: 0.20999999344348907 [2021-04-29T21:30:41.419Z] INFO: Retrieving Stack Cost... [2021-04-29T21:30:42.613Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-29T21:30:43.596Z] INFO: Archiving Costs [Pipeline] echo [2021-04-29T21:30:43.618Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-29T21:30:43.986Z] ---> logs-deploy.sh [2021-04-29T21:30:43.986Z] lf-activate-venv: SKIPPING [2021-04-29T21:30:44.268Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/104 [2021-04-29T21:30:44.268Z] INFO: archiving workspace using pattern(s): [2021-04-29T21:30:46.984Z] Archives upload complete. [2021-04-29T21:30:47.262Z] INFO: archiving logs to Nexus