Pull request #145 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2ed3dbcfc581ab25a732a8c565222a314e90b21c+1e15b455509d433b72705dad7fc3c723af5422e0 (548f91f555ce5f7863ef41839ea921993d9b9b79) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11974 in /w/workspace/foundry_device-virtual-go_PR-145 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 2ed3dbcfc581ab25a732a8c565222a314e90b21c > git init /w/workspace/foundry_device-virtual-go_PR-145 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/145/head:refs/remotes/origin/PR-145 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing 2ed3dbcfc581ab25a732a8c565222a314e90b21c Checking out Revision 2ed3dbcfc581ab25a732a8c565222a314e90b21c (PR-145) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-12T22:21:58.083Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-12T22:21:58.416Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk d650c3efdc6a8195eb1a71a2225f0f643cf49e0d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-12T22:21:58.535Z] ========================================================= [2020-11-12T22:21:58.535Z] EdgeX Global Pipelines Version Info [2020-11-12T22:21:58.535Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:22:00.470Z] ------------------- [2020-11-12T22:22:00.470Z] stable info: [2020-11-12T22:22:00.470Z] ------------------- [2020-11-12T22:22:00.470Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T22:22:00.470Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-12T22:22:00.470Z] Message: update stable to v1.0.162 [2020-11-12T22:22:01.045Z] ------------------- [2020-11-12T22:22:01.046Z] experimental info: [2020-11-12T22:22:01.046Z] ------------------- [2020-11-12T22:22:01.046Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-12T22:22:01.046Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-12T22:22:01.046Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-12T22:22:01.466Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-11-12T22:22:01.586Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-11-12T22:22:01.693Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-12T22:22:01.804Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-12T22:22:01.915Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-12T22:22:02.035Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-12T22:22:02.142Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-12T22:22:02.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-12T22:22:02.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-12T22:22:02.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-12T22:22:02.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-12T22:22:02.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-11-12T22:22:02.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-12T22:22:02.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-12T22:22:03.010Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T22:22:03.110Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-12T22:22:03.210Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T22:22:03.400Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-12T22:22:03.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-12T22:22:03.603Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-12T22:22:03.703Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-12T22:22:03.803Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-12T22:22:03.902Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-12T22:22:04.008Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-12T22:22:04.124Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-12T22:22:04.223Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-12T22:22:04.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-145 [Pipeline] echo [2020-11-12T22:22:04.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-145 [Pipeline] echo [2020-11-12T22:22:04.554Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-145 [Pipeline] echo [2020-11-12T22:22:04.672Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2ed3dbcfc581ab25a732a8c565222a314e90b21c [Pipeline] echo [2020-11-12T22:22:04.772Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2ed3dbc [Pipeline] echo [2020-11-12T22:22:04.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:22:05.073Z] provisioning config files... [2020-11-12T22:22:05.133Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-145@tmp/config9136878778205417995tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:22:05.495Z] ---> docker-login.sh [2020-11-12T22:22:05.495Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:22:05.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:22:06.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:22:06.022Z] Configure a credential helper to remove this warning. See [2020-11-12T22:22:06.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:22:06.022Z] [2020-11-12T22:22:06.022Z] Login Succeeded [2020-11-12T22:22:06.022Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:22:06.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:22:06.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:22:06.288Z] Configure a credential helper to remove this warning. See [2020-11-12T22:22:06.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:22:06.288Z] [2020-11-12T22:22:06.288Z] Login Succeeded [2020-11-12T22:22:06.288Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:22:06.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:22:06.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:22:06.288Z] Configure a credential helper to remove this warning. See [2020-11-12T22:22:06.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:22:06.288Z] [2020-11-12T22:22:06.288Z] Login Succeeded [2020-11-12T22:22:06.288Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:22:06.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:22:06.550Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:22:06.550Z] Configure a credential helper to remove this warning. See [2020-11-12T22:22:06.550Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:22:06.550Z] [2020-11-12T22:22:06.550Z] Login Succeeded [2020-11-12T22:22:06.550Z] docker.io [2020-11-12T22:22:06.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:22:06.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:22:06.812Z] Configure a credential helper to remove this warning. See [2020-11-12T22:22:06.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:22:06.812Z] [2020-11-12T22:22:06.812Z] Login Succeeded [2020-11-12T22:22:06.812Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:22:06.823Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T22:22:07.586Z] + git log --format=format:%s -1 2ed3dbcfc581ab25a732a8c565222a314e90b21c [Pipeline] echo [2020-11-12T22:22:07.653Z] GIT_COMMIT: 2ed3dbcfc581ab25a732a8c565222a314e90b21c, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo [2020-11-12T22:22:07.701Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:22:08.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:22:08.334Z] [2020-11-12T22:22:08.334Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:22:08.699Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:22:08.699Z] latest: Pulling from edgex-devops/git-semver [2020-11-12T22:22:08.699Z] 31603596830f: Pulling fs layer [2020-11-12T22:22:08.699Z] 2a8b12db71e7: Pulling fs layer [2020-11-12T22:22:08.699Z] 6ca5941a6612: Pulling fs layer [2020-11-12T22:22:08.699Z] ecc8261a40a4: Pulling fs layer [2020-11-12T22:22:08.699Z] ecc8261a40a4: Waiting [2020-11-12T22:22:08.699Z] 2a8b12db71e7: Download complete [2020-11-12T22:22:08.965Z] 31603596830f: Verifying Checksum [2020-11-12T22:22:08.965Z] 31603596830f: Download complete [2020-11-12T22:22:08.965Z] 6ca5941a6612: Verifying Checksum [2020-11-12T22:22:08.965Z] 6ca5941a6612: Download complete [2020-11-12T22:22:09.229Z] ecc8261a40a4: Verifying Checksum [2020-11-12T22:22:09.229Z] ecc8261a40a4: Download complete [2020-11-12T22:22:09.229Z] 31603596830f: Pull complete [2020-11-12T22:22:09.493Z] 2a8b12db71e7: Pull complete [2020-11-12T22:22:10.451Z] 6ca5941a6612: Pull complete [2020-11-12T22:22:10.451Z] ecc8261a40a4: Pull complete [2020-11-12T22:22:10.451Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-12T22:22:10.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-12T22:22:10.451Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-12T22:22:10.627Z] prd-centos7-docker-4c-2g-11974 does not seem to be running inside a container [2020-11-12T22:22:10.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-145 -v /w/workspace/foundry_device-virtual-go_PR-145:/w/workspace/foundry_device-virtual-go_PR-145:rw,z -v /w/workspace/foundry_device-virtual-go_PR-145@tmp:/w/workspace/foundry_device-virtual-go_PR-145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-12T22:22:12.885Z] $ docker top cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-12T22:22:13.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:22:13.255Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:22:13.481Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:22:13.487Z] $ docker exec cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent [2020-11-12T22:22:13.669Z] SSH_AUTH_SOCK=/tmp/ssh-GYaNpj9LB3pY/agent.13 [2020-11-12T22:22:13.669Z] SSH_AGENT_PID=18 [2020-11-12T22:22:13.686Z] Running ssh-add (command line suppressed) [2020-11-12T22:22:13.816Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_1617688618632157043.key (/w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_1617688618632157043.key) [2020-11-12T22:22:13.867Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:22:14.217Z] + git tag --points-at HEAD [Pipeline] } [2020-11-12T22:22:14.244Z] $ docker exec --env ******** --env ******** cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent -k [2020-11-12T22:22:14.369Z] unset SSH_AUTH_SOCK; [2020-11-12T22:22:14.370Z] unset SSH_AGENT_PID; [2020-11-12T22:22:14.370Z] echo Agent pid 18 killed; [2020-11-12T22:22:14.415Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-12T22:22:14.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-12T22:22:14.570Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-12T22:22:14.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-12T22:22:14.750Z] $ docker exec cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent [2020-11-12T22:22:14.919Z] SSH_AUTH_SOCK=/tmp/ssh-50HkaFchiQZO/agent.47 [2020-11-12T22:22:14.919Z] SSH_AGENT_PID=53 [2020-11-12T22:22:14.926Z] Running ssh-add (command line suppressed) [2020-11-12T22:22:15.049Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_2332848770399872542.key (/w/workspace/foundry_device-virtual-go_PR-145@tmp/private_key_2332848770399872542.key) [2020-11-12T22:22:15.097Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-12T22:22:15.439Z] + git semver init [2020-11-12T22:22:15.440Z] # -> Open(): unable to determine branch for HEAD [2020-11-12T22:22:15.440Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-145/.git [2020-11-12T22:22:15.440Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-145 [2020-11-12T22:22:15.440Z] # $SEMVER_REMOTE_NAME = origin [2020-11-12T22:22:15.440Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-12T22:22:15.440Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-12T22:22:15.440Z] # $SEMVER_BRANCH = PR-145 [2020-11-12T22:22:15.440Z] # $SEMVER_TEMP = /tmp/semver-778182518 [2020-11-12T22:22:15.440Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-11-12T22:22:15.703Z] # '/tmp/semver-778182518' -> '/w/workspace/foundry_device-virtual-go_PR-145/.semver' [2020-11-12T22:22:15.703Z] # -> Force: false [2020-11-12T22:22:15.703Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-145/.semver [Pipeline] } [2020-11-12T22:22:15.780Z] $ docker exec --env ******** --env ******** cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 ssh-agent -k [2020-11-12T22:22:15.944Z] unset SSH_AUTH_SOCK; [2020-11-12T22:22:15.945Z] unset SSH_AGENT_PID; [2020-11-12T22:22:15.945Z] echo Agent pid 53 killed; [2020-11-12T22:22:15.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-12T22:22:16.541Z] + git semver [Pipeline] } [2020-11-12T22:22:16.563Z] $ docker stop --time=1 cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 [2020-11-12T22:22:17.945Z] $ docker rm -f cc3da544ff9e38095871007aa7145b4830a9fd1fd72ffe128082e384ff4fe204 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:22:18.415Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-12T22:22:18.892Z] Stashed 1 file(s) [Pipeline] echo [2020-11-12T22:22:18.895Z] [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-12T22:22:34.584Z] Still waiting to schedule task [2020-11-12T22:22:34.585Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-12T22:22:34.587Z] Still waiting to schedule task [2020-11-12T22:22:34.587Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-12T22:24:25.277Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11976 in /w/workspace/foundry_device-virtual-go_PR-145 [Pipeline] { [Pipeline] ws [2020-11-12T22:24:25.385Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-11-12T22:24:30.316Z] using credential edgex-jenkins-ssh [2020-11-12T22:24:30.395Z] Cloning the remote Git repository [2020-11-12T22:24:30.462Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:24:30.574Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-11-12T22:24:30.658Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:24:30.659Z] > git --version # timeout=10 [2020-11-12T22:24:30.679Z] > git --version # 'git version 2.17.1' [2020-11-12T22:24:30.681Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:24:30.765Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:24:31.490Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:24:31.511Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:24:31.546Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:24:31.590Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:24:31.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:24:31.602Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/145/head:refs/remotes/origin/PR-145 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T22:24:32.055Z] Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 2ed3dbcfc581ab25a732a8c565222a314e90b21c [2020-11-12T22:24:32.256Z] Merge succeeded, producing 2ed3dbcfc581ab25a732a8c565222a314e90b21c [2020-11-12T22:24:32.257Z] Checking out Revision 2ed3dbcfc581ab25a732a8c565222a314e90b21c (PR-145) [2020-11-12T22:24:32.081Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:24:32.095Z] > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 [2020-11-12T22:24:32.173Z] > git remote # timeout=10 [2020-11-12T22:24:32.189Z] > git config --get remote.origin.url # timeout=10 [2020-11-12T22:24:32.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:24:32.225Z] > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 [2020-11-12T22:24:32.248Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-12T22:24:32.268Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:24:32.321Z] > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 [2020-11-12T22:24:36.638Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:24:37.319Z] provisioning config files... [2020-11-12T22:24:37.389Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config7043516744374327996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:24:38.454Z] ---> docker-login.sh [2020-11-12T22:24:38.454Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:24:39.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:39.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:39.652Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:39.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:39.652Z] [2020-11-12T22:24:39.652Z] Login Succeeded [2020-11-12T22:24:39.652Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:24:39.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:40.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:40.200Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:40.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:40.200Z] [2020-11-12T22:24:40.200Z] Login Succeeded [2020-11-12T22:24:40.200Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:24:40.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:40.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:40.754Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:40.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:40.754Z] [2020-11-12T22:24:40.754Z] Login Succeeded [2020-11-12T22:24:40.754Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:24:41.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:41.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:41.314Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:41.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:41.314Z] [2020-11-12T22:24:41.314Z] Login Succeeded [2020-11-12T22:24:41.314Z] docker.io [2020-11-12T22:24:41.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:41.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:41.858Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:41.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:41.858Z] [2020-11-12T22:24:41.858Z] Login Succeeded [2020-11-12T22:24:42.129Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:24:42.205Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T22:24:42.629Z] ========================================================= [2020-11-12T22:24:42.629Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-12T22:24:42.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:24:43.014Z] + 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-12T22:24:43.289Z] Sending build context to Docker daemon 470.5kB [2020-11-12T22:24:43.289Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T22:24:43.289Z] Step 2/8 : FROM ${BASE} [2020-11-12T22:24:43.583Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-12T22:24:43.583Z] b538f80385f9: Pulling fs layer [2020-11-12T22:24:43.583Z] 74f711af9a0d: Pulling fs layer [2020-11-12T22:24:43.583Z] 99f96fe45779: Pulling fs layer [2020-11-12T22:24:43.583Z] 8529a6b9a6be: Pulling fs layer [2020-11-12T22:24:43.583Z] 45590311c82a: Pulling fs layer [2020-11-12T22:24:43.583Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-12T22:24:43.583Z] 209524e5b208: Pulling fs layer [2020-11-12T22:24:43.583Z] 8529a6b9a6be: Waiting [2020-11-12T22:24:43.583Z] 45590311c82a: Waiting [2020-11-12T22:24:43.583Z] 69ca0ff8b7b3: Waiting [2020-11-12T22:24:43.583Z] 209524e5b208: Waiting [2020-11-12T22:24:43.583Z] 99f96fe45779: Verifying Checksum [2020-11-12T22:24:43.583Z] 99f96fe45779: Download complete [2020-11-12T22:24:43.583Z] 74f711af9a0d: Download complete [2020-11-12T22:24:43.583Z] 45590311c82a: Verifying Checksum [2020-11-12T22:24:43.583Z] 45590311c82a: Download complete [2020-11-12T22:24:43.583Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-12T22:24:43.583Z] 69ca0ff8b7b3: Download complete [2020-11-12T22:24:43.583Z] b538f80385f9: Download complete [2020-11-12T22:24:44.180Z] b538f80385f9: Pull complete [2020-11-12T22:24:44.783Z] 74f711af9a0d: Pull complete [2020-11-12T22:24:45.130Z] Running on prd-centos7-docker-4c-2g-11977 in /w/workspace/foundry_device-virtual-go_PR-145 [Pipeline] { [Pipeline] ws [2020-11-12T22:24:45.203Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-11-12T22:24:45.386Z] 99f96fe45779: Pull complete [2020-11-12T22:24:46.368Z] 209524e5b208: Verifying Checksum [2020-11-12T22:24:46.368Z] 209524e5b208: Download complete [2020-11-12T22:24:47.373Z] 8529a6b9a6be: Verifying Checksum [2020-11-12T22:24:47.373Z] 8529a6b9a6be: Download complete [2020-11-12T22:24:47.525Z] using credential edgex-jenkins-ssh [2020-11-12T22:24:47.577Z] Cloning the remote Git repository [2020-11-12T22:24:47.606Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:24:47.672Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-11-12T22:24:48.124Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:24:48.124Z] > git --version # timeout=10 [2020-11-12T22:24:48.142Z] > git --version # 'git version 2.16.5' [2020-11-12T22:24:48.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:24:48.214Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:24:49.115Z] Merging remotes/origin/master commit 1e15b455509d433b72705dad7fc3c723af5422e0 into PR head commit 2ed3dbcfc581ab25a732a8c565222a314e90b21c [2020-11-12T22:24:49.191Z] Merge succeeded, producing 2ed3dbcfc581ab25a732a8c565222a314e90b21c [2020-11-12T22:24:49.192Z] Checking out Revision 2ed3dbcfc581ab25a732a8c565222a314e90b21c (PR-145) [2020-11-12T22:24:48.749Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:24:48.759Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-12T22:24:48.770Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-11-12T22:24:48.782Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-11-12T22:24:48.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:24:48.786Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/145/head:refs/remotes/origin/PR-145 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-12T22:24:49.127Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:24:49.132Z] > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 [2020-11-12T22:24:49.162Z] > git remote # timeout=10 [2020-11-12T22:24:49.168Z] > git config --get remote.origin.url # timeout=10 [2020-11-12T22:24:49.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-12T22:24:49.180Z] > git merge 1e15b455509d433b72705dad7fc3c723af5422e0 # timeout=10 [2020-11-12T22:24:49.189Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-12T22:24:49.198Z] > git config core.sparsecheckout # timeout=10 [2020-11-12T22:24:49.202Z] > git checkout -f 2ed3dbcfc581ab25a732a8c565222a314e90b21c # timeout=10 [2020-11-12T22:24:52.818Z] Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-12T22:24:53.527Z] provisioning config files... [2020-11-12T22:24:53.572Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config1118386578908245211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:24:54.315Z] ---> docker-login.sh [2020-11-12T22:24:54.315Z] nexus3.edgexfoundry.org:10001 [2020-11-12T22:24:54.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:54.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:54.579Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:54.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:54.579Z] [2020-11-12T22:24:54.579Z] Login Succeeded [2020-11-12T22:24:54.579Z] nexus3.edgexfoundry.org:10002 [2020-11-12T22:24:54.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:54.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:54.845Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:54.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:54.845Z] [2020-11-12T22:24:54.845Z] Login Succeeded [2020-11-12T22:24:54.845Z] nexus3.edgexfoundry.org:10003 [2020-11-12T22:24:54.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:54.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:54.845Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:54.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:54.845Z] [2020-11-12T22:24:54.845Z] Login Succeeded [2020-11-12T22:24:54.845Z] nexus3.edgexfoundry.org:10004 [2020-11-12T22:24:55.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:55.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:55.108Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:55.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:55.108Z] [2020-11-12T22:24:55.108Z] Login Succeeded [2020-11-12T22:24:55.108Z] docker.io [2020-11-12T22:24:55.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-12T22:24:55.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-12T22:24:55.371Z] Configure a credential helper to remove this warning. See [2020-11-12T22:24:55.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-12T22:24:55.371Z] [2020-11-12T22:24:55.371Z] Login Succeeded [2020-11-12T22:24:55.371Z] ---> docker-login.sh ends [Pipeline] } [2020-11-12T22:24:55.409Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-12T22:24:55.773Z] ========================================================= [2020-11-12T22:24:55.773Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-12T22:24:55.773Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:24:56.124Z] + 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-12T22:24:56.124Z] Sending build context to Docker daemon 470.5kB [2020-11-12T22:24:56.124Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-12T22:24:56.124Z] Step 2/8 : FROM ${BASE} [2020-11-12T22:24:56.124Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-12T22:24:56.124Z] df20fa9351a1: Pulling fs layer [2020-11-12T22:24:56.124Z] ed8968b2872e: Pulling fs layer [2020-11-12T22:24:56.124Z] a92cc7c5fd73: Pulling fs layer [2020-11-12T22:24:56.124Z] e871e8e8d7a9: Pulling fs layer [2020-11-12T22:24:56.124Z] e73272ec9a57: Pulling fs layer [2020-11-12T22:24:56.124Z] 1e910a182e73: Pulling fs layer [2020-11-12T22:24:56.124Z] 4e634b169226: Pulling fs layer [2020-11-12T22:24:56.124Z] e871e8e8d7a9: Waiting [2020-11-12T22:24:56.124Z] e73272ec9a57: Waiting [2020-11-12T22:24:56.124Z] 1e910a182e73: Waiting [2020-11-12T22:24:56.124Z] 4e634b169226: Waiting [2020-11-12T22:24:56.385Z] a92cc7c5fd73: Verifying Checksum [2020-11-12T22:24:56.385Z] a92cc7c5fd73: Download complete [2020-11-12T22:24:56.385Z] ed8968b2872e: Verifying Checksum [2020-11-12T22:24:56.385Z] ed8968b2872e: Download complete [2020-11-12T22:24:56.385Z] e73272ec9a57: Verifying Checksum [2020-11-12T22:24:56.385Z] e73272ec9a57: Download complete [2020-11-12T22:24:56.385Z] df20fa9351a1: Verifying Checksum [2020-11-12T22:24:56.385Z] df20fa9351a1: Download complete [2020-11-12T22:24:56.385Z] 1e910a182e73: Verifying Checksum [2020-11-12T22:24:56.385Z] 1e910a182e73: Download complete [2020-11-12T22:24:56.650Z] df20fa9351a1: Pull complete [2020-11-12T22:24:56.913Z] ed8968b2872e: Pull complete [2020-11-12T22:24:56.913Z] a92cc7c5fd73: Pull complete [2020-11-12T22:24:57.544Z] 8529a6b9a6be: Pull complete [2020-11-12T22:24:57.544Z] 45590311c82a: Pull complete [2020-11-12T22:24:57.861Z] 4e634b169226: Verifying Checksum [2020-11-12T22:24:57.861Z] 4e634b169226: Download complete [2020-11-12T22:24:58.139Z] 69ca0ff8b7b3: Pull complete [2020-11-12T22:24:58.814Z] e871e8e8d7a9: Verifying Checksum [2020-11-12T22:24:58.814Z] e871e8e8d7a9: Download complete [2020-11-12T22:25:01.546Z] 209524e5b208: Pull complete [2020-11-12T22:25:01.547Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-12T22:25:01.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-12T22:25:01.547Z] ---> 5bddaf1c2fca [2020-11-12T22:25:01.547Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-12T22:25:04.154Z] e871e8e8d7a9: Pull complete [2020-11-12T22:25:04.154Z] e73272ec9a57: Pull complete [2020-11-12T22:25:04.154Z] 1e910a182e73: Pull complete [2020-11-12T22:25:04.168Z] ---> Running in 3e3b5100271d [2020-11-12T22:25:04.762Z] Removing intermediate container 3e3b5100271d [2020-11-12T22:25:04.762Z] ---> 84a1eebc10a3 [2020-11-12T22:25:04.762Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:25:04.762Z] ---> Running in c9b4af055f7e [2020-11-12T22:25:07.384Z] Removing intermediate container c9b4af055f7e [2020-11-12T22:25:07.384Z] ---> 77403cb98a14 [2020-11-12T22:25:07.384Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-12T22:25:07.661Z] ---> Running in 4eb68cceb150 [2020-11-12T22:25:08.398Z] 4e634b169226: Pull complete [2020-11-12T22:25:08.398Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-12T22:25:08.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-12T22:25:08.398Z] ---> f7629b54cfaa [2020-11-12T22:25:08.398Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-11-12T22:25:08.977Z] ---> Running in 33aef568c72d [2020-11-12T22:25:08.977Z] Removing intermediate container 33aef568c72d [2020-11-12T22:25:08.977Z] ---> e447e431e5dc [2020-11-12T22:25:08.977Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:25:09.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T22:25:09.241Z] ---> Running in 27273c453285 [2020-11-12T22:25:09.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T22:25:10.289Z] (1/14) Installing libmagic (5.38-r0) [2020-11-12T22:25:10.570Z] (2/14) Installing file (5.38-r0) [2020-11-12T22:25:10.570Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-12T22:25:10.570Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-12T22:25:10.649Z] Removing intermediate container 27273c453285 [2020-11-12T22:25:10.649Z] ---> ced954df9c36 [2020-11-12T22:25:10.649Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-11-12T22:25:10.649Z] ---> Running in 0080b3d03bb6 [2020-11-12T22:25:11.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T22:25:11.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T22:25:12.375Z] (1/14) Installing libmagic (5.38-r0) [2020-11-12T22:25:12.952Z] (2/14) Installing file (5.38-r0) [2020-11-12T22:25:12.952Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-11-12T22:25:12.952Z] (4/14) Installing g++ (9.3.0-r2) [2020-11-12T22:25:14.871Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-12T22:25:14.872Z] (6/14) Installing patch (2.7.6-r6) [2020-11-12T22:25:14.872Z] (7/14) Installing build-base (0.5-r2) [2020-11-12T22:25:15.141Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-12T22:25:15.141Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-12T22:25:15.141Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-12T22:25:15.735Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-12T22:25:15.735Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-12T22:25:15.735Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-12T22:25:16.015Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-12T22:25:16.015Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T22:25:16.015Z] OK: 221 MiB in 53 packages [2020-11-12T22:25:18.251Z] (5/14) Installing fortify-headers (1.1-r0) [2020-11-12T22:25:18.251Z] (6/14) Installing patch (2.7.6-r6) [2020-11-12T22:25:18.251Z] (7/14) Installing build-base (0.5-r2) [2020-11-12T22:25:18.251Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-11-12T22:25:18.251Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-11-12T22:25:18.251Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-11-12T22:25:18.251Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-11-12T22:25:18.251Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-11-12T22:25:18.251Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-11-12T22:25:18.513Z] (14/14) Installing openssh (8.3_p1-r0) [2020-11-12T22:25:18.513Z] Executing busybox-1.31.1-r16.trigger [2020-11-12T22:25:18.513Z] OK: 237 MiB in 53 packages [2020-11-12T22:25:20.365Z] Removing intermediate container 4eb68cceb150 [2020-11-12T22:25:20.365Z] ---> 82b2db6bf7d8 [2020-11-12T22:25:20.365Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-12T22:25:20.365Z] ---> Running in 6b08dfef2992 [2020-11-12T22:25:20.964Z] Removing intermediate container 6b08dfef2992 [2020-11-12T22:25:20.964Z] ---> fa0de530c99f [2020-11-12T22:25:20.964Z] Step 7/8 : COPY . . [2020-11-12T22:25:21.828Z] Removing intermediate container 0080b3d03bb6 [2020-11-12T22:25:21.828Z] ---> e37be41ea42a [2020-11-12T22:25:21.828Z] Step 6/8 : WORKDIR /device-virtual-go [2020-11-12T22:25:21.828Z] ---> Running in 98e88544fb90 [2020-11-12T22:25:21.940Z] ---> ebf3ac0aa555 [2020-11-12T22:25:21.940Z] Step 8/8 : RUN go mod download [2020-11-12T22:25:21.940Z] ---> Running in d5fe4798d625 [2020-11-12T22:25:22.094Z] Removing intermediate container 98e88544fb90 [2020-11-12T22:25:22.094Z] ---> 4dda1b701089 [2020-11-12T22:25:22.094Z] Step 7/8 : COPY . . [2020-11-12T22:25:23.043Z] ---> b5ca9bd16690 [2020-11-12T22:25:23.043Z] Step 8/8 : RUN go mod download [2020-11-12T22:25:23.043Z] ---> Running in dcad5e53fca4 [2020-11-12T22:25:45.062Z] Removing intermediate container dcad5e53fca4 [2020-11-12T22:25:45.062Z] ---> 7b43c814b8b5 [2020-11-12T22:25:45.062Z] Successfully built 7b43c814b8b5 [2020-11-12T22:25:45.062Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:25:45.386Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T22:25:45.386Z] . [Pipeline] withDockerContainer [2020-11-12T22:25:45.637Z] prd-centos7-docker-4c-2g-11977 does not seem to be running inside a container [2020-11-12T22:25:45.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T22:25:46.584Z] $ docker top 62c67bc6cbcacf69374ac63c0ba47af4107c28a5ce5edf33982a5d289c6c211c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:25:47.136Z] + go version [2020-11-12T22:25:47.136Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-12T22:25:47.151Z] $ docker stop --time=1 62c67bc6cbcacf69374ac63c0ba47af4107c28a5ce5edf33982a5d289c6c211c [2020-11-12T22:25:48.478Z] $ docker rm -f 62c67bc6cbcacf69374ac63c0ba47af4107c28a5ce5edf33982a5d289c6c211c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-11-12T22:25:48.731Z] Removing intermediate container d5fe4798d625 [2020-11-12T22:25:48.731Z] ---> 42642168bfd8 [2020-11-12T22:25:48.731Z] Successfully built 42642168bfd8 [2020-11-12T22:25:48.731Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:25:49.322Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T22:25:49.322Z] . [Pipeline] withDockerContainer [2020-11-12T22:25:49.462Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-12T22:25:49.462Z] . [2020-11-12T22:25:49.598Z] prd-ubuntu18.04-docker-arm64-4c-16g-11976 does not seem to be running inside a container [2020-11-12T22:25:49.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T22:25:51.577Z] $ docker top 6cd5a55052e811e3c463a2fcb4abab8a62c0b65e3c56452b7cbf45d22f94e2e4 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-11-12T22:25:52.089Z] prd-centos7-docker-4c-2g-11977 does not seem to be running inside a container [2020-11-12T22:25:52.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-12T22:25:52.686Z] $ docker top 0274afae0b6b468bb76c8760900bd0e9f927db8febf03c900af9651aa66fd395 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-11-12T22:25:53.235Z] + make test [2020-11-12T22:25:53.235Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-12T22:25:53.913Z] + go version [2020-11-12T22:25:53.913Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-12T22:25:53.942Z] $ docker stop --time=1 6cd5a55052e811e3c463a2fcb4abab8a62c0b65e3c56452b7cbf45d22f94e2e4 [2020-11-12T22:25:54.191Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-12T22:25:55.960Z] $ docker rm -f 6cd5a55052e811e3c463a2fcb4abab8a62c0b65e3c56452b7cbf45d22f94e2e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:25:57.112Z] + docker inspect -f . ci-base-image-arm64 [2020-11-12T22:25:57.112Z] . [Pipeline] withDockerContainer [2020-11-12T22:25:57.380Z] prd-ubuntu18.04-docker-arm64-4c-16g-11976 does not seem to be running inside a container [2020-11-12T22:25:57.467Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-12T22:25:59.382Z] $ docker top 1cfc340afa5837b06ee1447688111b22e742295325c7ffad3d4223a59944e577 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:26:00.803Z] + make test [2020-11-12T22:26:00.803Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-11-12T22:26:01.787Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-11-12T22:26:09.230Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-12T22:26:09.230Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.327s coverage: 64.4% of statements [2020-11-12T22:26:09.230Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T22:26:11.805Z] gofmt -l . [2020-11-12T22:26:11.805Z] [ "`gofmt -l .`" = "" ] [2020-11-12T22:26:11.805Z] ./bin/test-attribution-txt.sh [2020-11-12T22:26:12.383Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-12T22:26:12.668Z] $ docker stop --time=1 0274afae0b6b468bb76c8760900bd0e9f927db8febf03c900af9651aa66fd395 [2020-11-12T22:26:15.136Z] $ docker rm -f 0274afae0b6b468bb76c8760900bd0e9f927db8febf03c900af9651aa66fd395 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:26:15.726Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T22:26:16.354Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-12T22:26:19.031Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T22:26:19.333Z] + ls -al . [2020-11-12T22:26:19.333Z] total 124 [2020-11-12T22:26:19.333Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 12 22:26 . [2020-11-12T22:26:19.333Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 12 22:24 .. [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 6713 Nov 12 22:24 Attribution.txt [2020-11-12T22:26:19.333Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 12 22:24 bin [2020-11-12T22:26:19.333Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 12 22:24 cmd [2020-11-12T22:26:19.333Z] -rw-r--r--. 1 jenkins jenkins 47242 Nov 12 22:26 coverage.out [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 1834 Nov 12 22:24 Dockerfile [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 957 Nov 12 22:24 Dockerfile.build [2020-11-12T22:26:19.333Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 12 22:24 .git [2020-11-12T22:26:19.333Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 12 22:24 .github [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 258 Nov 12 22:24 .gitignore [2020-11-12T22:26:19.333Z] -rw-r--r--. 1 jenkins jenkins 856 Nov 12 22:26 go.mod [2020-11-12T22:26:19.333Z] -rw-r--r--. 1 jenkins jenkins 16261 Nov 12 22:26 go.sum [2020-11-12T22:26:19.333Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 12 22:24 internal [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 660 Nov 12 22:24 Jenkinsfile [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 12 22:24 LICENSE [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 873 Nov 12 22:24 Makefile [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 918 Nov 12 22:24 README.md [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 12 22:22 VERSION [2020-11-12T22:26:19.333Z] -rw-rw-r--. 1 jenkins jenkins 235 Nov 12 22:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:26:19.639Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2ed3dbcfc581ab25a732a8c565222a314e90b21c --label arch=amd64 --label version=0.0.0 . [2020-11-12T22:26:19.639Z] Sending build context to Docker daemon 535.6kB [2020-11-12T22:26:19.639Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-12T22:26:19.639Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-12T22:26:19.639Z] ---> 7b43c814b8b5 [2020-11-12T22:26:19.639Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-12T22:26:19.900Z] ---> Running in bfe9f104c27c [2020-11-12T22:26:20.161Z] Removing intermediate container bfe9f104c27c [2020-11-12T22:26:20.161Z] ---> 9bec19ebef27 [2020-11-12T22:26:20.161Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T22:26:20.162Z] ---> Running in b92ff0c9dfb7 [2020-11-12T22:26:20.162Z] Removing intermediate container b92ff0c9dfb7 [2020-11-12T22:26:20.162Z] ---> c5e0970cb4ae [2020-11-12T22:26:20.162Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-12T22:26:20.423Z] ---> Running in 5710a0770b40 [2020-11-12T22:26:20.423Z] Removing intermediate container 5710a0770b40 [2020-11-12T22:26:20.423Z] ---> 5656cf91d3b3 [2020-11-12T22:26:20.423Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:26:20.423Z] ---> Running in 3d33a395f217 [2020-11-12T22:26:21.380Z] Removing intermediate container 3d33a395f217 [2020-11-12T22:26:21.380Z] ---> 0edc14284254 [2020-11-12T22:26:21.380Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T22:26:21.380Z] ---> Running in 407f82e4ac2c [2020-11-12T22:26:21.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-12T22:26:22.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-12T22:26:23.106Z] OK: 237 MiB in 53 packages [2020-11-12T22:26:23.368Z] Removing intermediate container 407f82e4ac2c [2020-11-12T22:26:23.368Z] ---> 418f7726ff16 [2020-11-12T22:26:23.368Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-12T22:26:23.630Z] ---> Running in a9200981b697 [2020-11-12T22:26:23.630Z] Removing intermediate container a9200981b697 [2020-11-12T22:26:23.630Z] ---> bdd4a42fe861 [2020-11-12T22:26:23.630Z] Step 9/22 : COPY . . [2020-11-12T22:26:24.577Z] ---> 1df322bfc7de [2020-11-12T22:26:24.577Z] Step 10/22 : ARG MAKE='make build' [2020-11-12T22:26:24.577Z] ---> Running in 7f2089bb8aca [2020-11-12T22:26:24.577Z] Removing intermediate container 7f2089bb8aca [2020-11-12T22:26:24.577Z] ---> c9247605a456 [2020-11-12T22:26:24.577Z] Step 11/22 : RUN $MAKE [2020-11-12T22:26:24.843Z] ---> Running in 54c5b2859316 [2020-11-12T22:26:25.111Z] 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-12T22:26:37.500Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T22:26:40.058Z] Removing intermediate container 54c5b2859316 [2020-11-12T22:26:40.058Z] ---> f68b8a9e7a3f [2020-11-12T22:26:40.058Z] Step 12/22 : FROM alpine [2020-11-12T22:26:40.058Z] latest: Pulling from library/alpine [2020-11-12T22:26:40.321Z] 188c0c94c7c5: Pulling fs layer [2020-11-12T22:26:40.321Z] 188c0c94c7c5: Verifying Checksum [2020-11-12T22:26:40.321Z] 188c0c94c7c5: Download complete [2020-11-12T22:26:40.584Z] 188c0c94c7c5: Pull complete [2020-11-12T22:26:40.584Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T22:26:40.584Z] Status: Downloaded newer image for alpine:latest [2020-11-12T22:26:40.584Z] ---> d6e46aa2470d [2020-11-12T22:26:40.584Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-12T22:26:40.847Z] ---> Running in bafe5018c323 [2020-11-12T22:26:40.847Z] Removing intermediate container bafe5018c323 [2020-11-12T22:26:40.847Z] ---> 4461e6ada750 [2020-11-12T22:26:40.847Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-12T22:26:41.111Z] ---> Running in 70ca3053574a [2020-11-12T22:26:41.111Z] Removing intermediate container 70ca3053574a [2020-11-12T22:26:41.111Z] ---> 999f3e0ff630 [2020-11-12T22:26:41.111Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-12T22:26:41.684Z] ---> 23023e6b0153 [2020-11-12T22:26:41.684Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-12T22:26:41.948Z] ---> d22ca0f51c40 [2020-11-12T22:26:41.948Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-12T22:26:42.213Z] ---> fa0fad42b101 [2020-11-12T22:26:42.213Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-12T22:26:42.213Z] ---> Running in 17590077cc28 [2020-11-12T22:26:42.475Z] Removing intermediate container 17590077cc28 [2020-11-12T22:26:42.475Z] ---> d23656830811 [2020-11-12T22:26:42.475Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T22:26:42.475Z] ---> Running in 47ed5761428f [2020-11-12T22:26:42.737Z] Removing intermediate container 47ed5761428f [2020-11-12T22:26:42.737Z] ---> c17811660eec [2020-11-12T22:26:42.737Z] Step 20/22 : LABEL arch=amd64 [2020-11-12T22:26:42.737Z] ---> Running in 3462dc7fe9d2 [2020-11-12T22:26:42.999Z] Removing intermediate container 3462dc7fe9d2 [2020-11-12T22:26:42.999Z] ---> 7d203cd5f0e5 [2020-11-12T22:26:42.999Z] Step 21/22 : LABEL git_sha=2ed3dbcfc581ab25a732a8c565222a314e90b21c [2020-11-12T22:26:42.999Z] ---> Running in a412fbf0ed46 [2020-11-12T22:26:43.263Z] Removing intermediate container a412fbf0ed46 [2020-11-12T22:26:43.263Z] ---> 5a3f833c2475 [2020-11-12T22:26:43.263Z] Step 22/22 : LABEL version=0.0.0 [2020-11-12T22:26:43.263Z] ---> Running in 8e4362880740 [2020-11-12T22:26:43.263Z] Removing intermediate container 8e4362880740 [2020-11-12T22:26:43.263Z] ---> ef072a67c7e2 [2020-11-12T22:26:43.263Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T22:26:43.263Z] Successfully built ef072a67c7e2 [2020-11-12T22:26:43.263Z] 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-12T22:26:48.836Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-11-12T22:26:48.836Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.428s coverage: 64.4% of statements [2020-11-12T22:26:48.836Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-12T22:26:55.577Z] gofmt -l . [2020-11-12T22:26:55.577Z] [ "`gofmt -l .`" = "" ] [2020-11-12T22:26:55.577Z] ./bin/test-attribution-txt.sh [2020-11-12T22:26:56.556Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-12T22:26:56.858Z] $ docker stop --time=1 1cfc340afa5837b06ee1447688111b22e742295325c7ffad3d4223a59944e577 [2020-11-12T22:26:59.017Z] $ docker rm -f 1cfc340afa5837b06ee1447688111b22e742295325c7ffad3d4223a59944e577 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-12T22:26:59.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-12T22:27:00.019Z] Warning: overwriting stash ‘coverage-report’ [2020-11-12T22:27:01.105Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-12T22:27:01.943Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-12T22:27:02.364Z] + ls -al . [2020-11-12T22:27:02.364Z] total 148 [2020-11-12T22:27:02.364Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 12 22:26 . [2020-11-12T22:27:02.364Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 12 22:24 .. [2020-11-12T22:27:02.364Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 12 22:24 .git [2020-11-12T22:27:02.364Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:24 .github [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 258 Nov 12 22:24 .gitignore [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 6713 Nov 12 22:24 Attribution.txt [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 1834 Nov 12 22:24 Dockerfile [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 957 Nov 12 22:24 Dockerfile.build [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 660 Nov 12 22:24 Jenkinsfile [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 12 22:24 LICENSE [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 873 Nov 12 22:24 Makefile [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 918 Nov 12 22:24 README.md [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 12 22:22 VERSION [2020-11-12T22:27:02.364Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 12 22:24 bin [2020-11-12T22:27:02.364Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:24 cmd [2020-11-12T22:27:02.364Z] -rw-r--r-- 1 jenkins jenkins 47242 Nov 12 22:26 coverage.out [2020-11-12T22:27:02.364Z] -rw-r--r-- 1 jenkins jenkins 856 Nov 12 22:26 go.mod [2020-11-12T22:27:02.364Z] -rw-r--r-- 1 jenkins jenkins 16261 Nov 12 22:26 go.sum [2020-11-12T22:27:02.364Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 12 22:24 internal [2020-11-12T22:27:02.364Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 12 22:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:27:02.740Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2ed3dbcfc581ab25a732a8c565222a314e90b21c --label arch=arm64 --label version=0.0.0 . [2020-11-12T22:27:03.018Z] Sending build context to Docker daemon 535.6kB [2020-11-12T22:27:03.294Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-11-12T22:27:03.294Z] Step 2/22 : FROM ${BASE} AS builder [2020-11-12T22:27:03.294Z] ---> 42642168bfd8 [2020-11-12T22:27:03.294Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-11-12T22:27:03.567Z] ---> Running in 4d0fa7d77188 [2020-11-12T22:27:03.841Z] Removing intermediate container 4d0fa7d77188 [2020-11-12T22:27:03.841Z] ---> 9ccfe4f2bcfd [2020-11-12T22:27:03.841Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-11-12T22:27:04.115Z] ---> Running in aaa9fd04bb21 [2020-11-12T22:27:04.392Z] Removing intermediate container aaa9fd04bb21 [2020-11-12T22:27:04.392Z] ---> 6cea8d83bd66 [2020-11-12T22:27:04.392Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-11-12T22:27:04.670Z] ---> Running in 8a48196dd1a8 [2020-11-12T22:27:05.265Z] Removing intermediate container 8a48196dd1a8 [2020-11-12T22:27:05.265Z] ---> a361bb245cc5 [2020-11-12T22:27:05.265Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-12T22:27:05.265Z] ---> Running in 42be47972dfa [2020-11-12T22:27:07.896Z] Removing intermediate container 42be47972dfa [2020-11-12T22:27:07.896Z] ---> b4fdeea004b9 [2020-11-12T22:27:07.896Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-12T22:27:07.896Z] ---> Running in c720af26b6e4 [2020-11-12T22:27:09.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-12T22:27:09.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-12T22:27:10.898Z] OK: 221 MiB in 53 packages [2020-11-12T22:27:11.878Z] Removing intermediate container c720af26b6e4 [2020-11-12T22:27:11.878Z] ---> 164c2b0249dd [2020-11-12T22:27:11.878Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-11-12T22:27:12.152Z] ---> Running in e64a1ea488da [2020-11-12T22:27:12.749Z] Removing intermediate container e64a1ea488da [2020-11-12T22:27:12.749Z] ---> 491248ae2a63 [2020-11-12T22:27:12.749Z] Step 9/22 : COPY . . [2020-11-12T22:27:13.732Z] ---> 83c80a5b4708 [2020-11-12T22:27:13.732Z] Step 10/22 : ARG MAKE='make build' [2020-11-12T22:27:13.732Z] ---> Running in c9e12d632ff8 [2020-11-12T22:27:14.007Z] Removing intermediate container c9e12d632ff8 [2020-11-12T22:27:14.007Z] ---> bef1063c291a [2020-11-12T22:27:14.007Z] Step 11/22 : RUN $MAKE [2020-11-12T22:27:14.281Z] ---> Running in 322e8f6aa587 [2020-11-12T22:27:15.712Z] 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-12T22:27:48.080Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-11-12T22:27:54.792Z] Removing intermediate container 322e8f6aa587 [2020-11-12T22:27:54.792Z] ---> 940c83539a3b [2020-11-12T22:27:54.792Z] Step 12/22 : FROM alpine [2020-11-12T22:27:55.387Z] latest: Pulling from library/alpine [2020-11-12T22:27:55.387Z] 5f621e34cdf4: Pulling fs layer [2020-11-12T22:27:55.658Z] 5f621e34cdf4: Download complete [2020-11-12T22:27:56.256Z] 5f621e34cdf4: Pull complete [2020-11-12T22:27:56.256Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-12T22:27:56.256Z] Status: Downloaded newer image for alpine:latest [2020-11-12T22:27:56.256Z] ---> 2e77e061c27f [2020-11-12T22:27:56.256Z] Step 13/22 : ENV APP_PORT=49990 [2020-11-12T22:27:56.528Z] ---> Running in d837d05a0258 [2020-11-12T22:27:56.802Z] Removing intermediate container d837d05a0258 [2020-11-12T22:27:56.802Z] ---> 3aa5489294aa [2020-11-12T22:27:56.802Z] Step 14/22 : EXPOSE $APP_PORT [2020-11-12T22:27:57.073Z] ---> Running in f1e96775183f [2020-11-12T22:27:57.346Z] Removing intermediate container f1e96775183f [2020-11-12T22:27:57.346Z] ---> ab20af099d7e [2020-11-12T22:27:57.346Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-11-12T22:27:59.313Z] ---> c71e7b264577 [2020-11-12T22:27:59.313Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-11-12T22:27:59.587Z] ---> 0f23dd46ebf5 [2020-11-12T22:27:59.588Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-11-12T22:28:00.181Z] ---> 28718d22b52b [2020-11-12T22:28:00.181Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-11-12T22:28:00.452Z] ---> Running in 382f57f2a5d4 [2020-11-12T22:28:00.727Z] Removing intermediate container 382f57f2a5d4 [2020-11-12T22:28:00.727Z] ---> b3a7b175dacd [2020-11-12T22:28:00.727Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-12T22:28:00.999Z] ---> Running in 25bb290e6683 [2020-11-12T22:28:01.272Z] Removing intermediate container 25bb290e6683 [2020-11-12T22:28:01.272Z] ---> 574c6ab01d06 [2020-11-12T22:28:01.272Z] Step 20/22 : LABEL arch=arm64 [2020-11-12T22:28:01.543Z] ---> Running in 3a8d85c7ec67 [2020-11-12T22:28:01.815Z] Removing intermediate container 3a8d85c7ec67 [2020-11-12T22:28:01.815Z] ---> 8b299977b4fc [2020-11-12T22:28:01.815Z] Step 21/22 : LABEL git_sha=2ed3dbcfc581ab25a732a8c565222a314e90b21c [2020-11-12T22:28:02.093Z] ---> Running in d0046c72c4a8 [2020-11-12T22:28:02.372Z] Removing intermediate container d0046c72c4a8 [2020-11-12T22:28:02.372Z] ---> 88972cb56a36 [2020-11-12T22:28:02.372Z] Step 22/22 : LABEL version=0.0.0 [2020-11-12T22:28:02.645Z] ---> Running in ddfa779cfab2 [2020-11-12T22:28:03.241Z] Removing intermediate container ddfa779cfab2 [2020-11-12T22:28:03.241Z] ---> 7fe58fe75012 [2020-11-12T22:28:03.241Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-12T22:28:03.241Z] Successfully built 7fe58fe75012 [2020-11-12T22:28:03.241Z] 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-12T22:28:05.178Z] provisioning config files... [2020-11-12T22:28:05.189Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-145@tmp/config5984715387948731022tmp [Pipeline] { [Pipeline] sh [2020-11-12T22:28:05.574Z] + set +x [2020-11-12T22:28:05.575Z] + curl -s https://codecov.io/bash [2020-11-12T22:28:05.575Z] + bash -s -- [2020-11-12T22:28:05.837Z] [2020-11-12T22:28:05.837Z] _____ _ [2020-11-12T22:28:05.837Z] / ____| | | [2020-11-12T22:28:05.837Z] | | ___ __| | ___ ___ _____ __ [2020-11-12T22:28:05.837Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-12T22:28:05.837Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-12T22:28:05.837Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-12T22:28:05.837Z] Bash-20201106-81372f2 [2020-11-12T22:28:05.837Z] [2020-11-12T22:28:05.837Z] [2020-11-12T22:28:05.837Z] ==> Jenkins CI detected. [2020-11-12T22:28:05.837Z] project root: . [2020-11-12T22:28:05.837Z] --> token set from env [2020-11-12T22:28:05.837Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-12T22:28:05.837Z] ==> Running gcov in . (disable via -X gcov) [2020-11-12T22:28:05.837Z] ==> Python coveragepy not found [2020-11-12T22:28:05.837Z] ==> Searching for coverage reports in: [2020-11-12T22:28:05.837Z] + . [2020-11-12T22:28:05.837Z] -> Found 1 reports [2020-11-12T22:28:05.837Z] ==> Detecting git/mercurial file structure [2020-11-12T22:28:05.837Z] ==> Reading reports [2020-11-12T22:28:05.837Z] + ./coverage.out bytes=47242 [2020-11-12T22:28:05.837Z] ==> Appending adjustments [2020-11-12T22:28:05.837Z] https://docs.codecov.io/docs/fixing-reports [2020-11-12T22:28:06.099Z] + Found adjustments [2020-11-12T22:28:06.099Z] ==> Gzipping contents [2020-11-12T22:28:06.099Z] ==> Uploading reports [2020-11-12T22:28:06.099Z] url: https://codecov.io [2020-11-12T22:28:06.099Z] query: branch=PR-145&commit=2ed3dbcfc581ab25a732a8c565222a314e90b21c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-145%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=145&job=&cmd_args= [2020-11-12T22:28:06.099Z] -> Pinging Codecov [2020-11-12T22:28:06.099Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-145&commit=2ed3dbcfc581ab25a732a8c565222a314e90b21c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-145%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=145&job=&cmd_args= [2020-11-12T22:28:06.360Z] -> Uploading to [2020-11-12T22:28:06.360Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-12/5E52B4B073DB2E39498172D8E973AA87/2ed3dbcfc581ab25a732a8c565222a314e90b21c/a393e77a-690c-437e-b49f-a37264009157.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201112T222806Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db2b178bd754d4e735054cc47caf27c6362087cc57d2e836fb4c54b1e86b5bfa [2020-11-12T22:28:06.622Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-12T22:28:06.622Z] Dload Upload Total Spent Left Speed [2020-11-12T22:28:06.886Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 5797 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5797 0 0 100 5797 0 15290 --:--:-- --:--:-- --:--:-- 15295 [2020-11-12T22:28:06.886Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/2ed3dbcfc581ab25a732a8c565222a314e90b21c [Pipeline] } [2020-11-12T22:28:06.896Z] 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-12T22:28:09.555Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:28:10.135Z] ---> package-listing.sh [2020-11-12T22:28:10.135Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-12T22:28:10.135Z] ++ facter osfamily [2020-11-12T22:28:10.135Z] + OS_FAMILY=redhat [2020-11-12T22:28:10.135Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-145 [2020-11-12T22:28:10.135Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-12T22:28:10.135Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-12T22:28:10.135Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-12T22:28:10.135Z] + PACKAGES=/tmp/packages_start.txt [2020-11-12T22:28:10.135Z] + '[' /w/workspace/foundry_device-virtual-go_PR-145 ']' [2020-11-12T22:28:10.135Z] + PACKAGES=/tmp/packages_end.txt [2020-11-12T22:28:10.135Z] + case "${OS_FAMILY}" in [2020-11-12T22:28:10.135Z] + rpm -qa [2020-11-12T22:28:10.135Z] + sort [2020-11-12T22:28:14.370Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-12T22:28:14.370Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-12T22:28:14.370Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-12T22:28:14.370Z] + '[' /w/workspace/foundry_device-virtual-go_PR-145 ']' [2020-11-12T22:28:14.370Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-145/archives/ [2020-11-12T22:28:14.370Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-145/archives/ [Pipeline] echo [2020-11-12T22:28:14.385Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-145/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-12T22:28:14.679Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:28:14.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:28:14.986Z] [2020-11-12T22:28:14.986Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-12T22:28:15.351Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:28:15.351Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-12T22:28:15.351Z] df20fa9351a1: Pulling fs layer [2020-11-12T22:28:15.351Z] 36b3adc4ff6f: Pulling fs layer [2020-11-12T22:28:15.351Z] 8ad3a11d3b57: Pulling fs layer [2020-11-12T22:28:15.351Z] 46f8f816bc3b: Pulling fs layer [2020-11-12T22:28:15.351Z] 93b61091891f: Pulling fs layer [2020-11-12T22:28:15.351Z] 93b9cdb0e59b: Pulling fs layer [2020-11-12T22:28:15.351Z] 5e14af77c1be: Pulling fs layer [2020-11-12T22:28:15.351Z] 01666e4c0597: Pulling fs layer [2020-11-12T22:28:15.351Z] aa168da1d23b: Pulling fs layer [2020-11-12T22:28:15.351Z] 93b9cdb0e59b: Waiting [2020-11-12T22:28:15.351Z] 5e14af77c1be: Waiting [2020-11-12T22:28:15.351Z] 01666e4c0597: Waiting [2020-11-12T22:28:15.351Z] aa168da1d23b: Waiting [2020-11-12T22:28:15.351Z] 46f8f816bc3b: Waiting [2020-11-12T22:28:15.351Z] 93b61091891f: Waiting [2020-11-12T22:28:15.351Z] 36b3adc4ff6f: Verifying Checksum [2020-11-12T22:28:15.351Z] 36b3adc4ff6f: Download complete [2020-11-12T22:28:15.351Z] 46f8f816bc3b: Verifying Checksum [2020-11-12T22:28:15.351Z] 46f8f816bc3b: Download complete [2020-11-12T22:28:15.615Z] df20fa9351a1: Verifying Checksum [2020-11-12T22:28:15.615Z] df20fa9351a1: Download complete [2020-11-12T22:28:15.615Z] 93b9cdb0e59b: Verifying Checksum [2020-11-12T22:28:15.615Z] 93b9cdb0e59b: Download complete [2020-11-12T22:28:15.615Z] 5e14af77c1be: Verifying Checksum [2020-11-12T22:28:15.615Z] 5e14af77c1be: Download complete [2020-11-12T22:28:15.615Z] 01666e4c0597: Download complete [2020-11-12T22:28:15.615Z] 93b61091891f: Verifying Checksum [2020-11-12T22:28:15.615Z] 93b61091891f: Download complete [2020-11-12T22:28:15.878Z] df20fa9351a1: Pull complete [2020-11-12T22:28:16.142Z] 36b3adc4ff6f: Pull complete [2020-11-12T22:28:16.408Z] 8ad3a11d3b57: Verifying Checksum [2020-11-12T22:28:16.408Z] 8ad3a11d3b57: Download complete [2020-11-12T22:28:17.371Z] 8ad3a11d3b57: Pull complete [2020-11-12T22:28:17.371Z] 46f8f816bc3b: Pull complete [2020-11-12T22:28:17.956Z] 93b61091891f: Pull complete [2020-11-12T22:28:18.223Z] 93b9cdb0e59b: Pull complete [2020-11-12T22:28:18.223Z] 5e14af77c1be: Pull complete [2020-11-12T22:28:18.487Z] aa168da1d23b: Verifying Checksum [2020-11-12T22:28:18.487Z] aa168da1d23b: Download complete [2020-11-12T22:28:18.487Z] 01666e4c0597: Pull complete [2020-11-12T22:28:26.690Z] aa168da1d23b: Pull complete [2020-11-12T22:28:26.690Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-12T22:28:26.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-12T22:28:26.690Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-12T22:28:26.924Z] prd-centos7-docker-4c-2g-11974 does not seem to be running inside a container [2020-11-12T22:28:26.977Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-145/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-145 -v /w/workspace/foundry_device-virtual-go_PR-145:/w/workspace/foundry_device-virtual-go_PR-145:rw,z -v /w/workspace/foundry_device-virtual-go_PR-145@tmp:/w/workspace/foundry_device-virtual-go_PR-145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-12T22:28:30.989Z] $ docker top 2a0d670092a6b70c881c0c41c1892086146c62e36ba166786d4c0e5e0e85cde6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-12T22:28:31.480Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-12T22:28:31.784Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-12T22:28:32.086Z] + ls /var/log/sa-host [2020-11-12T22:28:32.086Z] + sadf -c /var/log/sa-host/sa05 [2020-11-12T22:28:32.086Z] file_magic: OK [2020-11-12T22:28:32.086Z] HZ: Using current value: 100 [2020-11-12T22:28:32.086Z] file_header: OK [2020-11-12T22:28:32.086Z] 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-12T22:28:32.086Z] Statistics: [2020-11-12T22:28:32.086Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T22:28:32.086Z] File successfully converted to sysstat format version 12.2.1 [2020-11-12T22:28:32.086Z] + sadf -c /var/log/sa-host/sa12 [2020-11-12T22:28:32.086Z] file_magic: OK [2020-11-12T22:28:32.086Z] HZ: Using current value: 100 [2020-11-12T22:28:32.086Z] file_header: OK [2020-11-12T22:28:32.086Z] 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-12T22:28:32.086Z] Statistics: [2020-11-12T22:28:32.086Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-12T22:28:32.086Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-12T22:28:32.312Z] provisioning config files... [2020-11-12T22:28:32.326Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-145@tmp/config6929809212937499110tmp [Pipeline] { [Pipeline] echo [2020-11-12T22:28:32.418Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:28:32.718Z] ---> create-netrc.sh [Pipeline] } [2020-11-12T22:28:32.728Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-12T22:28:32.821Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:28:33.123Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-12T22:28:33.135Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:28:33.434Z] ---> sudo-logs.sh [2020-11-12T22:28:33.434Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-12T22:28:33.446Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:28:33.747Z] ---> job-cost.sh [2020-11-12T22:28:33.747Z] lf-activate-venv: SKIPPING [2020-11-12T22:28:33.747Z] INFO: No Stack... [2020-11-12T22:28:35.142Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-12T22:28:35.404Z] INFO: Archiving Costs [Pipeline] echo [2020-11-12T22:28:35.419Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-12T22:28:35.717Z] ---> logs-deploy.sh [2020-11-12T22:28:35.717Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-145/2 [2020-11-12T22:28:35.717Z] INFO: archiving workspace using pattern(s): [2020-11-12T22:28:37.639Z] Archives upload complete. [2020-11-12T22:28:37.639Z] INFO: archiving logs to Nexus [2020-11-12T22:28:38.585Z] ---> uname -a: [2020-11-12T22:28:38.585Z] Linux prd-centos7-docker-4c-2g-11974.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] ---> lscpu: [2020-11-12T22:28:38.585Z] Architecture: x86_64 [2020-11-12T22:28:38.585Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-12T22:28:38.585Z] Byte Order: Little Endian [2020-11-12T22:28:38.585Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-12T22:28:38.585Z] CPU(s): 4 [2020-11-12T22:28:38.585Z] On-line CPU(s) list: 0-3 [2020-11-12T22:28:38.585Z] Thread(s) per core: 1 [2020-11-12T22:28:38.585Z] Core(s) per socket: 1 [2020-11-12T22:28:38.585Z] Socket(s): 4 [2020-11-12T22:28:38.585Z] NUMA node(s): 1 [2020-11-12T22:28:38.585Z] Vendor ID: GenuineIntel [2020-11-12T22:28:38.585Z] CPU family: 6 [2020-11-12T22:28:38.585Z] Model: 44 [2020-11-12T22:28:38.585Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-12T22:28:38.585Z] Stepping: 1 [2020-11-12T22:28:38.585Z] CPU MHz: 2933.438 [2020-11-12T22:28:38.585Z] BogoMIPS: 5866.87 [2020-11-12T22:28:38.585Z] Virtualization: VT-x [2020-11-12T22:28:38.585Z] Hypervisor vendor: KVM [2020-11-12T22:28:38.585Z] Virtualization type: full [2020-11-12T22:28:38.585Z] L1d cache: 128 KiB [2020-11-12T22:28:38.585Z] L1i cache: 128 KiB [2020-11-12T22:28:38.585Z] L2 cache: 16 MiB [2020-11-12T22:28:38.585Z] L3 cache: 64 MiB [2020-11-12T22:28:38.585Z] NUMA node0 CPU(s): 0-3 [2020-11-12T22:28:38.585Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-12T22:28:38.585Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-12T22:28:38.585Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-12T22:28:38.585Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-12T22:28:38.585Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-12T22:28:38.585Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-12T22:28:38.585Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-12T22:28:38.585Z] Vulnerability Tsx async abort: Not affected [2020-11-12T22:28:38.585Z] 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-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] ---> nproc: [2020-11-12T22:28:38.585Z] 4 [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] ---> df -h: [2020-11-12T22:28:38.585Z] Filesystem Size Used Available Use% Mounted on [2020-11-12T22:28:38.585Z] overlay 50.0G 7.2G 42.8G 14% / [2020-11-12T22:28:38.585Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-12T22:28:38.585Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-12T22:28:38.585Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-145 [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/foundry_device-virtual-go_PR-145@tmp [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-11-12T22:28:38.585Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] ---> free -m: [2020-11-12T22:28:38.585Z] total used free shared buff/cache available [2020-11-12T22:28:38.585Z] Mem: 1837 682 119 0 1034 1052 [2020-11-12T22:28:38.585Z] Swap: 1023 0 1023 [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] ---> ip addr: [2020-11-12T22:28:38.585Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-12T22:28:38.585Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-12T22:28:38.585Z] inet 127.0.0.1/8 scope host lo [2020-11-12T22:28:38.585Z] valid_lft forever preferred_lft forever [2020-11-12T22:28:38.585Z] inet6 ::1/128 scope host [2020-11-12T22:28:38.585Z] valid_lft forever preferred_lft forever [2020-11-12T22:28:38.585Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-12T22:28:38.585Z] link/ether fa:16:3e:2a:0e:7c brd ff:ff:ff:ff:ff:ff [2020-11-12T22:28:38.585Z] inet 10.30.123.33/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-12T22:28:38.585Z] valid_lft 85966sec preferred_lft 85966sec [2020-11-12T22:28:38.585Z] inet6 fe80::f816:3eff:fe2a:e7c/64 scope link [2020-11-12T22:28:38.585Z] valid_lft forever preferred_lft forever [2020-11-12T22:28:38.585Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-12T22:28:38.585Z] link/ether 02:42:97:f9:3e:01 brd ff:ff:ff:ff:ff:ff [2020-11-12T22:28:38.585Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-12T22:28:38.585Z] valid_lft forever preferred_lft forever [2020-11-12T22:28:38.585Z] inet6 fe80::42:97ff:fef9:3e01/64 scope link [2020-11-12T22:28:38.585Z] valid_lft forever preferred_lft forever [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] ---> sar -b -r -n DEV: [2020-11-12T22:28:38.585Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] 22:21:04 LINUX RESTART (4 CPU) [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] 22:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-12T22:28:38.585Z] 22:23:01 27.10 10.87 16.23 0.00 4442.21 2128.61 0.00 [2020-11-12T22:28:38.585Z] 22:24:01 1.53 0.00 1.53 0.00 0.00 25.26 0.00 [2020-11-12T22:28:38.585Z] 22:25:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 [2020-11-12T22:28:38.585Z] 22:26:01 0.35 0.00 0.35 0.00 0.00 4.76 0.00 [2020-11-12T22:28:38.585Z] 22:27:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 [2020-11-12T22:28:38.585Z] 22:28:01 0.37 0.02 0.35 0.00 0.13 4.35 0.00 [2020-11-12T22:28:38.585Z] Average: 4.98 1.82 3.17 0.00 740.72 361.88 0.00 [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] 22:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-12T22:28:38.585Z] 22:23:01 152708 0 587164 31.21 2620 1139064 1113304 38.00 435196 1134416 20 [2020-11-12T22:28:38.585Z] 22:24:01 156360 0 583508 31.01 2620 1139068 1089812 37.19 434680 1131660 12 [2020-11-12T22:28:38.585Z] 22:25:01 156384 0 583472 31.01 2620 1139080 1084864 37.02 435364 1131428 8 [2020-11-12T22:28:38.585Z] 22:26:01 155268 0 584588 31.07 2620 1139080 1084816 37.02 441012 1126872 8 [2020-11-12T22:28:38.585Z] 22:27:01 154748 0 585100 31.10 2620 1139088 1084888 37.03 449112 1118944 8 [2020-11-12T22:28:38.585Z] 22:28:01 156532 0 583308 31.00 2620 1139096 1084672 37.02 448024 1118944 12 [2020-11-12T22:28:38.585Z] Average: 155333 0 584523 31.07 2620 1139079 1090393 37.21 440565 1127044 11 [2020-11-12T22:28:38.585Z] [2020-11-12T22:28:38.585Z] 22:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-12T22:28:38.585Z] 22:23:01 eth0 81.24 65.08 344.21 37.08 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.585Z] 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.585Z] 22:23:01 docker0 1.83 1.50 0.36 3.41 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.585Z] 22:24:01 eth0 1.08 0.18 0.24 0.04 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.585Z] 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:25:01 eth0 1.60 0.68 0.59 0.40 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:26:01 eth0 1.45 0.37 0.37 0.20 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:27:01 eth0 0.70 0.52 0.44 0.27 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:28:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] Average: eth0 14.37 11.16 57.67 6.34 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] Average: docker0 0.31 0.25 0.06 0.57 0.00 0.00 0.00 0.00 [2020-11-12T22:28:38.586Z] [2020-11-12T22:28:38.586Z] [2020-11-12T22:28:38.586Z] ---> sar -P ALL: [2020-11-12T22:28:38.586Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/12/20 _x86_64_ (4 CPU) [2020-11-12T22:28:38.586Z] [2020-11-12T22:28:38.586Z] 22:21:04 LINUX RESTART (4 CPU) [2020-11-12T22:28:38.586Z] [2020-11-12T22:28:38.586Z] 22:22:01 CPU %user %nice %system %iowait %steal %idle [2020-11-12T22:28:38.586Z] 22:23:01 all 2.69 0.00 2.00 0.59 0.02 94.70 [2020-11-12T22:28:38.586Z] 22:23:01 0 2.94 0.00 2.62 0.22 0.03 94.20 [2020-11-12T22:28:38.586Z] 22:23:01 1 2.78 0.00 1.88 1.46 0.02 93.87 [2020-11-12T22:28:38.586Z] 22:23:01 2 2.60 0.00 1.57 0.47 0.00 95.36 [2020-11-12T22:28:38.586Z] 22:23:01 3 2.46 0.00 1.92 0.23 0.02 95.36 [2020-11-12T22:28:38.586Z] 22:24:01 all 0.10 0.00 0.07 0.00 0.00 99.83 [2020-11-12T22:28:38.586Z] 22:24:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2020-11-12T22:28:38.586Z] 22:24:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2020-11-12T22:28:38.586Z] 22:24:01 2 0.27 0.00 0.08 0.00 0.00 99.65 [2020-11-12T22:28:38.586Z] 22:24:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-11-12T22:28:38.586Z] 22:25:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-11-12T22:28:38.586Z] 22:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-12T22:28:38.586Z] 22:25:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2020-11-12T22:28:38.586Z] 22:25:01 2 0.53 0.00 0.07 0.00 0.00 99.40 [2020-11-12T22:28:38.586Z] 22:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-12T22:28:38.586Z] 22:26:01 all 0.18 0.00 0.05 0.00 0.01 99.76 [2020-11-12T22:28:38.586Z] 22:26:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-11-12T22:28:38.586Z] 22:26:01 1 0.15 0.00 0.07 0.00 0.02 99.77 [2020-11-12T22:28:38.586Z] 22:26:01 2 0.48 0.00 0.05 0.00 0.02 99.45 [2020-11-12T22:28:38.586Z] 22:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-12T22:28:38.586Z] 22:27:01 all 0.18 0.00 0.10 0.00 0.00 99.73 [2020-11-12T22:28:38.586Z] 22:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-11-12T22:28:38.586Z] 22:27:01 1 0.53 0.00 0.27 0.00 0.00 99.20 [2020-11-12T22:28:38.586Z] 22:27:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-11-12T22:28:38.586Z] 22:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-11-12T22:28:38.586Z] 22:28:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-11-12T22:28:38.586Z] 22:28:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-11-12T22:28:38.586Z] 22:28:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-11-12T22:28:38.586Z] 22:28:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-12T22:28:38.586Z] 22:28:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-11-12T22:28:38.586Z] Average: all 0.58 0.00 0.38 0.10 0.00 98.93 [2020-11-12T22:28:38.586Z] Average: 0 0.60 0.00 0.46 0.04 0.01 98.90 [2020-11-12T22:28:38.586Z] Average: 1 0.61 0.00 0.40 0.24 0.01 98.74 [2020-11-12T22:28:38.586Z] Average: 2 0.66 0.00 0.31 0.08 0.00 98.95 [2020-11-12T22:28:38.586Z] Average: 3 0.45 0.00 0.36 0.04 0.00 99.15 [2020-11-12T22:28:38.586Z] [2020-11-12T22:28:38.586Z] [2020-11-12T22:28:38.586Z]