Pull request #145 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2ed3dbcfc581ab25a732a8c565222a314e90b21c+1e15b455509d433b72705dad7fc3c723af5422e0 (548f91f555ce5f7863ef41839ea921993d9b9b79) 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-11974 in /w/workspace/foundry_device-virtual-go_PR-145 [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 Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 2ed3dbcfc581ab25a732a8c565222a314e90b21c > git init /w/workspace/foundry_device-virtual-go_PR-145 # 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/145/head:refs/remotes/origin/PR-145 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 2ed3dbcfc581ab25a732a8c565222a314e90b21c Checking out Revision 2ed3dbcfc581ab25a732a8c565222a314e90b21c (PR-145) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # 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 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:21:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:21:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk d650c3efdc6a8195eb1a71a2225f0f643cf49e0d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:21:58 ========================================================= 22:21:58 EdgeX Global Pipelines Version Info 22:21:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:22:00 ------------------- 22:22:00 stable info: 22:22:00 ------------------- 22:22:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:22:00 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 22:22:00 Message: update stable to v1.0.162 22:22:01 ------------------- 22:22:01 experimental info: 22:22:01 ------------------- 22:22:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:22:01 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 22:22:01 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:22:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:22:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:22:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:22:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:22:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:22:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-145 [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-145 [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-145 [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ed3dbcfc581ab25a732a8c565222a314e90b21c [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ed3dbc [Pipeline] echo 22:22:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:22:05 provisioning config files... 22:22:05 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-145@tmp/config9136878778205417995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:22:05 ---> docker-login.sh 22:22:05 nexus3.edgexfoundry.org:10001 22:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:06 Configure a credential helper to remove this warning. See 22:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:06 22:22:06 Login Succeeded 22:22:06 nexus3.edgexfoundry.org:10002 22:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:06 Configure a credential helper to remove this warning. See 22:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:06 22:22:06 Login Succeeded 22:22:06 nexus3.edgexfoundry.org:10003 22:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:06 Configure a credential helper to remove this warning. See 22:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:06 22:22:06 Login Succeeded 22:22:06 nexus3.edgexfoundry.org:10004 22:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:06 Configure a credential helper to remove this warning. See 22:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:06 22:22:06 Login Succeeded 22:22:06 docker.io 22:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:06 Configure a credential helper to remove this warning. See 22:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:06 22:22:06 Login Succeeded 22:22:06 ---> docker-login.sh ends [Pipeline] } 22:22:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:22:07 + git log --format=format:%s -1 2ed3dbcfc581ab25a732a8c565222a314e90b21c [Pipeline] echo 22:22:07 GIT_COMMIT: 2ed3dbcfc581ab25a732a8c565222a314e90b21c, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 22:22:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:22:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:08 22:22:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:22:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:08 latest: Pulling from edgex-devops/git-semver 22:22:08 31603596830f: Pulling fs layer 22:22:08 2a8b12db71e7: Pulling fs layer 22:22:08 6ca5941a6612: Pulling fs layer 22:22:08 ecc8261a40a4: Pulling fs layer 22:22:08 ecc8261a40a4: Waiting 22:22:08 2a8b12db71e7: Download complete 22:22:08 31603596830f: Verifying Checksum 22:22:08 31603596830f: Download complete 22:22:08 6ca5941a6612: Verifying Checksum 22:22:08 6ca5941a6612: Download complete 22:22:09 ecc8261a40a4: Verifying Checksum 22:22:09 ecc8261a40a4: Download complete 22:22:09 31603596830f: Pull complete 22:22:09 2a8b12db71e7: Pull complete 22:22:10 6ca5941a6612: Pull complete 22:22:10 ecc8261a40a4: Pull complete 22:22:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:22:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:22:10 prd-centos7-docker-4c-2g-11974 does not seem to be running inside a container 22:22:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-145 -v /w/workspace/foundry_device-virtual-go_PR-145:/w/workspace/foundry_device-virtual-go_PR-145:rw,z -v /w/workspace/foundry_device-virtual-go_PR-145@tmp:/w/workspace/foundry_device-virtual-go_PR-145@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:22:12 $ docker top cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:22:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:22:13 [ssh-agent] Looking for ssh-agent implementation... 22:22:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:22:13 $ docker exec cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent 22:22:13 SSH_AUTH_SOCK=/tmp/ssh-GYaNpj9LB3pY/agent.13 22:22:13 SSH_AGENT_PID=18 22:22:13 Running ssh-add (command line suppressed) 22:22:13 Identity added: /w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_1617688618632157043.key (/w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_1617688618632157043.key) 22:22:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:22:14 + git tag --points-at HEAD [Pipeline] } 22:22:14 $ docker exec --env ******** --env ******** cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent -k 22:22:14 unset SSH_AUTH_SOCK; 22:22:14 unset SSH_AGENT_PID; 22:22:14 echo Agent pid 18 killed; 22:22:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:22:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:22:14 [ssh-agent] Looking for ssh-agent implementation... 22:22:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:22:14 $ docker exec cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent 22:22:14 SSH_AUTH_SOCK=/tmp/ssh-50HkaFchiQZO/agent.47 22:22:14 SSH_AGENT_PID=53 22:22:14 Running ssh-add (command line suppressed) 22:22:15 Identity added: /w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_2332848770399872542.key (/w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_2332848770399872542.key) 22:22:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:22:15 + git semver init 22:22:15 # -> Open(): unable to determine branch for HEAD 22:22:15 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-145/.git 22:22:15 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-145 22:22:15 # $SEMVER_REMOTE_NAME = origin 22:22:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:22:15 # $SEMVER_USER_NAME = edgex-jenkins 22:22:15 # $SEMVER_BRANCH = PR-145 22:22:15 # $SEMVER_TEMP = /tmp/semver-778182518 22:22:15 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 22:22:15 # '/tmp/semver-778182518' -> '/w/workspace/foundry_device-virtual-go_PR-145/.semver' 22:22:15 # -> Force: false 22:22:15 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-145/.semver [Pipeline] } 22:22:15 $ docker exec --env ******** --env ******** cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent -k 22:22:15 unset SSH_AUTH_SOCK; 22:22:15 unset SSH_AGENT_PID; 22:22:15 echo Agent pid 53 killed; 22:22:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:22:16 + git semver [Pipeline] } 22:22:16 $ docker stop --time=1 cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 22:22:17 $ docker rm -f cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 [Pipeline] // withDockerContainer [Pipeline] sh 22:22:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:22:18 Stashed 1 file(s) [Pipeline] echo 22:22:18 [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:22:34 Still waiting to schedule task 22:22:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:22:34 Still waiting to schedule task 22:22:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:24:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11976 in /w/workspace/foundry_device-virtual-go_PR-145 [Pipeline] { [Pipeline] ws 22:24:25 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 22:24:30 using credential edgex-jenkins-ssh 22:24:30 Cloning the remote Git repository 22:24:30 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:24:30 > git init /w/workspace/device-virtual-go/2 # timeout=10 22:24:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:24:30 > git --version # timeout=10 22:24:30 > git --version # 'git version 2.17.1' 22:24:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:31 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:24:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:31 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:24:31 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:24:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/145/head:refs/remotes/origin/PR-145 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:24:32 Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 2ed3dbcfc581ab25a732a8c565222a314e90b21c 22:24:32 Merge succeeded, producing 2ed3dbcfc581ab25a732a8c565222a314e90b21c 22:24:32 Checking out Revision 2ed3dbcfc581ab25a732a8c565222a314e90b21c (PR-145) 22:24:32 > git config core.sparsecheckout # timeout=10 22:24:32 > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 22:24:32 > git remote # timeout=10 22:24:32 > git config --get remote.origin.url # timeout=10 22:24:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:32 > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 22:24:32 > git rev-parse HEAD^{commit} # timeout=10 22:24:32 > git config core.sparsecheckout # timeout=10 22:24:32 > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 22:24:36 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:24:37 provisioning config files... 22:24:37 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config7043516744374327996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:24:38 ---> docker-login.sh 22:24:38 nexus3.edgexfoundry.org:10001 22:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:39 Configure a credential helper to remove this warning. See 22:24:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:39 22:24:39 Login Succeeded 22:24:39 nexus3.edgexfoundry.org:10002 22:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:40 Configure a credential helper to remove this warning. See 22:24:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:40 22:24:40 Login Succeeded 22:24:40 nexus3.edgexfoundry.org:10003 22:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:40 Configure a credential helper to remove this warning. See 22:24:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:40 22:24:40 Login Succeeded 22:24:40 nexus3.edgexfoundry.org:10004 22:24:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:41 Configure a credential helper to remove this warning. See 22:24:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:41 22:24:41 Login Succeeded 22:24:41 docker.io 22:24:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:41 Configure a credential helper to remove this warning. See 22:24:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:41 22:24:41 Login Succeeded 22:24:42 ---> docker-login.sh ends [Pipeline] } 22:24:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:24:42 ========================================================= 22:24:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:24:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:24:43 + 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:24:43 Sending build context to Docker daemon 470.5kB 22:24:43 Step 1/8 : ARG BASE=golang:1.15-alpine 22:24:43 Step 2/8 : FROM ${BASE} 22:24:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:24:43 b538f80385f9: Pulling fs layer 22:24:43 74f711af9a0d: Pulling fs layer 22:24:43 99f96fe45779: Pulling fs layer 22:24:43 8529a6b9a6be: Pulling fs layer 22:24:43 45590311c82a: Pulling fs layer 22:24:43 69ca0ff8b7b3: Pulling fs layer 22:24:43 209524e5b208: Pulling fs layer 22:24:43 8529a6b9a6be: Waiting 22:24:43 45590311c82a: Waiting 22:24:43 69ca0ff8b7b3: Waiting 22:24:43 209524e5b208: Waiting 22:24:43 99f96fe45779: Verifying Checksum 22:24:43 99f96fe45779: Download complete 22:24:43 74f711af9a0d: Download complete 22:24:43 45590311c82a: Verifying Checksum 22:24:43 45590311c82a: Download complete 22:24:43 69ca0ff8b7b3: Verifying Checksum 22:24:43 69ca0ff8b7b3: Download complete 22:24:43 b538f80385f9: Download complete 22:24:44 b538f80385f9: Pull complete 22:24:44 74f711af9a0d: Pull complete 22:24:45 Running on prd-centos7-docker-4c-2g-11977 in /w/workspace/foundry_device-virtual-go_PR-145 [Pipeline] { [Pipeline] ws 22:24:45 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 22:24:45 99f96fe45779: Pull complete 22:24:46 209524e5b208: Verifying Checksum 22:24:46 209524e5b208: Download complete 22:24:47 8529a6b9a6be: Verifying Checksum 22:24:47 8529a6b9a6be: Download complete 22:24:47 using credential edgex-jenkins-ssh 22:24:47 Cloning the remote Git repository 22:24:47 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:24:47 > git init /w/workspace/device-virtual-go/2 # timeout=10 22:24:48 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:24:48 > git --version # timeout=10 22:24:48 > git --version # 'git version 2.16.5' 22:24:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:49 Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 2ed3dbcfc581ab25a732a8c565222a314e90b21c 22:24:49 Merge succeeded, producing 2ed3dbcfc581ab25a732a8c565222a314e90b21c 22:24:49 Checking out Revision 2ed3dbcfc581ab25a732a8c565222a314e90b21c (PR-145) 22:24:48 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:24:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:48 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:24:48 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:24:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/145/head:refs/remotes/origin/PR-145 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:24:49 > git config core.sparsecheckout # timeout=10 22:24:49 > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 22:24:49 > git remote # timeout=10 22:24:49 > git config --get remote.origin.url # timeout=10 22:24:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:49 > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 22:24:49 > git rev-parse HEAD^{commit} # timeout=10 22:24:49 > git config core.sparsecheckout # timeout=10 22:24:49 > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 22:24:52 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:24:53 provisioning config files... 22:24:53 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config1118386578908245211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:24:54 ---> docker-login.sh 22:24:54 nexus3.edgexfoundry.org:10001 22:24:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:54 Configure a credential helper to remove this warning. See 22:24:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:54 22:24:54 Login Succeeded 22:24:54 nexus3.edgexfoundry.org:10002 22:24:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:54 Configure a credential helper to remove this warning. See 22:24:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:54 22:24:54 Login Succeeded 22:24:54 nexus3.edgexfoundry.org:10003 22:24:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:54 Configure a credential helper to remove this warning. See 22:24:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:54 22:24:54 Login Succeeded 22:24:54 nexus3.edgexfoundry.org:10004 22:24:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:55 Configure a credential helper to remove this warning. See 22:24:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:55 22:24:55 Login Succeeded 22:24:55 docker.io 22:24:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:24:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:24:55 Configure a credential helper to remove this warning. See 22:24:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:24:55 22:24:55 Login Succeeded 22:24:55 ---> docker-login.sh ends [Pipeline] } 22:24:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:24:55 ========================================================= 22:24:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:24:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:24:56 + 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:24:56 Sending build context to Docker daemon 470.5kB 22:24:56 Step 1/8 : ARG BASE=golang:1.15-alpine 22:24:56 Step 2/8 : FROM ${BASE} 22:24:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:24:56 df20fa9351a1: Pulling fs layer 22:24:56 ed8968b2872e: Pulling fs layer 22:24:56 a92cc7c5fd73: Pulling fs layer 22:24:56 e871e8e8d7a9: Pulling fs layer 22:24:56 e73272ec9a57: Pulling fs layer 22:24:56 1e910a182e73: Pulling fs layer 22:24:56 4e634b169226: Pulling fs layer 22:24:56 e871e8e8d7a9: Waiting 22:24:56 e73272ec9a57: Waiting 22:24:56 1e910a182e73: Waiting 22:24:56 4e634b169226: Waiting 22:24:56 a92cc7c5fd73: Verifying Checksum 22:24:56 a92cc7c5fd73: Download complete 22:24:56 ed8968b2872e: Verifying Checksum 22:24:56 ed8968b2872e: Download complete 22:24:56 e73272ec9a57: Verifying Checksum 22:24:56 e73272ec9a57: Download complete 22:24:56 df20fa9351a1: Verifying Checksum 22:24:56 df20fa9351a1: Download complete 22:24:56 1e910a182e73: Verifying Checksum 22:24:56 1e910a182e73: Download complete 22:24:56 df20fa9351a1: Pull complete 22:24:56 ed8968b2872e: Pull complete 22:24:56 a92cc7c5fd73: Pull complete 22:24:57 8529a6b9a6be: Pull complete 22:24:57 45590311c82a: Pull complete 22:24:57 4e634b169226: Verifying Checksum 22:24:57 4e634b169226: Download complete 22:24:58 69ca0ff8b7b3: Pull complete 22:24:58 e871e8e8d7a9: Verifying Checksum 22:24:58 e871e8e8d7a9: Download complete 22:25:01 209524e5b208: Pull complete 22:25:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:25:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:25:01 ---> 5bddaf1c2fca 22:25:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:25:04 e871e8e8d7a9: Pull complete 22:25:04 e73272ec9a57: Pull complete 22:25:04 1e910a182e73: Pull complete 22:25:04 ---> Running in 3e3b5100271d 22:25:04 Removing intermediate container 3e3b5100271d 22:25:04 ---> 84a1eebc10a3 22:25:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:04 ---> Running in c9b4af055f7e 22:25:07 Removing intermediate container c9b4af055f7e 22:25:07 ---> 77403cb98a14 22:25:07 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:25:07 ---> Running in 4eb68cceb150 22:25:08 4e634b169226: Pull complete 22:25:08 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:25:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:25:08 ---> f7629b54cfaa 22:25:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:25:08 ---> Running in 33aef568c72d 22:25:08 Removing intermediate container 33aef568c72d 22:25:08 ---> e447e431e5dc 22:25:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:25:09 ---> Running in 27273c453285 22:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:25:10 (1/14) Installing libmagic (5.38-r0) 22:25:10 (2/14) Installing file (5.38-r0) 22:25:10 (3/14) Installing libc-dev (0.7.2-r3) 22:25:10 (4/14) Installing g++ (9.3.0-r2) 22:25:10 Removing intermediate container 27273c453285 22:25:10 ---> ced954df9c36 22:25:10 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:25:10 ---> Running in 0080b3d03bb6 22:25:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:25:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:25:12 (1/14) Installing libmagic (5.38-r0) 22:25:12 (2/14) Installing file (5.38-r0) 22:25:12 (3/14) Installing libc-dev (0.7.2-r3) 22:25:12 (4/14) Installing g++ (9.3.0-r2) 22:25:14 (5/14) Installing fortify-headers (1.1-r0) 22:25:14 (6/14) Installing patch (2.7.6-r6) 22:25:14 (7/14) Installing build-base (0.5-r2) 22:25:15 (8/14) Installing openssh-keygen (8.3_p1-r0) 22:25:15 (9/14) Installing libedit (20191231.3.1-r0) 22:25:15 (10/14) Installing openssh-client (8.3_p1-r0) 22:25:15 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 22:25:15 (12/14) Installing openssh-server-common (8.3_p1-r0) 22:25:15 (13/14) Installing openssh-server (8.3_p1-r0) 22:25:16 (14/14) Installing openssh (8.3_p1-r0) 22:25:16 Executing busybox-1.31.1-r16.trigger 22:25:16 OK: 221 MiB in 53 packages 22:25:18 (5/14) Installing fortify-headers (1.1-r0) 22:25:18 (6/14) Installing patch (2.7.6-r6) 22:25:18 (7/14) Installing build-base (0.5-r2) 22:25:18 (8/14) Installing openssh-keygen (8.3_p1-r0) 22:25:18 (9/14) Installing libedit (20191231.3.1-r0) 22:25:18 (10/14) Installing openssh-client (8.3_p1-r0) 22:25:18 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 22:25:18 (12/14) Installing openssh-server-common (8.3_p1-r0) 22:25:18 (13/14) Installing openssh-server (8.3_p1-r0) 22:25:18 (14/14) Installing openssh (8.3_p1-r0) 22:25:18 Executing busybox-1.31.1-r16.trigger 22:25:18 OK: 237 MiB in 53 packages 22:25:20 Removing intermediate container 4eb68cceb150 22:25:20 ---> 82b2db6bf7d8 22:25:20 Step 6/8 : WORKDIR /device-virtual-go 22:25:20 ---> Running in 6b08dfef2992 22:25:20 Removing intermediate container 6b08dfef2992 22:25:20 ---> fa0de530c99f 22:25:20 Step 7/8 : COPY . . 22:25:21 Removing intermediate container 0080b3d03bb6 22:25:21 ---> e37be41ea42a 22:25:21 Step 6/8 : WORKDIR /device-virtual-go 22:25:21 ---> Running in 98e88544fb90 22:25:21 ---> ebf3ac0aa555 22:25:21 Step 8/8 : RUN go mod download 22:25:21 ---> Running in d5fe4798d625 22:25:22 Removing intermediate container 98e88544fb90 22:25:22 ---> 4dda1b701089 22:25:22 Step 7/8 : COPY . . 22:25:23 ---> b5ca9bd16690 22:25:23 Step 8/8 : RUN go mod download 22:25:23 ---> Running in dcad5e53fca4 22:25:45 Removing intermediate container dcad5e53fca4 22:25:45 ---> 7b43c814b8b5 22:25:45 Successfully built 7b43c814b8b5 22:25:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:25:45 + docker inspect -f . ci-base-image-x86_64 22:25:45 . [Pipeline] withDockerContainer 22:25:45 prd-centos7-docker-4c-2g-11977 does not seem to be running inside a container 22:25:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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-x86_64 cat 22:25:46 $ docker top 62c67bc6cbcacf69374ac63c0ba47af4107c28a5ce5edf33982a5d289c6c211c -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:47 + go version 22:25:47 go version go1.15.2 linux/amd64 [Pipeline] } 22:25:47 $ docker stop --time=1 62c67bc6cbcacf69374ac63c0ba47af4107c28a5ce5edf33982a5d289c6c211c 22:25:48 $ docker rm -f 62c67bc6cbcacf69374ac63c0ba47af4107c28a5ce5edf33982a5d289c6c211c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 22:25:48 Removing intermediate container d5fe4798d625 22:25:48 ---> 42642168bfd8 22:25:48 Successfully built 42642168bfd8 22:25:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:49 + docker inspect -f . ci-base-image-arm64 22:25:49 . [Pipeline] withDockerContainer 22:25:49 + docker inspect -f . ci-base-image-x86_64 22:25:49 . 22:25:49 prd-ubuntu18.04-docker-arm64-4c-16g-11976 does not seem to be running inside a container 22:25:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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-arm64 cat 22:25:51 $ docker top 6cd5a55052e811e3c463a2fcb4abab8a62c0b65e3c56452b7cbf45d22f94e2e4 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 22:25:52 prd-centos7-docker-4c-2g-11977 does not seem to be running inside a container 22:25:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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-x86_64 cat 22:25:52 $ docker top 0274afae0b6b468bb76c8760900bd0e9f927db8febf03c900af9651aa66fd395 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 22:25:53 + make test 22:25:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:25:53 + go version 22:25:53 go version go1.15.2 linux/arm64 [Pipeline] } 22:25:53 $ docker stop --time=1 6cd5a55052e811e3c463a2fcb4abab8a62c0b65e3c56452b7cbf45d22f94e2e4 22:25:54 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:25:55 $ docker rm -f 6cd5a55052e811e3c463a2fcb4abab8a62c0b65e3c56452b7cbf45d22f94e2e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:57 + docker inspect -f . ci-base-image-arm64 22:25:57 . [Pipeline] withDockerContainer 22:25:57 prd-ubuntu18.04-docker-arm64-4c-16g-11976 does not seem to be running inside a container 22:25:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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-arm64 cat 22:25:59 $ docker top 1cfc340afa5837b06ee1447688111b22e742295325c7ffad3d4223a59944e577 -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:00 + make test 22:26:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:26:01 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:26:09 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:26:09 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.327s coverage: 64.4% of statements 22:26:09 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:26:11 gofmt -l . 22:26:11 [ "`gofmt -l .`" = "" ] 22:26:11 ./bin/test-attribution-txt.sh 22:26:12 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:26:12 $ docker stop --time=1 0274afae0b6b468bb76c8760900bd0e9f927db8febf03c900af9651aa66fd395 22:26:15 $ docker rm -f 0274afae0b6b468bb76c8760900bd0e9f927db8febf03c900af9651aa66fd395 [Pipeline] // withDockerContainer [Pipeline] sh 22:26:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:26:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:26:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:26:19 + ls -al . 22:26:19 total 124 22:26:19 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 22:26 . 22:26:19 drwxrwxr-x. 4 jenkins jenkins 28 Nov 12 22:24 .. 22:26:19 -rw-rw-r--. 1 jenkins jenkins 6713 Nov 12 22:24 Attribution.txt 22:26:19 drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 22:24 bin 22:26:19 drwxrwxr-x. 3 jenkins jenkins 32 Nov 12 22:24 cmd 22:26:19 -rw-r--r--. 1 jenkins jenkins 47242 Nov 12 22:26 coverage.out 22:26:19 -rw-rw-r--. 1 jenkins jenkins 1834 Nov 12 22:24 Dockerfile 22:26:19 -rw-rw-r--. 1 jenkins jenkins 957 Nov 12 22:24 Dockerfile.build 22:26:19 drwxrwxr-x. 8 jenkins jenkins 179 Nov 12 22:24 .git 22:26:19 drwxrwxr-x. 2 jenkins jenkins 60 Nov 12 22:24 .github 22:26:19 -rw-rw-r--. 1 jenkins jenkins 258 Nov 12 22:24 .gitignore 22:26:19 -rw-r--r--. 1 jenkins jenkins 856 Nov 12 22:26 go.mod 22:26:19 -rw-r--r--. 1 jenkins jenkins 16261 Nov 12 22:26 go.sum 22:26:19 drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 22:24 internal 22:26:19 -rw-rw-r--. 1 jenkins jenkins 660 Nov 12 22:24 Jenkinsfile 22:26:19 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 12 22:24 LICENSE 22:26:19 -rw-rw-r--. 1 jenkins jenkins 873 Nov 12 22:24 Makefile 22:26:19 -rw-rw-r--. 1 jenkins jenkins 918 Nov 12 22:24 README.md 22:26:19 -rw-rw-r--. 1 jenkins jenkins 5 Nov 12 22:22 VERSION 22:26:19 -rw-rw-r--. 1 jenkins jenkins 235 Nov 12 22:24 version.go [Pipeline] isUnix [Pipeline] sh 22:26:19 + 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=2ed3dbcfc581ab25a732a8c565222a314e90b21c --label arch=amd64 --label version=0.0.0 . 22:26:19 Sending build context to Docker daemon 535.6kB 22:26:19 Step 1/22 : ARG BASE=golang:1.15-alpine 22:26:19 Step 2/22 : FROM ${BASE} AS builder 22:26:19 ---> 7b43c814b8b5 22:26:19 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:26:19 ---> Running in bfe9f104c27c 22:26:20 Removing intermediate container bfe9f104c27c 22:26:20 ---> 9bec19ebef27 22:26:20 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:26:20 ---> Running in b92ff0c9dfb7 22:26:20 Removing intermediate container b92ff0c9dfb7 22:26:20 ---> c5e0970cb4ae 22:26:20 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 22:26:20 ---> Running in 5710a0770b40 22:26:20 Removing intermediate container 5710a0770b40 22:26:20 ---> 5656cf91d3b3 22:26:20 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:20 ---> Running in 3d33a395f217 22:26:21 Removing intermediate container 3d33a395f217 22:26:21 ---> 0edc14284254 22:26:21 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:26:21 ---> Running in 407f82e4ac2c 22:26:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:23 OK: 237 MiB in 53 packages 22:26:23 Removing intermediate container 407f82e4ac2c 22:26:23 ---> 418f7726ff16 22:26:23 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 22:26:23 ---> Running in a9200981b697 22:26:23 Removing intermediate container a9200981b697 22:26:23 ---> bdd4a42fe861 22:26:23 Step 9/22 : COPY . . 22:26:24 ---> 1df322bfc7de 22:26:24 Step 10/22 : ARG MAKE='make build' 22:26:24 ---> Running in 7f2089bb8aca 22:26:24 Removing intermediate container 7f2089bb8aca 22:26:24 ---> c9247605a456 22:26:24 Step 11/22 : RUN $MAKE 22:26:24 ---> Running in 54c5b2859316 22:26:25 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:26:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:26:40 Removing intermediate container 54c5b2859316 22:26:40 ---> f68b8a9e7a3f 22:26:40 Step 12/22 : FROM alpine 22:26:40 latest: Pulling from library/alpine 22:26:40 188c0c94c7c5: Pulling fs layer 22:26:40 188c0c94c7c5: Verifying Checksum 22:26:40 188c0c94c7c5: Download complete 22:26:40 188c0c94c7c5: Pull complete 22:26:40 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:26:40 Status: Downloaded newer image for alpine:latest 22:26:40 ---> d6e46aa2470d 22:26:40 Step 13/22 : ENV APP_PORT=49990 22:26:40 ---> Running in bafe5018c323 22:26:40 Removing intermediate container bafe5018c323 22:26:40 ---> 4461e6ada750 22:26:40 Step 14/22 : EXPOSE $APP_PORT 22:26:41 ---> Running in 70ca3053574a 22:26:41 Removing intermediate container 70ca3053574a 22:26:41 ---> 999f3e0ff630 22:26:41 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 22:26:41 ---> 23023e6b0153 22:26:41 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 22:26:41 ---> d22ca0f51c40 22:26:41 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 22:26:42 ---> fa0fad42b101 22:26:42 Step 18/22 : ENTRYPOINT ["/device-virtual"] 22:26:42 ---> Running in 17590077cc28 22:26:42 Removing intermediate container 17590077cc28 22:26:42 ---> d23656830811 22:26:42 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:26:42 ---> Running in 47ed5761428f 22:26:42 Removing intermediate container 47ed5761428f 22:26:42 ---> c17811660eec 22:26:42 Step 20/22 : LABEL arch=amd64 22:26:42 ---> Running in 3462dc7fe9d2 22:26:42 Removing intermediate container 3462dc7fe9d2 22:26:42 ---> 7d203cd5f0e5 22:26:42 Step 21/22 : LABEL git_sha=2ed3dbcfc581ab25a732a8c565222a314e90b21c 22:26:42 ---> Running in a412fbf0ed46 22:26:43 Removing intermediate container a412fbf0ed46 22:26:43 ---> 5a3f833c2475 22:26:43 Step 22/22 : LABEL version=0.0.0 22:26:43 ---> Running in 8e4362880740 22:26:43 Removing intermediate container 8e4362880740 22:26:43 ---> ef072a67c7e2 22:26:43 [Warning] One or more build-args [ARCH] were not consumed 22:26:43 Successfully built ef072a67c7e2 22:26:43 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:26:48 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:26:48 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.428s coverage: 64.4% of statements 22:26:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:26:55 gofmt -l . 22:26:55 [ "`gofmt -l .`" = "" ] 22:26:55 ./bin/test-attribution-txt.sh 22:26:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:26:56 $ docker stop --time=1 1cfc340afa5837b06ee1447688111b22e742295325c7ffad3d4223a59944e577 22:26:59 $ docker rm -f 1cfc340afa5837b06ee1447688111b22e742295325c7ffad3d4223a59944e577 [Pipeline] // withDockerContainer [Pipeline] sh 22:26:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:27:00 Warning: overwriting stash ‘coverage-report’ 22:27:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:27:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:27:02 + ls -al . 22:27:02 total 148 22:27:02 drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 22:26 . 22:27:02 drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 22:24 .. 22:27:02 drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 22:24 .git 22:27:02 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:24 .github 22:27:02 -rw-rw-r-- 1 jenkins jenkins 258 Nov 12 22:24 .gitignore 22:27:02 -rw-rw-r-- 1 jenkins jenkins 6713 Nov 12 22:24 Attribution.txt 22:27:02 -rw-rw-r-- 1 jenkins jenkins 1834 Nov 12 22:24 Dockerfile 22:27:02 -rw-rw-r-- 1 jenkins jenkins 957 Nov 12 22:24 Dockerfile.build 22:27:02 -rw-rw-r-- 1 jenkins jenkins 660 Nov 12 22:24 Jenkinsfile 22:27:02 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 12 22:24 LICENSE 22:27:02 -rw-rw-r-- 1 jenkins jenkins 873 Nov 12 22:24 Makefile 22:27:02 -rw-rw-r-- 1 jenkins jenkins 918 Nov 12 22:24 README.md 22:27:02 -rw-rw-r-- 1 jenkins jenkins 5 Nov 12 22:22 VERSION 22:27:02 drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:24 bin 22:27:02 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:24 cmd 22:27:02 -rw-r--r-- 1 jenkins jenkins 47242 Nov 12 22:26 coverage.out 22:27:02 -rw-r--r-- 1 jenkins jenkins 856 Nov 12 22:26 go.mod 22:27:02 -rw-r--r-- 1 jenkins jenkins 16261 Nov 12 22:26 go.sum 22:27:02 drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:24 internal 22:27:02 -rw-rw-r-- 1 jenkins jenkins 235 Nov 12 22:24 version.go [Pipeline] isUnix [Pipeline] sh 22:27:02 + 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=2ed3dbcfc581ab25a732a8c565222a314e90b21c --label arch=arm64 --label version=0.0.0 . 22:27:03 Sending build context to Docker daemon 535.6kB 22:27:03 Step 1/22 : ARG BASE=golang:1.15-alpine 22:27:03 Step 2/22 : FROM ${BASE} AS builder 22:27:03 ---> 42642168bfd8 22:27:03 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:27:03 ---> Running in 4d0fa7d77188 22:27:03 Removing intermediate container 4d0fa7d77188 22:27:03 ---> 9ccfe4f2bcfd 22:27:03 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:27:04 ---> Running in aaa9fd04bb21 22:27:04 Removing intermediate container aaa9fd04bb21 22:27:04 ---> 6cea8d83bd66 22:27:04 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 22:27:04 ---> Running in 8a48196dd1a8 22:27:05 Removing intermediate container 8a48196dd1a8 22:27:05 ---> a361bb245cc5 22:27:05 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:05 ---> Running in 42be47972dfa 22:27:07 Removing intermediate container 42be47972dfa 22:27:07 ---> b4fdeea004b9 22:27:07 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:27:07 ---> Running in c720af26b6e4 22:27:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:27:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:27:10 OK: 221 MiB in 53 packages 22:27:11 Removing intermediate container c720af26b6e4 22:27:11 ---> 164c2b0249dd 22:27:11 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 22:27:12 ---> Running in e64a1ea488da 22:27:12 Removing intermediate container e64a1ea488da 22:27:12 ---> 491248ae2a63 22:27:12 Step 9/22 : COPY . . 22:27:13 ---> 83c80a5b4708 22:27:13 Step 10/22 : ARG MAKE='make build' 22:27:13 ---> Running in c9e12d632ff8 22:27:14 Removing intermediate container c9e12d632ff8 22:27:14 ---> bef1063c291a 22:27:14 Step 11/22 : RUN $MAKE 22:27:14 ---> Running in 322e8f6aa587 22:27:15 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:27:48 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:27:54 Removing intermediate container 322e8f6aa587 22:27:54 ---> 940c83539a3b 22:27:54 Step 12/22 : FROM alpine 22:27:55 latest: Pulling from library/alpine 22:27:55 5f621e34cdf4: Pulling fs layer 22:27:55 5f621e34cdf4: Download complete 22:27:56 5f621e34cdf4: Pull complete 22:27:56 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 22:27:56 Status: Downloaded newer image for alpine:latest 22:27:56 ---> 2e77e061c27f 22:27:56 Step 13/22 : ENV APP_PORT=49990 22:27:56 ---> Running in d837d05a0258 22:27:56 Removing intermediate container d837d05a0258 22:27:56 ---> 3aa5489294aa 22:27:56 Step 14/22 : EXPOSE $APP_PORT 22:27:57 ---> Running in f1e96775183f 22:27:57 Removing intermediate container f1e96775183f 22:27:57 ---> ab20af099d7e 22:27:57 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 22:27:59 ---> c71e7b264577 22:27:59 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 22:27:59 ---> 0f23dd46ebf5 22:27:59 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 22:28:00 ---> 28718d22b52b 22:28:00 Step 18/22 : ENTRYPOINT ["/device-virtual"] 22:28:00 ---> Running in 382f57f2a5d4 22:28:00 Removing intermediate container 382f57f2a5d4 22:28:00 ---> b3a7b175dacd 22:28:00 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:00 ---> Running in 25bb290e6683 22:28:01 Removing intermediate container 25bb290e6683 22:28:01 ---> 574c6ab01d06 22:28:01 Step 20/22 : LABEL arch=arm64 22:28:01 ---> Running in 3a8d85c7ec67 22:28:01 Removing intermediate container 3a8d85c7ec67 22:28:01 ---> 8b299977b4fc 22:28:01 Step 21/22 : LABEL git_sha=2ed3dbcfc581ab25a732a8c565222a314e90b21c 22:28:02 ---> Running in d0046c72c4a8 22:28:02 Removing intermediate container d0046c72c4a8 22:28:02 ---> 88972cb56a36 22:28:02 Step 22/22 : LABEL version=0.0.0 22:28:02 ---> Running in ddfa779cfab2 22:28:03 Removing intermediate container ddfa779cfab2 22:28:03 ---> 7fe58fe75012 22:28:03 [Warning] One or more build-args [ARCH] were not consumed 22:28:03 Successfully built 7fe58fe75012 22:28:03 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:28:05 provisioning config files... 22:28:05 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-145@tmp/config5984715387948731022tmp [Pipeline] { [Pipeline] sh 22:28:05 + set +x 22:28:05 + curl -s https://codecov.io/bash 22:28:05 + bash -s -- 22:28:05 22:28:05 _____ _ 22:28:05 / ____| | | 22:28:05 | | ___ __| | ___ ___ _____ __ 22:28:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:28:05 | |___| (_) | (_| | __/ (_| (_) \ V / 22:28:05 \_____\___/ \__,_|\___|\___\___/ \_/ 22:28:05 Bash-20201106-81372f2 22:28:05 22:28:05 22:28:05 ==> Jenkins CI detected. 22:28:05 project root: . 22:28:05 --> token set from env 22:28:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:28:05 ==> Running gcov in . (disable via -X gcov) 22:28:05 ==> Python coveragepy not found 22:28:05 ==> Searching for coverage reports in: 22:28:05 + . 22:28:05 -> Found 1 reports 22:28:05 ==> Detecting git/mercurial file structure 22:28:05 ==> Reading reports 22:28:05 + ./coverage.out bytes=47242 22:28:05 ==> Appending adjustments 22:28:05 https://docs.codecov.io/docs/fixing-reports 22:28:06 + Found adjustments 22:28:06 ==> Gzipping contents 22:28:06 ==> Uploading reports 22:28:06 url: https://codecov.io 22:28:06 query: branch=PR-145&commit=2ed3dbcfc581ab25a732a8c565222a314e90b21c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-145%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=145&job=&cmd_args= 22:28:06 -> Pinging Codecov 22:28:06 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-145&commit=2ed3dbcfc581ab25a732a8c565222a314e90b21c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-145%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=145&job=&cmd_args= 22:28:06 -> Uploading to 22:28:06 https://storage.googleapis.com/codecov/v4/raw/2020-11-12/5E52B4B073DB2E39498172D8E973AA87/2ed3dbcfc581ab25a732a8c565222a314e90b21c/a393e77a-690c-437e-b49f-a37264009157.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T222806Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db2b178bd754d4e735054cc47caf27c6362087cc57d2e836fb4c54b1e86b5bfa 22:28:06 % Total % Received % Xferd Average Speed Time Time Time Current 22:28:06 Dload Upload Total Spent Left Speed 22:28:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 5797 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5797 0 0 100 5797 0 15290 --:--:-- --:--:-- --:--:-- 15295 22:28:06 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/2ed3dbcfc581ab25a732a8c565222a314e90b21c [Pipeline] } 22:28:06 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:28:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:28:10 ---> package-listing.sh 22:28:10 ++ tr '[:upper:]' '[:lower:]' 22:28:10 ++ facter osfamily 22:28:10 + OS_FAMILY=redhat 22:28:10 + workspace=/w/workspace/foundry_device-virtual-go_PR-145 22:28:10 + START_PACKAGES=/tmp/packages_start.txt 22:28:10 + END_PACKAGES=/tmp/packages_end.txt 22:28:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:28:10 + PACKAGES=/tmp/packages_start.txt 22:28:10 + '[' /w/workspace/foundry_device-virtual-go_PR-145 ']' 22:28:10 + PACKAGES=/tmp/packages_end.txt 22:28:10 + case "${OS_FAMILY}" in 22:28:10 + rpm -qa 22:28:10 + sort 22:28:14 + '[' -f /tmp/packages_start.txt ']' 22:28:14 + '[' -f /tmp/packages_end.txt ']' 22:28:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:28:14 + '[' /w/workspace/foundry_device-virtual-go_PR-145 ']' 22:28:14 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-145/archives/ 22:28:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-145/archives/ [Pipeline] echo 22:28:14 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-145/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:28:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:28:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:28:14 22:28:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:28:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:28:15 alpine: Pulling from edgex-lftools-log-publisher 22:28:15 df20fa9351a1: Pulling fs layer 22:28:15 36b3adc4ff6f: Pulling fs layer 22:28:15 8ad3a11d3b57: Pulling fs layer 22:28:15 46f8f816bc3b: Pulling fs layer 22:28:15 93b61091891f: Pulling fs layer 22:28:15 93b9cdb0e59b: Pulling fs layer 22:28:15 5e14af77c1be: Pulling fs layer 22:28:15 01666e4c0597: Pulling fs layer 22:28:15 aa168da1d23b: Pulling fs layer 22:28:15 93b9cdb0e59b: Waiting 22:28:15 5e14af77c1be: Waiting 22:28:15 01666e4c0597: Waiting 22:28:15 aa168da1d23b: Waiting 22:28:15 46f8f816bc3b: Waiting 22:28:15 93b61091891f: Waiting 22:28:15 36b3adc4ff6f: Verifying Checksum 22:28:15 36b3adc4ff6f: Download complete 22:28:15 46f8f816bc3b: Verifying Checksum 22:28:15 46f8f816bc3b: Download complete 22:28:15 df20fa9351a1: Verifying Checksum 22:28:15 df20fa9351a1: Download complete 22:28:15 93b9cdb0e59b: Verifying Checksum 22:28:15 93b9cdb0e59b: Download complete 22:28:15 5e14af77c1be: Verifying Checksum 22:28:15 5e14af77c1be: Download complete 22:28:15 01666e4c0597: Download complete 22:28:15 93b61091891f: Verifying Checksum 22:28:15 93b61091891f: Download complete 22:28:15 df20fa9351a1: Pull complete 22:28:16 36b3adc4ff6f: Pull complete 22:28:16 8ad3a11d3b57: Verifying Checksum 22:28:16 8ad3a11d3b57: Download complete 22:28:17 8ad3a11d3b57: Pull complete 22:28:17 46f8f816bc3b: Pull complete 22:28:17 93b61091891f: Pull complete 22:28:18 93b9cdb0e59b: Pull complete 22:28:18 5e14af77c1be: Pull complete 22:28:18 aa168da1d23b: Verifying Checksum 22:28:18 aa168da1d23b: Download complete 22:28:18 01666e4c0597: Pull complete 22:28:26 aa168da1d23b: Pull complete 22:28:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:28:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:28:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:28:26 prd-centos7-docker-4c-2g-11974 does not seem to be running inside a container 22:28:26 $ 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-145/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-145 -v /w/workspace/foundry_device-virtual-go_PR-145:/w/workspace/foundry_device-virtual-go_PR-145:rw,z -v /w/workspace/foundry_device-virtual-go_PR-145@tmp:/w/workspace/foundry_device-virtual-go_PR-145@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:28:30 $ docker top 2a0d670092a6b70c881c0c41c1892086146c62e36ba166786d4c0e5e0e85cde6 -eo pid,comm [Pipeline] { [Pipeline] sh 22:28:31 + touch /tmp/pre-build-complete [Pipeline] sh 22:28:31 + mkdir -p /var/log/sa [Pipeline] sh 22:28:32 + ls /var/log/sa-host 22:28:32 + sadf -c /var/log/sa-host/sa05 22:28:32 file_magic: OK 22:28:32 HZ: Using current value: 100 22:28:32 file_header: OK 22:28:32 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:28:32 Statistics: 22:28:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:28:32 File successfully converted to sysstat format version 12.2.1 22:28:32 + sadf -c /var/log/sa-host/sa12 22:28:32 file_magic: OK 22:28:32 HZ: Using current value: 100 22:28:32 file_header: OK 22:28:32 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:28:32 Statistics: 22:28:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:28:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:28:32 provisioning config files... 22:28:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-145@tmp/config6929809212937499110tmp [Pipeline] { [Pipeline] echo 22:28:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:28:32 ---> create-netrc.sh [Pipeline] } 22:28:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:28:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:28:33 ---> python-tools-install.sh [Pipeline] echo 22:28:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:28:33 ---> sudo-logs.sh 22:28:33 Archiving 'sudo' log.. [Pipeline] echo 22:28:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:28:33 ---> job-cost.sh 22:28:33 lf-activate-venv: SKIPPING 22:28:33 INFO: No Stack... 22:28:35 INFO: Retrieving Pricing Info for: v1-standard-2 22:28:35 INFO: Archiving Costs [Pipeline] echo 22:28:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:28:35 ---> logs-deploy.sh 22:28:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-145/2 22:28:35 INFO: archiving workspace using pattern(s): 22:28:37 Archives upload complete. 22:28:37 INFO: archiving logs to Nexus 22:28:38 ---> uname -a: 22:28:38 Linux prd-centos7-docker-4c-2g-11974.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:28:38 22:28:38 22:28:38 ---> lscpu: 22:28:38 Architecture: x86_64 22:28:38 CPU op-mode(s): 32-bit, 64-bit 22:28:38 Byte Order: Little Endian 22:28:38 Address sizes: 40 bits physical, 48 bits virtual 22:28:38 CPU(s): 4 22:28:38 On-line CPU(s) list: 0-3 22:28:38 Thread(s) per core: 1 22:28:38 Core(s) per socket: 1 22:28:38 Socket(s): 4 22:28:38 NUMA node(s): 1 22:28:38 Vendor ID: GenuineIntel 22:28:38 CPU family: 6 22:28:38 Model: 44 22:28:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:28:38 Stepping: 1 22:28:38 CPU MHz: 2933.438 22:28:38 BogoMIPS: 5866.87 22:28:38 Virtualization: VT-x 22:28:38 Hypervisor vendor: KVM 22:28:38 Virtualization type: full 22:28:38 L1d cache: 128 KiB 22:28:38 L1i cache: 128 KiB 22:28:38 L2 cache: 16 MiB 22:28:38 L3 cache: 64 MiB 22:28:38 NUMA node0 CPU(s): 0-3 22:28:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:28:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:28:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:28:38 Vulnerability Meltdown: Mitigation; PTI 22:28:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:28:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:28:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:28:38 Vulnerability Tsx async abort: Not affected 22:28:38 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:28:38 22:28:38 22:28:38 ---> nproc: 22:28:38 4 22:28:38 22:28:38 22:28:38 ---> df -h: 22:28:38 Filesystem Size Used Available Use% Mounted on 22:28:38 overlay 50.0G 7.2G 42.8G 14% / 22:28:38 tmpfs 64.0M 0 64.0M 0% /dev 22:28:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:28:38 shm 64.0M 0 64.0M 0% /dev/shm 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-145 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-145@tmp 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 22:28:38 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 22:28:38 22:28:38 22:28:38 ---> free -m: 22:28:38 total used free shared buff/cache available 22:28:38 Mem: 1837 682 119 0 1034 1052 22:28:38 Swap: 1023 0 1023 22:28:38 22:28:38 22:28:38 ---> ip addr: 22:28:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:28:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:28:38 inet 127.0.0.1/8 scope host lo 22:28:38 valid_lft forever preferred_lft forever 22:28:38 inet6 ::1/128 scope host 22:28:38 valid_lft forever preferred_lft forever 22:28:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:28:38 link/ether fa:16:3e:2a:0e:7c brd ff:ff:ff:ff:ff:ff 22:28:38 inet 10.30.123.33/23 brd 10.30.123.255 scope global dynamic eth0 22:28:38 valid_lft 85966sec preferred_lft 85966sec 22:28:38 inet6 fe80::f816:3eff:fe2a:e7c/64 scope link 22:28:38 valid_lft forever preferred_lft forever 22:28:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:28:38 link/ether 02:42:97:f9:3e:01 brd ff:ff:ff:ff:ff:ff 22:28:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:28:38 valid_lft forever preferred_lft forever 22:28:38 inet6 fe80::42:97ff:fef9:3e01/64 scope link 22:28:38 valid_lft forever preferred_lft forever 22:28:38 22:28:38 22:28:38 ---> sar -b -r -n DEV: 22:28:38 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:28:38 22:28:38 22:21:04 LINUX RESTART (4 CPU) 22:28:38 22:28:38 22:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:28:38 22:23:01 27.10 10.87 16.23 0.00 4442.21 2128.61 0.00 22:28:38 22:24:01 1.53 0.00 1.53 0.00 0.00 25.26 0.00 22:28:38 22:25:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 22:28:38 22:26:01 0.35 0.00 0.35 0.00 0.00 4.76 0.00 22:28:38 22:27:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 22:28:38 22:28:01 0.37 0.02 0.35 0.00 0.13 4.35 0.00 22:28:38 Average: 4.98 1.82 3.17 0.00 740.72 361.88 0.00 22:28:38 22:28:38 22:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:28:38 22:23:01 152708 0 587164 31.21 2620 1139064 1113304 38.00 435196 1134416 20 22:28:38 22:24:01 156360 0 583508 31.01 2620 1139068 1089812 37.19 434680 1131660 12 22:28:38 22:25:01 156384 0 583472 31.01 2620 1139080 1084864 37.02 435364 1131428 8 22:28:38 22:26:01 155268 0 584588 31.07 2620 1139080 1084816 37.02 441012 1126872 8 22:28:38 22:27:01 154748 0 585100 31.10 2620 1139088 1084888 37.03 449112 1118944 8 22:28:38 22:28:01 156532 0 583308 31.00 2620 1139096 1084672 37.02 448024 1118944 12 22:28:38 Average: 155333 0 584523 31.07 2620 1139079 1090393 37.21 440565 1127044 11 22:28:38 22:28:38 22:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:28:38 22:23:01 eth0 81.24 65.08 344.21 37.08 0.00 0.00 0.00 0.00 22:28:38 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:23:01 docker0 1.83 1.50 0.36 3.41 0.00 0.00 0.00 0.00 22:28:38 22:24:01 eth0 1.08 0.18 0.24 0.04 0.00 0.00 0.00 0.00 22:28:38 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:25:01 eth0 1.60 0.68 0.59 0.40 0.00 0.00 0.00 0.00 22:28:38 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:26:01 eth0 1.45 0.37 0.37 0.20 0.00 0.00 0.00 0.00 22:28:38 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:27:01 eth0 0.70 0.52 0.44 0.27 0.00 0.00 0.00 0.00 22:28:38 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:28:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:28:38 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 Average: eth0 14.37 11.16 57.67 6.34 0.00 0.00 0.00 0.00 22:28:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:28:38 Average: docker0 0.31 0.25 0.06 0.57 0.00 0.00 0.00 0.00 22:28:38 22:28:38 22:28:38 ---> sar -P ALL: 22:28:38 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:28:38 22:28:38 22:21:04 LINUX RESTART (4 CPU) 22:28:38 22:28:38 22:22:01 CPU %user %nice %system %iowait %steal %idle 22:28:38 22:23:01 all 2.69 0.00 2.00 0.59 0.02 94.70 22:28:38 22:23:01 0 2.94 0.00 2.62 0.22 0.03 94.20 22:28:38 22:23:01 1 2.78 0.00 1.88 1.46 0.02 93.87 22:28:38 22:23:01 2 2.60 0.00 1.57 0.47 0.00 95.36 22:28:38 22:23:01 3 2.46 0.00 1.92 0.23 0.02 95.36 22:28:38 22:24:01 all 0.10 0.00 0.07 0.00 0.00 99.83 22:28:38 22:24:01 0 0.02 0.00 0.05 0.00 0.00 99.93 22:28:38 22:24:01 1 0.07 0.00 0.08 0.00 0.00 99.85 22:28:38 22:24:01 2 0.27 0.00 0.08 0.00 0.00 99.65 22:28:38 22:24:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:28:38 22:25:01 all 0.18 0.00 0.04 0.00 0.00 99.78 22:28:38 22:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:28:38 22:25:01 1 0.10 0.00 0.05 0.00 0.00 99.85 22:28:38 22:25:01 2 0.53 0.00 0.07 0.00 0.00 99.40 22:28:38 22:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:28:38 22:26:01 all 0.18 0.00 0.05 0.00 0.01 99.76 22:28:38 22:26:01 0 0.07 0.00 0.05 0.00 0.00 99.88 22:28:38 22:26:01 1 0.15 0.00 0.07 0.00 0.02 99.77 22:28:38 22:26:01 2 0.48 0.00 0.05 0.00 0.02 99.45 22:28:38 22:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:28:38 22:27:01 all 0.18 0.00 0.10 0.00 0.00 99.73 22:28:38 22:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:28:38 22:27:01 1 0.53 0.00 0.27 0.00 0.00 99.20 22:28:38 22:27:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:28:38 22:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:28:38 22:28:01 all 0.17 0.00 0.04 0.00 0.00 99.78 22:28:38 22:28:01 0 0.52 0.00 0.02 0.00 0.00 99.47 22:28:38 22:28:01 1 0.07 0.00 0.07 0.00 0.00 99.87 22:28:38 22:28:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:28:38 22:28:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:28:38 Average: all 0.58 0.00 0.38 0.10 0.00 98.93 22:28:38 Average: 0 0.60 0.00 0.46 0.04 0.01 98.90 22:28:38 Average: 1 0.61 0.00 0.40 0.24 0.01 98.74 22:28:38 Average: 2 0.66 0.00 0.31 0.08 0.00 98.95 22:28:38 Average: 3 0.45 0.00 0.36 0.04 0.00 99.15 22:28:38 22:28:38 22:28:38