Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6cffb47d6547a1e15aff1ac52c2f010648d3cd03+abb441d7d1970f82b841c2bc1ba1938b3ed69869 (b230e7f2dae8b15d424c0adcfb5bc2a28e20b605) 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-12480 in /w/workspace/foundry_device-virtual-go_PR-147 [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-147 # 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/147/head:refs/remotes/origin/PR-147 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit abb441d7d1970f82b841c2bc1ba1938b3ed69869 into PR head commit 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 Merge succeeded, producing 7ddb8142a30b2414657c338c4883830255764824 Checking out Revision 7ddb8142a30b2414657c338c4883830255764824 (PR-147) > git config core.sparsecheckout # timeout=10 > git checkout -f 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # 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 abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ddb8142a30b2414657c338c4883830255764824 # timeout=10 Commit message: "Merge commit 'abb441d7d1970f82b841c2bc1ba1938b3ed69869' into HEAD" > git rev-list --no-walk 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:13:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:13:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:13:35 ========================================================= 00:13:35 EdgeX Global Pipelines Version Info 00:13:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:13:36 ------------------- 00:13:36 stable info: 00:13:36 ------------------- 00:13:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:13:36 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 00:13:36 Message: update stable to v1.0.162 00:13:37 ------------------- 00:13:37 experimental info: 00:13:37 ------------------- 00:13:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:13:37 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 00:13:37 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:13:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 00:13:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 00:13:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:13:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:13:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 00:13:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:13:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-147 [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-147 [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-147 [Pipeline] echo 00:13:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ddb8142a30b2414657c338c4883830255764824 [Pipeline] echo 00:13:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ddb814 [Pipeline] echo 00:13:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:13:42 provisioning config files... 00:13:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-147@tmp/config3599900513168056063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:13:42 ---> docker-login.sh 00:13:42 nexus3.edgexfoundry.org:10001 00:13:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:43 Configure a credential helper to remove this warning. See 00:13:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:43 00:13:43 Login Succeeded 00:13:43 nexus3.edgexfoundry.org:10002 00:13:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:43 Configure a credential helper to remove this warning. See 00:13:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:43 00:13:43 Login Succeeded 00:13:43 nexus3.edgexfoundry.org:10003 00:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:44 Configure a credential helper to remove this warning. See 00:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:44 00:13:44 Login Succeeded 00:13:44 nexus3.edgexfoundry.org:10004 00:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:44 Configure a credential helper to remove this warning. See 00:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:44 00:13:44 Login Succeeded 00:13:44 docker.io 00:13:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:44 Configure a credential helper to remove this warning. See 00:13:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:44 00:13:44 Login Succeeded 00:13:44 ---> docker-login.sh ends [Pipeline] } 00:13:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:13:45 + git log --format=format:%s -1 7ddb8142a30b2414657c338c4883830255764824 [Pipeline] echo 00:13:45 GIT_COMMIT: 7ddb8142a30b2414657c338c4883830255764824, Commit Message: Merge commit 'abb441d7d1970f82b841c2bc1ba1938b3ed69869' into HEAD [Pipeline] echo 00:13:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:13:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:46 00:13:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:13:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:46 latest: Pulling from edgex-devops/git-semver 00:13:46 31603596830f: Pulling fs layer 00:13:46 2a8b12db71e7: Pulling fs layer 00:13:46 6ca5941a6612: Pulling fs layer 00:13:46 ecc8261a40a4: Pulling fs layer 00:13:46 ecc8261a40a4: Waiting 00:13:46 2a8b12db71e7: Verifying Checksum 00:13:46 2a8b12db71e7: Download complete 00:13:47 31603596830f: Download complete 00:13:47 ecc8261a40a4: Verifying Checksum 00:13:47 ecc8261a40a4: Download complete 00:13:47 6ca5941a6612: Verifying Checksum 00:13:47 6ca5941a6612: Download complete 00:13:47 31603596830f: Pull complete 00:13:47 2a8b12db71e7: Pull complete 00:13:48 6ca5941a6612: Pull complete 00:13:48 ecc8261a40a4: Pull complete 00:13:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:13:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:13:48 prd-centos7-docker-4c-2g-12480 does not seem to be running inside a container 00:13:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-147 -v /w/workspace/foundry_device-virtual-go_PR-147:/w/workspace/foundry_device-virtual-go_PR-147:rw,z -v /w/workspace/foundry_device-virtual-go_PR-147@tmp:/w/workspace/foundry_device-virtual-go_PR-147@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 00:13:50 $ docker top bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:13:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:51 [ssh-agent] Looking for ssh-agent implementation... 00:13:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:51 $ docker exec bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent 00:13:51 SSH_AUTH_SOCK=/tmp/ssh-IwNpm728wfXA/agent.12 00:13:51 SSH_AGENT_PID=17 00:13:51 Running ssh-add (command line suppressed) 00:13:51 Identity added: /w/workspace/foundry_device-virtual-go_PR-147@tmp/private_key_920467283766787829.key (/w/workspace/foundry_device-virtual-go_PR-147@tmp/private_key_920467283766787829.key) 00:13:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:51 + git tag --points-at HEAD [Pipeline] } 00:13:51 $ docker exec --env ******** --env ******** bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent -k 00:13:52 unset SSH_AUTH_SOCK; 00:13:52 unset SSH_AGENT_PID; 00:13:52 echo Agent pid 17 killed; 00:13:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:13:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:52 [ssh-agent] Looking for ssh-agent implementation... 00:13:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:52 $ docker exec bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent 00:13:52 SSH_AUTH_SOCK=/tmp/ssh-Mes7UZdfH62k/agent.45 00:13:52 SSH_AGENT_PID=50 00:13:52 Running ssh-add (command line suppressed) 00:13:52 Identity added: /w/workspace/foundry_device-virtual-go_PR-147@tmp/private_key_7693637245670032488.key (/w/workspace/foundry_device-virtual-go_PR-147@tmp/private_key_7693637245670032488.key) 00:13:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:53 + git semver init 00:13:53 # -> Open(): unable to determine branch for HEAD 00:13:53 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-147/.git 00:13:53 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-147 00:13:53 # $SEMVER_REMOTE_NAME = origin 00:13:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:13:53 # $SEMVER_USER_NAME = edgex-jenkins 00:13:53 # $SEMVER_BRANCH = PR-147 00:13:53 # $SEMVER_TEMP = /tmp/semver-908345040 00:13:53 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 00:13:53 # '/tmp/semver-908345040' -> '/w/workspace/foundry_device-virtual-go_PR-147/.semver' 00:13:53 # -> Force: false 00:13:53 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-147/.semver [Pipeline] } 00:13:53 $ docker exec --env ******** --env ******** bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent -k 00:13:53 unset SSH_AUTH_SOCK; 00:13:53 unset SSH_AGENT_PID; 00:13:53 echo Agent pid 50 killed; 00:13:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:13:54 + git semver [Pipeline] } 00:13:54 $ docker stop --time=1 bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 00:13:55 $ docker rm -f bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 [Pipeline] // withDockerContainer [Pipeline] sh 00:13:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:13:56 Stashed 1 file(s) [Pipeline] echo 00:13:56 [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 00:14:12 Still waiting to schedule task 00:14:12 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12480’ 00:14:12 Still waiting to schedule task 00:14:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:15:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12481 in /w/workspace/foundry_device-virtual-go_PR-147 [Pipeline] { [Pipeline] ws 00:15:51 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 00:15:56 using credential edgex-jenkins-ssh 00:15:57 Cloning the remote Git repository 00:15:57 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 00:15:57 > git init /w/workspace/device-virtual-go/2 # timeout=10 00:15:57 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:15:57 > git --version # timeout=10 00:15:57 > git --version # 'git version 2.17.1' 00:15:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:15:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:15:58 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:15:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:15:58 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:15:58 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:15:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:15:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:15:58 Merging remotes/origin/master commit abb441d7d1970f82b841c2bc1ba1938b3ed69869 into PR head commit 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 00:15:58 Merge succeeded, producing 4a4648df6ab6d52769cd7b4b64cac4cb7bdcd5be 00:15:58 Checking out Revision 4a4648df6ab6d52769cd7b4b64cac4cb7bdcd5be (PR-147) 00:15:58 > git config core.sparsecheckout # timeout=10 00:15:58 > git checkout -f 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # timeout=10 00:15:58 > git remote # timeout=10 00:15:58 > git config --get remote.origin.url # timeout=10 00:15:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:15:58 > git merge abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 00:15:58 > git rev-parse HEAD^{commit} # timeout=10 00:15:58 > git config core.sparsecheckout # timeout=10 00:15:58 > git checkout -f 4a4648df6ab6d52769cd7b4b64cac4cb7bdcd5be # timeout=10 00:16:03 Commit message: "Merge commit 'abb441d7d1970f82b841c2bc1ba1938b3ed69869' into HEAD" 00:16:03 > git rev-list --no-walk 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:16:04 provisioning config files... 00:16:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config811782500959531525tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:05 ---> docker-login.sh 00:16:05 nexus3.edgexfoundry.org:10001 00:16:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:06 Configure a credential helper to remove this warning. See 00:16:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:06 00:16:06 Login Succeeded 00:16:06 nexus3.edgexfoundry.org:10002 00:16:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:07 Configure a credential helper to remove this warning. See 00:16:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:07 00:16:07 Login Succeeded 00:16:07 nexus3.edgexfoundry.org:10003 00:16:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:07 Configure a credential helper to remove this warning. See 00:16:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:07 00:16:07 Login Succeeded 00:16:07 nexus3.edgexfoundry.org:10004 00:16:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:08 Configure a credential helper to remove this warning. See 00:16:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:08 00:16:08 Login Succeeded 00:16:08 docker.io 00:16:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:08 Configure a credential helper to remove this warning. See 00:16:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:08 00:16:08 Login Succeeded 00:16:08 ---> docker-login.sh ends [Pipeline] } 00:16:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:16:09 ========================================================= 00:16:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:16:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:16:09 + 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 . 00:16:10 Sending build context to Docker daemon 472.1kB 00:16:10 Step 1/8 : ARG BASE=golang:1.15-alpine 00:16:10 Step 2/8 : FROM ${BASE} 00:16:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:16:10 b538f80385f9: Pulling fs layer 00:16:10 74f711af9a0d: Pulling fs layer 00:16:10 99f96fe45779: Pulling fs layer 00:16:10 8529a6b9a6be: Pulling fs layer 00:16:10 45590311c82a: Pulling fs layer 00:16:10 69ca0ff8b7b3: Pulling fs layer 00:16:10 209524e5b208: Pulling fs layer 00:16:10 69ca0ff8b7b3: Waiting 00:16:10 45590311c82a: Waiting 00:16:10 209524e5b208: Waiting 00:16:10 99f96fe45779: Verifying Checksum 00:16:10 99f96fe45779: Download complete 00:16:10 74f711af9a0d: Verifying Checksum 00:16:10 74f711af9a0d: Download complete 00:16:10 45590311c82a: Verifying Checksum 00:16:10 45590311c82a: Download complete 00:16:10 69ca0ff8b7b3: Download complete 00:16:10 b538f80385f9: Download complete 00:16:11 b538f80385f9: Pull complete 00:16:11 74f711af9a0d: Pull complete 00:16:12 99f96fe45779: Pull complete 00:16:13 209524e5b208: Verifying Checksum 00:16:13 209524e5b208: Download complete 00:16:14 8529a6b9a6be: Verifying Checksum 00:16:14 8529a6b9a6be: Download complete 00:16:24 8529a6b9a6be: Pull complete 00:16:24 45590311c82a: Pull complete 00:16:24 69ca0ff8b7b3: Pull complete 00:16:27 209524e5b208: Pull complete 00:16:27 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:16:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:16:27 ---> 5bddaf1c2fca 00:16:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:16:31 ---> Running in 479d845da6cd 00:16:31 Removing intermediate container 479d845da6cd 00:16:31 ---> e9b0017f59c7 00:16:31 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:31 ---> Running in 47a2154891e0 00:16:33 Removing intermediate container 47a2154891e0 00:16:33 ---> 7512fb42aa17 00:16:33 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:16:34 ---> Running in 1d36072d9f9d 00:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:16:37 (1/14) Installing libmagic (5.38-r0) 00:16:37 (2/14) Installing file (5.38-r0) 00:16:37 (3/14) Installing libc-dev (0.7.2-r3) 00:16:37 (4/14) Installing g++ (9.3.0-r2) 00:16:41 (5/14) Installing fortify-headers (1.1-r0) 00:16:41 (6/14) Installing patch (2.7.6-r6) 00:16:41 (7/14) Installing build-base (0.5-r2) 00:16:41 (8/14) Installing openssh-keygen (8.3_p1-r0) 00:16:41 (9/14) Installing libedit (20191231.3.1-r0) 00:16:41 (10/14) Installing openssh-client (8.3_p1-r0) 00:16:41 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 00:16:42 (12/14) Installing openssh-server-common (8.3_p1-r0) 00:16:42 (13/14) Installing openssh-server (8.3_p1-r0) 00:16:42 (14/14) Installing openssh (8.3_p1-r0) 00:16:42 Executing busybox-1.31.1-r16.trigger 00:16:42 OK: 221 MiB in 53 packages 00:16:46 Removing intermediate container 1d36072d9f9d 00:16:46 ---> fa6360112fd6 00:16:46 Step 6/8 : WORKDIR /device-virtual-go 00:16:47 ---> Running in 2df4df253aa0 00:16:47 Removing intermediate container 2df4df253aa0 00:16:47 ---> 906bdf16f2ee 00:16:47 Step 7/8 : COPY . . 00:16:48 ---> b0aeb09bdff6 00:16:48 Step 8/8 : RUN go mod download 00:16:48 ---> Running in 492ec2b9b182 00:16:49 Running on prd-centos7-docker-4c-2g-12482 in /w/workspace/foundry_device-virtual-go_PR-147 [Pipeline] { [Pipeline] ws 00:16:50 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 00:16:52 using credential edgex-jenkins-ssh 00:16:52 Cloning the remote Git repository 00:16:52 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 00:16:53 > git init /w/workspace/device-virtual-go/2 # timeout=10 00:16:53 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:16:53 > git --version # timeout=10 00:16:53 > git --version # 'git version 2.16.5' 00:16:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:54 Merging remotes/origin/master commit abb441d7d1970f82b841c2bc1ba1938b3ed69869 into PR head commit 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 00:16:54 Merge succeeded, producing 15a3f65bb5d7a35c5d3a6cf7999c9e43fc14ae48 00:16:54 Checking out Revision 15a3f65bb5d7a35c5d3a6cf7999c9e43fc14ae48 (PR-147) 00:16:53 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:16:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:53 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:16:53 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:16:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:16:54 > git config core.sparsecheckout # timeout=10 00:16:54 > git checkout -f 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # timeout=10 00:16:54 > git remote # timeout=10 00:16:54 > git config --get remote.origin.url # timeout=10 00:16:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:54 > git merge abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 00:16:54 > git rev-parse HEAD^{commit} # timeout=10 00:16:54 > git config core.sparsecheckout # timeout=10 00:16:54 > git checkout -f 15a3f65bb5d7a35c5d3a6cf7999c9e43fc14ae48 # timeout=10 00:16:57 Commit message: "Merge commit 'abb441d7d1970f82b841c2bc1ba1938b3ed69869' into HEAD" 00:16:57 > git rev-list --no-walk 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:16:58 provisioning config files... 00:16:58 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config6439838650060395952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:59 ---> docker-login.sh 00:16:59 nexus3.edgexfoundry.org:10001 00:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:59 Configure a credential helper to remove this warning. See 00:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:59 00:16:59 Login Succeeded 00:16:59 nexus3.edgexfoundry.org:10002 00:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:59 Configure a credential helper to remove this warning. See 00:16:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:59 00:16:59 Login Succeeded 00:16:59 nexus3.edgexfoundry.org:10003 00:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:00 Configure a credential helper to remove this warning. See 00:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:00 00:17:00 Login Succeeded 00:17:00 nexus3.edgexfoundry.org:10004 00:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:00 Configure a credential helper to remove this warning. See 00:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:00 00:17:00 Login Succeeded 00:17:00 docker.io 00:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:17:00 Configure a credential helper to remove this warning. See 00:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:17:00 00:17:00 Login Succeeded 00:17:00 ---> docker-login.sh ends [Pipeline] } 00:17:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:17:01 ========================================================= 00:17:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:17:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:17:01 + 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 . 00:17:01 Sending build context to Docker daemon 472.1kB 00:17:01 Step 1/8 : ARG BASE=golang:1.15-alpine 00:17:01 Step 2/8 : FROM ${BASE} 00:17:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:17:01 df20fa9351a1: Pulling fs layer 00:17:01 ed8968b2872e: Pulling fs layer 00:17:01 a92cc7c5fd73: Pulling fs layer 00:17:01 e871e8e8d7a9: Pulling fs layer 00:17:01 e73272ec9a57: Pulling fs layer 00:17:01 1e910a182e73: Pulling fs layer 00:17:01 4e634b169226: Pulling fs layer 00:17:01 e73272ec9a57: Waiting 00:17:01 1e910a182e73: Waiting 00:17:01 4e634b169226: Waiting 00:17:01 e871e8e8d7a9: Waiting 00:17:01 a92cc7c5fd73: Verifying Checksum 00:17:01 a92cc7c5fd73: Download complete 00:17:01 ed8968b2872e: Verifying Checksum 00:17:01 ed8968b2872e: Download complete 00:17:01 e73272ec9a57: Verifying Checksum 00:17:01 e73272ec9a57: Download complete 00:17:01 df20fa9351a1: Verifying Checksum 00:17:02 1e910a182e73: Verifying Checksum 00:17:02 1e910a182e73: Download complete 00:17:02 df20fa9351a1: Pull complete 00:17:02 ed8968b2872e: Pull complete 00:17:02 a92cc7c5fd73: Pull complete 00:17:04 4e634b169226: Verifying Checksum 00:17:04 4e634b169226: Download complete 00:17:04 e871e8e8d7a9: Verifying Checksum 00:17:04 e871e8e8d7a9: Download complete 00:17:09 e871e8e8d7a9: Pull complete 00:17:09 e73272ec9a57: Pull complete 00:17:09 1e910a182e73: Pull complete 00:17:14 4e634b169226: Pull complete 00:17:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:17:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:17:14 ---> f7629b54cfaa 00:17:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:17:14 ---> Running in ea4ada318e80 00:17:14 Removing intermediate container ea4ada318e80 00:17:14 ---> 712b0e96b304 00:17:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:17:14 ---> Running in 2ba2d8f5f18d 00:17:15 Removing intermediate container 492ec2b9b182 00:17:15 ---> 6e2a039ca7ed 00:17:15 Successfully built 6e2a039ca7ed 00:17:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:17:15 + docker inspect -f . ci-base-image-arm64 00:17:15 . [Pipeline] withDockerContainer 00:17:16 prd-ubuntu18.04-docker-arm64-4c-16g-12481 does not seem to be running inside a container 00:17:16 $ 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-arm64 cat 00:17:16 Removing intermediate container 2ba2d8f5f18d 00:17:16 ---> 7b0e3ce11dc8 00:17:16 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:17:16 ---> Running in 491d34dec184 00:17:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:17:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:17:18 $ docker top 91fb8a9df130eb60d256c062aabf17df75f5d010719c4b2516227e0db976e060 -eo pid,comm 00:17:18 (1/14) Installing libmagic (5.38-r0) 00:17:18 (2/14) Installing file (5.38-r0) [Pipeline] { [Pipeline] sh 00:17:18 (3/14) Installing libc-dev (0.7.2-r3) 00:17:18 (4/14) Installing g++ (9.3.0-r2) 00:17:19 + go version 00:17:19 go version go1.15.2 linux/arm64 [Pipeline] } 00:17:19 $ docker stop --time=1 91fb8a9df130eb60d256c062aabf17df75f5d010719c4b2516227e0db976e060 00:17:21 $ docker rm -f 91fb8a9df130eb60d256c062aabf17df75f5d010719c4b2516227e0db976e060 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:22 + docker inspect -f . ci-base-image-arm64 00:17:22 . [Pipeline] withDockerContainer 00:17:23 prd-ubuntu18.04-docker-arm64-4c-16g-12481 does not seem to be running inside a container 00:17:23 $ 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-arm64 cat 00:17:23 (5/14) Installing fortify-headers (1.1-r0) 00:17:23 (6/14) Installing patch (2.7.6-r6) 00:17:23 (7/14) Installing build-base (0.5-r2) 00:17:23 (8/14) Installing openssh-keygen (8.3_p1-r0) 00:17:23 (9/14) Installing libedit (20191231.3.1-r0) 00:17:23 (10/14) Installing openssh-client (8.3_p1-r0) 00:17:23 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 00:17:24 (12/14) Installing openssh-server-common (8.3_p1-r0) 00:17:24 (13/14) Installing openssh-server (8.3_p1-r0) 00:17:24 (14/14) Installing openssh (8.3_p1-r0) 00:17:24 Executing busybox-1.31.1-r16.trigger 00:17:24 OK: 237 MiB in 53 packages 00:17:25 $ docker top bda487b6fef85e4f094b8e5fa0e96559fa262fe22fca05d6dd10d7838028bdce -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:26 + make test 00:17:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:17:27 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:17:27 Removing intermediate container 491d34dec184 00:17:27 ---> fca6a656b5cc 00:17:27 Step 6/8 : WORKDIR /device-virtual-go 00:17:27 ---> Running in 77b1618802c0 00:17:27 Removing intermediate container 77b1618802c0 00:17:27 ---> eee3f1c17328 00:17:27 Step 7/8 : COPY . . 00:17:28 ---> 1bf1498cda95 00:17:28 Step 8/8 : RUN go mod download 00:17:28 ---> Running in 90f3a3e7f67d 00:17:50 Removing intermediate container 90f3a3e7f67d 00:17:50 ---> 4b9abdea5eff 00:17:50 Successfully built 4b9abdea5eff 00:17:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:17:50 + docker inspect -f . ci-base-image-x86_64 00:17:50 . [Pipeline] withDockerContainer 00:17:50 prd-centos7-docker-4c-2g-12482 does not seem to be running inside a container 00:17:51 $ 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-x86_64 cat 00:17:51 $ docker top b5cb1b12eaa69ee3c86591e7d4e74d8cdc31fc44156493a61d596c976efdc988 -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:52 + go version 00:17:52 go version go1.15.2 linux/amd64 [Pipeline] } 00:17:52 $ docker stop --time=1 b5cb1b12eaa69ee3c86591e7d4e74d8cdc31fc44156493a61d596c976efdc988 00:17:53 $ docker rm -f b5cb1b12eaa69ee3c86591e7d4e74d8cdc31fc44156493a61d596c976efdc988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:54 + docker inspect -f . ci-base-image-x86_64 00:17:54 . [Pipeline] withDockerContainer 00:17:54 prd-centos7-docker-4c-2g-12482 does not seem to be running inside a container 00:17:54 $ 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-x86_64 cat 00:17:55 $ docker top 0546e17edee2fa1fdc5edbad50171da20e27b9c0ad306994f24f570c161ccd4c -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:55 + make test 00:17:55 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:17:56 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:18:14 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:18:14 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.409s coverage: 64.4% of statements 00:18:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:18:15 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:18:15 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.373s coverage: 64.4% of statements 00:18:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:18:16 gofmt -l . 00:18:16 [ "`gofmt -l .`" = "" ] 00:18:16 ./bin/test-attribution-txt.sh 00:18:17 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:18:17 $ docker stop --time=1 0546e17edee2fa1fdc5edbad50171da20e27b9c0ad306994f24f570c161ccd4c 00:18:19 $ docker rm -f 0546e17edee2fa1fdc5edbad50171da20e27b9c0ad306994f24f570c161ccd4c [Pipeline] // withDockerContainer [Pipeline] sh 00:18:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:18:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 00:18:23 gofmt -l . [Pipeline] sh 00:18:23 [ "`gofmt -l .`" = "" ] 00:18:23 ./bin/test-attribution-txt.sh 00:18:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:18:23 + ls -al . 00:18:23 total 128 00:18:23 drwxrwxr-x. 7 jenkins jenkins 4096 Nov 18 00:18 . 00:18:23 drwxrwxr-x. 4 jenkins jenkins 28 Nov 18 00:16 .. 00:18:23 -rw-rw-r--. 1 jenkins jenkins 6713 Nov 18 00:16 Attribution.txt 00:18:23 drwxrwxr-x. 2 jenkins jenkins 64 Nov 18 00:16 bin 00:18:23 drwxrwxr-x. 3 jenkins jenkins 32 Nov 18 00:16 cmd 00:18:23 -rw-r--r--. 1 jenkins jenkins 47242 Nov 18 00:18 coverage.out 00:18:23 -rw-rw-r--. 1 jenkins jenkins 1834 Nov 18 00:16 Dockerfile 00:18:23 -rw-rw-r--. 1 jenkins jenkins 957 Nov 18 00:16 Dockerfile.build 00:18:23 drwxrwxr-x. 8 jenkins jenkins 179 Nov 18 00:16 .git 00:18:23 drwxrwxr-x. 2 jenkins jenkins 60 Nov 18 00:16 .github 00:18:23 -rw-rw-r--. 1 jenkins jenkins 258 Nov 18 00:16 .gitignore 00:18:23 -rw-r--r--. 1 jenkins jenkins 388 Nov 18 00:18 go.mod 00:18:23 -rw-r--r--. 1 jenkins jenkins 16390 Nov 18 00:18 go.sum 00:18:23 drwxrwxr-x. 3 jenkins jenkins 20 Nov 18 00:16 internal 00:18:23 -rw-rw-r--. 1 jenkins jenkins 660 Nov 18 00:16 Jenkinsfile 00:18:23 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 18 00:16 LICENSE 00:18:23 -rw-rw-r--. 1 jenkins jenkins 873 Nov 18 00:16 Makefile 00:18:23 -rw-rw-r--. 1 jenkins jenkins 918 Nov 18 00:16 README.md 00:18:23 -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 00:13 VERSION 00:18:23 -rw-rw-r--. 1 jenkins jenkins 235 Nov 18 00:16 version.go [Pipeline] isUnix [Pipeline] sh 00:18:23 + 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=7ddb8142a30b2414657c338c4883830255764824 --label arch=amd64 --label version=0.0.0 . 00:18:24 Sending build context to Docker daemon 537.6kB 00:18:24 Step 1/22 : ARG BASE=golang:1.15-alpine 00:18:24 Step 2/22 : FROM ${BASE} AS builder 00:18:24 ---> 4b9abdea5eff 00:18:24 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:18:24 ---> Running in 15f710267f0f 00:18:24 Removing intermediate container 15f710267f0f 00:18:24 ---> 353b56f5a5c9 00:18:24 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 00:18:24 ---> Running in ade80f570ff5 00:18:24 ./bin/test-go-mod-tidy.sh 00:18:24 Removing intermediate container ade80f570ff5 00:18:24 ---> 1e2209e9f12a 00:18:24 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 00:18:24 ---> Running in c0c685871f11 00:18:25 Removing intermediate container c0c685871f11 00:18:25 ---> 42d7cf62b45a 00:18:25 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:25 ---> Running in dc12414af93d [Pipeline] } 00:18:25 $ docker stop --time=1 bda487b6fef85e4f094b8e5fa0e96559fa262fe22fca05d6dd10d7838028bdce 00:18:25 Removing intermediate container dc12414af93d 00:18:25 ---> 58741151c301 00:18:25 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:18:25 ---> Running in 8009f79977d4 00:18:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:27 $ docker rm -f bda487b6fef85e4f094b8e5fa0e96559fa262fe22fca05d6dd10d7838028bdce 00:18:27 OK: 237 MiB in 53 packages 00:18:27 Removing intermediate container 8009f79977d4 00:18:27 ---> 67089791f7b4 00:18:27 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 00:18:27 ---> Running in 3322f7085759 [Pipeline] // withDockerContainer [Pipeline] sh 00:18:28 Removing intermediate container 3322f7085759 00:18:28 ---> aa1d84f7e83b 00:18:28 Step 9/22 : COPY . . 00:18:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:18:28 Warning: overwriting stash ‘coverage-report’ 00:18:29 Stashed 1 file(s) [Pipeline] } 00:18:29 ---> 66eb195e0cf2 00:18:29 Step 10/22 : ARG MAKE='make build' 00:18:29 ---> Running in 83462773a67d 00:18:29 Removing intermediate container 83462773a67d 00:18:29 ---> 6e4c601930af 00:18:29 Step 11/22 : RUN $MAKE 00:18:29 ---> Running in 4bd797c1974c [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:18:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 00:18:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:18:30 + ls -al . 00:18:30 total 152 00:18:30 drwxrwxr-x 7 jenkins jenkins 4096 Nov 18 00:18 . 00:18:30 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 00:15 .. 00:18:30 drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 00:16 .git 00:18:30 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 00:15 .github 00:18:30 -rw-rw-r-- 1 jenkins jenkins 258 Nov 18 00:15 .gitignore 00:18:30 -rw-rw-r-- 1 jenkins jenkins 6713 Nov 18 00:15 Attribution.txt 00:18:30 -rw-rw-r-- 1 jenkins jenkins 1834 Nov 18 00:15 Dockerfile 00:18:30 -rw-rw-r-- 1 jenkins jenkins 957 Nov 18 00:15 Dockerfile.build 00:18:30 -rw-rw-r-- 1 jenkins jenkins 660 Nov 18 00:15 Jenkinsfile 00:18:30 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 18 00:15 LICENSE 00:18:30 -rw-rw-r-- 1 jenkins jenkins 873 Nov 18 00:15 Makefile 00:18:30 -rw-rw-r-- 1 jenkins jenkins 918 Nov 18 00:15 README.md 00:18:30 -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 00:13 VERSION 00:18:30 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 00:15 bin 00:18:30 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 00:15 cmd 00:18:30 -rw-r--r-- 1 jenkins jenkins 47242 Nov 18 00:18 coverage.out 00:18:30 -rw-r--r-- 1 jenkins jenkins 388 Nov 18 00:18 go.mod 00:18:30 -rw-r--r-- 1 jenkins jenkins 16390 Nov 18 00:18 go.sum 00:18:30 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 00:15 internal 00:18:30 -rw-rw-r-- 1 jenkins jenkins 235 Nov 18 00:15 version.go [Pipeline] isUnix [Pipeline] sh 00:18:30 + 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=7ddb8142a30b2414657c338c4883830255764824 --label arch=arm64 --label version=0.0.0 . 00:18:30 Sending build context to Docker daemon 537.6kB 00:18:30 Step 1/22 : ARG BASE=golang:1.15-alpine 00:18:30 Step 2/22 : FROM ${BASE} AS builder 00:18:30 ---> 6e2a039ca7ed 00:18:30 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:18:31 ---> Running in aaf42cdc4067 00:18:31 Removing intermediate container aaf42cdc4067 00:18:31 ---> b4f705cf786d 00:18:31 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 00:18:32 ---> Running in d0fa670a9a1b 00:18:32 Removing intermediate container d0fa670a9a1b 00:18:32 ---> 295dace301b1 00:18:32 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 00:18:32 ---> Running in ea61d3fe48e0 00:18:33 Removing intermediate container ea61d3fe48e0 00:18:33 ---> 254bd53293bf 00:18:33 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:33 ---> Running in ba936312bddc 00:18:35 Removing intermediate container ba936312bddc 00:18:35 ---> 92547b8b0674 00:18:35 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:18:35 ---> Running in d44cc485905f 00:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:18:38 OK: 221 MiB in 53 packages 00:18:39 Removing intermediate container d44cc485905f 00:18:39 ---> 8d6b4baa198f 00:18:39 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 00:18:39 ---> Running in d9b2ed3ec299 00:18:40 Removing intermediate container d9b2ed3ec299 00:18:40 ---> ca9cd874e8b9 00:18:40 Step 9/22 : COPY . . 00:18:41 ---> 317af2b795b6 00:18:41 Step 10/22 : ARG MAKE='make build' 00:18:41 ---> Running in aec0359ad820 00:18:42 Removing intermediate container aec0359ad820 00:18:42 ---> 2c304602b93d 00:18:42 Step 11/22 : RUN $MAKE 00:18:42 ---> Running in d9fbce63fe1c 00:18:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:18:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 00:18:45 Removing intermediate container 4bd797c1974c 00:18:45 ---> 56540c3addc3 00:18:45 Step 12/22 : FROM alpine 00:18:45 latest: Pulling from library/alpine 00:18:45 188c0c94c7c5: Pulling fs layer 00:18:45 188c0c94c7c5: Verifying Checksum 00:18:45 188c0c94c7c5: Download complete 00:18:46 188c0c94c7c5: Pull complete 00:18:46 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:18:46 Status: Downloaded newer image for alpine:latest 00:18:46 ---> d6e46aa2470d 00:18:46 Step 13/22 : ENV APP_PORT=49990 00:18:46 ---> Running in 2d6645bdfbb8 00:18:46 Removing intermediate container 2d6645bdfbb8 00:18:46 ---> adbbedf50397 00:18:46 Step 14/22 : EXPOSE $APP_PORT 00:18:46 ---> Running in cac4ae220252 00:18:46 Removing intermediate container cac4ae220252 00:18:46 ---> 8cf176286e1d 00:18:46 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 00:18:47 ---> a0d6acd8a7d3 00:18:47 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 00:18:47 ---> 5d9acdd2e3dc 00:18:47 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 00:18:47 ---> 289b92b660d7 00:18:47 Step 18/22 : ENTRYPOINT ["/device-virtual"] 00:18:47 ---> Running in 3a546d7f4a20 00:18:48 Removing intermediate container 3a546d7f4a20 00:18:48 ---> 5c35310ab8c6 00:18:48 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:48 ---> Running in 2a17d47f3878 00:18:48 Removing intermediate container 2a17d47f3878 00:18:48 ---> df6fbbbe4abb 00:18:48 Step 20/22 : LABEL arch=amd64 00:18:48 ---> Running in 311fecfa4464 00:18:48 Removing intermediate container 311fecfa4464 00:18:48 ---> 95204db134ed 00:18:48 Step 21/22 : LABEL git_sha=7ddb8142a30b2414657c338c4883830255764824 00:18:48 ---> Running in 331fcdef57d8 00:18:48 Removing intermediate container 331fcdef57d8 00:18:48 ---> c3fd1f46e09a 00:18:48 Step 22/22 : LABEL version=0.0.0 00:18:49 ---> Running in 6200f0cdfb4e 00:18:49 Removing intermediate container 6200f0cdfb4e 00:18:49 ---> a4caee8b373c 00:18:49 [Warning] One or more build-args [ARCH] were not consumed 00:18:49 Successfully built a4caee8b373c 00:18:49 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] } 00:19:16 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:19:24 Removing intermediate container d9fbce63fe1c 00:19:24 ---> e661a9bbae75 00:19:24 Step 12/22 : FROM alpine 00:19:24 latest: Pulling from library/alpine 00:19:24 5f621e34cdf4: Pulling fs layer 00:19:24 5f621e34cdf4: Verifying Checksum 00:19:24 5f621e34cdf4: Download complete 00:19:25 5f621e34cdf4: Pull complete 00:19:25 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:19:25 Status: Downloaded newer image for alpine:latest 00:19:25 ---> 2e77e061c27f 00:19:25 Step 13/22 : ENV APP_PORT=49990 00:19:25 ---> Running in a524cd0319d0 00:19:25 Removing intermediate container a524cd0319d0 00:19:25 ---> a90f4f33694b 00:19:25 Step 14/22 : EXPOSE $APP_PORT 00:19:26 ---> Running in c187386838c0 00:19:26 Removing intermediate container c187386838c0 00:19:26 ---> a103ab60ca5b 00:19:26 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 00:19:28 ---> e351b28c1180 00:19:28 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 00:19:28 ---> 371e73158e0c 00:19:28 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 00:19:29 ---> bae4f34f9bda 00:19:29 Step 18/22 : ENTRYPOINT ["/device-virtual"] 00:19:29 ---> Running in 04e4985dae09 00:19:30 Removing intermediate container 04e4985dae09 00:19:30 ---> 9c7ccb939370 00:19:30 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:19:30 ---> Running in e338d55f338d 00:19:30 Removing intermediate container e338d55f338d 00:19:30 ---> 5268762fb20b 00:19:30 Step 20/22 : LABEL arch=arm64 00:19:30 ---> Running in 726dc6939568 00:19:31 Removing intermediate container 726dc6939568 00:19:31 ---> 970e03ace839 00:19:31 Step 21/22 : LABEL git_sha=7ddb8142a30b2414657c338c4883830255764824 00:19:31 ---> Running in efca525423b4 00:19:31 Removing intermediate container efca525423b4 00:19:31 ---> 1ad4e34eef4f 00:19:31 Step 22/22 : LABEL version=0.0.0 00:19:31 ---> Running in a4a17be8fc40 00:19:32 Removing intermediate container a4a17be8fc40 00:19:32 ---> 7c3405575b74 00:19:32 [Warning] One or more build-args [ARCH] were not consumed 00:19:32 Successfully built 7c3405575b74 00:19:32 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 00:19:34 provisioning config files... 00:19:34 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-147@tmp/config7844971537631744954tmp [Pipeline] { [Pipeline] sh 00:19:34 + set +x 00:19:34 + curl -s https://codecov.io/bash 00:19:34 + bash -s -- 00:19:34 00:19:34 _____ _ 00:19:34 / ____| | | 00:19:34 | | ___ __| | ___ ___ _____ __ 00:19:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:19:34 | |___| (_) | (_| | __/ (_| (_) \ V / 00:19:34 \_____\___/ \__,_|\___|\___\___/ \_/ 00:19:34 Bash-20201116-eea08d9 00:19:34 00:19:34 00:19:34 ==> Jenkins CI detected. 00:19:34 project root: . 00:19:34 --> token set from env 00:19:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:19:34 ==> Running gcov in . (disable via -X gcov) 00:19:34 ==> Python coveragepy not found 00:19:34 ==> Searching for coverage reports in: 00:19:34 + . 00:19:34 -> Found 1 reports 00:19:34 ==> Detecting git/mercurial file structure 00:19:34 ==> Reading reports 00:19:34 + ./coverage.out bytes=47242 00:19:34 ==> Appending adjustments 00:19:34 https://docs.codecov.io/docs/fixing-reports 00:19:35 + Found adjustments 00:19:35 ==> Gzipping contents 00:19:35 ==> Uploading reports 00:19:35 url: https://codecov.io 00:19:35 query: branch=PR-147&commit=7ddb8142a30b2414657c338c4883830255764824&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-147%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=147&job=&cmd_args= 00:19:35 -> Pinging Codecov 00:19:35 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-147&commit=7ddb8142a30b2414657c338c4883830255764824&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-147%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=147&job=&cmd_args= 00:19:35 -> Uploading to 00:19:35 https://storage.googleapis.com/codecov/v4/raw/2020-11-18/5E52B4B073DB2E39498172D8E973AA87/7ddb8142a30b2414657c338c4883830255764824/a5a21927-a768-4040-a471-ba91b22ffeed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T001935Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b0bdaab5fe43b16cb17d481e667131c7d383c7efdecf9b4771a0f93671df180 00:19:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:19:35 Dload Upload Total Spent Left Speed 00:19:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5801 0 0 100 5801 0 14808 --:--:-- --:--:-- --:--:-- 14798 100 5801 0 0 100 5801 0 14802 --:--:-- --:--:-- --:--:-- 14798 00:19:36 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/7ddb8142a30b2414657c338c4883830255764824 [Pipeline] } 00:19:36 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 00:19:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:19:39 ---> package-listing.sh 00:19:39 ++ facter osfamily 00:19:39 ++ tr '[:upper:]' '[:lower:]' 00:19:39 + OS_FAMILY=redhat 00:19:39 + workspace=/w/workspace/foundry_device-virtual-go_PR-147 00:19:39 + START_PACKAGES=/tmp/packages_start.txt 00:19:39 + END_PACKAGES=/tmp/packages_end.txt 00:19:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:19:39 + PACKAGES=/tmp/packages_start.txt 00:19:39 + '[' /w/workspace/foundry_device-virtual-go_PR-147 ']' 00:19:39 + PACKAGES=/tmp/packages_end.txt 00:19:39 + case "${OS_FAMILY}" in 00:19:39 + rpm -qa 00:19:39 + sort 00:19:43 + '[' -f /tmp/packages_start.txt ']' 00:19:43 + '[' -f /tmp/packages_end.txt ']' 00:19:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:19:43 + '[' /w/workspace/foundry_device-virtual-go_PR-147 ']' 00:19:43 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-147/archives/ 00:19:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-147/archives/ [Pipeline] echo 00:19:43 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-147/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:19:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:19:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:19:44 00:19:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:19:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:19:44 alpine: Pulling from edgex-lftools-log-publisher 00:19:44 df20fa9351a1: Pulling fs layer 00:19:44 36b3adc4ff6f: Pulling fs layer 00:19:44 8ad3a11d3b57: Pulling fs layer 00:19:44 46f8f816bc3b: Pulling fs layer 00:19:44 93b61091891f: Pulling fs layer 00:19:44 93b9cdb0e59b: Pulling fs layer 00:19:44 5e14af77c1be: Pulling fs layer 00:19:44 01666e4c0597: Pulling fs layer 00:19:44 aa168da1d23b: Pulling fs layer 00:19:44 46f8f816bc3b: Waiting 00:19:44 93b61091891f: Waiting 00:19:44 93b9cdb0e59b: Waiting 00:19:44 5e14af77c1be: Waiting 00:19:44 01666e4c0597: Waiting 00:19:44 aa168da1d23b: Waiting 00:19:44 36b3adc4ff6f: Verifying Checksum 00:19:44 36b3adc4ff6f: Download complete 00:19:44 46f8f816bc3b: Download complete 00:19:45 df20fa9351a1: Verifying Checksum 00:19:45 df20fa9351a1: Download complete 00:19:45 93b61091891f: Download complete 00:19:45 5e14af77c1be: Verifying Checksum 00:19:45 5e14af77c1be: Download complete 00:19:45 01666e4c0597: Verifying Checksum 00:19:45 01666e4c0597: Download complete 00:19:45 8ad3a11d3b57: Verifying Checksum 00:19:45 8ad3a11d3b57: Download complete 00:19:45 df20fa9351a1: Pull complete 00:19:45 36b3adc4ff6f: Pull complete 00:19:45 93b9cdb0e59b: Verifying Checksum 00:19:45 93b9cdb0e59b: Download complete 00:19:46 8ad3a11d3b57: Pull complete 00:19:46 46f8f816bc3b: Pull complete 00:19:47 93b61091891f: Pull complete 00:19:47 93b9cdb0e59b: Pull complete 00:19:47 5e14af77c1be: Pull complete 00:19:47 aa168da1d23b: Verifying Checksum 00:19:47 aa168da1d23b: Download complete 00:19:47 01666e4c0597: Pull complete 00:19:54 aa168da1d23b: Pull complete 00:19:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:19:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:19:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:19:54 prd-centos7-docker-4c-2g-12480 does not seem to be running inside a container 00:19:54 $ 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-147/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-147 -v /w/workspace/foundry_device-virtual-go_PR-147:/w/workspace/foundry_device-virtual-go_PR-147:rw,z -v /w/workspace/foundry_device-virtual-go_PR-147@tmp:/w/workspace/foundry_device-virtual-go_PR-147@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 00:19:58 $ docker top 6120cec8942719dc429eb147c0cd16ab59c3bf945868bd383f60240b334d1772 -eo pid,comm [Pipeline] { [Pipeline] sh 00:19:59 + touch /tmp/pre-build-complete [Pipeline] sh 00:19:59 + mkdir -p /var/log/sa [Pipeline] sh 00:19:59 + ls /var/log/sa-host 00:19:59 + sadf -c /var/log/sa-host/sa05 00:19:59 file_magic: OK 00:19:59 HZ: Using current value: 100 00:19:59 file_header: OK 00:19:59 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 00:19:59 Statistics: 00:19:59 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:19:59 File successfully converted to sysstat format version 12.2.1 00:19:59 + sadf -c /var/log/sa-host/sa18 00:19:59 file_magic: OK 00:19:59 HZ: Using current value: 100 00:19:59 file_header: OK 00:19:59 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 00:19:59 Statistics: 00:19:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:19:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:20:00 provisioning config files... 00:20:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-147@tmp/config6320767216399759873tmp [Pipeline] { [Pipeline] echo 00:20:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:20:01 ---> create-netrc.sh [Pipeline] } 00:20:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:20:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:20:01 ---> python-tools-install.sh [Pipeline] echo 00:20:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:20:01 ---> sudo-logs.sh 00:20:01 Archiving 'sudo' log.. [Pipeline] echo 00:20:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:20:02 ---> job-cost.sh 00:20:02 lf-activate-venv: SKIPPING 00:20:02 INFO: No Stack... 00:20:03 INFO: Retrieving Pricing Info for: v1-standard-2 00:20:03 INFO: Archiving Costs [Pipeline] echo 00:20:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:20:03 ---> logs-deploy.sh 00:20:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-147/2 00:20:03 INFO: archiving workspace using pattern(s): 00:20:05 Archives upload complete. 00:20:05 INFO: archiving logs to Nexus 00:20:06 ---> uname -a: 00:20:06 Linux prd-centos7-docker-4c-2g-12480.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:20:06 00:20:06 00:20:06 ---> lscpu: 00:20:06 Architecture: x86_64 00:20:06 CPU op-mode(s): 32-bit, 64-bit 00:20:06 Byte Order: Little Endian 00:20:06 Address sizes: 40 bits physical, 48 bits virtual 00:20:06 CPU(s): 4 00:20:06 On-line CPU(s) list: 0-3 00:20:06 Thread(s) per core: 1 00:20:06 Core(s) per socket: 1 00:20:06 Socket(s): 4 00:20:06 NUMA node(s): 1 00:20:06 Vendor ID: GenuineIntel 00:20:06 CPU family: 6 00:20:06 Model: 44 00:20:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:20:06 Stepping: 1 00:20:06 CPU MHz: 2933.442 00:20:06 BogoMIPS: 5866.88 00:20:06 Virtualization: VT-x 00:20:06 Hypervisor vendor: KVM 00:20:06 Virtualization type: full 00:20:06 L1d cache: 128 KiB 00:20:06 L1i cache: 128 KiB 00:20:06 L2 cache: 16 MiB 00:20:06 L3 cache: 64 MiB 00:20:06 NUMA node0 CPU(s): 0-3 00:20:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:20:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:20:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:20:06 Vulnerability Meltdown: Mitigation; PTI 00:20:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:20:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:20:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:20:06 Vulnerability Tsx async abort: Not affected 00:20:06 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 00:20:06 00:20:06 00:20:06 ---> nproc: 00:20:06 4 00:20:06 00:20:06 00:20:06 ---> df -h: 00:20:06 Filesystem Size Used Available Use% Mounted on 00:20:06 overlay 50.0G 7.2G 42.8G 14% / 00:20:06 tmpfs 64.0M 0 64.0M 0% /dev 00:20:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:20:06 shm 64.0M 0 64.0M 0% /dev/shm 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-147 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-147@tmp 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 00:20:06 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 00:20:06 00:20:06 00:20:06 ---> free -m: 00:20:06 total used free shared buff/cache available 00:20:06 Mem: 1837 657 106 0 1073 1078 00:20:06 Swap: 1023 0 1023 00:20:06 00:20:06 00:20:06 ---> ip addr: 00:20:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:20:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:20:06 inet 127.0.0.1/8 scope host lo 00:20:06 valid_lft forever preferred_lft forever 00:20:06 inet6 ::1/128 scope host 00:20:06 valid_lft forever preferred_lft forever 00:20:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:20:06 link/ether fa:16:3e:9a:2a:eb brd ff:ff:ff:ff:ff:ff 00:20:06 inet 10.30.123.49/23 brd 10.30.123.255 scope global dynamic eth0 00:20:06 valid_lft 85978sec preferred_lft 85978sec 00:20:06 inet6 fe80::f816:3eff:fe9a:2aeb/64 scope link 00:20:06 valid_lft forever preferred_lft forever 00:20:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:20:06 link/ether 02:42:be:84:42:5a brd ff:ff:ff:ff:ff:ff 00:20:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:20:06 valid_lft forever preferred_lft forever 00:20:06 inet6 fe80::42:beff:fe84:425a/64 scope link 00:20:06 valid_lft forever preferred_lft forever 00:20:06 00:20:06 00:20:06 ---> sar -b -r -n DEV: 00:20:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/18/20 _x86_64_ (4 CPU) 00:20:06 00:20:06 00:12:49 LINUX RESTART (4 CPU) 00:20:06 00:20:06 00:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:20:06 00:15:01 3.66 0.00 3.66 0.00 0.00 114.24 0.00 00:20:06 00:16:01 0.43 0.00 0.43 0.00 0.00 7.03 0.00 00:20:06 00:17:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 00:20:06 00:18:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 00:20:06 00:19:01 0.35 0.00 0.35 0.00 0.00 4.68 0.00 00:20:06 Average: 0.98 0.00 0.98 0.00 0.00 26.16 0.00 00:20:06 00:20:06 00:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:20:06 00:15:01 164484 0 543900 28.91 2620 1170552 1071444 36.57 396228 1159148 20 00:20:06 00:16:01 163904 0 544472 28.94 2620 1170560 1071612 36.57 397160 1159056 12 00:20:06 00:17:01 164316 0 544052 28.92 2620 1170568 1071540 36.57 397000 1159052 8 00:20:06 00:18:01 163296 0 545072 28.97 2620 1170568 1071444 36.57 400916 1156356 8 00:20:06 00:19:01 162188 0 546172 29.03 2620 1170576 1071528 36.57 403892 1153688 8 00:20:06 Average: 163638 0 544734 28.95 2620 1170565 1071514 36.57 399039 1157460 11 00:20:06 00:20:06 00:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:20:06 00:15:01 eth0 0.65 0.10 0.04 0.02 0.00 0.00 0.00 0.00 00:20:06 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:16:01 eth0 3.73 1.81 3.32 0.27 0.00 0.00 0.00 0.00 00:20:06 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:17:01 eth0 1.08 0.40 0.36 0.24 0.00 0.00 0.00 0.00 00:20:06 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:20:06 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:19:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:20:06 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 Average: eth0 1.17 0.52 0.77 0.12 0.00 0.00 0.00 0.00 00:20:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:20:06 00:20:06 00:20:06 ---> sar -P ALL: 00:20:06 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/18/20 _x86_64_ (4 CPU) 00:20:06 00:20:06 00:12:49 LINUX RESTART (4 CPU) 00:20:06 00:20:06 00:14:01 CPU %user %nice %system %iowait %steal %idle 00:20:06 00:15:01 all 0.16 0.00 0.05 0.00 0.00 99.79 00:20:06 00:15:01 0 0.08 0.00 0.07 0.00 0.00 99.85 00:20:06 00:15:01 1 0.45 0.00 0.05 0.00 0.00 99.50 00:20:06 00:15:01 2 0.08 0.00 0.05 0.00 0.00 99.87 00:20:06 00:15:01 3 0.02 0.00 0.05 0.00 0.00 99.93 00:20:06 00:16:01 all 0.21 0.00 0.05 0.00 0.00 99.73 00:20:06 00:16:01 0 0.10 0.00 0.07 0.00 0.00 99.83 00:20:06 00:16:01 1 0.57 0.00 0.05 0.00 0.00 99.38 00:20:06 00:16:01 2 0.08 0.00 0.03 0.00 0.02 99.87 00:20:06 00:16:01 3 0.08 0.00 0.07 0.00 0.00 99.85 00:20:06 00:17:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:20:06 00:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:20:06 00:17:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:20:06 00:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:20:06 00:17:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:20:06 00:18:01 all 0.13 0.00 0.03 0.00 0.00 99.84 00:20:06 00:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:20:06 00:18:01 1 0.43 0.00 0.03 0.00 0.00 99.53 00:20:06 00:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:20:06 00:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:20:06 00:19:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:20:06 00:19:01 0 0.00 0.00 0.05 0.00 0.00 99.95 00:20:06 00:19:01 1 0.55 0.00 0.02 0.00 0.00 99.43 00:20:06 00:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:20:06 00:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:20:06 Average: all 0.16 0.00 0.04 0.00 0.00 99.80 00:20:06 Average: 0 0.05 0.00 0.04 0.00 0.00 99.91 00:20:06 Average: 1 0.50 0.00 0.03 0.00 0.00 99.47 00:20:06 Average: 2 0.06 0.00 0.04 0.00 0.00 99.90 00:20:06 Average: 3 0.04 0.00 0.04 0.00 0.00 99.91 00:20:06 00:20:06 00:20:06