Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1e15b455509d433b72705dad7fc3c723af5422e0 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project: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 SECURITY_NOTIFY_LIST: security-issues@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-11968 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 1e15b455509d433b72705dad7fc3c723af5422e0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 Commit message: "Merge pull request #146 from tonyespy/update-sdk-1.3.0" > git rev-list --no-walk c9d1bc531ce8d239853a83473b53448fb6f2334c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:11:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:11:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:11:07 ========================================================= 22:11:07 EdgeX Global Pipelines Version Info 22:11:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:11:09 ------------------- 22:11:09 stable info: 22:11:09 ------------------- 22:11:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:11:09 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 22:11:09 Message: update stable to v1.0.162 22:11:10 ------------------- 22:11:10 experimental info: 22:11:10 ------------------- 22:11:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:11:10 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 22:11:10 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:11:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:11:10 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:11:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:11:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:11:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:11:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:11:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:11:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:11:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:11:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:11:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:11:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:11:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:11:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] echo 22:11:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e15b45 [Pipeline] echo 22:11:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:11:14 provisioning config files... 22:11:14 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3575558335622518579tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:11:14 ---> docker-login.sh 22:11:14 nexus3.edgexfoundry.org:10001 22:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:15 Configure a credential helper to remove this warning. See 22:11:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:15 22:11:15 Login Succeeded 22:11:15 nexus3.edgexfoundry.org:10002 22:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:15 Configure a credential helper to remove this warning. See 22:11:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:15 22:11:15 Login Succeeded 22:11:15 nexus3.edgexfoundry.org:10003 22:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:15 Configure a credential helper to remove this warning. See 22:11:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:15 22:11:15 Login Succeeded 22:11:15 nexus3.edgexfoundry.org:10004 22:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:15 Configure a credential helper to remove this warning. See 22:11:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:15 22:11:15 Login Succeeded 22:11:15 docker.io 22:11:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:11:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:11:16 Configure a credential helper to remove this warning. See 22:11:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:11:16 22:11:16 Login Succeeded 22:11:16 ---> docker-login.sh ends [Pipeline] } 22:11:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:11:17 + git log --format=format:%s -1 1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] echo 22:11:17 GIT_COMMIT: 1e15b455509d433b72705dad7fc3c723af5422e0, Commit Message: Merge pull request #146 from tonyespy/update-sdk-1.3.0 [Pipeline] echo 22:11:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:11:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:11:18 22:11:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:11:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:11:18 latest: Pulling from edgex-devops/git-semver 22:11:18 31603596830f: Pulling fs layer 22:11:18 2a8b12db71e7: Pulling fs layer 22:11:18 6ca5941a6612: Pulling fs layer 22:11:18 ecc8261a40a4: Pulling fs layer 22:11:18 ecc8261a40a4: Waiting 22:11:18 2a8b12db71e7: Verifying Checksum 22:11:18 2a8b12db71e7: Download complete 22:11:18 31603596830f: Download complete 22:11:19 ecc8261a40a4: Verifying Checksum 22:11:19 ecc8261a40a4: Download complete 22:11:19 6ca5941a6612: Verifying Checksum 22:11:19 6ca5941a6612: Download complete 22:11:19 31603596830f: Pull complete 22:11:19 2a8b12db71e7: Pull complete 22:11:20 6ca5941a6612: Pull complete 22:11:20 ecc8261a40a4: Pull complete 22:11:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:11:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:11:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:11:20 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:11:20 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:11:22 $ docker top 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:11:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:11:22 [ssh-agent] Looking for ssh-agent implementation... 22:11:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:11:23 $ docker exec 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent 22:11:23 SSH_AUTH_SOCK=/tmp/ssh-WqKmOXjXZfVR/agent.11 22:11:23 SSH_AGENT_PID=16 22:11:23 Running ssh-add (command line suppressed) 22:11:23 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2669869679169570731.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2669869679169570731.key) 22:11:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:11:23 + git tag --points-at HEAD [Pipeline] } 22:11:23 $ docker exec --env ******** --env ******** 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent -k 22:11:23 unset SSH_AUTH_SOCK; 22:11:23 unset SSH_AGENT_PID; 22:11:23 echo Agent pid 16 killed; 22:11:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:11:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:11:24 [ssh-agent] Looking for ssh-agent implementation... 22:11:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:11:24 $ docker exec 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent 22:11:24 SSH_AUTH_SOCK=/tmp/ssh-rS4FiznWVJRl/agent.44 22:11:24 SSH_AGENT_PID=50 22:11:24 Running ssh-add (command line suppressed) 22:11:24 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8360300285711811145.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8360300285711811145.key) 22:11:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:11:24 + git semver init 22:11:24 # -> Open(): unable to determine branch for HEAD 22:11:24 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:11:24 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:11:24 # $SEMVER_REMOTE_NAME = origin 22:11:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:11:24 # $SEMVER_USER_NAME = edgex-jenkins 22:11:24 # $SEMVER_BRANCH = master 22:11:24 # $SEMVER_TEMP = /tmp/semver-486615945 22:11:24 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 22:11:25 # '/tmp/semver-486615945' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 22:11:25 # -> Force: false 22:11:25 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 22:11:25 $ docker exec --env ******** --env ******** 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 ssh-agent -k 22:11:25 unset SSH_AUTH_SOCK; 22:11:25 unset SSH_AGENT_PID; 22:11:25 echo Agent pid 50 killed; 22:11:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:11:26 + git semver [Pipeline] } 22:11:26 $ docker stop --time=1 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 22:11:27 $ docker rm -f 40a78f50583faa56fecd93d94f1b0ef5c6f357657ddd1ea82b3ceadfce9bb993 [Pipeline] // withDockerContainer [Pipeline] sh 22:11:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:11:28 Stashed 1 file(s) [Pipeline] echo 22:11:28 [edgeXSemver]: initialized semver on version 1.2.4-dev.10 [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 22:11:44 Still waiting to schedule task 22:11:44 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11968’ 22:11:44 Still waiting to schedule task 22:11:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:13:23 Running on prd-centos7-docker-4c-2g-11971 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 22:13:23 Running in /w/workspace/device-virtual-go/31 [Pipeline] { [Pipeline] checkout 22:13:26 using credential edgex-jenkins-ssh 22:13:26 Cloning the remote Git repository 22:13:26 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:13:26 > git init /w/workspace/device-virtual-go/31 # timeout=10 22:13:26 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:13:26 > git --version # timeout=10 22:13:26 > git --version # 'git version 2.16.5' 22:13:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:13:27 Checking out Revision 1e15b455509d433b72705dad7fc3c723af5422e0 (master) 22:13:27 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:13:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:13:27 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:13:27 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:13:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:27 > git config core.sparsecheckout # timeout=10 22:13:27 > git checkout -f 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 22:13:31 Commit message: "Merge pull request #146 from tonyespy/update-sdk-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:13:32 provisioning config files... 22:13:32 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config2518735298899992407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:13:33 ---> docker-login.sh 22:13:33 nexus3.edgexfoundry.org:10001 22:13:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:33 Configure a credential helper to remove this warning. See 22:13:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:33 22:13:33 Login Succeeded 22:13:33 nexus3.edgexfoundry.org:10002 22:13:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:33 Configure a credential helper to remove this warning. See 22:13:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:33 22:13:33 Login Succeeded 22:13:33 nexus3.edgexfoundry.org:10003 22:13:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:33 Configure a credential helper to remove this warning. See 22:13:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:33 22:13:33 Login Succeeded 22:13:33 nexus3.edgexfoundry.org:10004 22:13:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:34 Configure a credential helper to remove this warning. See 22:13:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:34 22:13:34 Login Succeeded 22:13:34 docker.io 22:13:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:34 Configure a credential helper to remove this warning. See 22:13:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:34 22:13:34 Login Succeeded 22:13:34 ---> docker-login.sh ends 22:13:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11970 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] } 22:13:34 Deleting 1 temporary files [Pipeline] ws 22:13:34 Running in /w/workspace/device-virtual-go/31 [Pipeline] { [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] checkout [Pipeline] echo 22:13:35 ========================================================= 22:13:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:13:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:13:35 + 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 . 22:13:35 Sending build context to Docker daemon 469.5kB 22:13:35 Step 1/8 : ARG BASE=golang:1.15-alpine 22:13:35 Step 2/8 : FROM ${BASE} 22:13:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:13:35 df20fa9351a1: Pulling fs layer 22:13:35 ed8968b2872e: Pulling fs layer 22:13:35 a92cc7c5fd73: Pulling fs layer 22:13:35 e871e8e8d7a9: Pulling fs layer 22:13:35 e73272ec9a57: Pulling fs layer 22:13:35 1e910a182e73: Pulling fs layer 22:13:35 4e634b169226: Pulling fs layer 22:13:35 e73272ec9a57: Waiting 22:13:35 1e910a182e73: Waiting 22:13:35 4e634b169226: Waiting 22:13:35 e871e8e8d7a9: Waiting 22:13:35 a92cc7c5fd73: Verifying Checksum 22:13:35 a92cc7c5fd73: Download complete 22:13:35 ed8968b2872e: Download complete 22:13:35 e73272ec9a57: Verifying Checksum 22:13:35 e73272ec9a57: Download complete 22:13:35 df20fa9351a1: Verifying Checksum 22:13:35 df20fa9351a1: Download complete 22:13:35 1e910a182e73: Verifying Checksum 22:13:35 1e910a182e73: Download complete 22:13:36 df20fa9351a1: Pull complete 22:13:36 ed8968b2872e: Pull complete 22:13:36 a92cc7c5fd73: Pull complete 22:13:38 4e634b169226: Verifying Checksum 22:13:38 4e634b169226: Download complete 22:13:38 e871e8e8d7a9: Verifying Checksum 22:13:38 e871e8e8d7a9: Download complete 22:13:40 using credential edgex-jenkins-ssh 22:13:40 Cloning the remote Git repository 22:13:40 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:13:40 > git init /w/workspace/device-virtual-go/31 # timeout=10 22:13:40 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:13:40 > git --version # timeout=10 22:13:40 > git --version # 'git version 2.17.1' 22:13:40 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:13:41 Checking out Revision 1e15b455509d433b72705dad7fc3c723af5422e0 (master) 22:13:41 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:13:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:13:41 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:13:41 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:13:41 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:41 > git config core.sparsecheckout # timeout=10 22:13:41 > git checkout -f 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 22:13:45 e871e8e8d7a9: Pull complete 22:13:45 e73272ec9a57: Pull complete 22:13:45 1e910a182e73: Pull complete 22:13:46 Commit message: "Merge pull request #146 from tonyespy/update-sdk-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:13:47 provisioning config files... 22:13:47 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config9123200917162753567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:13:48 ---> docker-login.sh 22:13:48 nexus3.edgexfoundry.org:10001 22:13:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:49 Configure a credential helper to remove this warning. See 22:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:49 22:13:49 Login Succeeded 22:13:49 nexus3.edgexfoundry.org:10002 22:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:49 Configure a credential helper to remove this warning. See 22:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:49 22:13:49 Login Succeeded 22:13:49 nexus3.edgexfoundry.org:10003 22:13:49 4e634b169226: Pull complete 22:13:49 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:13:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:13:49 ---> f7629b54cfaa 22:13:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:13:49 ---> Running in 2f89e4f1744c 22:13:49 Removing intermediate container 2f89e4f1744c 22:13:49 ---> f2066783ebb0 22:13:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:49 ---> Running in 49fd6e478079 22:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:50 Configure a credential helper to remove this warning. See 22:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:50 22:13:50 Login Succeeded 22:13:50 nexus3.edgexfoundry.org:10004 22:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:50 Configure a credential helper to remove this warning. See 22:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:50 22:13:50 Login Succeeded 22:13:50 docker.io 22:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:13:51 Removing intermediate container 49fd6e478079 22:13:51 ---> 837a6bf02407 22:13:51 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:13:51 ---> Running in de2f483da46a 22:13:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:13:51 Configure a credential helper to remove this warning. See 22:13:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:13:51 22:13:51 Login Succeeded 22:13:51 ---> docker-login.sh ends [Pipeline] } 22:13:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 22:13:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 22:13:52 ========================================================= 22:13:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:13:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:13:52 + 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 . 22:13:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:52 Sending build context to Docker daemon 469.5kB 22:13:52 Step 1/8 : ARG BASE=golang:1.15-alpine 22:13:52 Step 2/8 : FROM ${BASE} 22:13:52 (1/14) Installing libmagic (5.38-r0) 22:13:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:13:53 b538f80385f9: Pulling fs layer 22:13:53 74f711af9a0d: Pulling fs layer 22:13:53 99f96fe45779: Pulling fs layer 22:13:53 8529a6b9a6be: Pulling fs layer 22:13:53 45590311c82a: Pulling fs layer 22:13:53 69ca0ff8b7b3: Pulling fs layer 22:13:53 209524e5b208: Pulling fs layer 22:13:53 45590311c82a: Waiting 22:13:53 69ca0ff8b7b3: Waiting 22:13:53 209524e5b208: Waiting 22:13:53 8529a6b9a6be: Waiting 22:13:53 99f96fe45779: Verifying Checksum 22:13:53 99f96fe45779: Download complete 22:13:53 74f711af9a0d: Download complete 22:13:53 45590311c82a: Verifying Checksum 22:13:53 45590311c82a: Download complete 22:13:53 69ca0ff8b7b3: Verifying Checksum 22:13:53 69ca0ff8b7b3: Download complete 22:13:53 b538f80385f9: Verifying Checksum 22:13:53 b538f80385f9: Download complete 22:13:53 (2/14) Installing file (5.38-r0) 22:13:53 (3/14) Installing libc-dev (0.7.2-r3) 22:13:53 (4/14) Installing g++ (9.3.0-r2) 22:13:54 b538f80385f9: Pull complete 22:13:54 74f711af9a0d: Pull complete 22:13:55 99f96fe45779: Pull complete 22:13:55 209524e5b208: Verifying Checksum 22:13:55 209524e5b208: Download complete 22:13:56 8529a6b9a6be: Verifying Checksum 22:13:56 8529a6b9a6be: Download complete 22:14:06 8529a6b9a6be: Pull complete 22:14:07 45590311c82a: Pull complete 22:14:07 69ca0ff8b7b3: Pull complete 22:14:08 (5/14) Installing fortify-headers (1.1-r0) 22:14:08 (6/14) Installing patch (2.7.6-r6) 22:14:08 (7/14) Installing build-base (0.5-r2) 22:14:08 (8/14) Installing openssh-keygen (8.3_p1-r0) 22:14:08 (9/14) Installing libedit (20191231.3.1-r0) 22:14:08 (10/14) Installing openssh-client (8.3_p1-r0) 22:14:08 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 22:14:08 (12/14) Installing openssh-server-common (8.3_p1-r0) 22:14:08 (13/14) Installing openssh-server (8.3_p1-r0) 22:14:08 (14/14) Installing openssh (8.3_p1-r0) 22:14:08 Executing busybox-1.31.1-r16.trigger 22:14:08 OK: 237 MiB in 53 packages 22:14:10 209524e5b208: Pull complete 22:14:11 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:14:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:14:11 ---> 5bddaf1c2fca 22:14:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:14:11 Removing intermediate container de2f483da46a 22:14:11 ---> a9e4e98380ff 22:14:11 Step 6/8 : WORKDIR /device-virtual-go 22:14:11 ---> Running in f022d109b7c0 22:14:11 Removing intermediate container f022d109b7c0 22:14:11 ---> 00fb0bcc1279 22:14:11 Step 7/8 : COPY . . 22:14:12 ---> 6d6d4d05fe61 22:14:12 Step 8/8 : RUN go mod download 22:14:12 ---> Running in 78b38e9c2ba6 22:14:14 ---> Running in 88ce851d4e97 22:14:14 Removing intermediate container 88ce851d4e97 22:14:14 ---> 1e43b12b4191 22:14:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:14:14 ---> Running in 6fa14a465e0e 22:14:17 Removing intermediate container 6fa14a465e0e 22:14:17 ---> 77c6f0bc9f01 22:14:17 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:14:17 ---> Running in aa225bda91e4 22:14:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:14:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:14:20 (1/14) Installing libmagic (5.38-r0) 22:14:20 (2/14) Installing file (5.38-r0) 22:14:20 (3/14) Installing libc-dev (0.7.2-r3) 22:14:20 (4/14) Installing g++ (9.3.0-r2) 22:14:24 (5/14) Installing fortify-headers (1.1-r0) 22:14:24 (6/14) Installing patch (2.7.6-r6) 22:14:24 (7/14) Installing build-base (0.5-r2) 22:14:24 (8/14) Installing openssh-keygen (8.3_p1-r0) 22:14:24 (9/14) Installing libedit (20191231.3.1-r0) 22:14:24 (10/14) Installing openssh-client (8.3_p1-r0) 22:14:25 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 22:14:25 (12/14) Installing openssh-server-common (8.3_p1-r0) 22:14:25 (13/14) Installing openssh-server (8.3_p1-r0) 22:14:25 (14/14) Installing openssh (8.3_p1-r0) 22:14:25 Executing busybox-1.31.1-r16.trigger 22:14:25 OK: 221 MiB in 53 packages 22:14:29 Removing intermediate container aa225bda91e4 22:14:29 ---> 88d6e34463e5 22:14:29 Step 6/8 : WORKDIR /device-virtual-go 22:14:29 ---> Running in 2fada1916e65 22:14:30 Removing intermediate container 2fada1916e65 22:14:30 ---> aa40a4cb2f4c 22:14:30 Step 7/8 : COPY . . 22:14:31 ---> 14da1cabba38 22:14:31 Step 8/8 : RUN go mod download 22:14:31 ---> Running in b3dba183452f 22:14:34 Removing intermediate container 78b38e9c2ba6 22:14:34 ---> e99299dcb319 22:14:34 Successfully built e99299dcb319 22:14:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:14:34 + docker inspect -f . ci-base-image-x86_64 22:14:34 . [Pipeline] withDockerContainer 22:14:34 prd-centos7-docker-4c-2g-11971 does not seem to be running inside a container 22:14:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@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 ******** ci-base-image-x86_64 cat 22:14:35 $ docker top 69a4db930196326a138a285819ad15100a753224ee6cb351148ed8fd9a04201b -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:36 + go version 22:14:36 go version go1.15.2 linux/amd64 [Pipeline] } 22:14:36 $ docker stop --time=1 69a4db930196326a138a285819ad15100a753224ee6cb351148ed8fd9a04201b 22:14:37 $ docker rm -f 69a4db930196326a138a285819ad15100a753224ee6cb351148ed8fd9a04201b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:14:38 + docker inspect -f . ci-base-image-x86_64 22:14:38 . [Pipeline] withDockerContainer 22:14:38 prd-centos7-docker-4c-2g-11971 does not seem to be running inside a container 22:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@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 ******** ci-base-image-x86_64 cat 22:14:39 $ docker top e9685d015012a116d0973aa2925b7a2fd7cbfa64d927be1d9c19668a068cb134 -eo pid,comm [Pipeline] { [Pipeline] sh 22:14:39 + make test 22:14:39 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:14:40 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:14:55 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:14:56 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.353s coverage: 64.4% of statements 22:14:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:14:58 Removing intermediate container b3dba183452f 22:14:58 ---> cc75c3074297 22:14:58 Successfully built cc75c3074297 22:14:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:14:58 + docker inspect -f . ci-base-image-arm64 22:14:58 . [Pipeline] withDockerContainer 22:14:58 prd-ubuntu18.04-docker-arm64-4c-16g-11970 does not seem to be running inside a container 22:14:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:14:59 gofmt -l . 22:14:59 [ "`gofmt -l .`" = "" ] 22:14:59 ./bin/test-attribution-txt.sh 22:15:00 ./bin/test-go-mod-tidy.sh 22:15:00 $ docker top 705d038afd6fb5d4af7924b2211b0c528f79cd47228dddf0e7a497cb5d955793 -eo pid,comm [Pipeline] { [Pipeline] } 22:15:01 $ docker stop --time=1 e9685d015012a116d0973aa2925b7a2fd7cbfa64d927be1d9c19668a068cb134 22:15:03 $ docker rm -f e9685d015012a116d0973aa2925b7a2fd7cbfa64d927be1d9c19668a068cb134 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 22:15:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:15:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 22:15:04 + go version 22:15:04 go version go1.15.2 linux/arm64 [Pipeline] } 22:15:06 $ docker stop --time=1 705d038afd6fb5d4af7924b2211b0c528f79cd47228dddf0e7a497cb5d955793 22:15:08 $ docker rm -f 705d038afd6fb5d4af7924b2211b0c528f79cd47228dddf0e7a497cb5d955793 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 22:15:09 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:09 + ls -al . 22:15:09 total 124 22:15:09 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 22:15 . 22:15:09 drwxrwxr-x. 4 jenkins jenkins 30 Nov 12 22:13 .. 22:15:09 -rw-rw-r--. 1 jenkins jenkins 6713 Nov 12 22:13 Attribution.txt 22:15:09 drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 22:13 bin 22:15:09 drwxrwxr-x. 3 jenkins jenkins 32 Nov 12 22:13 cmd 22:15:09 -rw-r--r--. 1 jenkins jenkins 47242 Nov 12 22:14 coverage.out 22:15:09 -rw-rw-r--. 1 jenkins jenkins 1834 Nov 12 22:13 Dockerfile 22:15:09 -rw-rw-r--. 1 jenkins jenkins 957 Nov 12 22:13 Dockerfile.build 22:15:09 drwxrwxr-x. 8 jenkins jenkins 162 Nov 12 22:13 .git 22:15:09 drwxrwxr-x. 2 jenkins jenkins 60 Nov 12 22:13 .github 22:15:09 -rw-rw-r--. 1 jenkins jenkins 258 Nov 12 22:13 .gitignore 22:15:09 -rw-r--r--. 1 jenkins jenkins 856 Nov 12 22:15 go.mod 22:15:09 -rw-r--r--. 1 jenkins jenkins 16151 Nov 12 22:15 go.sum 22:15:09 drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 22:13 internal 22:15:09 -rw-rw-r--. 1 jenkins jenkins 660 Nov 12 22:13 Jenkinsfile 22:15:09 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 12 22:13 LICENSE 22:15:09 -rw-rw-r--. 1 jenkins jenkins 873 Nov 12 22:13 Makefile 22:15:09 -rw-rw-r--. 1 jenkins jenkins 918 Nov 12 22:13 README.md 22:15:09 -rw-rw-r--. 1 jenkins jenkins 12 Nov 12 22:11 VERSION 22:15:09 -rw-rw-r--. 1 jenkins jenkins 235 Nov 12 22:13 version.go [Pipeline] isUnix [Pipeline] sh 22:15:09 + docker inspect -f . ci-base-image-arm64 22:15:09 . [Pipeline] withDockerContainer 22:15:09 + 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=1e15b455509d433b72705dad7fc3c723af5422e0 --label arch=amd64 --label version=1.2.4-dev.10 . 22:15:10 prd-ubuntu18.04-docker-arm64-4c-16g-11970 does not seem to be running inside a container 22:15:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/31 -v /w/workspace/device-virtual-go/31:/w/workspace/device-virtual-go/31:rw,z -v /w/workspace/device-virtual-go/31@tmp:/w/workspace/device-virtual-go/31@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:15:10 Sending build context to Docker daemon 534.5kB 22:15:10 Step 1/22 : ARG BASE=golang:1.15-alpine 22:15:10 Step 2/22 : FROM ${BASE} AS builder 22:15:10 ---> e99299dcb319 22:15:10 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:15:10 ---> Running in 25ed21d780c5 22:15:10 Removing intermediate container 25ed21d780c5 22:15:10 ---> 71266febf3db 22:15:10 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:15:10 ---> Running in 7b84decfa963 22:15:10 Removing intermediate container 7b84decfa963 22:15:10 ---> 6de7b4f10654 22:15:10 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 22:15:10 ---> Running in ec10eac10e3a 22:15:10 Removing intermediate container ec10eac10e3a 22:15:10 ---> 261e2cf181d1 22:15:10 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:10 ---> Running in 41b14a99b982 22:15:11 Removing intermediate container 41b14a99b982 22:15:11 ---> 3da0e93a3f3a 22:15:11 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:15:11 $ docker top df4510f9a76fde5a277f925d19d1f456a67b08c1887a1a5c4a87ac9fe0af78ba -eo pid,comm 22:15:12 ---> Running in 2a80b8303792 [Pipeline] { [Pipeline] sh 22:15:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:13 + make test 22:15:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:15:13 OK: 237 MiB in 53 packages 22:15:13 Removing intermediate container 2a80b8303792 22:15:13 ---> d94f0bc431b5 22:15:13 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 22:15:14 ---> Running in 0f882ecbcf8a 22:15:14 Removing intermediate container 0f882ecbcf8a 22:15:14 ---> 3b5fdfcc00a3 22:15:14 Step 9/22 : COPY . . 22:15:14 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:15:15 ---> 8942a6125f91 22:15:15 Step 10/22 : ARG MAKE='make build' 22:15:15 ---> Running in 8048ad2ea017 22:15:15 Removing intermediate container 8048ad2ea017 22:15:15 ---> 825ae2515313 22:15:15 Step 11/22 : RUN $MAKE 22:15:15 ---> Running in eb1904b58a8d 22:15:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.10" -o cmd/device-virtual ./cmd 22:15:28 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:15:30 Removing intermediate container eb1904b58a8d 22:15:30 ---> 50d575fa5bfd 22:15:30 Step 12/22 : FROM alpine 22:15:31 latest: Pulling from library/alpine 22:15:31 188c0c94c7c5: Pulling fs layer 22:15:31 188c0c94c7c5: Download complete 22:15:32 188c0c94c7c5: Pull complete 22:15:32 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:15:32 Status: Downloaded newer image for alpine:latest 22:15:32 ---> d6e46aa2470d 22:15:32 Step 13/22 : ENV APP_PORT=49990 22:15:32 ---> Running in e6888aebb372 22:15:32 Removing intermediate container e6888aebb372 22:15:32 ---> b32221b0a84c 22:15:32 Step 14/22 : EXPOSE $APP_PORT 22:15:32 ---> Running in 9f6221c7c353 22:15:32 Removing intermediate container 9f6221c7c353 22:15:32 ---> 890e11f72d3c 22:15:32 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 22:15:33 ---> 9a38c1aab9f6 22:15:33 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 22:15:33 ---> e26b356b9b45 22:15:33 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 22:15:33 ---> 0d6dee0fa6b7 22:15:33 Step 18/22 : ENTRYPOINT ["/device-virtual"] 22:15:33 ---> Running in afc4a4855823 22:15:33 Removing intermediate container afc4a4855823 22:15:33 ---> 261165316675 22:15:33 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:15:33 ---> Running in b24109361b0a 22:15:34 Removing intermediate container b24109361b0a 22:15:34 ---> 9dc5ab2464bf 22:15:34 Step 20/22 : LABEL arch=amd64 22:15:34 ---> Running in 50d2d79c61eb 22:15:34 Removing intermediate container 50d2d79c61eb 22:15:34 ---> f5709e3d0ecd 22:15:34 Step 21/22 : LABEL git_sha=1e15b455509d433b72705dad7fc3c723af5422e0 22:15:34 ---> Running in bf32c00b4d3c 22:15:34 Removing intermediate container bf32c00b4d3c 22:15:34 ---> ff963db544d3 22:15:34 Step 22/22 : LABEL version=1.2.4-dev.10 22:15:34 ---> Running in c36b832e5407 22:15:34 Removing intermediate container c36b832e5407 22:15:34 ---> 1810329c5aa9 22:15:34 [Warning] One or more build-args [ARCH] were not consumed 22:15:34 Successfully built 1810329c5aa9 22:15:34 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:15:35 provisioning config files... 22:15:35 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config911520238390347517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:35 ---> docker-login.sh 22:15:35 nexus3.edgexfoundry.org:10001 22:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:35 Configure a credential helper to remove this warning. See 22:15:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:35 22:15:35 Login Succeeded 22:15:35 nexus3.edgexfoundry.org:10002 22:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:36 Configure a credential helper to remove this warning. See 22:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:36 22:15:36 Login Succeeded 22:15:36 nexus3.edgexfoundry.org:10003 22:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:36 Configure a credential helper to remove this warning. See 22:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:36 22:15:36 Login Succeeded 22:15:36 nexus3.edgexfoundry.org:10004 22:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:36 Configure a credential helper to remove this warning. See 22:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:36 22:15:36 Login Succeeded 22:15:36 docker.io 22:15:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:36 Configure a credential helper to remove this warning. See 22:15:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:36 22:15:36 Login Succeeded 22:15:36 ---> docker-login.sh ends [Pipeline] } 22:15:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:36 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 22:15:36 1e15b455509d433b72705dad7fc3c723af5422e0 22:15:36 latest 22:15:36 1.2.4-dev.10 22:15:36 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 22:15:36 master 22:15:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:37 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] isUnix [Pipeline] sh 22:15:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 22:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:15:37 838863e6673b: Preparing 22:15:37 3e5926a84455: Preparing 22:15:37 d1dcbba30cdc: Preparing 22:15:37 ace0eda3e3be: Preparing 22:15:37 ace0eda3e3be: Layer already exists 22:15:37 3e5926a84455: Pushed 22:15:37 838863e6673b: Pushed 22:15:39 d1dcbba30cdc: Pushed 22:15:39 1e15b455509d433b72705dad7fc3c723af5422e0: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:15:39 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 22:15:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 22:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:15:39 838863e6673b: Preparing 22:15:39 3e5926a84455: Preparing 22:15:39 d1dcbba30cdc: Preparing 22:15:39 ace0eda3e3be: Preparing 22:15:39 3e5926a84455: Layer already exists 22:15:39 ace0eda3e3be: Layer already exists 22:15:39 d1dcbba30cdc: Layer already exists 22:15:39 838863e6673b: Layer already exists 22:15:39 latest: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:15:40 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh 22:15:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.10 22:15:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:15:40 838863e6673b: Preparing 22:15:40 3e5926a84455: Preparing 22:15:40 d1dcbba30cdc: Preparing 22:15:40 ace0eda3e3be: Preparing 22:15:40 ace0eda3e3be: Layer already exists 22:15:40 d1dcbba30cdc: Layer already exists 22:15:40 3e5926a84455: Layer already exists 22:15:40 838863e6673b: Layer already exists 22:15:40 1.2.4-dev.10: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:15:40 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh 22:15:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 22:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:15:41 838863e6673b: Preparing 22:15:41 3e5926a84455: Preparing 22:15:41 d1dcbba30cdc: Preparing 22:15:41 ace0eda3e3be: Preparing 22:15:41 ace0eda3e3be: Layer already exists 22:15:41 d1dcbba30cdc: Layer already exists 22:15:41 3e5926a84455: Layer already exists 22:15:41 838863e6673b: Layer already exists 22:15:41 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:15:41 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 22:15:41 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 22:15:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 22:15:41 838863e6673b: Preparing 22:15:41 3e5926a84455: Preparing 22:15:41 d1dcbba30cdc: Preparing 22:15:41 ace0eda3e3be: Preparing 22:15:41 d1dcbba30cdc: Layer already exists 22:15:41 3e5926a84455: Layer already exists 22:15:41 838863e6673b: Layer already exists 22:15:41 ace0eda3e3be: Layer already exists 22:15:41 master: digest: sha256:e4b9e2d91664e51b5f3067742658c466a6e1e393ea5217d02ada6c41002650f8 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:15:41 ===================================================== [Pipeline] echo 22:15:42 taggedImages: 22:15:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 22:15:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 22:15:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.10 22:15:42 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 22:15:42 - 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:16:01 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:16:01 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.469s coverage: 64.4% of statements 22:16:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:16:08 gofmt -l . 22:16:08 [ "`gofmt -l .`" = "" ] 22:16:08 ./bin/test-attribution-txt.sh 22:16:09 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:16:10 $ docker stop --time=1 df4510f9a76fde5a277f925d19d1f456a67b08c1887a1a5c4a87ac9fe0af78ba 22:16:12 $ docker rm -f df4510f9a76fde5a277f925d19d1f456a67b08c1887a1a5c4a87ac9fe0af78ba [Pipeline] // withDockerContainer [Pipeline] sh 22:16:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:16:13 Warning: overwriting stash ‘coverage-report’ 22:16:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:16:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:16:15 + ls -al . 22:16:15 total 148 22:16:15 drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 22:16 . 22:16:15 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 22:13 .. 22:16:15 drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 22:13 .git 22:16:15 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:13 .github 22:16:15 -rw-rw-r-- 1 jenkins jenkins 258 Nov 12 22:13 .gitignore 22:16:15 -rw-rw-r-- 1 jenkins jenkins 6713 Nov 12 22:13 Attribution.txt 22:16:15 -rw-rw-r-- 1 jenkins jenkins 1834 Nov 12 22:13 Dockerfile 22:16:15 -rw-rw-r-- 1 jenkins jenkins 957 Nov 12 22:13 Dockerfile.build 22:16:15 -rw-rw-r-- 1 jenkins jenkins 660 Nov 12 22:13 Jenkinsfile 22:16:15 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 12 22:13 LICENSE 22:16:15 -rw-rw-r-- 1 jenkins jenkins 873 Nov 12 22:13 Makefile 22:16:15 -rw-rw-r-- 1 jenkins jenkins 918 Nov 12 22:13 README.md 22:16:15 -rw-rw-r-- 1 jenkins jenkins 12 Nov 12 22:11 VERSION 22:16:15 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:13 bin 22:16:15 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:13 cmd 22:16:15 -rw-r--r-- 1 jenkins jenkins 47242 Nov 12 22:15 coverage.out 22:16:15 -rw-r--r-- 1 jenkins jenkins 856 Nov 12 22:16 go.mod 22:16:15 -rw-r--r-- 1 jenkins jenkins 16151 Nov 12 22:16 go.sum 22:16:15 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:13 internal 22:16:15 -rw-rw-r-- 1 jenkins jenkins 235 Nov 12 22:13 version.go [Pipeline] isUnix [Pipeline] sh 22:16:15 + 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=1e15b455509d433b72705dad7fc3c723af5422e0 --label arch=arm64 --label version=1.2.4-dev.10 . 22:16:15 Sending build context to Docker daemon 534.5kB 22:16:15 Step 1/22 : ARG BASE=golang:1.15-alpine 22:16:15 Step 2/22 : FROM ${BASE} AS builder 22:16:15 ---> cc75c3074297 22:16:15 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:16:16 ---> Running in 85a9d0f1d1b0 22:16:16 Removing intermediate container 85a9d0f1d1b0 22:16:16 ---> 17ac67916818 22:16:16 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:16:16 ---> Running in 39055d558184 22:16:17 Removing intermediate container 39055d558184 22:16:17 ---> e36608c93d1c 22:16:17 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 22:16:17 ---> Running in 8dcabce42208 22:16:17 Removing intermediate container 8dcabce42208 22:16:17 ---> e8faaed6f949 22:16:17 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:17 ---> Running in 052180ac63f2 22:16:20 Removing intermediate container 052180ac63f2 22:16:20 ---> 409f0ccf8831 22:16:20 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:16:20 ---> Running in 03f68bcd6a4c 22:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:23 OK: 221 MiB in 53 packages 22:16:24 Removing intermediate container 03f68bcd6a4c 22:16:24 ---> 78fa2ef02068 22:16:24 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 22:16:24 ---> Running in 96c3bf5b198b 22:16:25 Removing intermediate container 96c3bf5b198b 22:16:25 ---> f6a1e490f472 22:16:25 Step 9/22 : COPY . . 22:16:26 ---> 50783acf95f3 22:16:26 Step 10/22 : ARG MAKE='make build' 22:16:26 ---> Running in 054afdcf372b 22:16:26 Removing intermediate container 054afdcf372b 22:16:26 ---> e1eb8999f390 22:16:26 Step 11/22 : RUN $MAKE 22:16:26 ---> Running in 68a897b57bbc 22:16:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.10" -o cmd/device-virtual ./cmd 22:17:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:17:07 Removing intermediate container 68a897b57bbc 22:17:07 ---> 846d5a583a1c 22:17:07 Step 12/22 : FROM alpine 22:17:08 latest: Pulling from library/alpine 22:17:08 5f621e34cdf4: Pulling fs layer 22:17:08 5f621e34cdf4: Verifying Checksum 22:17:08 5f621e34cdf4: Download complete 22:17:09 5f621e34cdf4: Pull complete 22:17:09 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:17:09 Status: Downloaded newer image for alpine:latest 22:17:09 ---> 2e77e061c27f 22:17:09 Step 13/22 : ENV APP_PORT=49990 22:17:09 ---> Running in 0d6585af9d2f 22:17:09 Removing intermediate container 0d6585af9d2f 22:17:09 ---> b309b89c6a22 22:17:09 Step 14/22 : EXPOSE $APP_PORT 22:17:09 ---> Running in e32a07c9bf30 22:17:10 Removing intermediate container e32a07c9bf30 22:17:10 ---> 4afa93caf62a 22:17:10 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 22:17:12 ---> 84fa9192b27b 22:17:12 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 22:17:12 ---> 3addabd9e54f 22:17:12 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 22:17:13 ---> 52fb000bd141 22:17:13 Step 18/22 : ENTRYPOINT ["/device-virtual"] 22:17:13 ---> Running in 876b64d52b24 22:17:13 Removing intermediate container 876b64d52b24 22:17:13 ---> d3c268e72eac 22:17:13 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:14 ---> Running in 503ed3df9dee 22:17:14 Removing intermediate container 503ed3df9dee 22:17:14 ---> aac384bfb6b0 22:17:14 Step 20/22 : LABEL arch=arm64 22:17:14 ---> Running in e3680f3b9f1e 22:17:15 Removing intermediate container e3680f3b9f1e 22:17:15 ---> 2f795b17911d 22:17:15 Step 21/22 : LABEL git_sha=1e15b455509d433b72705dad7fc3c723af5422e0 22:17:15 ---> Running in 9579e65df664 22:17:15 Removing intermediate container 9579e65df664 22:17:15 ---> 83147d1a3700 22:17:15 Step 22/22 : LABEL version=1.2.4-dev.10 22:17:15 ---> Running in cade8b3481cf 22:17:16 Removing intermediate container cade8b3481cf 22:17:16 ---> 92dc391e4347 22:17:16 [Warning] One or more build-args [ARCH] were not consumed 22:17:16 Successfully built 92dc391e4347 22:17:16 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:17:16 provisioning config files... 22:17:17 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/31@tmp/config933603077308733428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:17 ---> docker-login.sh 22:17:17 nexus3.edgexfoundry.org:10001 22:17:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:17 Configure a credential helper to remove this warning. See 22:17:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:17 22:17:17 Login Succeeded 22:17:17 nexus3.edgexfoundry.org:10002 22:17:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:18 Configure a credential helper to remove this warning. See 22:17:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:18 22:17:18 Login Succeeded 22:17:18 nexus3.edgexfoundry.org:10003 22:17:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:19 Configure a credential helper to remove this warning. See 22:17:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:19 22:17:19 Login Succeeded 22:17:19 nexus3.edgexfoundry.org:10004 22:17:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:19 Configure a credential helper to remove this warning. See 22:17:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:19 22:17:19 Login Succeeded 22:17:19 docker.io 22:17:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:20 Configure a credential helper to remove this warning. See 22:17:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:20 22:17:20 Login Succeeded 22:17:20 ---> docker-login.sh ends [Pipeline] } 22:17:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:17:20 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 22:17:20 1e15b455509d433b72705dad7fc3c723af5422e0 22:17:20 latest 22:17:20 1.2.4-dev.10 22:17:20 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 22:17:20 master 22:17:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:21 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] isUnix [Pipeline] sh 22:17:21 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0 22:17:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:17:21 9809d863bcb6: Preparing 22:17:21 5c96c7ea1c95: Preparing 22:17:21 338494398b38: Preparing 22:17:21 cd3761cfa1d9: Preparing 22:17:21 cd3761cfa1d9: Layer already exists 22:17:22 9809d863bcb6: Pushed 22:17:22 5c96c7ea1c95: Pushed 22:17:25 338494398b38: Pushed 22:17:25 1e15b455509d433b72705dad7fc3c723af5422e0: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:17:25 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:17:26 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 22:17:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:17:26 9809d863bcb6: Preparing 22:17:26 5c96c7ea1c95: Preparing 22:17:26 338494398b38: Preparing 22:17:26 cd3761cfa1d9: Preparing 22:17:26 9809d863bcb6: Layer already exists 22:17:26 338494398b38: Layer already exists 22:17:26 cd3761cfa1d9: Layer already exists 22:17:26 5c96c7ea1c95: Layer already exists 22:17:26 latest: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:17:26 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh 22:17:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.10 22:17:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:17:27 9809d863bcb6: Preparing 22:17:27 5c96c7ea1c95: Preparing 22:17:27 338494398b38: Preparing 22:17:27 cd3761cfa1d9: Preparing 22:17:27 cd3761cfa1d9: Layer already exists 22:17:27 5c96c7ea1c95: Layer already exists 22:17:27 338494398b38: Layer already exists 22:17:27 9809d863bcb6: Layer already exists 22:17:27 1.2.4-dev.10: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:17:27 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 [Pipeline] isUnix [Pipeline] sh 22:17:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 22:17:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:17:28 9809d863bcb6: Preparing 22:17:28 5c96c7ea1c95: Preparing 22:17:28 338494398b38: Preparing 22:17:28 cd3761cfa1d9: Preparing 22:17:28 338494398b38: Layer already exists 22:17:28 cd3761cfa1d9: Layer already exists 22:17:28 5c96c7ea1c95: Layer already exists 22:17:28 9809d863bcb6: Layer already exists 22:17:28 1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] isUnix [Pipeline] sh 22:17:28 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 22:17:29 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 22:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 22:17:29 9809d863bcb6: Preparing 22:17:29 5c96c7ea1c95: Preparing 22:17:29 338494398b38: Preparing 22:17:29 cd3761cfa1d9: Preparing 22:17:29 9809d863bcb6: Layer already exists 22:17:29 cd3761cfa1d9: Layer already exists 22:17:29 338494398b38: Layer already exists 22:17:29 5c96c7ea1c95: Layer already exists 22:17:29 master: digest: sha256:3ad1d82ef17cfc4e87460e57a538e0535c66cf92e3f6e3978952b52816b8ca61 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:17:29 ===================================================== [Pipeline] echo 22:17:29 taggedImages: 22:17:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0 22:17:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 22:17:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.10 22:17:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1e15b455509d433b72705dad7fc3c723af5422e0-1.2.4-dev.10 22:17:29 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:17:32 provisioning config files... 22:17:32 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6615205682933298373tmp [Pipeline] { [Pipeline] sh 22:17:32 + set +x 22:17:32 + curl -s https://codecov.io/bash 22:17:32 + bash -s -- 22:17:32 22:17:32 _____ _ 22:17:32 / ____| | | 22:17:32 | | ___ __| | ___ ___ _____ __ 22:17:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:17:32 | |___| (_) | (_| | __/ (_| (_) \ V / 22:17:32 \_____\___/ \__,_|\___|\___\___/ \_/ 22:17:32 Bash-20201106-81372f2 22:17:32 22:17:32 22:17:32 ==> Jenkins CI detected. 22:17:32 project root: . 22:17:32 --> token set from env 22:17:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:17:32 ==> Running gcov in . (disable via -X gcov) 22:17:32 ==> Python coveragepy not found 22:17:32 ==> Searching for coverage reports in: 22:17:32 + . 22:17:32 -> Found 1 reports 22:17:32 ==> Detecting git/mercurial file structure 22:17:32 ==> Reading reports 22:17:32 + ./coverage.out bytes=47242 22:17:32 ==> Appending adjustments 22:17:32 https://docs.codecov.io/docs/fixing-reports 22:17:32 + Found adjustments 22:17:32 ==> Gzipping contents 22:17:32 ==> Uploading reports 22:17:32 url: https://codecov.io 22:17:32 query: branch=master&commit=1e15b455509d433b72705dad7fc3c723af5422e0&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F31%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:17:33 -> Pinging Codecov 22:17:33 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=1e15b455509d433b72705dad7fc3c723af5422e0&build=31&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F31%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:17:33 -> Uploading to 22:17:33 https://storage.googleapis.com/codecov/v4/raw/2020-11-12/5E52B4B073DB2E39498172D8E973AA87/1e15b455509d433b72705dad7fc3c723af5422e0/6ebbc805-b26c-4fb9-86c3-5bd032a62dbc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T221733Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee80eec224fce06606e70057ed0f496a1ce262c10700843ed86f3f4eac5490ca 22:17:33 % Total % Received % Xferd Average Speed Time Time Time Current 22:17:33 Dload Upload Total Spent Left Speed 22:17:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5825 0 0 100 5825 0 13873 --:--:-- --:--:-- --:--:-- 13902 22:17:33 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] } 22:17:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:17:34 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:17:34 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:17:35 22:17:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:17:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:17:35 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:17:35 188c0c94c7c5: Pulling fs layer 22:17:35 0ef7d3d256c8: Pulling fs layer 22:17:35 de9db76c5a1d: Pulling fs layer 22:17:35 0eba1c9be4d2: Pulling fs layer 22:17:35 0d57e429df01: Pulling fs layer 22:17:35 4e4be7b47b0d: Pulling fs layer 22:17:35 e1f770b5df2f: Pulling fs layer 22:17:35 85a0685a4137: Pulling fs layer 22:17:35 0eba1c9be4d2: Waiting 22:17:35 0d57e429df01: Waiting 22:17:35 4e4be7b47b0d: Waiting 22:17:35 e1f770b5df2f: Waiting 22:17:35 85a0685a4137: Waiting 22:17:35 de9db76c5a1d: Download complete 22:17:35 0ef7d3d256c8: Download complete 22:17:35 0d57e429df01: Verifying Checksum 22:17:35 0d57e429df01: Download complete 22:17:35 4e4be7b47b0d: Verifying Checksum 22:17:35 4e4be7b47b0d: Download complete 22:17:35 188c0c94c7c5: Verifying Checksum 22:17:35 188c0c94c7c5: Download complete 22:17:36 188c0c94c7c5: Pull complete 22:17:36 0ef7d3d256c8: Pull complete 22:17:36 e1f770b5df2f: Verifying Checksum 22:17:36 e1f770b5df2f: Download complete 22:17:36 de9db76c5a1d: Pull complete 22:17:39 0eba1c9be4d2: Verifying Checksum 22:17:39 0eba1c9be4d2: Download complete 22:17:39 85a0685a4137: Verifying Checksum 22:17:39 85a0685a4137: Download complete 22:17:45 0eba1c9be4d2: Pull complete 22:17:45 0d57e429df01: Pull complete 22:17:45 4e4be7b47b0d: Pull complete 22:17:48 e1f770b5df2f: Pull complete 22:17:54 85a0685a4137: Pull complete 22:17:54 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:17:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:17:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:17:55 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:17:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:17:56 $ docker top 2ca8488efa8bd101cf56d25be08f8f752687eaa0c957cd90c768af77f6ba11c4 -eo pid,comm [Pipeline] { [Pipeline] echo 22:17:56 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:17:56 + set -o pipefail 22:17:56 + snyk monitor '--org=edgex-jenkins' 22:18:18 22:18:18 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 22:18:18 22:18:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/4fbd24ef-ee5e-43fe-81f4-2a6039274e7a 22:18:18 22:18:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:18:18 22:18:18 [Pipeline] } 22:18:18 $ docker stop --time=1 2ca8488efa8bd101cf56d25be08f8f752687eaa0c957cd90c768af77f6ba11c4 22:18:21 $ docker rm -f 2ca8488efa8bd101cf56d25be08f8f752687eaa0c957cd90c768af77f6ba11c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 22:18:22 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0, dockerFile=Dockerfile [Pipeline] echo 22:18:22 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 22:18:22 + set -o pipefail 22:18:22 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 22:18:22 + tee .snyk 22:18:23 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 22:18:23 version: v1.14.1 22:18:23 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 22:18:23 # ignore: 22:18:23 # SNYK-ALPINE39-ONIGURUMA-1017393: # snyk ID for the issue to ignore. Required. 22:18:23 # - '*': 22:18:23 # reason: does not apply # justification for ignoring 22:18:23 # expires: 2020-11-18T20:53:17.624Z # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14) 22:18:23 # patch: {} [Pipeline] withCredentials 22:18:23 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:18:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:18:23 . [Pipeline] withDockerContainer 22:18:23 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:18:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:18:24 $ docker top fd9342d153521d63f8dd105c0d0b3754097404108572c75b85d749d0dba77920 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:25 + rm -f snykReport.html [Pipeline] echo 22:18:25 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 22:18:25 + set -o pipefail 22:18:25 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1e15b455509d433b72705dad7fc3c723af5422e0 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 22:18:25 + snyk-to-html -o snykReport.html 22:18:35 Vulnerability snapshot saved at snykReport.html [Pipeline] } 22:18:35 $ docker stop --time=1 fd9342d153521d63f8dd105c0d0b3754097404108572c75b85d749d0dba77920 22:18:36 $ docker rm -f fd9342d153521d63f8dd105c0d0b3754097404108572c75b85d749d0dba77920 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 22:18:38 + git log --format=format:%s -1 1e15b455509d433b72705dad7fc3c723af5422e0 [Pipeline] isUnix [Pipeline] sh 22:18:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:18:38 . [Pipeline] withDockerContainer 22:18:38 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:18:39 $ 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 22:18:39 $ docker top d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:18:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:18:39 [ssh-agent] Looking for ssh-agent implementation... 22:18:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:18:40 $ docker exec d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf ssh-agent 22:18:40 SSH_AUTH_SOCK=/tmp/ssh-YwmSt2bwesH2/agent.12 22:18:40 SSH_AGENT_PID=17 22:18:40 Running ssh-add (command line suppressed) 22:18:40 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8825350412250563798.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8825350412250563798.key) 22:18:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:18:40 + git semver tag 22:18:40 # -> Open(): unable to determine branch for HEAD 22:18:40 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:18:40 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:18:40 # $SEMVER_REMOTE_NAME = origin 22:18:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:18:40 # $SEMVER_USER_NAME = edgex-jenkins 22:18:40 # $SEMVER_BRANCH = master 22:18:40 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 22:18:40 # 1e15b455509d433b72705dad7fc3c723af5422e0 HEAD 22:18:40 # -> Force: false 22:18:40 # 1c7f413778efa806d03760055b2827bb09a81de9 refs/tags/v1.2.4-dev.10 [Pipeline] } 22:18:40 $ docker exec --env ******** --env ******** d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf ssh-agent -k 22:18:41 unset SSH_AUTH_SOCK; 22:18:41 unset SSH_AGENT_PID; 22:18:41 echo Agent pid 17 killed; 22:18:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:18:42 + git semver [Pipeline] } 22:18:42 $ docker stop --time=1 d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf 22:18:43 $ docker rm -f d76626433671a4c944f31dcb2687bd84e56cbc18be9ae0995855b060c1eb05cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:18:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:18:44 22:18:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:18:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:18:45 0.23.1-centos7: Pulling from edgex-lftools 22:18:45 ab5ef0e58194: Pulling fs layer 22:18:45 9712f1f96733: Pulling fs layer 22:18:45 63f879dbbcfc: Pulling fs layer 22:18:45 0d9ebad4ef96: Pulling fs layer 22:18:45 e9a5061849ea: Pulling fs layer 22:18:45 d747dcd14b5f: Pulling fs layer 22:18:45 2de7ff778b66: Pulling fs layer 22:18:45 e9a5061849ea: Waiting 22:18:45 d747dcd14b5f: Waiting 22:18:45 2de7ff778b66: Waiting 22:18:45 0d9ebad4ef96: Waiting 22:18:45 9712f1f96733: Verifying Checksum 22:18:45 9712f1f96733: Download complete 22:18:46 63f879dbbcfc: Verifying Checksum 22:18:46 63f879dbbcfc: Download complete 22:18:46 e9a5061849ea: Verifying Checksum 22:18:46 e9a5061849ea: Download complete 22:18:46 d747dcd14b5f: Verifying Checksum 22:18:46 d747dcd14b5f: Download complete 22:18:47 2de7ff778b66: Verifying Checksum 22:18:47 2de7ff778b66: Download complete 22:18:47 0d9ebad4ef96: Verifying Checksum 22:18:47 0d9ebad4ef96: Download complete 22:18:47 ab5ef0e58194: Verifying Checksum 22:18:47 ab5ef0e58194: Download complete 22:18:51 ab5ef0e58194: Pull complete 22:18:51 9712f1f96733: Pull complete 22:18:53 63f879dbbcfc: Pull complete 22:19:00 0d9ebad4ef96: Pull complete 22:19:01 e9a5061849ea: Pull complete 22:19:01 d747dcd14b5f: Pull complete 22:19:04 2de7ff778b66: Pull complete 22:19:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:19:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:19:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:19:05 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:19:05 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:19:09 $ docker top ad9f2f2350916b19483b66f6922f1eb25af0448569556c0fc673e448b65b6e67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:19:09 provisioning config files... 22:19:09 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1345836101894895532tmp 22:19:09 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6041398158006252676tmp 22:19:09 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config495532687928519297tmp [Pipeline] { [Pipeline] echo 22:19:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:19:09 ---> sigul-configuration.sh 22:19:09 gpg: directory `/root/.gnupg' created 22:19:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:19:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:19:09 gpg: keyring `/root/.gnupg/secring.gpg' created 22:19:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:19:09 gpg: CAST5 encrypted data 22:19:10 gpg: encrypted with 1 passphrase 22:19:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:19:10 + mkdir /home/jenkins 22:19:10 + mkdir /home/jenkins/sigul [Pipeline] sh 22:19:10 + 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 22:19:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:19:11 ---> sigul-install.sh 22:19:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:19:17 + git tag --list 22:19:17 v1.0.0 22:19:17 v1.1.0 22:19:17 v1.1.1 22:19:17 v1.2.0 22:19:17 v1.2.1 22:19:17 v1.2.2 22:19:17 v1.2.3 22:19:17 v1.2.3-dev.1 22:19:17 v1.2.3-dev.2 22:19:17 v1.2.4-dev.1 22:19:17 v1.2.4-dev.10 22:19:17 v1.2.4-dev.2 22:19:17 v1.2.4-dev.3 22:19:17 v1.2.4-dev.4 22:19:17 v1.2.4-dev.5 22:19:17 v1.2.4-dev.6 22:19:17 v1.2.4-dev.7 22:19:17 v1.2.4-dev.8 22:19:17 v1.2.4-dev.9 [Pipeline] sh 22:19:18 + lftools sign git-tag v1.2.4-dev.10 22:19:19 Signing Git tag with Sigul... 22:19:19 Signing v1.2.4-dev.10 [Pipeline] echo 22:19:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:19:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:19:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:19:21 $ docker stop --time=1 ad9f2f2350916b19483b66f6922f1eb25af0448569556c0fc673e448b65b6e67 22:19:23 $ docker rm -f ad9f2f2350916b19483b66f6922f1eb25af0448569556c0fc673e448b65b6e67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:19:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:24 . [Pipeline] withDockerContainer 22:19:24 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:19:24 $ 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 22:19:25 $ docker top 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:19:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:25 [ssh-agent] Looking for ssh-agent implementation... 22:19:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:25 $ docker exec 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 ssh-agent 22:19:25 SSH_AUTH_SOCK=/tmp/ssh-00Bj8YmDMRvx/agent.13 22:19:25 SSH_AGENT_PID=18 22:19:25 Running ssh-add (command line suppressed) 22:19:25 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5809932543654307975.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5809932543654307975.key) 22:19:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:26 + git semver bump pre 22:19:26 # -> Open(): unable to determine branch for HEAD 22:19:26 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:19:26 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:19:26 # $SEMVER_REMOTE_NAME = origin 22:19:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:19:26 # $SEMVER_USER_NAME = edgex-jenkins 22:19:26 # $SEMVER_BRANCH = master 22:19:26 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 22:19:26 1.2.4-dev.11 [Pipeline] } 22:19:26 $ docker exec --env ******** --env ******** 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 ssh-agent -k 22:19:26 unset SSH_AUTH_SOCK; 22:19:26 unset SSH_AGENT_PID; 22:19:26 echo Agent pid 18 killed; 22:19:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:19:26 + git semver [Pipeline] } 22:19:27 $ docker stop --time=1 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 22:19:28 $ docker rm -f 22fc70b04c1af37f47b55a4d026a1b97430a1821478daf0d08197831f8aab5e1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:19:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:28 . [Pipeline] withDockerContainer 22:19:28 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:19:28 $ 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 22:19:29 $ docker top 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:19:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:29 [ssh-agent] Looking for ssh-agent implementation... 22:19:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:30 $ docker exec 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 ssh-agent 22:19:30 SSH_AUTH_SOCK=/tmp/ssh-O9fjafku4tMU/agent.12 22:19:30 SSH_AGENT_PID=17 22:19:30 Running ssh-add (command line suppressed) 22:19:30 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6391861095987335603.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6391861095987335603.key) 22:19:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:30 + git semver push 22:19:30 # -> Open(): unable to determine branch for HEAD 22:19:30 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 22:19:30 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 22:19:30 # $SEMVER_REMOTE_NAME = origin 22:19:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:19:30 # $SEMVER_USER_NAME = edgex-jenkins 22:19:30 # $SEMVER_BRANCH = master 22:19:30 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 22:19:37 $ docker exec --env ******** --env ******** 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 ssh-agent -k 22:19:37 unset SSH_AUTH_SOCK; 22:19:37 unset SSH_AGENT_PID; 22:19:37 echo Agent pid 17 killed; 22:19:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:19:38 + git semver [Pipeline] } 22:19:38 $ docker stop --time=1 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 22:19:39 $ docker rm -f 5d43f74dfdfbff3fee5156542edd82fae77d2337f2aa97705e763d231720e026 [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 22:19:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:19:41 ---> package-listing.sh 22:19:41 ++ facter osfamily 22:19:41 ++ tr '[:upper:]' '[:lower:]' 22:19:41 + OS_FAMILY=redhat 22:19:41 + workspace=/w/workspace/foundry_device-virtual-go_master 22:19:41 + START_PACKAGES=/tmp/packages_start.txt 22:19:41 + END_PACKAGES=/tmp/packages_end.txt 22:19:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:19:41 + PACKAGES=/tmp/packages_start.txt 22:19:41 + '[' /w/workspace/foundry_device-virtual-go_master ']' 22:19:41 + PACKAGES=/tmp/packages_end.txt 22:19:41 + case "${OS_FAMILY}" in 22:19:41 + rpm -qa 22:19:41 + sort 22:19:46 + '[' -f /tmp/packages_start.txt ']' 22:19:46 + '[' -f /tmp/packages_end.txt ']' 22:19:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:19:46 + '[' /w/workspace/foundry_device-virtual-go_master ']' 22:19:46 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 22:19:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 22:19:46 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 22:19:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:19:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:46 22:19:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:19:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:47 alpine: Pulling from edgex-lftools-log-publisher 22:19:47 df20fa9351a1: Pulling fs layer 22:19:47 36b3adc4ff6f: Pulling fs layer 22:19:47 8ad3a11d3b57: Pulling fs layer 22:19:47 46f8f816bc3b: Pulling fs layer 22:19:47 93b61091891f: Pulling fs layer 22:19:47 93b9cdb0e59b: Pulling fs layer 22:19:47 5e14af77c1be: Pulling fs layer 22:19:47 01666e4c0597: Pulling fs layer 22:19:47 aa168da1d23b: Pulling fs layer 22:19:47 93b9cdb0e59b: Waiting 22:19:47 5e14af77c1be: Waiting 22:19:47 01666e4c0597: Waiting 22:19:47 aa168da1d23b: Waiting 22:19:47 46f8f816bc3b: Waiting 22:19:47 93b61091891f: Waiting 22:19:47 36b3adc4ff6f: Verifying Checksum 22:19:47 36b3adc4ff6f: Download complete 22:19:47 46f8f816bc3b: Verifying Checksum 22:19:47 46f8f816bc3b: Download complete 22:19:47 df20fa9351a1: Verifying Checksum 22:19:47 df20fa9351a1: Download complete 22:19:47 93b9cdb0e59b: Verifying Checksum 22:19:47 93b9cdb0e59b: Download complete 22:19:47 5e14af77c1be: Download complete 22:19:47 93b61091891f: Download complete 22:19:47 01666e4c0597: Verifying Checksum 22:19:47 01666e4c0597: Download complete 22:19:47 8ad3a11d3b57: Verifying Checksum 22:19:47 8ad3a11d3b57: Download complete 22:19:48 df20fa9351a1: Pull complete 22:19:48 36b3adc4ff6f: Pull complete 22:19:49 aa168da1d23b: Verifying Checksum 22:19:49 aa168da1d23b: Download complete 22:19:49 8ad3a11d3b57: Pull complete 22:19:49 46f8f816bc3b: Pull complete 22:19:49 93b61091891f: Pull complete 22:19:49 93b9cdb0e59b: Pull complete 22:19:49 5e14af77c1be: Pull complete 22:19:50 01666e4c0597: Pull complete 22:19:58 aa168da1d23b: Pull complete 22:19:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:19:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:19:58 prd-centos7-docker-4c-2g-11968 does not seem to be running inside a container 22:19:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:20:01 $ docker top 2d2f64c9071f0a451a99c122eda921de120235099fdce54a559a9211f1327d5b -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:02 + touch /tmp/pre-build-complete [Pipeline] sh 22:20:02 + mkdir -p /var/log/sa [Pipeline] sh 22:20:02 + ls /var/log/sa-host 22:20:02 + sadf -c /var/log/sa-host/sa05 22:20:02 file_magic: OK 22:20:02 HZ: Using current value: 100 22:20:02 file_header: OK 22:20:02 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 22:20:02 Statistics: 22:20:02 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:20:02 File successfully converted to sysstat format version 12.2.1 22:20:02 + sadf -c /var/log/sa-host/sa12 22:20:02 file_magic: OK 22:20:02 HZ: Using current value: 100 22:20:02 file_header: OK 22:20:02 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 22:20:02 Statistics: 22:20:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:20:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:20:03 provisioning config files... 22:20:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8775632665521330205tmp [Pipeline] { [Pipeline] echo 22:20:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:20:03 ---> create-netrc.sh [Pipeline] } 22:20:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:20:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:20:04 ---> python-tools-install.sh [Pipeline] echo 22:20:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:20:04 ---> sudo-logs.sh 22:20:04 Archiving 'sudo' log.. [Pipeline] echo 22:20:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:20:04 ---> job-cost.sh 22:20:04 lf-activate-venv: SKIPPING 22:20:04 INFO: No Stack... 22:20:06 INFO: Retrieving Pricing Info for: v1-standard-2 22:20:06 INFO: Archiving Costs [Pipeline] echo 22:20:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:20:06 ---> logs-deploy.sh 22:20:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/31 22:20:06 INFO: archiving workspace using pattern(s): 22:20:08 Archives upload complete. 22:20:08 INFO: archiving logs to Nexus 22:20:09 ---> uname -a: 22:20:09 Linux prd-centos7-docker-4c-2g-11968.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:20:09 22:20:09 22:20:09 ---> lscpu: 22:20:09 Architecture: x86_64 22:20:09 CPU op-mode(s): 32-bit, 64-bit 22:20:09 Byte Order: Little Endian 22:20:09 Address sizes: 40 bits physical, 48 bits virtual 22:20:09 CPU(s): 4 22:20:09 On-line CPU(s) list: 0-3 22:20:09 Thread(s) per core: 1 22:20:09 Core(s) per socket: 1 22:20:09 Socket(s): 4 22:20:09 NUMA node(s): 1 22:20:09 Vendor ID: GenuineIntel 22:20:09 CPU family: 6 22:20:09 Model: 44 22:20:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:20:09 Stepping: 1 22:20:09 CPU MHz: 2933.438 22:20:09 BogoMIPS: 5866.87 22:20:09 Virtualization: VT-x 22:20:09 Hypervisor vendor: KVM 22:20:09 Virtualization type: full 22:20:09 L1d cache: 128 KiB 22:20:09 L1i cache: 128 KiB 22:20:09 L2 cache: 16 MiB 22:20:09 L3 cache: 64 MiB 22:20:09 NUMA node0 CPU(s): 0-3 22:20:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:20:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:20:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:20:09 Vulnerability Meltdown: Mitigation; PTI 22:20:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:20:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:20:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:20:09 Vulnerability Tsx async abort: Not affected 22:20:09 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 22:20:09 22:20:09 22:20:09 ---> nproc: 22:20:09 4 22:20:09 22:20:09 22:20:09 ---> df -h: 22:20:09 Filesystem Size Used Available Use% Mounted on 22:20:09 overlay 50.0G 8.5G 41.5G 17% / 22:20:09 tmpfs 64.0M 0 64.0M 0% /dev 22:20:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:20:09 shm 64.0M 0 64.0M 0% /dev/shm 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master@tmp 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 22:20:09 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master 22:20:09 22:20:09 22:20:09 ---> free -m: 22:20:09 total used free shared buff/cache available 22:20:09 Mem: 1837 817 127 0 892 965 22:20:09 Swap: 1023 3 1020 22:20:09 22:20:09 22:20:09 ---> ip addr: 22:20:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:20:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:20:09 inet 127.0.0.1/8 scope host lo 22:20:09 valid_lft forever preferred_lft forever 22:20:09 inet6 ::1/128 scope host 22:20:09 valid_lft forever preferred_lft forever 22:20:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:20:09 link/ether fa:16:3e:4b:52:2c brd ff:ff:ff:ff:ff:ff 22:20:09 inet 10.30.123.83/23 brd 10.30.123.255 scope global dynamic eth0 22:20:09 valid_lft 85824sec preferred_lft 85824sec 22:20:09 inet6 fe80::f816:3eff:fe4b:522c/64 scope link 22:20:09 valid_lft forever preferred_lft forever 22:20:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:20:09 link/ether 02:42:31:0c:60:b2 brd ff:ff:ff:ff:ff:ff 22:20:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:20:09 valid_lft forever preferred_lft forever 22:20:09 inet6 fe80::42:31ff:fe0c:60b2/64 scope link 22:20:09 valid_lft forever preferred_lft forever 22:20:09 22:20:09 22:20:09 ---> sar -b -r -n DEV: 22:20:09 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) 22:20:09 22:20:09 22:10:16 LINUX RESTART (4 CPU) 22:20:09 22:20:09 22:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:20:09 22:12:01 44.72 12.26 32.46 0.00 4597.63 2499.15 0.00 22:20:09 22:13:01 1.95 0.00 1.95 0.00 0.00 37.88 0.00 22:20:09 22:14:01 0.18 0.00 0.18 0.00 0.00 2.43 0.00 22:20:09 22:15:01 0.32 0.00 0.32 0.00 0.00 3.65 0.00 22:20:09 22:16:01 0.23 0.00 0.23 0.00 0.00 2.65 0.00 22:20:09 22:17:01 0.33 0.00 0.33 0.00 0.00 5.11 0.00 22:20:09 22:18:01 228.21 140.19 88.01 0.00 6888.71 33091.66 0.00 22:20:09 22:19:01 212.08 96.99 115.09 0.00 4095.46 26817.17 0.00 22:20:09 22:20:01 227.27 109.06 118.21 0.00 8755.43 27808.13 0.00 22:20:09 Average: 79.58 39.90 39.68 0.00 2701.84 10048.26 0.00 22:20:09 22:20:09 22:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:20:09 22:12:01 162448 0 583060 30.99 2620 1133428 1102636 37.63 420084 1139412 132 22:20:09 22:13:01 162720 0 582780 30.97 2620 1133436 1102348 37.62 421148 1138180 20 22:20:09 22:14:01 164428 0 581064 30.88 2620 1133444 1098080 37.48 420892 1137220 16 22:20:09 22:15:01 165032 0 580460 30.85 2620 1133444 1080668 36.88 421908 1135476 16 22:20:09 22:16:01 165128 0 580356 30.84 2620 1133452 1080752 36.88 429392 1128432 20 22:20:09 22:17:01 164984 0 580496 30.85 2620 1133456 1080800 36.89 429688 1128432 8 22:20:09 22:18:01 96804 0 726772 38.63 2596 1055384 1342700 45.82 525880 1041212 852 22:20:09 22:19:01 143436 0 772584 41.06 1760 963776 1407180 48.02 590948 862964 94064 22:20:09 22:20:01 179608 0 820808 43.62 1464 879676 1739832 59.38 564468 800152 16 22:20:09 Average: 156065 0 645376 34.30 2393 1077722 1226111 41.84 469379 1056831 10572 22:20:09 22:20:09 22:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:20:09 22:12:01 eth0 190.06 141.20 485.05 50.62 0.00 0.00 0.00 0.00 22:20:09 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:12:01 docker0 2.40 1.79 0.38 3.44 0.00 0.00 0.00 0.00 22:20:09 22:13:01 eth0 1.60 0.37 0.42 0.20 0.00 0.00 0.00 0.00 22:20:09 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:14:01 eth0 0.88 0.62 0.53 0.37 0.00 0.00 0.00 0.00 22:20:09 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:15:01 eth0 0.40 0.08 0.02 0.04 0.00 0.00 0.00 0.00 22:20:09 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:16:01 eth0 0.70 0.17 0.13 0.07 0.00 0.00 0.00 0.00 22:20:09 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:17:01 eth0 1.05 0.38 0.38 0.20 0.00 0.00 0.00 0.00 22:20:09 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:18:01 veth91c287e 17.15 16.67 2.01 12.64 0.00 0.00 0.00 0.00 22:20:09 22:18:01 eth0 462.97 408.89 4097.94 36.31 0.00 0.00 0.00 0.00 22:20:09 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:18:01 docker0 17.15 16.57 1.77 12.64 0.00 0.00 0.00 0.00 22:20:09 22:19:01 eth0 455.32 401.23 3539.45 90.86 0.00 0.00 0.00 0.00 22:20:09 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:19:01 docker0 22.02 22.60 1.80 188.98 0.00 0.00 0.00 0.00 22:20:09 22:20:01 eth0 325.93 262.95 2399.14 83.22 0.00 0.00 0.00 0.00 22:20:09 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 22:20:01 docker0 25.20 31.38 1.60 170.82 0.00 0.00 0.00 0.00 22:20:09 Average: eth0 159.88 135.14 1170.94 29.07 0.00 0.00 0.00 0.00 22:20:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:09 Average: docker0 7.43 8.05 0.62 41.87 0.00 0.00 0.00 0.00 22:20:09 22:20:09 22:20:09 ---> sar -P ALL: 22:20:09 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) 22:20:09 22:20:09 22:10:16 LINUX RESTART (4 CPU) 22:20:09 22:20:09 22:11:02 CPU %user %nice %system %iowait %steal %idle 22:20:09 22:12:01 all 3.72 0.00 2.30 1.29 0.01 92.68 22:20:09 22:12:01 0 3.31 0.00 2.18 0.56 0.02 93.93 22:20:09 22:12:01 1 4.03 0.00 2.52 1.99 0.02 91.44 22:20:09 22:12:01 2 3.83 0.00 2.30 2.54 0.00 91.33 22:20:09 22:12:01 3 3.71 0.00 2.20 0.09 0.00 94.00 22:20:09 22:13:01 all 0.15 0.00 0.06 0.00 0.00 99.80 22:20:09 22:13:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:20:09 22:13:01 1 0.07 0.00 0.08 0.00 0.00 99.85 22:20:09 22:13:01 2 0.42 0.00 0.07 0.00 0.00 99.52 22:20:09 22:13:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:20:09 22:14:01 all 0.18 0.00 0.05 0.00 0.00 99.77 22:20:09 22:14:01 0 0.07 0.00 0.03 0.00 0.00 99.90 22:20:09 22:14:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:20:09 22:14:01 2 0.55 0.00 0.03 0.00 0.00 99.42 22:20:09 22:14:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:20:09 22:15:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:20:09 22:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:20:09 22:15:01 1 0.48 0.00 0.05 0.00 0.00 99.47 22:20:09 22:15:01 2 0.08 0.00 0.03 0.00 0.00 99.88 22:20:09 22:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:20:09 22:16:01 all 0.16 0.00 0.08 0.00 0.00 99.75 22:20:09 22:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 22:20:09 22:16:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:20:09 22:16:01 2 0.07 0.00 0.07 0.00 0.00 99.87 22:20:09 22:16:01 3 0.03 0.00 0.20 0.00 0.00 99.77 22:20:09 22:17:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:20:09 22:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:20:09 22:17:01 1 0.55 0.00 0.08 0.00 0.00 99.37 22:20:09 22:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:20:09 22:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:20:09 22:18:01 all 8.37 0.00 5.70 1.74 0.03 84.16 22:20:09 22:18:01 0 8.01 0.00 6.55 1.02 0.02 84.41 22:20:09 22:18:01 1 8.72 0.00 5.89 1.75 0.03 83.60 22:20:09 22:18:01 2 7.57 0.00 4.90 2.77 0.03 84.73 22:20:09 22:18:01 3 9.17 0.00 5.48 1.42 0.02 83.91 22:20:09 22:19:01 all 10.79 0.00 7.99 2.24 0.02 78.96 22:20:09 22:19:01 0 10.51 0.00 7.06 1.72 0.02 80.69 22:20:09 22:19:01 1 11.74 0.00 9.22 3.76 0.02 75.26 22:20:09 22:19:01 2 10.51 0.00 8.43 2.34 0.02 78.71 22:20:09 22:19:01 3 10.39 0.00 7.25 1.16 0.03 81.17 22:20:09 22:20:01 all 9.72 0.00 7.28 3.39 0.03 79.58 22:20:09 22:20:01 0 9.70 0.00 7.33 5.11 0.03 77.83 22:20:09 22:20:01 1 11.64 0.00 7.31 1.88 0.02 79.15 22:20:09 22:20:01 2 8.31 0.00 7.16 4.31 0.03 80.19 22:20:09 22:20:01 3 9.25 0.00 7.34 2.27 0.02 81.13 22:20:09 Average: all 3.68 0.00 2.59 0.95 0.01 92.76 22:20:09 Average: 0 3.49 0.00 2.56 0.93 0.01 93.01 22:20:09 Average: 1 4.17 0.00 2.78 1.03 0.01 92.01 22:20:09 Average: 2 3.46 0.00 2.54 1.32 0.01 92.68 22:20:09 Average: 3 3.60 0.00 2.49 0.54 0.01 93.36 22:20:09 22:20:09 22:20:09