Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d52bde66c4c74a2b06dd088cff55547cc82baa37 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28519’ Running on prd-centos7-docker-4c-2g-28527 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 Checking out Revision d52bde66c4c74a2b06dd088cff55547cc82baa37 (master) Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 Commit message: "refactor: Consolidate function pipeline configuration (#208)" > git rev-list --no-walk a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-04T18:28:34.846Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T18:28:35.129Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T18:28:35.248Z] ========================================================= [2021-03-04T18:28:35.248Z] EdgeX Global Pipelines Version Info [2021-03-04T18:28:35.248Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:28:36.764Z] ------------------- [2021-03-04T18:28:36.764Z] stable info: [2021-03-04T18:28:36.765Z] ------------------- [2021-03-04T18:28:36.765Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T18:28:36.765Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T18:28:36.765Z] Message: update stable to v1.0.184 [2021-03-04T18:28:37.713Z] ------------------- [2021-03-04T18:28:37.713Z] experimental info: [2021-03-04T18:28:37.713Z] ------------------- [2021-03-04T18:28:37.713Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T18:28:37.713Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T18:28:37.713Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T18:28:38.219Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-04T18:28:38.311Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-04T18:28:38.401Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T18:28:38.494Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T18:28:38.591Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T18:28:38.713Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T18:28:38.820Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T18:28:38.920Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T18:28:39.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-04T18:28:39.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T18:28:39.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T18:28:39.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-04T18:28:39.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T18:28:39.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T18:28:39.609Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T18:28:39.702Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T18:28:39.803Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T18:28:39.896Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-04T18:28:39.991Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T18:28:40.082Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-04T18:28:40.173Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-04T18:28:40.261Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-04T18:28:40.477Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-04T18:28:40.572Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-04T18:28:40.666Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-04T18:28:40.766Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T18:28:40.881Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-04T18:28:40.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-04T18:28:41.077Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-04T18:28:41.178Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] echo [2021-03-04T18:28:41.289Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d52bde6 [Pipeline] echo [2021-03-04T18:28:41.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T18:28:41.597Z] provisioning config files... [2021-03-04T18:28:41.623Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5393744598057011101tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:28:41.996Z] ---> docker-login.sh [2021-03-04T18:28:41.996Z] nexus3.edgexfoundry.org:10001 [2021-03-04T18:28:41.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:28:42.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:28:42.257Z] Configure a credential helper to remove this warning. See [2021-03-04T18:28:42.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:28:42.257Z] [2021-03-04T18:28:42.257Z] Login Succeeded [2021-03-04T18:28:42.257Z] nexus3.edgexfoundry.org:10002 [2021-03-04T18:28:42.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:28:42.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:28:42.517Z] Configure a credential helper to remove this warning. See [2021-03-04T18:28:42.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:28:42.517Z] [2021-03-04T18:28:42.517Z] Login Succeeded [2021-03-04T18:28:42.517Z] nexus3.edgexfoundry.org:10003 [2021-03-04T18:28:42.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:28:42.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:28:42.517Z] Configure a credential helper to remove this warning. See [2021-03-04T18:28:42.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:28:42.517Z] [2021-03-04T18:28:42.517Z] Login Succeeded [2021-03-04T18:28:42.517Z] nexus3.edgexfoundry.org:10004 [2021-03-04T18:28:42.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:28:42.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:28:42.777Z] Configure a credential helper to remove this warning. See [2021-03-04T18:28:42.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:28:42.777Z] [2021-03-04T18:28:42.777Z] Login Succeeded [2021-03-04T18:28:42.777Z] docker.io [2021-03-04T18:28:42.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:28:43.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:28:43.038Z] Configure a credential helper to remove this warning. See [2021-03-04T18:28:43.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:28:43.038Z] [2021-03-04T18:28:43.038Z] Login Succeeded [2021-03-04T18:28:43.038Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T18:28:43.048Z] 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-03-04T18:28:43.951Z] + git log --format=format:%s -1 d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] echo [2021-03-04T18:28:44.012Z] GIT_COMMIT: d52bde66c4c74a2b06dd088cff55547cc82baa37, Commit Message: refactor: Consolidate function pipeline configuration (#208) [Pipeline] echo [2021-03-04T18:28:44.066Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:28:45.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T18:28:45.176Z] [2021-03-04T18:28:45.176Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:28:45.539Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T18:28:45.539Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T18:28:45.539Z] 31603596830f: Pulling fs layer [2021-03-04T18:28:45.539Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T18:28:45.539Z] 6ca5941a6612: Pulling fs layer [2021-03-04T18:28:45.539Z] ecc8261a40a4: Pulling fs layer [2021-03-04T18:28:45.539Z] ecc8261a40a4: Waiting [2021-03-04T18:28:45.539Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T18:28:45.539Z] 2a8b12db71e7: Download complete [2021-03-04T18:28:45.803Z] 31603596830f: Verifying Checksum [2021-03-04T18:28:45.803Z] 31603596830f: Download complete [2021-03-04T18:28:45.803Z] ecc8261a40a4: Verifying Checksum [2021-03-04T18:28:45.803Z] ecc8261a40a4: Download complete [2021-03-04T18:28:45.803Z] 6ca5941a6612: Verifying Checksum [2021-03-04T18:28:45.803Z] 6ca5941a6612: Download complete [2021-03-04T18:28:46.066Z] 31603596830f: Pull complete [2021-03-04T18:28:46.066Z] 2a8b12db71e7: Pull complete [2021-03-04T18:28:46.649Z] 6ca5941a6612: Pull complete [2021-03-04T18:28:46.910Z] ecc8261a40a4: Pull complete [2021-03-04T18:28:46.910Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T18:28:47.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T18:28:47.172Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T18:28:47.266Z] prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container [2021-03-04T18:28:47.310Z] $ 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-03-04T18:28:49.159Z] $ docker top fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T18:28:49.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T18:28:49.426Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T18:28:49.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T18:28:49.601Z] $ docker exec fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent [2021-03-04T18:28:49.750Z] SSH_AUTH_SOCK=/tmp/ssh-DwtrDttg05ox/agent.11 [2021-03-04T18:28:49.750Z] SSH_AGENT_PID=17 [2021-03-04T18:28:49.758Z] Running ssh-add (command line suppressed) [2021-03-04T18:28:49.863Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5093010437429576029.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5093010437429576029.key) [2021-03-04T18:28:49.909Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T18:28:50.247Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T18:28:50.267Z] $ docker exec --env ******** --env ******** fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent -k [2021-03-04T18:28:50.372Z] unset SSH_AUTH_SOCK; [2021-03-04T18:28:50.372Z] unset SSH_AGENT_PID; [2021-03-04T18:28:50.372Z] echo Agent pid 17 killed; [2021-03-04T18:28:50.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T18:28:50.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T18:28:50.609Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T18:28:50.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T18:28:50.766Z] $ docker exec fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent [2021-03-04T18:28:50.911Z] SSH_AUTH_SOCK=/tmp/ssh-IsBQVAiKF9L8/agent.47 [2021-03-04T18:28:50.911Z] SSH_AGENT_PID=52 [2021-03-04T18:28:50.918Z] Running ssh-add (command line suppressed) [2021-03-04T18:28:51.027Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1474752119837208876.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1474752119837208876.key) [2021-03-04T18:28:51.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T18:28:51.406Z] + git semver init [2021-03-04T18:28:51.406Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T18:28:51.406Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-04T18:28:51.406Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-04T18:28:51.406Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T18:28:51.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T18:28:51.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T18:28:51.406Z] # $SEMVER_BRANCH = master [2021-03-04T18:28:51.406Z] # $SEMVER_TEMP = /tmp/semver-346541294 [2021-03-04T18:28:51.406Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-04T18:28:51.978Z] # '/tmp/semver-346541294' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-04T18:28:51.978Z] # -> Force: false [2021-03-04T18:28:51.978Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-04T18:28:51.989Z] $ docker exec --env ******** --env ******** fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 ssh-agent -k [2021-03-04T18:28:52.103Z] unset SSH_AUTH_SOCK; [2021-03-04T18:28:52.105Z] unset SSH_AGENT_PID; [2021-03-04T18:28:52.105Z] echo Agent pid 52 killed; [2021-03-04T18:28:52.147Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T18:28:52.639Z] + git semver [Pipeline] } [2021-03-04T18:28:52.657Z] $ docker stop --time=1 fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 [2021-03-04T18:28:53.966Z] $ docker rm -f fcb2f62a68e3161de762a4a58ddb8bc8ee9dfd3d5caf7105324fba2fe33d7a87 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T18:28:54.415Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T18:28:54.809Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T18:28:54.812Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.21 [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-03-04T18:29:10.327Z] Still waiting to schedule task [2021-03-04T18:29:10.327Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-04T18:29:10.330Z] Still waiting to schedule task [2021-03-04T18:29:10.330Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-04T18:30:46.589Z] Running on prd-centos7-docker-4c-2g-28530 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-04T18:30:46.667Z] Running in /w/workspace/app-service-configurable/91 [Pipeline] { [Pipeline] checkout [2021-03-04T18:30:49.018Z] using credential edgex-jenkins-ssh [2021-03-04T18:30:49.065Z] Cloning the remote Git repository [2021-03-04T18:30:49.093Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-04T18:30:50.165Z] Checking out Revision d52bde66c4c74a2b06dd088cff55547cc82baa37 (master) [2021-03-04T18:30:49.164Z] > git init /w/workspace/app-service-configurable/91 # timeout=10 [2021-03-04T18:30:49.222Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-04T18:30:49.222Z] > git --version # timeout=10 [2021-03-04T18:30:49.230Z] > git --version # 'git version 2.24.3' [2021-03-04T18:30:49.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T18:30:49.253Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T18:30:49.768Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-04T18:30:49.778Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T18:30:49.794Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-04T18:30:49.808Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-04T18:30:49.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T18:30:49.811Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T18:30:50.174Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T18:30:50.180Z] > git checkout -f d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 [2021-03-04T18:30:53.733Z] Commit message: "refactor: Consolidate function pipeline configuration (#208)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T18:30:54.974Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T18:30:55.305Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T18:30:55.604Z] + sudo service docker restart [2021-03-04T18:30:55.605Z] + true [2021-03-04T18:30:55.605Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T18:30:56.621Z] provisioning config files... [2021-03-04T18:30:56.649Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config8707904298857838608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:30:57.076Z] ---> docker-login.sh [2021-03-04T18:30:57.076Z] nexus3.edgexfoundry.org:10001 [2021-03-04T18:30:57.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:30:57.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:30:57.340Z] Configure a credential helper to remove this warning. See [2021-03-04T18:30:57.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:30:57.340Z] [2021-03-04T18:30:57.340Z] Login Succeeded [2021-03-04T18:30:57.340Z] nexus3.edgexfoundry.org:10002 [2021-03-04T18:30:57.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:30:57.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:30:57.602Z] Configure a credential helper to remove this warning. See [2021-03-04T18:30:57.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:30:57.602Z] [2021-03-04T18:30:57.602Z] Login Succeeded [2021-03-04T18:30:57.602Z] nexus3.edgexfoundry.org:10003 [2021-03-04T18:30:57.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:30:57.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:30:57.865Z] Configure a credential helper to remove this warning. See [2021-03-04T18:30:57.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:30:57.865Z] [2021-03-04T18:30:57.865Z] Login Succeeded [2021-03-04T18:30:57.865Z] nexus3.edgexfoundry.org:10004 [2021-03-04T18:30:57.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:30:57.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:30:57.865Z] Configure a credential helper to remove this warning. See [2021-03-04T18:30:57.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:30:57.865Z] [2021-03-04T18:30:57.865Z] Login Succeeded [2021-03-04T18:30:57.865Z] docker.io [2021-03-04T18:30:58.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:30:58.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:30:58.388Z] Configure a credential helper to remove this warning. See [2021-03-04T18:30:58.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:30:58.388Z] [2021-03-04T18:30:58.388Z] Login Succeeded [2021-03-04T18:30:58.388Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T18:30:58.398Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T18:30:58.738Z] ========================================================= [2021-03-04T18:30:58.739Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T18:30:58.739Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:30:59.136Z] + 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-03-04T18:30:59.136Z] Sending build context to Docker daemon 95.74kB [2021-03-04T18:30:59.136Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T18:30:59.136Z] Step 2/8 : FROM ${BASE} [2021-03-04T18:30:59.136Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T18:30:59.136Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T18:30:59.136Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T18:30:59.136Z] de9db76c5a1d: Pulling fs layer [2021-03-04T18:30:59.136Z] bca2f99d35d6: Pulling fs layer [2021-03-04T18:30:59.136Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T18:30:59.136Z] 7c6f9722023f: Pulling fs layer [2021-03-04T18:30:59.136Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T18:30:59.136Z] 93359f2a8cfa: Waiting [2021-03-04T18:30:59.136Z] 7c6f9722023f: Waiting [2021-03-04T18:30:59.136Z] a35cf1a2eb13: Waiting [2021-03-04T18:30:59.136Z] bca2f99d35d6: Waiting [2021-03-04T18:30:59.398Z] de9db76c5a1d: Verifying Checksum [2021-03-04T18:30:59.399Z] de9db76c5a1d: Download complete [2021-03-04T18:30:59.399Z] 0ef7d3d256c8: Download complete [2021-03-04T18:30:59.399Z] 93359f2a8cfa: Download complete [2021-03-04T18:30:59.399Z] 7c6f9722023f: Verifying Checksum [2021-03-04T18:30:59.399Z] 7c6f9722023f: Download complete [2021-03-04T18:30:59.399Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T18:30:59.399Z] 188c0c94c7c5: Download complete [2021-03-04T18:30:59.667Z] 188c0c94c7c5: Pull complete [2021-03-04T18:30:59.929Z] 0ef7d3d256c8: Pull complete [2021-03-04T18:30:59.929Z] de9db76c5a1d: Pull complete [2021-03-04T18:31:02.505Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T18:31:02.505Z] a35cf1a2eb13: Download complete [2021-03-04T18:31:04.430Z] bca2f99d35d6: Verifying Checksum [2021-03-04T18:31:04.430Z] bca2f99d35d6: Download complete [2021-03-04T18:31:09.741Z] bca2f99d35d6: Pull complete [2021-03-04T18:31:09.741Z] 93359f2a8cfa: Pull complete [2021-03-04T18:31:09.741Z] 7c6f9722023f: Pull complete [2021-03-04T18:31:16.366Z] a35cf1a2eb13: Pull complete [2021-03-04T18:31:16.366Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T18:31:16.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T18:31:16.366Z] ---> a62c8e92a672 [2021-03-04T18:31:16.366Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-04T18:31:16.366Z] ---> Running in 3cfe8ca10a5d [2021-03-04T18:31:16.366Z] Removing intermediate container 3cfe8ca10a5d [2021-03-04T18:31:16.366Z] ---> ad53396b4503 [2021-03-04T18:31:16.366Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T18:31:16.366Z] ---> Running in f7ca1fa7c3f6 [2021-03-04T18:31:17.780Z] Removing intermediate container f7ca1fa7c3f6 [2021-03-04T18:31:17.780Z] ---> 84f6a74d3aae [2021-03-04T18:31:17.780Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-04T18:31:17.780Z] ---> Running in 3fc633fad7ff [2021-03-04T18:31:18.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T18:31:19.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T18:31:19.569Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-04T18:31:19.831Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-04T18:31:19.831Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-04T18:31:19.831Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-04T18:31:20.099Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T18:31:20.099Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-04T18:31:20.099Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T18:31:20.099Z] OK: 167 MiB in 45 packages [2021-03-04T18:31:21.050Z] Removing intermediate container 3fc633fad7ff [2021-03-04T18:31:21.050Z] ---> 3aea32a24754 [2021-03-04T18:31:21.050Z] Step 6/8 : WORKDIR /app [2021-03-04T18:31:21.050Z] ---> Running in 848a2fdd0fe1 [2021-03-04T18:31:21.050Z] Removing intermediate container 848a2fdd0fe1 [2021-03-04T18:31:21.050Z] ---> 21cf8420a5f2 [2021-03-04T18:31:21.050Z] Step 7/8 : COPY . . [2021-03-04T18:31:21.314Z] ---> 5c16b955dd37 [2021-03-04T18:31:21.314Z] Step 8/8 : RUN go mod download [2021-03-04T18:31:21.314Z] ---> Running in 71aebe93d6f1 [2021-03-04T18:31:48.020Z] Removing intermediate container 71aebe93d6f1 [2021-03-04T18:31:48.020Z] ---> 8b0cd110c070 [2021-03-04T18:31:48.020Z] Successfully built 8b0cd110c070 [2021-03-04T18:31:48.020Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:31:48.335Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T18:31:48.335Z] . [Pipeline] withDockerContainer [2021-03-04T18:31:48.444Z] prd-centos7-docker-4c-2g-28530 does not seem to be running inside a container [2021-03-04T18:31:48.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@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-03-04T18:31:49.143Z] $ docker top 62d3202ff69941771efa9ddd87215890eb3d3e0b0175887a2299fe41655d364b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T18:31:49.643Z] + go version [2021-03-04T18:31:49.643Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T18:31:49.661Z] $ docker stop --time=1 62d3202ff69941771efa9ddd87215890eb3d3e0b0175887a2299fe41655d364b [2021-03-04T18:31:51.040Z] $ docker rm -f 62d3202ff69941771efa9ddd87215890eb3d3e0b0175887a2299fe41655d364b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:31:51.823Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T18:31:51.823Z] . [Pipeline] withDockerContainer [2021-03-04T18:31:51.924Z] prd-centos7-docker-4c-2g-28530 does not seem to be running inside a container [2021-03-04T18:31:51.978Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@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-03-04T18:31:52.632Z] $ docker top 97d06abde105a8a13beea038fe3c16e82eed5525cb8b50ac308541322fae154c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T18:31:53.089Z] + make test [2021-03-04T18:31:53.089Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-04T18:32:02.018Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28532 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-04T18:32:02.075Z] Running in /w/workspace/app-service-configurable/91 [Pipeline] { [Pipeline] checkout [2021-03-04T18:32:05.445Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-04T18:32:05.445Z] CGO_ENABLED=1 go vet ./... [2021-03-04T18:32:06.827Z] using credential edgex-jenkins-ssh [2021-03-04T18:32:06.889Z] Cloning the remote Git repository [2021-03-04T18:32:06.955Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-04T18:32:07.074Z] > git init /w/workspace/app-service-configurable/91 # timeout=10 [2021-03-04T18:32:08.053Z] gofmt -l . [2021-03-04T18:32:08.053Z] [ "`gofmt -l .`" = "" ] [2021-03-04T18:32:08.053Z] ./bin/test-go-mod-tidy.sh [2021-03-04T18:32:08.053Z] ./bin/test-attribution-txt.sh [2021-03-04T18:32:07.173Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-04T18:32:07.173Z] > git --version # timeout=10 [2021-03-04T18:32:07.199Z] > git --version # 'git version 2.17.1' [2021-03-04T18:32:07.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T18:32:07.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T18:32:07.958Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-04T18:32:07.976Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T18:32:08.002Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-04T18:32:08.037Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-04T18:32:08.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T18:32:08.054Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T18:32:08.528Z] Checking out Revision d52bde66c4c74a2b06dd088cff55547cc82baa37 (master) [Pipeline] } [2021-03-04T18:32:08.663Z] $ docker stop --time=1 97d06abde105a8a13beea038fe3c16e82eed5525cb8b50ac308541322fae154c [2021-03-04T18:32:08.548Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T18:32:08.565Z] > git checkout -f d52bde66c4c74a2b06dd088cff55547cc82baa37 # timeout=10 [2021-03-04T18:32:10.876Z] $ docker rm -f 97d06abde105a8a13beea038fe3c16e82eed5525cb8b50ac308541322fae154c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T18:32:11.495Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T18:32:11.820Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-04T18:32:12.891Z] Commit message: "refactor: Consolidate function pipeline configuration (#208)" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-03-04T18:32:14.544Z] + sudo chown -R jenkins:jenkins . [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-04T18:32:14.888Z] + ls -al . [2021-03-04T18:32:14.888Z] total 92 [2021-03-04T18:32:14.888Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 4 18:32 . [2021-03-04T18:32:14.888Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 4 18:30 .. [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 7174 Mar 4 18:30 Attribution.txt [2021-03-04T18:32:14.888Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 4 18:30 bin [2021-03-04T18:32:14.888Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 4 18:31 coverage.out [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 4 18:30 Dockerfile [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 4 18:30 Dockerfile.build [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 4 18:30 .dockerignore [2021-03-04T18:32:14.888Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 4 18:30 .git [2021-03-04T18:32:14.888Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 4 18:30 .github [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 4 18:30 .gitignore [2021-03-04T18:32:14.888Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 4 18:32 go.mod [2021-03-04T18:32:14.888Z] -rw-r--r--. 1 jenkins jenkins 21193 Mar 4 18:32 go.sum [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 4 18:30 Jenkinsfile [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 4 18:30 LICENSE [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 1522 Mar 4 18:30 main.go [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 4 18:30 makefile [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 4 18:30 README.md [2021-03-04T18:32:14.888Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 4 18:30 res [2021-03-04T18:32:14.888Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 4 18:30 snap [2021-03-04T18:32:14.888Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 4 18:28 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:15.478Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-03-04T18:32:15.510Z] + 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=d52bde66c4c74a2b06dd088cff55547cc82baa37 --label arch=amd64 --label version=2.0.0-dev.21 . [2021-03-04T18:32:15.510Z] Sending build context to Docker daemon 119.8kB [Pipeline] sh [2021-03-04T18:32:15.774Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T18:32:15.774Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-04T18:32:15.774Z] ---> 8b0cd110c070 [2021-03-04T18:32:15.774Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-04T18:32:15.902Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T18:32:16.036Z] ---> Running in 2e7ca4e1557f [2021-03-04T18:32:16.037Z] Removing intermediate container 2e7ca4e1557f [2021-03-04T18:32:16.037Z] ---> 298a1c4ee0f8 [2021-03-04T18:32:16.037Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-04T18:32:16.242Z] + + truesudo [2021-03-04T18:32:16.242Z] service docker restart [2021-03-04T18:32:16.298Z] ---> Running in 4f845f00c37c [2021-03-04T18:32:16.298Z] Removing intermediate container 4f845f00c37c [2021-03-04T18:32:16.298Z] ---> cd230c9e6d4b [2021-03-04T18:32:16.298Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-04T18:32:16.298Z] ---> Running in 9edc53602f46 [2021-03-04T18:32:16.561Z] Removing intermediate container 9edc53602f46 [2021-03-04T18:32:16.561Z] ---> 2e09603187d9 [2021-03-04T18:32:16.561Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T18:32:16.561Z] ---> Running in 0d95c7edfaca [2021-03-04T18:32:17.521Z] Removing intermediate container 0d95c7edfaca [2021-03-04T18:32:17.521Z] ---> d293d5c91a49 [2021-03-04T18:32:17.521Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-04T18:32:17.521Z] ---> Running in e1c547e47820 [2021-03-04T18:32:18.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T18:32:18.291Z] provisioning config files... [2021-03-04T18:32:18.331Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config4699816615108028505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:32:18.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T18:32:18.821Z] ---> docker-login.sh [2021-03-04T18:32:18.821Z] nexus3.edgexfoundry.org:10001 [2021-03-04T18:32:19.245Z] OK: 167 MiB in 45 packages [2021-03-04T18:32:19.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:19.818Z] Removing intermediate container e1c547e47820 [2021-03-04T18:32:19.818Z] ---> 1340092b07ed [2021-03-04T18:32:19.818Z] Step 8/27 : WORKDIR /app [2021-03-04T18:32:19.818Z] ---> Running in 64503370beab [2021-03-04T18:32:19.818Z] Removing intermediate container 64503370beab [2021-03-04T18:32:19.818Z] ---> c026a5e6ce52 [2021-03-04T18:32:19.818Z] Step 9/27 : COPY go.mod . [2021-03-04T18:32:20.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:20.078Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:20.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:20.078Z] [2021-03-04T18:32:20.078Z] Login Succeeded [2021-03-04T18:32:20.078Z] nexus3.edgexfoundry.org:10002 [2021-03-04T18:32:20.079Z] ---> 06490d81caf2 [2021-03-04T18:32:20.079Z] Step 10/27 : RUN go mod download [2021-03-04T18:32:20.342Z] ---> Running in 4e5ed9ef171c [2021-03-04T18:32:20.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:20.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:20.626Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:20.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:20.626Z] [2021-03-04T18:32:20.626Z] Login Succeeded [2021-03-04T18:32:20.626Z] nexus3.edgexfoundry.org:10003 [2021-03-04T18:32:20.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:21.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:21.173Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:21.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:21.173Z] [2021-03-04T18:32:21.173Z] Login Succeeded [2021-03-04T18:32:21.173Z] nexus3.edgexfoundry.org:10004 [2021-03-04T18:32:21.295Z] Removing intermediate container 4e5ed9ef171c [2021-03-04T18:32:21.295Z] ---> 8d61847a33cd [2021-03-04T18:32:21.295Z] Step 11/27 : COPY . . [2021-03-04T18:32:21.295Z] ---> ef174f276112 [2021-03-04T18:32:21.295Z] Step 12/27 : ARG MAKE="make build" [2021-03-04T18:32:21.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:21.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:21.447Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:21.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:21.447Z] [2021-03-04T18:32:21.447Z] Login Succeeded [2021-03-04T18:32:21.447Z] docker.io [2021-03-04T18:32:21.565Z] ---> Running in be58f2de5fb9 [2021-03-04T18:32:21.565Z] Removing intermediate container be58f2de5fb9 [2021-03-04T18:32:21.565Z] ---> cc333818f9d6 [2021-03-04T18:32:21.565Z] Step 13/27 : RUN $MAKE [2021-03-04T18:32:21.840Z] ---> Running in 40355be4715e [2021-03-04T18:32:22.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:22.114Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.21" -o app-service-configurable [2021-03-04T18:32:22.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:22.317Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:22.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:22.317Z] [2021-03-04T18:32:22.317Z] Login Succeeded [2021-03-04T18:32:22.317Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T18:32:22.335Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T18:32:22.776Z] ========================================================= [2021-03-04T18:32:22.776Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T18:32:22.776Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:23.152Z] + 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-03-04T18:32:23.152Z] Sending build context to Docker daemon 95.74kB [2021-03-04T18:32:23.428Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T18:32:23.428Z] Step 2/8 : FROM ${BASE} [2021-03-04T18:32:23.428Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T18:32:23.428Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T18:32:23.428Z] a4357932f1b6: Pulling fs layer [2021-03-04T18:32:23.428Z] 18c013af1878: Pulling fs layer [2021-03-04T18:32:23.428Z] 00ac8860ef70: Pulling fs layer [2021-03-04T18:32:23.428Z] 63d7cb157983: Pulling fs layer [2021-03-04T18:32:23.428Z] b116817d02f9: Pulling fs layer [2021-03-04T18:32:23.428Z] 745a02a5169b: Pulling fs layer [2021-03-04T18:32:23.428Z] 00ac8860ef70: Waiting [2021-03-04T18:32:23.428Z] 63d7cb157983: Waiting [2021-03-04T18:32:23.428Z] b116817d02f9: Waiting [2021-03-04T18:32:23.428Z] 745a02a5169b: Waiting [2021-03-04T18:32:23.428Z] 18c013af1878: Verifying Checksum [2021-03-04T18:32:23.428Z] 18c013af1878: Download complete [2021-03-04T18:32:23.702Z] a4357932f1b6: Download complete [2021-03-04T18:32:23.702Z] 63d7cb157983: Verifying Checksum [2021-03-04T18:32:23.702Z] 63d7cb157983: Download complete [2021-03-04T18:32:23.702Z] b116817d02f9: Verifying Checksum [2021-03-04T18:32:23.702Z] b116817d02f9: Download complete [2021-03-04T18:32:23.702Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T18:32:23.702Z] 5f621e34cdf4: Download complete [2021-03-04T18:32:24.301Z] 5f621e34cdf4: Pull complete [2021-03-04T18:32:24.907Z] a4357932f1b6: Pull complete [2021-03-04T18:32:25.184Z] 18c013af1878: Pull complete [2021-03-04T18:32:26.169Z] 745a02a5169b: Verifying Checksum [2021-03-04T18:32:26.169Z] 745a02a5169b: Download complete [2021-03-04T18:32:27.606Z] 00ac8860ef70: Verifying Checksum [2021-03-04T18:32:27.606Z] 00ac8860ef70: Download complete [2021-03-04T18:32:37.136Z] Removing intermediate container 40355be4715e [2021-03-04T18:32:37.136Z] ---> e80360921711 [2021-03-04T18:32:37.136Z] Step 14/27 : FROM alpine:3.12 [2021-03-04T18:32:37.136Z] 3.12: Pulling from library/alpine [2021-03-04T18:32:37.136Z] f84cab65f19f: Pulling fs layer [2021-03-04T18:32:37.136Z] f84cab65f19f: Verifying Checksum [2021-03-04T18:32:37.136Z] f84cab65f19f: Download complete [2021-03-04T18:32:37.136Z] f84cab65f19f: Pull complete [2021-03-04T18:32:37.136Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T18:32:37.136Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T18:32:37.136Z] ---> 88dd2752d2ea [2021-03-04T18:32:37.136Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-04T18:32:37.136Z] ---> Running in 072cfc26948c [2021-03-04T18:32:37.136Z] Removing intermediate container 072cfc26948c [2021-03-04T18:32:37.136Z] ---> a30b2005775e [2021-03-04T18:32:37.136Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-04T18:32:37.136Z] ---> Running in e967e76deeeb [2021-03-04T18:32:37.136Z] Removing intermediate container e967e76deeeb [2021-03-04T18:32:37.136Z] ---> 7cb6f6cdcd80 [2021-03-04T18:32:37.136Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-04T18:32:37.136Z] ---> Running in 3caae2e815d6 [2021-03-04T18:32:37.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T18:32:37.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T18:32:37.136Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-04T18:32:37.136Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-04T18:32:37.136Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-04T18:32:37.136Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-04T18:32:37.136Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-04T18:32:37.406Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-04T18:32:37.406Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-04T18:32:37.406Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T18:32:37.406Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T18:32:37.406Z] OK: 9 MiB in 21 packages [2021-03-04T18:32:37.776Z] 00ac8860ef70: Pull complete [2021-03-04T18:32:37.777Z] 63d7cb157983: Pull complete [2021-03-04T18:32:38.051Z] b116817d02f9: Pull complete [2021-03-04T18:32:38.799Z] Removing intermediate container 3caae2e815d6 [2021-03-04T18:32:38.799Z] ---> d6fc9d0d0fb4 [2021-03-04T18:32:38.799Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-04T18:32:39.062Z] ---> 096031d8dddd [2021-03-04T18:32:39.062Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-04T18:32:39.062Z] ---> e645f20fd17a [2021-03-04T18:32:39.062Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-04T18:32:39.324Z] ---> fea44afdcf4e [2021-03-04T18:32:39.324Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-04T18:32:40.272Z] ---> 20f69a1f7750 [2021-03-04T18:32:40.272Z] Step 22/27 : EXPOSE 48095 [2021-03-04T18:32:40.272Z] ---> Running in 517b1983adc7 [2021-03-04T18:32:40.272Z] Removing intermediate container 517b1983adc7 [2021-03-04T18:32:40.272Z] ---> 28ba1b24fec7 [2021-03-04T18:32:40.272Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-04T18:32:40.272Z] ---> Running in 49c4e3010793 [2021-03-04T18:32:40.543Z] Removing intermediate container 49c4e3010793 [2021-03-04T18:32:40.543Z] ---> ec32f5775aaa [2021-03-04T18:32:40.543Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T18:32:40.543Z] ---> Running in 372ef8bc85f4 [2021-03-04T18:32:40.804Z] Removing intermediate container 372ef8bc85f4 [2021-03-04T18:32:40.804Z] ---> 5d4d9343b6c4 [2021-03-04T18:32:40.804Z] Step 25/27 : LABEL arch=amd64 [2021-03-04T18:32:40.804Z] ---> Running in 114efcf06c2e [2021-03-04T18:32:41.067Z] Removing intermediate container 114efcf06c2e [2021-03-04T18:32:41.067Z] ---> c150bc74c164 [2021-03-04T18:32:41.067Z] Step 26/27 : LABEL git_sha=d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:32:41.067Z] ---> Running in b6c098d11bc6 [2021-03-04T18:32:41.332Z] Removing intermediate container b6c098d11bc6 [2021-03-04T18:32:41.332Z] ---> ef60cb3ac972 [2021-03-04T18:32:41.332Z] Step 27/27 : LABEL version=2.0.0-dev.21 [2021-03-04T18:32:41.332Z] ---> Running in 87042c048587 [2021-03-04T18:32:41.332Z] Removing intermediate container 87042c048587 [2021-03-04T18:32:41.332Z] ---> e3a0bf17204f [2021-03-04T18:32:41.332Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-04T18:32:41.332Z] Successfully built e3a0bf17204f [2021-03-04T18:32:41.332Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T18:32:41.954Z] provisioning config files... [2021-03-04T18:32:41.985Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config6615540395343115074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:32:42.353Z] ---> docker-login.sh [2021-03-04T18:32:42.353Z] nexus3.edgexfoundry.org:10001 [2021-03-04T18:32:42.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:42.374Z] 745a02a5169b: Pull complete [2021-03-04T18:32:42.374Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T18:32:42.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T18:32:42.374Z] ---> b7e6874047d6 [2021-03-04T18:32:42.374Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-04T18:32:42.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:42.624Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:42.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:42.624Z] [2021-03-04T18:32:42.624Z] Login Succeeded [2021-03-04T18:32:42.624Z] nexus3.edgexfoundry.org:10002 [2021-03-04T18:32:42.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:42.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:42.624Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:42.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:42.624Z] [2021-03-04T18:32:42.624Z] Login Succeeded [2021-03-04T18:32:42.624Z] nexus3.edgexfoundry.org:10003 [2021-03-04T18:32:42.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:42.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:42.885Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:42.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:42.885Z] [2021-03-04T18:32:42.885Z] Login Succeeded [2021-03-04T18:32:42.885Z] nexus3.edgexfoundry.org:10004 [2021-03-04T18:32:42.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:43.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:43.147Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:43.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:43.147Z] [2021-03-04T18:32:43.147Z] Login Succeeded [2021-03-04T18:32:43.147Z] docker.io [2021-03-04T18:32:43.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:32:43.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:32:43.409Z] Configure a credential helper to remove this warning. See [2021-03-04T18:32:43.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:32:43.409Z] [2021-03-04T18:32:43.409Z] Login Succeeded [2021-03-04T18:32:43.409Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T18:32:43.419Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T18:32:43.623Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-04T18:32:43.623Z] d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:32:43.623Z] latest [2021-03-04T18:32:43.623Z] 2.0.0-dev.21 [2021-03-04T18:32:43.623Z] d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [2021-03-04T18:32:43.623Z] master [2021-03-04T18:32:43.623Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:44.225Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:44.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:32:44.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-04T18:32:44.528Z] 9123e64beec8: Preparing [2021-03-04T18:32:44.528Z] 6253b4288762: Preparing [2021-03-04T18:32:44.528Z] c1de595d1c9a: Preparing [2021-03-04T18:32:44.528Z] 4e88d58f2d97: Preparing [2021-03-04T18:32:44.528Z] 8eeb849504dc: Preparing [2021-03-04T18:32:44.528Z] 33e8713114f8: Preparing [2021-03-04T18:32:44.528Z] 33e8713114f8: Waiting [2021-03-04T18:32:44.789Z] 4e88d58f2d97: Pushed [2021-03-04T18:32:44.789Z] c1de595d1c9a: Pushed [2021-03-04T18:32:44.789Z] 6253b4288762: Pushed [2021-03-04T18:32:44.789Z] 33e8713114f8: Layer already exists [2021-03-04T18:32:44.789Z] 8eeb849504dc: Pushed [2021-03-04T18:32:45.022Z] ---> Running in 329cc5983eab [2021-03-04T18:32:45.299Z] Removing intermediate container 329cc5983eab [2021-03-04T18:32:45.299Z] ---> 73e2554113a5 [2021-03-04T18:32:45.299Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T18:32:45.299Z] ---> Running in b40f269b09bd [2021-03-04T18:32:46.175Z] 9123e64beec8: Pushed [2021-03-04T18:32:46.436Z] d52bde66c4c74a2b06dd088cff55547cc82baa37: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:46.738Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:47.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-04T18:32:47.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-04T18:32:47.036Z] 9123e64beec8: Preparing [2021-03-04T18:32:47.036Z] 6253b4288762: Preparing [2021-03-04T18:32:47.036Z] c1de595d1c9a: Preparing [2021-03-04T18:32:47.036Z] 4e88d58f2d97: Preparing [2021-03-04T18:32:47.036Z] 8eeb849504dc: Preparing [2021-03-04T18:32:47.036Z] 33e8713114f8: Preparing [2021-03-04T18:32:47.036Z] 33e8713114f8: Waiting [2021-03-04T18:32:47.036Z] 8eeb849504dc: Layer already exists [2021-03-04T18:32:47.036Z] 6253b4288762: Layer already exists [2021-03-04T18:32:47.036Z] 9123e64beec8: Layer already exists [2021-03-04T18:32:47.036Z] c1de595d1c9a: Layer already exists [2021-03-04T18:32:47.036Z] 4e88d58f2d97: Layer already exists [2021-03-04T18:32:47.036Z] 33e8713114f8: Layer already exists [2021-03-04T18:32:47.036Z] latest: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:47.338Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:47.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.21 [2021-03-04T18:32:47.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-04T18:32:47.637Z] 9123e64beec8: Preparing [2021-03-04T18:32:47.637Z] 6253b4288762: Preparing [2021-03-04T18:32:47.637Z] c1de595d1c9a: Preparing [2021-03-04T18:32:47.637Z] 4e88d58f2d97: Preparing [2021-03-04T18:32:47.637Z] 8eeb849504dc: Preparing [2021-03-04T18:32:47.637Z] 33e8713114f8: Preparing [2021-03-04T18:32:47.637Z] 33e8713114f8: Waiting [2021-03-04T18:32:47.637Z] 6253b4288762: Layer already exists [2021-03-04T18:32:47.637Z] 4e88d58f2d97: Layer already exists [2021-03-04T18:32:47.637Z] 9123e64beec8: Layer already exists [2021-03-04T18:32:47.637Z] c1de595d1c9a: Layer already exists [2021-03-04T18:32:47.637Z] 8eeb849504dc: Layer already exists [2021-03-04T18:32:47.637Z] 33e8713114f8: Layer already exists [2021-03-04T18:32:47.897Z] 2.0.0-dev.21: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:47.933Z] Removing intermediate container b40f269b09bd [2021-03-04T18:32:47.933Z] ---> 0c44b25c236d [2021-03-04T18:32:47.933Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-04T18:32:47.933Z] ---> Running in 270caf7ccaa9 [2021-03-04T18:32:48.205Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:48.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [2021-03-04T18:32:48.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-04T18:32:48.505Z] 9123e64beec8: Preparing [2021-03-04T18:32:48.505Z] 6253b4288762: Preparing [2021-03-04T18:32:48.505Z] c1de595d1c9a: Preparing [2021-03-04T18:32:48.505Z] 4e88d58f2d97: Preparing [2021-03-04T18:32:48.505Z] 8eeb849504dc: Preparing [2021-03-04T18:32:48.505Z] 33e8713114f8: Preparing [2021-03-04T18:32:48.505Z] 33e8713114f8: Waiting [2021-03-04T18:32:48.505Z] 4e88d58f2d97: Layer already exists [2021-03-04T18:32:48.505Z] 8eeb849504dc: Layer already exists [2021-03-04T18:32:48.505Z] 6253b4288762: Layer already exists [2021-03-04T18:32:48.505Z] c1de595d1c9a: Layer already exists [2021-03-04T18:32:48.505Z] 9123e64beec8: Layer already exists [2021-03-04T18:32:48.505Z] 33e8713114f8: Layer already exists [2021-03-04T18:32:48.505Z] d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:48.815Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:32:48.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T18:32:49.119Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-04T18:32:49.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-04T18:32:49.119Z] 9123e64beec8: Preparing [2021-03-04T18:32:49.119Z] 6253b4288762: Preparing [2021-03-04T18:32:49.119Z] c1de595d1c9a: Preparing [2021-03-04T18:32:49.119Z] 4e88d58f2d97: Preparing [2021-03-04T18:32:49.119Z] 8eeb849504dc: Preparing [2021-03-04T18:32:49.119Z] 33e8713114f8: Preparing [2021-03-04T18:32:49.119Z] 33e8713114f8: Waiting [2021-03-04T18:32:49.119Z] 6253b4288762: Layer already exists [2021-03-04T18:32:49.119Z] 4e88d58f2d97: Layer already exists [2021-03-04T18:32:49.119Z] 9123e64beec8: Layer already exists [2021-03-04T18:32:49.119Z] c1de595d1c9a: Layer already exists [2021-03-04T18:32:49.119Z] 8eeb849504dc: Layer already exists [2021-03-04T18:32:49.119Z] 33e8713114f8: Layer already exists [2021-03-04T18:32:49.119Z] master: digest: sha256:4ae77b551ff381b5934bcfdf42d04809ea45ce08c34fd533198857fa5be050fb size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T18:32:49.301Z] ===================================================== [Pipeline] echo [2021-03-04T18:32:49.346Z] taggedImages: [2021-03-04T18:32:49.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:32:49.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-04T18:32:49.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.21 [2021-03-04T18:32:49.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [2021-03-04T18:32:49.346Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-03-04T18:32:49.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:32:50.150Z] ---> job-cost.sh [2021-03-04T18:32:50.151Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-t5z8 [2021-03-04T18:32:50.491Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-04T18:32:50.491Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-04T18:32:50.491Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-04T18:32:50.491Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-04T18:32:50.761Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T18:32:50.761Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-04T18:32:51.036Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T18:32:51.036Z] OK: 144 MiB in 45 packages [2021-03-04T18:32:52.484Z] Removing intermediate container 270caf7ccaa9 [2021-03-04T18:32:52.484Z] ---> 7ea6283ce28b [2021-03-04T18:32:52.484Z] Step 6/8 : WORKDIR /app [2021-03-04T18:32:52.484Z] ---> Running in df318f9d0eb0 [2021-03-04T18:32:53.079Z] Removing intermediate container df318f9d0eb0 [2021-03-04T18:32:53.079Z] ---> 1c8cf16a0941 [2021-03-04T18:32:53.079Z] Step 7/8 : COPY . . [2021-03-04T18:32:53.675Z] ---> d6104447512a [2021-03-04T18:32:53.675Z] Step 8/8 : RUN go mod download [2021-03-04T18:32:53.954Z] ---> Running in 490ac068116d [2021-03-04T18:33:05.069Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T18:33:20.750Z] Removing intermediate container 490ac068116d [2021-03-04T18:33:20.750Z] ---> 3c493ab7258a [2021-03-04T18:33:20.750Z] Successfully built 3c493ab7258a [2021-03-04T18:33:20.750Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:33:21.095Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T18:33:21.095Z] . [Pipeline] withDockerContainer [2021-03-04T18:33:21.337Z] prd-ubuntu18.04-docker-arm64-4c-16g-28532 does not seem to be running inside a container [2021-03-04T18:33:21.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T18:33:23.135Z] $ docker top 334254230c16bfd39eb81ec1cd3ca9aeb34826085ed75d9bc3d542cf4bb82dda -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T18:33:24.162Z] + go version [2021-03-04T18:33:24.162Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T18:33:24.187Z] $ docker stop --time=1 334254230c16bfd39eb81ec1cd3ca9aeb34826085ed75d9bc3d542cf4bb82dda [2021-03-04T18:33:26.083Z] $ docker rm -f 334254230c16bfd39eb81ec1cd3ca9aeb34826085ed75d9bc3d542cf4bb82dda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:33:27.097Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T18:33:27.097Z] . [Pipeline] withDockerContainer [2021-03-04T18:33:27.371Z] prd-ubuntu18.04-docker-arm64-4c-16g-28532 does not seem to be running inside a container [2021-03-04T18:33:27.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/91 -v /w/workspace/app-service-configurable/91:/w/workspace/app-service-configurable/91:rw,z -v /w/workspace/app-service-configurable/91@tmp:/w/workspace/app-service-configurable/91@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T18:33:28.923Z] $ docker top 1686d6ffa530505eaacf8e1e589ce6fd0331edd1085393ee0e1650a5105e18b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T18:33:29.901Z] + make test [2021-03-04T18:33:29.901Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-04T18:33:31.700Z] lf-activate-venv(): INFO: Adding /tmp/venv-t5z8/bin to PATH [2021-03-04T18:33:31.700Z] INFO: No Stack... [2021-03-04T18:33:31.700Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T18:33:31.700Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T18:33:32.219Z] + cat /w/workspace/app-service-configurable/91/archives/cost.csv [2021-03-04T18:33:32.219Z] + cut -d, -f6 [Pipeline] lock [2021-03-04T18:33:32.383Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [2021-03-04T18:33:32.396Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] did not exist. Created. [2021-03-04T18:33:32.396Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T18:33:32.803Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-04T18:33:32.967Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T18:33:32.987Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T18:34:08.940Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-04T18:34:08.940Z] CGO_ENABLED=1 go vet ./... [2021-03-04T18:34:17.295Z] gofmt -l . [2021-03-04T18:34:17.295Z] [ "`gofmt -l .`" = "" ] [2021-03-04T18:34:17.295Z] ./bin/test-go-mod-tidy.sh [2021-03-04T18:34:17.295Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-04T18:34:18.303Z] $ docker stop --time=1 1686d6ffa530505eaacf8e1e589ce6fd0331edd1085393ee0e1650a5105e18b8 [2021-03-04T18:34:20.664Z] $ docker rm -f 1686d6ffa530505eaacf8e1e589ce6fd0331edd1085393ee0e1650a5105e18b8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T18:34:21.607Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-04T18:34:21.670Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T18:34:22.380Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T18:34:23.131Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-04T18:34:23.524Z] + ls -al . [2021-03-04T18:34:23.524Z] total 116 [2021-03-04T18:34:23.524Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 4 18:34 . [2021-03-04T18:34:23.524Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 18:32 .. [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 4 18:32 .dockerignore [2021-03-04T18:34:23.524Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 4 18:32 .git [2021-03-04T18:34:23.524Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 18:32 .github [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 4 18:32 .gitignore [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 7174 Mar 4 18:32 Attribution.txt [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 4 18:32 Dockerfile [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 4 18:32 Dockerfile.build [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 4 18:32 Jenkinsfile [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 4 18:32 LICENSE [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 4 18:32 README.md [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 4 18:28 VERSION [2021-03-04T18:34:23.524Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 4 18:32 bin [2021-03-04T18:34:23.524Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 4 18:33 coverage.out [2021-03-04T18:34:23.524Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 4 18:34 go.mod [2021-03-04T18:34:23.524Z] -rw-r--r-- 1 jenkins jenkins 21193 Mar 4 18:34 go.sum [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 1522 Mar 4 18:32 main.go [2021-03-04T18:34:23.524Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 4 18:32 makefile [2021-03-04T18:34:23.524Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 4 18:32 res [2021-03-04T18:34:23.524Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 4 18:32 snap [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:34:23.942Z] + 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=d52bde66c4c74a2b06dd088cff55547cc82baa37 --label arch=arm64 --label version=2.0.0-dev.21 . [2021-03-04T18:34:23.942Z] Sending build context to Docker daemon 119.8kB [2021-03-04T18:34:24.235Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T18:34:24.235Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-04T18:34:24.235Z] ---> 3c493ab7258a [2021-03-04T18:34:24.235Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-04T18:34:24.515Z] ---> Running in 3aa9df7fa5e9 [2021-03-04T18:34:25.142Z] Removing intermediate container 3aa9df7fa5e9 [2021-03-04T18:34:25.142Z] ---> fff552ba99f3 [2021-03-04T18:34:25.142Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-04T18:34:25.142Z] ---> Running in 1b15f518b459 [2021-03-04T18:34:25.416Z] Removing intermediate container 1b15f518b459 [2021-03-04T18:34:25.416Z] ---> d44f4e168bfb [2021-03-04T18:34:25.416Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-04T18:34:25.690Z] ---> Running in c63b6f4555a9 [2021-03-04T18:34:25.969Z] Removing intermediate container c63b6f4555a9 [2021-03-04T18:34:25.969Z] ---> 02f46a7bf8c3 [2021-03-04T18:34:25.969Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T18:34:26.242Z] ---> Running in 9f2644cd63ce [2021-03-04T18:34:28.229Z] Removing intermediate container 9f2644cd63ce [2021-03-04T18:34:28.229Z] ---> c89df0c47ceb [2021-03-04T18:34:28.229Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-04T18:34:28.511Z] ---> Running in 103f9086db5d [2021-03-04T18:34:29.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T18:34:30.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T18:34:31.061Z] OK: 144 MiB in 45 packages [2021-03-04T18:34:32.049Z] Removing intermediate container 103f9086db5d [2021-03-04T18:34:32.049Z] ---> ffb09af92035 [2021-03-04T18:34:32.049Z] Step 8/27 : WORKDIR /app [2021-03-04T18:34:32.049Z] ---> Running in 1b874a0e2ba5 [2021-03-04T18:34:32.648Z] Removing intermediate container 1b874a0e2ba5 [2021-03-04T18:34:32.648Z] ---> 3f1cbaadfc76 [2021-03-04T18:34:32.648Z] Step 9/27 : COPY go.mod . [2021-03-04T18:34:33.243Z] ---> 95199149aebc [2021-03-04T18:34:33.243Z] Step 10/27 : RUN go mod download [2021-03-04T18:34:33.516Z] ---> Running in 82111b822489 [2021-03-04T18:34:36.163Z] Removing intermediate container 82111b822489 [2021-03-04T18:34:36.163Z] ---> b2ef00bef778 [2021-03-04T18:34:36.163Z] Step 11/27 : COPY . . [2021-03-04T18:34:36.759Z] ---> fc1325fd88f6 [2021-03-04T18:34:36.759Z] Step 12/27 : ARG MAKE="make build" [2021-03-04T18:34:36.759Z] ---> Running in 34555a505389 [2021-03-04T18:34:37.031Z] Removing intermediate container 34555a505389 [2021-03-04T18:34:37.031Z] ---> 3a89a23ae27b [2021-03-04T18:34:37.031Z] Step 13/27 : RUN $MAKE [2021-03-04T18:34:37.306Z] ---> Running in 19ae2f874ab1 [2021-03-04T18:34:38.291Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.25 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.21" -o app-service-configurable [2021-03-04T18:35:17.324Z] Removing intermediate container 19ae2f874ab1 [2021-03-04T18:35:17.324Z] ---> 7995189cf2dd [2021-03-04T18:35:17.324Z] Step 14/27 : FROM alpine:3.12 [2021-03-04T18:35:17.324Z] 3.12: Pulling from library/alpine [2021-03-04T18:35:17.324Z] dce8679b510e: Pulling fs layer [2021-03-04T18:35:17.324Z] dce8679b510e: Verifying Checksum [2021-03-04T18:35:17.324Z] dce8679b510e: Download complete [2021-03-04T18:35:17.324Z] dce8679b510e: Pull complete [2021-03-04T18:35:17.324Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T18:35:17.324Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T18:35:17.324Z] ---> d10569e2745f [2021-03-04T18:35:17.324Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-04T18:35:17.324Z] ---> Running in 49909d7f3b41 [2021-03-04T18:35:17.324Z] Removing intermediate container 49909d7f3b41 [2021-03-04T18:35:17.324Z] ---> c7713405982a [2021-03-04T18:35:17.324Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-04T18:35:17.324Z] ---> Running in c16876af5056 [2021-03-04T18:35:17.324Z] Removing intermediate container c16876af5056 [2021-03-04T18:35:17.324Z] ---> d90856f39acb [2021-03-04T18:35:17.324Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-04T18:35:17.324Z] ---> Running in 8c36237b7251 [2021-03-04T18:35:17.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T18:35:17.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T18:35:18.467Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-04T18:35:18.467Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-04T18:35:18.467Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-04T18:35:18.467Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-04T18:35:18.467Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-04T18:35:18.467Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-04T18:35:18.467Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-04T18:35:18.467Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T18:35:18.467Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T18:35:18.744Z] OK: 9 MiB in 21 packages [2021-03-04T18:35:20.738Z] Removing intermediate container 8c36237b7251 [2021-03-04T18:35:20.738Z] ---> 3d9770b2656d [2021-03-04T18:35:20.738Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-04T18:35:21.011Z] ---> 1d9a79eafa31 [2021-03-04T18:35:21.011Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-04T18:35:22.001Z] ---> 86409b6b9a1a [2021-03-04T18:35:22.001Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-04T18:35:22.630Z] ---> 9db3ffe3e3aa [2021-03-04T18:35:22.630Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-04T18:35:24.063Z] ---> 0531c1f7387a [2021-03-04T18:35:24.063Z] Step 22/27 : EXPOSE 48095 [2021-03-04T18:35:24.063Z] ---> Running in fd6dda6dc8e8 [2021-03-04T18:35:24.659Z] Removing intermediate container fd6dda6dc8e8 [2021-03-04T18:35:24.659Z] ---> 66e9bf857281 [2021-03-04T18:35:24.659Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-04T18:35:24.659Z] ---> Running in 1d6a40d48837 [2021-03-04T18:35:25.254Z] Removing intermediate container 1d6a40d48837 [2021-03-04T18:35:25.254Z] ---> b6f7d94d4c95 [2021-03-04T18:35:25.254Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T18:35:25.254Z] ---> Running in 5dcdb371109d [2021-03-04T18:35:25.534Z] Removing intermediate container 5dcdb371109d [2021-03-04T18:35:25.534Z] ---> 400f580b1e40 [2021-03-04T18:35:25.534Z] Step 25/27 : LABEL arch=arm64 [2021-03-04T18:35:25.819Z] ---> Running in 070930cd4255 [2021-03-04T18:35:26.095Z] Removing intermediate container 070930cd4255 [2021-03-04T18:35:26.095Z] ---> a12cf2187457 [2021-03-04T18:35:26.095Z] Step 26/27 : LABEL git_sha=d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:35:26.372Z] ---> Running in 812754a0c98d [2021-03-04T18:35:26.649Z] Removing intermediate container 812754a0c98d [2021-03-04T18:35:26.649Z] ---> 525b2db9ddac [2021-03-04T18:35:26.649Z] Step 27/27 : LABEL version=2.0.0-dev.21 [2021-03-04T18:35:26.933Z] ---> Running in 14a04280d52b [2021-03-04T18:35:27.213Z] Removing intermediate container 14a04280d52b [2021-03-04T18:35:27.213Z] ---> d7cc5fb79691 [2021-03-04T18:35:27.213Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-04T18:35:27.213Z] Successfully built d7cc5fb79691 [2021-03-04T18:35:27.485Z] 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-03-04T18:35:27.960Z] provisioning config files... [2021-03-04T18:35:27.999Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/91@tmp/config316784876065033205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:35:28.402Z] ---> docker-login.sh [2021-03-04T18:35:28.402Z] nexus3.edgexfoundry.org:10001 [2021-03-04T18:35:28.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:35:28.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:35:28.956Z] Configure a credential helper to remove this warning. See [2021-03-04T18:35:28.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:35:28.956Z] [2021-03-04T18:35:28.956Z] Login Succeeded [2021-03-04T18:35:28.956Z] nexus3.edgexfoundry.org:10002 [2021-03-04T18:35:29.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:35:29.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:35:29.505Z] Configure a credential helper to remove this warning. See [2021-03-04T18:35:29.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:35:29.505Z] [2021-03-04T18:35:29.505Z] Login Succeeded [2021-03-04T18:35:29.505Z] nexus3.edgexfoundry.org:10003 [2021-03-04T18:35:30.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:35:30.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:35:30.965Z] Configure a credential helper to remove this warning. See [2021-03-04T18:35:30.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:35:30.966Z] [2021-03-04T18:35:30.966Z] Login Succeeded [2021-03-04T18:35:30.966Z] nexus3.edgexfoundry.org:10004 [2021-03-04T18:35:31.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:35:31.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:35:31.514Z] Configure a credential helper to remove this warning. See [2021-03-04T18:35:31.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:35:31.514Z] [2021-03-04T18:35:31.514Z] Login Succeeded [2021-03-04T18:35:31.514Z] docker.io [2021-03-04T18:35:32.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T18:35:32.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T18:35:32.382Z] Configure a credential helper to remove this warning. See [2021-03-04T18:35:32.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T18:35:32.382Z] [2021-03-04T18:35:32.382Z] Login Succeeded [2021-03-04T18:35:32.382Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T18:35:32.401Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T18:35:32.627Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-04T18:35:32.627Z] d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:35:32.627Z] latest [2021-03-04T18:35:32.627Z] 2.0.0-dev.21 [2021-03-04T18:35:32.627Z] d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [2021-03-04T18:35:32.627Z] master [2021-03-04T18:35:32.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:33.159Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:33.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:35:33.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-04T18:35:33.498Z] 29575804557b: Preparing [2021-03-04T18:35:33.498Z] cdde2214b878: Preparing [2021-03-04T18:35:33.498Z] 1733658adde7: Preparing [2021-03-04T18:35:33.498Z] e9c2abc67b5a: Preparing [2021-03-04T18:35:33.498Z] 6b38a4785d6f: Preparing [2021-03-04T18:35:33.498Z] 02a88cfff88f: Preparing [2021-03-04T18:35:33.498Z] 02a88cfff88f: Waiting [2021-03-04T18:35:34.094Z] cdde2214b878: Pushed [2021-03-04T18:35:34.094Z] e9c2abc67b5a: Pushed [2021-03-04T18:35:34.094Z] 1733658adde7: Pushed [2021-03-04T18:35:34.094Z] 02a88cfff88f: Layer already exists [2021-03-04T18:35:34.693Z] 6b38a4785d6f: Pushed [2021-03-04T18:35:37.299Z] 29575804557b: Pushed [2021-03-04T18:35:37.299Z] d52bde66c4c74a2b06dd088cff55547cc82baa37: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:37.641Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:37.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-04T18:35:38.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-04T18:35:38.249Z] 29575804557b: Preparing [2021-03-04T18:35:38.249Z] cdde2214b878: Preparing [2021-03-04T18:35:38.249Z] 1733658adde7: Preparing [2021-03-04T18:35:38.249Z] e9c2abc67b5a: Preparing [2021-03-04T18:35:38.249Z] 6b38a4785d6f: Preparing [2021-03-04T18:35:38.249Z] 02a88cfff88f: Preparing [2021-03-04T18:35:38.249Z] 02a88cfff88f: Waiting [2021-03-04T18:35:38.249Z] cdde2214b878: Layer already exists [2021-03-04T18:35:38.249Z] 1733658adde7: Layer already exists [2021-03-04T18:35:38.249Z] e9c2abc67b5a: Layer already exists [2021-03-04T18:35:38.249Z] 29575804557b: Layer already exists [2021-03-04T18:35:38.249Z] 6b38a4785d6f: Layer already exists [2021-03-04T18:35:38.249Z] 02a88cfff88f: Layer already exists [2021-03-04T18:35:38.249Z] latest: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:38.594Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:38.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.21 [2021-03-04T18:35:38.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-04T18:35:38.935Z] 29575804557b: Preparing [2021-03-04T18:35:38.935Z] cdde2214b878: Preparing [2021-03-04T18:35:38.935Z] 1733658adde7: Preparing [2021-03-04T18:35:38.935Z] e9c2abc67b5a: Preparing [2021-03-04T18:35:38.935Z] 6b38a4785d6f: Preparing [2021-03-04T18:35:38.935Z] 02a88cfff88f: Preparing [2021-03-04T18:35:38.935Z] 02a88cfff88f: Waiting [2021-03-04T18:35:39.209Z] 6b38a4785d6f: Layer already exists [2021-03-04T18:35:39.209Z] e9c2abc67b5a: Layer already exists [2021-03-04T18:35:39.209Z] cdde2214b878: Layer already exists [2021-03-04T18:35:39.209Z] 29575804557b: Layer already exists [2021-03-04T18:35:39.209Z] 1733658adde7: Layer already exists [2021-03-04T18:35:39.209Z] 02a88cfff88f: Layer already exists [2021-03-04T18:35:39.209Z] 2.0.0-dev.21: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:39.557Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:39.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [2021-03-04T18:35:39.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-04T18:35:39.896Z] 29575804557b: Preparing [2021-03-04T18:35:39.896Z] cdde2214b878: Preparing [2021-03-04T18:35:39.896Z] 1733658adde7: Preparing [2021-03-04T18:35:39.896Z] e9c2abc67b5a: Preparing [2021-03-04T18:35:39.896Z] 6b38a4785d6f: Preparing [2021-03-04T18:35:39.896Z] 02a88cfff88f: Preparing [2021-03-04T18:35:39.896Z] 02a88cfff88f: Waiting [2021-03-04T18:35:40.169Z] 29575804557b: Layer already exists [2021-03-04T18:35:40.169Z] 6b38a4785d6f: Layer already exists [2021-03-04T18:35:40.169Z] cdde2214b878: Layer already exists [2021-03-04T18:35:40.169Z] e9c2abc67b5a: Layer already exists [2021-03-04T18:35:40.169Z] 1733658adde7: Layer already exists [2021-03-04T18:35:40.169Z] 02a88cfff88f: Layer already exists [2021-03-04T18:35:40.169Z] d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:40.519Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:35:40.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-04T18:35:40.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-04T18:35:40.853Z] 29575804557b: Preparing [2021-03-04T18:35:40.853Z] cdde2214b878: Preparing [2021-03-04T18:35:40.853Z] 1733658adde7: Preparing [2021-03-04T18:35:40.853Z] e9c2abc67b5a: Preparing [2021-03-04T18:35:40.853Z] 6b38a4785d6f: Preparing [2021-03-04T18:35:40.853Z] 02a88cfff88f: Preparing [2021-03-04T18:35:40.853Z] 02a88cfff88f: Waiting [2021-03-04T18:35:41.123Z] 6b38a4785d6f: Layer already exists [2021-03-04T18:35:41.124Z] 29575804557b: Layer already exists [2021-03-04T18:35:41.124Z] 1733658adde7: Layer already exists [2021-03-04T18:35:41.124Z] e9c2abc67b5a: Layer already exists [2021-03-04T18:35:41.124Z] cdde2214b878: Layer already exists [2021-03-04T18:35:41.124Z] 02a88cfff88f: Layer already exists [2021-03-04T18:35:41.124Z] master: digest: sha256:ad4f42b3c2074e1dee1fdbd8da55fe64d0feae9025186e8c6248bc50cf025212 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T18:35:41.411Z] ===================================================== [Pipeline] echo [2021-03-04T18:35:41.457Z] taggedImages: [2021-03-04T18:35:41.457Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37 [2021-03-04T18:35:41.457Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-04T18:35:41.457Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.21 [2021-03-04T18:35:41.457Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d52bde66c4c74a2b06dd088cff55547cc82baa37-2.0.0-dev.21 [2021-03-04T18:35:41.457Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:35:42.032Z] ---> job-cost.sh [2021-03-04T18:35:42.032Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tHuv [2021-03-04T18:36:29.032Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T18:39:05.870Z] lf-activate-venv(): INFO: Adding /tmp/venv-tHuv/bin to PATH [2021-03-04T18:39:05.870Z] INFO: No Stack... [2021-03-04T18:39:05.870Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T18:39:05.870Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T18:39:06.204Z] + cat /w/workspace/app-service-configurable/91/archives/cost.csv [2021-03-04T18:39:06.205Z] + cut -d, -f6 [Pipeline] lock [2021-03-04T18:39:06.311Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [2021-03-04T18:39:06.339Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] did not exist. Created. [2021-03-04T18:39:06.339Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T18:39:06.790Z] /w/workspace/app-service-configurable/91@tmp/durable-e9f1ad83/script.sh: 1: /w/workspace/app-service-configurable/91@tmp/durable-e9f1ad83/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-04T18:39:07.138Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T18:39:07.207Z] Warning: overwriting stash ‘stack-cost’ [2021-03-04T18:39:07.368Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T18:39:07.387Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-91-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-03-04T18:39:08.881Z] provisioning config files... [2021-03-04T18:39:08.891Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config1687451852208036467tmp [Pipeline] { [Pipeline] sh [2021-03-04T18:39:09.275Z] + set +x [2021-03-04T18:39:09.275Z] + curl -s https://codecov.io/bash [2021-03-04T18:39:09.275Z] + bash -s -- [2021-03-04T18:39:09.536Z] [2021-03-04T18:39:09.536Z] _____ _ [2021-03-04T18:39:09.536Z] / ____| | | [2021-03-04T18:39:09.536Z] | | ___ __| | ___ ___ _____ __ [2021-03-04T18:39:09.536Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-04T18:39:09.536Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-04T18:39:09.536Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-04T18:39:09.536Z] Bash-20210226-7100762 [2021-03-04T18:39:09.536Z] [2021-03-04T18:39:09.536Z] [2021-03-04T18:39:09.536Z] ==> git version 2.24.3 found [2021-03-04T18:39:09.536Z] ==> 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-03-04T18:39:09.536Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-04T18:39:09.536Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-04T18:39:09.536Z] ==> Jenkins CI detected. [2021-03-04T18:39:09.536Z] project root: . [2021-03-04T18:39:09.536Z] --> token set from env [2021-03-04T18:39:09.536Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-04T18:39:09.536Z] ==> Running gcov in . (disable via -X gcov) [2021-03-04T18:39:09.536Z] ==> Python coveragepy not found [2021-03-04T18:39:09.536Z] ==> Searching for coverage reports in: [2021-03-04T18:39:09.536Z] + . [2021-03-04T18:39:09.536Z] -> Found 1 reports [2021-03-04T18:39:09.536Z] ==> Detecting git/mercurial file structure [2021-03-04T18:39:09.536Z] ==> Reading reports [2021-03-04T18:39:09.536Z] + ./coverage.out bytes=10 [2021-03-04T18:39:09.536Z] ==> Appending adjustments [2021-03-04T18:39:09.536Z] https://docs.codecov.io/docs/fixing-reports [2021-03-04T18:39:09.536Z] + Found adjustments [2021-03-04T18:39:09.536Z] ==> Gzipping contents [2021-03-04T18:39:09.536Z] 4.0K /tmp/codecov.FMOTem.gz [2021-03-04T18:39:09.536Z] ==> Uploading reports [2021-03-04T18:39:09.536Z] url: https://codecov.io [2021-03-04T18:39:09.536Z] query: branch=master&commit=d52bde66c4c74a2b06dd088cff55547cc82baa37&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T18:39:09.536Z] -> Pinging Codecov [2021-03-04T18:39:09.536Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=d52bde66c4c74a2b06dd088cff55547cc82baa37&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F91%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T18:39:10.480Z] -> Uploading to [2021-03-04T18:39:10.480Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-04/A97CA9966030D2A3747ED39772930CCE/d52bde66c4c74a2b06dd088cff55547cc82baa37/deaffdae-74e8-43f7-a669-8cf6a388b5ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T183910Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=33900e349b78636389e8ed60567c9a8bee9066ad625af1f96bc02f4d6ce85e89 [2021-03-04T18:39:10.480Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T18:39:10.480Z] Dload Upload Total Spent Left Speed [2021-03-04T18:39:10.742Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 923 --:--:-- --:--:-- --:--:-- 924 [2021-03-04T18:39:10.742Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] } [2021-03-04T18:39:10.751Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-04T18:39:11.651Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-04T18:39:11.699Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:39:12.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T18:39:12.055Z] [2021-03-04T18:39:12.055Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:39:12.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T18:39:12.420Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-04T18:39:12.420Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T18:39:12.420Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T18:39:12.420Z] de9db76c5a1d: Pulling fs layer [2021-03-04T18:39:12.420Z] 0eba1c9be4d2: Pulling fs layer [2021-03-04T18:39:12.420Z] 0d57e429df01: Pulling fs layer [2021-03-04T18:39:12.420Z] 4e4be7b47b0d: Pulling fs layer [2021-03-04T18:39:12.420Z] e1f770b5df2f: Pulling fs layer [2021-03-04T18:39:12.420Z] 85a0685a4137: Pulling fs layer [2021-03-04T18:39:12.420Z] 0d57e429df01: Waiting [2021-03-04T18:39:12.420Z] 4e4be7b47b0d: Waiting [2021-03-04T18:39:12.420Z] e1f770b5df2f: Waiting [2021-03-04T18:39:12.420Z] 85a0685a4137: Waiting [2021-03-04T18:39:12.420Z] 0eba1c9be4d2: Waiting [2021-03-04T18:39:12.420Z] de9db76c5a1d: Verifying Checksum [2021-03-04T18:39:12.420Z] de9db76c5a1d: Download complete [2021-03-04T18:39:12.420Z] 0ef7d3d256c8: Verifying Checksum [2021-03-04T18:39:12.420Z] 0ef7d3d256c8: Download complete [2021-03-04T18:39:12.420Z] 0d57e429df01: Verifying Checksum [2021-03-04T18:39:12.420Z] 0d57e429df01: Download complete [2021-03-04T18:39:12.420Z] 4e4be7b47b0d: Download complete [2021-03-04T18:39:12.420Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T18:39:12.420Z] 188c0c94c7c5: Download complete [2021-03-04T18:39:12.681Z] 188c0c94c7c5: Pull complete [2021-03-04T18:39:12.946Z] 0ef7d3d256c8: Pull complete [2021-03-04T18:39:12.947Z] de9db76c5a1d: Pull complete [2021-03-04T18:39:14.865Z] e1f770b5df2f: Verifying Checksum [2021-03-04T18:39:14.866Z] e1f770b5df2f: Download complete [2021-03-04T18:39:16.259Z] 0eba1c9be4d2: Verifying Checksum [2021-03-04T18:39:16.259Z] 0eba1c9be4d2: Download complete [2021-03-04T18:39:16.520Z] 85a0685a4137: Verifying Checksum [2021-03-04T18:39:16.520Z] 85a0685a4137: Download complete [2021-03-04T18:39:20.752Z] 0eba1c9be4d2: Pull complete [2021-03-04T18:39:21.013Z] 0d57e429df01: Pull complete [2021-03-04T18:39:21.013Z] 4e4be7b47b0d: Pull complete [2021-03-04T18:39:23.565Z] e1f770b5df2f: Pull complete [2021-03-04T18:39:30.172Z] 85a0685a4137: Pull complete [2021-03-04T18:39:30.172Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-04T18:39:30.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T18:39:30.172Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-04T18:39:30.294Z] prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container [2021-03-04T18:39:30.328Z] $ 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-03-04T18:39:31.076Z] $ docker top ea63773e29b1267b0cad8cab861659fc2fb2dff2365c50e488a10e743b84d87a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T18:39:31.259Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-04T18:39:31.545Z] + set -o pipefail [2021-03-04T18:39:31.545Z] + snyk monitor '--org=edgex-jenkins' [2021-03-04T18:39:41.552Z] [2021-03-04T18:39:41.552Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-03-04T18:39:41.552Z] [2021-03-04T18:39:41.552Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/17fd9118-2d9e-4d32-be49-2cbc1905acc4 [2021-03-04T18:39:41.552Z] [2021-03-04T18:39:41.552Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-04T18:39:41.552Z] [2021-03-04T18:39:41.552Z] [Pipeline] } [2021-03-04T18:39:41.559Z] $ docker stop --time=1 ea63773e29b1267b0cad8cab861659fc2fb2dff2365c50e488a10e743b84d87a [2021-03-04T18:39:44.264Z] $ docker rm -f ea63773e29b1267b0cad8cab861659fc2fb2dff2365c50e488a10e743b84d87a [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-03-04T18:39:45.856Z] + git log --format=format:%s -1 d52bde66c4c74a2b06dd088cff55547cc82baa37 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:39:46.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T18:39:46.163Z] . [Pipeline] withDockerContainer [2021-03-04T18:39:46.261Z] prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container [2021-03-04T18:39:46.335Z] $ 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-03-04T18:39:46.946Z] $ docker top d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T18:39:47.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T18:39:47.264Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T18:39:47.438Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T18:39:47.434Z] $ docker exec d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 ssh-agent [2021-03-04T18:39:47.604Z] SSH_AUTH_SOCK=/tmp/ssh-7XyF70BRH8v3/agent.11 [2021-03-04T18:39:47.604Z] SSH_AGENT_PID=16 [2021-03-04T18:39:47.610Z] Running ssh-add (command line suppressed) [2021-03-04T18:39:47.726Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5044801313327683447.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5044801313327683447.key) [2021-03-04T18:39:47.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T18:39:48.120Z] + git semver tag [2021-03-04T18:39:48.120Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T18:39:48.120Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-04T18:39:48.120Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-04T18:39:48.120Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T18:39:48.120Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T18:39:48.120Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T18:39:48.120Z] # $SEMVER_BRANCH = master [2021-03-04T18:39:48.120Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-04T18:39:48.120Z] # d52bde66c4c74a2b06dd088cff55547cc82baa37 HEAD [2021-03-04T18:39:48.120Z] # -> Force: false [2021-03-04T18:39:48.120Z] # c5e5406204246be4e9291d4a45406c8a11bb5147 refs/tags/v2.0.0-dev.21 [Pipeline] } [2021-03-04T18:39:48.125Z] $ docker exec --env ******** --env ******** d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 ssh-agent -k [2021-03-04T18:39:48.244Z] unset SSH_AUTH_SOCK; [2021-03-04T18:39:48.245Z] unset SSH_AGENT_PID; [2021-03-04T18:39:48.245Z] echo Agent pid 16 killed; [2021-03-04T18:39:48.301Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T18:39:48.761Z] + git semver [Pipeline] } [2021-03-04T18:39:48.770Z] $ docker stop --time=1 d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 [2021-03-04T18:39:50.122Z] $ docker rm -f d7442e6bc0c2abc2fa5c828c430c972d2222f4ee218aed024e4484eb5e448c50 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:39:50.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T18:39:50.751Z] [2021-03-04T18:39:50.751Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:39:51.120Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T18:39:51.121Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-04T18:39:51.121Z] ab5ef0e58194: Pulling fs layer [2021-03-04T18:39:51.121Z] 9712f1f96733: Pulling fs layer [2021-03-04T18:39:51.121Z] 63f879dbbcfc: Pulling fs layer [2021-03-04T18:39:51.121Z] 0d9ebad4ef96: Pulling fs layer [2021-03-04T18:39:51.121Z] e9a5061849ea: Pulling fs layer [2021-03-04T18:39:51.121Z] d747dcd14b5f: Pulling fs layer [2021-03-04T18:39:51.121Z] 2de7ff778b66: Pulling fs layer [2021-03-04T18:39:51.121Z] e9a5061849ea: Waiting [2021-03-04T18:39:51.121Z] d747dcd14b5f: Waiting [2021-03-04T18:39:51.121Z] 2de7ff778b66: Waiting [2021-03-04T18:39:51.121Z] 0d9ebad4ef96: Waiting [2021-03-04T18:39:51.121Z] 9712f1f96733: Verifying Checksum [2021-03-04T18:39:51.121Z] 9712f1f96733: Download complete [2021-03-04T18:39:52.604Z] 63f879dbbcfc: Verifying Checksum [2021-03-04T18:39:52.604Z] 63f879dbbcfc: Download complete [2021-03-04T18:39:52.604Z] e9a5061849ea: Verifying Checksum [2021-03-04T18:39:52.604Z] e9a5061849ea: Download complete [2021-03-04T18:39:52.604Z] d747dcd14b5f: Verifying Checksum [2021-03-04T18:39:52.604Z] d747dcd14b5f: Download complete [2021-03-04T18:39:53.231Z] 2de7ff778b66: Verifying Checksum [2021-03-04T18:39:53.231Z] 2de7ff778b66: Download complete [2021-03-04T18:39:53.231Z] 0d9ebad4ef96: Verifying Checksum [2021-03-04T18:39:53.231Z] 0d9ebad4ef96: Download complete [2021-03-04T18:39:53.512Z] ab5ef0e58194: Verifying Checksum [2021-03-04T18:39:53.512Z] ab5ef0e58194: Download complete [2021-03-04T18:39:57.730Z] ab5ef0e58194: Pull complete [2021-03-04T18:39:57.730Z] 9712f1f96733: Pull complete [2021-03-04T18:40:00.276Z] 63f879dbbcfc: Pull complete [2021-03-04T18:40:06.882Z] 0d9ebad4ef96: Pull complete [2021-03-04T18:40:07.825Z] e9a5061849ea: Pull complete [2021-03-04T18:40:07.825Z] d747dcd14b5f: Pull complete [2021-03-04T18:40:10.376Z] 2de7ff778b66: Pull complete [2021-03-04T18:40:10.377Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-04T18:40:10.377Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T18:40:10.377Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-04T18:40:10.500Z] prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container [2021-03-04T18:40:10.537Z] $ 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-03-04T18:40:14.126Z] $ docker top 3a497abd849ed3773a680869732e74749167805fb89597425c34e13034aaa848 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-04T18:40:14.337Z] provisioning config files... [2021-03-04T18:40:14.346Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config8048413795788437565tmp [2021-03-04T18:40:14.363Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config9195005524581629095tmp [2021-03-04T18:40:14.376Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config2507696723535403144tmp [Pipeline] { [Pipeline] echo [2021-03-04T18:40:14.436Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:40:14.728Z] ---> sigul-configuration.sh [2021-03-04T18:40:14.728Z] gpg: directory `/root/.gnupg' created [2021-03-04T18:40:14.728Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-04T18:40:14.728Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-04T18:40:14.728Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-04T18:40:14.728Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-04T18:40:14.728Z] gpg: CAST5 encrypted data [2021-03-04T18:40:14.990Z] gpg: encrypted with 1 passphrase [2021-03-04T18:40:14.990Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-04T18:40:15.284Z] + mkdir /home/jenkins [2021-03-04T18:40:15.284Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-04T18:40:15.576Z] + 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-03-04T18:40:15.587Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:40:15.880Z] ---> sigul-install.sh [2021-03-04T18:40:22.462Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-04T18:40:22.756Z] + git tag --list [2021-03-04T18:40:22.756Z] v1.0.0 [2021-03-04T18:40:22.756Z] v1.1.0 [2021-03-04T18:40:22.756Z] v1.2.0 [2021-03-04T18:40:22.756Z] v1.3.0 [2021-03-04T18:40:22.756Z] v1.3.1 [2021-03-04T18:40:22.756Z] v1.3.1-dev.1 [2021-03-04T18:40:22.756Z] v1.3.1-dev.2 [2021-03-04T18:40:22.756Z] v1.3.1-dev.3 [2021-03-04T18:40:22.756Z] v2.0.0-dev.1 [2021-03-04T18:40:22.756Z] v2.0.0-dev.10 [2021-03-04T18:40:22.756Z] v2.0.0-dev.11 [2021-03-04T18:40:22.756Z] v2.0.0-dev.12 [2021-03-04T18:40:22.756Z] v2.0.0-dev.13 [2021-03-04T18:40:22.756Z] v2.0.0-dev.14 [2021-03-04T18:40:22.756Z] v2.0.0-dev.15 [2021-03-04T18:40:22.756Z] v2.0.0-dev.16 [2021-03-04T18:40:22.756Z] v2.0.0-dev.17 [2021-03-04T18:40:22.756Z] v2.0.0-dev.18 [2021-03-04T18:40:22.756Z] v2.0.0-dev.19 [2021-03-04T18:40:22.756Z] v2.0.0-dev.2 [2021-03-04T18:40:22.756Z] v2.0.0-dev.20 [2021-03-04T18:40:22.756Z] v2.0.0-dev.21 [2021-03-04T18:40:22.756Z] v2.0.0-dev.3 [2021-03-04T18:40:22.756Z] v2.0.0-dev.4 [2021-03-04T18:40:22.756Z] v2.0.0-dev.5 [2021-03-04T18:40:22.756Z] v2.0.0-dev.6 [2021-03-04T18:40:22.756Z] v2.0.0-dev.7 [2021-03-04T18:40:22.756Z] v2.0.0-dev.8 [2021-03-04T18:40:22.756Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-04T18:40:23.052Z] + lftools sign git-tag v2.0.0-dev.21 [2021-03-04T18:40:23.994Z] Signing Git tag with Sigul... [2021-03-04T18:40:23.994Z] Signing v2.0.0-dev.21 [Pipeline] echo [2021-03-04T18:40:24.945Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:40:25.236Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-04T18:40:25.244Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-04T18:40:25.333Z] $ docker stop --time=1 3a497abd849ed3773a680869732e74749167805fb89597425c34e13034aaa848 [2021-03-04T18:40:27.154Z] $ docker rm -f 3a497abd849ed3773a680869732e74749167805fb89597425c34e13034aaa848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:40:28.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T18:40:28.087Z] . [Pipeline] withDockerContainer [2021-03-04T18:40:28.179Z] prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container [2021-03-04T18:40:28.213Z] $ 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-03-04T18:40:28.799Z] $ docker top 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T18:40:29.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T18:40:29.113Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T18:40:29.296Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T18:40:29.292Z] $ docker exec 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee ssh-agent [2021-03-04T18:40:29.458Z] SSH_AUTH_SOCK=/tmp/ssh-FM38GMIJkvMf/agent.12 [2021-03-04T18:40:29.458Z] SSH_AGENT_PID=17 [2021-03-04T18:40:29.465Z] Running ssh-add (command line suppressed) [2021-03-04T18:40:29.582Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7245223603894106203.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7245223603894106203.key) [2021-03-04T18:40:29.641Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T18:40:30.051Z] + git semver bump pre [2021-03-04T18:40:30.052Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T18:40:30.052Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-04T18:40:30.052Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-04T18:40:30.052Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T18:40:30.052Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T18:40:30.052Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T18:40:30.052Z] # $SEMVER_BRANCH = master [2021-03-04T18:40:30.052Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-04T18:40:30.052Z] 2.0.0-dev.22 [Pipeline] } [2021-03-04T18:40:30.056Z] $ docker exec --env ******** --env ******** 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee ssh-agent -k [2021-03-04T18:40:30.171Z] unset SSH_AUTH_SOCK; [2021-03-04T18:40:30.171Z] unset SSH_AGENT_PID; [2021-03-04T18:40:30.171Z] echo Agent pid 17 killed; [2021-03-04T18:40:30.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T18:40:30.829Z] + git semver [Pipeline] } [2021-03-04T18:40:30.839Z] $ docker stop --time=1 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee [2021-03-04T18:40:32.195Z] $ docker rm -f 730645fd56239709775311cb9ded5382cd0e751fd6f7d1328b3fdbe190b0cdee [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:40:32.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T18:40:32.714Z] . [Pipeline] withDockerContainer [2021-03-04T18:40:32.808Z] prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container [2021-03-04T18:40:32.849Z] $ 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-03-04T18:40:33.422Z] $ docker top 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T18:40:33.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T18:40:33.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T18:40:33.882Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T18:40:33.879Z] $ docker exec 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d ssh-agent [2021-03-04T18:40:34.051Z] SSH_AUTH_SOCK=/tmp/ssh-xg7Fbi4JAY8m/agent.12 [2021-03-04T18:40:34.052Z] SSH_AGENT_PID=17 [2021-03-04T18:40:34.057Z] Running ssh-add (command line suppressed) [2021-03-04T18:40:34.180Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7753445933502499322.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7753445933502499322.key) [2021-03-04T18:40:34.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T18:40:34.569Z] + git semver push [2021-03-04T18:40:34.569Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T18:40:34.569Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-04T18:40:34.569Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-04T18:40:34.569Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T18:40:34.569Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T18:40:34.569Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T18:40:34.569Z] # $SEMVER_BRANCH = master [2021-03-04T18:40:34.569Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-04T18:40:38.794Z] $ docker exec --env ******** --env ******** 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d ssh-agent -k [2021-03-04T18:40:38.906Z] unset SSH_AUTH_SOCK; [2021-03-04T18:40:38.907Z] unset SSH_AGENT_PID; [2021-03-04T18:40:38.907Z] echo Agent pid 17 killed; [2021-03-04T18:40:38.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T18:40:39.429Z] + git semver [Pipeline] } [2021-03-04T18:40:39.439Z] $ docker stop --time=1 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d [2021-03-04T18:40:40.782Z] $ docker rm -f 3701cef8abba8903f0d51dfeea5bd5e90b37069b41a668608585521e5bd5a20d [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-03-04T18:40:42.360Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:40:42.923Z] ---> package-listing.sh [2021-03-04T18:40:42.923Z] ++ facter osfamily [2021-03-04T18:40:42.923Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T18:40:42.923Z] + OS_FAMILY=redhat [2021-03-04T18:40:42.923Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-04T18:40:42.923Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T18:40:42.923Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T18:40:42.923Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T18:40:42.923Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T18:40:42.923Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-04T18:40:42.923Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T18:40:42.923Z] + case "${OS_FAMILY}" in [2021-03-04T18:40:42.923Z] + rpm -qa [2021-03-04T18:40:42.923Z] + sort [2021-03-04T18:40:47.164Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T18:40:47.164Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T18:40:47.164Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T18:40:47.164Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-04T18:40:47.164Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-04T18:40:47.164Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-03-04T18:40:47.205Z] 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-03-04T18:40:47.728Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:40:48.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T18:40:48.030Z] [2021-03-04T18:40:48.030Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T18:40:48.399Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T18:40:48.400Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T18:40:48.400Z] df20fa9351a1: Pulling fs layer [2021-03-04T18:40:48.400Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T18:40:48.400Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T18:40:48.400Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T18:40:48.400Z] 93b61091891f: Pulling fs layer [2021-03-04T18:40:48.400Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T18:40:48.400Z] 5e14af77c1be: Pulling fs layer [2021-03-04T18:40:48.400Z] 01666e4c0597: Pulling fs layer [2021-03-04T18:40:48.400Z] aa168da1d23b: Pulling fs layer [2021-03-04T18:40:48.400Z] 93b9cdb0e59b: Waiting [2021-03-04T18:40:48.400Z] 5e14af77c1be: Waiting [2021-03-04T18:40:48.400Z] 01666e4c0597: Waiting [2021-03-04T18:40:48.400Z] aa168da1d23b: Waiting [2021-03-04T18:40:48.400Z] 46f8f816bc3b: Waiting [2021-03-04T18:40:48.400Z] 93b61091891f: Waiting [2021-03-04T18:40:48.400Z] 36b3adc4ff6f: Verifying Checksum [2021-03-04T18:40:48.400Z] 36b3adc4ff6f: Download complete [2021-03-04T18:40:48.400Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T18:40:48.400Z] 46f8f816bc3b: Download complete [2021-03-04T18:40:48.400Z] df20fa9351a1: Verifying Checksum [2021-03-04T18:40:48.400Z] df20fa9351a1: Download complete [2021-03-04T18:40:48.400Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T18:40:48.400Z] 93b9cdb0e59b: Download complete [2021-03-04T18:40:48.663Z] 5e14af77c1be: Verifying Checksum [2021-03-04T18:40:48.663Z] 5e14af77c1be: Download complete [2021-03-04T18:40:48.663Z] 01666e4c0597: Verifying Checksum [2021-03-04T18:40:48.663Z] 01666e4c0597: Download complete [2021-03-04T18:40:48.663Z] 93b61091891f: Verifying Checksum [2021-03-04T18:40:48.663Z] 93b61091891f: Download complete [2021-03-04T18:40:48.663Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T18:40:48.663Z] 8ad3a11d3b57: Download complete [2021-03-04T18:40:48.927Z] df20fa9351a1: Pull complete [2021-03-04T18:40:49.191Z] 36b3adc4ff6f: Pull complete [2021-03-04T18:40:50.137Z] 8ad3a11d3b57: Pull complete [2021-03-04T18:40:50.137Z] 46f8f816bc3b: Pull complete [2021-03-04T18:40:50.398Z] aa168da1d23b: Verifying Checksum [2021-03-04T18:40:50.398Z] aa168da1d23b: Download complete [2021-03-04T18:40:50.664Z] 93b61091891f: Pull complete [2021-03-04T18:40:50.925Z] 93b9cdb0e59b: Pull complete [2021-03-04T18:40:51.187Z] 5e14af77c1be: Pull complete [2021-03-04T18:40:51.187Z] 01666e4c0597: Pull complete [2021-03-04T18:40:57.800Z] aa168da1d23b: Pull complete [2021-03-04T18:40:57.800Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T18:40:57.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T18:40:57.800Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T18:40:57.909Z] prd-centos7-docker-4c-2g-28527 does not seem to be running inside a container [2021-03-04T18:40:57.949Z] $ 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-03-04T18:41:01.031Z] $ docker top 490ff1dc29c9fb06c7e66b7d38b5efd725af7177abb4f9277efec483977faf37 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T18:41:01.515Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T18:41:01.807Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T18:41:02.102Z] + ls /var/log/sa-host [2021-03-04T18:41:02.102Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T18:41:02.102Z] file_magic: OK [2021-03-04T18:41:02.102Z] HZ: Using current value: 100 [2021-03-04T18:41:02.102Z] file_header: OK [2021-03-04T18:41:02.102Z] 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-03-04T18:41:02.102Z] Statistics: [2021-03-04T18:41:02.102Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T18:41:02.102Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T18:41:02.102Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T18:41:02.102Z] file_magic: OK [2021-03-04T18:41:02.102Z] HZ: Using current value: 100 [2021-03-04T18:41:02.102Z] file_header: OK [2021-03-04T18:41:02.102Z] 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-03-04T18:41:02.102Z] Statistics: [2021-03-04T18:41:02.102Z] Hnuu...uuuununununu... [2021-03-04T18:41:02.102Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T18:41:02.773Z] provisioning config files... [2021-03-04T18:41:02.792Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6713837780015320580tmp [Pipeline] { [Pipeline] echo [2021-03-04T18:41:02.928Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:41:03.221Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T18:41:03.230Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T18:41:03.319Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:41:03.637Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T18:41:03.648Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:41:03.939Z] ---> sudo-logs.sh [2021-03-04T18:41:03.939Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T18:41:04.022Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:41:04.321Z] ---> job-cost.sh [2021-03-04T18:41:04.321Z] lf-activate-venv: SKIPPING [2021-03-04T18:41:04.321Z] DEBUG: total: 0.20999999344348907 [2021-03-04T18:41:04.321Z] INFO: Retrieving Stack Cost... [2021-03-04T18:41:05.263Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T18:41:05.835Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T18:41:05.850Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T18:41:06.143Z] ---> logs-deploy.sh [2021-03-04T18:41:06.143Z] lf-activate-venv: SKIPPING [2021-03-04T18:41:06.143Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/91 [2021-03-04T18:41:06.143Z] INFO: archiving workspace using pattern(s): [2021-03-04T18:41:07.546Z] Archives upload complete. [2021-03-04T18:41:07.546Z] INFO: archiving logs to Nexus