Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [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: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go 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: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3203 in /w/workspace/foundry_device-virtual-go_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/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.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/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.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/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 # timeout=10 Commit message: "Merge pull request #196 from hahattan/issue-195" > git rev-list --no-walk f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T10:44:52.019Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T10:44:52.142Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T10:44:52.170Z] ========================================================= [2021-05-06T10:44:52.170Z] EdgeX Global Pipelines Version Info [2021-05-06T10:44:52.170Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:44:54.879Z] ------------------- [2021-05-06T10:44:54.879Z] stable info: [2021-05-06T10:44:54.879Z] ------------------- [2021-05-06T10:44:54.879Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T10:44:54.879Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T10:44:54.879Z] Message: update stable to v1.0.191 [2021-05-06T10:44:55.874Z] ------------------- [2021-05-06T10:44:55.874Z] experimental info: [2021-05-06T10:44:55.874Z] ------------------- [2021-05-06T10:44:55.874Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T10:44:55.874Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T10:44:55.874Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T10:44:56.051Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-05-06T10:44:56.078Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-05-06T10:44:56.107Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T10:44:56.133Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T10:44:56.161Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T10:44:56.187Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T10:44:56.210Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T10:44:56.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T10:44:56.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-06T10:44:56.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T10:44:56.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T10:44:56.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-05-06T10:44:56.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T10:44:56.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T10:44:56.418Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T10:44:56.440Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T10:44:56.463Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T10:44:56.492Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T10:44:56.516Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T10:44:56.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-06T10:44:56.567Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-06T10:44:56.591Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-06T10:44:56.613Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-06T10:44:56.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-06T10:44:56.657Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-06T10:44:56.679Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T10:44:56.702Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-06T10:44:56.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-06T10:44:56.747Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-06T10:44:56.770Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] echo [2021-05-06T10:44:56.795Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 630144a [Pipeline] echo [2021-05-06T10:44:56.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:44:56.890Z] provisioning config files... [2021-05-06T10:44:56.939Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4923958042549466079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:44:57.557Z] ---> docker-login.sh [2021-05-06T10:44:57.557Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:44:58.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:44:58.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:44:58.973Z] Configure a credential helper to remove this warning. See [2021-05-06T10:44:58.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:44:58.973Z] [2021-05-06T10:44:58.973Z] Login Succeeded [2021-05-06T10:44:58.973Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:44:59.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:44:59.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:44:59.626Z] Configure a credential helper to remove this warning. See [2021-05-06T10:44:59.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:44:59.626Z] [2021-05-06T10:44:59.626Z] Login Succeeded [2021-05-06T10:44:59.626Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:44:59.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:45:00.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:45:00.300Z] Configure a credential helper to remove this warning. See [2021-05-06T10:45:00.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:45:00.300Z] [2021-05-06T10:45:00.300Z] Login Succeeded [2021-05-06T10:45:00.300Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:45:00.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:45:00.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:45:00.597Z] Configure a credential helper to remove this warning. See [2021-05-06T10:45:00.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:45:00.597Z] [2021-05-06T10:45:00.597Z] Login Succeeded [2021-05-06T10:45:00.597Z] docker.io [2021-05-06T10:45:00.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:45:01.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:45:01.533Z] Configure a credential helper to remove this warning. See [2021-05-06T10:45:01.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:45:01.534Z] [2021-05-06T10:45:01.534Z] Login Succeeded [2021-05-06T10:45:01.534Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:45:01.560Z] 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-05-06T10:45:02.192Z] + git log --format=format:%s -1 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] echo [2021-05-06T10:45:02.422Z] GIT_COMMIT: 630144a10735cec8e2a8b402cbcf2c5516b5e8e8, Commit Message: Merge pull request #196 from hahattan/issue-195 [Pipeline] echo [2021-05-06T10:45:02.437Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:45:03.269Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:45:03.269Z] [2021-05-06T10:45:03.269Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:45:03.675Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:45:03.675Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T10:45:03.675Z] 31603596830f: Pulling fs layer [2021-05-06T10:45:03.675Z] 54011a49482f: Pulling fs layer [2021-05-06T10:45:03.675Z] a6820b24f6d8: Pulling fs layer [2021-05-06T10:45:03.675Z] f581987b2513: Pulling fs layer [2021-05-06T10:45:03.675Z] f581987b2513: Waiting [2021-05-06T10:45:04.012Z] 54011a49482f: Verifying Checksum [2021-05-06T10:45:04.012Z] 54011a49482f: Download complete [2021-05-06T10:45:04.012Z] 31603596830f: Download complete [2021-05-06T10:45:04.700Z] f581987b2513: Verifying Checksum [2021-05-06T10:45:04.700Z] f581987b2513: Download complete [2021-05-06T10:45:04.977Z] a6820b24f6d8: Verifying Checksum [2021-05-06T10:45:04.977Z] a6820b24f6d8: Download complete [2021-05-06T10:45:04.977Z] 31603596830f: Pull complete [2021-05-06T10:45:05.624Z] 54011a49482f: Pull complete [2021-05-06T10:45:08.366Z] a6820b24f6d8: Pull complete [2021-05-06T10:45:08.645Z] f581987b2513: Pull complete [2021-05-06T10:45:08.645Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T10:45:08.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:45:08.645Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T10:45:09.448Z] prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container [2021-05-06T10:45:09.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:45:13.126Z] $ docker top 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:45:13.373Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:45:13.373Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:45:13.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:45:13.827Z] $ docker exec 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent [2021-05-06T10:45:14.211Z] SSH_AUTH_SOCK=/tmp/ssh-ODoErJPSCn6e/agent.11 [2021-05-06T10:45:14.211Z] SSH_AGENT_PID=16 [2021-05-06T10:45:14.234Z] Running ssh-add (command line suppressed) [2021-05-06T10:45:14.638Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8761140834192033918.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8761140834192033918.key) [2021-05-06T10:45:14.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:45:15.527Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T10:45:15.646Z] $ docker exec --env ******** --env ******** 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent -k [2021-05-06T10:45:16.006Z] unset SSH_AUTH_SOCK; [2021-05-06T10:45:16.007Z] unset SSH_AGENT_PID; [2021-05-06T10:45:16.007Z] echo Agent pid 16 killed; [2021-05-06T10:45:16.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T10:45:16.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:45:16.216Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:45:16.811Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:45:16.822Z] $ docker exec 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent [2021-05-06T10:45:17.291Z] SSH_AUTH_SOCK=/tmp/ssh-04VoE5fxiuWo/agent.45 [2021-05-06T10:45:17.291Z] SSH_AGENT_PID=50 [2021-05-06T10:45:17.301Z] Running ssh-add (command line suppressed) [2021-05-06T10:45:17.698Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2065610443275530338.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2065610443275530338.key) [2021-05-06T10:45:17.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:45:18.225Z] + git semver init [2021-05-06T10:45:18.225Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:45:18.225Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-06T10:45:18.225Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-06T10:45:18.225Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:45:18.225Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:45:18.225Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:45:18.225Z] # $SEMVER_BRANCH = master [2021-05-06T10:45:18.225Z] # $SEMVER_TEMP = /tmp/semver-797650910 [2021-05-06T10:45:18.225Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-05-06T10:45:18.807Z] # '/tmp/semver-797650910' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2021-05-06T10:45:18.807Z] # -> Force: false [2021-05-06T10:45:18.807Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-05-06T10:45:18.824Z] $ docker exec --env ******** --env ******** 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent -k [2021-05-06T10:45:19.143Z] unset SSH_AUTH_SOCK; [2021-05-06T10:45:19.171Z] unset SSH_AGENT_PID; [2021-05-06T10:45:19.171Z] echo Agent pid 50 killed; [2021-05-06T10:45:19.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:45:19.924Z] + git semver [Pipeline] } [2021-05-06T10:45:19.966Z] $ docker stop --time=1 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d [2021-05-06T10:45:21.680Z] $ docker rm -f 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T10:45:22.381Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T10:45:23.254Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T10:45:23.258Z] [edgeXSemver]: initialized semver on version 1.3.2-dev.11 [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-05-06T10:45:38.453Z] Still waiting to schedule task [2021-05-06T10:45:38.453Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-06T10:45:38.456Z] Still waiting to schedule task [2021-05-06T10:45:38.456Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-06T10:47:18.197Z] Running on prd-centos7-docker-4c-2g-3206 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-05-06T10:47:18.220Z] Running in /w/workspace/device-virtual-go/50 [Pipeline] { [Pipeline] checkout [2021-05-06T10:47:21.066Z] using credential edgex-jenkins-ssh [2021-05-06T10:47:21.080Z] Cloning the remote Git repository [2021-05-06T10:47:21.268Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3205 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2021-05-06T10:47:21.287Z] Running in /w/workspace/device-virtual-go/50 [Pipeline] { [Pipeline] checkout [2021-05-06T10:47:20.640Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-05-06T10:47:20.720Z] > git init /w/workspace/device-virtual-go/50 # timeout=10 [2021-05-06T10:47:20.788Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-06T10:47:20.788Z] > git --version # timeout=10 [2021-05-06T10:47:20.795Z] > git --version # 'git version 2.24.3' [2021-05-06T10:47:20.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:47:20.860Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T10:47:22.278Z] Checking out Revision 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 (master) [2021-05-06T10:47:21.487Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-06T10:47:21.496Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T10:47:21.509Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-06T10:47:21.524Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-06T10:47:21.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:47:21.529Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T10:47:21.920Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T10:47:21.926Z] > git checkout -f 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 # timeout=10 [2021-05-06T10:47:25.731Z] Commit message: "Merge pull request #196 from hahattan/issue-195" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T10:47:26.636Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:47:26.742Z] using credential edgex-jenkins-ssh [2021-05-06T10:47:26.767Z] Cloning the remote Git repository [2021-05-06T10:47:26.972Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:47:27.283Z] + sudo service docker restart [2021-05-06T10:47:27.283Z] + true [2021-05-06T10:47:27.283Z] Redirecting to /bin/systemctl restart docker.service [2021-05-06T10:47:26.853Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-05-06T10:47:27.066Z] > git init /w/workspace/device-virtual-go/50 # timeout=10 [2021-05-06T10:47:27.135Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-06T10:47:27.136Z] > git --version # timeout=10 [2021-05-06T10:47:27.162Z] > git --version # 'git version 2.17.1' [2021-05-06T10:47:27.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:47:27.256Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:47:28.272Z] provisioning config files... [2021-05-06T10:47:28.314Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config7018185422320472755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:47:28.658Z] ---> docker-login.sh [2021-05-06T10:47:28.658Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:47:28.673Z] Checking out Revision 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 (master) [2021-05-06T10:47:28.084Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-06T10:47:28.113Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-06T10:47:28.135Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-05-06T10:47:28.169Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-05-06T10:47:28.170Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-06T10:47:28.184Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-06T10:47:28.695Z] > git config core.sparsecheckout # timeout=10 [2021-05-06T10:47:28.712Z] > git checkout -f 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 # timeout=10 [2021-05-06T10:47:28.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:29.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:29.193Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:29.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:29.193Z] [2021-05-06T10:47:29.193Z] Login Succeeded [2021-05-06T10:47:29.193Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:47:29.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:29.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:29.193Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:29.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:29.193Z] [2021-05-06T10:47:29.193Z] Login Succeeded [2021-05-06T10:47:29.193Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:47:29.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:29.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:29.456Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:29.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:29.456Z] [2021-05-06T10:47:29.456Z] Login Succeeded [2021-05-06T10:47:29.456Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:47:29.456Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:29.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:29.721Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:29.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:29.721Z] [2021-05-06T10:47:29.721Z] Login Succeeded [2021-05-06T10:47:29.721Z] docker.io [2021-05-06T10:47:29.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:29.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:29.985Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:29.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:29.985Z] [2021-05-06T10:47:29.985Z] Login Succeeded [2021-05-06T10:47:29.985Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:47:29.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T10:47:30.188Z] ========================================================= [2021-05-06T10:47:30.188Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T10:47:30.188Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:47:30.500Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T10:47:30.500Z] Sending build context to Docker daemon 523.8kB [2021-05-06T10:47:30.500Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:47:30.500Z] Step 2/8 : FROM ${BASE} [2021-05-06T10:47:30.764Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T10:47:30.764Z] 540db60ca938: Pulling fs layer [2021-05-06T10:47:30.764Z] adcc1eea9eea: Pulling fs layer [2021-05-06T10:47:30.764Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T10:47:30.764Z] 0510c868ecb4: Pulling fs layer [2021-05-06T10:47:30.764Z] afea3b2eda06: Pulling fs layer [2021-05-06T10:47:30.764Z] 7809a108b3ef: Pulling fs layer [2021-05-06T10:47:30.764Z] f706445af74f: Pulling fs layer [2021-05-06T10:47:30.764Z] afea3b2eda06: Waiting [2021-05-06T10:47:30.764Z] 7809a108b3ef: Waiting [2021-05-06T10:47:30.764Z] f706445af74f: Waiting [2021-05-06T10:47:30.764Z] 0510c868ecb4: Waiting [2021-05-06T10:47:30.764Z] 4c4ab2625f07: Verifying Checksum [2021-05-06T10:47:30.764Z] 4c4ab2625f07: Download complete [2021-05-06T10:47:30.764Z] adcc1eea9eea: Verifying Checksum [2021-05-06T10:47:30.764Z] adcc1eea9eea: Download complete [2021-05-06T10:47:30.764Z] afea3b2eda06: Verifying Checksum [2021-05-06T10:47:30.764Z] afea3b2eda06: Download complete [2021-05-06T10:47:30.764Z] 540db60ca938: Verifying Checksum [2021-05-06T10:47:30.764Z] 540db60ca938: Download complete [2021-05-06T10:47:30.764Z] 7809a108b3ef: Verifying Checksum [2021-05-06T10:47:30.764Z] 7809a108b3ef: Download complete [2021-05-06T10:47:31.028Z] 540db60ca938: Pull complete [2021-05-06T10:47:31.291Z] adcc1eea9eea: Pull complete [2021-05-06T10:47:31.291Z] 4c4ab2625f07: Pull complete [2021-05-06T10:47:32.694Z] f706445af74f: Verifying Checksum [2021-05-06T10:47:32.694Z] f706445af74f: Download complete [2021-05-06T10:47:32.883Z] Commit message: "Merge pull request #196 from hahattan/issue-195" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T10:47:33.642Z] 0510c868ecb4: Verifying Checksum [2021-05-06T10:47:33.642Z] 0510c868ecb4: Download complete [2021-05-06T10:47:34.182Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:47:34.631Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T10:47:34.975Z] + true [2021-05-06T10:47:34.975Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:47:37.638Z] provisioning config files... [2021-05-06T10:47:37.691Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config6117873956612142357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:47:38.059Z] ---> docker-login.sh [2021-05-06T10:47:38.059Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:47:38.965Z] 0510c868ecb4: Pull complete [2021-05-06T10:47:39.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:39.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:39.321Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:39.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:39.321Z] [2021-05-06T10:47:39.321Z] Login Succeeded [2021-05-06T10:47:39.321Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:47:39.541Z] afea3b2eda06: Pull complete [2021-05-06T10:47:39.541Z] 7809a108b3ef: Pull complete [2021-05-06T10:47:39.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:39.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:39.871Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:39.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:39.871Z] [2021-05-06T10:47:39.871Z] Login Succeeded [2021-05-06T10:47:39.871Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:47:40.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:40.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:40.419Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:40.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:40.419Z] [2021-05-06T10:47:40.419Z] Login Succeeded [2021-05-06T10:47:40.419Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:47:40.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:40.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:40.967Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:40.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:40.967Z] [2021-05-06T10:47:40.967Z] Login Succeeded [2021-05-06T10:47:40.967Z] docker.io [2021-05-06T10:47:41.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:47:41.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:47:41.511Z] Configure a credential helper to remove this warning. See [2021-05-06T10:47:41.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:47:41.511Z] [2021-05-06T10:47:41.511Z] Login Succeeded [2021-05-06T10:47:41.782Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:47:41.799Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T10:47:42.100Z] ========================================================= [2021-05-06T10:47:42.100Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T10:47:42.100Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:47:42.471Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T10:47:42.743Z] Sending build context to Docker daemon 522.8kB [2021-05-06T10:47:42.743Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:47:42.743Z] Step 2/8 : FROM ${BASE} [2021-05-06T10:47:43.016Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-06T10:47:43.016Z] 595b0fe564bb: Pulling fs layer [2021-05-06T10:47:43.016Z] 7186ed65a4f7: Pulling fs layer [2021-05-06T10:47:43.016Z] 316046926c0a: Pulling fs layer [2021-05-06T10:47:43.016Z] 4ebd0625c992: Pulling fs layer [2021-05-06T10:47:43.016Z] 207e8628e3a3: Pulling fs layer [2021-05-06T10:47:43.016Z] c791037a9be2: Pulling fs layer [2021-05-06T10:47:43.016Z] ffd874e62e21: Pulling fs layer [2021-05-06T10:47:43.016Z] 4ebd0625c992: Waiting [2021-05-06T10:47:43.016Z] 207e8628e3a3: Waiting [2021-05-06T10:47:43.016Z] c791037a9be2: Waiting [2021-05-06T10:47:43.016Z] ffd874e62e21: Waiting [2021-05-06T10:47:43.016Z] 316046926c0a: Verifying Checksum [2021-05-06T10:47:43.016Z] 316046926c0a: Download complete [2021-05-06T10:47:43.017Z] 7186ed65a4f7: Verifying Checksum [2021-05-06T10:47:43.017Z] 7186ed65a4f7: Download complete [2021-05-06T10:47:43.017Z] 207e8628e3a3: Verifying Checksum [2021-05-06T10:47:43.017Z] 207e8628e3a3: Download complete [2021-05-06T10:47:43.017Z] c791037a9be2: Verifying Checksum [2021-05-06T10:47:43.017Z] c791037a9be2: Download complete [2021-05-06T10:47:43.017Z] 595b0fe564bb: Download complete [2021-05-06T10:47:43.617Z] 595b0fe564bb: Pull complete [2021-05-06T10:47:43.803Z] f706445af74f: Pull complete [2021-05-06T10:47:43.803Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T10:47:43.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T10:47:43.803Z] ---> b068be0155e3 [2021-05-06T10:47:43.803Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-06T10:47:44.222Z] 7186ed65a4f7: Pull complete [2021-05-06T10:47:44.498Z] 316046926c0a: Pull complete [2021-05-06T10:47:45.098Z] ffd874e62e21: Verifying Checksum [2021-05-06T10:47:45.098Z] ffd874e62e21: Download complete [2021-05-06T10:47:45.208Z] ---> Running in fc1fe25794a5 [2021-05-06T10:47:45.208Z] Removing intermediate container fc1fe25794a5 [2021-05-06T10:47:45.208Z] ---> a160b409cd6e [2021-05-06T10:47:45.208Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:47:45.208Z] ---> Running in 4c161b1e852c [2021-05-06T10:47:46.078Z] 4ebd0625c992: Verifying Checksum [2021-05-06T10:47:46.078Z] 4ebd0625c992: Download complete [2021-05-06T10:47:46.603Z] Removing intermediate container 4c161b1e852c [2021-05-06T10:47:46.603Z] ---> 8ce28c223e90 [2021-05-06T10:47:46.603Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-05-06T10:47:46.603Z] ---> Running in 4c216bcb7ffa [2021-05-06T10:47:47.180Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T10:47:48.574Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T10:47:49.151Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-06T10:47:49.413Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-06T10:47:49.413Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-06T10:47:49.676Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-06T10:47:49.676Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-06T10:47:49.939Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-06T10:47:49.939Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-06T10:47:50.513Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-06T10:47:50.513Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-06T10:47:50.782Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-06T10:47:51.045Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-06T10:47:51.045Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-06T10:47:51.308Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-06T10:47:51.308Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T10:47:51.308Z] OK: 156 MiB in 53 packages [2021-05-06T10:47:52.256Z] Removing intermediate container 4c216bcb7ffa [2021-05-06T10:47:52.256Z] ---> 5b79a4815517 [2021-05-06T10:47:52.256Z] Step 6/8 : WORKDIR /device-virtual-go [2021-05-06T10:47:52.256Z] ---> Running in b114017fb8ed [2021-05-06T10:47:52.520Z] Removing intermediate container b114017fb8ed [2021-05-06T10:47:52.520Z] ---> 19340662adae [2021-05-06T10:47:52.520Z] Step 7/8 : COPY . . [2021-05-06T10:47:53.479Z] ---> 4aac307a196a [2021-05-06T10:47:53.479Z] Step 8/8 : RUN go mod download [2021-05-06T10:47:53.479Z] ---> Running in 99ab72f22dd9 [2021-05-06T10:47:56.266Z] 4ebd0625c992: Pull complete [2021-05-06T10:47:56.541Z] 207e8628e3a3: Pull complete [2021-05-06T10:47:57.136Z] c791037a9be2: Pull complete [2021-05-06T10:48:00.514Z] ffd874e62e21: Pull complete [2021-05-06T10:48:00.514Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-06T10:48:00.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-06T10:48:00.514Z] ---> cfc18b08335c [2021-05-06T10:48:00.514Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-05-06T10:48:03.118Z] ---> Running in 96aae719152b [2021-05-06T10:48:03.391Z] Removing intermediate container 96aae719152b [2021-05-06T10:48:03.391Z] ---> 108edb06bda6 [2021-05-06T10:48:03.391Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:48:03.391Z] ---> Running in 485039ea8336 [2021-05-06T10:48:06.008Z] Removing intermediate container 485039ea8336 [2021-05-06T10:48:06.008Z] ---> 4464b9a9457b [2021-05-06T10:48:06.008Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-05-06T10:48:06.008Z] ---> Running in 506188548b9a [2021-05-06T10:48:06.991Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T10:48:08.418Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T10:48:09.842Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-05-06T10:48:09.842Z] (2/13) Installing libsodium (1.0.18-r0) [2021-05-06T10:48:10.113Z] (3/13) Installing pkgconf (1.7.3-r0) [2021-05-06T10:48:10.113Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-05-06T10:48:10.113Z] (5/13) Installing openssh-keygen (8.4_p1-r3) [2021-05-06T10:48:10.382Z] (6/13) Installing libedit (20191231.3.1-r1) [2021-05-06T10:48:10.652Z] (7/13) Installing openssh-client (8.4_p1-r3) [2021-05-06T10:48:11.621Z] (8/13) Installing openssh-sftp-server (8.4_p1-r3) [2021-05-06T10:48:11.621Z] (9/13) Installing openssh-server-common (8.4_p1-r3) [2021-05-06T10:48:11.893Z] (10/13) Installing openssh-server (8.4_p1-r3) [2021-05-06T10:48:12.166Z] (11/13) Installing openssh (8.4_p1-r3) [2021-05-06T10:48:12.437Z] (12/13) Installing libzmq (4.3.3-r1) [2021-05-06T10:48:12.437Z] (13/13) Installing zeromq-dev (4.3.3-r1) [2021-05-06T10:48:12.710Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T10:48:12.710Z] OK: 145 MiB in 53 packages [2021-05-06T10:48:14.143Z] Removing intermediate container 506188548b9a [2021-05-06T10:48:14.143Z] ---> 8a3b0bbe899a [2021-05-06T10:48:14.143Z] Step 6/8 : WORKDIR /device-virtual-go [2021-05-06T10:48:14.420Z] ---> Running in 2ca9e66ff11c [2021-05-06T10:48:15.016Z] Removing intermediate container 2ca9e66ff11c [2021-05-06T10:48:15.016Z] ---> f118af84b874 [2021-05-06T10:48:15.016Z] Step 7/8 : COPY . . [2021-05-06T10:48:15.996Z] ---> 027b5d2b0662 [2021-05-06T10:48:15.996Z] Step 8/8 : RUN go mod download [2021-05-06T10:48:15.996Z] ---> Running in 4cae6603dea5 [2021-05-06T10:48:20.126Z] Removing intermediate container 99ab72f22dd9 [2021-05-06T10:48:20.126Z] ---> c7a2182202a9 [2021-05-06T10:48:20.126Z] Successfully built c7a2182202a9 [2021-05-06T10:48:20.126Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:48:20.445Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T10:48:20.445Z] . [Pipeline] withDockerContainer [2021-05-06T10:48:20.571Z] prd-centos7-docker-4c-2g-3206 does not seem to be running inside a container [2021-05-06T10:48:20.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T10:48:21.404Z] $ docker top a3aad2c9aab34b3003e2b6184fc870a0d02f53ecb4e364acb7caf4caac7ffec3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T10:48:21.831Z] + go version [2021-05-06T10:48:21.831Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T10:48:21.847Z] $ docker stop --time=1 a3aad2c9aab34b3003e2b6184fc870a0d02f53ecb4e364acb7caf4caac7ffec3 [2021-05-06T10:48:23.204Z] $ docker rm -f a3aad2c9aab34b3003e2b6184fc870a0d02f53ecb4e364acb7caf4caac7ffec3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:48:23.723Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T10:48:23.723Z] . [Pipeline] withDockerContainer [2021-05-06T10:48:23.831Z] prd-centos7-docker-4c-2g-3206 does not seem to be running inside a container [2021-05-06T10:48:23.878Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T10:48:24.584Z] $ docker top 62673f99dd4ba63269b63881ebe3463f3a774a381c08704ac6aa1d9198b88003 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T10:48:25.062Z] + go mod tidy [Pipeline] sh [2021-05-06T10:48:25.939Z] + make test [2021-05-06T10:48:25.939Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-06T10:48:27.341Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-05-06T10:48:48.338Z] Removing intermediate container 4cae6603dea5 [2021-05-06T10:48:48.338Z] ---> 26f5cfa1d87b [2021-05-06T10:48:48.338Z] Successfully built 26f5cfa1d87b [2021-05-06T10:48:48.338Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:48:48.677Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T10:48:48.677Z] . [Pipeline] withDockerContainer [2021-05-06T10:48:48.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-3205 does not seem to be running inside a container [2021-05-06T10:48:49.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T10:48:49.750Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-05-06T10:48:49.750Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.439s coverage: 63.8% of statements [2021-05-06T10:48:49.750Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-06T10:48:50.509Z] $ docker top 0c3565ea25e6133ee216dd678a7871e5b1efd7065814af5c271b5a20783f1a0b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T10:48:51.469Z] + go version [2021-05-06T10:48:51.469Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-06T10:48:51.499Z] $ docker stop --time=1 0c3565ea25e6133ee216dd678a7871e5b1efd7065814af5c271b5a20783f1a0b [2021-05-06T10:48:53.433Z] $ docker rm -f 0c3565ea25e6133ee216dd678a7871e5b1efd7065814af5c271b5a20783f1a0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:48:54.133Z] + docker inspect -f . ci-base-image-arm64 [2021-05-06T10:48:54.133Z] . [Pipeline] withDockerContainer [2021-05-06T10:48:54.396Z] prd-ubuntu18.04-docker-arm64-4c-16g-3205 does not seem to be running inside a container [2021-05-06T10:48:54.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-06T10:48:56.005Z] $ docker top 52bb3131737829f4a61598ef21d6a09d1d9665b4a6e7e2a3e1132e86a94fd1a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T10:48:56.965Z] + go mod tidy [Pipeline] sh [2021-05-06T10:48:58.231Z] + make test [2021-05-06T10:48:58.231Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-05-06T10:48:59.221Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-05-06T10:48:59.836Z] gofmt -l . [2021-05-06T10:48:59.836Z] [ "`gofmt -l .`" = "" ] [2021-05-06T10:48:59.836Z] ./bin/test-attribution-txt.sh [2021-05-06T10:48:59.836Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-06T10:48:59.855Z] $ docker stop --time=1 62673f99dd4ba63269b63881ebe3463f3a774a381c08704ac6aa1d9198b88003 [2021-05-06T10:49:01.941Z] $ docker rm -f 62673f99dd4ba63269b63881ebe3463f3a774a381c08704ac6aa1d9198b88003 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T10:49:02.488Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T10:49:02.867Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-06T10:49:04.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T10:49:04.974Z] + ls -al . [2021-05-06T10:49:04.974Z] total 132 [2021-05-06T10:49:04.974Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 6 10:48 . [2021-05-06T10:49:04.974Z] drwxrwxr-x. 4 jenkins jenkins 30 May 6 10:47 .. [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 8153 May 6 10:47 Attribution.txt [2021-05-06T10:49:04.974Z] drwxrwxr-x. 2 jenkins jenkins 64 May 6 10:47 bin [2021-05-06T10:49:04.974Z] drwxrwxr-x. 3 jenkins jenkins 32 May 6 10:47 cmd [2021-05-06T10:49:04.974Z] -rw-r--r--. 1 jenkins jenkins 47247 May 6 10:48 coverage.out [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 1905 May 6 10:47 Dockerfile [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 998 May 6 10:47 Dockerfile.build [2021-05-06T10:49:04.974Z] drwxrwxr-x. 8 jenkins jenkins 162 May 6 10:47 .git [2021-05-06T10:49:04.974Z] drwxrwxr-x. 2 jenkins jenkins 103 May 6 10:47 .github [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 277 May 6 10:47 .gitignore [2021-05-06T10:49:04.974Z] -rw-r--r--. 1 jenkins jenkins 809 May 6 10:48 go.mod [2021-05-06T10:49:04.974Z] -rw-r--r--. 1 jenkins jenkins 23585 May 6 10:48 go.sum [2021-05-06T10:49:04.974Z] drwxrwxr-x. 3 jenkins jenkins 20 May 6 10:47 internal [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 660 May 6 10:47 Jenkinsfile [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 11340 May 6 10:47 LICENSE [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 921 May 6 10:47 Makefile [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 2745 May 6 10:47 README.md [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 12 May 6 10:45 VERSION [2021-05-06T10:49:04.974Z] -rw-rw-r--. 1 jenkins jenkins 235 May 6 10:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:05.283Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 --label arch=amd64 --label version=1.3.2-dev.11 . [2021-05-06T10:49:05.283Z] Sending build context to Docker daemon 596.5kB [2021-05-06T10:49:05.283Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:49:05.283Z] Step 2/25 : FROM ${BASE} AS builder [2021-05-06T10:49:05.283Z] ---> c7a2182202a9 [2021-05-06T10:49:05.283Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-06T10:49:05.861Z] ---> Running in 1bbc37c0571e [2021-05-06T10:49:05.861Z] Removing intermediate container 1bbc37c0571e [2021-05-06T10:49:05.861Z] ---> 63ccadc7fabb [2021-05-06T10:49:05.861Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-05-06T10:49:05.861Z] ---> Running in 57d3b77a8a0c [2021-05-06T10:49:06.124Z] Removing intermediate container 57d3b77a8a0c [2021-05-06T10:49:06.124Z] ---> 3112c5e7185e [2021-05-06T10:49:06.124Z] Step 5/25 : WORKDIR /device-virtual-go [2021-05-06T10:49:06.124Z] ---> Running in bbe6b9938fbc [2021-05-06T10:49:06.387Z] Removing intermediate container bbe6b9938fbc [2021-05-06T10:49:06.387Z] ---> 88540d030304 [2021-05-06T10:49:06.387Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:49:06.387Z] ---> Running in 6762c06186c6 [2021-05-06T10:49:07.349Z] Removing intermediate container 6762c06186c6 [2021-05-06T10:49:07.349Z] ---> 2f911b013bd6 [2021-05-06T10:49:07.349Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-06T10:49:07.349Z] ---> Running in 3a1856364b4c [2021-05-06T10:49:07.924Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T10:49:09.319Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T10:49:09.900Z] OK: 156 MiB in 53 packages [2021-05-06T10:49:10.166Z] Removing intermediate container 3a1856364b4c [2021-05-06T10:49:10.166Z] ---> e354a21a943a [2021-05-06T10:49:10.166Z] Step 8/25 : COPY . . [2021-05-06T10:49:11.125Z] ---> 4d4e5f12a6b7 [2021-05-06T10:49:11.125Z] Step 9/25 : RUN go mod download [2021-05-06T10:49:11.125Z] ---> Running in 827f3a60ae6a [2021-05-06T10:49:12.094Z] Removing intermediate container 827f3a60ae6a [2021-05-06T10:49:12.094Z] ---> bf97cefa3775 [2021-05-06T10:49:12.094Z] Step 10/25 : ARG MAKE='make build' [2021-05-06T10:49:12.362Z] ---> Running in 0297d5b6fbc1 [2021-05-06T10:49:12.362Z] Removing intermediate container 0297d5b6fbc1 [2021-05-06T10:49:12.362Z] ---> f7c08ea364a3 [2021-05-06T10:49:12.362Z] Step 11/25 : RUN $MAKE [2021-05-06T10:49:12.362Z] ---> Running in e7ea5db6f77d [2021-05-06T10:49:12.943Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.11" -o cmd/device-virtual ./cmd [2021-05-06T10:49:31.235Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-06T10:49:34.560Z] Removing intermediate container e7ea5db6f77d [2021-05-06T10:49:34.560Z] ---> d69efe075e25 [2021-05-06T10:49:34.560Z] Step 12/25 : FROM alpine:3.12 [2021-05-06T10:49:34.823Z] 3.12: Pulling from library/alpine [2021-05-06T10:49:35.086Z] 339de151aab4: Pulling fs layer [2021-05-06T10:49:35.354Z] 339de151aab4: Verifying Checksum [2021-05-06T10:49:35.354Z] 339de151aab4: Download complete [2021-05-06T10:49:35.616Z] 339de151aab4: Pull complete [2021-05-06T10:49:35.616Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T10:49:35.616Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T10:49:35.616Z] ---> 13621d1b12d4 [2021-05-06T10:49:35.616Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-05-06T10:49:35.883Z] ---> Running in 2c489fa20cf9 [2021-05-06T10:49:35.883Z] Removing intermediate container 2c489fa20cf9 [2021-05-06T10:49:35.883Z] ---> 8265144f352b [2021-05-06T10:49:35.883Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:49:36.154Z] ---> Running in ae4678df5594 [2021-05-06T10:49:37.112Z] Removing intermediate container ae4678df5594 [2021-05-06T10:49:37.112Z] ---> cbca9f7dfafa [2021-05-06T10:49:37.112Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T10:49:37.112Z] ---> Running in 2dc94dd48a63 [2021-05-06T10:49:37.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T10:49:38.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T10:49:39.211Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T10:49:39.787Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T10:49:40.050Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T10:49:40.050Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T10:49:40.312Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T10:49:40.586Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T10:49:40.586Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T10:49:40.586Z] OK: 8 MiB in 20 packages [2021-05-06T10:49:41.170Z] Removing intermediate container 2dc94dd48a63 [2021-05-06T10:49:41.170Z] ---> 24eef58db33c [2021-05-06T10:49:41.170Z] Step 16/25 : WORKDIR / [2021-05-06T10:49:41.170Z] ---> Running in cb17bd86fd1f [2021-05-06T10:49:41.433Z] Removing intermediate container cb17bd86fd1f [2021-05-06T10:49:41.433Z] ---> e23a54b997d6 [2021-05-06T10:49:41.433Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-05-06T10:49:41.697Z] ---> f2eba6aec145 [2021-05-06T10:49:41.697Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-05-06T10:49:41.959Z] ---> d568f15521fd [2021-05-06T10:49:41.959Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-05-06T10:49:42.534Z] ---> 40b578feee05 [2021-05-06T10:49:42.534Z] Step 20/25 : EXPOSE 49990 [2021-05-06T10:49:42.797Z] ---> Running in e4964100d753 [2021-05-06T10:49:42.797Z] Removing intermediate container e4964100d753 [2021-05-06T10:49:42.797Z] ---> 01039d627e22 [2021-05-06T10:49:42.797Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-05-06T10:49:43.059Z] ---> Running in b9eea8cb659d [2021-05-06T10:49:43.059Z] Removing intermediate container b9eea8cb659d [2021-05-06T10:49:43.059Z] ---> f710c61be5b6 [2021-05-06T10:49:43.059Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T10:49:43.321Z] ---> Running in 71afb0af29d4 [2021-05-06T10:49:43.321Z] Removing intermediate container 71afb0af29d4 [2021-05-06T10:49:43.321Z] ---> bf677a7e30d5 [2021-05-06T10:49:43.321Z] Step 23/25 : LABEL arch=amd64 [2021-05-06T10:49:43.321Z] ---> Running in ae820bf27185 [2021-05-06T10:49:43.583Z] Removing intermediate container ae820bf27185 [2021-05-06T10:49:43.583Z] ---> f58c75bc3c72 [2021-05-06T10:49:43.583Z] Step 24/25 : LABEL git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:49:43.583Z] ---> Running in e7c5b0bfd8e5 [2021-05-06T10:49:43.847Z] Removing intermediate container e7c5b0bfd8e5 [2021-05-06T10:49:43.847Z] ---> 1ff08de9267c [2021-05-06T10:49:43.847Z] Step 25/25 : LABEL version=1.3.2-dev.11 [2021-05-06T10:49:43.847Z] ---> Running in 05d2057027c4 [2021-05-06T10:49:44.111Z] Removing intermediate container 05d2057027c4 [2021-05-06T10:49:44.111Z] ---> 18180f3fcaa3 [2021-05-06T10:49:44.111Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-06T10:49:44.111Z] Successfully built 18180f3fcaa3 [2021-05-06T10:49:44.111Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:49:44.284Z] provisioning config files... [2021-05-06T10:49:44.350Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config5312325021048066401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:49:44.679Z] ---> docker-login.sh [2021-05-06T10:49:44.679Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:49:44.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:49:44.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:49:44.943Z] Configure a credential helper to remove this warning. See [2021-05-06T10:49:44.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:49:44.943Z] [2021-05-06T10:49:44.943Z] Login Succeeded [2021-05-06T10:49:44.943Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:49:44.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:49:45.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:49:45.206Z] Configure a credential helper to remove this warning. See [2021-05-06T10:49:45.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:49:45.206Z] [2021-05-06T10:49:45.206Z] Login Succeeded [2021-05-06T10:49:45.206Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:49:45.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:49:45.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:49:45.206Z] Configure a credential helper to remove this warning. See [2021-05-06T10:49:45.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:49:45.206Z] [2021-05-06T10:49:45.206Z] Login Succeeded [2021-05-06T10:49:45.206Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:49:45.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:49:45.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:49:45.469Z] Configure a credential helper to remove this warning. See [2021-05-06T10:49:45.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:49:45.469Z] [2021-05-06T10:49:45.469Z] Login Succeeded [2021-05-06T10:49:45.469Z] docker.io [2021-05-06T10:49:45.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:49:46.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:49:46.046Z] Configure a credential helper to remove this warning. See [2021-05-06T10:49:46.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:49:46.046Z] [2021-05-06T10:49:46.046Z] Login Succeeded [2021-05-06T10:49:46.046Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:49:46.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T10:49:46.127Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2021-05-06T10:49:46.127Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:49:46.127Z] latest [2021-05-06T10:49:46.127Z] 1.3.2-dev.11 [2021-05-06T10:49:46.127Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [2021-05-06T10:49:46.127Z] master [2021-05-06T10:49:46.127Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:46.489Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:46.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:49:46.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-06T10:49:46.795Z] 6a50ee6a43e3: Preparing [2021-05-06T10:49:46.795Z] a3e3c778b000: Preparing [2021-05-06T10:49:46.795Z] ca9a9b8bcf72: Preparing [2021-05-06T10:49:46.795Z] c1c438ed7d94: Preparing [2021-05-06T10:49:46.795Z] 00f29329b8bf: Preparing [2021-05-06T10:49:46.795Z] 32f366d666a5: Preparing [2021-05-06T10:49:46.795Z] 32f366d666a5: Waiting [2021-05-06T10:49:47.061Z] a3e3c778b000: Pushed [2021-05-06T10:49:47.061Z] 00f29329b8bf: Pushed [2021-05-06T10:49:47.061Z] ca9a9b8bcf72: Pushed [2021-05-06T10:49:47.061Z] 32f366d666a5: Layer already exists [2021-05-06T10:49:47.061Z] c1c438ed7d94: Pushed [2021-05-06T10:49:48.463Z] 6a50ee6a43e3: Pushed [2021-05-06T10:49:48.463Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:48.776Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:49.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-05-06T10:49:49.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-06T10:49:49.089Z] 6a50ee6a43e3: Preparing [2021-05-06T10:49:49.089Z] a3e3c778b000: Preparing [2021-05-06T10:49:49.089Z] ca9a9b8bcf72: Preparing [2021-05-06T10:49:49.089Z] c1c438ed7d94: Preparing [2021-05-06T10:49:49.089Z] 00f29329b8bf: Preparing [2021-05-06T10:49:49.089Z] 32f366d666a5: Preparing [2021-05-06T10:49:49.089Z] 32f366d666a5: Waiting [2021-05-06T10:49:49.089Z] c1c438ed7d94: Layer already exists [2021-05-06T10:49:49.089Z] 00f29329b8bf: Layer already exists [2021-05-06T10:49:49.089Z] a3e3c778b000: Layer already exists [2021-05-06T10:49:49.089Z] 6a50ee6a43e3: Layer already exists [2021-05-06T10:49:49.089Z] ca9a9b8bcf72: Layer already exists [2021-05-06T10:49:49.089Z] 32f366d666a5: Layer already exists [2021-05-06T10:49:49.089Z] latest: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:49.399Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:49.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.11 [2021-05-06T10:49:49.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-06T10:49:49.704Z] 6a50ee6a43e3: Preparing [2021-05-06T10:49:49.704Z] a3e3c778b000: Preparing [2021-05-06T10:49:49.704Z] ca9a9b8bcf72: Preparing [2021-05-06T10:49:49.704Z] c1c438ed7d94: Preparing [2021-05-06T10:49:49.704Z] 00f29329b8bf: Preparing [2021-05-06T10:49:49.704Z] 32f366d666a5: Preparing [2021-05-06T10:49:49.704Z] 32f366d666a5: Waiting [2021-05-06T10:49:49.704Z] 6a50ee6a43e3: Layer already exists [2021-05-06T10:49:49.704Z] ca9a9b8bcf72: Layer already exists [2021-05-06T10:49:49.704Z] c1c438ed7d94: Layer already exists [2021-05-06T10:49:49.704Z] 00f29329b8bf: Layer already exists [2021-05-06T10:49:49.704Z] a3e3c778b000: Layer already exists [2021-05-06T10:49:49.704Z] 32f366d666a5: Layer already exists [2021-05-06T10:49:49.704Z] 1.3.2-dev.11: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:50.022Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:50.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [2021-05-06T10:49:50.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-06T10:49:50.328Z] 6a50ee6a43e3: Preparing [2021-05-06T10:49:50.328Z] a3e3c778b000: Preparing [2021-05-06T10:49:50.328Z] ca9a9b8bcf72: Preparing [2021-05-06T10:49:50.329Z] c1c438ed7d94: Preparing [2021-05-06T10:49:50.329Z] 00f29329b8bf: Preparing [2021-05-06T10:49:50.329Z] 32f366d666a5: Preparing [2021-05-06T10:49:50.329Z] 32f366d666a5: Waiting [2021-05-06T10:49:50.329Z] 6a50ee6a43e3: Layer already exists [2021-05-06T10:49:50.329Z] c1c438ed7d94: Layer already exists [2021-05-06T10:49:50.329Z] a3e3c778b000: Layer already exists [2021-05-06T10:49:50.329Z] 00f29329b8bf: Layer already exists [2021-05-06T10:49:50.329Z] ca9a9b8bcf72: Layer already exists [2021-05-06T10:49:50.329Z] 32f366d666a5: Layer already exists [2021-05-06T10:49:50.329Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:50.651Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:49:50.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2021-05-06T10:49:50.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2021-05-06T10:49:50.955Z] 6a50ee6a43e3: Preparing [2021-05-06T10:49:50.955Z] a3e3c778b000: Preparing [2021-05-06T10:49:50.955Z] ca9a9b8bcf72: Preparing [2021-05-06T10:49:50.955Z] c1c438ed7d94: Preparing [2021-05-06T10:49:50.955Z] 00f29329b8bf: Preparing [2021-05-06T10:49:50.955Z] 32f366d666a5: Preparing [2021-05-06T10:49:50.955Z] 32f366d666a5: Waiting [2021-05-06T10:49:50.955Z] 6a50ee6a43e3: Layer already exists [2021-05-06T10:49:50.955Z] a3e3c778b000: Layer already exists [2021-05-06T10:49:50.955Z] c1c438ed7d94: Layer already exists [2021-05-06T10:49:50.955Z] 00f29329b8bf: Layer already exists [2021-05-06T10:49:50.955Z] ca9a9b8bcf72: Layer already exists [2021-05-06T10:49:50.955Z] 32f366d666a5: Layer already exists [2021-05-06T10:49:50.955Z] master: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T10:49:51.014Z] ===================================================== [Pipeline] echo [2021-05-06T10:49:51.030Z] taggedImages: [2021-05-06T10:49:51.030Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:49:51.030Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2021-05-06T10:49:51.030Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.11 [2021-05-06T10:49:51.030Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [2021-05-06T10:49:51.030Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:49:51.495Z] ---> job-cost.sh [2021-05-06T10:49:51.495Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JcpU [2021-05-06T10:50:06.447Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T10:50:07.296Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-05-06T10:50:07.296Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.697s coverage: 63.8% of statements [2021-05-06T10:50:07.296Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-05-06T10:50:33.100Z] lf-activate-venv(): INFO: Adding /tmp/venv-JcpU/bin to PATH [2021-05-06T10:50:33.101Z] INFO: No Stack... [2021-05-06T10:50:33.101Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T10:50:34.161Z] gofmt -l . [2021-05-06T10:50:34.161Z] [ "`gofmt -l .`" = "" ] [2021-05-06T10:50:34.161Z] ./bin/test-attribution-txt.sh [2021-05-06T10:50:34.494Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T10:50:34.808Z] + cat /w/workspace/device-virtual-go/50/archives/cost.csv [2021-05-06T10:50:34.808Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T10:50:34.890Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [2021-05-06T10:50:34.900Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] did not exist. Created. [2021-05-06T10:50:34.900Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T10:50:35.235Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-06T10:50:35.425Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T10:50:35.438Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T10:50:36.139Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-05-06T10:50:36.761Z] $ docker stop --time=1 52bb3131737829f4a61598ef21d6a09d1d9665b4a6e7e2a3e1132e86a94fd1a7 [2021-05-06T10:50:38.747Z] $ docker rm -f 52bb3131737829f4a61598ef21d6a09d1d9665b4a6e7e2a3e1132e86a94fd1a7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T10:50:39.634Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-06T10:50:39.655Z] Warning: overwriting stash ‘coverage-report’ [2021-05-06T10:50:40.623Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T10:50:41.077Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-06T10:50:41.485Z] + ls -al . [2021-05-06T10:50:41.485Z] total 156 [2021-05-06T10:50:41.485Z] drwxrwxr-x 7 jenkins jenkins 4096 May 6 10:50 . [2021-05-06T10:50:41.485Z] drwxrwxr-x 4 jenkins jenkins 4096 May 6 10:47 .. [2021-05-06T10:50:41.485Z] drwxrwxr-x 8 jenkins jenkins 4096 May 6 10:47 .git [2021-05-06T10:50:41.485Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 10:47 .github [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 277 May 6 10:47 .gitignore [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 8153 May 6 10:47 Attribution.txt [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 1905 May 6 10:47 Dockerfile [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 998 May 6 10:47 Dockerfile.build [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 660 May 6 10:47 Jenkinsfile [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 6 10:47 LICENSE [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 921 May 6 10:47 Makefile [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 2745 May 6 10:47 README.md [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 12 May 6 10:45 VERSION [2021-05-06T10:50:41.485Z] drwxrwxr-x 2 jenkins jenkins 4096 May 6 10:47 bin [2021-05-06T10:50:41.485Z] drwxrwxr-x 3 jenkins jenkins 4096 May 6 10:47 cmd [2021-05-06T10:50:41.485Z] -rw-r--r-- 1 jenkins jenkins 47247 May 6 10:50 coverage.out [2021-05-06T10:50:41.485Z] -rw-r--r-- 1 jenkins jenkins 809 May 6 10:50 go.mod [2021-05-06T10:50:41.485Z] -rw-r--r-- 1 jenkins jenkins 23585 May 6 10:48 go.sum [2021-05-06T10:50:41.485Z] drwxrwxr-x 3 jenkins jenkins 4096 May 6 10:47 internal [2021-05-06T10:50:41.485Z] -rw-rw-r-- 1 jenkins jenkins 235 May 6 10:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:50:41.868Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 --label arch=arm64 --label version=1.3.2-dev.11 . [2021-05-06T10:50:42.183Z] Sending build context to Docker daemon 595.5kB [2021-05-06T10:50:42.469Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-05-06T10:50:42.469Z] Step 2/25 : FROM ${BASE} AS builder [2021-05-06T10:50:42.469Z] ---> 26f5cfa1d87b [2021-05-06T10:50:42.469Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-06T10:50:42.782Z] ---> Running in d8d3ae2ee004 [2021-05-06T10:50:43.380Z] Removing intermediate container d8d3ae2ee004 [2021-05-06T10:50:43.380Z] ---> 13dcbb0c8f4a [2021-05-06T10:50:43.380Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-05-06T10:50:43.380Z] ---> Running in dd93cccc7781 [2021-05-06T10:50:43.672Z] Removing intermediate container dd93cccc7781 [2021-05-06T10:50:43.672Z] ---> 9563c26b8f02 [2021-05-06T10:50:43.672Z] Step 5/25 : WORKDIR /device-virtual-go [2021-05-06T10:50:43.947Z] ---> Running in 3bca29fcc594 [2021-05-06T10:50:44.537Z] Removing intermediate container 3bca29fcc594 [2021-05-06T10:50:44.537Z] ---> b5cf7def0ccf [2021-05-06T10:50:44.537Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:50:44.537Z] ---> Running in cead1b32f363 [2021-05-06T10:50:46.507Z] Removing intermediate container cead1b32f363 [2021-05-06T10:50:46.507Z] ---> 333b621ed47c [2021-05-06T10:50:46.507Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-06T10:50:46.783Z] ---> Running in d173193d7cf0 [2021-05-06T10:50:47.759Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-06T10:50:49.183Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-06T10:50:49.776Z] OK: 145 MiB in 53 packages [2021-05-06T10:50:51.202Z] Removing intermediate container d173193d7cf0 [2021-05-06T10:50:51.202Z] ---> edf50a049d5b [2021-05-06T10:50:51.202Z] Step 8/25 : COPY . . [2021-05-06T10:50:52.173Z] ---> bdfea119ff7b [2021-05-06T10:50:52.173Z] Step 9/25 : RUN go mod download [2021-05-06T10:50:52.173Z] ---> Running in 8bd0696eb213 [2021-05-06T10:50:54.145Z] Removing intermediate container 8bd0696eb213 [2021-05-06T10:50:54.145Z] ---> 6fd4b409dd7c [2021-05-06T10:50:54.145Z] Step 10/25 : ARG MAKE='make build' [2021-05-06T10:50:54.415Z] ---> Running in 1a9650d53d97 [2021-05-06T10:50:55.010Z] Removing intermediate container 1a9650d53d97 [2021-05-06T10:50:55.010Z] ---> 0ccf10a7b71e [2021-05-06T10:50:55.010Z] Step 11/25 : RUN $MAKE [2021-05-06T10:50:55.010Z] ---> Running in f5a89b1e323d [2021-05-06T10:50:55.984Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.11" -o cmd/device-virtual ./cmd [2021-05-06T10:51:43.014Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-05-06T10:51:53.169Z] Removing intermediate container f5a89b1e323d [2021-05-06T10:51:53.169Z] ---> f11c87c4ec1c [2021-05-06T10:51:53.169Z] Step 12/25 : FROM alpine:3.12 [2021-05-06T10:51:53.169Z] 3.12: Pulling from library/alpine [2021-05-06T10:51:53.169Z] d2f70382dc9a: Pulling fs layer [2021-05-06T10:51:53.169Z] d2f70382dc9a: Download complete [2021-05-06T10:51:53.169Z] d2f70382dc9a: Pull complete [2021-05-06T10:51:53.169Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T10:51:53.169Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T10:51:53.169Z] ---> 9852663dfa18 [2021-05-06T10:51:53.169Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-05-06T10:51:53.169Z] ---> Running in 0dbd18555a53 [2021-05-06T10:51:53.761Z] Removing intermediate container 0dbd18555a53 [2021-05-06T10:51:53.761Z] ---> a52d40c53d69 [2021-05-06T10:51:53.761Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T10:51:53.761Z] ---> Running in 8693e529adb5 [2021-05-06T10:51:55.734Z] Removing intermediate container 8693e529adb5 [2021-05-06T10:51:55.734Z] ---> d481a2321f9e [2021-05-06T10:51:55.734Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T10:51:56.007Z] ---> Running in 8a8a10f5ce04 [2021-05-06T10:51:56.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-06T10:51:58.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-06T10:51:59.364Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T10:51:59.364Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T10:51:59.364Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T10:51:59.636Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T10:51:59.911Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T10:52:00.183Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T10:52:00.183Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T10:52:00.183Z] OK: 8 MiB in 20 packages [2021-05-06T10:52:01.615Z] Removing intermediate container 8a8a10f5ce04 [2021-05-06T10:52:01.615Z] ---> a2e90ce261f7 [2021-05-06T10:52:01.615Z] Step 16/25 : WORKDIR / [2021-05-06T10:52:01.615Z] ---> Running in 38acfff74ce8 [2021-05-06T10:52:02.207Z] Removing intermediate container 38acfff74ce8 [2021-05-06T10:52:02.207Z] ---> 6b59275247cf [2021-05-06T10:52:02.207Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-05-06T10:52:02.797Z] ---> 10521fcdd579 [2021-05-06T10:52:02.797Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-05-06T10:52:03.774Z] ---> fc6c9cad6e08 [2021-05-06T10:52:03.774Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-05-06T10:52:04.747Z] ---> 704068a65648 [2021-05-06T10:52:04.747Z] Step 20/25 : EXPOSE 49990 [2021-05-06T10:52:05.019Z] ---> Running in 53789bb49830 [2021-05-06T10:52:05.292Z] Removing intermediate container 53789bb49830 [2021-05-06T10:52:05.292Z] ---> b215965d04c1 [2021-05-06T10:52:05.292Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-05-06T10:52:05.566Z] ---> Running in b8f27f79d81c [2021-05-06T10:52:06.162Z] Removing intermediate container b8f27f79d81c [2021-05-06T10:52:06.162Z] ---> 7180a316b8a8 [2021-05-06T10:52:06.162Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T10:52:06.162Z] ---> Running in 95ec06f13f28 [2021-05-06T10:52:06.757Z] Removing intermediate container 95ec06f13f28 [2021-05-06T10:52:06.757Z] ---> 8041295b2fae [2021-05-06T10:52:06.757Z] Step 23/25 : LABEL arch=arm64 [2021-05-06T10:52:06.757Z] ---> Running in cd4d0fb99d06 [2021-05-06T10:52:07.353Z] Removing intermediate container cd4d0fb99d06 [2021-05-06T10:52:07.353Z] ---> a172bd9a4ebf [2021-05-06T10:52:07.353Z] Step 24/25 : LABEL git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:52:07.353Z] ---> Running in e22abef67ddb [2021-05-06T10:52:07.951Z] Removing intermediate container e22abef67ddb [2021-05-06T10:52:07.951Z] ---> ed5c007e4e26 [2021-05-06T10:52:07.951Z] Step 25/25 : LABEL version=1.3.2-dev.11 [2021-05-06T10:52:07.951Z] ---> Running in 117612f4e74f [2021-05-06T10:52:08.550Z] Removing intermediate container 117612f4e74f [2021-05-06T10:52:08.550Z] ---> 2e6a5bab04c1 [2021-05-06T10:52:08.550Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-06T10:52:08.550Z] Successfully built 2e6a5bab04c1 [2021-05-06T10:52:08.550Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T10:52:08.697Z] provisioning config files... [2021-05-06T10:52:08.788Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config7785638400527115957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:52:09.145Z] ---> docker-login.sh [2021-05-06T10:52:09.145Z] nexus3.edgexfoundry.org:10001 [2021-05-06T10:52:09.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:52:09.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:52:09.418Z] Configure a credential helper to remove this warning. See [2021-05-06T10:52:09.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:52:09.418Z] [2021-05-06T10:52:09.418Z] Login Succeeded [2021-05-06T10:52:09.418Z] nexus3.edgexfoundry.org:10002 [2021-05-06T10:52:10.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:52:10.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:52:10.014Z] Configure a credential helper to remove this warning. See [2021-05-06T10:52:10.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:52:10.014Z] [2021-05-06T10:52:10.014Z] Login Succeeded [2021-05-06T10:52:10.014Z] nexus3.edgexfoundry.org:10003 [2021-05-06T10:52:10.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:52:10.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:52:10.555Z] Configure a credential helper to remove this warning. See [2021-05-06T10:52:10.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:52:10.555Z] [2021-05-06T10:52:10.555Z] Login Succeeded [2021-05-06T10:52:10.555Z] nexus3.edgexfoundry.org:10004 [2021-05-06T10:52:10.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:52:11.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:52:11.099Z] Configure a credential helper to remove this warning. See [2021-05-06T10:52:11.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:52:11.099Z] [2021-05-06T10:52:11.099Z] Login Succeeded [2021-05-06T10:52:11.099Z] docker.io [2021-05-06T10:52:11.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T10:52:11.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T10:52:11.642Z] Configure a credential helper to remove this warning. See [2021-05-06T10:52:11.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T10:52:11.642Z] [2021-05-06T10:52:11.642Z] Login Succeeded [2021-05-06T10:52:11.642Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T10:52:11.658Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T10:52:11.732Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2021-05-06T10:52:11.732Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:52:11.732Z] latest [2021-05-06T10:52:11.732Z] 1.3.2-dev.11 [2021-05-06T10:52:11.732Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [2021-05-06T10:52:11.732Z] master [2021-05-06T10:52:11.732Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:12.122Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:12.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:52:12.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-06T10:52:12.466Z] afd5efbd24bc: Preparing [2021-05-06T10:52:12.466Z] 87c72f0d97d8: Preparing [2021-05-06T10:52:12.466Z] 899c0bb88780: Preparing [2021-05-06T10:52:12.466Z] 14ab2241caed: Preparing [2021-05-06T10:52:12.466Z] 4d27eb581887: Preparing [2021-05-06T10:52:12.466Z] 3fbe34a1663b: Preparing [2021-05-06T10:52:12.466Z] 3fbe34a1663b: Waiting [2021-05-06T10:52:12.738Z] 87c72f0d97d8: Pushed [2021-05-06T10:52:12.738Z] 899c0bb88780: Pushed [2021-05-06T10:52:12.738Z] 4d27eb581887: Pushed [2021-05-06T10:52:12.738Z] 3fbe34a1663b: Layer already exists [2021-05-06T10:52:13.328Z] 14ab2241caed: Pushed [2021-05-06T10:52:16.705Z] afd5efbd24bc: Pushed [2021-05-06T10:52:16.705Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:17.053Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:17.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-05-06T10:52:17.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-06T10:52:17.391Z] afd5efbd24bc: Preparing [2021-05-06T10:52:17.391Z] 87c72f0d97d8: Preparing [2021-05-06T10:52:17.391Z] 899c0bb88780: Preparing [2021-05-06T10:52:17.391Z] 14ab2241caed: Preparing [2021-05-06T10:52:17.391Z] 4d27eb581887: Preparing [2021-05-06T10:52:17.391Z] 3fbe34a1663b: Preparing [2021-05-06T10:52:17.391Z] 3fbe34a1663b: Waiting [2021-05-06T10:52:17.662Z] afd5efbd24bc: Layer already exists [2021-05-06T10:52:17.662Z] 899c0bb88780: Layer already exists [2021-05-06T10:52:17.662Z] 14ab2241caed: Layer already exists [2021-05-06T10:52:17.662Z] 87c72f0d97d8: Layer already exists [2021-05-06T10:52:17.662Z] 4d27eb581887: Layer already exists [2021-05-06T10:52:17.662Z] 3fbe34a1663b: Layer already exists [2021-05-06T10:52:17.662Z] latest: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:18.003Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:18.338Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.11 [2021-05-06T10:52:18.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-06T10:52:18.338Z] afd5efbd24bc: Preparing [2021-05-06T10:52:18.338Z] 87c72f0d97d8: Preparing [2021-05-06T10:52:18.338Z] 899c0bb88780: Preparing [2021-05-06T10:52:18.338Z] 14ab2241caed: Preparing [2021-05-06T10:52:18.338Z] 4d27eb581887: Preparing [2021-05-06T10:52:18.338Z] 3fbe34a1663b: Preparing [2021-05-06T10:52:18.338Z] 3fbe34a1663b: Waiting [2021-05-06T10:52:18.607Z] 899c0bb88780: Layer already exists [2021-05-06T10:52:18.607Z] afd5efbd24bc: Layer already exists [2021-05-06T10:52:18.607Z] 87c72f0d97d8: Layer already exists [2021-05-06T10:52:18.607Z] 14ab2241caed: Layer already exists [2021-05-06T10:52:18.607Z] 4d27eb581887: Layer already exists [2021-05-06T10:52:18.607Z] 3fbe34a1663b: Layer already exists [2021-05-06T10:52:18.607Z] 1.3.2-dev.11: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:18.950Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:19.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [2021-05-06T10:52:19.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-06T10:52:19.321Z] afd5efbd24bc: Preparing [2021-05-06T10:52:19.321Z] 87c72f0d97d8: Preparing [2021-05-06T10:52:19.321Z] 899c0bb88780: Preparing [2021-05-06T10:52:19.321Z] 14ab2241caed: Preparing [2021-05-06T10:52:19.321Z] 4d27eb581887: Preparing [2021-05-06T10:52:19.321Z] 3fbe34a1663b: Preparing [2021-05-06T10:52:19.321Z] 3fbe34a1663b: Waiting [2021-05-06T10:52:19.321Z] 4d27eb581887: Layer already exists [2021-05-06T10:52:19.321Z] 87c72f0d97d8: Layer already exists [2021-05-06T10:52:19.321Z] 899c0bb88780: Layer already exists [2021-05-06T10:52:19.321Z] afd5efbd24bc: Layer already exists [2021-05-06T10:52:19.321Z] 14ab2241caed: Layer already exists [2021-05-06T10:52:19.321Z] 3fbe34a1663b: Layer already exists [2021-05-06T10:52:19.592Z] 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:19.935Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:52:20.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2021-05-06T10:52:20.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2021-05-06T10:52:20.271Z] afd5efbd24bc: Preparing [2021-05-06T10:52:20.271Z] 87c72f0d97d8: Preparing [2021-05-06T10:52:20.271Z] 899c0bb88780: Preparing [2021-05-06T10:52:20.271Z] 14ab2241caed: Preparing [2021-05-06T10:52:20.271Z] 4d27eb581887: Preparing [2021-05-06T10:52:20.271Z] 3fbe34a1663b: Preparing [2021-05-06T10:52:20.271Z] 3fbe34a1663b: Waiting [2021-05-06T10:52:20.543Z] 14ab2241caed: Layer already exists [2021-05-06T10:52:20.543Z] afd5efbd24bc: Layer already exists [2021-05-06T10:52:20.543Z] 4d27eb581887: Layer already exists [2021-05-06T10:52:20.543Z] 899c0bb88780: Layer already exists [2021-05-06T10:52:20.543Z] 87c72f0d97d8: Layer already exists [2021-05-06T10:52:20.543Z] 3fbe34a1663b: Layer already exists [2021-05-06T10:52:20.543Z] master: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-06T10:52:20.607Z] ===================================================== [Pipeline] echo [2021-05-06T10:52:20.622Z] taggedImages: [2021-05-06T10:52:20.622Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [2021-05-06T10:52:20.622Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2021-05-06T10:52:20.622Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.11 [2021-05-06T10:52:20.622Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [2021-05-06T10:52:20.622Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:52:20.996Z] ---> job-cost.sh [2021-05-06T10:52:20.996Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sb9P [2021-05-06T10:53:07.928Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T10:54:29.657Z] lf-activate-venv(): INFO: Adding /tmp/venv-sb9P/bin to PATH [2021-05-06T10:54:29.657Z] INFO: No Stack... [2021-05-06T10:54:29.927Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T10:54:30.517Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T10:54:30.882Z] + cut -d, -f6 [2021-05-06T10:54:30.882Z] + cat /w/workspace/device-virtual-go/50/archives/cost.csv [Pipeline] lock [2021-05-06T10:54:30.992Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [2021-05-06T10:54:31.007Z] Resource [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] did not exist. Created. [2021-05-06T10:54:31.007Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T10:54:31.388Z] /w/workspace/device-virtual-go/50@tmp/durable-0ae52efb/script.sh: 1: /w/workspace/device-virtual-go/50@tmp/durable-0ae52efb/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-06T10:54:31.743Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T10:54:31.764Z] Warning: overwriting stash ‘stack-cost’ [2021-05-06T10:54:31.920Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T10:54:31.933Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-06T10:54:32.372Z] provisioning config files... [2021-05-06T10:54:32.403Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8294403136297572922tmp [Pipeline] { [Pipeline] sh [2021-05-06T10:54:32.888Z] + set +x [2021-05-06T10:54:32.888Z] + curl -s https://codecov.io/bash [2021-05-06T10:54:32.888Z] + bash -s -- [2021-05-06T10:54:33.180Z] [2021-05-06T10:54:33.180Z] _____ _ [2021-05-06T10:54:33.180Z] / ____| | | [2021-05-06T10:54:33.180Z] | | ___ __| | ___ ___ _____ __ [2021-05-06T10:54:33.180Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-06T10:54:33.180Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-06T10:54:33.180Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-06T10:54:33.180Z] Bash-1.0.2 [2021-05-06T10:54:33.180Z] [2021-05-06T10:54:33.180Z] [2021-05-06T10:54:33.180Z] ==> git version 2.24.3 found [2021-05-06T10:54:33.180Z] ==> 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-05-06T10:54:33.180Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-06T10:54:33.180Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-06T10:54:33.180Z] ==> Jenkins CI detected. [2021-05-06T10:54:33.180Z] project root: . [2021-05-06T10:54:33.180Z] --> token set from env [2021-05-06T10:54:33.180Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-06T10:54:33.460Z] ==> Running gcov in . (disable via -X gcov) [2021-05-06T10:54:33.460Z] ==> Python coveragepy not found [2021-05-06T10:54:33.460Z] ==> Searching for coverage reports in: [2021-05-06T10:54:33.460Z] + . [2021-05-06T10:54:33.460Z] -> Found 1 reports [2021-05-06T10:54:33.460Z] ==> Detecting git/mercurial file structure [2021-05-06T10:54:33.460Z] ==> Reading reports [2021-05-06T10:54:33.460Z] + ./coverage.out bytes=47247 [2021-05-06T10:54:33.460Z] ==> Appending adjustments [2021-05-06T10:54:33.460Z] https://docs.codecov.io/docs/fixing-reports [2021-05-06T10:54:33.773Z] + Found adjustments [2021-05-06T10:54:33.773Z] ==> Gzipping contents [2021-05-06T10:54:33.773Z] 8.0K /tmp/codecov.cR10sN.gz [2021-05-06T10:54:33.773Z] ==> Uploading reports [2021-05-06T10:54:33.773Z] url: https://codecov.io [2021-05-06T10:54:33.773Z] query: branch=master&commit=630144a10735cec8e2a8b402cbcf2c5516b5e8e8&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T10:54:33.773Z] -> Pinging Codecov [2021-05-06T10:54:33.773Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=630144a10735cec8e2a8b402cbcf2c5516b5e8e8&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-06T10:54:34.375Z] -> Uploading to [2021-05-06T10:54:34.376Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-06/5E52B4B073DB2E39498172D8E973AA87/630144a10735cec8e2a8b402cbcf2c5516b5e8e8/738ce5e3-8353-48a9-8a0f-024af09c4813.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T105434Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7516afc76eaac6acd01ff1557a89269e81151cdb45802d936411e955f1360dc7 [2021-05-06T10:54:34.376Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-06T10:54:34.376Z] Dload Upload Total Spent Left Speed [2021-05-06T10:54:35.022Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5788 0 0 100 5788 0 9327 --:--:-- --:--:-- --:--:-- 9320 100 5788 0 0 100 5788 0 9324 --:--:-- --:--:-- --:--:-- 9320 [2021-05-06T10:54:35.022Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] } [2021-05-06T10:54:35.044Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-06T10:54:35.751Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-06T10:54:35.773Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:54:36.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T10:54:36.488Z] [2021-05-06T10:54:36.488Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:54:36.830Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T10:54:36.830Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-06T10:54:36.830Z] 188c0c94c7c5: Pulling fs layer [2021-05-06T10:54:36.830Z] 0ef7d3d256c8: Pulling fs layer [2021-05-06T10:54:36.830Z] de9db76c5a1d: Pulling fs layer [2021-05-06T10:54:36.830Z] 0eba1c9be4d2: Pulling fs layer [2021-05-06T10:54:36.830Z] 0d57e429df01: Pulling fs layer [2021-05-06T10:54:36.830Z] 4e4be7b47b0d: Pulling fs layer [2021-05-06T10:54:36.830Z] e1f770b5df2f: Pulling fs layer [2021-05-06T10:54:36.830Z] 85a0685a4137: Pulling fs layer [2021-05-06T10:54:36.830Z] 0d57e429df01: Waiting [2021-05-06T10:54:36.830Z] 4e4be7b47b0d: Waiting [2021-05-06T10:54:36.830Z] e1f770b5df2f: Waiting [2021-05-06T10:54:36.830Z] 85a0685a4137: Waiting [2021-05-06T10:54:36.830Z] 0eba1c9be4d2: Waiting [2021-05-06T10:54:36.830Z] de9db76c5a1d: Verifying Checksum [2021-05-06T10:54:36.831Z] de9db76c5a1d: Download complete [2021-05-06T10:54:36.831Z] 0ef7d3d256c8: Verifying Checksum [2021-05-06T10:54:36.831Z] 0ef7d3d256c8: Download complete [2021-05-06T10:54:37.100Z] 0d57e429df01: Verifying Checksum [2021-05-06T10:54:37.100Z] 0d57e429df01: Download complete [2021-05-06T10:54:37.100Z] 188c0c94c7c5: Verifying Checksum [2021-05-06T10:54:37.100Z] 4e4be7b47b0d: Verifying Checksum [2021-05-06T10:54:37.100Z] 4e4be7b47b0d: Download complete [2021-05-06T10:54:37.757Z] 188c0c94c7c5: Pull complete [2021-05-06T10:54:38.387Z] 0ef7d3d256c8: Pull complete [2021-05-06T10:54:38.718Z] de9db76c5a1d: Pull complete [2021-05-06T10:54:39.850Z] e1f770b5df2f: Verifying Checksum [2021-05-06T10:54:39.850Z] e1f770b5df2f: Download complete [2021-05-06T10:54:45.377Z] 0eba1c9be4d2: Download complete [2021-05-06T10:54:45.377Z] 85a0685a4137: Verifying Checksum [2021-05-06T10:54:45.377Z] 85a0685a4137: Download complete [2021-05-06T10:54:58.889Z] 0eba1c9be4d2: Pull complete [2021-05-06T10:54:58.889Z] 0d57e429df01: Pull complete [2021-05-06T10:54:58.889Z] 4e4be7b47b0d: Pull complete [2021-05-06T10:55:00.370Z] e1f770b5df2f: Pull complete [2021-05-06T10:55:15.696Z] 85a0685a4137: Pull complete [2021-05-06T10:55:15.696Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-06T10:55:15.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-06T10:55:15.696Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-06T10:55:16.061Z] prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container [2021-05-06T10:55:16.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-06T10:55:18.618Z] $ docker top 99ece7b486c703b7815b91668f3c4d02e728309e42fcf6c8d9664a3dca738e57 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T10:55:19.263Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-06T10:55:19.966Z] + set -o pipefail [2021-05-06T10:55:19.966Z] + snyk monitor '--org=edgex-jenkins' [2021-05-06T10:55:35.298Z] [2021-05-06T10:55:35.298Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2021-05-06T10:55:35.298Z] [2021-05-06T10:55:35.298Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/6b17f0ec-57b7-4311-8938-477bf74e0822 [2021-05-06T10:55:35.298Z] [2021-05-06T10:55:35.298Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-06T10:55:35.298Z] [2021-05-06T10:55:35.298Z] [Pipeline] } [2021-05-06T10:55:35.330Z] $ docker stop --time=1 99ece7b486c703b7815b91668f3c4d02e728309e42fcf6c8d9664a3dca738e57 [2021-05-06T10:55:38.021Z] $ docker rm -f 99ece7b486c703b7815b91668f3c4d02e728309e42fcf6c8d9664a3dca738e57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T10:55:41.533Z] + git log --format=format:%s -1 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:55:41.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:55:41.953Z] . [Pipeline] withDockerContainer [2021-05-06T10:55:42.124Z] prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container [2021-05-06T10:55:42.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:55:44.046Z] $ docker top 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:55:44.543Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:55:44.543Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:55:44.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:55:44.967Z] $ docker exec 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 ssh-agent [2021-05-06T10:55:45.335Z] SSH_AUTH_SOCK=/tmp/ssh-ALVT80NqwMxv/agent.12 [2021-05-06T10:55:45.335Z] SSH_AGENT_PID=17 [2021-05-06T10:55:45.346Z] Running ssh-add (command line suppressed) [2021-05-06T10:55:45.586Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7586080495550272887.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7586080495550272887.key) [2021-05-06T10:55:45.673Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:55:46.323Z] + git semver tag [2021-05-06T10:55:46.323Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:55:46.323Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-06T10:55:46.323Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-06T10:55:46.323Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:55:46.323Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:55:46.323Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:55:46.323Z] # $SEMVER_BRANCH = master [2021-05-06T10:55:46.323Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-05-06T10:55:46.323Z] # 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 HEAD [2021-05-06T10:55:46.323Z] # -> Force: false [2021-05-06T10:55:46.323Z] # e26daa9619521108ded62ce37963e3988dadcc5c refs/tags/v1.3.2-dev.11 [Pipeline] } [2021-05-06T10:55:46.346Z] $ docker exec --env ******** --env ******** 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 ssh-agent -k [2021-05-06T10:55:46.794Z] unset SSH_AUTH_SOCK; [2021-05-06T10:55:46.794Z] unset SSH_AGENT_PID; [2021-05-06T10:55:46.794Z] echo Agent pid 17 killed; [2021-05-06T10:55:46.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:55:47.597Z] + git semver [Pipeline] } [2021-05-06T10:55:47.637Z] $ docker stop --time=1 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 [2021-05-06T10:55:49.397Z] $ docker rm -f 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:55:50.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T10:55:50.183Z] [2021-05-06T10:55:50.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:55:50.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T10:55:50.981Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-06T10:55:50.981Z] ab5ef0e58194: Pulling fs layer [2021-05-06T10:55:50.981Z] 9712f1f96733: Pulling fs layer [2021-05-06T10:55:50.981Z] 63f879dbbcfc: Pulling fs layer [2021-05-06T10:55:50.981Z] 0d9ebad4ef96: Pulling fs layer [2021-05-06T10:55:50.981Z] e9a5061849ea: Pulling fs layer [2021-05-06T10:55:50.981Z] d747dcd14b5f: Pulling fs layer [2021-05-06T10:55:50.981Z] 2de7ff778b66: Pulling fs layer [2021-05-06T10:55:50.981Z] 0d9ebad4ef96: Waiting [2021-05-06T10:55:50.981Z] e9a5061849ea: Waiting [2021-05-06T10:55:50.981Z] d747dcd14b5f: Waiting [2021-05-06T10:55:50.981Z] 2de7ff778b66: Waiting [2021-05-06T10:55:50.981Z] 9712f1f96733: Verifying Checksum [2021-05-06T10:55:50.981Z] 9712f1f96733: Download complete [2021-05-06T10:55:54.618Z] 63f879dbbcfc: Verifying Checksum [2021-05-06T10:55:54.618Z] 63f879dbbcfc: Download complete [2021-05-06T10:55:55.258Z] e9a5061849ea: Verifying Checksum [2021-05-06T10:55:55.258Z] e9a5061849ea: Download complete [2021-05-06T10:55:55.258Z] d747dcd14b5f: Verifying Checksum [2021-05-06T10:55:55.258Z] d747dcd14b5f: Download complete [2021-05-06T10:55:56.282Z] 2de7ff778b66: Verifying Checksum [2021-05-06T10:55:56.282Z] 2de7ff778b66: Download complete [2021-05-06T10:55:56.282Z] 0d9ebad4ef96: Verifying Checksum [2021-05-06T10:55:56.282Z] 0d9ebad4ef96: Download complete [2021-05-06T10:55:56.562Z] ab5ef0e58194: Verifying Checksum [2021-05-06T10:55:56.562Z] ab5ef0e58194: Download complete [2021-05-06T10:56:06.835Z] ab5ef0e58194: Pull complete [2021-05-06T10:56:06.835Z] 9712f1f96733: Pull complete [2021-05-06T10:56:09.627Z] 63f879dbbcfc: Pull complete [2021-05-06T10:56:24.989Z] 0d9ebad4ef96: Pull complete [2021-05-06T10:56:25.974Z] e9a5061849ea: Pull complete [2021-05-06T10:56:25.974Z] d747dcd14b5f: Pull complete [2021-05-06T10:56:29.499Z] 2de7ff778b66: Pull complete [2021-05-06T10:56:29.499Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-06T10:56:29.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-06T10:56:29.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-06T10:56:30.158Z] prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container [2021-05-06T10:56:30.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-06T10:56:34.555Z] $ docker top 38dc4ffc47851cc372d98963c02b72fd74d7bbcb26fcf7449b9a46f30739dfbe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-06T10:56:34.945Z] provisioning config files... [2021-05-06T10:56:34.961Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3393468252726673417tmp [2021-05-06T10:56:34.989Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2786573801131390484tmp [2021-05-06T10:56:35.027Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6669993468076338694tmp [Pipeline] { [Pipeline] echo [2021-05-06T10:56:35.078Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:56:35.612Z] ---> sigul-configuration.sh [2021-05-06T10:56:35.881Z] gpg: directory `/root/.gnupg' created [2021-05-06T10:56:35.881Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-06T10:56:35.881Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-06T10:56:35.881Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-06T10:56:35.881Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-06T10:56:35.881Z] gpg: CAST5 encrypted data [2021-05-06T10:56:35.881Z] gpg: encrypted with 1 passphrase [2021-05-06T10:56:35.881Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-06T10:56:36.510Z] + mkdir /home/jenkins [2021-05-06T10:56:36.786Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-06T10:56:37.512Z] + 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-05-06T10:56:37.550Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:56:37.906Z] ---> sigul-install.sh [2021-05-06T10:56:50.622Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-06T10:56:51.233Z] + git tag --list [2021-05-06T10:56:51.233Z] v1.0.0 [2021-05-06T10:56:51.233Z] v1.1.0 [2021-05-06T10:56:51.233Z] v1.1.1 [2021-05-06T10:56:51.233Z] v1.2.1 [2021-05-06T10:56:51.233Z] v1.2.2 [2021-05-06T10:56:51.233Z] v1.2.3 [2021-05-06T10:56:51.233Z] v1.3.0 [2021-05-06T10:56:51.233Z] v1.3.1 [2021-05-06T10:56:51.233Z] v1.3.1-dev.1 [2021-05-06T10:56:51.233Z] v1.3.1-dev.2 [2021-05-06T10:56:51.233Z] v1.3.1-dev.3 [2021-05-06T10:56:51.233Z] v1.3.1-dev.4 [2021-05-06T10:56:51.233Z] v1.3.1-dev.5 [2021-05-06T10:56:51.233Z] v1.3.2-dev.1 [2021-05-06T10:56:51.233Z] v1.3.2-dev.10 [2021-05-06T10:56:51.233Z] v1.3.2-dev.11 [2021-05-06T10:56:51.233Z] v1.3.2-dev.2 [2021-05-06T10:56:51.233Z] v1.3.2-dev.3 [2021-05-06T10:56:51.233Z] v1.3.2-dev.4 [2021-05-06T10:56:51.233Z] v1.3.2-dev.5 [2021-05-06T10:56:51.233Z] v1.3.2-dev.6 [2021-05-06T10:56:51.233Z] v1.3.2-dev.7 [2021-05-06T10:56:51.233Z] v1.3.2-dev.8 [2021-05-06T10:56:51.233Z] v1.3.2-dev.9 [Pipeline] sh [2021-05-06T10:56:52.180Z] + lftools sign git-tag v1.3.2-dev.11 [2021-05-06T10:56:54.202Z] Signing Git tag with Sigul... [2021-05-06T10:56:54.202Z] Signing v1.3.2-dev.11 [Pipeline] echo [2021-05-06T10:56:55.193Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:56:55.531Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-06T10:56:55.543Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-06T10:56:55.584Z] $ docker stop --time=1 38dc4ffc47851cc372d98963c02b72fd74d7bbcb26fcf7449b9a46f30739dfbe [2021-05-06T10:56:57.614Z] $ docker rm -f 38dc4ffc47851cc372d98963c02b72fd74d7bbcb26fcf7449b9a46f30739dfbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:56:58.583Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:56:58.583Z] . [Pipeline] withDockerContainer [2021-05-06T10:56:58.858Z] prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container [2021-05-06T10:56:58.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:57:00.289Z] $ docker top 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:57:00.729Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:57:00.729Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:57:01.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:57:01.153Z] $ docker exec 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 ssh-agent [2021-05-06T10:57:01.605Z] SSH_AUTH_SOCK=/tmp/ssh-5BU3y4kBCrTy/agent.11 [2021-05-06T10:57:01.605Z] SSH_AGENT_PID=16 [2021-05-06T10:57:01.621Z] Running ssh-add (command line suppressed) [2021-05-06T10:57:01.912Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2648892456926565976.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2648892456926565976.key) [2021-05-06T10:57:02.099Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:57:02.506Z] + git semver bump pre [2021-05-06T10:57:02.804Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:57:02.804Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-06T10:57:02.804Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-06T10:57:02.804Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:57:02.804Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:57:02.804Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:57:02.804Z] # $SEMVER_BRANCH = master [2021-05-06T10:57:02.804Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2021-05-06T10:57:02.804Z] 1.3.2-dev.12 [Pipeline] } [2021-05-06T10:57:02.852Z] $ docker exec --env ******** --env ******** 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 ssh-agent -k [2021-05-06T10:57:03.184Z] unset SSH_AUTH_SOCK; [2021-05-06T10:57:03.185Z] unset SSH_AGENT_PID; [2021-05-06T10:57:03.185Z] echo Agent pid 16 killed; [2021-05-06T10:57:03.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:57:03.803Z] + git semver [Pipeline] } [2021-05-06T10:57:04.119Z] $ docker stop --time=1 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 [2021-05-06T10:57:05.998Z] $ docker rm -f 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:57:06.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T10:57:06.528Z] . [Pipeline] withDockerContainer [2021-05-06T10:57:06.758Z] prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container [2021-05-06T10:57:06.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T10:57:08.427Z] $ docker top 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T10:57:08.781Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T10:57:08.781Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T10:57:09.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T10:57:09.398Z] $ docker exec 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 ssh-agent [2021-05-06T10:57:09.788Z] SSH_AUTH_SOCK=/tmp/ssh-GnzRdAN1b5fi/agent.11 [2021-05-06T10:57:09.788Z] SSH_AGENT_PID=17 [2021-05-06T10:57:09.801Z] Running ssh-add (command line suppressed) [2021-05-06T10:57:10.204Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3661912748607400168.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3661912748607400168.key) [2021-05-06T10:57:10.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T10:57:11.042Z] + git semver push [2021-05-06T10:57:11.042Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T10:57:11.042Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2021-05-06T10:57:11.042Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2021-05-06T10:57:11.042Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T10:57:11.042Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T10:57:11.042Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T10:57:11.042Z] # $SEMVER_BRANCH = master [2021-05-06T10:57:11.042Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2021-05-06T10:57:15.394Z] $ docker exec --env ******** --env ******** 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 ssh-agent -k [2021-05-06T10:57:15.719Z] unset SSH_AUTH_SOCK; [2021-05-06T10:57:15.723Z] unset SSH_AGENT_PID; [2021-05-06T10:57:15.723Z] echo Agent pid 17 killed; [2021-05-06T10:57:15.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T10:57:16.524Z] + git semver [Pipeline] } [2021-05-06T10:57:16.549Z] $ docker stop --time=1 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 [2021-05-06T10:57:18.282Z] $ docker rm -f 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 [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-05-06T10:57:19.130Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:57:20.478Z] ---> package-listing.sh [2021-05-06T10:57:20.478Z] ++ facter osfamily [2021-05-06T10:57:20.478Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T10:57:20.746Z] + OS_FAMILY=redhat [2021-05-06T10:57:20.746Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2021-05-06T10:57:20.746Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T10:57:20.746Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T10:57:20.746Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T10:57:20.746Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T10:57:20.746Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-05-06T10:57:20.746Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T10:57:20.746Z] + case "${OS_FAMILY}" in [2021-05-06T10:57:20.746Z] + rpm -qa [2021-05-06T10:57:20.746Z] + sort [2021-05-06T10:57:27.500Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T10:57:27.500Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T10:57:27.500Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T10:57:27.500Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2021-05-06T10:57:27.500Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2021-05-06T10:57:27.500Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo [2021-05-06T10:57:27.521Z] 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/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T10:57:27.897Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:57:28.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T10:57:28.842Z] [2021-05-06T10:57:28.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T10:57:29.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T10:57:29.500Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T10:57:29.500Z] df20fa9351a1: Pulling fs layer [2021-05-06T10:57:29.500Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T10:57:29.500Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T10:57:29.500Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T10:57:29.500Z] 93b61091891f: Pulling fs layer [2021-05-06T10:57:29.500Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T10:57:29.500Z] 5e14af77c1be: Pulling fs layer [2021-05-06T10:57:29.500Z] 01666e4c0597: Pulling fs layer [2021-05-06T10:57:29.500Z] aa168da1d23b: Pulling fs layer [2021-05-06T10:57:29.500Z] 93b9cdb0e59b: Waiting [2021-05-06T10:57:29.500Z] 5e14af77c1be: Waiting [2021-05-06T10:57:29.500Z] 01666e4c0597: Waiting [2021-05-06T10:57:29.500Z] aa168da1d23b: Waiting [2021-05-06T10:57:29.500Z] 46f8f816bc3b: Waiting [2021-05-06T10:57:29.500Z] 93b61091891f: Waiting [2021-05-06T10:57:29.500Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T10:57:29.500Z] 36b3adc4ff6f: Download complete [2021-05-06T10:57:29.500Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T10:57:29.500Z] 46f8f816bc3b: Download complete [2021-05-06T10:57:29.500Z] df20fa9351a1: Verifying Checksum [2021-05-06T10:57:29.500Z] df20fa9351a1: Download complete [2021-05-06T10:57:29.500Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T10:57:29.500Z] 93b9cdb0e59b: Download complete [2021-05-06T10:57:29.876Z] 93b61091891f: Verifying Checksum [2021-05-06T10:57:29.876Z] 93b61091891f: Download complete [2021-05-06T10:57:29.876Z] 5e14af77c1be: Verifying Checksum [2021-05-06T10:57:29.876Z] 5e14af77c1be: Download complete [2021-05-06T10:57:29.876Z] 01666e4c0597: Verifying Checksum [2021-05-06T10:57:29.876Z] 01666e4c0597: Download complete [2021-05-06T10:57:30.549Z] df20fa9351a1: Pull complete [2021-05-06T10:57:30.549Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T10:57:30.549Z] 8ad3a11d3b57: Download complete [2021-05-06T10:57:30.837Z] 36b3adc4ff6f: Pull complete [2021-05-06T10:57:32.988Z] 8ad3a11d3b57: Pull complete [2021-05-06T10:57:33.636Z] 46f8f816bc3b: Pull complete [2021-05-06T10:57:34.292Z] 93b61091891f: Pull complete [2021-05-06T10:57:34.936Z] 93b9cdb0e59b: Pull complete [2021-05-06T10:57:35.226Z] 5e14af77c1be: Pull complete [2021-05-06T10:57:35.925Z] 01666e4c0597: Pull complete [2021-05-06T10:57:36.233Z] aa168da1d23b: Verifying Checksum [2021-05-06T10:57:36.233Z] aa168da1d23b: Download complete [2021-05-06T10:57:51.995Z] aa168da1d23b: Pull complete [2021-05-06T10:57:51.995Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T10:57:51.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T10:57:51.995Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T10:57:52.504Z] prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container [2021-05-06T10:57:52.579Z] $ 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/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T10:57:56.025Z] $ docker top 0a70504ecd611ca9318ef99c5c09a7e4ed3cce123a32e16f3a08a278d2c142c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T10:57:57.096Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T10:57:57.447Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T10:57:58.151Z] + ls /var/log/sa-host [2021-05-06T10:57:58.151Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T10:57:58.151Z] file_magic: OK [2021-05-06T10:57:58.151Z] HZ: Using current value: 100 [2021-05-06T10:57:58.151Z] file_header: OK [2021-05-06T10:57:58.151Z] 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-05-06T10:57:58.151Z] Statistics: [2021-05-06T10:57:58.151Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T10:57:58.151Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T10:57:58.151Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T10:57:58.151Z] file_magic: OK [2021-05-06T10:57:58.151Z] HZ: Using current value: 100 [2021-05-06T10:57:58.151Z] file_header: OK [2021-05-06T10:57:58.151Z] 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-05-06T10:57:58.151Z] Statistics: [2021-05-06T10:57:58.151Z] Hnuu...uuuununununu... [2021-05-06T10:57:58.151Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T10:57:58.337Z] provisioning config files... [2021-05-06T10:57:58.363Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5451589688979254110tmp [Pipeline] { [Pipeline] echo [2021-05-06T10:57:58.416Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:57:59.110Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T10:57:59.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T10:57:59.173Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:57:59.923Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T10:57:59.946Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:58:00.720Z] ---> sudo-logs.sh [2021-05-06T10:58:00.720Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T10:58:00.766Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:58:01.573Z] ---> job-cost.sh [2021-05-06T10:58:01.573Z] lf-activate-venv: SKIPPING [2021-05-06T10:58:01.573Z] DEBUG: total: 0.20999999344348907 [2021-05-06T10:58:01.573Z] INFO: Retrieving Stack Cost... [2021-05-06T10:58:02.555Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T10:58:03.152Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T10:58:03.176Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T10:58:03.584Z] ---> logs-deploy.sh [2021-05-06T10:58:03.585Z] lf-activate-venv: SKIPPING [2021-05-06T10:58:03.585Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/50 [2021-05-06T10:58:03.585Z] INFO: archiving workspace using pattern(s): [2021-05-06T10:58:06.260Z] Archives upload complete. [2021-05-06T10:58:06.534Z] INFO: archiving logs to Nexus