Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0069c0071126a1984f4d401b84762ee0b095f816 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 ‘prd-centos7-docker-4c-2g-28247’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28243’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28248 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0069c0071126a1984f4d401b84762ee0b095f816 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206)" > git rev-list --no-walk ca2daa4fd360815664e6b23cd370da3c66a81a1c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-02T18:18:53.112Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-02T18:18:53.372Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-02T18:18:53.468Z] ========================================================= [2021-03-02T18:18:53.468Z] EdgeX Global Pipelines Version Info [2021-03-02T18:18:53.468Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:18:55.010Z] ------------------- [2021-03-02T18:18:55.010Z] stable info: [2021-03-02T18:18:55.010Z] ------------------- [2021-03-02T18:18:55.010Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-02T18:18:55.010Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-02T18:18:55.010Z] Message: update stable to v1.0.184 [2021-03-02T18:18:55.968Z] ------------------- [2021-03-02T18:18:55.968Z] experimental info: [2021-03-02T18:18:55.968Z] ------------------- [2021-03-02T18:18:55.968Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-02T18:18:55.968Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-02T18:18:55.968Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-02T18:18:56.229Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-02T18:18:56.317Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-02T18:18:56.417Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-02T18:18:56.533Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-02T18:18:56.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-02T18:18:56.707Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-02T18:18:56.795Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-02T18:18:56.879Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-02T18:18:56.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-02T18:18:57.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-02T18:18:57.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-02T18:18:57.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-02T18:18:57.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-02T18:18:57.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-02T18:18:57.472Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T18:18:57.557Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T18:18:57.634Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-02T18:18:57.740Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-02T18:18:57.820Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-02T18:18:57.921Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-02T18:18:57.999Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-02T18:18:58.106Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-02T18:18:58.193Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-02T18:18:58.279Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-02T18:18:58.361Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-02T18:18:58.453Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-02T18:18:58.539Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-02T18:18:58.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-02T18:18:58.731Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-02T18:18:58.856Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] echo [2021-03-02T18:18:58.963Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0069c00 [Pipeline] echo [2021-03-02T18:18:59.050Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T18:18:59.216Z] provisioning config files... [2021-03-02T18:18:59.242Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config7434659235634630644tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:18:59.597Z] ---> docker-login.sh [2021-03-02T18:18:59.597Z] nexus3.edgexfoundry.org:10001 [2021-03-02T18:18:59.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:18:59.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:18:59.859Z] Configure a credential helper to remove this warning. See [2021-03-02T18:18:59.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:18:59.859Z] [2021-03-02T18:18:59.859Z] Login Succeeded [2021-03-02T18:18:59.859Z] nexus3.edgexfoundry.org:10002 [2021-03-02T18:19:00.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:19:00.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:19:00.124Z] Configure a credential helper to remove this warning. See [2021-03-02T18:19:00.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:19:00.124Z] [2021-03-02T18:19:00.124Z] Login Succeeded [2021-03-02T18:19:00.124Z] nexus3.edgexfoundry.org:10003 [2021-03-02T18:19:00.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:19:00.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:19:00.386Z] Configure a credential helper to remove this warning. See [2021-03-02T18:19:00.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:19:00.386Z] [2021-03-02T18:19:00.386Z] Login Succeeded [2021-03-02T18:19:00.386Z] nexus3.edgexfoundry.org:10004 [2021-03-02T18:19:00.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:19:00.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:19:00.386Z] Configure a credential helper to remove this warning. See [2021-03-02T18:19:00.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:19:00.386Z] [2021-03-02T18:19:00.386Z] Login Succeeded [2021-03-02T18:19:00.386Z] docker.io [2021-03-02T18:19:00.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:19:00.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:19:00.919Z] Configure a credential helper to remove this warning. See [2021-03-02T18:19:00.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:19:00.919Z] [2021-03-02T18:19:00.919Z] Login Succeeded [2021-03-02T18:19:00.919Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T18:19:00.927Z] 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-02T18:19:01.777Z] + git log --format=format:%s -1 0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] echo [2021-03-02T18:19:01.843Z] GIT_COMMIT: 0069c0071126a1984f4d401b84762ee0b095f816, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206) [Pipeline] echo [2021-03-02T18:19:01.886Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:19:02.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T18:19:02.916Z] [2021-03-02T18:19:02.916Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:19:03.291Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T18:19:03.291Z] latest: Pulling from edgex-devops/git-semver [2021-03-02T18:19:03.291Z] 31603596830f: Pulling fs layer [2021-03-02T18:19:03.291Z] 2a8b12db71e7: Pulling fs layer [2021-03-02T18:19:03.291Z] 6ca5941a6612: Pulling fs layer [2021-03-02T18:19:03.291Z] ecc8261a40a4: Pulling fs layer [2021-03-02T18:19:03.291Z] ecc8261a40a4: Waiting [2021-03-02T18:19:03.291Z] 2a8b12db71e7: Download complete [2021-03-02T18:19:03.291Z] 31603596830f: Verifying Checksum [2021-03-02T18:19:03.291Z] 31603596830f: Download complete [2021-03-02T18:19:03.554Z] ecc8261a40a4: Verifying Checksum [2021-03-02T18:19:03.554Z] ecc8261a40a4: Download complete [2021-03-02T18:19:03.554Z] 6ca5941a6612: Verifying Checksum [2021-03-02T18:19:03.554Z] 6ca5941a6612: Download complete [2021-03-02T18:19:03.816Z] 31603596830f: Pull complete [2021-03-02T18:19:04.079Z] 2a8b12db71e7: Pull complete [2021-03-02T18:19:04.659Z] 6ca5941a6612: Pull complete [2021-03-02T18:19:04.921Z] ecc8261a40a4: Pull complete [2021-03-02T18:19:04.921Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-02T18:19:05.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T18:19:05.185Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-02T18:19:05.289Z] prd-centos7-docker-4c-2g-28248 does not seem to be running inside a container [2021-03-02T18:19:05.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-02T18:19:07.344Z] $ docker top 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-02T18:19:07.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T18:19:07.662Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T18:19:07.883Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T18:19:07.886Z] $ docker exec 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent [2021-03-02T18:19:08.063Z] SSH_AUTH_SOCK=/tmp/ssh-1wAhufJegcJP/agent.12 [2021-03-02T18:19:08.063Z] SSH_AGENT_PID=18 [2021-03-02T18:19:08.076Z] Running ssh-add (command line suppressed) [2021-03-02T18:19:08.204Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4819925938649721753.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4819925938649721753.key) [2021-03-02T18:19:08.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T18:19:08.591Z] + git tag --points-at HEAD [Pipeline] } [2021-03-02T18:19:08.618Z] $ docker exec --env ******** --env ******** 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent -k [2021-03-02T18:19:08.736Z] unset SSH_AUTH_SOCK; [2021-03-02T18:19:08.736Z] unset SSH_AGENT_PID; [2021-03-02T18:19:08.736Z] echo Agent pid 18 killed; [2021-03-02T18:19:08.796Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-02T18:19:08.934Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T18:19:08.934Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T18:19:09.107Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T18:19:09.111Z] $ docker exec 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent [2021-03-02T18:19:09.281Z] SSH_AUTH_SOCK=/tmp/ssh-GRhZisLV9uk3/agent.47 [2021-03-02T18:19:09.281Z] SSH_AGENT_PID=52 [2021-03-02T18:19:09.288Z] Running ssh-add (command line suppressed) [2021-03-02T18:19:09.412Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1661332563021060597.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1661332563021060597.key) [2021-03-02T18:19:09.466Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T18:19:09.800Z] + git semver init [2021-03-02T18:19:09.800Z] # -> Open(): unable to determine branch for HEAD [2021-03-02T18:19:09.800Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-02T18:19:09.800Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-02T18:19:09.800Z] # $SEMVER_REMOTE_NAME = origin [2021-03-02T18:19:09.800Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-02T18:19:09.800Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-02T18:19:09.800Z] # $SEMVER_BRANCH = master [2021-03-02T18:19:09.800Z] # $SEMVER_TEMP = /tmp/semver-529996822 [2021-03-02T18:19:09.800Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-02T18:19:10.373Z] # '/tmp/semver-529996822' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-02T18:19:10.373Z] # -> Force: false [2021-03-02T18:19:10.373Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-02T18:19:10.386Z] $ docker exec --env ******** --env ******** 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b ssh-agent -k [2021-03-02T18:19:10.507Z] unset SSH_AUTH_SOCK; [2021-03-02T18:19:10.507Z] unset SSH_AGENT_PID; [2021-03-02T18:19:10.507Z] echo Agent pid 52 killed; [2021-03-02T18:19:10.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T18:19:11.076Z] + git semver [Pipeline] } [2021-03-02T18:19:11.094Z] $ docker stop --time=1 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b [2021-03-02T18:19:12.571Z] $ docker rm -f 83cb2083aa5b64e0b3e6b714ac10cde9b4b79d9d62355263b67a521c4904c26b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T18:19:13.033Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-02T18:19:13.438Z] Stashed 1 file(s) [Pipeline] echo [2021-03-02T18:19:13.441Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [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-02T18:19:28.983Z] Still waiting to schedule task [2021-03-02T18:19:28.983Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-02T18:19:28.986Z] Still waiting to schedule task [2021-03-02T18:19:28.986Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-02T18:21:21.469Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28250 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-02T18:21:21.527Z] Running in /w/workspace/app-service-configurable/89 [Pipeline] { [Pipeline] checkout [2021-03-02T18:21:21.837Z] Running on prd-centos7-docker-4c-2g-28249 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-02T18:21:21.926Z] Running in /w/workspace/app-service-configurable/89 [Pipeline] { [Pipeline] checkout [2021-03-02T18:21:26.348Z] using credential edgex-jenkins-ssh [2021-03-02T18:21:26.405Z] Cloning the remote Git repository [2021-03-02T18:21:26.869Z] using credential edgex-jenkins-ssh [2021-03-02T18:21:26.501Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T18:21:26.628Z] > git init /w/workspace/app-service-configurable/89 # timeout=10 [2021-03-02T18:21:26.861Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T18:21:26.861Z] > git --version # timeout=10 [2021-03-02T18:21:26.927Z] Cloning the remote Git repository [2021-03-02T18:21:26.980Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T18:21:27.079Z] > git init /w/workspace/app-service-configurable/89 # timeout=10 [2021-03-02T18:21:27.150Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T18:21:27.150Z] > git --version # timeout=10 [2021-03-02T18:21:27.166Z] > git --version # 'git version 2.17.1' [2021-03-02T18:21:27.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T18:21:27.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T18:21:26.985Z] > git --version # 'git version 2.24.3' [2021-03-02T18:21:26.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T18:21:27.107Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T18:21:27.947Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T18:21:28.007Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T18:21:28.083Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T18:21:28.530Z] Checking out Revision 0069c0071126a1984f4d401b84762ee0b095f816 (master) [2021-03-02T18:21:29.075Z] Checking out Revision 0069c0071126a1984f4d401b84762ee0b095f816 (master) [2021-03-02T18:21:27.972Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T18:21:27.992Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T18:21:28.027Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T18:21:28.065Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T18:21:28.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T18:21:28.076Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-02T18:21:28.560Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T18:21:28.580Z] > git checkout -f 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 [2021-03-02T18:21:28.176Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T18:21:28.176Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T18:21:28.199Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-02T18:21:29.145Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T18:21:29.270Z] > git checkout -f 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 [2021-03-02T18:21:32.921Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206)" [2021-03-02T18:21:33.253Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#206)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-02T18:21:34.498Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-02T18:21:35.233Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-03-02T18:21:35.302Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-03-02T18:21:35.692Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-02T18:21:35.805Z] + sudo service docker restart [2021-03-02T18:21:35.805Z] + true [2021-03-02T18:21:36.031Z] + sudo service docker restart [2021-03-02T18:21:36.031Z] + true [2021-03-02T18:21:36.031Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T18:21:38.044Z] provisioning config files... [2021-03-02T18:21:38.076Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config7949653619179097043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-03-02T18:21:38.473Z] ---> docker-login.sh [2021-03-02T18:21:38.473Z] nexus3.edgexfoundry.org:10001 [Pipeline] wrap [2021-03-02T18:21:38.514Z] provisioning config files... [2021-03-02T18:21:38.560Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config4275292346062752780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:21:38.982Z] ---> docker-login.sh [2021-03-02T18:21:38.982Z] nexus3.edgexfoundry.org:10001 [2021-03-02T18:21:39.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:39.458Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:39.458Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:39.458Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:39.458Z] [2021-03-02T18:21:39.458Z] Login Succeeded [2021-03-02T18:21:39.458Z] nexus3.edgexfoundry.org:10002 [2021-03-02T18:21:39.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:40.117Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:40.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:40.236Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:40.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:40.236Z] [2021-03-02T18:21:40.236Z] Login Succeeded [2021-03-02T18:21:40.236Z] nexus3.edgexfoundry.org:10002 [2021-03-02T18:21:40.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:40.464Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:40.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:40.464Z] [2021-03-02T18:21:40.464Z] Login Succeeded [2021-03-02T18:21:40.464Z] nexus3.edgexfoundry.org:10003 [2021-03-02T18:21:40.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:40.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:40.507Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:40.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:40.507Z] [2021-03-02T18:21:40.507Z] Login Succeeded [2021-03-02T18:21:40.782Z] nexus3.edgexfoundry.org:10003 [2021-03-02T18:21:41.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:41.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:41.058Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:41.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:41.058Z] [2021-03-02T18:21:41.058Z] Login Succeeded [2021-03-02T18:21:41.058Z] nexus3.edgexfoundry.org:10004 [2021-03-02T18:21:41.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:41.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:41.163Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:41.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:41.163Z] [2021-03-02T18:21:41.163Z] Login Succeeded [2021-03-02T18:21:41.163Z] nexus3.edgexfoundry.org:10004 [2021-03-02T18:21:41.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:41.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:41.607Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:41.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:41.607Z] [2021-03-02T18:21:41.607Z] Login Succeeded [2021-03-02T18:21:41.607Z] docker.io [2021-03-02T18:21:41.881Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:41.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:21:41.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:41.885Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:41.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:41.885Z] [2021-03-02T18:21:41.885Z] Login Succeeded [2021-03-02T18:21:41.885Z] docker.io [2021-03-02T18:21:42.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:42.478Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:42.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:42.478Z] [2021-03-02T18:21:42.478Z] Login Succeeded [2021-03-02T18:21:42.478Z] ---> docker-login.sh ends [2021-03-02T18:21:42.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-03-02T18:21:42.494Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-02T18:21:42.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:21:42.770Z] Configure a credential helper to remove this warning. See [2021-03-02T18:21:42.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:21:42.770Z] [2021-03-02T18:21:42.770Z] Login Succeeded [2021-03-02T18:21:42.770Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T18:21:42.806Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-02T18:21:43.059Z] ========================================================= [2021-03-02T18:21:43.059Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-02T18:21:43.059Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-03-02T18:21:43.313Z] ========================================================= [2021-03-02T18:21:43.313Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-02T18:21:43.313Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:21:43.444Z] + 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-02T18:21:43.445Z] Sending build context to Docker daemon 100.9kB [2021-03-02T18:21:43.724Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T18:21:43.724Z] Step 2/8 : FROM ${BASE} [2021-03-02T18:21:43.724Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-02T18:21:43.724Z] 5f621e34cdf4: Pulling fs layer [2021-03-02T18:21:43.726Z] + 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-02T18:21:44.006Z] a4357932f1b6: Pulling fs layer [2021-03-02T18:21:44.006Z] 18c013af1878: Pulling fs layer [2021-03-02T18:21:44.006Z] 00ac8860ef70: Pulling fs layer [2021-03-02T18:21:44.006Z] 63d7cb157983: Pulling fs layer [2021-03-02T18:21:44.006Z] b116817d02f9: Pulling fs layer [2021-03-02T18:21:44.006Z] 745a02a5169b: Pulling fs layer [2021-03-02T18:21:44.006Z] 63d7cb157983: Waiting [2021-03-02T18:21:44.006Z] b116817d02f9: Waiting [2021-03-02T18:21:44.006Z] 745a02a5169b: Waiting [2021-03-02T18:21:44.006Z] 00ac8860ef70: Waiting [2021-03-02T18:21:44.006Z] a4357932f1b6: Verifying Checksum [2021-03-02T18:21:44.006Z] a4357932f1b6: Download complete [2021-03-02T18:21:44.006Z] 18c013af1878: Verifying Checksum [2021-03-02T18:21:44.006Z] 18c013af1878: Download complete [2021-03-02T18:21:44.006Z] 63d7cb157983: Verifying Checksum [2021-03-02T18:21:44.006Z] 63d7cb157983: Download complete [2021-03-02T18:21:44.006Z] b116817d02f9: Download complete [2021-03-02T18:21:44.101Z] Sending build context to Docker daemon 100.9kB [2021-03-02T18:21:44.291Z] 5f621e34cdf4: Verifying Checksum [2021-03-02T18:21:44.291Z] 5f621e34cdf4: Download complete [2021-03-02T18:21:44.374Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T18:21:44.374Z] Step 2/8 : FROM ${BASE} [2021-03-02T18:21:44.953Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-02T18:21:44.953Z] 188c0c94c7c5: Pulling fs layer [2021-03-02T18:21:44.953Z] 0ef7d3d256c8: Pulling fs layer [2021-03-02T18:21:44.953Z] de9db76c5a1d: Pulling fs layer [2021-03-02T18:21:44.953Z] bca2f99d35d6: Pulling fs layer [2021-03-02T18:21:44.953Z] 93359f2a8cfa: Pulling fs layer [2021-03-02T18:21:44.953Z] 7c6f9722023f: Pulling fs layer [2021-03-02T18:21:44.953Z] a35cf1a2eb13: Pulling fs layer [2021-03-02T18:21:44.953Z] 93359f2a8cfa: Waiting [2021-03-02T18:21:44.953Z] 7c6f9722023f: Waiting [2021-03-02T18:21:44.953Z] a35cf1a2eb13: Waiting [2021-03-02T18:21:44.953Z] bca2f99d35d6: Waiting [2021-03-02T18:21:44.953Z] de9db76c5a1d: Verifying Checksum [2021-03-02T18:21:44.953Z] de9db76c5a1d: Download complete [2021-03-02T18:21:44.953Z] 0ef7d3d256c8: Verifying Checksum [2021-03-02T18:21:44.953Z] 0ef7d3d256c8: Download complete [2021-03-02T18:21:45.219Z] 93359f2a8cfa: Verifying Checksum [2021-03-02T18:21:45.219Z] 93359f2a8cfa: Download complete [2021-03-02T18:21:45.219Z] 7c6f9722023f: Verifying Checksum [2021-03-02T18:21:45.219Z] 7c6f9722023f: Download complete [2021-03-02T18:21:45.279Z] 5f621e34cdf4: Pull complete [2021-03-02T18:21:45.494Z] 188c0c94c7c5: Verifying Checksum [2021-03-02T18:21:45.494Z] 188c0c94c7c5: Download complete [2021-03-02T18:21:45.555Z] a4357932f1b6: Pull complete [2021-03-02T18:21:45.791Z] 188c0c94c7c5: Pull complete [2021-03-02T18:21:45.826Z] 18c013af1878: Pull complete [2021-03-02T18:21:46.417Z] 0ef7d3d256c8: Pull complete [2021-03-02T18:21:46.692Z] de9db76c5a1d: Pull complete [2021-03-02T18:21:49.215Z] 745a02a5169b: Verifying Checksum [2021-03-02T18:21:49.215Z] 745a02a5169b: Download complete [2021-03-02T18:21:49.290Z] a35cf1a2eb13: Verifying Checksum [2021-03-02T18:21:49.290Z] a35cf1a2eb13: Download complete [2021-03-02T18:21:49.488Z] 00ac8860ef70: Verifying Checksum [2021-03-02T18:21:49.488Z] 00ac8860ef70: Download complete [2021-03-02T18:21:50.262Z] bca2f99d35d6: Verifying Checksum [2021-03-02T18:21:50.262Z] bca2f99d35d6: Download complete [2021-03-02T18:22:01.926Z] 00ac8860ef70: Pull complete [2021-03-02T18:22:01.926Z] 63d7cb157983: Pull complete [2021-03-02T18:22:01.926Z] b116817d02f9: Pull complete [2021-03-02T18:22:04.549Z] 745a02a5169b: Pull complete [2021-03-02T18:22:04.549Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-02T18:22:04.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-02T18:22:04.549Z] ---> b7e6874047d6 [2021-03-02T18:22:04.549Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-02T18:22:05.708Z] bca2f99d35d6: Pull complete [2021-03-02T18:22:05.708Z] 93359f2a8cfa: Pull complete [2021-03-02T18:22:05.979Z] 7c6f9722023f: Pull complete [2021-03-02T18:22:07.171Z] ---> Running in 2004a2c0dfd3 [2021-03-02T18:22:07.171Z] Removing intermediate container 2004a2c0dfd3 [2021-03-02T18:22:07.171Z] ---> f16209a8cd5d [2021-03-02T18:22:07.171Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T18:22:07.446Z] ---> Running in 972695fe302c [2021-03-02T18:22:09.435Z] Removing intermediate container 972695fe302c [2021-03-02T18:22:09.435Z] ---> 74fd78f3a6f6 [2021-03-02T18:22:09.435Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-02T18:22:09.707Z] ---> Running in 63648aada9e6 [2021-03-02T18:22:10.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T18:22:11.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T18:22:12.256Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-02T18:22:12.256Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-02T18:22:12.256Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-02T18:22:12.256Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-02T18:22:12.529Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T18:22:12.529Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-02T18:22:12.529Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T18:22:12.802Z] OK: 144 MiB in 45 packages [2021-03-02T18:22:14.236Z] Removing intermediate container 63648aada9e6 [2021-03-02T18:22:14.236Z] ---> d3068b6a5f61 [2021-03-02T18:22:14.236Z] Step 6/8 : WORKDIR /app [2021-03-02T18:22:14.236Z] ---> Running in 8726cb0d8ef4 [2021-03-02T18:22:14.495Z] a35cf1a2eb13: Pull complete [2021-03-02T18:22:14.495Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-02T18:22:14.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-02T18:22:14.495Z] ---> a62c8e92a672 [2021-03-02T18:22:14.495Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-02T18:22:14.495Z] ---> Running in 48e9d37fcb9c [2021-03-02T18:22:14.511Z] Removing intermediate container 8726cb0d8ef4 [2021-03-02T18:22:14.511Z] ---> 3c2d1de1ae47 [2021-03-02T18:22:14.511Z] Step 7/8 : COPY . . [2021-03-02T18:22:14.799Z] Removing intermediate container 48e9d37fcb9c [2021-03-02T18:22:14.799Z] ---> a9367e596eaf [2021-03-02T18:22:14.799Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T18:22:14.799Z] ---> Running in 81ee8c54658c [2021-03-02T18:22:15.503Z] ---> 3cf50ed594f4 [2021-03-02T18:22:15.503Z] Step 8/8 : RUN go mod download [2021-03-02T18:22:15.503Z] ---> Running in 35e3d029b083 [2021-03-02T18:22:18.355Z] Removing intermediate container 81ee8c54658c [2021-03-02T18:22:18.355Z] ---> ec047b39a901 [2021-03-02T18:22:18.355Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-02T18:22:18.355Z] ---> Running in b63006907b6e [2021-03-02T18:22:19.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T18:22:20.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T18:22:20.653Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-02T18:22:20.919Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-02T18:22:20.919Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-02T18:22:20.919Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-02T18:22:21.188Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T18:22:21.188Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-02T18:22:21.188Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T18:22:21.188Z] OK: 167 MiB in 45 packages [2021-03-02T18:22:22.157Z] Removing intermediate container b63006907b6e [2021-03-02T18:22:22.157Z] ---> 35924698480c [2021-03-02T18:22:22.157Z] Step 6/8 : WORKDIR /app [2021-03-02T18:22:22.429Z] ---> Running in f3e89269baf2 [2021-03-02T18:22:22.429Z] Removing intermediate container f3e89269baf2 [2021-03-02T18:22:22.429Z] ---> ff9f8188915e [2021-03-02T18:22:22.429Z] Step 7/8 : COPY . . [2021-03-02T18:22:23.406Z] ---> 09f142a86b87 [2021-03-02T18:22:23.406Z] Step 8/8 : RUN go mod download [2021-03-02T18:22:23.687Z] ---> Running in 58f87ea518f9 [2021-03-02T18:22:42.308Z] Removing intermediate container 35e3d029b083 [2021-03-02T18:22:42.308Z] ---> 9491a16d2efe [2021-03-02T18:22:42.308Z] Successfully built 9491a16d2efe [2021-03-02T18:22:42.308Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:22:42.661Z] + docker inspect -f . ci-base-image-arm64 [2021-03-02T18:22:42.661Z] . [Pipeline] withDockerContainer [2021-03-02T18:22:43.032Z] prd-ubuntu18.04-docker-arm64-4c-16g-28250 does not seem to be running inside a container [2021-03-02T18:22:43.118Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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-02T18:22:44.778Z] $ docker top 18b4669753e62b2143a8c0c3e681d889bcbcf2526a978a1866d949f46cb2b03c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T18:22:45.826Z] + go version [2021-03-02T18:22:45.826Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-02T18:22:45.845Z] $ docker stop --time=1 18b4669753e62b2143a8c0c3e681d889bcbcf2526a978a1866d949f46cb2b03c [2021-03-02T18:22:47.838Z] $ docker rm -f 18b4669753e62b2143a8c0c3e681d889bcbcf2526a978a1866d949f46cb2b03c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:22:48.892Z] + docker inspect -f . ci-base-image-arm64 [2021-03-02T18:22:48.892Z] . [Pipeline] withDockerContainer [2021-03-02T18:22:49.157Z] prd-ubuntu18.04-docker-arm64-4c-16g-28250 does not seem to be running inside a container [2021-03-02T18:22:49.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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-02T18:22:50.858Z] $ docker top 5bc6f27543461c816848994c21b360508ae01698685e5cf4b048bfaed68ebb08 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T18:22:51.911Z] + make test [2021-03-02T18:22:51.911Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-02T18:23:02.900Z] Removing intermediate container 58f87ea518f9 [2021-03-02T18:23:02.900Z] ---> 399513d5a78f [2021-03-02T18:23:02.900Z] Successfully built 399513d5a78f [2021-03-02T18:23:02.900Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:23:03.278Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T18:23:03.550Z] . [Pipeline] withDockerContainer [2021-03-02T18:23:03.834Z] prd-centos7-docker-4c-2g-28249 does not seem to be running inside a container [2021-03-02T18:23:04.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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-02T18:23:06.716Z] $ docker top 468065683dd6c14ba80f4e3adaca63daea24c1756d4de39c117e844f56c0e173 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T18:23:07.333Z] + go version [2021-03-02T18:23:07.333Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-02T18:23:07.355Z] $ docker stop --time=1 468065683dd6c14ba80f4e3adaca63daea24c1756d4de39c117e844f56c0e173 [2021-03-02T18:23:09.395Z] $ docker rm -f 468065683dd6c14ba80f4e3adaca63daea24c1756d4de39c117e844f56c0e173 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:23:11.025Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T18:23:11.025Z] . [Pipeline] withDockerContainer [2021-03-02T18:23:11.173Z] prd-centos7-docker-4c-2g-28249 does not seem to be running inside a container [2021-03-02T18:23:11.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/89 -v /w/workspace/app-service-configurable/89:/w/workspace/app-service-configurable/89:rw,z -v /w/workspace/app-service-configurable/89@tmp:/w/workspace/app-service-configurable/89@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-02T18:23:12.768Z] $ docker top bb081c2520c029cefe56e092603edec6a40077bf05e1d752b65dc224aed31093 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T18:23:13.372Z] + make test [2021-03-02T18:23:13.373Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-02T18:23:30.977Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-02T18:23:30.977Z] CGO_ENABLED=1 go vet ./... [2021-03-02T18:23:39.270Z] gofmt -l . [2021-03-02T18:23:39.271Z] [ "`gofmt -l .`" = "" ] [2021-03-02T18:23:39.271Z] ./bin/test-go-mod-tidy.sh [2021-03-02T18:23:39.271Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-02T18:23:39.882Z] $ docker stop --time=1 5bc6f27543461c816848994c21b360508ae01698685e5cf4b048bfaed68ebb08 [2021-03-02T18:23:42.151Z] $ docker rm -f 5bc6f27543461c816848994c21b360508ae01698685e5cf4b048bfaed68ebb08 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T18:23:43.095Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-02T18:23:43.881Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-02T18:23:46.720Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-02T18:23:46.812Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-02T18:23:46.812Z] CGO_ENABLED=1 go vet ./... [2021-03-02T18:23:47.109Z] + ls -al . [2021-03-02T18:23:47.109Z] total 116 [2021-03-02T18:23:47.109Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 2 18:23 . [2021-03-02T18:23:47.109Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 18:21 .. [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 2 18:21 .dockerignore [2021-03-02T18:23:47.109Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 2 18:21 .git [2021-03-02T18:23:47.109Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 18:21 .github [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 2 18:21 .gitignore [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 7174 Mar 2 18:21 Attribution.txt [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 2 18:21 Dockerfile [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 2 18:21 Dockerfile.build [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 2 18:21 Jenkinsfile [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 2 18:21 LICENSE [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 2 18:21 README.md [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 2 18:19 VERSION [2021-03-02T18:23:47.109Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 18:21 bin [2021-03-02T18:23:47.109Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 2 18:22 coverage.out [2021-03-02T18:23:47.109Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 2 18:23 go.mod [2021-03-02T18:23:47.109Z] -rw-r--r-- 1 jenkins jenkins 21193 Mar 2 18:23 go.sum [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 1522 Mar 2 18:21 main.go [2021-03-02T18:23:47.109Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 2 18:21 makefile [2021-03-02T18:23:47.109Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 2 18:21 res [2021-03-02T18:23:47.109Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 18:21 snap [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:23:47.543Z] + 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=0069c0071126a1984f4d401b84762ee0b095f816 --label arch=arm64 --label version=2.0.0-dev.20 . [2021-03-02T18:23:47.543Z] Sending build context to Docker daemon 124.9kB [2021-03-02T18:23:47.819Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T18:23:47.819Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-02T18:23:47.819Z] ---> 9491a16d2efe [2021-03-02T18:23:47.819Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-02T18:23:48.103Z] ---> Running in 9a3b739a331a [2021-03-02T18:23:48.700Z] Removing intermediate container 9a3b739a331a [2021-03-02T18:23:48.700Z] ---> 4a738b562120 [2021-03-02T18:23:48.700Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-02T18:23:48.700Z] ---> Running in 65ce9d2b1710 [2021-03-02T18:23:49.297Z] Removing intermediate container 65ce9d2b1710 [2021-03-02T18:23:49.297Z] ---> 3c9302542b6b [2021-03-02T18:23:49.297Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T18:23:49.297Z] ---> Running in 062ce35f0809 [2021-03-02T18:23:49.899Z] Removing intermediate container 062ce35f0809 [2021-03-02T18:23:49.899Z] ---> 8ba29c0cfd24 [2021-03-02T18:23:49.899Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T18:23:49.899Z] ---> Running in d4abd48c9c2d [2021-03-02T18:23:51.258Z] gofmt -l . [2021-03-02T18:23:51.580Z] [ "`gofmt -l .`" = "" ] [2021-03-02T18:23:51.849Z] ./bin/test-go-mod-tidy.sh [2021-03-02T18:23:52.522Z] Removing intermediate container d4abd48c9c2d [2021-03-02T18:23:52.522Z] ---> 8ce0d705ae38 [2021-03-02T18:23:52.522Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-02T18:23:52.522Z] ---> Running in 6ca2195f4a27 [2021-03-02T18:23:53.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T18:23:54.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T18:23:55.078Z] OK: 144 MiB in 45 packages [2021-03-02T18:23:56.061Z] Removing intermediate container 6ca2195f4a27 [2021-03-02T18:23:56.061Z] ---> 53837f058fc9 [2021-03-02T18:23:56.061Z] Step 8/27 : WORKDIR /app [2021-03-02T18:23:56.061Z] ---> Running in 4f480bf159fb [2021-03-02T18:23:56.657Z] Removing intermediate container 4f480bf159fb [2021-03-02T18:23:56.657Z] ---> b5364a1aa023 [2021-03-02T18:23:56.657Z] Step 9/27 : COPY go.mod . [2021-03-02T18:23:56.858Z] ./bin/test-attribution-txt.sh [2021-03-02T18:23:57.263Z] ---> 0d5975fdd73c [2021-03-02T18:23:57.264Z] Step 10/27 : RUN go mod download [2021-03-02T18:23:57.264Z] ---> Running in 55573d1a75b2 [Pipeline] } [2021-03-02T18:23:57.574Z] $ docker stop --time=1 bb081c2520c029cefe56e092603edec6a40077bf05e1d752b65dc224aed31093 [2021-03-02T18:23:59.883Z] Removing intermediate container 55573d1a75b2 [2021-03-02T18:23:59.883Z] ---> bf121f469abd [2021-03-02T18:23:59.883Z] Step 11/27 : COPY . . [2021-03-02T18:24:00.487Z] ---> fa440dae7b17 [2021-03-02T18:24:00.487Z] Step 12/27 : ARG MAKE="make build" [2021-03-02T18:24:00.761Z] ---> Running in 5be6f15ca354 [2021-03-02T18:24:01.012Z] $ docker rm -f bb081c2520c029cefe56e092603edec6a40077bf05e1d752b65dc224aed31093 [2021-03-02T18:24:01.035Z] Removing intermediate container 5be6f15ca354 [2021-03-02T18:24:01.035Z] ---> d482143853b3 [2021-03-02T18:24:01.035Z] Step 13/27 : RUN $MAKE [2021-03-02T18:24:01.308Z] ---> Running in c1601c671dbc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T18:24:01.964Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-02T18:24:02.271Z] Warning: overwriting stash ‘coverage-report’ [2021-03-02T18:24:02.300Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.24 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.20" -o app-service-configurable [2021-03-02T18:24:03.482Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-02T18:24:04.675Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-02T18:24:05.000Z] + ls -al . [2021-03-02T18:24:05.000Z] total 92 [2021-03-02T18:24:05.000Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 2 18:23 . [2021-03-02T18:24:05.000Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 2 18:21 .. [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 7174 Mar 2 18:21 Attribution.txt [2021-03-02T18:24:05.000Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 2 18:21 bin [2021-03-02T18:24:05.000Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 2 18:23 coverage.out [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 2 18:21 Dockerfile [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 2 18:21 Dockerfile.build [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 2 18:21 .dockerignore [2021-03-02T18:24:05.000Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 2 18:21 .git [2021-03-02T18:24:05.000Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 2 18:21 .github [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 2 18:21 .gitignore [2021-03-02T18:24:05.000Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 2 18:23 go.mod [2021-03-02T18:24:05.000Z] -rw-r--r--. 1 jenkins jenkins 21193 Mar 2 18:23 go.sum [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 2 18:21 Jenkinsfile [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 2 18:21 LICENSE [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 1522 Mar 2 18:21 main.go [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 2 18:21 makefile [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 2 18:21 README.md [2021-03-02T18:24:05.000Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 2 18:21 res [2021-03-02T18:24:05.000Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 2 18:21 snap [2021-03-02T18:24:05.000Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 2 18:19 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:24:05.367Z] + 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=0069c0071126a1984f4d401b84762ee0b095f816 --label arch=amd64 --label version=2.0.0-dev.20 . [2021-03-02T18:24:05.367Z] Sending build context to Docker daemon 124.9kB [2021-03-02T18:24:05.960Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T18:24:05.960Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-02T18:24:05.960Z] ---> 399513d5a78f [2021-03-02T18:24:05.960Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-02T18:24:06.244Z] ---> Running in 75178c42bd3d [2021-03-02T18:24:06.521Z] Removing intermediate container 75178c42bd3d [2021-03-02T18:24:06.521Z] ---> b9ba293dd188 [2021-03-02T18:24:06.521Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-02T18:24:06.804Z] ---> Running in eb14ab51ebba [2021-03-02T18:24:07.069Z] Removing intermediate container eb14ab51ebba [2021-03-02T18:24:07.069Z] ---> 97dae3e03e47 [2021-03-02T18:24:07.069Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T18:24:07.336Z] ---> Running in e7f4242ac84b [2021-03-02T18:24:07.607Z] Removing intermediate container e7f4242ac84b [2021-03-02T18:24:07.607Z] ---> f63c0d0236f0 [2021-03-02T18:24:07.607Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T18:24:07.870Z] ---> Running in 2496e52ae768 [2021-03-02T18:24:09.324Z] Removing intermediate container 2496e52ae768 [2021-03-02T18:24:09.324Z] ---> a93173ba632d [2021-03-02T18:24:09.324Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-02T18:24:09.324Z] ---> Running in 4f7a5092a41a [2021-03-02T18:24:10.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T18:24:10.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T18:24:11.488Z] OK: 167 MiB in 45 packages [2021-03-02T18:24:13.581Z] Removing intermediate container 4f7a5092a41a [2021-03-02T18:24:13.581Z] ---> 623914c49cfe [2021-03-02T18:24:13.581Z] Step 8/27 : WORKDIR /app [2021-03-02T18:24:13.581Z] ---> Running in ecce524e6fce [2021-03-02T18:24:13.581Z] Removing intermediate container ecce524e6fce [2021-03-02T18:24:13.581Z] ---> c6b937c721c9 [2021-03-02T18:24:13.581Z] Step 9/27 : COPY go.mod . [2021-03-02T18:24:14.617Z] ---> fd46d0f51e52 [2021-03-02T18:24:14.617Z] Step 10/27 : RUN go mod download [2021-03-02T18:24:14.617Z] ---> Running in eda581c57823 [2021-03-02T18:24:18.171Z] Removing intermediate container eda581c57823 [2021-03-02T18:24:18.171Z] ---> 64a71c9f00d9 [2021-03-02T18:24:18.171Z] Step 11/27 : COPY . . [2021-03-02T18:24:18.754Z] ---> 6775611ede94 [2021-03-02T18:24:18.755Z] Step 12/27 : ARG MAKE="make build" [2021-03-02T18:24:19.023Z] ---> Running in 36e0455b8f88 [2021-03-02T18:24:19.622Z] Removing intermediate container 36e0455b8f88 [2021-03-02T18:24:19.622Z] ---> 6cf75921be6c [2021-03-02T18:24:19.622Z] Step 13/27 : RUN $MAKE [2021-03-02T18:24:19.623Z] ---> Running in b47d9e43969f [2021-03-02T18:24:20.588Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.24 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.20" -o app-service-configurable [2021-03-02T18:24:41.381Z] Removing intermediate container c1601c671dbc [2021-03-02T18:24:41.381Z] ---> e4e530017ebf [2021-03-02T18:24:41.381Z] Step 14/27 : FROM alpine:3.12 [2021-03-02T18:24:41.381Z] 3.12: Pulling from library/alpine [2021-03-02T18:24:41.381Z] dce8679b510e: Pulling fs layer [2021-03-02T18:24:41.381Z] dce8679b510e: Verifying Checksum [2021-03-02T18:24:41.381Z] dce8679b510e: Download complete [2021-03-02T18:24:41.381Z] dce8679b510e: Pull complete [2021-03-02T18:24:41.381Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T18:24:41.381Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T18:24:41.381Z] ---> d10569e2745f [2021-03-02T18:24:41.381Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T18:24:41.381Z] ---> Running in d85125f62258 [2021-03-02T18:24:41.381Z] Removing intermediate container d85125f62258 [2021-03-02T18:24:41.381Z] ---> 097c7559c51e [2021-03-02T18:24:41.381Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-02T18:24:41.381Z] ---> Running in 18cf6ed5e63e [2021-03-02T18:24:41.381Z] Removing intermediate container 18cf6ed5e63e [2021-03-02T18:24:41.381Z] ---> 6876a5590ad9 [2021-03-02T18:24:41.381Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-02T18:24:41.381Z] ---> Running in eae4a0faf365 [2021-03-02T18:24:41.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T18:24:41.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T18:24:42.251Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-02T18:24:42.525Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-02T18:24:42.525Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-02T18:24:42.525Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-02T18:24:42.525Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-02T18:24:42.525Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-02T18:24:42.525Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-02T18:24:42.525Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T18:24:42.525Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T18:24:42.803Z] OK: 9 MiB in 21 packages [2021-03-02T18:24:44.244Z] Removing intermediate container eae4a0faf365 [2021-03-02T18:24:44.244Z] ---> 2867b4934865 [2021-03-02T18:24:44.244Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-02T18:24:44.847Z] ---> b6404d5726b5 [2021-03-02T18:24:44.847Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-02T18:24:45.823Z] ---> d74436e9c830 [2021-03-02T18:24:45.823Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-02T18:24:46.415Z] ---> 38a929071fcd [2021-03-02T18:24:46.415Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-02T18:24:47.390Z] ---> da8be35e482e [2021-03-02T18:24:47.390Z] Step 22/27 : EXPOSE 48095 [2021-03-02T18:24:47.665Z] ---> Running in 987373b643fb [2021-03-02T18:24:47.940Z] Removing intermediate container 987373b643fb [2021-03-02T18:24:47.940Z] ---> 7945cd426ac8 [2021-03-02T18:24:47.940Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-02T18:24:48.213Z] ---> Running in bbae35c4541a [2021-03-02T18:24:48.485Z] Removing intermediate container bbae35c4541a [2021-03-02T18:24:48.485Z] ---> 01e92f46b7d4 [2021-03-02T18:24:48.485Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T18:24:48.757Z] ---> Running in 6c8342771cec [2021-03-02T18:24:49.030Z] Removing intermediate container 6c8342771cec [2021-03-02T18:24:49.030Z] ---> 3822fb4a742e [2021-03-02T18:24:49.030Z] Step 25/27 : LABEL arch=arm64 [2021-03-02T18:24:49.304Z] ---> Running in 3b1e992273ab [2021-03-02T18:24:49.576Z] Removing intermediate container 3b1e992273ab [2021-03-02T18:24:49.576Z] ---> fff0f897c345 [2021-03-02T18:24:49.576Z] Step 26/27 : LABEL git_sha=0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:24:49.851Z] ---> Running in 3c30e1ab51a2 [2021-03-02T18:24:50.124Z] Removing intermediate container 3c30e1ab51a2 [2021-03-02T18:24:50.124Z] ---> 7d460190b745 [2021-03-02T18:24:50.124Z] Step 27/27 : LABEL version=2.0.0-dev.20 [2021-03-02T18:24:50.400Z] ---> Running in 8990afb11bd9 [2021-03-02T18:24:50.672Z] Removing intermediate container 8990afb11bd9 [2021-03-02T18:24:50.672Z] ---> 1d9cfb321d9d [2021-03-02T18:24:50.672Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-02T18:24:50.672Z] Successfully built 1d9cfb321d9d [2021-03-02T18:24:50.948Z] 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-02T18:24:51.467Z] provisioning config files... [2021-03-02T18:24:51.501Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config6978671883595436215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:24:51.904Z] ---> docker-login.sh [2021-03-02T18:24:51.904Z] nexus3.edgexfoundry.org:10001 [2021-03-02T18:24:52.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:24:52.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:24:52.454Z] Configure a credential helper to remove this warning. See [2021-03-02T18:24:52.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:24:52.454Z] [2021-03-02T18:24:52.454Z] Login Succeeded [2021-03-02T18:24:52.454Z] nexus3.edgexfoundry.org:10002 [2021-03-02T18:24:52.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:24:52.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:24:52.998Z] Configure a credential helper to remove this warning. See [2021-03-02T18:24:52.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:24:52.998Z] [2021-03-02T18:24:52.998Z] Login Succeeded [2021-03-02T18:24:52.998Z] nexus3.edgexfoundry.org:10003 [2021-03-02T18:24:53.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:24:53.291Z] Removing intermediate container b47d9e43969f [2021-03-02T18:24:53.292Z] ---> bd1ac1043aea [2021-03-02T18:24:53.292Z] Step 14/27 : FROM alpine:3.12 [2021-03-02T18:24:53.292Z] 3.12: Pulling from library/alpine [2021-03-02T18:24:53.292Z] f84cab65f19f: Pulling fs layer [2021-03-02T18:24:53.292Z] f84cab65f19f: Verifying Checksum [2021-03-02T18:24:53.292Z] f84cab65f19f: Download complete [2021-03-02T18:24:53.292Z] f84cab65f19f: Pull complete [2021-03-02T18:24:53.292Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T18:24:53.292Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T18:24:53.292Z] ---> 88dd2752d2ea [2021-03-02T18:24:53.292Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T18:24:53.292Z] ---> Running in e75b4b3f522e [2021-03-02T18:24:53.292Z] Removing intermediate container e75b4b3f522e [2021-03-02T18:24:53.292Z] ---> eeebb7ea3d0d [2021-03-02T18:24:53.292Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-02T18:24:53.292Z] ---> Running in e95dc59b2c57 [2021-03-02T18:24:53.292Z] Removing intermediate container e95dc59b2c57 [2021-03-02T18:24:53.292Z] ---> b3c9f11643fb [2021-03-02T18:24:53.292Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-02T18:24:53.292Z] ---> Running in 2fae0d6ec271 [2021-03-02T18:24:53.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T18:24:53.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T18:24:53.292Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-02T18:24:53.292Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-02T18:24:53.292Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-02T18:24:53.292Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-02T18:24:53.292Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-02T18:24:53.292Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-02T18:24:53.292Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-02T18:24:53.292Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T18:24:53.292Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T18:24:53.292Z] OK: 9 MiB in 21 packages [2021-03-02T18:24:53.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:24:53.544Z] Configure a credential helper to remove this warning. See [2021-03-02T18:24:53.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:24:53.544Z] [2021-03-02T18:24:53.544Z] Login Succeeded [2021-03-02T18:24:53.544Z] nexus3.edgexfoundry.org:10004 [2021-03-02T18:24:53.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:24:54.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:24:54.090Z] Configure a credential helper to remove this warning. See [2021-03-02T18:24:54.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:24:54.090Z] [2021-03-02T18:24:54.090Z] Login Succeeded [2021-03-02T18:24:54.090Z] docker.io [2021-03-02T18:24:54.298Z] Removing intermediate container 2fae0d6ec271 [2021-03-02T18:24:54.298Z] ---> 88374ea9eedc [2021-03-02T18:24:54.298Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-02T18:24:54.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:24:54.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:24:54.643Z] Configure a credential helper to remove this warning. See [2021-03-02T18:24:54.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:24:54.643Z] [2021-03-02T18:24:54.643Z] Login Succeeded [2021-03-02T18:24:54.916Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T18:24:54.933Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T18:24:55.192Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-02T18:24:55.192Z] 0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:24:55.192Z] latest [2021-03-02T18:24:55.192Z] 2.0.0-dev.20 [2021-03-02T18:24:55.192Z] 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [2021-03-02T18:24:55.192Z] master [2021-03-02T18:24:55.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:24:55.413Z] ---> b7b86f76006e [2021-03-02T18:24:55.413Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-02T18:24:55.720Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:24:55.780Z] ---> b44d2f581351 [2021-03-02T18:24:55.780Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-02T18:24:56.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:24:56.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T18:24:56.061Z] 649424c612fb: Preparing [2021-03-02T18:24:56.061Z] a218d96d8862: Preparing [2021-03-02T18:24:56.061Z] 6a0561abf821: Preparing [2021-03-02T18:24:56.061Z] 0b171855efeb: Preparing [2021-03-02T18:24:56.061Z] 187b1aa92d50: Preparing [2021-03-02T18:24:56.061Z] 02a88cfff88f: Preparing [2021-03-02T18:24:56.061Z] 02a88cfff88f: Waiting [2021-03-02T18:24:56.334Z] 6a0561abf821: Pushed [2021-03-02T18:24:56.607Z] a218d96d8862: Pushed [2021-03-02T18:24:56.607Z] 0b171855efeb: Pushed [2021-03-02T18:24:56.607Z] 02a88cfff88f: Layer already exists [2021-03-02T18:24:57.079Z] ---> d3db6cdd5c7b [2021-03-02T18:24:57.079Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-02T18:24:57.202Z] 187b1aa92d50: Pushed [2021-03-02T18:24:58.565Z] ---> 4230c1158ed9 [2021-03-02T18:24:58.565Z] Step 22/27 : EXPOSE 48095 [2021-03-02T18:24:58.565Z] ---> Running in 4fe0016bd16e [2021-03-02T18:24:59.158Z] Removing intermediate container 4fe0016bd16e [2021-03-02T18:24:59.158Z] ---> 41d9c6eceb15 [2021-03-02T18:24:59.158Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-02T18:24:59.158Z] ---> Running in b047bdaf2002 [2021-03-02T18:24:59.435Z] Removing intermediate container b047bdaf2002 [2021-03-02T18:24:59.435Z] ---> e3a42834cefb [2021-03-02T18:24:59.435Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T18:24:59.806Z] 649424c612fb: Pushed [2021-03-02T18:24:59.806Z] 0069c0071126a1984f4d401b84762ee0b095f816: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:00.099Z] ---> Running in 0bab3180dfca [2021-03-02T18:25:00.161Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:00.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-02T18:25:00.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T18:25:00.503Z] 649424c612fb: Preparing [2021-03-02T18:25:00.503Z] a218d96d8862: Preparing [2021-03-02T18:25:00.503Z] 6a0561abf821: Preparing [2021-03-02T18:25:00.503Z] 0b171855efeb: Preparing [2021-03-02T18:25:00.503Z] 187b1aa92d50: Preparing [2021-03-02T18:25:00.503Z] 02a88cfff88f: Preparing [2021-03-02T18:25:00.503Z] 02a88cfff88f: Waiting [2021-03-02T18:25:00.774Z] 649424c612fb: Layer already exists [2021-03-02T18:25:00.774Z] 0b171855efeb: Layer already exists [2021-03-02T18:25:00.774Z] a218d96d8862: Layer already exists [2021-03-02T18:25:00.774Z] 6a0561abf821: Layer already exists [2021-03-02T18:25:00.774Z] 187b1aa92d50: Layer already exists [2021-03-02T18:25:00.774Z] 02a88cfff88f: Layer already exists [2021-03-02T18:25:01.044Z] latest: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:01.387Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:01.543Z] Removing intermediate container 0bab3180dfca [2021-03-02T18:25:01.543Z] ---> 22a761e44910 [2021-03-02T18:25:01.543Z] Step 25/27 : LABEL arch=amd64 [2021-03-02T18:25:01.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 [2021-03-02T18:25:01.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T18:25:01.728Z] 649424c612fb: Preparing [2021-03-02T18:25:01.728Z] a218d96d8862: Preparing [2021-03-02T18:25:01.728Z] 6a0561abf821: Preparing [2021-03-02T18:25:01.728Z] 0b171855efeb: Preparing [2021-03-02T18:25:01.728Z] 187b1aa92d50: Preparing [2021-03-02T18:25:01.728Z] 02a88cfff88f: Preparing [2021-03-02T18:25:01.728Z] 02a88cfff88f: Waiting [2021-03-02T18:25:01.823Z] ---> Running in 5567f6cc6a0a [2021-03-02T18:25:01.999Z] 649424c612fb: Layer already exists [2021-03-02T18:25:01.999Z] 187b1aa92d50: Layer already exists [2021-03-02T18:25:01.999Z] 0b171855efeb: Layer already exists [2021-03-02T18:25:01.999Z] a218d96d8862: Layer already exists [2021-03-02T18:25:01.999Z] 6a0561abf821: Layer already exists [2021-03-02T18:25:01.999Z] 02a88cfff88f: Layer already exists [2021-03-02T18:25:01.999Z] 2.0.0-dev.20: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:02.350Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:02.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [2021-03-02T18:25:02.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T18:25:02.693Z] 649424c612fb: Preparing [2021-03-02T18:25:02.693Z] a218d96d8862: Preparing [2021-03-02T18:25:02.693Z] 6a0561abf821: Preparing [2021-03-02T18:25:02.693Z] 0b171855efeb: Preparing [2021-03-02T18:25:02.693Z] 187b1aa92d50: Preparing [2021-03-02T18:25:02.693Z] 02a88cfff88f: Preparing [2021-03-02T18:25:02.693Z] 02a88cfff88f: Waiting [2021-03-02T18:25:02.966Z] 649424c612fb: Layer already exists [2021-03-02T18:25:02.966Z] 187b1aa92d50: Layer already exists [2021-03-02T18:25:02.966Z] a218d96d8862: Layer already exists [2021-03-02T18:25:02.966Z] 0b171855efeb: Layer already exists [2021-03-02T18:25:02.966Z] 6a0561abf821: Layer already exists [2021-03-02T18:25:02.966Z] 02a88cfff88f: Layer already exists [2021-03-02T18:25:02.966Z] 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:03.042Z] Removing intermediate container 5567f6cc6a0a [2021-03-02T18:25:03.042Z] ---> 483e929a83b6 [2021-03-02T18:25:03.042Z] Step 26/27 : LABEL git_sha=0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:25:03.312Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:03.369Z] ---> Running in 297fb76792df [2021-03-02T18:25:03.634Z] Removing intermediate container 297fb76792df [2021-03-02T18:25:03.634Z] ---> f97c164a2e9d [2021-03-02T18:25:03.634Z] Step 27/27 : LABEL version=2.0.0-dev.20 [2021-03-02T18:25:03.634Z] ---> Running in 8721bd8b9b1e [2021-03-02T18:25:03.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-02T18:25:03.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T18:25:03.655Z] 649424c612fb: Preparing [2021-03-02T18:25:03.655Z] a218d96d8862: Preparing [2021-03-02T18:25:03.655Z] 6a0561abf821: Preparing [2021-03-02T18:25:03.655Z] 0b171855efeb: Preparing [2021-03-02T18:25:03.655Z] 187b1aa92d50: Preparing [2021-03-02T18:25:03.655Z] 02a88cfff88f: Preparing [2021-03-02T18:25:03.655Z] 02a88cfff88f: Waiting [2021-03-02T18:25:03.655Z] 0b171855efeb: Layer already exists [2021-03-02T18:25:03.655Z] 6a0561abf821: Layer already exists [2021-03-02T18:25:03.655Z] 187b1aa92d50: Layer already exists [2021-03-02T18:25:03.929Z] 649424c612fb: Layer already exists [2021-03-02T18:25:03.929Z] a218d96d8862: Layer already exists [2021-03-02T18:25:03.929Z] 02a88cfff88f: Layer already exists [2021-03-02T18:25:04.200Z] master: digest: sha256:4b9b74e2a130e1ee0a7d313cf22336c52f2485ae658c8419b09c85cd345c4e72 size: 1574 [Pipeline] } [2021-03-02T18:25:04.219Z] Removing intermediate container 8721bd8b9b1e [2021-03-02T18:25:04.219Z] ---> 9869ac4b63a1 [2021-03-02T18:25:04.219Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-02T18:25:04.219Z] Successfully built 9869ac4b63a1 [2021-03-02T18:25:04.219Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T18:25:04.381Z] ===================================================== [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] echo [2021-03-02T18:25:04.471Z] taggedImages: [2021-03-02T18:25:04.471Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:25:04.471Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-02T18:25:04.471Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 [2021-03-02T18:25:04.471Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [2021-03-02T18:25:04.471Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T18:25:04.869Z] provisioning config files... [2021-03-02T18:25:04.899Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/89@tmp/config825531909438882544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:25:05.057Z] ---> job-cost.sh [2021-03-02T18:25:05.057Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QNxg [2021-03-02T18:25:05.330Z] ---> docker-login.sh [2021-03-02T18:25:05.330Z] nexus3.edgexfoundry.org:10001 [2021-03-02T18:25:05.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:25:05.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:25:05.867Z] Configure a credential helper to remove this warning. See [2021-03-02T18:25:05.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:25:05.867Z] [2021-03-02T18:25:05.867Z] Login Succeeded [2021-03-02T18:25:05.867Z] nexus3.edgexfoundry.org:10002 [2021-03-02T18:25:05.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:25:06.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:25:06.142Z] Configure a credential helper to remove this warning. See [2021-03-02T18:25:06.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:25:06.142Z] [2021-03-02T18:25:06.142Z] Login Succeeded [2021-03-02T18:25:06.142Z] nexus3.edgexfoundry.org:10003 [2021-03-02T18:25:06.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:25:06.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:25:06.411Z] Configure a credential helper to remove this warning. See [2021-03-02T18:25:06.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:25:06.411Z] [2021-03-02T18:25:06.411Z] Login Succeeded [2021-03-02T18:25:06.411Z] nexus3.edgexfoundry.org:10004 [2021-03-02T18:25:06.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:25:06.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:25:06.679Z] Configure a credential helper to remove this warning. See [2021-03-02T18:25:06.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:25:06.679Z] [2021-03-02T18:25:06.679Z] Login Succeeded [2021-03-02T18:25:06.679Z] docker.io [2021-03-02T18:25:06.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T18:25:07.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T18:25:07.212Z] Configure a credential helper to remove this warning. See [2021-03-02T18:25:07.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T18:25:07.212Z] [2021-03-02T18:25:07.212Z] Login Succeeded [2021-03-02T18:25:07.212Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T18:25:07.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T18:25:07.428Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-02T18:25:07.428Z] 0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:25:07.428Z] latest [2021-03-02T18:25:07.428Z] 2.0.0-dev.20 [2021-03-02T18:25:07.428Z] 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [2021-03-02T18:25:07.428Z] master [2021-03-02T18:25:07.428Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:07.968Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:08.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:25:08.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T18:25:08.301Z] bafeeeb122b5: Preparing [2021-03-02T18:25:08.301Z] 49324046f62a: Preparing [2021-03-02T18:25:08.301Z] ee5f469bb8e4: Preparing [2021-03-02T18:25:08.301Z] 9535364ad73d: Preparing [2021-03-02T18:25:08.301Z] 3b9fd86bf19b: Preparing [2021-03-02T18:25:08.301Z] 33e8713114f8: Preparing [2021-03-02T18:25:08.301Z] 33e8713114f8: Waiting [2021-03-02T18:25:08.587Z] 9535364ad73d: Pushed [2021-03-02T18:25:08.587Z] 49324046f62a: Pushed [2021-03-02T18:25:08.587Z] ee5f469bb8e4: Pushed [2021-03-02T18:25:08.587Z] 33e8713114f8: Layer already exists [2021-03-02T18:25:08.861Z] 3b9fd86bf19b: Pushed [2021-03-02T18:25:10.353Z] bafeeeb122b5: Pushed [2021-03-02T18:25:11.086Z] 0069c0071126a1984f4d401b84762ee0b095f816: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:11.412Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:11.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-02T18:25:11.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T18:25:11.725Z] bafeeeb122b5: Preparing [2021-03-02T18:25:11.725Z] 49324046f62a: Preparing [2021-03-02T18:25:11.725Z] ee5f469bb8e4: Preparing [2021-03-02T18:25:11.725Z] 9535364ad73d: Preparing [2021-03-02T18:25:11.725Z] 3b9fd86bf19b: Preparing [2021-03-02T18:25:11.725Z] 33e8713114f8: Preparing [2021-03-02T18:25:11.725Z] 33e8713114f8: Waiting [2021-03-02T18:25:11.725Z] 3b9fd86bf19b: Layer already exists [2021-03-02T18:25:11.725Z] ee5f469bb8e4: Layer already exists [2021-03-02T18:25:11.725Z] 9535364ad73d: Layer already exists [2021-03-02T18:25:11.725Z] 49324046f62a: Layer already exists [2021-03-02T18:25:11.725Z] bafeeeb122b5: Layer already exists [2021-03-02T18:25:11.725Z] 33e8713114f8: Layer already exists [2021-03-02T18:25:11.990Z] latest: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:12.309Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:12.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 [2021-03-02T18:25:12.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T18:25:12.636Z] bafeeeb122b5: Preparing [2021-03-02T18:25:12.636Z] 49324046f62a: Preparing [2021-03-02T18:25:12.636Z] ee5f469bb8e4: Preparing [2021-03-02T18:25:12.636Z] 9535364ad73d: Preparing [2021-03-02T18:25:12.636Z] 3b9fd86bf19b: Preparing [2021-03-02T18:25:12.636Z] 33e8713114f8: Preparing [2021-03-02T18:25:12.636Z] 33e8713114f8: Waiting [2021-03-02T18:25:12.636Z] bafeeeb122b5: Layer already exists [2021-03-02T18:25:12.636Z] 3b9fd86bf19b: Layer already exists [2021-03-02T18:25:12.636Z] ee5f469bb8e4: Layer already exists [2021-03-02T18:25:12.636Z] 9535364ad73d: Layer already exists [2021-03-02T18:25:12.636Z] 49324046f62a: Layer already exists [2021-03-02T18:25:12.636Z] 33e8713114f8: Layer already exists [2021-03-02T18:25:12.636Z] 2.0.0-dev.20: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:13.058Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:13.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [2021-03-02T18:25:13.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T18:25:13.399Z] bafeeeb122b5: Preparing [2021-03-02T18:25:13.399Z] 49324046f62a: Preparing [2021-03-02T18:25:13.399Z] ee5f469bb8e4: Preparing [2021-03-02T18:25:13.399Z] 9535364ad73d: Preparing [2021-03-02T18:25:13.399Z] 3b9fd86bf19b: Preparing [2021-03-02T18:25:13.399Z] 33e8713114f8: Preparing [2021-03-02T18:25:13.399Z] 33e8713114f8: Waiting [2021-03-02T18:25:13.399Z] ee5f469bb8e4: Layer already exists [2021-03-02T18:25:13.399Z] 9535364ad73d: Layer already exists [2021-03-02T18:25:13.399Z] 3b9fd86bf19b: Layer already exists [2021-03-02T18:25:13.399Z] bafeeeb122b5: Layer already exists [2021-03-02T18:25:13.399Z] 49324046f62a: Layer already exists [2021-03-02T18:25:13.399Z] 33e8713114f8: Layer already exists [2021-03-02T18:25:13.680Z] 0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:14.015Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:25:14.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-02T18:25:14.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T18:25:14.339Z] bafeeeb122b5: Preparing [2021-03-02T18:25:14.339Z] 49324046f62a: Preparing [2021-03-02T18:25:14.339Z] ee5f469bb8e4: Preparing [2021-03-02T18:25:14.339Z] 9535364ad73d: Preparing [2021-03-02T18:25:14.339Z] 3b9fd86bf19b: Preparing [2021-03-02T18:25:14.339Z] 33e8713114f8: Preparing [2021-03-02T18:25:14.339Z] 33e8713114f8: Waiting [2021-03-02T18:25:14.607Z] 3b9fd86bf19b: Layer already exists [2021-03-02T18:25:14.607Z] bafeeeb122b5: Layer already exists [2021-03-02T18:25:14.607Z] ee5f469bb8e4: Layer already exists [2021-03-02T18:25:14.607Z] 49324046f62a: Layer already exists [2021-03-02T18:25:14.607Z] 33e8713114f8: Layer already exists [2021-03-02T18:25:15.560Z] 9535364ad73d: Layer already exists [2021-03-02T18:25:15.560Z] master: digest: sha256:660e727a397e88d8ec097e6fd1fcb5eb2d7baf8992650cb7e6919296bcbe4790 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T18:25:15.739Z] ===================================================== [Pipeline] echo [2021-03-02T18:25:15.786Z] taggedImages: [2021-03-02T18:25:15.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816 [2021-03-02T18:25:15.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-02T18:25:15.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 [2021-03-02T18:25:15.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0069c0071126a1984f4d401b84762ee0b095f816-2.0.0-dev.20 [2021-03-02T18:25:15.786Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:25:16.536Z] ---> job-cost.sh [2021-03-02T18:25:16.536Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YEYl [2021-03-02T18:25:44.086Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-02T18:25:49.123Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-02T18:26:37.002Z] lf-activate-venv(): INFO: Adding /tmp/venv-YEYl/bin to PATH [2021-03-02T18:26:37.002Z] INFO: No Stack... [2021-03-02T18:26:37.002Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-02T18:26:37.002Z] INFO: Archiving Costs [Pipeline] sh [2021-03-02T18:26:37.366Z] + cut -d, -f6 [2021-03-02T18:26:37.366Z] + cat /w/workspace/app-service-configurable/89/archives/cost.csv [Pipeline] lock [2021-03-02T18:26:37.527Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [2021-03-02T18:26:37.534Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] did not exist. Created. [2021-03-02T18:26:37.535Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-02T18:26:37.953Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-02T18:26:38.093Z] Stashed 1 file(s) [Pipeline] } [2021-03-02T18:26:38.102Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-02T18:27:50.875Z] lf-activate-venv(): INFO: Adding /tmp/venv-QNxg/bin to PATH [2021-03-02T18:27:50.875Z] INFO: No Stack... [2021-03-02T18:27:51.467Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-02T18:27:51.737Z] INFO: Archiving Costs [Pipeline] sh [2021-03-02T18:27:52.071Z] + cut -d, -f6 [2021-03-02T18:27:52.071Z] + cat /w/workspace/app-service-configurable/89/archives/cost.csv [Pipeline] lock [2021-03-02T18:27:52.173Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [2021-03-02T18:27:52.185Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] did not exist. Created. [2021-03-02T18:27:52.185Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-02T18:27:52.613Z] /w/workspace/app-service-configurable/89@tmp/durable-2d49dc9f/script.sh: 1: /w/workspace/app-service-configurable/89@tmp/durable-2d49dc9f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-02T18:27:52.955Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-02T18:27:52.976Z] Warning: overwriting stash ‘stack-cost’ [2021-03-02T18:27:53.133Z] Stashed 1 file(s) [Pipeline] } [2021-03-02T18:27:53.149Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-89-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-02T18:27:54.242Z] provisioning config files... [2021-03-02T18:27:54.256Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3114386601234216058tmp [Pipeline] { [Pipeline] sh [2021-03-02T18:27:54.626Z] + set +x [2021-03-02T18:27:54.626Z] + curl -s https://codecov.io/bash [2021-03-02T18:27:54.626Z] + bash -s -- [2021-03-02T18:27:54.887Z] [2021-03-02T18:27:54.887Z] _____ _ [2021-03-02T18:27:54.887Z] / ____| | | [2021-03-02T18:27:54.887Z] | | ___ __| | ___ ___ _____ __ [2021-03-02T18:27:54.887Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-02T18:27:54.887Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-02T18:27:54.887Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-02T18:27:54.887Z] Bash-20210226-7100762 [2021-03-02T18:27:54.887Z] [2021-03-02T18:27:54.887Z] [2021-03-02T18:27:54.887Z] ==> git version 2.24.3 found [2021-03-02T18:27:54.887Z] ==> 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-02T18:27:54.887Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-02T18:27:54.887Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-02T18:27:54.887Z] ==> Jenkins CI detected. [2021-03-02T18:27:54.887Z] project root: . [2021-03-02T18:27:54.887Z] --> token set from env [2021-03-02T18:27:54.887Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-02T18:27:54.887Z] ==> Running gcov in . (disable via -X gcov) [2021-03-02T18:27:54.887Z] ==> Python coveragepy not found [2021-03-02T18:27:54.887Z] ==> Searching for coverage reports in: [2021-03-02T18:27:54.887Z] + . [2021-03-02T18:27:54.887Z] -> Found 1 reports [2021-03-02T18:27:54.887Z] ==> Detecting git/mercurial file structure [2021-03-02T18:27:54.887Z] ==> Reading reports [2021-03-02T18:27:54.887Z] + ./coverage.out bytes=10 [2021-03-02T18:27:54.887Z] ==> Appending adjustments [2021-03-02T18:27:54.887Z] https://docs.codecov.io/docs/fixing-reports [2021-03-02T18:27:54.887Z] + Found adjustments [2021-03-02T18:27:54.887Z] ==> Gzipping contents [2021-03-02T18:27:54.887Z] 4.0K /tmp/codecov.Ff9SLu.gz [2021-03-02T18:27:55.151Z] ==> Uploading reports [2021-03-02T18:27:55.151Z] url: https://codecov.io [2021-03-02T18:27:55.151Z] query: branch=master&commit=0069c0071126a1984f4d401b84762ee0b095f816&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-02T18:27:55.151Z] -> Pinging Codecov [2021-03-02T18:27:55.151Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=0069c0071126a1984f4d401b84762ee0b095f816&build=89&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F89%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-02T18:27:55.412Z] -> Uploading to [2021-03-02T18:27:55.412Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-02/A97CA9966030D2A3747ED39772930CCE/0069c0071126a1984f4d401b84762ee0b095f816/116e27d5-342f-4170-9548-5ffbad728ad2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210302T182755Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1c7cc492077521addda1600b8d3d17d10da6d2de94cdad8c0c3e5c528f5d99ef [2021-03-02T18:27:55.412Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T18:27:55.412Z] Dload Upload Total Spent Left Speed [2021-03-02T18:27:55.985Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 850 --:--:-- --:--:-- --:--:-- 850 100 392 0 0 100 392 0 850 --:--:-- --:--:-- --:--:-- 850 [2021-03-02T18:27:55.985Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/0069c0071126a1984f4d401b84762ee0b095f816 [Pipeline] } [2021-03-02T18:27:55.995Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-02T18:27:56.456Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-02T18:27:56.514Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:27:56.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T18:27:56.879Z] [2021-03-02T18:27:56.879Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:27:57.228Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T18:27:57.228Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-02T18:27:57.228Z] 188c0c94c7c5: Pulling fs layer [2021-03-02T18:27:57.228Z] 0ef7d3d256c8: Pulling fs layer [2021-03-02T18:27:57.228Z] de9db76c5a1d: Pulling fs layer [2021-03-02T18:27:57.228Z] 0eba1c9be4d2: Pulling fs layer [2021-03-02T18:27:57.228Z] 0d57e429df01: Pulling fs layer [2021-03-02T18:27:57.228Z] 4e4be7b47b0d: Pulling fs layer [2021-03-02T18:27:57.228Z] e1f770b5df2f: Pulling fs layer [2021-03-02T18:27:57.228Z] 85a0685a4137: Pulling fs layer [2021-03-02T18:27:57.228Z] 0d57e429df01: Waiting [2021-03-02T18:27:57.228Z] 4e4be7b47b0d: Waiting [2021-03-02T18:27:57.228Z] e1f770b5df2f: Waiting [2021-03-02T18:27:57.228Z] 85a0685a4137: Waiting [2021-03-02T18:27:57.228Z] 0eba1c9be4d2: Waiting [2021-03-02T18:27:57.228Z] de9db76c5a1d: Verifying Checksum [2021-03-02T18:27:57.228Z] de9db76c5a1d: Download complete [2021-03-02T18:27:57.228Z] 0ef7d3d256c8: Download complete [2021-03-02T18:27:57.228Z] 0d57e429df01: Verifying Checksum [2021-03-02T18:27:57.228Z] 0d57e429df01: Download complete [2021-03-02T18:27:57.228Z] 188c0c94c7c5: Verifying Checksum [2021-03-02T18:27:57.228Z] 4e4be7b47b0d: Verifying Checksum [2021-03-02T18:27:57.228Z] 4e4be7b47b0d: Download complete [2021-03-02T18:27:57.494Z] 188c0c94c7c5: Pull complete [2021-03-02T18:27:57.755Z] 0ef7d3d256c8: Pull complete [2021-03-02T18:27:58.016Z] de9db76c5a1d: Pull complete [2021-03-02T18:27:59.415Z] e1f770b5df2f: Verifying Checksum [2021-03-02T18:27:59.415Z] e1f770b5df2f: Download complete [2021-03-02T18:28:01.367Z] 0eba1c9be4d2: Verifying Checksum [2021-03-02T18:28:01.367Z] 0eba1c9be4d2: Download complete [2021-03-02T18:28:01.367Z] 85a0685a4137: Verifying Checksum [2021-03-02T18:28:01.367Z] 85a0685a4137: Download complete [2021-03-02T18:28:06.711Z] 0eba1c9be4d2: Pull complete [2021-03-02T18:28:06.711Z] 0d57e429df01: Pull complete [2021-03-02T18:28:06.711Z] 4e4be7b47b0d: Pull complete [2021-03-02T18:28:08.639Z] e1f770b5df2f: Pull complete [2021-03-02T18:28:15.312Z] 85a0685a4137: Pull complete [2021-03-02T18:28:15.312Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-02T18:28:15.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T18:28:15.312Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-02T18:28:15.469Z] prd-centos7-docker-4c-2g-28248 does not seem to be running inside a container [2021-03-02T18:28:15.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-02T18:28:16.482Z] $ docker top f04d58a53687bfca251e46252f6e2d68bddb575b45086f12056e069a7089e217 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-02T18:28:16.695Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-02T18:28:16.987Z] + set -o pipefail [2021-03-02T18:28:16.987Z] + snyk monitor '--org=edgex-jenkins' [2021-03-02T18:28:19.558Z] [2021-03-02T18:28:19.558Z] Monitoring /w/workspace/_app-service-configurable_master... [2021-03-02T18:28:19.558Z] [2021-03-02T18:28:19.558Z] 'go list -json -deps ./...' command failed with error: go: github.com/edgexfoundry/app-functions-sdk-go/v2@v2.0.0-dev.24: reading https://nexus3.edgexfoundry.org/repository/go-proxy/github.com/edgexfoundry/app-functions-sdk-go/v2/@v/v2.0.0-dev.24.mod: 503 Service Unavailable [2021-03-02T18:28:19.558Z] [2021-03-02T18:28:19.558Z] [Pipeline] } [2021-03-02T18:28:19.841Z] $ docker stop --time=1 f04d58a53687bfca251e46252f6e2d68bddb575b45086f12056e069a7089e217 [2021-03-02T18:28:21.219Z] $ docker rm -f f04d58a53687bfca251e46252f6e2d68bddb575b45086f12056e069a7089e217 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-02T18:28:21.540Z] [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-02T18:28:23.543Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:28:23.847Z] ---> package-listing.sh [2021-03-02T18:28:23.847Z] ++ facter osfamily [2021-03-02T18:28:23.847Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-02T18:28:23.847Z] + OS_FAMILY=redhat [2021-03-02T18:28:23.847Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-02T18:28:23.847Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-02T18:28:23.847Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-02T18:28:23.847Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-02T18:28:23.847Z] + PACKAGES=/tmp/packages_start.txt [2021-03-02T18:28:23.847Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-02T18:28:23.847Z] + PACKAGES=/tmp/packages_end.txt [2021-03-02T18:28:23.847Z] + case "${OS_FAMILY}" in [2021-03-02T18:28:23.847Z] + rpm -qa [2021-03-02T18:28:23.847Z] + sort [2021-03-02T18:28:29.147Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-02T18:28:29.147Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-02T18:28:29.147Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-02T18:28:29.147Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-02T18:28:29.147Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-02T18:28:29.148Z] + 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-02T18:28:29.160Z] 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-02T18:28:29.448Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:28:29.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T18:28:29.750Z] [2021-03-02T18:28:29.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-02T18:28:30.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T18:28:30.098Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-02T18:28:30.098Z] df20fa9351a1: Pulling fs layer [2021-03-02T18:28:30.098Z] 36b3adc4ff6f: Pulling fs layer [2021-03-02T18:28:30.098Z] 8ad3a11d3b57: Pulling fs layer [2021-03-02T18:28:30.098Z] 46f8f816bc3b: Pulling fs layer [2021-03-02T18:28:30.098Z] 93b61091891f: Pulling fs layer [2021-03-02T18:28:30.098Z] 93b9cdb0e59b: Pulling fs layer [2021-03-02T18:28:30.098Z] 5e14af77c1be: Pulling fs layer [2021-03-02T18:28:30.098Z] 01666e4c0597: Pulling fs layer [2021-03-02T18:28:30.098Z] aa168da1d23b: Pulling fs layer [2021-03-02T18:28:30.098Z] 93b61091891f: Waiting [2021-03-02T18:28:30.098Z] 93b9cdb0e59b: Waiting [2021-03-02T18:28:30.098Z] 5e14af77c1be: Waiting [2021-03-02T18:28:30.098Z] 01666e4c0597: Waiting [2021-03-02T18:28:30.098Z] aa168da1d23b: Waiting [2021-03-02T18:28:30.098Z] 46f8f816bc3b: Waiting [2021-03-02T18:28:30.098Z] 36b3adc4ff6f: Verifying Checksum [2021-03-02T18:28:30.098Z] 36b3adc4ff6f: Download complete [2021-03-02T18:28:30.098Z] 46f8f816bc3b: Verifying Checksum [2021-03-02T18:28:30.098Z] 46f8f816bc3b: Download complete [2021-03-02T18:28:30.098Z] df20fa9351a1: Verifying Checksum [2021-03-02T18:28:30.098Z] 93b9cdb0e59b: Verifying Checksum [2021-03-02T18:28:30.098Z] 93b9cdb0e59b: Download complete [2021-03-02T18:28:30.363Z] 5e14af77c1be: Verifying Checksum [2021-03-02T18:28:30.363Z] 5e14af77c1be: Download complete [2021-03-02T18:28:30.363Z] 93b61091891f: Verifying Checksum [2021-03-02T18:28:30.363Z] 93b61091891f: Download complete [2021-03-02T18:28:30.363Z] 01666e4c0597: Verifying Checksum [2021-03-02T18:28:30.363Z] 01666e4c0597: Download complete [2021-03-02T18:28:30.636Z] 8ad3a11d3b57: Verifying Checksum [2021-03-02T18:28:30.636Z] 8ad3a11d3b57: Download complete [2021-03-02T18:28:30.636Z] df20fa9351a1: Pull complete [2021-03-02T18:28:30.636Z] 36b3adc4ff6f: Pull complete [2021-03-02T18:28:32.044Z] 8ad3a11d3b57: Pull complete [2021-03-02T18:28:32.044Z] 46f8f816bc3b: Pull complete [2021-03-02T18:28:32.306Z] aa168da1d23b: Verifying Checksum [2021-03-02T18:28:32.306Z] aa168da1d23b: Download complete [2021-03-02T18:28:32.567Z] 93b61091891f: Pull complete [2021-03-02T18:28:32.829Z] 93b9cdb0e59b: Pull complete [2021-03-02T18:28:32.829Z] 5e14af77c1be: Pull complete [2021-03-02T18:28:33.090Z] 01666e4c0597: Pull complete [2021-03-02T18:28:41.262Z] aa168da1d23b: Pull complete [2021-03-02T18:28:41.262Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-02T18:28:41.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T18:28:41.262Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-02T18:28:41.420Z] prd-centos7-docker-4c-2g-28248 does not seem to be running inside a container [2021-03-02T18:28:41.469Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-02T18:28:44.226Z] $ docker top 236b3cedbb0cd4a71e8d650c15f45233cf20c7908a09ce710a83db524ac26daf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T18:28:44.810Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-02T18:28:45.109Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-02T18:28:45.405Z] + ls /var/log/sa-host [2021-03-02T18:28:45.405Z] + sadf -c /var/log/sa-host/sa02 [2021-03-02T18:28:45.405Z] file_magic: OK [2021-03-02T18:28:45.405Z] HZ: Using current value: 100 [2021-03-02T18:28:45.405Z] file_header: OK [2021-03-02T18:28:45.405Z] 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-02T18:28:45.405Z] Statistics: [2021-03-02T18:28:45.405Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-02T18:28:45.405Z] File successfully converted to sysstat format version 12.2.1 [2021-03-02T18:28:45.405Z] + sadf -c /var/log/sa-host/sa23 [2021-03-02T18:28:45.405Z] file_magic: OK [2021-03-02T18:28:45.405Z] HZ: Using current value: 100 [2021-03-02T18:28:45.405Z] file_header: OK [2021-03-02T18:28:45.405Z] 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-02T18:28:45.405Z] Statistics: [2021-03-02T18:28:45.405Z] Hnuu...uuuununununu... [2021-03-02T18:28:45.405Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-02T18:28:45.630Z] provisioning config files... [2021-03-02T18:28:45.645Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config694543576878980099tmp [Pipeline] { [Pipeline] echo [2021-03-02T18:28:45.720Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:28:46.015Z] ---> create-netrc.sh [Pipeline] } [2021-03-02T18:28:46.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-02T18:28:46.121Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:28:46.445Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-02T18:28:46.479Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:28:46.861Z] ---> sudo-logs.sh [2021-03-02T18:28:46.861Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-02T18:28:46.960Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:28:47.255Z] ---> job-cost.sh [2021-03-02T18:28:47.256Z] lf-activate-venv: SKIPPING [2021-03-02T18:28:47.256Z] DEBUG: total: 0.20999999344348907 [2021-03-02T18:28:47.256Z] INFO: Retrieving Stack Cost... [2021-03-02T18:28:48.647Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-02T18:28:48.910Z] INFO: Archiving Costs [Pipeline] echo [2021-03-02T18:28:48.924Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T18:28:49.217Z] ---> logs-deploy.sh [2021-03-02T18:28:49.218Z] lf-activate-venv: SKIPPING [2021-03-02T18:28:49.218Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/89 [2021-03-02T18:28:49.218Z] INFO: archiving workspace using pattern(s): [2021-03-02T18:28:50.603Z] Archives upload complete. [2021-03-02T18:28:50.603Z] INFO: archiving logs to Nexus