Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 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 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3807’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3792’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3813 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 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 (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 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 Commit message: "Merge pull request #200 from ernestojeda/rename-makefile-images" > git rev-list --no-walk 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:54:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:54:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:54:35 ========================================================= 10:54:35 EdgeX Global Pipelines Version Info 10:54:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:54:37 ------------------- 10:54:37 stable info: 10:54:37 ------------------- 10:54:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:54:37 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:54:37 Message: update stable to v1.0.191 10:54:38 ------------------- 10:54:38 experimental info: 10:54:38 ------------------- 10:54:38 Commited By: **** collab-it+edgex@linuxfoundation.org 10:54:38 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:54:38 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:54:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f4aebf8 [Pipeline] echo 10:54:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:39 provisioning config files... 10:54:39 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4502694715453863076tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:54:39 ---> docker-login.sh 10:54:39 nexus3.edgexfoundry.org:10001 10:54:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:40 Configure a credential helper to remove this warning. See 10:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:40 10:54:40 Login Succeeded 10:54:40 nexus3.edgexfoundry.org:10002 10:54:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:40 Configure a credential helper to remove this warning. See 10:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:40 10:54:40 Login Succeeded 10:54:40 nexus3.edgexfoundry.org:10003 10:54:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:40 Configure a credential helper to remove this warning. See 10:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:40 10:54:40 Login Succeeded 10:54:40 nexus3.edgexfoundry.org:10004 10:54:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:40 Configure a credential helper to remove this warning. See 10:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:40 10:54:40 Login Succeeded 10:54:40 docker.io 10:54:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:41 Configure a credential helper to remove this warning. See 10:54:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:41 10:54:41 Login Succeeded 10:54:41 ---> docker-login.sh ends [Pipeline] } 10:54:41 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 10:54:41 + git log --format=format:%s -1 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 [Pipeline] echo 10:54:41 GIT_COMMIT: f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1, Commit Message: Merge pull request #200 from ernestojeda/rename-makefile-images [Pipeline] echo 10:54:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:54:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:54:42 10:54:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:54:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:54:42 latest: Pulling from edgex-devops/git-semver 10:54:42 31603596830f: Pulling fs layer 10:54:42 54011a49482f: Pulling fs layer 10:54:42 a6820b24f6d8: Pulling fs layer 10:54:42 f581987b2513: Pulling fs layer 10:54:42 f581987b2513: Waiting 10:54:42 54011a49482f: Verifying Checksum 10:54:42 54011a49482f: Download complete 10:54:43 31603596830f: Verifying Checksum 10:54:43 31603596830f: Download complete 10:54:43 f581987b2513: Verifying Checksum 10:54:43 f581987b2513: Download complete 10:54:43 a6820b24f6d8: Verifying Checksum 10:54:43 a6820b24f6d8: Download complete 10:54:43 31603596830f: Pull complete 10:54:43 54011a49482f: Pull complete 10:54:44 a6820b24f6d8: Pull complete 10:54:44 f581987b2513: Pull complete 10:54:44 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:54:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:54:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:54:44 prd-centos7-docker-4c-2g-3813 does not seem to be running inside a container 10:54:44 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:54:46 $ docker top e55f793c3e437370fffd53d08d59d7ac20228848a04df12ed32f0ccce5c2abe8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:54:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:54:46 [ssh-agent] Looking for ssh-agent implementation... 10:54:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:54:46 $ docker exec e55f793c3e437370fffd53d08d59d7ac20228848a04df12ed32f0ccce5c2abe8 ssh-agent 10:54:47 SSH_AUTH_SOCK=/tmp/ssh-x1aeWYvcEA6w/agent.12 10:54:47 SSH_AGENT_PID=18 10:54:47 Running ssh-add (command line suppressed) 10:54:47 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_9104047798066912164.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_9104047798066912164.key) 10:54:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:54:47 + git tag --points-at HEAD [Pipeline] } 10:54:47 $ docker exec --env ******** --env ******** e55f793c3e437370fffd53d08d59d7ac20228848a04df12ed32f0ccce5c2abe8 ssh-agent -k 10:54:47 unset SSH_AUTH_SOCK; 10:54:47 unset SSH_AGENT_PID; 10:54:47 echo Agent pid 18 killed; 10:54:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:54:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:54:47 [ssh-agent] Looking for ssh-agent implementation... 10:54:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:54:48 $ docker exec e55f793c3e437370fffd53d08d59d7ac20228848a04df12ed32f0ccce5c2abe8 ssh-agent 10:54:48 SSH_AUTH_SOCK=/tmp/ssh-XXkufwcRrQYK/agent.48 10:54:48 SSH_AGENT_PID=53 10:54:48 Running ssh-add (command line suppressed) 10:54:48 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5668210908804354492.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5668210908804354492.key) 10:54:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:54:48 + git semver init 10:54:48 # -> Open(): unable to determine branch for HEAD 10:54:48 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:54:48 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:54:48 # $SEMVER_REMOTE_NAME = origin 10:54:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:54:48 # $SEMVER_USER_NAME = edgex-jenkins 10:54:48 # $SEMVER_BRANCH = master 10:54:48 # $SEMVER_TEMP = /tmp/semver-882647737 10:54:48 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 10:54:49 # '/tmp/semver-882647737' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 10:54:49 # -> Force: false 10:54:49 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 10:54:49 $ docker exec --env ******** --env ******** e55f793c3e437370fffd53d08d59d7ac20228848a04df12ed32f0ccce5c2abe8 ssh-agent -k 10:54:49 unset SSH_AUTH_SOCK; 10:54:49 unset SSH_AGENT_PID; 10:54:49 echo Agent pid 53 killed; 10:54:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:54:49 + git semver [Pipeline] } 10:54:49 $ docker stop --time=1 e55f793c3e437370fffd53d08d59d7ac20228848a04df12ed32f0ccce5c2abe8 10:54:51 $ docker rm -f e55f793c3e437370fffd53d08d59d7ac20228848a04df12ed32f0ccce5c2abe8 [Pipeline] // withDockerContainer [Pipeline] sh 10:54:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:54:52 Stashed 1 file(s) [Pipeline] echo 10:54:52 [edgeXSemver]: initialized semver on version 1.3.2-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:55:07 Still waiting to schedule task 10:55:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:55:07 Still waiting to schedule task 10:55:07 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3787’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3792’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3812’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3814’ is offline 10:56:17 Running on prd-centos7-docker-4c-2g-3818 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 10:56:17 Running in /w/workspace/device-virtual-go/51 [Pipeline] { [Pipeline] checkout 10:56:20 using credential edgex-jenkins-ssh 10:56:20 Cloning the remote Git repository 10:56:20 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 10:56:20 > git init /w/workspace/device-virtual-go/51 # timeout=10 10:56:20 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:56:20 > git --version # timeout=10 10:56:20 > git --version # 'git version 2.24.3' 10:56:20 using GIT_SSH to set credentials SSH Credentials for GitHub 10:56:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:21 Checking out Revision f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 (master) 10:56:21 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:56:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:56:21 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:56:21 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:56:21 using GIT_SSH to set credentials SSH Credentials for GitHub 10:56:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:56:21 > git config core.sparsecheckout # timeout=10 10:56:21 > git checkout -f f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 10:56:25 Commit message: "Merge pull request #200 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:56:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:56:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:56:27 + sudo service docker restart 10:56:27 + true 10:56:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:56:28 provisioning config files... 10:56:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/51@tmp/config718295569155989909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:56:28 ---> docker-login.sh 10:56:28 nexus3.edgexfoundry.org:10001 10:56:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:29 Configure a credential helper to remove this warning. See 10:56:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:29 10:56:29 Login Succeeded 10:56:29 nexus3.edgexfoundry.org:10002 10:56:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:29 Configure a credential helper to remove this warning. See 10:56:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:29 10:56:29 Login Succeeded 10:56:29 nexus3.edgexfoundry.org:10003 10:56:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:29 Configure a credential helper to remove this warning. See 10:56:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:29 10:56:29 Login Succeeded 10:56:29 nexus3.edgexfoundry.org:10004 10:56:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:29 Configure a credential helper to remove this warning. See 10:56:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:29 10:56:29 Login Succeeded 10:56:29 docker.io 10:56:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:56:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:56:30 Configure a credential helper to remove this warning. See 10:56:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:56:30 10:56:30 Login Succeeded 10:56:30 ---> docker-login.sh ends [Pipeline] } 10:56:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:56:30 ========================================================= 10:56:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:56:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:56:30 + 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 . 10:56:30 Sending build context to Docker daemon 519.2kB 10:56:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:56:30 Step 2/8 : FROM ${BASE} 10:56:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:56:30 540db60ca938: Pulling fs layer 10:56:30 adcc1eea9eea: Pulling fs layer 10:56:30 4c4ab2625f07: Pulling fs layer 10:56:30 0510c868ecb4: Pulling fs layer 10:56:30 afea3b2eda06: Pulling fs layer 10:56:30 7809a108b3ef: Pulling fs layer 10:56:30 f706445af74f: Pulling fs layer 10:56:30 0510c868ecb4: Waiting 10:56:30 afea3b2eda06: Waiting 10:56:30 f706445af74f: Waiting 10:56:30 7809a108b3ef: Waiting 10:56:30 4c4ab2625f07: Verifying Checksum 10:56:30 4c4ab2625f07: Download complete 10:56:30 adcc1eea9eea: Verifying Checksum 10:56:30 adcc1eea9eea: Download complete 10:56:30 afea3b2eda06: Download complete 10:56:30 7809a108b3ef: Verifying Checksum 10:56:30 7809a108b3ef: Download complete 10:56:30 540db60ca938: Verifying Checksum 10:56:30 540db60ca938: Download complete 10:56:31 540db60ca938: Pull complete 10:56:31 adcc1eea9eea: Pull complete 10:56:31 4c4ab2625f07: Pull complete 10:56:32 f706445af74f: Verifying Checksum 10:56:32 f706445af74f: Download complete 10:56:33 0510c868ecb4: Verifying Checksum 10:56:33 0510c868ecb4: Download complete 10:56:38 0510c868ecb4: Pull complete 10:56:39 afea3b2eda06: Pull complete 10:56:39 7809a108b3ef: Pull complete 10:56:49 f706445af74f: Pull complete 10:56:49 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:56:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:56:49 ---> b068be0155e3 10:56:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:56:49 ---> Running in 913fad66e7d1 10:56:49 Removing intermediate container 913fad66e7d1 10:56:49 ---> 12ac440d00c0 10:56:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:49 ---> Running in de6f6a22d563 10:56:50 Removing intermediate container de6f6a22d563 10:56:50 ---> 7bbf67d02105 10:56:50 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 10:56:50 ---> Running in 739638d1fd1a 10:56:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:56:53 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:56:53 (1/13) Installing libc-dev (0.7.2-r3) 10:56:54 (2/13) Installing libsodium (1.0.18-r0) 10:56:54 (3/13) Installing pkgconf (1.7.3-r0) 10:56:54 (4/13) Installing libsodium-dev (1.0.18-r0) 10:56:54 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:56:54 (6/13) Installing libedit (20191231.3.1-r1) 10:56:54 (7/13) Installing openssh-client (8.4_p1-r3) 10:56:55 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:56:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3816 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 10:56:55 Running in /w/workspace/device-virtual-go/51 [Pipeline] { [Pipeline] checkout 10:56:55 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:56:56 (10/13) Installing openssh-server (8.4_p1-r3) 10:56:56 (11/13) Installing openssh (8.4_p1-r3) 10:56:56 (12/13) Installing libzmq (4.3.3-r1) 10:56:57 (13/13) Installing zeromq-dev (4.3.3-r1) 10:56:57 Executing busybox-1.32.1-r6.trigger 10:56:57 OK: 156 MiB in 53 packages 10:56:58 Removing intermediate container 739638d1fd1a 10:56:58 ---> cba63979258e 10:56:58 Step 6/8 : WORKDIR /device-virtual-go 10:56:58 ---> Running in fb3f39eadaaa 10:56:58 Removing intermediate container fb3f39eadaaa 10:56:58 ---> aa15565facff 10:56:58 Step 7/8 : COPY . . 10:56:59 ---> 6efe961177f2 10:56:59 Step 8/8 : RUN go mod download 10:56:59 ---> Running in e9d06e22d00d 10:57:02 using credential edgex-jenkins-ssh 10:57:02 Cloning the remote Git repository 10:57:02 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 10:57:02 > git init /w/workspace/device-virtual-go/51 # timeout=10 10:57:02 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:57:02 > git --version # timeout=10 10:57:02 > git --version # 'git version 2.17.1' 10:57:02 using GIT_SSH to set credentials SSH Credentials for GitHub 10:57:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:57:05 Checking out Revision f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 (master) 10:57:04 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:57:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:57:04 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:57:04 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:57:04 using GIT_SSH to set credentials SSH Credentials for GitHub 10:57:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:57:05 > git config core.sparsecheckout # timeout=10 10:57:05 > git checkout -f f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 10:57:09 Commit message: "Merge pull request #200 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:57:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:57:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:57:12 + + true 10:57:12 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:57:14 provisioning config files... 10:57:14 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/51@tmp/config2553054491047077938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:57:14 ---> docker-login.sh 10:57:14 nexus3.edgexfoundry.org:10001 10:57:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:16 Configure a credential helper to remove this warning. See 10:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:16 10:57:16 Login Succeeded 10:57:16 nexus3.edgexfoundry.org:10002 10:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:16 Configure a credential helper to remove this warning. See 10:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:16 10:57:16 Login Succeeded 10:57:16 nexus3.edgexfoundry.org:10003 10:57:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:17 Configure a credential helper to remove this warning. See 10:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:17 10:57:17 Login Succeeded 10:57:17 nexus3.edgexfoundry.org:10004 10:57:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:17 Configure a credential helper to remove this warning. See 10:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:17 10:57:17 Login Succeeded 10:57:17 docker.io 10:57:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:57:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:57:18 Configure a credential helper to remove this warning. See 10:57:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:57:18 10:57:18 Login Succeeded 10:57:18 ---> docker-login.sh ends [Pipeline] } 10:57:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:57:18 ========================================================= 10:57:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:57:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:57:19 + 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 . 10:57:19 Sending build context to Docker daemon 518.1kB 10:57:19 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:57:19 Step 2/8 : FROM ${BASE} 10:57:19 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:57:19 595b0fe564bb: Pulling fs layer 10:57:19 7186ed65a4f7: Pulling fs layer 10:57:19 316046926c0a: Pulling fs layer 10:57:19 4ebd0625c992: Pulling fs layer 10:57:19 207e8628e3a3: Pulling fs layer 10:57:19 c791037a9be2: Pulling fs layer 10:57:19 ffd874e62e21: Pulling fs layer 10:57:19 4ebd0625c992: Waiting 10:57:19 207e8628e3a3: Waiting 10:57:19 c791037a9be2: Waiting 10:57:19 ffd874e62e21: Waiting 10:57:19 316046926c0a: Verifying Checksum 10:57:19 316046926c0a: Download complete 10:57:19 7186ed65a4f7: Verifying Checksum 10:57:19 7186ed65a4f7: Download complete 10:57:19 207e8628e3a3: Verifying Checksum 10:57:19 207e8628e3a3: Download complete 10:57:19 c791037a9be2: Verifying Checksum 10:57:19 c791037a9be2: Download complete 10:57:19 595b0fe564bb: Download complete 10:57:20 595b0fe564bb: Pull complete 10:57:21 7186ed65a4f7: Pull complete 10:57:21 316046926c0a: Pull complete 10:57:22 ffd874e62e21: Verifying Checksum 10:57:22 ffd874e62e21: Download complete 10:57:23 4ebd0625c992: Verifying Checksum 10:57:23 4ebd0625c992: Download complete 10:57:25 Removing intermediate container e9d06e22d00d 10:57:25 ---> 906e766447be 10:57:25 Successfully built 906e766447be 10:57:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:57:26 + docker inspect -f . ci-base-image-x86_64 10:57:26 . [Pipeline] withDockerContainer 10:57:26 prd-centos7-docker-4c-2g-3818 does not seem to be running inside a container 10:57:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/51 -v /w/workspace/device-virtual-go/51:/w/workspace/device-virtual-go/51:rw,z -v /w/workspace/device-virtual-go/51@tmp:/w/workspace/device-virtual-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:57:27 $ docker top 044e89030807d7b8ca18f5f459085483acf1e6718a56fcc9b10084ca3f419ee5 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:27 + go version 10:57:27 go version go1.16.3 linux/amd64 [Pipeline] } 10:57:27 $ docker stop --time=1 044e89030807d7b8ca18f5f459085483acf1e6718a56fcc9b10084ca3f419ee5 10:57:29 $ docker rm -f 044e89030807d7b8ca18f5f459085483acf1e6718a56fcc9b10084ca3f419ee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:57:29 + docker inspect -f . ci-base-image-x86_64 10:57:29 . [Pipeline] withDockerContainer 10:57:29 prd-centos7-docker-4c-2g-3818 does not seem to be running inside a container 10:57:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/51 -v /w/workspace/device-virtual-go/51:/w/workspace/device-virtual-go/51:rw,z -v /w/workspace/device-virtual-go/51@tmp:/w/workspace/device-virtual-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:57:30 $ docker top cccf6775a96ada91f99760f4bc8913b8f4e85c8484699e69765519c38a5cf7e3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:30 + go mod tidy [Pipeline] sh 10:57:31 + make test 10:57:31 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:57:33 ? github.com/edgexfoundry/device-virtual-go [no test files] 10:57:34 4ebd0625c992: Pull complete 10:57:34 207e8628e3a3: Pull complete 10:57:34 c791037a9be2: Pull complete 10:57:38 ffd874e62e21: Pull complete 10:57:38 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 10:57:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:57:38 ---> cfc18b08335c 10:57:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:57:42 ---> Running in 8b6e8b394e3a 10:57:42 Removing intermediate container 8b6e8b394e3a 10:57:42 ---> 370c304f0363 10:57:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:42 ---> Running in 092dd3616407 10:57:45 Removing intermediate container 092dd3616407 10:57:45 ---> 3f6a63d7f7a1 10:57:45 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 10:57:45 ---> Running in 320844a74f81 10:57:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:57:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:57:49 (1/13) Installing libc-dev (0.7.2-r3) 10:57:49 (2/13) Installing libsodium (1.0.18-r0) 10:57:50 (3/13) Installing pkgconf (1.7.3-r0) 10:57:50 (4/13) Installing libsodium-dev (1.0.18-r0) 10:57:50 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:57:50 (6/13) Installing libedit (20191231.3.1-r1) 10:57:50 (7/13) Installing openssh-client (8.4_p1-r3) 10:57:51 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:57:51 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:57:52 (10/13) Installing openssh-server (8.4_p1-r3) 10:57:52 (11/13) Installing openssh (8.4_p1-r3) 10:57:52 (12/13) Installing libzmq (4.3.3-r1) 10:57:53 (13/13) Installing zeromq-dev (4.3.3-r1) 10:57:53 Executing busybox-1.32.1-r6.trigger 10:57:53 OK: 145 MiB in 53 packages 10:57:55 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 10:57:55 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.456s coverage: 63.8% of statements 10:57:55 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:57:55 Removing intermediate container 320844a74f81 10:57:55 ---> 13674993dd69 10:57:55 Step 6/8 : WORKDIR /device-virtual-go 10:57:55 ---> Running in beb29d881e23 10:57:56 Removing intermediate container beb29d881e23 10:57:56 ---> be328d065a7b 10:57:56 Step 7/8 : COPY . . 10:57:57 ---> c7f6148085c4 10:57:57 Step 8/8 : RUN go mod download 10:57:57 ---> Running in 9e6bd6e5fa90 10:58:05 gofmt -l . 10:58:05 [ "`gofmt -l .`" = "" ] 10:58:05 ./bin/test-attribution-txt.sh 10:58:05 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:58:05 $ docker stop --time=1 cccf6775a96ada91f99760f4bc8913b8f4e85c8484699e69765519c38a5cf7e3 10:58:07 $ docker rm -f cccf6775a96ada91f99760f4bc8913b8f4e85c8484699e69765519c38a5cf7e3 [Pipeline] // withDockerContainer [Pipeline] sh 10:58:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:58:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:58:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:58:10 + ls -al . 10:58:10 total 132 10:58:10 drwxrwxr-x. 7 jenkins jenkins 4096 May 9 10:58 . 10:58:10 drwxrwxr-x. 4 jenkins jenkins 30 May 9 10:56 .. 10:58:10 -rw-rw-r--. 1 jenkins jenkins 8153 May 9 10:56 Attribution.txt 10:58:10 drwxrwxr-x. 2 jenkins jenkins 64 May 9 10:56 bin 10:58:10 drwxrwxr-x. 3 jenkins jenkins 32 May 9 10:56 cmd 10:58:10 -rw-r--r--. 1 jenkins jenkins 47247 May 9 10:57 coverage.out 10:58:10 -rw-rw-r--. 1 jenkins jenkins 1905 May 9 10:56 Dockerfile 10:58:10 -rw-rw-r--. 1 jenkins jenkins 998 May 9 10:56 Dockerfile.build 10:58:10 drwxrwxr-x. 8 jenkins jenkins 162 May 9 10:56 .git 10:58:10 drwxrwxr-x. 2 jenkins jenkins 103 May 9 10:56 .github 10:58:10 -rw-rw-r--. 1 jenkins jenkins 277 May 9 10:56 .gitignore 10:58:10 -rw-r--r--. 1 jenkins jenkins 809 May 9 10:58 go.mod 10:58:10 -rw-r--r--. 1 jenkins jenkins 23585 May 9 10:57 go.sum 10:58:10 drwxrwxr-x. 3 jenkins jenkins 20 May 9 10:56 internal 10:58:10 -rw-rw-r--. 1 jenkins jenkins 660 May 9 10:56 Jenkinsfile 10:58:10 -rw-rw-r--. 1 jenkins jenkins 11340 May 9 10:56 LICENSE 10:58:10 -rw-rw-r--. 1 jenkins jenkins 901 May 9 10:56 Makefile 10:58:10 -rw-rw-r--. 1 jenkins jenkins 2745 May 9 10:56 README.md 10:58:10 -rw-rw-r--. 1 jenkins jenkins 12 May 9 10:54 VERSION 10:58:10 -rw-rw-r--. 1 jenkins jenkins 235 May 9 10:56 version.go [Pipeline] isUnix [Pipeline] sh 10:58:10 + 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=f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 --label arch=amd64 --label version=1.3.2-dev.12 . 10:58:10 Sending build context to Docker daemon 591.9kB 10:58:10 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 10:58:10 Step 2/25 : FROM ${BASE} AS builder 10:58:10 ---> 906e766447be 10:58:10 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:58:10 ---> Running in 9aef172b27a0 10:58:11 Removing intermediate container 9aef172b27a0 10:58:11 ---> 72ffca90b87d 10:58:11 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 10:58:11 ---> Running in a7e3666dad9a 10:58:11 Removing intermediate container a7e3666dad9a 10:58:11 ---> 6ce74b0d44dd 10:58:11 Step 5/25 : WORKDIR /device-virtual-go 10:58:11 ---> Running in afa40ce391ef 10:58:11 Removing intermediate container afa40ce391ef 10:58:11 ---> 1917120da7be 10:58:11 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:11 ---> Running in a4894c53f09b 10:58:12 Removing intermediate container a4894c53f09b 10:58:12 ---> df45c442a6dc 10:58:12 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:58:12 ---> Running in 8a61e1ab575b 10:58:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:58:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:58:16 OK: 156 MiB in 53 packages 10:58:16 Removing intermediate container 8a61e1ab575b 10:58:16 ---> 7ac64b07e65d 10:58:16 Step 8/25 : COPY . . 10:58:17 ---> 2c37f0dd13e4 10:58:17 Step 9/25 : RUN go mod download 10:58:17 ---> Running in 12866bd7015e 10:58:18 Removing intermediate container 12866bd7015e 10:58:18 ---> f354a29e0f21 10:58:18 Step 10/25 : ARG MAKE='make build' 10:58:18 ---> Running in c80a798effbd 10:58:18 Removing intermediate container c80a798effbd 10:58:18 ---> 971b8e926163 10:58:18 Step 11/25 : RUN $MAKE 10:58:18 ---> Running in eae7b7792358 10:58:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.12" -o cmd/device-virtual ./cmd 10:58:30 Removing intermediate container 9e6bd6e5fa90 10:58:30 ---> 6cf2b806220d 10:58:30 Successfully built 6cf2b806220d 10:58:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:58:30 + docker inspect -f . ci-base-image-arm64 10:58:30 . [Pipeline] withDockerContainer 10:58:30 prd-ubuntu18.04-docker-arm64-4c-16g-3816 does not seem to be running inside a container 10:58:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/51 -v /w/workspace/device-virtual-go/51:/w/workspace/device-virtual-go/51:rw,z -v /w/workspace/device-virtual-go/51@tmp:/w/workspace/device-virtual-go/51@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 10:58:32 $ docker top b36630617a77761d74cf51d65a0320df7e351e4e52a9b58c0528c019fe50d9f1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:33 + go version 10:58:33 go version go1.16.3 linux/arm64 [Pipeline] } 10:58:33 $ docker stop --time=1 b36630617a77761d74cf51d65a0320df7e351e4e52a9b58c0528c019fe50d9f1 10:58:35 $ docker rm -f b36630617a77761d74cf51d65a0320df7e351e4e52a9b58c0528c019fe50d9f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:36 + docker inspect -f . ci-base-image-arm64 10:58:36 . [Pipeline] withDockerContainer 10:58:36 prd-ubuntu18.04-docker-arm64-4c-16g-3816 does not seem to be running inside a container 10:58:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/51 -v /w/workspace/device-virtual-go/51:/w/workspace/device-virtual-go/51:rw,z -v /w/workspace/device-virtual-go/51@tmp:/w/workspace/device-virtual-go/51@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 10:58:37 CGO_ENABLED=1 GO111MODULE=on go build ./... 10:58:38 $ docker top df78deb4f8259d32234c4781ec2c3fe538f95e12b2f1bf1d645d5c1a1380ba27 -eo pid,comm [Pipeline] { [Pipeline] sh 10:58:39 + go mod tidy 10:58:40 Removing intermediate container eae7b7792358 10:58:40 ---> ae0d68f6113c 10:58:40 Step 12/25 : FROM alpine:3.12 [Pipeline] sh 10:58:40 3.12: Pulling from library/alpine 10:58:40 339de151aab4: Pulling fs layer 10:58:41 339de151aab4: Verifying Checksum 10:58:41 339de151aab4: Download complete 10:58:41 339de151aab4: Pull complete 10:58:41 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:58:41 Status: Downloaded newer image for alpine:3.12 10:58:41 ---> 13621d1b12d4 10:58:41 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 10:58:41 ---> Running in 7f57cbe818a1 10:58:41 + make test 10:58:41 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:58:41 Removing intermediate container 7f57cbe818a1 10:58:41 ---> 368ea0388f08 10:58:41 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:41 ---> Running in c19605b6060a 10:58:42 ? github.com/edgexfoundry/device-virtual-go [no test files] 10:58:43 Removing intermediate container c19605b6060a 10:58:43 ---> db0b69be93f9 10:58:43 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 10:58:43 ---> Running in 8acdda196ae9 10:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:45 (1/6) Installing dumb-init (1.2.2-r1) 10:58:45 (2/6) Installing libgcc (9.3.0-r2) 10:58:45 (3/6) Installing libsodium (1.0.18-r0) 10:58:45 (4/6) Installing libstdc++ (9.3.0-r2) 10:58:47 (5/6) Installing libzmq (4.3.3-r0) 10:58:47 (6/6) Installing zeromq (4.3.3-r0) 10:58:47 Executing busybox-1.31.1-r20.trigger 10:58:47 OK: 8 MiB in 20 packages 10:58:48 Removing intermediate container 8acdda196ae9 10:58:48 ---> d03a59ead8f9 10:58:48 Step 16/25 : WORKDIR / 10:58:48 ---> Running in c365a9526166 10:58:48 Removing intermediate container c365a9526166 10:58:48 ---> 9672054ca367 10:58:48 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 10:58:48 ---> 35555689fc8e 10:58:48 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 10:58:49 ---> 3879a124d7ac 10:58:49 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 10:58:50 ---> b0f9c9c11230 10:58:50 Step 20/25 : EXPOSE 49990 10:58:50 ---> Running in 1e905db13e26 10:58:50 Removing intermediate container 1e905db13e26 10:58:50 ---> db6497601034 10:58:50 Step 21/25 : ENTRYPOINT ["/device-virtual"] 10:58:50 ---> Running in 509f5ff30b8f 10:58:50 Removing intermediate container 509f5ff30b8f 10:58:50 ---> 1ec2e5a74c27 10:58:50 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:50 ---> Running in ed786d8d603d 10:58:50 Removing intermediate container ed786d8d603d 10:58:50 ---> 9948c21bae1f 10:58:50 Step 23/25 : LABEL arch=amd64 10:58:50 ---> Running in 3c98e15f34ba 10:58:50 Removing intermediate container 3c98e15f34ba 10:58:50 ---> 398bc4465941 10:58:50 Step 24/25 : LABEL git_sha=f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 10:58:50 ---> Running in 1de634230384 10:58:51 Removing intermediate container 1de634230384 10:58:51 ---> 457709c09cca 10:58:51 Step 25/25 : LABEL version=1.3.2-dev.12 10:58:51 ---> Running in 50699749b12e 10:58:51 Removing intermediate container 50699749b12e 10:58:51 ---> 9d338f5b9c9b 10:58:51 [Warning] One or more build-args [ARCH] were not consumed 10:58:51 Successfully built 9d338f5b9c9b 10:58:51 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:58:51 provisioning config files... 10:58:51 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/51@tmp/config1599028117962753836tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:58:51 ---> docker-login.sh 10:58:51 nexus3.edgexfoundry.org:10001 10:58:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:52 Configure a credential helper to remove this warning. See 10:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:52 10:58:52 Login Succeeded 10:58:52 nexus3.edgexfoundry.org:10002 10:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:52 Configure a credential helper to remove this warning. See 10:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:52 10:58:52 Login Succeeded 10:58:52 nexus3.edgexfoundry.org:10003 10:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:52 Configure a credential helper to remove this warning. See 10:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:52 10:58:52 Login Succeeded 10:58:52 nexus3.edgexfoundry.org:10004 10:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:52 Configure a credential helper to remove this warning. See 10:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:52 10:58:52 Login Succeeded 10:58:52 docker.io 10:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:58:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:58:52 Configure a credential helper to remove this warning. See 10:58:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:58:52 10:58:52 Login Succeeded 10:58:52 ---> docker-login.sh ends [Pipeline] } 10:58:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:53 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 10:58:53 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 10:58:53 latest 10:58:53 1.3.2-dev.12 10:58:53 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 10:58:53 master 10:58:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:58:53 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 [Pipeline] isUnix [Pipeline] sh 10:58:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 10:58:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:58:53 c84e74063943: Preparing 10:58:53 fbd863880fa6: Preparing 10:58:53 229e5b4ae705: Preparing 10:58:53 0d72141e468d: Preparing 10:58:53 cf03bdfe196d: Preparing 10:58:53 32f366d666a5: Preparing 10:58:53 32f366d666a5: Waiting 10:58:53 cf03bdfe196d: Pushed 10:58:53 fbd863880fa6: Pushed 10:58:53 229e5b4ae705: Pushed 10:58:53 32f366d666a5: Layer already exists 10:58:53 0d72141e468d: Pushed 10:58:55 c84e74063943: Pushed 10:58:55 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1: digest: sha256:54f8a48370ffcdca2c8438a1fe72bdc4031da2373dc0b3bf09e0dee77fa93bdd size: 1572 [Pipeline] isUnix [Pipeline] sh 10:58:55 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 10:58:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 10:58:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:58:56 c84e74063943: Preparing 10:58:56 fbd863880fa6: Preparing 10:58:56 229e5b4ae705: Preparing 10:58:56 0d72141e468d: Preparing 10:58:56 cf03bdfe196d: Preparing 10:58:56 32f366d666a5: Preparing 10:58:56 32f366d666a5: Waiting 10:58:56 fbd863880fa6: Layer already exists 10:58:56 229e5b4ae705: Layer already exists 10:58:56 0d72141e468d: Layer already exists 10:58:56 cf03bdfe196d: Layer already exists 10:58:56 c84e74063943: Layer already exists 10:58:56 32f366d666a5: Layer already exists 10:58:56 latest: digest: sha256:54f8a48370ffcdca2c8438a1fe72bdc4031da2373dc0b3bf09e0dee77fa93bdd size: 1572 [Pipeline] isUnix [Pipeline] sh 10:58:56 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.12 [Pipeline] isUnix [Pipeline] sh 10:58:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.12 10:58:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:58:56 c84e74063943: Preparing 10:58:56 fbd863880fa6: Preparing 10:58:56 229e5b4ae705: Preparing 10:58:56 0d72141e468d: Preparing 10:58:56 cf03bdfe196d: Preparing 10:58:56 32f366d666a5: Preparing 10:58:56 32f366d666a5: Waiting 10:58:56 c84e74063943: Layer already exists 10:58:56 fbd863880fa6: Layer already exists 10:58:56 229e5b4ae705: Layer already exists 10:58:56 0d72141e468d: Layer already exists 10:58:56 cf03bdfe196d: Layer already exists 10:58:56 32f366d666a5: Layer already exists 10:58:56 1.3.2-dev.12: digest: sha256:54f8a48370ffcdca2c8438a1fe72bdc4031da2373dc0b3bf09e0dee77fa93bdd size: 1572 [Pipeline] isUnix [Pipeline] sh 10:58:56 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 [Pipeline] isUnix [Pipeline] sh 10:58:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 10:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:58:57 c84e74063943: Preparing 10:58:57 fbd863880fa6: Preparing 10:58:57 229e5b4ae705: Preparing 10:58:57 0d72141e468d: Preparing 10:58:57 cf03bdfe196d: Preparing 10:58:57 32f366d666a5: Preparing 10:58:57 32f366d666a5: Waiting 10:58:57 fbd863880fa6: Layer already exists 10:58:57 229e5b4ae705: Layer already exists 10:58:57 0d72141e468d: Layer already exists 10:58:57 c84e74063943: Layer already exists 10:58:57 cf03bdfe196d: Layer already exists 10:58:57 32f366d666a5: Layer already exists 10:58:57 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12: digest: sha256:54f8a48370ffcdca2c8438a1fe72bdc4031da2373dc0b3bf09e0dee77fa93bdd size: 1572 [Pipeline] isUnix [Pipeline] sh 10:58:57 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 10:58:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 10:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:58:57 c84e74063943: Preparing 10:58:57 fbd863880fa6: Preparing 10:58:57 229e5b4ae705: Preparing 10:58:57 0d72141e468d: Preparing 10:58:57 cf03bdfe196d: Preparing 10:58:57 32f366d666a5: Preparing 10:58:57 32f366d666a5: Waiting 10:58:57 0d72141e468d: Layer already exists 10:58:57 fbd863880fa6: Layer already exists 10:58:57 cf03bdfe196d: Layer already exists 10:58:57 c84e74063943: Layer already exists 10:58:57 229e5b4ae705: Layer already exists 10:58:57 32f366d666a5: Layer already exists 10:58:57 master: digest: sha256:54f8a48370ffcdca2c8438a1fe72bdc4031da2373dc0b3bf09e0dee77fa93bdd size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:58:57 ===================================================== [Pipeline] echo 10:58:57 taggedImages: 10:58:57 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 10:58:57 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 10:58:57 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.12 10:58:57 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 10:58:57 - 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 10:58:58 ---> job-cost.sh 10:58:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BGBb 10:59:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:59:40 lf-activate-venv(): INFO: Adding /tmp/venv-BGBb/bin to PATH 10:59:40 INFO: No Stack... 10:59:40 INFO: Retrieving Pricing Info for: v1-standard-2 10:59:41 INFO: Archiving Costs [Pipeline] sh 10:59:41 + cat /w/workspace/device-virtual-go/51/archives/cost.csv 10:59:41 + cut -d, -f6 [Pipeline] lock 10:59:41 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-51-stack-cost] 10:59:41 Resource [jenkins-edgexfoundry-device-virtual-go-master-51-stack-cost] did not exist. Created. 10:59:41 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-51-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:59:41 + echo total: 0.029999999329447746 [Pipeline] stash 10:59:42 Stashed 1 file(s) [Pipeline] } 10:59:42 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-51-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:59:51 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 10:59:53 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.882s coverage: 63.8% of statements 10:59:53 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:00:32 gofmt -l . 11:00:32 [ "`gofmt -l .`" = "" ] 11:00:32 ./bin/test-attribution-txt.sh 11:00:32 ./bin/test-go-mod-tidy.sh [Pipeline] } 11:00:32 $ docker stop --time=1 df78deb4f8259d32234c4781ec2c3fe538f95e12b2f1bf1d645d5c1a1380ba27 11:00:34 $ docker rm -f df78deb4f8259d32234c4781ec2c3fe538f95e12b2f1bf1d645d5c1a1380ba27 [Pipeline] // withDockerContainer [Pipeline] sh 11:00:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:00:35 Warning: overwriting stash ‘coverage-report’ 11:00:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:00:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:00:37 + ls -al . 11:00:37 total 156 11:00:37 drwxrwxr-x 7 jenkins jenkins 4096 May 9 11:00 . 11:00:37 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:57 .. 11:00:37 drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:57 .git 11:00:37 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:57 .github 11:00:37 -rw-rw-r-- 1 jenkins jenkins 277 May 9 10:57 .gitignore 11:00:37 -rw-rw-r-- 1 jenkins jenkins 8153 May 9 10:57 Attribution.txt 11:00:37 -rw-rw-r-- 1 jenkins jenkins 1905 May 9 10:57 Dockerfile 11:00:37 -rw-rw-r-- 1 jenkins jenkins 998 May 9 10:57 Dockerfile.build 11:00:37 -rw-rw-r-- 1 jenkins jenkins 660 May 9 10:57 Jenkinsfile 11:00:37 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 10:57 LICENSE 11:00:37 -rw-rw-r-- 1 jenkins jenkins 901 May 9 10:57 Makefile 11:00:37 -rw-rw-r-- 1 jenkins jenkins 2745 May 9 10:57 README.md 11:00:37 -rw-rw-r-- 1 jenkins jenkins 12 May 9 10:54 VERSION 11:00:37 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:57 bin 11:00:37 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:57 cmd 11:00:37 -rw-r--r-- 1 jenkins jenkins 47247 May 9 10:59 coverage.out 11:00:37 -rw-r--r-- 1 jenkins jenkins 809 May 9 11:00 go.mod 11:00:37 -rw-r--r-- 1 jenkins jenkins 23585 May 9 10:58 go.sum 11:00:37 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:57 internal 11:00:37 -rw-rw-r-- 1 jenkins jenkins 235 May 9 10:57 version.go [Pipeline] isUnix [Pipeline] sh 11:00:37 + 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=f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 --label arch=arm64 --label version=1.3.2-dev.12 . 11:00:37 Sending build context to Docker daemon 590.8kB 11:00:37 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 11:00:37 Step 2/25 : FROM ${BASE} AS builder 11:00:37 ---> 6cf2b806220d 11:00:37 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:00:38 ---> Running in 8294b3c39cd7 11:00:38 Removing intermediate container 8294b3c39cd7 11:00:38 ---> 005a91964034 11:00:38 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 11:00:38 ---> Running in eb634dddd5f4 11:00:39 Removing intermediate container eb634dddd5f4 11:00:39 ---> 58c7e7f798c4 11:00:39 Step 5/25 : WORKDIR /device-virtual-go 11:00:39 ---> Running in 9cba80b572d7 11:00:39 Removing intermediate container 9cba80b572d7 11:00:39 ---> ed70441b8931 11:00:39 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:00:39 ---> Running in 88302741424b 11:00:42 Removing intermediate container 88302741424b 11:00:42 ---> 9d85b6ec12ea 11:00:42 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:00:42 ---> Running in 5a1066dc55fd 11:00:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:00:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:00:46 OK: 145 MiB in 53 packages 11:00:47 Removing intermediate container 5a1066dc55fd 11:00:47 ---> b540b6390376 11:00:47 Step 8/25 : COPY . . 11:00:48 ---> fdabe4124735 11:00:48 Step 9/25 : RUN go mod download 11:00:48 ---> Running in 4a64101c359a 11:00:51 Removing intermediate container 4a64101c359a 11:00:51 ---> a9966a97dffd 11:00:51 Step 10/25 : ARG MAKE='make build' 11:00:51 ---> Running in a26047e51995 11:00:51 Removing intermediate container a26047e51995 11:00:51 ---> c1dc534a9f9e 11:00:51 Step 11/25 : RUN $MAKE 11:00:51 ---> Running in eb98c841d063 11:00:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.12" -o cmd/device-virtual ./cmd 11:01:40 CGO_ENABLED=1 GO111MODULE=on go build ./... 11:01:52 Removing intermediate container eb98c841d063 11:01:52 ---> c6c3db2645a3 11:01:52 Step 12/25 : FROM alpine:3.12 11:01:52 3.12: Pulling from library/alpine 11:01:52 d2f70382dc9a: Pulling fs layer 11:01:52 d2f70382dc9a: Verifying Checksum 11:01:52 d2f70382dc9a: Download complete 11:01:52 d2f70382dc9a: Pull complete 11:01:52 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 11:01:52 Status: Downloaded newer image for alpine:3.12 11:01:52 ---> 9852663dfa18 11:01:52 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 11:01:52 ---> Running in 102ba68d9875 11:01:53 Removing intermediate container 102ba68d9875 11:01:53 ---> fbf0daefb47a 11:01:53 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:01:53 ---> Running in 672e9784d4e2 11:01:55 Removing intermediate container 672e9784d4e2 11:01:55 ---> a1d7f6677f54 11:01:55 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 11:01:55 ---> Running in 0baa6f471f24 11:01:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:01:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:02:04 (1/6) Installing dumb-init (1.2.2-r1) 11:02:04 (2/6) Installing libgcc (9.3.0-r2) 11:02:05 (3/6) Installing libsodium (1.0.18-r0) 11:02:05 (4/6) Installing libstdc++ (9.3.0-r2) 11:02:07 (5/6) Installing libzmq (4.3.3-r0) 11:02:07 (6/6) Installing zeromq (4.3.3-r0) 11:02:07 Executing busybox-1.31.1-r20.trigger 11:02:07 OK: 8 MiB in 20 packages 11:02:09 Removing intermediate container 0baa6f471f24 11:02:09 ---> 1aecfcde2f46 11:02:09 Step 16/25 : WORKDIR / 11:02:09 ---> Running in f3e6551976a4 11:02:09 Removing intermediate container f3e6551976a4 11:02:09 ---> 06cdd20f34d4 11:02:09 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 11:02:10 ---> 6c90c68253b2 11:02:10 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 11:02:11 ---> d398a7a81545 11:02:11 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 11:02:12 ---> d9f5c5c0a274 11:02:12 Step 20/25 : EXPOSE 49990 11:02:12 ---> Running in d6593033a274 11:02:13 Removing intermediate container d6593033a274 11:02:13 ---> 5329056fd3e6 11:02:13 Step 21/25 : ENTRYPOINT ["/device-virtual"] 11:02:13 ---> Running in fe23d7358d2d 11:02:13 Removing intermediate container fe23d7358d2d 11:02:13 ---> fbb602e98974 11:02:13 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:02:13 ---> Running in 5ec4e17d8ae8 11:02:14 Removing intermediate container 5ec4e17d8ae8 11:02:14 ---> fc8bc09dd55d 11:02:14 Step 23/25 : LABEL arch=arm64 11:02:14 ---> Running in f929a144dc9a 11:02:15 Removing intermediate container f929a144dc9a 11:02:15 ---> 9877f8781fce 11:02:15 Step 24/25 : LABEL git_sha=f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 11:02:15 ---> Running in 484034ca7202 11:02:15 Removing intermediate container 484034ca7202 11:02:15 ---> 76afe39ce01e 11:02:15 Step 25/25 : LABEL version=1.3.2-dev.12 11:02:15 ---> Running in ab43c2a1ed4a 11:02:16 Removing intermediate container ab43c2a1ed4a 11:02:16 ---> 05f4e5760778 11:02:16 [Warning] One or more build-args [ARCH] were not consumed 11:02:16 Successfully built 05f4e5760778 11:02:16 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 11:02:16 provisioning config files... 11:02:16 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/51@tmp/config5069792435299208285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:16 ---> docker-login.sh 11:02:16 nexus3.edgexfoundry.org:10001 11:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:17 Configure a credential helper to remove this warning. See 11:02:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:17 11:02:17 Login Succeeded 11:02:17 nexus3.edgexfoundry.org:10002 11:02:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:17 Configure a credential helper to remove this warning. See 11:02:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:17 11:02:17 Login Succeeded 11:02:17 nexus3.edgexfoundry.org:10003 11:02:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:18 Configure a credential helper to remove this warning. See 11:02:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:18 11:02:18 Login Succeeded 11:02:18 nexus3.edgexfoundry.org:10004 11:02:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:18 Configure a credential helper to remove this warning. See 11:02:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:18 11:02:18 Login Succeeded 11:02:18 docker.io 11:02:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:02:19 Configure a credential helper to remove this warning. See 11:02:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:02:19 11:02:19 Login Succeeded 11:02:19 ---> docker-login.sh ends [Pipeline] } 11:02:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:19 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 11:02:19 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 11:02:19 latest 11:02:19 1.3.2-dev.12 11:02:19 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 11:02:19 master 11:02:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:02:20 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 [Pipeline] isUnix [Pipeline] sh 11:02:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 11:02:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:02:20 801d6db0ea17: Preparing 11:02:20 ff74d960b070: Preparing 11:02:20 c99d192e8215: Preparing 11:02:20 dc2c3d376b42: Preparing 11:02:20 acb30711f4a6: Preparing 11:02:20 3fbe34a1663b: Preparing 11:02:20 3fbe34a1663b: Waiting 11:02:21 ff74d960b070: Pushed 11:02:21 acb30711f4a6: Pushed 11:02:21 c99d192e8215: Pushed 11:02:21 3fbe34a1663b: Layer already exists 11:02:21 dc2c3d376b42: Pushed 11:02:24 801d6db0ea17: Pushed 11:02:24 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1: digest: sha256:2269c2abe6755adc98a139039ce4cfd467fd3001e7ae6ae67a732553d07539de size: 1572 [Pipeline] isUnix [Pipeline] sh 11:02:24 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:02:25 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 11:02:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:02:25 801d6db0ea17: Preparing 11:02:25 ff74d960b070: Preparing 11:02:25 c99d192e8215: Preparing 11:02:25 dc2c3d376b42: Preparing 11:02:25 acb30711f4a6: Preparing 11:02:25 3fbe34a1663b: Preparing 11:02:25 3fbe34a1663b: Waiting 11:02:25 ff74d960b070: Layer already exists 11:02:25 acb30711f4a6: Layer already exists 11:02:25 c99d192e8215: Layer already exists 11:02:25 801d6db0ea17: Layer already exists 11:02:25 dc2c3d376b42: Layer already exists 11:02:25 3fbe34a1663b: Layer already exists 11:02:25 latest: digest: sha256:2269c2abe6755adc98a139039ce4cfd467fd3001e7ae6ae67a732553d07539de size: 1572 [Pipeline] isUnix [Pipeline] sh 11:02:25 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.12 [Pipeline] isUnix [Pipeline] sh 11:02:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.12 11:02:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:02:26 801d6db0ea17: Preparing 11:02:26 ff74d960b070: Preparing 11:02:26 c99d192e8215: Preparing 11:02:26 dc2c3d376b42: Preparing 11:02:26 acb30711f4a6: Preparing 11:02:26 3fbe34a1663b: Preparing 11:02:26 3fbe34a1663b: Waiting 11:02:26 acb30711f4a6: Layer already exists 11:02:26 801d6db0ea17: Layer already exists 11:02:26 ff74d960b070: Layer already exists 11:02:26 c99d192e8215: Layer already exists 11:02:26 dc2c3d376b42: Layer already exists 11:02:26 3fbe34a1663b: Layer already exists 11:02:26 1.3.2-dev.12: digest: sha256:2269c2abe6755adc98a139039ce4cfd467fd3001e7ae6ae67a732553d07539de size: 1572 [Pipeline] isUnix [Pipeline] sh 11:02:26 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 [Pipeline] isUnix [Pipeline] sh 11:02:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 11:02:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:02:27 801d6db0ea17: Preparing 11:02:27 ff74d960b070: Preparing 11:02:27 c99d192e8215: Preparing 11:02:27 dc2c3d376b42: Preparing 11:02:27 acb30711f4a6: Preparing 11:02:27 3fbe34a1663b: Preparing 11:02:27 3fbe34a1663b: Waiting 11:02:27 dc2c3d376b42: Layer already exists 11:02:27 acb30711f4a6: Layer already exists 11:02:27 801d6db0ea17: Layer already exists 11:02:27 c99d192e8215: Layer already exists 11:02:27 ff74d960b070: Layer already exists 11:02:27 3fbe34a1663b: Layer already exists 11:02:27 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12: digest: sha256:2269c2abe6755adc98a139039ce4cfd467fd3001e7ae6ae67a732553d07539de size: 1572 [Pipeline] isUnix [Pipeline] sh 11:02:27 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 11:02:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 11:02:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 11:02:28 801d6db0ea17: Preparing 11:02:28 ff74d960b070: Preparing 11:02:28 c99d192e8215: Preparing 11:02:28 dc2c3d376b42: Preparing 11:02:28 acb30711f4a6: Preparing 11:02:28 3fbe34a1663b: Preparing 11:02:28 3fbe34a1663b: Waiting 11:02:28 801d6db0ea17: Layer already exists 11:02:28 acb30711f4a6: Layer already exists 11:02:28 ff74d960b070: Layer already exists 11:02:28 dc2c3d376b42: Layer already exists 11:02:28 c99d192e8215: Layer already exists 11:02:28 3fbe34a1663b: Layer already exists 11:02:28 master: digest: sha256:2269c2abe6755adc98a139039ce4cfd467fd3001e7ae6ae67a732553d07539de size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:02:28 ===================================================== [Pipeline] echo 11:02:28 taggedImages: 11:02:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 11:02:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 11:02:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.12 11:02:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1-1.3.2-dev.12 11:02:28 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 11:02:29 ---> job-cost.sh 11:02:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-P7r3 11:03:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:04:44 lf-activate-venv(): INFO: Adding /tmp/venv-P7r3/bin to PATH 11:04:44 INFO: No Stack... 11:04:44 INFO: Retrieving Pricing Info for: lf-standard-4 11:04:44 INFO: Archiving Costs [Pipeline] sh 11:04:45 + cat /w/workspace/device-virtual-go/51/archives/cost.csv 11:04:45 + cut -d, -f6 [Pipeline] lock 11:04:45 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-51-stack-cost] 11:04:45 Resource [jenkins-edgexfoundry-device-virtual-go-master-51-stack-cost] did not exist. Created. 11:04:45 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-51-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:04:45 /w/workspace/device-virtual-go/51@tmp/durable-f5db9d2f/script.sh: 1: /w/workspace/device-virtual-go/51@tmp/durable-f5db9d2f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:04:46 + echo total: 0.20999999344348907 [Pipeline] stash 11:04:46 Warning: overwriting stash ‘stack-cost’ 11:04:46 Stashed 1 file(s) [Pipeline] } 11:04:46 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-51-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 11:04:46 provisioning config files... 11:04:46 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8170976333468417327tmp [Pipeline] { [Pipeline] sh 11:04:46 + set +x 11:04:46 + curl -s https://codecov.io/bash 11:04:46 + bash -s -- 11:04:47 11:04:47 _____ _ 11:04:47 / ____| | | 11:04:47 | | ___ __| | ___ ___ _____ __ 11:04:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:04:47 | |___| (_) | (_| | __/ (_| (_) \ V / 11:04:47 \_____\___/ \__,_|\___|\___\___/ \_/ 11:04:47 Bash-1.0.2 11:04:47 11:04:47 11:04:47 ==> git version 2.24.3 found 11:04:47 ==> 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 11:04:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:04:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:04:47 ==> Jenkins CI detected. 11:04:47 project root: . 11:04:47 --> token set from env 11:04:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:04:47 ==> Running gcov in . (disable via -X gcov) 11:04:47 ==> Python coveragepy not found 11:04:47 ==> Searching for coverage reports in: 11:04:47 + . 11:04:47 -> Found 1 reports 11:04:47 ==> Detecting git/mercurial file structure 11:04:47 ==> Reading reports 11:04:47 + ./coverage.out bytes=47247 11:04:47 ==> Appending adjustments 11:04:47 https://docs.codecov.io/docs/fixing-reports 11:04:47 + Found adjustments 11:04:47 ==> Gzipping contents 11:04:47 8.0K /tmp/codecov.j2m9Kp.gz 11:04:47 ==> Uploading reports 11:04:47 url: https://codecov.io 11:04:47 query: branch=master&commit=f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1&build=51&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F51%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:04:47 -> Pinging Codecov 11:04:47 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1&build=51&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F51%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:04:48 -> Uploading to 11:04:48 https://storage.googleapis.com/codecov/v4/raw/2021-05-09/5E52B4B073DB2E39498172D8E973AA87/f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1/f3149124-e311-4b45-b3ac-c58031474b89.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T110447Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=34e321cfe1fc7870bf82c8663dfa91626c1f422d6fb4638ec98ca499078954db 11:04:48 % Total % Received % Xferd Average Speed Time Time Time Current 11:04:48 Dload Upload Total Spent Left Speed 11:04:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5807 0 0 100 5807 0 14826 --:--:-- --:--:-- --:--:-- 14851 11:04:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 [Pipeline] } 11:04:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:04:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:04:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:04:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:04:48 11:04:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 11:04:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:04:49 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:04:49 188c0c94c7c5: Pulling fs layer 11:04:49 0ef7d3d256c8: Pulling fs layer 11:04:49 de9db76c5a1d: Pulling fs layer 11:04:49 0eba1c9be4d2: Pulling fs layer 11:04:49 0d57e429df01: Pulling fs layer 11:04:49 4e4be7b47b0d: Pulling fs layer 11:04:49 e1f770b5df2f: Pulling fs layer 11:04:49 85a0685a4137: Pulling fs layer 11:04:49 0d57e429df01: Waiting 11:04:49 e1f770b5df2f: Waiting 11:04:49 85a0685a4137: Waiting 11:04:49 4e4be7b47b0d: Waiting 11:04:49 0eba1c9be4d2: Waiting 11:04:49 de9db76c5a1d: Verifying Checksum 11:04:49 de9db76c5a1d: Download complete 11:04:49 0ef7d3d256c8: Download complete 11:04:49 0d57e429df01: Download complete 11:04:49 4e4be7b47b0d: Verifying Checksum 11:04:49 4e4be7b47b0d: Download complete 11:04:49 188c0c94c7c5: Verifying Checksum 11:04:49 188c0c94c7c5: Download complete 11:04:49 188c0c94c7c5: Pull complete 11:04:50 0ef7d3d256c8: Pull complete 11:04:50 de9db76c5a1d: Pull complete 11:04:50 e1f770b5df2f: Verifying Checksum 11:04:50 e1f770b5df2f: Download complete 11:04:53 0eba1c9be4d2: Verifying Checksum 11:04:53 0eba1c9be4d2: Download complete 11:04:53 85a0685a4137: Verifying Checksum 11:04:53 85a0685a4137: Download complete 11:05:00 0eba1c9be4d2: Pull complete 11:05:00 0d57e429df01: Pull complete 11:05:00 4e4be7b47b0d: Pull complete 11:05:01 e1f770b5df2f: Pull complete 11:05:10 85a0685a4137: Pull complete 11:05:10 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 11:05:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:05:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 11:05:10 prd-centos7-docker-4c-2g-3813 does not seem to be running inside a container 11:05:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:05:11 $ docker top 55aa77580714e18065376d718ee98a94112e72d9ded7f510bdc32426b1cf0dff -eo pid,comm [Pipeline] { [Pipeline] echo 11:05:11 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 11:05:12 + set -o pipefail 11:05:12 + snyk monitor '--org=edgex-jenkins' 11:05:24 11:05:24 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 11:05:24 11:05:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/b096eb9a-e937-4956-b94f-4c9f19c4b6af 11:05:24 11:05:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:05:24 11:05:24 [Pipeline] } 11:05:24 $ docker stop --time=1 55aa77580714e18065376d718ee98a94112e72d9ded7f510bdc32426b1cf0dff 11:05:27 $ docker rm -f 55aa77580714e18065376d718ee98a94112e72d9ded7f510bdc32426b1cf0dff [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 11:05:28 + git log --format=format:%s -1 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 [Pipeline] isUnix [Pipeline] sh 11:05:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:05:29 . [Pipeline] withDockerContainer 11:05:29 prd-centos7-docker-4c-2g-3813 does not seem to be running inside a container 11:05:29 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:05:30 $ docker top 54f410e96a537af827200ba2d2677bb609df798324aa7dd052f627f97f376b6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:05:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:05:30 [ssh-agent] Looking for ssh-agent implementation... 11:05:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:05:30 $ docker exec 54f410e96a537af827200ba2d2677bb609df798324aa7dd052f627f97f376b6e ssh-agent 11:05:30 SSH_AUTH_SOCK=/tmp/ssh-mOb80g84jEhS/agent.11 11:05:30 SSH_AGENT_PID=16 11:05:30 Running ssh-add (command line suppressed) 11:05:31 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8697051950684816355.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8697051950684816355.key) 11:05:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:05:31 + git semver tag 11:05:31 # -> Open(): unable to determine branch for HEAD 11:05:31 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 11:05:31 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 11:05:31 # $SEMVER_REMOTE_NAME = origin 11:05:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:05:31 # $SEMVER_USER_NAME = edgex-jenkins 11:05:31 # $SEMVER_BRANCH = master 11:05:31 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 11:05:31 # f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 HEAD 11:05:31 # -> Force: false 11:05:31 # 59f71b953157e7f7a6634f7f64206ccda1eded76 refs/tags/v1.3.2-dev.12 [Pipeline] } 11:05:31 $ docker exec --env ******** --env ******** 54f410e96a537af827200ba2d2677bb609df798324aa7dd052f627f97f376b6e ssh-agent -k 11:05:31 unset SSH_AUTH_SOCK; 11:05:31 unset SSH_AGENT_PID; 11:05:31 echo Agent pid 16 killed; 11:05:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:05:32 + git semver [Pipeline] } 11:05:32 $ docker stop --time=1 54f410e96a537af827200ba2d2677bb609df798324aa7dd052f627f97f376b6e 11:05:33 $ docker rm -f 54f410e96a537af827200ba2d2677bb609df798324aa7dd052f627f97f376b6e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:05:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:34 11:05:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:05:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:34 0.23.1-centos7: Pulling from edgex-lftools 11:05:34 ab5ef0e58194: Pulling fs layer 11:05:34 9712f1f96733: Pulling fs layer 11:05:34 63f879dbbcfc: Pulling fs layer 11:05:34 0d9ebad4ef96: Pulling fs layer 11:05:34 e9a5061849ea: Pulling fs layer 11:05:34 d747dcd14b5f: Pulling fs layer 11:05:34 2de7ff778b66: Pulling fs layer 11:05:34 e9a5061849ea: Waiting 11:05:34 d747dcd14b5f: Waiting 11:05:34 0d9ebad4ef96: Waiting 11:05:34 9712f1f96733: Verifying Checksum 11:05:34 9712f1f96733: Download complete 11:05:35 63f879dbbcfc: Verifying Checksum 11:05:35 63f879dbbcfc: Download complete 11:05:36 e9a5061849ea: Verifying Checksum 11:05:36 e9a5061849ea: Download complete 11:05:36 d747dcd14b5f: Verifying Checksum 11:05:36 d747dcd14b5f: Download complete 11:05:36 2de7ff778b66: Verifying Checksum 11:05:36 2de7ff778b66: Download complete 11:05:36 0d9ebad4ef96: Verifying Checksum 11:05:36 0d9ebad4ef96: Download complete 11:05:37 ab5ef0e58194: Verifying Checksum 11:05:37 ab5ef0e58194: Download complete 11:05:42 ab5ef0e58194: Pull complete 11:05:42 9712f1f96733: Pull complete 11:05:43 63f879dbbcfc: Pull complete 11:05:50 0d9ebad4ef96: Pull complete 11:05:52 e9a5061849ea: Pull complete 11:05:52 d747dcd14b5f: Pull complete 11:05:54 2de7ff778b66: Pull complete 11:05:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:05:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:05:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:05:55 prd-centos7-docker-4c-2g-3813 does not seem to be running inside a container 11:05:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:05:58 $ docker top 6dc5b9f14b90fe76ee8b32910e861f03669955bc3124a9f75dc560da16fe5cdf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:05:59 provisioning config files... 11:05:59 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4936735554992838824tmp 11:05:59 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8073706174014383658tmp 11:05:59 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5369930343217706006tmp [Pipeline] { [Pipeline] echo 11:05:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:05:59 ---> sigul-configuration.sh 11:05:59 gpg: directory `/root/.gnupg' created 11:05:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:05:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:05:59 gpg: keyring `/root/.gnupg/secring.gpg' created 11:05:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:05:59 gpg: CAST5 encrypted data 11:05:59 gpg: encrypted with 1 passphrase 11:05:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:06:00 + mkdir /home/jenkins 11:06:00 + mkdir /home/jenkins/sigul [Pipeline] sh 11:06:00 + 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 11:06:00 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:06:00 ---> sigul-install.sh 11:06:07 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:06:07 + git tag --list 11:06:07 v1.0.0 11:06:07 v1.1.0 11:06:07 v1.1.1 11:06:07 v1.2.1 11:06:07 v1.2.2 11:06:07 v1.2.3 11:06:07 v1.3.0 11:06:07 v1.3.1 11:06:07 v1.3.1-dev.1 11:06:07 v1.3.1-dev.2 11:06:07 v1.3.1-dev.3 11:06:07 v1.3.1-dev.4 11:06:07 v1.3.1-dev.5 11:06:07 v1.3.2-dev.1 11:06:07 v1.3.2-dev.10 11:06:07 v1.3.2-dev.11 11:06:07 v1.3.2-dev.12 11:06:07 v1.3.2-dev.2 11:06:07 v1.3.2-dev.3 11:06:07 v1.3.2-dev.4 11:06:07 v1.3.2-dev.5 11:06:07 v1.3.2-dev.6 11:06:07 v1.3.2-dev.7 11:06:07 v1.3.2-dev.8 11:06:07 v1.3.2-dev.9 [Pipeline] sh 11:06:07 + lftools sign git-tag v1.3.2-dev.12 11:06:09 Signing Git tag with Sigul... 11:06:09 Signing v1.3.2-dev.12 [Pipeline] echo 11:06:10 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:06:11 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:06:11 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:06:11 $ docker stop --time=1 6dc5b9f14b90fe76ee8b32910e861f03669955bc3124a9f75dc560da16fe5cdf 11:06:13 $ docker rm -f 6dc5b9f14b90fe76ee8b32910e861f03669955bc3124a9f75dc560da16fe5cdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:06:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:06:14 . [Pipeline] withDockerContainer 11:06:14 prd-centos7-docker-4c-2g-3813 does not seem to be running inside a container 11:06:14 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:06:15 $ docker top 2c2b7ff86479e8fad468ee00506a8794ff6275c4577966bc80bc5b939d8815cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:06:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:15 [ssh-agent] Looking for ssh-agent implementation... 11:06:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:15 $ docker exec 2c2b7ff86479e8fad468ee00506a8794ff6275c4577966bc80bc5b939d8815cd ssh-agent 11:06:15 SSH_AUTH_SOCK=/tmp/ssh-ETttBAemIRDl/agent.11 11:06:15 SSH_AGENT_PID=17 11:06:15 Running ssh-add (command line suppressed) 11:06:15 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_212476207683653230.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_212476207683653230.key) 11:06:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:16 + git semver bump pre 11:06:16 # -> Open(): unable to determine branch for HEAD 11:06:16 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 11:06:16 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 11:06:16 # $SEMVER_REMOTE_NAME = origin 11:06:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:06:16 # $SEMVER_USER_NAME = edgex-jenkins 11:06:16 # $SEMVER_BRANCH = master 11:06:16 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 11:06:16 1.3.2-dev.13 [Pipeline] } 11:06:16 $ docker exec --env ******** --env ******** 2c2b7ff86479e8fad468ee00506a8794ff6275c4577966bc80bc5b939d8815cd ssh-agent -k 11:06:16 unset SSH_AUTH_SOCK; 11:06:16 unset SSH_AGENT_PID; 11:06:16 echo Agent pid 17 killed; 11:06:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:06:16 + git semver [Pipeline] } 11:06:16 $ docker stop --time=1 2c2b7ff86479e8fad468ee00506a8794ff6275c4577966bc80bc5b939d8815cd 11:06:18 $ docker rm -f 2c2b7ff86479e8fad468ee00506a8794ff6275c4577966bc80bc5b939d8815cd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:06:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:06:18 . [Pipeline] withDockerContainer 11:06:18 prd-centos7-docker-4c-2g-3813 does not seem to be running inside a container 11:06:18 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:06:19 $ docker top f310adf60977140466c2bab529cfebd1de33c118bae082bd547e66ba502e9056 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:06:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:06:19 [ssh-agent] Looking for ssh-agent implementation... 11:06:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:06:19 $ docker exec f310adf60977140466c2bab529cfebd1de33c118bae082bd547e66ba502e9056 ssh-agent 11:06:20 SSH_AUTH_SOCK=/tmp/ssh-gLSYdFfuVuV6/agent.11 11:06:20 SSH_AGENT_PID=17 11:06:20 Running ssh-add (command line suppressed) 11:06:20 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5603568608329219597.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5603568608329219597.key) 11:06:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:06:20 + git semver push 11:06:20 # -> Open(): unable to determine branch for HEAD 11:06:20 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 11:06:20 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 11:06:20 # $SEMVER_REMOTE_NAME = origin 11:06:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:06:20 # $SEMVER_USER_NAME = edgex-jenkins 11:06:20 # $SEMVER_BRANCH = master 11:06:20 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 11:06:24 $ docker exec --env ******** --env ******** f310adf60977140466c2bab529cfebd1de33c118bae082bd547e66ba502e9056 ssh-agent -k 11:06:24 unset SSH_AUTH_SOCK; 11:06:24 unset SSH_AGENT_PID; 11:06:24 echo Agent pid 17 killed; 11:06:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:06:25 + git semver [Pipeline] } 11:06:25 $ docker stop --time=1 f310adf60977140466c2bab529cfebd1de33c118bae082bd547e66ba502e9056 11:06:26 $ docker rm -f f310adf60977140466c2bab529cfebd1de33c118bae082bd547e66ba502e9056 [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 11:06:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:06:28 ---> package-listing.sh 11:06:28 ++ facter osfamily 11:06:28 ++ tr '[:upper:]' '[:lower:]' 11:06:28 + OS_FAMILY=redhat 11:06:28 + workspace=/w/workspace/foundry_device-virtual-go_master 11:06:28 + START_PACKAGES=/tmp/packages_start.txt 11:06:28 + END_PACKAGES=/tmp/packages_end.txt 11:06:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:06:28 + PACKAGES=/tmp/packages_start.txt 11:06:28 + '[' /w/workspace/foundry_device-virtual-go_master ']' 11:06:28 + PACKAGES=/tmp/packages_end.txt 11:06:28 + case "${OS_FAMILY}" in 11:06:28 + rpm -qa 11:06:28 + sort 11:06:33 + '[' -f /tmp/packages_start.txt ']' 11:06:33 + '[' -f /tmp/packages_end.txt ']' 11:06:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:06:33 + '[' /w/workspace/foundry_device-virtual-go_master ']' 11:06:33 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 11:06:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 11:06:33 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 11:06:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:06:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:06:33 11:06:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:06:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:06:34 alpine: Pulling from edgex-lftools-log-publisher 11:06:34 df20fa9351a1: Pulling fs layer 11:06:34 36b3adc4ff6f: Pulling fs layer 11:06:34 8ad3a11d3b57: Pulling fs layer 11:06:34 46f8f816bc3b: Pulling fs layer 11:06:34 93b61091891f: Pulling fs layer 11:06:34 93b9cdb0e59b: Pulling fs layer 11:06:34 5e14af77c1be: Pulling fs layer 11:06:34 01666e4c0597: Pulling fs layer 11:06:34 aa168da1d23b: Pulling fs layer 11:06:34 46f8f816bc3b: Waiting 11:06:34 93b61091891f: Waiting 11:06:34 93b9cdb0e59b: Waiting 11:06:34 5e14af77c1be: Waiting 11:06:34 01666e4c0597: Waiting 11:06:34 aa168da1d23b: Waiting 11:06:34 36b3adc4ff6f: Verifying Checksum 11:06:34 36b3adc4ff6f: Download complete 11:06:34 46f8f816bc3b: Verifying Checksum 11:06:34 46f8f816bc3b: Download complete 11:06:34 df20fa9351a1: Verifying Checksum 11:06:34 df20fa9351a1: Download complete 11:06:34 93b9cdb0e59b: Verifying Checksum 11:06:34 93b9cdb0e59b: Download complete 11:06:34 5e14af77c1be: Verifying Checksum 11:06:34 5e14af77c1be: Download complete 11:06:34 93b61091891f: Verifying Checksum 11:06:34 93b61091891f: Download complete 11:06:34 01666e4c0597: Verifying Checksum 11:06:34 8ad3a11d3b57: Verifying Checksum 11:06:34 8ad3a11d3b57: Download complete 11:06:34 df20fa9351a1: Pull complete 11:06:35 36b3adc4ff6f: Pull complete 11:06:36 8ad3a11d3b57: Pull complete 11:06:36 46f8f816bc3b: Pull complete 11:06:37 aa168da1d23b: Verifying Checksum 11:06:37 aa168da1d23b: Download complete 11:06:37 93b61091891f: Pull complete 11:06:37 93b9cdb0e59b: Pull complete 11:06:37 5e14af77c1be: Pull complete 11:06:37 01666e4c0597: Pull complete 11:06:46 aa168da1d23b: Pull complete 11:06:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:06:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:06:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:06:46 prd-centos7-docker-4c-2g-3813 does not seem to be running inside a container 11:06:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:06:49 $ docker top c5591323326d4bab242e6ee6d91aed0788148a406ebc704f9207e6003c2f55f4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:06:49 + touch /tmp/pre-build-complete [Pipeline] sh 11:06:49 + mkdir -p /var/log/sa [Pipeline] sh 11:06:50 + ls /var/log/sa-host 11:06:50 + sadf -c /var/log/sa-host/sa09 11:06:50 file_magic: OK 11:06:50 HZ: Using current value: 100 11:06:50 file_header: OK 11:06:50 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 11:06:50 Statistics: 11:06:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:06:50 File successfully converted to sysstat format version 12.2.1 11:06:50 + sadf -c /var/log/sa-host/sa23 11:06:50 file_magic: OK 11:06:50 HZ: Using current value: 100 11:06:50 file_header: OK 11:06:50 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 11:06:50 Statistics: 11:06:50 Hnuu...uuuununununu... 11:06:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:06:50 provisioning config files... 11:06:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7027217103519139773tmp [Pipeline] { [Pipeline] echo 11:06:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:06:50 ---> create-netrc.sh [Pipeline] } 11:06:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:06:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:06:51 ---> python-tools-install.sh [Pipeline] echo 11:06:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:06:51 ---> sudo-logs.sh 11:06:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:06:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:06:51 ---> job-cost.sh 11:06:51 lf-activate-venv: SKIPPING 11:06:51 DEBUG: total: 0.20999999344348907 11:06:51 INFO: Retrieving Stack Cost... 11:06:53 INFO: Retrieving Pricing Info for: v1-standard-2 11:06:54 INFO: Archiving Costs [Pipeline] echo 11:06:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:06:54 ---> logs-deploy.sh 11:06:54 lf-activate-venv: SKIPPING 11:06:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/51 11:06:54 INFO: archiving workspace using pattern(s): 11:06:56 Archives upload complete. 11:06:56 INFO: archiving logs to Nexus