Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2b5516710491a318eb9d8aa999b6475b972a2de 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22703 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b2b5516710491a318eb9d8aa999b6475b972a2de (master) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2b5516710491a318eb9d8aa999b6475b972a2de # timeout=10 Commit message: "feat: Update profiles for new subsribe topic for V2 DTOs (#175)" > git rev-list --no-walk 9cb6a9259b8a37d15f8a96058a1b39c62cdacdae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-25T21:29:42.181Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-25T21:29:42.482Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-25T21:29:42.601Z] ========================================================= [2021-01-25T21:29:42.601Z] EdgeX Global Pipelines Version Info [2021-01-25T21:29:42.601Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:29:44.574Z] ------------------- [2021-01-25T21:29:44.574Z] stable info: [2021-01-25T21:29:44.574Z] ------------------- [2021-01-25T21:29:44.574Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T21:29:44.574Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T21:29:44.574Z] Message: update stable to v1.0.179 [2021-01-25T21:29:45.173Z] ------------------- [2021-01-25T21:29:45.173Z] experimental info: [2021-01-25T21:29:45.173Z] ------------------- [2021-01-25T21:29:45.173Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-25T21:29:45.173Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-25T21:29:45.173Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-25T21:29:45.464Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-01-25T21:29:45.560Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-01-25T21:29:45.663Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-25T21:29:45.770Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-25T21:29:45.868Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-25T21:29:45.963Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-25T21:29:46.060Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-25T21:29:46.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-25T21:29:46.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-25T21:29:46.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-25T21:29:46.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-25T21:29:46.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-01-25T21:29:46.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-25T21:29:47.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-25T21:29:47.115Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-25T21:29:47.221Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-25T21:29:47.340Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-25T21:29:47.439Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-25T21:29:47.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-25T21:29:47.641Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-25T21:29:47.746Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-25T21:29:47.839Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-25T21:29:47.941Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-25T21:29:48.040Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-25T21:29:48.134Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-25T21:29:48.234Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-25T21:29:48.334Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-25T21:29:48.447Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-25T21:29:48.541Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-25T21:29:48.633Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-25T21:29:48.746Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] echo [2021-01-25T21:29:48.840Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b2b5516 [Pipeline] echo [2021-01-25T21:29:48.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-25T21:29:49.130Z] provisioning config files... [2021-01-25T21:29:49.157Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4955777560247867551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:29:49.526Z] ---> docker-login.sh [2021-01-25T21:29:49.526Z] nexus3.edgexfoundry.org:10001 [2021-01-25T21:29:49.797Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:29:50.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:29:50.061Z] Configure a credential helper to remove this warning. See [2021-01-25T21:29:50.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:29:50.061Z] [2021-01-25T21:29:50.061Z] Login Succeeded [2021-01-25T21:29:50.061Z] nexus3.edgexfoundry.org:10002 [2021-01-25T21:29:50.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:29:50.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:29:50.325Z] Configure a credential helper to remove this warning. See [2021-01-25T21:29:50.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:29:50.325Z] [2021-01-25T21:29:50.325Z] Login Succeeded [2021-01-25T21:29:50.325Z] nexus3.edgexfoundry.org:10003 [2021-01-25T21:29:50.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:29:50.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:29:50.325Z] Configure a credential helper to remove this warning. See [2021-01-25T21:29:50.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:29:50.325Z] [2021-01-25T21:29:50.325Z] Login Succeeded [2021-01-25T21:29:50.325Z] nexus3.edgexfoundry.org:10004 [2021-01-25T21:29:50.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:29:50.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:29:50.591Z] Configure a credential helper to remove this warning. See [2021-01-25T21:29:50.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:29:50.591Z] [2021-01-25T21:29:50.591Z] Login Succeeded [2021-01-25T21:29:50.591Z] docker.io [2021-01-25T21:29:50.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:29:50.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:29:50.859Z] Configure a credential helper to remove this warning. See [2021-01-25T21:29:50.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:29:50.859Z] [2021-01-25T21:29:50.859Z] Login Succeeded [2021-01-25T21:29:50.859Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T21:29:50.870Z] 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-25T21:29:51.816Z] + git log --format=format:%s -1 b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] echo [2021-01-25T21:29:51.897Z] GIT_COMMIT: b2b5516710491a318eb9d8aa999b6475b972a2de, Commit Message: feat: Update profiles for new subsribe topic for V2 DTOs (#175) [Pipeline] echo [2021-01-25T21:29:51.948Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:29:53.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T21:29:53.044Z] [2021-01-25T21:29:53.044Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:29:53.406Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T21:29:53.406Z] latest: Pulling from edgex-devops/git-semver [2021-01-25T21:29:53.406Z] 31603596830f: Pulling fs layer [2021-01-25T21:29:53.406Z] 2a8b12db71e7: Pulling fs layer [2021-01-25T21:29:53.406Z] 6ca5941a6612: Pulling fs layer [2021-01-25T21:29:53.406Z] ecc8261a40a4: Pulling fs layer [2021-01-25T21:29:53.406Z] ecc8261a40a4: Waiting [2021-01-25T21:29:53.406Z] 2a8b12db71e7: Verifying Checksum [2021-01-25T21:29:53.406Z] 2a8b12db71e7: Download complete [2021-01-25T21:29:53.406Z] 31603596830f: Verifying Checksum [2021-01-25T21:29:53.406Z] 31603596830f: Download complete [2021-01-25T21:29:53.669Z] 6ca5941a6612: Verifying Checksum [2021-01-25T21:29:53.669Z] 6ca5941a6612: Download complete [2021-01-25T21:29:53.669Z] ecc8261a40a4: Verifying Checksum [2021-01-25T21:29:53.669Z] ecc8261a40a4: Download complete [2021-01-25T21:29:53.941Z] 31603596830f: Pull complete [2021-01-25T21:29:53.941Z] 2a8b12db71e7: Pull complete [2021-01-25T21:29:54.897Z] 6ca5941a6612: Pull complete [2021-01-25T21:29:55.163Z] ecc8261a40a4: Pull complete [2021-01-25T21:29:55.163Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-25T21:29:55.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T21:29:55.163Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-25T21:29:55.302Z] prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container [2021-01-25T21:29:55.361Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-25T21:29:57.601Z] $ docker top 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T21:29:57.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T21:29:57.970Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T21:29:58.206Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T21:29:58.211Z] $ docker exec 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent [2021-01-25T21:29:58.389Z] SSH_AUTH_SOCK=/tmp/ssh-M1EMWlsRiQ8Z/agent.12 [2021-01-25T21:29:58.389Z] SSH_AGENT_PID=17 [2021-01-25T21:29:58.399Z] Running ssh-add (command line suppressed) [2021-01-25T21:29:58.536Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_3494912943803809409.key (/w/workspace/_app-service-configurable_master@tmp/private_key_3494912943803809409.key) [2021-01-25T21:29:58.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T21:29:58.959Z] + git tag --points-at HEAD [Pipeline] } [2021-01-25T21:29:58.982Z] $ docker exec --env ******** --env ******** 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent -k [2021-01-25T21:29:59.103Z] unset SSH_AUTH_SOCK; [2021-01-25T21:29:59.103Z] unset SSH_AGENT_PID; [2021-01-25T21:29:59.103Z] echo Agent pid 17 killed; [2021-01-25T21:29:59.151Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-25T21:29:59.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T21:29:59.300Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T21:29:59.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T21:29:59.483Z] $ docker exec 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent [2021-01-25T21:29:59.661Z] SSH_AUTH_SOCK=/tmp/ssh-lFNAWOcvsJZV/agent.47 [2021-01-25T21:29:59.661Z] SSH_AGENT_PID=52 [2021-01-25T21:29:59.669Z] Running ssh-add (command line suppressed) [2021-01-25T21:29:59.806Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_455216167015695819.key (/w/workspace/_app-service-configurable_master@tmp/private_key_455216167015695819.key) [2021-01-25T21:29:59.873Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T21:30:00.236Z] + git semver init [2021-01-25T21:30:00.236Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T21:30:00.236Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-25T21:30:00.236Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-25T21:30:00.236Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T21:30:00.236Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T21:30:00.236Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T21:30:00.236Z] # $SEMVER_BRANCH = master [2021-01-25T21:30:00.236Z] # $SEMVER_TEMP = /tmp/semver-354317953 [2021-01-25T21:30:00.236Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-01-25T21:30:00.833Z] # '/tmp/semver-354317953' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-01-25T21:30:00.833Z] # -> Force: false [2021-01-25T21:30:00.833Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-25T21:30:00.855Z] $ docker exec --env ******** --env ******** 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 ssh-agent -k [2021-01-25T21:30:00.976Z] unset SSH_AUTH_SOCK; [2021-01-25T21:30:00.976Z] unset SSH_AGENT_PID; [2021-01-25T21:30:00.976Z] echo Agent pid 52 killed; [2021-01-25T21:30:01.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T21:30:01.598Z] + git semver [Pipeline] } [2021-01-25T21:30:01.624Z] $ docker stop --time=1 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 [2021-01-25T21:30:02.992Z] $ docker rm -f 4986196d89e397a6e3d4de55d32763962f8b22f2b3ae493474cac5d82ed153c1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T21:30:03.470Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-25T21:30:03.894Z] Stashed 1 file(s) [Pipeline] echo [2021-01-25T21:30:03.897Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.13 [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-25T21:30:19.447Z] Still waiting to schedule task [2021-01-25T21:30:19.448Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-25T21:30:19.451Z] Still waiting to schedule task [2021-01-25T21:30:19.451Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-25T21:32:11.789Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22704 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-25T21:32:11.852Z] Running in /w/workspace/app-service-configurable/79 [Pipeline] { [Pipeline] checkout [2021-01-25T21:32:16.934Z] using credential edgex-jenkins-ssh [2021-01-25T21:32:17.050Z] Cloning the remote Git repository [2021-01-25T21:32:17.117Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-25T21:32:17.227Z] > git init /w/workspace/app-service-configurable/79 # timeout=10 [2021-01-25T21:32:17.307Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-25T21:32:17.308Z] > git --version # timeout=10 [2021-01-25T21:32:17.330Z] > git --version # 'git version 2.17.1' [2021-01-25T21:32:17.332Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T21:32:17.422Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T21:32:18.702Z] Checking out Revision b2b5516710491a318eb9d8aa999b6475b972a2de (master) [2021-01-25T21:32:18.178Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-25T21:32:18.195Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T21:32:18.220Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-25T21:32:18.252Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-25T21:32:18.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T21:32:18.266Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T21:32:18.727Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T21:32:18.748Z] > git checkout -f b2b5516710491a318eb9d8aa999b6475b972a2de # timeout=10 [2021-01-25T21:32:23.072Z] Commit message: "feat: Update profiles for new subsribe topic for V2 DTOs (#175)" [2021-01-25T21:32:23.409Z] Running on prd-centos7-docker-4c-2g-22705 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-01-25T21:32:23.471Z] Running in /w/workspace/app-service-configurable/79 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T21:32:24.729Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-25T21:32:25.125Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T21:32:25.464Z] + sudo service docker restart [2021-01-25T21:32:25.464Z] + true [2021-01-25T21:32:25.897Z] using credential edgex-jenkins-ssh [2021-01-25T21:32:25.996Z] Cloning the remote Git repository [2021-01-25T21:32:25.444Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-01-25T21:32:25.514Z] > git init /w/workspace/app-service-configurable/79 # timeout=10 [2021-01-25T21:32:25.581Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-25T21:32:25.583Z] > git --version # timeout=10 [2021-01-25T21:32:25.588Z] > git --version # 'git version 2.24.3' [2021-01-25T21:32:25.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T21:32:25.617Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T21:32:26.215Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-25T21:32:26.224Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-25T21:32:26.236Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-01-25T21:32:26.249Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-01-25T21:32:26.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-25T21:32:26.256Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-25T21:32:27.181Z] Checking out Revision b2b5516710491a318eb9d8aa999b6475b972a2de (master) [2021-01-25T21:32:26.714Z] > git config core.sparsecheckout # timeout=10 [2021-01-25T21:32:26.720Z] > git checkout -f b2b5516710491a318eb9d8aa999b6475b972a2de # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-25T21:32:28.166Z] provisioning config files... [2021-01-25T21:32:28.203Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config7511940669961164336tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:32:28.627Z] ---> docker-login.sh [2021-01-25T21:32:28.627Z] nexus3.edgexfoundry.org:10001 [2021-01-25T21:32:29.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:29.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:29.919Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:29.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:29.919Z] [2021-01-25T21:32:29.919Z] Login Succeeded [2021-01-25T21:32:29.919Z] nexus3.edgexfoundry.org:10002 [2021-01-25T21:32:30.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:30.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:30.518Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:30.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:30.518Z] [2021-01-25T21:32:30.518Z] Login Succeeded [2021-01-25T21:32:30.518Z] nexus3.edgexfoundry.org:10003 [2021-01-25T21:32:30.579Z] Commit message: "feat: Update profiles for new subsribe topic for V2 DTOs (#175)" [2021-01-25T21:32:30.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [2021-01-25T21:32:31.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:31.067Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:31.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:31.067Z] [2021-01-25T21:32:31.067Z] Login Succeeded [2021-01-25T21:32:31.067Z] nexus3.edgexfoundry.org:10004 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T21:32:31.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:31.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:31.630Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:31.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:31.630Z] [2021-01-25T21:32:31.630Z] Login Succeeded [2021-01-25T21:32:31.630Z] docker.io [2021-01-25T21:32:31.782Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-25T21:32:31.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:32.115Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-25T21:32:32.421Z] + sudo service docker restart [2021-01-25T21:32:32.421Z] + true [2021-01-25T21:32:32.421Z] Redirecting to /bin/systemctl restart docker.service [2021-01-25T21:32:32.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:32.503Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:32.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:32.503Z] [2021-01-25T21:32:32.503Z] Login Succeeded [2021-01-25T21:32:32.503Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T21:32:32.520Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-25T21:32:32.934Z] ========================================================= [2021-01-25T21:32:32.934Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-25T21:32:32.934Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:32:33.316Z] + 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-25T21:32:33.317Z] Sending build context to Docker daemon 98.82kB [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-25T21:32:33.436Z] provisioning config files... [2021-01-25T21:32:33.463Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config1633618624457005713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:32:33.591Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T21:32:33.591Z] Step 2/8 : FROM ${BASE} [2021-01-25T21:32:33.864Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-25T21:32:33.864Z] 5f621e34cdf4: Pulling fs layer [2021-01-25T21:32:33.864Z] a4357932f1b6: Pulling fs layer [2021-01-25T21:32:33.864Z] 18c013af1878: Pulling fs layer [2021-01-25T21:32:33.864Z] 00ac8860ef70: Pulling fs layer [2021-01-25T21:32:33.864Z] 63d7cb157983: Pulling fs layer [2021-01-25T21:32:33.864Z] b116817d02f9: Pulling fs layer [2021-01-25T21:32:33.864Z] 745a02a5169b: Pulling fs layer [2021-01-25T21:32:33.864Z] 00ac8860ef70: Waiting [2021-01-25T21:32:33.864Z] 63d7cb157983: Waiting [2021-01-25T21:32:33.864Z] 745a02a5169b: Waiting [2021-01-25T21:32:33.864Z] b116817d02f9: Waiting [2021-01-25T21:32:33.864Z] 18c013af1878: Download complete [2021-01-25T21:32:33.864Z] a4357932f1b6: Verifying Checksum [2021-01-25T21:32:33.864Z] a4357932f1b6: Download complete [2021-01-25T21:32:33.864Z] 63d7cb157983: Verifying Checksum [2021-01-25T21:32:33.864Z] 63d7cb157983: Download complete [2021-01-25T21:32:33.879Z] ---> docker-login.sh [2021-01-25T21:32:33.879Z] nexus3.edgexfoundry.org:10001 [2021-01-25T21:32:34.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:34.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:34.410Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:34.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:34.410Z] [2021-01-25T21:32:34.410Z] Login Succeeded [2021-01-25T21:32:34.410Z] nexus3.edgexfoundry.org:10002 [2021-01-25T21:32:34.459Z] 5f621e34cdf4: Verifying Checksum [2021-01-25T21:32:34.459Z] 5f621e34cdf4: Download complete [2021-01-25T21:32:34.459Z] b116817d02f9: Verifying Checksum [2021-01-25T21:32:34.459Z] b116817d02f9: Download complete [2021-01-25T21:32:34.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:34.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:34.674Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:34.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:34.674Z] [2021-01-25T21:32:34.674Z] Login Succeeded [2021-01-25T21:32:34.937Z] nexus3.edgexfoundry.org:10003 [2021-01-25T21:32:34.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:34.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:34.937Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:34.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:34.937Z] [2021-01-25T21:32:34.937Z] Login Succeeded [2021-01-25T21:32:34.937Z] nexus3.edgexfoundry.org:10004 [2021-01-25T21:32:35.071Z] 5f621e34cdf4: Pull complete [2021-01-25T21:32:35.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:35.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:35.201Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:35.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:35.201Z] [2021-01-25T21:32:35.201Z] Login Succeeded [2021-01-25T21:32:35.201Z] docker.io [2021-01-25T21:32:35.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:32:35.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:32:35.463Z] Configure a credential helper to remove this warning. See [2021-01-25T21:32:35.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:32:35.463Z] [2021-01-25T21:32:35.463Z] Login Succeeded [2021-01-25T21:32:35.463Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T21:32:35.473Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-25T21:32:35.684Z] a4357932f1b6: Pull complete [Pipeline] echo [2021-01-25T21:32:35.791Z] ========================================================= [2021-01-25T21:32:35.791Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-25T21:32:35.791Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:32:35.961Z] 18c013af1878: Pull complete [2021-01-25T21:32:36.143Z] + 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-25T21:32:36.143Z] Sending build context to Docker daemon 98.82kB [2021-01-25T21:32:36.143Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T21:32:36.143Z] Step 2/8 : FROM ${BASE} [2021-01-25T21:32:36.143Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-25T21:32:36.143Z] 188c0c94c7c5: Pulling fs layer [2021-01-25T21:32:36.143Z] 0ef7d3d256c8: Pulling fs layer [2021-01-25T21:32:36.143Z] de9db76c5a1d: Pulling fs layer [2021-01-25T21:32:36.143Z] bca2f99d35d6: Pulling fs layer [2021-01-25T21:32:36.143Z] 93359f2a8cfa: Pulling fs layer [2021-01-25T21:32:36.143Z] 7c6f9722023f: Pulling fs layer [2021-01-25T21:32:36.143Z] a35cf1a2eb13: Pulling fs layer [2021-01-25T21:32:36.143Z] 93359f2a8cfa: Waiting [2021-01-25T21:32:36.143Z] 7c6f9722023f: Waiting [2021-01-25T21:32:36.143Z] a35cf1a2eb13: Waiting [2021-01-25T21:32:36.143Z] bca2f99d35d6: Waiting [2021-01-25T21:32:36.404Z] de9db76c5a1d: Verifying Checksum [2021-01-25T21:32:36.404Z] de9db76c5a1d: Download complete [2021-01-25T21:32:36.404Z] 0ef7d3d256c8: Download complete [2021-01-25T21:32:36.404Z] 93359f2a8cfa: Verifying Checksum [2021-01-25T21:32:36.404Z] 93359f2a8cfa: Download complete [2021-01-25T21:32:36.404Z] 7c6f9722023f: Download complete [2021-01-25T21:32:36.666Z] 188c0c94c7c5: Verifying Checksum [2021-01-25T21:32:36.666Z] 188c0c94c7c5: Download complete [2021-01-25T21:32:36.930Z] 188c0c94c7c5: Pull complete [2021-01-25T21:32:37.193Z] 0ef7d3d256c8: Pull complete [2021-01-25T21:32:37.193Z] de9db76c5a1d: Pull complete [2021-01-25T21:32:37.937Z] 745a02a5169b: Verifying Checksum [2021-01-25T21:32:37.937Z] 745a02a5169b: Download complete [2021-01-25T21:32:39.369Z] 00ac8860ef70: Verifying Checksum [2021-01-25T21:32:39.369Z] 00ac8860ef70: Download complete [2021-01-25T21:32:39.756Z] a35cf1a2eb13: Verifying Checksum [2021-01-25T21:32:39.757Z] a35cf1a2eb13: Download complete [2021-01-25T21:32:40.024Z] bca2f99d35d6: Verifying Checksum [2021-01-25T21:32:40.024Z] bca2f99d35d6: Download complete [2021-01-25T21:32:45.357Z] bca2f99d35d6: Pull complete [2021-01-25T21:32:45.357Z] 93359f2a8cfa: Pull complete [2021-01-25T21:32:45.357Z] 7c6f9722023f: Pull complete [2021-01-25T21:32:49.522Z] 00ac8860ef70: Pull complete [2021-01-25T21:32:49.522Z] 63d7cb157983: Pull complete [2021-01-25T21:32:49.795Z] b116817d02f9: Pull complete [2021-01-25T21:32:53.205Z] 745a02a5169b: Pull complete [2021-01-25T21:32:53.205Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-25T21:32:53.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-25T21:32:53.205Z] ---> b7e6874047d6 [2021-01-25T21:32:53.205Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-25T21:32:53.535Z] a35cf1a2eb13: Pull complete [2021-01-25T21:32:53.535Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-25T21:32:53.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-25T21:32:53.535Z] ---> a62c8e92a672 [2021-01-25T21:32:53.535Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-25T21:32:54.116Z] ---> Running in 8c0ce2bea2df [2021-01-25T21:32:54.116Z] Removing intermediate container 8c0ce2bea2df [2021-01-25T21:32:54.116Z] ---> 682d9ff9f7a7 [2021-01-25T21:32:54.116Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T21:32:54.380Z] ---> Running in 61d73a89895d [2021-01-25T21:32:55.331Z] Removing intermediate container 61d73a89895d [2021-01-25T21:32:55.332Z] ---> ea1c5321a03f [2021-01-25T21:32:55.332Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-25T21:32:55.332Z] ---> Running in 8487e7570c5c [2021-01-25T21:32:55.871Z] ---> Running in 9f0dc7d8663c [2021-01-25T21:32:56.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T21:32:56.470Z] Removing intermediate container 9f0dc7d8663c [2021-01-25T21:32:56.470Z] ---> b5ad6ca1fa25 [2021-01-25T21:32:56.470Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T21:32:56.470Z] ---> Running in 0a13e630dcc4 [2021-01-25T21:32:57.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T21:32:57.807Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-25T21:32:57.807Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-25T21:32:57.807Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-25T21:32:57.807Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-25T21:32:58.070Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-25T21:32:58.070Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-25T21:32:58.070Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T21:32:58.335Z] OK: 167 MiB in 45 packages [2021-01-25T21:32:58.911Z] Removing intermediate container 8487e7570c5c [2021-01-25T21:32:58.911Z] ---> 0537ff15e3ab [2021-01-25T21:32:58.911Z] Step 6/8 : WORKDIR /app [2021-01-25T21:32:58.911Z] ---> Running in e708706b7bbf [2021-01-25T21:32:59.095Z] Removing intermediate container 0a13e630dcc4 [2021-01-25T21:32:59.095Z] ---> 3b01d385b16e [2021-01-25T21:32:59.095Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-01-25T21:32:59.095Z] ---> Running in 62474e559266 [2021-01-25T21:32:59.174Z] Removing intermediate container e708706b7bbf [2021-01-25T21:32:59.174Z] ---> f8f8303c8ac1 [2021-01-25T21:32:59.174Z] Step 7/8 : COPY . . [2021-01-25T21:32:59.437Z] ---> d0bc476c4a14 [2021-01-25T21:32:59.437Z] Step 8/8 : RUN go mod download [2021-01-25T21:32:59.437Z] ---> Running in cca5ee4508aa [2021-01-25T21:32:59.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T21:33:00.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T21:33:01.641Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-01-25T21:33:01.641Z] (2/6) Installing libsodium (1.0.18-r0) [2021-01-25T21:33:01.641Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-01-25T21:33:01.918Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-01-25T21:33:01.918Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-25T21:33:02.191Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-01-25T21:33:02.191Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T21:33:02.466Z] OK: 144 MiB in 45 packages [2021-01-25T21:33:03.446Z] Removing intermediate container 62474e559266 [2021-01-25T21:33:03.446Z] ---> 8a31bbc98c77 [2021-01-25T21:33:03.446Z] Step 6/8 : WORKDIR /app [2021-01-25T21:33:03.721Z] ---> Running in d3f8fccff429 [2021-01-25T21:33:04.315Z] Removing intermediate container d3f8fccff429 [2021-01-25T21:33:04.315Z] ---> c094ab9b0be2 [2021-01-25T21:33:04.315Z] Step 7/8 : COPY . . [2021-01-25T21:33:04.924Z] ---> c3ea456cb865 [2021-01-25T21:33:04.924Z] Step 8/8 : RUN go mod download [2021-01-25T21:33:04.924Z] ---> Running in 3e62ffe8829f [2021-01-25T21:33:26.148Z] Removing intermediate container cca5ee4508aa [2021-01-25T21:33:26.148Z] ---> b4aec5dd2844 [2021-01-25T21:33:26.148Z] Successfully built b4aec5dd2844 [2021-01-25T21:33:26.148Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:33:26.468Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T21:33:26.468Z] . [Pipeline] withDockerContainer [2021-01-25T21:33:26.588Z] prd-centos7-docker-4c-2g-22705 does not seem to be running inside a container [2021-01-25T21:33:26.644Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@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-25T21:33:27.535Z] $ docker top 1951a9024777b7e918b18963b5fa6d428888f1fe0fee2b2b5b71e354b470ac69 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T21:33:28.073Z] + go version [2021-01-25T21:33:28.073Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-25T21:33:28.089Z] $ docker stop --time=1 1951a9024777b7e918b18963b5fa6d428888f1fe0fee2b2b5b71e354b470ac69 [2021-01-25T21:33:29.448Z] $ docker rm -f 1951a9024777b7e918b18963b5fa6d428888f1fe0fee2b2b5b71e354b470ac69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:33:30.270Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-25T21:33:30.270Z] . [Pipeline] withDockerContainer [2021-01-25T21:33:30.371Z] prd-centos7-docker-4c-2g-22705 does not seem to be running inside a container [2021-01-25T21:33:30.423Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@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-25T21:33:31.008Z] $ docker top a3a28d7e97199860915303cb30e75f40cac05c734b152070916c736b9a59ca56 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T21:33:31.524Z] + make test [2021-01-25T21:33:31.524Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-25T21:33:31.756Z] Removing intermediate container 3e62ffe8829f [2021-01-25T21:33:31.757Z] ---> a0cef4b901ac [2021-01-25T21:33:31.757Z] Successfully built a0cef4b901ac [2021-01-25T21:33:31.757Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:33:32.102Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T21:33:32.102Z] . [Pipeline] withDockerContainer [2021-01-25T21:33:32.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-22704 does not seem to be running inside a container [2021-01-25T21:33:32.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-25T21:33:34.009Z] $ docker top 4c1b5e4908d21b39c8b8f82d3f253d8ed73f15d98e7ae5c45b40590545ebf822 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T21:33:35.053Z] + go version [2021-01-25T21:33:35.053Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-25T21:33:35.081Z] $ docker stop --time=1 4c1b5e4908d21b39c8b8f82d3f253d8ed73f15d98e7ae5c45b40590545ebf822 [2021-01-25T21:33:36.987Z] $ docker rm -f 4c1b5e4908d21b39c8b8f82d3f253d8ed73f15d98e7ae5c45b40590545ebf822 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:33:37.922Z] + docker inspect -f . ci-base-image-arm64 [2021-01-25T21:33:37.922Z] . [Pipeline] withDockerContainer [2021-01-25T21:33:38.157Z] prd-ubuntu18.04-docker-arm64-4c-16g-22704 does not seem to be running inside a container [2021-01-25T21:33:38.246Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/79 -v /w/workspace/app-service-configurable/79:/w/workspace/app-service-configurable/79:rw,z -v /w/workspace/app-service-configurable/79@tmp:/w/workspace/app-service-configurable/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-25T21:33:39.673Z] $ docker top 32a541d2607c3185e059876dc823f455a692d98ed26d690d4c05eabe2a0cac46 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T21:33:40.742Z] + make test [2021-01-25T21:33:40.742Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-01-25T21:33:46.588Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-25T21:33:46.588Z] CGO_ENABLED=1 go vet ./... [2021-01-25T21:33:46.852Z] gofmt -l . [2021-01-25T21:33:46.852Z] [ "`gofmt -l .`" = "" ] [2021-01-25T21:33:46.852Z] ./bin/test-go-mod-tidy.sh [2021-01-25T21:33:47.428Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-25T21:33:47.708Z] $ docker stop --time=1 a3a28d7e97199860915303cb30e75f40cac05c734b152070916c736b9a59ca56 [2021-01-25T21:33:50.102Z] $ docker rm -f a3a28d7e97199860915303cb30e75f40cac05c734b152070916c736b9a59ca56 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-25T21:33:50.846Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-25T21:33:51.204Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-25T21:33:53.667Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-25T21:33:53.967Z] + ls -al . [2021-01-25T21:33:53.967Z] total 88 [2021-01-25T21:33:53.967Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 25 21:33 . [2021-01-25T21:33:53.967Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 25 21:32 .. [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 6558 Jan 25 21:32 Attribution.txt [2021-01-25T21:33:53.967Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 25 21:32 bin [2021-01-25T21:33:53.967Z] -rw-r--r--. 1 jenkins jenkins 10 Jan 25 21:33 coverage.out [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 2032 Jan 25 21:32 Dockerfile [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 970 Jan 25 21:32 Dockerfile.build [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 119 Jan 25 21:32 .dockerignore [2021-01-25T21:33:53.967Z] drwxrwxr-x. 8 jenkins jenkins 162 Jan 25 21:32 .git [2021-01-25T21:33:53.967Z] drwxrwxr-x. 2 jenkins jenkins 81 Jan 25 21:32 .github [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 93 Jan 25 21:32 .gitignore [2021-01-25T21:33:53.967Z] -rw-r--r--. 1 jenkins jenkins 135 Jan 25 21:33 go.mod [2021-01-25T21:33:53.967Z] -rw-r--r--. 1 jenkins jenkins 18487 Jan 25 21:33 go.sum [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 687 Jan 25 21:32 Jenkinsfile [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 10174 Jan 25 21:32 LICENSE [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 1522 Jan 25 21:32 main.go [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 1582 Jan 25 21:32 makefile [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 1277 Jan 25 21:32 README.md [2021-01-25T21:33:53.967Z] drwxrwxr-x. 10 jenkins jenkins 171 Jan 25 21:32 res [2021-01-25T21:33:53.967Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 25 21:32 snap [2021-01-25T21:33:53.967Z] -rw-rw-r--. 1 jenkins jenkins 12 Jan 25 21:30 VERSION [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:33:54.281Z] + 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=b2b5516710491a318eb9d8aa999b6475b972a2de --label arch=amd64 --label version=2.0.0-dev.13 . [2021-01-25T21:33:54.281Z] Sending build context to Docker daemon 120.3kB [2021-01-25T21:33:54.544Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T21:33:54.544Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-25T21:33:54.544Z] ---> b4aec5dd2844 [2021-01-25T21:33:54.544Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-01-25T21:33:54.544Z] ---> Running in 2b30faaf9951 [2021-01-25T21:33:54.811Z] Removing intermediate container 2b30faaf9951 [2021-01-25T21:33:54.811Z] ---> 8434e9bf930d [2021-01-25T21:33:54.811Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-25T21:33:54.811Z] ---> Running in 53734e665116 [2021-01-25T21:33:55.077Z] Removing intermediate container 53734e665116 [2021-01-25T21:33:55.078Z] ---> 10832ef606c1 [2021-01-25T21:33:55.078Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-25T21:33:55.078Z] ---> Running in 1baa3d1fd990 [2021-01-25T21:33:55.341Z] Removing intermediate container 1baa3d1fd990 [2021-01-25T21:33:55.341Z] ---> b4c50381c619 [2021-01-25T21:33:55.341Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T21:33:55.341Z] ---> Running in 1e8e037dc9ad [2021-01-25T21:33:56.291Z] Removing intermediate container 1e8e037dc9ad [2021-01-25T21:33:56.291Z] ---> d796b47030c3 [2021-01-25T21:33:56.291Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-25T21:33:56.555Z] ---> Running in 29ba439653e7 [2021-01-25T21:33:56.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T21:33:57.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T21:33:58.341Z] OK: 167 MiB in 45 packages [2021-01-25T21:33:58.603Z] Removing intermediate container 29ba439653e7 [2021-01-25T21:33:58.603Z] ---> 1b0efe19a985 [2021-01-25T21:33:58.603Z] Step 8/27 : WORKDIR /app [2021-01-25T21:33:58.603Z] ---> Running in 4a0c30c33ee5 [2021-01-25T21:33:58.868Z] Removing intermediate container 4a0c30c33ee5 [2021-01-25T21:33:58.868Z] ---> 40421d4bb6d7 [2021-01-25T21:33:58.868Z] Step 9/27 : COPY go.mod . [2021-01-25T21:33:59.132Z] ---> 64527d1b53c6 [2021-01-25T21:33:59.132Z] Step 10/27 : RUN go mod download [2021-01-25T21:33:59.132Z] ---> Running in ab051b4a95f9 [2021-01-25T21:34:00.082Z] Removing intermediate container ab051b4a95f9 [2021-01-25T21:34:00.082Z] ---> 63c0635b6765 [2021-01-25T21:34:00.082Z] Step 11/27 : COPY . . [2021-01-25T21:34:00.348Z] ---> 878550a4cb78 [2021-01-25T21:34:00.348Z] Step 12/27 : ARG MAKE="make build" [2021-01-25T21:34:00.616Z] ---> Running in f170f575f59e [2021-01-25T21:34:00.616Z] Removing intermediate container f170f575f59e [2021-01-25T21:34:00.616Z] ---> ca5338f54a47 [2021-01-25T21:34:00.616Z] Step 13/27 : RUN $MAKE [2021-01-25T21:34:00.883Z] ---> Running in 37831dc6a0c4 [2021-01-25T21:34:01.147Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.13" -o app-service-configurable [2021-01-25T21:34:16.201Z] Removing intermediate container 37831dc6a0c4 [2021-01-25T21:34:16.201Z] ---> ecb1bdcb13d9 [2021-01-25T21:34:16.201Z] Step 14/27 : FROM alpine:3.12 [2021-01-25T21:34:16.201Z] 3.12: Pulling from library/alpine [2021-01-25T21:34:16.201Z] 801bfaa63ef2: Pulling fs layer [2021-01-25T21:34:16.201Z] 801bfaa63ef2: Verifying Checksum [2021-01-25T21:34:16.201Z] 801bfaa63ef2: Download complete [2021-01-25T21:34:16.201Z] 801bfaa63ef2: Pull complete [2021-01-25T21:34:16.201Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T21:34:16.201Z] Status: Downloaded newer image for alpine:3.12 [2021-01-25T21:34:16.201Z] ---> 389fef711851 [2021-01-25T21:34:16.201Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-25T21:34:16.201Z] ---> Running in 75f7e4662f8f [2021-01-25T21:34:16.201Z] Removing intermediate container 75f7e4662f8f [2021-01-25T21:34:16.201Z] ---> 5d1b82e3e877 [2021-01-25T21:34:16.201Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-25T21:34:16.201Z] ---> Running in 799504550c86 [2021-01-25T21:34:16.464Z] Removing intermediate container 799504550c86 [2021-01-25T21:34:16.464Z] ---> 4ab93e441e3b [2021-01-25T21:34:16.464Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-25T21:34:16.464Z] ---> Running in afe3ca16b4d4 [2021-01-25T21:34:17.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-25T21:34:17.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-25T21:34:17.307Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-25T21:34:17.308Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-25T21:34:17.308Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-25T21:34:17.308Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-25T21:34:17.308Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-25T21:34:17.308Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-25T21:34:17.308Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-25T21:34:17.308Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T21:34:17.308Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T21:34:17.308Z] OK: 9 MiB in 21 packages [2021-01-25T21:34:18.701Z] Removing intermediate container afe3ca16b4d4 [2021-01-25T21:34:18.701Z] ---> f850a2d10a0c [2021-01-25T21:34:18.701Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-25T21:34:18.964Z] ---> d2c086388a87 [2021-01-25T21:34:18.964Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-25T21:34:19.227Z] ---> 1bed8620efb3 [2021-01-25T21:34:19.227Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-25T21:34:19.491Z] ---> 05e2488c93cc [2021-01-25T21:34:19.491Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-25T21:34:19.805Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-01-25T21:34:19.805Z] CGO_ENABLED=1 go vet ./... [2021-01-25T21:34:20.075Z] ---> 13259bc98e40 [2021-01-25T21:34:20.075Z] Step 22/27 : EXPOSE 48095 [2021-01-25T21:34:20.075Z] ---> Running in 6810927c7c3e [2021-01-25T21:34:20.337Z] Removing intermediate container 6810927c7c3e [2021-01-25T21:34:20.337Z] ---> 5b53d70485b0 [2021-01-25T21:34:20.337Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-25T21:34:20.337Z] ---> Running in a3fb970cbe1f [2021-01-25T21:34:20.598Z] Removing intermediate container a3fb970cbe1f [2021-01-25T21:34:20.598Z] ---> 767353198be8 [2021-01-25T21:34:20.598Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T21:34:20.598Z] ---> Running in 7d922c191690 [2021-01-25T21:34:20.862Z] Removing intermediate container 7d922c191690 [2021-01-25T21:34:20.862Z] ---> fc08ee77535b [2021-01-25T21:34:20.862Z] Step 25/27 : LABEL arch=amd64 [2021-01-25T21:34:20.862Z] ---> Running in ad6986ddc6d3 [2021-01-25T21:34:21.124Z] Removing intermediate container ad6986ddc6d3 [2021-01-25T21:34:21.124Z] ---> b652c5ff6113 [2021-01-25T21:34:21.124Z] Step 26/27 : LABEL git_sha=b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:34:21.124Z] ---> Running in 29bbbcda2e27 [2021-01-25T21:34:21.387Z] Removing intermediate container 29bbbcda2e27 [2021-01-25T21:34:21.387Z] ---> 4fef86f8ad4a [2021-01-25T21:34:21.387Z] Step 27/27 : LABEL version=2.0.0-dev.13 [2021-01-25T21:34:21.387Z] ---> Running in a829b6dfaed6 [2021-01-25T21:34:21.649Z] Removing intermediate container a829b6dfaed6 [2021-01-25T21:34:21.649Z] ---> 529807af059b [2021-01-25T21:34:21.649Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-25T21:34:21.649Z] Successfully built 529807af059b [2021-01-25T21:34:21.649Z] 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-25T21:34:22.052Z] provisioning config files... [2021-01-25T21:34:22.378Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config6803478637329217398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:34:22.749Z] ---> docker-login.sh [2021-01-25T21:34:22.749Z] nexus3.edgexfoundry.org:10001 [2021-01-25T21:34:22.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:34:23.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:34:23.014Z] Configure a credential helper to remove this warning. See [2021-01-25T21:34:23.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:34:23.014Z] [2021-01-25T21:34:23.014Z] Login Succeeded [2021-01-25T21:34:23.014Z] nexus3.edgexfoundry.org:10002 [2021-01-25T21:34:23.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:34:23.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:34:23.014Z] Configure a credential helper to remove this warning. See [2021-01-25T21:34:23.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:34:23.014Z] [2021-01-25T21:34:23.014Z] Login Succeeded [2021-01-25T21:34:23.014Z] nexus3.edgexfoundry.org:10003 [2021-01-25T21:34:23.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:34:23.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:34:23.277Z] Configure a credential helper to remove this warning. See [2021-01-25T21:34:23.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:34:23.277Z] [2021-01-25T21:34:23.277Z] Login Succeeded [2021-01-25T21:34:23.277Z] nexus3.edgexfoundry.org:10004 [2021-01-25T21:34:23.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:34:23.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:34:23.539Z] Configure a credential helper to remove this warning. See [2021-01-25T21:34:23.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:34:23.539Z] [2021-01-25T21:34:23.539Z] Login Succeeded [2021-01-25T21:34:23.539Z] docker.io [2021-01-25T21:34:23.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:34:23.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:34:23.801Z] Configure a credential helper to remove this warning. See [2021-01-25T21:34:23.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:34:23.801Z] [2021-01-25T21:34:23.801Z] Login Succeeded [2021-01-25T21:34:23.801Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T21:34:23.812Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-25T21:34:24.033Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-01-25T21:34:24.033Z] b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:34:24.033Z] latest [2021-01-25T21:34:24.033Z] 2.0.0-dev.13 [2021-01-25T21:34:24.033Z] b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [2021-01-25T21:34:24.033Z] master [2021-01-25T21:34:24.033Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:24.534Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:24.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:34:24.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-25T21:34:24.844Z] c6c503ee346e: Preparing [2021-01-25T21:34:24.844Z] e3cda91f2806: Preparing [2021-01-25T21:34:24.844Z] 6bb4cbf49ca4: Preparing [2021-01-25T21:34:24.844Z] c816a9382987: Preparing [2021-01-25T21:34:24.844Z] c3f9c69543b3: Preparing [2021-01-25T21:34:24.844Z] 777b2c648970: Preparing [2021-01-25T21:34:24.844Z] 777b2c648970: Waiting [2021-01-25T21:34:25.108Z] 6bb4cbf49ca4: Pushed [2021-01-25T21:34:25.108Z] e3cda91f2806: Pushed [2021-01-25T21:34:25.108Z] c816a9382987: Pushed [2021-01-25T21:34:25.108Z] 777b2c648970: Layer already exists [2021-01-25T21:34:25.230Z] gofmt -l . [2021-01-25T21:34:25.230Z] [ "`gofmt -l .`" = "" ] [2021-01-25T21:34:25.230Z] ./bin/test-go-mod-tidy.sh [2021-01-25T21:34:25.371Z] c3f9c69543b3: Pushed [2021-01-25T21:34:26.222Z] ./bin/test-attribution-txt.sh [2021-01-25T21:34:26.319Z] c6c503ee346e: Pushed [2021-01-25T21:34:26.581Z] b2b5516710491a318eb9d8aa999b6475b972a2de: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:26.890Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:27.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-25T21:34:27.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-25T21:34:27.192Z] c6c503ee346e: Preparing [2021-01-25T21:34:27.192Z] e3cda91f2806: Preparing [2021-01-25T21:34:27.192Z] 6bb4cbf49ca4: Preparing [2021-01-25T21:34:27.192Z] c816a9382987: Preparing [2021-01-25T21:34:27.192Z] c3f9c69543b3: Preparing [2021-01-25T21:34:27.192Z] 777b2c648970: Preparing [2021-01-25T21:34:27.192Z] 777b2c648970: Waiting [2021-01-25T21:34:27.192Z] c816a9382987: Layer already exists [2021-01-25T21:34:27.192Z] c6c503ee346e: Layer already exists [2021-01-25T21:34:27.192Z] 6bb4cbf49ca4: Layer already exists [2021-01-25T21:34:27.192Z] c3f9c69543b3: Layer already exists [2021-01-25T21:34:27.192Z] e3cda91f2806: Layer already exists [2021-01-25T21:34:27.192Z] 777b2c648970: Layer already exists [2021-01-25T21:34:27.192Z] latest: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2021-01-25T21:34:27.306Z] $ docker stop --time=1 32a541d2607c3185e059876dc823f455a692d98ed26d690d4c05eabe2a0cac46 [2021-01-25T21:34:27.504Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.13 [2021-01-25T21:34:29.539Z] $ docker rm -f 32a541d2607c3185e059876dc823f455a692d98ed26d690d4c05eabe2a0cac46 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:30.428Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-25T21:34:30.492Z] Warning: overwriting stash ‘coverage-report’ [2021-01-25T21:34:30.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.13 [2021-01-25T21:34:30.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-25T21:34:30.537Z] c6c503ee346e: Preparing [2021-01-25T21:34:30.537Z] e3cda91f2806: Preparing [2021-01-25T21:34:30.537Z] 6bb4cbf49ca4: Preparing [2021-01-25T21:34:30.537Z] c816a9382987: Preparing [2021-01-25T21:34:30.537Z] c3f9c69543b3: Preparing [2021-01-25T21:34:30.537Z] 777b2c648970: Preparing [2021-01-25T21:34:30.537Z] 777b2c648970: Waiting [2021-01-25T21:34:30.537Z] c816a9382987: Layer already exists [2021-01-25T21:34:30.537Z] c3f9c69543b3: Layer already exists [2021-01-25T21:34:30.537Z] e3cda91f2806: Layer already exists [2021-01-25T21:34:30.537Z] c6c503ee346e: Layer already exists [2021-01-25T21:34:30.537Z] 6bb4cbf49ca4: Layer already exists [2021-01-25T21:34:30.537Z] 777b2c648970: Layer already exists [2021-01-25T21:34:30.537Z] 2.0.0-dev.13: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:30.845Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:31.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [2021-01-25T21:34:31.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-25T21:34:31.144Z] c6c503ee346e: Preparing [2021-01-25T21:34:31.144Z] e3cda91f2806: Preparing [2021-01-25T21:34:31.144Z] 6bb4cbf49ca4: Preparing [2021-01-25T21:34:31.144Z] c816a9382987: Preparing [2021-01-25T21:34:31.144Z] c3f9c69543b3: Preparing [2021-01-25T21:34:31.144Z] 777b2c648970: Preparing [2021-01-25T21:34:31.144Z] 777b2c648970: Waiting [2021-01-25T21:34:31.144Z] e3cda91f2806: Layer already exists [2021-01-25T21:34:31.144Z] 6bb4cbf49ca4: Layer already exists [2021-01-25T21:34:31.144Z] c816a9382987: Layer already exists [2021-01-25T21:34:31.144Z] c6c503ee346e: Layer already exists [2021-01-25T21:34:31.144Z] c3f9c69543b3: Layer already exists [2021-01-25T21:34:31.144Z] 777b2c648970: Layer already exists [2021-01-25T21:34:31.144Z] b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:34:31.202Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-25T21:34:31.462Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-25T21:34:31.779Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-01-25T21:34:31.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-01-25T21:34:31.779Z] c6c503ee346e: Preparing [2021-01-25T21:34:31.779Z] e3cda91f2806: Preparing [2021-01-25T21:34:31.779Z] 6bb4cbf49ca4: Preparing [2021-01-25T21:34:31.779Z] c816a9382987: Preparing [2021-01-25T21:34:31.779Z] c3f9c69543b3: Preparing [2021-01-25T21:34:31.779Z] 777b2c648970: Preparing [2021-01-25T21:34:31.779Z] 777b2c648970: Waiting [2021-01-25T21:34:31.779Z] 6bb4cbf49ca4: Layer already exists [2021-01-25T21:34:31.779Z] c3f9c69543b3: Layer already exists [2021-01-25T21:34:31.779Z] c816a9382987: Layer already exists [2021-01-25T21:34:31.779Z] c6c503ee346e: Layer already exists [2021-01-25T21:34:31.779Z] e3cda91f2806: Layer already exists [2021-01-25T21:34:31.779Z] 777b2c648970: Layer already exists [2021-01-25T21:34:31.779Z] master: digest: sha256:1469a1eb7ed62d6417682603eb9a556c1c5f7d2af38bc1506c57454ee31bf972 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-25T21:34:31.994Z] ===================================================== [2021-01-25T21:34:32.012Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo [2021-01-25T21:34:32.199Z] taggedImages: [2021-01-25T21:34:32.199Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:34:32.199Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-01-25T21:34:32.199Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.13 [2021-01-25T21:34:32.199Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [2021-01-25T21:34:32.199Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-25T21:34:32.382Z] + ls -al . [2021-01-25T21:34:32.383Z] total 112 [2021-01-25T21:34:32.383Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 25 21:34 . [2021-01-25T21:34:32.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 25 21:32 .. [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 119 Jan 25 21:32 .dockerignore [2021-01-25T21:34:32.383Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 25 21:32 .git [2021-01-25T21:34:32.383Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 25 21:32 .github [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 93 Jan 25 21:32 .gitignore [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 6558 Jan 25 21:32 Attribution.txt [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 2032 Jan 25 21:32 Dockerfile [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 970 Jan 25 21:32 Dockerfile.build [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 687 Jan 25 21:32 Jenkinsfile [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jan 25 21:32 LICENSE [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 1277 Jan 25 21:32 README.md [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 12 Jan 25 21:30 VERSION [2021-01-25T21:34:32.383Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 25 21:32 bin [2021-01-25T21:34:32.383Z] -rw-r--r-- 1 jenkins jenkins 10 Jan 25 21:33 coverage.out [2021-01-25T21:34:32.383Z] -rw-r--r-- 1 jenkins jenkins 135 Jan 25 21:34 go.mod [2021-01-25T21:34:32.383Z] -rw-r--r-- 1 jenkins jenkins 18487 Jan 25 21:34 go.sum [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 1522 Jan 25 21:32 main.go [2021-01-25T21:34:32.383Z] -rw-rw-r-- 1 jenkins jenkins 1582 Jan 25 21:32 makefile [2021-01-25T21:34:32.383Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 25 21:32 res [2021-01-25T21:34:32.383Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 25 21:32 snap [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-25T21:34:32.865Z] + 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=b2b5516710491a318eb9d8aa999b6475b972a2de --label arch=arm64 --label version=2.0.0-dev.13 . [2021-01-25T21:34:32.865Z] Sending build context to Docker daemon 120.3kB [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-01-25T21:34:33.162Z] Step 1/27 : ARG BASE=golang:1.15-alpine3.12 [2021-01-25T21:34:33.162Z] Step 2/27 : FROM ${BASE} AS builder [2021-01-25T21:34:33.162Z] ---> a0cef4b901ac [2021-01-25T21:34:33.162Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-25T21:34:33.439Z] ---> Running in 47559ad26ed6 [2021-01-25T21:34:34.058Z] Removing intermediate container 47559ad26ed6 [2021-01-25T21:34:34.058Z] ---> 85fa5d516b86 [2021-01-25T21:34:34.058Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-01-25T21:34:34.058Z] ---> Running in 23c9cc1e3081 [2021-01-25T21:34:34.658Z] Removing intermediate container 23c9cc1e3081 [2021-01-25T21:34:34.658Z] ---> 4a1e0f6572e6 [2021-01-25T21:34:34.658Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-25T21:34:34.658Z] ---> Running in b4c68f53eb4f [2021-01-25T21:34:35.260Z] Removing intermediate container b4c68f53eb4f [2021-01-25T21:34:35.260Z] ---> b409256859ed [2021-01-25T21:34:35.260Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-25T21:34:35.260Z] ---> Running in a4f71253f43a [2021-01-25T21:34:37.893Z] Removing intermediate container a4f71253f43a [2021-01-25T21:34:37.893Z] ---> 252ef9bfdb03 [2021-01-25T21:34:37.893Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-25T21:34:37.893Z] ---> Running in ba6caf46a5c1 [2021-01-25T21:34:38.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T21:34:39.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T21:34:40.067Z] OK: 144 MiB in 45 packages [2021-01-25T21:34:41.509Z] Removing intermediate container ba6caf46a5c1 [2021-01-25T21:34:41.509Z] ---> f0911223fdea [2021-01-25T21:34:41.509Z] Step 8/27 : WORKDIR /app [2021-01-25T21:34:41.509Z] ---> Running in a53b7b1ac5ec [2021-01-25T21:34:42.104Z] Removing intermediate container a53b7b1ac5ec [2021-01-25T21:34:42.104Z] ---> 9009b1faf6d2 [2021-01-25T21:34:42.104Z] Step 9/27 : COPY go.mod . [2021-01-25T21:34:42.702Z] ---> 36957af98764 [2021-01-25T21:34:42.702Z] Step 10/27 : RUN go mod download [2021-01-25T21:34:42.702Z] ---> Running in be40970f8e00 [2021-01-25T21:34:45.331Z] Removing intermediate container be40970f8e00 [2021-01-25T21:34:45.331Z] ---> f78208ddf4df [2021-01-25T21:34:45.331Z] Step 11/27 : COPY . . [2021-01-25T21:34:45.927Z] ---> 6d8c7ed571c6 [2021-01-25T21:34:45.927Z] Step 12/27 : ARG MAKE="make build" [2021-01-25T21:34:45.927Z] ---> Running in 6a5c5da01039 [2021-01-25T21:34:46.524Z] Removing intermediate container 6a5c5da01039 [2021-01-25T21:34:46.524Z] ---> 3980b62d0795 [2021-01-25T21:34:46.524Z] Step 13/27 : RUN $MAKE [2021-01-25T21:34:46.524Z] ---> Running in f9ae77d9e740 [2021-01-25T21:34:47.501Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.7 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.13" -o app-service-configurable [2021-01-25T21:35:26.522Z] Removing intermediate container f9ae77d9e740 [2021-01-25T21:35:26.522Z] ---> 4b04db745b63 [2021-01-25T21:35:26.522Z] Step 14/27 : FROM alpine:3.12 [2021-01-25T21:35:26.522Z] 3.12: Pulling from library/alpine [2021-01-25T21:35:26.522Z] 159e5727ea61: Pulling fs layer [2021-01-25T21:35:26.522Z] 159e5727ea61: Verifying Checksum [2021-01-25T21:35:26.522Z] 159e5727ea61: Pull complete [2021-01-25T21:35:26.522Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-25T21:35:26.522Z] Status: Downloaded newer image for alpine:3.12 [2021-01-25T21:35:26.522Z] ---> afeebe901d6b [2021-01-25T21:35:26.522Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-01-25T21:35:26.522Z] ---> Running in 97eb51095165 [2021-01-25T21:35:26.522Z] Removing intermediate container 97eb51095165 [2021-01-25T21:35:26.522Z] ---> b023f5cfcf8a [2021-01-25T21:35:26.522Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-01-25T21:35:26.522Z] ---> Running in 384a9ed7f03b [2021-01-25T21:35:26.522Z] Removing intermediate container 384a9ed7f03b [2021-01-25T21:35:26.522Z] ---> 47c8aed07020 [2021-01-25T21:35:26.522Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-01-25T21:35:26.522Z] ---> Running in bad505c7ab9a [2021-01-25T21:35:26.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-25T21:35:26.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-25T21:35:26.522Z] (1/7) Installing ca-certificates (20191127-r4) [2021-01-25T21:35:26.522Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-01-25T21:35:26.522Z] (3/7) Installing libgcc (9.3.0-r2) [2021-01-25T21:35:26.522Z] (4/7) Installing libsodium (1.0.18-r0) [2021-01-25T21:35:26.522Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-01-25T21:35:26.793Z] (6/7) Installing libzmq (4.3.3-r0) [2021-01-25T21:35:26.793Z] (7/7) Installing zeromq (4.3.3-r0) [2021-01-25T21:35:26.793Z] Executing busybox-1.31.1-r19.trigger [2021-01-25T21:35:26.793Z] Executing ca-certificates-20191127-r4.trigger [2021-01-25T21:35:26.793Z] OK: 9 MiB in 21 packages [2021-01-25T21:35:28.781Z] Removing intermediate container bad505c7ab9a [2021-01-25T21:35:28.781Z] ---> ac4750214031 [2021-01-25T21:35:28.781Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-01-25T21:35:29.056Z] ---> dda868816959 [2021-01-25T21:35:29.056Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-01-25T21:35:30.038Z] ---> 39f2b2d093e5 [2021-01-25T21:35:30.038Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-01-25T21:35:30.634Z] ---> 846c229da9d1 [2021-01-25T21:35:30.634Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-01-25T21:35:32.069Z] ---> 182c755ba5bb [2021-01-25T21:35:32.069Z] Step 22/27 : EXPOSE 48095 [2021-01-25T21:35:32.069Z] ---> Running in d546cb120400 [2021-01-25T21:35:32.341Z] Removing intermediate container d546cb120400 [2021-01-25T21:35:32.341Z] ---> 8b1783f1dde8 [2021-01-25T21:35:32.341Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-01-25T21:35:32.615Z] ---> Running in a56071c5703b [2021-01-25T21:35:32.889Z] Removing intermediate container a56071c5703b [2021-01-25T21:35:32.889Z] ---> 4f416ef7b279 [2021-01-25T21:35:32.889Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-25T21:35:33.163Z] ---> Running in 3408a3ee7c83 [2021-01-25T21:35:33.433Z] Removing intermediate container 3408a3ee7c83 [2021-01-25T21:35:33.434Z] ---> ca557116d954 [2021-01-25T21:35:33.434Z] Step 25/27 : LABEL arch=arm64 [2021-01-25T21:35:33.707Z] ---> Running in 036eb950aa4b [2021-01-25T21:35:33.980Z] Removing intermediate container 036eb950aa4b [2021-01-25T21:35:33.980Z] ---> 04d6ee4b2c2b [2021-01-25T21:35:33.980Z] Step 26/27 : LABEL git_sha=b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:35:34.253Z] ---> Running in 806d96da4297 [2021-01-25T21:35:34.851Z] Removing intermediate container 806d96da4297 [2021-01-25T21:35:34.851Z] ---> 45327362d302 [2021-01-25T21:35:34.851Z] Step 27/27 : LABEL version=2.0.0-dev.13 [2021-01-25T21:35:34.851Z] ---> Running in a17218cae016 [2021-01-25T21:35:35.128Z] Removing intermediate container a17218cae016 [2021-01-25T21:35:35.128Z] ---> 67b21c0aa3c2 [2021-01-25T21:35:35.128Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-25T21:35:35.401Z] Successfully built 67b21c0aa3c2 [2021-01-25T21:35:35.401Z] 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-25T21:35:35.873Z] provisioning config files... [2021-01-25T21:35:35.912Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/79@tmp/config1858256040027623585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:35:36.306Z] ---> docker-login.sh [2021-01-25T21:35:36.306Z] nexus3.edgexfoundry.org:10001 [2021-01-25T21:35:36.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:35:36.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:35:36.851Z] Configure a credential helper to remove this warning. See [2021-01-25T21:35:36.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:35:36.851Z] [2021-01-25T21:35:36.851Z] Login Succeeded [2021-01-25T21:35:36.851Z] nexus3.edgexfoundry.org:10002 [2021-01-25T21:35:37.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:35:37.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:35:37.399Z] Configure a credential helper to remove this warning. See [2021-01-25T21:35:37.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:35:37.399Z] [2021-01-25T21:35:37.399Z] Login Succeeded [2021-01-25T21:35:37.399Z] nexus3.edgexfoundry.org:10003 [2021-01-25T21:35:37.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:35:37.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:35:37.945Z] Configure a credential helper to remove this warning. See [2021-01-25T21:35:37.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:35:37.945Z] [2021-01-25T21:35:37.945Z] Login Succeeded [2021-01-25T21:35:37.945Z] nexus3.edgexfoundry.org:10004 [2021-01-25T21:35:38.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:35:38.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:35:38.494Z] Configure a credential helper to remove this warning. See [2021-01-25T21:35:38.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:35:38.494Z] [2021-01-25T21:35:38.494Z] Login Succeeded [2021-01-25T21:35:38.494Z] docker.io [2021-01-25T21:35:38.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-25T21:35:39.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-25T21:35:39.371Z] Configure a credential helper to remove this warning. See [2021-01-25T21:35:39.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-25T21:35:39.371Z] [2021-01-25T21:35:39.371Z] Login Succeeded [2021-01-25T21:35:39.371Z] ---> docker-login.sh ends [Pipeline] } [2021-01-25T21:35:39.391Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-25T21:35:39.610Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-01-25T21:35:39.610Z] b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:35:39.610Z] latest [2021-01-25T21:35:39.610Z] 2.0.0-dev.13 [2021-01-25T21:35:39.610Z] b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [2021-01-25T21:35:39.610Z] master [2021-01-25T21:35:39.610Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:40.127Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:40.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:35:40.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-25T21:35:40.469Z] 5f338b5c3a5c: Preparing [2021-01-25T21:35:40.469Z] 9752bc496d53: Preparing [2021-01-25T21:35:40.469Z] a9a01bb79660: Preparing [2021-01-25T21:35:40.469Z] 69722a983292: Preparing [2021-01-25T21:35:40.469Z] 95eb810c0c13: Preparing [2021-01-25T21:35:40.469Z] 379067d0cb53: Preparing [2021-01-25T21:35:40.469Z] 379067d0cb53: Waiting [2021-01-25T21:35:40.743Z] 9752bc496d53: Pushed [2021-01-25T21:35:40.743Z] 69722a983292: Pushed [2021-01-25T21:35:40.743Z] a9a01bb79660: Pushed [2021-01-25T21:35:40.743Z] 379067d0cb53: Layer already exists [2021-01-25T21:35:41.725Z] 95eb810c0c13: Pushed [2021-01-25T21:35:43.701Z] 5f338b5c3a5c: Pushed [2021-01-25T21:35:43.972Z] b2b5516710491a318eb9d8aa999b6475b972a2de: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:44.588Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:44.924Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-25T21:35:44.924Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-25T21:35:44.924Z] 5f338b5c3a5c: Preparing [2021-01-25T21:35:44.924Z] 9752bc496d53: Preparing [2021-01-25T21:35:44.924Z] a9a01bb79660: Preparing [2021-01-25T21:35:44.924Z] 69722a983292: Preparing [2021-01-25T21:35:44.924Z] 95eb810c0c13: Preparing [2021-01-25T21:35:44.924Z] 379067d0cb53: Preparing [2021-01-25T21:35:44.924Z] 379067d0cb53: Waiting [2021-01-25T21:35:45.195Z] 69722a983292: Layer already exists [2021-01-25T21:35:45.195Z] 5f338b5c3a5c: Layer already exists [2021-01-25T21:35:45.195Z] a9a01bb79660: Layer already exists [2021-01-25T21:35:45.195Z] 95eb810c0c13: Layer already exists [2021-01-25T21:35:45.195Z] 9752bc496d53: Layer already exists [2021-01-25T21:35:45.195Z] 379067d0cb53: Layer already exists [2021-01-25T21:35:45.195Z] latest: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:45.535Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:45.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.13 [2021-01-25T21:35:45.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-25T21:35:45.872Z] 5f338b5c3a5c: Preparing [2021-01-25T21:35:45.872Z] 9752bc496d53: Preparing [2021-01-25T21:35:45.872Z] a9a01bb79660: Preparing [2021-01-25T21:35:45.872Z] 69722a983292: Preparing [2021-01-25T21:35:45.872Z] 95eb810c0c13: Preparing [2021-01-25T21:35:45.872Z] 379067d0cb53: Preparing [2021-01-25T21:35:45.872Z] 379067d0cb53: Waiting [2021-01-25T21:35:46.149Z] 95eb810c0c13: Layer already exists [2021-01-25T21:35:46.149Z] a9a01bb79660: Layer already exists [2021-01-25T21:35:46.149Z] 5f338b5c3a5c: Layer already exists [2021-01-25T21:35:46.149Z] 9752bc496d53: Layer already exists [2021-01-25T21:35:46.149Z] 69722a983292: Layer already exists [2021-01-25T21:35:46.149Z] 379067d0cb53: Layer already exists [2021-01-25T21:35:46.149Z] 2.0.0-dev.13: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:46.496Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:46.835Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [2021-01-25T21:35:46.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-25T21:35:46.835Z] 5f338b5c3a5c: Preparing [2021-01-25T21:35:46.835Z] 9752bc496d53: Preparing [2021-01-25T21:35:46.835Z] a9a01bb79660: Preparing [2021-01-25T21:35:46.835Z] 69722a983292: Preparing [2021-01-25T21:35:46.835Z] 95eb810c0c13: Preparing [2021-01-25T21:35:46.835Z] 379067d0cb53: Preparing [2021-01-25T21:35:46.835Z] 379067d0cb53: Waiting [2021-01-25T21:35:47.105Z] 5f338b5c3a5c: Layer already exists [2021-01-25T21:35:47.105Z] a9a01bb79660: Layer already exists [2021-01-25T21:35:47.105Z] 69722a983292: Layer already exists [2021-01-25T21:35:47.105Z] 95eb810c0c13: Layer already exists [2021-01-25T21:35:47.105Z] 9752bc496d53: Layer already exists [2021-01-25T21:35:47.105Z] 379067d0cb53: Layer already exists [2021-01-25T21:35:47.105Z] b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:47.447Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:47.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-01-25T21:35:47.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-01-25T21:35:47.788Z] 5f338b5c3a5c: Preparing [2021-01-25T21:35:47.788Z] 9752bc496d53: Preparing [2021-01-25T21:35:47.788Z] a9a01bb79660: Preparing [2021-01-25T21:35:47.788Z] 69722a983292: Preparing [2021-01-25T21:35:47.788Z] 95eb810c0c13: Preparing [2021-01-25T21:35:47.788Z] 379067d0cb53: Preparing [2021-01-25T21:35:47.788Z] 379067d0cb53: Waiting [2021-01-25T21:35:47.788Z] a9a01bb79660: Layer already exists [2021-01-25T21:35:48.058Z] 69722a983292: Layer already exists [2021-01-25T21:35:48.058Z] 5f338b5c3a5c: Layer already exists [2021-01-25T21:35:48.058Z] 95eb810c0c13: Layer already exists [2021-01-25T21:35:48.058Z] 9752bc496d53: Layer already exists [2021-01-25T21:35:48.058Z] 379067d0cb53: Layer already exists [2021-01-25T21:35:48.058Z] master: digest: sha256:143a8a85b49199002a2c397653cb843e8906b7d38e0369f4908aed19d00fa17d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-25T21:35:48.260Z] ===================================================== [Pipeline] echo [2021-01-25T21:35:48.313Z] taggedImages: [2021-01-25T21:35:48.313Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de [2021-01-25T21:35:48.313Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-01-25T21:35:48.313Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.13 [2021-01-25T21:35:48.313Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:b2b5516710491a318eb9d8aa999b6475b972a2de-2.0.0-dev.13 [2021-01-25T21:35:48.313Z] - 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-25T21:35:49.625Z] provisioning config files... [2021-01-25T21:35:49.638Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config6954376393021045470tmp [Pipeline] { [Pipeline] sh [2021-01-25T21:35:50.019Z] + set +x [2021-01-25T21:35:50.019Z] + curl -s https://codecov.io/bash [2021-01-25T21:35:50.019Z] + bash -s -- [2021-01-25T21:35:50.283Z] [2021-01-25T21:35:50.283Z] _____ _ [2021-01-25T21:35:50.283Z] / ____| | | [2021-01-25T21:35:50.283Z] | | ___ __| | ___ ___ _____ __ [2021-01-25T21:35:50.283Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-25T21:35:50.283Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-25T21:35:50.283Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-25T21:35:50.283Z] Bash-20210115-cec3c92 [2021-01-25T21:35:50.283Z] [2021-01-25T21:35:50.283Z] [2021-01-25T21:35:50.283Z] ==> git version 2.24.3 found [2021-01-25T21:35:50.283Z] ==> 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-25T21:35:50.283Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-25T21:35:50.283Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-25T21:35:50.283Z] ==> Jenkins CI detected. [2021-01-25T21:35:50.283Z] project root: . [2021-01-25T21:35:50.283Z] --> token set from env [2021-01-25T21:35:50.283Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-25T21:35:50.283Z] ==> Running gcov in . (disable via -X gcov) [2021-01-25T21:35:50.283Z] ==> Python coveragepy not found [2021-01-25T21:35:50.283Z] ==> Searching for coverage reports in: [2021-01-25T21:35:50.284Z] + . [2021-01-25T21:35:50.284Z] -> Found 1 reports [2021-01-25T21:35:50.284Z] ==> Detecting git/mercurial file structure [2021-01-25T21:35:50.548Z] ==> Reading reports [2021-01-25T21:35:50.548Z] + ./coverage.out bytes=10 [2021-01-25T21:35:50.548Z] ==> Appending adjustments [2021-01-25T21:35:50.548Z] https://docs.codecov.io/docs/fixing-reports [2021-01-25T21:35:50.548Z] + Found adjustments [2021-01-25T21:35:50.548Z] ==> Gzipping contents [2021-01-25T21:35:50.548Z] 4.0K /tmp/codecov.Oc9H9F.gz [2021-01-25T21:35:50.548Z] ==> Uploading reports [2021-01-25T21:35:50.548Z] url: https://codecov.io [2021-01-25T21:35:50.548Z] query: branch=master&commit=b2b5516710491a318eb9d8aa999b6475b972a2de&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F79%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-25T21:35:50.548Z] -> Pinging Codecov [2021-01-25T21:35:50.548Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=b2b5516710491a318eb9d8aa999b6475b972a2de&build=79&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F79%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-25T21:35:51.128Z] -> Uploading to [2021-01-25T21:35:51.128Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-25/A97CA9966030D2A3747ED39772930CCE/b2b5516710491a318eb9d8aa999b6475b972a2de/b534afb1-aa37-4196-b7a7-c57af9605c9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T213550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4013a70c3eaaf407d795af951777c5ddbfcf6e1d822ebe2e94df2b3060405ff7 [2021-01-25T21:35:51.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-25T21:35:51.128Z] Dload Upload Total Spent Left Speed [2021-01-25T21:35:51.394Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 393 0 0 100 393 0 962 --:--:-- --:--:-- --:--:-- 965 [2021-01-25T21:35:51.395Z] -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] } [2021-01-25T21:35:51.405Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-01-25T21:35:52.366Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-25T21:35:52.425Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:52.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-25T21:35:52.799Z] [2021-01-25T21:35:52.799Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:35:53.152Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-25T21:35:53.152Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-25T21:35:53.152Z] 188c0c94c7c5: Pulling fs layer [2021-01-25T21:35:53.152Z] 0ef7d3d256c8: Pulling fs layer [2021-01-25T21:35:53.152Z] de9db76c5a1d: Pulling fs layer [2021-01-25T21:35:53.152Z] 0eba1c9be4d2: Pulling fs layer [2021-01-25T21:35:53.152Z] 0d57e429df01: Pulling fs layer [2021-01-25T21:35:53.152Z] 4e4be7b47b0d: Pulling fs layer [2021-01-25T21:35:53.152Z] e1f770b5df2f: Pulling fs layer [2021-01-25T21:35:53.152Z] 85a0685a4137: Pulling fs layer [2021-01-25T21:35:53.152Z] 4e4be7b47b0d: Waiting [2021-01-25T21:35:53.152Z] 0d57e429df01: Waiting [2021-01-25T21:35:53.152Z] e1f770b5df2f: Waiting [2021-01-25T21:35:53.152Z] 85a0685a4137: Waiting [2021-01-25T21:35:53.152Z] 0eba1c9be4d2: Waiting [2021-01-25T21:35:53.152Z] de9db76c5a1d: Verifying Checksum [2021-01-25T21:35:53.152Z] de9db76c5a1d: Download complete [2021-01-25T21:35:53.152Z] 0ef7d3d256c8: Verifying Checksum [2021-01-25T21:35:53.152Z] 0ef7d3d256c8: Download complete [2021-01-25T21:35:53.152Z] 0d57e429df01: Verifying Checksum [2021-01-25T21:35:53.152Z] 0d57e429df01: Download complete [2021-01-25T21:35:53.153Z] 4e4be7b47b0d: Verifying Checksum [2021-01-25T21:35:53.153Z] 4e4be7b47b0d: Download complete [2021-01-25T21:35:53.153Z] 188c0c94c7c5: Verifying Checksum [2021-01-25T21:35:53.153Z] 188c0c94c7c5: Download complete [2021-01-25T21:35:53.740Z] 188c0c94c7c5: Pull complete [2021-01-25T21:35:53.740Z] 0ef7d3d256c8: Pull complete [2021-01-25T21:35:54.010Z] de9db76c5a1d: Pull complete [2021-01-25T21:35:55.423Z] e1f770b5df2f: Verifying Checksum [2021-01-25T21:35:55.423Z] e1f770b5df2f: Download complete [2021-01-25T21:35:57.381Z] 0eba1c9be4d2: Verifying Checksum [2021-01-25T21:35:57.381Z] 0eba1c9be4d2: Download complete [2021-01-25T21:35:57.648Z] 85a0685a4137: Verifying Checksum [2021-01-25T21:35:57.648Z] 85a0685a4137: Download complete [2021-01-25T21:36:02.985Z] 0eba1c9be4d2: Pull complete [2021-01-25T21:36:02.985Z] 0d57e429df01: Pull complete [2021-01-25T21:36:02.985Z] 4e4be7b47b0d: Pull complete [2021-01-25T21:36:07.214Z] e1f770b5df2f: Pull complete [2021-01-25T21:36:13.865Z] 85a0685a4137: Pull complete [2021-01-25T21:36:13.865Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-25T21:36:13.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-25T21:36:13.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-25T21:36:14.123Z] prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container [2021-01-25T21:36:14.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-25T21:36:15.301Z] $ docker top d22ec6022941cb793342ada543267570c5499ee52104b30a0f1c7efa147fa8a9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-25T21:36:15.603Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-25T21:36:15.909Z] + set -o pipefail [2021-01-25T21:36:15.909Z] + snyk monitor '--org=edgex-jenkins' [2021-01-25T21:36:25.948Z] [2021-01-25T21:36:25.948Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-01-25T21:36:25.948Z] [2021-01-25T21:36:25.948Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/df879d6b-3e9f-4c9d-ac7c-0d2aabf98a2b [2021-01-25T21:36:25.948Z] [2021-01-25T21:36:25.948Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-25T21:36:25.948Z] [2021-01-25T21:36:25.948Z] [Pipeline] } [2021-01-25T21:36:25.966Z] $ docker stop --time=1 d22ec6022941cb793342ada543267570c5499ee52104b30a0f1c7efa147fa8a9 [2021-01-25T21:36:28.527Z] $ docker rm -f d22ec6022941cb793342ada543267570c5499ee52104b30a0f1c7efa147fa8a9 [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-25T21:36:30.429Z] + git log --format=format:%s -1 b2b5516710491a318eb9d8aa999b6475b972a2de [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:36:30.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T21:36:30.740Z] . [Pipeline] withDockerContainer [2021-01-25T21:36:30.837Z] prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container [2021-01-25T21:36:30.882Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-25T21:36:31.713Z] $ docker top 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T21:36:32.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T21:36:32.095Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T21:36:32.352Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T21:36:32.357Z] $ docker exec 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 ssh-agent [2021-01-25T21:36:32.554Z] SSH_AUTH_SOCK=/tmp/ssh-YpHShq2Yfu3o/agent.12 [2021-01-25T21:36:32.554Z] SSH_AGENT_PID=17 [2021-01-25T21:36:32.561Z] Running ssh-add (command line suppressed) [2021-01-25T21:36:32.709Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1466708369600260170.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1466708369600260170.key) [2021-01-25T21:36:32.768Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T21:36:33.157Z] + git semver tag [2021-01-25T21:36:33.157Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T21:36:33.157Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-25T21:36:33.157Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-25T21:36:33.157Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T21:36:33.157Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T21:36:33.157Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T21:36:33.157Z] # $SEMVER_BRANCH = master [2021-01-25T21:36:33.157Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-25T21:36:33.157Z] # b2b5516710491a318eb9d8aa999b6475b972a2de HEAD [2021-01-25T21:36:33.157Z] # -> Force: false [2021-01-25T21:36:33.157Z] # 108c25d4c0dddc03dc9f805d2aad84db900c7cbd refs/tags/v2.0.0-dev.13 [Pipeline] } [2021-01-25T21:36:33.172Z] $ docker exec --env ******** --env ******** 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 ssh-agent -k [2021-01-25T21:36:33.304Z] unset SSH_AUTH_SOCK; [2021-01-25T21:36:33.304Z] unset SSH_AGENT_PID; [2021-01-25T21:36:33.304Z] echo Agent pid 17 killed; [2021-01-25T21:36:33.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T21:36:33.831Z] + git semver [Pipeline] } [2021-01-25T21:36:33.849Z] $ docker stop --time=1 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 [2021-01-25T21:36:35.214Z] $ docker rm -f 8a0a6b94486a2147f054d14d400e0848085c549ede4f180194800242e1b3a850 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:36:35.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-25T21:36:35.906Z] [2021-01-25T21:36:35.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:36:36.259Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-25T21:36:36.259Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-25T21:36:36.259Z] ab5ef0e58194: Pulling fs layer [2021-01-25T21:36:36.259Z] 9712f1f96733: Pulling fs layer [2021-01-25T21:36:36.259Z] 63f879dbbcfc: Pulling fs layer [2021-01-25T21:36:36.259Z] 0d9ebad4ef96: Pulling fs layer [2021-01-25T21:36:36.259Z] e9a5061849ea: Pulling fs layer [2021-01-25T21:36:36.259Z] d747dcd14b5f: Pulling fs layer [2021-01-25T21:36:36.259Z] 2de7ff778b66: Pulling fs layer [2021-01-25T21:36:36.259Z] e9a5061849ea: Waiting [2021-01-25T21:36:36.259Z] d747dcd14b5f: Waiting [2021-01-25T21:36:36.259Z] 2de7ff778b66: Waiting [2021-01-25T21:36:36.259Z] 0d9ebad4ef96: Waiting [2021-01-25T21:36:36.259Z] 9712f1f96733: Verifying Checksum [2021-01-25T21:36:36.259Z] 9712f1f96733: Download complete [2021-01-25T21:36:38.218Z] 63f879dbbcfc: Verifying Checksum [2021-01-25T21:36:38.218Z] 63f879dbbcfc: Download complete [2021-01-25T21:36:38.483Z] e9a5061849ea: Verifying Checksum [2021-01-25T21:36:38.483Z] e9a5061849ea: Download complete [2021-01-25T21:36:38.483Z] d747dcd14b5f: Verifying Checksum [2021-01-25T21:36:38.483Z] d747dcd14b5f: Download complete [2021-01-25T21:36:38.751Z] 0d9ebad4ef96: Verifying Checksum [2021-01-25T21:36:38.751Z] 0d9ebad4ef96: Download complete [2021-01-25T21:36:38.751Z] 2de7ff778b66: Verifying Checksum [2021-01-25T21:36:38.751Z] 2de7ff778b66: Download complete [2021-01-25T21:36:39.016Z] ab5ef0e58194: Verifying Checksum [2021-01-25T21:36:39.016Z] ab5ef0e58194: Download complete [2021-01-25T21:36:44.353Z] ab5ef0e58194: Pull complete [2021-01-25T21:36:44.353Z] 9712f1f96733: Pull complete [2021-01-25T21:36:46.287Z] 63f879dbbcfc: Pull complete [2021-01-25T21:36:52.927Z] 0d9ebad4ef96: Pull complete [2021-01-25T21:36:54.859Z] e9a5061849ea: Pull complete [2021-01-25T21:36:54.859Z] d747dcd14b5f: Pull complete [2021-01-25T21:36:57.437Z] 2de7ff778b66: Pull complete [2021-01-25T21:36:57.437Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-25T21:36:57.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-25T21:36:57.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-25T21:36:57.671Z] prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container [2021-01-25T21:36:57.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-25T21:37:01.422Z] $ docker top bd6bf70f19384b06f4df585270fa90c42ef93b4b27f3cf84db0af69c7cebd1c5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-25T21:37:01.707Z] provisioning config files... [2021-01-25T21:37:01.735Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config6147236950173618722tmp [2021-01-25T21:37:01.755Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config3799208189802568203tmp [2021-01-25T21:37:01.777Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5461573165701675224tmp [Pipeline] { [Pipeline] echo [2021-01-25T21:37:01.855Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:02.245Z] ---> sigul-configuration.sh [2021-01-25T21:37:02.245Z] gpg: directory `/root/.gnupg' created [2021-01-25T21:37:02.245Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-25T21:37:02.245Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-25T21:37:02.245Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-25T21:37:02.245Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-25T21:37:02.245Z] gpg: CAST5 encrypted data [2021-01-25T21:37:02.508Z] gpg: encrypted with 1 passphrase [2021-01-25T21:37:02.508Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-25T21:37:02.810Z] + mkdir /home/jenkins [2021-01-25T21:37:02.810Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-25T21:37:03.113Z] + 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-25T21:37:03.125Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:03.423Z] ---> sigul-install.sh [2021-01-25T21:37:10.047Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-25T21:37:10.352Z] + git tag --list [2021-01-25T21:37:10.353Z] v1.0.0 [2021-01-25T21:37:10.353Z] v1.1.0 [2021-01-25T21:37:10.353Z] v1.2.0 [2021-01-25T21:37:10.353Z] v1.3.0 [2021-01-25T21:37:10.353Z] v2.0.0-dev.1 [2021-01-25T21:37:10.353Z] v2.0.0-dev.10 [2021-01-25T21:37:10.353Z] v2.0.0-dev.11 [2021-01-25T21:37:10.353Z] v2.0.0-dev.12 [2021-01-25T21:37:10.353Z] v2.0.0-dev.13 [2021-01-25T21:37:10.353Z] v2.0.0-dev.2 [2021-01-25T21:37:10.353Z] v2.0.0-dev.3 [2021-01-25T21:37:10.353Z] v2.0.0-dev.4 [2021-01-25T21:37:10.353Z] v2.0.0-dev.5 [2021-01-25T21:37:10.353Z] v2.0.0-dev.6 [2021-01-25T21:37:10.353Z] v2.0.0-dev.7 [2021-01-25T21:37:10.353Z] v2.0.0-dev.8 [2021-01-25T21:37:10.353Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-25T21:37:10.667Z] + lftools sign git-tag v2.0.0-dev.13 [2021-01-25T21:37:12.066Z] Signing Git tag with Sigul... [2021-01-25T21:37:12.066Z] Signing v2.0.0-dev.13 [Pipeline] echo [2021-01-25T21:37:14.005Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:14.311Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-25T21:37:14.321Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-25T21:37:14.430Z] $ docker stop --time=1 bd6bf70f19384b06f4df585270fa90c42ef93b4b27f3cf84db0af69c7cebd1c5 [2021-01-25T21:37:16.561Z] $ docker rm -f bd6bf70f19384b06f4df585270fa90c42ef93b4b27f3cf84db0af69c7cebd1c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:37:17.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T21:37:17.524Z] . [Pipeline] withDockerContainer [2021-01-25T21:37:17.633Z] prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container [2021-01-25T21:37:17.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-25T21:37:18.543Z] $ docker top 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T21:37:18.865Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T21:37:18.865Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T21:37:19.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T21:37:19.107Z] $ docker exec 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 ssh-agent [2021-01-25T21:37:19.331Z] SSH_AUTH_SOCK=/tmp/ssh-8WTEJaItCu8V/agent.12 [2021-01-25T21:37:19.331Z] SSH_AGENT_PID=17 [2021-01-25T21:37:19.340Z] Running ssh-add (command line suppressed) [2021-01-25T21:37:19.481Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8495940582691923892.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8495940582691923892.key) [2021-01-25T21:37:19.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T21:37:19.890Z] + git semver bump pre [2021-01-25T21:37:19.890Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T21:37:19.890Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-25T21:37:19.890Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-25T21:37:19.890Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T21:37:19.890Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T21:37:19.890Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T21:37:19.890Z] # $SEMVER_BRANCH = master [2021-01-25T21:37:19.890Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-01-25T21:37:19.890Z] 2.0.0-dev.14 [Pipeline] } [2021-01-25T21:37:19.908Z] $ docker exec --env ******** --env ******** 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 ssh-agent -k [2021-01-25T21:37:20.039Z] unset SSH_AUTH_SOCK; [2021-01-25T21:37:20.041Z] unset SSH_AGENT_PID; [2021-01-25T21:37:20.041Z] echo Agent pid 17 killed; [2021-01-25T21:37:20.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T21:37:20.704Z] + git semver [Pipeline] } [2021-01-25T21:37:20.724Z] $ docker stop --time=1 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 [2021-01-25T21:37:22.079Z] $ docker rm -f 2473544c4d3b91347c57a19541c90afad7c3bd2f6cf6c1ab6ee6c941d0a1aeb3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:37:22.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-25T21:37:22.628Z] . [Pipeline] withDockerContainer [2021-01-25T21:37:22.736Z] prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container [2021-01-25T21:37:22.788Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-25T21:37:23.476Z] $ docker top 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-25T21:37:23.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-25T21:37:23.810Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-25T21:37:24.015Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-25T21:37:24.020Z] $ docker exec 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e ssh-agent [2021-01-25T21:37:24.212Z] SSH_AUTH_SOCK=/tmp/ssh-PqAAtMPk15Xd/agent.11 [2021-01-25T21:37:24.212Z] SSH_AGENT_PID=16 [2021-01-25T21:37:24.219Z] Running ssh-add (command line suppressed) [2021-01-25T21:37:24.357Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5383645642732415562.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5383645642732415562.key) [2021-01-25T21:37:24.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-25T21:37:24.753Z] + git semver push [2021-01-25T21:37:24.753Z] # -> Open(): unable to determine branch for HEAD [2021-01-25T21:37:24.753Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-01-25T21:37:24.753Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-01-25T21:37:24.753Z] # $SEMVER_REMOTE_NAME = origin [2021-01-25T21:37:24.753Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-25T21:37:24.753Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-25T21:37:24.753Z] # $SEMVER_BRANCH = master [2021-01-25T21:37:24.753Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-01-25T21:37:31.373Z] $ docker exec --env ******** --env ******** 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e ssh-agent -k [2021-01-25T21:37:31.558Z] unset SSH_AUTH_SOCK; [2021-01-25T21:37:31.558Z] unset SSH_AGENT_PID; [2021-01-25T21:37:31.558Z] echo Agent pid 16 killed; [2021-01-25T21:37:31.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-25T21:37:32.203Z] + git semver [Pipeline] } [2021-01-25T21:37:32.222Z] $ docker stop --time=1 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e [2021-01-25T21:37:33.599Z] $ docker rm -f 8980ba7f38792cd8dc2c7de9d22059ce1cee7655ecfa67ff526e3e9ec063558e [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-25T21:37:34.959Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:35.570Z] ---> package-listing.sh [2021-01-25T21:37:35.570Z] ++ facter osfamily [2021-01-25T21:37:35.570Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-25T21:37:35.570Z] + OS_FAMILY=redhat [2021-01-25T21:37:35.570Z] + workspace=/w/workspace/_app-service-configurable_master [2021-01-25T21:37:35.570Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-25T21:37:35.570Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-25T21:37:35.570Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-25T21:37:35.570Z] + PACKAGES=/tmp/packages_start.txt [2021-01-25T21:37:35.570Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-25T21:37:35.570Z] + PACKAGES=/tmp/packages_end.txt [2021-01-25T21:37:35.570Z] + case "${OS_FAMILY}" in [2021-01-25T21:37:35.570Z] + rpm -qa [2021-01-25T21:37:35.570Z] + sort [2021-01-25T21:37:40.929Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-25T21:37:40.929Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-25T21:37:40.929Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-25T21:37:40.929Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-01-25T21:37:40.929Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-01-25T21:37:40.929Z] + 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-25T21:37:40.942Z] 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-25T21:37:41.237Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:37:41.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T21:37:41.552Z] [2021-01-25T21:37:41.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-25T21:37:41.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T21:37:41.905Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-25T21:37:41.905Z] df20fa9351a1: Pulling fs layer [2021-01-25T21:37:41.905Z] 36b3adc4ff6f: Pulling fs layer [2021-01-25T21:37:41.905Z] 8ad3a11d3b57: Pulling fs layer [2021-01-25T21:37:41.905Z] 46f8f816bc3b: Pulling fs layer [2021-01-25T21:37:41.905Z] 93b61091891f: Pulling fs layer [2021-01-25T21:37:41.905Z] 93b9cdb0e59b: Pulling fs layer [2021-01-25T21:37:41.905Z] 5e14af77c1be: Pulling fs layer [2021-01-25T21:37:41.905Z] 01666e4c0597: Pulling fs layer [2021-01-25T21:37:41.905Z] aa168da1d23b: Pulling fs layer [2021-01-25T21:37:41.905Z] 46f8f816bc3b: Waiting [2021-01-25T21:37:41.905Z] 93b61091891f: Waiting [2021-01-25T21:37:41.905Z] 5e14af77c1be: Waiting [2021-01-25T21:37:41.905Z] 93b9cdb0e59b: Waiting [2021-01-25T21:37:41.905Z] 01666e4c0597: Waiting [2021-01-25T21:37:41.905Z] aa168da1d23b: Waiting [2021-01-25T21:37:41.905Z] 36b3adc4ff6f: Verifying Checksum [2021-01-25T21:37:41.905Z] 36b3adc4ff6f: Download complete [2021-01-25T21:37:42.169Z] 46f8f816bc3b: Verifying Checksum [2021-01-25T21:37:42.169Z] 46f8f816bc3b: Download complete [2021-01-25T21:37:42.169Z] df20fa9351a1: Verifying Checksum [2021-01-25T21:37:42.169Z] df20fa9351a1: Download complete [2021-01-25T21:37:42.169Z] 93b9cdb0e59b: Verifying Checksum [2021-01-25T21:37:42.169Z] 93b9cdb0e59b: Download complete [2021-01-25T21:37:42.169Z] 93b61091891f: Verifying Checksum [2021-01-25T21:37:42.169Z] 93b61091891f: Download complete [2021-01-25T21:37:42.169Z] 5e14af77c1be: Verifying Checksum [2021-01-25T21:37:42.169Z] 5e14af77c1be: Download complete [2021-01-25T21:37:42.169Z] 01666e4c0597: Verifying Checksum [2021-01-25T21:37:42.169Z] 01666e4c0597: Download complete [2021-01-25T21:37:42.434Z] 8ad3a11d3b57: Verifying Checksum [2021-01-25T21:37:42.434Z] 8ad3a11d3b57: Download complete [2021-01-25T21:37:42.434Z] df20fa9351a1: Pull complete [2021-01-25T21:37:42.698Z] 36b3adc4ff6f: Pull complete [2021-01-25T21:37:44.125Z] 8ad3a11d3b57: Pull complete [2021-01-25T21:37:44.125Z] 46f8f816bc3b: Pull complete [2021-01-25T21:37:44.703Z] aa168da1d23b: Verifying Checksum [2021-01-25T21:37:44.703Z] aa168da1d23b: Download complete [2021-01-25T21:37:44.966Z] 93b61091891f: Pull complete [2021-01-25T21:37:44.966Z] 93b9cdb0e59b: Pull complete [2021-01-25T21:37:45.230Z] 5e14af77c1be: Pull complete [2021-01-25T21:37:45.230Z] 01666e4c0597: Pull complete [2021-01-25T21:37:53.434Z] aa168da1d23b: Pull complete [2021-01-25T21:37:53.434Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-25T21:37:53.434Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-25T21:37:53.434Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-25T21:37:53.643Z] prd-centos7-docker-4c-2g-22703 does not seem to be running inside a container [2021-01-25T21:37:53.693Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-25T21:37:56.642Z] $ docker top 1dab3f98bad8cb84978706e6560b789cda0b4c68e9ba74bc77fe0cde9bfeaafd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-25T21:37:57.156Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-25T21:37:57.471Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-25T21:37:57.776Z] + ls /var/log/sa-host [2021-01-25T21:37:57.776Z] + sadf -c /var/log/sa-host/sa23 [2021-01-25T21:37:57.776Z] file_magic: OK [2021-01-25T21:37:57.776Z] HZ: Using current value: 100 [2021-01-25T21:37:57.776Z] file_header: OK [2021-01-25T21:37:57.776Z] 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-25T21:37:57.776Z] Statistics: [2021-01-25T21:37:57.776Z] Hnuu...uuuununununu... [2021-01-25T21:37:57.776Z] File successfully converted to sysstat format version 12.2.1 [2021-01-25T21:37:57.776Z] + sadf -c /var/log/sa-host/sa25 [2021-01-25T21:37:57.776Z] file_magic: OK [2021-01-25T21:37:57.776Z] HZ: Using current value: 100 [2021-01-25T21:37:57.776Z] file_header: OK [2021-01-25T21:37:57.776Z] 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-25T21:37:57.776Z] Statistics: [2021-01-25T21:37:57.776Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-25T21:37:57.776Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-25T21:37:57.974Z] provisioning config files... [2021-01-25T21:37:57.989Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config8872848547978242130tmp [Pipeline] { [Pipeline] echo [2021-01-25T21:37:58.065Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:58.364Z] ---> create-netrc.sh [Pipeline] } [2021-01-25T21:37:58.375Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-25T21:37:58.481Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:58.780Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-25T21:37:58.791Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:59.091Z] ---> sudo-logs.sh [2021-01-25T21:37:59.091Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-25T21:37:59.103Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:37:59.401Z] ---> job-cost.sh [2021-01-25T21:37:59.401Z] lf-activate-venv: SKIPPING [2021-01-25T21:37:59.401Z] INFO: No Stack... [2021-01-25T21:38:00.350Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-25T21:38:00.928Z] INFO: Archiving Costs [Pipeline] echo [2021-01-25T21:38:00.942Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-25T21:38:01.236Z] ---> logs-deploy.sh [2021-01-25T21:38:01.236Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/79 [2021-01-25T21:38:01.237Z] INFO: archiving workspace using pattern(s): [2021-01-25T21:38:03.163Z] Archives upload complete. [2021-01-25T21:38:03.163Z] INFO: archiving logs to Nexus