Pull request #136 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8+1e15b455509d433b72705dad7fc3c723af5422e0 (170484901efe0c512b693baf1910491818f471e5) 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-11969 in /w/workspace/foundry_device-virtual-go_PR-136 [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_PR-136 # 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/pull/136/head:refs/remotes/origin/PR-136 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 Merge succeeded, producing 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 Checking out Revision 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 (PR-136) > git config core.sparsecheckout # timeout=10 > git checkout -f 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 # timeout=10 Commit message: "Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD" > git rev-list --no-walk 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:12:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:12:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:12:32 ========================================================= 22:12:32 EdgeX Global Pipelines Version Info 22:12:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:12:33 ------------------- 22:12:33 stable info: 22:12:33 ------------------- 22:12:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:12:33 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 22:12:33 Message: update stable to v1.0.162 22:12:34 ------------------- 22:12:34 experimental info: 22:12:34 ------------------- 22:12:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:12:34 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 22:12:34 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:12:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:12:35 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:12:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:12:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:12:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:12:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:12:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:12:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:12:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:12:38 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:12:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-136 [Pipeline] echo 22:12:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-136 [Pipeline] echo 22:12:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-136 [Pipeline] echo 22:12:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [Pipeline] echo 22:12:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ba2084 [Pipeline] echo 22:12:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:12:38 provisioning config files... 22:12:38 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-136@tmp/config7577825327587478122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:12:39 ---> docker-login.sh 22:12:39 nexus3.edgexfoundry.org:10001 22:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:39 Configure a credential helper to remove this warning. See 22:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:39 22:12:39 Login Succeeded 22:12:39 nexus3.edgexfoundry.org:10002 22:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:39 Configure a credential helper to remove this warning. See 22:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:39 22:12:39 Login Succeeded 22:12:39 nexus3.edgexfoundry.org:10003 22:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:40 Configure a credential helper to remove this warning. See 22:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:40 22:12:40 Login Succeeded 22:12:40 nexus3.edgexfoundry.org:10004 22:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:40 Configure a credential helper to remove this warning. See 22:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:40 22:12:40 Login Succeeded 22:12:40 docker.io 22:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:12:40 Configure a credential helper to remove this warning. See 22:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:12:40 22:12:40 Login Succeeded 22:12:40 ---> docker-login.sh ends [Pipeline] } 22:12:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:12:41 + git log --format=format:%s -1 2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [Pipeline] echo 22:12:41 GIT_COMMIT: 2ba20845484b8fbcbdccd07fd6adc2f5b0171806, Commit Message: Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD [Pipeline] echo 22:12:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:12:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:12:42 22:12:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:12:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:12:42 latest: Pulling from edgex-devops/git-semver 22:12:42 31603596830f: Pulling fs layer 22:12:42 2a8b12db71e7: Pulling fs layer 22:12:42 6ca5941a6612: Pulling fs layer 22:12:42 ecc8261a40a4: Pulling fs layer 22:12:42 ecc8261a40a4: Waiting 22:12:42 2a8b12db71e7: Verifying Checksum 22:12:42 2a8b12db71e7: Download complete 22:12:42 31603596830f: Verifying Checksum 22:12:42 31603596830f: Download complete 22:12:42 ecc8261a40a4: Verifying Checksum 22:12:42 ecc8261a40a4: Download complete 22:12:42 6ca5941a6612: Verifying Checksum 22:12:42 6ca5941a6612: Download complete 22:12:43 31603596830f: Pull complete 22:12:43 2a8b12db71e7: Pull complete 22:12:44 6ca5941a6612: Pull complete 22:12:44 ecc8261a40a4: Pull complete 22:12:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:12:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:12:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:12:44 prd-centos7-docker-4c-2g-11969 does not seem to be running inside a container 22:12:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-136 -v /w/workspace/foundry_device-virtual-go_PR-136:/w/workspace/foundry_device-virtual-go_PR-136:rw,z -v /w/workspace/foundry_device-virtual-go_PR-136@tmp:/w/workspace/foundry_device-virtual-go_PR-136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:12:46 $ docker top 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:12:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:47 [ssh-agent] Looking for ssh-agent implementation... 22:12:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:47 $ docker exec 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent 22:12:47 SSH_AUTH_SOCK=/tmp/ssh-HCmanwmKJAin/agent.11 22:12:47 SSH_AGENT_PID=16 22:12:47 Running ssh-add (command line suppressed) 22:12:47 Identity added: /w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_6204129577022532944.key (/w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_6204129577022532944.key) 22:12:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:48 + git tag --points-at HEAD [Pipeline] } 22:12:48 $ docker exec --env ******** --env ******** 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent -k 22:12:48 unset SSH_AUTH_SOCK; 22:12:48 unset SSH_AGENT_PID; 22:12:48 echo Agent pid 16 killed; 22:12:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:12:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:12:48 [ssh-agent] Looking for ssh-agent implementation... 22:12:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:12:48 $ docker exec 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent 22:12:48 SSH_AUTH_SOCK=/tmp/ssh-JiofGA3f9dA8/agent.45 22:12:48 SSH_AGENT_PID=51 22:12:48 Running ssh-add (command line suppressed) 22:12:48 Identity added: /w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_1987606460403512931.key (/w/workspace/foundry_device-virtual-go_PR-136@tmp/private_key_1987606460403512931.key) 22:12:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:12:49 + git semver init 22:12:49 # -> Open(): unable to determine branch for HEAD 22:12:49 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-136/.git 22:12:49 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-136 22:12:49 # $SEMVER_REMOTE_NAME = origin 22:12:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:12:49 # $SEMVER_USER_NAME = edgex-jenkins 22:12:49 # $SEMVER_BRANCH = PR-136 22:12:49 # $SEMVER_TEMP = /tmp/semver-393661444 22:12:49 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 22:12:49 # '/tmp/semver-393661444' -> '/w/workspace/foundry_device-virtual-go_PR-136/.semver' 22:12:49 # -> Force: false 22:12:49 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-136/.semver [Pipeline] } 22:12:49 $ docker exec --env ******** --env ******** 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b ssh-agent -k 22:12:49 unset SSH_AUTH_SOCK; 22:12:49 unset SSH_AGENT_PID; 22:12:49 echo Agent pid 51 killed; 22:12:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:12:50 + git semver [Pipeline] } 22:12:50 $ docker stop --time=1 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b 22:12:52 $ docker rm -f 8d0b07c618604649f89d2803a8b8ff0dc84ec9b3981c463d7bf0f16f19f4b98b [Pipeline] // withDockerContainer [Pipeline] sh 22:12:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:12:52 Stashed 1 file(s) [Pipeline] echo 22:12:52 [edgeXSemver]: initialized semver on version 0.0.0 [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:13:08 Still waiting to schedule task 22:13:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:13:08 Still waiting to schedule task 22:13:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:16:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11972 in /w/workspace/foundry_device-virtual-go_PR-136 [Pipeline] { [Pipeline] ws 22:16:09 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout 22:16:14 using credential edgex-jenkins-ssh 22:16:15 Cloning the remote Git repository 22:16:15 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:16:15 > git init /w/workspace/device-virtual-go/5 # timeout=10 22:16:15 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:16:15 > git --version # timeout=10 22:16:15 > git --version # 'git version 2.17.1' 22:16:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:16:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:16:16 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:16:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:16:16 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:16:16 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:16:16 using GIT_SSH to set credentials SSH Credentials for GitHub 22:16:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/136/head:refs/remotes/origin/PR-136 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:16:16 Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 22:16:16 Merge succeeded, producing 76ee02f41db875c0151958d9cbfe309fe3ab8ae8 22:16:16 Checking out Revision 76ee02f41db875c0151958d9cbfe309fe3ab8ae8 (PR-136) 22:16:16 > git config core.sparsecheckout # timeout=10 22:16:16 > git checkout -f 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 22:16:16 > git remote # timeout=10 22:16:16 > git config --get remote.origin.url # timeout=10 22:16:16 using GIT_SSH to set credentials SSH Credentials for GitHub 22:16:16 > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 22:16:16 > git rev-parse HEAD^{commit} # timeout=10 22:16:16 > git config core.sparsecheckout # timeout=10 22:16:16 > git checkout -f 76ee02f41db875c0151958d9cbfe309fe3ab8ae8 # timeout=10 22:16:21 Commit message: "Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD" 22:16:21 > git rev-list --no-walk 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:16:22 provisioning config files... 22:16:22 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config3611653736340786573tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:16:23 ---> docker-login.sh 22:16:23 nexus3.edgexfoundry.org:10001 22:16:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:24 Configure a credential helper to remove this warning. See 22:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:24 22:16:24 Login Succeeded 22:16:24 nexus3.edgexfoundry.org:10002 22:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:24 Configure a credential helper to remove this warning. See 22:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:24 22:16:24 Login Succeeded 22:16:24 nexus3.edgexfoundry.org:10003 22:16:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:25 Configure a credential helper to remove this warning. See 22:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:25 22:16:25 Login Succeeded 22:16:25 nexus3.edgexfoundry.org:10004 22:16:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:25 Configure a credential helper to remove this warning. See 22:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:25 22:16:25 Login Succeeded 22:16:25 docker.io 22:16:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:16:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:16:26 Configure a credential helper to remove this warning. See 22:16:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:16:26 22:16:26 Login Succeeded 22:16:26 ---> docker-login.sh ends [Pipeline] } 22:16:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:16:27 ========================================================= 22:16:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:16:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:16:27 + 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:16:27 Sending build context to Docker daemon 476.7kB 22:16:27 Step 1/8 : ARG BASE=golang:1.15-alpine 22:16:27 Step 2/8 : FROM ${BASE} 22:16:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:16:27 b538f80385f9: Pulling fs layer 22:16:27 74f711af9a0d: Pulling fs layer 22:16:27 99f96fe45779: Pulling fs layer 22:16:27 8529a6b9a6be: Pulling fs layer 22:16:27 45590311c82a: Pulling fs layer 22:16:27 69ca0ff8b7b3: Pulling fs layer 22:16:27 209524e5b208: Pulling fs layer 22:16:27 45590311c82a: Waiting 22:16:27 69ca0ff8b7b3: Waiting 22:16:27 209524e5b208: Waiting 22:16:27 8529a6b9a6be: Waiting 22:16:28 99f96fe45779: Verifying Checksum 22:16:28 99f96fe45779: Download complete 22:16:28 74f711af9a0d: Verifying Checksum 22:16:28 74f711af9a0d: Download complete 22:16:28 45590311c82a: Download complete 22:16:28 69ca0ff8b7b3: Verifying Checksum 22:16:28 69ca0ff8b7b3: Download complete 22:16:28 b538f80385f9: Verifying Checksum 22:16:28 b538f80385f9: Download complete 22:16:28 b538f80385f9: Pull complete 22:16:29 74f711af9a0d: Pull complete 22:16:29 99f96fe45779: Pull complete 22:16:31 209524e5b208: Verifying Checksum 22:16:31 209524e5b208: Download complete 22:16:32 8529a6b9a6be: Verifying Checksum 22:16:32 8529a6b9a6be: Download complete 22:16:42 8529a6b9a6be: Pull complete 22:16:42 45590311c82a: Pull complete 22:16:42 69ca0ff8b7b3: Pull complete 22:16:47 209524e5b208: Pull complete 22:16:47 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:16:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:16:47 ---> 5bddaf1c2fca 22:16:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:16:49 ---> Running in 802b7aed79aa 22:16:49 Removing intermediate container 802b7aed79aa 22:16:49 ---> c7b0bf3651b9 22:16:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:49 ---> Running in b926a6e11e13 22:16:52 Removing intermediate container b926a6e11e13 22:16:52 ---> 76aa643e2e9d 22:16:52 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:16:52 ---> Running in 84498f6c95fd 22:16:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:55 (1/14) Installing libmagic (5.38-r0) 22:16:55 (2/14) Installing file (5.38-r0) 22:16:55 (3/14) Installing libc-dev (0.7.2-r3) 22:16:55 (4/14) Installing g++ (9.3.0-r2) 22:17:00 Running on prd-centos7-docker-4c-2g-11973 in /w/workspace/foundry_device-virtual-go_PR-136 [Pipeline] { [Pipeline] ws 22:17:00 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout 22:17:02 (5/14) Installing fortify-headers (1.1-r0) 22:17:02 (6/14) Installing patch (2.7.6-r6) 22:17:02 (7/14) Installing build-base (0.5-r2) 22:17:02 (8/14) Installing openssh-keygen (8.3_p1-r0) 22:17:02 (9/14) Installing libedit (20191231.3.1-r0) 22:17:02 (10/14) Installing openssh-client (8.3_p1-r0) 22:17:03 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 22:17:03 (12/14) Installing openssh-server-common (8.3_p1-r0) 22:17:03 (13/14) Installing openssh-server (8.3_p1-r0) 22:17:03 (14/14) Installing openssh (8.3_p1-r0) 22:17:03 Executing busybox-1.31.1-r16.trigger 22:17:03 OK: 221 MiB in 53 packages 22:17:04 using credential edgex-jenkins-ssh 22:17:04 Cloning the remote Git repository 22:17:04 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:17:04 > git init /w/workspace/device-virtual-go/5 # timeout=10 22:17:05 Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 22:17:04 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:17:04 > git --version # timeout=10 22:17:04 > git --version # 'git version 2.16.5' 22:17:04 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:05 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:17:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:05 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:17:05 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:17:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/136/head:refs/remotes/origin/PR-136 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:17:05 > git config core.sparsecheckout # timeout=10 22:17:05 > git checkout -f 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 22:17:05 Merge succeeded, producing 91d26a287a5f824f414fd4991e16152fffabe61b 22:17:05 Checking out Revision 91d26a287a5f824f414fd4991e16152fffabe61b (PR-136) 22:17:05 > git remote # timeout=10 22:17:05 > git config --get remote.origin.url # timeout=10 22:17:05 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:05 > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 22:17:05 > git rev-parse HEAD^{commit} # timeout=10 22:17:05 > git config core.sparsecheckout # timeout=10 22:17:05 > git checkout -f 91d26a287a5f824f414fd4991e16152fffabe61b # timeout=10 22:17:08 Removing intermediate container 84498f6c95fd 22:17:08 ---> 882119d409ee 22:17:08 Step 6/8 : WORKDIR /device-virtual-go 22:17:08 ---> Running in ef78dd099210 22:17:08 Removing intermediate container ef78dd099210 22:17:08 ---> a7fde7d12470 22:17:08 Step 7/8 : COPY . . 22:17:09 ---> de74dbf61680 22:17:09 Step 8/8 : RUN go mod download 22:17:09 ---> Running in 8cf51cb947e8 22:17:10 Commit message: "Merge commit '1e15b455509d433b72705dad7fc3c723af5422e0' into HEAD" 22:17:10 > git rev-list --no-walk 32c44cbcdf24d0a8f1dac55d6b4abf84d242f3d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:17:11 provisioning config files... 22:17:11 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config3361239981954826885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:12 ---> docker-login.sh 22:17:12 nexus3.edgexfoundry.org:10001 22:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:12 Configure a credential helper to remove this warning. See 22:17:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:12 22:17:12 Login Succeeded 22:17:12 nexus3.edgexfoundry.org:10002 22:17:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:13 Configure a credential helper to remove this warning. See 22:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:13 22:17:13 Login Succeeded 22:17:13 nexus3.edgexfoundry.org:10003 22:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:13 Configure a credential helper to remove this warning. See 22:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:13 22:17:13 Login Succeeded 22:17:13 nexus3.edgexfoundry.org:10004 22:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:13 Configure a credential helper to remove this warning. See 22:17:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:13 22:17:13 Login Succeeded 22:17:13 docker.io 22:17:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:15 Configure a credential helper to remove this warning. See 22:17:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:15 22:17:15 Login Succeeded 22:17:15 ---> docker-login.sh ends [Pipeline] } 22:17:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:17:15 ========================================================= 22:17:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:17:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:17:15 + 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:17:16 Sending build context to Docker daemon 476.7kB 22:17:16 Step 1/8 : ARG BASE=golang:1.15-alpine 22:17:16 Step 2/8 : FROM ${BASE} 22:17:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:17:16 df20fa9351a1: Pulling fs layer 22:17:16 ed8968b2872e: Pulling fs layer 22:17:16 a92cc7c5fd73: Pulling fs layer 22:17:16 e871e8e8d7a9: Pulling fs layer 22:17:16 e73272ec9a57: Pulling fs layer 22:17:16 1e910a182e73: Pulling fs layer 22:17:16 4e634b169226: Pulling fs layer 22:17:16 e73272ec9a57: Waiting 22:17:16 1e910a182e73: Waiting 22:17:16 4e634b169226: Waiting 22:17:16 e871e8e8d7a9: Waiting 22:17:16 a92cc7c5fd73: Verifying Checksum 22:17:16 a92cc7c5fd73: Download complete 22:17:16 ed8968b2872e: Verifying Checksum 22:17:16 ed8968b2872e: Download complete 22:17:16 e73272ec9a57: Verifying Checksum 22:17:16 e73272ec9a57: Download complete 22:17:16 1e910a182e73: Download complete 22:17:16 df20fa9351a1: Verifying Checksum 22:17:16 df20fa9351a1: Download complete 22:17:16 df20fa9351a1: Pull complete 22:17:17 ed8968b2872e: Pull complete 22:17:17 a92cc7c5fd73: Pull complete 22:17:23 4e634b169226: Verifying Checksum 22:17:23 4e634b169226: Download complete 22:17:24 e871e8e8d7a9: Verifying Checksum 22:17:24 e871e8e8d7a9: Download complete 22:17:33 e871e8e8d7a9: Pull complete 22:17:33 e73272ec9a57: Pull complete 22:17:33 1e910a182e73: Pull complete 22:17:36 Removing intermediate container 8cf51cb947e8 22:17:36 ---> 0c67090aeb1f 22:17:36 Successfully built 0c67090aeb1f 22:17:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:17:36 + docker inspect -f . ci-base-image-arm64 22:17:36 . [Pipeline] withDockerContainer 22:17:36 prd-ubuntu18.04-docker-arm64-4c-16g-11972 does not seem to be running inside a container 22:17:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:17:38 4e634b169226: Pull complete 22:17:38 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:17:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:17:38 ---> f7629b54cfaa 22:17:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:17:38 $ docker top e037b30f7ba1e195d0d9e5c5fda607f5f12f6f8bca7731208491a2c21f436c23 -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:39 ---> Running in 9309b53c5935 22:17:39 Removing intermediate container 9309b53c5935 22:17:39 ---> c7e2ddad7eaf 22:17:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:17:39 ---> Running in e46e354c317c 22:17:40 + go version 22:17:40 go version go1.15.2 linux/arm64 [Pipeline] } 22:17:40 $ docker stop --time=1 e037b30f7ba1e195d0d9e5c5fda607f5f12f6f8bca7731208491a2c21f436c23 22:17:40 Removing intermediate container e46e354c317c 22:17:40 ---> f33cd454a755 22:17:40 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:17:40 ---> Running in 69b37093b807 22:17:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:42 $ docker rm -f e037b30f7ba1e195d0d9e5c5fda607f5f12f6f8bca7731208491a2c21f436c23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 22:17:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:43 (1/14) Installing libmagic (5.38-r0) 22:17:43 (2/14) Installing file (5.38-r0) 22:17:43 + docker inspect -f . ci-base-image-arm64 22:17:43 . [Pipeline] withDockerContainer 22:17:43 prd-ubuntu18.04-docker-arm64-4c-16g-11972 does not seem to be running inside a container 22:17:43 (3/14) Installing libc-dev (0.7.2-r3) 22:17:43 (4/14) Installing g++ (9.3.0-r2) 22:17:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:17:45 $ docker top 09149e1339965a6e008abffedbaebf7ff1764711441e0d9ed0c7ebd992cd207a -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:46 + make test 22:17:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:17:46 (5/14) Installing fortify-headers (1.1-r0) 22:17:46 (6/14) Installing patch (2.7.6-r6) 22:17:46 (7/14) Installing build-base (0.5-r2) 22:17:46 (8/14) Installing openssh-keygen (8.3_p1-r0) 22:17:46 (9/14) Installing libedit (20191231.3.1-r0) 22:17:46 (10/14) Installing openssh-client (8.3_p1-r0) 22:17:47 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 22:17:47 (12/14) Installing openssh-server-common (8.3_p1-r0) 22:17:47 (13/14) Installing openssh-server (8.3_p1-r0) 22:17:47 (14/14) Installing openssh (8.3_p1-r0) 22:17:47 Executing busybox-1.31.1-r16.trigger 22:17:47 OK: 237 MiB in 53 packages 22:17:47 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:17:50 Removing intermediate container 69b37093b807 22:17:50 ---> 751a25b13932 22:17:50 Step 6/8 : WORKDIR /device-virtual-go 22:17:51 ---> Running in d028815834d6 22:17:51 Removing intermediate container d028815834d6 22:17:51 ---> 09b6a6081342 22:17:51 Step 7/8 : COPY . . 22:17:52 ---> cb8168810de4 22:17:52 Step 8/8 : RUN go mod download 22:17:52 ---> Running in 154a9742325d 22:18:24 Removing intermediate container 154a9742325d 22:18:24 ---> ffad5c92f2d4 22:18:24 Successfully built ffad5c92f2d4 22:18:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:18:24 + docker inspect -f . ci-base-image-x86_64 22:18:24 . [Pipeline] withDockerContainer 22:18:24 prd-centos7-docker-4c-2g-11973 does not seem to be running inside a container 22:18:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:18:26 $ docker top 7f1d97ce91b83db0435b4d352693e68f8c427aa5a6d604298748b189d1d1586f -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:26 + go version 22:18:26 go version go1.15.2 linux/amd64 [Pipeline] } 22:18:26 $ docker stop --time=1 7f1d97ce91b83db0435b4d352693e68f8c427aa5a6d604298748b189d1d1586f 22:18:28 $ docker rm -f 7f1d97ce91b83db0435b4d352693e68f8c427aa5a6d604298748b189d1d1586f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:18:29 + docker inspect -f . ci-base-image-x86_64 22:18:29 . [Pipeline] withDockerContainer 22:18:29 prd-centos7-docker-4c-2g-11973 does not seem to be running inside a container 22:18:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:18:30 $ docker top 7d5deaa272c6bd84ca8b32d2bbb5f5a95407401562aed265d0080ab97f613a31 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:30 + make test 22:18:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:18:32 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:18:34 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:18:34 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.470s coverage: 64.4% of statements 22:18:34 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:18:42 gofmt -l . 22:18:42 [ "`gofmt -l .`" = "" ] 22:18:42 ./bin/test-attribution-txt.sh 22:18:42 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:18:42 $ docker stop --time=1 09149e1339965a6e008abffedbaebf7ff1764711441e0d9ed0c7ebd992cd207a 22:18:44 $ docker rm -f 09149e1339965a6e008abffedbaebf7ff1764711441e0d9ed0c7ebd992cd207a [Pipeline] // withDockerContainer [Pipeline] sh 22:18:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:18:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:18:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:18:48 + ls -al . 22:18:48 total 152 22:18:48 drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 22:18 . 22:18:48 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 22:16 .. 22:18:48 drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 22:16 .git 22:18:48 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:16 .github 22:18:48 -rw-rw-r-- 1 jenkins jenkins 258 Nov 12 22:16 .gitignore 22:18:48 -rw-rw-r-- 1 jenkins jenkins 6713 Nov 12 22:16 Attribution.txt 22:18:48 -rw-rw-r-- 1 jenkins jenkins 1834 Nov 12 22:16 Dockerfile 22:18:48 -rw-rw-r-- 1 jenkins jenkins 957 Nov 12 22:16 Dockerfile.build 22:18:48 -rw-rw-r-- 1 jenkins jenkins 660 Nov 12 22:16 Jenkinsfile 22:18:48 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 12 22:16 LICENSE 22:18:48 -rw-rw-r-- 1 jenkins jenkins 873 Nov 12 22:16 Makefile 22:18:48 -rw-rw-r-- 1 jenkins jenkins 918 Nov 12 22:16 README.md 22:18:48 -rw-rw-r-- 1 jenkins jenkins 5 Nov 12 22:12 VERSION 22:18:48 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:16 bin 22:18:48 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:16 cmd 22:18:48 -rw-r--r-- 1 jenkins jenkins 47242 Nov 12 22:18 coverage.out 22:18:48 -rw-r--r-- 1 jenkins jenkins 433 Nov 12 22:18 go.mod 22:18:48 -rw-r--r-- 1 jenkins jenkins 17864 Nov 12 22:18 go.sum 22:18:48 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:16 internal 22:18:48 -rw-rw-r-- 1 jenkins jenkins 235 Nov 12 22:16 version.go [Pipeline] isUnix [Pipeline] sh 22:18:48 + 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=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 --label arch=arm64 --label version=0.0.0 . 22:18:48 Sending build context to Docker daemon 543.2kB 22:18:48 Step 1/22 : ARG BASE=golang:1.15-alpine 22:18:48 Step 2/22 : FROM ${BASE} AS builder 22:18:48 ---> 0c67090aeb1f 22:18:48 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:18:49 ---> Running in c7a9807e52bd 22:18:49 Removing intermediate container c7a9807e52bd 22:18:49 ---> 8d8cc31f7499 22:18:49 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:18:49 ---> Running in 90bed014a381 22:18:50 Removing intermediate container 90bed014a381 22:18:50 ---> 59c5c4d7433d 22:18:50 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 22:18:50 ---> Running in ce0f4157e75a 22:18:50 Removing intermediate container ce0f4157e75a 22:18:50 ---> 11f33327e5b6 22:18:50 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:51 ---> Running in 6656c4bf458f 22:18:53 Removing intermediate container 6656c4bf458f 22:18:53 ---> 68bc20d79c9f 22:18:53 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:18:53 ---> Running in 41789ae081dd 22:18:54 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:18:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:18:55 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.951s coverage: 64.4% of statements 22:18:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:18:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:18:56 OK: 221 MiB in 53 packages 22:18:57 Removing intermediate container 41789ae081dd 22:18:57 ---> 5d445409dec9 22:18:57 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 22:18:57 ---> Running in e7b76e7c3daa 22:18:57 Removing intermediate container e7b76e7c3daa 22:18:57 ---> b94f5acaaf80 22:18:57 Step 9/22 : COPY . . 22:18:58 ---> 169ee883c5a1 22:18:58 Step 10/22 : ARG MAKE='make build' 22:18:59 ---> Running in 5c3b784240b1 22:18:59 Removing intermediate container 5c3b784240b1 22:18:59 ---> 713ba80c3618 22:18:59 Step 11/22 : RUN $MAKE 22:18:59 ---> Running in a25b1e6bebf5 22:18:59 gofmt -l . 22:18:59 [ "`gofmt -l .`" = "" ] 22:18:59 ./bin/test-attribution-txt.sh 22:19:00 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:19:00 $ docker stop --time=1 7d5deaa272c6bd84ca8b32d2bbb5f5a95407401562aed265d0080ab97f613a31 22:19:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 22:19:02 $ docker rm -f 7d5deaa272c6bd84ca8b32d2bbb5f5a95407401562aed265d0080ab97f613a31 [Pipeline] // withDockerContainer [Pipeline] sh 22:19:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:19:03 Warning: overwriting stash ‘coverage-report’ 22:19:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:19:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:19:04 + ls -al . 22:19:04 total 128 22:19:04 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 22:19 . 22:19:04 drwxrwxr-x. 4 jenkins jenkins 28 Nov 12 22:17 .. 22:19:04 -rw-rw-r--. 1 jenkins jenkins 6713 Nov 12 22:17 Attribution.txt 22:19:04 drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 22:17 bin 22:19:04 drwxrwxr-x. 3 jenkins jenkins 32 Nov 12 22:17 cmd 22:19:04 -rw-r--r--. 1 jenkins jenkins 47242 Nov 12 22:18 coverage.out 22:19:04 -rw-rw-r--. 1 jenkins jenkins 1834 Nov 12 22:17 Dockerfile 22:19:04 -rw-rw-r--. 1 jenkins jenkins 957 Nov 12 22:17 Dockerfile.build 22:19:04 drwxrwxr-x. 8 jenkins jenkins 179 Nov 12 22:17 .git 22:19:04 drwxrwxr-x. 2 jenkins jenkins 60 Nov 12 22:17 .github 22:19:04 -rw-rw-r--. 1 jenkins jenkins 258 Nov 12 22:17 .gitignore 22:19:04 -rw-r--r--. 1 jenkins jenkins 433 Nov 12 22:19 go.mod 22:19:04 -rw-r--r--. 1 jenkins jenkins 17864 Nov 12 22:19 go.sum 22:19:04 drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 22:17 internal 22:19:04 -rw-rw-r--. 1 jenkins jenkins 660 Nov 12 22:17 Jenkinsfile 22:19:04 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 12 22:17 LICENSE 22:19:04 -rw-rw-r--. 1 jenkins jenkins 873 Nov 12 22:17 Makefile 22:19:04 -rw-rw-r--. 1 jenkins jenkins 918 Nov 12 22:17 README.md 22:19:04 -rw-rw-r--. 1 jenkins jenkins 5 Nov 12 22:12 VERSION 22:19:04 -rw-rw-r--. 1 jenkins jenkins 235 Nov 12 22:17 version.go [Pipeline] isUnix [Pipeline] sh 22:19:04 + 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=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 --label arch=amd64 --label version=0.0.0 . 22:19:05 Sending build context to Docker daemon 543.2kB 22:19:05 Step 1/22 : ARG BASE=golang:1.15-alpine 22:19:05 Step 2/22 : FROM ${BASE} AS builder 22:19:05 ---> ffad5c92f2d4 22:19:05 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:19:05 ---> Running in b01e808920c3 22:19:05 Removing intermediate container b01e808920c3 22:19:05 ---> 8e761151aa0e 22:19:05 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:19:05 ---> Running in 3ffcefc84451 22:19:05 Removing intermediate container 3ffcefc84451 22:19:05 ---> fe0e11a5bee2 22:19:05 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 22:19:05 ---> Running in 4a0fa688bb04 22:19:05 Removing intermediate container 4a0fa688bb04 22:19:05 ---> 8fc1a66eea05 22:19:05 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:19:05 ---> Running in 509d9729b73a 22:19:07 Removing intermediate container 509d9729b73a 22:19:07 ---> 113cf181f5e3 22:19:07 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:19:07 ---> Running in 26bc4015abf7 22:19:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:09 OK: 237 MiB in 53 packages 22:19:09 Removing intermediate container 26bc4015abf7 22:19:09 ---> dfcb3fffa24f 22:19:09 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 22:19:09 ---> Running in e9bfda520a1c 22:19:09 Removing intermediate container e9bfda520a1c 22:19:09 ---> d859afd7bdb7 22:19:09 Step 9/22 : COPY . . 22:19:10 ---> 6bb3e27f7209 22:19:10 Step 10/22 : ARG MAKE='make build' 22:19:10 ---> Running in c586775badad 22:19:10 Removing intermediate container c586775badad 22:19:10 ---> 9f073e612264 22:19:10 Step 11/22 : RUN $MAKE 22:19:10 ---> Running in 7dfcd0dc4d92 22:19:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 22:19:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:19:29 Removing intermediate container 7dfcd0dc4d92 22:19:29 ---> cb0a45d9067c 22:19:29 Step 12/22 : FROM alpine 22:19:30 latest: Pulling from library/alpine 22:19:30 188c0c94c7c5: Pulling fs layer 22:19:30 188c0c94c7c5: Verifying Checksum 22:19:30 188c0c94c7c5: Download complete 22:19:30 188c0c94c7c5: Pull complete 22:19:30 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:19:30 Status: Downloaded newer image for alpine:latest 22:19:30 ---> d6e46aa2470d 22:19:30 Step 13/22 : ENV APP_PORT=49990 22:19:30 ---> Running in bd3c880261de 22:19:30 Removing intermediate container bd3c880261de 22:19:30 ---> 369b7dd305f0 22:19:30 Step 14/22 : EXPOSE $APP_PORT 22:19:31 ---> Running in c0084b82c33e 22:19:31 Removing intermediate container c0084b82c33e 22:19:31 ---> 9de90be7d5e3 22:19:31 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 22:19:32 ---> 1160bd0d5341 22:19:32 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 22:19:32 ---> a8021cd1dfd9 22:19:32 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 22:19:32 ---> 7e24c95da2ce 22:19:32 Step 18/22 : ENTRYPOINT ["/device-virtual"] 22:19:32 ---> Running in e7762b17ebc6 22:19:32 Removing intermediate container e7762b17ebc6 22:19:32 ---> 60c2238aba0a 22:19:32 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:33 ---> Running in fcafc0441895 22:19:33 Removing intermediate container fcafc0441895 22:19:33 ---> 7feeaa90fe7e 22:19:33 Step 20/22 : LABEL arch=amd64 22:19:33 ---> Running in e7923027d555 22:19:33 Removing intermediate container e7923027d555 22:19:33 ---> 35fdb76f549d 22:19:33 Step 21/22 : LABEL git_sha=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 22:19:33 ---> Running in ee11dfc039a2 22:19:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:19:33 Removing intermediate container ee11dfc039a2 22:19:33 ---> f1ebc98935b8 22:19:33 Step 22/22 : LABEL version=0.0.0 22:19:33 ---> Running in b91c9e185877 22:19:33 Removing intermediate container b91c9e185877 22:19:33 ---> 2415ce263887 22:19:33 [Warning] One or more build-args [ARCH] were not consumed 22:19:33 Successfully built 2415ce263887 22:19:33 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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:19:41 Removing intermediate container a25b1e6bebf5 22:19:41 ---> f7adf344ffb9 22:19:41 Step 12/22 : FROM alpine 22:19:41 latest: Pulling from library/alpine 22:19:41 5f621e34cdf4: Pulling fs layer 22:19:41 5f621e34cdf4: Download complete 22:19:41 5f621e34cdf4: Pull complete 22:19:41 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:19:42 Status: Downloaded newer image for alpine:latest 22:19:42 ---> 2e77e061c27f 22:19:42 Step 13/22 : ENV APP_PORT=49990 22:19:42 ---> Running in 5d6973f04a13 22:19:42 Removing intermediate container 5d6973f04a13 22:19:42 ---> 8e58610836a2 22:19:42 Step 14/22 : EXPOSE $APP_PORT 22:19:42 ---> Running in 399e4a91345e 22:19:43 Removing intermediate container 399e4a91345e 22:19:43 ---> 743db848c825 22:19:43 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 22:19:44 ---> 50f71093e9df 22:19:44 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 22:19:45 ---> 41b497ddf800 22:19:45 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 22:19:45 ---> 390da6bb5309 22:19:45 Step 18/22 : ENTRYPOINT ["/device-virtual"] 22:19:46 ---> Running in 18cfa51ebf5e 22:19:46 Removing intermediate container 18cfa51ebf5e 22:19:46 ---> dd8278066097 22:19:46 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:46 ---> Running in df451ae514c0 22:19:46 Removing intermediate container df451ae514c0 22:19:46 ---> c28a93ce219d 22:19:46 Step 20/22 : LABEL arch=arm64 22:19:47 ---> Running in c02e49df9d11 22:19:47 Removing intermediate container c02e49df9d11 22:19:47 ---> 75a4d82dab48 22:19:47 Step 21/22 : LABEL git_sha=2ba20845484b8fbcbdccd07fd6adc2f5b0171806 22:19:47 ---> Running in 75f5c4fdcb50 22:19:47 Removing intermediate container 75f5c4fdcb50 22:19:47 ---> df1e2e1e99d0 22:19:47 Step 22/22 : LABEL version=0.0.0 22:19:48 ---> Running in 9f66735f09ff 22:19:48 Removing intermediate container 9f66735f09ff 22:19:48 ---> e6ad02f13dba 22:19:48 [Warning] One or more build-args [ARCH] were not consumed 22:19:48 Successfully built e6ad02f13dba 22:19:48 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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:19:50 provisioning config files... 22:19:50 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-136@tmp/config4734359757926764615tmp [Pipeline] { [Pipeline] sh 22:19:50 + set +x 22:19:50 + curl -s https://codecov.io/bash 22:19:50 + bash -s -- 22:19:50 22:19:50 _____ _ 22:19:50 / ____| | | 22:19:50 | | ___ __| | ___ ___ _____ __ 22:19:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:19:50 | |___| (_) | (_| | __/ (_| (_) \ V / 22:19:50 \_____\___/ \__,_|\___|\___\___/ \_/ 22:19:50 Bash-20201106-81372f2 22:19:50 22:19:50 22:19:50 ==> Jenkins CI detected. 22:19:50 project root: . 22:19:50 --> token set from env 22:19:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:19:50 ==> Running gcov in . (disable via -X gcov) 22:19:50 ==> Python coveragepy not found 22:19:50 ==> Searching for coverage reports in: 22:19:50 + . 22:19:50 -> Found 1 reports 22:19:50 ==> Detecting git/mercurial file structure 22:19:50 ==> Reading reports 22:19:50 + ./coverage.out bytes=47242 22:19:50 ==> Appending adjustments 22:19:50 https://docs.codecov.io/docs/fixing-reports 22:19:50 + Found adjustments 22:19:50 ==> Gzipping contents 22:19:50 ==> Uploading reports 22:19:50 url: https://codecov.io 22:19:50 query: branch=PR-136&commit=2ba20845484b8fbcbdccd07fd6adc2f5b0171806&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-136%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=136&job=&cmd_args= 22:19:50 -> Pinging Codecov 22:19:50 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-136&commit=2ba20845484b8fbcbdccd07fd6adc2f5b0171806&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-136%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=136&job=&cmd_args= 22:19:51 -> Uploading to 22:19:51 https://storage.googleapis.com/codecov/v4/raw/2020-11-12/5E52B4B073DB2E39498172D8E973AA87/2ba20845484b8fbcbdccd07fd6adc2f5b0171806/ecb4847a-13be-4af3-bf78-b77ac76b93ea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T221951Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=16973593db483e71af9c434d36408ca673106cf266649c1896fa7fb15cb63711 22:19:51 % Total % Received % Xferd Average Speed Time Time Time Current 22:19:51 Dload Upload Total Spent Left Speed 22:19:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5804 0 0 100 5804 0 16149 --:--:-- --:--:-- --:--:-- 16167 22:19:51 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/2ba20845484b8fbcbdccd07fd6adc2f5b0171806 [Pipeline] } 22:19:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:19:54 ---> package-listing.sh 22:19:54 ++ facter osfamily 22:19:54 ++ tr '[:upper:]' '[:lower:]' 22:19:54 + OS_FAMILY=redhat 22:19:54 + workspace=/w/workspace/foundry_device-virtual-go_PR-136 22:19:54 + START_PACKAGES=/tmp/packages_start.txt 22:19:54 + END_PACKAGES=/tmp/packages_end.txt 22:19:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:19:54 + PACKAGES=/tmp/packages_start.txt 22:19:54 + '[' /w/workspace/foundry_device-virtual-go_PR-136 ']' 22:19:54 + PACKAGES=/tmp/packages_end.txt 22:19:54 + case "${OS_FAMILY}" in 22:19:54 + rpm -qa 22:19:54 + sort 22:19:58 + '[' -f /tmp/packages_start.txt ']' 22:19:58 + '[' -f /tmp/packages_end.txt ']' 22:19:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:19:58 + '[' /w/workspace/foundry_device-virtual-go_PR-136 ']' 22:19:58 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-136/archives/ 22:19:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-136/archives/ [Pipeline] echo 22:19:58 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_PR-136/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:19:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:19:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:59 22:19:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:19:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:59 alpine: Pulling from edgex-lftools-log-publisher 22:19:59 df20fa9351a1: Pulling fs layer 22:19:59 36b3adc4ff6f: Pulling fs layer 22:19:59 8ad3a11d3b57: Pulling fs layer 22:19:59 46f8f816bc3b: Pulling fs layer 22:19:59 93b61091891f: Pulling fs layer 22:19:59 93b9cdb0e59b: Pulling fs layer 22:19:59 5e14af77c1be: Pulling fs layer 22:19:59 01666e4c0597: Pulling fs layer 22:19:59 aa168da1d23b: Pulling fs layer 22:19:59 93b9cdb0e59b: Waiting 22:19:59 5e14af77c1be: Waiting 22:19:59 01666e4c0597: Waiting 22:19:59 aa168da1d23b: Waiting 22:19:59 46f8f816bc3b: Waiting 22:19:59 93b61091891f: Waiting 22:19:59 36b3adc4ff6f: Verifying Checksum 22:19:59 36b3adc4ff6f: Download complete 22:19:59 46f8f816bc3b: Verifying Checksum 22:19:59 46f8f816bc3b: Download complete 22:19:59 df20fa9351a1: Verifying Checksum 22:19:59 df20fa9351a1: Download complete 22:19:59 93b9cdb0e59b: Verifying Checksum 22:19:59 93b9cdb0e59b: Download complete 22:20:00 5e14af77c1be: Verifying Checksum 22:20:00 5e14af77c1be: Download complete 22:20:00 93b61091891f: Verifying Checksum 22:20:00 93b61091891f: Download complete 22:20:00 01666e4c0597: Verifying Checksum 22:20:00 01666e4c0597: Download complete 22:20:00 8ad3a11d3b57: Verifying Checksum 22:20:00 8ad3a11d3b57: Download complete 22:20:00 df20fa9351a1: Pull complete 22:20:00 36b3adc4ff6f: Pull complete 22:20:01 8ad3a11d3b57: Pull complete 22:20:01 46f8f816bc3b: Pull complete 22:20:02 93b61091891f: Pull complete 22:20:02 93b9cdb0e59b: Pull complete 22:20:02 aa168da1d23b: Verifying Checksum 22:20:02 aa168da1d23b: Download complete 22:20:02 5e14af77c1be: Pull complete 22:20:02 01666e4c0597: Pull complete 22:20:10 aa168da1d23b: Pull complete 22:20:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:20:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:20:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:20:11 prd-centos7-docker-4c-2g-11969 does not seem to be running inside a container 22:20:11 $ 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_PR-136/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_PR-136 -v /w/workspace/foundry_device-virtual-go_PR-136:/w/workspace/foundry_device-virtual-go_PR-136:rw,z -v /w/workspace/foundry_device-virtual-go_PR-136@tmp:/w/workspace/foundry_device-virtual-go_PR-136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:20:18 $ docker top 37176a30534b15775dea6479d0a5a4cddf90937c0fac4ac989b00a437aaa7675 -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:18 + touch /tmp/pre-build-complete [Pipeline] sh 22:20:19 + mkdir -p /var/log/sa [Pipeline] sh 22:20:19 + ls /var/log/sa-host 22:20:19 + sadf -c /var/log/sa-host/sa05 22:20:19 file_magic: OK 22:20:19 HZ: Using current value: 100 22:20:19 file_header: OK 22:20:19 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:19 Statistics: 22:20:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:20:19 File successfully converted to sysstat format version 12.2.1 22:20:19 + sadf -c /var/log/sa-host/sa12 22:20:19 file_magic: OK 22:20:19 HZ: Using current value: 100 22:20:19 file_header: OK 22:20:19 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:19 Statistics: 22:20:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:20:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:20:19 provisioning config files... 22:20:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-136@tmp/config5203802333666785885tmp [Pipeline] { [Pipeline] echo 22:20:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:20:20 ---> create-netrc.sh [Pipeline] } 22:20:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:20:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:20:20 ---> python-tools-install.sh [Pipeline] echo 22:20:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:20:20 ---> sudo-logs.sh 22:20:20 Archiving 'sudo' log.. [Pipeline] echo 22:20:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:20:21 ---> job-cost.sh 22:20:21 lf-activate-venv: SKIPPING 22:20:21 INFO: No Stack... 22:20:22 INFO: Retrieving Pricing Info for: v1-standard-2 22:20:22 INFO: Archiving Costs [Pipeline] echo 22:20:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:20:22 ---> logs-deploy.sh 22:20:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-136/5 22:20:22 INFO: archiving workspace using pattern(s): 22:20:24 Archives upload complete. 22:20:24 INFO: archiving logs to Nexus 22:20:25 ---> uname -a: 22:20:25 Linux prd-centos7-docker-4c-2g-11969.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:20:25 22:20:25 22:20:25 ---> lscpu: 22:20:25 Architecture: x86_64 22:20:25 CPU op-mode(s): 32-bit, 64-bit 22:20:25 Byte Order: Little Endian 22:20:25 Address sizes: 40 bits physical, 48 bits virtual 22:20:25 CPU(s): 4 22:20:25 On-line CPU(s) list: 0-3 22:20:25 Thread(s) per core: 1 22:20:25 Core(s) per socket: 1 22:20:25 Socket(s): 4 22:20:25 NUMA node(s): 1 22:20:25 Vendor ID: GenuineIntel 22:20:25 CPU family: 6 22:20:25 Model: 44 22:20:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:20:25 Stepping: 1 22:20:25 CPU MHz: 2933.436 22:20:25 BogoMIPS: 5866.87 22:20:25 Virtualization: VT-x 22:20:25 Hypervisor vendor: KVM 22:20:25 Virtualization type: full 22:20:25 L1d cache: 128 KiB 22:20:25 L1i cache: 128 KiB 22:20:25 L2 cache: 16 MiB 22:20:25 L3 cache: 64 MiB 22:20:25 NUMA node0 CPU(s): 0-3 22:20:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:20:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:20:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:20:25 Vulnerability Meltdown: Mitigation; PTI 22:20:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:20:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:20:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:20:25 Vulnerability Tsx async abort: Not affected 22:20:25 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:25 22:20:25 22:20:25 ---> nproc: 22:20:25 4 22:20:25 22:20:25 22:20:25 ---> df -h: 22:20:25 Filesystem Size Used Available Use% Mounted on 22:20:25 overlay 50.0G 7.2G 42.8G 14% / 22:20:25 tmpfs 64.0M 0 64.0M 0% /dev 22:20:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:20:25 shm 64.0M 0 64.0M 0% /dev/shm 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-136 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-136@tmp 22:20:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 22:20:25 22:20:25 22:20:25 ---> free -m: 22:20:25 total used free shared buff/cache available 22:20:25 Mem: 1837 666 107 0 1064 1069 22:20:25 Swap: 1023 1 1022 22:20:25 22:20:25 22:20:25 ---> ip addr: 22:20:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:20:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:20:25 inet 127.0.0.1/8 scope host lo 22:20:25 valid_lft forever preferred_lft forever 22:20:25 inet6 ::1/128 scope host 22:20:25 valid_lft forever preferred_lft forever 22:20:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:20:25 link/ether fa:16:3e:23:83:6d brd ff:ff:ff:ff:ff:ff 22:20:25 inet 10.30.123.175/23 brd 10.30.123.255 scope global dynamic eth0 22:20:25 valid_lft 85895sec preferred_lft 85895sec 22:20:25 inet6 fe80::f816:3eff:fe23:836d/64 scope link 22:20:25 valid_lft forever preferred_lft forever 22:20:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:20:25 link/ether 02:42:6d:43:4f:39 brd ff:ff:ff:ff:ff:ff 22:20:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:20:25 valid_lft forever preferred_lft forever 22:20:25 inet6 fe80::42:6dff:fe43:4f39/64 scope link 22:20:25 valid_lft forever preferred_lft forever 22:20:25 22:20:25 22:20:25 ---> sar -b -r -n DEV: 22:20:25 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:25 22:20:25 22:11:43 LINUX RESTART (4 CPU) 22:20:25 22:20:25 22:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:20:25 22:14:01 2.58 0.00 2.58 0.00 0.00 92.24 0.00 22:20:25 22:15:01 0.42 0.00 0.42 0.00 0.00 5.71 0.00 22:20:25 22:16:01 0.30 0.00 0.30 0.00 0.00 3.78 0.00 22:20:25 22:17:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 22:20:25 22:18:01 0.30 0.00 0.30 0.00 0.00 4.83 0.00 22:20:25 22:19:01 0.28 0.02 0.27 0.00 0.13 3.28 0.00 22:20:25 22:20:01 49.09 42.43 6.66 0.00 4284.47 3229.08 0.00 22:20:25 Average: 7.60 6.07 1.54 0.00 612.23 477.48 0.00 22:20:25 22:20:25 22:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:20:25 22:14:01 177404 0 553888 29.44 2620 1147644 1097420 37.45 426204 1117860 12 22:20:25 22:15:01 178732 0 552548 29.37 2620 1147656 1070692 36.54 426328 1117056 8 22:20:25 22:16:01 177864 0 553412 29.41 2620 1147660 1070692 36.54 427932 1116484 8 22:20:25 22:17:01 176456 0 554820 29.49 2620 1147660 1070920 36.55 434040 1111744 8 22:20:25 22:18:01 174516 0 556752 29.59 2620 1147668 1070944 36.55 435916 1111656 8 22:20:25 22:19:01 176136 0 555124 29.50 2620 1147676 1070728 36.54 434728 1111656 8 22:20:25 22:20:01 109364 0 606164 32.22 2620 1163408 1269948 43.34 453736 1145012 35008 22:20:25 Average: 167210 0 561815 29.86 2620 1149910 1103049 37.65 434126 1118781 5009 22:20:25 22:20:25 22:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:20:25 22:14:01 eth0 1.85 1.10 1.39 0.30 0.00 0.00 0.00 0.00 22:20:25 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:15:01 eth0 0.40 0.10 0.02 0.15 0.00 0.00 0.00 0.00 22:20:25 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:16:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:20:25 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:17:01 eth0 1.02 0.35 0.32 0.20 0.00 0.00 0.00 0.00 22:20:25 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:18:01 eth0 0.75 0.50 0.41 0.27 0.00 0.00 0.00 0.00 22:20:25 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:19:01 eth0 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 22:20:25 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:20:01 eth0 172.72 140.85 1743.94 14.42 0.00 0.00 0.00 0.00 22:20:25 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 Average: eth0 25.36 20.45 249.52 2.19 0.00 0.00 0.00 0.00 22:20:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:20:25 22:20:25 22:20:25 ---> sar -P ALL: 22:20:25 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:25 22:20:25 22:11:43 LINUX RESTART (4 CPU) 22:20:25 22:20:25 22:13:01 CPU %user %nice %system %iowait %steal %idle 22:20:25 22:14:01 all 0.13 0.00 0.07 0.00 0.01 99.79 22:20:25 22:14:01 0 0.28 0.00 0.08 0.00 0.00 99.63 22:20:25 22:14:01 1 0.12 0.00 0.07 0.00 0.03 99.78 22:20:25 22:14:01 2 0.08 0.00 0.10 0.00 0.00 99.82 22:20:25 22:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:20:25 22:15:01 all 0.16 0.00 0.05 0.00 0.01 99.78 22:20:25 22:15:01 0 0.50 0.00 0.05 0.00 0.02 99.43 22:20:25 22:15:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:20:25 22:15:01 2 0.05 0.00 0.05 0.00 0.02 99.88 22:20:25 22:15:01 3 0.05 0.00 0.05 0.00 0.02 99.88 22:20:25 22:16:01 all 0.13 0.00 0.03 0.00 0.00 99.84 22:20:25 22:16:01 0 0.45 0.00 0.05 0.00 0.00 99.50 22:20:25 22:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:20:25 22:16:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:20:25 22:16:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:20:25 22:17:01 all 0.16 0.00 0.05 0.00 0.01 99.78 22:20:25 22:17:01 0 0.48 0.00 0.03 0.00 0.02 99.47 22:20:25 22:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:20:25 22:17:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:20:25 22:17:01 3 0.05 0.00 0.10 0.00 0.02 99.83 22:20:25 22:18:01 all 0.16 0.00 0.05 0.00 0.00 99.79 22:20:25 22:18:01 0 0.48 0.00 0.02 0.00 0.00 99.50 22:20:25 22:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:20:25 22:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:20:25 22:18:01 3 0.08 0.00 0.13 0.00 0.00 99.78 22:20:25 22:19:01 all 0.17 0.00 0.04 0.00 0.00 99.80 22:20:25 22:19:01 0 0.53 0.00 0.02 0.00 0.00 99.45 22:20:25 22:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:20:25 22:19:01 2 0.05 0.00 0.07 0.00 0.00 99.88 22:20:25 22:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:20:25 22:20:01 all 2.20 0.00 1.39 0.94 0.03 95.45 22:20:25 22:20:01 0 2.60 0.00 1.31 0.12 0.02 95.96 22:20:25 22:20:01 1 1.74 0.00 1.49 2.11 0.02 94.65 22:20:25 22:20:01 2 2.33 0.00 1.46 1.22 0.05 94.94 22:20:25 22:20:01 3 2.13 0.00 1.29 0.32 0.03 96.23 22:20:25 Average: all 0.44 0.00 0.24 0.13 0.01 99.18 22:20:25 Average: 0 0.76 0.00 0.22 0.02 0.01 98.99 22:20:25 Average: 1 0.29 0.00 0.24 0.30 0.01 99.16 22:20:25 Average: 2 0.37 0.00 0.26 0.17 0.01 99.19 22:20:25 Average: 3 0.35 0.00 0.24 0.05 0.01 99.36 22:20:25 22:20:25 22:20:25