Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1338e868b7a96c2a43259fec3c9103ddff8cd45 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30357’ Running on prd-centos7-docker-4c-2g-30359 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1338e868b7a96c2a43259fec3c9103ddff8cd45 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1338e868b7a96c2a43259fec3c9103ddff8cd45 # timeout=10 Commit message: "refactor: Rework code and profiles for refactored SDK (#214)" > git rev-list --no-walk 02c1bdd2e7c58c88f1181e55d1376c3df082b575 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T21:16:18.060Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T21:16:18.373Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T21:16:18.468Z] ========================================================= [2021-03-18T21:16:18.468Z] EdgeX Global Pipelines Version Info [2021-03-18T21:16:18.468Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:16:19.860Z] ------------------- [2021-03-18T21:16:19.860Z] stable info: [2021-03-18T21:16:19.860Z] ------------------- [2021-03-18T21:16:19.860Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T21:16:19.860Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T21:16:19.860Z] Message: update stable to v1.0.186 [2021-03-18T21:16:20.801Z] ------------------- [2021-03-18T21:16:20.801Z] experimental info: [2021-03-18T21:16:20.801Z] ------------------- [2021-03-18T21:16:20.801Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T21:16:20.801Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T21:16:20.801Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T21:16:21.053Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-03-18T21:16:21.143Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-03-18T21:16:21.227Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T21:16:21.320Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T21:16:21.410Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T21:16:21.571Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T21:16:21.655Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T21:16:21.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T21:16:21.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-18T21:16:21.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T21:16:21.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T21:16:22.077Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-03-18T21:16:22.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T21:16:22.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T21:16:22.351Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T21:16:22.430Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T21:16:22.511Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T21:16:22.609Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T21:16:22.715Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T21:16:22.803Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-18T21:16:22.893Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-18T21:16:22.984Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-18T21:16:23.068Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-18T21:16:23.174Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-18T21:16:23.416Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-18T21:16:23.534Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T21:16:23.636Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-18T21:16:23.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-18T21:16:23.846Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-18T21:16:23.930Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1338e868b7a96c2a43259fec3c9103ddff8cd45 [Pipeline] echo [2021-03-18T21:16:24.049Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d1338e8 [Pipeline] echo [2021-03-18T21:16:24.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T21:16:24.318Z] provisioning config files... [2021-03-18T21:16:24.343Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5929645859192644545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:16:24.702Z] ---> docker-login.sh [2021-03-18T21:16:24.702Z] nexus3.edgexfoundry.org:10001 [2021-03-18T21:16:24.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:16:24.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:16:24.969Z] Configure a credential helper to remove this warning. See [2021-03-18T21:16:24.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:16:24.969Z] [2021-03-18T21:16:24.969Z] Login Succeeded [2021-03-18T21:16:24.969Z] nexus3.edgexfoundry.org:10002 [2021-03-18T21:16:24.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:16:25.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:16:25.231Z] Configure a credential helper to remove this warning. See [2021-03-18T21:16:25.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:16:25.231Z] [2021-03-18T21:16:25.231Z] Login Succeeded [2021-03-18T21:16:25.231Z] nexus3.edgexfoundry.org:10003 [2021-03-18T21:16:25.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:16:25.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:16:25.231Z] Configure a credential helper to remove this warning. See [2021-03-18T21:16:25.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:16:25.231Z] [2021-03-18T21:16:25.231Z] Login Succeeded [2021-03-18T21:16:25.231Z] nexus3.edgexfoundry.org:10004 [2021-03-18T21:16:25.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:16:25.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:16:25.493Z] Configure a credential helper to remove this warning. See [2021-03-18T21:16:25.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:16:25.493Z] [2021-03-18T21:16:25.493Z] Login Succeeded [2021-03-18T21:16:25.493Z] docker.io [2021-03-18T21:16:25.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:16:25.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:16:25.755Z] Configure a credential helper to remove this warning. See [2021-03-18T21:16:25.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:16:25.755Z] [2021-03-18T21:16:25.755Z] Login Succeeded [2021-03-18T21:16:25.755Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T21:16:25.769Z] 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-18T21:16:26.534Z] + git log --format=format:%s -1 d1338e868b7a96c2a43259fec3c9103ddff8cd45 [Pipeline] echo [2021-03-18T21:16:26.642Z] GIT_COMMIT: d1338e868b7a96c2a43259fec3c9103ddff8cd45, Commit Message: refactor: Rework code and profiles for refactored SDK (#214) [Pipeline] echo [2021-03-18T21:16:26.691Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:16:27.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:16:27.315Z] [2021-03-18T21:16:27.315Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:16:27.657Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:16:27.657Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T21:16:27.657Z] 31603596830f: Pulling fs layer [2021-03-18T21:16:27.657Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T21:16:27.657Z] 6ca5941a6612: Pulling fs layer [2021-03-18T21:16:27.657Z] ecc8261a40a4: Pulling fs layer [2021-03-18T21:16:27.657Z] ecc8261a40a4: Waiting [2021-03-18T21:16:27.657Z] 2a8b12db71e7: Verifying Checksum [2021-03-18T21:16:27.657Z] 2a8b12db71e7: Download complete [2021-03-18T21:16:27.657Z] 31603596830f: Verifying Checksum [2021-03-18T21:16:27.657Z] 31603596830f: Download complete [2021-03-18T21:16:27.923Z] ecc8261a40a4: Verifying Checksum [2021-03-18T21:16:27.923Z] ecc8261a40a4: Download complete [2021-03-18T21:16:27.923Z] 6ca5941a6612: Verifying Checksum [2021-03-18T21:16:27.923Z] 6ca5941a6612: Download complete [2021-03-18T21:16:27.923Z] 31603596830f: Pull complete [2021-03-18T21:16:28.185Z] 2a8b12db71e7: Pull complete [2021-03-18T21:16:28.763Z] 6ca5941a6612: Pull complete [2021-03-18T21:16:29.025Z] ecc8261a40a4: Pull complete [2021-03-18T21:16:29.025Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T21:16:29.286Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:16:29.286Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T21:16:29.391Z] prd-centos7-docker-4c-2g-30359 does not seem to be running inside a container [2021-03-18T21:16:29.436Z] $ 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-18T21:16:31.313Z] $ docker top a6806b166555bf81dbc4addc11eb2a31840d0ec9aa5e9eaf710f813595f57e94 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T21:16:31.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T21:16:31.604Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T21:16:31.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T21:16:31.790Z] $ docker exec a6806b166555bf81dbc4addc11eb2a31840d0ec9aa5e9eaf710f813595f57e94 ssh-agent [2021-03-18T21:16:31.940Z] SSH_AUTH_SOCK=/tmp/ssh-eJhoge5NkUTe/agent.12 [2021-03-18T21:16:31.940Z] SSH_AGENT_PID=17 [2021-03-18T21:16:31.949Z] Running ssh-add (command line suppressed) [2021-03-18T21:16:32.058Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6556167485788273519.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6556167485788273519.key) [2021-03-18T21:16:32.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T21:16:32.433Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T21:16:32.451Z] $ docker exec --env ******** --env ******** a6806b166555bf81dbc4addc11eb2a31840d0ec9aa5e9eaf710f813595f57e94 ssh-agent -k [2021-03-18T21:16:32.566Z] unset SSH_AUTH_SOCK; [2021-03-18T21:16:32.567Z] unset SSH_AGENT_PID; [2021-03-18T21:16:32.567Z] echo Agent pid 17 killed; [2021-03-18T21:16:32.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T21:16:32.745Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T21:16:32.746Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T21:16:32.896Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T21:16:32.900Z] $ docker exec a6806b166555bf81dbc4addc11eb2a31840d0ec9aa5e9eaf710f813595f57e94 ssh-agent [2021-03-18T21:16:33.065Z] SSH_AUTH_SOCK=/tmp/ssh-XyPBYyGvhEEY/agent.46 [2021-03-18T21:16:33.065Z] SSH_AGENT_PID=51 [2021-03-18T21:16:33.071Z] Running ssh-add (command line suppressed) [2021-03-18T21:16:33.192Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8089419824403564282.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8089419824403564282.key) [2021-03-18T21:16:33.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T21:16:33.579Z] + git semver init [2021-03-18T21:16:33.579Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T21:16:33.579Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-18T21:16:33.579Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-18T21:16:33.579Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T21:16:33.579Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T21:16:33.579Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T21:16:33.579Z] # $SEMVER_BRANCH = master [2021-03-18T21:16:33.579Z] # $SEMVER_TEMP = /tmp/semver-186719310 [2021-03-18T21:16:33.579Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-03-18T21:16:33.840Z] # '/tmp/semver-186719310' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-03-18T21:16:33.840Z] # -> Force: false [2021-03-18T21:16:33.840Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-18T21:16:33.851Z] $ docker exec --env ******** --env ******** a6806b166555bf81dbc4addc11eb2a31840d0ec9aa5e9eaf710f813595f57e94 ssh-agent -k [2021-03-18T21:16:33.964Z] unset SSH_AUTH_SOCK; [2021-03-18T21:16:33.964Z] unset SSH_AGENT_PID; [2021-03-18T21:16:33.964Z] echo Agent pid 51 killed; [2021-03-18T21:16:34.012Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T21:16:34.474Z] + git semver [Pipeline] } [2021-03-18T21:16:34.489Z] $ docker stop --time=1 a6806b166555bf81dbc4addc11eb2a31840d0ec9aa5e9eaf710f813595f57e94 [2021-03-18T21:16:35.822Z] $ docker rm -f a6806b166555bf81dbc4addc11eb2a31840d0ec9aa5e9eaf710f813595f57e94 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T21:16:36.288Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T21:16:36.624Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T21:16:36.627Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.23 [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-18T21:16:52.089Z] Still waiting to schedule task [2021-03-18T21:16:52.089Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-18T21:16:52.092Z] Still waiting to schedule task [2021-03-18T21:16:52.092Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-18T21:20:20.000Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30361 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-18T21:20:20.074Z] Running in /w/workspace/app-service-configurable/93 [Pipeline] { [Pipeline] checkout [2021-03-18T21:20:24.833Z] using credential edgex-jenkins-ssh [2021-03-18T21:20:24.927Z] Cloning the remote Git repository [2021-03-18T21:20:24.975Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-18T21:20:25.086Z] > git init /w/workspace/app-service-configurable/93 # timeout=10 [2021-03-18T21:20:25.169Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-18T21:20:25.170Z] > git --version # timeout=10 [2021-03-18T21:20:25.188Z] > git --version # 'git version 2.17.1' [2021-03-18T21:20:25.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:20:25.243Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:20:26.071Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-18T21:20:26.104Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:20:26.128Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-18T21:20:26.159Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-18T21:20:26.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:20:26.171Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T21:20:26.648Z] Checking out Revision d1338e868b7a96c2a43259fec3c9103ddff8cd45 (master) [2021-03-18T21:20:26.663Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T21:20:26.680Z] > git checkout -f d1338e868b7a96c2a43259fec3c9103ddff8cd45 # timeout=10 [2021-03-18T21:20:30.942Z] Commit message: "refactor: Rework code and profiles for refactored SDK (#214)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T21:20:32.819Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:20:33.225Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:20:33.583Z] + sudo service docker restart+ [2021-03-18T21:20:33.583Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T21:20:35.686Z] provisioning config files... [2021-03-18T21:20:37.036Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config7752560538190593980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:20:37.454Z] ---> docker-login.sh [2021-03-18T21:20:37.454Z] nexus3.edgexfoundry.org:10001 [2021-03-18T21:20:38.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:20:38.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:20:38.712Z] Configure a credential helper to remove this warning. See [2021-03-18T21:20:38.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:20:38.712Z] [2021-03-18T21:20:38.712Z] Login Succeeded [2021-03-18T21:20:38.712Z] nexus3.edgexfoundry.org:10002 [2021-03-18T21:20:38.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:20:39.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:20:39.261Z] Configure a credential helper to remove this warning. See [2021-03-18T21:20:39.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:20:39.261Z] [2021-03-18T21:20:39.261Z] Login Succeeded [2021-03-18T21:20:39.261Z] nexus3.edgexfoundry.org:10003 [2021-03-18T21:20:39.540Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:20:39.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:20:39.815Z] Configure a credential helper to remove this warning. See [2021-03-18T21:20:39.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:20:39.816Z] [2021-03-18T21:20:39.816Z] Login Succeeded [2021-03-18T21:20:39.816Z] nexus3.edgexfoundry.org:10004 [2021-03-18T21:20:40.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:20:40.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:20:40.371Z] Configure a credential helper to remove this warning. See [2021-03-18T21:20:40.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:20:40.371Z] [2021-03-18T21:20:40.371Z] Login Succeeded [2021-03-18T21:20:40.371Z] docker.io [2021-03-18T21:20:40.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:20:40.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:20:40.919Z] Configure a credential helper to remove this warning. See [2021-03-18T21:20:40.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:20:40.919Z] [2021-03-18T21:20:40.919Z] Login Succeeded [2021-03-18T21:20:40.919Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T21:20:40.939Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T21:20:41.427Z] ========================================================= [2021-03-18T21:20:41.427Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T21:20:41.427Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:20:41.833Z] + 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-18T21:20:41.833Z] Sending build context to Docker daemon 97.28kB [2021-03-18T21:20:42.106Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T21:20:42.106Z] Step 2/8 : FROM ${BASE} [2021-03-18T21:20:42.106Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T21:20:42.107Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T21:20:42.107Z] a4357932f1b6: Pulling fs layer [2021-03-18T21:20:42.107Z] 18c013af1878: Pulling fs layer [2021-03-18T21:20:42.107Z] 00ac8860ef70: Pulling fs layer [2021-03-18T21:20:42.107Z] 63d7cb157983: Pulling fs layer [2021-03-18T21:20:42.107Z] b116817d02f9: Pulling fs layer [2021-03-18T21:20:42.107Z] 745a02a5169b: Pulling fs layer [2021-03-18T21:20:42.107Z] 00ac8860ef70: Waiting [2021-03-18T21:20:42.107Z] 63d7cb157983: Waiting [2021-03-18T21:20:42.107Z] 745a02a5169b: Waiting [2021-03-18T21:20:42.107Z] b116817d02f9: Waiting [2021-03-18T21:20:42.378Z] 18c013af1878: Verifying Checksum [2021-03-18T21:20:42.378Z] 18c013af1878: Download complete [2021-03-18T21:20:42.378Z] a4357932f1b6: Verifying Checksum [2021-03-18T21:20:42.378Z] a4357932f1b6: Download complete [2021-03-18T21:20:42.378Z] 63d7cb157983: Verifying Checksum [2021-03-18T21:20:42.378Z] 63d7cb157983: Download complete [2021-03-18T21:20:42.378Z] b116817d02f9: Verifying Checksum [2021-03-18T21:20:42.378Z] b116817d02f9: Download complete [2021-03-18T21:20:42.378Z] 5f621e34cdf4: Download complete [2021-03-18T21:20:42.975Z] 5f621e34cdf4: Pull complete [2021-03-18T21:20:43.578Z] a4357932f1b6: Pull complete [2021-03-18T21:20:43.857Z] 18c013af1878: Pull complete [2021-03-18T21:20:45.303Z] 745a02a5169b: Verifying Checksum [2021-03-18T21:20:46.289Z] 00ac8860ef70: Verifying Checksum [2021-03-18T21:20:46.289Z] 00ac8860ef70: Download complete [2021-03-18T21:20:53.272Z] Running on prd-centos7-docker-4c-2g-30360 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-03-18T21:20:53.369Z] Running in /w/workspace/app-service-configurable/93 [Pipeline] { [Pipeline] checkout [2021-03-18T21:20:56.493Z] 00ac8860ef70: Pull complete [2021-03-18T21:20:56.766Z] 63d7cb157983: Pull complete [2021-03-18T21:20:57.046Z] b116817d02f9: Pull complete [2021-03-18T21:21:00.438Z] 745a02a5169b: Pull complete [2021-03-18T21:21:00.438Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T21:21:00.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T21:21:00.438Z] ---> b7e6874047d6 [2021-03-18T21:21:00.438Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-18T21:21:03.079Z] ---> Running in f9fad0bee4a9 [2021-03-18T21:21:03.682Z] Removing intermediate container f9fad0bee4a9 [2021-03-18T21:21:03.682Z] ---> 8ae04b501e91 [2021-03-18T21:21:03.682Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:21:03.682Z] ---> Running in 67c0839ef357 [2021-03-18T21:21:03.895Z] using credential edgex-jenkins-ssh [2021-03-18T21:21:04.004Z] Cloning the remote Git repository [2021-03-18T21:21:04.278Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-03-18T21:21:04.395Z] > git init /w/workspace/app-service-configurable/93 # timeout=10 [2021-03-18T21:21:04.566Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-18T21:21:04.566Z] > git --version # timeout=10 [2021-03-18T21:21:04.634Z] > git --version # 'git version 2.24.3' [2021-03-18T21:21:04.635Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:21:04.681Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:21:06.306Z] Removing intermediate container 67c0839ef357 [2021-03-18T21:21:06.306Z] ---> 08f5691007ea [2021-03-18T21:21:06.306Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-18T21:21:06.306Z] ---> Running in 402413810d48 [2021-03-18T21:21:06.643Z] Checking out Revision d1338e868b7a96c2a43259fec3c9103ddff8cd45 (master) [2021-03-18T21:21:05.540Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-18T21:21:05.692Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T21:21:05.907Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-03-18T21:21:06.063Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-03-18T21:21:06.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T21:21:06.110Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T21:21:06.678Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T21:21:06.724Z] > git checkout -f d1338e868b7a96c2a43259fec3c9103ddff8cd45 # timeout=10 [2021-03-18T21:21:07.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:21:07.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:21:08.870Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-18T21:21:08.870Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-18T21:21:09.142Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-18T21:21:09.142Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-18T21:21:09.142Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T21:21:09.412Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-18T21:21:09.412Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:21:09.688Z] OK: 144 MiB in 45 packages [2021-03-18T21:21:10.670Z] Removing intermediate container 402413810d48 [2021-03-18T21:21:10.670Z] ---> de2d32f68765 [2021-03-18T21:21:10.670Z] Step 6/8 : WORKDIR /app [2021-03-18T21:21:10.946Z] ---> Running in 36a54604128d [2021-03-18T21:21:11.543Z] Removing intermediate container 36a54604128d [2021-03-18T21:21:11.543Z] ---> ffd8462fbc9a [2021-03-18T21:21:11.543Z] Step 7/8 : COPY . . [2021-03-18T21:21:11.573Z] Commit message: "refactor: Rework code and profiles for refactored SDK (#214)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-03-18T21:21:12.139Z] ---> fec2c6aecdd1 [2021-03-18T21:21:12.139Z] Step 8/8 : RUN go mod download [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T21:21:12.425Z] ---> Running in a19299005eb8 [2021-03-18T21:21:13.234Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:21:14.451Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T21:21:15.093Z] + sudo service docker restart [2021-03-18T21:21:15.094Z] + true [2021-03-18T21:21:15.094Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T21:21:17.902Z] provisioning config files... [2021-03-18T21:21:17.943Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config6412931136631840567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:21:18.606Z] ---> docker-login.sh [2021-03-18T21:21:18.606Z] nexus3.edgexfoundry.org:10001 [2021-03-18T21:21:20.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:21:20.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:21:20.679Z] Configure a credential helper to remove this warning. See [2021-03-18T21:21:20.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:21:20.679Z] [2021-03-18T21:21:20.679Z] Login Succeeded [2021-03-18T21:21:20.679Z] nexus3.edgexfoundry.org:10002 [2021-03-18T21:21:20.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:21:20.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:21:20.959Z] Configure a credential helper to remove this warning. See [2021-03-18T21:21:20.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:21:20.959Z] [2021-03-18T21:21:20.959Z] Login Succeeded [2021-03-18T21:21:20.959Z] nexus3.edgexfoundry.org:10003 [2021-03-18T21:21:21.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:21:21.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:21:21.226Z] Configure a credential helper to remove this warning. See [2021-03-18T21:21:21.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:21:21.226Z] [2021-03-18T21:21:21.226Z] Login Succeeded [2021-03-18T21:21:21.226Z] nexus3.edgexfoundry.org:10004 [2021-03-18T21:21:21.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:21:21.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:21:21.494Z] Configure a credential helper to remove this warning. See [2021-03-18T21:21:21.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:21:21.494Z] [2021-03-18T21:21:21.494Z] Login Succeeded [2021-03-18T21:21:21.494Z] docker.io [2021-03-18T21:21:21.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:21:22.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:21:22.035Z] Configure a credential helper to remove this warning. See [2021-03-18T21:21:22.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:21:22.035Z] [2021-03-18T21:21:22.035Z] Login Succeeded [2021-03-18T21:21:22.035Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T21:21:22.052Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T21:21:22.798Z] ========================================================= [2021-03-18T21:21:22.799Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T21:21:22.799Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:21:23.281Z] + 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-18T21:21:23.281Z] Sending build context to Docker daemon 97.28kB [2021-03-18T21:21:23.927Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T21:21:23.927Z] Step 2/8 : FROM ${BASE} [2021-03-18T21:21:23.927Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T21:21:23.927Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T21:21:23.927Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T21:21:23.927Z] de9db76c5a1d: Pulling fs layer [2021-03-18T21:21:23.927Z] bca2f99d35d6: Pulling fs layer [2021-03-18T21:21:23.927Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T21:21:23.927Z] 7c6f9722023f: Pulling fs layer [2021-03-18T21:21:23.927Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T21:21:23.927Z] bca2f99d35d6: Waiting [2021-03-18T21:21:23.927Z] 93359f2a8cfa: Waiting [2021-03-18T21:21:23.927Z] 7c6f9722023f: Waiting [2021-03-18T21:21:23.927Z] a35cf1a2eb13: Waiting [2021-03-18T21:21:24.200Z] de9db76c5a1d: Verifying Checksum [2021-03-18T21:21:24.200Z] de9db76c5a1d: Download complete [2021-03-18T21:21:24.200Z] 0ef7d3d256c8: Download complete [2021-03-18T21:21:24.200Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T21:21:24.200Z] 93359f2a8cfa: Download complete [2021-03-18T21:21:24.200Z] 7c6f9722023f: Verifying Checksum [2021-03-18T21:21:24.200Z] 7c6f9722023f: Download complete [2021-03-18T21:21:24.200Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T21:21:24.200Z] 188c0c94c7c5: Download complete [2021-03-18T21:21:24.812Z] 188c0c94c7c5: Pull complete [2021-03-18T21:21:25.096Z] 0ef7d3d256c8: Pull complete [2021-03-18T21:21:25.379Z] de9db76c5a1d: Pull complete [2021-03-18T21:21:27.359Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T21:21:27.359Z] a35cf1a2eb13: Download complete [2021-03-18T21:21:27.943Z] bca2f99d35d6: Verifying Checksum [2021-03-18T21:21:27.943Z] bca2f99d35d6: Download complete [2021-03-18T21:21:40.385Z] bca2f99d35d6: Pull complete [2021-03-18T21:21:40.385Z] 93359f2a8cfa: Pull complete [2021-03-18T21:21:40.385Z] 7c6f9722023f: Pull complete [2021-03-18T21:21:44.764Z] Removing intermediate container a19299005eb8 [2021-03-18T21:21:44.764Z] ---> 3ad36c14cf48 [2021-03-18T21:21:44.764Z] Successfully built 3ad36c14cf48 [2021-03-18T21:21:44.764Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:21:45.111Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T21:21:45.111Z] . [Pipeline] withDockerContainer [2021-03-18T21:21:45.386Z] prd-ubuntu18.04-docker-arm64-4c-16g-30361 does not seem to be running inside a container [2021-03-18T21:21:45.466Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T21:21:46.988Z] $ docker top c4761b42c5075b829cddaf8edec449a3eb65795e9fec0e8944c32446f64e40df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:21:48.058Z] + go version [2021-03-18T21:21:48.058Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T21:21:48.083Z] $ docker stop --time=1 c4761b42c5075b829cddaf8edec449a3eb65795e9fec0e8944c32446f64e40df [2021-03-18T21:21:48.813Z] a35cf1a2eb13: Pull complete [2021-03-18T21:21:48.813Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T21:21:48.813Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T21:21:48.813Z] ---> a62c8e92a672 [2021-03-18T21:21:48.813Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-18T21:21:49.107Z] ---> Running in 07b1b6486c6e [2021-03-18T21:21:49.401Z] Removing intermediate container 07b1b6486c6e [2021-03-18T21:21:49.401Z] ---> c4c4888d392e [2021-03-18T21:21:49.401Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:21:49.703Z] ---> Running in c8d958ea7c35 [2021-03-18T21:21:50.042Z] $ docker rm -f c4761b42c5075b829cddaf8edec449a3eb65795e9fec0e8944c32446f64e40df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:21:51.254Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T21:21:51.255Z] . [Pipeline] withDockerContainer [2021-03-18T21:21:51.518Z] prd-ubuntu18.04-docker-arm64-4c-16g-30361 does not seem to be running inside a container [2021-03-18T21:21:51.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T21:21:51.706Z] Removing intermediate container c8d958ea7c35 [2021-03-18T21:21:51.706Z] ---> 683322e86aa0 [2021-03-18T21:21:51.706Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-03-18T21:21:51.706Z] ---> Running in acd30b02bd76 [2021-03-18T21:21:53.071Z] $ docker top 41af42c609e0574b6f4a7da86680268401f28a9c2a7561a093e114bfe7c9d5d3 -eo pid,comm [2021-03-18T21:21:53.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-03-18T21:21:54.051Z] + make test [2021-03-18T21:21:54.051Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-18T21:21:54.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:21:54.464Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-18T21:21:54.464Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-18T21:21:54.754Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-18T21:21:54.754Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-18T21:21:55.028Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-18T21:21:55.028Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-18T21:21:55.028Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:21:55.028Z] OK: 167 MiB in 45 packages [2021-03-18T21:21:56.521Z] Removing intermediate container acd30b02bd76 [2021-03-18T21:21:56.521Z] ---> 2a81a79062d8 [2021-03-18T21:21:56.521Z] Step 6/8 : WORKDIR /app [2021-03-18T21:21:56.521Z] ---> Running in 66a543b1c3fd [2021-03-18T21:21:56.800Z] Removing intermediate container 66a543b1c3fd [2021-03-18T21:21:56.800Z] ---> 8aa837361810 [2021-03-18T21:21:56.800Z] Step 7/8 : COPY . . [2021-03-18T21:21:58.395Z] ---> 6e22a3ad2c87 [2021-03-18T21:21:58.395Z] Step 8/8 : RUN go mod download [2021-03-18T21:21:58.674Z] ---> Running in 03f6d6eff4b7 [2021-03-18T21:22:33.097Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-18T21:22:33.097Z] CGO_ENABLED=1 go vet ./... [2021-03-18T21:22:38.359Z] Removing intermediate container 03f6d6eff4b7 [2021-03-18T21:22:38.360Z] ---> f128c41d432f [2021-03-18T21:22:38.360Z] Successfully built f128c41d432f [2021-03-18T21:22:38.671Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:22:39.050Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T21:22:39.318Z] . [Pipeline] withDockerContainer [2021-03-18T21:22:39.498Z] prd-centos7-docker-4c-2g-30360 does not seem to be running inside a container [2021-03-18T21:22:39.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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-18T21:22:41.435Z] gofmt -l . [2021-03-18T21:22:41.435Z] [ "`gofmt -l .`" = "" ] [2021-03-18T21:22:41.435Z] ./bin/test-go-mod-tidy.sh [2021-03-18T21:22:41.435Z] ./bin/test-attribution-txt.sh [2021-03-18T21:22:42.159Z] $ docker top 153573cf4ec0246c37a2e8833300912b68c5f67554f9abb9ab4b8742ea8b6fdf -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-18T21:22:42.987Z] $ docker stop --time=1 41af42c609e0574b6f4a7da86680268401f28a9c2a7561a093e114bfe7c9d5d3 [2021-03-18T21:22:45.427Z] $ docker rm -f 41af42c609e0574b6f4a7da86680268401f28a9c2a7561a093e114bfe7c9d5d3 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-03-18T21:22:46.284Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T21:22:46.333Z] + go version [2021-03-18T21:22:46.333Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T21:22:46.374Z] $ docker stop --time=1 153573cf4ec0246c37a2e8833300912b68c5f67554f9abb9ab4b8742ea8b6fdf [2021-03-18T21:22:47.140Z] Stashed 1 file(s) [2021-03-18T21:22:48.873Z] $ docker rm -f 153573cf4ec0246c37a2e8833300912b68c5f67554f9abb9ab4b8742ea8b6fdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:22:51.082Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T21:22:51.163Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T21:22:51.163Z] . [Pipeline] withDockerContainer [2021-03-18T21:22:51.440Z] prd-centos7-docker-4c-2g-30360 does not seem to be running inside a container [2021-03-18T21:22:51.509Z] + ls -al . [2021-03-18T21:22:51.509Z] total 116 [2021-03-18T21:22:51.509Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 18 21:22 . [2021-03-18T21:22:51.509Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 21:20 .. [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 18 21:20 .dockerignore [2021-03-18T21:22:51.509Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 21:20 .git [2021-03-18T21:22:51.509Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 21:20 .github [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 111 Mar 18 21:20 .gitignore [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 7174 Mar 18 21:20 Attribution.txt [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 2032 Mar 18 21:20 Dockerfile [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 970 Mar 18 21:20 Dockerfile.build [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 18 21:20 Jenkinsfile [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 18 21:20 LICENSE [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 1277 Mar 18 21:20 README.md [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 18 21:16 VERSION [2021-03-18T21:22:51.509Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 21:20 bin [2021-03-18T21:22:51.509Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 18 21:21 coverage.out [2021-03-18T21:22:51.509Z] -rw-r--r-- 1 jenkins jenkins 136 Mar 18 21:22 go.mod [2021-03-18T21:22:51.509Z] -rw-r--r-- 1 jenkins jenkins 21134 Mar 18 21:22 go.sum [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 1467 Mar 18 21:20 main.go [2021-03-18T21:22:51.509Z] -rw-rw-r-- 1 jenkins jenkins 1582 Mar 18 21:20 makefile [2021-03-18T21:22:51.509Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 18 21:20 res [2021-03-18T21:22:51.509Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 21:20 snap [2021-03-18T21:22:51.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/93 -v /w/workspace/app-service-configurable/93:/w/workspace/app-service-configurable/93:rw,z -v /w/workspace/app-service-configurable/93@tmp:/w/workspace/app-service-configurable/93@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-18T21:22:53.217Z] $ docker top 95aace6d99546b81d92f8f622df31423603bff95f430b70df66f922644829e29 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:22:54.543Z] + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d1338e868b7a96c2a43259fec3c9103ddff8cd45 --label arch=arm64 --label version=2.0.0-dev.23 . [2021-03-18T21:22:54.543Z] Sending build context to Docker daemon 121.3kB [2021-03-18T21:22:54.796Z] + make test [2021-03-18T21:22:54.797Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-18T21:22:54.818Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T21:22:54.818Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-18T21:22:54.818Z] ---> 3ad36c14cf48 [2021-03-18T21:22:54.818Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-18T21:22:55.101Z] ---> Running in c4d87f798258 [2021-03-18T21:22:55.695Z] Removing intermediate container c4d87f798258 [2021-03-18T21:22:55.695Z] ---> 7ed075d5ecf7 [2021-03-18T21:22:55.695Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T21:22:55.695Z] ---> Running in 0af0c3da03bd [2021-03-18T21:22:56.290Z] Removing intermediate container 0af0c3da03bd [2021-03-18T21:22:56.290Z] ---> ee1efc754ff5 [2021-03-18T21:22:56.290Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-18T21:22:56.290Z] ---> Running in 76674bdeda30 [2021-03-18T21:22:56.884Z] Removing intermediate container 76674bdeda30 [2021-03-18T21:22:56.884Z] ---> 821a78abd20e [2021-03-18T21:22:56.884Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:22:56.884Z] ---> Running in 0a8d09526365 [2021-03-18T21:22:59.497Z] Removing intermediate container 0a8d09526365 [2021-03-18T21:22:59.497Z] ---> df26a1f104e2 [2021-03-18T21:22:59.497Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T21:22:59.497Z] ---> Running in 36d131240e50 [2021-03-18T21:23:00.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:23:01.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:23:01.657Z] OK: 144 MiB in 45 packages [2021-03-18T21:23:03.087Z] Removing intermediate container 36d131240e50 [2021-03-18T21:23:03.087Z] ---> a281b1bbe898 [2021-03-18T21:23:03.087Z] Step 8/27 : WORKDIR /app [2021-03-18T21:23:03.087Z] ---> Running in 98d6fe98b71a [2021-03-18T21:23:03.368Z] Removing intermediate container 98d6fe98b71a [2021-03-18T21:23:03.368Z] ---> f7a2016113c9 [2021-03-18T21:23:03.368Z] Step 9/27 : COPY go.mod . [2021-03-18T21:23:04.346Z] ---> 77fe6d55b84f [2021-03-18T21:23:04.346Z] Step 10/27 : RUN go mod download [2021-03-18T21:23:04.346Z] ---> Running in 89ba2c82a9f3 [2021-03-18T21:23:06.958Z] Removing intermediate container 89ba2c82a9f3 [2021-03-18T21:23:06.958Z] ---> 3928e3cb72f6 [2021-03-18T21:23:06.958Z] Step 11/27 : COPY . . [2021-03-18T21:23:07.230Z] ---> 144ea0f5c914 [2021-03-18T21:23:07.230Z] Step 12/27 : ARG MAKE="make build" [2021-03-18T21:23:07.502Z] ---> Running in cbc2d3a65f5a [2021-03-18T21:23:07.775Z] Removing intermediate container cbc2d3a65f5a [2021-03-18T21:23:07.775Z] ---> a64f307010fb [2021-03-18T21:23:07.775Z] Step 13/27 : RUN $MAKE [2021-03-18T21:23:08.049Z] ---> Running in 72023c2201ae [2021-03-18T21:23:09.028Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.28 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.23" -o app-service-configurable [2021-03-18T21:23:35.006Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-03-18T21:23:35.006Z] CGO_ENABLED=1 go vet ./... [2021-03-18T21:23:44.326Z] gofmt -l . [2021-03-18T21:23:44.326Z] [ "`gofmt -l .`" = "" ] [2021-03-18T21:23:44.326Z] ./bin/test-go-mod-tidy.sh [2021-03-18T21:23:47.022Z] ./bin/test-attribution-txt.sh [2021-03-18T21:23:48.033Z] Removing intermediate container 72023c2201ae [2021-03-18T21:23:48.033Z] ---> ffc8c42f21fd [2021-03-18T21:23:48.033Z] Step 14/27 : FROM alpine:3.12 [2021-03-18T21:23:48.033Z] 3.12: Pulling from library/alpine [2021-03-18T21:23:48.033Z] dce8679b510e: Pulling fs layer [2021-03-18T21:23:48.033Z] dce8679b510e: Download complete [2021-03-18T21:23:48.033Z] dce8679b510e: Pull complete [2021-03-18T21:23:48.033Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T21:23:48.033Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T21:23:48.033Z] ---> d10569e2745f [2021-03-18T21:23:48.033Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-18T21:23:48.033Z] ---> Running in 9b56f7d714e3 [2021-03-18T21:23:48.033Z] Removing intermediate container 9b56f7d714e3 [2021-03-18T21:23:48.033Z] ---> 976de4ac8ecb [2021-03-18T21:23:48.033Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-18T21:23:48.033Z] ---> Running in d9338f2d9a2d [2021-03-18T21:23:48.033Z] Removing intermediate container d9338f2d9a2d [2021-03-18T21:23:48.033Z] ---> 76524b7a0f64 [2021-03-18T21:23:48.033Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-18T21:23:48.033Z] ---> Running in 8dad64f4c702 [2021-03-18T21:23:48.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T21:23:48.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T21:23:48.305Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-18T21:23:48.305Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-18T21:23:48.305Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-18T21:23:48.305Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-18T21:23:48.305Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-18T21:23:48.305Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-18T21:23:48.305Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-18T21:23:48.305Z] Executing busybox-1.31.1-r19.trigger [Pipeline] } [2021-03-18T21:23:48.536Z] $ docker stop --time=1 95aace6d99546b81d92f8f622df31423603bff95f430b70df66f922644829e29 [2021-03-18T21:23:48.577Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:23:48.577Z] OK: 9 MiB in 21 packages [2021-03-18T21:23:50.559Z] Removing intermediate container 8dad64f4c702 [2021-03-18T21:23:50.559Z] ---> c7cbb58b859d [2021-03-18T21:23:50.559Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-18T21:23:50.692Z] $ docker rm -f 95aace6d99546b81d92f8f622df31423603bff95f430b70df66f922644829e29 [2021-03-18T21:23:51.162Z] ---> 040e1ac4d9f0 [2021-03-18T21:23:51.163Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T21:23:51.720Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T21:23:51.772Z] ---> 4bfff5dcf79d [2021-03-18T21:23:51.772Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-18T21:23:51.820Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T21:23:52.750Z] ---> 4661f22695f8 [2021-03-18T21:23:52.750Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-18T21:23:52.924Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-18T21:23:53.633Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T21:23:53.740Z] ---> 45261f93b6dd [2021-03-18T21:23:53.740Z] Step 22/27 : EXPOSE 48095 [2021-03-18T21:23:54.011Z] ---> Running in 5acfee8f6a12 [2021-03-18T21:23:54.024Z] + ls -al . [2021-03-18T21:23:54.024Z] total 92 [2021-03-18T21:23:54.024Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 18 21:23 . [2021-03-18T21:23:54.024Z] drwxrwxr-x. 4 jenkins jenkins 30 Mar 18 21:21 .. [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 7174 Mar 18 21:21 Attribution.txt [2021-03-18T21:23:54.024Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 18 21:21 bin [2021-03-18T21:23:54.024Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 18 21:22 coverage.out [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 2032 Mar 18 21:21 Dockerfile [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 970 Mar 18 21:21 Dockerfile.build [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 119 Mar 18 21:21 .dockerignore [2021-03-18T21:23:54.024Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 18 21:21 .git [2021-03-18T21:23:54.024Z] drwxrwxr-x. 2 jenkins jenkins 81 Mar 18 21:21 .github [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 111 Mar 18 21:21 .gitignore [2021-03-18T21:23:54.024Z] -rw-r--r--. 1 jenkins jenkins 136 Mar 18 21:23 go.mod [2021-03-18T21:23:54.024Z] -rw-r--r--. 1 jenkins jenkins 21134 Mar 18 21:23 go.sum [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 687 Mar 18 21:21 Jenkinsfile [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 10174 Mar 18 21:21 LICENSE [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 1467 Mar 18 21:21 main.go [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 1582 Mar 18 21:21 makefile [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 1277 Mar 18 21:21 README.md [2021-03-18T21:23:54.024Z] drwxrwxr-x. 10 jenkins jenkins 173 Mar 18 21:21 res [2021-03-18T21:23:54.024Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 18 21:21 snap [2021-03-18T21:23:54.024Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 18 21:16 VERSION [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:23:54.522Z] + 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=d1338e868b7a96c2a43259fec3c9103ddff8cd45 --label arch=amd64 --label version=2.0.0-dev.23 . [2021-03-18T21:23:54.522Z] Sending build context to Docker daemon 121.3kB [2021-03-18T21:23:54.603Z] Removing intermediate container 5acfee8f6a12 [2021-03-18T21:23:54.603Z] ---> a7df4c381ff8 [2021-03-18T21:23:54.603Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-18T21:23:54.603Z] ---> Running in 394a4efabde7 [2021-03-18T21:23:54.818Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T21:23:54.818Z] Step 2/27 : FROM ${BASE} AS builder [2021-03-18T21:23:54.818Z] ---> f128c41d432f [2021-03-18T21:23:54.818Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-03-18T21:23:55.097Z] ---> Running in 3d1f2cb7c685 [2021-03-18T21:23:55.196Z] Removing intermediate container 394a4efabde7 [2021-03-18T21:23:55.196Z] ---> 2170aa0adaf5 [2021-03-18T21:23:55.196Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:23:55.196Z] ---> Running in a2c32991514c [2021-03-18T21:23:55.515Z] Removing intermediate container 3d1f2cb7c685 [2021-03-18T21:23:55.515Z] ---> 8bfa9026dbee [2021-03-18T21:23:55.515Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T21:23:55.789Z] Removing intermediate container a2c32991514c [2021-03-18T21:23:55.789Z] ---> b3d37686265b [2021-03-18T21:23:55.789Z] Step 25/27 : LABEL arch=arm64 [2021-03-18T21:23:55.789Z] ---> Running in c5916a52dc32 [2021-03-18T21:23:56.153Z] ---> Running in 79482f1df473 [2021-03-18T21:23:56.385Z] Removing intermediate container c5916a52dc32 [2021-03-18T21:23:56.385Z] ---> d07e5b2f0373 [2021-03-18T21:23:56.385Z] Step 26/27 : LABEL git_sha=d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:23:56.385Z] ---> Running in 118dc27491e4 [2021-03-18T21:23:56.439Z] Removing intermediate container 79482f1df473 [2021-03-18T21:23:56.439Z] ---> f70295feaeb9 [2021-03-18T21:23:56.439Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-18T21:23:56.439Z] ---> Running in d639430683b2 [2021-03-18T21:23:56.979Z] Removing intermediate container 118dc27491e4 [2021-03-18T21:23:56.979Z] ---> 63641e15cc76 [2021-03-18T21:23:56.979Z] Step 27/27 : LABEL version=2.0.0-dev.23 [2021-03-18T21:23:56.979Z] ---> Running in 742bd80b43a4 [2021-03-18T21:23:57.071Z] Removing intermediate container d639430683b2 [2021-03-18T21:23:57.071Z] ---> 9a4847a08c50 [2021-03-18T21:23:57.071Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T21:23:57.071Z] ---> Running in b334e1403b2e [2021-03-18T21:23:57.570Z] Removing intermediate container 742bd80b43a4 [2021-03-18T21:23:57.570Z] ---> 0fe5a90e49bf [2021-03-18T21:23:57.570Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T21:23:57.570Z] Successfully built 0fe5a90e49bf [2021-03-18T21:23:57.570Z] 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-18T21:23:58.045Z] provisioning config files... [2021-03-18T21:23:58.076Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config1830325431150470465tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:23:58.459Z] ---> docker-login.sh [2021-03-18T21:23:58.459Z] nexus3.edgexfoundry.org:10001 [2021-03-18T21:23:58.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:23:58.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:23:58.729Z] Configure a credential helper to remove this warning. See [2021-03-18T21:23:58.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:23:58.729Z] [2021-03-18T21:23:58.729Z] Login Succeeded [2021-03-18T21:23:58.729Z] nexus3.edgexfoundry.org:10002 [2021-03-18T21:23:58.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:23:59.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:23:59.268Z] Configure a credential helper to remove this warning. See [2021-03-18T21:23:59.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:23:59.268Z] [2021-03-18T21:23:59.268Z] Login Succeeded [2021-03-18T21:23:59.268Z] nexus3.edgexfoundry.org:10003 [2021-03-18T21:23:59.358Z] Removing intermediate container b334e1403b2e [2021-03-18T21:23:59.358Z] ---> 645e1ba6db65 [2021-03-18T21:23:59.358Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T21:23:59.358Z] ---> Running in feca99a53de2 [2021-03-18T21:23:59.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:23:59.811Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:23:59.811Z] Configure a credential helper to remove this warning. See [2021-03-18T21:23:59.811Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:23:59.811Z] [2021-03-18T21:23:59.811Z] Login Succeeded [2021-03-18T21:23:59.811Z] nexus3.edgexfoundry.org:10004 [2021-03-18T21:24:00.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:24:00.352Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:24:00.352Z] Configure a credential helper to remove this warning. See [2021-03-18T21:24:00.352Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:24:00.352Z] [2021-03-18T21:24:00.352Z] Login Succeeded [2021-03-18T21:24:00.352Z] docker.io [2021-03-18T21:24:00.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:24:00.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:24:00.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:24:00.897Z] Configure a credential helper to remove this warning. See [2021-03-18T21:24:00.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:24:00.897Z] [2021-03-18T21:24:00.897Z] Login Succeeded [2021-03-18T21:24:00.897Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T21:24:00.915Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-18T21:24:01.136Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-03-18T21:24:01.136Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:24:01.136Z] latest [2021-03-18T21:24:01.136Z] 2.0.0-dev.23 [2021-03-18T21:24:01.136Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [2021-03-18T21:24:01.136Z] master [2021-03-18T21:24:01.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:01.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:24:01.678Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d1338e868b7a96c2a43259fec3c9103ddff8cd45 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:02.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:24:02.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-18T21:24:02.015Z] ece0c9d81d72: Preparing [2021-03-18T21:24:02.015Z] cff85d56a831: Preparing [2021-03-18T21:24:02.015Z] 9fc4aba93646: Preparing [2021-03-18T21:24:02.015Z] 67b06242ec4c: Preparing [2021-03-18T21:24:02.015Z] b7607a43625c: Preparing [2021-03-18T21:24:02.015Z] 02a88cfff88f: Preparing [2021-03-18T21:24:02.015Z] 02a88cfff88f: Waiting [2021-03-18T21:24:02.193Z] OK: 167 MiB in 45 packages [2021-03-18T21:24:02.293Z] 9fc4aba93646: Pushed [2021-03-18T21:24:02.566Z] cff85d56a831: Pushed [2021-03-18T21:24:02.566Z] 67b06242ec4c: Pushed [2021-03-18T21:24:02.566Z] 02a88cfff88f: Layer already exists [2021-03-18T21:24:03.162Z] b7607a43625c: Pushed [2021-03-18T21:24:03.210Z] Removing intermediate container feca99a53de2 [2021-03-18T21:24:03.210Z] ---> 5fb4f7c2f258 [2021-03-18T21:24:03.210Z] Step 8/27 : WORKDIR /app [2021-03-18T21:24:03.914Z] ---> Running in 67669264a3a8 [2021-03-18T21:24:04.526Z] Removing intermediate container 67669264a3a8 [2021-03-18T21:24:04.526Z] ---> 253b79f31701 [2021-03-18T21:24:04.526Z] Step 9/27 : COPY go.mod . [2021-03-18T21:24:05.367Z] ---> 95cab0e3fc3c [2021-03-18T21:24:05.367Z] Step 10/27 : RUN go mod download [2021-03-18T21:24:05.367Z] ---> Running in e7fd329860af [2021-03-18T21:24:05.763Z] ece0c9d81d72: Pushed [2021-03-18T21:24:05.763Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45: digest: sha256:7fd971319d7387df0a0b7c87c9ed719a3cbc486e08cd2558ed29c91bb7bd8b6c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:06.374Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:06.714Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-18T21:24:06.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-18T21:24:06.985Z] ece0c9d81d72: Preparing [2021-03-18T21:24:06.985Z] cff85d56a831: Preparing [2021-03-18T21:24:06.985Z] 9fc4aba93646: Preparing [2021-03-18T21:24:06.985Z] 67b06242ec4c: Preparing [2021-03-18T21:24:06.985Z] b7607a43625c: Preparing [2021-03-18T21:24:06.985Z] 02a88cfff88f: Preparing [2021-03-18T21:24:06.985Z] 02a88cfff88f: Waiting [2021-03-18T21:24:06.985Z] 9fc4aba93646: Layer already exists [2021-03-18T21:24:06.985Z] cff85d56a831: Layer already exists [2021-03-18T21:24:06.985Z] 67b06242ec4c: Layer already exists [2021-03-18T21:24:06.985Z] ece0c9d81d72: Layer already exists [2021-03-18T21:24:06.985Z] b7607a43625c: Layer already exists [2021-03-18T21:24:06.985Z] 02a88cfff88f: Layer already exists [2021-03-18T21:24:06.985Z] latest: digest: sha256:7fd971319d7387df0a0b7c87c9ed719a3cbc486e08cd2558ed29c91bb7bd8b6c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:07.324Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:07.656Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.23 [2021-03-18T21:24:07.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-18T21:24:07.656Z] ece0c9d81d72: Preparing [2021-03-18T21:24:07.656Z] cff85d56a831: Preparing [2021-03-18T21:24:07.656Z] 9fc4aba93646: Preparing [2021-03-18T21:24:07.656Z] 67b06242ec4c: Preparing [2021-03-18T21:24:07.656Z] b7607a43625c: Preparing [2021-03-18T21:24:07.656Z] 02a88cfff88f: Preparing [2021-03-18T21:24:07.656Z] 02a88cfff88f: Waiting [2021-03-18T21:24:07.656Z] 9fc4aba93646: Layer already exists [2021-03-18T21:24:07.656Z] b7607a43625c: Layer already exists [2021-03-18T21:24:07.930Z] cff85d56a831: Layer already exists [2021-03-18T21:24:07.930Z] 67b06242ec4c: Layer already exists [2021-03-18T21:24:07.930Z] ece0c9d81d72: Layer already exists [2021-03-18T21:24:07.930Z] 02a88cfff88f: Layer already exists [2021-03-18T21:24:07.930Z] 2.0.0-dev.23: digest: sha256:7fd971319d7387df0a0b7c87c9ed719a3cbc486e08cd2558ed29c91bb7bd8b6c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:08.073Z] Removing intermediate container e7fd329860af [2021-03-18T21:24:08.073Z] ---> 3e7bb8ccbc85 [2021-03-18T21:24:08.073Z] Step 11/27 : COPY . . [2021-03-18T21:24:08.271Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:08.391Z] ---> 4650c66089e1 [2021-03-18T21:24:08.391Z] Step 12/27 : ARG MAKE="make build" [2021-03-18T21:24:08.612Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [2021-03-18T21:24:08.612Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-18T21:24:08.612Z] ece0c9d81d72: Preparing [2021-03-18T21:24:08.612Z] cff85d56a831: Preparing [2021-03-18T21:24:08.612Z] 9fc4aba93646: Preparing [2021-03-18T21:24:08.612Z] 67b06242ec4c: Preparing [2021-03-18T21:24:08.612Z] b7607a43625c: Preparing [2021-03-18T21:24:08.612Z] 02a88cfff88f: Preparing [2021-03-18T21:24:08.612Z] 02a88cfff88f: Waiting [2021-03-18T21:24:08.663Z] ---> Running in 80879051a1a9 [2021-03-18T21:24:08.887Z] ece0c9d81d72: Layer already exists [2021-03-18T21:24:08.887Z] cff85d56a831: Layer already exists [2021-03-18T21:24:08.887Z] b7607a43625c: Layer already exists [2021-03-18T21:24:08.887Z] 9fc4aba93646: Layer already exists [2021-03-18T21:24:08.887Z] 67b06242ec4c: Layer already exists [2021-03-18T21:24:08.887Z] 02a88cfff88f: Layer already exists [2021-03-18T21:24:08.887Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23: digest: sha256:7fd971319d7387df0a0b7c87c9ed719a3cbc486e08cd2558ed29c91bb7bd8b6c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:08.971Z] Removing intermediate container 80879051a1a9 [2021-03-18T21:24:08.971Z] ---> 0014ad5a1cf9 [2021-03-18T21:24:08.971Z] Step 13/27 : RUN $MAKE [2021-03-18T21:24:08.971Z] ---> Running in 5744977152ac [2021-03-18T21:24:09.230Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:24:09.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-03-18T21:24:09.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-03-18T21:24:09.567Z] ece0c9d81d72: Preparing [2021-03-18T21:24:09.567Z] cff85d56a831: Preparing [2021-03-18T21:24:09.567Z] 9fc4aba93646: Preparing [2021-03-18T21:24:09.567Z] 67b06242ec4c: Preparing [2021-03-18T21:24:09.567Z] b7607a43625c: Preparing [2021-03-18T21:24:09.567Z] 02a88cfff88f: Preparing [2021-03-18T21:24:09.567Z] 02a88cfff88f: Waiting [2021-03-18T21:24:09.567Z] 9fc4aba93646: Layer already exists [2021-03-18T21:24:09.567Z] 67b06242ec4c: Layer already exists [2021-03-18T21:24:09.840Z] ece0c9d81d72: Layer already exists [2021-03-18T21:24:09.840Z] cff85d56a831: Layer already exists [2021-03-18T21:24:09.840Z] b7607a43625c: Layer already exists [2021-03-18T21:24:09.840Z] 02a88cfff88f: Layer already exists [2021-03-18T21:24:09.840Z] master: digest: sha256:7fd971319d7387df0a0b7c87c9ed719a3cbc486e08cd2558ed29c91bb7bd8b6c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-18T21:24:09.979Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.28 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.23" -o app-service-configurable [Pipeline] // withEnv [Pipeline] echo [2021-03-18T21:24:10.094Z] ===================================================== [Pipeline] echo [2021-03-18T21:24:10.144Z] taggedImages: [2021-03-18T21:24:10.144Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:24:10.144Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-03-18T21:24:10.144Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.23 [2021-03-18T21:24:10.144Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [2021-03-18T21:24:10.144Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:24:11.085Z] ---> job-cost.sh [2021-03-18T21:24:11.085Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bLpo [2021-03-18T21:24:49.558Z] Removing intermediate container 5744977152ac [2021-03-18T21:24:49.558Z] ---> fcc1fd644e9c [2021-03-18T21:24:49.558Z] Step 14/27 : FROM alpine:3.12 [2021-03-18T21:24:49.558Z] 3.12: Pulling from library/alpine [2021-03-18T21:24:49.558Z] f84cab65f19f: Pulling fs layer [2021-03-18T21:24:49.558Z] f84cab65f19f: Verifying Checksum [2021-03-18T21:24:49.558Z] f84cab65f19f: Download complete [2021-03-18T21:24:49.558Z] f84cab65f19f: Pull complete [2021-03-18T21:24:49.558Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T21:24:49.558Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T21:24:49.558Z] ---> 88dd2752d2ea [2021-03-18T21:24:49.558Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-03-18T21:24:49.558Z] ---> Running in 0050c750b231 [2021-03-18T21:24:49.558Z] Removing intermediate container 0050c750b231 [2021-03-18T21:24:49.558Z] ---> ad43d0dc42f2 [2021-03-18T21:24:49.558Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-03-18T21:24:49.558Z] ---> Running in 3f780a99d925 [2021-03-18T21:24:49.558Z] Removing intermediate container 3f780a99d925 [2021-03-18T21:24:49.558Z] ---> 776cadb34658 [2021-03-18T21:24:49.558Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-03-18T21:24:49.558Z] ---> Running in 7be34622877c [2021-03-18T21:24:50.114Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T21:24:50.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T21:24:50.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T21:24:50.732Z] (1/7) Installing ca-certificates (20191127-r4) [2021-03-18T21:24:50.732Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-03-18T21:24:50.732Z] (3/7) Installing libgcc (9.3.0-r2) [2021-03-18T21:24:50.732Z] (4/7) Installing libsodium (1.0.18-r0) [2021-03-18T21:24:50.732Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-03-18T21:24:50.732Z] (6/7) Installing libzmq (4.3.3-r0) [2021-03-18T21:24:50.732Z] (7/7) Installing zeromq (4.3.3-r0) [2021-03-18T21:24:50.732Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T21:24:50.998Z] Executing ca-certificates-20191127-r4.trigger [2021-03-18T21:24:50.998Z] OK: 9 MiB in 21 packages [2021-03-18T21:24:51.979Z] Removing intermediate container 7be34622877c [2021-03-18T21:24:51.979Z] ---> 3adfb67765f8 [2021-03-18T21:24:51.979Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-03-18T21:24:52.605Z] ---> 70cb2428eb98 [2021-03-18T21:24:52.605Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-03-18T21:24:52.899Z] ---> 059dddaa5937 [2021-03-18T21:24:52.900Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-03-18T21:24:53.637Z] ---> 288d2fab33c3 [2021-03-18T21:24:53.637Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-03-18T21:24:55.121Z] ---> 55a1b3d22927 [2021-03-18T21:24:55.121Z] Step 22/27 : EXPOSE 48095 [2021-03-18T21:24:55.121Z] ---> Running in 2a5e88448f80 [2021-03-18T21:24:55.730Z] Removing intermediate container 2a5e88448f80 [2021-03-18T21:24:55.730Z] ---> 656ff9b4ad70 [2021-03-18T21:24:55.730Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-03-18T21:24:55.730Z] ---> Running in ced3fb66b317 [2021-03-18T21:24:56.019Z] Removing intermediate container ced3fb66b317 [2021-03-18T21:24:56.019Z] ---> 5ebb944a702a [2021-03-18T21:24:56.019Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T21:24:56.019Z] ---> Running in cb2b75770444 [2021-03-18T21:24:56.614Z] Removing intermediate container cb2b75770444 [2021-03-18T21:24:56.614Z] ---> 3fbaadc0f5c0 [2021-03-18T21:24:56.614Z] Step 25/27 : LABEL arch=amd64 [2021-03-18T21:24:56.614Z] ---> Running in ce6a821df215 [2021-03-18T21:24:56.888Z] Removing intermediate container ce6a821df215 [2021-03-18T21:24:56.888Z] ---> 24dc20522bab [2021-03-18T21:24:56.888Z] Step 26/27 : LABEL git_sha=d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:24:57.176Z] ---> Running in 784faa8c293b [2021-03-18T21:24:57.496Z] Removing intermediate container 784faa8c293b [2021-03-18T21:24:57.496Z] ---> 5dc08818a855 [2021-03-18T21:24:57.496Z] Step 27/27 : LABEL version=2.0.0-dev.23 [2021-03-18T21:24:57.496Z] ---> Running in 258a0f018152 [2021-03-18T21:24:57.774Z] Removing intermediate container 258a0f018152 [2021-03-18T21:24:57.774Z] ---> 49246dfcba8e [2021-03-18T21:24:57.774Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T21:24:57.774Z] Successfully built 49246dfcba8e [2021-03-18T21:24:57.774Z] 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-18T21:24:58.180Z] provisioning config files... [2021-03-18T21:24:58.220Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/93@tmp/config4159352492503843859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:24:58.643Z] ---> docker-login.sh [2021-03-18T21:24:58.643Z] nexus3.edgexfoundry.org:10001 [2021-03-18T21:24:58.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:24:59.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:24:59.281Z] Configure a credential helper to remove this warning. See [2021-03-18T21:24:59.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:24:59.281Z] [2021-03-18T21:24:59.281Z] Login Succeeded [2021-03-18T21:24:59.281Z] nexus3.edgexfoundry.org:10002 [2021-03-18T21:24:59.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:24:59.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:24:59.575Z] Configure a credential helper to remove this warning. See [2021-03-18T21:24:59.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:24:59.575Z] [2021-03-18T21:24:59.575Z] Login Succeeded [2021-03-18T21:24:59.575Z] nexus3.edgexfoundry.org:10003 [2021-03-18T21:25:00.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:25:00.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:25:00.220Z] Configure a credential helper to remove this warning. See [2021-03-18T21:25:00.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:25:00.220Z] [2021-03-18T21:25:00.220Z] Login Succeeded [2021-03-18T21:25:00.220Z] nexus3.edgexfoundry.org:10004 [2021-03-18T21:25:00.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:25:00.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:25:00.544Z] Configure a credential helper to remove this warning. See [2021-03-18T21:25:00.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:25:00.544Z] [2021-03-18T21:25:00.544Z] Login Succeeded [2021-03-18T21:25:00.544Z] docker.io [2021-03-18T21:25:00.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T21:25:01.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T21:25:01.107Z] Configure a credential helper to remove this warning. See [2021-03-18T21:25:01.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T21:25:01.107Z] [2021-03-18T21:25:01.107Z] Login Succeeded [2021-03-18T21:25:01.107Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T21:25:01.125Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-18T21:25:01.339Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-03-18T21:25:01.339Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:25:01.339Z] latest [2021-03-18T21:25:01.339Z] 2.0.0-dev.23 [2021-03-18T21:25:01.339Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [2021-03-18T21:25:01.339Z] master [2021-03-18T21:25:01.339Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:01.868Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d1338e868b7a96c2a43259fec3c9103ddff8cd45 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:02.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:25:02.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-18T21:25:02.244Z] 3bf378795834: Preparing [2021-03-18T21:25:02.244Z] ea0ede5cd8be: Preparing [2021-03-18T21:25:02.244Z] 15239294f386: Preparing [2021-03-18T21:25:02.244Z] 27662a517de9: Preparing [2021-03-18T21:25:02.244Z] 0c1319ec40f0: Preparing [2021-03-18T21:25:02.244Z] 33e8713114f8: Preparing [2021-03-18T21:25:02.244Z] 33e8713114f8: Waiting [2021-03-18T21:25:02.530Z] 15239294f386: Pushed [2021-03-18T21:25:02.530Z] 27662a517de9: Pushed [2021-03-18T21:25:02.530Z] ea0ede5cd8be: Pushed [2021-03-18T21:25:02.530Z] 33e8713114f8: Layer already exists [2021-03-18T21:25:02.799Z] 0c1319ec40f0: Pushed [2021-03-18T21:25:04.812Z] 3bf378795834: Pushed [2021-03-18T21:25:05.079Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45: digest: sha256:2ee8331a2293625aeea68b169811d4a24c56eb4f0b494c97c403f93710b51046 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:05.403Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:05.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-18T21:25:05.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-18T21:25:05.749Z] 3bf378795834: Preparing [2021-03-18T21:25:05.749Z] ea0ede5cd8be: Preparing [2021-03-18T21:25:05.749Z] 15239294f386: Preparing [2021-03-18T21:25:05.749Z] 27662a517de9: Preparing [2021-03-18T21:25:05.749Z] 0c1319ec40f0: Preparing [2021-03-18T21:25:05.749Z] 33e8713114f8: Preparing [2021-03-18T21:25:05.749Z] 33e8713114f8: Waiting [2021-03-18T21:25:05.749Z] 3bf378795834: Layer already exists [2021-03-18T21:25:05.749Z] ea0ede5cd8be: Layer already exists [2021-03-18T21:25:05.749Z] 0c1319ec40f0: Layer already exists [2021-03-18T21:25:05.749Z] 15239294f386: Layer already exists [2021-03-18T21:25:05.749Z] 27662a517de9: Layer already exists [2021-03-18T21:25:05.749Z] 33e8713114f8: Layer already exists [2021-03-18T21:25:06.026Z] latest: digest: sha256:2ee8331a2293625aeea68b169811d4a24c56eb4f0b494c97c403f93710b51046 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:06.359Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:06.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.23 [2021-03-18T21:25:06.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-18T21:25:06.690Z] 3bf378795834: Preparing [2021-03-18T21:25:06.690Z] ea0ede5cd8be: Preparing [2021-03-18T21:25:06.690Z] 15239294f386: Preparing [2021-03-18T21:25:06.690Z] 27662a517de9: Preparing [2021-03-18T21:25:06.690Z] 0c1319ec40f0: Preparing [2021-03-18T21:25:06.690Z] 33e8713114f8: Preparing [2021-03-18T21:25:06.690Z] 33e8713114f8: Waiting [2021-03-18T21:25:06.690Z] 0c1319ec40f0: Layer already exists [2021-03-18T21:25:06.690Z] 15239294f386: Layer already exists [2021-03-18T21:25:06.690Z] 27662a517de9: Layer already exists [2021-03-18T21:25:06.690Z] ea0ede5cd8be: Layer already exists [2021-03-18T21:25:06.690Z] 3bf378795834: Layer already exists [2021-03-18T21:25:06.690Z] 33e8713114f8: Layer already exists [2021-03-18T21:25:06.954Z] 2.0.0-dev.23: digest: sha256:2ee8331a2293625aeea68b169811d4a24c56eb4f0b494c97c403f93710b51046 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:07.332Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:07.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [2021-03-18T21:25:07.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-18T21:25:07.692Z] 3bf378795834: Preparing [2021-03-18T21:25:07.692Z] ea0ede5cd8be: Preparing [2021-03-18T21:25:07.692Z] 15239294f386: Preparing [2021-03-18T21:25:07.692Z] 27662a517de9: Preparing [2021-03-18T21:25:07.692Z] 0c1319ec40f0: Preparing [2021-03-18T21:25:07.692Z] 33e8713114f8: Preparing [2021-03-18T21:25:07.692Z] 33e8713114f8: Waiting [2021-03-18T21:25:07.692Z] 27662a517de9: Layer already exists [2021-03-18T21:25:07.692Z] 0c1319ec40f0: Layer already exists [2021-03-18T21:25:07.692Z] 3bf378795834: Layer already exists [2021-03-18T21:25:07.692Z] ea0ede5cd8be: Layer already exists [2021-03-18T21:25:07.692Z] 15239294f386: Layer already exists [2021-03-18T21:25:07.692Z] 33e8713114f8: Layer already exists [2021-03-18T21:25:07.692Z] d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23: digest: sha256:2ee8331a2293625aeea68b169811d4a24c56eb4f0b494c97c403f93710b51046 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:08.022Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:25:08.637Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-03-18T21:25:08.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-03-18T21:25:08.637Z] 3bf378795834: Preparing [2021-03-18T21:25:08.637Z] ea0ede5cd8be: Preparing [2021-03-18T21:25:08.637Z] 15239294f386: Preparing [2021-03-18T21:25:08.637Z] 27662a517de9: Preparing [2021-03-18T21:25:08.637Z] 0c1319ec40f0: Preparing [2021-03-18T21:25:08.637Z] 33e8713114f8: Preparing [2021-03-18T21:25:08.637Z] 33e8713114f8: Waiting [2021-03-18T21:25:08.637Z] ea0ede5cd8be: Layer already exists [2021-03-18T21:25:08.637Z] 0c1319ec40f0: Layer already exists [2021-03-18T21:25:08.637Z] 27662a517de9: Layer already exists [2021-03-18T21:25:08.637Z] 15239294f386: Layer already exists [2021-03-18T21:25:08.637Z] 3bf378795834: Layer already exists [2021-03-18T21:25:08.637Z] 33e8713114f8: Layer already exists [2021-03-18T21:25:09.163Z] master: digest: sha256:2ee8331a2293625aeea68b169811d4a24c56eb4f0b494c97c403f93710b51046 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-18T21:25:09.495Z] ===================================================== [Pipeline] echo [2021-03-18T21:25:09.547Z] taggedImages: [2021-03-18T21:25:09.547Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d1338e868b7a96c2a43259fec3c9103ddff8cd45 [2021-03-18T21:25:09.547Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-03-18T21:25:09.547Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.23 [2021-03-18T21:25:09.547Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:d1338e868b7a96c2a43259fec3c9103ddff8cd45-2.0.0-dev.23 [2021-03-18T21:25:09.547Z] - 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-18T21:25:10.897Z] ---> job-cost.sh [2021-03-18T21:25:10.897Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lYYo [2021-03-18T21:25:38.171Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T21:26:11.853Z] lf-activate-venv(): INFO: Adding /tmp/venv-bLpo/bin to PATH [2021-03-18T21:26:11.853Z] INFO: No Stack... [2021-03-18T21:26:12.822Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T21:26:13.090Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T21:26:13.421Z] + cat /w/workspace/app-service-configurable/93/archives/cost.csv [2021-03-18T21:26:13.421Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T21:26:13.525Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-93-stack-cost] [2021-03-18T21:26:13.533Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-93-stack-cost] did not exist. Created. [2021-03-18T21:26:13.533Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T21:26:13.988Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T21:26:14.176Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T21:26:14.185Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-93-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T21:26:25.391Z] lf-activate-venv(): INFO: Adding /tmp/venv-lYYo/bin to PATH [2021-03-18T21:26:25.391Z] INFO: No Stack... [2021-03-18T21:26:25.391Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T21:26:25.391Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T21:26:25.755Z] + cat /w/workspace/app-service-configurable/93/archives/cost.csv [2021-03-18T21:26:25.755Z] + cut -d, -f6 [Pipeline] lock [2021-03-18T21:26:25.880Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-93-stack-cost] [2021-03-18T21:26:25.889Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-93-stack-cost] did not exist. Created. [2021-03-18T21:26:25.889Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-93-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T21:26:26.519Z] /w/workspace/app-service-configurable/93@tmp/durable-93130df3/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-18T21:26:26.932Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-18T21:26:26.962Z] Warning: overwriting stash ‘stack-cost’ [2021-03-18T21:26:27.150Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T21:26:27.162Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-93-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-18T21:26:28.651Z] provisioning config files... [2021-03-18T21:26:28.661Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3410424966189980059tmp [Pipeline] { [Pipeline] sh [2021-03-18T21:26:29.046Z] + set +x [2021-03-18T21:26:29.046Z] + curl -s https://codecov.io/bash [2021-03-18T21:26:29.046Z] + bash -s -- [2021-03-18T21:26:29.306Z] [2021-03-18T21:26:29.306Z] _____ _ [2021-03-18T21:26:29.306Z] / ____| | | [2021-03-18T21:26:29.306Z] | | ___ __| | ___ ___ _____ __ [2021-03-18T21:26:29.306Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-18T21:26:29.306Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-18T21:26:29.306Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-18T21:26:29.306Z] Bash-20210309-2b87ace [2021-03-18T21:26:29.306Z] [2021-03-18T21:26:29.306Z] [2021-03-18T21:26:29.306Z] ==> git version 2.24.3 found [2021-03-18T21:26:29.306Z] ==> 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-18T21:26:29.306Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-18T21:26:29.306Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-18T21:26:29.306Z] ==> Jenkins CI detected. [2021-03-18T21:26:29.306Z] project root: . [2021-03-18T21:26:29.306Z] --> token set from env [2021-03-18T21:26:29.306Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-18T21:26:29.306Z] ==> Running gcov in . (disable via -X gcov) [2021-03-18T21:26:29.306Z] ==> Python coveragepy not found [2021-03-18T21:26:29.306Z] ==> Searching for coverage reports in: [2021-03-18T21:26:29.306Z] + . [2021-03-18T21:26:29.306Z] -> Found 1 reports [2021-03-18T21:26:29.306Z] ==> Detecting git/mercurial file structure [2021-03-18T21:26:29.306Z] ==> Reading reports [2021-03-18T21:26:29.306Z] + ./coverage.out bytes=10 [2021-03-18T21:26:29.306Z] ==> Appending adjustments [2021-03-18T21:26:29.306Z] https://docs.codecov.io/docs/fixing-reports [2021-03-18T21:26:29.306Z] + Found adjustments [2021-03-18T21:26:29.306Z] ==> Gzipping contents [2021-03-18T21:26:29.306Z] 4.0K /tmp/codecov.78d6vI.gz [2021-03-18T21:26:29.306Z] ==> Uploading reports [2021-03-18T21:26:29.306Z] url: https://codecov.io [2021-03-18T21:26:29.306Z] query: branch=master&commit=d1338e868b7a96c2a43259fec3c9103ddff8cd45&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F93%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-18T21:26:29.306Z] -> Pinging Codecov [2021-03-18T21:26:29.306Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=d1338e868b7a96c2a43259fec3c9103ddff8cd45&build=93&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F93%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-18T21:26:29.878Z] -> Uploading to [2021-03-18T21:26:29.878Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-18/A97CA9966030D2A3747ED39772930CCE/d1338e868b7a96c2a43259fec3c9103ddff8cd45/92a0a0d0-8d27-4494-b212-8ba748fc936c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T212629Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c61997204811505dbb6e7cc5a2bea5f47f4da789eb0f0d64f6b1132f56361aea [2021-03-18T21:26:29.878Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-18T21:26:29.878Z] Dload Upload Total Spent Left Speed [2021-03-18T21:26:30.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 396 0 0 100 396 0 1058 --:--:-- --:--:-- --:--:-- 1058 [2021-03-18T21:26:30.138Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/d1338e868b7a96c2a43259fec3c9103ddff8cd45 [Pipeline] } [2021-03-18T21:26:30.147Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-18T21:26:31.085Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-18T21:26:31.158Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:26:31.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-18T21:26:31.494Z] [2021-03-18T21:26:31.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:26:31.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-18T21:26:31.848Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-18T21:26:31.848Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T21:26:31.848Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T21:26:31.848Z] de9db76c5a1d: Pulling fs layer [2021-03-18T21:26:31.848Z] 0eba1c9be4d2: Pulling fs layer [2021-03-18T21:26:31.848Z] 0d57e429df01: Pulling fs layer [2021-03-18T21:26:31.848Z] 4e4be7b47b0d: Pulling fs layer [2021-03-18T21:26:31.848Z] e1f770b5df2f: Pulling fs layer [2021-03-18T21:26:31.848Z] 85a0685a4137: Pulling fs layer [2021-03-18T21:26:31.848Z] 0eba1c9be4d2: Waiting [2021-03-18T21:26:31.848Z] 0d57e429df01: Waiting [2021-03-18T21:26:31.848Z] 4e4be7b47b0d: Waiting [2021-03-18T21:26:31.848Z] e1f770b5df2f: Waiting [2021-03-18T21:26:31.848Z] 85a0685a4137: Waiting [2021-03-18T21:26:31.848Z] de9db76c5a1d: Verifying Checksum [2021-03-18T21:26:31.848Z] de9db76c5a1d: Download complete [2021-03-18T21:26:31.848Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T21:26:31.848Z] 0ef7d3d256c8: Download complete [2021-03-18T21:26:31.848Z] 0d57e429df01: Verifying Checksum [2021-03-18T21:26:31.848Z] 0d57e429df01: Download complete [2021-03-18T21:26:31.848Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T21:26:31.848Z] 188c0c94c7c5: Download complete [2021-03-18T21:26:31.848Z] 4e4be7b47b0d: Verifying Checksum [2021-03-18T21:26:31.848Z] 4e4be7b47b0d: Download complete [2021-03-18T21:26:32.118Z] 188c0c94c7c5: Pull complete [2021-03-18T21:26:32.380Z] 0ef7d3d256c8: Pull complete [2021-03-18T21:26:32.648Z] de9db76c5a1d: Pull complete [2021-03-18T21:26:33.593Z] e1f770b5df2f: Verifying Checksum [2021-03-18T21:26:33.593Z] e1f770b5df2f: Download complete [2021-03-18T21:26:35.519Z] 0eba1c9be4d2: Verifying Checksum [2021-03-18T21:26:35.519Z] 0eba1c9be4d2: Download complete [2021-03-18T21:26:35.519Z] 85a0685a4137: Verifying Checksum [2021-03-18T21:26:35.519Z] 85a0685a4137: Download complete [2021-03-18T21:26:40.828Z] 0eba1c9be4d2: Pull complete [2021-03-18T21:26:40.828Z] 0d57e429df01: Pull complete [2021-03-18T21:26:40.828Z] 4e4be7b47b0d: Pull complete [2021-03-18T21:26:42.785Z] e1f770b5df2f: Pull complete [2021-03-18T21:26:49.398Z] 85a0685a4137: Pull complete [2021-03-18T21:26:49.398Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-18T21:26:49.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-18T21:26:49.398Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-18T21:26:49.557Z] prd-centos7-docker-4c-2g-30359 does not seem to be running inside a container [2021-03-18T21:26:49.599Z] $ 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-18T21:26:50.385Z] $ docker top 815cb684006eb08ef1734eff9217b96661232cf5f8d1396871a65a3daed7b88a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-18T21:26:50.651Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-18T21:26:50.937Z] + set -o pipefail [2021-03-18T21:26:50.937Z] + snyk monitor '--org=edgex-jenkins' [2021-03-18T21:27:00.938Z] [2021-03-18T21:27:00.938Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-03-18T21:27:00.938Z] [2021-03-18T21:27:00.938Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/aa84446d-48cb-4194-bafd-d0847cf94afe [2021-03-18T21:27:00.938Z] [2021-03-18T21:27:00.938Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-18T21:27:00.938Z] [2021-03-18T21:27:00.938Z] [Pipeline] } [2021-03-18T21:27:00.952Z] $ docker stop --time=1 815cb684006eb08ef1734eff9217b96661232cf5f8d1396871a65a3daed7b88a [2021-03-18T21:27:03.759Z] $ docker rm -f 815cb684006eb08ef1734eff9217b96661232cf5f8d1396871a65a3daed7b88a [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-18T21:27:05.487Z] + git log --format=format:%s -1 d1338e868b7a96c2a43259fec3c9103ddff8cd45 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:27:05.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:27:05.793Z] . [Pipeline] withDockerContainer [2021-03-18T21:27:05.883Z] prd-centos7-docker-4c-2g-30359 does not seem to be running inside a container [2021-03-18T21:27:05.922Z] $ 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-18T21:27:06.608Z] $ docker top 0d23d1fa674eb6626c0d6d77903fb673bffe43c7e367582144de214b5ca249b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T21:27:06.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T21:27:06.937Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T21:27:07.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T21:27:07.167Z] $ docker exec 0d23d1fa674eb6626c0d6d77903fb673bffe43c7e367582144de214b5ca249b4 ssh-agent [2021-03-18T21:27:07.323Z] SSH_AUTH_SOCK=/tmp/ssh-pM2DJEv517ud/agent.11 [2021-03-18T21:27:07.323Z] SSH_AGENT_PID=16 [2021-03-18T21:27:07.329Z] Running ssh-add (command line suppressed) [2021-03-18T21:27:07.458Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4764198238822497430.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4764198238822497430.key) [2021-03-18T21:27:07.511Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T21:27:07.864Z] + git semver tag [2021-03-18T21:27:07.864Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T21:27:07.864Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-18T21:27:07.864Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-18T21:27:07.864Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T21:27:07.864Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T21:27:07.864Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T21:27:07.864Z] # $SEMVER_BRANCH = master [2021-03-18T21:27:07.864Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-18T21:27:07.864Z] # d1338e868b7a96c2a43259fec3c9103ddff8cd45 HEAD [2021-03-18T21:27:07.864Z] # -> Force: false [2021-03-18T21:27:07.864Z] # b4c147c68c2a24063476dc8e36bf96deafe18ab3 refs/tags/v2.0.0-dev.23 [Pipeline] } [2021-03-18T21:27:07.874Z] $ docker exec --env ******** --env ******** 0d23d1fa674eb6626c0d6d77903fb673bffe43c7e367582144de214b5ca249b4 ssh-agent -k [2021-03-18T21:27:07.985Z] unset SSH_AUTH_SOCK; [2021-03-18T21:27:07.985Z] unset SSH_AGENT_PID; [2021-03-18T21:27:07.985Z] echo Agent pid 16 killed; [2021-03-18T21:27:08.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T21:27:08.545Z] + git semver [Pipeline] } [2021-03-18T21:27:08.562Z] $ docker stop --time=1 0d23d1fa674eb6626c0d6d77903fb673bffe43c7e367582144de214b5ca249b4 [2021-03-18T21:27:09.936Z] $ docker rm -f 0d23d1fa674eb6626c0d6d77903fb673bffe43c7e367582144de214b5ca249b4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:27:10.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-18T21:27:10.766Z] [2021-03-18T21:27:10.766Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:27:11.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-18T21:27:11.131Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-18T21:27:11.131Z] ab5ef0e58194: Pulling fs layer [2021-03-18T21:27:11.131Z] 9712f1f96733: Pulling fs layer [2021-03-18T21:27:11.131Z] 63f879dbbcfc: Pulling fs layer [2021-03-18T21:27:11.131Z] 0d9ebad4ef96: Pulling fs layer [2021-03-18T21:27:11.131Z] e9a5061849ea: Pulling fs layer [2021-03-18T21:27:11.131Z] d747dcd14b5f: Pulling fs layer [2021-03-18T21:27:11.131Z] 2de7ff778b66: Pulling fs layer [2021-03-18T21:27:11.131Z] e9a5061849ea: Waiting [2021-03-18T21:27:11.131Z] d747dcd14b5f: Waiting [2021-03-18T21:27:11.131Z] 2de7ff778b66: Waiting [2021-03-18T21:27:11.131Z] 0d9ebad4ef96: Waiting [2021-03-18T21:27:11.131Z] 9712f1f96733: Verifying Checksum [2021-03-18T21:27:11.131Z] 9712f1f96733: Download complete [2021-03-18T21:27:13.065Z] 63f879dbbcfc: Verifying Checksum [2021-03-18T21:27:13.065Z] 63f879dbbcfc: Download complete [2021-03-18T21:27:13.065Z] e9a5061849ea: Verifying Checksum [2021-03-18T21:27:13.065Z] e9a5061849ea: Download complete [2021-03-18T21:27:13.065Z] d747dcd14b5f: Verifying Checksum [2021-03-18T21:27:13.065Z] d747dcd14b5f: Download complete [2021-03-18T21:27:13.337Z] 2de7ff778b66: Download complete [2021-03-18T21:27:13.599Z] 0d9ebad4ef96: Verifying Checksum [2021-03-18T21:27:13.599Z] 0d9ebad4ef96: Download complete [2021-03-18T21:27:13.599Z] ab5ef0e58194: Verifying Checksum [2021-03-18T21:27:13.599Z] ab5ef0e58194: Download complete [2021-03-18T21:27:17.871Z] ab5ef0e58194: Pull complete [2021-03-18T21:27:17.871Z] 9712f1f96733: Pull complete [2021-03-18T21:27:20.426Z] 63f879dbbcfc: Pull complete [2021-03-18T21:27:27.051Z] 0d9ebad4ef96: Pull complete [2021-03-18T21:27:27.996Z] e9a5061849ea: Pull complete [2021-03-18T21:27:28.267Z] d747dcd14b5f: Pull complete [2021-03-18T21:27:30.864Z] 2de7ff778b66: Pull complete [2021-03-18T21:27:30.864Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-18T21:27:30.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-18T21:27:30.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-18T21:27:31.001Z] prd-centos7-docker-4c-2g-30359 does not seem to be running inside a container [2021-03-18T21:27:31.152Z] $ 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-18T21:27:34.820Z] $ docker top 2d306020f879f6720aa4ccec681fc9afb245ed4aa285142996c184b3a84d3c11 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-18T21:27:35.089Z] provisioning config files... [2021-03-18T21:27:35.117Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config522196092964907588tmp [2021-03-18T21:27:35.148Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config6516809152624764992tmp [2021-03-18T21:27:35.160Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config1187474794749712766tmp [Pipeline] { [Pipeline] echo [2021-03-18T21:27:35.214Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:27:35.506Z] ---> sigul-configuration.sh [2021-03-18T21:27:35.506Z] gpg: directory `/root/.gnupg' created [2021-03-18T21:27:35.506Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-18T21:27:35.506Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-18T21:27:35.506Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-18T21:27:35.506Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-18T21:27:35.506Z] gpg: CAST5 encrypted data [2021-03-18T21:27:35.766Z] gpg: encrypted with 1 passphrase [2021-03-18T21:27:35.766Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-18T21:27:36.060Z] + mkdir /home/jenkins [2021-03-18T21:27:36.060Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-18T21:27:36.353Z] + 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-18T21:27:36.363Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:27:36.653Z] ---> sigul-install.sh [2021-03-18T21:27:44.788Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-18T21:27:45.079Z] + git tag --list [2021-03-18T21:27:45.079Z] v1.0.0 [2021-03-18T21:27:45.079Z] v1.1.0 [2021-03-18T21:27:45.079Z] v1.2.0 [2021-03-18T21:27:45.079Z] v1.3.0 [2021-03-18T21:27:45.079Z] v1.3.1 [2021-03-18T21:27:45.079Z] v1.3.1-dev.1 [2021-03-18T21:27:45.079Z] v1.3.1-dev.2 [2021-03-18T21:27:45.079Z] v1.3.1-dev.3 [2021-03-18T21:27:45.079Z] v2.0.0-dev.1 [2021-03-18T21:27:45.079Z] v2.0.0-dev.10 [2021-03-18T21:27:45.079Z] v2.0.0-dev.11 [2021-03-18T21:27:45.079Z] v2.0.0-dev.12 [2021-03-18T21:27:45.079Z] v2.0.0-dev.13 [2021-03-18T21:27:45.079Z] v2.0.0-dev.14 [2021-03-18T21:27:45.079Z] v2.0.0-dev.15 [2021-03-18T21:27:45.079Z] v2.0.0-dev.16 [2021-03-18T21:27:45.079Z] v2.0.0-dev.17 [2021-03-18T21:27:45.079Z] v2.0.0-dev.18 [2021-03-18T21:27:45.079Z] v2.0.0-dev.19 [2021-03-18T21:27:45.079Z] v2.0.0-dev.2 [2021-03-18T21:27:45.079Z] v2.0.0-dev.20 [2021-03-18T21:27:45.079Z] v2.0.0-dev.21 [2021-03-18T21:27:45.079Z] v2.0.0-dev.22 [2021-03-18T21:27:45.079Z] v2.0.0-dev.23 [2021-03-18T21:27:45.079Z] v2.0.0-dev.3 [2021-03-18T21:27:45.079Z] v2.0.0-dev.4 [2021-03-18T21:27:45.079Z] v2.0.0-dev.5 [2021-03-18T21:27:45.079Z] v2.0.0-dev.6 [2021-03-18T21:27:45.079Z] v2.0.0-dev.7 [2021-03-18T21:27:45.079Z] v2.0.0-dev.8 [2021-03-18T21:27:45.079Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-18T21:27:45.371Z] + lftools sign git-tag v2.0.0-dev.23 [2021-03-18T21:27:46.756Z] Signing Git tag with Sigul... [2021-03-18T21:27:46.756Z] Signing v2.0.0-dev.23 [Pipeline] echo [2021-03-18T21:27:47.342Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:27:47.633Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-18T21:27:47.642Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-18T21:27:47.759Z] $ docker stop --time=1 2d306020f879f6720aa4ccec681fc9afb245ed4aa285142996c184b3a84d3c11 [2021-03-18T21:27:49.646Z] $ docker rm -f 2d306020f879f6720aa4ccec681fc9afb245ed4aa285142996c184b3a84d3c11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:27:50.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:27:50.706Z] . [Pipeline] withDockerContainer [2021-03-18T21:27:50.799Z] prd-centos7-docker-4c-2g-30359 does not seem to be running inside a container [2021-03-18T21:27:50.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-18T21:27:51.418Z] $ docker top 26b0ab60875d010f02d44b4c142d10be1d907e3a8bcd7936803f8504033562ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T21:27:51.726Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T21:27:51.726Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T21:27:51.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T21:27:51.917Z] $ docker exec 26b0ab60875d010f02d44b4c142d10be1d907e3a8bcd7936803f8504033562ea ssh-agent [2021-03-18T21:27:52.094Z] SSH_AUTH_SOCK=/tmp/ssh-7W6EtnpbpRfP/agent.11 [2021-03-18T21:27:52.094Z] SSH_AGENT_PID=16 [2021-03-18T21:27:52.099Z] Running ssh-add (command line suppressed) [2021-03-18T21:27:52.222Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_6839776268346998097.key (/w/workspace/_app-service-configurable_master@tmp/private_key_6839776268346998097.key) [2021-03-18T21:27:52.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T21:27:52.618Z] + git semver bump pre [2021-03-18T21:27:52.618Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T21:27:52.618Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-18T21:27:52.618Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-18T21:27:52.618Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T21:27:52.618Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T21:27:52.618Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T21:27:52.618Z] # $SEMVER_BRANCH = master [2021-03-18T21:27:52.618Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-03-18T21:27:52.618Z] 2.0.0-dev.24 [Pipeline] } [2021-03-18T21:27:52.629Z] $ docker exec --env ******** --env ******** 26b0ab60875d010f02d44b4c142d10be1d907e3a8bcd7936803f8504033562ea ssh-agent -k [2021-03-18T21:27:52.748Z] unset SSH_AUTH_SOCK; [2021-03-18T21:27:52.749Z] unset SSH_AGENT_PID; [2021-03-18T21:27:52.749Z] echo Agent pid 16 killed; [2021-03-18T21:27:52.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T21:27:53.293Z] + git semver [Pipeline] } [2021-03-18T21:27:53.308Z] $ docker stop --time=1 26b0ab60875d010f02d44b4c142d10be1d907e3a8bcd7936803f8504033562ea [2021-03-18T21:27:54.656Z] $ docker rm -f 26b0ab60875d010f02d44b4c142d10be1d907e3a8bcd7936803f8504033562ea [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:27:55.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T21:27:55.195Z] . [Pipeline] withDockerContainer [2021-03-18T21:27:55.312Z] prd-centos7-docker-4c-2g-30359 does not seem to be running inside a container [2021-03-18T21:27:55.352Z] $ 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-18T21:27:55.968Z] $ docker top b796d0c82fe07bcdccf008513e37625c0b0b486439bc5b2b52134088df5039ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T21:27:56.284Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T21:27:56.284Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T21:27:56.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T21:27:56.476Z] $ docker exec b796d0c82fe07bcdccf008513e37625c0b0b486439bc5b2b52134088df5039ff ssh-agent [2021-03-18T21:27:56.659Z] SSH_AUTH_SOCK=/tmp/ssh-ayZWaG7HIVsL/agent.12 [2021-03-18T21:27:56.659Z] SSH_AGENT_PID=17 [2021-03-18T21:27:56.665Z] Running ssh-add (command line suppressed) [2021-03-18T21:27:56.800Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8058835367189332230.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8058835367189332230.key) [2021-03-18T21:27:56.856Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T21:27:57.193Z] + git semver push [2021-03-18T21:27:57.194Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T21:27:57.194Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-03-18T21:27:57.194Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-03-18T21:27:57.194Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T21:27:57.194Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T21:27:57.194Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T21:27:57.194Z] # $SEMVER_BRANCH = master [2021-03-18T21:27:57.194Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-03-18T21:28:01.428Z] $ docker exec --env ******** --env ******** b796d0c82fe07bcdccf008513e37625c0b0b486439bc5b2b52134088df5039ff ssh-agent -k [2021-03-18T21:28:01.544Z] unset SSH_AUTH_SOCK; [2021-03-18T21:28:01.545Z] unset SSH_AGENT_PID; [2021-03-18T21:28:01.545Z] echo Agent pid 17 killed; [2021-03-18T21:28:01.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T21:28:02.076Z] + git semver [Pipeline] } [2021-03-18T21:28:02.101Z] $ docker stop --time=1 b796d0c82fe07bcdccf008513e37625c0b0b486439bc5b2b52134088df5039ff [2021-03-18T21:28:03.426Z] $ docker rm -f b796d0c82fe07bcdccf008513e37625c0b0b486439bc5b2b52134088df5039ff [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-18T21:28:05.001Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:28:05.570Z] ---> package-listing.sh [2021-03-18T21:28:05.570Z] ++ facter osfamily [2021-03-18T21:28:05.570Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T21:28:05.570Z] + OS_FAMILY=redhat [2021-03-18T21:28:05.570Z] + workspace=/w/workspace/_app-service-configurable_master [2021-03-18T21:28:05.570Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T21:28:05.570Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T21:28:05.570Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T21:28:05.570Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T21:28:05.570Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-18T21:28:05.570Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T21:28:05.570Z] + case "${OS_FAMILY}" in [2021-03-18T21:28:05.570Z] + rpm -qa [2021-03-18T21:28:05.570Z] + sort [2021-03-18T21:28:09.774Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T21:28:09.774Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T21:28:09.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T21:28:09.774Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-03-18T21:28:09.774Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-03-18T21:28:09.774Z] + 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-18T21:28:09.787Z] 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-18T21:28:10.077Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:28:10.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T21:28:10.382Z] [2021-03-18T21:28:10.382Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T21:28:10.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T21:28:10.730Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T21:28:10.730Z] df20fa9351a1: Pulling fs layer [2021-03-18T21:28:10.730Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T21:28:10.730Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T21:28:10.730Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T21:28:10.730Z] 93b61091891f: Pulling fs layer [2021-03-18T21:28:10.730Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T21:28:10.730Z] 5e14af77c1be: Pulling fs layer [2021-03-18T21:28:10.730Z] 01666e4c0597: Pulling fs layer [2021-03-18T21:28:10.730Z] aa168da1d23b: Pulling fs layer [2021-03-18T21:28:10.730Z] 93b61091891f: Waiting [2021-03-18T21:28:10.730Z] 93b9cdb0e59b: Waiting [2021-03-18T21:28:10.730Z] 5e14af77c1be: Waiting [2021-03-18T21:28:10.730Z] 01666e4c0597: Waiting [2021-03-18T21:28:10.730Z] aa168da1d23b: Waiting [2021-03-18T21:28:10.730Z] 46f8f816bc3b: Waiting [2021-03-18T21:28:10.730Z] 36b3adc4ff6f: Download complete [2021-03-18T21:28:10.730Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T21:28:10.730Z] 46f8f816bc3b: Download complete [2021-03-18T21:28:10.730Z] df20fa9351a1: Verifying Checksum [2021-03-18T21:28:10.730Z] df20fa9351a1: Download complete [2021-03-18T21:28:10.990Z] 93b61091891f: Verifying Checksum [2021-03-18T21:28:10.990Z] 93b61091891f: Download complete [2021-03-18T21:28:10.990Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T21:28:10.990Z] 93b9cdb0e59b: Download complete [2021-03-18T21:28:10.990Z] 5e14af77c1be: Verifying Checksum [2021-03-18T21:28:10.990Z] 5e14af77c1be: Download complete [2021-03-18T21:28:10.990Z] 01666e4c0597: Verifying Checksum [2021-03-18T21:28:10.990Z] 01666e4c0597: Download complete [2021-03-18T21:28:10.990Z] 8ad3a11d3b57: Verifying Checksum [2021-03-18T21:28:10.990Z] 8ad3a11d3b57: Download complete [2021-03-18T21:28:10.990Z] df20fa9351a1: Pull complete [2021-03-18T21:28:11.251Z] 36b3adc4ff6f: Pull complete [2021-03-18T21:28:13.279Z] 8ad3a11d3b57: Pull complete [2021-03-18T21:28:13.279Z] aa168da1d23b: Verifying Checksum [2021-03-18T21:28:13.279Z] aa168da1d23b: Download complete [2021-03-18T21:28:13.279Z] 46f8f816bc3b: Pull complete [2021-03-18T21:28:13.901Z] 93b61091891f: Pull complete [2021-03-18T21:28:14.170Z] 93b9cdb0e59b: Pull complete [2021-03-18T21:28:14.170Z] 5e14af77c1be: Pull complete [2021-03-18T21:28:14.435Z] 01666e4c0597: Pull complete [2021-03-18T21:28:21.059Z] aa168da1d23b: Pull complete [2021-03-18T21:28:21.059Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T21:28:21.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T21:28:21.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T21:28:21.174Z] prd-centos7-docker-4c-2g-30359 does not seem to be running inside a container [2021-03-18T21:28:21.214Z] $ 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-18T21:28:23.831Z] $ docker top 37fbd4e714f018dff477e87798c7e4c673c07009631a68269f480af0eab71181 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T21:28:24.395Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T21:28:24.692Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T21:28:24.986Z] + ls /var/log/sa-host [2021-03-18T21:28:24.986Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T21:28:24.986Z] file_magic: OK [2021-03-18T21:28:24.986Z] HZ: Using current value: 100 [2021-03-18T21:28:24.986Z] file_header: OK [2021-03-18T21:28:24.986Z] 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-18T21:28:24.986Z] Statistics: [2021-03-18T21:28:24.986Z] 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... [2021-03-18T21:28:24.986Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T21:28:24.986Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T21:28:24.986Z] file_magic: OK [2021-03-18T21:28:24.986Z] HZ: Using current value: 100 [2021-03-18T21:28:24.986Z] file_header: OK [2021-03-18T21:28:24.986Z] 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-18T21:28:24.986Z] Statistics: [2021-03-18T21:28:24.986Z] Hnuu...uuuununununu... [2021-03-18T21:28:24.986Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T21:28:26.923Z] provisioning config files... [2021-03-18T21:28:26.936Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3726479371009917451tmp [Pipeline] { [Pipeline] echo [2021-03-18T21:28:27.031Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:28:27.330Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T21:28:27.339Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T21:28:27.435Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:28:27.727Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T21:28:27.746Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:28:28.041Z] ---> sudo-logs.sh [2021-03-18T21:28:28.041Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T21:28:28.125Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:28:28.419Z] ---> job-cost.sh [2021-03-18T21:28:28.419Z] lf-activate-venv: SKIPPING [2021-03-18T21:28:28.419Z] DEBUG: total: 0.029999999329447746 [2021-03-18T21:28:28.419Z] INFO: Retrieving Stack Cost... [2021-03-18T21:28:29.361Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T21:28:29.622Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T21:28:29.635Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T21:28:29.934Z] ---> logs-deploy.sh [2021-03-18T21:28:29.934Z] lf-activate-venv: SKIPPING [2021-03-18T21:28:29.934Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/93 [2021-03-18T21:28:29.934Z] INFO: archiving workspace using pattern(s): [2021-03-18T21:28:31.864Z] Archives upload complete. [2021-03-18T21:28:31.864Z] INFO: archiving logs to Nexus