Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ad834929aa8e9ec52e16888807ba544aec55768 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33147 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 0ad834929aa8e9ec52e16888807ba544aec55768 (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 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 Commit message: "Merge pull request #180 from hahattan/issue-174" > git rev-list --no-walk dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:53:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:53:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:53:02 ========================================================= 09:53:02 EdgeX Global Pipelines Version Info 09:53:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:53:08 ------------------- 09:53:08 stable info: 09:53:08 ------------------- 09:53:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:53:08 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:53:08 Message: update stable to v1.0.186 09:53:08 ------------------- 09:53:08 experimental info: 09:53:08 ------------------- 09:53:08 Commited By: **** collab-it+edgex@linuxfoundation.org 09:53:08 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 09:53:08 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:53:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:53:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:53:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 09:53:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:53:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:53:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:53:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:53:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:53:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:53:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:53:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:53:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] echo 09:53:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ad8349 [Pipeline] echo 09:53:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:53:12 provisioning config files... 09:53:12 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3424838989720383940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:53:13 ---> docker-login.sh 09:53:13 nexus3.edgexfoundry.org:10001 09:53:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:13 Configure a credential helper to remove this warning. See 09:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:13 09:53:13 Login Succeeded 09:53:13 nexus3.edgexfoundry.org:10002 09:53:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:13 Configure a credential helper to remove this warning. See 09:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:13 09:53:13 Login Succeeded 09:53:13 nexus3.edgexfoundry.org:10003 09:53:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:13 Configure a credential helper to remove this warning. See 09:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:13 09:53:13 Login Succeeded 09:53:13 nexus3.edgexfoundry.org:10004 09:53:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:14 Configure a credential helper to remove this warning. See 09:53:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:14 09:53:14 Login Succeeded 09:53:14 docker.io 09:53:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:53:14 Configure a credential helper to remove this warning. See 09:53:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:53:14 09:53:14 Login Succeeded 09:53:14 ---> docker-login.sh ends [Pipeline] } 09:53:14 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 09:53:15 + git log --format=format:%s -1 0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] echo 09:53:15 GIT_COMMIT: 0ad834929aa8e9ec52e16888807ba544aec55768, Commit Message: Merge pull request #180 from hahattan/issue-174 [Pipeline] echo 09:53:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:53:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:53:16 09:53:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:53:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:53:16 latest: Pulling from edgex-devops/git-semver 09:53:16 31603596830f: Pulling fs layer 09:53:16 2a8b12db71e7: Pulling fs layer 09:53:16 6ca5941a6612: Pulling fs layer 09:53:16 ecc8261a40a4: Pulling fs layer 09:53:16 ecc8261a40a4: Waiting 09:53:16 2a8b12db71e7: Verifying Checksum 09:53:16 2a8b12db71e7: Download complete 09:53:16 31603596830f: Verifying Checksum 09:53:16 31603596830f: Download complete 09:53:16 ecc8261a40a4: Verifying Checksum 09:53:16 ecc8261a40a4: Download complete 09:53:17 6ca5941a6612: Verifying Checksum 09:53:17 6ca5941a6612: Download complete 09:53:17 31603596830f: Pull complete 09:53:17 2a8b12db71e7: Pull complete 09:53:17 6ca5941a6612: Pull complete 09:53:18 ecc8261a40a4: Pull complete 09:53:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:53:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:53:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:53:18 prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container 09:53: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:53:20 $ docker top 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:53:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:53:21 [ssh-agent] Looking for ssh-agent implementation... 09:53:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:53:21 $ docker exec 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent 09:53:21 SSH_AUTH_SOCK=/tmp/ssh-4XsnjZ5o5wJW/agent.13 09:53:21 SSH_AGENT_PID=19 09:53:21 Running ssh-add (command line suppressed) 09:53:21 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1998136277597173365.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1998136277597173365.key) 09:53:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:53:21 + git tag --points-at HEAD [Pipeline] } 09:53:21 $ docker exec --env ******** --env ******** 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent -k 09:53:22 unset SSH_AUTH_SOCK; 09:53:22 unset SSH_AGENT_PID; 09:53:22 echo Agent pid 19 killed; 09:53:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:53:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:53:22 [ssh-agent] Looking for ssh-agent implementation... 09:53:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:53:22 $ docker exec 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent 09:53:22 SSH_AUTH_SOCK=/tmp/ssh-DOvfiOSfeNqN/agent.48 09:53:22 SSH_AGENT_PID=53 09:53:22 Running ssh-add (command line suppressed) 09:53:22 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2497811136997121595.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2497811136997121595.key) 09:53:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:53:23 + git semver init 09:53:23 # -> Open(): unable to determine branch for HEAD 09:53:23 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 09:53:23 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 09:53:23 # $SEMVER_REMOTE_NAME = origin 09:53:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:53:23 # $SEMVER_USER_NAME = edgex-jenkins 09:53:23 # $SEMVER_BRANCH = master 09:53:23 # $SEMVER_TEMP = /tmp/semver-435223741 09:53:23 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 09:53:23 # '/tmp/semver-435223741' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 09:53:23 # -> Force: false 09:53:23 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 09:53:23 $ docker exec --env ******** --env ******** 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd ssh-agent -k 09:53:23 unset SSH_AUTH_SOCK; 09:53:23 unset SSH_AGENT_PID; 09:53:23 echo Agent pid 53 killed; 09:53:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:53:24 + git semver [Pipeline] } 09:53:24 $ docker stop --time=1 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd 09:53:25 $ docker rm -f 167668cb453b6e825768c25ca886daa6c327d9dc2d7bfb3f29ebd0709b2d59bd [Pipeline] // withDockerContainer [Pipeline] sh 09:53:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:53:26 Stashed 1 file(s) [Pipeline] echo 09:53:26 [edgeXSemver]: initialized semver on version 1.3.2-dev.5 [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 09:53:42 Still waiting to schedule task 09:53:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:53:42 Still waiting to schedule task 09:53:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 09:55:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33148 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 09:55:19 Running in /w/workspace/device-virtual-go/44 [Pipeline] { [Pipeline] checkout 09:55:24 using credential edgex-jenkins-ssh 09:55:24 Cloning the remote Git repository 09:55:24 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 09:55:25 > git init /w/workspace/device-virtual-go/44 # timeout=10 09:55:25 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:55:25 > git --version # timeout=10 09:55:25 > git --version # 'git version 2.17.1' 09:55:25 using GIT_SSH to set credentials SSH Credentials for GitHub 09:55:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:55:26 Checking out Revision 0ad834929aa8e9ec52e16888807ba544aec55768 (master) 09:55:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:55:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:55:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:55:26 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:55:26 using GIT_SSH to set credentials SSH Credentials for GitHub 09:55:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:55:26 > git config core.sparsecheckout # timeout=10 09:55:26 > git checkout -f 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 09:55:31 Commit message: "Merge pull request #180 from hahattan/issue-174" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:55:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:55:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:55:33 + + sudotrue service 09:55:33 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:55:36 provisioning config files... 09:55:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config1337843860528326104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:55:36 ---> docker-login.sh 09:55:36 nexus3.edgexfoundry.org:10001 09:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:37 Configure a credential helper to remove this warning. See 09:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:37 09:55:37 Login Succeeded 09:55:37 nexus3.edgexfoundry.org:10002 09:55:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:38 Configure a credential helper to remove this warning. See 09:55:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:38 09:55:38 Login Succeeded 09:55:38 nexus3.edgexfoundry.org:10003 09:55:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:39 Configure a credential helper to remove this warning. See 09:55:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:39 09:55:39 Login Succeeded 09:55:39 nexus3.edgexfoundry.org:10004 09:55:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:39 Configure a credential helper to remove this warning. See 09:55:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:39 09:55:39 Login Succeeded 09:55:39 docker.io 09:55:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:55:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:55:40 Configure a credential helper to remove this warning. See 09:55:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:55:40 09:55:40 Login Succeeded 09:55:40 ---> docker-login.sh ends [Pipeline] } 09:55:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:55:40 ========================================================= 09:55:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:55:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:55:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:55:41 Sending build context to Docker daemon 497.7kB 09:55:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:55:41 Step 2/8 : FROM ${BASE} 09:55:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:55:41 5f621e34cdf4: Pulling fs layer 09:55:41 a4357932f1b6: Pulling fs layer 09:55:41 18c013af1878: Pulling fs layer 09:55:41 00ac8860ef70: Pulling fs layer 09:55:41 63d7cb157983: Pulling fs layer 09:55:41 b116817d02f9: Pulling fs layer 09:55:41 745a02a5169b: Pulling fs layer 09:55:41 b116817d02f9: Waiting 09:55:41 745a02a5169b: Waiting 09:55:41 00ac8860ef70: Waiting 09:55:41 63d7cb157983: Waiting 09:55:41 18c013af1878: Verifying Checksum 09:55:41 18c013af1878: Download complete 09:55:41 a4357932f1b6: Download complete 09:55:41 63d7cb157983: Verifying Checksum 09:55:41 63d7cb157983: Download complete 09:55:42 b116817d02f9: Verifying Checksum 09:55:42 b116817d02f9: Download complete 09:55:42 5f621e34cdf4: Verifying Checksum 09:55:42 5f621e34cdf4: Download complete 09:55:43 5f621e34cdf4: Pull complete 09:55:44 a4357932f1b6: Pull complete 09:55:44 18c013af1878: Pull complete 09:55:44 745a02a5169b: Verifying Checksum 09:55:44 745a02a5169b: Download complete 09:55:46 00ac8860ef70: Verifying Checksum 09:55:46 00ac8860ef70: Download complete 09:55:56 00ac8860ef70: Pull complete 09:55:56 63d7cb157983: Pull complete 09:55:56 b116817d02f9: Pull complete 09:55:56 Running on prd-centos7-docker-4c-2g-33150 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 09:55:56 Running in /w/workspace/device-virtual-go/44 [Pipeline] { [Pipeline] checkout 09:55:59 using credential edgex-jenkins-ssh 09:55:59 Cloning the remote Git repository 09:55:59 745a02a5169b: Pull complete 09:56:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:56:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:56:00 ---> b7e6874047d6 09:56:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 09:55:59 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 09:55:59 > git init /w/workspace/device-virtual-go/44 # timeout=10 09:55:59 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:55:59 > git --version # timeout=10 09:55:59 > git --version # 'git version 2.24.3' 09:55:59 using GIT_SSH to set credentials SSH Credentials for GitHub 09:55:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:56:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:56:00 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 09:56:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 09:56:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:56:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:56:00 Checking out Revision 0ad834929aa8e9ec52e16888807ba544aec55768 (master) 09:56:00 > git config core.sparsecheckout # timeout=10 09:56:00 > git checkout -f 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 09:56:02 ---> Running in 6da75000b1df 09:56:03 Removing intermediate container 6da75000b1df 09:56:03 ---> b664313f62e3 09:56:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:56:03 ---> Running in 402c3069accb 09:56:04 Commit message: "Merge pull request #180 from hahattan/issue-174" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:56:05 Removing intermediate container 402c3069accb 09:56:05 ---> 565de3845eb1 09:56:05 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 09:56:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:56:05 ---> Running in 348cffacdaf4 09:56:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:56:06 + sudo service docker restart 09:56:06 + true 09:56:06 Redirecting to /bin/systemctl restart docker.service 09:56:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:56:07 provisioning config files... 09:56:07 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config6720206922898816850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:56:07 ---> docker-login.sh 09:56:07 nexus3.edgexfoundry.org:10001 09:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:56:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:07 Configure a credential helper to remove this warning. See 09:56:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:07 09:56:07 Login Succeeded 09:56:07 nexus3.edgexfoundry.org:10002 09:56:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:07 Configure a credential helper to remove this warning. See 09:56:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:07 09:56:07 Login Succeeded 09:56:07 nexus3.edgexfoundry.org:10003 09:56:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:08 Configure a credential helper to remove this warning. See 09:56:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:08 09:56:08 Login Succeeded 09:56:08 nexus3.edgexfoundry.org:10004 09:56:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:08 Configure a credential helper to remove this warning. See 09:56:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:08 09:56:08 Login Succeeded 09:56:08 docker.io 09:56:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:56:08 (1/13) Installing libc-dev (0.7.2-r3) 09:56:08 (2/13) Installing libsodium (1.0.18-r0) 09:56:08 (3/13) Installing pkgconf (1.7.2-r0) 09:56:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:56:08 Configure a credential helper to remove this warning. See 09:56:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:56:08 09:56:08 Login Succeeded 09:56:08 ---> docker-login.sh ends [Pipeline] } 09:56:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 09:56:08 (4/13) Installing libsodium-dev (1.0.18-r0) 09:56:08 (5/13) Installing openssh-keygen (8.3_p1-r2) [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:56:09 ========================================================= 09:56:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:56:09 ========================================================= 09:56:09 (6/13) Installing libedit (20191231.3.1-r0) 09:56:09 (7/13) Installing openssh-client (8.3_p1-r2) [Pipeline] isUnix [Pipeline] sh 09:56:09 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:56:09 Sending build context to Docker daemon 498.7kB 09:56:09 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:56:09 Step 2/8 : FROM ${BASE} 09:56:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:56:09 188c0c94c7c5: Pulling fs layer 09:56:09 0ef7d3d256c8: Pulling fs layer 09:56:09 de9db76c5a1d: Pulling fs layer 09:56:09 bca2f99d35d6: Pulling fs layer 09:56:09 93359f2a8cfa: Pulling fs layer 09:56:09 7c6f9722023f: Pulling fs layer 09:56:09 a35cf1a2eb13: Pulling fs layer 09:56:09 bca2f99d35d6: Waiting 09:56:09 7c6f9722023f: Waiting 09:56:09 a35cf1a2eb13: Waiting 09:56:09 93359f2a8cfa: Waiting 09:56:09 de9db76c5a1d: Verifying Checksum 09:56:09 de9db76c5a1d: Download complete 09:56:09 0ef7d3d256c8: Download complete 09:56:09 93359f2a8cfa: Verifying Checksum 09:56:09 93359f2a8cfa: Download complete 09:56:09 188c0c94c7c5: Verifying Checksum 09:56:09 188c0c94c7c5: Download complete 09:56:09 7c6f9722023f: Verifying Checksum 09:56:09 7c6f9722023f: Download complete 09:56:10 188c0c94c7c5: Pull complete 09:56:10 0ef7d3d256c8: Pull complete 09:56:10 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 09:56:10 (9/13) Installing openssh-server-common (8.3_p1-r2) 09:56:10 (10/13) Installing openssh-server (8.3_p1-r2) 09:56:10 de9db76c5a1d: Pull complete 09:56:10 (11/13) Installing openssh (8.3_p1-r2) 09:56:10 (12/13) Installing libzmq (4.3.3-r0) 09:56:10 (13/13) Installing zeromq-dev (4.3.3-r0) 09:56:10 Executing busybox-1.31.1-r19.trigger 09:56:10 OK: 149 MiB in 52 packages 09:56:11 a35cf1a2eb13: Verifying Checksum 09:56:11 a35cf1a2eb13: Download complete 09:56:12 Removing intermediate container 348cffacdaf4 09:56:12 ---> 98b2c377adc5 09:56:12 Step 6/8 : WORKDIR /device-virtual-go 09:56:12 bca2f99d35d6: Verifying Checksum 09:56:12 bca2f99d35d6: Download complete 09:56:12 ---> Running in 2138fe73e084 09:56:12 Removing intermediate container 2138fe73e084 09:56:12 ---> b1799d953714 09:56:12 Step 7/8 : COPY . . 09:56:13 ---> cc0c8d199104 09:56:13 Step 8/8 : RUN go mod download 09:56:14 ---> Running in 270b380f3afc 09:56:19 bca2f99d35d6: Pull complete 09:56:19 93359f2a8cfa: Pull complete 09:56:19 7c6f9722023f: Pull complete 09:56:22 a35cf1a2eb13: Pull complete 09:56:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:56:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:56:22 ---> a62c8e92a672 09:56:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 09:56:22 ---> Running in 6e0f0a9ea3f5 09:56:22 Removing intermediate container 6e0f0a9ea3f5 09:56:22 ---> 444631fe9411 09:56:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:56:22 ---> Running in aaea7f22dc3c 09:56:23 Removing intermediate container aaea7f22dc3c 09:56:23 ---> 0085bf9aa950 09:56:23 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 09:56:23 ---> Running in cb46194837f4 09:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:56:25 (1/13) Installing libc-dev (0.7.2-r3) 09:56:25 (2/13) Installing libsodium (1.0.18-r0) 09:56:25 (3/13) Installing pkgconf (1.7.2-r0) 09:56:26 (4/13) Installing libsodium-dev (1.0.18-r0) 09:56:26 (5/13) Installing openssh-keygen (8.3_p1-r2) 09:56:26 (6/13) Installing libedit (20191231.3.1-r0) 09:56:26 (7/13) Installing openssh-client (8.3_p1-r2) 09:56:26 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 09:56:26 (9/13) Installing openssh-server-common (8.3_p1-r2) 09:56:26 (10/13) Installing openssh-server (8.3_p1-r2) 09:56:27 (11/13) Installing openssh (8.3_p1-r2) 09:56:27 (12/13) Installing libzmq (4.3.3-r0) 09:56:27 (13/13) Installing zeromq-dev (4.3.3-r0) 09:56:27 Executing busybox-1.31.1-r19.trigger 09:56:27 OK: 173 MiB in 52 packages 09:56:28 Removing intermediate container cb46194837f4 09:56:28 ---> 978746a5f1ab 09:56:28 Step 6/8 : WORKDIR /device-virtual-go 09:56:28 ---> Running in 1787ac8eb759 09:56:28 Removing intermediate container 1787ac8eb759 09:56:28 ---> f811556992d1 09:56:28 Step 7/8 : COPY . . 09:56:29 ---> 59a33fb590b4 09:56:29 Step 8/8 : RUN go mod download 09:56:29 ---> Running in 348c6bd9a989 09:56:40 Removing intermediate container 270b380f3afc 09:56:40 ---> 3049a03b6751 09:56:40 Successfully built 3049a03b6751 09:56:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:56:41 + docker inspect -f . ci-base-image-arm64 09:56:41 . [Pipeline] withDockerContainer 09:56:41 prd-ubuntu18.04-docker-arm64-4c-16g-33148 does not seem to be running inside a container 09:56:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:56:43 $ docker top 3a8d4df072807c667b7cf1b5e02fb712b3d2a1187eba5d1e53188e75cc09b6dd -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:44 + go version 09:56:44 go version go1.15.5 linux/arm64 [Pipeline] } 09:56:44 $ docker stop --time=1 3a8d4df072807c667b7cf1b5e02fb712b3d2a1187eba5d1e53188e75cc09b6dd 09:56:46 $ docker rm -f 3a8d4df072807c667b7cf1b5e02fb712b3d2a1187eba5d1e53188e75cc09b6dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:56:47 + docker inspect -f . ci-base-image-arm64 09:56:47 . [Pipeline] withDockerContainer 09:56:47 prd-ubuntu18.04-docker-arm64-4c-16g-33148 does not seem to be running inside a container 09:56:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:56:49 $ docker top 2c7b0a1dc89eaa1620c71b625d3fdc3f85afd7c34e50d6622aa6797cc0a40881 -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:50 + make test 09:56:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:56:51 ? github.com/edgexfoundry/device-virtual-go [no test files] 09:56:51 Removing intermediate container 348c6bd9a989 09:56:51 ---> 4a0d9c055a13 09:56:51 Successfully built 4a0d9c055a13 09:56:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:56:52 + docker inspect -f . ci-base-image-x86_64 09:56:52 . [Pipeline] withDockerContainer 09:56:52 prd-centos7-docker-4c-2g-33150 does not seem to be running inside a container 09:56:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:56:53 $ docker top 34d8bb3d6c25e2b01d5421629009a6f1f573773a5b75dd7d2cff47e87e738dec -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:53 + go version 09:56:53 go version go1.15.5 linux/amd64 [Pipeline] } 09:56:53 $ docker stop --time=1 34d8bb3d6c25e2b01d5421629009a6f1f573773a5b75dd7d2cff47e87e738dec 09:56:54 $ docker rm -f 34d8bb3d6c25e2b01d5421629009a6f1f573773a5b75dd7d2cff47e87e738dec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:56:55 + docker inspect -f . ci-base-image-x86_64 09:56:55 . [Pipeline] withDockerContainer 09:56:55 prd-centos7-docker-4c-2g-33150 does not seem to be running inside a container 09:56:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/44 -v /w/workspace/device-virtual-go/44:/w/workspace/device-virtual-go/44:rw,z -v /w/workspace/device-virtual-go/44@tmp:/w/workspace/device-virtual-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:56:56 $ docker top 5493d7dc24041e77514f93a3864a30b0c66b51a117ccf877207b9ece1cedb43f -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:57 + make test 09:56:57 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:56:58 ? github.com/edgexfoundry/device-virtual-go [no test files] 09:57:16 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 09:57:16 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.334s coverage: 63.8% of statements 09:57:16 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:57:21 gofmt -l . 09:57:21 [ "`gofmt -l .`" = "" ] 09:57:21 ./bin/test-attribution-txt.sh 09:57:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:57:22 $ docker stop --time=1 5493d7dc24041e77514f93a3864a30b0c66b51a117ccf877207b9ece1cedb43f 09:57:23 $ docker rm -f 5493d7dc24041e77514f93a3864a30b0c66b51a117ccf877207b9ece1cedb43f [Pipeline] // withDockerContainer [Pipeline] sh 09:57:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:57:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:57:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:57:27 + ls -al . 09:57:27 total 132 09:57:27 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 7 09:57 . 09:57:27 drwxrwxr-x. 4 jenkins jenkins 30 Apr 7 09:55 .. 09:57:27 -rw-rw-r--. 1 jenkins jenkins 8039 Apr 7 09:56 Attribution.txt 09:57:27 drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 09:56 bin 09:57:27 drwxrwxr-x. 3 jenkins jenkins 32 Apr 7 09:56 cmd 09:57:27 -rw-r--r--. 1 jenkins jenkins 47247 Apr 7 09:57 coverage.out 09:57:27 -rw-rw-r--. 1 jenkins jenkins 1895 Apr 7 09:56 Dockerfile 09:57:27 -rw-rw-r--. 1 jenkins jenkins 998 Apr 7 09:56 Dockerfile.build 09:57:27 drwxrwxr-x. 8 jenkins jenkins 162 Apr 7 09:56 .git 09:57:27 drwxrwxr-x. 2 jenkins jenkins 103 Apr 7 09:56 .github 09:57:27 -rw-rw-r--. 1 jenkins jenkins 258 Apr 7 09:56 .gitignore 09:57:27 -rw-r--r--. 1 jenkins jenkins 809 Apr 7 09:57 go.mod 09:57:27 -rw-r--r--. 1 jenkins jenkins 23574 Apr 7 09:57 go.sum 09:57:27 drwxrwxr-x. 3 jenkins jenkins 20 Apr 7 09:56 internal 09:57:27 -rw-rw-r--. 1 jenkins jenkins 660 Apr 7 09:56 Jenkinsfile 09:57:27 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 7 09:56 LICENSE 09:57:27 -rw-rw-r--. 1 jenkins jenkins 921 Apr 7 09:56 Makefile 09:57:27 -rw-rw-r--. 1 jenkins jenkins 918 Apr 7 09:56 README.md 09:57:27 -rw-rw-r--. 1 jenkins jenkins 11 Apr 7 09:53 VERSION 09:57:27 -rw-rw-r--. 1 jenkins jenkins 235 Apr 7 09:56 version.go [Pipeline] isUnix [Pipeline] sh 09:57:28 + 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=0ad834929aa8e9ec52e16888807ba544aec55768 --label arch=amd64 --label version=1.3.2-dev.5 . 09:57:28 Sending build context to Docker daemon 571.4kB 09:57:28 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 09:57:28 Step 2/25 : FROM ${BASE} AS builder 09:57:28 ---> 4a0d9c055a13 09:57:28 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:57:28 ---> Running in 7f61a231785d 09:57:28 Removing intermediate container 7f61a231785d 09:57:28 ---> e6980a532b54 09:57:28 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 09:57:28 ---> Running in 9547eb3b321d 09:57:29 Removing intermediate container 9547eb3b321d 09:57:29 ---> 8d9d1a64efe2 09:57:29 Step 5/25 : WORKDIR /device-virtual-go 09:57:29 ---> Running in 54d4787fce88 09:57:29 Removing intermediate container 54d4787fce88 09:57:29 ---> 3310e8a76f93 09:57:29 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:29 ---> Running in 0c7d309f95d0 09:57:30 Removing intermediate container 0c7d309f95d0 09:57:30 ---> 1034c2e5d667 09:57:30 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:57:30 ---> Running in 5c065cfa2735 09:57:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:57:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:57:32 OK: 173 MiB in 52 packages 09:57:32 Removing intermediate container 5c065cfa2735 09:57:32 ---> 0bc2f13fcf70 09:57:32 Step 8/25 : COPY . . 09:57:33 ---> 1fa057c38b02 09:57:33 Step 9/25 : RUN go mod download 09:57:33 ---> Running in a4bf191c4607 09:57:34 Removing intermediate container a4bf191c4607 09:57:34 ---> 9823372f0e6b 09:57:34 Step 10/25 : ARG MAKE='make build' 09:57:34 ---> Running in 5d5928403cf4 09:57:34 Removing intermediate container 5d5928403cf4 09:57:34 ---> c54df98f32f3 09:57:34 Step 11/25 : RUN $MAKE 09:57:34 ---> Running in 8cd6c8f67a99 09:57:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.5" -o cmd/device-virtual ./cmd 09:57:48 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 09:57:48 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.371s coverage: 63.8% of statements 09:57:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:57:53 CGO_ENABLED=1 GO111MODULE=on go build ./... 09:57:56 Removing intermediate container 8cd6c8f67a99 09:57:56 ---> d3a611739e99 09:57:56 Step 12/25 : FROM alpine:3.12 09:57:56 3.12: Pulling from library/alpine 09:57:56 532819f3e44c: Pulling fs layer 09:57:56 gofmt -l . 09:57:56 [ "`gofmt -l .`" = "" ] 09:57:56 ./bin/test-attribution-txt.sh 09:57:56 532819f3e44c: Download complete 09:57:56 532819f3e44c: Pull complete 09:57:56 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:57:56 Status: Downloaded newer image for alpine:3.12 09:57:56 ---> 7230e588e954 09:57:56 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 09:57:56 ---> Running in 4c7bcda2f893 09:57:57 ./bin/test-go-mod-tidy.sh 09:57:57 Removing intermediate container 4c7bcda2f893 09:57:57 ---> 589f3de331f2 09:57:57 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:57:57 ---> Running in e02661059470 [Pipeline] } 09:57:57 $ docker stop --time=1 2c7b0a1dc89eaa1620c71b625d3fdc3f85afd7c34e50d6622aa6797cc0a40881 09:57:58 Removing intermediate container e02661059470 09:57:58 ---> 493d0e1e8e86 09:57:58 Step 15/25 : RUN apk add --update --no-cache zeromq 09:57:58 ---> Running in bed2b8725b22 09:57:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:57:59 $ docker rm -f 2c7b0a1dc89eaa1620c71b625d3fdc3f85afd7c34e50d6622aa6797cc0a40881 09:58:00 (1/5) Installing libgcc (9.3.0-r2) 09:58:00 (2/5) Installing libsodium (1.0.18-r0) 09:58:00 (3/5) Installing libstdc++ (9.3.0-r2) [Pipeline] // withDockerContainer [Pipeline] sh 09:58:00 (4/5) Installing libzmq (4.3.3-r0) 09:58:00 (5/5) Installing zeromq (4.3.3-r0) 09:58:00 Executing busybox-1.31.1-r20.trigger 09:58:00 OK: 8 MiB in 19 packages 09:58:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:58:00 Warning: overwriting stash ‘coverage-report’ 09:58:01 Removing intermediate container bed2b8725b22 09:58:01 ---> 24d8aeadccd8 09:58:01 Step 16/25 : WORKDIR / 09:58:01 ---> Running in 879edc6a5002 09:58:01 Removing intermediate container 879edc6a5002 09:58:01 ---> b3d30b9e5ef3 09:58:01 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 09:58:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 09:58:01 ---> 990bb16e9a20 09:58:01 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:58:02 ---> 252c81d0c537 09:58:02 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 09:58:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:58:02 ---> 5420338b2294 09:58:02 Step 20/25 : EXPOSE 49990 09:58:02 ---> Running in 36b87dcca662 09:58:02 + ls -al . 09:58:02 total 156 09:58:02 drwxrwxr-x 7 jenkins jenkins 4096 Apr 7 09:57 . 09:58:02 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 09:55 .. 09:58:02 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 09:55 .git 09:58:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 09:55 .github 09:58:02 -rw-rw-r-- 1 jenkins jenkins 258 Apr 7 09:55 .gitignore 09:58:02 -rw-rw-r-- 1 jenkins jenkins 8039 Apr 7 09:55 Attribution.txt 09:58:02 -rw-rw-r-- 1 jenkins jenkins 1895 Apr 7 09:55 Dockerfile 09:58:02 -rw-rw-r-- 1 jenkins jenkins 998 Apr 7 09:55 Dockerfile.build 09:58:02 -rw-rw-r-- 1 jenkins jenkins 660 Apr 7 09:55 Jenkinsfile 09:58:02 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 09:55 LICENSE 09:58:02 -rw-rw-r-- 1 jenkins jenkins 921 Apr 7 09:55 Makefile 09:58:02 -rw-rw-r-- 1 jenkins jenkins 918 Apr 7 09:55 README.md 09:58:02 -rw-rw-r-- 1 jenkins jenkins 11 Apr 7 09:53 VERSION 09:58:02 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 09:55 bin 09:58:02 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 09:55 cmd 09:58:02 -rw-r--r-- 1 jenkins jenkins 47247 Apr 7 09:57 coverage.out 09:58:02 -rw-r--r-- 1 jenkins jenkins 809 Apr 7 09:57 go.mod 09:58:02 -rw-r--r-- 1 jenkins jenkins 23574 Apr 7 09:57 go.sum 09:58:02 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 09:55 internal 09:58:02 -rw-rw-r-- 1 jenkins jenkins 235 Apr 7 09:55 version.go [Pipeline] isUnix [Pipeline] sh 09:58:03 Removing intermediate container 36b87dcca662 09:58:03 ---> 0325d88073b8 09:58:03 Step 21/25 : ENTRYPOINT ["/device-virtual"] 09:58:03 ---> Running in 6b0835403c63 09:58:03 Removing intermediate container 6b0835403c63 09:58:03 ---> ff772d5e9d3d 09:58:03 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:58:03 ---> Running in 07e8c262afa9 09:58:03 + 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=0ad834929aa8e9ec52e16888807ba544aec55768 --label arch=arm64 --label version=1.3.2-dev.5 . 09:58:03 Removing intermediate container 07e8c262afa9 09:58:03 ---> eeb236e0d2c1 09:58:03 Step 23/25 : LABEL arch=amd64 09:58:03 ---> Running in 4075549782bf 09:58:03 Sending build context to Docker daemon 570.4kB 09:58:03 Removing intermediate container 4075549782bf 09:58:03 ---> f91ed010b796 09:58:03 Step 24/25 : LABEL git_sha=0ad834929aa8e9ec52e16888807ba544aec55768 09:58:03 ---> Running in 453b6df7f992 09:58:03 Removing intermediate container 453b6df7f992 09:58:03 ---> 9686f5922ed5 09:58:03 Step 25/25 : LABEL version=1.3.2-dev.5 09:58:03 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 09:58:03 Step 2/25 : FROM ${BASE} AS builder 09:58:03 ---> 3049a03b6751 09:58:03 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 09:58:03 ---> Running in a8b80801f3ac 09:58:04 ---> Running in d56a25afd870 09:58:04 Removing intermediate container d56a25afd870 09:58:04 ---> 048804cb29c8 09:58:04 [Warning] One or more build-args [ARCH] were not consumed 09:58:04 Successfully built 048804cb29c8 09:58:04 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:58:04 provisioning config files... 09:58:04 Removing intermediate container a8b80801f3ac 09:58:04 ---> 3cb87d525dce 09:58:04 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 09:58:04 ---> Running in 8b00d1fa09c0 09:58:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config5151119230066692590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:58:04 ---> docker-login.sh 09:58:04 nexus3.edgexfoundry.org:10001 09:58:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:05 Removing intermediate container 8b00d1fa09c0 09:58:05 ---> f907662cf022 09:58:05 Step 5/25 : WORKDIR /device-virtual-go 09:58:05 ---> Running in 223de22caa6b 09:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:05 Configure a credential helper to remove this warning. See 09:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:05 09:58:05 Login Succeeded 09:58:05 nexus3.edgexfoundry.org:10002 09:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:05 Configure a credential helper to remove this warning. See 09:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:05 09:58:05 Login Succeeded 09:58:05 nexus3.edgexfoundry.org:10003 09:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:05 Configure a credential helper to remove this warning. See 09:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:05 09:58:05 Login Succeeded 09:58:05 nexus3.edgexfoundry.org:10004 09:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:05 Configure a credential helper to remove this warning. See 09:58:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:05 09:58:05 Login Succeeded 09:58:05 docker.io 09:58:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:58:05 Removing intermediate container 223de22caa6b 09:58:05 ---> 52418d5660ad 09:58:05 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:58:06 Configure a credential helper to remove this warning. See 09:58:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:58:06 09:58:06 Login Succeeded 09:58:06 ---> docker-login.sh ends [Pipeline] } 09:58:06 Deleting 1 temporary files 09:58:06 ---> Running in 53bb1a5801a2 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:06 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 09:58:06 0ad834929aa8e9ec52e16888807ba544aec55768 09:58:06 latest 09:58:06 1.3.2-dev.5 09:58:06 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 09:58:06 master 09:58:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 09:58:08 Removing intermediate container 53bb1a5801a2 09:58:08 ---> a2347ce54a6a 09:58:08 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:58:08 ---> Running in 37f404c41977 [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:58:08 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] isUnix [Pipeline] sh 09:58:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768 09:58:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:58:08 72e2ced0c6eb: Preparing 09:58:08 232025c40e46: Preparing 09:58:08 247250f0e5a6: Preparing 09:58:08 fa4139ccf596: Preparing 09:58:08 0b208b5fe3ab: Preparing 09:58:08 b0b9881431d7: Preparing 09:58:08 b0b9881431d7: Waiting 09:58:09 247250f0e5a6: Pushed 09:58:09 232025c40e46: Pushed 09:58:09 0b208b5fe3ab: Pushed 09:58:09 b0b9881431d7: Layer already exists 09:58:09 fa4139ccf596: Pushed 09:58:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:58:10 72e2ced0c6eb: Pushed 09:58:10 0ad834929aa8e9ec52e16888807ba544aec55768: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:58:10 OK: 149 MiB in 52 packages 09:58:10 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 09:58:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 09:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:58:11 72e2ced0c6eb: Preparing 09:58:11 232025c40e46: Preparing 09:58:11 247250f0e5a6: Preparing 09:58:11 fa4139ccf596: Preparing 09:58:11 0b208b5fe3ab: Preparing 09:58:11 b0b9881431d7: Preparing 09:58:11 b0b9881431d7: Waiting 09:58:11 0b208b5fe3ab: Layer already exists 09:58:11 247250f0e5a6: Layer already exists 09:58:11 72e2ced0c6eb: Layer already exists 09:58:11 fa4139ccf596: Layer already exists 09:58:11 232025c40e46: Layer already exists 09:58:11 b0b9881431d7: Layer already exists 09:58:11 latest: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:58:11 Removing intermediate container 37f404c41977 09:58:11 ---> cc8c723e3057 09:58:11 Step 8/25 : COPY . . 09:58:11 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 09:58:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.5 09:58:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:58:11 72e2ced0c6eb: Preparing 09:58:11 232025c40e46: Preparing 09:58:11 247250f0e5a6: Preparing 09:58:11 fa4139ccf596: Preparing 09:58:11 0b208b5fe3ab: Preparing 09:58:11 b0b9881431d7: Preparing 09:58:11 b0b9881431d7: Waiting 09:58:11 fa4139ccf596: Layer already exists 09:58:11 232025c40e46: Layer already exists 09:58:11 247250f0e5a6: Layer already exists 09:58:11 72e2ced0c6eb: Layer already exists 09:58:11 0b208b5fe3ab: Layer already exists 09:58:11 b0b9881431d7: Layer already exists 09:58:12 1.3.2-dev.5: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:58:12 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 09:58:12 ---> 54bac9b2e719 09:58:12 Step 9/25 : RUN go mod download 09:58:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 09:58:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:58:12 72e2ced0c6eb: Preparing 09:58:12 232025c40e46: Preparing 09:58:12 247250f0e5a6: Preparing 09:58:12 fa4139ccf596: Preparing 09:58:12 0b208b5fe3ab: Preparing 09:58:12 b0b9881431d7: Preparing 09:58:12 b0b9881431d7: Waiting 09:58:12 232025c40e46: Layer already exists 09:58:12 0b208b5fe3ab: Layer already exists 09:58:12 247250f0e5a6: Layer already exists 09:58:12 72e2ced0c6eb: Layer already exists 09:58:12 fa4139ccf596: Layer already exists 09:58:12 b0b9881431d7: Layer already exists 09:58:12 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:58:12 ---> Running in 931ae4788e15 09:58:13 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 09:58:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 09:58:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 09:58:13 72e2ced0c6eb: Preparing 09:58:13 232025c40e46: Preparing 09:58:13 247250f0e5a6: Preparing 09:58:13 fa4139ccf596: Preparing 09:58:13 0b208b5fe3ab: Preparing 09:58:13 b0b9881431d7: Preparing 09:58:13 b0b9881431d7: Waiting 09:58:13 fa4139ccf596: Layer already exists 09:58:13 247250f0e5a6: Layer already exists 09:58:13 232025c40e46: Layer already exists 09:58:13 0b208b5fe3ab: Layer already exists 09:58:13 72e2ced0c6eb: Layer already exists 09:58:13 b0b9881431d7: Layer already exists 09:58:13 master: digest: sha256:a27fa1045940a9ca4ce662ac63378151a22b2396a679146c2c9de219f17b1028 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:58:13 ===================================================== [Pipeline] echo 09:58:13 taggedImages: 09:58:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768 09:58:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 09:58:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.5 09:58:13 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 09:58:13 - 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 09:58:14 ---> job-cost.sh 09:58:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-V3wM 09:58:15 Removing intermediate container 931ae4788e15 09:58:15 ---> 73e7e24e5b9e 09:58:15 Step 10/25 : ARG MAKE='make build' 09:58:15 ---> Running in c7cbd782593c 09:58:15 Removing intermediate container c7cbd782593c 09:58:15 ---> cd7fef5f29dd 09:58:15 Step 11/25 : RUN $MAKE 09:58:15 ---> Running in 0c93d97d3cf2 09:58:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.5" -o cmd/device-virtual ./cmd 09:58:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:59:02 lf-activate-venv(): INFO: Adding /tmp/venv-V3wM/bin to PATH 09:59:02 INFO: No Stack... 09:59:02 INFO: Retrieving Pricing Info for: v1-standard-2 09:59:02 INFO: Archiving Costs [Pipeline] sh 09:59:02 + cat /w/workspace/device-virtual-go/44/archives/cost.csv 09:59:02 + cut -d, -f6 [Pipeline] lock 09:59:02 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] 09:59:02 Resource [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] did not exist. Created. 09:59:02 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:59:02 + echo total: 0.029999999329447746 [Pipeline] stash 09:59:03 Stashed 1 file(s) [Pipeline] } 09:59:03 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:59:03 CGO_ENABLED=1 GO111MODULE=on go build ./... 09:59:16 Removing intermediate container 0c93d97d3cf2 09:59:16 ---> 9bd138333817 09:59:16 Step 12/25 : FROM alpine:3.12 09:59:16 3.12: Pulling from library/alpine 09:59:16 9a219e8acc52: Pulling fs layer 09:59:16 9a219e8acc52: Verifying Checksum 09:59:16 9a219e8acc52: Download complete 09:59:16 9a219e8acc52: Pull complete 09:59:16 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 09:59:16 Status: Downloaded newer image for alpine:3.12 09:59:16 ---> d75e27dfc0a0 09:59:16 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 09:59:16 ---> Running in edfd796ba318 09:59:16 Removing intermediate container edfd796ba318 09:59:16 ---> 096d8ba03c02 09:59:16 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:16 ---> Running in 0af128f4ce98 09:59:18 Removing intermediate container 0af128f4ce98 09:59:18 ---> 5500ec76e145 09:59:18 Step 15/25 : RUN apk add --update --no-cache zeromq 09:59:18 ---> Running in 476900314fc1 09:59:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:59:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:59:21 (1/5) Installing libgcc (9.3.0-r2) 09:59:21 (2/5) Installing libsodium (1.0.18-r0) 09:59:21 (3/5) Installing libstdc++ (9.3.0-r2) 09:59:22 (4/5) Installing libzmq (4.3.3-r0) 09:59:22 (5/5) Installing zeromq (4.3.3-r0) 09:59:22 Executing busybox-1.31.1-r20.trigger 09:59:22 OK: 8 MiB in 19 packages 09:59:23 Removing intermediate container 476900314fc1 09:59:23 ---> b3088057174a 09:59:23 Step 16/25 : WORKDIR / 09:59:23 ---> Running in 6f46b94e9070 09:59:24 Removing intermediate container 6f46b94e9070 09:59:24 ---> 99ae125e6b16 09:59:24 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 09:59:24 ---> 68db935b0b0d 09:59:24 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 09:59:25 ---> 49861b02085d 09:59:25 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 09:59:26 ---> 88f349713a33 09:59:26 Step 20/25 : EXPOSE 49990 09:59:27 ---> Running in 86c42406e68d 09:59:27 Removing intermediate container 86c42406e68d 09:59:27 ---> 9deecbb8f3d5 09:59:27 Step 21/25 : ENTRYPOINT ["/device-virtual"] 09:59:27 ---> Running in ca5d3cd45cf5 09:59:27 Removing intermediate container ca5d3cd45cf5 09:59:27 ---> f3b732e4c2c8 09:59:27 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:59:28 ---> Running in 42901737efff 09:59:28 Removing intermediate container 42901737efff 09:59:28 ---> 05957ce5ed5f 09:59:28 Step 23/25 : LABEL arch=arm64 09:59:28 ---> Running in 236337047b97 09:59:29 Removing intermediate container 236337047b97 09:59:29 ---> cf6d48f620fa 09:59:29 Step 24/25 : LABEL git_sha=0ad834929aa8e9ec52e16888807ba544aec55768 09:59:29 ---> Running in 7f2e730f32bc 09:59:29 Removing intermediate container 7f2e730f32bc 09:59:29 ---> 47ad5ffdf3f8 09:59:29 Step 25/25 : LABEL version=1.3.2-dev.5 09:59:29 ---> Running in c3906302c9b2 09:59:30 Removing intermediate container c3906302c9b2 09:59:30 ---> daea4ee6c199 09:59:30 [Warning] One or more build-args [ARCH] were not consumed 09:59:30 Successfully built daea4ee6c199 09:59:30 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 09:59:31 provisioning config files... 09:59:31 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/44@tmp/config3235592452540414889tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:31 ---> docker-login.sh 09:59:31 nexus3.edgexfoundry.org:10001 09:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:31 Configure a credential helper to remove this warning. See 09:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:31 09:59:31 Login Succeeded 09:59:31 nexus3.edgexfoundry.org:10002 09:59:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:32 Configure a credential helper to remove this warning. See 09:59:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:32 09:59:32 Login Succeeded 09:59:32 nexus3.edgexfoundry.org:10003 09:59:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:32 Configure a credential helper to remove this warning. See 09:59:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:32 09:59:32 Login Succeeded 09:59:32 nexus3.edgexfoundry.org:10004 09:59:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:33 Configure a credential helper to remove this warning. See 09:59:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:33 09:59:33 Login Succeeded 09:59:33 docker.io 09:59:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:34 Configure a credential helper to remove this warning. See 09:59:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:34 09:59:34 Login Succeeded 09:59:34 ---> docker-login.sh ends [Pipeline] } 09:59:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:34 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 09:59:34 0ad834929aa8e9ec52e16888807ba544aec55768 09:59:34 latest 09:59:34 1.3.2-dev.5 09:59:34 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 09:59:34 master 09:59:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:59:34 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] isUnix [Pipeline] sh 09:59:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768 09:59:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:59:35 ae49a82342e5: Preparing 09:59:35 0decc8ad948e: Preparing 09:59:35 d375ed60f709: Preparing 09:59:35 c0c18aa03024: Preparing 09:59:35 5da8d1efaeeb: Preparing 09:59:35 e08058ee1dfe: Preparing 09:59:35 e08058ee1dfe: Waiting 09:59:35 d375ed60f709: Pushed 09:59:35 0decc8ad948e: Pushed 09:59:35 5da8d1efaeeb: Pushed 09:59:35 e08058ee1dfe: Layer already exists 09:59:36 c0c18aa03024: Pushed 09:59:38 ae49a82342e5: Pushed 09:59:38 0ad834929aa8e9ec52e16888807ba544aec55768: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:59:39 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:59:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 09:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:59:39 ae49a82342e5: Preparing 09:59:39 0decc8ad948e: Preparing 09:59:39 d375ed60f709: Preparing 09:59:39 c0c18aa03024: Preparing 09:59:39 5da8d1efaeeb: Preparing 09:59:39 e08058ee1dfe: Preparing 09:59:39 e08058ee1dfe: Waiting 09:59:39 0decc8ad948e: Layer already exists 09:59:39 d375ed60f709: Layer already exists 09:59:39 c0c18aa03024: Layer already exists 09:59:39 ae49a82342e5: Layer already exists 09:59:39 5da8d1efaeeb: Layer already exists 09:59:39 e08058ee1dfe: Layer already exists 09:59:39 latest: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:59:40 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 09:59:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.5 09:59:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:59:40 ae49a82342e5: Preparing 09:59:40 0decc8ad948e: Preparing 09:59:40 d375ed60f709: Preparing 09:59:40 c0c18aa03024: Preparing 09:59:40 5da8d1efaeeb: Preparing 09:59:40 e08058ee1dfe: Preparing 09:59:40 e08058ee1dfe: Waiting 09:59:40 5da8d1efaeeb: Layer already exists 09:59:40 c0c18aa03024: Layer already exists 09:59:40 d375ed60f709: Layer already exists 09:59:40 ae49a82342e5: Layer already exists 09:59:40 0decc8ad948e: Layer already exists 09:59:40 e08058ee1dfe: Layer already exists 09:59:40 1.3.2-dev.5: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:59:41 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 [Pipeline] isUnix [Pipeline] sh 09:59:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 09:59:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:59:41 ae49a82342e5: Preparing 09:59:41 0decc8ad948e: Preparing 09:59:41 d375ed60f709: Preparing 09:59:41 c0c18aa03024: Preparing 09:59:41 5da8d1efaeeb: Preparing 09:59:41 e08058ee1dfe: Preparing 09:59:41 ae49a82342e5: Layer already exists 09:59:41 d375ed60f709: Layer already exists 09:59:41 c0c18aa03024: Layer already exists 09:59:41 0decc8ad948e: Layer already exists 09:59:41 5da8d1efaeeb: Layer already exists 09:59:41 e08058ee1dfe: Layer already exists 09:59:41 0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] isUnix [Pipeline] sh 09:59:42 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:59:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 09:59:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 09:59:42 ae49a82342e5: Preparing 09:59:42 0decc8ad948e: Preparing 09:59:42 d375ed60f709: Preparing 09:59:42 c0c18aa03024: Preparing 09:59:42 5da8d1efaeeb: Preparing 09:59:42 e08058ee1dfe: Preparing 09:59:42 e08058ee1dfe: Waiting 09:59:42 ae49a82342e5: Layer already exists 09:59:42 5da8d1efaeeb: Layer already exists 09:59:42 d375ed60f709: Layer already exists 09:59:42 0decc8ad948e: Layer already exists 09:59:42 c0c18aa03024: Layer already exists 09:59:42 e08058ee1dfe: Layer already exists 09:59:42 master: digest: sha256:ce60c48d0f2ecd8ca5df08e33eb82711c5106667173ddd152255399fee2d6345 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:59:42 ===================================================== [Pipeline] echo 09:59:42 taggedImages: 09:59:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768 09:59:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 09:59:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.5 09:59:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:0ad834929aa8e9ec52e16888807ba544aec55768-1.3.2-dev.5 09:59:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:59:43 ---> job-cost.sh 09:59:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C1eo 10:00:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:01:59 lf-activate-venv(): INFO: Adding /tmp/venv-C1eo/bin to PATH 10:01:59 INFO: No Stack... 10:01:59 INFO: Retrieving Pricing Info for: lf-standard-4 10:01:59 INFO: Archiving Costs [Pipeline] sh 10:01:59 + cat /w/workspace/device-virtual-go/44/archives/cost.csv 10:01:59 + cut -d, -f6 [Pipeline] lock 10:01:59 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] 10:01:59 Resource [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] did not exist. Created. 10:01:59 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:02:00 /w/workspace/device-virtual-go/44@tmp/durable-7cdf612e/script.sh: 1: /w/workspace/device-virtual-go/44@tmp/durable-7cdf612e/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:02:00 + echo total: 0.20999999344348907 [Pipeline] stash 10:02:00 Warning: overwriting stash ‘stack-cost’ 10:02:00 Stashed 1 file(s) [Pipeline] } 10:02:00 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-44-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 10:02:02 provisioning config files... 10:02:02 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5522946990656418133tmp [Pipeline] { [Pipeline] sh 10:02:02 + set +x 10:02:02 + curl -s https://codecov.io/bash 10:02:02 + bash -s -- 10:02:02 10:02:02 _____ _ 10:02:02 / ____| | | 10:02:02 | | ___ __| | ___ ___ _____ __ 10:02:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:02:02 | |___| (_) | (_| | __/ (_| (_) \ V / 10:02:02 \_____\___/ \__,_|\___|\___\___/ \_/ 10:02:02 Bash-20210309-2b87ace 10:02:02 10:02:02 10:02:02 ==> git version 2.24.3 found 10:02:02 ==> 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 10:02:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:02:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:02:02 ==> Jenkins CI detected. 10:02:02 project root: . 10:02:02 --> token set from env 10:02:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:02:02 ==> Running gcov in . (disable via -X gcov) 10:02:02 ==> Python coveragepy not found 10:02:02 ==> Searching for coverage reports in: 10:02:02 + . 10:02:02 -> Found 1 reports 10:02:02 ==> Detecting git/mercurial file structure 10:02:02 ==> Reading reports 10:02:02 + ./coverage.out bytes=47247 10:02:02 ==> Appending adjustments 10:02:02 https://docs.codecov.io/docs/fixing-reports 10:02:02 + Found adjustments 10:02:02 ==> Gzipping contents 10:02:02 8.0K /tmp/codecov.jywjO9.gz 10:02:02 ==> Uploading reports 10:02:02 url: https://codecov.io 10:02:02 query: branch=master&commit=0ad834929aa8e9ec52e16888807ba544aec55768&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:02:02 -> Pinging Codecov 10:02:02 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=0ad834929aa8e9ec52e16888807ba544aec55768&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:02:03 -> Uploading to 10:02:03 https://storage.googleapis.com/codecov/v4/raw/2021-04-07/5E52B4B073DB2E39498172D8E973AA87/0ad834929aa8e9ec52e16888807ba544aec55768/3579ee94-da85-44c2-83c4-941958d04f50.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T100203Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=529194ad1d2d213c9b7f67a1fb9b741d8faed715050ea5d7ea9e966597d4d15a 10:02:03 % Total % Received % Xferd Average Speed Time Time Time Current 10:02:03 Dload Upload Total Spent Left Speed 10:02:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5760 0 0 100 5760 0 13578 --:--:-- --:--:-- --:--:-- 13584 10:02:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] } 10:02:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:02:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:02:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:02:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:02:05 10:02:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:02:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:02:05 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:02:05 188c0c94c7c5: Pulling fs layer 10:02:05 0ef7d3d256c8: Pulling fs layer 10:02:05 de9db76c5a1d: Pulling fs layer 10:02:05 0eba1c9be4d2: Pulling fs layer 10:02:05 0d57e429df01: Pulling fs layer 10:02:05 4e4be7b47b0d: Pulling fs layer 10:02:05 e1f770b5df2f: Pulling fs layer 10:02:05 85a0685a4137: Pulling fs layer 10:02:05 0d57e429df01: Waiting 10:02:05 4e4be7b47b0d: Waiting 10:02:05 e1f770b5df2f: Waiting 10:02:05 85a0685a4137: Waiting 10:02:05 0eba1c9be4d2: Waiting 10:02:05 de9db76c5a1d: Verifying Checksum 10:02:05 de9db76c5a1d: Download complete 10:02:05 0ef7d3d256c8: Verifying Checksum 10:02:05 0ef7d3d256c8: Download complete 10:02:05 0d57e429df01: Verifying Checksum 10:02:05 0d57e429df01: Download complete 10:02:05 4e4be7b47b0d: Verifying Checksum 10:02:05 4e4be7b47b0d: Download complete 10:02:05 188c0c94c7c5: Verifying Checksum 10:02:05 188c0c94c7c5: Download complete 10:02:05 188c0c94c7c5: Pull complete 10:02:05 0ef7d3d256c8: Pull complete 10:02:06 de9db76c5a1d: Pull complete 10:02:07 e1f770b5df2f: Verifying Checksum 10:02:07 e1f770b5df2f: Download complete 10:02:09 0eba1c9be4d2: Verifying Checksum 10:02:09 0eba1c9be4d2: Download complete 10:02:09 85a0685a4137: Verifying Checksum 10:02:09 85a0685a4137: Download complete 10:02:15 0eba1c9be4d2: Pull complete 10:02:15 0d57e429df01: Pull complete 10:02:15 4e4be7b47b0d: Pull complete 10:02:17 e1f770b5df2f: Pull complete 10:02:25 85a0685a4137: Pull complete 10:02:25 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:02:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:02:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:02:26 prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container 10:02:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 10:02:27 $ docker top f7821c6b080779940020fdc2c701d8d73276a4ef7ae1d4334b79c9f28fcccf36 -eo pid,comm [Pipeline] { [Pipeline] echo 10:02:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:02:27 + set -o pipefail 10:02:27 + snyk monitor '--org=edgex-jenkins' 10:02:42 10:02:42 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 10:02:42 10:02:42 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/69f94038-3267-4dc1-b387-737c602aca33 10:02:42 10:02:42 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:02:42 10:02:42 10:02:42 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 10:02:42 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:02:42 $ docker stop --time=1 f7821c6b080779940020fdc2c701d8d73276a4ef7ae1d4334b79c9f28fcccf36 10:02:45 $ docker rm -f f7821c6b080779940020fdc2c701d8d73276a4ef7ae1d4334b79c9f28fcccf36 [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 10:02:47 + git log --format=format:%s -1 0ad834929aa8e9ec52e16888807ba544aec55768 [Pipeline] isUnix [Pipeline] sh 10:02:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:02:47 . [Pipeline] withDockerContainer 10:02:47 prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container 10:02:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:02:48 $ docker top 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:02:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:02:48 [ssh-agent] Looking for ssh-agent implementation... 10:02:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:02:49 $ docker exec 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 ssh-agent 10:02:49 SSH_AUTH_SOCK=/tmp/ssh-9K6KYW3YvoBi/agent.11 10:02:49 SSH_AGENT_PID=16 10:02:49 Running ssh-add (command line suppressed) 10:02:49 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8526779937166358301.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8526779937166358301.key) 10:02:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:02:50 + git semver tag 10:02:50 # -> Open(): unable to determine branch for HEAD 10:02:50 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:02:50 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:02:50 # $SEMVER_REMOTE_NAME = origin 10:02:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:02:50 # $SEMVER_USER_NAME = edgex-jenkins 10:02:50 # $SEMVER_BRANCH = master 10:02:50 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 10:02:50 # 0ad834929aa8e9ec52e16888807ba544aec55768 HEAD 10:02:50 # -> Force: false 10:02:50 # a5e7247867c4e70664847011807c020151ed34ed refs/tags/v1.3.2-dev.5 [Pipeline] } 10:02:50 $ docker exec --env ******** --env ******** 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 ssh-agent -k 10:02:50 unset SSH_AUTH_SOCK; 10:02:50 unset SSH_AGENT_PID; 10:02:50 echo Agent pid 16 killed; 10:02:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:02:50 + git semver [Pipeline] } 10:02:50 $ docker stop --time=1 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 10:02:52 $ docker rm -f 28c63516b06fc4376ff5964dfe88260c48b8d0534ec851e60a373b6e4f307077 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:02:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:02:52 10:02:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:02:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:02:53 0.23.1-centos7: Pulling from edgex-lftools 10:02:53 ab5ef0e58194: Pulling fs layer 10:02:53 9712f1f96733: Pulling fs layer 10:02:53 63f879dbbcfc: Pulling fs layer 10:02:53 0d9ebad4ef96: Pulling fs layer 10:02:53 e9a5061849ea: Pulling fs layer 10:02:53 d747dcd14b5f: Pulling fs layer 10:02:53 2de7ff778b66: Pulling fs layer 10:02:53 e9a5061849ea: Waiting 10:02:53 d747dcd14b5f: Waiting 10:02:53 2de7ff778b66: Waiting 10:02:53 0d9ebad4ef96: Waiting 10:02:53 9712f1f96733: Verifying Checksum 10:02:53 9712f1f96733: Download complete 10:02:54 63f879dbbcfc: Verifying Checksum 10:02:54 63f879dbbcfc: Download complete 10:02:54 e9a5061849ea: Verifying Checksum 10:02:54 e9a5061849ea: Download complete 10:02:54 d747dcd14b5f: Verifying Checksum 10:02:54 d747dcd14b5f: Download complete 10:02:55 2de7ff778b66: Verifying Checksum 10:02:55 2de7ff778b66: Download complete 10:02:55 0d9ebad4ef96: Verifying Checksum 10:02:55 0d9ebad4ef96: Download complete 10:02:55 ab5ef0e58194: Verifying Checksum 10:02:55 ab5ef0e58194: Download complete 10:03:00 ab5ef0e58194: Pull complete 10:03:00 9712f1f96733: Pull complete 10:03:02 63f879dbbcfc: Pull complete 10:03:09 0d9ebad4ef96: Pull complete 10:03:10 e9a5061849ea: Pull complete 10:03:10 d747dcd14b5f: Pull complete 10:03:13 2de7ff778b66: Pull complete 10:03:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:03:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:03:13 prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container 10:03:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:03:17 $ docker top f037e8e9a56e5a434f94cf56acdde96c10d066f18b5a51aa4377eedfa279b79d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:03:17 provisioning config files... 10:03:17 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6178552297271390297tmp 10:03:17 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1917090528552891399tmp 10:03:17 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6267850037136249700tmp [Pipeline] { [Pipeline] echo 10:03:17 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:03:17 ---> sigul-configuration.sh 10:03:17 gpg: directory `/root/.gnupg' created 10:03:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:03:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:03:17 gpg: keyring `/root/.gnupg/secring.gpg' created 10:03:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:03:17 gpg: CAST5 encrypted data 10:03:18 gpg: encrypted with 1 passphrase 10:03:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:03:18 + mkdir /home/jenkins 10:03:18 + mkdir /home/jenkins/sigul [Pipeline] sh 10:03:18 + 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 10:03:18 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:03:19 ---> sigul-install.sh 10:03:25 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:03:26 + git tag --list 10:03:26 v1.0.0 10:03:26 v1.1.0 10:03:26 v1.1.1 10:03:26 v1.2.1 10:03:26 v1.2.2 10:03:26 v1.2.3 10:03:26 v1.3.0 10:03:26 v1.3.1 10:03:26 v1.3.1-dev.1 10:03:26 v1.3.1-dev.2 10:03:26 v1.3.1-dev.3 10:03:26 v1.3.1-dev.4 10:03:26 v1.3.1-dev.5 10:03:26 v1.3.2-dev.1 10:03:26 v1.3.2-dev.2 10:03:26 v1.3.2-dev.3 10:03:26 v1.3.2-dev.4 10:03:26 v1.3.2-dev.5 [Pipeline] sh 10:03:26 + lftools sign git-tag v1.3.2-dev.5 10:03:27 Signing Git tag with Sigul... 10:03:27 Signing v1.3.2-dev.5 [Pipeline] echo 10:03:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:03:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:03:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:03:29 $ docker stop --time=1 f037e8e9a56e5a434f94cf56acdde96c10d066f18b5a51aa4377eedfa279b79d 10:03:31 $ docker rm -f f037e8e9a56e5a434f94cf56acdde96c10d066f18b5a51aa4377eedfa279b79d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:03:32 . [Pipeline] withDockerContainer 10:03:32 prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container 10:03:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:03:33 $ docker top f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:03:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:03:33 [ssh-agent] Looking for ssh-agent implementation... 10:03:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:03:33 $ docker exec f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be ssh-agent 10:03:34 SSH_AUTH_SOCK=/tmp/ssh-jckLAxjVfshJ/agent.11 10:03:34 SSH_AGENT_PID=17 10:03:34 Running ssh-add (command line suppressed) 10:03:34 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5252249701182280961.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5252249701182280961.key) 10:03:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:03:34 + git semver bump pre 10:03:34 # -> Open(): unable to determine branch for HEAD 10:03:34 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:03:34 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:03:34 # $SEMVER_REMOTE_NAME = origin 10:03:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:03:34 # $SEMVER_USER_NAME = edgex-jenkins 10:03:34 # $SEMVER_BRANCH = master 10:03:34 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 10:03:34 1.3.2-dev.6 [Pipeline] } 10:03:34 $ docker exec --env ******** --env ******** f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be ssh-agent -k 10:03:34 unset SSH_AUTH_SOCK; 10:03:34 unset SSH_AGENT_PID; 10:03:34 echo Agent pid 17 killed; 10:03:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:03:35 + git semver [Pipeline] } 10:03:35 $ docker stop --time=1 f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be 10:03:36 $ docker rm -f f445afcb74a6c5d10c5dd46e87084857b97b1b0728c239f1e5b6bde4aec340be [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:03:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:03:37 . [Pipeline] withDockerContainer 10:03:37 prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container 10:03:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:03:38 $ docker top deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:03:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:03:38 [ssh-agent] Looking for ssh-agent implementation... 10:03:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:03:38 $ docker exec deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 ssh-agent 10:03:39 SSH_AUTH_SOCK=/tmp/ssh-N7hdLjv8N7bn/agent.12 10:03:39 SSH_AGENT_PID=18 10:03:39 Running ssh-add (command line suppressed) 10:03:39 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3561354187490100781.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3561354187490100781.key) 10:03:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:03:39 + git semver push 10:03:39 # -> Open(): unable to determine branch for HEAD 10:03:39 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:03:39 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:03:39 # $SEMVER_REMOTE_NAME = origin 10:03:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:03:39 # $SEMVER_USER_NAME = edgex-jenkins 10:03:39 # $SEMVER_BRANCH = master 10:03:39 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 10:03:43 $ docker exec --env ******** --env ******** deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 ssh-agent -k 10:03:43 unset SSH_AUTH_SOCK; 10:03:43 unset SSH_AGENT_PID; 10:03:43 echo Agent pid 18 killed; 10:03:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:03:43 + git semver [Pipeline] } 10:03:43 $ docker stop --time=1 deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 10:03:45 $ docker rm -f deb4165841df720ab35a45ec6adb72f9483ce8b90040d6fdef1e7a196ed208c2 [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 10:03:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:03:47 ---> package-listing.sh 10:03:47 ++ facter osfamily 10:03:47 ++ tr '[:upper:]' '[:lower:]' 10:03:47 + OS_FAMILY=redhat 10:03:47 + workspace=/w/workspace/foundry_device-virtual-go_master 10:03:47 + START_PACKAGES=/tmp/packages_start.txt 10:03:47 + END_PACKAGES=/tmp/packages_end.txt 10:03:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:03:47 + PACKAGES=/tmp/packages_start.txt 10:03:47 + '[' /w/workspace/foundry_device-virtual-go_master ']' 10:03:47 + PACKAGES=/tmp/packages_end.txt 10:03:47 + case "${OS_FAMILY}" in 10:03:47 + rpm -qa 10:03:47 + sort 10:03:52 + '[' -f /tmp/packages_start.txt ']' 10:03:52 + '[' -f /tmp/packages_end.txt ']' 10:03:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:03:52 + '[' /w/workspace/foundry_device-virtual-go_master ']' 10:03:52 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 10:03:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 10:03:52 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 10:03:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:03:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:03:53 10:03:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:03:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:03:53 alpine: Pulling from edgex-lftools-log-publisher 10:03:53 df20fa9351a1: Pulling fs layer 10:03:53 36b3adc4ff6f: Pulling fs layer 10:03:53 8ad3a11d3b57: Pulling fs layer 10:03:53 46f8f816bc3b: Pulling fs layer 10:03:53 93b61091891f: Pulling fs layer 10:03:53 93b9cdb0e59b: Pulling fs layer 10:03:53 5e14af77c1be: Pulling fs layer 10:03:53 01666e4c0597: Pulling fs layer 10:03:53 aa168da1d23b: Pulling fs layer 10:03:53 93b61091891f: Waiting 10:03:53 93b9cdb0e59b: Waiting 10:03:53 5e14af77c1be: Waiting 10:03:53 01666e4c0597: Waiting 10:03:53 aa168da1d23b: Waiting 10:03:53 46f8f816bc3b: Waiting 10:03:53 36b3adc4ff6f: Verifying Checksum 10:03:53 36b3adc4ff6f: Download complete 10:03:53 46f8f816bc3b: Verifying Checksum 10:03:53 46f8f816bc3b: Download complete 10:03:53 df20fa9351a1: Verifying Checksum 10:03:53 df20fa9351a1: Download complete 10:03:53 93b9cdb0e59b: Verifying Checksum 10:03:53 93b9cdb0e59b: Download complete 10:03:53 5e14af77c1be: Verifying Checksum 10:03:53 5e14af77c1be: Download complete 10:03:53 93b61091891f: Download complete 10:03:53 01666e4c0597: Verifying Checksum 10:03:53 01666e4c0597: Download complete 10:03:54 df20fa9351a1: Pull complete 10:03:54 8ad3a11d3b57: Verifying Checksum 10:03:54 8ad3a11d3b57: Download complete 10:03:54 36b3adc4ff6f: Pull complete 10:03:56 8ad3a11d3b57: Pull complete 10:03:56 aa168da1d23b: Verifying Checksum 10:03:56 aa168da1d23b: Download complete 10:03:56 46f8f816bc3b: Pull complete 10:03:56 93b61091891f: Pull complete 10:03:56 93b9cdb0e59b: Pull complete 10:03:57 5e14af77c1be: Pull complete 10:03:57 01666e4c0597: Pull complete 10:04:05 aa168da1d23b: Pull complete 10:04:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:04:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:04:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:04:05 prd-centos7-docker-4c-2g-33147 does not seem to be running inside a container 10:04:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:04:08 $ docker top b09d211b5cb76dcefcf5cc1532894a4696017e4a3b61e7122a86587e974a4e9b -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:08 + touch /tmp/pre-build-complete [Pipeline] sh 10:04:09 + mkdir -p /var/log/sa [Pipeline] sh 10:04:09 + ls /var/log/sa-host 10:04:09 + sadf -c /var/log/sa-host/sa07 10:04:09 file_magic: OK 10:04:09 HZ: Using current value: 100 10:04:09 file_header: OK 10:04:09 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 10:04:09 Statistics: 10:04:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:04:09 File successfully converted to sysstat format version 12.2.1 10:04:09 + sadf -c /var/log/sa-host/sa23 10:04:09 file_magic: OK 10:04:09 HZ: Using current value: 100 10:04:09 file_header: OK 10:04:09 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 10:04:09 Statistics: 10:04:09 Hnuu...uuuununununu... 10:04:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:04:10 provisioning config files... 10:04:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7595817894422252481tmp [Pipeline] { [Pipeline] echo 10:04:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:04:10 ---> create-netrc.sh [Pipeline] } 10:04:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:04:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:04:10 ---> python-tools-install.sh [Pipeline] echo 10:04:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:04:11 ---> sudo-logs.sh 10:04:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:04:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:04:11 ---> job-cost.sh 10:04:11 lf-activate-venv: SKIPPING 10:04:11 DEBUG: total: 0.20999999344348907 10:04:11 INFO: Retrieving Stack Cost... 10:04:14 INFO: Retrieving Pricing Info for: v1-standard-2 10:04:14 INFO: Archiving Costs [Pipeline] echo 10:04:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:04:14 ---> logs-deploy.sh 10:04:14 lf-activate-venv: SKIPPING 10:04:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/44 10:04:14 INFO: archiving workspace using pattern(s): 10:04:16 Archives upload complete. 10:04:16 INFO: archiving logs to Nexus 10:04:17 ---> uname -a: 10:04:17 Linux prd-centos7-docker-4c-2g-33147.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:04:17 10:04:17 10:04:17 ---> lscpu: 10:04:17 Architecture: x86_64 10:04:17 CPU op-mode(s): 32-bit, 64-bit 10:04:17 Byte Order: Little Endian 10:04:17 Address sizes: 40 bits physical, 48 bits virtual 10:04:17 CPU(s): 4 10:04:17 On-line CPU(s) list: 0-3 10:04:17 Thread(s) per core: 1 10:04:17 Core(s) per socket: 1 10:04:17 Socket(s): 4 10:04:17 NUMA node(s): 1 10:04:17 Vendor ID: GenuineIntel 10:04:17 CPU family: 6 10:04:17 Model: 44 10:04:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:04:17 Stepping: 1 10:04:17 CPU MHz: 2933.442 10:04:17 BogoMIPS: 5866.88 10:04:17 Virtualization: VT-x 10:04:17 Hypervisor vendor: KVM 10:04:17 Virtualization type: full 10:04:17 L1d cache: 128 KiB 10:04:17 L1i cache: 128 KiB 10:04:17 L2 cache: 16 MiB 10:04:17 L3 cache: 64 MiB 10:04:17 NUMA node0 CPU(s): 0-3 10:04:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:04:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:04:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:04:17 Vulnerability Meltdown: Mitigation; PTI 10:04:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:04:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:04:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:04:17 Vulnerability Srbds: Not affected 10:04:17 Vulnerability Tsx async abort: Not affected 10:04:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:04:17 10:04:17 10:04:17 ---> nproc: 10:04:17 4 10:04:17 10:04:17 10:04:17 ---> df -h: 10:04:17 Filesystem Size Used Available Use% Mounted on 10:04:17 overlay 50.0G 8.5G 41.4G 17% / 10:04:17 tmpfs 64.0M 0 64.0M 0% /dev 10:04:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:04:17 shm 64.0M 0 64.0M 0% /dev/shm 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 10:04:17 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 10:04:17 10:04:17 10:04:17 ---> free -m: 10:04:17 total used free shared buff/cache available 10:04:17 Mem: 1837 832 139 0 866 940 10:04:17 Swap: 1023 2 1021 10:04:17 10:04:17 10:04:17 ---> ip addr: 10:04:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:04:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:04:17 inet 127.0.0.1/8 scope host lo 10:04:17 valid_lft forever preferred_lft forever 10:04:17 inet6 ::1/128 scope host 10:04:17 valid_lft forever preferred_lft forever 10:04:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:04:17 link/ether fa:16:3e:01:b2:fa brd ff:ff:ff:ff:ff:ff 10:04:17 inet 10.30.122.21/23 brd 10.30.123.255 scope global dynamic eth0 10:04:17 valid_lft 85692sec preferred_lft 85692sec 10:04:17 inet6 fe80::f816:3eff:fe01:b2fa/64 scope link 10:04:17 valid_lft forever preferred_lft forever 10:04:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:04:17 link/ether 02:42:22:6a:07:2b brd ff:ff:ff:ff:ff:ff 10:04:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:04:17 valid_lft forever preferred_lft forever 10:04:17 inet6 fe80::42:22ff:fe6a:72b/64 scope link 10:04:17 valid_lft forever preferred_lft forever 10:04:17 10:04:17 10:04:17 ---> sar -b -r -n DEV: 10:04:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 10:04:17 10:04:17 09:52:17 LINUX RESTART (4 CPU) 10:04:17 10:04:17 09:53:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:04:17 09:54:01 31.51 12.39 19.12 0.00 4530.85 3047.88 0.00 10:04:17 09:55:01 0.68 0.00 0.68 0.00 0.00 12.22 0.00 10:04:17 09:56:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 10:04:17 09:57:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 10:04:17 09:58:01 0.25 0.00 0.25 0.00 0.00 3.38 0.00 10:04:17 09:59:01 0.28 0.00 0.28 0.00 0.00 3.80 0.00 10:04:17 10:00:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 10:04:17 10:01:01 0.22 0.02 0.20 0.00 0.13 2.70 0.00 10:04:17 10:02:01 0.47 0.08 0.38 0.00 1.60 7.83 0.00 10:04:17 10:03:02 351.71 182.04 169.68 0.00 9046.04 51323.65 0.00 10:04:17 10:04:01 240.57 112.00 128.57 0.00 7534.81 31908.73 0.00 10:04:17 Average: 56.75 27.78 28.97 0.00 1908.02 7823.85 0.00 10:04:17 10:04:17 09:53:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:04:17 09:54:01 167948 0 580388 30.85 2620 1130588 1119736 38.21 382420 1132112 16 10:04:17 09:55:01 173120 0 575208 30.57 2620 1130596 1084136 37.00 381500 1128772 8 10:04:17 09:56:01 173228 0 575096 30.57 2620 1130600 1084196 37.00 392700 1117764 20 10:04:17 09:57:01 173188 0 575136 30.57 2620 1130600 1077968 36.79 393820 1116940 12 10:04:17 09:58:01 169936 0 578380 30.74 2620 1130608 1078040 36.79 402412 1111548 8 10:04:17 09:59:01 169720 0 578592 30.75 2620 1130612 1078100 36.79 402732 1111548 20 10:04:17 10:00:01 170672 0 577636 30.70 2620 1130616 1077968 36.79 402052 1111548 12 10:04:17 10:01:01 169196 0 579108 30.78 2620 1130620 1080444 36.87 402676 1111548 8 10:04:17 10:02:01 168520 0 579656 30.81 2620 1130748 1078548 36.81 403716 1111608 8 10:04:17 10:03:02 143196 0 734020 39.01 2112 1002216 1319000 45.02 570116 899188 95532 10:04:17 10:04:01 74736 0 839572 44.62 1492 965744 1541568 52.61 693548 776292 89860 10:04:17 Average: 159405 0 615708 32.72 2471 1103959 1147246 39.15 438881 1066261 16864 10:04:17 10:04:17 09:53:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:04:17 09:54:01 eth0 157.59 118.39 454.26 42.94 0.00 0.00 0.00 0.00 10:04:17 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:54:01 docker0 2.32 1.88 0.41 4.12 0.00 0.00 0.00 0.00 10:04:17 09:55:01 eth0 4.13 1.08 3.18 0.07 0.00 0.00 0.00 0.00 10:04:17 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:56:01 eth0 1.87 0.88 0.87 0.56 0.00 0.00 0.00 0.00 10:04:17 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:57:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 10:04:17 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:58:01 eth0 0.70 0.17 0.12 0.07 0.00 0.00 0.00 0.00 10:04:17 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:59:01 eth0 1.37 0.40 0.46 0.18 0.00 0.00 0.00 0.00 10:04:17 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:00:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 10:04:17 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:04:17 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:02:01 eth0 0.45 0.33 0.27 0.09 0.00 0.00 0.00 0.00 10:04:17 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:03:02 eth0 911.54 796.07 7562.24 115.15 0.00 0.00 0.00 0.00 10:04:17 10:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:03:02 docker0 55.57 57.88 5.03 277.27 0.00 0.00 0.00 0.00 10:04:17 10:04:01 eth0 360.31 271.91 2506.77 80.56 0.00 0.00 0.00 0.00 10:04:17 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 10:04:01 docker0 30.58 41.70 1.88 237.41 0.00 0.00 0.00 0.00 10:04:17 Average: eth0 130.46 107.95 956.29 21.68 0.00 0.00 0.00 0.00 10:04:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:17 Average: docker0 8.02 9.19 0.66 46.97 0.00 0.00 0.00 0.00 10:04:17 10:04:17 10:04:17 ---> sar -P ALL: 10:04:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 10:04:17 10:04:17 09:52:17 LINUX RESTART (4 CPU) 10:04:17 10:04:17 09:53:02 CPU %user %nice %system %iowait %steal %idle 10:04:17 09:54:01 all 3.17 0.00 2.23 0.42 0.01 94.17 10:04:17 09:54:01 0 3.57 0.00 2.42 1.14 0.00 92.86 10:04:17 09:54:01 1 3.24 0.00 2.39 0.20 0.02 94.15 10:04:17 09:54:01 2 3.25 0.00 2.09 0.09 0.02 94.55 10:04:17 09:54:01 3 2.62 0.00 2.03 0.24 0.02 95.10 10:04:17 09:55:01 all 0.18 0.00 0.05 0.00 0.00 99.77 10:04:17 09:55:01 0 0.12 0.00 0.07 0.00 0.00 99.82 10:04:17 09:55:01 1 0.47 0.00 0.05 0.00 0.00 99.48 10:04:17 09:55:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:04:17 09:55:01 3 0.07 0.00 0.05 0.00 0.00 99.88 10:04:17 09:56:01 all 0.18 0.00 0.08 0.00 0.04 99.71 10:04:17 09:56:01 0 0.12 0.00 0.12 0.00 0.05 99.72 10:04:17 09:56:01 1 0.50 0.00 0.05 0.00 0.05 99.40 10:04:17 09:56:01 2 0.05 0.00 0.05 0.00 0.02 99.88 10:04:17 09:56:01 3 0.03 0.00 0.08 0.00 0.03 99.85 10:04:17 09:57:01 all 0.13 0.00 0.05 0.00 0.01 99.81 10:04:17 09:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:04:17 09:57:01 1 0.40 0.00 0.07 0.00 0.02 99.52 10:04:17 09:57:01 2 0.07 0.00 0.07 0.00 0.02 99.85 10:04:17 09:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:04:17 09:58:01 all 0.17 0.00 0.06 0.00 0.00 99.77 10:04:17 09:58:01 0 0.03 0.00 0.08 0.00 0.00 99.88 10:04:17 09:58:01 1 0.53 0.00 0.05 0.00 0.00 99.42 10:04:17 09:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:04:17 09:58:01 3 0.08 0.00 0.07 0.00 0.02 99.83 10:04:17 09:59:01 all 0.18 0.00 0.05 0.00 0.01 99.76 10:04:17 09:59:01 0 0.07 0.00 0.05 0.00 0.02 99.87 10:04:17 09:59:01 1 0.53 0.00 0.07 0.00 0.00 99.40 10:04:17 09:59:01 2 0.10 0.00 0.03 0.00 0.02 99.85 10:04:17 09:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:04:17 10:00:01 all 0.16 0.00 0.04 0.00 0.01 99.79 10:04:17 10:00:01 0 0.07 0.00 0.07 0.00 0.02 99.85 10:04:17 10:00:01 1 0.52 0.00 0.03 0.00 0.02 99.43 10:04:17 10:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:04:17 10:00:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:04:17 10:01:01 all 0.15 0.00 0.05 0.00 0.00 99.79 10:04:17 10:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:04:17 10:01:01 1 0.53 0.00 0.07 0.00 0.00 99.40 10:04:17 10:01:01 2 0.02 0.00 0.07 0.00 0.00 99.92 10:04:17 10:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 10:04:17 10:02:01 all 0.24 0.00 0.04 0.00 0.00 99.71 10:04:17 10:02:01 0 0.28 0.00 0.02 0.00 0.00 99.70 10:04:17 10:02:01 1 0.53 0.00 0.03 0.00 0.00 99.43 10:04:17 10:02:01 2 0.10 0.00 0.07 0.02 0.00 99.82 10:04:17 10:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:04:17 10:03:02 all 14.96 0.00 10.49 4.00 0.26 70.29 10:04:17 10:03:02 0 14.52 0.00 12.02 5.80 0.23 67.44 10:04:17 10:03:02 1 14.17 0.00 9.31 2.82 0.27 73.44 10:04:17 10:03:02 2 16.33 0.00 10.33 4.38 0.28 68.68 10:04:17 10:03:02 3 14.84 0.00 10.31 3.03 0.26 71.57 10:04:17 10:04:01 all 12.19 0.00 9.07 3.93 0.20 74.61 10:04:17 10:04:01 0 12.73 0.00 10.67 3.83 0.17 72.60 10:04:17 10:04:01 1 9.98 0.00 7.11 2.38 0.21 80.32 10:04:17 10:04:01 2 16.16 0.00 10.26 4.46 0.23 68.89 10:04:17 10:04:01 3 9.90 0.00 8.26 5.04 0.21 76.59 10:04:17 10:04:17 Average: CPU %user %nice %system %iowait %steal %idle 10:04:17 Average: all 2.81 0.00 1.96 0.74 0.05 94.45 10:04:17 Average: 0 2.78 0.00 2.25 0.95 0.04 93.97 10:04:17 Average: 1 2.80 0.00 1.71 0.48 0.05 94.97 10:04:17 Average: 2 3.20 0.00 2.04 0.79 0.05 93.92 10:04:17 Average: 3 2.45 0.00 1.85 0.73 0.05 94.92 10:04:17 10:04:17 10:04:17