Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca2daa4fd360815664e6b23cd370da3c66a81a1c 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27900 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 ca2daa4fd360815664e6b23cd370da3c66a81a1c (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 ca2daa4fd360815664e6b23cd370da3c66a81a1c # timeout=10 Commit message: "refactor: Update profiles for change in Trigger configuration (#203)" > git rev-list --no-walk 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T22:52:37.043Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T22:52:37.336Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T22:52:37.445Z] ========================================================= [2021-02-26T22:52:37.445Z] EdgeX Global Pipelines Version Info [2021-02-26T22:52:37.445Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T22:52:42.484Z] ------------------- [2021-02-26T22:52:42.484Z] stable info: [2021-02-26T22:52:42.484Z] ------------------- [2021-02-26T22:52:42.484Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T22:52:42.484Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-26T22:52:42.484Z] Message: update stable to v1.0.183 [2021-02-26T22:52:43.211Z] ------------------- [2021-02-26T22:52:43.211Z] experimental info: [2021-02-26T22:52:43.211Z] ------------------- [2021-02-26T22:52:43.211Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T22:52:43.211Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-26T22:52:43.211Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T22:52:43.831Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-26T22:52:43.955Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-26T22:52:44.056Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T22:52:44.222Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T22:52:44.324Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T22:52:44.436Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T22:52:44.529Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T22:52:44.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T22:52:44.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-26T22:52:44.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T22:52:44.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T22:52:45.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-26T22:52:45.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T22:52:45.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T22:52:45.394Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T22:52:45.500Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T22:52:45.592Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T22:52:45.732Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T22:52:45.816Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T22:52:45.931Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-26T22:52:46.015Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-26T22:52:46.135Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-26T22:52:46.228Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-26T22:52:46.342Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-26T22:52:46.430Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-26T22:52:46.537Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T22:52:46.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-26T22:52:46.740Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-26T22:52:46.832Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-26T22:52:46.938Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca2daa4fd360815664e6b23cd370da3c66a81a1c [Pipeline] echo [2021-02-26T22:52:47.027Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca2daa4 [Pipeline] echo [2021-02-26T22:52:47.134Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T22:52:47.425Z] provisioning config files... [2021-02-26T22:52:47.781Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2079204531178786304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T22:52:48.341Z] ---> docker-login.sh [2021-02-26T22:52:48.341Z] nexus3.edgexfoundry.org:10001 [2021-02-26T22:52:49.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:52:49.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:52:49.631Z] Configure a credential helper to remove this warning. See [2021-02-26T22:52:49.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:52:49.631Z] [2021-02-26T22:52:49.631Z] Login Succeeded [2021-02-26T22:52:49.631Z] nexus3.edgexfoundry.org:10002 [2021-02-26T22:52:50.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:52:50.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:52:50.252Z] Configure a credential helper to remove this warning. See [2021-02-26T22:52:50.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:52:50.252Z] [2021-02-26T22:52:50.252Z] Login Succeeded [2021-02-26T22:52:50.252Z] nexus3.edgexfoundry.org:10003 [2021-02-26T22:52:50.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:52:51.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:52:51.080Z] Configure a credential helper to remove this warning. See [2021-02-26T22:52:51.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:52:51.080Z] [2021-02-26T22:52:51.080Z] Login Succeeded [2021-02-26T22:52:51.080Z] nexus3.edgexfoundry.org:10004 [2021-02-26T22:52:51.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:52:51.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:52:51.671Z] Configure a credential helper to remove this warning. See [2021-02-26T22:52:51.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:52:51.671Z] [2021-02-26T22:52:51.671Z] Login Succeeded [2021-02-26T22:52:51.671Z] docker.io [2021-02-26T22:52:51.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:52:52.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:52:52.240Z] Configure a credential helper to remove this warning. See [2021-02-26T22:52:52.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:52:52.240Z] [2021-02-26T22:52:52.240Z] Login Succeeded [2021-02-26T22:52:52.240Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T22:52:52.268Z] 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-02-26T22:52:53.361Z] + git log --format=format:%s -1 ca2daa4fd360815664e6b23cd370da3c66a81a1c [Pipeline] echo [2021-02-26T22:52:53.716Z] GIT_COMMIT: ca2daa4fd360815664e6b23cd370da3c66a81a1c, Commit Message: refactor: Update profiles for change in Trigger configuration (#203) [Pipeline] echo [2021-02-26T22:52:53.759Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:52:55.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T22:52:55.008Z] [2021-02-26T22:52:55.008Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:52:55.872Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T22:52:56.233Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T22:52:56.233Z] 31603596830f: Pulling fs layer [2021-02-26T22:52:56.234Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T22:52:56.234Z] 6ca5941a6612: Pulling fs layer [2021-02-26T22:52:56.234Z] ecc8261a40a4: Pulling fs layer [2021-02-26T22:52:56.234Z] ecc8261a40a4: Waiting [2021-02-26T22:52:56.234Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T22:52:56.234Z] 2a8b12db71e7: Download complete [2021-02-26T22:52:56.628Z] 31603596830f: Verifying Checksum [2021-02-26T22:52:56.628Z] 31603596830f: Download complete [2021-02-26T22:52:56.913Z] ecc8261a40a4: Verifying Checksum [2021-02-26T22:52:56.913Z] ecc8261a40a4: Download complete [2021-02-26T22:52:57.667Z] 6ca5941a6612: Verifying Checksum [2021-02-26T22:52:57.667Z] 6ca5941a6612: Download complete [2021-02-26T22:52:57.667Z] 31603596830f: Pull complete [2021-02-26T22:52:58.343Z] 2a8b12db71e7: Pull complete [2021-02-26T22:53:01.208Z] 6ca5941a6612: Pull complete [2021-02-26T22:53:01.872Z] ecc8261a40a4: Pull complete [2021-02-26T22:53:01.872Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T22:53:01.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T22:53:01.872Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T22:53:02.327Z] prd-centos7-docker-4c-2g-27900 does not seem to be running inside a container [2021-02-26T22:53:02.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T22:53:05.976Z] $ docker top 5f9da454b58f4e5a798d9fdcacdb3548299fd6dfc8c6bd2ba5c29e48a182b627 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T22:53:06.582Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T22:53:06.582Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T22:53:07.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T22:53:07.309Z] $ docker exec 5f9da454b58f4e5a798d9fdcacdb3548299fd6dfc8c6bd2ba5c29e48a182b627 ssh-agent [2021-02-26T22:53:07.571Z] SSH_AUTH_SOCK=/tmp/ssh-3PYJAJBrKvSs/agent.11 [2021-02-26T22:53:07.571Z] SSH_AGENT_PID=16 [2021-02-26T22:53:07.638Z] Running ssh-add (command line suppressed) [2021-02-26T22:53:08.117Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4905215908352069890.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4905215908352069890.key) [2021-02-26T22:53:08.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T22:53:09.004Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T22:53:09.099Z] $ docker exec --env ******** --env ******** 5f9da454b58f4e5a798d9fdcacdb3548299fd6dfc8c6bd2ba5c29e48a182b627 ssh-agent -k [2021-02-26T22:53:09.530Z] unset SSH_AUTH_SOCK; [2021-02-26T22:53:09.531Z] unset SSH_AGENT_PID; [2021-02-26T22:53:09.532Z] echo Agent pid 16 killed; [2021-02-26T22:53:09.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-26T22:53:09.905Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T22:53:09.905Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T22:53:10.221Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T22:53:10.247Z] $ docker exec 5f9da454b58f4e5a798d9fdcacdb3548299fd6dfc8c6bd2ba5c29e48a182b627 ssh-agent [2021-02-26T22:53:10.451Z] SSH_AUTH_SOCK=/tmp/ssh-AgSmp3g9CzLJ/agent.44 [2021-02-26T22:53:10.451Z] SSH_AGENT_PID=50 [2021-02-26T22:53:10.462Z] Running ssh-add (command line suppressed) [2021-02-26T22:53:11.069Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4980561773750386321.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4980561773750386321.key) [2021-02-26T22:53:11.193Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T22:53:12.213Z] + git semver init [2021-02-26T22:53:12.213Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T22:53:12.213Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T22:53:12.213Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T22:53:12.213Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T22:53:12.213Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T22:53:12.213Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T22:53:12.213Z] # $SEMVER_BRANCH = master [2021-02-26T22:53:12.213Z] # $SEMVER_TEMP = /tmp/semver-247308667 [2021-02-26T22:53:12.213Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-26T22:53:13.563Z] # '/tmp/semver-247308667' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-26T22:53:13.563Z] # -> Force: false [2021-02-26T22:53:13.563Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-26T22:53:13.842Z] $ docker exec --env ******** --env ******** 5f9da454b58f4e5a798d9fdcacdb3548299fd6dfc8c6bd2ba5c29e48a182b627 ssh-agent -k [2021-02-26T22:53:14.353Z] unset SSH_AUTH_SOCK; [2021-02-26T22:53:14.353Z] unset SSH_AGENT_PID; [2021-02-26T22:53:14.354Z] echo Agent pid 50 killed; [2021-02-26T22:53:14.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T22:53:15.909Z] + git semver [Pipeline] } [2021-02-26T22:53:15.999Z] $ docker stop --time=1 5f9da454b58f4e5a798d9fdcacdb3548299fd6dfc8c6bd2ba5c29e48a182b627 [2021-02-26T22:53:17.495Z] $ docker rm -f 5f9da454b58f4e5a798d9fdcacdb3548299fd6dfc8c6bd2ba5c29e48a182b627 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T22:53:18.604Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T22:53:20.596Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T22:53:20.599Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.19 [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-02-26T22:53:36.277Z] Still waiting to schedule task [2021-02-26T22:53:36.277Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27900’ [2021-02-26T22:53:36.280Z] Still waiting to schedule task [2021-02-26T22:53:36.280Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-26T22:55:28.305Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27901 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-26T22:55:28.363Z] Running in /w/workspace/app-service-configurable/88 [Pipeline] { [Pipeline] checkout [2021-02-26T22:55:33.337Z] using credential edgex-jenkins-ssh [2021-02-26T22:55:33.403Z] Cloning the remote Git repository [2021-02-26T22:55:33.465Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T22:55:33.576Z] > git init /w/workspace/app-service-configurable/88 # timeout=10 [2021-02-26T22:55:33.665Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T22:55:33.666Z] > git --version # timeout=10 [2021-02-26T22:55:33.685Z] > git --version # 'git version 2.17.1' [2021-02-26T22:55:33.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T22:55:33.731Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T22:55:34.549Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T22:55:34.575Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T22:55:34.604Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T22:55:35.169Z] Checking out Revision ca2daa4fd360815664e6b23cd370da3c66a81a1c (master) [2021-02-26T22:55:34.640Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T22:55:34.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T22:55:34.652Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T22:55:35.188Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T22:55:35.204Z] > git checkout -f ca2daa4fd360815664e6b23cd370da3c66a81a1c # timeout=10 [2021-02-26T22:55:39.683Z] Commit message: "refactor: Update profiles for change in Trigger configuration (#203)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T22:55:41.278Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T22:55:41.695Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T22:55:42.039Z] + true [2021-02-26T22:55:42.039Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T22:55:44.765Z] provisioning config files... [2021-02-26T22:55:44.818Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/88@tmp/config151205676675074355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T22:55:45.372Z] ---> docker-login.sh [2021-02-26T22:55:45.372Z] nexus3.edgexfoundry.org:10001 [2021-02-26T22:55:46.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:55:46.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:55:46.633Z] Configure a credential helper to remove this warning. See [2021-02-26T22:55:46.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:55:46.633Z] [2021-02-26T22:55:46.633Z] Login Succeeded [2021-02-26T22:55:46.633Z] nexus3.edgexfoundry.org:10002 [2021-02-26T22:55:46.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:55:47.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:55:47.184Z] Configure a credential helper to remove this warning. See [2021-02-26T22:55:47.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:55:47.184Z] [2021-02-26T22:55:47.184Z] Login Succeeded [2021-02-26T22:55:47.184Z] nexus3.edgexfoundry.org:10003 [2021-02-26T22:55:47.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:55:47.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:55:47.735Z] Configure a credential helper to remove this warning. See [2021-02-26T22:55:47.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:55:47.735Z] [2021-02-26T22:55:47.735Z] Login Succeeded [2021-02-26T22:55:47.735Z] nexus3.edgexfoundry.org:10004 [2021-02-26T22:55:48.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:55:48.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:55:48.283Z] Configure a credential helper to remove this warning. See [2021-02-26T22:55:48.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:55:48.283Z] [2021-02-26T22:55:48.283Z] Login Succeeded [2021-02-26T22:55:48.283Z] docker.io [2021-02-26T22:55:48.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:55:48.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:55:48.828Z] Configure a credential helper to remove this warning. See [2021-02-26T22:55:48.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:55:48.828Z] [2021-02-26T22:55:48.828Z] Login Succeeded [2021-02-26T22:55:48.828Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T22:55:48.845Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T22:55:49.264Z] ========================================================= [2021-02-26T22:55:49.264Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T22:55:49.264Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:55:49.649Z] + 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-02-26T22:55:49.649Z] Sending build context to Docker daemon 100.9kB [2021-02-26T22:55:49.931Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T22:55:49.931Z] Step 2/8 : FROM ${BASE} [2021-02-26T22:55:50.217Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T22:55:50.217Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T22:55:50.217Z] a4357932f1b6: Pulling fs layer [2021-02-26T22:55:50.217Z] 18c013af1878: Pulling fs layer [2021-02-26T22:55:50.217Z] 00ac8860ef70: Pulling fs layer [2021-02-26T22:55:50.217Z] 63d7cb157983: Pulling fs layer [2021-02-26T22:55:50.217Z] b116817d02f9: Pulling fs layer [2021-02-26T22:55:50.217Z] 745a02a5169b: Pulling fs layer [2021-02-26T22:55:50.217Z] 00ac8860ef70: Waiting [2021-02-26T22:55:50.217Z] 63d7cb157983: Waiting [2021-02-26T22:55:50.217Z] b116817d02f9: Waiting [2021-02-26T22:55:50.217Z] 745a02a5169b: Waiting [2021-02-26T22:55:50.217Z] 18c013af1878: Verifying Checksum [2021-02-26T22:55:50.217Z] 18c013af1878: Download complete [2021-02-26T22:55:50.217Z] a4357932f1b6: Verifying Checksum [2021-02-26T22:55:50.217Z] a4357932f1b6: Download complete [2021-02-26T22:55:50.217Z] 63d7cb157983: Verifying Checksum [2021-02-26T22:55:50.217Z] 63d7cb157983: Download complete [2021-02-26T22:55:50.217Z] b116817d02f9: Verifying Checksum [2021-02-26T22:55:50.217Z] b116817d02f9: Download complete [2021-02-26T22:55:50.217Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T22:55:50.217Z] 5f621e34cdf4: Download complete [2021-02-26T22:55:50.818Z] 5f621e34cdf4: Pull complete [2021-02-26T22:55:51.816Z] a4357932f1b6: Pull complete [2021-02-26T22:55:52.109Z] 18c013af1878: Pull complete [2021-02-26T22:55:53.097Z] 745a02a5169b: Verifying Checksum [2021-02-26T22:55:53.097Z] 745a02a5169b: Download complete [2021-02-26T22:55:53.693Z] 00ac8860ef70: Verifying Checksum [2021-02-26T22:55:53.693Z] 00ac8860ef70: Download complete [2021-02-26T22:55:54.332Z] Running on prd-centos7-docker-4c-2g-27902 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-26T22:55:54.389Z] Running in /w/workspace/app-service-configurable/88 [Pipeline] { [Pipeline] checkout [2021-02-26T22:55:56.739Z] using credential edgex-jenkins-ssh [2021-02-26T22:55:56.788Z] Cloning the remote Git repository [2021-02-26T22:55:56.744Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T22:55:56.815Z] > git init /w/workspace/app-service-configurable/88 # timeout=10 [2021-02-26T22:55:56.893Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T22:55:56.894Z] > git --version # timeout=10 [2021-02-26T22:55:56.904Z] > git --version # 'git version 2.24.3' [2021-02-26T22:55:56.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T22:55:56.936Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T22:55:57.564Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T22:55:57.574Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T22:55:57.591Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T22:55:57.610Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T22:55:57.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T22:55:57.617Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T22:55:58.046Z] Checking out Revision ca2daa4fd360815664e6b23cd370da3c66a81a1c (master) [2021-02-26T22:55:58.055Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T22:55:58.060Z] > git checkout -f ca2daa4fd360815664e6b23cd370da3c66a81a1c # timeout=10 [2021-02-26T22:56:01.750Z] Commit message: "refactor: Update profiles for change in Trigger configuration (#203)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T22:56:03.051Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T22:56:03.385Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T22:56:03.687Z] + sudo service docker restart [2021-02-26T22:56:03.688Z] + true [2021-02-26T22:56:03.688Z] Redirecting to /bin/systemctl restart docker.service [2021-02-26T22:56:03.865Z] 00ac8860ef70: Pull complete [2021-02-26T22:56:03.865Z] 63d7cb157983: Pull complete [2021-02-26T22:56:03.865Z] b116817d02f9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T22:56:04.704Z] provisioning config files... [2021-02-26T22:56:04.757Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/88@tmp/config4872081434341899551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T22:56:05.122Z] ---> docker-login.sh [2021-02-26T22:56:05.122Z] nexus3.edgexfoundry.org:10001 [2021-02-26T22:56:05.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:56:05.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:56:05.386Z] Configure a credential helper to remove this warning. See [2021-02-26T22:56:05.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:56:05.386Z] [2021-02-26T22:56:05.386Z] Login Succeeded [2021-02-26T22:56:05.386Z] nexus3.edgexfoundry.org:10002 [2021-02-26T22:56:05.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:56:05.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:56:05.650Z] Configure a credential helper to remove this warning. See [2021-02-26T22:56:05.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:56:05.650Z] [2021-02-26T22:56:05.650Z] Login Succeeded [2021-02-26T22:56:05.650Z] nexus3.edgexfoundry.org:10003 [2021-02-26T22:56:05.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:56:05.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:56:05.913Z] Configure a credential helper to remove this warning. See [2021-02-26T22:56:05.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:56:05.913Z] [2021-02-26T22:56:05.913Z] Login Succeeded [2021-02-26T22:56:05.913Z] nexus3.edgexfoundry.org:10004 [2021-02-26T22:56:05.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:56:06.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:56:06.175Z] Configure a credential helper to remove this warning. See [2021-02-26T22:56:06.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:56:06.175Z] [2021-02-26T22:56:06.175Z] Login Succeeded [2021-02-26T22:56:06.175Z] docker.io [2021-02-26T22:56:06.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:56:06.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:56:06.440Z] Configure a credential helper to remove this warning. See [2021-02-26T22:56:06.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:56:06.440Z] [2021-02-26T22:56:06.440Z] Login Succeeded [2021-02-26T22:56:06.440Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T22:56:06.451Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T22:56:06.817Z] ========================================================= [2021-02-26T22:56:06.817Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T22:56:06.817Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:56:07.172Z] + 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-02-26T22:56:07.172Z] Sending build context to Docker daemon 100.9kB [2021-02-26T22:56:07.172Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T22:56:07.172Z] Step 2/8 : FROM ${BASE} [2021-02-26T22:56:07.172Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T22:56:07.172Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T22:56:07.172Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T22:56:07.172Z] de9db76c5a1d: Pulling fs layer [2021-02-26T22:56:07.172Z] bca2f99d35d6: Pulling fs layer [2021-02-26T22:56:07.172Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T22:56:07.172Z] 7c6f9722023f: Pulling fs layer [2021-02-26T22:56:07.172Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T22:56:07.172Z] 93359f2a8cfa: Waiting [2021-02-26T22:56:07.172Z] 7c6f9722023f: Waiting [2021-02-26T22:56:07.172Z] a35cf1a2eb13: Waiting [2021-02-26T22:56:07.172Z] bca2f99d35d6: Waiting [2021-02-26T22:56:07.172Z] de9db76c5a1d: Verifying Checksum [2021-02-26T22:56:07.172Z] de9db76c5a1d: Download complete [2021-02-26T22:56:07.172Z] 0ef7d3d256c8: Download complete [2021-02-26T22:56:07.259Z] 745a02a5169b: Pull complete [2021-02-26T22:56:07.259Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T22:56:07.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T22:56:07.259Z] ---> b7e6874047d6 [2021-02-26T22:56:07.259Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T22:56:07.437Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T22:56:07.437Z] 93359f2a8cfa: Download complete [2021-02-26T22:56:07.437Z] 7c6f9722023f: Verifying Checksum [2021-02-26T22:56:07.437Z] 7c6f9722023f: Download complete [2021-02-26T22:56:07.437Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T22:56:07.437Z] 188c0c94c7c5: Download complete [2021-02-26T22:56:07.702Z] 188c0c94c7c5: Pull complete [2021-02-26T22:56:07.971Z] 0ef7d3d256c8: Pull complete [2021-02-26T22:56:07.971Z] de9db76c5a1d: Pull complete [2021-02-26T22:56:09.379Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T22:56:09.380Z] a35cf1a2eb13: Download complete [2021-02-26T22:56:09.643Z] bca2f99d35d6: Verifying Checksum [2021-02-26T22:56:09.643Z] bca2f99d35d6: Download complete [2021-02-26T22:56:09.885Z] ---> Running in ebaeb00c8e28 [2021-02-26T22:56:10.157Z] Removing intermediate container ebaeb00c8e28 [2021-02-26T22:56:10.157Z] ---> e957b22d5c84 [2021-02-26T22:56:10.157Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T22:56:10.435Z] ---> Running in 755135bd96c6 [2021-02-26T22:56:13.068Z] Removing intermediate container 755135bd96c6 [2021-02-26T22:56:13.068Z] ---> 726c35ef2a5d [2021-02-26T22:56:13.068Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-26T22:56:13.068Z] ---> Running in 8188ab95243c [2021-02-26T22:56:14.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T22:56:14.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T22:56:14.987Z] bca2f99d35d6: Pull complete [2021-02-26T22:56:14.987Z] 93359f2a8cfa: Pull complete [2021-02-26T22:56:14.987Z] 7c6f9722023f: Pull complete [2021-02-26T22:56:15.624Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-26T22:56:15.624Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-26T22:56:15.894Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-26T22:56:16.165Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-26T22:56:16.165Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T22:56:16.449Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-26T22:56:16.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T22:56:16.720Z] OK: 144 MiB in 45 packages [2021-02-26T22:56:18.158Z] Removing intermediate container 8188ab95243c [2021-02-26T22:56:18.159Z] ---> 07220ea915cf [2021-02-26T22:56:18.159Z] Step 6/8 : WORKDIR /app [2021-02-26T22:56:18.159Z] ---> Running in aa4a8430cfa1 [2021-02-26T22:56:18.753Z] Removing intermediate container aa4a8430cfa1 [2021-02-26T22:56:18.753Z] ---> 89fe70b12e37 [2021-02-26T22:56:18.753Z] Step 7/8 : COPY . . [2021-02-26T22:56:19.353Z] ---> 4f4c4e6a355d [2021-02-26T22:56:19.353Z] Step 8/8 : RUN go mod download [2021-02-26T22:56:19.353Z] ---> Running in b961a607aae7 [2021-02-26T22:56:25.033Z] a35cf1a2eb13: Pull complete [2021-02-26T22:56:25.033Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T22:56:25.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T22:56:25.033Z] ---> a62c8e92a672 [2021-02-26T22:56:25.033Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T22:56:25.033Z] ---> Running in 31a6a3f83ef3 [2021-02-26T22:56:25.033Z] Removing intermediate container 31a6a3f83ef3 [2021-02-26T22:56:25.033Z] ---> 01d73f217f92 [2021-02-26T22:56:25.033Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T22:56:25.033Z] ---> Running in 535ddbec58a1 [2021-02-26T22:56:26.436Z] Removing intermediate container 535ddbec58a1 [2021-02-26T22:56:26.436Z] ---> ff47ddf9ae38 [2021-02-26T22:56:26.436Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-26T22:56:26.436Z] ---> Running in e2cac47b1714 [2021-02-26T22:56:27.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T22:56:28.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T22:56:29.795Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-26T22:56:29.795Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-26T22:56:30.057Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-26T22:56:30.057Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-26T22:56:30.319Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T22:56:30.584Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-26T22:56:30.584Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T22:56:30.584Z] OK: 167 MiB in 45 packages [2021-02-26T22:56:31.546Z] Removing intermediate container e2cac47b1714 [2021-02-26T22:56:31.546Z] ---> 1dca3a42054a [2021-02-26T22:56:31.546Z] Step 6/8 : WORKDIR /app [2021-02-26T22:56:31.546Z] ---> Running in 4e5892ddec19 [2021-02-26T22:56:31.546Z] Removing intermediate container 4e5892ddec19 [2021-02-26T22:56:31.546Z] ---> 4ece6af65d71 [2021-02-26T22:56:31.546Z] Step 7/8 : COPY . . [2021-02-26T22:56:31.817Z] ---> e6605480ea6f [2021-02-26T22:56:31.817Z] Step 8/8 : RUN go mod download [2021-02-26T22:56:31.817Z] ---> Running in 1024672d109b [2021-02-26T22:56:46.189Z] Removing intermediate container b961a607aae7 [2021-02-26T22:56:46.190Z] ---> a9234857e8cb [2021-02-26T22:56:46.190Z] Successfully built a9234857e8cb [2021-02-26T22:56:46.190Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:56:46.543Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T22:56:46.543Z] . [Pipeline] withDockerContainer [2021-02-26T22:56:46.790Z] prd-ubuntu18.04-docker-arm64-4c-16g-27901 does not seem to be running inside a container [2021-02-26T22:56:46.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/88 -v /w/workspace/app-service-configurable/88:/w/workspace/app-service-configurable/88:rw,z -v /w/workspace/app-service-configurable/88@tmp:/w/workspace/app-service-configurable/88@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-02-26T22:56:48.434Z] $ docker top bada43f0d9bcd17018a36cfa90502badfeceefa17bb48d2cfe9cced8c9eeb4bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T22:56:49.432Z] + go version [2021-02-26T22:56:49.432Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T22:56:49.456Z] $ docker stop --time=1 bada43f0d9bcd17018a36cfa90502badfeceefa17bb48d2cfe9cced8c9eeb4bb [2021-02-26T22:56:51.339Z] $ docker rm -f bada43f0d9bcd17018a36cfa90502badfeceefa17bb48d2cfe9cced8c9eeb4bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:56:52.355Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T22:56:52.356Z] . [Pipeline] withDockerContainer [2021-02-26T22:56:52.617Z] prd-ubuntu18.04-docker-arm64-4c-16g-27901 does not seem to be running inside a container [2021-02-26T22:56:52.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/88 -v /w/workspace/app-service-configurable/88:/w/workspace/app-service-configurable/88:rw,z -v /w/workspace/app-service-configurable/88@tmp:/w/workspace/app-service-configurable/88@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-02-26T22:56:54.187Z] $ docker top d9a12fa1c0599225c49782f8b60f22fbac2a2a327f0f3f2a8742d3e34c82ae8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T22:56:55.216Z] + make test [2021-02-26T22:56:55.216Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-26T22:56:58.472Z] Removing intermediate container 1024672d109b [2021-02-26T22:56:58.473Z] ---> f7d8c9b6c73a [2021-02-26T22:56:58.473Z] Successfully built f7d8c9b6c73a [2021-02-26T22:56:58.473Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:56:58.798Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T22:56:58.798Z] . [Pipeline] withDockerContainer [2021-02-26T22:56:58.918Z] prd-centos7-docker-4c-2g-27902 does not seem to be running inside a container [2021-02-26T22:56:59.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/88 -v /w/workspace/app-service-configurable/88:/w/workspace/app-service-configurable/88:rw,z -v /w/workspace/app-service-configurable/88@tmp:/w/workspace/app-service-configurable/88@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-02-26T22:56:59.849Z] $ docker top 985c609276713c858afe2366b06e7fad16cf8f336accfda9909337a60097ac9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T22:57:00.375Z] + go version [2021-02-26T22:57:00.375Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T22:57:00.391Z] $ docker stop --time=1 985c609276713c858afe2366b06e7fad16cf8f336accfda9909337a60097ac9e [2021-02-26T22:57:01.762Z] $ docker rm -f 985c609276713c858afe2366b06e7fad16cf8f336accfda9909337a60097ac9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:57:02.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T22:57:02.634Z] . [Pipeline] withDockerContainer [2021-02-26T22:57:02.739Z] prd-centos7-docker-4c-2g-27902 does not seem to be running inside a container [2021-02-26T22:57:02.862Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/88 -v /w/workspace/app-service-configurable/88:/w/workspace/app-service-configurable/88:rw,z -v /w/workspace/app-service-configurable/88@tmp:/w/workspace/app-service-configurable/88@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-02-26T22:57:03.522Z] $ docker top 86fe8c6ca50e8686b028b8a1e6a5022b7c4d26bf1674c9d03626f328faa70bac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T22:57:04.118Z] + make test [2021-02-26T22:57:04.118Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-26T22:57:19.208Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-26T22:57:19.208Z] CGO_ENABLED=1 go vet ./... [2021-02-26T22:57:20.614Z] gofmt -l . [2021-02-26T22:57:20.614Z] [ "`gofmt -l .`" = "" ] [2021-02-26T22:57:20.614Z] ./bin/test-go-mod-tidy.sh [2021-02-26T22:57:20.878Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-26T22:57:21.485Z] $ docker stop --time=1 86fe8c6ca50e8686b028b8a1e6a5022b7c4d26bf1674c9d03626f328faa70bac [2021-02-26T22:57:24.298Z] $ docker rm -f 86fe8c6ca50e8686b028b8a1e6a5022b7c4d26bf1674c9d03626f328faa70bac [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T22:57:24.976Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-26T22:57:25.331Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-26T22:57:28.152Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-26T22:57:28.450Z] + ls -al . [2021-02-26T22:57:28.450Z] total 92 [2021-02-26T22:57:28.450Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 26 22:57 . [2021-02-26T22:57:28.450Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 26 22:55 .. [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 7174 Feb 26 22:55 Attribution.txt [2021-02-26T22:57:28.450Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 26 22:55 bin [2021-02-26T22:57:28.450Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 26 22:57 coverage.out [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 26 22:55 Dockerfile [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 26 22:55 Dockerfile.build [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 26 22:55 .dockerignore [2021-02-26T22:57:28.450Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 26 22:56 .git [2021-02-26T22:57:28.450Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 26 22:55 .github [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 111 Feb 26 22:55 .gitignore [2021-02-26T22:57:28.450Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 26 22:57 go.mod [2021-02-26T22:57:28.450Z] -rw-r--r--. 1 jenkins jenkins 21022 Feb 26 22:57 go.sum [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 26 22:55 Jenkinsfile [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 26 22:55 LICENSE [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 26 22:55 main.go [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 26 22:55 makefile [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 26 22:55 README.md [2021-02-26T22:57:28.450Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 26 22:55 res [2021-02-26T22:57:28.450Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 26 22:55 snap [2021-02-26T22:57:28.450Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 26 22:53 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:57:28.757Z] + 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=ca2daa4fd360815664e6b23cd370da3c66a81a1c --label arch=amd64 --label version=2.0.0-dev.19 . [2021-02-26T22:57:28.757Z] Sending build context to Docker daemon 124.9kB [2021-02-26T22:57:28.757Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T22:57:28.757Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-26T22:57:28.757Z] ---> f7d8c9b6c73a [2021-02-26T22:57:28.757Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-26T22:57:29.018Z] ---> Running in 098b5dd68ead [2021-02-26T22:57:29.018Z] Removing intermediate container 098b5dd68ead [2021-02-26T22:57:29.018Z] ---> 8bad3702c3a3 [2021-02-26T22:57:29.018Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-26T22:57:29.280Z] ---> Running in aeb180416a43 [2021-02-26T22:57:29.280Z] Removing intermediate container aeb180416a43 [2021-02-26T22:57:29.280Z] ---> f35ce52d5c1c [2021-02-26T22:57:29.280Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T22:57:29.545Z] ---> Running in 34529564489b [2021-02-26T22:57:29.545Z] Removing intermediate container 34529564489b [2021-02-26T22:57:29.545Z] ---> bd4f012677ac [2021-02-26T22:57:29.545Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T22:57:29.545Z] ---> Running in e50b607d419f [2021-02-26T22:57:30.498Z] Removing intermediate container e50b607d419f [2021-02-26T22:57:30.498Z] ---> 9791a4a3b24d [2021-02-26T22:57:30.498Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-26T22:57:30.498Z] ---> Running in c279b04c3073 [2021-02-26T22:57:31.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T22:57:32.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T22:57:32.966Z] OK: 167 MiB in 45 packages [2021-02-26T22:57:33.550Z] Removing intermediate container c279b04c3073 [2021-02-26T22:57:33.550Z] ---> 66d04233b815 [2021-02-26T22:57:33.550Z] Step 8/27 : WORKDIR /app [2021-02-26T22:57:33.550Z] ---> Running in 89f49e61e264 [2021-02-26T22:57:33.550Z] Removing intermediate container 89f49e61e264 [2021-02-26T22:57:33.550Z] ---> d6e0d84f150d [2021-02-26T22:57:33.550Z] Step 9/27 : COPY go.mod . [2021-02-26T22:57:33.815Z] ---> 0c75bdf44d42 [2021-02-26T22:57:33.815Z] Step 10/27 : RUN go mod download [2021-02-26T22:57:33.815Z] ---> Running in d9154cb9480d [2021-02-26T22:57:34.283Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-26T22:57:34.283Z] CGO_ENABLED=1 go vet ./... [2021-02-26T22:57:34.764Z] Removing intermediate container d9154cb9480d [2021-02-26T22:57:34.764Z] ---> f5aac60c5adb [2021-02-26T22:57:34.764Z] Step 11/27 : COPY . . [2021-02-26T22:57:35.033Z] ---> 46d78c9a05b2 [2021-02-26T22:57:35.033Z] Step 12/27 : ARG MAKE="make build" [2021-02-26T22:57:35.033Z] ---> Running in 67b116817147 [2021-02-26T22:57:35.296Z] Removing intermediate container 67b116817147 [2021-02-26T22:57:35.296Z] ---> f793d0e51bac [2021-02-26T22:57:35.296Z] Step 13/27 : RUN $MAKE [2021-02-26T22:57:35.296Z] ---> Running in 0bd277c4e963 [2021-02-26T22:57:35.891Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.19" -o app-service-configurable [2021-02-26T22:57:41.017Z] gofmt -l . [2021-02-26T22:57:41.017Z] [ "`gofmt -l .`" = "" ] [2021-02-26T22:57:41.017Z] ./bin/test-go-mod-tidy.sh [2021-02-26T22:57:41.017Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-26T22:57:42.471Z] $ docker stop --time=1 d9a12fa1c0599225c49782f8b60f22fbac2a2a327f0f3f2a8742d3e34c82ae8f [2021-02-26T22:57:44.766Z] $ docker rm -f d9a12fa1c0599225c49782f8b60f22fbac2a2a327f0f3f2a8742d3e34c82ae8f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T22:57:45.699Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-26T22:57:45.784Z] Warning: overwriting stash ‘coverage-report’ [2021-02-26T22:57:46.489Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T22:57:47.250Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-26T22:57:47.659Z] + ls -al . [2021-02-26T22:57:47.659Z] total 116 [2021-02-26T22:57:47.659Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 26 22:57 . [2021-02-26T22:57:47.659Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 22:55 .. [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 26 22:55 .dockerignore [2021-02-26T22:57:47.659Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 26 22:55 .git [2021-02-26T22:57:47.659Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 22:55 .github [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 111 Feb 26 22:55 .gitignore [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 7174 Feb 26 22:55 Attribution.txt [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 26 22:55 Dockerfile [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 26 22:55 Dockerfile.build [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 26 22:55 Jenkinsfile [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 26 22:55 LICENSE [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 26 22:55 README.md [2021-02-26T22:57:47.659Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 26 22:53 VERSION [2021-02-26T22:57:47.660Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 22:55 bin [2021-02-26T22:57:47.660Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 26 22:56 coverage.out [2021-02-26T22:57:47.660Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 26 22:57 go.mod [2021-02-26T22:57:47.660Z] -rw-r--r-- 1 jenkins jenkins 21022 Feb 26 22:57 go.sum [2021-02-26T22:57:47.660Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 26 22:55 main.go [2021-02-26T22:57:47.660Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 26 22:55 makefile [2021-02-26T22:57:47.660Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 26 22:55 res [2021-02-26T22:57:47.660Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 22:55 snap [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:57:48.091Z] + 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=ca2daa4fd360815664e6b23cd370da3c66a81a1c --label arch=arm64 --label version=2.0.0-dev.19 . [2021-02-26T22:57:48.092Z] Sending build context to Docker daemon 124.9kB [2021-02-26T22:57:48.365Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T22:57:48.366Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-26T22:57:48.366Z] ---> a9234857e8cb [2021-02-26T22:57:48.366Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-26T22:57:48.636Z] ---> Running in a19682df1490 [2021-02-26T22:57:49.233Z] Removing intermediate container a19682df1490 [2021-02-26T22:57:49.233Z] ---> aeef32e7839d [2021-02-26T22:57:49.233Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-26T22:57:49.233Z] ---> Running in d05544b3672b [2021-02-26T22:57:49.826Z] Removing intermediate container d05544b3672b [2021-02-26T22:57:49.826Z] ---> c036518b1590 [2021-02-26T22:57:49.826Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T22:57:49.826Z] ---> Running in a31f29cb14cd [2021-02-26T22:57:50.096Z] Removing intermediate container a31f29cb14cd [2021-02-26T22:57:50.096Z] ---> a65842babbf5 [2021-02-26T22:57:50.096Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T22:57:50.370Z] ---> Running in 8f0f07423213 [2021-02-26T22:57:50.951Z] Removing intermediate container 0bd277c4e963 [2021-02-26T22:57:50.951Z] ---> 7814a49878d1 [2021-02-26T22:57:50.951Z] Step 14/27 : FROM alpine:3.12 [2021-02-26T22:57:52.341Z] Removing intermediate container 8f0f07423213 [2021-02-26T22:57:52.341Z] ---> 44a8b9184d70 [2021-02-26T22:57:52.341Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-26T22:57:52.613Z] ---> Running in 923e070e48a4 [2021-02-26T22:57:52.879Z] 3.12: Pulling from library/alpine [2021-02-26T22:57:52.879Z] f84cab65f19f: Pulling fs layer [2021-02-26T22:57:52.879Z] f84cab65f19f: Verifying Checksum [2021-02-26T22:57:52.879Z] f84cab65f19f: Download complete [2021-02-26T22:57:53.145Z] f84cab65f19f: Pull complete [2021-02-26T22:57:53.145Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T22:57:53.145Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T22:57:53.145Z] ---> 88dd2752d2ea [2021-02-26T22:57:53.145Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T22:57:53.409Z] ---> Running in 4f06406c51f1 [2021-02-26T22:57:53.409Z] Removing intermediate container 4f06406c51f1 [2021-02-26T22:57:53.409Z] ---> 3b784242e7e5 [2021-02-26T22:57:53.409Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-26T22:57:53.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T22:57:53.686Z] ---> Running in 34a8c78a0927 [2021-02-26T22:57:53.686Z] Removing intermediate container 34a8c78a0927 [2021-02-26T22:57:53.686Z] ---> f0957043425c [2021-02-26T22:57:53.686Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-26T22:57:53.686Z] ---> Running in 2f6242fe3966 [2021-02-26T22:57:54.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T22:57:54.260Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T22:57:54.522Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-26T22:57:54.522Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-26T22:57:54.522Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-26T22:57:54.522Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-26T22:57:54.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T22:57:54.788Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-26T22:57:54.788Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-26T22:57:54.788Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-26T22:57:54.788Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T22:57:54.788Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T22:57:54.788Z] OK: 9 MiB in 21 packages [2021-02-26T22:57:55.547Z] OK: 144 MiB in 45 packages [2021-02-26T22:57:55.738Z] Removing intermediate container 2f6242fe3966 [2021-02-26T22:57:55.738Z] ---> decf82878471 [2021-02-26T22:57:55.738Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-26T22:57:56.001Z] ---> 0dba6a9181cd [2021-02-26T22:57:56.001Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-26T22:57:56.001Z] ---> 1596fb8a5f7a [2021-02-26T22:57:56.001Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-26T22:57:56.264Z] ---> 4292a59ceccc [2021-02-26T22:57:56.264Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-26T22:57:56.976Z] Removing intermediate container 923e070e48a4 [2021-02-26T22:57:56.976Z] ---> b5a4d8c003b2 [2021-02-26T22:57:56.976Z] Step 8/27 : WORKDIR /app [2021-02-26T22:57:56.976Z] ---> Running in 7e38aa710a3f [2021-02-26T22:57:57.210Z] ---> 25b559d2acb8 [2021-02-26T22:57:57.210Z] Step 22/27 : EXPOSE 48095 [2021-02-26T22:57:57.210Z] ---> Running in 520069fe066b [2021-02-26T22:57:57.210Z] Removing intermediate container 520069fe066b [2021-02-26T22:57:57.210Z] ---> 66529faa44dc [2021-02-26T22:57:57.210Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-26T22:57:57.210Z] ---> Running in 7fe1d821e33f [2021-02-26T22:57:57.475Z] Removing intermediate container 7fe1d821e33f [2021-02-26T22:57:57.475Z] ---> 66cf656352a6 [2021-02-26T22:57:57.475Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T22:57:57.475Z] ---> Running in 75387c7dfbbc [2021-02-26T22:57:57.587Z] Removing intermediate container 7e38aa710a3f [2021-02-26T22:57:57.587Z] ---> d06a0aa111b1 [2021-02-26T22:57:57.587Z] Step 9/27 : COPY go.mod . [2021-02-26T22:57:57.738Z] Removing intermediate container 75387c7dfbbc [2021-02-26T22:57:57.738Z] ---> 455c67b3bc99 [2021-02-26T22:57:57.738Z] Step 25/27 : LABEL arch=amd64 [2021-02-26T22:57:57.738Z] ---> Running in 632895d17ef5 [2021-02-26T22:57:58.003Z] Removing intermediate container 632895d17ef5 [2021-02-26T22:57:58.003Z] ---> b70a30f7164a [2021-02-26T22:57:58.003Z] Step 26/27 : LABEL git_sha=ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:57:58.003Z] ---> Running in 6961acc42fb6 [2021-02-26T22:57:58.180Z] ---> 25c6c4c63910 [2021-02-26T22:57:58.180Z] Step 10/27 : RUN go mod download [2021-02-26T22:57:58.180Z] ---> Running in d3425ff73a51 [2021-02-26T22:57:58.266Z] Removing intermediate container 6961acc42fb6 [2021-02-26T22:57:58.266Z] ---> 050f2b9143fb [2021-02-26T22:57:58.266Z] Step 27/27 : LABEL version=2.0.0-dev.19 [2021-02-26T22:57:58.266Z] ---> Running in 8288c9064fbd [2021-02-26T22:57:58.529Z] Removing intermediate container 8288c9064fbd [2021-02-26T22:57:58.529Z] ---> 82f27cfc36c5 [2021-02-26T22:57:58.529Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-26T22:57:58.529Z] Successfully built 82f27cfc36c5 [2021-02-26T22:57:58.529Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T22:57:58.973Z] provisioning config files... [2021-02-26T22:57:59.006Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/88@tmp/config2904354881773412935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T22:57:59.383Z] ---> docker-login.sh [2021-02-26T22:57:59.383Z] nexus3.edgexfoundry.org:10001 [2021-02-26T22:57:59.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:57:59.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:57:59.659Z] Configure a credential helper to remove this warning. See [2021-02-26T22:57:59.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:57:59.659Z] [2021-02-26T22:57:59.659Z] Login Succeeded [2021-02-26T22:57:59.659Z] nexus3.edgexfoundry.org:10002 [2021-02-26T22:57:59.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:57:59.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:57:59.659Z] Configure a credential helper to remove this warning. See [2021-02-26T22:57:59.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:57:59.659Z] [2021-02-26T22:57:59.659Z] Login Succeeded [2021-02-26T22:57:59.929Z] nexus3.edgexfoundry.org:10003 [2021-02-26T22:57:59.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:57:59.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:57:59.929Z] Configure a credential helper to remove this warning. See [2021-02-26T22:57:59.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:57:59.929Z] [2021-02-26T22:57:59.929Z] Login Succeeded [2021-02-26T22:57:59.929Z] nexus3.edgexfoundry.org:10004 [2021-02-26T22:58:00.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:58:00.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:58:00.194Z] Configure a credential helper to remove this warning. See [2021-02-26T22:58:00.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:58:00.194Z] [2021-02-26T22:58:00.194Z] Login Succeeded [2021-02-26T22:58:00.194Z] docker.io [2021-02-26T22:58:00.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:58:00.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:58:00.469Z] Configure a credential helper to remove this warning. See [2021-02-26T22:58:00.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:58:00.469Z] [2021-02-26T22:58:00.469Z] Login Succeeded [2021-02-26T22:58:00.469Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T22:58:00.485Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T22:58:00.808Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-26T22:58:00.808Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:58:00.808Z] latest [2021-02-26T22:58:00.808Z] 2.0.0-dev.19 [2021-02-26T22:58:00.808Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [2021-02-26T22:58:00.808Z] master [2021-02-26T22:58:00.808Z] ===================================================== [2021-02-26T22:58:00.839Z] Removing intermediate container d3425ff73a51 [2021-02-26T22:58:00.839Z] ---> 97db3926e9d6 [2021-02-26T22:58:00.839Z] Step 11/27 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:01.122Z] ---> 80b5a20b841c [2021-02-26T22:58:01.122Z] Step 12/27 : ARG MAKE="make build" [2021-02-26T22:58:01.310Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ca2daa4fd360815664e6b23cd370da3c66a81a1c [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:01.395Z] ---> Running in 8741181ce192 [2021-02-26T22:58:01.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:58:01.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T22:58:01.622Z] f2886d7ad283: Preparing [2021-02-26T22:58:01.622Z] fbfd0ef0e160: Preparing [2021-02-26T22:58:01.622Z] 6a0b47e7d3e6: Preparing [2021-02-26T22:58:01.623Z] 1761add15ae0: Preparing [2021-02-26T22:58:01.623Z] 2139ba3e77e5: Preparing [2021-02-26T22:58:01.623Z] 33e8713114f8: Preparing [2021-02-26T22:58:01.623Z] 33e8713114f8: Waiting [2021-02-26T22:58:01.893Z] 1761add15ae0: Pushed [2021-02-26T22:58:01.893Z] fbfd0ef0e160: Pushed [2021-02-26T22:58:01.893Z] 6a0b47e7d3e6: Pushed [2021-02-26T22:58:01.893Z] 33e8713114f8: Layer already exists [2021-02-26T22:58:01.994Z] Removing intermediate container 8741181ce192 [2021-02-26T22:58:01.994Z] ---> 851bcda82178 [2021-02-26T22:58:01.994Z] Step 13/27 : RUN $MAKE [2021-02-26T22:58:01.994Z] ---> Running in 9971008e52ce [2021-02-26T22:58:02.156Z] 2139ba3e77e5: Pushed [2021-02-26T22:58:03.000Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.23 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.19" -o app-service-configurable [2021-02-26T22:58:03.112Z] f2886d7ad283: Pushed [2021-02-26T22:58:03.375Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c: digest: sha256:9b405b37b793c744f75065e10647a2ba8986061a68e8ca92215bbcc26edc986c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:03.687Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:03.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-26T22:58:03.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T22:58:03.991Z] f2886d7ad283: Preparing [2021-02-26T22:58:03.991Z] fbfd0ef0e160: Preparing [2021-02-26T22:58:03.991Z] 6a0b47e7d3e6: Preparing [2021-02-26T22:58:03.991Z] 1761add15ae0: Preparing [2021-02-26T22:58:03.991Z] 2139ba3e77e5: Preparing [2021-02-26T22:58:03.991Z] 33e8713114f8: Preparing [2021-02-26T22:58:03.991Z] 33e8713114f8: Waiting [2021-02-26T22:58:03.991Z] 1761add15ae0: Layer already exists [2021-02-26T22:58:03.991Z] f2886d7ad283: Layer already exists [2021-02-26T22:58:03.991Z] 2139ba3e77e5: Layer already exists [2021-02-26T22:58:03.991Z] 6a0b47e7d3e6: Layer already exists [2021-02-26T22:58:03.991Z] fbfd0ef0e160: Layer already exists [2021-02-26T22:58:03.991Z] 33e8713114f8: Layer already exists [2021-02-26T22:58:03.991Z] latest: digest: sha256:9b405b37b793c744f75065e10647a2ba8986061a68e8ca92215bbcc26edc986c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:04.315Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:04.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.19 [2021-02-26T22:58:04.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T22:58:04.647Z] f2886d7ad283: Preparing [2021-02-26T22:58:04.647Z] fbfd0ef0e160: Preparing [2021-02-26T22:58:04.647Z] 6a0b47e7d3e6: Preparing [2021-02-26T22:58:04.647Z] 1761add15ae0: Preparing [2021-02-26T22:58:04.647Z] 2139ba3e77e5: Preparing [2021-02-26T22:58:04.647Z] 33e8713114f8: Preparing [2021-02-26T22:58:04.647Z] 33e8713114f8: Waiting [2021-02-26T22:58:04.647Z] 2139ba3e77e5: Layer already exists [2021-02-26T22:58:04.647Z] 1761add15ae0: Layer already exists [2021-02-26T22:58:04.647Z] 6a0b47e7d3e6: Layer already exists [2021-02-26T22:58:04.647Z] f2886d7ad283: Layer already exists [2021-02-26T22:58:04.647Z] fbfd0ef0e160: Layer already exists [2021-02-26T22:58:04.647Z] 33e8713114f8: Layer already exists [2021-02-26T22:58:04.647Z] 2.0.0-dev.19: digest: sha256:9b405b37b793c744f75065e10647a2ba8986061a68e8ca92215bbcc26edc986c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:04.966Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:05.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [2021-02-26T22:58:05.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T22:58:05.274Z] f2886d7ad283: Preparing [2021-02-26T22:58:05.274Z] fbfd0ef0e160: Preparing [2021-02-26T22:58:05.274Z] 6a0b47e7d3e6: Preparing [2021-02-26T22:58:05.274Z] 1761add15ae0: Preparing [2021-02-26T22:58:05.274Z] 2139ba3e77e5: Preparing [2021-02-26T22:58:05.274Z] 33e8713114f8: Preparing [2021-02-26T22:58:05.274Z] 33e8713114f8: Waiting [2021-02-26T22:58:05.274Z] 6a0b47e7d3e6: Layer already exists [2021-02-26T22:58:05.274Z] f2886d7ad283: Layer already exists [2021-02-26T22:58:05.274Z] fbfd0ef0e160: Layer already exists [2021-02-26T22:58:05.274Z] 1761add15ae0: Layer already exists [2021-02-26T22:58:05.274Z] 2139ba3e77e5: Layer already exists [2021-02-26T22:58:05.274Z] 33e8713114f8: Layer already exists [2021-02-26T22:58:05.274Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19: digest: sha256:9b405b37b793c744f75065e10647a2ba8986061a68e8ca92215bbcc26edc986c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:05.585Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:05.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-02-26T22:58:05.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T22:58:05.890Z] f2886d7ad283: Preparing [2021-02-26T22:58:05.890Z] fbfd0ef0e160: Preparing [2021-02-26T22:58:05.890Z] 6a0b47e7d3e6: Preparing [2021-02-26T22:58:05.890Z] 1761add15ae0: Preparing [2021-02-26T22:58:05.890Z] 2139ba3e77e5: Preparing [2021-02-26T22:58:05.890Z] 33e8713114f8: Preparing [2021-02-26T22:58:05.890Z] 33e8713114f8: Waiting [2021-02-26T22:58:05.890Z] 2139ba3e77e5: Layer already exists [2021-02-26T22:58:05.890Z] f2886d7ad283: Layer already exists [2021-02-26T22:58:05.890Z] 1761add15ae0: Layer already exists [2021-02-26T22:58:06.153Z] fbfd0ef0e160: Layer already exists [2021-02-26T22:58:06.153Z] 6a0b47e7d3e6: Layer already exists [2021-02-26T22:58:06.153Z] 33e8713114f8: Layer already exists [2021-02-26T22:58:06.153Z] master: digest: sha256:9b405b37b793c744f75065e10647a2ba8986061a68e8ca92215bbcc26edc986c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T22:58:06.391Z] ===================================================== [Pipeline] echo [2021-02-26T22:58:06.441Z] taggedImages: [2021-02-26T22:58:06.441Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:58:06.441Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-26T22:58:06.441Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.19 [2021-02-26T22:58:06.441Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [2021-02-26T22:58:06.441Z] - 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-02-26T22:58:07.413Z] ---> job-cost.sh [2021-02-26T22:58:07.413Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BCxW [2021-02-26T22:58:22.375Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T22:58:42.069Z] Removing intermediate container 9971008e52ce [2021-02-26T22:58:42.069Z] ---> 1afc4461d4ae [2021-02-26T22:58:42.069Z] Step 14/27 : FROM alpine:3.12 [2021-02-26T22:58:42.069Z] 3.12: Pulling from library/alpine [2021-02-26T22:58:42.069Z] dce8679b510e: Pulling fs layer [2021-02-26T22:58:42.069Z] dce8679b510e: Verifying Checksum [2021-02-26T22:58:42.069Z] dce8679b510e: Download complete [2021-02-26T22:58:42.069Z] dce8679b510e: Pull complete [2021-02-26T22:58:42.069Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T22:58:42.069Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T22:58:42.069Z] ---> d10569e2745f [2021-02-26T22:58:42.069Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T22:58:42.069Z] ---> Running in 82a30f6a5e85 [2021-02-26T22:58:42.069Z] Removing intermediate container 82a30f6a5e85 [2021-02-26T22:58:42.069Z] ---> e77c66aaa1b8 [2021-02-26T22:58:42.069Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-26T22:58:42.069Z] ---> Running in 71fa0941cdd2 [2021-02-26T22:58:42.069Z] Removing intermediate container 71fa0941cdd2 [2021-02-26T22:58:42.069Z] ---> 024b80cbfe7e [2021-02-26T22:58:42.069Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-26T22:58:42.069Z] ---> Running in 005b9cdaffdd [2021-02-26T22:58:42.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T22:58:42.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T22:58:42.069Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-26T22:58:42.069Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-26T22:58:42.069Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-26T22:58:42.069Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-26T22:58:42.069Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-26T22:58:42.069Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-26T22:58:42.069Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-26T22:58:42.069Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T22:58:42.069Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T22:58:42.069Z] OK: 9 MiB in 21 packages [2021-02-26T22:58:43.515Z] Removing intermediate container 005b9cdaffdd [2021-02-26T22:58:43.515Z] ---> 1087dd3b2299 [2021-02-26T22:58:43.515Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-26T22:58:44.110Z] ---> f940af305a42 [2021-02-26T22:58:44.110Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-26T22:58:44.707Z] ---> 02e00460d714 [2021-02-26T22:58:44.707Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-26T22:58:45.688Z] ---> 49909f368d41 [2021-02-26T22:58:45.688Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-26T22:58:46.674Z] ---> b76e2751fda0 [2021-02-26T22:58:46.674Z] Step 22/27 : EXPOSE 48095 [2021-02-26T22:58:46.946Z] ---> Running in a42d579cf46c [2021-02-26T22:58:47.220Z] Removing intermediate container a42d579cf46c [2021-02-26T22:58:47.220Z] ---> 8a49c3172bc2 [2021-02-26T22:58:47.220Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-26T22:58:47.493Z] ---> Running in 03bb49946c9c [2021-02-26T22:58:48.089Z] Removing intermediate container 03bb49946c9c [2021-02-26T22:58:48.089Z] ---> e0f71ae642e0 [2021-02-26T22:58:48.089Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T22:58:48.089Z] ---> Running in ed76c8ea2966 [2021-02-26T22:58:48.363Z] Removing intermediate container ed76c8ea2966 [2021-02-26T22:58:48.363Z] ---> 950251782276 [2021-02-26T22:58:48.363Z] Step 25/27 : LABEL arch=arm64 [2021-02-26T22:58:48.647Z] ---> Running in 08d7007f8f12 [2021-02-26T22:58:49.246Z] Removing intermediate container 08d7007f8f12 [2021-02-26T22:58:49.246Z] ---> 38c8cb1a2d8d [2021-02-26T22:58:49.246Z] Step 26/27 : LABEL git_sha=ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:58:49.246Z] ---> Running in ba4e6c2f3026 [2021-02-26T22:58:49.840Z] Removing intermediate container ba4e6c2f3026 [2021-02-26T22:58:49.840Z] ---> aeaa9f12619b [2021-02-26T22:58:49.840Z] Step 27/27 : LABEL version=2.0.0-dev.19 [2021-02-26T22:58:49.840Z] ---> Running in c0dfc549754f [2021-02-26T22:58:50.433Z] Removing intermediate container c0dfc549754f [2021-02-26T22:58:50.433Z] ---> 6415ff755486 [2021-02-26T22:58:50.433Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-26T22:58:50.433Z] Successfully built 6415ff755486 [2021-02-26T22:58:50.433Z] 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-02-26T22:58:51.073Z] provisioning config files... [2021-02-26T22:58:51.108Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/88@tmp/config2760712912646471584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T22:58:51.600Z] ---> docker-login.sh [2021-02-26T22:58:51.600Z] nexus3.edgexfoundry.org:10001 [2021-02-26T22:58:51.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:58:51.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:58:51.894Z] Configure a credential helper to remove this warning. See [2021-02-26T22:58:51.894Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:58:51.894Z] [2021-02-26T22:58:51.894Z] Login Succeeded [2021-02-26T22:58:51.894Z] nexus3.edgexfoundry.org:10002 [2021-02-26T22:58:52.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:58:52.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:58:52.500Z] Configure a credential helper to remove this warning. See [2021-02-26T22:58:52.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:58:52.501Z] [2021-02-26T22:58:52.501Z] Login Succeeded [2021-02-26T22:58:52.501Z] nexus3.edgexfoundry.org:10003 [2021-02-26T22:58:53.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:58:53.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:58:53.099Z] Configure a credential helper to remove this warning. See [2021-02-26T22:58:53.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:58:53.099Z] [2021-02-26T22:58:53.099Z] Login Succeeded [2021-02-26T22:58:53.099Z] nexus3.edgexfoundry.org:10004 [2021-02-26T22:58:53.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:58:53.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:58:53.701Z] Configure a credential helper to remove this warning. See [2021-02-26T22:58:53.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:58:53.701Z] [2021-02-26T22:58:53.701Z] Login Succeeded [2021-02-26T22:58:53.701Z] docker.io [2021-02-26T22:58:53.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T22:58:54.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T22:58:54.245Z] Configure a credential helper to remove this warning. See [2021-02-26T22:58:54.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T22:58:54.245Z] [2021-02-26T22:58:54.245Z] Login Succeeded [2021-02-26T22:58:54.245Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T22:58:54.261Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T22:58:54.496Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-26T22:58:54.496Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:58:54.496Z] latest [2021-02-26T22:58:54.496Z] 2.0.0-dev.19 [2021-02-26T22:58:54.496Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [2021-02-26T22:58:54.496Z] master [2021-02-26T22:58:54.496Z] ===================================================== [2021-02-26T22:58:54.541Z] lf-activate-venv(): INFO: Adding /tmp/venv-BCxW/bin to PATH [2021-02-26T22:58:54.542Z] INFO: No Stack... [2021-02-26T22:58:54.542Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T22:58:54.542Z] INFO: Archiving Costs [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:54.924Z] + cat /w/workspace/app-service-configurable/88/archives/cost.csv [2021-02-26T22:58:54.924Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T22:58:55.010Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-88-stack-cost] [2021-02-26T22:58:55.025Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-88-stack-cost] did not exist. Created. [2021-02-26T22:58:55.025Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-88-stack-cost] [Pipeline] { [Pipeline] unstash [2021-02-26T22:58:55.131Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ca2daa4fd360815664e6b23cd370da3c66a81a1c [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:55.439Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-26T22:58:55.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:58:55.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T22:58:55.556Z] 41c9c5a3ab19: Preparing [2021-02-26T22:58:55.556Z] b632cd6e6042: Preparing [2021-02-26T22:58:55.556Z] c1fa99ef32ae: Preparing [2021-02-26T22:58:55.556Z] af9747ff5a07: Preparing [2021-02-26T22:58:55.556Z] b46d3b915c85: Preparing [2021-02-26T22:58:55.556Z] 02a88cfff88f: Preparing [2021-02-26T22:58:55.556Z] 02a88cfff88f: Waiting [2021-02-26T22:58:55.563Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T22:58:55.582Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-88-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-26T22:58:55.831Z] b632cd6e6042: Pushed [2021-02-26T22:58:55.831Z] af9747ff5a07: Pushed [2021-02-26T22:58:55.831Z] c1fa99ef32ae: Pushed [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-02-26T22:58:56.113Z] 02a88cfff88f: Layer already exists [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T22:58:56.704Z] b46d3b915c85: Pushed [2021-02-26T22:58:59.323Z] 41c9c5a3ab19: Pushed [2021-02-26T22:58:59.323Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c: digest: sha256:0672e035903462aac1a4c709554d6a587695fe1881608dcf3b0434860006340a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:59.665Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:58:59.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-26T22:58:59.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T22:58:59.998Z] 41c9c5a3ab19: Preparing [2021-02-26T22:58:59.998Z] b632cd6e6042: Preparing [2021-02-26T22:58:59.998Z] c1fa99ef32ae: Preparing [2021-02-26T22:58:59.998Z] af9747ff5a07: Preparing [2021-02-26T22:58:59.998Z] b46d3b915c85: Preparing [2021-02-26T22:58:59.998Z] 02a88cfff88f: Preparing [2021-02-26T22:58:59.998Z] 02a88cfff88f: Waiting [2021-02-26T22:58:59.998Z] af9747ff5a07: Layer already exists [2021-02-26T22:58:59.998Z] b46d3b915c85: Layer already exists [2021-02-26T22:58:59.998Z] 41c9c5a3ab19: Layer already exists [2021-02-26T22:58:59.998Z] b632cd6e6042: Layer already exists [2021-02-26T22:58:59.998Z] c1fa99ef32ae: Layer already exists [2021-02-26T22:58:59.998Z] 02a88cfff88f: Layer already exists [2021-02-26T22:59:00.270Z] latest: digest: sha256:0672e035903462aac1a4c709554d6a587695fe1881608dcf3b0434860006340a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:59:00.609Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:59:00.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.19 [2021-02-26T22:59:00.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T22:59:00.953Z] 41c9c5a3ab19: Preparing [2021-02-26T22:59:00.953Z] b632cd6e6042: Preparing [2021-02-26T22:59:00.953Z] c1fa99ef32ae: Preparing [2021-02-26T22:59:00.953Z] af9747ff5a07: Preparing [2021-02-26T22:59:00.953Z] b46d3b915c85: Preparing [2021-02-26T22:59:00.953Z] 02a88cfff88f: Preparing [2021-02-26T22:59:00.953Z] 02a88cfff88f: Waiting [2021-02-26T22:59:00.953Z] 41c9c5a3ab19: Layer already exists [2021-02-26T22:59:00.953Z] c1fa99ef32ae: Layer already exists [2021-02-26T22:59:00.953Z] b46d3b915c85: Layer already exists [2021-02-26T22:59:00.953Z] af9747ff5a07: Layer already exists [2021-02-26T22:59:00.953Z] b632cd6e6042: Layer already exists [2021-02-26T22:59:01.224Z] 02a88cfff88f: Layer already exists [2021-02-26T22:59:01.224Z] 2.0.0-dev.19: digest: sha256:0672e035903462aac1a4c709554d6a587695fe1881608dcf3b0434860006340a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:59:01.566Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:59:01.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [2021-02-26T22:59:01.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T22:59:01.905Z] 41c9c5a3ab19: Preparing [2021-02-26T22:59:01.905Z] b632cd6e6042: Preparing [2021-02-26T22:59:01.905Z] c1fa99ef32ae: Preparing [2021-02-26T22:59:01.905Z] af9747ff5a07: Preparing [2021-02-26T22:59:01.905Z] b46d3b915c85: Preparing [2021-02-26T22:59:01.905Z] 02a88cfff88f: Preparing [2021-02-26T22:59:01.905Z] 02a88cfff88f: Waiting [2021-02-26T22:59:01.905Z] c1fa99ef32ae: Layer already exists [2021-02-26T22:59:01.905Z] af9747ff5a07: Layer already exists [2021-02-26T22:59:01.905Z] b632cd6e6042: Layer already exists [2021-02-26T22:59:01.905Z] b46d3b915c85: Layer already exists [2021-02-26T22:59:01.905Z] 41c9c5a3ab19: Layer already exists [2021-02-26T22:59:01.905Z] 02a88cfff88f: Layer already exists [2021-02-26T22:59:02.175Z] ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19: digest: sha256:0672e035903462aac1a4c709554d6a587695fe1881608dcf3b0434860006340a size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:59:02.520Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T22:59:02.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-26T22:59:02.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T22:59:02.863Z] 41c9c5a3ab19: Preparing [2021-02-26T22:59:02.863Z] b632cd6e6042: Preparing [2021-02-26T22:59:02.863Z] c1fa99ef32ae: Preparing [2021-02-26T22:59:02.863Z] af9747ff5a07: Preparing [2021-02-26T22:59:02.863Z] b46d3b915c85: Preparing [2021-02-26T22:59:02.863Z] 02a88cfff88f: Preparing [2021-02-26T22:59:02.863Z] 02a88cfff88f: Waiting [2021-02-26T22:59:02.863Z] b46d3b915c85: Layer already exists [2021-02-26T22:59:02.863Z] c1fa99ef32ae: Layer already exists [2021-02-26T22:59:02.863Z] b632cd6e6042: Layer already exists [2021-02-26T22:59:02.863Z] af9747ff5a07: Layer already exists [2021-02-26T22:59:02.864Z] 41c9c5a3ab19: Layer already exists [2021-02-26T22:59:02.864Z] 02a88cfff88f: Layer already exists [2021-02-26T22:59:03.136Z] master: digest: sha256:0672e035903462aac1a4c709554d6a587695fe1881608dcf3b0434860006340a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T22:59:03.401Z] ===================================================== [Pipeline] echo [2021-02-26T22:59:03.449Z] taggedImages: [2021-02-26T22:59:03.449Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ca2daa4fd360815664e6b23cd370da3c66a81a1c [2021-02-26T22:59:03.449Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-26T22:59:03.449Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.19 [2021-02-26T22:59:03.449Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:ca2daa4fd360815664e6b23cd370da3c66a81a1c-2.0.0-dev.19 [2021-02-26T22:59:03.449Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T22:59:04.026Z] ---> job-cost.sh [2021-02-26T22:59:04.026Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9vFa [2021-02-26T22:59:42.971Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T23:01:49.778Z] lf-activate-venv(): INFO: Adding /tmp/venv-9vFa/bin to PATH [2021-02-26T23:01:49.778Z] INFO: No Stack... [2021-02-26T23:01:49.778Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T23:01:49.778Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T23:01:50.117Z] + cat /w/workspace/app-service-configurable/88/archives/cost.csv [2021-02-26T23:01:50.117Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T23:01:50.235Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-88-stack-cost] [2021-02-26T23:01:50.242Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-88-stack-cost] did not exist. Created. [2021-02-26T23:01:50.243Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-88-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T23:01:50.755Z] /w/workspace/app-service-configurable/88@tmp/durable-cea33c6a/script.sh: 1: /w/workspace/app-service-configurable/88@tmp/durable-cea33c6a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-26T23:01:51.104Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T23:01:51.182Z] Warning: overwriting stash ‘stack-cost’ [2021-02-26T23:01:51.339Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T23:01:51.356Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-88-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-02-26T23:01:52.678Z] provisioning config files... [2021-02-26T23:01:52.725Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config7391442342719263968tmp [Pipeline] { [Pipeline] sh [2021-02-26T23:01:53.238Z] + set +x [2021-02-26T23:01:53.238Z] + curl -s https://codecov.io/bash [2021-02-26T23:01:53.238Z] + bash -s -- [2021-02-26T23:01:53.547Z] [2021-02-26T23:01:53.547Z] _____ _ [2021-02-26T23:01:53.547Z] / ____| | | [2021-02-26T23:01:53.547Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T23:01:53.547Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T23:01:53.547Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T23:01:53.547Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T23:01:53.547Z] Bash-20210226-7100762 [2021-02-26T23:01:53.547Z] [2021-02-26T23:01:53.547Z] [2021-02-26T23:01:53.547Z] ==> git version 2.24.3 found [2021-02-26T23:01:53.547Z] ==> 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-02-26T23:01:53.547Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T23:01:53.548Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T23:01:53.548Z] ==> Jenkins CI detected. [2021-02-26T23:01:53.548Z] project root: . [2021-02-26T23:01:53.548Z] --> token set from env [2021-02-26T23:01:53.548Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T23:01:53.954Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T23:01:53.954Z] ==> Python coveragepy not found [2021-02-26T23:01:53.954Z] ==> Searching for coverage reports in: [2021-02-26T23:01:53.954Z] + . [2021-02-26T23:01:53.954Z] -> Found 1 reports [2021-02-26T23:01:53.954Z] ==> Detecting git/mercurial file structure [2021-02-26T23:01:53.954Z] ==> Reading reports [2021-02-26T23:01:53.954Z] + ./coverage.out bytes=10 [2021-02-26T23:01:53.954Z] ==> Appending adjustments [2021-02-26T23:01:53.954Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T23:01:54.304Z] + Found adjustments [2021-02-26T23:01:54.304Z] ==> Gzipping contents [2021-02-26T23:01:54.304Z] 4.0K /tmp/codecov.LVf3uO.gz [2021-02-26T23:01:54.304Z] ==> Uploading reports [2021-02-26T23:01:54.304Z] url: https://codecov.io [2021-02-26T23:01:54.304Z] query: branch=master&commit=ca2daa4fd360815664e6b23cd370da3c66a81a1c&build=88&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F88%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T23:01:54.304Z] -> Pinging Codecov [2021-02-26T23:01:54.304Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=ca2daa4fd360815664e6b23cd370da3c66a81a1c&build=88&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F88%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T23:01:54.605Z] -> Uploading to [2021-02-26T23:01:54.605Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/A97CA9966030D2A3747ED39772930CCE/ca2daa4fd360815664e6b23cd370da3c66a81a1c/565efb45-2357-4344-b657-4332964e31e2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T230154Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0516a58bbc0a74713a6134683db34e698bb766348bbf445eeb4e56bcda8cb522 [2021-02-26T23:01:54.605Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T23:01:54.605Z] Dload Upload Total Spent Left Speed [2021-02-26T23:01:55.733Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 521 --:--:-- --:--:-- --:--:-- 521 100 392 0 0 100 392 0 521 --:--:-- --:--:-- --:--:-- 521 [2021-02-26T23:01:55.733Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/ca2daa4fd360815664e6b23cd370da3c66a81a1c [Pipeline] } [2021-02-26T23:01:55.858Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-26T23:01:56.813Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-26T23:01:56.864Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:01:57.921Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T23:01:59.026Z] [2021-02-26T23:01:59.026Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:02:00.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T23:02:02.150Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-26T23:02:02.150Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T23:02:02.150Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T23:02:02.150Z] de9db76c5a1d: Pulling fs layer [2021-02-26T23:02:02.150Z] 0eba1c9be4d2: Pulling fs layer [2021-02-26T23:02:02.150Z] 0d57e429df01: Pulling fs layer [2021-02-26T23:02:02.150Z] 4e4be7b47b0d: Pulling fs layer [2021-02-26T23:02:02.150Z] e1f770b5df2f: Pulling fs layer [2021-02-26T23:02:02.150Z] 85a0685a4137: Pulling fs layer [2021-02-26T23:02:02.150Z] 0eba1c9be4d2: Waiting [2021-02-26T23:02:02.150Z] 0d57e429df01: Waiting [2021-02-26T23:02:02.150Z] 4e4be7b47b0d: Waiting [2021-02-26T23:02:02.150Z] e1f770b5df2f: Waiting [2021-02-26T23:02:02.150Z] 85a0685a4137: Waiting [2021-02-26T23:02:02.150Z] de9db76c5a1d: Download complete [2021-02-26T23:02:02.150Z] 0ef7d3d256c8: Verifying Checksum [2021-02-26T23:02:02.150Z] 0ef7d3d256c8: Download complete [2021-02-26T23:02:02.150Z] 0d57e429df01: Verifying Checksum [2021-02-26T23:02:02.150Z] 0d57e429df01: Download complete [2021-02-26T23:02:03.037Z] 4e4be7b47b0d: Verifying Checksum [2021-02-26T23:02:03.037Z] 4e4be7b47b0d: Download complete [2021-02-26T23:02:03.333Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T23:02:03.333Z] 188c0c94c7c5: Download complete [2021-02-26T23:02:05.504Z] 188c0c94c7c5: Pull complete [2021-02-26T23:02:06.382Z] 0ef7d3d256c8: Pull complete [2021-02-26T23:02:07.412Z] e1f770b5df2f: Verifying Checksum [2021-02-26T23:02:07.412Z] e1f770b5df2f: Download complete [2021-02-26T23:02:07.412Z] de9db76c5a1d: Pull complete [2021-02-26T23:02:18.047Z] 0eba1c9be4d2: Verifying Checksum [2021-02-26T23:02:18.047Z] 0eba1c9be4d2: Download complete [2021-02-26T23:02:18.047Z] 85a0685a4137: Verifying Checksum [2021-02-26T23:02:18.047Z] 85a0685a4137: Download complete [2021-02-26T23:02:37.238Z] 0eba1c9be4d2: Pull complete [2021-02-26T23:02:37.238Z] 0d57e429df01: Pull complete [2021-02-26T23:02:37.238Z] 4e4be7b47b0d: Pull complete [2021-02-26T23:02:40.287Z] e1f770b5df2f: Pull complete [2021-02-26T23:03:08.230Z] 85a0685a4137: Pull complete [2021-02-26T23:03:08.230Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-26T23:03:08.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T23:03:08.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-26T23:03:08.592Z] prd-centos7-docker-4c-2g-27900 does not seem to be running inside a container [2021-02-26T23:03:08.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-26T23:03:11.690Z] $ docker top 3946968eceab9905b3001f227add43d465bf5fc52550fa46b3ed78fb891c9fd6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T23:03:12.409Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-26T23:03:13.205Z] + set -o pipefail [2021-02-26T23:03:13.205Z] + snyk monitor '--org=edgex-jenkins' [2021-02-26T23:03:37.211Z] [2021-02-26T23:03:37.212Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-02-26T23:03:37.212Z] [2021-02-26T23:03:37.212Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/cade8547-79ca-4ec9-8a60-1a48611a4f07 [2021-02-26T23:03:37.212Z] [2021-02-26T23:03:37.212Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-26T23:03:37.212Z] [2021-02-26T23:03:37.212Z] [2021-02-26T23:03:37.212Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-26T23:03:37.212Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-26T23:03:37.239Z] $ docker stop --time=1 3946968eceab9905b3001f227add43d465bf5fc52550fa46b3ed78fb891c9fd6 [2021-02-26T23:03:41.482Z] $ docker rm -f 3946968eceab9905b3001f227add43d465bf5fc52550fa46b3ed78fb891c9fd6 [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-02-26T23:03:45.059Z] + git log --format=format:%s -1 ca2daa4fd360815664e6b23cd370da3c66a81a1c [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:03:45.687Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T23:03:46.355Z] . [Pipeline] withDockerContainer [2021-02-26T23:03:47.097Z] prd-centos7-docker-4c-2g-27900 does not seem to be running inside a container [2021-02-26T23:03:47.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T23:03:48.829Z] $ docker top 71fe709c0378a082756473a266bd0cda7f92192e761fefd2c31a3da93131d852 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T23:03:49.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T23:03:49.178Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T23:03:49.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T23:03:49.660Z] $ docker exec 71fe709c0378a082756473a266bd0cda7f92192e761fefd2c31a3da93131d852 ssh-agent [2021-02-26T23:03:50.060Z] SSH_AUTH_SOCK=/tmp/ssh-jzSBh1297WuL/agent.12 [2021-02-26T23:03:50.060Z] SSH_AGENT_PID=17 [2021-02-26T23:03:50.080Z] Running ssh-add (command line suppressed) [2021-02-26T23:03:50.448Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3458352131583381068.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3458352131583381068.key) [2021-02-26T23:03:50.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T23:03:51.502Z] + git semver tag [2021-02-26T23:03:52.052Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T23:03:52.052Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T23:03:52.052Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T23:03:52.052Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T23:03:52.052Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T23:03:52.052Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T23:03:52.052Z] # $SEMVER_BRANCH = master [2021-02-26T23:03:52.052Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-26T23:03:52.052Z] # ca2daa4fd360815664e6b23cd370da3c66a81a1c HEAD [2021-02-26T23:03:52.052Z] # -> Force: false [2021-02-26T23:03:52.052Z] # fc9e4785e7334b6b9d09c2b94afc0001254a6cee refs/tags/v2.0.0-dev.19 [Pipeline] } [2021-02-26T23:03:52.079Z] $ docker exec --env ******** --env ******** 71fe709c0378a082756473a266bd0cda7f92192e761fefd2c31a3da93131d852 ssh-agent -k [2021-02-26T23:03:52.620Z] unset SSH_AUTH_SOCK; [2021-02-26T23:03:52.629Z] unset SSH_AGENT_PID; [2021-02-26T23:03:52.629Z] echo Agent pid 17 killed; [2021-02-26T23:03:53.118Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T23:03:54.453Z] + git semver [Pipeline] } [2021-02-26T23:03:54.512Z] $ docker stop --time=1 71fe709c0378a082756473a266bd0cda7f92192e761fefd2c31a3da93131d852 [2021-02-26T23:03:56.999Z] $ docker rm -f 71fe709c0378a082756473a266bd0cda7f92192e761fefd2c31a3da93131d852 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:03:57.930Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T23:03:58.208Z] [2021-02-26T23:03:58.208Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:03:58.791Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T23:03:59.116Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-26T23:03:59.116Z] ab5ef0e58194: Pulling fs layer [2021-02-26T23:03:59.116Z] 9712f1f96733: Pulling fs layer [2021-02-26T23:03:59.116Z] 63f879dbbcfc: Pulling fs layer [2021-02-26T23:03:59.116Z] 0d9ebad4ef96: Pulling fs layer [2021-02-26T23:03:59.116Z] e9a5061849ea: Pulling fs layer [2021-02-26T23:03:59.116Z] d747dcd14b5f: Pulling fs layer [2021-02-26T23:03:59.116Z] 2de7ff778b66: Pulling fs layer [2021-02-26T23:03:59.116Z] 0d9ebad4ef96: Waiting [2021-02-26T23:03:59.116Z] e9a5061849ea: Waiting [2021-02-26T23:03:59.116Z] d747dcd14b5f: Waiting [2021-02-26T23:03:59.116Z] 2de7ff778b66: Waiting [2021-02-26T23:03:59.116Z] 9712f1f96733: Verifying Checksum [2021-02-26T23:03:59.116Z] 9712f1f96733: Download complete [2021-02-26T23:04:11.002Z] 63f879dbbcfc: Verifying Checksum [2021-02-26T23:04:11.002Z] 63f879dbbcfc: Download complete [2021-02-26T23:04:11.366Z] e9a5061849ea: Verifying Checksum [2021-02-26T23:04:11.366Z] e9a5061849ea: Download complete [2021-02-26T23:04:11.366Z] d747dcd14b5f: Verifying Checksum [2021-02-26T23:04:11.366Z] d747dcd14b5f: Download complete [2021-02-26T23:04:12.912Z] ab5ef0e58194: Verifying Checksum [2021-02-26T23:04:12.912Z] ab5ef0e58194: Download complete [2021-02-26T23:04:13.241Z] 0d9ebad4ef96: Verifying Checksum [2021-02-26T23:04:13.241Z] 0d9ebad4ef96: Download complete [2021-02-26T23:04:13.837Z] 2de7ff778b66: Verifying Checksum [2021-02-26T23:04:13.837Z] 2de7ff778b66: Download complete [2021-02-26T23:04:24.839Z] ab5ef0e58194: Pull complete [2021-02-26T23:04:25.123Z] 9712f1f96733: Pull complete [2021-02-26T23:04:30.804Z] 63f879dbbcfc: Pull complete [2021-02-26T23:04:53.718Z] 0d9ebad4ef96: Pull complete [2021-02-26T23:04:53.718Z] e9a5061849ea: Pull complete [2021-02-26T23:04:54.513Z] d747dcd14b5f: Pull complete [2021-02-26T23:04:57.437Z] 2de7ff778b66: Pull complete [2021-02-26T23:04:57.437Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-26T23:04:57.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T23:04:57.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-26T23:04:58.112Z] prd-centos7-docker-4c-2g-27900 does not seem to be running inside a container [2021-02-26T23:04:58.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-26T23:05:07.027Z] $ docker top 0f42cdcb9ee396b822b351dcf2a3b891efd1b491b9a4fbd0e9e843b4a0226ec0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-26T23:05:08.234Z] provisioning config files... [2021-02-26T23:05:08.368Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8220884125670640429tmp [2021-02-26T23:05:08.822Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config455936249914113079tmp [2021-02-26T23:05:08.884Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2104369609772387940tmp [Pipeline] { [Pipeline] echo [2021-02-26T23:05:09.000Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:05:10.484Z] ---> sigul-configuration.sh [2021-02-26T23:05:10.484Z] gpg: directory `/root/.gnupg' created [2021-02-26T23:05:10.484Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-26T23:05:10.484Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-26T23:05:10.484Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-26T23:05:10.484Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-26T23:05:10.484Z] gpg: CAST5 encrypted data [2021-02-26T23:05:10.484Z] gpg: encrypted with 1 passphrase [2021-02-26T23:05:10.484Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-26T23:05:12.270Z] + mkdir /home/jenkins [2021-02-26T23:05:12.270Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-26T23:05:13.208Z] + 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-02-26T23:05:13.234Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:05:14.328Z] ---> sigul-install.sh [2021-02-26T23:05:35.686Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-26T23:05:37.397Z] + git tag --list [2021-02-26T23:05:37.397Z] v1.0.0 [2021-02-26T23:05:37.397Z] v1.1.0 [2021-02-26T23:05:37.397Z] v1.2.0 [2021-02-26T23:05:37.397Z] v1.3.0 [2021-02-26T23:05:37.397Z] v1.3.1 [2021-02-26T23:05:37.397Z] v1.3.1-dev.1 [2021-02-26T23:05:37.397Z] v1.3.1-dev.2 [2021-02-26T23:05:37.397Z] v1.3.1-dev.3 [2021-02-26T23:05:37.397Z] v2.0.0-dev.1 [2021-02-26T23:05:37.397Z] v2.0.0-dev.10 [2021-02-26T23:05:37.397Z] v2.0.0-dev.11 [2021-02-26T23:05:37.397Z] v2.0.0-dev.12 [2021-02-26T23:05:37.397Z] v2.0.0-dev.13 [2021-02-26T23:05:37.397Z] v2.0.0-dev.14 [2021-02-26T23:05:37.397Z] v2.0.0-dev.15 [2021-02-26T23:05:37.397Z] v2.0.0-dev.16 [2021-02-26T23:05:37.397Z] v2.0.0-dev.17 [2021-02-26T23:05:37.397Z] v2.0.0-dev.18 [2021-02-26T23:05:37.397Z] v2.0.0-dev.19 [2021-02-26T23:05:37.397Z] v2.0.0-dev.2 [2021-02-26T23:05:37.397Z] v2.0.0-dev.3 [2021-02-26T23:05:37.397Z] v2.0.0-dev.4 [2021-02-26T23:05:37.397Z] v2.0.0-dev.5 [2021-02-26T23:05:37.397Z] v2.0.0-dev.6 [2021-02-26T23:05:37.397Z] v2.0.0-dev.7 [2021-02-26T23:05:37.397Z] v2.0.0-dev.8 [2021-02-26T23:05:37.397Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-26T23:05:38.918Z] + lftools sign git-tag v2.0.0-dev.19 [2021-02-26T23:05:41.592Z] Signing Git tag with Sigul... [2021-02-26T23:05:41.592Z] Signing v2.0.0-dev.19 [Pipeline] echo [2021-02-26T23:05:42.646Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:05:43.769Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-26T23:05:43.810Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-26T23:05:43.988Z] $ docker stop --time=1 0f42cdcb9ee396b822b351dcf2a3b891efd1b491b9a4fbd0e9e843b4a0226ec0 [2021-02-26T23:05:46.862Z] $ docker rm -f 0f42cdcb9ee396b822b351dcf2a3b891efd1b491b9a4fbd0e9e843b4a0226ec0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:05:48.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T23:05:48.932Z] . [Pipeline] withDockerContainer [2021-02-26T23:05:49.674Z] prd-centos7-docker-4c-2g-27900 does not seem to be running inside a container [2021-02-26T23:05:49.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T23:05:53.087Z] $ docker top 76ef46920ec9ca18f57564e88b07bbdda59bc9047f9633e3ee3825b0fb4b5d94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T23:05:54.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T23:05:54.555Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T23:05:55.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T23:05:55.338Z] $ docker exec 76ef46920ec9ca18f57564e88b07bbdda59bc9047f9633e3ee3825b0fb4b5d94 ssh-agent [2021-02-26T23:05:56.244Z] SSH_AUTH_SOCK=/tmp/ssh-qbU02yTb4aoU/agent.11 [2021-02-26T23:05:56.244Z] SSH_AGENT_PID=16 [2021-02-26T23:05:56.257Z] Running ssh-add (command line suppressed) [2021-02-26T23:05:57.613Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2471168177737306328.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2471168177737306328.key) [2021-02-26T23:05:58.182Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T23:06:00.048Z] + git semver bump pre [2021-02-26T23:06:00.048Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T23:06:00.048Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T23:06:00.048Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T23:06:00.048Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T23:06:00.048Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T23:06:00.048Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T23:06:00.048Z] # $SEMVER_BRANCH = master [2021-02-26T23:06:00.048Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-02-26T23:06:00.048Z] 2.0.0-dev.20 [Pipeline] } [2021-02-26T23:06:00.074Z] $ docker exec --env ******** --env ******** 76ef46920ec9ca18f57564e88b07bbdda59bc9047f9633e3ee3825b0fb4b5d94 ssh-agent -k [2021-02-26T23:06:01.165Z] unset SSH_AUTH_SOCK; [2021-02-26T23:06:01.166Z] unset SSH_AGENT_PID; [2021-02-26T23:06:01.166Z] echo Agent pid 16 killed; [2021-02-26T23:06:01.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T23:06:03.506Z] + git semver [Pipeline] } [2021-02-26T23:06:03.531Z] $ docker stop --time=1 76ef46920ec9ca18f57564e88b07bbdda59bc9047f9633e3ee3825b0fb4b5d94 [2021-02-26T23:06:05.856Z] $ docker rm -f 76ef46920ec9ca18f57564e88b07bbdda59bc9047f9633e3ee3825b0fb4b5d94 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:06:06.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T23:06:07.089Z] . [Pipeline] withDockerContainer [2021-02-26T23:06:07.895Z] prd-centos7-docker-4c-2g-27900 does not seem to be running inside a container [2021-02-26T23:06:08.138Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T23:06:10.535Z] $ docker top 7f975c99f06201451809cceb7a1228633d43340fd8f2e81991990d4e4ea59689 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T23:06:11.634Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T23:06:11.634Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T23:06:11.967Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T23:06:11.972Z] $ docker exec 7f975c99f06201451809cceb7a1228633d43340fd8f2e81991990d4e4ea59689 ssh-agent [2021-02-26T23:06:13.211Z] SSH_AUTH_SOCK=/tmp/ssh-0sqycdqElw8P/agent.13 [2021-02-26T23:06:13.211Z] SSH_AGENT_PID=18 [2021-02-26T23:06:13.239Z] Running ssh-add (command line suppressed) [2021-02-26T23:06:14.059Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_867400630894693197.key (/w/workspace/_app-service-configurable_master@tmp/private_key_867400630894693197.key) [2021-02-26T23:06:14.142Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T23:06:15.134Z] + git semver push [2021-02-26T23:06:15.134Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T23:06:15.134Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T23:06:15.134Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T23:06:15.134Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T23:06:15.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T23:06:15.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T23:06:15.134Z] # $SEMVER_BRANCH = master [2021-02-26T23:06:15.134Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-26T23:06:21.277Z] $ docker exec --env ******** --env ******** 7f975c99f06201451809cceb7a1228633d43340fd8f2e81991990d4e4ea59689 ssh-agent -k [2021-02-26T23:06:22.500Z] unset SSH_AUTH_SOCK; [2021-02-26T23:06:22.500Z] unset SSH_AGENT_PID; [2021-02-26T23:06:22.500Z] echo Agent pid 18 killed; [2021-02-26T23:06:23.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T23:06:24.931Z] + git semver [Pipeline] } [2021-02-26T23:06:25.773Z] $ docker stop --time=1 7f975c99f06201451809cceb7a1228633d43340fd8f2e81991990d4e4ea59689 [2021-02-26T23:06:27.491Z] $ docker rm -f 7f975c99f06201451809cceb7a1228633d43340fd8f2e81991990d4e4ea59689 [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-02-26T23:06:31.090Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:06:32.182Z] ---> package-listing.sh [2021-02-26T23:06:32.182Z] ++ facter osfamily [2021-02-26T23:06:32.182Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T23:06:32.493Z] + OS_FAMILY=redhat [2021-02-26T23:06:32.493Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-26T23:06:32.493Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T23:06:32.493Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T23:06:32.493Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T23:06:32.493Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T23:06:32.493Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-26T23:06:32.493Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T23:06:32.493Z] + case "${OS_FAMILY}" in [2021-02-26T23:06:32.493Z] + rpm -qa [2021-02-26T23:06:32.493Z] + sort [2021-02-26T23:06:48.382Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T23:06:48.382Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T23:06:48.382Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T23:06:48.382Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-26T23:06:48.382Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-26T23:06:48.382Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-02-26T23:06:48.597Z] 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-02-26T23:06:49.457Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:06:50.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T23:06:50.791Z] [2021-02-26T23:06:50.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T23:06:51.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T23:06:52.294Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T23:06:52.294Z] df20fa9351a1: Pulling fs layer [2021-02-26T23:06:52.294Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T23:06:52.294Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T23:06:52.294Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T23:06:52.294Z] 93b61091891f: Pulling fs layer [2021-02-26T23:06:52.294Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T23:06:52.294Z] 5e14af77c1be: Pulling fs layer [2021-02-26T23:06:52.294Z] 01666e4c0597: Pulling fs layer [2021-02-26T23:06:52.294Z] aa168da1d23b: Pulling fs layer [2021-02-26T23:06:52.294Z] 93b61091891f: Waiting [2021-02-26T23:06:52.294Z] 5e14af77c1be: Waiting [2021-02-26T23:06:52.294Z] 01666e4c0597: Waiting [2021-02-26T23:06:52.294Z] aa168da1d23b: Waiting [2021-02-26T23:06:52.294Z] 46f8f816bc3b: Waiting [2021-02-26T23:06:52.294Z] 93b9cdb0e59b: Waiting [2021-02-26T23:06:52.294Z] 36b3adc4ff6f: Verifying Checksum [2021-02-26T23:06:52.294Z] 36b3adc4ff6f: Download complete [2021-02-26T23:06:52.294Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T23:06:52.294Z] 46f8f816bc3b: Download complete [2021-02-26T23:06:53.123Z] 93b61091891f: Verifying Checksum [2021-02-26T23:06:53.123Z] 93b61091891f: Download complete [2021-02-26T23:06:53.123Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T23:06:53.123Z] 93b9cdb0e59b: Download complete [2021-02-26T23:06:53.123Z] df20fa9351a1: Verifying Checksum [2021-02-26T23:06:53.123Z] df20fa9351a1: Download complete [2021-02-26T23:06:53.123Z] 5e14af77c1be: Verifying Checksum [2021-02-26T23:06:53.123Z] 5e14af77c1be: Download complete [2021-02-26T23:06:53.123Z] 01666e4c0597: Verifying Checksum [2021-02-26T23:06:53.123Z] 01666e4c0597: Download complete [2021-02-26T23:06:54.078Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T23:06:54.078Z] 8ad3a11d3b57: Download complete [2021-02-26T23:06:54.699Z] df20fa9351a1: Pull complete [2021-02-26T23:06:55.397Z] 36b3adc4ff6f: Pull complete [2021-02-26T23:06:58.571Z] 8ad3a11d3b57: Pull complete [2021-02-26T23:06:59.286Z] 46f8f816bc3b: Pull complete [2021-02-26T23:07:01.285Z] 93b61091891f: Pull complete [2021-02-26T23:07:02.425Z] 93b9cdb0e59b: Pull complete [2021-02-26T23:07:03.841Z] 5e14af77c1be: Pull complete [2021-02-26T23:07:05.012Z] 01666e4c0597: Pull complete [2021-02-26T23:07:05.012Z] aa168da1d23b: Verifying Checksum [2021-02-26T23:07:05.012Z] aa168da1d23b: Download complete [2021-02-26T23:07:34.174Z] aa168da1d23b: Pull complete [2021-02-26T23:07:34.174Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T23:07:34.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T23:07:34.174Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T23:07:35.858Z] prd-centos7-docker-4c-2g-27900 does not seem to be running inside a container [2021-02-26T23:07:36.368Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T23:07:41.071Z] $ docker top 2ff9bd4235a987e44e463027c37b596f1861c94c73ea68b0b574079c581a6742 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T23:07:43.044Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T23:07:44.948Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T23:07:46.745Z] + ls /var/log/sa-host [2021-02-26T23:07:46.746Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T23:07:46.746Z] file_magic: OK [2021-02-26T23:07:46.746Z] HZ: Using current value: 100 [2021-02-26T23:07:46.746Z] file_header: OK [2021-02-26T23:07:46.746Z] 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-02-26T23:07:46.746Z] Statistics: [2021-02-26T23:07:46.746Z] Hnuu...uuuununununu... [2021-02-26T23:07:46.746Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T23:07:46.746Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T23:07:46.746Z] file_magic: OK [2021-02-26T23:07:46.746Z] HZ: Using current value: 100 [2021-02-26T23:07:46.746Z] file_header: OK [2021-02-26T23:07:46.746Z] 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-02-26T23:07:46.746Z] Statistics: [2021-02-26T23:07:46.746Z] 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... [2021-02-26T23:07:46.746Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T23:07:47.481Z] provisioning config files... [2021-02-26T23:07:47.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config623828404992280958tmp [Pipeline] { [Pipeline] echo [2021-02-26T23:07:47.671Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:07:49.302Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T23:07:50.311Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T23:07:50.670Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:07:51.959Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T23:07:52.019Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:07:53.649Z] ---> sudo-logs.sh [2021-02-26T23:07:53.649Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T23:07:54.234Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:07:55.929Z] ---> job-cost.sh [2021-02-26T23:07:55.929Z] lf-activate-venv: SKIPPING [2021-02-26T23:07:55.929Z] DEBUG: total: 0.20999999344348907 [2021-02-26T23:07:55.929Z] INFO: Retrieving Stack Cost... [2021-02-26T23:07:56.998Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T23:07:58.125Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T23:07:58.263Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T23:08:00.043Z] ---> logs-deploy.sh [2021-02-26T23:08:00.043Z] lf-activate-venv: SKIPPING [2021-02-26T23:08:00.043Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/88 [2021-02-26T23:08:00.043Z] INFO: archiving workspace using pattern(s): [2021-02-26T23:08:05.171Z] Archives upload complete. [2021-02-26T23:08:05.171Z] INFO: archiving logs to Nexus