Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-22322 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 Checking out Revision 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae (master) Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae # timeout=10 Commit message: "build: Consume latest SDK V2 Module (#172)" > git rev-list --no-walk 8bb64624f597a56592ea3e7359bdff1805cd62f9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T19:31:34.045Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T19:31:34.276Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T19:31:34.372Z] ========================================================= [2021-01-22T19:31:34.372Z] EdgeX Global Pipelines Version Info [2021-01-22T19:31:34.372Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:31:35.925Z] ------------------- [2021-01-22T19:31:35.926Z] stable info: [2021-01-22T19:31:35.926Z] ------------------- [2021-01-22T19:31:35.926Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T19:31:35.926Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T19:31:35.926Z] Message: update stable to v1.0.179 [2021-01-22T19:31:36.876Z] ------------------- [2021-01-22T19:31:36.876Z] experimental info: [2021-01-22T19:31:36.876Z] ------------------- [2021-01-22T19:31:36.876Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T19:31:36.876Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T19:31:36.876Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T19:31:37.155Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-22T19:31:37.260Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-22T19:31:37.356Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T19:31:37.442Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T19:31:37.527Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T19:31:37.616Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T19:31:37.704Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T19:31:37.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T19:31:37.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-22T19:31:37.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T19:31:38.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T19:31:38.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-22T19:31:38.232Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T19:31:38.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T19:31:38.411Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T19:31:38.517Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T19:31:38.606Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T19:31:38.692Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T19:31:38.780Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T19:31:38.945Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T19:31:39.050Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-22T19:31:39.163Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-22T19:31:39.273Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T19:31:39.382Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T19:31:39.493Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-22T19:31:39.601Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T19:31:39.743Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T19:31:39.861Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-22T19:31:39.959Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-22T19:31:40.048Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-22T19:31:40.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [Pipeline] echo [2021-01-22T19:31:40.328Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9cb6a92 [Pipeline] echo [2021-01-22T19:31:40.437Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T19:31:40.636Z] provisioning config files... [2021-01-22T19:31:40.671Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8991426672806379409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:31:41.037Z] ---> docker-login.sh [2021-01-22T19:31:41.037Z] nexus3.edgexfoundry.org:10001 [2021-01-22T19:31:41.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:31:41.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:31:41.577Z] Configure a credential helper to remove this warning. See [2021-01-22T19:31:41.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:31:41.577Z] [2021-01-22T19:31:41.577Z] Login Succeeded [2021-01-22T19:31:41.577Z] nexus3.edgexfoundry.org:10002 [2021-01-22T19:31:41.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:31:41.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:31:41.842Z] Configure a credential helper to remove this warning. See [2021-01-22T19:31:41.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:31:41.842Z] [2021-01-22T19:31:41.842Z] Login Succeeded [2021-01-22T19:31:41.842Z] nexus3.edgexfoundry.org:10003 [2021-01-22T19:31:41.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:31:42.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:31:42.105Z] Configure a credential helper to remove this warning. See [2021-01-22T19:31:42.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:31:42.105Z] [2021-01-22T19:31:42.105Z] Login Succeeded [2021-01-22T19:31:42.105Z] nexus3.edgexfoundry.org:10004 [2021-01-22T19:31:42.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:31:42.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:31:42.105Z] Configure a credential helper to remove this warning. See [2021-01-22T19:31:42.105Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:31:42.105Z] [2021-01-22T19:31:42.105Z] Login Succeeded [2021-01-22T19:31:42.105Z] docker.io [2021-01-22T19:31:42.369Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:31:42.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:31:42.944Z] Configure a credential helper to remove this warning. See [2021-01-22T19:31:42.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:31:42.944Z] [2021-01-22T19:31:42.944Z] Login Succeeded [2021-01-22T19:31:42.944Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T19:31:42.954Z] 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-01-22T19:31:43.822Z] + git log --format=format:%s -1 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [Pipeline] echo [2021-01-22T19:31:43.915Z] GIT_COMMIT: 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae, Commit Message: build: Consume latest SDK V2 Module (#172) [Pipeline] echo [2021-01-22T19:31:43.962Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:31:44.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:31:44.570Z] [2021-01-22T19:31:44.570Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:31:44.922Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:31:44.922Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T19:31:44.922Z] 31603596830f: Pulling fs layer [2021-01-22T19:31:44.922Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T19:31:44.922Z] 6ca5941a6612: Pulling fs layer [2021-01-22T19:31:44.922Z] ecc8261a40a4: Pulling fs layer [2021-01-22T19:31:44.922Z] ecc8261a40a4: Waiting [2021-01-22T19:31:44.922Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T19:31:44.922Z] 2a8b12db71e7: Download complete [2021-01-22T19:31:44.922Z] 31603596830f: Verifying Checksum [2021-01-22T19:31:44.922Z] 31603596830f: Download complete [2021-01-22T19:31:45.186Z] 6ca5941a6612: Verifying Checksum [2021-01-22T19:31:45.186Z] 6ca5941a6612: Download complete [2021-01-22T19:31:45.186Z] ecc8261a40a4: Verifying Checksum [2021-01-22T19:31:45.186Z] ecc8261a40a4: Download complete [2021-01-22T19:31:45.450Z] 31603596830f: Pull complete [2021-01-22T19:31:45.450Z] 2a8b12db71e7: Pull complete [2021-01-22T19:31:46.411Z] 6ca5941a6612: Pull complete [2021-01-22T19:31:46.675Z] ecc8261a40a4: Pull complete [2021-01-22T19:31:46.675Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T19:31:46.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:31:46.675Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T19:31:46.789Z] prd-centos7-docker-4c-2g-22322 does not seem to be running inside a container [2021-01-22T19:31:46.849Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T19:31:49.195Z] $ docker top a454fea624b48ed4fc584b0eb60c84fd9e4e68e1d8d9714f8586d6a565ffabc6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T19:31:49.517Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T19:31:49.517Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T19:31:49.763Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T19:31:49.770Z] $ docker exec a454fea624b48ed4fc584b0eb60c84fd9e4e68e1d8d9714f8586d6a565ffabc6 ssh-agent [2021-01-22T19:31:49.959Z] SSH_AUTH_SOCK=/tmp/ssh-UzGcZjcvIn99/agent.11 [2021-01-22T19:31:49.959Z] SSH_AGENT_PID=16 [2021-01-22T19:31:49.971Z] Running ssh-add (command line suppressed) [2021-01-22T19:31:50.116Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7755837193261917249.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7755837193261917249.key) [2021-01-22T19:31:50.169Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T19:31:50.608Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T19:31:50.631Z] $ docker exec --env ******** --env ******** a454fea624b48ed4fc584b0eb60c84fd9e4e68e1d8d9714f8586d6a565ffabc6 ssh-agent -k [2021-01-22T19:31:50.760Z] unset SSH_AUTH_SOCK; [2021-01-22T19:31:50.760Z] unset SSH_AGENT_PID; [2021-01-22T19:31:50.761Z] echo Agent pid 16 killed; [2021-01-22T19:31:50.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T19:31:51.024Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T19:31:51.024Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T19:31:51.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T19:31:51.224Z] $ docker exec a454fea624b48ed4fc584b0eb60c84fd9e4e68e1d8d9714f8586d6a565ffabc6 ssh-agent [2021-01-22T19:31:51.394Z] SSH_AUTH_SOCK=/tmp/ssh-3FCZBHhcFSnl/agent.46 [2021-01-22T19:31:51.394Z] SSH_AGENT_PID=51 [2021-01-22T19:31:51.401Z] Running ssh-add (command line suppressed) [2021-01-22T19:31:51.530Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4592924155417806778.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4592924155417806778.key) [2021-01-22T19:31:51.589Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T19:31:51.949Z] + git semver init [2021-01-22T19:31:51.949Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T19:31:51.949Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-22T19:31:51.949Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-22T19:31:51.949Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T19:31:51.949Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T19:31:51.949Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T19:31:51.949Z] # $SEMVER_BRANCH = master [2021-01-22T19:31:51.949Z] # $SEMVER_TEMP = /tmp/semver-590947497 [2021-01-22T19:31:51.949Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-22T19:31:52.523Z] # '/tmp/semver-590947497' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-22T19:31:52.523Z] # -> Force: false [2021-01-22T19:31:52.523Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-22T19:31:52.538Z] $ docker exec --env ******** --env ******** a454fea624b48ed4fc584b0eb60c84fd9e4e68e1d8d9714f8586d6a565ffabc6 ssh-agent -k [2021-01-22T19:31:52.660Z] unset SSH_AUTH_SOCK; [2021-01-22T19:31:52.661Z] unset SSH_AGENT_PID; [2021-01-22T19:31:52.661Z] echo Agent pid 51 killed; [2021-01-22T19:31:52.713Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T19:31:53.195Z] + git semver [Pipeline] } [2021-01-22T19:31:53.215Z] $ docker stop --time=1 a454fea624b48ed4fc584b0eb60c84fd9e4e68e1d8d9714f8586d6a565ffabc6 [2021-01-22T19:31:54.623Z] $ docker rm -f a454fea624b48ed4fc584b0eb60c84fd9e4e68e1d8d9714f8586d6a565ffabc6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T19:31:55.103Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T19:31:55.475Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T19:31:55.479Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.12 [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-01-22T19:32:10.977Z] Still waiting to schedule task [2021-01-22T19:32:10.977Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22305’ is offline; ‘prd-centos7-docker-4c-2g-22306’ is offline; ‘prd-centos7-docker-4c-2g-22312’ is offline; ‘prd-centos7-docker-4c-2g-22313’ is offline; ‘prd-centos7-docker-4c-2g-22315’ is offline; ‘prd-centos7-docker-4c-2g-22316’ is offline; ‘prd-centos7-docker-4c-2g-22317’ is offline; ‘prd-centos7-docker-4c-2g-22320’ is offline; ‘prd-centos7-docker-4c-2g-22323’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-22318’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22310’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22314’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22319’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22321’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-22T19:32:10.979Z] Still waiting to schedule task [2021-01-22T19:32:10.979Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-22T19:33:54.361Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22324 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-22T19:33:54.416Z] Running in /w/workspace/app-service-configurable/78 [Pipeline] { [Pipeline] checkout [2021-01-22T19:34:00.241Z] using credential edgex-jenkins-ssh [2021-01-22T19:34:00.301Z] Cloning the remote Git repository [2021-01-22T19:34:00.368Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-22T19:34:00.492Z] > git init /w/workspace/app-service-configurable/78 # timeout=10 [2021-01-22T19:34:00.583Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-22T19:34:00.584Z] > git --version # timeout=10 [2021-01-22T19:34:00.611Z] > git --version # 'git version 2.17.1' [2021-01-22T19:34:00.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:34:00.701Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T19:34:02.042Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-22T19:34:02.060Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T19:34:02.092Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-22T19:34:02.129Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-22T19:34:02.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:34:02.150Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T19:34:03.857Z] Running on prd-centos7-docker-4c-2g-22326 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-22T19:34:03.919Z] Running in /w/workspace/app-service-configurable/78 [Pipeline] { [Pipeline] checkout [2021-01-22T19:34:04.789Z] Checking out Revision 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae (master) [2021-01-22T19:34:04.808Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T19:34:04.836Z] > git checkout -f 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae # timeout=10 [2021-01-22T19:34:06.188Z] using credential edgex-jenkins-ssh [2021-01-22T19:34:06.240Z] Cloning the remote Git repository [2021-01-22T19:34:06.279Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-22T19:34:06.344Z] > git init /w/workspace/app-service-configurable/78 # timeout=10 [2021-01-22T19:34:07.469Z] Checking out Revision 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae (master) [2021-01-22T19:34:06.468Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-22T19:34:06.469Z] > git --version # timeout=10 [2021-01-22T19:34:06.479Z] > git --version # 'git version 2.24.3' [2021-01-22T19:34:06.480Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:34:06.510Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T19:34:07.048Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-22T19:34:07.057Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T19:34:07.069Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-22T19:34:07.080Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-22T19:34:07.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:34:07.084Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T19:34:07.477Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T19:34:07.481Z] > git checkout -f 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae # timeout=10 [2021-01-22T19:34:09.304Z] Commit message: "build: Consume latest SDK V2 Module (#172)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T19:34:10.868Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T19:34:11.097Z] Commit message: "build: Consume latest SDK V2 Module (#172)" [2021-01-22T19:34:11.281Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-01-22T19:34:11.645Z] + true+ sudo service [2021-01-22T19:34:11.645Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T19:34:12.565Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T19:34:12.915Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T19:34:13.222Z] + sudo service docker restart [2021-01-22T19:34:13.222Z] + true [2021-01-22T19:34:13.223Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T19:34:13.788Z] provisioning config files... [2021-01-22T19:34:13.827Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/78@tmp/config8687652713393617776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-01-22T19:34:14.245Z] ---> docker-login.sh [2021-01-22T19:34:14.246Z] nexus3.edgexfoundry.org:10001 [Pipeline] wrap [2021-01-22T19:34:14.259Z] provisioning config files... [2021-01-22T19:34:14.288Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/78@tmp/config1464210270573192921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:34:14.663Z] ---> docker-login.sh [2021-01-22T19:34:14.663Z] nexus3.edgexfoundry.org:10001 [2021-01-22T19:34:14.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:14.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:15.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:15.191Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:15.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:15.191Z] [2021-01-22T19:34:15.191Z] Login Succeeded [2021-01-22T19:34:15.191Z] nexus3.edgexfoundry.org:10002 [2021-01-22T19:34:15.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:15.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:15.453Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:15.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:15.453Z] [2021-01-22T19:34:15.453Z] Login Succeeded [2021-01-22T19:34:15.453Z] nexus3.edgexfoundry.org:10003 [2021-01-22T19:34:15.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:15.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:15.453Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:15.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:15.453Z] [2021-01-22T19:34:15.453Z] Login Succeeded [2021-01-22T19:34:15.453Z] nexus3.edgexfoundry.org:10004 [2021-01-22T19:34:15.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:15.482Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:15.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:15.482Z] [2021-01-22T19:34:15.482Z] Login Succeeded [2021-01-22T19:34:15.482Z] nexus3.edgexfoundry.org:10002 [2021-01-22T19:34:15.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:15.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:15.718Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:15.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:15.718Z] [2021-01-22T19:34:15.718Z] Login Succeeded [2021-01-22T19:34:15.718Z] docker.io [2021-01-22T19:34:15.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:15.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:15.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:15.981Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:15.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:15.981Z] [2021-01-22T19:34:15.981Z] Login Succeeded [2021-01-22T19:34:15.981Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T19:34:15.992Z] Deleting 1 temporary files [2021-01-22T19:34:16.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:16.043Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:16.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:16.043Z] [2021-01-22T19:34:16.043Z] Login Succeeded [2021-01-22T19:34:16.043Z] nexus3.edgexfoundry.org:10003 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T19:34:16.312Z] ========================================================= [2021-01-22T19:34:16.312Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T19:34:16.312Z] ========================================================= [2021-01-22T19:34:16.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:34:16.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:16.620Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:16.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:16.620Z] [2021-01-22T19:34:16.620Z] Login Succeeded [2021-01-22T19:34:16.620Z] nexus3.edgexfoundry.org:10004 [2021-01-22T19:34:16.661Z] + 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-01-22T19:34:16.661Z] Sending build context to Docker daemon 98.82kB [2021-01-22T19:34:16.661Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T19:34:16.661Z] Step 2/8 : FROM ${BASE} [2021-01-22T19:34:16.661Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T19:34:16.661Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T19:34:16.661Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T19:34:16.661Z] de9db76c5a1d: Pulling fs layer [2021-01-22T19:34:16.661Z] bca2f99d35d6: Pulling fs layer [2021-01-22T19:34:16.661Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T19:34:16.661Z] 7c6f9722023f: Pulling fs layer [2021-01-22T19:34:16.661Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T19:34:16.661Z] 93359f2a8cfa: Waiting [2021-01-22T19:34:16.661Z] 7c6f9722023f: Waiting [2021-01-22T19:34:16.661Z] a35cf1a2eb13: Waiting [2021-01-22T19:34:16.661Z] bca2f99d35d6: Waiting [2021-01-22T19:34:16.661Z] de9db76c5a1d: Verifying Checksum [2021-01-22T19:34:16.661Z] de9db76c5a1d: Download complete [2021-01-22T19:34:16.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:16.934Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T19:34:16.934Z] 0ef7d3d256c8: Download complete [2021-01-22T19:34:16.934Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T19:34:16.934Z] 93359f2a8cfa: Download complete [2021-01-22T19:34:16.934Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T19:34:16.934Z] 188c0c94c7c5: Download complete [2021-01-22T19:34:16.934Z] 7c6f9722023f: Verifying Checksum [2021-01-22T19:34:16.934Z] 7c6f9722023f: Download complete [2021-01-22T19:34:17.198Z] 188c0c94c7c5: Pull complete [2021-01-22T19:34:17.198Z] 0ef7d3d256c8: Pull complete [2021-01-22T19:34:17.460Z] de9db76c5a1d: Pull complete [2021-01-22T19:34:17.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:17.879Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:17.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:17.879Z] [2021-01-22T19:34:17.879Z] Login Succeeded [2021-01-22T19:34:17.879Z] docker.io [2021-01-22T19:34:18.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:34:18.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:34:18.748Z] Configure a credential helper to remove this warning. See [2021-01-22T19:34:18.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:34:18.748Z] [2021-01-22T19:34:18.748Z] Login Succeeded [2021-01-22T19:34:18.748Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T19:34:18.766Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T19:34:19.182Z] ========================================================= [2021-01-22T19:34:19.182Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T19:34:19.182Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:34:19.392Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T19:34:19.392Z] a35cf1a2eb13: Download complete [2021-01-22T19:34:19.557Z] + 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-01-22T19:34:19.557Z] Sending build context to Docker daemon 98.82kB [2021-01-22T19:34:19.657Z] bca2f99d35d6: Verifying Checksum [2021-01-22T19:34:19.657Z] bca2f99d35d6: Download complete [2021-01-22T19:34:19.830Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T19:34:19.830Z] Step 2/8 : FROM ${BASE} [2021-01-22T19:34:20.108Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T19:34:20.108Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T19:34:20.108Z] a4357932f1b6: Pulling fs layer [2021-01-22T19:34:20.108Z] 18c013af1878: Pulling fs layer [2021-01-22T19:34:20.108Z] 00ac8860ef70: Pulling fs layer [2021-01-22T19:34:20.108Z] 63d7cb157983: Pulling fs layer [2021-01-22T19:34:20.108Z] b116817d02f9: Pulling fs layer [2021-01-22T19:34:20.108Z] 745a02a5169b: Pulling fs layer [2021-01-22T19:34:20.108Z] 00ac8860ef70: Waiting [2021-01-22T19:34:20.108Z] 63d7cb157983: Waiting [2021-01-22T19:34:20.108Z] b116817d02f9: Waiting [2021-01-22T19:34:20.108Z] 745a02a5169b: Waiting [2021-01-22T19:34:20.108Z] 18c013af1878: Verifying Checksum [2021-01-22T19:34:20.108Z] 18c013af1878: Download complete [2021-01-22T19:34:20.108Z] a4357932f1b6: Verifying Checksum [2021-01-22T19:34:20.108Z] a4357932f1b6: Download complete [2021-01-22T19:34:20.108Z] 63d7cb157983: Verifying Checksum [2021-01-22T19:34:20.108Z] b116817d02f9: Download complete [2021-01-22T19:34:20.108Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T19:34:20.714Z] 5f621e34cdf4: Pull complete [2021-01-22T19:34:21.330Z] a4357932f1b6: Pull complete [2021-01-22T19:34:21.964Z] 18c013af1878: Pull complete [2021-01-22T19:34:22.567Z] 745a02a5169b: Download complete [2021-01-22T19:34:24.019Z] 00ac8860ef70: Verifying Checksum [2021-01-22T19:34:24.019Z] 00ac8860ef70: Download complete [2021-01-22T19:34:24.991Z] bca2f99d35d6: Pull complete [2021-01-22T19:34:24.992Z] 93359f2a8cfa: Pull complete [2021-01-22T19:34:24.992Z] 7c6f9722023f: Pull complete [2021-01-22T19:34:33.166Z] a35cf1a2eb13: Pull complete [2021-01-22T19:34:33.166Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T19:34:33.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T19:34:33.166Z] ---> a62c8e92a672 [2021-01-22T19:34:33.166Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-22T19:34:33.166Z] ---> Running in 8726ecb54b8b [2021-01-22T19:34:33.166Z] Removing intermediate container 8726ecb54b8b [2021-01-22T19:34:33.166Z] ---> 15cf297031ef [2021-01-22T19:34:33.166Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T19:34:33.166Z] ---> Running in eda9acfea766 [2021-01-22T19:34:34.118Z] Removing intermediate container eda9acfea766 [2021-01-22T19:34:34.118Z] ---> 2e483f5a0df0 [2021-01-22T19:34:34.118Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-22T19:34:34.118Z] ---> Running in d4c1ee8caf72 [2021-01-22T19:34:35.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T19:34:35.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T19:34:35.533Z] 00ac8860ef70: Pull complete [2021-01-22T19:34:35.533Z] 63d7cb157983: Pull complete [2021-01-22T19:34:35.533Z] b116817d02f9: Pull complete [2021-01-22T19:34:35.794Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-22T19:34:35.794Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-22T19:34:36.056Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-22T19:34:36.056Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-22T19:34:36.056Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T19:34:36.321Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-22T19:34:36.321Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T19:34:36.321Z] OK: 167 MiB in 45 packages [2021-01-22T19:34:37.275Z] Removing intermediate container d4c1ee8caf72 [2021-01-22T19:34:37.275Z] ---> f37f8a08bd7a [2021-01-22T19:34:37.275Z] Step 6/8 : WORKDIR /app [2021-01-22T19:34:37.275Z] ---> Running in c13f5c289cca [2021-01-22T19:34:37.275Z] Removing intermediate container c13f5c289cca [2021-01-22T19:34:37.275Z] ---> d75dc22671e0 [2021-01-22T19:34:37.275Z] Step 7/8 : COPY . . [2021-01-22T19:34:37.540Z] ---> 9ee500ea5dea [2021-01-22T19:34:37.540Z] Step 8/8 : RUN go mod download [2021-01-22T19:34:37.540Z] ---> Running in a53b66ffebea [2021-01-22T19:34:38.999Z] 745a02a5169b: Pull complete [2021-01-22T19:34:38.999Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T19:34:38.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T19:34:38.999Z] ---> b7e6874047d6 [2021-01-22T19:34:38.999Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-22T19:34:41.651Z] ---> Running in 77422e301a12 [2021-01-22T19:34:41.930Z] Removing intermediate container 77422e301a12 [2021-01-22T19:34:41.930Z] ---> 22fcf3715082 [2021-01-22T19:34:41.930Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T19:34:42.207Z] ---> Running in 44cacdc79374 [2021-01-22T19:34:44.837Z] Removing intermediate container 44cacdc79374 [2021-01-22T19:34:44.837Z] ---> a81fdd6b659c [2021-01-22T19:34:44.837Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-22T19:34:44.837Z] ---> Running in aceec1af44b3 [2021-01-22T19:34:45.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T19:34:46.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T19:34:47.002Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-22T19:34:47.002Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-22T19:34:47.002Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-22T19:34:47.274Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-22T19:34:47.274Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T19:34:47.545Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-22T19:34:47.545Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T19:34:47.545Z] OK: 144 MiB in 45 packages [2021-01-22T19:34:48.978Z] Removing intermediate container aceec1af44b3 [2021-01-22T19:34:48.978Z] ---> 8430cf579ed3 [2021-01-22T19:34:48.978Z] Step 6/8 : WORKDIR /app [2021-01-22T19:34:48.978Z] ---> Running in ad6e418786a1 [2021-01-22T19:34:49.572Z] Removing intermediate container ad6e418786a1 [2021-01-22T19:34:49.572Z] ---> cf108a96fbaf [2021-01-22T19:34:49.572Z] Step 7/8 : COPY . . [2021-01-22T19:34:50.167Z] ---> 9136ebdd69ae [2021-01-22T19:34:50.167Z] Step 8/8 : RUN go mod download [2021-01-22T19:34:50.439Z] ---> Running in f23fd22323b9 [2021-01-22T19:34:59.568Z] Removing intermediate container a53b66ffebea [2021-01-22T19:34:59.568Z] ---> b26b08c18942 [2021-01-22T19:34:59.568Z] Successfully built b26b08c18942 [2021-01-22T19:34:59.568Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:34:59.888Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T19:34:59.888Z] . [Pipeline] withDockerContainer [2021-01-22T19:35:00.163Z] prd-centos7-docker-4c-2g-22326 does not seem to be running inside a container [2021-01-22T19:35:00.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/78 -v /w/workspace/app-service-configurable/78:/w/workspace/app-service-configurable/78:rw,z -v /w/workspace/app-service-configurable/78@tmp:/w/workspace/app-service-configurable/78@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-01-22T19:35:01.582Z] $ docker top f5ad46ee7b03f7b59df87dcc1712c458308e9291cc2a4c6ff69a5e3ee9ca1cb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:35:02.135Z] + go version [2021-01-22T19:35:02.135Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T19:35:02.151Z] $ docker stop --time=1 f5ad46ee7b03f7b59df87dcc1712c458308e9291cc2a4c6ff69a5e3ee9ca1cb2 [2021-01-22T19:35:03.538Z] $ docker rm -f f5ad46ee7b03f7b59df87dcc1712c458308e9291cc2a4c6ff69a5e3ee9ca1cb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:35:04.383Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T19:35:04.383Z] . [Pipeline] withDockerContainer [2021-01-22T19:35:04.512Z] prd-centos7-docker-4c-2g-22326 does not seem to be running inside a container [2021-01-22T19:35:04.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/78 -v /w/workspace/app-service-configurable/78:/w/workspace/app-service-configurable/78:rw,z -v /w/workspace/app-service-configurable/78@tmp:/w/workspace/app-service-configurable/78@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-01-22T19:35:05.137Z] $ docker top f4be085d4a67bc286d811d750a4848838c439d63ca9da237e6a4089228935e7e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:35:05.621Z] + make test [2021-01-22T19:35:05.621Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-22T19:35:17.267Z] Removing intermediate container f23fd22323b9 [2021-01-22T19:35:17.267Z] ---> 69f98298d9b9 [2021-01-22T19:35:17.267Z] Successfully built 69f98298d9b9 [2021-01-22T19:35:17.267Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:35:17.612Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T19:35:17.612Z] . [Pipeline] withDockerContainer [2021-01-22T19:35:17.900Z] prd-ubuntu18.04-docker-arm64-4c-16g-22324 does not seem to be running inside a container [2021-01-22T19:35:17.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/78 -v /w/workspace/app-service-configurable/78:/w/workspace/app-service-configurable/78:rw,z -v /w/workspace/app-service-configurable/78@tmp:/w/workspace/app-service-configurable/78@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-01-22T19:35:18.003Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-22T19:35:18.277Z] CGO_ENABLED=1 go vet ./... [2021-01-22T19:35:19.557Z] $ docker top 9e12e82e9c0cb3313a7b3a80f45f1659d060dd07a149b6cc87fe6aef0b4a3b81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:35:20.588Z] + go version [2021-01-22T19:35:20.588Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T19:35:20.614Z] $ docker stop --time=1 9e12e82e9c0cb3313a7b3a80f45f1659d060dd07a149b6cc87fe6aef0b4a3b81 [2021-01-22T19:35:20.902Z] gofmt -l . [2021-01-22T19:35:20.902Z] [ "`gofmt -l .`" = "" ] [2021-01-22T19:35:20.902Z] ./bin/test-go-mod-tidy.sh [2021-01-22T19:35:21.167Z] ./bin/test-attribution-txt.sh [2021-01-22T19:35:22.612Z] $ docker rm -f 9e12e82e9c0cb3313a7b3a80f45f1659d060dd07a149b6cc87fe6aef0b4a3b81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-01-22T19:35:22.958Z] $ docker stop --time=1 f4be085d4a67bc286d811d750a4848838c439d63ca9da237e6a4089228935e7e [2021-01-22T19:35:25.376Z] $ docker rm -f f4be085d4a67bc286d811d750a4848838c439d63ca9da237e6a4089228935e7e [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:35:26.092Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T19:35:26.387Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T19:35:26.387Z] . [Pipeline] withDockerContainer [2021-01-22T19:35:26.454Z] Stashed 1 file(s) [2021-01-22T19:35:26.661Z] prd-ubuntu18.04-docker-arm64-4c-16g-22324 does not seem to be running inside a container [2021-01-22T19:35:26.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/78 -v /w/workspace/app-service-configurable/78:/w/workspace/app-service-configurable/78:rw,z -v /w/workspace/app-service-configurable/78@tmp:/w/workspace/app-service-configurable/78@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-01-22T19:35:28.392Z] $ docker top 21614f18f4bf37e68f7d1bf2f808e560a54e57091b15253cc4b326d48d2c9e42 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-22T19:35:29.513Z] + make test [2021-01-22T19:35:29.513Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] sh [2021-01-22T19:35:30.174Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T19:35:30.475Z] + ls -al . [2021-01-22T19:35:30.475Z] total 88 [2021-01-22T19:35:30.475Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 22 19:35 . [2021-01-22T19:35:30.475Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 22 19:34 .. [2021-01-22T19:35:30.475Z] -rw-rw-r--. 1 jenkins jenkins 6441 Jan 22 19:34 Attribution.txt [2021-01-22T19:35:30.475Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 22 19:34 bin [2021-01-22T19:35:30.475Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 22 19:35 coverage.out [2021-01-22T19:35:30.475Z] -rw-rw-r--. 1 jenkins jenkins 2032 Jan 22 19:34 Dockerfile [2021-01-22T19:35:30.475Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 22 19:34 Dockerfile.build [2021-01-22T19:35:30.475Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 22 19:34 .dockerignore [2021-01-22T19:35:30.475Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 22 19:34 .git [2021-01-22T19:35:30.475Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 22 19:34 .github [2021-01-22T19:35:30.475Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 22 19:34 .gitignore [2021-01-22T19:35:30.475Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 22 19:35 go.mod [2021-01-22T19:35:30.475Z] -rw-r--r--. 1 jenkins jenkins 18280 Jan 22 19:35 go.sum [2021-01-22T19:35:30.475Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 22 19:34 Jenkinsfile [2021-01-22T19:35:30.475Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 22 19:34 LICENSE [2021-01-22T19:35:30.476Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 22 19:34 main.go [2021-01-22T19:35:30.476Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 22 19:34 makefile [2021-01-22T19:35:30.476Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 22 19:34 README.md [2021-01-22T19:35:30.476Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 22 19:34 res [2021-01-22T19:35:30.476Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 22 19:34 snap [2021-01-22T19:35:30.476Z] -rw-rw-r--. 1 jenkins jenkins 12 Jan 22 19:31 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:35:30.782Z] + 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=9cb6a9259b8a37d15f8a96058a1b39c62cdacdae --label arch=amd64 --label version=2.0.0-dev.12 . [2021-01-22T19:35:30.782Z] Sending build context to Docker daemon 119.8kB [2021-01-22T19:35:31.046Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T19:35:31.046Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-22T19:35:31.046Z] ---> b26b08c18942 [2021-01-22T19:35:31.046Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-22T19:35:31.046Z] ---> Running in 0be93179e14e [2021-01-22T19:35:31.046Z] Removing intermediate container 0be93179e14e [2021-01-22T19:35:31.046Z] ---> d5336f3f4405 [2021-01-22T19:35:31.046Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T19:35:31.309Z] ---> Running in cf8c3d50e77c [2021-01-22T19:35:31.309Z] Removing intermediate container cf8c3d50e77c [2021-01-22T19:35:31.309Z] ---> ce1b982c95f9 [2021-01-22T19:35:31.309Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-22T19:35:31.577Z] ---> Running in bd759e7349ea [2021-01-22T19:35:31.577Z] Removing intermediate container bd759e7349ea [2021-01-22T19:35:31.577Z] ---> f9a793ec498d [2021-01-22T19:35:31.577Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T19:35:31.577Z] ---> Running in a42c10097d0b [2021-01-22T19:35:32.979Z] Removing intermediate container a42c10097d0b [2021-01-22T19:35:32.979Z] ---> 69f9da448fb0 [2021-01-22T19:35:32.979Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T19:35:32.979Z] ---> Running in b305ffcd16ee [2021-01-22T19:35:33.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T19:35:34.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T19:35:34.778Z] OK: 167 MiB in 45 packages [2021-01-22T19:35:35.359Z] Removing intermediate container b305ffcd16ee [2021-01-22T19:35:35.359Z] ---> 4d1c200aa7bd [2021-01-22T19:35:35.359Z] Step 8/27 : WORKDIR /app [2021-01-22T19:35:35.359Z] ---> Running in 9acb9128463b [2021-01-22T19:35:35.621Z] Removing intermediate container 9acb9128463b [2021-01-22T19:35:35.621Z] ---> eca98b6eb0f1 [2021-01-22T19:35:35.621Z] Step 9/27 : COPY go.mod . [2021-01-22T19:35:35.886Z] ---> 0b8f5c095058 [2021-01-22T19:35:35.886Z] Step 10/27 : RUN go mod download [2021-01-22T19:35:35.886Z] ---> Running in b582f09f4595 [2021-01-22T19:35:36.833Z] Removing intermediate container b582f09f4595 [2021-01-22T19:35:36.833Z] ---> ce7d561e20e1 [2021-01-22T19:35:36.833Z] Step 11/27 : COPY . . [2021-01-22T19:35:37.094Z] ---> 9f5688b30bca [2021-01-22T19:35:37.094Z] Step 12/27 : ARG MAKE="make build" [2021-01-22T19:35:37.094Z] ---> Running in 34e4c8b4f57b [2021-01-22T19:35:37.367Z] Removing intermediate container 34e4c8b4f57b [2021-01-22T19:35:37.367Z] ---> b40b8676a71f [2021-01-22T19:35:37.367Z] Step 13/27 : RUN $MAKE [2021-01-22T19:35:37.367Z] ---> Running in bcd725ed2421 [2021-01-22T19:35:37.947Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.12" -o app-service-configurable [2021-01-22T19:35:53.006Z] Removing intermediate container bcd725ed2421 [2021-01-22T19:35:53.006Z] ---> 8aa3823e4427 [2021-01-22T19:35:53.006Z] Step 14/27 : FROM alpine:3.12 [2021-01-22T19:35:53.006Z] 3.12: Pulling from library/alpine [2021-01-22T19:35:53.006Z] 801bfaa63ef2: Pulling fs layer [2021-01-22T19:35:53.006Z] 801bfaa63ef2: Verifying Checksum [2021-01-22T19:35:53.006Z] 801bfaa63ef2: Download complete [2021-01-22T19:35:53.006Z] 801bfaa63ef2: Pull complete [2021-01-22T19:35:53.006Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T19:35:53.006Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T19:35:53.006Z] ---> 389fef711851 [2021-01-22T19:35:53.006Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-22T19:35:53.006Z] ---> Running in 123f87305de7 [2021-01-22T19:35:53.006Z] Removing intermediate container 123f87305de7 [2021-01-22T19:35:53.006Z] ---> d2845003e601 [2021-01-22T19:35:53.006Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-22T19:35:53.006Z] ---> Running in 54e82751196a [2021-01-22T19:35:53.006Z] Removing intermediate container 54e82751196a [2021-01-22T19:35:53.006Z] ---> c9dc767d3558 [2021-01-22T19:35:53.006Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-22T19:35:53.006Z] ---> Running in 3e3d59f2fa13 [2021-01-22T19:35:53.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T19:35:53.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T19:35:53.268Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-22T19:35:53.268Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-22T19:35:53.268Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-22T19:35:53.268Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-22T19:35:53.268Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-22T19:35:53.268Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-22T19:35:53.268Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-22T19:35:53.268Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T19:35:53.268Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T19:35:53.268Z] OK: 9 MiB in 21 packages [2021-01-22T19:35:54.663Z] Removing intermediate container 3e3d59f2fa13 [2021-01-22T19:35:54.663Z] ---> 52ec7f67cb08 [2021-01-22T19:35:54.663Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-22T19:35:54.663Z] ---> f403b1aa6e99 [2021-01-22T19:35:54.663Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-22T19:35:54.949Z] ---> 698c9ffa0ec7 [2021-01-22T19:35:54.949Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-22T19:35:55.215Z] ---> 16ba3068fc33 [2021-01-22T19:35:55.215Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-22T19:35:55.794Z] ---> 5f475daaddfd [2021-01-22T19:35:55.794Z] Step 22/27 : EXPOSE 48095 [2021-01-22T19:35:55.794Z] ---> Running in ceb464ecc5ab [2021-01-22T19:35:56.056Z] Removing intermediate container ceb464ecc5ab [2021-01-22T19:35:56.056Z] ---> d211ecfdb2a4 [2021-01-22T19:35:56.056Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-22T19:35:56.056Z] ---> Running in 098ef2955118 [2021-01-22T19:35:56.319Z] Removing intermediate container 098ef2955118 [2021-01-22T19:35:56.319Z] ---> 34fa62ab74c8 [2021-01-22T19:35:56.319Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T19:35:56.319Z] ---> Running in 41bc3628821e [2021-01-22T19:35:56.579Z] Removing intermediate container 41bc3628821e [2021-01-22T19:35:56.579Z] ---> 482d91f9c639 [2021-01-22T19:35:56.579Z] Step 25/27 : LABEL arch=amd64 [2021-01-22T19:35:56.579Z] ---> Running in 007b0f351f95 [2021-01-22T19:35:56.579Z] Removing intermediate container 007b0f351f95 [2021-01-22T19:35:56.579Z] ---> 5138d0cfd444 [2021-01-22T19:35:56.579Z] Step 26/27 : LABEL git_sha=9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:35:56.841Z] ---> Running in a9cdba395f4c [2021-01-22T19:35:56.841Z] Removing intermediate container a9cdba395f4c [2021-01-22T19:35:56.841Z] ---> 4af5f10a495a [2021-01-22T19:35:56.841Z] Step 27/27 : LABEL version=2.0.0-dev.12 [2021-01-22T19:35:56.841Z] ---> Running in 4f2db02a1ef8 [2021-01-22T19:35:57.103Z] Removing intermediate container 4f2db02a1ef8 [2021-01-22T19:35:57.103Z] ---> dc23ba72da81 [2021-01-22T19:35:57.103Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T19:35:57.103Z] Successfully built dc23ba72da81 [2021-01-22T19:35:57.103Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T19:35:57.407Z] provisioning config files... [2021-01-22T19:35:57.433Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/78@tmp/config4974495345712895833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:35:57.791Z] ---> docker-login.sh [2021-01-22T19:35:57.791Z] nexus3.edgexfoundry.org:10001 [2021-01-22T19:35:57.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:35:58.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:35:58.053Z] Configure a credential helper to remove this warning. See [2021-01-22T19:35:58.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:35:58.053Z] [2021-01-22T19:35:58.053Z] Login Succeeded [2021-01-22T19:35:58.053Z] nexus3.edgexfoundry.org:10002 [2021-01-22T19:35:58.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:35:58.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:35:58.053Z] Configure a credential helper to remove this warning. See [2021-01-22T19:35:58.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:35:58.053Z] [2021-01-22T19:35:58.053Z] Login Succeeded [2021-01-22T19:35:58.053Z] nexus3.edgexfoundry.org:10003 [2021-01-22T19:35:58.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:35:58.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:35:58.318Z] Configure a credential helper to remove this warning. See [2021-01-22T19:35:58.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:35:58.318Z] [2021-01-22T19:35:58.318Z] Login Succeeded [2021-01-22T19:35:58.318Z] nexus3.edgexfoundry.org:10004 [2021-01-22T19:35:58.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:35:58.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:35:58.581Z] Configure a credential helper to remove this warning. See [2021-01-22T19:35:58.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:35:58.581Z] [2021-01-22T19:35:58.581Z] Login Succeeded [2021-01-22T19:35:58.581Z] docker.io [2021-01-22T19:35:58.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:35:58.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:35:58.844Z] Configure a credential helper to remove this warning. See [2021-01-22T19:35:58.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:35:58.844Z] [2021-01-22T19:35:58.844Z] Login Succeeded [2021-01-22T19:35:59.105Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T19:35:59.114Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T19:35:59.355Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-22T19:35:59.355Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:35:59.355Z] latest [2021-01-22T19:35:59.355Z] 2.0.0-dev.12 [2021-01-22T19:35:59.355Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [2021-01-22T19:35:59.355Z] master [2021-01-22T19:35:59.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:35:59.841Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:00.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:36:00.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-22T19:36:00.147Z] d71d670f37e3: Preparing [2021-01-22T19:36:00.147Z] 03f55eb348ac: Preparing [2021-01-22T19:36:00.147Z] 36152dc903d4: Preparing [2021-01-22T19:36:00.147Z] 2f54b0976cda: Preparing [2021-01-22T19:36:00.147Z] 7342f06f26e2: Preparing [2021-01-22T19:36:00.147Z] 777b2c648970: Preparing [2021-01-22T19:36:00.147Z] 777b2c648970: Waiting [2021-01-22T19:36:00.409Z] 2f54b0976cda: Pushed [2021-01-22T19:36:00.409Z] 03f55eb348ac: Pushed [2021-01-22T19:36:00.409Z] 36152dc903d4: Pushed [2021-01-22T19:36:00.409Z] 777b2c648970: Layer already exists [2021-01-22T19:36:00.670Z] 7342f06f26e2: Pushed [2021-01-22T19:36:01.613Z] d71d670f37e3: Pushed [2021-01-22T19:36:01.891Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae: digest: sha256:21e7366bdf29df5dff30350599f77ef15bd27f82289c57599303e4c029122224 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:02.203Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:02.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-22T19:36:02.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-22T19:36:02.536Z] d71d670f37e3: Preparing [2021-01-22T19:36:02.536Z] 03f55eb348ac: Preparing [2021-01-22T19:36:02.536Z] 36152dc903d4: Preparing [2021-01-22T19:36:02.536Z] 2f54b0976cda: Preparing [2021-01-22T19:36:02.536Z] 7342f06f26e2: Preparing [2021-01-22T19:36:02.536Z] 777b2c648970: Preparing [2021-01-22T19:36:02.536Z] 777b2c648970: Waiting [2021-01-22T19:36:02.536Z] 36152dc903d4: Layer already exists [2021-01-22T19:36:02.536Z] 7342f06f26e2: Layer already exists [2021-01-22T19:36:02.536Z] d71d670f37e3: Layer already exists [2021-01-22T19:36:02.536Z] 2f54b0976cda: Layer already exists [2021-01-22T19:36:02.536Z] 03f55eb348ac: Layer already exists [2021-01-22T19:36:02.536Z] 777b2c648970: Layer already exists [2021-01-22T19:36:02.798Z] latest: digest: sha256:21e7366bdf29df5dff30350599f77ef15bd27f82289c57599303e4c029122224 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:03.104Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:03.403Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.12 [2021-01-22T19:36:03.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-22T19:36:03.403Z] d71d670f37e3: Preparing [2021-01-22T19:36:03.403Z] 03f55eb348ac: Preparing [2021-01-22T19:36:03.403Z] 36152dc903d4: Preparing [2021-01-22T19:36:03.403Z] 2f54b0976cda: Preparing [2021-01-22T19:36:03.403Z] 7342f06f26e2: Preparing [2021-01-22T19:36:03.403Z] 777b2c648970: Preparing [2021-01-22T19:36:03.403Z] 777b2c648970: Waiting [2021-01-22T19:36:03.403Z] 36152dc903d4: Layer already exists [2021-01-22T19:36:03.403Z] 2f54b0976cda: Layer already exists [2021-01-22T19:36:03.403Z] 03f55eb348ac: Layer already exists [2021-01-22T19:36:03.403Z] 7342f06f26e2: Layer already exists [2021-01-22T19:36:03.403Z] d71d670f37e3: Layer already exists [2021-01-22T19:36:03.403Z] 777b2c648970: Layer already exists [2021-01-22T19:36:03.403Z] 2.0.0-dev.12: digest: sha256:21e7366bdf29df5dff30350599f77ef15bd27f82289c57599303e4c029122224 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:03.717Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:04.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [2021-01-22T19:36:04.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-22T19:36:04.017Z] d71d670f37e3: Preparing [2021-01-22T19:36:04.017Z] 03f55eb348ac: Preparing [2021-01-22T19:36:04.017Z] 36152dc903d4: Preparing [2021-01-22T19:36:04.017Z] 2f54b0976cda: Preparing [2021-01-22T19:36:04.017Z] 7342f06f26e2: Preparing [2021-01-22T19:36:04.017Z] 777b2c648970: Preparing [2021-01-22T19:36:04.017Z] 777b2c648970: Waiting [2021-01-22T19:36:04.017Z] 7342f06f26e2: Layer already exists [2021-01-22T19:36:04.017Z] 03f55eb348ac: Layer already exists [2021-01-22T19:36:04.017Z] 36152dc903d4: Layer already exists [2021-01-22T19:36:04.017Z] d71d670f37e3: Layer already exists [2021-01-22T19:36:04.017Z] 2f54b0976cda: Layer already exists [2021-01-22T19:36:04.017Z] 777b2c648970: Layer already exists [2021-01-22T19:36:04.017Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12: digest: sha256:21e7366bdf29df5dff30350599f77ef15bd27f82289c57599303e4c029122224 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:04.329Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:04.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-22T19:36:04.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-22T19:36:04.628Z] d71d670f37e3: Preparing [2021-01-22T19:36:04.628Z] 03f55eb348ac: Preparing [2021-01-22T19:36:04.628Z] 36152dc903d4: Preparing [2021-01-22T19:36:04.628Z] 2f54b0976cda: Preparing [2021-01-22T19:36:04.628Z] 7342f06f26e2: Preparing [2021-01-22T19:36:04.628Z] 777b2c648970: Preparing [2021-01-22T19:36:04.628Z] 777b2c648970: Waiting [2021-01-22T19:36:04.628Z] 03f55eb348ac: Layer already exists [2021-01-22T19:36:04.628Z] d71d670f37e3: Layer already exists [2021-01-22T19:36:04.628Z] 36152dc903d4: Layer already exists [2021-01-22T19:36:04.628Z] 7342f06f26e2: Layer already exists [2021-01-22T19:36:04.628Z] 2f54b0976cda: Layer already exists [2021-01-22T19:36:04.628Z] 777b2c648970: Layer already exists [2021-01-22T19:36:04.628Z] master: digest: sha256:21e7366bdf29df5dff30350599f77ef15bd27f82289c57599303e4c029122224 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T19:36:04.836Z] ===================================================== [Pipeline] echo [2021-01-22T19:36:04.885Z] taggedImages: [2021-01-22T19:36:04.885Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:36:04.885Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-22T19:36:04.885Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.12 [2021-01-22T19:36:04.885Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [2021-01-22T19:36:04.885Z] - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T19:36:08.626Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-22T19:36:08.626Z] CGO_ENABLED=1 go vet ./... [2021-01-22T19:36:16.948Z] gofmt -l . [2021-01-22T19:36:16.948Z] [ "`gofmt -l .`" = "" ] [2021-01-22T19:36:16.948Z] ./bin/test-go-mod-tidy.sh [2021-01-22T19:36:17.225Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-22T19:36:18.231Z] $ docker stop --time=1 21614f18f4bf37e68f7d1bf2f808e560a54e57091b15253cc4b326d48d2c9e42 [2021-01-22T19:36:20.472Z] $ docker rm -f 21614f18f4bf37e68f7d1bf2f808e560a54e57091b15253cc4b326d48d2c9e42 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T19:36:21.472Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T19:36:21.493Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T19:36:22.283Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T19:36:22.961Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-22T19:36:23.375Z] + ls -al . [2021-01-22T19:36:23.375Z] total 112 [2021-01-22T19:36:23.375Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 22 19:36 . [2021-01-22T19:36:23.375Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 19:34 .. [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 22 19:34 .dockerignore [2021-01-22T19:36:23.375Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 19:34 .git [2021-01-22T19:36:23.375Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 19:34 .github [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 22 19:34 .gitignore [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 6441 Jan 22 19:34 Attribution.txt [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 2032 Jan 22 19:34 Dockerfile [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 22 19:34 Dockerfile.build [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 22 19:34 Jenkinsfile [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 22 19:34 LICENSE [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 22 19:34 README.md [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 22 19:31 VERSION [2021-01-22T19:36:23.375Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 19:34 bin [2021-01-22T19:36:23.375Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 22 19:35 coverage.out [2021-01-22T19:36:23.375Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 22 19:36 go.mod [2021-01-22T19:36:23.375Z] -rw-r--r-- 1 jenkins jenkins 18280 Jan 22 19:36 go.sum [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 22 19:34 main.go [2021-01-22T19:36:23.375Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 22 19:34 makefile [2021-01-22T19:36:23.375Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 22 19:34 res [2021-01-22T19:36:23.375Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 19:34 snap [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:36:23.770Z] + 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=9cb6a9259b8a37d15f8a96058a1b39c62cdacdae --label arch=arm64 --label version=2.0.0-dev.12 . [2021-01-22T19:36:23.771Z] Sending build context to Docker daemon 119.8kB [2021-01-22T19:36:24.053Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T19:36:24.053Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-22T19:36:24.053Z] ---> 69f98298d9b9 [2021-01-22T19:36:24.053Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-22T19:36:24.330Z] ---> Running in 110c53e8e7f7 [2021-01-22T19:36:24.943Z] Removing intermediate container 110c53e8e7f7 [2021-01-22T19:36:24.943Z] ---> 10b32f9eebfc [2021-01-22T19:36:24.943Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-22T19:36:24.943Z] ---> Running in 4a5e16cd8474 [2021-01-22T19:36:25.541Z] Removing intermediate container 4a5e16cd8474 [2021-01-22T19:36:25.541Z] ---> dacca52654df [2021-01-22T19:36:25.541Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-22T19:36:25.541Z] ---> Running in 5bf33ef3b168 [2021-01-22T19:36:26.137Z] Removing intermediate container 5bf33ef3b168 [2021-01-22T19:36:26.137Z] ---> 451d71bd9798 [2021-01-22T19:36:26.137Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T19:36:26.137Z] ---> Running in 0113bb2a1a42 [2021-01-22T19:36:28.108Z] Removing intermediate container 0113bb2a1a42 [2021-01-22T19:36:28.108Z] ---> 29df7b0666d5 [2021-01-22T19:36:28.108Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-22T19:36:28.383Z] ---> Running in 35f8aa73e294 [2021-01-22T19:36:29.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T19:36:30.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T19:36:31.348Z] OK: 144 MiB in 45 packages [2021-01-22T19:36:32.787Z] Removing intermediate container 35f8aa73e294 [2021-01-22T19:36:32.787Z] ---> 35beafd659ab [2021-01-22T19:36:32.787Z] Step 8/27 : WORKDIR /app [2021-01-22T19:36:32.787Z] ---> Running in 728fe0798900 [2021-01-22T19:36:33.062Z] Removing intermediate container 728fe0798900 [2021-01-22T19:36:33.062Z] ---> 42f2e48668a5 [2021-01-22T19:36:33.062Z] Step 9/27 : COPY go.mod . [2021-01-22T19:36:34.052Z] ---> 6459787ea3a5 [2021-01-22T19:36:34.052Z] Step 10/27 : RUN go mod download [2021-01-22T19:36:34.052Z] ---> Running in 3b1db4c9c4a5 [2021-01-22T19:36:36.023Z] Removing intermediate container 3b1db4c9c4a5 [2021-01-22T19:36:36.023Z] ---> 9e4c6a887b5c [2021-01-22T19:36:36.023Z] Step 11/27 : COPY . . [2021-01-22T19:36:37.014Z] ---> ad0fb33b076c [2021-01-22T19:36:37.014Z] Step 12/27 : ARG MAKE="make build" [2021-01-22T19:36:37.014Z] ---> Running in b59d9bf02f1f [2021-01-22T19:36:37.606Z] Removing intermediate container b59d9bf02f1f [2021-01-22T19:36:37.606Z] ---> c86a7c73ea7a [2021-01-22T19:36:37.606Z] Step 13/27 : RUN $MAKE [2021-01-22T19:36:37.606Z] ---> Running in fa0d92d8ab0a [2021-01-22T19:36:38.583Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.4 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.12" -o app-service-configurable [2021-01-22T19:37:17.624Z] Removing intermediate container fa0d92d8ab0a [2021-01-22T19:37:17.624Z] ---> 3a80a75c36da [2021-01-22T19:37:17.624Z] Step 14/27 : FROM alpine:3.12 [2021-01-22T19:37:17.624Z] 3.12: Pulling from library/alpine [2021-01-22T19:37:17.624Z] 159e5727ea61: Pulling fs layer [2021-01-22T19:37:17.624Z] 159e5727ea61: Verifying Checksum [2021-01-22T19:37:17.624Z] 159e5727ea61: Download complete [2021-01-22T19:37:17.624Z] 159e5727ea61: Pull complete [2021-01-22T19:37:17.624Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T19:37:17.624Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T19:37:17.624Z] ---> afeebe901d6b [2021-01-22T19:37:17.624Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-22T19:37:17.624Z] ---> Running in 5488e7a7d581 [2021-01-22T19:37:17.624Z] Removing intermediate container 5488e7a7d581 [2021-01-22T19:37:17.624Z] ---> e646918756cb [2021-01-22T19:37:17.624Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-22T19:37:17.624Z] ---> Running in ced0dada1458 [2021-01-22T19:37:17.624Z] Removing intermediate container ced0dada1458 [2021-01-22T19:37:17.624Z] ---> a3ea2a1edce4 [2021-01-22T19:37:17.624Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-22T19:37:17.624Z] ---> Running in 008953e37b25 [2021-01-22T19:37:17.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T19:37:17.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T19:37:17.898Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-22T19:37:18.171Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-22T19:37:18.171Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-22T19:37:18.171Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-22T19:37:18.171Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-22T19:37:18.171Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-22T19:37:18.171Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-22T19:37:18.171Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T19:37:18.171Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T19:37:18.443Z] OK: 9 MiB in 21 packages [2021-01-22T19:37:20.427Z] Removing intermediate container 008953e37b25 [2021-01-22T19:37:20.427Z] ---> f0b59cc7031e [2021-01-22T19:37:20.427Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-22T19:37:21.035Z] ---> d4413e13696d [2021-01-22T19:37:21.035Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-22T19:37:22.030Z] ---> ac7e73165b24 [2021-01-22T19:37:22.030Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-22T19:37:22.633Z] ---> f577cda64c0c [2021-01-22T19:37:22.633Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-22T19:37:24.142Z] ---> f24bedc28274 [2021-01-22T19:37:24.142Z] Step 22/27 : EXPOSE 48095 [2021-01-22T19:37:24.142Z] ---> Running in 017623b858e8 [2021-01-22T19:37:24.740Z] Removing intermediate container 017623b858e8 [2021-01-22T19:37:24.740Z] ---> 6934f65e1786 [2021-01-22T19:37:24.740Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-22T19:37:24.740Z] ---> Running in b71456c8e9b0 [2021-01-22T19:37:25.342Z] Removing intermediate container b71456c8e9b0 [2021-01-22T19:37:25.342Z] ---> 8d92af0bcc53 [2021-01-22T19:37:25.342Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T19:37:25.342Z] ---> Running in c7b484c5c227 [2021-01-22T19:37:25.938Z] Removing intermediate container c7b484c5c227 [2021-01-22T19:37:25.938Z] ---> 2e517685bd5d [2021-01-22T19:37:25.938Z] Step 25/27 : LABEL arch=arm64 [2021-01-22T19:37:25.938Z] ---> Running in 0ab8641cb2de [2021-01-22T19:37:26.536Z] Removing intermediate container 0ab8641cb2de [2021-01-22T19:37:26.537Z] ---> 8ba3b7d6510d [2021-01-22T19:37:26.537Z] Step 26/27 : LABEL git_sha=9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:37:26.537Z] ---> Running in 40619d2b84e7 [2021-01-22T19:37:27.133Z] Removing intermediate container 40619d2b84e7 [2021-01-22T19:37:27.133Z] ---> f08720285205 [2021-01-22T19:37:27.133Z] Step 27/27 : LABEL version=2.0.0-dev.12 [2021-01-22T19:37:27.133Z] ---> Running in 64b7c77c24a8 [2021-01-22T19:37:27.728Z] Removing intermediate container 64b7c77c24a8 [2021-01-22T19:37:27.728Z] ---> f4eb2d9eac01 [2021-01-22T19:37:27.728Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-22T19:37:27.728Z] Successfully built f4eb2d9eac01 [2021-01-22T19:37:27.728Z] 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-01-22T19:37:28.420Z] provisioning config files... [2021-01-22T19:37:28.452Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/78@tmp/config2187877394043894304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:37:28.855Z] ---> docker-login.sh [2021-01-22T19:37:28.855Z] nexus3.edgexfoundry.org:10001 [2021-01-22T19:37:29.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:37:29.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:37:29.403Z] Configure a credential helper to remove this warning. See [2021-01-22T19:37:29.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:37:29.403Z] [2021-01-22T19:37:29.403Z] Login Succeeded [2021-01-22T19:37:29.403Z] nexus3.edgexfoundry.org:10002 [2021-01-22T19:37:29.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:37:29.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:37:29.953Z] Configure a credential helper to remove this warning. See [2021-01-22T19:37:29.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:37:29.953Z] [2021-01-22T19:37:29.953Z] Login Succeeded [2021-01-22T19:37:29.953Z] nexus3.edgexfoundry.org:10003 [2021-01-22T19:37:30.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:37:30.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:37:30.556Z] Configure a credential helper to remove this warning. See [2021-01-22T19:37:30.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:37:30.556Z] [2021-01-22T19:37:30.556Z] Login Succeeded [2021-01-22T19:37:30.556Z] nexus3.edgexfoundry.org:10004 [2021-01-22T19:37:31.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:37:31.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:37:31.152Z] Configure a credential helper to remove this warning. See [2021-01-22T19:37:31.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:37:31.152Z] [2021-01-22T19:37:31.152Z] Login Succeeded [2021-01-22T19:37:31.152Z] docker.io [2021-01-22T19:37:31.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T19:37:32.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T19:37:32.024Z] Configure a credential helper to remove this warning. See [2021-01-22T19:37:32.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T19:37:32.024Z] [2021-01-22T19:37:32.024Z] Login Succeeded [2021-01-22T19:37:32.024Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T19:37:32.045Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T19:37:32.245Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-22T19:37:32.245Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:37:32.245Z] latest [2021-01-22T19:37:32.245Z] 2.0.0-dev.12 [2021-01-22T19:37:32.245Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [2021-01-22T19:37:32.245Z] master [2021-01-22T19:37:32.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:32.774Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:33.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:37:33.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-22T19:37:33.121Z] c1965fa7606c: Preparing [2021-01-22T19:37:33.121Z] 2f1d54fb9e32: Preparing [2021-01-22T19:37:33.121Z] 0701a144e94d: Preparing [2021-01-22T19:37:33.121Z] 9846afb3c780: Preparing [2021-01-22T19:37:33.121Z] 69c258ca56b9: Preparing [2021-01-22T19:37:33.121Z] 379067d0cb53: Preparing [2021-01-22T19:37:33.121Z] 379067d0cb53: Waiting [2021-01-22T19:37:33.720Z] 0701a144e94d: Pushed [2021-01-22T19:37:33.720Z] 9846afb3c780: Pushed [2021-01-22T19:37:33.720Z] 2f1d54fb9e32: Pushed [2021-01-22T19:37:33.720Z] 379067d0cb53: Layer already exists [2021-01-22T19:37:34.314Z] 69c258ca56b9: Pushed [2021-01-22T19:37:36.927Z] c1965fa7606c: Pushed [2021-01-22T19:37:36.927Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae: digest: sha256:8eaa7683a6160a1c5912c57968c2c9cd6ecfcf486655d5d5bf094477033a1dcf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:37.275Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:37.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-22T19:37:37.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-22T19:37:37.617Z] c1965fa7606c: Preparing [2021-01-22T19:37:37.617Z] 2f1d54fb9e32: Preparing [2021-01-22T19:37:37.617Z] 0701a144e94d: Preparing [2021-01-22T19:37:37.617Z] 9846afb3c780: Preparing [2021-01-22T19:37:37.617Z] 69c258ca56b9: Preparing [2021-01-22T19:37:37.617Z] 379067d0cb53: Preparing [2021-01-22T19:37:37.617Z] 379067d0cb53: Waiting [2021-01-22T19:37:37.890Z] 2f1d54fb9e32: Layer already exists [2021-01-22T19:37:37.890Z] c1965fa7606c: Layer already exists [2021-01-22T19:37:37.890Z] 9846afb3c780: Layer already exists [2021-01-22T19:37:37.890Z] 69c258ca56b9: Layer already exists [2021-01-22T19:37:37.890Z] 0701a144e94d: Layer already exists [2021-01-22T19:37:37.890Z] 379067d0cb53: Layer already exists [2021-01-22T19:37:37.890Z] latest: digest: sha256:8eaa7683a6160a1c5912c57968c2c9cd6ecfcf486655d5d5bf094477033a1dcf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:38.234Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:38.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.12 [2021-01-22T19:37:38.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-22T19:37:38.576Z] c1965fa7606c: Preparing [2021-01-22T19:37:38.576Z] 2f1d54fb9e32: Preparing [2021-01-22T19:37:38.576Z] 0701a144e94d: Preparing [2021-01-22T19:37:38.576Z] 9846afb3c780: Preparing [2021-01-22T19:37:38.576Z] 69c258ca56b9: Preparing [2021-01-22T19:37:38.576Z] 379067d0cb53: Preparing [2021-01-22T19:37:38.576Z] 379067d0cb53: Waiting [2021-01-22T19:37:38.849Z] 0701a144e94d: Layer already exists [2021-01-22T19:37:38.849Z] 69c258ca56b9: Layer already exists [2021-01-22T19:37:38.849Z] 9846afb3c780: Layer already exists [2021-01-22T19:37:38.849Z] c1965fa7606c: Layer already exists [2021-01-22T19:37:38.849Z] 2f1d54fb9e32: Layer already exists [2021-01-22T19:37:38.849Z] 379067d0cb53: Layer already exists [2021-01-22T19:37:38.849Z] 2.0.0-dev.12: digest: sha256:8eaa7683a6160a1c5912c57968c2c9cd6ecfcf486655d5d5bf094477033a1dcf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:39.194Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:39.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [2021-01-22T19:37:39.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-22T19:37:39.535Z] c1965fa7606c: Preparing [2021-01-22T19:37:39.535Z] 2f1d54fb9e32: Preparing [2021-01-22T19:37:39.535Z] 0701a144e94d: Preparing [2021-01-22T19:37:39.535Z] 9846afb3c780: Preparing [2021-01-22T19:37:39.535Z] 69c258ca56b9: Preparing [2021-01-22T19:37:39.535Z] 379067d0cb53: Preparing [2021-01-22T19:37:39.535Z] 379067d0cb53: Waiting [2021-01-22T19:37:39.811Z] 9846afb3c780: Layer already exists [2021-01-22T19:37:39.811Z] c1965fa7606c: Layer already exists [2021-01-22T19:37:39.811Z] 0701a144e94d: Layer already exists [2021-01-22T19:37:39.811Z] 2f1d54fb9e32: Layer already exists [2021-01-22T19:37:39.811Z] 69c258ca56b9: Layer already exists [2021-01-22T19:37:39.811Z] 379067d0cb53: Layer already exists [2021-01-22T19:37:39.811Z] 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12: digest: sha256:8eaa7683a6160a1c5912c57968c2c9cd6ecfcf486655d5d5bf094477033a1dcf size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:40.158Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:40.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-22T19:37:40.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-22T19:37:40.494Z] c1965fa7606c: Preparing [2021-01-22T19:37:40.494Z] 2f1d54fb9e32: Preparing [2021-01-22T19:37:40.494Z] 0701a144e94d: Preparing [2021-01-22T19:37:40.494Z] 9846afb3c780: Preparing [2021-01-22T19:37:40.494Z] 69c258ca56b9: Preparing [2021-01-22T19:37:40.494Z] 379067d0cb53: Preparing [2021-01-22T19:37:40.494Z] 379067d0cb53: Waiting [2021-01-22T19:37:40.765Z] 69c258ca56b9: Layer already exists [2021-01-22T19:37:40.765Z] c1965fa7606c: Layer already exists [2021-01-22T19:37:40.765Z] 9846afb3c780: Layer already exists [2021-01-22T19:37:40.765Z] 0701a144e94d: Layer already exists [2021-01-22T19:37:40.765Z] 2f1d54fb9e32: Layer already exists [2021-01-22T19:37:40.765Z] 379067d0cb53: Layer already exists [2021-01-22T19:37:40.765Z] master: digest: sha256:8eaa7683a6160a1c5912c57968c2c9cd6ecfcf486655d5d5bf094477033a1dcf size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-22T19:37:40.967Z] ===================================================== [Pipeline] echo [2021-01-22T19:37:41.052Z] taggedImages: [2021-01-22T19:37:41.052Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [2021-01-22T19:37:41.052Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-22T19:37:41.052Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.12 [2021-01-22T19:37:41.052Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:9cb6a9259b8a37d15f8a96058a1b39c62cdacdae-2.0.0-dev.12 [2021-01-22T19:37:41.052Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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-01-22T19:37:42.276Z] provisioning config files... [2021-01-22T19:37:42.287Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config3549964414455766307tmp [Pipeline] { [Pipeline] sh [2021-01-22T19:37:42.672Z] + set +x [2021-01-22T19:37:42.672Z] + curl -s https://codecov.io/bash [2021-01-22T19:37:42.672Z] + bash -s -- [2021-01-22T19:37:42.936Z] [2021-01-22T19:37:42.936Z] _____ _ [2021-01-22T19:37:42.936Z] / ____| | | [2021-01-22T19:37:42.936Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T19:37:42.936Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T19:37:42.936Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T19:37:42.936Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T19:37:42.936Z] Bash-20210115-cec3c92 [2021-01-22T19:37:42.936Z] [2021-01-22T19:37:42.936Z] [2021-01-22T19:37:42.936Z] ==> git version 2.24.3 found [2021-01-22T19:37:42.936Z] ==> 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-01-22T19:37:42.936Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T19:37:42.936Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T19:37:42.936Z] ==> Jenkins CI detected. [2021-01-22T19:37:42.936Z] project root: . [2021-01-22T19:37:42.936Z] --> token set from env [2021-01-22T19:37:42.936Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T19:37:42.936Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T19:37:42.936Z] ==> Python coveragepy not found [2021-01-22T19:37:42.936Z] ==> Searching for coverage reports in: [2021-01-22T19:37:42.936Z] + . [2021-01-22T19:37:42.936Z] -> Found 1 reports [2021-01-22T19:37:42.936Z] ==> Detecting git/mercurial file structure [2021-01-22T19:37:42.936Z] ==> Reading reports [2021-01-22T19:37:42.936Z] + ./coverage.out bytes=10 [2021-01-22T19:37:42.936Z] ==> Appending adjustments [2021-01-22T19:37:42.936Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T19:37:42.936Z] + Found adjustments [2021-01-22T19:37:42.936Z] ==> Gzipping contents [2021-01-22T19:37:43.199Z] 4.0K /tmp/codecov.PH6Owh.gz [2021-01-22T19:37:43.199Z] ==> Uploading reports [2021-01-22T19:37:43.199Z] url: https://codecov.io [2021-01-22T19:37:43.199Z] query: branch=master&commit=9cb6a9259b8a37d15f8a96058a1b39c62cdacdae&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F78%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T19:37:43.199Z] -> Pinging Codecov [2021-01-22T19:37:43.199Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=9cb6a9259b8a37d15f8a96058a1b39c62cdacdae&build=78&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F78%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-22T19:37:43.462Z] -> Uploading to [2021-01-22T19:37:43.462Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/A97CA9966030D2A3747ED39772930CCE/9cb6a9259b8a37d15f8a96058a1b39c62cdacdae/b9e39e9f-ae77-4b95-ab1d-00701b367fe1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T193743Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c556752d0f569e8e7bc8bb3c5945200ee956218c0fb0f3a9d4d4fd194bfb3272 [2021-01-22T19:37:43.462Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T19:37:43.462Z] Dload Upload Total Spent Left Speed [2021-01-22T19:37:43.987Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 833 --:--:-- --:--:-- --:--:-- 832 [2021-01-22T19:37:43.987Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [Pipeline] } [2021-01-22T19:37:44.002Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-22T19:37:44.871Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-22T19:37:44.926Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:45.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T19:37:45.267Z] [2021-01-22T19:37:45.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:37:45.633Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T19:37:45.633Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-22T19:37:45.633Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T19:37:45.633Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T19:37:45.633Z] de9db76c5a1d: Pulling fs layer [2021-01-22T19:37:45.633Z] 0eba1c9be4d2: Pulling fs layer [2021-01-22T19:37:45.633Z] 0d57e429df01: Pulling fs layer [2021-01-22T19:37:45.633Z] 4e4be7b47b0d: Pulling fs layer [2021-01-22T19:37:45.633Z] e1f770b5df2f: Pulling fs layer [2021-01-22T19:37:45.633Z] 85a0685a4137: Pulling fs layer [2021-01-22T19:37:45.633Z] 4e4be7b47b0d: Waiting [2021-01-22T19:37:45.633Z] e1f770b5df2f: Waiting [2021-01-22T19:37:45.633Z] 0d57e429df01: Waiting [2021-01-22T19:37:45.633Z] 85a0685a4137: Waiting [2021-01-22T19:37:45.633Z] de9db76c5a1d: Verifying Checksum [2021-01-22T19:37:45.633Z] de9db76c5a1d: Download complete [2021-01-22T19:37:45.633Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T19:37:45.633Z] 0ef7d3d256c8: Download complete [2021-01-22T19:37:45.633Z] 0d57e429df01: Download complete [2021-01-22T19:37:45.633Z] 4e4be7b47b0d: Verifying Checksum [2021-01-22T19:37:45.633Z] 4e4be7b47b0d: Download complete [2021-01-22T19:37:45.633Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T19:37:45.633Z] 188c0c94c7c5: Download complete [2021-01-22T19:37:46.212Z] 188c0c94c7c5: Pull complete [2021-01-22T19:37:46.476Z] 0ef7d3d256c8: Pull complete [2021-01-22T19:37:46.476Z] de9db76c5a1d: Pull complete [2021-01-22T19:37:47.427Z] e1f770b5df2f: Verifying Checksum [2021-01-22T19:37:47.427Z] e1f770b5df2f: Download complete [2021-01-22T19:37:49.994Z] 0eba1c9be4d2: Verifying Checksum [2021-01-22T19:37:49.994Z] 0eba1c9be4d2: Download complete [2021-01-22T19:37:49.994Z] 85a0685a4137: Verifying Checksum [2021-01-22T19:37:49.994Z] 85a0685a4137: Download complete [2021-01-22T19:37:55.341Z] 0eba1c9be4d2: Pull complete [2021-01-22T19:37:55.341Z] 0d57e429df01: Pull complete [2021-01-22T19:37:55.341Z] 4e4be7b47b0d: Pull complete [2021-01-22T19:38:00.655Z] e1f770b5df2f: Pull complete [2021-01-22T19:38:07.325Z] 85a0685a4137: Pull complete [2021-01-22T19:38:07.325Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-22T19:38:07.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-22T19:38:07.325Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-22T19:38:07.547Z] prd-centos7-docker-4c-2g-22322 does not seem to be running inside a container [2021-01-22T19:38:07.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-22T19:38:08.756Z] $ docker top 8d57ca6b2129a6fe43ff33c3fa1198e77409485f1d17dd9f7319dfe2c92aa760 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T19:38:09.010Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-22T19:38:09.315Z] + set -o pipefail [2021-01-22T19:38:09.315Z] + snyk monitor '--org=edgex-jenkins' [2021-01-22T19:38:21.612Z] [2021-01-22T19:38:21.612Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-01-22T19:38:21.612Z] [2021-01-22T19:38:21.612Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/6d84228d-b159-4ea4-9e3a-cdffdb735631 [2021-01-22T19:38:21.612Z] [2021-01-22T19:38:21.612Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-22T19:38:21.612Z] [2021-01-22T19:38:21.612Z] [Pipeline] } [2021-01-22T19:38:21.627Z] $ docker stop --time=1 8d57ca6b2129a6fe43ff33c3fa1198e77409485f1d17dd9f7319dfe2c92aa760 [2021-01-22T19:38:24.386Z] $ docker rm -f 8d57ca6b2129a6fe43ff33c3fa1198e77409485f1d17dd9f7319dfe2c92aa760 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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-01-22T19:38:26.328Z] + git log --format=format:%s -1 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:38:26.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:38:26.651Z] . [Pipeline] withDockerContainer [2021-01-22T19:38:26.757Z] prd-centos7-docker-4c-2g-22322 does not seem to be running inside a container [2021-01-22T19:38:26.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T19:38:27.671Z] $ docker top 38f8ba582bbbc135f0ea53b62b73d5a7ad052e2cff1ba555cc7b9be2e44a97da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T19:38:28.006Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T19:38:28.006Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T19:38:28.256Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T19:38:28.260Z] $ docker exec 38f8ba582bbbc135f0ea53b62b73d5a7ad052e2cff1ba555cc7b9be2e44a97da ssh-agent [2021-01-22T19:38:28.440Z] SSH_AUTH_SOCK=/tmp/ssh-cAiPA3HOs1Ut/agent.11 [2021-01-22T19:38:28.440Z] SSH_AGENT_PID=17 [2021-01-22T19:38:28.447Z] Running ssh-add (command line suppressed) [2021-01-22T19:38:28.582Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4710762127554875315.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4710762127554875315.key) [2021-01-22T19:38:28.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T19:38:28.970Z] + git semver tag [2021-01-22T19:38:28.971Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T19:38:28.971Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-22T19:38:28.971Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-22T19:38:28.971Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T19:38:28.971Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T19:38:28.971Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T19:38:28.971Z] # $SEMVER_BRANCH = master [2021-01-22T19:38:28.971Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-22T19:38:28.971Z] # 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae HEAD [2021-01-22T19:38:28.971Z] # -> Force: false [2021-01-22T19:38:28.971Z] # 966725724b2c68e50d90e34a3101dd01debb88b2 refs/tags/v2.0.0-dev.12 [Pipeline] } [2021-01-22T19:38:28.984Z] $ docker exec --env ******** --env ******** 38f8ba582bbbc135f0ea53b62b73d5a7ad052e2cff1ba555cc7b9be2e44a97da ssh-agent -k [2021-01-22T19:38:29.113Z] unset SSH_AUTH_SOCK; [2021-01-22T19:38:29.114Z] unset SSH_AGENT_PID; [2021-01-22T19:38:29.114Z] echo Agent pid 17 killed; [2021-01-22T19:38:29.166Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T19:38:29.624Z] + git semver [Pipeline] } [2021-01-22T19:38:29.643Z] $ docker stop --time=1 38f8ba582bbbc135f0ea53b62b73d5a7ad052e2cff1ba555cc7b9be2e44a97da [2021-01-22T19:38:31.058Z] $ docker rm -f 38f8ba582bbbc135f0ea53b62b73d5a7ad052e2cff1ba555cc7b9be2e44a97da [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:38:31.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T19:38:31.770Z] [2021-01-22T19:38:31.770Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:38:32.121Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T19:38:32.121Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-22T19:38:32.121Z] ab5ef0e58194: Pulling fs layer [2021-01-22T19:38:32.122Z] 9712f1f96733: Pulling fs layer [2021-01-22T19:38:32.122Z] 63f879dbbcfc: Pulling fs layer [2021-01-22T19:38:32.122Z] 0d9ebad4ef96: Pulling fs layer [2021-01-22T19:38:32.122Z] e9a5061849ea: Pulling fs layer [2021-01-22T19:38:32.122Z] d747dcd14b5f: Pulling fs layer [2021-01-22T19:38:32.122Z] 2de7ff778b66: Pulling fs layer [2021-01-22T19:38:32.122Z] e9a5061849ea: Waiting [2021-01-22T19:38:32.122Z] d747dcd14b5f: Waiting [2021-01-22T19:38:32.122Z] 0d9ebad4ef96: Waiting [2021-01-22T19:38:32.122Z] 2de7ff778b66: Waiting [2021-01-22T19:38:32.122Z] 9712f1f96733: Download complete [2021-01-22T19:38:33.081Z] 63f879dbbcfc: Verifying Checksum [2021-01-22T19:38:33.081Z] 63f879dbbcfc: Download complete [2021-01-22T19:38:33.347Z] e9a5061849ea: Verifying Checksum [2021-01-22T19:38:33.347Z] e9a5061849ea: Download complete [2021-01-22T19:38:33.347Z] d747dcd14b5f: Verifying Checksum [2021-01-22T19:38:33.347Z] d747dcd14b5f: Download complete [2021-01-22T19:38:33.929Z] 2de7ff778b66: Verifying Checksum [2021-01-22T19:38:33.929Z] 2de7ff778b66: Download complete [2021-01-22T19:38:33.929Z] 0d9ebad4ef96: Verifying Checksum [2021-01-22T19:38:33.929Z] 0d9ebad4ef96: Download complete [2021-01-22T19:38:34.196Z] ab5ef0e58194: Verifying Checksum [2021-01-22T19:38:34.196Z] ab5ef0e58194: Download complete [2021-01-22T19:38:38.454Z] ab5ef0e58194: Pull complete [2021-01-22T19:38:38.722Z] 9712f1f96733: Pull complete [2021-01-22T19:38:41.281Z] 63f879dbbcfc: Pull complete [2021-01-22T19:38:48.284Z] 0d9ebad4ef96: Pull complete [2021-01-22T19:38:50.861Z] e9a5061849ea: Pull complete [2021-01-22T19:38:51.439Z] d747dcd14b5f: Pull complete [2021-01-22T19:38:53.371Z] 2de7ff778b66: Pull complete [2021-01-22T19:38:53.371Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-22T19:38:53.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-22T19:38:53.371Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-22T19:38:53.609Z] prd-centos7-docker-4c-2g-22322 does not seem to be running inside a container [2021-01-22T19:38:53.665Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-22T19:38:57.217Z] $ docker top f1bf47bff17643bc466fb83259aaa78ab8e2ebf1ae7913296a071cf8ed63f47c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-22T19:38:57.421Z] provisioning config files... [2021-01-22T19:38:57.430Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config1763274344997826160tmp [2021-01-22T19:38:57.446Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config664704096273641322tmp [2021-01-22T19:38:57.463Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config3004754837384990106tmp [Pipeline] { [Pipeline] echo [2021-01-22T19:38:57.513Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:38:57.810Z] ---> sigul-configuration.sh [2021-01-22T19:38:57.810Z] gpg: directory `/root/.gnupg' created [2021-01-22T19:38:57.810Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-22T19:38:57.810Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-22T19:38:57.810Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-22T19:38:57.811Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-22T19:38:57.811Z] gpg: CAST5 encrypted data [2021-01-22T19:38:58.073Z] gpg: encrypted with 1 passphrase [2021-01-22T19:38:58.073Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-22T19:38:58.372Z] + mkdir /home/jenkins [2021-01-22T19:38:58.372Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-22T19:38:58.694Z] + 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-01-22T19:38:58.712Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:38:59.027Z] ---> sigul-install.sh [2021-01-22T19:39:05.637Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-22T19:39:05.940Z] + git tag --list [2021-01-22T19:39:05.940Z] v1.0.0 [2021-01-22T19:39:05.940Z] v1.1.0 [2021-01-22T19:39:05.940Z] v1.2.0 [2021-01-22T19:39:05.940Z] v1.3.0 [2021-01-22T19:39:05.940Z] v2.0.0-dev.1 [2021-01-22T19:39:05.940Z] v2.0.0-dev.10 [2021-01-22T19:39:05.940Z] v2.0.0-dev.11 [2021-01-22T19:39:05.940Z] v2.0.0-dev.12 [2021-01-22T19:39:05.940Z] v2.0.0-dev.2 [2021-01-22T19:39:05.940Z] v2.0.0-dev.3 [2021-01-22T19:39:05.940Z] v2.0.0-dev.4 [2021-01-22T19:39:05.940Z] v2.0.0-dev.5 [2021-01-22T19:39:05.940Z] v2.0.0-dev.6 [2021-01-22T19:39:05.940Z] v2.0.0-dev.7 [2021-01-22T19:39:05.940Z] v2.0.0-dev.8 [2021-01-22T19:39:05.940Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-22T19:39:06.254Z] + lftools sign git-tag v2.0.0-dev.12 [2021-01-22T19:39:07.677Z] Signing Git tag with Sigul... [2021-01-22T19:39:07.677Z] Signing v2.0.0-dev.12 [Pipeline] echo [2021-01-22T19:39:08.636Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:39:08.936Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-22T19:39:08.946Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-22T19:39:09.043Z] $ docker stop --time=1 f1bf47bff17643bc466fb83259aaa78ab8e2ebf1ae7913296a071cf8ed63f47c [2021-01-22T19:39:11.165Z] $ docker rm -f f1bf47bff17643bc466fb83259aaa78ab8e2ebf1ae7913296a071cf8ed63f47c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:39:12.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:39:12.102Z] . [Pipeline] withDockerContainer [2021-01-22T19:39:12.212Z] prd-centos7-docker-4c-2g-22322 does not seem to be running inside a container [2021-01-22T19:39:12.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T19:39:13.093Z] $ docker top a5ff3f6b52fdbc65db912f09fcab5302136001e7b09eba3d66a8b4ca6c3aa810 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T19:39:13.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T19:39:13.383Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T19:39:13.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T19:39:13.643Z] $ docker exec a5ff3f6b52fdbc65db912f09fcab5302136001e7b09eba3d66a8b4ca6c3aa810 ssh-agent [2021-01-22T19:39:13.847Z] SSH_AUTH_SOCK=/tmp/ssh-CjceKajoudNq/agent.12 [2021-01-22T19:39:13.847Z] SSH_AGENT_PID=17 [2021-01-22T19:39:13.856Z] Running ssh-add (command line suppressed) [2021-01-22T19:39:13.998Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2983148648189026408.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2983148648189026408.key) [2021-01-22T19:39:14.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T19:39:14.397Z] + git semver bump pre [2021-01-22T19:39:14.397Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T19:39:14.397Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-22T19:39:14.397Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-22T19:39:14.397Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T19:39:14.397Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T19:39:14.397Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T19:39:14.397Z] # $SEMVER_BRANCH = master [2021-01-22T19:39:14.397Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-22T19:39:14.397Z] 2.0.0-dev.13 [Pipeline] } [2021-01-22T19:39:14.409Z] $ docker exec --env ******** --env ******** a5ff3f6b52fdbc65db912f09fcab5302136001e7b09eba3d66a8b4ca6c3aa810 ssh-agent -k [2021-01-22T19:39:14.545Z] unset SSH_AUTH_SOCK; [2021-01-22T19:39:14.546Z] unset SSH_AGENT_PID; [2021-01-22T19:39:14.546Z] echo Agent pid 17 killed; [2021-01-22T19:39:14.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T19:39:15.065Z] + git semver [Pipeline] } [2021-01-22T19:39:15.085Z] $ docker stop --time=1 a5ff3f6b52fdbc65db912f09fcab5302136001e7b09eba3d66a8b4ca6c3aa810 [2021-01-22T19:39:16.451Z] $ docker rm -f a5ff3f6b52fdbc65db912f09fcab5302136001e7b09eba3d66a8b4ca6c3aa810 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:39:17.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:39:17.029Z] . [Pipeline] withDockerContainer [2021-01-22T19:39:17.142Z] prd-centos7-docker-4c-2g-22322 does not seem to be running inside a container [2021-01-22T19:39:17.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T19:39:17.815Z] $ docker top 9aa4e07b79340b4b99e096c5df6ca547bcb0bd62bea620b05c604cd44dcb3c60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T19:39:18.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T19:39:18.144Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T19:39:18.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T19:39:18.392Z] $ docker exec 9aa4e07b79340b4b99e096c5df6ca547bcb0bd62bea620b05c604cd44dcb3c60 ssh-agent [2021-01-22T19:39:18.587Z] SSH_AUTH_SOCK=/tmp/ssh-3OsBPig6JcMW/agent.12 [2021-01-22T19:39:18.587Z] SSH_AGENT_PID=18 [2021-01-22T19:39:18.594Z] Running ssh-add (command line suppressed) [2021-01-22T19:39:18.730Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1296427653048689258.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1296427653048689258.key) [2021-01-22T19:39:18.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T19:39:19.134Z] + git semver push [2021-01-22T19:39:19.134Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T19:39:19.134Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-22T19:39:19.134Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-22T19:39:19.134Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T19:39:19.134Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T19:39:19.134Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T19:39:19.134Z] # $SEMVER_BRANCH = master [2021-01-22T19:39:19.134Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-22T19:39:25.756Z] $ docker exec --env ******** --env ******** 9aa4e07b79340b4b99e096c5df6ca547bcb0bd62bea620b05c604cd44dcb3c60 ssh-agent -k [2021-01-22T19:39:25.924Z] unset SSH_AUTH_SOCK; [2021-01-22T19:39:25.926Z] unset SSH_AGENT_PID; [2021-01-22T19:39:25.926Z] echo Agent pid 18 killed; [2021-01-22T19:39:25.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T19:39:26.515Z] + git semver [Pipeline] } [2021-01-22T19:39:26.536Z] $ docker stop --time=1 9aa4e07b79340b4b99e096c5df6ca547bcb0bd62bea620b05c604cd44dcb3c60 [2021-01-22T19:39:27.896Z] $ docker rm -f 9aa4e07b79340b4b99e096c5df6ca547bcb0bd62bea620b05c604cd44dcb3c60 [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-01-22T19:39:29.159Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:39:29.725Z] ---> package-listing.sh [2021-01-22T19:39:29.725Z] ++ facter osfamily [2021-01-22T19:39:29.725Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T19:39:29.725Z] + OS_FAMILY=redhat [2021-01-22T19:39:29.725Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-22T19:39:29.725Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T19:39:29.725Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T19:39:29.725Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T19:39:29.725Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T19:39:29.725Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-22T19:39:29.725Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T19:39:29.725Z] + case "${OS_FAMILY}" in [2021-01-22T19:39:29.725Z] + rpm -qa [2021-01-22T19:39:29.725Z] + sort [2021-01-22T19:39:35.208Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T19:39:35.208Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T19:39:35.208Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T19:39:35.208Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-22T19:39:35.208Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-22T19:39:35.208Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-01-22T19:39:35.225Z] 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-01-22T19:39:35.529Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:39:35.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T19:39:35.844Z] [2021-01-22T19:39:35.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:39:36.205Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T19:39:36.205Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T19:39:36.205Z] df20fa9351a1: Pulling fs layer [2021-01-22T19:39:36.205Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T19:39:36.205Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T19:39:36.205Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T19:39:36.205Z] 93b61091891f: Pulling fs layer [2021-01-22T19:39:36.205Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T19:39:36.205Z] 5e14af77c1be: Pulling fs layer [2021-01-22T19:39:36.205Z] 01666e4c0597: Pulling fs layer [2021-01-22T19:39:36.205Z] aa168da1d23b: Pulling fs layer [2021-01-22T19:39:36.205Z] 5e14af77c1be: Waiting [2021-01-22T19:39:36.205Z] 93b61091891f: Waiting [2021-01-22T19:39:36.205Z] 93b9cdb0e59b: Waiting [2021-01-22T19:39:36.205Z] 01666e4c0597: Waiting [2021-01-22T19:39:36.205Z] aa168da1d23b: Waiting [2021-01-22T19:39:36.205Z] 46f8f816bc3b: Waiting [2021-01-22T19:39:36.205Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T19:39:36.205Z] 36b3adc4ff6f: Download complete [2021-01-22T19:39:36.205Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T19:39:36.205Z] 46f8f816bc3b: Download complete [2021-01-22T19:39:36.471Z] df20fa9351a1: Verifying Checksum [2021-01-22T19:39:36.471Z] df20fa9351a1: Download complete [2021-01-22T19:39:36.471Z] 93b61091891f: Download complete [2021-01-22T19:39:36.471Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T19:39:36.471Z] 93b9cdb0e59b: Download complete [2021-01-22T19:39:36.471Z] 5e14af77c1be: Verifying Checksum [2021-01-22T19:39:36.471Z] 5e14af77c1be: Download complete [2021-01-22T19:39:36.471Z] 01666e4c0597: Verifying Checksum [2021-01-22T19:39:36.471Z] 01666e4c0597: Download complete [2021-01-22T19:39:36.741Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T19:39:36.741Z] 8ad3a11d3b57: Download complete [2021-01-22T19:39:36.741Z] df20fa9351a1: Pull complete [2021-01-22T19:39:37.324Z] 36b3adc4ff6f: Pull complete [2021-01-22T19:39:38.287Z] 8ad3a11d3b57: Pull complete [2021-01-22T19:39:38.287Z] 46f8f816bc3b: Pull complete [2021-01-22T19:39:38.552Z] aa168da1d23b: Verifying Checksum [2021-01-22T19:39:38.552Z] aa168da1d23b: Download complete [2021-01-22T19:39:38.814Z] 93b61091891f: Pull complete [2021-01-22T19:39:39.076Z] 93b9cdb0e59b: Pull complete [2021-01-22T19:39:39.076Z] 5e14af77c1be: Pull complete [2021-01-22T19:39:39.350Z] 01666e4c0597: Pull complete [2021-01-22T19:39:45.976Z] aa168da1d23b: Pull complete [2021-01-22T19:39:45.976Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T19:39:45.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T19:39:45.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T19:39:46.159Z] prd-centos7-docker-4c-2g-22322 does not seem to be running inside a container [2021-01-22T19:39:46.207Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T19:39:49.487Z] $ docker top cdc614ade4b9d6bb9f19d16f502e6057e916f91d50e67715b1cde886c1e2d130 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:39:49.983Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T19:39:50.284Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T19:39:50.589Z] + ls /var/log/sa-host [2021-01-22T19:39:50.589Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T19:39:50.589Z] file_magic: OK [2021-01-22T19:39:50.589Z] HZ: Using current value: 100 [2021-01-22T19:39:50.589Z] file_header: OK [2021-01-22T19:39:50.589Z] 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-01-22T19:39:50.589Z] Statistics: [2021-01-22T19:39:50.589Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T19:39:50.589Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T19:39:50.589Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T19:39:50.589Z] file_magic: OK [2021-01-22T19:39:50.589Z] HZ: Using current value: 100 [2021-01-22T19:39:50.589Z] file_header: OK [2021-01-22T19:39:50.589Z] 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-01-22T19:39:50.589Z] Statistics: [2021-01-22T19:39:50.589Z] Hnuu...uuuununununu... [2021-01-22T19:39:50.589Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T19:39:50.846Z] provisioning config files... [2021-01-22T19:39:50.872Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config5599856701643856683tmp [Pipeline] { [Pipeline] echo [2021-01-22T19:39:51.000Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:39:51.665Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T19:39:51.678Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T19:39:51.767Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:39:52.064Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T19:39:52.076Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:39:52.375Z] ---> sudo-logs.sh [2021-01-22T19:39:52.375Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T19:39:52.387Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:39:52.695Z] ---> job-cost.sh [2021-01-22T19:39:52.695Z] lf-activate-venv: SKIPPING [2021-01-22T19:39:52.695Z] INFO: No Stack... [2021-01-22T19:39:53.643Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T19:39:54.217Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T19:39:54.230Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:39:54.528Z] ---> logs-deploy.sh [2021-01-22T19:39:54.528Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/78 [2021-01-22T19:39:54.528Z] INFO: archiving workspace using pattern(s): [2021-01-22T19:39:56.449Z] Archives upload complete. [2021-01-22T19:39:56.449Z] INFO: archiving logs to Nexus