Pull request #162 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 302dbd39537b91c0a13c8c67c8af501660782902+b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba (498e9facd72e70198faff3403264dd0e160b8fab) Running in Durability level: MAX_SURVIVABILITY 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-162/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-162/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19244 in /w/workspace/foundry_device-virtual-go_PR-162 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-162 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit 302dbd39537b91c0a13c8c67c8af501660782902 Merge succeeded, producing 302dbd39537b91c0a13c8c67c8af501660782902 Checking out Revision 302dbd39537b91c0a13c8c67c8af501660782902 (PR-162) > git config core.sparsecheckout # timeout=10 > git checkout -f 302dbd39537b91c0a13c8c67c8af501660782902 # 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 b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 302dbd39537b91c0a13c8c67c8af501660782902 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-09T13:04:14.419Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-09T13:04:14.787Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-09T13:04:14.985Z] ========================================================= [2021-01-09T13:04:14.985Z] EdgeX Global Pipelines Version Info [2021-01-09T13:04:14.985Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:04:17.554Z] ------------------- [2021-01-09T13:04:17.555Z] stable info: [2021-01-09T13:04:17.555Z] ------------------- [2021-01-09T13:04:17.555Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-09T13:04:17.555Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T13:04:17.555Z] Message: update stable to v1.0.173 [2021-01-09T13:04:18.130Z] ------------------- [2021-01-09T13:04:18.130Z] experimental info: [2021-01-09T13:04:18.130Z] ------------------- [2021-01-09T13:04:18.130Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-09T13:04:18.130Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T13:04:18.130Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-09T13:04:18.518Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-09T13:04:18.653Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-09T13:04:18.787Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-09T13:04:18.981Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-09T13:04:19.118Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-09T13:04:19.237Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-09T13:04:19.360Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-09T13:04:19.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-09T13:04:19.629Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-09T13:04:19.756Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-09T13:04:19.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-09T13:04:20.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-09T13:04:20.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-09T13:04:20.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-09T13:04:20.467Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T13:04:20.635Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T13:04:20.763Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-09T13:04:22.613Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-09T13:04:22.756Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-09T13:04:22.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-09T13:04:23.002Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-09T13:04:23.128Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-09T13:04:23.245Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-09T13:04:23.363Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-09T13:04:23.525Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-09T13:04:23.665Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-09T13:04:23.794Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-09T13:04:23.924Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-162 [Pipeline] echo [2021-01-09T13:04:24.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-162 [Pipeline] echo [2021-01-09T13:04:24.176Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-162 [Pipeline] echo [2021-01-09T13:04:24.301Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 302dbd39537b91c0a13c8c67c8af501660782902 [Pipeline] echo [2021-01-09T13:04:24.420Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 302dbd3 [Pipeline] echo [2021-01-09T13:04:24.553Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T13:04:24.838Z] provisioning config files... [2021-01-09T13:04:24.880Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-162@tmp/config982432803832866840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:04:25.286Z] ---> docker-login.sh [2021-01-09T13:04:25.287Z] nexus3.edgexfoundry.org:10001 [2021-01-09T13:04:25.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:04:25.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:04:25.815Z] Configure a credential helper to remove this warning. See [2021-01-09T13:04:25.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:04:25.815Z] [2021-01-09T13:04:25.815Z] Login Succeeded [2021-01-09T13:04:25.815Z] nexus3.edgexfoundry.org:10002 [2021-01-09T13:04:25.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:04:26.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:04:26.079Z] Configure a credential helper to remove this warning. See [2021-01-09T13:04:26.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:04:26.079Z] [2021-01-09T13:04:26.079Z] Login Succeeded [2021-01-09T13:04:26.079Z] nexus3.edgexfoundry.org:10003 [2021-01-09T13:04:26.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:04:26.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:04:26.079Z] Configure a credential helper to remove this warning. See [2021-01-09T13:04:26.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:04:26.079Z] [2021-01-09T13:04:26.079Z] Login Succeeded [2021-01-09T13:04:26.079Z] nexus3.edgexfoundry.org:10004 [2021-01-09T13:04:26.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:04:26.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:04:26.348Z] Configure a credential helper to remove this warning. See [2021-01-09T13:04:26.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:04:26.348Z] [2021-01-09T13:04:26.348Z] Login Succeeded [2021-01-09T13:04:26.348Z] docker.io [2021-01-09T13:04:26.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:04:26.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:04:26.871Z] Configure a credential helper to remove this warning. See [2021-01-09T13:04:26.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:04:26.871Z] [2021-01-09T13:04:26.871Z] Login Succeeded [2021-01-09T13:04:26.871Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T13:04:26.920Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T13:04:28.022Z] + git log --format=format:%s -1 302dbd39537b91c0a13c8c67c8af501660782902 [Pipeline] echo [2021-01-09T13:04:28.107Z] GIT_COMMIT: 302dbd39537b91c0a13c8c67c8af501660782902, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go [Pipeline] echo [2021-01-09T13:04:28.175Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:04:29.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:04:29.193Z] [2021-01-09T13:04:29.193Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:04:29.578Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:04:29.578Z] latest: Pulling from edgex-devops/git-semver [2021-01-09T13:04:29.578Z] 31603596830f: Pulling fs layer [2021-01-09T13:04:29.578Z] 2a8b12db71e7: Pulling fs layer [2021-01-09T13:04:29.578Z] 6ca5941a6612: Pulling fs layer [2021-01-09T13:04:29.578Z] ecc8261a40a4: Pulling fs layer [2021-01-09T13:04:29.578Z] ecc8261a40a4: Waiting [2021-01-09T13:04:29.578Z] 2a8b12db71e7: Download complete [2021-01-09T13:04:29.578Z] 31603596830f: Verifying Checksum [2021-01-09T13:04:29.578Z] 31603596830f: Download complete [2021-01-09T13:04:29.844Z] ecc8261a40a4: Verifying Checksum [2021-01-09T13:04:29.844Z] ecc8261a40a4: Download complete [2021-01-09T13:04:29.844Z] 6ca5941a6612: Verifying Checksum [2021-01-09T13:04:29.844Z] 6ca5941a6612: Download complete [2021-01-09T13:04:30.107Z] 31603596830f: Pull complete [2021-01-09T13:04:30.107Z] 2a8b12db71e7: Pull complete [2021-01-09T13:04:31.060Z] 6ca5941a6612: Pull complete [2021-01-09T13:04:31.323Z] ecc8261a40a4: Pull complete [2021-01-09T13:04:31.323Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-09T13:04:31.323Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T13:04:31.323Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-09T13:04:31.477Z] prd-centos7-docker-4c-2g-19244 does not seem to be running inside a container [2021-01-09T13:04:31.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-162 -v /w/workspace/foundry_device-virtual-go_PR-162:/w/workspace/foundry_device-virtual-go_PR-162:rw,z -v /w/workspace/foundry_device-virtual-go_PR-162@tmp:/w/workspace/foundry_device-virtual-go_PR-162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T13:04:33.532Z] $ docker top 94c9499974af08fc77896859f123360384e3c227bdbfeadb72eccdc52037ce46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T13:04:33.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T13:04:33.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T13:04:34.137Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T13:04:34.144Z] $ docker exec 94c9499974af08fc77896859f123360384e3c227bdbfeadb72eccdc52037ce46 ssh-agent [2021-01-09T13:04:34.328Z] SSH_AUTH_SOCK=/tmp/ssh-KAs82CzS5EVP/agent.12 [2021-01-09T13:04:34.328Z] SSH_AGENT_PID=18 [2021-01-09T13:04:34.340Z] Running ssh-add (command line suppressed) [2021-01-09T13:04:34.469Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-162@tmp/private_key_6555558556172353864.key (/w/workspace/foundry_device-virtual-go_PR-162@tmp/private_key_6555558556172353864.key) [2021-01-09T13:04:34.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T13:04:34.895Z] + git tag --points-at HEAD [Pipeline] } [2021-01-09T13:04:34.927Z] $ docker exec --env ******** --env ******** 94c9499974af08fc77896859f123360384e3c227bdbfeadb72eccdc52037ce46 ssh-agent -k [2021-01-09T13:04:35.047Z] unset SSH_AUTH_SOCK; [2021-01-09T13:04:35.048Z] unset SSH_AGENT_PID; [2021-01-09T13:04:35.048Z] echo Agent pid 18 killed; [2021-01-09T13:04:35.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-09T13:04:35.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T13:04:35.342Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T13:04:35.516Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T13:04:35.523Z] $ docker exec 94c9499974af08fc77896859f123360384e3c227bdbfeadb72eccdc52037ce46 ssh-agent [2021-01-09T13:04:35.704Z] SSH_AUTH_SOCK=/tmp/ssh-lfNmIL4k9bKG/agent.47 [2021-01-09T13:04:35.704Z] SSH_AGENT_PID=53 [2021-01-09T13:04:35.712Z] Running ssh-add (command line suppressed) [2021-01-09T13:04:35.841Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-162@tmp/private_key_8557444789969319009.key (/w/workspace/foundry_device-virtual-go_PR-162@tmp/private_key_8557444789969319009.key) [2021-01-09T13:04:35.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T13:04:36.269Z] + git semver init [2021-01-09T13:04:36.269Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T13:04:36.269Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-162/.git [2021-01-09T13:04:36.269Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-162 [2021-01-09T13:04:36.269Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T13:04:36.269Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T13:04:36.269Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T13:04:36.269Z] # $SEMVER_BRANCH = PR-162 [2021-01-09T13:04:36.269Z] # $SEMVER_TEMP = /tmp/semver-616383871 [2021-01-09T13:04:36.269Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-09T13:04:36.843Z] # '/tmp/semver-616383871' -> '/w/workspace/foundry_device-virtual-go_PR-162/.semver' [2021-01-09T13:04:36.843Z] # -> Force: false [2021-01-09T13:04:36.843Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-162/.semver [Pipeline] } [2021-01-09T13:04:36.867Z] $ docker exec --env ******** --env ******** 94c9499974af08fc77896859f123360384e3c227bdbfeadb72eccdc52037ce46 ssh-agent -k [2021-01-09T13:04:36.988Z] unset SSH_AUTH_SOCK; [2021-01-09T13:04:36.988Z] unset SSH_AGENT_PID; [2021-01-09T13:04:36.988Z] echo Agent pid 53 killed; [2021-01-09T13:04:37.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T13:04:37.592Z] + git semver [Pipeline] } [2021-01-09T13:04:37.625Z] $ docker stop --time=1 94c9499974af08fc77896859f123360384e3c227bdbfeadb72eccdc52037ce46 [2021-01-09T13:04:39.097Z] $ docker rm -f 94c9499974af08fc77896859f123360384e3c227bdbfeadb72eccdc52037ce46 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T13:04:39.624Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-09T13:04:40.078Z] Stashed 1 file(s) [Pipeline] echo [2021-01-09T13:04:40.098Z] [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 [2021-01-09T13:04:56.078Z] Still waiting to schedule task [2021-01-09T13:04:56.079Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-09T13:04:56.108Z] Still waiting to schedule task [2021-01-09T13:04:56.109Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-09T13:06:51.681Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19246 in /w/workspace/foundry_device-virtual-go_PR-162 [Pipeline] { [Pipeline] ws [2021-01-09T13:06:51.771Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2021-01-09T13:06:57.122Z] using credential edgex-jenkins-ssh [2021-01-09T13:06:57.190Z] Cloning the remote Git repository [2021-01-09T13:06:57.257Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-09T13:06:57.364Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2021-01-09T13:06:57.455Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-09T13:06:57.457Z] > git --version # timeout=10 [2021-01-09T13:06:57.476Z] > git --version # 'git version 2.17.1' [2021-01-09T13:06:57.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:06:57.561Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:06:58.975Z] Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit 302dbd39537b91c0a13c8c67c8af501660782902 [2021-01-09T13:06:59.359Z] Merge succeeded, producing 302dbd39537b91c0a13c8c67c8af501660782902 [2021-01-09T13:06:59.359Z] Checking out Revision 302dbd39537b91c0a13c8c67c8af501660782902 (PR-162) [2021-01-09T13:06:58.397Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-09T13:06:58.414Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:06:58.442Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-09T13:06:58.475Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-09T13:06:58.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:06:58.487Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T13:06:58.995Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T13:06:59.008Z] > git checkout -f 302dbd39537b91c0a13c8c67c8af501660782902 # timeout=10 [2021-01-09T13:06:59.091Z] > git remote # timeout=10 [2021-01-09T13:06:59.168Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T13:06:59.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:06:59.222Z] > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-09T13:06:59.299Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T13:06:59.369Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T13:06:59.385Z] > git checkout -f 302dbd39537b91c0a13c8c67c8af501660782902 # timeout=10 [2021-01-09T13:07:03.559Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" [2021-01-09T13:07:03.613Z] Running on prd-centos7-docker-4c-2g-19247 in /w/workspace/foundry_device-virtual-go_PR-162 [Pipeline] { [2021-01-09T13:07:03.614Z] > git --version # timeout=10 [2021-01-09T13:07:03.627Z] > git --version # 'git version 2.17.1' [2021-01-09T13:07:03.637Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] ws [2021-01-09T13:07:03.725Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T13:07:05.321Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-09T13:07:05.798Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T13:07:06.157Z] + sudo service docker restart [2021-01-09T13:07:06.157Z] + true [2021-01-09T13:07:06.705Z] using credential edgex-jenkins-ssh [2021-01-09T13:07:06.759Z] Cloning the remote Git repository [2021-01-09T13:07:06.501Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-09T13:07:06.572Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2021-01-09T13:07:06.645Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-09T13:07:06.646Z] > git --version # timeout=10 [2021-01-09T13:07:06.656Z] > git --version # 'git version 2.24.3' [2021-01-09T13:07:06.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:07:06.685Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:07:07.387Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-09T13:07:07.394Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T13:07:07.409Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-09T13:07:07.423Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-09T13:07:07.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:07:07.430Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T13:07:08.510Z] Merging remotes/origin/master commit b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba into PR head commit 302dbd39537b91c0a13c8c67c8af501660782902 [2021-01-09T13:07:08.595Z] Merge succeeded, producing 302dbd39537b91c0a13c8c67c8af501660782902 [2021-01-09T13:07:08.596Z] Checking out Revision 302dbd39537b91c0a13c8c67c8af501660782902 (PR-162) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T13:07:08.907Z] provisioning config files... [2021-01-09T13:07:08.959Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config5346100910235169204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:07:09.401Z] ---> docker-login.sh [2021-01-09T13:07:09.401Z] nexus3.edgexfoundry.org:10001 [2021-01-09T13:07:08.378Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T13:07:08.386Z] > git checkout -f 302dbd39537b91c0a13c8c67c8af501660782902 # timeout=10 [2021-01-09T13:07:08.426Z] > git remote # timeout=10 [2021-01-09T13:07:08.433Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T13:07:08.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T13:07:08.442Z] > git merge b96cb17a8583da0d3f5cd3a5a2b6bed3e22654ba # timeout=10 [2021-01-09T13:07:08.454Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T13:07:08.465Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T13:07:08.471Z] > git checkout -f 302dbd39537b91c0a13c8c67c8af501660782902 # timeout=10 [2021-01-09T13:07:10.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:10.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:10.985Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:10.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:10.985Z] [2021-01-09T13:07:10.985Z] Login Succeeded [2021-01-09T13:07:10.985Z] nexus3.edgexfoundry.org:10002 [2021-01-09T13:07:11.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:11.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:11.535Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:11.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:11.535Z] [2021-01-09T13:07:11.535Z] Login Succeeded [2021-01-09T13:07:11.535Z] nexus3.edgexfoundry.org:10003 [2021-01-09T13:07:11.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:11.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:11.807Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:11.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:11.807Z] [2021-01-09T13:07:11.807Z] Login Succeeded [2021-01-09T13:07:11.807Z] nexus3.edgexfoundry.org:10004 [2021-01-09T13:07:12.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:12.106Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go" [2021-01-09T13:07:12.134Z] > git --version # timeout=10 [2021-01-09T13:07:12.147Z] > git --version # 'git version 2.24.3' [2021-01-09T13:07:12.156Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T13:07:12.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:12.356Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:12.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:12.356Z] [2021-01-09T13:07:12.356Z] Login Succeeded [2021-01-09T13:07:12.356Z] docker.io [Pipeline] withEnv [Pipeline] { [2021-01-09T13:07:12.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-01-09T13:07:12.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:12.907Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:12.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:12.907Z] [2021-01-09T13:07:12.907Z] Login Succeeded [2021-01-09T13:07:12.907Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T13:07:13.001Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-09T13:07:13.748Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo [2021-01-09T13:07:13.946Z] ========================================================= [2021-01-09T13:07:13.946Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-09T13:07:13.946Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:07:14.089Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T13:07:14.365Z] + 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 . [2021-01-09T13:07:14.474Z] + sudo service docker restart [2021-01-09T13:07:14.474Z] + true [2021-01-09T13:07:14.474Z] Redirecting to /bin/systemctl restart docker.service [2021-01-09T13:07:14.640Z] Sending build context to Docker daemon 479.7kB [2021-01-09T13:07:14.640Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:07:14.640Z] Step 2/8 : FROM ${BASE} [2021-01-09T13:07:14.918Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-09T13:07:14.918Z] 5f621e34cdf4: Pulling fs layer [2021-01-09T13:07:14.918Z] a4357932f1b6: Pulling fs layer [2021-01-09T13:07:14.918Z] 18c013af1878: Pulling fs layer [2021-01-09T13:07:14.918Z] 00ac8860ef70: Pulling fs layer [2021-01-09T13:07:14.918Z] 63d7cb157983: Pulling fs layer [2021-01-09T13:07:14.918Z] b116817d02f9: Pulling fs layer [2021-01-09T13:07:14.918Z] 745a02a5169b: Pulling fs layer [2021-01-09T13:07:14.918Z] 00ac8860ef70: Waiting [2021-01-09T13:07:14.918Z] 63d7cb157983: Waiting [2021-01-09T13:07:14.918Z] b116817d02f9: Waiting [2021-01-09T13:07:14.918Z] 745a02a5169b: Waiting [2021-01-09T13:07:14.918Z] 18c013af1878: Verifying Checksum [2021-01-09T13:07:14.918Z] 18c013af1878: Download complete [2021-01-09T13:07:14.918Z] a4357932f1b6: Verifying Checksum [2021-01-09T13:07:14.918Z] a4357932f1b6: Download complete [2021-01-09T13:07:14.918Z] 63d7cb157983: Download complete [2021-01-09T13:07:14.918Z] b116817d02f9: Verifying Checksum [2021-01-09T13:07:14.918Z] b116817d02f9: Download complete [2021-01-09T13:07:15.527Z] 5f621e34cdf4: Verifying Checksum [2021-01-09T13:07:15.527Z] 5f621e34cdf4: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T13:07:16.010Z] provisioning config files... [2021-01-09T13:07:16.046Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config5924770600107713107tmp [Pipeline] { [Pipeline] libraryResource [2021-01-09T13:07:16.167Z] 5f621e34cdf4: Pull complete [Pipeline] sh [2021-01-09T13:07:16.491Z] ---> docker-login.sh [2021-01-09T13:07:16.491Z] nexus3.edgexfoundry.org:10001 [2021-01-09T13:07:16.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:16.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:16.754Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:16.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:16.754Z] [2021-01-09T13:07:16.754Z] Login Succeeded [2021-01-09T13:07:16.754Z] nexus3.edgexfoundry.org:10002 [2021-01-09T13:07:16.770Z] a4357932f1b6: Pull complete [2021-01-09T13:07:17.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:17.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:17.017Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:17.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:17.017Z] [2021-01-09T13:07:17.017Z] Login Succeeded [2021-01-09T13:07:17.017Z] nexus3.edgexfoundry.org:10003 [2021-01-09T13:07:17.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:17.050Z] 18c013af1878: Pull complete [2021-01-09T13:07:17.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:17.282Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:17.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:17.282Z] [2021-01-09T13:07:17.282Z] Login Succeeded [2021-01-09T13:07:17.282Z] nexus3.edgexfoundry.org:10004 [2021-01-09T13:07:17.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:17.282Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:17.282Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:17.282Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:17.282Z] [2021-01-09T13:07:17.282Z] Login Succeeded [2021-01-09T13:07:17.282Z] docker.io [2021-01-09T13:07:17.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T13:07:17.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T13:07:17.829Z] Configure a credential helper to remove this warning. See [2021-01-09T13:07:17.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T13:07:17.829Z] [2021-01-09T13:07:17.829Z] Login Succeeded [2021-01-09T13:07:17.829Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T13:07:17.868Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-01-09T13:07:18.047Z] 745a02a5169b: Verifying Checksum [2021-01-09T13:07:18.047Z] 745a02a5169b: Download complete [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-09T13:07:18.450Z] ========================================================= [2021-01-09T13:07:18.451Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-09T13:07:18.451Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:07:18.841Z] + 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 . [2021-01-09T13:07:18.842Z] Sending build context to Docker daemon 480.8kB [2021-01-09T13:07:18.842Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:07:18.842Z] Step 2/8 : FROM ${BASE} [2021-01-09T13:07:19.039Z] 00ac8860ef70: Verifying Checksum [2021-01-09T13:07:19.039Z] 00ac8860ef70: Download complete [2021-01-09T13:07:19.112Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-09T13:07:19.112Z] 188c0c94c7c5: Pulling fs layer [2021-01-09T13:07:19.112Z] 0ef7d3d256c8: Pulling fs layer [2021-01-09T13:07:19.112Z] de9db76c5a1d: Pulling fs layer [2021-01-09T13:07:19.112Z] bca2f99d35d6: Pulling fs layer [2021-01-09T13:07:19.112Z] 93359f2a8cfa: Pulling fs layer [2021-01-09T13:07:19.112Z] 7c6f9722023f: Pulling fs layer [2021-01-09T13:07:19.112Z] a35cf1a2eb13: Pulling fs layer [2021-01-09T13:07:19.112Z] 93359f2a8cfa: Waiting [2021-01-09T13:07:19.112Z] a35cf1a2eb13: Waiting [2021-01-09T13:07:19.112Z] 7c6f9722023f: Waiting [2021-01-09T13:07:19.112Z] bca2f99d35d6: Waiting [2021-01-09T13:07:19.112Z] de9db76c5a1d: Verifying Checksum [2021-01-09T13:07:19.112Z] de9db76c5a1d: Download complete [2021-01-09T13:07:19.112Z] 0ef7d3d256c8: Verifying Checksum [2021-01-09T13:07:19.112Z] 0ef7d3d256c8: Download complete [2021-01-09T13:07:19.112Z] 93359f2a8cfa: Verifying Checksum [2021-01-09T13:07:19.112Z] 93359f2a8cfa: Download complete [2021-01-09T13:07:19.112Z] 7c6f9722023f: Verifying Checksum [2021-01-09T13:07:19.112Z] 7c6f9722023f: Download complete [2021-01-09T13:07:19.112Z] 188c0c94c7c5: Verifying Checksum [2021-01-09T13:07:19.112Z] 188c0c94c7c5: Download complete [2021-01-09T13:07:19.379Z] 188c0c94c7c5: Pull complete [2021-01-09T13:07:19.644Z] 0ef7d3d256c8: Pull complete [2021-01-09T13:07:19.908Z] de9db76c5a1d: Pull complete [2021-01-09T13:07:20.870Z] a35cf1a2eb13: Verifying Checksum [2021-01-09T13:07:20.870Z] a35cf1a2eb13: Download complete [2021-01-09T13:07:21.839Z] bca2f99d35d6: Verifying Checksum [2021-01-09T13:07:21.839Z] bca2f99d35d6: Download complete [2021-01-09T13:07:27.175Z] bca2f99d35d6: Pull complete [2021-01-09T13:07:27.175Z] 93359f2a8cfa: Pull complete [2021-01-09T13:07:27.175Z] 7c6f9722023f: Pull complete [2021-01-09T13:07:29.217Z] 00ac8860ef70: Pull complete [2021-01-09T13:07:29.824Z] 63d7cb157983: Pull complete [2021-01-09T13:07:30.106Z] b116817d02f9: Pull complete [2021-01-09T13:07:34.445Z] 745a02a5169b: Pull complete [2021-01-09T13:07:34.445Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-09T13:07:34.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-09T13:07:34.445Z] ---> b7e6874047d6 [2021-01-09T13:07:34.445Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-09T13:07:35.346Z] a35cf1a2eb13: Pull complete [2021-01-09T13:07:35.346Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-09T13:07:35.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-09T13:07:35.346Z] ---> a62c8e92a672 [2021-01-09T13:07:35.346Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-09T13:07:35.346Z] ---> Running in 60341cedcbbf [2021-01-09T13:07:35.346Z] Removing intermediate container 60341cedcbbf [2021-01-09T13:07:35.346Z] ---> b6d2ce2dc9d1 [2021-01-09T13:07:35.346Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:07:35.346Z] ---> Running in 11de46141f38 [2021-01-09T13:07:36.414Z] ---> Running in f2d98397c6f0 [2021-01-09T13:07:37.015Z] Removing intermediate container f2d98397c6f0 [2021-01-09T13:07:37.015Z] ---> 2378b9634698 [2021-01-09T13:07:37.015Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:07:37.015Z] ---> Running in b853937d76bd [2021-01-09T13:07:37.272Z] Removing intermediate container 11de46141f38 [2021-01-09T13:07:37.273Z] ---> d1ebeb21bfa3 [2021-01-09T13:07:37.273Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-09T13:07:37.273Z] ---> Running in 08781256cccc [2021-01-09T13:07:37.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T13:07:38.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T13:07:38.685Z] (1/14) Installing libmagic (5.38-r0) [2021-01-09T13:07:39.637Z] Removing intermediate container b853937d76bd [2021-01-09T13:07:39.637Z] ---> 64d226821609 [2021-01-09T13:07:39.637Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-09T13:07:39.637Z] ---> Running in 023c7a2d8a4f [2021-01-09T13:07:39.647Z] (2/14) Installing file (5.38-r0) [2021-01-09T13:07:39.647Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-09T13:07:39.647Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-09T13:07:40.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T13:07:41.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T13:07:42.200Z] (1/14) Installing libmagic (5.38-r0) [2021-01-09T13:07:42.477Z] (2/14) Installing file (5.38-r0) [2021-01-09T13:07:42.477Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-09T13:07:42.477Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-09T13:07:44.953Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-09T13:07:44.953Z] (6/14) Installing patch (2.7.6-r6) [2021-01-09T13:07:44.953Z] (7/14) Installing build-base (0.5-r2) [2021-01-09T13:07:44.953Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-09T13:07:45.215Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-09T13:07:45.215Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-09T13:07:45.795Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-09T13:07:45.795Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-09T13:07:45.795Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-09T13:07:46.059Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-09T13:07:46.328Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T13:07:46.328Z] OK: 237 MiB in 53 packages [2021-01-09T13:07:48.896Z] Removing intermediate container 08781256cccc [2021-01-09T13:07:48.896Z] ---> eca75af4d966 [2021-01-09T13:07:48.896Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-09T13:07:48.896Z] ---> Running in 36fad073653b [2021-01-09T13:07:49.159Z] Removing intermediate container 36fad073653b [2021-01-09T13:07:49.159Z] ---> 85b705b09973 [2021-01-09T13:07:49.159Z] Step 7/8 : COPY . . [2021-01-09T13:07:50.113Z] ---> d00770eabf22 [2021-01-09T13:07:50.113Z] Step 8/8 : RUN go mod download [2021-01-09T13:07:50.113Z] ---> Running in f36389f5489a [2021-01-09T13:07:50.731Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-09T13:07:50.731Z] (6/14) Installing patch (2.7.6-r6) [2021-01-09T13:07:50.731Z] (7/14) Installing build-base (0.5-r2) [2021-01-09T13:07:50.731Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-09T13:07:50.731Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-09T13:07:50.731Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-09T13:07:51.700Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-09T13:07:51.700Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-09T13:07:51.972Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-09T13:07:52.243Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-09T13:07:52.834Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T13:07:52.834Z] OK: 221 MiB in 53 packages [2021-01-09T13:07:57.159Z] Removing intermediate container 023c7a2d8a4f [2021-01-09T13:07:57.159Z] ---> 271380a160ce [2021-01-09T13:07:57.159Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-09T13:07:57.159Z] ---> Running in d067c520de06 [2021-01-09T13:07:57.159Z] Removing intermediate container d067c520de06 [2021-01-09T13:07:57.159Z] ---> aa12b705df78 [2021-01-09T13:07:57.159Z] Step 7/8 : COPY . . [2021-01-09T13:07:58.151Z] ---> 636004ef1ebf [2021-01-09T13:07:58.151Z] Step 8/8 : RUN go mod download [2021-01-09T13:07:58.151Z] ---> Running in fff666eda3ec [2021-01-09T13:08:22.384Z] Removing intermediate container f36389f5489a [2021-01-09T13:08:22.384Z] ---> 25d573658233 [2021-01-09T13:08:22.384Z] Successfully built 25d573658233 [2021-01-09T13:08:22.384Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:08:22.737Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T13:08:22.737Z] . [Pipeline] withDockerContainer [2021-01-09T13:08:22.887Z] prd-centos7-docker-4c-2g-19247 does not seem to be running inside a container [2021-01-09T13:08:22.944Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-09T13:08:23.733Z] $ docker top dbfa1b30b8db7b5e25b1dceaf45302f4941c188bb2d89fe8f55df9f8174d2b78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:08:24.274Z] + go version [2021-01-09T13:08:24.275Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-09T13:08:24.307Z] $ docker stop --time=1 dbfa1b30b8db7b5e25b1dceaf45302f4941c188bb2d89fe8f55df9f8174d2b78 [2021-01-09T13:08:24.983Z] Removing intermediate container fff666eda3ec [2021-01-09T13:08:24.983Z] ---> 96b06210d7ca [2021-01-09T13:08:24.983Z] Successfully built 96b06210d7ca [2021-01-09T13:08:24.983Z] Successfully tagged ci-base-image-arm64:latest [2021-01-09T13:08:25.684Z] $ docker rm -f dbfa1b30b8db7b5e25b1dceaf45302f4941c188bb2d89fe8f55df9f8174d2b78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:08:26.620Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T13:08:26.620Z] . [Pipeline] withDockerContainer [2021-01-09T13:08:26.844Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T13:08:26.844Z] . [2021-01-09T13:08:26.930Z] prd-ubuntu18.04-docker-arm64-4c-16g-19246 does not seem to be running inside a container [2021-01-09T13:08:27.015Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 [2021-01-09T13:08:28.571Z] $ docker top 6b04a754589e8f3be35a9fee5ad3ba158ed09fe61e9f5d1817369097f3ee7f1a -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-09T13:08:29.111Z] prd-centos7-docker-4c-2g-19247 does not seem to be running inside a container [2021-01-09T13:08:29.164Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-09T13:08:29.897Z] $ docker top d0143a33721b22baf6d4a7de47ceb0b0b362465feb66faaba13262784155975c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-09T13:08:30.640Z] + make test [2021-01-09T13:08:30.640Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-09T13:08:30.905Z] + go version [2021-01-09T13:08:30.905Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-09T13:08:30.944Z] $ docker stop --time=1 6b04a754589e8f3be35a9fee5ad3ba158ed09fe61e9f5d1817369097f3ee7f1a [2021-01-09T13:08:32.069Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-09T13:08:32.887Z] $ docker rm -f 6b04a754589e8f3be35a9fee5ad3ba158ed09fe61e9f5d1817369097f3ee7f1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:08:34.124Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T13:08:34.124Z] . [Pipeline] withDockerContainer [2021-01-09T13:08:34.400Z] prd-ubuntu18.04-docker-arm64-4c-16g-19246 does not seem to be running inside a container [2021-01-09T13:08:34.483Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 [2021-01-09T13:08:35.990Z] $ docker top e165a359ccaa9a59bf30eec6b59322019c72c675ef180b0c15f31e11a023d9c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:08:37.069Z] + make test [2021-01-09T13:08:37.069Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-09T13:08:38.055Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-09T13:08:50.413Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-09T13:08:50.678Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.427s coverage: 64.4% of statements [2021-01-09T13:08:50.678Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-09T13:08:54.042Z] gofmt -l . [2021-01-09T13:08:54.042Z] [ "`gofmt -l .`" = "" ] [2021-01-09T13:08:54.042Z] ./bin/test-attribution-txt.sh [2021-01-09T13:08:54.624Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-09T13:08:54.939Z] $ docker stop --time=1 d0143a33721b22baf6d4a7de47ceb0b0b362465feb66faaba13262784155975c [2021-01-09T13:08:56.696Z] $ docker rm -f d0143a33721b22baf6d4a7de47ceb0b0b362465feb66faaba13262784155975c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T13:08:57.370Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-09T13:08:57.770Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-09T13:09:00.609Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-09T13:09:00.943Z] + ls -al . [2021-01-09T13:09:00.944Z] total 124 [2021-01-09T13:09:00.944Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 9 13:08 . [2021-01-09T13:09:00.944Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 9 13:07 .. [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 9 13:07 Attribution.txt [2021-01-09T13:09:00.944Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 9 13:07 bin [2021-01-09T13:09:00.944Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 9 13:07 cmd [2021-01-09T13:09:00.944Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 9 13:08 coverage.out [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 9 13:07 Dockerfile [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 9 13:07 Dockerfile.build [2021-01-09T13:09:00.944Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 9 13:07 .git [2021-01-09T13:09:00.944Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 9 13:07 .github [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 9 13:07 .gitignore [2021-01-09T13:09:00.944Z] -rw-r--r--. 1 jenkins jenkins 862 Jan 9 13:08 go.mod [2021-01-09T13:09:00.944Z] -rw-r--r--. 1 jenkins jenkins 16358 Jan 9 13:08 go.sum [2021-01-09T13:09:00.944Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 9 13:07 internal [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 9 13:07 Jenkinsfile [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 9 13:07 LICENSE [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 9 13:07 Makefile [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 9 13:07 README.md [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 9 13:04 VERSION [2021-01-09T13:09:00.944Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 9 13:07 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:09:01.304Z] + 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=302dbd39537b91c0a13c8c67c8af501660782902 --label arch=amd64 --label version=0.0.0 . [2021-01-09T13:09:01.567Z] Sending build context to Docker daemon 545.8kB [2021-01-09T13:09:01.567Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:09:01.567Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-09T13:09:01.567Z] ---> 25d573658233 [2021-01-09T13:09:01.567Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-09T13:09:01.567Z] ---> Running in d964fb1d9f30 [2021-01-09T13:09:01.837Z] Removing intermediate container d964fb1d9f30 [2021-01-09T13:09:01.837Z] ---> 34b45272d0c8 [2021-01-09T13:09:01.837Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-09T13:09:01.837Z] ---> Running in 9e24fa010dde [2021-01-09T13:09:02.105Z] Removing intermediate container 9e24fa010dde [2021-01-09T13:09:02.105Z] ---> cff1efd34a7a [2021-01-09T13:09:02.105Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-09T13:09:02.105Z] ---> Running in 140753e77dbd [2021-01-09T13:09:02.105Z] Removing intermediate container 140753e77dbd [2021-01-09T13:09:02.105Z] ---> 1a5a4cccce88 [2021-01-09T13:09:02.105Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:09:02.368Z] ---> Running in a8483a600ae9 [2021-01-09T13:09:03.320Z] Removing intermediate container a8483a600ae9 [2021-01-09T13:09:03.320Z] ---> dd56fae34f63 [2021-01-09T13:09:03.320Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-09T13:09:03.320Z] ---> Running in 59c1a0370285 [2021-01-09T13:09:03.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T13:09:04.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T13:09:07.421Z] OK: 237 MiB in 53 packages [2021-01-09T13:09:07.689Z] Removing intermediate container 59c1a0370285 [2021-01-09T13:09:07.689Z] ---> d3b460a0151e [2021-01-09T13:09:07.689Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-09T13:09:07.689Z] ---> Running in f4fe28f1b762 [2021-01-09T13:09:07.689Z] Removing intermediate container f4fe28f1b762 [2021-01-09T13:09:07.689Z] ---> 9d3e004aa362 [2021-01-09T13:09:07.689Z] Step 9/22 : COPY . . [2021-01-09T13:09:08.640Z] ---> 90ad55a0f2f9 [2021-01-09T13:09:08.640Z] Step 10/22 : ARG MAKE='make build' [2021-01-09T13:09:08.640Z] ---> Running in 65b05f7657b2 [2021-01-09T13:09:08.640Z] Removing intermediate container 65b05f7657b2 [2021-01-09T13:09:08.640Z] ---> 24e0f0c4fc7f [2021-01-09T13:09:08.640Z] Step 11/22 : RUN $MAKE [2021-01-09T13:09:08.906Z] ---> Running in b40cd45452cc [2021-01-09T13:09:09.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-01-09T13:09:21.885Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-09T13:09:25.141Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-09T13:09:25.141Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.508s coverage: 64.4% of statements [2021-01-09T13:09:25.141Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-09T13:09:26.113Z] Removing intermediate container b40cd45452cc [2021-01-09T13:09:26.113Z] ---> b6bf60278268 [2021-01-09T13:09:26.113Z] Step 12/22 : FROM alpine:3.12 [2021-01-09T13:09:26.113Z] 3.12: Pulling from library/alpine [2021-01-09T13:09:26.380Z] 801bfaa63ef2: Pulling fs layer [2021-01-09T13:09:26.644Z] 801bfaa63ef2: Verifying Checksum [2021-01-09T13:09:26.644Z] 801bfaa63ef2: Download complete [2021-01-09T13:09:26.909Z] 801bfaa63ef2: Pull complete [2021-01-09T13:09:26.909Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T13:09:26.909Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T13:09:26.909Z] ---> 389fef711851 [2021-01-09T13:09:26.909Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-09T13:09:26.909Z] ---> Running in 70bae32f4ed6 [2021-01-09T13:09:27.175Z] Removing intermediate container 70bae32f4ed6 [2021-01-09T13:09:27.175Z] ---> 29c6dfff2a1f [2021-01-09T13:09:27.175Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-09T13:09:27.175Z] ---> Running in cc7c36fc7755 [2021-01-09T13:09:27.442Z] Removing intermediate container cc7c36fc7755 [2021-01-09T13:09:27.442Z] ---> 62472237c217 [2021-01-09T13:09:27.442Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-09T13:09:28.022Z] ---> 761464068651 [2021-01-09T13:09:28.022Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-09T13:09:28.285Z] ---> 9f02c299a08d [2021-01-09T13:09:28.285Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-09T13:09:28.548Z] ---> 32dfb7506186 [2021-01-09T13:09:28.548Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-09T13:09:28.548Z] ---> Running in 201a0dcc7b83 [2021-01-09T13:09:28.809Z] Removing intermediate container 201a0dcc7b83 [2021-01-09T13:09:28.809Z] ---> 5b80d5152650 [2021-01-09T13:09:28.809Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T13:09:28.809Z] ---> Running in de13f8185c68 [2021-01-09T13:09:28.809Z] Removing intermediate container de13f8185c68 [2021-01-09T13:09:28.809Z] ---> 115e56caec5d [2021-01-09T13:09:28.809Z] Step 20/22 : LABEL arch=amd64 [2021-01-09T13:09:29.080Z] ---> Running in fbf9eff2ec20 [2021-01-09T13:09:29.080Z] Removing intermediate container fbf9eff2ec20 [2021-01-09T13:09:29.080Z] ---> 67b4da785e7f [2021-01-09T13:09:29.080Z] Step 21/22 : LABEL git_sha=302dbd39537b91c0a13c8c67c8af501660782902 [2021-01-09T13:09:29.344Z] ---> Running in 1f055b2eb5dd [2021-01-09T13:09:29.344Z] Removing intermediate container 1f055b2eb5dd [2021-01-09T13:09:29.344Z] ---> 369e0b50ca3f [2021-01-09T13:09:29.344Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T13:09:29.344Z] ---> Running in e166fca545ac [2021-01-09T13:09:29.610Z] Removing intermediate container e166fca545ac [2021-01-09T13:09:29.610Z] ---> b6e53e42b68a [2021-01-09T13:09:29.610Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-09T13:09:29.610Z] Successfully built b6e53e42b68a [2021-01-09T13:09:29.610Z] 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] } [2021-01-09T13:09:31.891Z] gofmt -l . [2021-01-09T13:09:31.891Z] [ "`gofmt -l .`" = "" ] [2021-01-09T13:09:31.891Z] ./bin/test-attribution-txt.sh [2021-01-09T13:09:32.889Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-09T13:09:33.207Z] $ docker stop --time=1 e165a359ccaa9a59bf30eec6b59322019c72c675ef180b0c15f31e11a023d9c0 [2021-01-09T13:09:35.457Z] $ docker rm -f e165a359ccaa9a59bf30eec6b59322019c72c675ef180b0c15f31e11a023d9c0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T13:09:36.462Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-09T13:09:36.513Z] Warning: overwriting stash ‘coverage-report’ [2021-01-09T13:09:37.343Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T13:09:38.333Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-09T13:09:38.717Z] + ls -al . [2021-01-09T13:09:38.717Z] total 148 [2021-01-09T13:09:38.717Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 9 13:09 . [2021-01-09T13:09:38.717Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 9 13:06 .. [2021-01-09T13:09:38.717Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 9 13:07 .git [2021-01-09T13:09:38.717Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 13:06 .github [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 9 13:06 .gitignore [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 9 13:06 Attribution.txt [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 9 13:06 Dockerfile [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 9 13:06 Dockerfile.build [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 9 13:06 Jenkinsfile [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 9 13:06 LICENSE [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 9 13:06 Makefile [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 9 13:06 README.md [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 9 13:04 VERSION [2021-01-09T13:09:38.717Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 9 13:06 bin [2021-01-09T13:09:38.717Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 13:06 cmd [2021-01-09T13:09:38.717Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 9 13:09 coverage.out [2021-01-09T13:09:38.717Z] -rw-r--r-- 1 jenkins jenkins 862 Jan 9 13:09 go.mod [2021-01-09T13:09:38.717Z] -rw-r--r-- 1 jenkins jenkins 16358 Jan 9 13:09 go.sum [2021-01-09T13:09:38.717Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 9 13:06 internal [2021-01-09T13:09:38.717Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 9 13:06 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:09:39.155Z] + 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=302dbd39537b91c0a13c8c67c8af501660782902 --label arch=arm64 --label version=0.0.0 . [2021-01-09T13:09:39.770Z] Sending build context to Docker daemon 544.8kB [2021-01-09T13:09:39.770Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T13:09:39.770Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-09T13:09:39.770Z] ---> 96b06210d7ca [2021-01-09T13:09:39.770Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-09T13:09:40.059Z] ---> Running in 49792d1c584d [2021-01-09T13:09:40.331Z] Removing intermediate container 49792d1c584d [2021-01-09T13:09:40.331Z] ---> bad9677d9655 [2021-01-09T13:09:40.331Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-09T13:09:40.606Z] ---> Running in 188daae05974 [2021-01-09T13:09:40.882Z] Removing intermediate container 188daae05974 [2021-01-09T13:09:40.882Z] ---> 5f8176269c62 [2021-01-09T13:09:40.882Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-09T13:09:41.155Z] ---> Running in 8e23e14b0966 [2021-01-09T13:09:41.749Z] Removing intermediate container 8e23e14b0966 [2021-01-09T13:09:41.749Z] ---> 61e1f37c283f [2021-01-09T13:09:41.749Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T13:09:41.749Z] ---> Running in 5caf9aef12ce [2021-01-09T13:09:44.377Z] Removing intermediate container 5caf9aef12ce [2021-01-09T13:09:44.377Z] ---> af29f3ef8378 [2021-01-09T13:09:44.377Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-09T13:09:44.377Z] ---> Running in 386dface0c7d [2021-01-09T13:09:45.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T13:09:46.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T13:09:48.215Z] OK: 221 MiB in 53 packages [2021-01-09T13:09:49.210Z] Removing intermediate container 386dface0c7d [2021-01-09T13:09:49.210Z] ---> 7d1d0eb69789 [2021-01-09T13:09:49.210Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-09T13:09:49.210Z] ---> Running in 8c5cf5675bda [2021-01-09T13:09:49.823Z] Removing intermediate container 8c5cf5675bda [2021-01-09T13:09:49.823Z] ---> 06f55b58dc24 [2021-01-09T13:09:49.823Z] Step 9/22 : COPY . . [2021-01-09T13:09:50.834Z] ---> 365046c98887 [2021-01-09T13:09:50.834Z] Step 10/22 : ARG MAKE='make build' [2021-01-09T13:09:50.834Z] ---> Running in 224892d32d79 [2021-01-09T13:09:51.428Z] Removing intermediate container 224892d32d79 [2021-01-09T13:09:51.428Z] ---> b7cf3607015c [2021-01-09T13:09:51.428Z] Step 11/22 : RUN $MAKE [2021-01-09T13:09:51.428Z] ---> Running in b2576b7905d7 [2021-01-09T13:09:52.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-01-09T13:10:31.415Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-09T13:10:32.860Z] Removing intermediate container b2576b7905d7 [2021-01-09T13:10:32.860Z] ---> da95e25fa9e5 [2021-01-09T13:10:32.860Z] Step 12/22 : FROM alpine:3.12 [2021-01-09T13:10:33.131Z] 3.12: Pulling from library/alpine [2021-01-09T13:10:33.403Z] 159e5727ea61: Pulling fs layer [2021-01-09T13:10:33.677Z] 159e5727ea61: Verifying Checksum [2021-01-09T13:10:33.677Z] 159e5727ea61: Download complete [2021-01-09T13:10:34.273Z] 159e5727ea61: Pull complete [2021-01-09T13:10:34.273Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T13:10:34.273Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T13:10:34.273Z] ---> afeebe901d6b [2021-01-09T13:10:34.273Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-09T13:10:34.273Z] ---> Running in fba448b4e34a [2021-01-09T13:10:34.866Z] Removing intermediate container fba448b4e34a [2021-01-09T13:10:34.866Z] ---> be09a7f1deea [2021-01-09T13:10:34.866Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-09T13:10:34.866Z] ---> Running in b632d707ce01 [2021-01-09T13:10:35.461Z] Removing intermediate container b632d707ce01 [2021-01-09T13:10:35.461Z] ---> 7c4731823848 [2021-01-09T13:10:35.461Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-09T13:10:36.894Z] ---> 9d5a56aac76d [2021-01-09T13:10:36.894Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-09T13:10:37.489Z] ---> 7282d5038843 [2021-01-09T13:10:37.489Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-09T13:10:38.080Z] ---> 90c15560f47d [2021-01-09T13:10:38.080Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-09T13:10:38.358Z] ---> Running in 4b6065fda836 [2021-01-09T13:10:38.630Z] Removing intermediate container 4b6065fda836 [2021-01-09T13:10:38.630Z] ---> 3a44209199a8 [2021-01-09T13:10:38.630Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T13:10:38.901Z] ---> Running in eccd25b5c489 [2021-01-09T13:10:39.176Z] Removing intermediate container eccd25b5c489 [2021-01-09T13:10:39.176Z] ---> 927262399e4a [2021-01-09T13:10:39.176Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T13:10:39.449Z] ---> Running in f8484d59099d [2021-01-09T13:10:39.725Z] Removing intermediate container f8484d59099d [2021-01-09T13:10:39.725Z] ---> 342192cb335a [2021-01-09T13:10:39.725Z] Step 21/22 : LABEL git_sha=302dbd39537b91c0a13c8c67c8af501660782902 [2021-01-09T13:10:39.999Z] ---> Running in 75257d29d3c0 [2021-01-09T13:10:40.272Z] Removing intermediate container 75257d29d3c0 [2021-01-09T13:10:40.272Z] ---> a1ac6fee6a8c [2021-01-09T13:10:40.272Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T13:10:40.547Z] ---> Running in 50ccce1bcedf [2021-01-09T13:10:41.142Z] Removing intermediate container 50ccce1bcedf [2021-01-09T13:10:41.142Z] ---> 250035c250e0 [2021-01-09T13:10:41.142Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-09T13:10:41.142Z] Successfully built 250035c250e0 [2021-01-09T13:10:41.142Z] 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 [2021-01-09T13:10:43.908Z] provisioning config files... [2021-01-09T13:10:43.921Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-162@tmp/config4457594564642746878tmp [Pipeline] { [Pipeline] sh [2021-01-09T13:10:44.377Z] + set +x [2021-01-09T13:10:44.377Z] + curl -s https://codecov.io/bash [2021-01-09T13:10:44.377Z] + bash -s -- [2021-01-09T13:10:44.641Z] [2021-01-09T13:10:44.641Z] _____ _ [2021-01-09T13:10:44.641Z] / ____| | | [2021-01-09T13:10:44.641Z] | | ___ __| | ___ ___ _____ __ [2021-01-09T13:10:44.641Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-09T13:10:44.641Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-09T13:10:44.641Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-09T13:10:44.641Z] Bash-20201231-23d4836 [2021-01-09T13:10:44.642Z] [2021-01-09T13:10:44.642Z] [2021-01-09T13:10:44.642Z] ==> git version 2.24.3 found [2021-01-09T13:10:44.642Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-09T13:10:44.642Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-09T13:10:44.642Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-09T13:10:44.642Z] ==> Jenkins CI detected. [2021-01-09T13:10:44.642Z] project root: . [2021-01-09T13:10:44.642Z] --> token set from env [2021-01-09T13:10:44.642Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-09T13:10:44.642Z] ==> Running gcov in . (disable via -X gcov) [2021-01-09T13:10:44.642Z] ==> Python coveragepy not found [2021-01-09T13:10:44.642Z] ==> Searching for coverage reports in: [2021-01-09T13:10:44.642Z] + . [2021-01-09T13:10:44.642Z] -> Found 1 reports [2021-01-09T13:10:44.642Z] ==> Detecting git/mercurial file structure [2021-01-09T13:10:44.642Z] ==> Reading reports [2021-01-09T13:10:44.642Z] + ./coverage.out bytes=47242 [2021-01-09T13:10:44.642Z] ==> Appending adjustments [2021-01-09T13:10:44.642Z] https://docs.codecov.io/docs/fixing-reports [2021-01-09T13:10:44.907Z] + Found adjustments [2021-01-09T13:10:44.907Z] ==> Gzipping contents [2021-01-09T13:10:44.907Z] 8.0K /tmp/codecov.C8vdb9.gz [2021-01-09T13:10:44.907Z] ==> Uploading reports [2021-01-09T13:10:44.907Z] url: https://codecov.io [2021-01-09T13:10:44.907Z] query: branch=PR-162&commit=302dbd39537b91c0a13c8c67c8af501660782902&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=162&job=&cmd_args= [2021-01-09T13:10:44.907Z] -> Pinging Codecov [2021-01-09T13:10:44.907Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-162&commit=302dbd39537b91c0a13c8c67c8af501660782902&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-162%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=162&job=&cmd_args= [2021-01-09T13:10:45.171Z] -> Uploading to [2021-01-09T13:10:45.171Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-09/5E52B4B073DB2E39498172D8E973AA87/302dbd39537b91c0a13c8c67c8af501660782902/955a7404-5e4c-4372-9bb1-e08a231a61cb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T131045Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=316ef0e11267e2cf0db04f49df7de821aed56a1081724c108b04a6f4bcb9bca4 [2021-01-09T13:10:45.171Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T13:10:45.171Z] Dload Upload Total Spent Left Speed [2021-01-09T13:10:45.746Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5798 0 0 100 5798 0 12748 --:--:-- --:--:-- --:--:-- 12770 [2021-01-09T13:10:45.746Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/302dbd39537b91c0a13c8c67c8af501660782902 [Pipeline] } [2021-01-09T13:10:45.777Z] 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 [2021-01-09T13:10:49.243Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:10:49.863Z] ---> package-listing.sh [2021-01-09T13:10:49.863Z] ++ facter osfamily [2021-01-09T13:10:49.863Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-09T13:10:49.863Z] + OS_FAMILY=redhat [2021-01-09T13:10:49.863Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-162 [2021-01-09T13:10:49.863Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-09T13:10:49.863Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-09T13:10:49.863Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-09T13:10:49.863Z] + PACKAGES=/tmp/packages_start.txt [2021-01-09T13:10:49.863Z] + '[' /w/workspace/foundry_device-virtual-go_PR-162 ']' [2021-01-09T13:10:49.863Z] + PACKAGES=/tmp/packages_end.txt [2021-01-09T13:10:49.863Z] + case "${OS_FAMILY}" in [2021-01-09T13:10:49.863Z] + rpm -qa [2021-01-09T13:10:49.863Z] + sort [2021-01-09T13:10:55.186Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-09T13:10:55.186Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-09T13:10:55.186Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-09T13:10:55.186Z] + '[' /w/workspace/foundry_device-virtual-go_PR-162 ']' [2021-01-09T13:10:55.186Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-162/archives/ [2021-01-09T13:10:55.186Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-162/archives/ [Pipeline] echo [2021-01-09T13:10:55.223Z] 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-162/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-09T13:10:55.547Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:10:55.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T13:10:55.914Z] [2021-01-09T13:10:55.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-09T13:10:56.322Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T13:10:56.322Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-09T13:10:56.322Z] df20fa9351a1: Pulling fs layer [2021-01-09T13:10:56.322Z] 36b3adc4ff6f: Pulling fs layer [2021-01-09T13:10:56.322Z] 8ad3a11d3b57: Pulling fs layer [2021-01-09T13:10:56.322Z] 46f8f816bc3b: Pulling fs layer [2021-01-09T13:10:56.322Z] 93b61091891f: Pulling fs layer [2021-01-09T13:10:56.322Z] 93b9cdb0e59b: Pulling fs layer [2021-01-09T13:10:56.322Z] 5e14af77c1be: Pulling fs layer [2021-01-09T13:10:56.322Z] 01666e4c0597: Pulling fs layer [2021-01-09T13:10:56.322Z] aa168da1d23b: Pulling fs layer [2021-01-09T13:10:56.322Z] 46f8f816bc3b: Waiting [2021-01-09T13:10:56.322Z] 93b9cdb0e59b: Waiting [2021-01-09T13:10:56.322Z] 93b61091891f: Waiting [2021-01-09T13:10:56.322Z] 5e14af77c1be: Waiting [2021-01-09T13:10:56.322Z] aa168da1d23b: Waiting [2021-01-09T13:10:56.322Z] 01666e4c0597: Waiting [2021-01-09T13:10:56.322Z] 36b3adc4ff6f: Verifying Checksum [2021-01-09T13:10:56.322Z] 36b3adc4ff6f: Download complete [2021-01-09T13:10:56.322Z] 46f8f816bc3b: Download complete [2021-01-09T13:10:56.322Z] df20fa9351a1: Verifying Checksum [2021-01-09T13:10:56.586Z] 93b9cdb0e59b: Download complete [2021-01-09T13:10:56.586Z] 5e14af77c1be: Verifying Checksum [2021-01-09T13:10:56.586Z] 5e14af77c1be: Download complete [2021-01-09T13:10:56.586Z] 93b61091891f: Verifying Checksum [2021-01-09T13:10:56.586Z] 93b61091891f: Download complete [2021-01-09T13:10:56.586Z] 01666e4c0597: Verifying Checksum [2021-01-09T13:10:56.586Z] 01666e4c0597: Download complete [2021-01-09T13:10:56.586Z] 8ad3a11d3b57: Verifying Checksum [2021-01-09T13:10:56.586Z] 8ad3a11d3b57: Download complete [2021-01-09T13:10:56.869Z] df20fa9351a1: Pull complete [2021-01-09T13:10:57.139Z] 36b3adc4ff6f: Pull complete [2021-01-09T13:10:58.133Z] 8ad3a11d3b57: Pull complete [2021-01-09T13:10:58.718Z] aa168da1d23b: Verifying Checksum [2021-01-09T13:10:58.718Z] aa168da1d23b: Download complete [2021-01-09T13:10:58.718Z] 46f8f816bc3b: Pull complete [2021-01-09T13:10:59.299Z] 93b61091891f: Pull complete [2021-01-09T13:10:59.299Z] 93b9cdb0e59b: Pull complete [2021-01-09T13:10:59.299Z] 5e14af77c1be: Pull complete [2021-01-09T13:10:59.579Z] 01666e4c0597: Pull complete [2021-01-09T13:11:07.831Z] aa168da1d23b: Pull complete [2021-01-09T13:11:07.831Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-09T13:11:07.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T13:11:07.831Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-09T13:11:08.081Z] prd-centos7-docker-4c-2g-19244 does not seem to be running inside a container [2021-01-09T13:11:08.143Z] $ 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-162/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-162 -v /w/workspace/foundry_device-virtual-go_PR-162:/w/workspace/foundry_device-virtual-go_PR-162:rw,z -v /w/workspace/foundry_device-virtual-go_PR-162@tmp:/w/workspace/foundry_device-virtual-go_PR-162@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-09T13:11:11.675Z] $ docker top 42ab027bbf1475af4d971a7102e013033cfab1d53f0cc893b0b1d95b941f584c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T13:11:12.252Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-09T13:11:12.576Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-09T13:11:12.904Z] + ls /var/log/sa-host [2021-01-09T13:11:12.904Z] + sadf -c /var/log/sa-host/sa09 [2021-01-09T13:11:12.904Z] file_magic: OK [2021-01-09T13:11:12.904Z] HZ: Using current value: 100 [2021-01-09T13:11:12.904Z] file_header: OK [2021-01-09T13:11:12.904Z] 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 [2021-01-09T13:11:12.904Z] Statistics: [2021-01-09T13:11:12.904Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-09T13:11:12.904Z] File successfully converted to sysstat format version 12.2.1 [2021-01-09T13:11:12.904Z] + sadf -c /var/log/sa-host/sa23 [2021-01-09T13:11:12.904Z] file_magic: OK [2021-01-09T13:11:12.904Z] HZ: Using current value: 100 [2021-01-09T13:11:12.904Z] file_header: OK [2021-01-09T13:11:12.904Z] 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 [2021-01-09T13:11:12.904Z] Statistics: [2021-01-09T13:11:12.904Z] Hnuu...uuuununununu... [2021-01-09T13:11:12.904Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T13:11:13.612Z] provisioning config files... [2021-01-09T13:11:13.631Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-162@tmp/config8953409661241917702tmp [Pipeline] { [Pipeline] echo [2021-01-09T13:11:13.781Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:11:14.117Z] ---> create-netrc.sh [Pipeline] } [2021-01-09T13:11:14.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-09T13:11:14.282Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:11:14.614Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-09T13:11:14.648Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:11:14.985Z] ---> sudo-logs.sh [2021-01-09T13:11:14.985Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-09T13:11:15.018Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:11:15.355Z] ---> job-cost.sh [2021-01-09T13:11:15.355Z] lf-activate-venv: SKIPPING [2021-01-09T13:11:15.355Z] INFO: No Stack... [2021-01-09T13:11:16.742Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-09T13:11:17.322Z] INFO: Archiving Costs [Pipeline] echo [2021-01-09T13:11:17.354Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T13:11:17.699Z] ---> logs-deploy.sh [2021-01-09T13:11:17.699Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-162/1 [2021-01-09T13:11:17.699Z] INFO: archiving workspace using pattern(s): [2021-01-09T13:11:19.622Z] Archives upload complete. [2021-01-09T13:11:19.622Z] INFO: archiving logs to Nexus [2021-01-09T13:11:20.580Z] ---> uname -a: [2021-01-09T13:11:20.580Z] Linux prd-centos7-docker-4c-2g-19244.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] ---> lscpu: [2021-01-09T13:11:20.580Z] Architecture: x86_64 [2021-01-09T13:11:20.580Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-09T13:11:20.580Z] Byte Order: Little Endian [2021-01-09T13:11:20.580Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-09T13:11:20.580Z] CPU(s): 4 [2021-01-09T13:11:20.580Z] On-line CPU(s) list: 0-3 [2021-01-09T13:11:20.580Z] Thread(s) per core: 1 [2021-01-09T13:11:20.580Z] Core(s) per socket: 1 [2021-01-09T13:11:20.580Z] Socket(s): 4 [2021-01-09T13:11:20.580Z] NUMA node(s): 1 [2021-01-09T13:11:20.580Z] Vendor ID: GenuineIntel [2021-01-09T13:11:20.580Z] CPU family: 6 [2021-01-09T13:11:20.580Z] Model: 44 [2021-01-09T13:11:20.580Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-09T13:11:20.580Z] Stepping: 1 [2021-01-09T13:11:20.580Z] CPU MHz: 2933.436 [2021-01-09T13:11:20.580Z] BogoMIPS: 5866.87 [2021-01-09T13:11:20.580Z] Virtualization: VT-x [2021-01-09T13:11:20.580Z] Hypervisor vendor: KVM [2021-01-09T13:11:20.580Z] Virtualization type: full [2021-01-09T13:11:20.580Z] L1d cache: 128 KiB [2021-01-09T13:11:20.580Z] L1i cache: 128 KiB [2021-01-09T13:11:20.580Z] L2 cache: 16 MiB [2021-01-09T13:11:20.580Z] L3 cache: 64 MiB [2021-01-09T13:11:20.580Z] NUMA node0 CPU(s): 0-3 [2021-01-09T13:11:20.580Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-09T13:11:20.580Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-09T13:11:20.580Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-09T13:11:20.580Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-09T13:11:20.580Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-09T13:11:20.580Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-09T13:11:20.580Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-09T13:11:20.580Z] Vulnerability Srbds: Not affected [2021-01-09T13:11:20.580Z] Vulnerability Tsx async abort: Not affected [2021-01-09T13:11:20.580Z] 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 [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] ---> nproc: [2021-01-09T13:11:20.580Z] 4 [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] ---> df -h: [2021-01-09T13:11:20.580Z] Filesystem Size Used Available Use% Mounted on [2021-01-09T13:11:20.580Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-09T13:11:20.580Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-09T13:11:20.580Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-09T13:11:20.580Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-162 [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-162@tmp [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-09T13:11:20.580Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] ---> free -m: [2021-01-09T13:11:20.580Z] total used free shared buff/cache available [2021-01-09T13:11:20.580Z] Mem: 1837 702 83 0 1051 1030 [2021-01-09T13:11:20.580Z] Swap: 1023 0 1023 [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] ---> ip addr: [2021-01-09T13:11:20.580Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-09T13:11:20.580Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-09T13:11:20.580Z] inet 127.0.0.1/8 scope host lo [2021-01-09T13:11:20.580Z] valid_lft forever preferred_lft forever [2021-01-09T13:11:20.580Z] inet6 ::1/128 scope host [2021-01-09T13:11:20.580Z] valid_lft forever preferred_lft forever [2021-01-09T13:11:20.580Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-09T13:11:20.580Z] link/ether fa:16:3e:84:8b:ad brd ff:ff:ff:ff:ff:ff [2021-01-09T13:11:20.580Z] inet 10.30.122.77/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-09T13:11:20.580Z] valid_lft 85942sec preferred_lft 85942sec [2021-01-09T13:11:20.580Z] inet6 fe80::f816:3eff:fe84:8bad/64 scope link [2021-01-09T13:11:20.580Z] valid_lft forever preferred_lft forever [2021-01-09T13:11:20.580Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-09T13:11:20.580Z] link/ether 02:42:8b:64:a7:ae brd ff:ff:ff:ff:ff:ff [2021-01-09T13:11:20.580Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-09T13:11:20.580Z] valid_lft forever preferred_lft forever [2021-01-09T13:11:20.580Z] inet6 fe80::42:8bff:fe64:a7ae/64 scope link [2021-01-09T13:11:20.580Z] valid_lft forever preferred_lft forever [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] ---> sar -b -r -n DEV: [2021-01-09T13:11:20.580Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] 13:03:31 LINUX RESTART (4 CPU) [2021-01-09T13:11:20.580Z] [2021-01-09T13:11:20.580Z] 13:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-09T13:11:20.580Z] 13:05:01 59.66 21.12 38.54 0.00 5577.81 3601.58 0.00 [2021-01-09T13:11:20.580Z] 13:06:01 0.65 0.00 0.65 0.00 0.00 12.11 0.00 [2021-01-09T13:11:20.580Z] 13:07:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 [2021-01-09T13:11:20.580Z] 13:08:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 [2021-01-09T13:11:20.580Z] 13:09:01 0.23 0.00 0.23 0.00 0.00 3.65 0.00 [2021-01-09T13:11:20.580Z] 13:10:01 0.35 0.00 0.35 0.00 0.00 5.85 0.00 [2021-01-09T13:11:20.580Z] 13:11:01 73.07 51.45 21.62 0.00 4255.26 7197.84 0.00 [2021-01-09T13:11:20.581Z] Average: 19.22 10.37 8.85 0.00 1405.66 1547.56 0.00 [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z] 13:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-09T13:11:20.581Z] 13:05:01 168156 0 572416 30.42 2620 1138352 1109432 37.86 405968 1108680 132 [2021-01-09T13:11:20.581Z] 13:06:01 175556 0 564836 30.02 2620 1138532 1066644 36.40 400948 1106960 20 [2021-01-09T13:11:20.581Z] 13:07:01 173856 0 566532 30.11 2620 1138536 1060656 36.20 411576 1098640 20 [2021-01-09T13:11:20.581Z] 13:08:01 173544 0 566844 30.13 2620 1138536 1060620 36.20 411404 1098640 20 [2021-01-09T13:11:20.581Z] 13:09:01 172276 0 568104 30.19 2620 1138544 1060680 36.20 420900 1090808 20 [2021-01-09T13:11:20.581Z] 13:10:01 170788 0 569588 30.27 2620 1138548 1060572 36.20 423168 1090808 16 [2021-01-09T13:11:20.581Z] 13:11:01 81600 0 680584 36.17 2620 1116740 1488284 50.79 537140 1029284 36664 [2021-01-09T13:11:20.581Z] Average: 159397 0 584129 31.05 2620 1135398 1129555 38.55 430158 1089117 5270 [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z] 13:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-09T13:11:20.581Z] 13:05:01 eth0 566.72 359.76 1034.27 96.41 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:05:01 docker0 1.80 1.76 0.38 3.61 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:06:01 eth0 2.05 0.92 1.63 0.07 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:07:01 eth0 1.18 0.50 0.33 0.21 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:08:01 eth0 1.98 0.58 0.64 0.37 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:09:01 eth0 2.58 0.83 0.92 0.59 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:10:01 eth0 1.83 0.65 0.74 0.49 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:11:01 eth0 209.47 166.11 2170.02 17.28 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] Average: eth0 112.34 75.68 458.59 16.50 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] Average: docker0 0.26 0.25 0.05 0.52 0.00 0.00 0.00 0.00 [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z] ---> sar -P ALL: [2021-01-09T13:11:20.581Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/09/21 _x86_64_ (4 CPU) [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z] 13:03:31 LINUX RESTART (4 CPU) [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z] 13:04:01 CPU %user %nice %system %iowait %steal %idle [2021-01-09T13:11:20.581Z] 13:05:01 all 10.58 0.00 3.55 1.05 0.06 84.75 [2021-01-09T13:11:20.581Z] 13:05:01 0 8.16 0.00 4.33 0.35 0.07 87.09 [2021-01-09T13:11:20.581Z] 13:05:01 1 10.60 0.00 3.65 1.16 0.05 84.53 [2021-01-09T13:11:20.581Z] 13:05:01 2 11.25 0.00 3.02 0.78 0.07 84.89 [2021-01-09T13:11:20.581Z] 13:05:01 3 12.34 0.00 3.19 1.93 0.05 82.49 [2021-01-09T13:11:20.581Z] 13:06:01 all 0.18 0.00 0.05 0.00 0.01 99.76 [2021-01-09T13:11:20.581Z] 13:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-09T13:11:20.581Z] 13:06:01 1 0.32 0.00 0.05 0.00 0.02 99.62 [2021-01-09T13:11:20.581Z] 13:06:01 2 0.10 0.00 0.05 0.00 0.02 99.83 [2021-01-09T13:11:20.581Z] 13:06:01 3 0.23 0.00 0.08 0.00 0.02 99.67 [2021-01-09T13:11:20.581Z] 13:07:01 all 0.19 0.00 0.16 0.00 0.01 99.64 [2021-01-09T13:11:20.581Z] 13:07:01 0 0.08 0.00 0.18 0.00 0.02 99.72 [2021-01-09T13:11:20.581Z] 13:07:01 1 0.48 0.00 0.10 0.00 0.00 99.42 [2021-01-09T13:11:20.581Z] 13:07:01 2 0.10 0.00 0.23 0.00 0.02 99.65 [2021-01-09T13:11:20.581Z] 13:07:01 3 0.08 0.00 0.13 0.00 0.00 99.78 [2021-01-09T13:11:20.581Z] 13:08:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2021-01-09T13:11:20.581Z] 13:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-09T13:11:20.581Z] 13:08:01 1 0.15 0.00 0.07 0.00 0.00 99.78 [2021-01-09T13:11:20.581Z] 13:08:01 2 0.55 0.00 0.02 0.00 0.00 99.43 [2021-01-09T13:11:20.581Z] 13:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-09T13:11:20.581Z] 13:09:01 all 0.18 0.00 0.07 0.00 0.02 99.73 [2021-01-09T13:11:20.581Z] 13:09:01 0 0.23 0.00 0.03 0.00 0.02 99.72 [2021-01-09T13:11:20.581Z] 13:09:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2021-01-09T13:11:20.581Z] 13:09:01 2 0.40 0.00 0.15 0.00 0.02 99.43 [2021-01-09T13:11:20.581Z] 13:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-09T13:11:20.581Z] 13:10:01 all 0.17 0.00 0.05 0.00 0.01 99.77 [2021-01-09T13:11:20.581Z] 13:10:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-09T13:11:20.581Z] 13:10:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-09T13:11:20.581Z] 13:10:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2021-01-09T13:11:20.581Z] 13:10:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-09T13:11:20.581Z] 13:11:01 all 3.66 0.00 2.49 1.43 0.17 92.25 [2021-01-09T13:11:20.581Z] 13:11:01 0 3.82 0.00 2.37 1.63 0.13 92.03 [2021-01-09T13:11:20.581Z] 13:11:01 1 3.94 0.00 2.70 2.26 0.20 90.90 [2021-01-09T13:11:20.581Z] 13:11:01 2 3.60 0.00 2.41 1.72 0.19 92.09 [2021-01-09T13:11:20.581Z] 13:11:01 3 3.28 0.00 2.47 0.13 0.17 93.95 [2021-01-09T13:11:20.581Z] Average: all 2.15 0.00 0.91 0.35 0.04 96.55 [2021-01-09T13:11:20.581Z] Average: 0 1.83 0.00 1.00 0.28 0.03 96.86 [2021-01-09T13:11:20.581Z] Average: 1 2.22 0.00 0.95 0.48 0.04 96.31 [2021-01-09T13:11:20.581Z] Average: 2 2.28 0.00 0.84 0.35 0.05 96.48 [2021-01-09T13:11:20.581Z] Average: 3 2.27 0.00 0.85 0.29 0.04 96.55 [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z] [2021-01-09T13:11:20.581Z]