Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27869 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) 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 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" > git rev-list --no-walk 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-26T19:33:32.423Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-26T19:33:32.719Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T19:33:32.822Z] ========================================================= [2021-02-26T19:33:32.822Z] EdgeX Global Pipelines Version Info [2021-02-26T19:33:32.822Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:33:38.822Z] ------------------- [2021-02-26T19:33:38.822Z] stable info: [2021-02-26T19:33:38.822Z] ------------------- [2021-02-26T19:33:38.822Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-26T19:33:38.822Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-26T19:33:38.822Z] Message: update stable to v1.0.183 [2021-02-26T19:33:40.203Z] ------------------- [2021-02-26T19:33:40.203Z] experimental info: [2021-02-26T19:33:40.203Z] ------------------- [2021-02-26T19:33:40.203Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-26T19:33:40.203Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-02-26T19:33:40.203Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-26T19:33:40.650Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-02-26T19:33:40.766Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-02-26T19:33:40.858Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-26T19:33:40.946Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-26T19:33:41.041Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-26T19:33:41.154Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-26T19:33:41.241Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-26T19:33:41.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-26T19:33:41.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-26T19:33:41.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-26T19:33:41.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-26T19:33:41.734Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-02-26T19:33:41.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-26T19:33:41.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-26T19:33:42.007Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T19:33:42.099Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-26T19:33:42.188Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T19:33:42.280Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-26T19:33:42.443Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-26T19:33:42.530Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-26T19:33:42.617Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-26T19:33:42.740Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-26T19:33:42.878Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-26T19:33:42.965Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-26T19:33:43.052Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-26T19:33:43.147Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-02-26T19:33:43.237Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-26T19:33:43.327Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-26T19:33:43.423Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-26T19:33:43.561Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo [2021-02-26T19:33:43.656Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a27a6a [Pipeline] echo [2021-02-26T19:33:43.744Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T19:33:43.916Z] provisioning config files... [2021-02-26T19:33:44.147Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5220204919687078251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:33:44.596Z] ---> docker-login.sh [2021-02-26T19:33:44.596Z] nexus3.edgexfoundry.org:10001 [2021-02-26T19:33:45.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:33:46.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:33:46.944Z] Configure a credential helper to remove this warning. See [2021-02-26T19:33:46.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:33:46.944Z] [2021-02-26T19:33:46.944Z] Login Succeeded [2021-02-26T19:33:46.944Z] nexus3.edgexfoundry.org:10002 [2021-02-26T19:33:47.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:33:49.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:33:49.089Z] Configure a credential helper to remove this warning. See [2021-02-26T19:33:49.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:33:49.089Z] [2021-02-26T19:33:49.089Z] Login Succeeded [2021-02-26T19:33:49.089Z] nexus3.edgexfoundry.org:10003 [2021-02-26T19:33:49.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:33:49.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:33:49.552Z] Configure a credential helper to remove this warning. See [2021-02-26T19:33:49.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:33:49.552Z] [2021-02-26T19:33:49.552Z] Login Succeeded [2021-02-26T19:33:49.552Z] nexus3.edgexfoundry.org:10004 [2021-02-26T19:33:50.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:33:50.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:33:50.206Z] Configure a credential helper to remove this warning. See [2021-02-26T19:33:50.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:33:50.206Z] [2021-02-26T19:33:50.206Z] Login Succeeded [2021-02-26T19:33:50.206Z] docker.io [2021-02-26T19:33:50.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:33:51.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:33:51.163Z] Configure a credential helper to remove this warning. See [2021-02-26T19:33:51.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:33:51.163Z] [2021-02-26T19:33:51.163Z] Login Succeeded [2021-02-26T19:33:51.163Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T19:33:51.196Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T19:33:52.324Z] + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo [2021-02-26T19:33:52.499Z] GIT_COMMIT: 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2, Commit Message: refactor: Update profiles for refactored http export with secret header (#198) [Pipeline] echo [2021-02-26T19:33:52.550Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:33:54.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T19:33:54.330Z] [2021-02-26T19:33:54.330Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:33:54.890Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T19:33:55.183Z] latest: Pulling from edgex-devops/git-semver [2021-02-26T19:33:55.183Z] 31603596830f: Pulling fs layer [2021-02-26T19:33:55.183Z] 2a8b12db71e7: Pulling fs layer [2021-02-26T19:33:55.183Z] 6ca5941a6612: Pulling fs layer [2021-02-26T19:33:55.183Z] ecc8261a40a4: Pulling fs layer [2021-02-26T19:33:55.183Z] ecc8261a40a4: Waiting [2021-02-26T19:33:55.183Z] 2a8b12db71e7: Verifying Checksum [2021-02-26T19:33:55.183Z] 2a8b12db71e7: Download complete [2021-02-26T19:33:55.920Z] 31603596830f: Verifying Checksum [2021-02-26T19:33:55.920Z] 31603596830f: Download complete [2021-02-26T19:33:56.689Z] 31603596830f: Pull complete [2021-02-26T19:33:56.689Z] ecc8261a40a4: Verifying Checksum [2021-02-26T19:33:56.689Z] ecc8261a40a4: Download complete [2021-02-26T19:33:56.998Z] 6ca5941a6612: Verifying Checksum [2021-02-26T19:33:56.998Z] 6ca5941a6612: Download complete [2021-02-26T19:33:56.998Z] 2a8b12db71e7: Pull complete [2021-02-26T19:34:00.735Z] 6ca5941a6612: Pull complete [2021-02-26T19:34:02.322Z] ecc8261a40a4: Pull complete [2021-02-26T19:34:02.322Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-26T19:34:02.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T19:34:02.322Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-26T19:34:02.930Z] prd-centos7-docker-4c-2g-27869 does not seem to be running inside a container [2021-02-26T19:34:03.714Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T19:34:07.301Z] $ docker top 73c41070ef4632c5cfb7026ba13bcaed65047f857de187ac095b6acfe73c86da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-26T19:34:07.679Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T19:34:07.680Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T19:34:08.645Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T19:34:08.661Z] $ docker exec 73c41070ef4632c5cfb7026ba13bcaed65047f857de187ac095b6acfe73c86da ssh-agent [2021-02-26T19:34:09.086Z] SSH_AUTH_SOCK=/tmp/ssh-GZdErUZRVFHN/agent.11 [2021-02-26T19:34:09.086Z] SSH_AGENT_PID=16 [2021-02-26T19:34:09.104Z] Running ssh-add (command line suppressed) [2021-02-26T19:34:10.060Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2957854382951395940.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2957854382951395940.key) [2021-02-26T19:34:10.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T19:34:11.317Z] + git tag --points-at HEAD [Pipeline] } [2021-02-26T19:34:11.488Z] $ docker exec --env ******** --env ******** 73c41070ef4632c5cfb7026ba13bcaed65047f857de187ac095b6acfe73c86da ssh-agent -k [2021-02-26T19:34:11.675Z] unset SSH_AUTH_SOCK; [2021-02-26T19:34:11.676Z] unset SSH_AGENT_PID; [2021-02-26T19:34:11.676Z] echo Agent pid 16 killed; [2021-02-26T19:34:11.811Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2021-02-26T19:34:11.972Z] [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v2.0.0-dev.18' [Pipeline] sshagent [2021-02-26T19:34:12.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-26T19:34:12.081Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-26T19:34:13.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-26T19:34:13.671Z] $ docker exec 73c41070ef4632c5cfb7026ba13bcaed65047f857de187ac095b6acfe73c86da ssh-agent [2021-02-26T19:34:14.380Z] SSH_AUTH_SOCK=/tmp/ssh-UApiTjgjIa35/agent.45 [2021-02-26T19:34:14.380Z] SSH_AGENT_PID=50 [2021-02-26T19:34:14.396Z] Running ssh-add (command line suppressed) [2021-02-26T19:34:15.058Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1725097862810473489.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1725097862810473489.key) [2021-02-26T19:34:15.237Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-26T19:34:16.287Z] + git semver init [2021-02-26T19:34:16.287Z] # -> Open(): unable to determine branch for HEAD [2021-02-26T19:34:16.287Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-02-26T19:34:16.287Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-02-26T19:34:16.287Z] # $SEMVER_REMOTE_NAME = origin [2021-02-26T19:34:16.287Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-26T19:34:16.287Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-26T19:34:16.287Z] # $SEMVER_BRANCH = master [2021-02-26T19:34:16.287Z] # $SEMVER_TEMP = /tmp/semver-691610376 [2021-02-26T19:34:16.287Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-02-26T19:34:16.962Z] # '/tmp/semver-691610376' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-02-26T19:34:16.962Z] # -> Force: false [2021-02-26T19:34:16.962Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-02-26T19:34:16.996Z] $ docker exec --env ******** --env ******** 73c41070ef4632c5cfb7026ba13bcaed65047f857de187ac095b6acfe73c86da ssh-agent -k [2021-02-26T19:34:17.280Z] unset SSH_AUTH_SOCK; [2021-02-26T19:34:17.281Z] unset SSH_AGENT_PID; [2021-02-26T19:34:17.282Z] echo Agent pid 50 killed; [2021-02-26T19:34:17.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T19:34:18.083Z] + git semver [Pipeline] } [2021-02-26T19:34:18.260Z] $ docker stop --time=1 73c41070ef4632c5cfb7026ba13bcaed65047f857de187ac095b6acfe73c86da [2021-02-26T19:34:20.644Z] $ docker rm -f 73c41070ef4632c5cfb7026ba13bcaed65047f857de187ac095b6acfe73c86da [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T19:34:22.286Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-26T19:34:24.339Z] Stashed 1 file(s) [Pipeline] echo [2021-02-26T19:34:24.342Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.19 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-26T19:34:39.855Z] Still waiting to schedule task [2021-02-26T19:34:39.855Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27869’ [2021-02-26T19:34:39.857Z] Still waiting to schedule task [2021-02-26T19:34:39.857Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-26T19:36:31.388Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27870 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-26T19:36:31.445Z] Running in /w/workspace/app-service-configurable/87 [Pipeline] { [Pipeline] checkout [2021-02-26T19:36:36.356Z] using credential edgex-jenkins-ssh [2021-02-26T19:36:36.412Z] Cloning the remote Git repository [2021-02-26T19:36:36.467Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T19:36:36.580Z] > git init /w/workspace/app-service-configurable/87 # timeout=10 [2021-02-26T19:36:36.660Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T19:36:36.661Z] > git --version # timeout=10 [2021-02-26T19:36:36.688Z] > git --version # 'git version 2.17.1' [2021-02-26T19:36:36.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T19:36:36.737Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T19:36:37.590Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T19:36:37.620Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T19:36:37.648Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T19:36:37.687Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T19:36:37.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T19:36:37.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T19:36:38.214Z] Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) [2021-02-26T19:36:38.231Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T19:36:38.255Z] > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [2021-02-26T19:36:42.742Z] Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T19:36:44.481Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-26T19:36:44.893Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T19:36:45.232Z] + sudo service docker restart [2021-02-26T19:36:45.232Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T19:36:47.952Z] provisioning config files... [2021-02-26T19:36:48.005Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/87@tmp/config5078462585095940990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:36:48.435Z] ---> docker-login.sh [2021-02-26T19:36:48.435Z] nexus3.edgexfoundry.org:10001 [2021-02-26T19:36:49.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:36:49.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:36:49.723Z] Configure a credential helper to remove this warning. See [2021-02-26T19:36:49.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:36:49.723Z] [2021-02-26T19:36:49.723Z] Login Succeeded [2021-02-26T19:36:49.723Z] nexus3.edgexfoundry.org:10002 [2021-02-26T19:36:50.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:36:50.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:36:50.320Z] Configure a credential helper to remove this warning. See [2021-02-26T19:36:50.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:36:50.320Z] [2021-02-26T19:36:50.320Z] Login Succeeded [2021-02-26T19:36:50.320Z] nexus3.edgexfoundry.org:10003 [2021-02-26T19:36:50.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:36:50.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:36:50.870Z] Configure a credential helper to remove this warning. See [2021-02-26T19:36:50.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:36:50.870Z] [2021-02-26T19:36:50.870Z] Login Succeeded [2021-02-26T19:36:50.870Z] nexus3.edgexfoundry.org:10004 [2021-02-26T19:36:51.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:36:51.148Z] Running on prd-centos7-docker-4c-2g-27871 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-02-26T19:36:51.241Z] Running in /w/workspace/app-service-configurable/87 [Pipeline] { [Pipeline] checkout [2021-02-26T19:36:51.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:36:51.426Z] Configure a credential helper to remove this warning. See [2021-02-26T19:36:51.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:36:51.426Z] [2021-02-26T19:36:51.426Z] Login Succeeded [2021-02-26T19:36:51.426Z] docker.io [2021-02-26T19:36:52.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:36:52.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:36:52.029Z] Configure a credential helper to remove this warning. See [2021-02-26T19:36:52.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:36:52.029Z] [2021-02-26T19:36:52.029Z] Login Succeeded [2021-02-26T19:36:52.305Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T19:36:52.322Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T19:36:52.850Z] ========================================================= [2021-02-26T19:36:52.851Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-26T19:36:52.851Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:36:53.239Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-26T19:36:53.239Z] Sending build context to Docker daemon 103.9kB [2021-02-26T19:36:53.515Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T19:36:53.515Z] Step 2/8 : FROM ${BASE} [2021-02-26T19:36:53.729Z] using credential edgex-jenkins-ssh [2021-02-26T19:36:53.779Z] Cloning the remote Git repository [2021-02-26T19:36:53.793Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-26T19:36:53.793Z] 5f621e34cdf4: Pulling fs layer [2021-02-26T19:36:53.793Z] a4357932f1b6: Pulling fs layer [2021-02-26T19:36:53.793Z] 18c013af1878: Pulling fs layer [2021-02-26T19:36:53.793Z] 00ac8860ef70: Pulling fs layer [2021-02-26T19:36:53.793Z] 63d7cb157983: Pulling fs layer [2021-02-26T19:36:53.793Z] b116817d02f9: Pulling fs layer [2021-02-26T19:36:53.793Z] 745a02a5169b: Pulling fs layer [2021-02-26T19:36:53.793Z] 00ac8860ef70: Waiting [2021-02-26T19:36:53.793Z] 745a02a5169b: Waiting [2021-02-26T19:36:53.793Z] b116817d02f9: Waiting [2021-02-26T19:36:53.793Z] 63d7cb157983: Waiting [2021-02-26T19:36:53.793Z] 18c013af1878: Verifying Checksum [2021-02-26T19:36:53.793Z] 18c013af1878: Download complete [2021-02-26T19:36:53.793Z] a4357932f1b6: Verifying Checksum [2021-02-26T19:36:53.793Z] a4357932f1b6: Download complete [2021-02-26T19:36:53.793Z] 63d7cb157983: Verifying Checksum [2021-02-26T19:36:53.793Z] 63d7cb157983: Download complete [2021-02-26T19:36:53.928Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T19:36:53.988Z] > git init /w/workspace/app-service-configurable/87 # timeout=10 [2021-02-26T19:36:54.043Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T19:36:54.044Z] > git --version # timeout=10 [2021-02-26T19:36:54.049Z] > git --version # 'git version 2.24.3' [2021-02-26T19:36:54.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T19:36:54.076Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T19:36:54.076Z] 5f621e34cdf4: Verifying Checksum [2021-02-26T19:36:54.076Z] 5f621e34cdf4: Download complete [2021-02-26T19:36:54.076Z] b116817d02f9: Download complete [2021-02-26T19:36:55.070Z] 5f621e34cdf4: Pull complete [2021-02-26T19:36:54.914Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T19:36:54.919Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-26T19:36:54.932Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-02-26T19:36:54.943Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-02-26T19:36:54.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-26T19:36:54.948Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-26T19:36:55.290Z] Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) [2021-02-26T19:36:55.672Z] a4357932f1b6: Pull complete [2021-02-26T19:36:55.946Z] 18c013af1878: Pull complete [2021-02-26T19:36:55.297Z] > git config core.sparsecheckout # timeout=10 [2021-02-26T19:36:55.302Z] > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 [2021-02-26T19:36:56.922Z] 745a02a5169b: Verifying Checksum [2021-02-26T19:36:56.922Z] 745a02a5169b: Download complete [2021-02-26T19:36:58.358Z] 00ac8860ef70: Verifying Checksum [2021-02-26T19:36:58.358Z] 00ac8860ef70: Download complete [2021-02-26T19:36:58.932Z] Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T19:37:00.233Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-26T19:37:00.575Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-26T19:37:00.880Z] + sudo service docker restart [2021-02-26T19:37:00.880Z] + true [2021-02-26T19:37:00.880Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T19:37:01.520Z] provisioning config files... [2021-02-26T19:37:01.551Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/87@tmp/config3186781197456185971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:37:01.916Z] ---> docker-login.sh [2021-02-26T19:37:01.916Z] nexus3.edgexfoundry.org:10001 [2021-02-26T19:37:01.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:37:02.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:37:02.181Z] Configure a credential helper to remove this warning. See [2021-02-26T19:37:02.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:37:02.181Z] [2021-02-26T19:37:02.181Z] Login Succeeded [2021-02-26T19:37:02.181Z] nexus3.edgexfoundry.org:10002 [2021-02-26T19:37:02.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:37:02.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:37:02.444Z] Configure a credential helper to remove this warning. See [2021-02-26T19:37:02.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:37:02.444Z] [2021-02-26T19:37:02.444Z] Login Succeeded [2021-02-26T19:37:02.444Z] nexus3.edgexfoundry.org:10003 [2021-02-26T19:37:02.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:37:02.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:37:02.444Z] Configure a credential helper to remove this warning. See [2021-02-26T19:37:02.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:37:02.444Z] [2021-02-26T19:37:02.444Z] Login Succeeded [2021-02-26T19:37:02.444Z] nexus3.edgexfoundry.org:10004 [2021-02-26T19:37:02.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:37:02.710Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:37:02.710Z] Configure a credential helper to remove this warning. See [2021-02-26T19:37:02.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:37:02.710Z] [2021-02-26T19:37:02.710Z] Login Succeeded [2021-02-26T19:37:02.710Z] docker.io [2021-02-26T19:37:02.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:37:02.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:37:02.972Z] Configure a credential helper to remove this warning. See [2021-02-26T19:37:02.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:37:02.972Z] [2021-02-26T19:37:02.972Z] Login Succeeded [2021-02-26T19:37:02.972Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T19:37:02.982Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-26T19:37:03.333Z] ========================================================= [2021-02-26T19:37:03.333Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-26T19:37:03.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:37:03.686Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-26T19:37:03.686Z] Sending build context to Docker daemon 103.9kB [2021-02-26T19:37:03.686Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T19:37:03.686Z] Step 2/8 : FROM ${BASE} [2021-02-26T19:37:03.686Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-26T19:37:03.686Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T19:37:03.686Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T19:37:03.686Z] de9db76c5a1d: Pulling fs layer [2021-02-26T19:37:03.686Z] bca2f99d35d6: Pulling fs layer [2021-02-26T19:37:03.686Z] 93359f2a8cfa: Pulling fs layer [2021-02-26T19:37:03.686Z] 7c6f9722023f: Pulling fs layer [2021-02-26T19:37:03.686Z] a35cf1a2eb13: Pulling fs layer [2021-02-26T19:37:03.686Z] bca2f99d35d6: Waiting [2021-02-26T19:37:03.686Z] 93359f2a8cfa: Waiting [2021-02-26T19:37:03.686Z] 7c6f9722023f: Waiting [2021-02-26T19:37:03.686Z] a35cf1a2eb13: Waiting [2021-02-26T19:37:03.686Z] de9db76c5a1d: Verifying Checksum [2021-02-26T19:37:03.686Z] de9db76c5a1d: Download complete [2021-02-26T19:37:03.686Z] 0ef7d3d256c8: Download complete [2021-02-26T19:37:03.686Z] 93359f2a8cfa: Verifying Checksum [2021-02-26T19:37:03.686Z] 93359f2a8cfa: Download complete [2021-02-26T19:37:03.949Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T19:37:03.949Z] 188c0c94c7c5: Download complete [2021-02-26T19:37:03.949Z] 7c6f9722023f: Verifying Checksum [2021-02-26T19:37:03.949Z] 7c6f9722023f: Download complete [2021-02-26T19:37:03.949Z] 188c0c94c7c5: Pull complete [2021-02-26T19:37:04.213Z] 0ef7d3d256c8: Pull complete [2021-02-26T19:37:04.474Z] de9db76c5a1d: Pull complete [2021-02-26T19:37:05.427Z] a35cf1a2eb13: Verifying Checksum [2021-02-26T19:37:05.427Z] a35cf1a2eb13: Download complete [2021-02-26T19:37:06.004Z] bca2f99d35d6: Verifying Checksum [2021-02-26T19:37:06.004Z] bca2f99d35d6: Download complete [2021-02-26T19:37:08.529Z] 00ac8860ef70: Pull complete [2021-02-26T19:37:08.801Z] 63d7cb157983: Pull complete [2021-02-26T19:37:09.072Z] b116817d02f9: Pull complete [2021-02-26T19:37:11.402Z] bca2f99d35d6: Pull complete [2021-02-26T19:37:11.403Z] 93359f2a8cfa: Pull complete [2021-02-26T19:37:11.403Z] 7c6f9722023f: Pull complete [2021-02-26T19:37:12.460Z] 745a02a5169b: Pull complete [2021-02-26T19:37:12.460Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-26T19:37:12.460Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-26T19:37:12.460Z] ---> b7e6874047d6 [2021-02-26T19:37:12.460Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T19:37:15.101Z] ---> Running in 9e9dbf942ec9 [2021-02-26T19:37:15.375Z] Removing intermediate container 9e9dbf942ec9 [2021-02-26T19:37:15.375Z] ---> 0926cb800fab [2021-02-26T19:37:15.375Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T19:37:15.375Z] ---> Running in 9ddd08632abf [2021-02-26T19:37:17.351Z] Removing intermediate container 9ddd08632abf [2021-02-26T19:37:17.351Z] ---> ae1734d596b1 [2021-02-26T19:37:17.351Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-26T19:37:17.624Z] ---> Running in 56afa15cfb6a [2021-02-26T19:37:18.010Z] a35cf1a2eb13: Pull complete [2021-02-26T19:37:18.010Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-26T19:37:18.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-26T19:37:18.010Z] ---> a62c8e92a672 [2021-02-26T19:37:18.010Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-26T19:37:18.584Z] ---> Running in a237e26ca55d [2021-02-26T19:37:18.584Z] Removing intermediate container a237e26ca55d [2021-02-26T19:37:18.584Z] ---> ee4c3549cee9 [2021-02-26T19:37:18.584Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T19:37:18.584Z] ---> Running in dfe5c60bfd1b [2021-02-26T19:37:18.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T19:37:19.534Z] Removing intermediate container dfe5c60bfd1b [2021-02-26T19:37:19.535Z] ---> 028c0c6eda58 [2021-02-26T19:37:19.535Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-02-26T19:37:19.535Z] ---> Running in f9b6e8b48119 [2021-02-26T19:37:19.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T19:37:20.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T19:37:20.172Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-26T19:37:20.172Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-26T19:37:20.444Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-26T19:37:20.444Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-26T19:37:20.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T19:37:20.714Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T19:37:20.714Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-26T19:37:20.986Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T19:37:20.986Z] OK: 144 MiB in 45 packages [2021-02-26T19:37:21.255Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-02-26T19:37:21.517Z] (2/6) Installing libsodium (1.0.18-r0) [2021-02-26T19:37:21.517Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-02-26T19:37:21.517Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-02-26T19:37:21.780Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-26T19:37:21.780Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-02-26T19:37:21.780Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T19:37:21.780Z] OK: 167 MiB in 45 packages [2021-02-26T19:37:22.353Z] Removing intermediate container f9b6e8b48119 [2021-02-26T19:37:22.354Z] ---> fd4506b28650 [2021-02-26T19:37:22.354Z] Step 6/8 : WORKDIR /app [2021-02-26T19:37:22.427Z] Removing intermediate container 56afa15cfb6a [2021-02-26T19:37:22.427Z] ---> c8df60c04928 [2021-02-26T19:37:22.427Z] Step 6/8 : WORKDIR /app [2021-02-26T19:37:22.427Z] ---> Running in 2b05569ed2c4 [2021-02-26T19:37:22.618Z] ---> Running in 16f778cbf0e6 [2021-02-26T19:37:22.618Z] Removing intermediate container 16f778cbf0e6 [2021-02-26T19:37:22.618Z] ---> 49498ee92d61 [2021-02-26T19:37:22.618Z] Step 7/8 : COPY . . [2021-02-26T19:37:22.881Z] ---> 7eb1c8376a5f [2021-02-26T19:37:22.881Z] Step 8/8 : RUN go mod download [2021-02-26T19:37:22.881Z] ---> Running in d72c974ad58d [2021-02-26T19:37:23.021Z] Removing intermediate container 2b05569ed2c4 [2021-02-26T19:37:23.021Z] ---> 4f7e42b7e3ae [2021-02-26T19:37:23.021Z] Step 7/8 : COPY . . [2021-02-26T19:37:23.617Z] ---> 12a103834b6b [2021-02-26T19:37:23.617Z] Step 8/8 : RUN go mod download [2021-02-26T19:37:23.893Z] ---> Running in d27f20ea7e76 [2021-02-26T19:37:44.873Z] Removing intermediate container d72c974ad58d [2021-02-26T19:37:44.873Z] ---> 3034257acccd [2021-02-26T19:37:44.873Z] Successfully built 3034257acccd [2021-02-26T19:37:44.873Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:37:45.186Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T19:37:45.186Z] . [Pipeline] withDockerContainer [2021-02-26T19:37:45.449Z] prd-centos7-docker-4c-2g-27871 does not seem to be running inside a container [2021-02-26T19:37:45.496Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/87 -v /w/workspace/app-service-configurable/87:/w/workspace/app-service-configurable/87:rw,z -v /w/workspace/app-service-configurable/87@tmp:/w/workspace/app-service-configurable/87@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T19:37:46.140Z] $ docker top 76fd3940fe008db6236449661246a961eaeebf1a136f05ff515b3542e5438a5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T19:37:46.625Z] + go version [2021-02-26T19:37:46.625Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-26T19:37:46.637Z] $ docker stop --time=1 76fd3940fe008db6236449661246a961eaeebf1a136f05ff515b3542e5438a5c [2021-02-26T19:37:48.129Z] $ docker rm -f 76fd3940fe008db6236449661246a961eaeebf1a136f05ff515b3542e5438a5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:37:48.915Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-26T19:37:48.915Z] . [Pipeline] withDockerContainer [2021-02-26T19:37:49.012Z] prd-centos7-docker-4c-2g-27871 does not seem to be running inside a container [2021-02-26T19:37:49.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/87 -v /w/workspace/app-service-configurable/87:/w/workspace/app-service-configurable/87:rw,z -v /w/workspace/app-service-configurable/87@tmp:/w/workspace/app-service-configurable/87@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-26T19:37:49.620Z] $ docker top 493dc3ab6468a458a1bb3a23e1c2e725db25169cddcb05f7b82b55e22b09ac96 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T19:37:50.134Z] + make test [2021-02-26T19:37:50.134Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-26T19:37:56.243Z] Removing intermediate container d27f20ea7e76 [2021-02-26T19:37:56.243Z] ---> 01c42f944678 [2021-02-26T19:37:56.243Z] Successfully built 01c42f944678 [2021-02-26T19:37:56.243Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:37:56.688Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T19:37:56.688Z] . [Pipeline] withDockerContainer [2021-02-26T19:37:56.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-27870 does not seem to be running inside a container [2021-02-26T19:37:57.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/87 -v /w/workspace/app-service-configurable/87:/w/workspace/app-service-configurable/87:rw,z -v /w/workspace/app-service-configurable/87@tmp:/w/workspace/app-service-configurable/87@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-26T19:37:58.581Z] $ docker top ee04d2dfa441a119801d4e8802332fe4d0cc37093677681c0b6d5eba1af83b30 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T19:37:59.583Z] + go version [2021-02-26T19:37:59.583Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-26T19:37:59.617Z] $ docker stop --time=1 ee04d2dfa441a119801d4e8802332fe4d0cc37093677681c0b6d5eba1af83b30 [2021-02-26T19:38:01.555Z] $ docker rm -f ee04d2dfa441a119801d4e8802332fe4d0cc37093677681c0b6d5eba1af83b30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:02.479Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-26T19:38:02.480Z] CGO_ENABLED=1 go vet ./... [2021-02-26T19:38:02.547Z] + docker inspect -f . ci-base-image-arm64 [2021-02-26T19:38:02.547Z] . [Pipeline] withDockerContainer [2021-02-26T19:38:02.816Z] prd-ubuntu18.04-docker-arm64-4c-16g-27870 does not seem to be running inside a container [2021-02-26T19:38:02.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/87 -v /w/workspace/app-service-configurable/87:/w/workspace/app-service-configurable/87:rw,z -v /w/workspace/app-service-configurable/87@tmp:/w/workspace/app-service-configurable/87@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-26T19:38:04.418Z] gofmt -l . [2021-02-26T19:38:04.418Z] [ "`gofmt -l .`" = "" ] [2021-02-26T19:38:04.418Z] ./bin/test-go-mod-tidy.sh [2021-02-26T19:38:04.427Z] $ docker top 9c26973b8fb895fdb352b1f8a68fa6dc9fbe94cc24dc1f274a9ae511e98aaff5 -eo pid,comm [2021-02-26T19:38:04.680Z] ./bin/test-attribution-txt.sh [Pipeline] { [Pipeline] sh [Pipeline] } [2021-02-26T19:38:04.957Z] $ docker stop --time=1 493dc3ab6468a458a1bb3a23e1c2e725db25169cddcb05f7b82b55e22b09ac96 [2021-02-26T19:38:05.477Z] + make test [2021-02-26T19:38:05.477Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-26T19:38:07.255Z] $ docker rm -f 493dc3ab6468a458a1bb3a23e1c2e725db25169cddcb05f7b82b55e22b09ac96 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T19:38:07.805Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-26T19:38:08.082Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-26T19:38:11.072Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-26T19:38:11.363Z] + ls -al . [2021-02-26T19:38:11.363Z] total 92 [2021-02-26T19:38:11.363Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 26 19:38 . [2021-02-26T19:38:11.363Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 26 19:36 .. [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 7174 Feb 26 19:36 Attribution.txt [2021-02-26T19:38:11.363Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 26 19:36 bin [2021-02-26T19:38:11.363Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 26 19:37 coverage.out [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 2032 Feb 26 19:36 Dockerfile [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 970 Feb 26 19:36 Dockerfile.build [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 119 Feb 26 19:36 .dockerignore [2021-02-26T19:38:11.363Z] drwxrwxr-x. 8 jenkins jenkins 162 Feb 26 19:36 .git [2021-02-26T19:38:11.363Z] drwxrwxr-x. 2 jenkins jenkins 81 Feb 26 19:36 .github [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 111 Feb 26 19:36 .gitignore [2021-02-26T19:38:11.363Z] -rw-r--r--. 1 jenkins jenkins 136 Feb 26 19:38 go.mod [2021-02-26T19:38:11.363Z] -rw-r--r--. 1 jenkins jenkins 21022 Feb 26 19:38 go.sum [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 687 Feb 26 19:36 Jenkinsfile [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 10174 Feb 26 19:36 LICENSE [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 1522 Feb 26 19:36 main.go [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 1582 Feb 26 19:36 makefile [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 1277 Feb 26 19:36 README.md [2021-02-26T19:38:11.363Z] drwxrwxr-x. 10 jenkins jenkins 173 Feb 26 19:36 res [2021-02-26T19:38:11.363Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 26 19:36 snap [2021-02-26T19:38:11.363Z] -rw-rw-r--. 1 jenkins jenkins 12 Feb 26 19:34 VERSION [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:11.662Z] + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=amd64 --label version=2.0.0-dev.19 . [2021-02-26T19:38:11.662Z] Sending build context to Docker daemon 128kB [2021-02-26T19:38:11.662Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T19:38:11.662Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-26T19:38:11.662Z] ---> 3034257acccd [2021-02-26T19:38:11.662Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-26T19:38:11.924Z] ---> Running in ca4f4c37b1b8 [2021-02-26T19:38:11.924Z] Removing intermediate container ca4f4c37b1b8 [2021-02-26T19:38:11.924Z] ---> d8afcc7b3b8c [2021-02-26T19:38:11.924Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-26T19:38:12.188Z] ---> Running in a73f1eeab0af [2021-02-26T19:38:12.188Z] Removing intermediate container a73f1eeab0af [2021-02-26T19:38:12.188Z] ---> fc4e178c0fb1 [2021-02-26T19:38:12.188Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T19:38:12.188Z] ---> Running in 36c7e0e50c7c [2021-02-26T19:38:12.448Z] Removing intermediate container 36c7e0e50c7c [2021-02-26T19:38:12.448Z] ---> 2fb85a84911e [2021-02-26T19:38:12.448Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T19:38:12.448Z] ---> Running in bfc82479d1bc [2021-02-26T19:38:13.391Z] Removing intermediate container bfc82479d1bc [2021-02-26T19:38:13.391Z] ---> 8987b3b969f2 [2021-02-26T19:38:13.391Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-26T19:38:13.391Z] ---> Running in 324f3704dbe6 [2021-02-26T19:38:13.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T19:38:14.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T19:38:15.174Z] OK: 167 MiB in 45 packages [2021-02-26T19:38:15.436Z] Removing intermediate container 324f3704dbe6 [2021-02-26T19:38:15.436Z] ---> e93ddd432991 [2021-02-26T19:38:15.436Z] Step 8/27 : WORKDIR /app [2021-02-26T19:38:15.698Z] ---> Running in 89ed95e03ab1 [2021-02-26T19:38:15.698Z] Removing intermediate container 89ed95e03ab1 [2021-02-26T19:38:15.698Z] ---> 9ba816240e3f [2021-02-26T19:38:15.698Z] Step 9/27 : COPY go.mod . [2021-02-26T19:38:15.959Z] ---> 91890b8acb1c [2021-02-26T19:38:15.959Z] Step 10/27 : RUN go mod download [2021-02-26T19:38:15.959Z] ---> Running in 770cf3068dff [2021-02-26T19:38:16.906Z] Removing intermediate container 770cf3068dff [2021-02-26T19:38:16.906Z] ---> fc23f3ccc486 [2021-02-26T19:38:16.906Z] Step 11/27 : COPY . . [2021-02-26T19:38:17.167Z] ---> 94ab0baff822 [2021-02-26T19:38:17.167Z] Step 12/27 : ARG MAKE="make build" [2021-02-26T19:38:17.167Z] ---> Running in db69fd89b12f [2021-02-26T19:38:17.431Z] Removing intermediate container db69fd89b12f [2021-02-26T19:38:17.431Z] ---> a87e3d5759f3 [2021-02-26T19:38:17.431Z] Step 13/27 : RUN $MAKE [2021-02-26T19:38:17.431Z] ---> Running in c87b6de9c2d7 [2021-02-26T19:38:18.379Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.19" -o app-service-configurable [2021-02-26T19:38:30.686Z] Removing intermediate container c87b6de9c2d7 [2021-02-26T19:38:30.686Z] ---> 4af1da5506db [2021-02-26T19:38:30.686Z] Step 14/27 : FROM alpine:3.12 [2021-02-26T19:38:30.686Z] 3.12: Pulling from library/alpine [2021-02-26T19:38:30.686Z] f84cab65f19f: Pulling fs layer [2021-02-26T19:38:30.686Z] f84cab65f19f: Download complete [2021-02-26T19:38:30.686Z] f84cab65f19f: Pull complete [2021-02-26T19:38:30.686Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T19:38:30.686Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T19:38:30.686Z] ---> 88dd2752d2ea [2021-02-26T19:38:30.686Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T19:38:30.686Z] ---> Running in ce1b960fa9ef [2021-02-26T19:38:30.947Z] Removing intermediate container ce1b960fa9ef [2021-02-26T19:38:30.947Z] ---> 76a015a9c35e [2021-02-26T19:38:30.947Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-26T19:38:30.947Z] ---> Running in 5f56086b26a1 [2021-02-26T19:38:31.208Z] Removing intermediate container 5f56086b26a1 [2021-02-26T19:38:31.208Z] ---> b299953320a1 [2021-02-26T19:38:31.208Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-26T19:38:31.208Z] ---> Running in 49d418b9e641 [2021-02-26T19:38:31.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-26T19:38:31.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-26T19:38:31.732Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-26T19:38:31.732Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-26T19:38:31.732Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-26T19:38:31.732Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-26T19:38:31.732Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-26T19:38:31.992Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-26T19:38:31.992Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-26T19:38:31.992Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T19:38:31.992Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T19:38:31.992Z] OK: 9 MiB in 21 packages [2021-02-26T19:38:32.936Z] Removing intermediate container 49d418b9e641 [2021-02-26T19:38:32.936Z] ---> 3707a93b196e [2021-02-26T19:38:32.936Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-26T19:38:33.196Z] ---> 65b62bb0e929 [2021-02-26T19:38:33.196Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-26T19:38:33.457Z] ---> e14d0354e29b [2021-02-26T19:38:33.457Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-26T19:38:33.457Z] ---> 241d30f8c0e1 [2021-02-26T19:38:33.457Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-26T19:38:34.031Z] ---> 32657cc40a05 [2021-02-26T19:38:34.031Z] Step 22/27 : EXPOSE 48095 [2021-02-26T19:38:34.292Z] ---> Running in 5c67d82c5371 [2021-02-26T19:38:34.292Z] Removing intermediate container 5c67d82c5371 [2021-02-26T19:38:34.292Z] ---> 45d8506308f7 [2021-02-26T19:38:34.292Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-26T19:38:34.292Z] ---> Running in a81f52a5d9fb [2021-02-26T19:38:34.560Z] Removing intermediate container a81f52a5d9fb [2021-02-26T19:38:34.560Z] ---> 374a22795b7a [2021-02-26T19:38:34.560Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T19:38:34.560Z] ---> Running in 2f432b357c81 [2021-02-26T19:38:34.825Z] Removing intermediate container 2f432b357c81 [2021-02-26T19:38:34.825Z] ---> 862a7aaa01f2 [2021-02-26T19:38:34.825Z] Step 25/27 : LABEL arch=amd64 [2021-02-26T19:38:34.825Z] ---> Running in f979d0dc22e1 [2021-02-26T19:38:35.087Z] Removing intermediate container f979d0dc22e1 [2021-02-26T19:38:35.087Z] ---> 44100881c675 [2021-02-26T19:38:35.087Z] Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:38:35.087Z] ---> Running in 46488d8fd0d4 [2021-02-26T19:38:35.351Z] Removing intermediate container 46488d8fd0d4 [2021-02-26T19:38:35.351Z] ---> dea3d04ab897 [2021-02-26T19:38:35.351Z] Step 27/27 : LABEL version=2.0.0-dev.19 [2021-02-26T19:38:35.351Z] ---> Running in 513bc91dcfcb [2021-02-26T19:38:35.612Z] Removing intermediate container 513bc91dcfcb [2021-02-26T19:38:35.612Z] ---> a75d718dab82 [2021-02-26T19:38:35.612Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-26T19:38:35.612Z] Successfully built a75d718dab82 [2021-02-26T19:38:35.612Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T19:38:36.034Z] provisioning config files... [2021-02-26T19:38:36.063Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/87@tmp/config4608420229138715091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:38:36.500Z] ---> docker-login.sh [2021-02-26T19:38:36.500Z] nexus3.edgexfoundry.org:10001 [2021-02-26T19:38:36.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:38:36.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:38:36.500Z] Configure a credential helper to remove this warning. See [2021-02-26T19:38:36.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:38:36.500Z] [2021-02-26T19:38:36.500Z] Login Succeeded [2021-02-26T19:38:36.500Z] nexus3.edgexfoundry.org:10002 [2021-02-26T19:38:36.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:38:36.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:38:36.761Z] Configure a credential helper to remove this warning. See [2021-02-26T19:38:36.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:38:36.761Z] [2021-02-26T19:38:36.761Z] Login Succeeded [2021-02-26T19:38:36.761Z] nexus3.edgexfoundry.org:10003 [2021-02-26T19:38:37.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:38:37.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:38:37.024Z] Configure a credential helper to remove this warning. See [2021-02-26T19:38:37.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:38:37.024Z] [2021-02-26T19:38:37.024Z] Login Succeeded [2021-02-26T19:38:37.024Z] nexus3.edgexfoundry.org:10004 [2021-02-26T19:38:37.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:38:37.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:38:37.285Z] Configure a credential helper to remove this warning. See [2021-02-26T19:38:37.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:38:37.285Z] [2021-02-26T19:38:37.285Z] Login Succeeded [2021-02-26T19:38:37.285Z] docker.io [2021-02-26T19:38:37.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:38:37.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:38:37.548Z] Configure a credential helper to remove this warning. See [2021-02-26T19:38:37.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:38:37.548Z] [2021-02-26T19:38:37.548Z] Login Succeeded [2021-02-26T19:38:37.548Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T19:38:37.561Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T19:38:37.773Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-02-26T19:38:37.773Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:38:37.774Z] latest [2021-02-26T19:38:37.774Z] 2.0.0-dev.19 [2021-02-26T19:38:37.774Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [2021-02-26T19:38:37.774Z] master [2021-02-26T19:38:37.774Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:38.304Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:38.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:38:38.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T19:38:38.603Z] 6736c550bea5: Preparing [2021-02-26T19:38:38.603Z] 2af6064d3678: Preparing [2021-02-26T19:38:38.603Z] fddb0c850fbb: Preparing [2021-02-26T19:38:38.603Z] d5062caec10d: Preparing [2021-02-26T19:38:38.603Z] 321139ced5aa: Preparing [2021-02-26T19:38:38.604Z] 33e8713114f8: Preparing [2021-02-26T19:38:38.604Z] 33e8713114f8: Waiting [2021-02-26T19:38:39.178Z] fddb0c850fbb: Pushed [2021-02-26T19:38:39.178Z] 33e8713114f8: Layer already exists [2021-02-26T19:38:39.178Z] 321139ced5aa: Pushed [2021-02-26T19:38:39.178Z] 2af6064d3678: Pushed [2021-02-26T19:38:39.178Z] d5062caec10d: Pushed [2021-02-26T19:38:40.133Z] 6736c550bea5: Pushed [2021-02-26T19:38:40.394Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:5b41ad411a11adc382fd4b70c43dcff904f9afdcae37cdddc6b85c93c399137e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:40.698Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:40.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-26T19:38:40.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T19:38:40.991Z] 6736c550bea5: Preparing [2021-02-26T19:38:40.991Z] 2af6064d3678: Preparing [2021-02-26T19:38:40.991Z] fddb0c850fbb: Preparing [2021-02-26T19:38:40.991Z] d5062caec10d: Preparing [2021-02-26T19:38:40.991Z] 321139ced5aa: Preparing [2021-02-26T19:38:40.991Z] 33e8713114f8: Preparing [2021-02-26T19:38:40.991Z] 33e8713114f8: Waiting [2021-02-26T19:38:40.991Z] 321139ced5aa: Layer already exists [2021-02-26T19:38:40.991Z] 6736c550bea5: Layer already exists [2021-02-26T19:38:40.991Z] 2af6064d3678: Layer already exists [2021-02-26T19:38:40.991Z] d5062caec10d: Layer already exists [2021-02-26T19:38:40.991Z] fddb0c850fbb: Layer already exists [2021-02-26T19:38:40.991Z] 33e8713114f8: Layer already exists [2021-02-26T19:38:40.991Z] latest: digest: sha256:5b41ad411a11adc382fd4b70c43dcff904f9afdcae37cdddc6b85c93c399137e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:41.294Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:41.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.19 [2021-02-26T19:38:41.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T19:38:41.590Z] 6736c550bea5: Preparing [2021-02-26T19:38:41.590Z] 2af6064d3678: Preparing [2021-02-26T19:38:41.590Z] fddb0c850fbb: Preparing [2021-02-26T19:38:41.590Z] d5062caec10d: Preparing [2021-02-26T19:38:41.590Z] 321139ced5aa: Preparing [2021-02-26T19:38:41.590Z] 33e8713114f8: Preparing [2021-02-26T19:38:41.590Z] 33e8713114f8: Waiting [2021-02-26T19:38:41.590Z] d5062caec10d: Layer already exists [2021-02-26T19:38:41.590Z] 6736c550bea5: Layer already exists [2021-02-26T19:38:41.590Z] 321139ced5aa: Layer already exists [2021-02-26T19:38:41.590Z] 2af6064d3678: Layer already exists [2021-02-26T19:38:41.590Z] fddb0c850fbb: Layer already exists [2021-02-26T19:38:41.590Z] 33e8713114f8: Layer already exists [2021-02-26T19:38:41.590Z] 2.0.0-dev.19: digest: sha256:5b41ad411a11adc382fd4b70c43dcff904f9afdcae37cdddc6b85c93c399137e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:41.891Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:42.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [2021-02-26T19:38:42.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T19:38:42.196Z] 6736c550bea5: Preparing [2021-02-26T19:38:42.196Z] 2af6064d3678: Preparing [2021-02-26T19:38:42.196Z] fddb0c850fbb: Preparing [2021-02-26T19:38:42.196Z] d5062caec10d: Preparing [2021-02-26T19:38:42.196Z] 321139ced5aa: Preparing [2021-02-26T19:38:42.196Z] 33e8713114f8: Preparing [2021-02-26T19:38:42.196Z] 33e8713114f8: Waiting [2021-02-26T19:38:42.196Z] fddb0c850fbb: Layer already exists [2021-02-26T19:38:42.196Z] 6736c550bea5: Layer already exists [2021-02-26T19:38:42.196Z] 2af6064d3678: Layer already exists [2021-02-26T19:38:42.196Z] 321139ced5aa: Layer already exists [2021-02-26T19:38:42.196Z] d5062caec10d: Layer already exists [2021-02-26T19:38:42.196Z] 33e8713114f8: Layer already exists [2021-02-26T19:38:42.196Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19: digest: sha256:5b41ad411a11adc382fd4b70c43dcff904f9afdcae37cdddc6b85c93c399137e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:42.499Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:42.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-02-26T19:38:42.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-02-26T19:38:42.793Z] 6736c550bea5: Preparing [2021-02-26T19:38:42.793Z] 2af6064d3678: Preparing [2021-02-26T19:38:42.793Z] fddb0c850fbb: Preparing [2021-02-26T19:38:42.793Z] d5062caec10d: Preparing [2021-02-26T19:38:42.793Z] 321139ced5aa: Preparing [2021-02-26T19:38:42.793Z] 33e8713114f8: Preparing [2021-02-26T19:38:42.793Z] 33e8713114f8: Waiting [2021-02-26T19:38:42.793Z] 6736c550bea5: Layer already exists [2021-02-26T19:38:42.793Z] 2af6064d3678: Layer already exists [2021-02-26T19:38:42.793Z] 321139ced5aa: Layer already exists [2021-02-26T19:38:42.793Z] fddb0c850fbb: Layer already exists [2021-02-26T19:38:42.793Z] d5062caec10d: Layer already exists [2021-02-26T19:38:42.793Z] 33e8713114f8: Layer already exists [2021-02-26T19:38:42.793Z] master: digest: sha256:5b41ad411a11adc382fd4b70c43dcff904f9afdcae37cdddc6b85c93c399137e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T19:38:42.987Z] ===================================================== [Pipeline] echo [2021-02-26T19:38:43.060Z] taggedImages: [2021-02-26T19:38:43.060Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:38:43.060Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-02-26T19:38:43.060Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.19 [2021-02-26T19:38:43.060Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [2021-02-26T19:38:43.060Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:38:43.875Z] ---> job-cost.sh [2021-02-26T19:38:43.875Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EX0J [2021-02-26T19:38:44.581Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-02-26T19:38:44.581Z] CGO_ENABLED=1 go vet ./... [2021-02-26T19:38:52.897Z] gofmt -l . [2021-02-26T19:38:52.897Z] [ "`gofmt -l .`" = "" ] [2021-02-26T19:38:52.897Z] ./bin/test-go-mod-tidy.sh [2021-02-26T19:38:52.897Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-02-26T19:38:53.530Z] $ docker stop --time=1 9c26973b8fb895fdb352b1f8a68fa6dc9fbe94cc24dc1f274a9ae511e98aaff5 [2021-02-26T19:38:55.806Z] $ docker rm -f 9c26973b8fb895fdb352b1f8a68fa6dc9fbe94cc24dc1f274a9ae511e98aaff5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-26T19:38:56.700Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-26T19:38:56.764Z] Warning: overwriting stash ‘coverage-report’ [2021-02-26T19:38:57.463Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-26T19:38:58.193Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-26T19:38:58.579Z] + ls -al . [2021-02-26T19:38:58.579Z] total 116 [2021-02-26T19:38:58.579Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 26 19:38 . [2021-02-26T19:38:58.579Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 19:36 .. [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 119 Feb 26 19:36 .dockerignore [2021-02-26T19:38:58.579Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 26 19:36 .git [2021-02-26T19:38:58.579Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 19:36 .github [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 111 Feb 26 19:36 .gitignore [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 7174 Feb 26 19:36 Attribution.txt [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 2032 Feb 26 19:36 Dockerfile [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 970 Feb 26 19:36 Dockerfile.build [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 687 Feb 26 19:36 Jenkinsfile [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 10174 Feb 26 19:36 LICENSE [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 1277 Feb 26 19:36 README.md [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 26 19:34 VERSION [2021-02-26T19:38:58.579Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 26 19:36 bin [2021-02-26T19:38:58.579Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 26 19:38 coverage.out [2021-02-26T19:38:58.579Z] -rw-r--r-- 1 jenkins jenkins 136 Feb 26 19:38 go.mod [2021-02-26T19:38:58.579Z] -rw-r--r-- 1 jenkins jenkins 21022 Feb 26 19:38 go.sum [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 1522 Feb 26 19:36 main.go [2021-02-26T19:38:58.579Z] -rw-rw-r-- 1 jenkins jenkins 1582 Feb 26 19:36 makefile [2021-02-26T19:38:58.579Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 26 19:36 res [2021-02-26T19:38:58.579Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 26 19:36 snap [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:38:58.799Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T19:38:58.927Z] + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=arm64 --label version=2.0.0-dev.19 . [2021-02-26T19:38:58.927Z] Sending build context to Docker daemon 128kB [2021-02-26T19:38:59.200Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-02-26T19:38:59.200Z] Step 2/27 : FROM ${BASE} AS builder [2021-02-26T19:38:59.200Z] ---> 01c42f944678 [2021-02-26T19:38:59.200Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-02-26T19:38:59.474Z] ---> Running in 8bd20443a07a [2021-02-26T19:39:00.069Z] Removing intermediate container 8bd20443a07a [2021-02-26T19:39:00.069Z] ---> 38057d330c8e [2021-02-26T19:39:00.069Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-02-26T19:39:00.069Z] ---> Running in be419b031624 [2021-02-26T19:39:00.665Z] Removing intermediate container be419b031624 [2021-02-26T19:39:00.665Z] ---> 1cef24e9672f [2021-02-26T19:39:00.665Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T19:39:00.665Z] ---> Running in 4b9c70a0ed37 [2021-02-26T19:39:01.260Z] Removing intermediate container 4b9c70a0ed37 [2021-02-26T19:39:01.260Z] ---> 0fc8463d306f [2021-02-26T19:39:01.260Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-26T19:39:01.260Z] ---> Running in 57bac99a4741 [2021-02-26T19:39:03.876Z] Removing intermediate container 57bac99a4741 [2021-02-26T19:39:03.877Z] ---> 9a8ecdec446d [2021-02-26T19:39:03.877Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-26T19:39:03.877Z] ---> Running in c43913cea22c [2021-02-26T19:39:04.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T19:39:05.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T19:39:06.425Z] OK: 144 MiB in 45 packages [2021-02-26T19:39:07.874Z] Removing intermediate container c43913cea22c [2021-02-26T19:39:07.874Z] ---> ec933d75288c [2021-02-26T19:39:07.874Z] Step 8/27 : WORKDIR /app [2021-02-26T19:39:07.874Z] ---> Running in 49b61df88dac [2021-02-26T19:39:08.154Z] Removing intermediate container 49b61df88dac [2021-02-26T19:39:08.154Z] ---> 67b9e1a3a9c3 [2021-02-26T19:39:08.154Z] Step 9/27 : COPY go.mod . [2021-02-26T19:39:09.134Z] ---> 02d02b10af6e [2021-02-26T19:39:09.134Z] Step 10/27 : RUN go mod download [2021-02-26T19:39:09.134Z] ---> Running in 29330fa3c424 [2021-02-26T19:39:11.112Z] Removing intermediate container 29330fa3c424 [2021-02-26T19:39:11.113Z] ---> a3085ac055e0 [2021-02-26T19:39:11.113Z] Step 11/27 : COPY . . [2021-02-26T19:39:12.092Z] ---> 1724f8189386 [2021-02-26T19:39:12.093Z] Step 12/27 : ARG MAKE="make build" [2021-02-26T19:39:12.093Z] ---> Running in f8f0ba5ac698 [2021-02-26T19:39:12.689Z] Removing intermediate container f8f0ba5ac698 [2021-02-26T19:39:12.689Z] ---> 01bc2b2b7aa9 [2021-02-26T19:39:12.689Z] Step 13/27 : RUN $MAKE [2021-02-26T19:39:12.689Z] ---> Running in 347b6aae77d4 [2021-02-26T19:39:13.671Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.19" -o app-service-configurable [2021-02-26T19:39:25.405Z] lf-activate-venv(): INFO: Adding /tmp/venv-EX0J/bin to PATH [2021-02-26T19:39:25.405Z] INFO: No Stack... [2021-02-26T19:39:25.405Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T19:39:25.666Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T19:39:25.969Z] + cat /w/workspace/app-service-configurable/87/archives/cost.csv [2021-02-26T19:39:25.969Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T19:39:26.169Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] [2021-02-26T19:39:26.179Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] did not exist. Created. [2021-02-26T19:39:26.179Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T19:39:26.597Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-02-26T19:39:26.713Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T19:39:26.731Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-26T19:39:52.708Z] Removing intermediate container 347b6aae77d4 [2021-02-26T19:39:52.708Z] ---> 3b2e81183f34 [2021-02-26T19:39:52.708Z] Step 14/27 : FROM alpine:3.12 [2021-02-26T19:39:52.708Z] 3.12: Pulling from library/alpine [2021-02-26T19:39:52.708Z] dce8679b510e: Pulling fs layer [2021-02-26T19:39:52.708Z] dce8679b510e: Verifying Checksum [2021-02-26T19:39:52.708Z] dce8679b510e: Download complete [2021-02-26T19:39:52.708Z] dce8679b510e: Pull complete [2021-02-26T19:39:52.708Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-26T19:39:52.708Z] Status: Downloaded newer image for alpine:3.12 [2021-02-26T19:39:52.708Z] ---> d10569e2745f [2021-02-26T19:39:52.708Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-02-26T19:39:52.708Z] ---> Running in 3837753bb37b [2021-02-26T19:39:52.708Z] Removing intermediate container 3837753bb37b [2021-02-26T19:39:52.708Z] ---> eda840381f71 [2021-02-26T19:39:52.708Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-02-26T19:39:52.708Z] ---> Running in 861a158a16ef [2021-02-26T19:39:52.708Z] Removing intermediate container 861a158a16ef [2021-02-26T19:39:52.708Z] ---> 2d85ed42b733 [2021-02-26T19:39:52.708Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-02-26T19:39:52.708Z] ---> Running in 31f7c850b6e4 [2021-02-26T19:39:52.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-26T19:39:52.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-26T19:39:52.708Z] (1/7) Installing ca-certificates (20191127-r4) [2021-02-26T19:39:52.982Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-02-26T19:39:52.982Z] (3/7) Installing libgcc (9.3.0-r2) [2021-02-26T19:39:52.982Z] (4/7) Installing libsodium (1.0.18-r0) [2021-02-26T19:39:52.982Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-02-26T19:39:52.982Z] (6/7) Installing libzmq (4.3.3-r0) [2021-02-26T19:39:52.982Z] (7/7) Installing zeromq (4.3.3-r0) [2021-02-26T19:39:52.982Z] Executing busybox-1.31.1-r19.trigger [2021-02-26T19:39:52.982Z] Executing ca-certificates-20191127-r4.trigger [2021-02-26T19:39:53.255Z] OK: 9 MiB in 21 packages [2021-02-26T19:39:55.233Z] Removing intermediate container 31f7c850b6e4 [2021-02-26T19:39:55.233Z] ---> 5d92ccefacaf [2021-02-26T19:39:55.233Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-02-26T19:39:55.826Z] ---> 46328b386f05 [2021-02-26T19:39:55.826Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-02-26T19:39:56.420Z] ---> e05683d135ae [2021-02-26T19:39:56.420Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-02-26T19:39:57.396Z] ---> b1209a5ee5a5 [2021-02-26T19:39:57.396Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-02-26T19:39:58.829Z] ---> 789d441fee86 [2021-02-26T19:39:58.829Z] Step 22/27 : EXPOSE 48095 [2021-02-26T19:39:58.829Z] ---> Running in 114b6fe42467 [2021-02-26T19:39:59.112Z] Removing intermediate container 114b6fe42467 [2021-02-26T19:39:59.112Z] ---> b02071b72630 [2021-02-26T19:39:59.112Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-02-26T19:39:59.385Z] ---> Running in b12f06e530e2 [2021-02-26T19:39:59.658Z] Removing intermediate container b12f06e530e2 [2021-02-26T19:39:59.658Z] ---> 96fc37dad4d5 [2021-02-26T19:39:59.658Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-26T19:39:59.932Z] ---> Running in 93f6cc66a1a3 [2021-02-26T19:40:00.524Z] Removing intermediate container 93f6cc66a1a3 [2021-02-26T19:40:00.524Z] ---> ea7285cb0e54 [2021-02-26T19:40:00.524Z] Step 25/27 : LABEL arch=arm64 [2021-02-26T19:40:00.524Z] ---> Running in 122328b4571d [2021-02-26T19:40:00.797Z] Removing intermediate container 122328b4571d [2021-02-26T19:40:00.797Z] ---> b98819dcf05c [2021-02-26T19:40:00.797Z] Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:40:01.071Z] ---> Running in 9be8872d50f3 [2021-02-26T19:40:01.344Z] Removing intermediate container 9be8872d50f3 [2021-02-26T19:40:01.344Z] ---> 6aef8f77dbae [2021-02-26T19:40:01.344Z] Step 27/27 : LABEL version=2.0.0-dev.19 [2021-02-26T19:40:01.619Z] ---> Running in aa6dacd8e22c [2021-02-26T19:40:01.893Z] Removing intermediate container aa6dacd8e22c [2021-02-26T19:40:01.893Z] ---> 2883a20fbe54 [2021-02-26T19:40:01.893Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-26T19:40:02.165Z] Successfully built 2883a20fbe54 [2021-02-26T19:40:02.165Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-26T19:40:02.652Z] provisioning config files... [2021-02-26T19:40:02.693Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/87@tmp/config2605931557462881341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:40:03.093Z] ---> docker-login.sh [2021-02-26T19:40:03.093Z] nexus3.edgexfoundry.org:10001 [2021-02-26T19:40:03.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:40:03.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:40:03.638Z] Configure a credential helper to remove this warning. See [2021-02-26T19:40:03.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:40:03.638Z] [2021-02-26T19:40:03.638Z] Login Succeeded [2021-02-26T19:40:03.638Z] nexus3.edgexfoundry.org:10002 [2021-02-26T19:40:03.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:40:03.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:40:03.909Z] Configure a credential helper to remove this warning. See [2021-02-26T19:40:03.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:40:03.909Z] [2021-02-26T19:40:03.909Z] Login Succeeded [2021-02-26T19:40:03.909Z] nexus3.edgexfoundry.org:10003 [2021-02-26T19:40:04.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:40:04.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:40:04.501Z] Configure a credential helper to remove this warning. See [2021-02-26T19:40:04.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:40:04.501Z] [2021-02-26T19:40:04.501Z] Login Succeeded [2021-02-26T19:40:04.501Z] nexus3.edgexfoundry.org:10004 [2021-02-26T19:40:04.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:40:05.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:40:05.043Z] Configure a credential helper to remove this warning. See [2021-02-26T19:40:05.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:40:05.043Z] [2021-02-26T19:40:05.043Z] Login Succeeded [2021-02-26T19:40:05.043Z] docker.io [2021-02-26T19:40:05.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-26T19:40:05.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-26T19:40:05.592Z] Configure a credential helper to remove this warning. See [2021-02-26T19:40:05.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-26T19:40:05.592Z] [2021-02-26T19:40:05.592Z] Login Succeeded [2021-02-26T19:40:05.592Z] ---> docker-login.sh ends [Pipeline] } [2021-02-26T19:40:05.608Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T19:40:05.818Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-02-26T19:40:05.818Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:40:05.818Z] latest [2021-02-26T19:40:05.818Z] 2.0.0-dev.19 [2021-02-26T19:40:05.818Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [2021-02-26T19:40:05.818Z] master [2021-02-26T19:40:05.818Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:06.418Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:06.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:40:06.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T19:40:06.754Z] 0d30635a4243: Preparing [2021-02-26T19:40:06.754Z] 0a1b9e5285a9: Preparing [2021-02-26T19:40:06.754Z] 26190582385d: Preparing [2021-02-26T19:40:06.754Z] b911bef3d735: Preparing [2021-02-26T19:40:06.754Z] d42b304ef0c9: Preparing [2021-02-26T19:40:06.754Z] 02a88cfff88f: Preparing [2021-02-26T19:40:06.754Z] 02a88cfff88f: Waiting [2021-02-26T19:40:07.351Z] b911bef3d735: Pushed [2021-02-26T19:40:07.351Z] 02a88cfff88f: Layer already exists [2021-02-26T19:40:07.351Z] 26190582385d: Pushed [2021-02-26T19:40:07.351Z] 0a1b9e5285a9: Pushed [2021-02-26T19:40:07.944Z] d42b304ef0c9: Pushed [2021-02-26T19:40:10.548Z] 0d30635a4243: Pushed [2021-02-26T19:40:10.548Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:03cb28571fb8c431a9cbbe5b11e72d89b4172fc7095cd6094467b1f0e307b868 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:10.891Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:11.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-26T19:40:11.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T19:40:11.228Z] 0d30635a4243: Preparing [2021-02-26T19:40:11.228Z] 0a1b9e5285a9: Preparing [2021-02-26T19:40:11.228Z] 26190582385d: Preparing [2021-02-26T19:40:11.228Z] b911bef3d735: Preparing [2021-02-26T19:40:11.228Z] d42b304ef0c9: Preparing [2021-02-26T19:40:11.228Z] 02a88cfff88f: Preparing [2021-02-26T19:40:11.228Z] 02a88cfff88f: Waiting [2021-02-26T19:40:11.228Z] d42b304ef0c9: Layer already exists [2021-02-26T19:40:11.228Z] b911bef3d735: Layer already exists [2021-02-26T19:40:11.500Z] 0a1b9e5285a9: Layer already exists [2021-02-26T19:40:11.500Z] 26190582385d: Layer already exists [2021-02-26T19:40:11.500Z] 0d30635a4243: Layer already exists [2021-02-26T19:40:11.500Z] 02a88cfff88f: Layer already exists [2021-02-26T19:40:11.500Z] latest: digest: sha256:03cb28571fb8c431a9cbbe5b11e72d89b4172fc7095cd6094467b1f0e307b868 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:11.854Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:12.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.19 [2021-02-26T19:40:12.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T19:40:12.188Z] 0d30635a4243: Preparing [2021-02-26T19:40:12.188Z] 0a1b9e5285a9: Preparing [2021-02-26T19:40:12.188Z] 26190582385d: Preparing [2021-02-26T19:40:12.188Z] b911bef3d735: Preparing [2021-02-26T19:40:12.188Z] d42b304ef0c9: Preparing [2021-02-26T19:40:12.188Z] 02a88cfff88f: Preparing [2021-02-26T19:40:12.188Z] 02a88cfff88f: Waiting [2021-02-26T19:40:12.459Z] d42b304ef0c9: Layer already exists [2021-02-26T19:40:12.459Z] b911bef3d735: Layer already exists [2021-02-26T19:40:12.459Z] 0a1b9e5285a9: Layer already exists [2021-02-26T19:40:12.459Z] 0d30635a4243: Layer already exists [2021-02-26T19:40:12.459Z] 26190582385d: Layer already exists [2021-02-26T19:40:12.459Z] 02a88cfff88f: Layer already exists [2021-02-26T19:40:12.459Z] 2.0.0-dev.19: digest: sha256:03cb28571fb8c431a9cbbe5b11e72d89b4172fc7095cd6094467b1f0e307b868 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:12.801Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:13.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [2021-02-26T19:40:13.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T19:40:13.138Z] 0d30635a4243: Preparing [2021-02-26T19:40:13.138Z] 0a1b9e5285a9: Preparing [2021-02-26T19:40:13.138Z] 26190582385d: Preparing [2021-02-26T19:40:13.138Z] b911bef3d735: Preparing [2021-02-26T19:40:13.138Z] d42b304ef0c9: Preparing [2021-02-26T19:40:13.138Z] 02a88cfff88f: Preparing [2021-02-26T19:40:13.138Z] 02a88cfff88f: Waiting [2021-02-26T19:40:13.409Z] b911bef3d735: Layer already exists [2021-02-26T19:40:13.409Z] 26190582385d: Layer already exists [2021-02-26T19:40:13.409Z] d42b304ef0c9: Layer already exists [2021-02-26T19:40:13.409Z] 0a1b9e5285a9: Layer already exists [2021-02-26T19:40:13.409Z] 0d30635a4243: Layer already exists [2021-02-26T19:40:13.409Z] 02a88cfff88f: Layer already exists [2021-02-26T19:40:13.409Z] 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19: digest: sha256:03cb28571fb8c431a9cbbe5b11e72d89b4172fc7095cd6094467b1f0e307b868 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:13.754Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:40:14.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-02-26T19:40:14.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-02-26T19:40:14.091Z] 0d30635a4243: Preparing [2021-02-26T19:40:14.091Z] 0a1b9e5285a9: Preparing [2021-02-26T19:40:14.091Z] 26190582385d: Preparing [2021-02-26T19:40:14.091Z] b911bef3d735: Preparing [2021-02-26T19:40:14.091Z] d42b304ef0c9: Preparing [2021-02-26T19:40:14.091Z] 02a88cfff88f: Preparing [2021-02-26T19:40:14.091Z] 02a88cfff88f: Waiting [2021-02-26T19:40:14.362Z] b911bef3d735: Layer already exists [2021-02-26T19:40:14.362Z] 0d30635a4243: Layer already exists [2021-02-26T19:40:14.362Z] d42b304ef0c9: Layer already exists [2021-02-26T19:40:14.362Z] 26190582385d: Layer already exists [2021-02-26T19:40:14.362Z] 0a1b9e5285a9: Layer already exists [2021-02-26T19:40:14.362Z] 02a88cfff88f: Layer already exists [2021-02-26T19:40:14.362Z] master: digest: sha256:03cb28571fb8c431a9cbbe5b11e72d89b4172fc7095cd6094467b1f0e307b868 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-26T19:40:14.574Z] ===================================================== [Pipeline] echo [2021-02-26T19:40:14.651Z] taggedImages: [2021-02-26T19:40:14.651Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [2021-02-26T19:40:14.651Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-02-26T19:40:14.651Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.19 [2021-02-26T19:40:14.651Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.19 [2021-02-26T19:40:14.651Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:40:15.177Z] ---> job-cost.sh [2021-02-26T19:40:15.177Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ynDu [2021-02-26T19:40:54.124Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-26T19:43:00.924Z] lf-activate-venv(): INFO: Adding /tmp/venv-ynDu/bin to PATH [2021-02-26T19:43:00.924Z] INFO: No Stack... [2021-02-26T19:43:00.924Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-26T19:43:00.924Z] INFO: Archiving Costs [Pipeline] sh [2021-02-26T19:43:01.286Z] + cat /w/workspace/app-service-configurable/87/archives/cost.csv [2021-02-26T19:43:01.286Z] + cut -d, -f6 [Pipeline] lock [2021-02-26T19:43:01.617Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] [2021-02-26T19:43:01.629Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] did not exist. Created. [2021-02-26T19:43:01.629Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T19:43:02.090Z] /w/workspace/app-service-configurable/87@tmp/durable-e623c75d/script.sh: 1: /w/workspace/app-service-configurable/87@tmp/durable-e623c75d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-02-26T19:43:02.504Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-26T19:43:02.530Z] Warning: overwriting stash ‘stack-cost’ [2021-02-26T19:43:02.748Z] Stashed 1 file(s) [Pipeline] } [2021-02-26T19:43:02.788Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-87-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-26T19:43:03.900Z] provisioning config files... [2021-02-26T19:43:03.954Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2460717886961540446tmp [Pipeline] { [Pipeline] sh [2021-02-26T19:43:04.438Z] + set +x [2021-02-26T19:43:04.438Z] + bash -s -- [2021-02-26T19:43:04.438Z] + curl -s https://codecov.io/bash [2021-02-26T19:43:04.745Z] [2021-02-26T19:43:04.745Z] _____ _ [2021-02-26T19:43:04.745Z] / ____| | | [2021-02-26T19:43:04.745Z] | | ___ __| | ___ ___ _____ __ [2021-02-26T19:43:04.745Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-26T19:43:04.745Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-26T19:43:04.745Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-26T19:43:04.745Z] Bash-20210226-7100762 [2021-02-26T19:43:04.745Z] [2021-02-26T19:43:04.745Z] [2021-02-26T19:43:04.745Z] ==> git version 2.24.3 found [2021-02-26T19:43:04.745Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-26T19:43:04.745Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-26T19:43:04.745Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-26T19:43:05.158Z] ==> Jenkins CI detected. [2021-02-26T19:43:05.158Z] project root: . [2021-02-26T19:43:05.158Z] --> token set from env [2021-02-26T19:43:05.158Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-26T19:43:05.489Z] ==> Running gcov in . (disable via -X gcov) [2021-02-26T19:43:05.489Z] ==> Python coveragepy not found [2021-02-26T19:43:05.489Z] ==> Searching for coverage reports in: [2021-02-26T19:43:05.489Z] + . [2021-02-26T19:43:05.489Z] -> Found 1 reports [2021-02-26T19:43:05.489Z] ==> Detecting git/mercurial file structure [2021-02-26T19:43:05.489Z] ==> Reading reports [2021-02-26T19:43:05.489Z] + ./coverage.out bytes=10 [2021-02-26T19:43:05.489Z] ==> Appending adjustments [2021-02-26T19:43:05.489Z] https://docs.codecov.io/docs/fixing-reports [2021-02-26T19:43:05.489Z] + Found adjustments [2021-02-26T19:43:05.861Z] ==> Gzipping contents [2021-02-26T19:43:05.861Z] 4.0K /tmp/codecov.hNAskd.gz [2021-02-26T19:43:05.861Z] ==> Uploading reports [2021-02-26T19:43:05.861Z] url: https://codecov.io [2021-02-26T19:43:05.861Z] query: branch=master&commit=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T19:43:05.861Z] -> Pinging Codecov [2021-02-26T19:43:05.861Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2&build=87&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F87%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-26T19:43:06.183Z] -> Uploading to [2021-02-26T19:43:06.183Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-26/A97CA9966030D2A3747ED39772930CCE/6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2/d1a05f41-0bdc-407b-979c-e6d9f63e66d3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210226%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210226T194306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8023a837fde840017b0eec574ec48a5886338c52809cda02c5c5b95222863465 [2021-02-26T19:43:06.183Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-26T19:43:06.183Z] Dload Upload Total Spent Left Speed [2021-02-26T19:43:06.776Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 392 0 0 100 392 0 616 --:--:-- --:--:-- --:--:-- 616 [2021-02-26T19:43:06.776Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] } [2021-02-26T19:43:06.793Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-26T19:43:07.650Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-26T19:43:07.709Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:43:08.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T19:43:09.121Z] [2021-02-26T19:43:09.121Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:43:09.732Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T19:43:10.470Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-26T19:43:10.470Z] 188c0c94c7c5: Pulling fs layer [2021-02-26T19:43:10.470Z] 0ef7d3d256c8: Pulling fs layer [2021-02-26T19:43:10.470Z] de9db76c5a1d: Pulling fs layer [2021-02-26T19:43:10.470Z] 0eba1c9be4d2: Pulling fs layer [2021-02-26T19:43:10.470Z] 0d57e429df01: Pulling fs layer [2021-02-26T19:43:10.470Z] 4e4be7b47b0d: Pulling fs layer [2021-02-26T19:43:10.470Z] e1f770b5df2f: Pulling fs layer [2021-02-26T19:43:10.470Z] 85a0685a4137: Pulling fs layer [2021-02-26T19:43:10.470Z] 0d57e429df01: Waiting [2021-02-26T19:43:10.470Z] 4e4be7b47b0d: Waiting [2021-02-26T19:43:10.470Z] e1f770b5df2f: Waiting [2021-02-26T19:43:10.470Z] 85a0685a4137: Waiting [2021-02-26T19:43:10.470Z] 0eba1c9be4d2: Waiting [2021-02-26T19:43:10.470Z] de9db76c5a1d: Verifying Checksum [2021-02-26T19:43:10.470Z] de9db76c5a1d: Download complete [2021-02-26T19:43:10.470Z] 0ef7d3d256c8: Download complete [2021-02-26T19:43:11.338Z] 0d57e429df01: Verifying Checksum [2021-02-26T19:43:11.338Z] 0d57e429df01: Download complete [2021-02-26T19:43:11.338Z] 4e4be7b47b0d: Verifying Checksum [2021-02-26T19:43:11.338Z] 4e4be7b47b0d: Download complete [2021-02-26T19:43:12.307Z] 188c0c94c7c5: Verifying Checksum [2021-02-26T19:43:12.307Z] 188c0c94c7c5: Download complete [2021-02-26T19:43:12.751Z] 188c0c94c7c5: Pull complete [2021-02-26T19:43:13.670Z] 0ef7d3d256c8: Pull complete [2021-02-26T19:43:14.653Z] de9db76c5a1d: Pull complete [2021-02-26T19:43:19.551Z] e1f770b5df2f: Verifying Checksum [2021-02-26T19:43:19.551Z] e1f770b5df2f: Download complete [2021-02-26T19:43:28.983Z] 0eba1c9be4d2: Verifying Checksum [2021-02-26T19:43:28.983Z] 0eba1c9be4d2: Download complete [2021-02-26T19:43:31.852Z] 85a0685a4137: Verifying Checksum [2021-02-26T19:43:31.852Z] 85a0685a4137: Download complete [2021-02-26T19:43:47.556Z] 0eba1c9be4d2: Pull complete [2021-02-26T19:43:47.556Z] 0d57e429df01: Pull complete [2021-02-26T19:43:47.556Z] 4e4be7b47b0d: Pull complete [2021-02-26T19:43:51.260Z] e1f770b5df2f: Pull complete [2021-02-26T19:44:11.079Z] 85a0685a4137: Pull complete [2021-02-26T19:44:11.079Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-26T19:44:11.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-26T19:44:11.079Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-26T19:44:11.403Z] prd-centos7-docker-4c-2g-27869 does not seem to be running inside a container [2021-02-26T19:44:11.596Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-26T19:44:15.098Z] $ docker top ce97f46b32ff8dd37ff088611f4553bc2539573cc555fef9bf51b3cad5fb1121 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-26T19:44:15.424Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-26T19:44:16.273Z] + set -o pipefail [2021-02-26T19:44:16.273Z] + snyk monitor '--org=edgex-jenkins' [2021-02-26T19:44:39.742Z] [2021-02-26T19:44:39.742Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-02-26T19:44:39.742Z] [2021-02-26T19:44:39.742Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/b1f8557e-03a8-4000-a167-9e2b9d26a342 [2021-02-26T19:44:39.742Z] [2021-02-26T19:44:39.742Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-26T19:44:39.742Z] [2021-02-26T19:44:39.742Z] [2021-02-26T19:44:39.742Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-26T19:44:39.742Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-26T19:44:39.766Z] $ docker stop --time=1 ce97f46b32ff8dd37ff088611f4553bc2539573cc555fef9bf51b3cad5fb1121 [2021-02-26T19:44:43.888Z] $ docker rm -f ce97f46b32ff8dd37ff088611f4553bc2539573cc555fef9bf51b3cad5fb1121 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-26T19:44:48.002Z] + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:44:49.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T19:44:49.673Z] . [Pipeline] withDockerContainer [2021-02-26T19:44:50.314Z] prd-centos7-docker-4c-2g-27869 does not seem to be running inside a container [2021-02-26T19:44:50.799Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T19:44:52.133Z] $ docker top ee4bf369f65c1bfb1e1e53043a39aa2841cf6b85f4cdbe1a6312884094c63878 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T19:44:52.459Z] [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.18' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T19:44:53.299Z] + git semver [Pipeline] } [2021-02-26T19:44:53.375Z] $ docker stop --time=1 ee4bf369f65c1bfb1e1e53043a39aa2841cf6b85f4cdbe1a6312884094c63878 [2021-02-26T19:44:55.741Z] $ docker rm -f ee4bf369f65c1bfb1e1e53043a39aa2841cf6b85f4cdbe1a6312884094c63878 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:44:56.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T19:44:57.263Z] [2021-02-26T19:44:57.263Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:44:58.341Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T19:44:58.341Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-26T19:44:58.341Z] ab5ef0e58194: Pulling fs layer [2021-02-26T19:44:58.341Z] 9712f1f96733: Pulling fs layer [2021-02-26T19:44:58.341Z] 63f879dbbcfc: Pulling fs layer [2021-02-26T19:44:58.341Z] 0d9ebad4ef96: Pulling fs layer [2021-02-26T19:44:58.341Z] e9a5061849ea: Pulling fs layer [2021-02-26T19:44:58.341Z] d747dcd14b5f: Pulling fs layer [2021-02-26T19:44:58.341Z] 2de7ff778b66: Pulling fs layer [2021-02-26T19:44:58.341Z] 0d9ebad4ef96: Waiting [2021-02-26T19:44:58.341Z] e9a5061849ea: Waiting [2021-02-26T19:44:58.341Z] d747dcd14b5f: Waiting [2021-02-26T19:44:58.341Z] 2de7ff778b66: Waiting [2021-02-26T19:44:58.916Z] 9712f1f96733: Verifying Checksum [2021-02-26T19:44:58.916Z] 9712f1f96733: Download complete [2021-02-26T19:45:11.572Z] 63f879dbbcfc: Verifying Checksum [2021-02-26T19:45:11.572Z] 63f879dbbcfc: Download complete [2021-02-26T19:45:11.572Z] e9a5061849ea: Verifying Checksum [2021-02-26T19:45:11.572Z] e9a5061849ea: Download complete [2021-02-26T19:45:11.894Z] d747dcd14b5f: Verifying Checksum [2021-02-26T19:45:11.894Z] d747dcd14b5f: Download complete [2021-02-26T19:45:13.724Z] 0d9ebad4ef96: Verifying Checksum [2021-02-26T19:45:13.724Z] 0d9ebad4ef96: Download complete [2021-02-26T19:45:14.427Z] 2de7ff778b66: Verifying Checksum [2021-02-26T19:45:14.427Z] 2de7ff778b66: Download complete [2021-02-26T19:45:14.427Z] ab5ef0e58194: Verifying Checksum [2021-02-26T19:45:14.427Z] ab5ef0e58194: Download complete [2021-02-26T19:45:27.428Z] ab5ef0e58194: Pull complete [2021-02-26T19:45:27.428Z] 9712f1f96733: Pull complete [2021-02-26T19:45:31.462Z] 63f879dbbcfc: Pull complete [2021-02-26T19:45:55.050Z] 0d9ebad4ef96: Pull complete [2021-02-26T19:45:57.162Z] e9a5061849ea: Pull complete [2021-02-26T19:45:57.438Z] d747dcd14b5f: Pull complete [2021-02-26T19:46:02.284Z] 2de7ff778b66: Pull complete [2021-02-26T19:46:02.284Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-26T19:46:02.284Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-26T19:46:02.284Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-26T19:46:04.173Z] prd-centos7-docker-4c-2g-27869 does not seem to be running inside a container [2021-02-26T19:46:04.421Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-26T19:46:09.418Z] $ docker top 5ace43439eff1119b6b81f4f63dbe03157d7a7ed946cf670024dab8d50f837f7 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-26T19:46:10.345Z] provisioning config files... [2021-02-26T19:46:10.364Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config856773117764397576tmp [2021-02-26T19:46:10.422Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config5618117566172019709tmp [2021-02-26T19:46:10.501Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config8905716780005875772tmp [Pipeline] { [Pipeline] echo [2021-02-26T19:46:10.590Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:46:11.706Z] ---> sigul-configuration.sh [2021-02-26T19:46:11.707Z] gpg: directory `/root/.gnupg' created [2021-02-26T19:46:11.707Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-26T19:46:11.707Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-26T19:46:11.707Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-26T19:46:11.707Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-26T19:46:11.707Z] gpg: CAST5 encrypted data [2021-02-26T19:46:11.707Z] gpg: encrypted with 1 passphrase [2021-02-26T19:46:11.707Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-26T19:46:13.355Z] + mkdir /home/jenkins [2021-02-26T19:46:13.355Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-26T19:46:14.835Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-02-26T19:46:15.071Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:46:15.853Z] ---> sigul-install.sh [2021-02-26T19:46:33.149Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-26T19:46:34.602Z] + git tag --list [2021-02-26T19:46:34.602Z] v1.0.0 [2021-02-26T19:46:34.602Z] v1.1.0 [2021-02-26T19:46:34.602Z] v1.2.0 [2021-02-26T19:46:34.602Z] v1.3.0 [2021-02-26T19:46:34.602Z] v1.3.1 [2021-02-26T19:46:34.602Z] v1.3.1-dev.1 [2021-02-26T19:46:34.602Z] v1.3.1-dev.2 [2021-02-26T19:46:34.602Z] v1.3.1-dev.3 [2021-02-26T19:46:34.602Z] v2.0.0-dev.1 [2021-02-26T19:46:34.602Z] v2.0.0-dev.10 [2021-02-26T19:46:34.602Z] v2.0.0-dev.11 [2021-02-26T19:46:34.602Z] v2.0.0-dev.12 [2021-02-26T19:46:34.602Z] v2.0.0-dev.13 [2021-02-26T19:46:34.602Z] v2.0.0-dev.14 [2021-02-26T19:46:34.602Z] v2.0.0-dev.15 [2021-02-26T19:46:34.602Z] v2.0.0-dev.16 [2021-02-26T19:46:34.603Z] v2.0.0-dev.17 [2021-02-26T19:46:34.603Z] v2.0.0-dev.18 [2021-02-26T19:46:34.603Z] v2.0.0-dev.2 [2021-02-26T19:46:34.603Z] v2.0.0-dev.3 [2021-02-26T19:46:34.603Z] v2.0.0-dev.4 [2021-02-26T19:46:34.603Z] v2.0.0-dev.5 [2021-02-26T19:46:34.603Z] v2.0.0-dev.6 [2021-02-26T19:46:34.603Z] v2.0.0-dev.7 [2021-02-26T19:46:34.603Z] v2.0.0-dev.8 [2021-02-26T19:46:34.603Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-26T19:46:35.326Z] + lftools sign git-tag v2.0.0-dev.19 [2021-02-26T19:46:40.614Z] Signing Git tag with Sigul... [2021-02-26T19:46:40.614Z] Signing v2.0.0-dev.19 [2021-02-26T19:46:40.614Z] Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v2.0.0-dev.19'], return code 1, stdout , stderr [Pipeline] echo [2021-02-26T19:46:40.647Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:46:41.468Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-26T19:46:41.490Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-26T19:46:41.667Z] $ docker stop --time=1 5ace43439eff1119b6b81f4f63dbe03157d7a7ed946cf670024dab8d50f837f7 [2021-02-26T19:46:45.998Z] $ docker rm -f 5ace43439eff1119b6b81f4f63dbe03157d7a7ed946cf670024dab8d50f837f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:46:47.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T19:46:47.313Z] . [Pipeline] withDockerContainer [2021-02-26T19:46:48.473Z] prd-centos7-docker-4c-2g-27869 does not seem to be running inside a container [2021-02-26T19:46:48.695Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T19:46:50.198Z] $ docker top 30f9e3f6dce38eb36c0cc915fbe00b45e06862c4e4be88ba62327a9e327376c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T19:46:50.542Z] [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.18' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T19:46:52.715Z] + git semver [Pipeline] } [2021-02-26T19:46:52.746Z] $ docker stop --time=1 30f9e3f6dce38eb36c0cc915fbe00b45e06862c4e4be88ba62327a9e327376c6 [2021-02-26T19:46:55.141Z] $ docker rm -f 30f9e3f6dce38eb36c0cc915fbe00b45e06862c4e4be88ba62327a9e327376c6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:46:56.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-26T19:46:57.339Z] . [Pipeline] withDockerContainer [2021-02-26T19:46:58.180Z] prd-centos7-docker-4c-2g-27869 does not seem to be running inside a container [2021-02-26T19:46:58.497Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-26T19:47:00.026Z] $ docker top 6f3206476b26ee27a9adb982baf5b39f6484f73d462f3e31791d369d070aa833 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-26T19:47:00.405Z] [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v2.0.0-dev.18' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-26T19:47:01.788Z] + git semver [Pipeline] } [2021-02-26T19:47:01.879Z] $ docker stop --time=1 6f3206476b26ee27a9adb982baf5b39f6484f73d462f3e31791d369d070aa833 [2021-02-26T19:47:04.084Z] $ docker rm -f 6f3206476b26ee27a9adb982baf5b39f6484f73d462f3e31791d369d070aa833 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:47:06.175Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:47:07.854Z] ---> package-listing.sh [2021-02-26T19:47:07.854Z] ++ facter osfamily [2021-02-26T19:47:07.854Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-26T19:47:07.854Z] + OS_FAMILY=redhat [2021-02-26T19:47:07.854Z] + workspace=/w/workspace/_app-service-configurable_master [2021-02-26T19:47:07.854Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-26T19:47:07.854Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-26T19:47:07.854Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-26T19:47:07.854Z] + PACKAGES=/tmp/packages_start.txt [2021-02-26T19:47:07.854Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-26T19:47:07.854Z] + PACKAGES=/tmp/packages_end.txt [2021-02-26T19:47:07.854Z] + case "${OS_FAMILY}" in [2021-02-26T19:47:07.854Z] + rpm -qa [2021-02-26T19:47:07.854Z] + sort [2021-02-26T19:47:19.440Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-26T19:47:19.440Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-26T19:47:19.440Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-26T19:47:19.730Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-02-26T19:47:19.730Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-02-26T19:47:19.730Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-02-26T19:47:19.762Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-26T19:47:20.733Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:47:21.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T19:47:22.274Z] [2021-02-26T19:47:22.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-26T19:47:22.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T19:47:23.083Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-26T19:47:23.083Z] df20fa9351a1: Pulling fs layer [2021-02-26T19:47:23.083Z] 36b3adc4ff6f: Pulling fs layer [2021-02-26T19:47:23.083Z] 8ad3a11d3b57: Pulling fs layer [2021-02-26T19:47:23.083Z] 46f8f816bc3b: Pulling fs layer [2021-02-26T19:47:23.083Z] 93b61091891f: Pulling fs layer [2021-02-26T19:47:23.083Z] 93b9cdb0e59b: Pulling fs layer [2021-02-26T19:47:23.083Z] 5e14af77c1be: Pulling fs layer [2021-02-26T19:47:23.083Z] 01666e4c0597: Pulling fs layer [2021-02-26T19:47:23.083Z] aa168da1d23b: Pulling fs layer [2021-02-26T19:47:23.083Z] 46f8f816bc3b: Waiting [2021-02-26T19:47:23.083Z] 93b61091891f: Waiting [2021-02-26T19:47:23.083Z] 93b9cdb0e59b: Waiting [2021-02-26T19:47:23.083Z] 5e14af77c1be: Waiting [2021-02-26T19:47:23.083Z] 01666e4c0597: Waiting [2021-02-26T19:47:23.083Z] aa168da1d23b: Waiting [2021-02-26T19:47:23.083Z] 36b3adc4ff6f: Verifying Checksum [2021-02-26T19:47:23.083Z] 36b3adc4ff6f: Download complete [2021-02-26T19:47:23.377Z] 46f8f816bc3b: Verifying Checksum [2021-02-26T19:47:23.377Z] 46f8f816bc3b: Download complete [2021-02-26T19:47:23.377Z] 93b61091891f: Verifying Checksum [2021-02-26T19:47:23.377Z] 93b61091891f: Download complete [2021-02-26T19:47:23.377Z] df20fa9351a1: Verifying Checksum [2021-02-26T19:47:23.377Z] df20fa9351a1: Download complete [2021-02-26T19:47:23.377Z] 93b9cdb0e59b: Verifying Checksum [2021-02-26T19:47:23.377Z] 93b9cdb0e59b: Download complete [2021-02-26T19:47:23.377Z] 5e14af77c1be: Verifying Checksum [2021-02-26T19:47:23.377Z] 5e14af77c1be: Download complete [2021-02-26T19:47:23.377Z] 01666e4c0597: Verifying Checksum [2021-02-26T19:47:23.377Z] 01666e4c0597: Download complete [2021-02-26T19:47:24.911Z] 8ad3a11d3b57: Verifying Checksum [2021-02-26T19:47:24.911Z] 8ad3a11d3b57: Download complete [2021-02-26T19:47:25.256Z] df20fa9351a1: Pull complete [2021-02-26T19:47:26.841Z] 36b3adc4ff6f: Pull complete [2021-02-26T19:47:30.702Z] 8ad3a11d3b57: Pull complete [2021-02-26T19:47:31.086Z] 46f8f816bc3b: Pull complete [2021-02-26T19:47:32.608Z] 93b61091891f: Pull complete [2021-02-26T19:47:34.403Z] 93b9cdb0e59b: Pull complete [2021-02-26T19:47:34.729Z] 5e14af77c1be: Pull complete [2021-02-26T19:47:35.527Z] aa168da1d23b: Verifying Checksum [2021-02-26T19:47:35.527Z] aa168da1d23b: Download complete [2021-02-26T19:47:36.560Z] 01666e4c0597: Pull complete [2021-02-26T19:47:59.624Z] aa168da1d23b: Pull complete [2021-02-26T19:47:59.624Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-26T19:47:59.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-26T19:47:59.624Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-26T19:48:00.514Z] prd-centos7-docker-4c-2g-27869 does not seem to be running inside a container [2021-02-26T19:48:00.773Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-26T19:48:04.239Z] $ docker top 2ddc6082298f068afac116b659559fd9f864491090c402fb57a3001f770acbb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-26T19:48:05.690Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-26T19:48:06.907Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-26T19:48:08.323Z] + ls /var/log/sa-host [2021-02-26T19:48:08.323Z] + sadf -c /var/log/sa-host/sa23 [2021-02-26T19:48:08.323Z] file_magic: OK [2021-02-26T19:48:08.323Z] HZ: Using current value: 100 [2021-02-26T19:48:08.323Z] file_header: OK [2021-02-26T19:48:08.323Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T19:48:08.323Z] Statistics: [2021-02-26T19:48:08.323Z] Hnuu...uuuununununu... [2021-02-26T19:48:08.323Z] File successfully converted to sysstat format version 12.2.1 [2021-02-26T19:48:08.323Z] + sadf -c /var/log/sa-host/sa26 [2021-02-26T19:48:08.323Z] file_magic: OK [2021-02-26T19:48:08.323Z] HZ: Using current value: 100 [2021-02-26T19:48:08.323Z] file_header: OK [2021-02-26T19:48:08.323Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-26T19:48:08.323Z] Statistics: [2021-02-26T19:48:08.323Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-26T19:48:08.323Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-26T19:48:08.991Z] provisioning config files... [2021-02-26T19:48:09.047Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3307790630272631643tmp [Pipeline] { [Pipeline] echo [2021-02-26T19:48:09.239Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:48:10.898Z] ---> create-netrc.sh [Pipeline] } [2021-02-26T19:48:10.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-26T19:48:11.036Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:48:11.991Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-26T19:48:12.104Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:48:13.272Z] ---> sudo-logs.sh [2021-02-26T19:48:13.272Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-26T19:48:13.370Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:48:14.622Z] ---> job-cost.sh [2021-02-26T19:48:14.622Z] lf-activate-venv: SKIPPING [2021-02-26T19:48:14.622Z] DEBUG: total: 0.20999999344348907 [2021-02-26T19:48:14.622Z] INFO: Retrieving Stack Cost... [2021-02-26T19:48:15.829Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-26T19:48:16.161Z] INFO: Archiving Costs [Pipeline] echo [2021-02-26T19:48:16.197Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-26T19:48:17.338Z] ---> logs-deploy.sh [2021-02-26T19:48:17.338Z] lf-activate-venv: SKIPPING [2021-02-26T19:48:17.338Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/87 [2021-02-26T19:48:17.338Z] INFO: archiving workspace using pattern(s): [2021-02-26T19:48:20.979Z] Archives upload complete. [2021-02-26T19:48:20.980Z] INFO: archiving logs to Nexus