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 [2020-11-18T00:13:34.864Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-18T00:13:35.220Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-18T00:13:35.332Z] ========================================================= [2020-11-18T00:13:35.332Z] EdgeX Global Pipelines Version Info [2020-11-18T00:13:35.332Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:13:36.843Z] ------------------- [2020-11-18T00:13:36.844Z] stable info: [2020-11-18T00:13:36.844Z] ------------------- [2020-11-18T00:13:36.844Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-18T00:13:36.844Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-18T00:13:36.844Z] Message: update stable to v1.0.162 [2020-11-18T00:13:37.793Z] ------------------- [2020-11-18T00:13:37.793Z] experimental info: [2020-11-18T00:13:37.793Z] ------------------- [2020-11-18T00:13:37.793Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-18T00:13:37.793Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-18T00:13:37.793Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-18T00:13:38.355Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-11-18T00:13:38.492Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-11-18T00:13:38.627Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-18T00:13:38.767Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-18T00:13:38.922Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-18T00:13:39.084Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-18T00:13:39.199Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-18T00:13:39.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-18T00:13:39.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-18T00:13:39.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-18T00:13:39.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-18T00:13:39.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-11-18T00:13:39.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-18T00:13:40.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-18T00:13:40.230Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T00:13:40.345Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-18T00:13:40.457Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T00:13:40.639Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-18T00:13:40.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-18T00:13:40.843Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-18T00:13:40.951Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-18T00:13:41.066Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-18T00:13:41.165Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-18T00:13:41.265Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-18T00:13:41.367Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-18T00:13:41.494Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-18T00:13:41.607Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-147 [Pipeline] echo [2020-11-18T00:13:41.705Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-147 [Pipeline] echo [2020-11-18T00:13:41.847Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-147 [Pipeline] echo [2020-11-18T00:13:41.949Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ddb8142a30b2414657c338c4883830255764824 [Pipeline] echo [2020-11-18T00:13:42.054Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ddb814 [Pipeline] echo [2020-11-18T00:13:42.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-18T00:13:42.352Z] provisioning config files... [2020-11-18T00:13:42.389Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-147@tmp/config3599900513168056063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:13:42.762Z] ---> docker-login.sh [2020-11-18T00:13:42.762Z] nexus3.edgexfoundry.org:10001 [2020-11-18T00:13:43.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:13:43.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:13:43.715Z] Configure a credential helper to remove this warning. See [2020-11-18T00:13:43.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:13:43.715Z] [2020-11-18T00:13:43.715Z] Login Succeeded [2020-11-18T00:13:43.715Z] nexus3.edgexfoundry.org:10002 [2020-11-18T00:13:43.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:13:43.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:13:43.977Z] Configure a credential helper to remove this warning. See [2020-11-18T00:13:43.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:13:43.977Z] [2020-11-18T00:13:43.977Z] Login Succeeded [2020-11-18T00:13:43.977Z] nexus3.edgexfoundry.org:10003 [2020-11-18T00:13:44.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:13:44.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:13:44.240Z] Configure a credential helper to remove this warning. See [2020-11-18T00:13:44.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:13:44.240Z] [2020-11-18T00:13:44.240Z] Login Succeeded [2020-11-18T00:13:44.240Z] nexus3.edgexfoundry.org:10004 [2020-11-18T00:13:44.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:13:44.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:13:44.502Z] Configure a credential helper to remove this warning. See [2020-11-18T00:13:44.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:13:44.502Z] [2020-11-18T00:13:44.502Z] Login Succeeded [2020-11-18T00:13:44.502Z] docker.io [2020-11-18T00:13:44.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:13:44.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:13:44.764Z] Configure a credential helper to remove this warning. See [2020-11-18T00:13:44.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:13:44.764Z] [2020-11-18T00:13:44.764Z] Login Succeeded [2020-11-18T00:13:44.764Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T00:13:44.774Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T00:13:45.529Z] + git log --format=format:%s -1 7ddb8142a30b2414657c338c4883830255764824 [Pipeline] echo [2020-11-18T00:13:45.591Z] GIT_COMMIT: 7ddb8142a30b2414657c338c4883830255764824, Commit Message: Merge commit 'abb441d7d1970f82b841c2bc1ba1938b3ed69869' into HEAD [Pipeline] echo [2020-11-18T00:13:45.641Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:13:46.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T00:13:46.639Z] [2020-11-18T00:13:46.639Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:13:46.992Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T00:13:46.992Z] latest: Pulling from edgex-devops/git-semver [2020-11-18T00:13:46.992Z] 31603596830f: Pulling fs layer [2020-11-18T00:13:46.992Z] 2a8b12db71e7: Pulling fs layer [2020-11-18T00:13:46.992Z] 6ca5941a6612: Pulling fs layer [2020-11-18T00:13:46.992Z] ecc8261a40a4: Pulling fs layer [2020-11-18T00:13:46.992Z] ecc8261a40a4: Waiting [2020-11-18T00:13:46.992Z] 2a8b12db71e7: Verifying Checksum [2020-11-18T00:13:46.992Z] 2a8b12db71e7: Download complete [2020-11-18T00:13:47.254Z] 31603596830f: Download complete [2020-11-18T00:13:47.254Z] ecc8261a40a4: Verifying Checksum [2020-11-18T00:13:47.254Z] ecc8261a40a4: Download complete [2020-11-18T00:13:47.254Z] 6ca5941a6612: Verifying Checksum [2020-11-18T00:13:47.254Z] 6ca5941a6612: Download complete [2020-11-18T00:13:47.516Z] 31603596830f: Pull complete [2020-11-18T00:13:47.516Z] 2a8b12db71e7: Pull complete [2020-11-18T00:13:48.478Z] 6ca5941a6612: Pull complete [2020-11-18T00:13:48.740Z] ecc8261a40a4: Pull complete [2020-11-18T00:13:48.740Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-18T00:13:48.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-18T00:13:48.740Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-18T00:13:48.842Z] prd-centos7-docker-4c-2g-12480 does not seem to be running inside a container [2020-11-18T00:13:48.895Z] $ 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 [2020-11-18T00:13:50.648Z] $ docker top bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-18T00:13:51.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T00:13:51.019Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T00:13:51.226Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T00:13:51.231Z] $ docker exec bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent [2020-11-18T00:13:51.393Z] SSH_AUTH_SOCK=/tmp/ssh-IwNpm728wfXA/agent.12 [2020-11-18T00:13:51.393Z] SSH_AGENT_PID=17 [2020-11-18T00:13:51.404Z] Running ssh-add (command line suppressed) [2020-11-18T00:13:51.528Z] 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) [2020-11-18T00:13:51.575Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T00:13:51.913Z] + git tag --points-at HEAD [Pipeline] } [2020-11-18T00:13:51.936Z] $ docker exec --env ******** --env ******** bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent -k [2020-11-18T00:13:52.050Z] unset SSH_AUTH_SOCK; [2020-11-18T00:13:52.051Z] unset SSH_AGENT_PID; [2020-11-18T00:13:52.051Z] echo Agent pid 17 killed; [2020-11-18T00:13:52.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-18T00:13:52.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-18T00:13:52.246Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-18T00:13:52.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-18T00:13:52.421Z] $ docker exec bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent [2020-11-18T00:13:52.574Z] SSH_AUTH_SOCK=/tmp/ssh-Mes7UZdfH62k/agent.45 [2020-11-18T00:13:52.574Z] SSH_AGENT_PID=50 [2020-11-18T00:13:52.580Z] Running ssh-add (command line suppressed) [2020-11-18T00:13:52.702Z] 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) [2020-11-18T00:13:52.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-18T00:13:53.094Z] + git semver init [2020-11-18T00:13:53.094Z] # -> Open(): unable to determine branch for HEAD [2020-11-18T00:13:53.094Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-147/.git [2020-11-18T00:13:53.094Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-147 [2020-11-18T00:13:53.094Z] # $SEMVER_REMOTE_NAME = origin [2020-11-18T00:13:53.094Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-18T00:13:53.094Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-18T00:13:53.094Z] # $SEMVER_BRANCH = PR-147 [2020-11-18T00:13:53.094Z] # $SEMVER_TEMP = /tmp/semver-908345040 [2020-11-18T00:13:53.094Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-11-18T00:13:53.668Z] # '/tmp/semver-908345040' -> '/w/workspace/foundry_device-virtual-go_PR-147/.semver' [2020-11-18T00:13:53.668Z] # -> Force: false [2020-11-18T00:13:53.668Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-147/.semver [Pipeline] } [2020-11-18T00:13:53.683Z] $ docker exec --env ******** --env ******** bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 ssh-agent -k [2020-11-18T00:13:53.803Z] unset SSH_AUTH_SOCK; [2020-11-18T00:13:53.803Z] unset SSH_AGENT_PID; [2020-11-18T00:13:53.803Z] echo Agent pid 50 killed; [2020-11-18T00:13:53.849Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-18T00:13:54.348Z] + git semver [Pipeline] } [2020-11-18T00:13:54.375Z] $ docker stop --time=1 bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 [2020-11-18T00:13:55.745Z] $ docker rm -f bbf1fe05f042fd9f81683fc20af3f3ba0786cd46081fcf5390685b4258a236b7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T00:13:56.249Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-18T00:13:56.799Z] Stashed 1 file(s) [Pipeline] echo [2020-11-18T00:13:56.802Z] [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 [2020-11-18T00:14:12.361Z] Still waiting to schedule task [2020-11-18T00:14:12.361Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12480’ [2020-11-18T00:14:12.363Z] Still waiting to schedule task [2020-11-18T00:14:12.363Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-18T00:15:51.928Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12481 in /w/workspace/foundry_device-virtual-go_PR-147 [Pipeline] { [Pipeline] ws [2020-11-18T00:15:51.991Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-11-18T00:15:56.946Z] using credential edgex-jenkins-ssh [2020-11-18T00:15:57.006Z] Cloning the remote Git repository [2020-11-18T00:15:57.065Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-18T00:15:57.177Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-11-18T00:15:57.255Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-18T00:15:57.256Z] > git --version # timeout=10 [2020-11-18T00:15:57.280Z] > git --version # 'git version 2.17.1' [2020-11-18T00:15:57.282Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T00:15:57.361Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T00:15:58.040Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-18T00:15:58.068Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T00:15:58.093Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-18T00:15:58.124Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-18T00:15:58.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T00:15:58.136Z] > 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 [2020-11-18T00:15:58.628Z] Merging remotes/origin/master commit abb441d7d1970f82b841c2bc1ba1938b3ed69869 into PR head commit 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 [2020-11-18T00:15:58.909Z] Merge succeeded, producing 4a4648df6ab6d52769cd7b4b64cac4cb7bdcd5be [2020-11-18T00:15:58.909Z] Checking out Revision 4a4648df6ab6d52769cd7b4b64cac4cb7bdcd5be (PR-147) [2020-11-18T00:15:58.644Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:15:58.660Z] > git checkout -f 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # timeout=10 [2020-11-18T00:15:58.741Z] > git remote # timeout=10 [2020-11-18T00:15:58.758Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:15:58.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T00:15:58.791Z] > git merge abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 [2020-11-18T00:15:58.862Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:15:58.917Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:15:58.962Z] > git checkout -f 4a4648df6ab6d52769cd7b4b64cac4cb7bdcd5be # timeout=10 [2020-11-18T00:16:03.361Z] Commit message: "Merge commit 'abb441d7d1970f82b841c2bc1ba1938b3ed69869' into HEAD" [2020-11-18T00:16:03.366Z] > 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 [2020-11-18T00:16:04.253Z] provisioning config files... [2020-11-18T00:16:04.307Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config811782500959531525tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:16:05.303Z] ---> docker-login.sh [2020-11-18T00:16:05.303Z] nexus3.edgexfoundry.org:10001 [2020-11-18T00:16:06.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:16:06.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:16:06.571Z] Configure a credential helper to remove this warning. See [2020-11-18T00:16:06.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:16:06.571Z] [2020-11-18T00:16:06.571Z] Login Succeeded [2020-11-18T00:16:06.571Z] nexus3.edgexfoundry.org:10002 [2020-11-18T00:16:06.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:16:07.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:16:07.119Z] Configure a credential helper to remove this warning. See [2020-11-18T00:16:07.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:16:07.119Z] [2020-11-18T00:16:07.119Z] Login Succeeded [2020-11-18T00:16:07.119Z] nexus3.edgexfoundry.org:10003 [2020-11-18T00:16:07.543Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:16:07.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:16:07.820Z] Configure a credential helper to remove this warning. See [2020-11-18T00:16:07.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:16:07.820Z] [2020-11-18T00:16:07.820Z] Login Succeeded [2020-11-18T00:16:07.820Z] nexus3.edgexfoundry.org:10004 [2020-11-18T00:16:08.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:16:08.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:16:08.097Z] Configure a credential helper to remove this warning. See [2020-11-18T00:16:08.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:16:08.097Z] [2020-11-18T00:16:08.097Z] Login Succeeded [2020-11-18T00:16:08.376Z] docker.io [2020-11-18T00:16:08.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:16:08.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:16:08.924Z] Configure a credential helper to remove this warning. See [2020-11-18T00:16:08.924Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:16:08.924Z] [2020-11-18T00:16:08.924Z] Login Succeeded [2020-11-18T00:16:08.924Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T00:16:08.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T00:16:09.491Z] ========================================================= [2020-11-18T00:16:09.491Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-18T00:16:09.491Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:16:09.897Z] + 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 . [2020-11-18T00:16:10.171Z] Sending build context to Docker daemon 472.1kB [2020-11-18T00:16:10.171Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T00:16:10.171Z] Step 2/8 : FROM ${BASE} [2020-11-18T00:16:10.171Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-18T00:16:10.171Z] b538f80385f9: Pulling fs layer [2020-11-18T00:16:10.171Z] 74f711af9a0d: Pulling fs layer [2020-11-18T00:16:10.171Z] 99f96fe45779: Pulling fs layer [2020-11-18T00:16:10.171Z] 8529a6b9a6be: Pulling fs layer [2020-11-18T00:16:10.171Z] 45590311c82a: Pulling fs layer [2020-11-18T00:16:10.171Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-18T00:16:10.171Z] 209524e5b208: Pulling fs layer [2020-11-18T00:16:10.171Z] 69ca0ff8b7b3: Waiting [2020-11-18T00:16:10.171Z] 45590311c82a: Waiting [2020-11-18T00:16:10.171Z] 209524e5b208: Waiting [2020-11-18T00:16:10.445Z] 99f96fe45779: Verifying Checksum [2020-11-18T00:16:10.445Z] 99f96fe45779: Download complete [2020-11-18T00:16:10.445Z] 74f711af9a0d: Verifying Checksum [2020-11-18T00:16:10.445Z] 74f711af9a0d: Download complete [2020-11-18T00:16:10.445Z] 45590311c82a: Verifying Checksum [2020-11-18T00:16:10.445Z] 45590311c82a: Download complete [2020-11-18T00:16:10.445Z] 69ca0ff8b7b3: Download complete [2020-11-18T00:16:10.445Z] b538f80385f9: Download complete [2020-11-18T00:16:11.052Z] b538f80385f9: Pull complete [2020-11-18T00:16:11.651Z] 74f711af9a0d: Pull complete [2020-11-18T00:16:12.255Z] 99f96fe45779: Pull complete [2020-11-18T00:16:13.238Z] 209524e5b208: Verifying Checksum [2020-11-18T00:16:13.238Z] 209524e5b208: Download complete [2020-11-18T00:16:14.222Z] 8529a6b9a6be: Verifying Checksum [2020-11-18T00:16:14.222Z] 8529a6b9a6be: Download complete [2020-11-18T00:16:24.379Z] 8529a6b9a6be: Pull complete [2020-11-18T00:16:24.379Z] 45590311c82a: Pull complete [2020-11-18T00:16:24.379Z] 69ca0ff8b7b3: Pull complete [2020-11-18T00:16:27.797Z] 209524e5b208: Pull complete [2020-11-18T00:16:27.797Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-18T00:16:27.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-18T00:16:27.797Z] ---> 5bddaf1c2fca [2020-11-18T00:16:27.797Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-18T00:16:31.189Z] ---> Running in 479d845da6cd [2020-11-18T00:16:31.189Z] Removing intermediate container 479d845da6cd [2020-11-18T00:16:31.189Z] ---> e9b0017f59c7 [2020-11-18T00:16:31.189Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T00:16:31.189Z] ---> Running in 47a2154891e0 [2020-11-18T00:16:33.824Z] Removing intermediate container 47a2154891e0 [2020-11-18T00:16:33.824Z] ---> 7512fb42aa17 [2020-11-18T00:16:33.824Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T00:16:34.106Z] ---> Running in 1d36072d9f9d [2020-11-18T00:16:35.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T00:16:36.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T00:16:37.115Z] (1/14) Installing libmagic (5.38-r0) [2020-11-18T00:16:37.386Z] (2/14) Installing file (5.38-r0) [2020-11-18T00:16:37.386Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-18T00:16:37.386Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-18T00:16:41.685Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-18T00:16:41.685Z] (6/14) Installing patch (2.7.6-r6) [2020-11-18T00:16:41.685Z] (7/14) Installing build-base (0.5-r2) [2020-11-18T00:16:41.685Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-18T00:16:41.685Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-18T00:16:41.685Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-18T00:16:41.961Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-18T00:16:42.233Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-18T00:16:42.233Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-18T00:16:42.505Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-18T00:16:42.505Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T00:16:42.505Z] OK: 221 MiB in 53 packages [2020-11-18T00:16:46.821Z] Removing intermediate container 1d36072d9f9d [2020-11-18T00:16:46.821Z] ---> fa6360112fd6 [2020-11-18T00:16:46.821Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-18T00:16:47.095Z] ---> Running in 2df4df253aa0 [2020-11-18T00:16:47.370Z] Removing intermediate container 2df4df253aa0 [2020-11-18T00:16:47.370Z] ---> 906bdf16f2ee [2020-11-18T00:16:47.370Z] Step 7/8 : COPY . . [2020-11-18T00:16:48.350Z] ---> b0aeb09bdff6 [2020-11-18T00:16:48.350Z] Step 8/8 : RUN go mod download [2020-11-18T00:16:48.623Z] ---> Running in 492ec2b9b182 [2020-11-18T00:16:49.956Z] Running on prd-centos7-docker-4c-2g-12482 in /w/workspace/foundry_device-virtual-go_PR-147 [Pipeline] { [Pipeline] ws [2020-11-18T00:16:50.017Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-11-18T00:16:52.868Z] using credential edgex-jenkins-ssh [2020-11-18T00:16:52.932Z] Cloning the remote Git repository [2020-11-18T00:16:52.958Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-18T00:16:53.020Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-11-18T00:16:53.074Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-18T00:16:53.075Z] > git --version # timeout=10 [2020-11-18T00:16:53.079Z] > git --version # 'git version 2.16.5' [2020-11-18T00:16:53.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T00:16:53.107Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T00:16:54.093Z] Merging remotes/origin/master commit abb441d7d1970f82b841c2bc1ba1938b3ed69869 into PR head commit 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 [2020-11-18T00:16:54.182Z] Merge succeeded, producing 15a3f65bb5d7a35c5d3a6cf7999c9e43fc14ae48 [2020-11-18T00:16:54.183Z] Checking out Revision 15a3f65bb5d7a35c5d3a6cf7999c9e43fc14ae48 (PR-147) [2020-11-18T00:16:53.670Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-18T00:16:53.675Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-18T00:16:53.687Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-18T00:16:53.701Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-18T00:16:53.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T00:16:53.706Z] > 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 [2020-11-18T00:16:54.104Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:16:54.109Z] > git checkout -f 6cffb47d6547a1e15aff1ac52c2f010648d3cd03 # timeout=10 [2020-11-18T00:16:54.142Z] > git remote # timeout=10 [2020-11-18T00:16:54.147Z] > git config --get remote.origin.url # timeout=10 [2020-11-18T00:16:54.153Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-18T00:16:54.157Z] > git merge abb441d7d1970f82b841c2bc1ba1938b3ed69869 # timeout=10 [2020-11-18T00:16:54.177Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-18T00:16:54.188Z] > git config core.sparsecheckout # timeout=10 [2020-11-18T00:16:54.193Z] > git checkout -f 15a3f65bb5d7a35c5d3a6cf7999c9e43fc14ae48 # timeout=10 [2020-11-18T00:16:57.864Z] Commit message: "Merge commit 'abb441d7d1970f82b841c2bc1ba1938b3ed69869' into HEAD" [2020-11-18T00:16:57.870Z] > 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 [2020-11-18T00:16:58.660Z] provisioning config files... [2020-11-18T00:16:58.700Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config6439838650060395952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:16:59.435Z] ---> docker-login.sh [2020-11-18T00:16:59.435Z] nexus3.edgexfoundry.org:10001 [2020-11-18T00:16:59.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:16:59.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:16:59.962Z] Configure a credential helper to remove this warning. See [2020-11-18T00:16:59.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:16:59.962Z] [2020-11-18T00:16:59.962Z] Login Succeeded [2020-11-18T00:16:59.962Z] nexus3.edgexfoundry.org:10002 [2020-11-18T00:16:59.962Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:16:59.962Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:16:59.962Z] Configure a credential helper to remove this warning. See [2020-11-18T00:16:59.962Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:16:59.962Z] [2020-11-18T00:16:59.962Z] Login Succeeded [2020-11-18T00:16:59.962Z] nexus3.edgexfoundry.org:10003 [2020-11-18T00:17:00.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:17:00.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:17:00.228Z] Configure a credential helper to remove this warning. See [2020-11-18T00:17:00.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:17:00.228Z] [2020-11-18T00:17:00.228Z] Login Succeeded [2020-11-18T00:17:00.228Z] nexus3.edgexfoundry.org:10004 [2020-11-18T00:17:00.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:17:00.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:17:00.492Z] Configure a credential helper to remove this warning. See [2020-11-18T00:17:00.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:17:00.492Z] [2020-11-18T00:17:00.492Z] Login Succeeded [2020-11-18T00:17:00.492Z] docker.io [2020-11-18T00:17:00.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-18T00:17:00.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-18T00:17:00.754Z] Configure a credential helper to remove this warning. See [2020-11-18T00:17:00.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-18T00:17:00.754Z] [2020-11-18T00:17:00.754Z] Login Succeeded [2020-11-18T00:17:00.754Z] ---> docker-login.sh ends [Pipeline] } [2020-11-18T00:17:00.791Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-18T00:17:01.189Z] ========================================================= [2020-11-18T00:17:01.189Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-18T00:17:01.189Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:17:01.570Z] + 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 . [2020-11-18T00:17:01.838Z] Sending build context to Docker daemon 472.1kB [2020-11-18T00:17:01.838Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-18T00:17:01.838Z] Step 2/8 : FROM ${BASE} [2020-11-18T00:17:01.838Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-18T00:17:01.838Z] df20fa9351a1: Pulling fs layer [2020-11-18T00:17:01.838Z] ed8968b2872e: Pulling fs layer [2020-11-18T00:17:01.838Z] a92cc7c5fd73: Pulling fs layer [2020-11-18T00:17:01.838Z] e871e8e8d7a9: Pulling fs layer [2020-11-18T00:17:01.838Z] e73272ec9a57: Pulling fs layer [2020-11-18T00:17:01.838Z] 1e910a182e73: Pulling fs layer [2020-11-18T00:17:01.838Z] 4e634b169226: Pulling fs layer [2020-11-18T00:17:01.838Z] e73272ec9a57: Waiting [2020-11-18T00:17:01.838Z] 1e910a182e73: Waiting [2020-11-18T00:17:01.838Z] 4e634b169226: Waiting [2020-11-18T00:17:01.838Z] e871e8e8d7a9: Waiting [2020-11-18T00:17:01.838Z] a92cc7c5fd73: Verifying Checksum [2020-11-18T00:17:01.838Z] a92cc7c5fd73: Download complete [2020-11-18T00:17:01.838Z] ed8968b2872e: Verifying Checksum [2020-11-18T00:17:01.838Z] ed8968b2872e: Download complete [2020-11-18T00:17:01.838Z] e73272ec9a57: Verifying Checksum [2020-11-18T00:17:01.838Z] e73272ec9a57: Download complete [2020-11-18T00:17:01.838Z] df20fa9351a1: Verifying Checksum [2020-11-18T00:17:02.104Z] 1e910a182e73: Verifying Checksum [2020-11-18T00:17:02.104Z] 1e910a182e73: Download complete [2020-11-18T00:17:02.104Z] df20fa9351a1: Pull complete [2020-11-18T00:17:02.369Z] ed8968b2872e: Pull complete [2020-11-18T00:17:02.637Z] a92cc7c5fd73: Pull complete [2020-11-18T00:17:04.043Z] 4e634b169226: Verifying Checksum [2020-11-18T00:17:04.043Z] 4e634b169226: Download complete [2020-11-18T00:17:04.315Z] e871e8e8d7a9: Verifying Checksum [2020-11-18T00:17:04.315Z] e871e8e8d7a9: Download complete [2020-11-18T00:17:09.654Z] e871e8e8d7a9: Pull complete [2020-11-18T00:17:09.654Z] e73272ec9a57: Pull complete [2020-11-18T00:17:09.922Z] 1e910a182e73: Pull complete [2020-11-18T00:17:14.168Z] 4e634b169226: Pull complete [2020-11-18T00:17:14.168Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-18T00:17:14.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-18T00:17:14.168Z] ---> f7629b54cfaa [2020-11-18T00:17:14.168Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-18T00:17:14.436Z] ---> Running in ea4ada318e80 [2020-11-18T00:17:14.702Z] Removing intermediate container ea4ada318e80 [2020-11-18T00:17:14.702Z] ---> 712b0e96b304 [2020-11-18T00:17:14.702Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T00:17:14.702Z] ---> Running in 2ba2d8f5f18d [2020-11-18T00:17:15.425Z] Removing intermediate container 492ec2b9b182 [2020-11-18T00:17:15.425Z] ---> 6e2a039ca7ed [2020-11-18T00:17:15.425Z] Successfully built 6e2a039ca7ed [2020-11-18T00:17:15.425Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:17:15.770Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T00:17:15.771Z] . [Pipeline] withDockerContainer [2020-11-18T00:17:16.013Z] prd-ubuntu18.04-docker-arm64-4c-16g-12481 does not seem to be running inside a container [2020-11-18T00:17:16.095Z] $ 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 [2020-11-18T00:17:16.110Z] Removing intermediate container 2ba2d8f5f18d [2020-11-18T00:17:16.110Z] ---> 7b0e3ce11dc8 [2020-11-18T00:17:16.110Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-18T00:17:16.110Z] ---> Running in 491d34dec184 [2020-11-18T00:17:17.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T00:17:17.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T00:17:18.058Z] $ docker top 91fb8a9df130eb60d256c062aabf17df75f5d010719c4b2516227e0db976e060 -eo pid,comm [2020-11-18T00:17:18.230Z] (1/14) Installing libmagic (5.38-r0) [2020-11-18T00:17:18.230Z] (2/14) Installing file (5.38-r0) [Pipeline] { [Pipeline] sh [2020-11-18T00:17:18.494Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-18T00:17:18.494Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-18T00:17:19.512Z] + go version [2020-11-18T00:17:19.512Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-18T00:17:19.536Z] $ docker stop --time=1 91fb8a9df130eb60d256c062aabf17df75f5d010719c4b2516227e0db976e060 [2020-11-18T00:17:21.524Z] $ docker rm -f 91fb8a9df130eb60d256c062aabf17df75f5d010719c4b2516227e0db976e060 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:17:22.887Z] + docker inspect -f . ci-base-image-arm64 [2020-11-18T00:17:22.887Z] . [Pipeline] withDockerContainer [2020-11-18T00:17:23.158Z] prd-ubuntu18.04-docker-arm64-4c-16g-12481 does not seem to be running inside a container [2020-11-18T00:17:23.237Z] $ 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 [2020-11-18T00:17:23.801Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-18T00:17:23.801Z] (6/14) Installing patch (2.7.6-r6) [2020-11-18T00:17:23.801Z] (7/14) Installing build-base (0.5-r2) [2020-11-18T00:17:23.801Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-18T00:17:23.801Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-18T00:17:23.801Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-18T00:17:23.801Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-18T00:17:24.063Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-18T00:17:24.063Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-18T00:17:24.327Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-18T00:17:24.327Z] Executing busybox-1.31.1-r16.trigger [2020-11-18T00:17:24.327Z] OK: 237 MiB in 53 packages [2020-11-18T00:17:25.214Z] $ docker top bda487b6fef85e4f094b8e5fa0e96559fa262fe22fca05d6dd10d7838028bdce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T00:17:26.660Z] + make test [2020-11-18T00:17:26.660Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-18T00:17:27.640Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-18T00:17:27.647Z] Removing intermediate container 491d34dec184 [2020-11-18T00:17:27.647Z] ---> fca6a656b5cc [2020-11-18T00:17:27.647Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-18T00:17:27.647Z] ---> Running in 77b1618802c0 [2020-11-18T00:17:27.914Z] Removing intermediate container 77b1618802c0 [2020-11-18T00:17:27.914Z] ---> eee3f1c17328 [2020-11-18T00:17:27.914Z] Step 7/8 : COPY . . [2020-11-18T00:17:28.492Z] ---> 1bf1498cda95 [2020-11-18T00:17:28.492Z] Step 8/8 : RUN go mod download [2020-11-18T00:17:28.492Z] ---> Running in 90f3a3e7f67d [2020-11-18T00:17:50.548Z] Removing intermediate container 90f3a3e7f67d [2020-11-18T00:17:50.548Z] ---> 4b9abdea5eff [2020-11-18T00:17:50.548Z] Successfully built 4b9abdea5eff [2020-11-18T00:17:50.548Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:17:50.878Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T00:17:50.878Z] . [Pipeline] withDockerContainer [2020-11-18T00:17:50.994Z] prd-centos7-docker-4c-2g-12482 does not seem to be running inside a container [2020-11-18T00:17:51.048Z] $ 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 [2020-11-18T00:17:51.857Z] $ docker top b5cb1b12eaa69ee3c86591e7d4e74d8cdc31fc44156493a61d596c976efdc988 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T00:17:52.403Z] + go version [2020-11-18T00:17:52.403Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-18T00:17:52.421Z] $ docker stop --time=1 b5cb1b12eaa69ee3c86591e7d4e74d8cdc31fc44156493a61d596c976efdc988 [2020-11-18T00:17:53.774Z] $ docker rm -f b5cb1b12eaa69ee3c86591e7d4e74d8cdc31fc44156493a61d596c976efdc988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:17:54.602Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-18T00:17:54.602Z] . [Pipeline] withDockerContainer [2020-11-18T00:17:54.703Z] prd-centos7-docker-4c-2g-12482 does not seem to be running inside a container [2020-11-18T00:17:54.760Z] $ 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 [2020-11-18T00:17:55.404Z] $ docker top 0546e17edee2fa1fdc5edbad50171da20e27b9c0ad306994f24f570c161ccd4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T00:17:55.896Z] + make test [2020-11-18T00:17:55.896Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-18T00:17:56.850Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-18T00:18:14.683Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-18T00:18:14.683Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.409s coverage: 64.4% of statements [2020-11-18T00:18:14.683Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T00:18:15.175Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-18T00:18:15.175Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.373s coverage: 64.4% of statements [2020-11-18T00:18:15.175Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-18T00:18:16.584Z] gofmt -l . [2020-11-18T00:18:16.584Z] [ "`gofmt -l .`" = "" ] [2020-11-18T00:18:16.584Z] ./bin/test-attribution-txt.sh [2020-11-18T00:18:17.534Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-18T00:18:17.554Z] $ docker stop --time=1 0546e17edee2fa1fdc5edbad50171da20e27b9c0ad306994f24f570c161ccd4c [2020-11-18T00:18:19.338Z] $ docker rm -f 0546e17edee2fa1fdc5edbad50171da20e27b9c0ad306994f24f570c161ccd4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T00:18:20.037Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T00:18:20.453Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-18T00:18:23.028Z] gofmt -l . [Pipeline] sh [2020-11-18T00:18:23.311Z] [ "`gofmt -l .`" = "" ] [2020-11-18T00:18:23.311Z] ./bin/test-attribution-txt.sh [2020-11-18T00:18:23.343Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T00:18:23.649Z] + ls -al . [2020-11-18T00:18:23.649Z] total 128 [2020-11-18T00:18:23.649Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 18 00:18 . [2020-11-18T00:18:23.649Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 18 00:16 .. [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 6713 Nov 18 00:16 Attribution.txt [2020-11-18T00:18:23.649Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 18 00:16 bin [2020-11-18T00:18:23.649Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 18 00:16 cmd [2020-11-18T00:18:23.649Z] -rw-r--r--. 1 jenkins jenkins 47242 Nov 18 00:18 coverage.out [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 1834 Nov 18 00:16 Dockerfile [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 957 Nov 18 00:16 Dockerfile.build [2020-11-18T00:18:23.649Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 18 00:16 .git [2020-11-18T00:18:23.649Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 18 00:16 .github [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 258 Nov 18 00:16 .gitignore [2020-11-18T00:18:23.649Z] -rw-r--r--. 1 jenkins jenkins 388 Nov 18 00:18 go.mod [2020-11-18T00:18:23.649Z] -rw-r--r--. 1 jenkins jenkins 16390 Nov 18 00:18 go.sum [2020-11-18T00:18:23.649Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 18 00:16 internal [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 660 Nov 18 00:16 Jenkinsfile [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 18 00:16 LICENSE [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 873 Nov 18 00:16 Makefile [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 918 Nov 18 00:16 README.md [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 00:13 VERSION [2020-11-18T00:18:23.649Z] -rw-rw-r--. 1 jenkins jenkins 235 Nov 18 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:18:23.962Z] + 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 . [2020-11-18T00:18:24.227Z] Sending build context to Docker daemon 537.6kB [2020-11-18T00:18:24.227Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-18T00:18:24.227Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-18T00:18:24.227Z] ---> 4b9abdea5eff [2020-11-18T00:18:24.227Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-18T00:18:24.492Z] ---> Running in 15f710267f0f [2020-11-18T00:18:24.492Z] Removing intermediate container 15f710267f0f [2020-11-18T00:18:24.492Z] ---> 353b56f5a5c9 [2020-11-18T00:18:24.492Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T00:18:24.492Z] ---> Running in ade80f570ff5 [2020-11-18T00:18:24.744Z] ./bin/test-go-mod-tidy.sh [2020-11-18T00:18:24.758Z] Removing intermediate container ade80f570ff5 [2020-11-18T00:18:24.758Z] ---> 1e2209e9f12a [2020-11-18T00:18:24.758Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-18T00:18:24.758Z] ---> Running in c0c685871f11 [2020-11-18T00:18:25.031Z] Removing intermediate container c0c685871f11 [2020-11-18T00:18:25.031Z] ---> 42d7cf62b45a [2020-11-18T00:18:25.031Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T00:18:25.031Z] ---> Running in dc12414af93d [Pipeline] } [2020-11-18T00:18:25.038Z] $ docker stop --time=1 bda487b6fef85e4f094b8e5fa0e96559fa262fe22fca05d6dd10d7838028bdce [2020-11-18T00:18:25.996Z] Removing intermediate container dc12414af93d [2020-11-18T00:18:25.996Z] ---> 58741151c301 [2020-11-18T00:18:25.996Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T00:18:25.996Z] ---> Running in 8009f79977d4 [2020-11-18T00:18:26.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-18T00:18:27.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-18T00:18:27.407Z] $ docker rm -f bda487b6fef85e4f094b8e5fa0e96559fa262fe22fca05d6dd10d7838028bdce [2020-11-18T00:18:27.722Z] OK: 237 MiB in 53 packages [2020-11-18T00:18:27.984Z] Removing intermediate container 8009f79977d4 [2020-11-18T00:18:27.984Z] ---> 67089791f7b4 [2020-11-18T00:18:27.984Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-18T00:18:27.984Z] ---> Running in 3322f7085759 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-18T00:18:28.246Z] Removing intermediate container 3322f7085759 [2020-11-18T00:18:28.246Z] ---> aa1d84f7e83b [2020-11-18T00:18:28.246Z] Step 9/22 : COPY . . [2020-11-18T00:18:28.365Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-18T00:18:28.385Z] Warning: overwriting stash ‘coverage-report’ [2020-11-18T00:18:29.195Z] Stashed 1 file(s) [Pipeline] } [2020-11-18T00:18:29.202Z] ---> 66eb195e0cf2 [2020-11-18T00:18:29.202Z] Step 10/22 : ARG MAKE='make build' [2020-11-18T00:18:29.202Z] ---> Running in 83462773a67d [2020-11-18T00:18:29.202Z] Removing intermediate container 83462773a67d [2020-11-18T00:18:29.202Z] ---> 6e4c601930af [2020-11-18T00:18:29.202Z] Step 11/22 : RUN $MAKE [2020-11-18T00:18:29.202Z] ---> Running in 4bd797c1974c [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-18T00:18:29.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-11-18T00:18:29.958Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-18T00:18:30.314Z] + ls -al . [2020-11-18T00:18:30.315Z] total 152 [2020-11-18T00:18:30.315Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 18 00:18 . [2020-11-18T00:18:30.315Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 00:15 .. [2020-11-18T00:18:30.315Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 00:16 .git [2020-11-18T00:18:30.315Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 00:15 .github [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 258 Nov 18 00:15 .gitignore [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 6713 Nov 18 00:15 Attribution.txt [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 1834 Nov 18 00:15 Dockerfile [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 957 Nov 18 00:15 Dockerfile.build [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 660 Nov 18 00:15 Jenkinsfile [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 18 00:15 LICENSE [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 873 Nov 18 00:15 Makefile [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 918 Nov 18 00:15 README.md [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 00:13 VERSION [2020-11-18T00:18:30.315Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 00:15 bin [2020-11-18T00:18:30.315Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 00:15 cmd [2020-11-18T00:18:30.315Z] -rw-r--r-- 1 jenkins jenkins 47242 Nov 18 00:18 coverage.out [2020-11-18T00:18:30.315Z] -rw-r--r-- 1 jenkins jenkins 388 Nov 18 00:18 go.mod [2020-11-18T00:18:30.315Z] -rw-r--r-- 1 jenkins jenkins 16390 Nov 18 00:18 go.sum [2020-11-18T00:18:30.315Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 00:15 internal [2020-11-18T00:18:30.315Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 18 00:15 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:18:30.690Z] + 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 . [2020-11-18T00:18:30.988Z] Sending build context to Docker daemon 537.6kB [2020-11-18T00:18:30.988Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-18T00:18:30.988Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-18T00:18:30.988Z] ---> 6e2a039ca7ed [2020-11-18T00:18:30.988Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-18T00:18:31.273Z] ---> Running in aaf42cdc4067 [2020-11-18T00:18:31.869Z] Removing intermediate container aaf42cdc4067 [2020-11-18T00:18:31.869Z] ---> b4f705cf786d [2020-11-18T00:18:31.869Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-18T00:18:32.143Z] ---> Running in d0fa670a9a1b [2020-11-18T00:18:32.434Z] Removing intermediate container d0fa670a9a1b [2020-11-18T00:18:32.434Z] ---> 295dace301b1 [2020-11-18T00:18:32.434Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-18T00:18:32.710Z] ---> Running in ea61d3fe48e0 [2020-11-18T00:18:33.303Z] Removing intermediate container ea61d3fe48e0 [2020-11-18T00:18:33.303Z] ---> 254bd53293bf [2020-11-18T00:18:33.303Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-18T00:18:33.303Z] ---> Running in ba936312bddc [2020-11-18T00:18:35.919Z] Removing intermediate container ba936312bddc [2020-11-18T00:18:35.919Z] ---> 92547b8b0674 [2020-11-18T00:18:35.919Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-18T00:18:35.919Z] ---> Running in d44cc485905f [2020-11-18T00:18:37.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-18T00:18:37.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-18T00:18:38.523Z] OK: 221 MiB in 53 packages [2020-11-18T00:18:39.956Z] Removing intermediate container d44cc485905f [2020-11-18T00:18:39.956Z] ---> 8d6b4baa198f [2020-11-18T00:18:39.956Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-18T00:18:39.956Z] ---> Running in d9b2ed3ec299 [2020-11-18T00:18:40.553Z] Removing intermediate container d9b2ed3ec299 [2020-11-18T00:18:40.553Z] ---> ca9cd874e8b9 [2020-11-18T00:18:40.553Z] Step 9/22 : COPY . . [2020-11-18T00:18:41.533Z] ---> 317af2b795b6 [2020-11-18T00:18:41.533Z] Step 10/22 : ARG MAKE='make build' [2020-11-18T00:18:41.533Z] ---> Running in aec0359ad820 [2020-11-18T00:18:42.137Z] Removing intermediate container aec0359ad820 [2020-11-18T00:18:42.138Z] ---> 2c304602b93d [2020-11-18T00:18:42.138Z] Step 11/22 : RUN $MAKE [2020-11-18T00:18:42.138Z] ---> Running in d9fbce63fe1c [2020-11-18T00:18:42.141Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T00:18:44.119Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-11-18T00:18:45.471Z] Removing intermediate container 4bd797c1974c [2020-11-18T00:18:45.471Z] ---> 56540c3addc3 [2020-11-18T00:18:45.471Z] Step 12/22 : FROM alpine [2020-11-18T00:18:45.471Z] latest: Pulling from library/alpine [2020-11-18T00:18:45.737Z] 188c0c94c7c5: Pulling fs layer [2020-11-18T00:18:45.737Z] 188c0c94c7c5: Verifying Checksum [2020-11-18T00:18:45.737Z] 188c0c94c7c5: Download complete [2020-11-18T00:18:46.002Z] 188c0c94c7c5: Pull complete [2020-11-18T00:18:46.264Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T00:18:46.264Z] Status: Downloaded newer image for alpine:latest [2020-11-18T00:18:46.264Z] ---> d6e46aa2470d [2020-11-18T00:18:46.264Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-18T00:18:46.264Z] ---> Running in 2d6645bdfbb8 [2020-11-18T00:18:46.527Z] Removing intermediate container 2d6645bdfbb8 [2020-11-18T00:18:46.527Z] ---> adbbedf50397 [2020-11-18T00:18:46.527Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-18T00:18:46.527Z] ---> Running in cac4ae220252 [2020-11-18T00:18:46.789Z] Removing intermediate container cac4ae220252 [2020-11-18T00:18:46.789Z] ---> 8cf176286e1d [2020-11-18T00:18:46.789Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-18T00:18:47.371Z] ---> a0d6acd8a7d3 [2020-11-18T00:18:47.371Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-18T00:18:47.635Z] ---> 5d9acdd2e3dc [2020-11-18T00:18:47.635Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-18T00:18:47.898Z] ---> 289b92b660d7 [2020-11-18T00:18:47.898Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-18T00:18:47.898Z] ---> Running in 3a546d7f4a20 [2020-11-18T00:18:48.161Z] Removing intermediate container 3a546d7f4a20 [2020-11-18T00:18:48.161Z] ---> 5c35310ab8c6 [2020-11-18T00:18:48.161Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T00:18:48.161Z] ---> Running in 2a17d47f3878 [2020-11-18T00:18:48.424Z] Removing intermediate container 2a17d47f3878 [2020-11-18T00:18:48.424Z] ---> df6fbbbe4abb [2020-11-18T00:18:48.424Z] Step 20/22 : LABEL arch=amd64 [2020-11-18T00:18:48.424Z] ---> Running in 311fecfa4464 [2020-11-18T00:18:48.424Z] Removing intermediate container 311fecfa4464 [2020-11-18T00:18:48.424Z] ---> 95204db134ed [2020-11-18T00:18:48.424Z] Step 21/22 : LABEL git_sha=7ddb8142a30b2414657c338c4883830255764824 [2020-11-18T00:18:48.710Z] ---> Running in 331fcdef57d8 [2020-11-18T00:18:48.710Z] Removing intermediate container 331fcdef57d8 [2020-11-18T00:18:48.710Z] ---> c3fd1f46e09a [2020-11-18T00:18:48.710Z] Step 22/22 : LABEL version=0.0.0 [2020-11-18T00:18:49.004Z] ---> Running in 6200f0cdfb4e [2020-11-18T00:18:49.004Z] Removing intermediate container 6200f0cdfb4e [2020-11-18T00:18:49.005Z] ---> a4caee8b373c [2020-11-18T00:18:49.005Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T00:18:49.005Z] Successfully built a4caee8b373c [2020-11-18T00:18:49.005Z] 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] } [2020-11-18T00:19:16.504Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-18T00:19:24.808Z] Removing intermediate container d9fbce63fe1c [2020-11-18T00:19:24.808Z] ---> e661a9bbae75 [2020-11-18T00:19:24.808Z] Step 12/22 : FROM alpine [2020-11-18T00:19:24.808Z] latest: Pulling from library/alpine [2020-11-18T00:19:24.808Z] 5f621e34cdf4: Pulling fs layer [2020-11-18T00:19:24.808Z] 5f621e34cdf4: Verifying Checksum [2020-11-18T00:19:24.808Z] 5f621e34cdf4: Download complete [2020-11-18T00:19:25.404Z] 5f621e34cdf4: Pull complete [2020-11-18T00:19:25.404Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-18T00:19:25.404Z] Status: Downloaded newer image for alpine:latest [2020-11-18T00:19:25.404Z] ---> 2e77e061c27f [2020-11-18T00:19:25.404Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-18T00:19:25.676Z] ---> Running in a524cd0319d0 [2020-11-18T00:19:25.954Z] Removing intermediate container a524cd0319d0 [2020-11-18T00:19:25.954Z] ---> a90f4f33694b [2020-11-18T00:19:25.954Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-18T00:19:26.229Z] ---> Running in c187386838c0 [2020-11-18T00:19:26.501Z] Removing intermediate container c187386838c0 [2020-11-18T00:19:26.501Z] ---> a103ab60ca5b [2020-11-18T00:19:26.501Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-18T00:19:28.475Z] ---> e351b28c1180 [2020-11-18T00:19:28.475Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-18T00:19:28.750Z] ---> 371e73158e0c [2020-11-18T00:19:28.750Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-18T00:19:29.734Z] ---> bae4f34f9bda [2020-11-18T00:19:29.734Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-18T00:19:29.734Z] ---> Running in 04e4985dae09 [2020-11-18T00:19:30.008Z] Removing intermediate container 04e4985dae09 [2020-11-18T00:19:30.008Z] ---> 9c7ccb939370 [2020-11-18T00:19:30.008Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-18T00:19:30.280Z] ---> Running in e338d55f338d [2020-11-18T00:19:30.554Z] Removing intermediate container e338d55f338d [2020-11-18T00:19:30.554Z] ---> 5268762fb20b [2020-11-18T00:19:30.554Z] Step 20/22 : LABEL arch=arm64 [2020-11-18T00:19:30.827Z] ---> Running in 726dc6939568 [2020-11-18T00:19:31.103Z] Removing intermediate container 726dc6939568 [2020-11-18T00:19:31.103Z] ---> 970e03ace839 [2020-11-18T00:19:31.103Z] Step 21/22 : LABEL git_sha=7ddb8142a30b2414657c338c4883830255764824 [2020-11-18T00:19:31.379Z] ---> Running in efca525423b4 [2020-11-18T00:19:31.977Z] Removing intermediate container efca525423b4 [2020-11-18T00:19:31.977Z] ---> 1ad4e34eef4f [2020-11-18T00:19:31.977Z] Step 22/22 : LABEL version=0.0.0 [2020-11-18T00:19:31.977Z] ---> Running in a4a17be8fc40 [2020-11-18T00:19:32.250Z] Removing intermediate container a4a17be8fc40 [2020-11-18T00:19:32.250Z] ---> 7c3405575b74 [2020-11-18T00:19:32.250Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-18T00:19:32.250Z] Successfully built 7c3405575b74 [2020-11-18T00:19:32.522Z] 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 [2020-11-18T00:19:34.320Z] provisioning config files... [2020-11-18T00:19:34.332Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-147@tmp/config7844971537631744954tmp [Pipeline] { [Pipeline] sh [2020-11-18T00:19:34.703Z] + set +x [2020-11-18T00:19:34.703Z] + curl -s https://codecov.io/bash [2020-11-18T00:19:34.703Z] + bash -s -- [2020-11-18T00:19:34.965Z] [2020-11-18T00:19:34.965Z] _____ _ [2020-11-18T00:19:34.965Z] / ____| | | [2020-11-18T00:19:34.965Z] | | ___ __| | ___ ___ _____ __ [2020-11-18T00:19:34.965Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-18T00:19:34.965Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-18T00:19:34.965Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-18T00:19:34.965Z] Bash-20201116-eea08d9 [2020-11-18T00:19:34.965Z] [2020-11-18T00:19:34.965Z] [2020-11-18T00:19:34.965Z] ==> Jenkins CI detected. [2020-11-18T00:19:34.965Z] project root: . [2020-11-18T00:19:34.965Z] --> token set from env [2020-11-18T00:19:34.965Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-18T00:19:34.965Z] ==> Running gcov in . (disable via -X gcov) [2020-11-18T00:19:34.965Z] ==> Python coveragepy not found [2020-11-18T00:19:34.965Z] ==> Searching for coverage reports in: [2020-11-18T00:19:34.965Z] + . [2020-11-18T00:19:34.965Z] -> Found 1 reports [2020-11-18T00:19:34.965Z] ==> Detecting git/mercurial file structure [2020-11-18T00:19:34.965Z] ==> Reading reports [2020-11-18T00:19:34.965Z] + ./coverage.out bytes=47242 [2020-11-18T00:19:34.965Z] ==> Appending adjustments [2020-11-18T00:19:34.965Z] https://docs.codecov.io/docs/fixing-reports [2020-11-18T00:19:35.228Z] + Found adjustments [2020-11-18T00:19:35.228Z] ==> Gzipping contents [2020-11-18T00:19:35.228Z] ==> Uploading reports [2020-11-18T00:19:35.228Z] url: https://codecov.io [2020-11-18T00:19:35.228Z] 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= [2020-11-18T00:19:35.228Z] -> Pinging Codecov [2020-11-18T00:19:35.228Z] 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= [2020-11-18T00:19:35.491Z] -> Uploading to [2020-11-18T00:19:35.491Z] 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 [2020-11-18T00:19:35.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-18T00:19:35.491Z] Dload Upload Total Spent Left Speed [2020-11-18T00:19:36.066Z] 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 [2020-11-18T00:19:36.066Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/7ddb8142a30b2414657c338c4883830255764824 [Pipeline] } [2020-11-18T00:19:36.076Z] 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 [2020-11-18T00:19:39.093Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:19:39.660Z] ---> package-listing.sh [2020-11-18T00:19:39.660Z] ++ facter osfamily [2020-11-18T00:19:39.660Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-18T00:19:39.660Z] + OS_FAMILY=redhat [2020-11-18T00:19:39.660Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-147 [2020-11-18T00:19:39.660Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-18T00:19:39.660Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-18T00:19:39.660Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-18T00:19:39.660Z] + PACKAGES=/tmp/packages_start.txt [2020-11-18T00:19:39.660Z] + '[' /w/workspace/foundry_device-virtual-go_PR-147 ']' [2020-11-18T00:19:39.660Z] + PACKAGES=/tmp/packages_end.txt [2020-11-18T00:19:39.660Z] + case "${OS_FAMILY}" in [2020-11-18T00:19:39.660Z] + rpm -qa [2020-11-18T00:19:39.660Z] + sort [2020-11-18T00:19:43.882Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-18T00:19:43.882Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-18T00:19:43.882Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-18T00:19:43.882Z] + '[' /w/workspace/foundry_device-virtual-go_PR-147 ']' [2020-11-18T00:19:43.882Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-147/archives/ [2020-11-18T00:19:43.882Z] + 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 [2020-11-18T00:19:43.902Z] 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 [2020-11-18T00:19:44.198Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:19:44.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T00:19:44.505Z] [2020-11-18T00:19:44.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-18T00:19:44.855Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T00:19:44.855Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-18T00:19:44.855Z] df20fa9351a1: Pulling fs layer [2020-11-18T00:19:44.855Z] 36b3adc4ff6f: Pulling fs layer [2020-11-18T00:19:44.855Z] 8ad3a11d3b57: Pulling fs layer [2020-11-18T00:19:44.855Z] 46f8f816bc3b: Pulling fs layer [2020-11-18T00:19:44.855Z] 93b61091891f: Pulling fs layer [2020-11-18T00:19:44.855Z] 93b9cdb0e59b: Pulling fs layer [2020-11-18T00:19:44.855Z] 5e14af77c1be: Pulling fs layer [2020-11-18T00:19:44.855Z] 01666e4c0597: Pulling fs layer [2020-11-18T00:19:44.855Z] aa168da1d23b: Pulling fs layer [2020-11-18T00:19:44.855Z] 46f8f816bc3b: Waiting [2020-11-18T00:19:44.855Z] 93b61091891f: Waiting [2020-11-18T00:19:44.855Z] 93b9cdb0e59b: Waiting [2020-11-18T00:19:44.855Z] 5e14af77c1be: Waiting [2020-11-18T00:19:44.855Z] 01666e4c0597: Waiting [2020-11-18T00:19:44.855Z] aa168da1d23b: Waiting [2020-11-18T00:19:44.855Z] 36b3adc4ff6f: Verifying Checksum [2020-11-18T00:19:44.855Z] 36b3adc4ff6f: Download complete [2020-11-18T00:19:44.855Z] 46f8f816bc3b: Download complete [2020-11-18T00:19:45.123Z] df20fa9351a1: Verifying Checksum [2020-11-18T00:19:45.123Z] df20fa9351a1: Download complete [2020-11-18T00:19:45.123Z] 93b61091891f: Download complete [2020-11-18T00:19:45.123Z] 5e14af77c1be: Verifying Checksum [2020-11-18T00:19:45.123Z] 5e14af77c1be: Download complete [2020-11-18T00:19:45.123Z] 01666e4c0597: Verifying Checksum [2020-11-18T00:19:45.123Z] 01666e4c0597: Download complete [2020-11-18T00:19:45.123Z] 8ad3a11d3b57: Verifying Checksum [2020-11-18T00:19:45.123Z] 8ad3a11d3b57: Download complete [2020-11-18T00:19:45.387Z] df20fa9351a1: Pull complete [2020-11-18T00:19:45.657Z] 36b3adc4ff6f: Pull complete [2020-11-18T00:19:45.657Z] 93b9cdb0e59b: Verifying Checksum [2020-11-18T00:19:45.657Z] 93b9cdb0e59b: Download complete [2020-11-18T00:19:46.244Z] 8ad3a11d3b57: Pull complete [2020-11-18T00:19:46.516Z] 46f8f816bc3b: Pull complete [2020-11-18T00:19:47.107Z] 93b61091891f: Pull complete [2020-11-18T00:19:47.371Z] 93b9cdb0e59b: Pull complete [2020-11-18T00:19:47.371Z] 5e14af77c1be: Pull complete [2020-11-18T00:19:47.637Z] aa168da1d23b: Verifying Checksum [2020-11-18T00:19:47.637Z] aa168da1d23b: Download complete [2020-11-18T00:19:47.637Z] 01666e4c0597: Pull complete [2020-11-18T00:19:54.266Z] aa168da1d23b: Pull complete [2020-11-18T00:19:54.266Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-18T00:19:54.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-18T00:19:54.266Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-18T00:19:54.406Z] prd-centos7-docker-4c-2g-12480 does not seem to be running inside a container [2020-11-18T00:19:54.459Z] $ 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 [2020-11-18T00:19:58.731Z] $ docker top 6120cec8942719dc429eb147c0cd16ab59c3bf945868bd383f60240b334d1772 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-18T00:19:59.344Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-18T00:19:59.654Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-18T00:19:59.959Z] + ls /var/log/sa-host [2020-11-18T00:19:59.959Z] + sadf -c /var/log/sa-host/sa05 [2020-11-18T00:19:59.959Z] file_magic: OK [2020-11-18T00:19:59.959Z] HZ: Using current value: 100 [2020-11-18T00:19:59.959Z] file_header: OK [2020-11-18T00:19:59.959Z] 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 [2020-11-18T00:19:59.959Z] Statistics: [2020-11-18T00:19:59.959Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T00:19:59.959Z] File successfully converted to sysstat format version 12.2.1 [2020-11-18T00:19:59.959Z] + sadf -c /var/log/sa-host/sa18 [2020-11-18T00:19:59.959Z] file_magic: OK [2020-11-18T00:19:59.959Z] HZ: Using current value: 100 [2020-11-18T00:19:59.959Z] file_header: OK [2020-11-18T00:19:59.959Z] 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 [2020-11-18T00:19:59.959Z] Statistics: [2020-11-18T00:19:59.959Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-18T00:19:59.959Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-18T00:20:00.617Z] provisioning config files... [2020-11-18T00:20:00.636Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-147@tmp/config6320767216399759873tmp [Pipeline] { [Pipeline] echo [2020-11-18T00:20:00.729Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:20:01.035Z] ---> create-netrc.sh [Pipeline] } [2020-11-18T00:20:01.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-18T00:20:01.133Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:20:01.433Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-18T00:20:01.443Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:20:01.748Z] ---> sudo-logs.sh [2020-11-18T00:20:01.748Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-18T00:20:01.759Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:20:02.074Z] ---> job-cost.sh [2020-11-18T00:20:02.074Z] lf-activate-venv: SKIPPING [2020-11-18T00:20:02.074Z] INFO: No Stack... [2020-11-18T00:20:03.031Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-18T00:20:03.293Z] INFO: Archiving Costs [Pipeline] echo [2020-11-18T00:20:03.306Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-18T00:20:03.609Z] ---> logs-deploy.sh [2020-11-18T00:20:03.609Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-147/2 [2020-11-18T00:20:03.609Z] INFO: archiving workspace using pattern(s): [2020-11-18T00:20:05.528Z] Archives upload complete. [2020-11-18T00:20:05.528Z] INFO: archiving logs to Nexus [2020-11-18T00:20:06.473Z] ---> uname -a: [2020-11-18T00:20:06.473Z] 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 [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] ---> lscpu: [2020-11-18T00:20:06.473Z] Architecture: x86_64 [2020-11-18T00:20:06.473Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-18T00:20:06.473Z] Byte Order: Little Endian [2020-11-18T00:20:06.473Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-18T00:20:06.473Z] CPU(s): 4 [2020-11-18T00:20:06.473Z] On-line CPU(s) list: 0-3 [2020-11-18T00:20:06.473Z] Thread(s) per core: 1 [2020-11-18T00:20:06.473Z] Core(s) per socket: 1 [2020-11-18T00:20:06.473Z] Socket(s): 4 [2020-11-18T00:20:06.473Z] NUMA node(s): 1 [2020-11-18T00:20:06.473Z] Vendor ID: GenuineIntel [2020-11-18T00:20:06.473Z] CPU family: 6 [2020-11-18T00:20:06.473Z] Model: 44 [2020-11-18T00:20:06.473Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-18T00:20:06.473Z] Stepping: 1 [2020-11-18T00:20:06.473Z] CPU MHz: 2933.442 [2020-11-18T00:20:06.473Z] BogoMIPS: 5866.88 [2020-11-18T00:20:06.473Z] Virtualization: VT-x [2020-11-18T00:20:06.473Z] Hypervisor vendor: KVM [2020-11-18T00:20:06.473Z] Virtualization type: full [2020-11-18T00:20:06.473Z] L1d cache: 128 KiB [2020-11-18T00:20:06.473Z] L1i cache: 128 KiB [2020-11-18T00:20:06.473Z] L2 cache: 16 MiB [2020-11-18T00:20:06.473Z] L3 cache: 64 MiB [2020-11-18T00:20:06.473Z] NUMA node0 CPU(s): 0-3 [2020-11-18T00:20:06.473Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-18T00:20:06.473Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-18T00:20:06.473Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-18T00:20:06.473Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-18T00:20:06.473Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-18T00:20:06.473Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-18T00:20:06.473Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-18T00:20:06.473Z] Vulnerability Tsx async abort: Not affected [2020-11-18T00:20:06.473Z] 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 [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] ---> nproc: [2020-11-18T00:20:06.473Z] 4 [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] ---> df -h: [2020-11-18T00:20:06.473Z] Filesystem Size Used Available Use% Mounted on [2020-11-18T00:20:06.473Z] overlay 50.0G 7.2G 42.8G 14% / [2020-11-18T00:20:06.473Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-18T00:20:06.473Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-18T00:20:06.473Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-147 [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-147@tmp [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-11-18T00:20:06.473Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] ---> free -m: [2020-11-18T00:20:06.473Z] total used free shared buff/cache available [2020-11-18T00:20:06.473Z] Mem: 1837 657 106 0 1073 1078 [2020-11-18T00:20:06.473Z] Swap: 1023 0 1023 [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] ---> ip addr: [2020-11-18T00:20:06.473Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-18T00:20:06.473Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-18T00:20:06.473Z] inet 127.0.0.1/8 scope host lo [2020-11-18T00:20:06.473Z] valid_lft forever preferred_lft forever [2020-11-18T00:20:06.473Z] inet6 ::1/128 scope host [2020-11-18T00:20:06.473Z] valid_lft forever preferred_lft forever [2020-11-18T00:20:06.473Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-18T00:20:06.473Z] link/ether fa:16:3e:9a:2a:eb brd ff:ff:ff:ff:ff:ff [2020-11-18T00:20:06.473Z] inet 10.30.123.49/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-18T00:20:06.473Z] valid_lft 85978sec preferred_lft 85978sec [2020-11-18T00:20:06.473Z] inet6 fe80::f816:3eff:fe9a:2aeb/64 scope link [2020-11-18T00:20:06.473Z] valid_lft forever preferred_lft forever [2020-11-18T00:20:06.473Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-18T00:20:06.473Z] link/ether 02:42:be:84:42:5a brd ff:ff:ff:ff:ff:ff [2020-11-18T00:20:06.473Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-18T00:20:06.473Z] valid_lft forever preferred_lft forever [2020-11-18T00:20:06.473Z] inet6 fe80::42:beff:fe84:425a/64 scope link [2020-11-18T00:20:06.473Z] valid_lft forever preferred_lft forever [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] ---> sar -b -r -n DEV: [2020-11-18T00:20:06.473Z] 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) [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] 00:12:49 LINUX RESTART (4 CPU) [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] 00:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-18T00:20:06.473Z] 00:15:01 3.66 0.00 3.66 0.00 0.00 114.24 0.00 [2020-11-18T00:20:06.473Z] 00:16:01 0.43 0.00 0.43 0.00 0.00 7.03 0.00 [2020-11-18T00:20:06.473Z] 00:17:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 [2020-11-18T00:20:06.473Z] 00:18:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 [2020-11-18T00:20:06.473Z] 00:19:01 0.35 0.00 0.35 0.00 0.00 4.68 0.00 [2020-11-18T00:20:06.473Z] Average: 0.98 0.00 0.98 0.00 0.00 26.16 0.00 [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] 00:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-18T00:20:06.473Z] 00:15:01 164484 0 543900 28.91 2620 1170552 1071444 36.57 396228 1159148 20 [2020-11-18T00:20:06.473Z] 00:16:01 163904 0 544472 28.94 2620 1170560 1071612 36.57 397160 1159056 12 [2020-11-18T00:20:06.473Z] 00:17:01 164316 0 544052 28.92 2620 1170568 1071540 36.57 397000 1159052 8 [2020-11-18T00:20:06.473Z] 00:18:01 163296 0 545072 28.97 2620 1170568 1071444 36.57 400916 1156356 8 [2020-11-18T00:20:06.473Z] 00:19:01 162188 0 546172 29.03 2620 1170576 1071528 36.57 403892 1153688 8 [2020-11-18T00:20:06.473Z] Average: 163638 0 544734 28.95 2620 1170565 1071514 36.57 399039 1157460 11 [2020-11-18T00:20:06.473Z] [2020-11-18T00:20:06.473Z] 00:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-18T00:20:06.473Z] 00:15:01 eth0 0.65 0.10 0.04 0.02 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:16:01 eth0 3.73 1.81 3.32 0.27 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:17:01 eth0 1.08 0.40 0.36 0.24 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.473Z] 00:19:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.474Z] 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.474Z] 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.474Z] Average: eth0 1.17 0.52 0.77 0.12 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.474Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.474Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-18T00:20:06.474Z] [2020-11-18T00:20:06.474Z] [2020-11-18T00:20:06.474Z] ---> sar -P ALL: [2020-11-18T00:20:06.474Z] 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) [2020-11-18T00:20:06.474Z] [2020-11-18T00:20:06.474Z] 00:12:49 LINUX RESTART (4 CPU) [2020-11-18T00:20:06.474Z] [2020-11-18T00:20:06.474Z] 00:14:01 CPU %user %nice %system %iowait %steal %idle [2020-11-18T00:20:06.474Z] 00:15:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-11-18T00:20:06.474Z] 00:15:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2020-11-18T00:20:06.474Z] 00:15:01 1 0.45 0.00 0.05 0.00 0.00 99.50 [2020-11-18T00:20:06.474Z] 00:15:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2020-11-18T00:20:06.474Z] 00:15:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2020-11-18T00:20:06.474Z] 00:16:01 all 0.21 0.00 0.05 0.00 0.00 99.73 [2020-11-18T00:20:06.474Z] 00:16:01 0 0.10 0.00 0.07 0.00 0.00 99.83 [2020-11-18T00:20:06.474Z] 00:16:01 1 0.57 0.00 0.05 0.00 0.00 99.38 [2020-11-18T00:20:06.474Z] 00:16:01 2 0.08 0.00 0.03 0.00 0.02 99.87 [2020-11-18T00:20:06.474Z] 00:16:01 3 0.08 0.00 0.07 0.00 0.00 99.85 [2020-11-18T00:20:06.474Z] 00:17:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-11-18T00:20:06.474Z] 00:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-18T00:20:06.474Z] 00:17:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-11-18T00:20:06.474Z] 00:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-18T00:20:06.474Z] 00:17:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-18T00:20:06.474Z] 00:18:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2020-11-18T00:20:06.474Z] 00:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-18T00:20:06.474Z] 00:18:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2020-11-18T00:20:06.474Z] 00:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-18T00:20:06.474Z] 00:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-18T00:20:06.474Z] 00:19:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2020-11-18T00:20:06.474Z] 00:19:01 0 0.00 0.00 0.05 0.00 0.00 99.95 [2020-11-18T00:20:06.474Z] 00:19:01 1 0.55 0.00 0.02 0.00 0.00 99.43 [2020-11-18T00:20:06.474Z] 00:19:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-18T00:20:06.474Z] 00:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-18T00:20:06.474Z] Average: all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-11-18T00:20:06.474Z] Average: 0 0.05 0.00 0.04 0.00 0.00 99.91 [2020-11-18T00:20:06.474Z] Average: 1 0.50 0.00 0.03 0.00 0.00 99.47 [2020-11-18T00:20:06.474Z] Average: 2 0.06 0.00 0.04 0.00 0.00 99.90 [2020-11-18T00:20:06.474Z] Average: 3 0.04 0.00 0.04 0.00 0.00 99.91 [2020-11-18T00:20:06.474Z] [2020-11-18T00:20:06.474Z] [2020-11-18T00:20:06.474Z]