Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a4c663ab72e1e6f64242e087497a9e42eb880476 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28265 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 a4c663ab72e1e6f64242e087497a9e42eb880476 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 Commit message: "fix(snap): fix README's security-secret-store doc (#207)" > git rev-list --no-walk 0069c0071126a1984f4d401b84762ee0b095f816 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-02T19:14:10.762Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-02T19:14:11.036Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-02T19:14:11.160Z] ========================================================= [2021-03-02T19:14:11.160Z] EdgeX Global Pipelines Version Info [2021-03-02T19:14:11.160Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:14:14.345Z] ------------------- [2021-03-02T19:14:14.345Z] stable info: [2021-03-02T19:14:14.345Z] ------------------- [2021-03-02T19:14:14.345Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-02T19:14:14.346Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-02T19:14:14.346Z] Message: update stable to v1.0.184 [2021-03-02T19:14:16.146Z] ------------------- [2021-03-02T19:14:16.146Z] experimental info: [2021-03-02T19:14:16.146Z] ------------------- [2021-03-02T19:14:16.146Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-02T19:14:16.146Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-02T19:14:16.146Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-02T19:14:16.500Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-02T19:14:16.626Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-02T19:14:16.719Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-02T19:14:16.812Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-02T19:14:16.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-02T19:14:17.005Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-02T19:14:17.093Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-02T19:14:17.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-02T19:14:17.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-02T19:14:17.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-02T19:14:17.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-02T19:14:17.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-02T19:14:17.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-02T19:14:17.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-02T19:14:17.951Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T19:14:18.043Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T19:14:18.142Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-02T19:14:18.231Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-02T19:14:18.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-02T19:14:18.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-02T19:14:18.495Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-02T19:14:18.584Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-02T19:14:18.671Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-02T19:14:18.810Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-02T19:14:18.940Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-02T19:14:19.025Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-02T19:14:19.118Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-02T19:14:19.212Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-02T19:14:19.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-02T19:14:19.382Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] echo [2021-03-02T19:14:19.507Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4c663a [Pipeline] echo [2021-03-02T19:14:19.592Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T19:14:19.758Z] provisioning config files... [2021-03-02T19:14:19.789Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3163576362940753860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:14:20.189Z] ---> docker-login.sh [2021-03-02T19:14:20.189Z] nexus3.edgexfoundry.org:10001 [2021-03-02T19:14:21.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:14:22.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:14:22.034Z] Configure a credential helper to remove this warning. See [2021-03-02T19:14:22.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:14:22.034Z] [2021-03-02T19:14:22.034Z] Login Succeeded [2021-03-02T19:14:22.034Z] nexus3.edgexfoundry.org:10002 [2021-03-02T19:14:22.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:14:23.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:14:23.256Z] Configure a credential helper to remove this warning. See [2021-03-02T19:14:23.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:14:23.256Z] [2021-03-02T19:14:23.256Z] Login Succeeded [2021-03-02T19:14:23.256Z] nexus3.edgexfoundry.org:10003 [2021-03-02T19:14:23.256Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:14:23.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:14:23.567Z] Configure a credential helper to remove this warning. See [2021-03-02T19:14:23.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:14:23.567Z] [2021-03-02T19:14:23.567Z] Login Succeeded [2021-03-02T19:14:23.567Z] nexus3.edgexfoundry.org:10004 [2021-03-02T19:14:23.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:14:23.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:14:23.883Z] Configure a credential helper to remove this warning. See [2021-03-02T19:14:23.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:14:23.883Z] [2021-03-02T19:14:23.883Z] Login Succeeded [2021-03-02T19:14:23.883Z] docker.io [2021-03-02T19:14:24.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:14:24.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:14:24.819Z] Configure a credential helper to remove this warning. See [2021-03-02T19:14:24.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:14:24.819Z] [2021-03-02T19:14:24.819Z] Login Succeeded [2021-03-02T19:14:24.819Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T19:14:24.836Z] 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-02T19:14:25.735Z] + git log --format=format:%s -1 a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] echo [2021-03-02T19:14:25.837Z] GIT_COMMIT: a4c663ab72e1e6f64242e087497a9e42eb880476, Commit Message: fix(snap): fix README's security-secret-store doc (#207) [Pipeline] echo [2021-03-02T19:14:25.923Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:14:28.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T19:14:28.524Z] [2021-03-02T19:14:28.524Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:14:28.890Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T19:14:28.890Z] latest: Pulling from edgex-devops/git-semver [2021-03-02T19:14:28.890Z] 31603596830f: Pulling fs layer [2021-03-02T19:14:28.890Z] 2a8b12db71e7: Pulling fs layer [2021-03-02T19:14:28.890Z] 6ca5941a6612: Pulling fs layer [2021-03-02T19:14:28.890Z] ecc8261a40a4: Pulling fs layer [2021-03-02T19:14:28.890Z] ecc8261a40a4: Waiting [2021-03-02T19:14:28.890Z] 2a8b12db71e7: Verifying Checksum [2021-03-02T19:14:28.890Z] 2a8b12db71e7: Download complete [2021-03-02T19:14:29.266Z] 31603596830f: Verifying Checksum [2021-03-02T19:14:29.266Z] 31603596830f: Download complete [2021-03-02T19:14:30.157Z] ecc8261a40a4: Verifying Checksum [2021-03-02T19:14:30.157Z] ecc8261a40a4: Download complete [2021-03-02T19:14:30.157Z] 6ca5941a6612: Verifying Checksum [2021-03-02T19:14:30.157Z] 6ca5941a6612: Download complete [2021-03-02T19:14:30.862Z] 31603596830f: Pull complete [2021-03-02T19:14:31.137Z] 2a8b12db71e7: Pull complete [2021-03-02T19:14:32.563Z] 6ca5941a6612: Pull complete [2021-03-02T19:14:32.563Z] ecc8261a40a4: Pull complete [2021-03-02T19:14:32.563Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-02T19:14:32.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T19:14:32.563Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-02T19:14:32.711Z] prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container [2021-03-02T19:14:32.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-02T19:14:36.399Z] $ docker top 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-02T19:14:36.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T19:14:36.743Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T19:14:37.102Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T19:14:37.115Z] $ docker exec 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent [2021-03-02T19:14:37.536Z] SSH_AUTH_SOCK=/tmp/ssh-1oAPHl8f7ElD/agent.12 [2021-03-02T19:14:37.536Z] SSH_AGENT_PID=18 [2021-03-02T19:14:37.576Z] Running ssh-add (command line suppressed) [2021-03-02T19:14:37.753Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_539583014070606921.key (/w/workspace/_app-service-configurable_master@tmp/private_key_539583014070606921.key) [2021-03-02T19:14:37.849Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T19:14:38.226Z] + git tag --points-at HEAD [Pipeline] } [2021-03-02T19:14:38.304Z] $ docker exec --env ******** --env ******** 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent -k [2021-03-02T19:14:38.547Z] unset SSH_AUTH_SOCK; [2021-03-02T19:14:38.548Z] unset SSH_AGENT_PID; [2021-03-02T19:14:38.548Z] echo Agent pid 18 killed; [2021-03-02T19:14:38.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-02T19:14:38.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T19:14:38.775Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T19:14:39.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T19:14:39.083Z] $ docker exec 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent [2021-03-02T19:14:39.343Z] SSH_AUTH_SOCK=/tmp/ssh-UxD3RiXLtkbh/agent.47 [2021-03-02T19:14:39.343Z] SSH_AGENT_PID=52 [2021-03-02T19:14:39.351Z] Running ssh-add (command line suppressed) [2021-03-02T19:14:39.522Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2045963712621773658.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2045963712621773658.key) [2021-03-02T19:14:39.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T19:14:40.246Z] + git semver init [2021-03-02T19:14:40.246Z] # -> Open(): unable to determine branch for HEAD [2021-03-02T19:14:40.246Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-02T19:14:40.246Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-02T19:14:40.246Z] # $SEMVER_REMOTE_NAME = origin [2021-03-02T19:14:40.246Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-02T19:14:40.246Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-02T19:14:40.246Z] # $SEMVER_BRANCH = master [2021-03-02T19:14:40.246Z] # $SEMVER_TEMP = /tmp/semver-360370362 [2021-03-02T19:14:40.246Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-02T19:14:40.827Z] # '/tmp/semver-360370362' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-02T19:14:40.827Z] # -> Force: false [2021-03-02T19:14:40.827Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-02T19:14:40.842Z] $ docker exec --env ******** --env ******** 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb ssh-agent -k [2021-03-02T19:14:41.042Z] unset SSH_AUTH_SOCK; [2021-03-02T19:14:41.043Z] unset SSH_AGENT_PID; [2021-03-02T19:14:41.043Z] echo Agent pid 52 killed; [2021-03-02T19:14:41.134Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T19:14:41.742Z] + git semver [Pipeline] } [2021-03-02T19:14:41.786Z] $ docker stop --time=1 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb [2021-03-02T19:14:43.427Z] $ docker rm -f 1863ffa8834a0656a1af82ed1acc01413af39865bf052ad95f42d448eaf091eb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T19:14:44.321Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-02T19:14:44.990Z] Stashed 1 file(s) [Pipeline] echo [2021-03-02T19:14:44.994Z] [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-02T19:15:00.529Z] Still waiting to schedule task [2021-03-02T19:15:00.529Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28265’ [2021-03-02T19:15:00.531Z] Still waiting to schedule task [2021-03-02T19:15:00.531Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-02T19:16:56.835Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28266 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-02T19:16:56.939Z] Running in /w/workspace/app-service-configurable/90 [Pipeline] { [Pipeline] checkout [2021-03-02T19:17:02.550Z] using credential edgex-jenkins-ssh [2021-03-02T19:17:02.622Z] Cloning the remote Git repository [2021-03-02T19:17:02.674Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T19:17:02.784Z] > git init /w/workspace/app-service-configurable/90 # timeout=10 [2021-03-02T19:17:02.873Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T19:17:02.874Z] > git --version # timeout=10 [2021-03-02T19:17:02.893Z] > git --version # 'git version 2.17.1' [2021-03-02T19:17:02.895Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T19:17:02.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T19:17:04.020Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T19:17:04.038Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T19:17:04.069Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T19:17:04.116Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T19:17:04.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T19:17:04.130Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-02T19:17:04.599Z] Checking out Revision a4c663ab72e1e6f64242e087497a9e42eb880476 (master) [2021-03-02T19:17:04.619Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T19:17:04.645Z] > git checkout -f a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 [2021-03-02T19:17:09.146Z] Commit message: "fix(snap): fix README's security-secret-store doc (#207)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-02T19:17:10.821Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-02T19:17:10.989Z] Running on prd-centos7-docker-4c-2g-28267 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-02T19:17:11.081Z] Running in /w/workspace/app-service-configurable/90 [Pipeline] { [Pipeline] checkout [2021-03-02T19:17:11.240Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-02T19:17:11.602Z] + true [2021-03-02T19:17:11.602Z] + sudo service docker restart [2021-03-02T19:17:13.706Z] using credential edgex-jenkins-ssh [2021-03-02T19:17:13.762Z] Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T19:17:14.326Z] provisioning config files... [2021-03-02T19:17:14.371Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config7913361452799290232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:17:13.564Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T19:17:13.643Z] > git init /w/workspace/app-service-configurable/90 # timeout=10 [2021-03-02T19:17:13.737Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T19:17:13.737Z] > git --version # timeout=10 [2021-03-02T19:17:13.752Z] > git --version # 'git version 2.24.3' [2021-03-02T19:17:13.753Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T19:17:13.792Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T19:17:14.895Z] ---> docker-login.sh [2021-03-02T19:17:14.895Z] nexus3.edgexfoundry.org:10001 [2021-03-02T19:17:15.001Z] Checking out Revision a4c663ab72e1e6f64242e087497a9e42eb880476 (master) [2021-03-02T19:17:14.426Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T19:17:14.433Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T19:17:14.446Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-02T19:17:14.459Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-02T19:17:14.459Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T19:17:14.464Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-02T19:17:14.867Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T19:17:14.873Z] > git checkout -f a4c663ab72e1e6f64242e087497a9e42eb880476 # timeout=10 [2021-03-02T19:17:15.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:16.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:16.152Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:16.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:16.152Z] [2021-03-02T19:17:16.152Z] Login Succeeded [2021-03-02T19:17:16.152Z] nexus3.edgexfoundry.org:10002 [2021-03-02T19:17:16.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:16.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:16.699Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:16.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:16.699Z] [2021-03-02T19:17:16.699Z] Login Succeeded [2021-03-02T19:17:16.699Z] nexus3.edgexfoundry.org:10003 [2021-03-02T19:17:16.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:17.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:17.248Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:17.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:17.248Z] [2021-03-02T19:17:17.248Z] Login Succeeded [2021-03-02T19:17:17.248Z] nexus3.edgexfoundry.org:10004 [2021-03-02T19:17:17.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:17.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:17.523Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:17.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:17.523Z] [2021-03-02T19:17:17.523Z] Login Succeeded [2021-03-02T19:17:17.523Z] docker.io [2021-03-02T19:17:18.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:18.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:18.391Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:18.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:18.391Z] [2021-03-02T19:17:18.391Z] Login Succeeded [2021-03-02T19:17:18.391Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T19:17:18.412Z] Deleting 1 temporary files [Pipeline] // wrap [2021-03-02T19:17:18.491Z] Commit message: "fix(snap): fix README's security-secret-store doc (#207)" [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-02T19:17:19.068Z] ========================================================= [2021-03-02T19:17:19.068Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-02T19:17:19.068Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-03-02T19:17:19.458Z] + 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-02T19:17:19.458Z] Sending build context to Docker daemon 100.9kB [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-02T19:17:19.746Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T19:17:19.746Z] Step 2/8 : FROM ${BASE} [2021-03-02T19:17:19.746Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-02T19:17:19.746Z] 5f621e34cdf4: Pulling fs layer [2021-03-02T19:17:19.746Z] a4357932f1b6: Pulling fs layer [2021-03-02T19:17:19.746Z] 18c013af1878: Pulling fs layer [2021-03-02T19:17:19.746Z] 00ac8860ef70: Pulling fs layer [2021-03-02T19:17:19.746Z] 63d7cb157983: Pulling fs layer [2021-03-02T19:17:19.746Z] b116817d02f9: Pulling fs layer [2021-03-02T19:17:19.746Z] 745a02a5169b: Pulling fs layer [2021-03-02T19:17:19.746Z] 63d7cb157983: Waiting [2021-03-02T19:17:19.746Z] b116817d02f9: Waiting [2021-03-02T19:17:19.746Z] 745a02a5169b: Waiting [2021-03-02T19:17:19.746Z] 00ac8860ef70: Waiting [2021-03-02T19:17:19.746Z] 18c013af1878: Verifying Checksum [2021-03-02T19:17:19.746Z] 18c013af1878: Download complete [2021-03-02T19:17:19.746Z] a4357932f1b6: Verifying Checksum [2021-03-02T19:17:19.746Z] a4357932f1b6: Download complete [2021-03-02T19:17:20.021Z] 63d7cb157983: Verifying Checksum [2021-03-02T19:17:20.021Z] 63d7cb157983: Download complete [2021-03-02T19:17:20.021Z] b116817d02f9: Verifying Checksum [2021-03-02T19:17:20.021Z] b116817d02f9: Download complete [2021-03-02T19:17:20.021Z] 5f621e34cdf4: Verifying Checksum [2021-03-02T19:17:20.021Z] 5f621e34cdf4: Download complete [2021-03-02T19:17:20.109Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-02T19:17:20.441Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-02T19:17:20.619Z] 5f621e34cdf4: Pull complete [2021-03-02T19:17:20.744Z] + sudo service docker restart [2021-03-02T19:17:20.744Z] + true [2021-03-02T19:17:20.744Z] Redirecting to /bin/systemctl restart docker.service [2021-03-02T19:17:21.224Z] a4357932f1b6: Pull complete [2021-03-02T19:17:21.505Z] 18c013af1878: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T19:17:21.772Z] provisioning config files... [2021-03-02T19:17:21.798Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config4797621871557940035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:17:22.183Z] ---> docker-login.sh [2021-03-02T19:17:22.183Z] nexus3.edgexfoundry.org:10001 [2021-03-02T19:17:22.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:22.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:22.448Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:22.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:22.448Z] [2021-03-02T19:17:22.448Z] Login Succeeded [2021-03-02T19:17:22.448Z] nexus3.edgexfoundry.org:10002 [2021-03-02T19:17:22.501Z] 745a02a5169b: Verifying Checksum [2021-03-02T19:17:22.501Z] 745a02a5169b: Download complete [2021-03-02T19:17:22.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:22.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:22.710Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:22.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:22.710Z] [2021-03-02T19:17:22.710Z] Login Succeeded [2021-03-02T19:17:22.710Z] nexus3.edgexfoundry.org:10003 [2021-03-02T19:17:22.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:22.971Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:22.971Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:22.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:22.972Z] [2021-03-02T19:17:22.972Z] Login Succeeded [2021-03-02T19:17:22.972Z] nexus3.edgexfoundry.org:10004 [2021-03-02T19:17:22.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:22.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:22.972Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:22.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:22.972Z] [2021-03-02T19:17:22.972Z] Login Succeeded [2021-03-02T19:17:22.972Z] docker.io [2021-03-02T19:17:23.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:17:23.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:17:23.808Z] Configure a credential helper to remove this warning. See [2021-03-02T19:17:23.808Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:17:23.808Z] [2021-03-02T19:17:23.808Z] Login Succeeded [2021-03-02T19:17:23.808Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T19:17:23.817Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-03-02T19:17:23.936Z] 00ac8860ef70: Verifying Checksum [2021-03-02T19:17:23.936Z] 00ac8860ef70: Download complete [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-02T19:17:24.169Z] ========================================================= [2021-03-02T19:17:24.169Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-02T19:17:24.169Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:17:24.516Z] + 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-02T19:17:24.516Z] Sending build context to Docker daemon 100.9kB [2021-03-02T19:17:24.516Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T19:17:24.516Z] Step 2/8 : FROM ${BASE} [2021-03-02T19:17:24.781Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-02T19:17:24.781Z] 188c0c94c7c5: Pulling fs layer [2021-03-02T19:17:24.781Z] 0ef7d3d256c8: Pulling fs layer [2021-03-02T19:17:24.781Z] de9db76c5a1d: Pulling fs layer [2021-03-02T19:17:24.781Z] bca2f99d35d6: Pulling fs layer [2021-03-02T19:17:24.781Z] 93359f2a8cfa: Pulling fs layer [2021-03-02T19:17:24.781Z] 7c6f9722023f: Pulling fs layer [2021-03-02T19:17:24.781Z] a35cf1a2eb13: Pulling fs layer [2021-03-02T19:17:24.781Z] 93359f2a8cfa: Waiting [2021-03-02T19:17:24.781Z] a35cf1a2eb13: Waiting [2021-03-02T19:17:24.781Z] 7c6f9722023f: Waiting [2021-03-02T19:17:24.781Z] bca2f99d35d6: Waiting [2021-03-02T19:17:24.781Z] de9db76c5a1d: Verifying Checksum [2021-03-02T19:17:24.781Z] de9db76c5a1d: Download complete [2021-03-02T19:17:24.781Z] 0ef7d3d256c8: Verifying Checksum [2021-03-02T19:17:24.781Z] 0ef7d3d256c8: Download complete [2021-03-02T19:17:24.781Z] 93359f2a8cfa: Verifying Checksum [2021-03-02T19:17:24.781Z] 93359f2a8cfa: Download complete [2021-03-02T19:17:24.781Z] 7c6f9722023f: Verifying Checksum [2021-03-02T19:17:24.781Z] 7c6f9722023f: Download complete [2021-03-02T19:17:24.781Z] 188c0c94c7c5: Verifying Checksum [2021-03-02T19:17:24.781Z] 188c0c94c7c5: Download complete [2021-03-02T19:17:25.048Z] 188c0c94c7c5: Pull complete [2021-03-02T19:17:25.309Z] 0ef7d3d256c8: Pull complete [2021-03-02T19:17:25.572Z] de9db76c5a1d: Pull complete [2021-03-02T19:17:26.524Z] a35cf1a2eb13: Verifying Checksum [2021-03-02T19:17:26.525Z] a35cf1a2eb13: Download complete [2021-03-02T19:17:27.101Z] bca2f99d35d6: Verifying Checksum [2021-03-02T19:17:27.101Z] bca2f99d35d6: Download complete [2021-03-02T19:17:32.448Z] bca2f99d35d6: Pull complete [2021-03-02T19:17:32.448Z] 93359f2a8cfa: Pull complete [2021-03-02T19:17:32.714Z] 7c6f9722023f: Pull complete [2021-03-02T19:17:34.115Z] 00ac8860ef70: Pull complete [2021-03-02T19:17:34.115Z] 63d7cb157983: Pull complete [2021-03-02T19:17:34.718Z] b116817d02f9: Pull complete [2021-03-02T19:17:38.122Z] 745a02a5169b: Pull complete [2021-03-02T19:17:38.122Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-02T19:17:38.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-02T19:17:38.122Z] ---> b7e6874047d6 [2021-03-02T19:17:38.122Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-02T19:17:41.524Z] ---> Running in d7dee1b74c20 [2021-03-02T19:17:41.524Z] Removing intermediate container d7dee1b74c20 [2021-03-02T19:17:41.524Z] ---> 8902370d5376 [2021-03-02T19:17:41.524Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T19:17:41.524Z] ---> Running in 00c541acd902 [2021-03-02T19:17:42.748Z] a35cf1a2eb13: Pull complete [2021-03-02T19:17:42.748Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-02T19:17:42.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-02T19:17:42.748Z] ---> a62c8e92a672 [2021-03-02T19:17:42.748Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-02T19:17:42.748Z] ---> Running in d3e52c1b71c5 [2021-03-02T19:17:42.748Z] Removing intermediate container d3e52c1b71c5 [2021-03-02T19:17:42.748Z] ---> aa5a07d10eee [2021-03-02T19:17:42.748Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T19:17:42.748Z] ---> Running in 848d1675213b [2021-03-02T19:17:43.701Z] Removing intermediate container 848d1675213b [2021-03-02T19:17:43.701Z] ---> f8bd5a57fc0c [2021-03-02T19:17:43.701Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-02T19:17:43.701Z] ---> Running in b5c5e86f14e7 [2021-03-02T19:17:44.159Z] Removing intermediate container 00c541acd902 [2021-03-02T19:17:44.159Z] ---> 91c4eeb2ad49 [2021-03-02T19:17:44.160Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-02T19:17:44.160Z] ---> Running in 339517555e4c [2021-03-02T19:17:44.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T19:17:45.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T19:17:45.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T19:17:45.808Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-02T19:17:46.072Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-02T19:17:46.072Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-02T19:17:46.072Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-02T19:17:46.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T19:17:46.334Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T19:17:46.334Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-02T19:17:46.599Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T19:17:46.599Z] OK: 167 MiB in 45 packages [2021-03-02T19:17:46.708Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-02T19:17:46.708Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-02T19:17:46.979Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-02T19:17:46.979Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-02T19:17:46.979Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T19:17:47.178Z] Removing intermediate container b5c5e86f14e7 [2021-03-02T19:17:47.178Z] ---> 5d67bf3e9487 [2021-03-02T19:17:47.178Z] Step 6/8 : WORKDIR /app [2021-03-02T19:17:47.178Z] ---> Running in 2bd4ef27d906 [2021-03-02T19:17:47.249Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-02T19:17:47.249Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T19:17:47.249Z] OK: 144 MiB in 45 packages [2021-03-02T19:17:47.441Z] Removing intermediate container 2bd4ef27d906 [2021-03-02T19:17:47.441Z] ---> 73d6dbeb4b7c [2021-03-02T19:17:47.441Z] Step 7/8 : COPY . . [2021-03-02T19:17:47.715Z] ---> d8584193db97 [2021-03-02T19:17:47.715Z] Step 8/8 : RUN go mod download [2021-03-02T19:17:47.980Z] ---> Running in cc8da69403fc [2021-03-02T19:17:48.696Z] Removing intermediate container 339517555e4c [2021-03-02T19:17:48.696Z] ---> 935025991483 [2021-03-02T19:17:48.696Z] Step 6/8 : WORKDIR /app [2021-03-02T19:17:48.969Z] ---> Running in fd4a49a11c3c [2021-03-02T19:17:49.563Z] Removing intermediate container fd4a49a11c3c [2021-03-02T19:17:49.563Z] ---> b1aef41d8932 [2021-03-02T19:17:49.563Z] Step 7/8 : COPY . . [2021-03-02T19:17:50.162Z] ---> 0a1dc0594858 [2021-03-02T19:17:50.162Z] Step 8/8 : RUN go mod download [2021-03-02T19:17:50.436Z] ---> Running in 462ea68de611 [2021-03-02T19:18:14.638Z] Removing intermediate container cc8da69403fc [2021-03-02T19:18:14.639Z] ---> a8667d490d45 [2021-03-02T19:18:14.639Z] Successfully built a8667d490d45 [2021-03-02T19:18:14.639Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:18:14.957Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T19:18:14.957Z] . [Pipeline] withDockerContainer [2021-03-02T19:18:15.087Z] prd-centos7-docker-4c-2g-28267 does not seem to be running inside a container [2021-03-02T19:18:15.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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-02T19:18:15.811Z] $ docker top e90eeaf7682738dff52126df1f874b2a12f4c8992994e5044f4567434dd8c705 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T19:18:16.328Z] + go version [2021-03-02T19:18:16.328Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-02T19:18:16.347Z] $ docker stop --time=1 e90eeaf7682738dff52126df1f874b2a12f4c8992994e5044f4567434dd8c705 [2021-03-02T19:18:17.249Z] Removing intermediate container 462ea68de611 [2021-03-02T19:18:17.249Z] ---> c87fdaf0efd0 [2021-03-02T19:18:17.249Z] Successfully built c87fdaf0efd0 [2021-03-02T19:18:17.249Z] Successfully tagged ci-base-image-arm64:latest [2021-03-02T19:18:17.712Z] $ docker rm -f e90eeaf7682738dff52126df1f874b2a12f4c8992994e5044f4567434dd8c705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:18:18.451Z] + docker inspect -f . ci-base-image-arm64 [2021-03-02T19:18:18.452Z] . [Pipeline] withDockerContainer [2021-03-02T19:18:18.606Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T19:18:18.606Z] . [2021-03-02T19:18:18.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-28266 does not seem to be running inside a container [2021-03-02T19:18:18.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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-02T19:18:20.296Z] $ docker top 1c8ab168d7fb0d8d36d72ee75344aed67365fe22cc0648a36b35d13995596e10 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-03-02T19:18:20.776Z] prd-centos7-docker-4c-2g-28267 does not seem to be running inside a container [2021-03-02T19:18:20.822Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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-02T19:18:21.457Z] $ docker top 98b35d14b94149e1fd7e5bdb18ada66a84a1c0597ff26081bac0f975a2a3c333 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-02T19:18:22.111Z] + make test [2021-03-02T19:18:22.112Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-02T19:18:22.310Z] + go version [2021-03-02T19:18:22.310Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-02T19:18:22.340Z] $ docker stop --time=1 1c8ab168d7fb0d8d36d72ee75344aed67365fe22cc0648a36b35d13995596e10 [2021-03-02T19:18:24.254Z] $ docker rm -f 1c8ab168d7fb0d8d36d72ee75344aed67365fe22cc0648a36b35d13995596e10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:18:25.320Z] + docker inspect -f . ci-base-image-arm64 [2021-03-02T19:18:25.320Z] . [Pipeline] withDockerContainer [2021-03-02T19:18:25.581Z] prd-ubuntu18.04-docker-arm64-4c-16g-28266 does not seem to be running inside a container [2021-03-02T19:18:25.671Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/90 -v /w/workspace/app-service-configurable/90:/w/workspace/app-service-configurable/90:rw,z -v /w/workspace/app-service-configurable/90@tmp:/w/workspace/app-service-configurable/90@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-02T19:18:27.188Z] $ docker top b37a83e8261eba36f681c8cfa2cf6d62b6ca8657991ef4e253ace908920dd25b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T19:18:28.233Z] + make test [2021-03-02T19:18:28.233Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-02T19:18:37.271Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-02T19:18:37.271Z] CGO_ENABLED=1 go vet ./... [2021-03-02T19:18:38.237Z] gofmt -l . [2021-03-02T19:18:38.237Z] [ "`gofmt -l .`" = "" ] [2021-03-02T19:18:38.237Z] ./bin/test-go-mod-tidy.sh [2021-03-02T19:18:38.509Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-03-02T19:18:39.105Z] $ docker stop --time=1 98b35d14b94149e1fd7e5bdb18ada66a84a1c0597ff26081bac0f975a2a3c333 [2021-03-02T19:18:42.262Z] $ docker rm -f 98b35d14b94149e1fd7e5bdb18ada66a84a1c0597ff26081bac0f975a2a3c333 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T19:18:42.888Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-02T19:18:43.220Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-02T19:18:46.296Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-02T19:18:46.595Z] + ls -al . [2021-03-02T19:18:46.595Z] total 92 [2021-03-02T19:18:46.595Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 2 19:18 . [2021-03-02T19:18:46.595Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 2 19:17 .. [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 7174 Mar 2 19:17 Attribution.txt [2021-03-02T19:18:46.595Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 2 19:17 bin [2021-03-02T19:18:46.595Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 2 19:18 coverage.out [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 2 19:17 Dockerfile [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 2 19:17 Dockerfile.build [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 2 19:17 .dockerignore [2021-03-02T19:18:46.595Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 2 19:17 .git [2021-03-02T19:18:46.595Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 2 19:17 .github [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 2 19:17 .gitignore [2021-03-02T19:18:46.595Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 2 19:18 go.mod [2021-03-02T19:18:46.595Z] -rw-r--r--. 1 jenkins jenkins 21193 Mar 2 19:18 go.sum [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 2 19:17 Jenkinsfile [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 2 19:17 LICENSE [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 1522 Mar 2 19:17 main.go [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 2 19:17 makefile [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 2 19:17 README.md [2021-03-02T19:18:46.595Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 2 19:17 res [2021-03-02T19:18:46.595Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 2 19:17 snap [2021-03-02T19:18:46.595Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 2 19:14 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:18:46.903Z] + 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=a4c663ab72e1e6f64242e087497a9e42eb880476 --label arch=amd64 --label version=2.0.0-dev.20 . [2021-03-02T19:18:46.903Z] Sending build context to Docker daemon 124.9kB [2021-03-02T19:18:46.903Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T19:18:46.903Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-02T19:18:46.903Z] ---> a8667d490d45 [2021-03-02T19:18:46.903Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-02T19:18:47.166Z] ---> Running in c06f72cd7fe8 [2021-03-02T19:18:47.166Z] Removing intermediate container c06f72cd7fe8 [2021-03-02T19:18:47.166Z] ---> e69397c86815 [2021-03-02T19:18:47.166Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-02T19:18:47.166Z] ---> Running in c8657b6a9e90 [2021-03-02T19:18:47.428Z] Removing intermediate container c8657b6a9e90 [2021-03-02T19:18:47.428Z] ---> ded478819a26 [2021-03-02T19:18:47.428Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T19:18:47.428Z] ---> Running in f6790cc9d65c [2021-03-02T19:18:47.691Z] Removing intermediate container f6790cc9d65c [2021-03-02T19:18:47.691Z] ---> 7087d53f56ff [2021-03-02T19:18:47.691Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T19:18:47.691Z] ---> Running in caff1ba5c9e9 [2021-03-02T19:18:48.659Z] Removing intermediate container caff1ba5c9e9 [2021-03-02T19:18:48.659Z] ---> 1920fc0ea0d2 [2021-03-02T19:18:48.659Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-02T19:18:48.659Z] ---> Running in ad00f606a2c6 [2021-03-02T19:18:49.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T19:18:49.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T19:18:50.768Z] OK: 167 MiB in 45 packages [2021-03-02T19:18:51.032Z] Removing intermediate container ad00f606a2c6 [2021-03-02T19:18:51.032Z] ---> c4c92edcfa47 [2021-03-02T19:18:51.032Z] Step 8/27 : WORKDIR /app [2021-03-02T19:18:51.032Z] ---> Running in 41d5fb337c09 [2021-03-02T19:18:51.295Z] Removing intermediate container 41d5fb337c09 [2021-03-02T19:18:51.295Z] ---> 0636a32c75ee [2021-03-02T19:18:51.295Z] Step 9/27 : COPY go.mod . [2021-03-02T19:18:51.557Z] ---> 1f71c8d1994c [2021-03-02T19:18:51.558Z] Step 10/27 : RUN go mod download [2021-03-02T19:18:51.558Z] ---> Running in 7a7ff4bcd9ac [2021-03-02T19:18:52.511Z] Removing intermediate container 7a7ff4bcd9ac [2021-03-02T19:18:52.511Z] ---> 14429862625d [2021-03-02T19:18:52.511Z] Step 11/27 : COPY . . [2021-03-02T19:18:52.774Z] ---> 7fe7a0f71beb [2021-03-02T19:18:52.774Z] Step 12/27 : ARG MAKE="make build" [2021-03-02T19:18:52.774Z] ---> Running in 67a2e79324b7 [2021-03-02T19:18:53.038Z] Removing intermediate container 67a2e79324b7 [2021-03-02T19:18:53.038Z] ---> 4652d548f32b [2021-03-02T19:18:53.038Z] Step 13/27 : RUN $MAKE [2021-03-02T19:18:53.038Z] ---> Running in 7c1b323f056f [2021-03-02T19:18:53.626Z] 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-02T19:19:07.258Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-02T19:19:07.258Z] CGO_ENABLED=1 go vet ./... [2021-03-02T19:19:08.656Z] Removing intermediate container 7c1b323f056f [2021-03-02T19:19:08.656Z] ---> a3092b7f4272 [2021-03-02T19:19:08.656Z] Step 14/27 : FROM alpine:3.12 [2021-03-02T19:19:08.656Z] 3.12: Pulling from library/alpine [2021-03-02T19:19:08.656Z] f84cab65f19f: Pulling fs layer [2021-03-02T19:19:08.656Z] f84cab65f19f: Verifying Checksum [2021-03-02T19:19:08.656Z] f84cab65f19f: Download complete [2021-03-02T19:19:08.656Z] f84cab65f19f: Pull complete [2021-03-02T19:19:08.656Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T19:19:08.656Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T19:19:08.656Z] ---> 88dd2752d2ea [2021-03-02T19:19:08.656Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T19:19:08.656Z] ---> Running in d73266a550b3 [2021-03-02T19:19:08.656Z] Removing intermediate container d73266a550b3 [2021-03-02T19:19:08.656Z] ---> 4d2a5e3e5847 [2021-03-02T19:19:08.656Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-02T19:19:08.656Z] ---> Running in 588524403f19 [2021-03-02T19:19:08.656Z] Removing intermediate container 588524403f19 [2021-03-02T19:19:08.656Z] ---> 93db39b0048b [2021-03-02T19:19:08.656Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-02T19:19:08.656Z] ---> Running in 99dc448d7408 [2021-03-02T19:19:08.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T19:19:08.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T19:19:08.656Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-02T19:19:08.656Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-02T19:19:08.656Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-02T19:19:08.656Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-02T19:19:08.656Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-02T19:19:08.926Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-02T19:19:08.926Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-02T19:19:08.926Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T19:19:08.926Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T19:19:08.926Z] OK: 9 MiB in 21 packages [2021-03-02T19:19:10.321Z] Removing intermediate container 99dc448d7408 [2021-03-02T19:19:10.321Z] ---> d4440f573966 [2021-03-02T19:19:10.321Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-02T19:19:10.321Z] ---> 1e20b29d2082 [2021-03-02T19:19:10.321Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-02T19:19:11.272Z] ---> ebd03a1f22d3 [2021-03-02T19:19:11.272Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-02T19:19:11.272Z] ---> 119b678a9bf0 [2021-03-02T19:19:11.272Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-02T19:19:11.848Z] ---> 6b2304a30dc2 [2021-03-02T19:19:11.848Z] Step 22/27 : EXPOSE 48095 [2021-03-02T19:19:12.112Z] ---> Running in d2b12795941a [2021-03-02T19:19:12.112Z] Removing intermediate container d2b12795941a [2021-03-02T19:19:12.112Z] ---> 69ed1e9b9074 [2021-03-02T19:19:12.112Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-02T19:19:12.374Z] ---> Running in 5188e80572ec [2021-03-02T19:19:12.374Z] Removing intermediate container 5188e80572ec [2021-03-02T19:19:12.374Z] ---> 5fb246c3659d [2021-03-02T19:19:12.374Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T19:19:12.374Z] ---> Running in 55df3d4c1320 [2021-03-02T19:19:12.637Z] Removing intermediate container 55df3d4c1320 [2021-03-02T19:19:12.637Z] ---> d2189b2de79c [2021-03-02T19:19:12.637Z] Step 25/27 : LABEL arch=amd64 [2021-03-02T19:19:12.637Z] ---> Running in 29788e1eccfb [2021-03-02T19:19:12.903Z] Removing intermediate container 29788e1eccfb [2021-03-02T19:19:12.903Z] ---> be3aae2dc163 [2021-03-02T19:19:12.903Z] Step 26/27 : LABEL git_sha=a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:19:12.903Z] ---> Running in 697baee8c77e [2021-03-02T19:19:13.165Z] Removing intermediate container 697baee8c77e [2021-03-02T19:19:13.165Z] ---> 69c72d113029 [2021-03-02T19:19:13.165Z] Step 27/27 : LABEL version=2.0.0-dev.20 [2021-03-02T19:19:13.165Z] ---> Running in 4bccd4513381 [2021-03-02T19:19:13.427Z] Removing intermediate container 4bccd4513381 [2021-03-02T19:19:13.427Z] ---> 5c29968d05bf [2021-03-02T19:19:13.427Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-02T19:19:13.427Z] Successfully built 5c29968d05bf [2021-03-02T19:19:13.427Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T19:19:13.778Z] provisioning config files... [2021-03-02T19:19:13.807Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config5376893376914223227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:19:13.997Z] gofmt -l . [2021-03-02T19:19:13.997Z] [ "`gofmt -l .`" = "" ] [2021-03-02T19:19:13.997Z] ./bin/test-go-mod-tidy.sh [2021-03-02T19:19:13.997Z] ./bin/test-attribution-txt.sh [2021-03-02T19:19:14.228Z] ---> docker-login.sh [2021-03-02T19:19:14.228Z] nexus3.edgexfoundry.org:10001 [2021-03-02T19:19:14.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:19:14.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:19:14.491Z] Configure a credential helper to remove this warning. See [2021-03-02T19:19:14.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:19:14.491Z] [2021-03-02T19:19:14.491Z] Login Succeeded [2021-03-02T19:19:14.491Z] nexus3.edgexfoundry.org:10002 [2021-03-02T19:19:14.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:19:14.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:19:14.756Z] Configure a credential helper to remove this warning. See [2021-03-02T19:19:14.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:19:14.756Z] [2021-03-02T19:19:14.756Z] Login Succeeded [2021-03-02T19:19:14.756Z] nexus3.edgexfoundry.org:10003 [2021-03-02T19:19:14.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:19:14.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:19:14.756Z] Configure a credential helper to remove this warning. See [2021-03-02T19:19:14.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:19:14.756Z] [2021-03-02T19:19:14.756Z] Login Succeeded [2021-03-02T19:19:14.756Z] nexus3.edgexfoundry.org:10004 [2021-03-02T19:19:15.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:19:15.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:19:15.018Z] Configure a credential helper to remove this warning. See [2021-03-02T19:19:15.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:19:15.018Z] [2021-03-02T19:19:15.018Z] Login Succeeded [2021-03-02T19:19:15.018Z] docker.io [2021-03-02T19:19:15.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:19:15.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:19:15.280Z] Configure a credential helper to remove this warning. See [2021-03-02T19:19:15.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:19:15.280Z] [2021-03-02T19:19:15.280Z] Login Succeeded [2021-03-02T19:19:15.280Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T19:19:15.291Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-02T19:19:15.514Z] $ docker stop --time=1 b37a83e8261eba36f681c8cfa2cf6d62b6ca8657991ef4e253ace908920dd25b [2021-03-02T19:19:17.807Z] $ docker rm -f b37a83e8261eba36f681c8cfa2cf6d62b6ca8657991ef4e253ace908920dd25b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] echo [2021-03-02T19:19:18.470Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-02T19:19:18.470Z] a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:19:18.470Z] latest [2021-03-02T19:19:18.470Z] 2.0.0-dev.20 [2021-03-02T19:19:18.470Z] a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [2021-03-02T19:19:18.470Z] master [2021-03-02T19:19:18.470Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:18.659Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-02T19:19:18.780Z] Warning: overwriting stash ‘coverage-report’ [2021-03-02T19:19:18.941Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:19.246Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:19:19.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T19:19:19.247Z] 7d7735415ea6: Preparing [2021-03-02T19:19:19.247Z] 65209d06fa95: Preparing [2021-03-02T19:19:19.247Z] 250ccb37d0b5: Preparing [2021-03-02T19:19:19.247Z] 86a1d2f1417b: Preparing [2021-03-02T19:19:19.247Z] 9076636bd700: Preparing [2021-03-02T19:19:19.247Z] 33e8713114f8: Preparing [2021-03-02T19:19:19.247Z] 33e8713114f8: Waiting [2021-03-02T19:19:19.487Z] Stashed 1 file(s) [Pipeline] } [2021-03-02T19:19:19.509Z] 65209d06fa95: Pushed [2021-03-02T19:19:19.509Z] 250ccb37d0b5: Pushed [2021-03-02T19:19:19.509Z] 86a1d2f1417b: Pushed [2021-03-02T19:19:19.509Z] 33e8713114f8: Layer already exists [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-03-02T19:19:19.772Z] 9076636bd700: Pushed [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-02T19:19:20.240Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-02T19:19:20.644Z] + ls -al . [2021-03-02T19:19:20.644Z] total 116 [2021-03-02T19:19:20.644Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 2 19:19 . [2021-03-02T19:19:20.644Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 19:17 .. [2021-03-02T19:19:20.644Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 2 19:17 .dockerignore [2021-03-02T19:19:20.644Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 2 19:17 .git [2021-03-02T19:19:20.644Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 19:17 .github [2021-03-02T19:19:20.644Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 2 19:17 .gitignore [2021-03-02T19:19:20.644Z] -rw-rw-r-- 1 jenkins jenkins 7174 Mar 2 19:17 Attribution.txt [2021-03-02T19:19:20.644Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 2 19:17 Dockerfile [2021-03-02T19:19:20.644Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 2 19:17 Dockerfile.build [2021-03-02T19:19:20.645Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 2 19:17 Jenkinsfile [2021-03-02T19:19:20.645Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 2 19:17 LICENSE [2021-03-02T19:19:20.645Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 2 19:17 README.md [2021-03-02T19:19:20.645Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 2 19:14 VERSION [2021-03-02T19:19:20.645Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 2 19:17 bin [2021-03-02T19:19:20.645Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 2 19:18 coverage.out [2021-03-02T19:19:20.645Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 2 19:19 go.mod [2021-03-02T19:19:20.645Z] -rw-r--r-- 1 jenkins jenkins 21193 Mar 2 19:19 go.sum [2021-03-02T19:19:20.645Z] -rw-rw-r-- 1 jenkins jenkins 1522 Mar 2 19:17 main.go [2021-03-02T19:19:20.645Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 2 19:17 makefile [2021-03-02T19:19:20.645Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 2 19:17 res [2021-03-02T19:19:20.645Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 2 19:17 snap [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:20.717Z] 7d7735415ea6: Pushed [2021-03-02T19:19:20.980Z] a4c663ab72e1e6f64242e087497a9e42eb880476: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:21.022Z] + 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=a4c663ab72e1e6f64242e087497a9e42eb880476 --label arch=arm64 --label version=2.0.0-dev.20 . [2021-03-02T19:19:21.022Z] Sending build context to Docker daemon 124.9kB [2021-03-02T19:19:21.290Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:21.309Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T19:19:21.309Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-02T19:19:21.309Z] ---> c87fdaf0efd0 [2021-03-02T19:19:21.309Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-02T19:19:21.584Z] ---> Running in 7bcf1fae1c08 [2021-03-02T19:19:21.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-02T19:19:21.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T19:19:21.593Z] 7d7735415ea6: Preparing [2021-03-02T19:19:21.593Z] 65209d06fa95: Preparing [2021-03-02T19:19:21.593Z] 250ccb37d0b5: Preparing [2021-03-02T19:19:21.593Z] 86a1d2f1417b: Preparing [2021-03-02T19:19:21.593Z] 9076636bd700: Preparing [2021-03-02T19:19:21.593Z] 33e8713114f8: Preparing [2021-03-02T19:19:21.593Z] 33e8713114f8: Waiting [2021-03-02T19:19:21.593Z] 250ccb37d0b5: Layer already exists [2021-03-02T19:19:21.593Z] 7d7735415ea6: Layer already exists [2021-03-02T19:19:21.593Z] 9076636bd700: Layer already exists [2021-03-02T19:19:21.593Z] 65209d06fa95: Layer already exists [2021-03-02T19:19:21.593Z] 86a1d2f1417b: Layer already exists [2021-03-02T19:19:21.593Z] 33e8713114f8: Layer already exists [2021-03-02T19:19:21.593Z] latest: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:21.911Z] + 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-02T19:19:22.182Z] Removing intermediate container 7bcf1fae1c08 [2021-03-02T19:19:22.182Z] ---> 1e670987e304 [2021-03-02T19:19:22.182Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-02T19:19:22.182Z] ---> Running in 9f62660f275d [2021-03-02T19:19:22.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 [2021-03-02T19:19:22.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T19:19:22.214Z] 7d7735415ea6: Preparing [2021-03-02T19:19:22.214Z] 65209d06fa95: Preparing [2021-03-02T19:19:22.214Z] 250ccb37d0b5: Preparing [2021-03-02T19:19:22.214Z] 86a1d2f1417b: Preparing [2021-03-02T19:19:22.214Z] 9076636bd700: Preparing [2021-03-02T19:19:22.214Z] 33e8713114f8: Preparing [2021-03-02T19:19:22.214Z] 33e8713114f8: Waiting [2021-03-02T19:19:22.214Z] 250ccb37d0b5: Layer already exists [2021-03-02T19:19:22.214Z] 9076636bd700: Layer already exists [2021-03-02T19:19:22.214Z] 86a1d2f1417b: Layer already exists [2021-03-02T19:19:22.214Z] 65209d06fa95: Layer already exists [2021-03-02T19:19:22.214Z] 7d7735415ea6: Layer already exists [2021-03-02T19:19:22.214Z] 33e8713114f8: Layer already exists [2021-03-02T19:19:22.214Z] 2.0.0-dev.20: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:22.523Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:22.778Z] Removing intermediate container 9f62660f275d [2021-03-02T19:19:22.778Z] ---> 2925834131f2 [2021-03-02T19:19:22.778Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T19:19:22.778Z] ---> Running in 99c649cb074e [2021-03-02T19:19:22.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [2021-03-02T19:19:22.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T19:19:22.821Z] 7d7735415ea6: Preparing [2021-03-02T19:19:22.821Z] 65209d06fa95: Preparing [2021-03-02T19:19:22.821Z] 250ccb37d0b5: Preparing [2021-03-02T19:19:22.821Z] 86a1d2f1417b: Preparing [2021-03-02T19:19:22.821Z] 9076636bd700: Preparing [2021-03-02T19:19:22.821Z] 33e8713114f8: Preparing [2021-03-02T19:19:22.821Z] 33e8713114f8: Waiting [2021-03-02T19:19:22.821Z] 9076636bd700: Layer already exists [2021-03-02T19:19:22.821Z] 65209d06fa95: Layer already exists [2021-03-02T19:19:22.821Z] 250ccb37d0b5: Layer already exists [2021-03-02T19:19:22.821Z] 86a1d2f1417b: Layer already exists [2021-03-02T19:19:22.821Z] 7d7735415ea6: Layer already exists [2021-03-02T19:19:22.821Z] 33e8713114f8: Layer already exists [2021-03-02T19:19:22.821Z] a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:23.127Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:19:23.374Z] Removing intermediate container 99c649cb074e [2021-03-02T19:19:23.374Z] ---> f65a6143283f [2021-03-02T19:19:23.374Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T19:19:23.374Z] ---> Running in d7f55bad7394 [2021-03-02T19:19:23.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-02T19:19:23.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-02T19:19:23.425Z] 7d7735415ea6: Preparing [2021-03-02T19:19:23.425Z] 65209d06fa95: Preparing [2021-03-02T19:19:23.425Z] 250ccb37d0b5: Preparing [2021-03-02T19:19:23.425Z] 86a1d2f1417b: Preparing [2021-03-02T19:19:23.425Z] 9076636bd700: Preparing [2021-03-02T19:19:23.425Z] 33e8713114f8: Preparing [2021-03-02T19:19:23.425Z] 33e8713114f8: Waiting [2021-03-02T19:19:23.425Z] 7d7735415ea6: Layer already exists [2021-03-02T19:19:23.425Z] 250ccb37d0b5: Layer already exists [2021-03-02T19:19:23.425Z] 9076636bd700: Layer already exists [2021-03-02T19:19:23.425Z] 65209d06fa95: Layer already exists [2021-03-02T19:19:23.425Z] 86a1d2f1417b: Layer already exists [2021-03-02T19:19:23.425Z] 33e8713114f8: Layer already exists [2021-03-02T19:19:23.425Z] master: digest: sha256:99ac8e5e9103c8d3f2550cf1bfef36699dbae712dd893a0885a8a744a578fbd3 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T19:19:23.627Z] ===================================================== [Pipeline] echo [2021-03-02T19:19:23.719Z] taggedImages: [2021-03-02T19:19:23.719Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:19:23.719Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-02T19:19:23.719Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.20 [2021-03-02T19:19:23.719Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [2021-03-02T19:19:23.719Z] - 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-02T19:19:24.686Z] ---> job-cost.sh [2021-03-02T19:19:24.686Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Vdq4 [2021-03-02T19:19:25.354Z] Removing intermediate container d7f55bad7394 [2021-03-02T19:19:25.354Z] ---> 7e78ceaf6dae [2021-03-02T19:19:25.354Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-02T19:19:25.632Z] ---> Running in 0d2729470b7c [2021-03-02T19:19:26.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T19:19:27.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T19:19:28.181Z] OK: 144 MiB in 45 packages [2021-03-02T19:19:29.166Z] Removing intermediate container 0d2729470b7c [2021-03-02T19:19:29.166Z] ---> 99a9915a9270 [2021-03-02T19:19:29.166Z] Step 8/27 : WORKDIR /app [2021-03-02T19:19:29.438Z] ---> Running in c5942b26f722 [2021-03-02T19:19:30.032Z] Removing intermediate container c5942b26f722 [2021-03-02T19:19:30.032Z] ---> b1080d7aba09 [2021-03-02T19:19:30.032Z] Step 9/27 : COPY go.mod . [2021-03-02T19:19:30.626Z] ---> d53a8a749d37 [2021-03-02T19:19:30.626Z] Step 10/27 : RUN go mod download [2021-03-02T19:19:30.626Z] ---> Running in 2e22d10a1118 [2021-03-02T19:19:33.251Z] Removing intermediate container 2e22d10a1118 [2021-03-02T19:19:33.251Z] ---> 0061aaf8327e [2021-03-02T19:19:33.251Z] Step 11/27 : COPY . . [2021-03-02T19:19:33.523Z] ---> 18054e781082 [2021-03-02T19:19:33.523Z] Step 12/27 : ARG MAKE="make build" [2021-03-02T19:19:33.798Z] ---> Running in 8e6e7f3610f0 [2021-03-02T19:19:34.396Z] Removing intermediate container 8e6e7f3610f0 [2021-03-02T19:19:34.396Z] ---> 22bc5001bfd6 [2021-03-02T19:19:34.396Z] Step 13/27 : RUN $MAKE [2021-03-02T19:19:34.396Z] ---> Running in 72c6fe22b4d1 [2021-03-02T19:19:35.378Z] 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-02T19:19:39.611Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-02T19:20:11.781Z] lf-activate-venv(): INFO: Adding /tmp/venv-Vdq4/bin to PATH [2021-03-02T19:20:11.781Z] INFO: No Stack... [2021-03-02T19:20:11.781Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-02T19:20:11.781Z] INFO: Archiving Costs [Pipeline] sh [2021-03-02T19:20:12.090Z] + cat /w/workspace/app-service-configurable/90/archives/cost.csv [2021-03-02T19:20:12.090Z] + cut -d, -f6 [Pipeline] lock [2021-03-02T19:20:12.175Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [2021-03-02T19:20:12.185Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] did not exist. Created. [2021-03-02T19:20:12.185Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-02T19:20:12.586Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-02T19:20:12.792Z] Stashed 1 file(s) [Pipeline] } [2021-03-02T19:20:12.806Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-02T19:20:14.427Z] Removing intermediate container 72c6fe22b4d1 [2021-03-02T19:20:14.427Z] ---> bdc254ed4521 [2021-03-02T19:20:14.427Z] Step 14/27 : FROM alpine:3.12 [2021-03-02T19:20:14.427Z] 3.12: Pulling from library/alpine [2021-03-02T19:20:14.427Z] dce8679b510e: Pulling fs layer [2021-03-02T19:20:14.427Z] dce8679b510e: Verifying Checksum [2021-03-02T19:20:14.427Z] dce8679b510e: Download complete [2021-03-02T19:20:14.697Z] dce8679b510e: Pull complete [2021-03-02T19:20:14.697Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T19:20:14.697Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T19:20:14.697Z] ---> d10569e2745f [2021-03-02T19:20:14.697Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-02T19:20:14.970Z] ---> Running in e439bf4daa1e [2021-03-02T19:20:15.240Z] Removing intermediate container e439bf4daa1e [2021-03-02T19:20:15.240Z] ---> 8b1a35cadf50 [2021-03-02T19:20:15.240Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-02T19:20:15.513Z] ---> Running in 637a6b338ca6 [2021-03-02T19:20:15.787Z] Removing intermediate container 637a6b338ca6 [2021-03-02T19:20:15.787Z] ---> 421167603ddb [2021-03-02T19:20:15.787Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-02T19:20:16.067Z] ---> Running in 8fe353a0390b [2021-03-02T19:20:17.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T19:20:17.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T19:20:17.599Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-02T19:20:17.871Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-02T19:20:17.871Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-02T19:20:17.871Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-02T19:20:17.871Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-02T19:20:17.871Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-02T19:20:17.871Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-02T19:20:17.871Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T19:20:17.871Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T19:20:18.157Z] OK: 9 MiB in 21 packages [2021-03-02T19:20:19.588Z] Removing intermediate container 8fe353a0390b [2021-03-02T19:20:19.588Z] ---> 7534eaa771e7 [2021-03-02T19:20:19.588Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-02T19:20:20.187Z] ---> b2e0e279a799 [2021-03-02T19:20:20.187Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-02T19:20:21.162Z] ---> 8f1c056dcbf9 [2021-03-02T19:20:21.162Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-02T19:20:21.755Z] ---> 67e7c3642843 [2021-03-02T19:20:21.755Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-02T19:20:23.181Z] ---> a6bde7d5f923 [2021-03-02T19:20:23.181Z] Step 22/27 : EXPOSE 48095 [2021-03-02T19:20:23.181Z] ---> Running in 216ab3b43c2b [2021-03-02T19:20:23.772Z] Removing intermediate container 216ab3b43c2b [2021-03-02T19:20:23.772Z] ---> a936d3c5e2c2 [2021-03-02T19:20:23.772Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-02T19:20:23.772Z] ---> Running in 1d9417e14ccf [2021-03-02T19:20:24.364Z] Removing intermediate container 1d9417e14ccf [2021-03-02T19:20:24.364Z] ---> ee48b209a2d0 [2021-03-02T19:20:24.364Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T19:20:24.364Z] ---> Running in 1e6b8748375e [2021-03-02T19:20:24.635Z] Removing intermediate container 1e6b8748375e [2021-03-02T19:20:24.635Z] ---> 63f1843987a6 [2021-03-02T19:20:24.635Z] Step 25/27 : LABEL arch=arm64 [2021-03-02T19:20:24.909Z] ---> Running in e5933f5c2c52 [2021-03-02T19:20:25.503Z] Removing intermediate container e5933f5c2c52 [2021-03-02T19:20:25.503Z] ---> b5f3b889c096 [2021-03-02T19:20:25.503Z] Step 26/27 : LABEL git_sha=a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:20:25.503Z] ---> Running in a6880b767f81 [2021-03-02T19:20:25.775Z] Removing intermediate container a6880b767f81 [2021-03-02T19:20:25.775Z] ---> 37c20cf6b3d9 [2021-03-02T19:20:25.775Z] Step 27/27 : LABEL version=2.0.0-dev.20 [2021-03-02T19:20:26.054Z] ---> Running in e6c18d173e51 [2021-03-02T19:20:26.647Z] Removing intermediate container e6c18d173e51 [2021-03-02T19:20:26.647Z] ---> 0449a6438e6f [2021-03-02T19:20:26.647Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-02T19:20:26.647Z] Successfully built 0449a6438e6f [2021-03-02T19:20:26.647Z] 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-02T19:20:27.084Z] provisioning config files... [2021-03-02T19:20:27.124Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/90@tmp/config7285738752861203177tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:20:27.512Z] ---> docker-login.sh [2021-03-02T19:20:27.513Z] nexus3.edgexfoundry.org:10001 [2021-03-02T19:20:27.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:20:28.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:20:28.055Z] Configure a credential helper to remove this warning. See [2021-03-02T19:20:28.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:20:28.055Z] [2021-03-02T19:20:28.055Z] Login Succeeded [2021-03-02T19:20:28.055Z] nexus3.edgexfoundry.org:10002 [2021-03-02T19:20:28.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:20:28.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:20:28.600Z] Configure a credential helper to remove this warning. See [2021-03-02T19:20:28.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:20:28.600Z] [2021-03-02T19:20:28.600Z] Login Succeeded [2021-03-02T19:20:28.600Z] nexus3.edgexfoundry.org:10003 [2021-03-02T19:20:28.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:20:29.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:20:29.143Z] Configure a credential helper to remove this warning. See [2021-03-02T19:20:29.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:20:29.143Z] [2021-03-02T19:20:29.143Z] Login Succeeded [2021-03-02T19:20:29.143Z] nexus3.edgexfoundry.org:10004 [2021-03-02T19:20:29.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:20:29.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:20:29.688Z] Configure a credential helper to remove this warning. See [2021-03-02T19:20:29.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:20:29.688Z] [2021-03-02T19:20:29.688Z] Login Succeeded [2021-03-02T19:20:29.688Z] docker.io [2021-03-02T19:20:29.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T19:20:30.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T19:20:30.231Z] Configure a credential helper to remove this warning. See [2021-03-02T19:20:30.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T19:20:30.231Z] [2021-03-02T19:20:30.231Z] Login Succeeded [2021-03-02T19:20:30.231Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T19:20:30.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T19:20:30.543Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-02T19:20:30.543Z] a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:20:30.543Z] latest [2021-03-02T19:20:30.543Z] 2.0.0-dev.20 [2021-03-02T19:20:30.543Z] a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [2021-03-02T19:20:30.543Z] master [2021-03-02T19:20:30.543Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:31.140Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:31.486Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:20:31.486Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T19:20:31.486Z] 410f9c945245: Preparing [2021-03-02T19:20:31.486Z] 2ba892034879: Preparing [2021-03-02T19:20:31.486Z] 04e6f01906f5: Preparing [2021-03-02T19:20:31.486Z] c05cba3ee564: Preparing [2021-03-02T19:20:31.486Z] ec5a8d28fded: Preparing [2021-03-02T19:20:31.486Z] 02a88cfff88f: Preparing [2021-03-02T19:20:31.486Z] 02a88cfff88f: Waiting [2021-03-02T19:20:31.765Z] c05cba3ee564: Pushed [2021-03-02T19:20:31.765Z] 04e6f01906f5: Pushed [2021-03-02T19:20:31.765Z] 2ba892034879: Pushed [2021-03-02T19:20:31.765Z] 02a88cfff88f: Layer already exists [2021-03-02T19:20:32.739Z] ec5a8d28fded: Pushed [2021-03-02T19:20:35.347Z] 410f9c945245: Pushed [2021-03-02T19:20:35.347Z] a4c663ab72e1e6f64242e087497a9e42eb880476: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:35.689Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:36.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-02T19:20:36.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T19:20:36.028Z] 410f9c945245: Preparing [2021-03-02T19:20:36.028Z] 2ba892034879: Preparing [2021-03-02T19:20:36.028Z] 04e6f01906f5: Preparing [2021-03-02T19:20:36.028Z] c05cba3ee564: Preparing [2021-03-02T19:20:36.028Z] ec5a8d28fded: Preparing [2021-03-02T19:20:36.028Z] 02a88cfff88f: Preparing [2021-03-02T19:20:36.028Z] 02a88cfff88f: Waiting [2021-03-02T19:20:36.028Z] 410f9c945245: Layer already exists [2021-03-02T19:20:36.028Z] 2ba892034879: Layer already exists [2021-03-02T19:20:36.028Z] c05cba3ee564: Layer already exists [2021-03-02T19:20:36.028Z] ec5a8d28fded: Layer already exists [2021-03-02T19:20:36.028Z] 04e6f01906f5: Layer already exists [2021-03-02T19:20:36.298Z] 02a88cfff88f: Layer already exists [2021-03-02T19:20:36.298Z] latest: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:36.642Z] + 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-02T19:20:36.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 [2021-03-02T19:20:36.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T19:20:36.987Z] 410f9c945245: Preparing [2021-03-02T19:20:36.987Z] 2ba892034879: Preparing [2021-03-02T19:20:36.987Z] 04e6f01906f5: Preparing [2021-03-02T19:20:36.987Z] c05cba3ee564: Preparing [2021-03-02T19:20:36.987Z] ec5a8d28fded: Preparing [2021-03-02T19:20:36.987Z] 02a88cfff88f: Preparing [2021-03-02T19:20:36.987Z] 02a88cfff88f: Waiting [2021-03-02T19:20:37.256Z] 410f9c945245: Layer already exists [2021-03-02T19:20:37.256Z] 2ba892034879: Layer already exists [2021-03-02T19:20:37.256Z] c05cba3ee564: Layer already exists [2021-03-02T19:20:37.256Z] 04e6f01906f5: Layer already exists [2021-03-02T19:20:37.256Z] ec5a8d28fded: Layer already exists [2021-03-02T19:20:37.256Z] 02a88cfff88f: Layer already exists [2021-03-02T19:20:37.256Z] 2.0.0-dev.20: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:37.599Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:37.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [2021-03-02T19:20:37.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T19:20:37.945Z] 410f9c945245: Preparing [2021-03-02T19:20:37.945Z] 2ba892034879: Preparing [2021-03-02T19:20:37.945Z] 04e6f01906f5: Preparing [2021-03-02T19:20:37.945Z] c05cba3ee564: Preparing [2021-03-02T19:20:37.945Z] ec5a8d28fded: Preparing [2021-03-02T19:20:37.945Z] 02a88cfff88f: Preparing [2021-03-02T19:20:37.945Z] 02a88cfff88f: Waiting [2021-03-02T19:20:37.945Z] 410f9c945245: Layer already exists [2021-03-02T19:20:37.945Z] 04e6f01906f5: Layer already exists [2021-03-02T19:20:38.218Z] ec5a8d28fded: Layer already exists [2021-03-02T19:20:38.218Z] c05cba3ee564: Layer already exists [2021-03-02T19:20:38.218Z] 2ba892034879: Layer already exists [2021-03-02T19:20:38.218Z] 02a88cfff88f: Layer already exists [2021-03-02T19:20:38.218Z] a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:38.564Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:20:38.905Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-02T19:20:38.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-02T19:20:38.905Z] 410f9c945245: Preparing [2021-03-02T19:20:38.905Z] 2ba892034879: Preparing [2021-03-02T19:20:38.905Z] 04e6f01906f5: Preparing [2021-03-02T19:20:38.905Z] c05cba3ee564: Preparing [2021-03-02T19:20:38.905Z] ec5a8d28fded: Preparing [2021-03-02T19:20:38.905Z] 02a88cfff88f: Preparing [2021-03-02T19:20:38.905Z] 02a88cfff88f: Waiting [2021-03-02T19:20:38.905Z] 410f9c945245: Layer already exists [2021-03-02T19:20:39.178Z] ec5a8d28fded: Layer already exists [2021-03-02T19:20:39.178Z] c05cba3ee564: Layer already exists [2021-03-02T19:20:39.178Z] 2ba892034879: Layer already exists [2021-03-02T19:20:39.178Z] 04e6f01906f5: Layer already exists [2021-03-02T19:20:39.178Z] 02a88cfff88f: Layer already exists [2021-03-02T19:20:39.178Z] master: digest: sha256:5a69fec243407ef13fe6cb45a3746b95ff179888ead0ebe85c1111c0c44eeb18 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-02T19:20:39.382Z] ===================================================== [Pipeline] echo [2021-03-02T19:20:39.435Z] taggedImages: [2021-03-02T19:20:39.435Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476 [2021-03-02T19:20:39.435Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-02T19:20:39.435Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.20 [2021-03-02T19:20:39.435Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:a4c663ab72e1e6f64242e087497a9e42eb880476-2.0.0-dev.20 [2021-03-02T19:20:39.435Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:20:40.033Z] ---> job-cost.sh [2021-03-02T19:20:40.033Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EadQ [2021-03-02T19:21:19.035Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-02T19:23:25.859Z] lf-activate-venv(): INFO: Adding /tmp/venv-EadQ/bin to PATH [2021-03-02T19:23:25.859Z] INFO: No Stack... [2021-03-02T19:23:25.859Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-02T19:23:25.859Z] INFO: Archiving Costs [Pipeline] sh [2021-03-02T19:23:26.208Z] + cat /w/workspace/app-service-configurable/90/archives/cost.csv [2021-03-02T19:23:26.208Z] + cut -d, -f6 [Pipeline] lock [2021-03-02T19:23:26.337Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [2021-03-02T19:23:26.348Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] did not exist. Created. [2021-03-02T19:23:26.348Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-90-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-02T19:23:26.807Z] /w/workspace/app-service-configurable/90@tmp/durable-1e600993/script.sh: 1: /w/workspace/app-service-configurable/90@tmp/durable-1e600993/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-02T19:23:27.154Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-02T19:23:27.227Z] Warning: overwriting stash ‘stack-cost’ [2021-03-02T19:23:27.383Z] Stashed 1 file(s) [Pipeline] } [2021-03-02T19:23:27.397Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-90-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-02T19:23:29.120Z] provisioning config files... [2021-03-02T19:23:29.140Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config8155383356185990923tmp [Pipeline] { [Pipeline] sh [2021-03-02T19:23:29.540Z] + set +x [2021-03-02T19:23:29.540Z] + curl -s https://codecov.io/bash [2021-03-02T19:23:29.540Z] + bash -s -- [2021-03-02T19:23:29.812Z] [2021-03-02T19:23:29.812Z] _____ _ [2021-03-02T19:23:29.812Z] / ____| | | [2021-03-02T19:23:29.812Z] | | ___ __| | ___ ___ _____ __ [2021-03-02T19:23:29.812Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-02T19:23:29.812Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-02T19:23:29.812Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-02T19:23:29.812Z] Bash-20210226-7100762 [2021-03-02T19:23:29.812Z] [2021-03-02T19:23:29.812Z] [2021-03-02T19:23:29.812Z] ==> git version 2.24.3 found [2021-03-02T19:23:29.812Z] ==> 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-02T19:23:29.812Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-02T19:23:29.812Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-02T19:23:29.812Z] ==> Jenkins CI detected. [2021-03-02T19:23:29.812Z] project root: . [2021-03-02T19:23:29.812Z] --> token set from env [2021-03-02T19:23:29.812Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-02T19:23:29.812Z] ==> Running gcov in . (disable via -X gcov) [2021-03-02T19:23:29.812Z] ==> Python coveragepy not found [2021-03-02T19:23:29.812Z] ==> Searching for coverage reports in: [2021-03-02T19:23:29.812Z] + . [2021-03-02T19:23:29.812Z] -> Found 1 reports [2021-03-02T19:23:29.812Z] ==> Detecting git/mercurial file structure [2021-03-02T19:23:30.092Z] ==> Reading reports [2021-03-02T19:23:30.092Z] + ./coverage.out bytes=10 [2021-03-02T19:23:30.092Z] ==> Appending adjustments [2021-03-02T19:23:30.092Z] https://docs.codecov.io/docs/fixing-reports [2021-03-02T19:23:30.092Z] + Found adjustments [2021-03-02T19:23:30.092Z] ==> Gzipping contents [2021-03-02T19:23:30.092Z] 4.0K /tmp/codecov.YzIYVJ.gz [2021-03-02T19:23:30.092Z] ==> Uploading reports [2021-03-02T19:23:30.092Z] url: https://codecov.io [2021-03-02T19:23:30.092Z] query: branch=master&commit=a4c663ab72e1e6f64242e087497a9e42eb880476&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F90%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-02T19:23:30.092Z] -> Pinging Codecov [2021-03-02T19:23:30.092Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=a4c663ab72e1e6f64242e087497a9e42eb880476&build=90&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F90%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-02T19:23:30.682Z] -> Uploading to [2021-03-02T19:23:30.682Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-02/A97CA9966030D2A3747ED39772930CCE/a4c663ab72e1e6f64242e087497a9e42eb880476/fa396d69-5100-4ca7-8d9c-00366e7e8906.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210302T192330Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b4ce4dc75c046dbe88c3fbd56805c39924afeae68963acda99623ec6d3c8062b [2021-03-02T19:23:30.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-02T19:23:30.682Z] Dload Upload Total Spent Left Speed [2021-03-02T19:23:30.963Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 850 --:--:-- --:--:-- --:--:-- 850 [2021-03-02T19:23:30.963Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] } [2021-03-02T19:23:30.987Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-02T19:23:31.923Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-02T19:23:31.996Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:23:32.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T19:23:32.637Z] [2021-03-02T19:23:32.637Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:23:33.015Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T19:23:33.015Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-02T19:23:33.015Z] 188c0c94c7c5: Pulling fs layer [2021-03-02T19:23:33.015Z] 0ef7d3d256c8: Pulling fs layer [2021-03-02T19:23:33.015Z] de9db76c5a1d: Pulling fs layer [2021-03-02T19:23:33.015Z] 0eba1c9be4d2: Pulling fs layer [2021-03-02T19:23:33.015Z] 0d57e429df01: Pulling fs layer [2021-03-02T19:23:33.015Z] 4e4be7b47b0d: Pulling fs layer [2021-03-02T19:23:33.015Z] e1f770b5df2f: Pulling fs layer [2021-03-02T19:23:33.015Z] 85a0685a4137: Pulling fs layer [2021-03-02T19:23:33.015Z] 0d57e429df01: Waiting [2021-03-02T19:23:33.015Z] 4e4be7b47b0d: Waiting [2021-03-02T19:23:33.015Z] e1f770b5df2f: Waiting [2021-03-02T19:23:33.015Z] 85a0685a4137: Waiting [2021-03-02T19:23:33.015Z] de9db76c5a1d: Verifying Checksum [2021-03-02T19:23:33.015Z] de9db76c5a1d: Download complete [2021-03-02T19:23:33.318Z] 0ef7d3d256c8: Verifying Checksum [2021-03-02T19:23:33.318Z] 0ef7d3d256c8: Download complete [2021-03-02T19:23:33.318Z] 0d57e429df01: Download complete [2021-03-02T19:23:33.318Z] 4e4be7b47b0d: Verifying Checksum [2021-03-02T19:23:33.318Z] 4e4be7b47b0d: Download complete [2021-03-02T19:23:33.318Z] 188c0c94c7c5: Verifying Checksum [2021-03-02T19:23:33.318Z] 188c0c94c7c5: Download complete [2021-03-02T19:23:34.347Z] 188c0c94c7c5: Pull complete [2021-03-02T19:23:34.619Z] 0ef7d3d256c8: Pull complete [2021-03-02T19:23:35.625Z] e1f770b5df2f: Download complete [2021-03-02T19:23:35.626Z] de9db76c5a1d: Pull complete [2021-03-02T19:23:40.121Z] 0eba1c9be4d2: Verifying Checksum [2021-03-02T19:23:40.121Z] 0eba1c9be4d2: Download complete [2021-03-02T19:23:41.118Z] 85a0685a4137: Verifying Checksum [2021-03-02T19:23:41.118Z] 85a0685a4137: Download complete [2021-03-02T19:23:59.906Z] 0eba1c9be4d2: Pull complete [2021-03-02T19:23:59.906Z] 0d57e429df01: Pull complete [2021-03-02T19:23:59.906Z] 4e4be7b47b0d: Pull complete [2021-03-02T19:24:04.345Z] e1f770b5df2f: Pull complete [2021-03-02T19:24:19.665Z] 85a0685a4137: Pull complete [2021-03-02T19:24:19.665Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-02T19:24:19.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-02T19:24:19.665Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-02T19:24:20.466Z] prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container [2021-03-02T19:24:20.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-02T19:24:23.752Z] $ docker top 0ab76c2dbe593ac6d1a4c9b5fd8cebf7c495b4c1b007111c945f59c3c41679c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-02T19:24:24.075Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-02T19:24:24.385Z] + set -o pipefail [2021-03-02T19:24:24.385Z] + snyk monitor '--org=edgex-jenkins' [2021-03-02T19:24:46.765Z] [2021-03-02T19:24:46.765Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-03-02T19:24:46.765Z] [2021-03-02T19:24:46.765Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/2376bb9e-419c-424b-975f-9cf056ff8e5d [2021-03-02T19:24:46.765Z] [2021-03-02T19:24:46.765Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-02T19:24:46.765Z] [2021-03-02T19:24:46.765Z] [Pipeline] } [2021-03-02T19:24:46.836Z] $ docker stop --time=1 0ab76c2dbe593ac6d1a4c9b5fd8cebf7c495b4c1b007111c945f59c3c41679c3 [2021-03-02T19:24:50.687Z] $ docker rm -f 0ab76c2dbe593ac6d1a4c9b5fd8cebf7c495b4c1b007111c945f59c3c41679c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-02T19:24:54.123Z] + git log --format=format:%s -1 a4c663ab72e1e6f64242e087497a9e42eb880476 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:24:54.475Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T19:24:54.475Z] . [Pipeline] withDockerContainer [2021-03-02T19:24:54.773Z] prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container [2021-03-02T19:24:54.837Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-02T19:24:56.865Z] $ docker top e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-02T19:24:57.728Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T19:24:57.728Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T19:24:59.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T19:24:59.060Z] $ docker exec e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c ssh-agent [2021-03-02T19:24:59.383Z] SSH_AUTH_SOCK=/tmp/ssh-oMtxEZRPlH5g/agent.11 [2021-03-02T19:24:59.383Z] SSH_AGENT_PID=17 [2021-03-02T19:24:59.396Z] Running ssh-add (command line suppressed) [2021-03-02T19:24:59.644Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4100520392843078368.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4100520392843078368.key) [2021-03-02T19:24:59.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T19:25:00.118Z] + git semver tag [2021-03-02T19:25:00.391Z] # -> Open(): unable to determine branch for HEAD [2021-03-02T19:25:00.391Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-02T19:25:00.391Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-02T19:25:00.391Z] # $SEMVER_REMOTE_NAME = origin [2021-03-02T19:25:00.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-02T19:25:00.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-02T19:25:00.391Z] # $SEMVER_BRANCH = master [2021-03-02T19:25:00.391Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-02T19:25:00.391Z] # a4c663ab72e1e6f64242e087497a9e42eb880476 HEAD [2021-03-02T19:25:00.391Z] # -> Force: false [2021-03-02T19:25:00.391Z] # 99924618ccef13bd691b871ac07f373374e82ad8 refs/tags/v2.0.0-dev.20 [Pipeline] } [2021-03-02T19:25:00.414Z] $ docker exec --env ******** --env ******** e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c ssh-agent -k [2021-03-02T19:25:01.070Z] unset SSH_AUTH_SOCK; [2021-03-02T19:25:01.070Z] unset SSH_AGENT_PID; [2021-03-02T19:25:01.070Z] echo Agent pid 17 killed; [2021-03-02T19:25:01.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T19:25:03.393Z] + git semver [Pipeline] } [2021-03-02T19:25:03.782Z] $ docker stop --time=1 e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c [2021-03-02T19:25:06.127Z] $ docker rm -f e83d5287a7bb63333cde1fec3995600d58f14b1547992adc79801bca105de36c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:25:06.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-02T19:25:06.908Z] [2021-03-02T19:25:06.908Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:25:07.323Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-02T19:25:07.323Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-02T19:25:07.323Z] ab5ef0e58194: Pulling fs layer [2021-03-02T19:25:07.323Z] 9712f1f96733: Pulling fs layer [2021-03-02T19:25:07.323Z] 63f879dbbcfc: Pulling fs layer [2021-03-02T19:25:07.323Z] 0d9ebad4ef96: Pulling fs layer [2021-03-02T19:25:07.323Z] e9a5061849ea: Pulling fs layer [2021-03-02T19:25:07.323Z] d747dcd14b5f: Pulling fs layer [2021-03-02T19:25:07.323Z] 2de7ff778b66: Pulling fs layer [2021-03-02T19:25:07.323Z] 0d9ebad4ef96: Waiting [2021-03-02T19:25:07.323Z] e9a5061849ea: Waiting [2021-03-02T19:25:07.323Z] d747dcd14b5f: Waiting [2021-03-02T19:25:07.323Z] 2de7ff778b66: Waiting [2021-03-02T19:25:07.323Z] 9712f1f96733: Verifying Checksum [2021-03-02T19:25:07.323Z] 9712f1f96733: Download complete [2021-03-02T19:25:09.934Z] 63f879dbbcfc: Verifying Checksum [2021-03-02T19:25:09.934Z] 63f879dbbcfc: Download complete [2021-03-02T19:25:09.934Z] e9a5061849ea: Verifying Checksum [2021-03-02T19:25:09.934Z] e9a5061849ea: Download complete [2021-03-02T19:25:09.934Z] d747dcd14b5f: Verifying Checksum [2021-03-02T19:25:09.934Z] d747dcd14b5f: Download complete [2021-03-02T19:25:10.937Z] 2de7ff778b66: Verifying Checksum [2021-03-02T19:25:10.937Z] 2de7ff778b66: Download complete [2021-03-02T19:25:10.937Z] 0d9ebad4ef96: Verifying Checksum [2021-03-02T19:25:10.937Z] 0d9ebad4ef96: Download complete [2021-03-02T19:25:11.213Z] ab5ef0e58194: Verifying Checksum [2021-03-02T19:25:11.213Z] ab5ef0e58194: Download complete [2021-03-02T19:25:26.404Z] ab5ef0e58194: Pull complete [2021-03-02T19:25:26.404Z] 9712f1f96733: Pull complete [2021-03-02T19:25:29.049Z] 63f879dbbcfc: Pull complete [2021-03-02T19:25:47.848Z] 0d9ebad4ef96: Pull complete [2021-03-02T19:25:48.495Z] e9a5061849ea: Pull complete [2021-03-02T19:25:49.576Z] d747dcd14b5f: Pull complete [2021-03-02T19:25:56.695Z] 2de7ff778b66: Pull complete [2021-03-02T19:25:56.695Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-02T19:25:56.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-02T19:25:56.695Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-02T19:25:57.308Z] prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container [2021-03-02T19:25:57.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-02T19:26:02.359Z] $ docker top 2dd9e832eff7b7aa13549a730e697c76501bf42fe8732bb9b0a78b1ff532ca9f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-02T19:26:03.446Z] provisioning config files... [2021-03-02T19:26:03.476Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config60508084557411029tmp [2021-03-02T19:26:03.806Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config7814354388153705176tmp [2021-03-02T19:26:03.920Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config7204641661037953717tmp [Pipeline] { [Pipeline] echo [2021-03-02T19:26:04.014Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:26:04.869Z] ---> sigul-configuration.sh [2021-03-02T19:26:05.546Z] gpg: directory `/root/.gnupg' created [2021-03-02T19:26:05.546Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-02T19:26:05.546Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-02T19:26:05.546Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-02T19:26:05.546Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-02T19:26:05.546Z] gpg: CAST5 encrypted data [2021-03-02T19:26:05.817Z] gpg: encrypted with 1 passphrase [2021-03-02T19:26:05.817Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-02T19:26:06.928Z] + mkdir /home/jenkins [2021-03-02T19:26:06.928Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-02T19:26:07.255Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-02T19:26:07.283Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:26:07.975Z] ---> sigul-install.sh [2021-03-02T19:26:20.659Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-02T19:26:21.298Z] + git tag --list [2021-03-02T19:26:21.298Z] v1.0.0 [2021-03-02T19:26:21.298Z] v1.1.0 [2021-03-02T19:26:21.298Z] v1.2.0 [2021-03-02T19:26:21.299Z] v1.3.0 [2021-03-02T19:26:21.299Z] v1.3.1 [2021-03-02T19:26:21.299Z] v1.3.1-dev.1 [2021-03-02T19:26:21.299Z] v1.3.1-dev.2 [2021-03-02T19:26:21.299Z] v1.3.1-dev.3 [2021-03-02T19:26:21.299Z] v2.0.0-dev.1 [2021-03-02T19:26:21.299Z] v2.0.0-dev.10 [2021-03-02T19:26:21.299Z] v2.0.0-dev.11 [2021-03-02T19:26:21.299Z] v2.0.0-dev.12 [2021-03-02T19:26:21.299Z] v2.0.0-dev.13 [2021-03-02T19:26:21.299Z] v2.0.0-dev.14 [2021-03-02T19:26:21.299Z] v2.0.0-dev.15 [2021-03-02T19:26:21.299Z] v2.0.0-dev.16 [2021-03-02T19:26:21.299Z] v2.0.0-dev.17 [2021-03-02T19:26:21.299Z] v2.0.0-dev.18 [2021-03-02T19:26:21.299Z] v2.0.0-dev.19 [2021-03-02T19:26:21.299Z] v2.0.0-dev.2 [2021-03-02T19:26:21.299Z] v2.0.0-dev.20 [2021-03-02T19:26:21.299Z] v2.0.0-dev.3 [2021-03-02T19:26:21.299Z] v2.0.0-dev.4 [2021-03-02T19:26:21.299Z] v2.0.0-dev.5 [2021-03-02T19:26:21.299Z] v2.0.0-dev.6 [2021-03-02T19:26:21.299Z] v2.0.0-dev.7 [2021-03-02T19:26:21.299Z] v2.0.0-dev.8 [2021-03-02T19:26:21.299Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-02T19:26:21.960Z] + lftools sign git-tag v2.0.0-dev.20 [2021-03-02T19:26:25.370Z] Signing Git tag with Sigul... [2021-03-02T19:26:25.370Z] Signing v2.0.0-dev.20 [Pipeline] echo [2021-03-02T19:26:26.808Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:26:27.119Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-02T19:26:27.131Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-02T19:26:27.241Z] $ docker stop --time=1 2dd9e832eff7b7aa13549a730e697c76501bf42fe8732bb9b0a78b1ff532ca9f [2021-03-02T19:26:29.547Z] $ docker rm -f 2dd9e832eff7b7aa13549a730e697c76501bf42fe8732bb9b0a78b1ff532ca9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:26:31.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T19:26:31.774Z] . [Pipeline] withDockerContainer [2021-03-02T19:26:32.181Z] prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container [2021-03-02T19:26:32.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-02T19:26:35.664Z] $ docker top 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-02T19:26:36.074Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T19:26:36.074Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T19:26:36.358Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T19:26:36.362Z] $ docker exec 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f ssh-agent [2021-03-02T19:26:36.680Z] SSH_AUTH_SOCK=/tmp/ssh-eZLyRWsedl4E/agent.11 [2021-03-02T19:26:36.680Z] SSH_AGENT_PID=17 [2021-03-02T19:26:36.699Z] Running ssh-add (command line suppressed) [2021-03-02T19:26:37.056Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2756808991150224441.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2756808991150224441.key) [2021-03-02T19:26:37.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T19:26:37.577Z] + git semver bump pre [2021-03-02T19:26:37.578Z] # -> Open(): unable to determine branch for HEAD [2021-03-02T19:26:37.578Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-02T19:26:37.578Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-02T19:26:37.578Z] # $SEMVER_REMOTE_NAME = origin [2021-03-02T19:26:37.578Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-02T19:26:37.578Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-02T19:26:37.578Z] # $SEMVER_BRANCH = master [2021-03-02T19:26:37.578Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-02T19:26:37.842Z] 2.0.0-dev.21 [Pipeline] } [2021-03-02T19:26:37.862Z] $ docker exec --env ******** --env ******** 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f ssh-agent -k [2021-03-02T19:26:38.721Z] unset SSH_AUTH_SOCK; [2021-03-02T19:26:38.721Z] unset SSH_AGENT_PID; [2021-03-02T19:26:38.722Z] echo Agent pid 17 killed; [2021-03-02T19:26:38.951Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T19:26:40.215Z] + git semver [Pipeline] } [2021-03-02T19:26:40.278Z] $ docker stop --time=1 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f [2021-03-02T19:26:42.833Z] $ docker rm -f 4f843c5b30f8d691c86b0d61b0515c51723e8bde2fb67afd345829499d74a63f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:26:43.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T19:26:43.953Z] . [Pipeline] withDockerContainer [2021-03-02T19:26:44.294Z] prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container [2021-03-02T19:26:44.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-02T19:26:46.762Z] $ docker top cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-02T19:26:47.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T19:26:47.103Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T19:26:47.430Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T19:26:47.435Z] $ docker exec cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 ssh-agent [2021-03-02T19:26:47.781Z] SSH_AUTH_SOCK=/tmp/ssh-PdZqV7scFsN3/agent.11 [2021-03-02T19:26:47.781Z] SSH_AGENT_PID=16 [2021-03-02T19:26:47.847Z] Running ssh-add (command line suppressed) [2021-03-02T19:26:48.209Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4934476685865744526.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4934476685865744526.key) [2021-03-02T19:26:49.283Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T19:26:49.760Z] + git semver push [2021-03-02T19:26:49.760Z] # -> Open(): unable to determine branch for HEAD [2021-03-02T19:26:49.760Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-02T19:26:49.760Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-02T19:26:49.760Z] # $SEMVER_REMOTE_NAME = origin [2021-03-02T19:26:49.760Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-02T19:26:49.760Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-02T19:26:49.760Z] # $SEMVER_BRANCH = master [2021-03-02T19:26:49.760Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-02T19:26:57.819Z] $ docker exec --env ******** --env ******** cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 ssh-agent -k [2021-03-02T19:26:58.450Z] unset SSH_AUTH_SOCK; [2021-03-02T19:26:58.453Z] unset SSH_AGENT_PID; [2021-03-02T19:26:58.453Z] echo Agent pid 16 killed; [2021-03-02T19:26:58.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T19:26:59.627Z] + git semver [Pipeline] } [2021-03-02T19:26:59.655Z] $ docker stop --time=1 cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 [2021-03-02T19:27:01.272Z] $ docker rm -f cda8ce85fdd9b1f770e89a0b13f00e84636713a9c15e50638b4c58b3c6940ef6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:27:03.635Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:27:05.819Z] ---> package-listing.sh [2021-03-02T19:27:05.819Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-02T19:27:05.819Z] ++ facter osfamily [2021-03-02T19:27:06.090Z] + OS_FAMILY=redhat [2021-03-02T19:27:06.090Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-02T19:27:06.090Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-02T19:27:06.090Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-02T19:27:06.090Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-02T19:27:06.090Z] + PACKAGES=/tmp/packages_start.txt [2021-03-02T19:27:06.090Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-02T19:27:06.090Z] + PACKAGES=/tmp/packages_end.txt [2021-03-02T19:27:06.090Z] + case "${OS_FAMILY}" in [2021-03-02T19:27:06.090Z] + rpm -qa [2021-03-02T19:27:06.090Z] + sort [2021-03-02T19:27:18.680Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-02T19:27:18.680Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-02T19:27:18.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-02T19:27:18.680Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-02T19:27:18.680Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-02T19:27:18.680Z] + 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-02T19:27:18.701Z] 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-02T19:27:19.024Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:27:20.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T19:27:20.370Z] [2021-03-02T19:27:20.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-02T19:27:20.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T19:27:21.855Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-02T19:27:21.855Z] df20fa9351a1: Pulling fs layer [2021-03-02T19:27:21.855Z] 36b3adc4ff6f: Pulling fs layer [2021-03-02T19:27:21.855Z] 8ad3a11d3b57: Pulling fs layer [2021-03-02T19:27:21.855Z] 46f8f816bc3b: Pulling fs layer [2021-03-02T19:27:21.855Z] 93b61091891f: Pulling fs layer [2021-03-02T19:27:21.855Z] 93b9cdb0e59b: Pulling fs layer [2021-03-02T19:27:21.855Z] 5e14af77c1be: Pulling fs layer [2021-03-02T19:27:21.855Z] 01666e4c0597: Pulling fs layer [2021-03-02T19:27:21.855Z] aa168da1d23b: Pulling fs layer [2021-03-02T19:27:21.855Z] 46f8f816bc3b: Waiting [2021-03-02T19:27:21.855Z] 93b61091891f: Waiting [2021-03-02T19:27:21.855Z] 93b9cdb0e59b: Waiting [2021-03-02T19:27:21.855Z] 5e14af77c1be: Waiting [2021-03-02T19:27:21.855Z] 01666e4c0597: Waiting [2021-03-02T19:27:21.855Z] aa168da1d23b: Waiting [2021-03-02T19:27:21.855Z] 36b3adc4ff6f: Verifying Checksum [2021-03-02T19:27:21.855Z] 36b3adc4ff6f: Download complete [2021-03-02T19:27:21.855Z] 46f8f816bc3b: Verifying Checksum [2021-03-02T19:27:21.855Z] 46f8f816bc3b: Download complete [2021-03-02T19:27:21.855Z] df20fa9351a1: Verifying Checksum [2021-03-02T19:27:21.855Z] df20fa9351a1: Download complete [2021-03-02T19:27:21.855Z] 93b9cdb0e59b: Verifying Checksum [2021-03-02T19:27:21.856Z] 93b9cdb0e59b: Download complete [2021-03-02T19:27:21.856Z] 5e14af77c1be: Verifying Checksum [2021-03-02T19:27:21.856Z] 5e14af77c1be: Download complete [2021-03-02T19:27:22.181Z] 01666e4c0597: Verifying Checksum [2021-03-02T19:27:22.181Z] 01666e4c0597: Download complete [2021-03-02T19:27:22.181Z] 8ad3a11d3b57: Verifying Checksum [2021-03-02T19:27:22.181Z] 8ad3a11d3b57: Download complete [2021-03-02T19:27:22.474Z] 93b61091891f: Verifying Checksum [2021-03-02T19:27:22.474Z] 93b61091891f: Download complete [2021-03-02T19:27:22.760Z] df20fa9351a1: Pull complete [2021-03-02T19:27:23.374Z] 36b3adc4ff6f: Pull complete [2021-03-02T19:27:26.025Z] aa168da1d23b: Verifying Checksum [2021-03-02T19:27:26.026Z] aa168da1d23b: Download complete [2021-03-02T19:27:26.026Z] 8ad3a11d3b57: Pull complete [2021-03-02T19:27:27.610Z] 46f8f816bc3b: Pull complete [2021-03-02T19:27:29.119Z] 93b61091891f: Pull complete [2021-03-02T19:27:29.710Z] 93b9cdb0e59b: Pull complete [2021-03-02T19:27:30.686Z] 5e14af77c1be: Pull complete [2021-03-02T19:27:30.957Z] 01666e4c0597: Pull complete [2021-03-02T19:27:53.198Z] aa168da1d23b: Pull complete [2021-03-02T19:27:53.198Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-02T19:27:53.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T19:27:53.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-02T19:27:53.762Z] prd-centos7-docker-4c-2g-28265 does not seem to be running inside a container [2021-03-02T19:27:53.848Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-02T19:27:59.110Z] $ docker top b4c0b9f142296af5fec280a81249683e30bb3dee48be70affbbc246c455dcf45 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T19:28:00.749Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-02T19:28:01.497Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-02T19:28:02.279Z] + ls /var/log/sa-host [2021-03-02T19:28:02.279Z] + sadf -c /var/log/sa-host/sa02 [2021-03-02T19:28:02.279Z] file_magic: OK [2021-03-02T19:28:02.279Z] HZ: Using current value: 100 [2021-03-02T19:28:02.279Z] file_header: OK [2021-03-02T19:28:02.279Z] 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-02T19:28:02.279Z] Statistics: [2021-03-02T19:28:02.279Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-02T19:28:02.279Z] File successfully converted to sysstat format version 12.2.1 [2021-03-02T19:28:02.279Z] + sadf -c /var/log/sa-host/sa23 [2021-03-02T19:28:02.279Z] file_magic: OK [2021-03-02T19:28:02.279Z] HZ: Using current value: 100 [2021-03-02T19:28:02.279Z] file_header: OK [2021-03-02T19:28:02.279Z] 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-02T19:28:02.279Z] Statistics: [2021-03-02T19:28:02.279Z] Hnuu...uuuununununu... [2021-03-02T19:28:02.279Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-02T19:28:03.240Z] provisioning config files... [2021-03-02T19:28:03.267Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2540298977108396698tmp [Pipeline] { [Pipeline] echo [2021-03-02T19:28:03.364Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:28:04.017Z] ---> create-netrc.sh [Pipeline] } [2021-03-02T19:28:04.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-02T19:28:04.156Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:28:04.473Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-02T19:28:04.488Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:28:04.800Z] ---> sudo-logs.sh [2021-03-02T19:28:04.801Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-02T19:28:04.920Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:28:05.271Z] ---> job-cost.sh [2021-03-02T19:28:05.272Z] lf-activate-venv: SKIPPING [2021-03-02T19:28:05.272Z] DEBUG: total: 0.20999999344348907 [2021-03-02T19:28:05.272Z] INFO: Retrieving Stack Cost... [2021-03-02T19:28:06.243Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-02T19:28:06.825Z] INFO: Archiving Costs [Pipeline] echo [2021-03-02T19:28:06.844Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T19:28:07.158Z] ---> logs-deploy.sh [2021-03-02T19:28:07.158Z] lf-activate-venv: SKIPPING [2021-03-02T19:28:07.158Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/90 [2021-03-02T19:28:07.158Z] INFO: archiving workspace using pattern(s): [2021-03-02T19:28:09.854Z] Archives upload complete. [2021-03-02T19:28:09.854Z] INFO: archiving logs to Nexus