Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from f2a07c55ff48285d13d0ef27034f6295deadfd6a+14ab43fad92bd248aba56f332b2aaf744f255a41 (289f002fd1a6c68925cdf97fa303497ab100a803) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org 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-19634 in /w/workspace/foundry_device-virtual-go_PR-161 [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-161 # 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/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 14ab43fad92bd248aba56f332b2aaf744f255a41 into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a Merge succeeded, producing 60ac99850c12819fd90b17594af123d46e347057 Checking out Revision 60ac99850c12819fd90b17594af123d46e347057 (PR-161) > git config core.sparsecheckout # timeout=10 > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # 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 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60ac99850c12819fd90b17594af123d46e347057 # timeout=10 Commit message: "Merge commit '14ab43fad92bd248aba56f332b2aaf744f255a41' into HEAD" > git rev-list --no-walk f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T00:13:34.161Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T00:13:34.406Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T00:13:34.520Z] ========================================================= [2021-01-12T00:13:34.520Z] EdgeX Global Pipelines Version Info [2021-01-12T00:13:34.520Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:13:36.048Z] ------------------- [2021-01-12T00:13:36.049Z] stable info: [2021-01-12T00:13:36.049Z] ------------------- [2021-01-12T00:13:36.049Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T00:13:36.049Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:13:36.049Z] Message: update stable to v1.0.173 [2021-01-12T00:13:36.993Z] ------------------- [2021-01-12T00:13:36.993Z] experimental info: [2021-01-12T00:13:36.993Z] ------------------- [2021-01-12T00:13:36.993Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T00:13:36.993Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T00:13:36.993Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T00:13:37.241Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-01-12T00:13:37.332Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-01-12T00:13:37.422Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T00:13:37.509Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T00:13:37.602Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T00:13:37.692Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T00:13:37.779Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T00:13:37.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T00:13:37.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-12T00:13:38.060Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T00:13:38.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T00:13:38.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-01-12T00:13:38.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T00:13:38.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T00:13:38.566Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:13:38.663Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T00:13:38.748Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T00:13:38.836Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T00:13:38.921Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T00:13:39.015Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-12T00:13:39.102Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-12T00:13:39.187Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-12T00:13:39.281Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-12T00:13:39.367Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-12T00:13:39.481Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-12T00:13:39.599Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T00:13:39.692Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T00:13:39.785Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-161 [Pipeline] echo [2021-01-12T00:13:39.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-161 [Pipeline] echo [2021-01-12T00:13:39.968Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-161 [Pipeline] echo [2021-01-12T00:13:40.113Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60ac99850c12819fd90b17594af123d46e347057 [Pipeline] echo [2021-01-12T00:13:40.215Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60ac998 [Pipeline] echo [2021-01-12T00:13:40.327Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:13:40.607Z] provisioning config files... [2021-01-12T00:13:40.648Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config1882934845989591996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:13:41.036Z] ---> docker-login.sh [2021-01-12T00:13:41.036Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:13:41.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:13:41.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:13:41.574Z] Configure a credential helper to remove this warning. See [2021-01-12T00:13:41.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:13:41.574Z] [2021-01-12T00:13:41.574Z] Login Succeeded [2021-01-12T00:13:41.574Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:13:41.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:13:41.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:13:41.840Z] Configure a credential helper to remove this warning. See [2021-01-12T00:13:41.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:13:41.840Z] [2021-01-12T00:13:41.840Z] Login Succeeded [2021-01-12T00:13:41.840Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:13:42.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:13:42.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:13:42.103Z] Configure a credential helper to remove this warning. See [2021-01-12T00:13:42.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:13:42.103Z] [2021-01-12T00:13:42.103Z] Login Succeeded [2021-01-12T00:13:42.103Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:13:42.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:13:42.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:13:42.103Z] Configure a credential helper to remove this warning. See [2021-01-12T00:13:42.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:13:42.103Z] [2021-01-12T00:13:42.103Z] Login Succeeded [2021-01-12T00:13:42.103Z] docker.io [2021-01-12T00:13:42.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:13:42.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:13:42.631Z] Configure a credential helper to remove this warning. See [2021-01-12T00:13:42.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:13:42.631Z] [2021-01-12T00:13:42.631Z] Login Succeeded [2021-01-12T00:13:42.631Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:13:42.642Z] 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-12T00:13:43.501Z] + git log --format=format:%s -1 60ac99850c12819fd90b17594af123d46e347057 [Pipeline] echo [2021-01-12T00:13:43.573Z] GIT_COMMIT: 60ac99850c12819fd90b17594af123d46e347057, Commit Message: Merge commit '14ab43fad92bd248aba56f332b2aaf744f255a41' into HEAD [Pipeline] echo [2021-01-12T00:13:43.675Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:13:44.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:13:44.673Z] [2021-01-12T00:13:44.673Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:13:45.039Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:13:45.040Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T00:13:45.040Z] 31603596830f: Pulling fs layer [2021-01-12T00:13:45.040Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T00:13:45.040Z] 6ca5941a6612: Pulling fs layer [2021-01-12T00:13:45.040Z] ecc8261a40a4: Pulling fs layer [2021-01-12T00:13:45.040Z] ecc8261a40a4: Waiting [2021-01-12T00:13:45.040Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T00:13:45.040Z] 2a8b12db71e7: Download complete [2021-01-12T00:13:45.308Z] 31603596830f: Verifying Checksum [2021-01-12T00:13:45.308Z] 31603596830f: Download complete [2021-01-12T00:13:45.308Z] ecc8261a40a4: Verifying Checksum [2021-01-12T00:13:45.308Z] ecc8261a40a4: Download complete [2021-01-12T00:13:45.308Z] 6ca5941a6612: Verifying Checksum [2021-01-12T00:13:45.308Z] 6ca5941a6612: Download complete [2021-01-12T00:13:45.898Z] 31603596830f: Pull complete [2021-01-12T00:13:45.898Z] 2a8b12db71e7: Pull complete [2021-01-12T00:13:46.857Z] 6ca5941a6612: Pull complete [2021-01-12T00:13:47.120Z] ecc8261a40a4: Pull complete [2021-01-12T00:13:47.120Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T00:13:47.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T00:13:47.120Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T00:13:47.247Z] prd-centos7-docker-4c-2g-19634 does not seem to be running inside a container [2021-01-12T00:13:47.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-161 -v /w/workspace/foundry_device-virtual-go_PR-161:/w/workspace/foundry_device-virtual-go_PR-161:rw,z -v /w/workspace/foundry_device-virtual-go_PR-161@tmp:/w/workspace/foundry_device-virtual-go_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T00:13:49.740Z] $ docker top 66479218db325d210e77de8f1ded0b0e97c1fe4718d5e9d91e7fd89e71a836d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T00:13:50.161Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:13:50.161Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:13:50.401Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:13:50.405Z] $ docker exec 66479218db325d210e77de8f1ded0b0e97c1fe4718d5e9d91e7fd89e71a836d5 ssh-agent [2021-01-12T00:13:50.580Z] SSH_AUTH_SOCK=/tmp/ssh-t9msS2SqFCAY/agent.12 [2021-01-12T00:13:50.580Z] SSH_AGENT_PID=17 [2021-01-12T00:13:50.590Z] Running ssh-add (command line suppressed) [2021-01-12T00:13:50.726Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_4612519816423753688.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_4612519816423753688.key) [2021-01-12T00:13:50.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:13:51.112Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T00:13:51.134Z] $ docker exec --env ******** --env ******** 66479218db325d210e77de8f1ded0b0e97c1fe4718d5e9d91e7fd89e71a836d5 ssh-agent -k [2021-01-12T00:13:51.253Z] unset SSH_AUTH_SOCK; [2021-01-12T00:13:51.253Z] unset SSH_AGENT_PID; [2021-01-12T00:13:51.253Z] echo Agent pid 17 killed; [2021-01-12T00:13:51.304Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T00:13:51.450Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T00:13:51.450Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T00:13:51.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T00:13:51.630Z] $ docker exec 66479218db325d210e77de8f1ded0b0e97c1fe4718d5e9d91e7fd89e71a836d5 ssh-agent [2021-01-12T00:13:51.801Z] SSH_AUTH_SOCK=/tmp/ssh-6ksx8Xt1nkTC/agent.46 [2021-01-12T00:13:51.801Z] SSH_AGENT_PID=52 [2021-01-12T00:13:51.809Z] Running ssh-add (command line suppressed) [2021-01-12T00:13:51.932Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_8891746638571295711.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_8891746638571295711.key) [2021-01-12T00:13:51.988Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T00:13:52.324Z] + git semver init [2021-01-12T00:13:52.324Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T00:13:52.324Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.git [2021-01-12T00:13:52.324Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-161 [2021-01-12T00:13:52.324Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T00:13:52.324Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T00:13:52.324Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T00:13:52.324Z] # $SEMVER_BRANCH = PR-161 [2021-01-12T00:13:52.324Z] # $SEMVER_TEMP = /tmp/semver-702970532 [2021-01-12T00:13:52.324Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-01-12T00:13:52.587Z] # '/tmp/semver-702970532' -> '/w/workspace/foundry_device-virtual-go_PR-161/.semver' [2021-01-12T00:13:52.850Z] # -> Force: false [2021-01-12T00:13:52.850Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.semver [Pipeline] } [2021-01-12T00:13:52.864Z] $ docker exec --env ******** --env ******** 66479218db325d210e77de8f1ded0b0e97c1fe4718d5e9d91e7fd89e71a836d5 ssh-agent -k [2021-01-12T00:13:52.989Z] unset SSH_AUTH_SOCK; [2021-01-12T00:13:52.990Z] unset SSH_AGENT_PID; [2021-01-12T00:13:52.990Z] echo Agent pid 52 killed; [2021-01-12T00:13:53.037Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T00:13:53.491Z] + git semver [Pipeline] } [2021-01-12T00:13:53.509Z] $ docker stop --time=1 66479218db325d210e77de8f1ded0b0e97c1fe4718d5e9d91e7fd89e71a836d5 [2021-01-12T00:13:54.972Z] $ docker rm -f 66479218db325d210e77de8f1ded0b0e97c1fe4718d5e9d91e7fd89e71a836d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:13:55.427Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T00:13:55.801Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T00:13:55.803Z] [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-12T00:14:11.280Z] Still waiting to schedule task [2021-01-12T00:14:11.280Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-12T00:14:11.282Z] Still waiting to schedule task [2021-01-12T00:14:11.282Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-12T00:16:04.098Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19635 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws [2021-01-12T00:16:04.156Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-01-12T00:16:08.470Z] Running on prd-centos7-docker-4c-2g-19636 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws [2021-01-12T00:16:08.526Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-01-12T00:16:09.651Z] using credential edgex-jenkins-ssh [2021-01-12T00:16:09.716Z] Cloning the remote Git repository [2021-01-12T00:16:09.779Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-12T00:16:09.890Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-01-12T00:16:09.961Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-12T00:16:09.962Z] > git --version # timeout=10 [2021-01-12T00:16:09.981Z] > git --version # 'git version 2.17.1' [2021-01-12T00:16:09.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:16:10.052Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:16:10.894Z] using credential edgex-jenkins-ssh [2021-01-12T00:16:10.948Z] Cloning the remote Git repository [2021-01-12T00:16:11.657Z] Merging remotes/origin/master commit 14ab43fad92bd248aba56f332b2aaf744f255a41 into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a [2021-01-12T00:16:10.872Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-12T00:16:10.896Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:16:10.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-12T00:16:10.968Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-12T00:16:10.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:16:10.983Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:16:11.671Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:16:11.701Z] > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 [2021-01-12T00:16:11.893Z] Merge succeeded, producing 8d5d9e9cade99270950a4953dc9d25dfe6010024 [2021-01-12T00:16:11.894Z] Checking out Revision 8d5d9e9cade99270950a4953dc9d25dfe6010024 (PR-161) [2021-01-12T00:16:10.905Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-01-12T00:16:10.985Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-01-12T00:16:11.045Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-12T00:16:11.046Z] > git --version # timeout=10 [2021-01-12T00:16:11.053Z] > git --version # 'git version 2.24.3' [2021-01-12T00:16:11.053Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:16:11.083Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:16:11.690Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-12T00:16:11.697Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T00:16:11.708Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-01-12T00:16:11.720Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-01-12T00:16:11.721Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:16:11.726Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T00:16:12.389Z] Merging remotes/origin/master commit 14ab43fad92bd248aba56f332b2aaf744f255a41 into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a [2021-01-12T00:16:12.477Z] Merge succeeded, producing 314a4bec41d63b3f43da7691018501cd5398dca4 [2021-01-12T00:16:12.477Z] Checking out Revision 314a4bec41d63b3f43da7691018501cd5398dca4 (PR-161) [2021-01-12T00:16:12.398Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:16:12.403Z] > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 [2021-01-12T00:16:12.434Z] > git remote # timeout=10 [2021-01-12T00:16:12.444Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:16:12.450Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:16:12.454Z] > git merge 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 [2021-01-12T00:16:12.472Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:16:12.480Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:16:12.484Z] > git checkout -f 314a4bec41d63b3f43da7691018501cd5398dca4 # timeout=10 [2021-01-12T00:16:11.780Z] > git remote # timeout=10 [2021-01-12T00:16:11.802Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T00:16:11.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T00:16:11.828Z] > git merge 14ab43fad92bd248aba56f332b2aaf744f255a41 # timeout=10 [2021-01-12T00:16:11.873Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T00:16:11.896Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T00:16:11.906Z] > git checkout -f 8d5d9e9cade99270950a4953dc9d25dfe6010024 # timeout=10 [2021-01-12T00:16:16.081Z] Commit message: "Merge commit '14ab43fad92bd248aba56f332b2aaf744f255a41' into HEAD" [2021-01-12T00:16:16.096Z] Commit message: "Merge commit '14ab43fad92bd248aba56f332b2aaf744f255a41' into HEAD" [2021-01-12T00:16:16.085Z] > git rev-list --no-walk f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 [2021-01-12T00:16:16.099Z] > git rev-list --no-walk f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T00:16:17.719Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:16:18.448Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-12T00:16:18.453Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh [2021-01-12T00:16:18.749Z] + sudo service docker restart [2021-01-12T00:16:18.749Z] + true [2021-01-12T00:16:18.749Z] Redirecting to /bin/systemctl restart docker.service [2021-01-12T00:16:18.866Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T00:16:19.203Z] + sudo service docker restart [2021-01-12T00:16:19.203Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:16:19.759Z] provisioning config files... [2021-01-12T00:16:19.794Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config3547130403462291835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:16:20.153Z] ---> docker-login.sh [2021-01-12T00:16:20.153Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:16:20.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:20.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:20.416Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:20.416Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:20.416Z] [2021-01-12T00:16:20.416Z] Login Succeeded [2021-01-12T00:16:20.677Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:16:20.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:20.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:20.677Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:20.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:20.677Z] [2021-01-12T00:16:20.677Z] Login Succeeded [2021-01-12T00:16:20.677Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:16:20.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:20.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:20.939Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:20.939Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:20.939Z] [2021-01-12T00:16:20.939Z] Login Succeeded [2021-01-12T00:16:20.939Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:16:20.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:21.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:21.201Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:21.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:21.201Z] [2021-01-12T00:16:21.201Z] Login Succeeded [2021-01-12T00:16:21.201Z] docker.io [2021-01-12T00:16:21.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:21.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:21.463Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:21.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:21.463Z] [2021-01-12T00:16:21.463Z] Login Succeeded [2021-01-12T00:16:21.463Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:16:21.473Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T00:16:21.909Z] provisioning config files... [2021-01-12T00:16:21.953Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config5306142262278956401tmp [Pipeline] echo [2021-01-12T00:16:21.958Z] ========================================================= [2021-01-12T00:16:21.958Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T00:16:21.958Z] ========================================================= [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:16:22.340Z] ---> docker-login.sh [2021-01-12T00:16:22.340Z] nexus3.edgexfoundry.org:10001 [2021-01-12T00:16:22.406Z] + 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-12T00:16:22.406Z] Sending build context to Docker daemon 488.4kB [2021-01-12T00:16:22.406Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:16:22.406Z] Step 2/8 : FROM ${BASE} [2021-01-12T00:16:22.667Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T00:16:22.667Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T00:16:22.667Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T00:16:22.667Z] de9db76c5a1d: Pulling fs layer [2021-01-12T00:16:22.667Z] bca2f99d35d6: Pulling fs layer [2021-01-12T00:16:22.667Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T00:16:22.667Z] 7c6f9722023f: Pulling fs layer [2021-01-12T00:16:22.667Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T00:16:22.667Z] 93359f2a8cfa: Waiting [2021-01-12T00:16:22.667Z] bca2f99d35d6: Waiting [2021-01-12T00:16:22.667Z] 7c6f9722023f: Waiting [2021-01-12T00:16:22.667Z] a35cf1a2eb13: Waiting [2021-01-12T00:16:22.667Z] de9db76c5a1d: Verifying Checksum [2021-01-12T00:16:22.667Z] de9db76c5a1d: Download complete [2021-01-12T00:16:22.667Z] 0ef7d3d256c8: Download complete [2021-01-12T00:16:22.667Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T00:16:22.667Z] 93359f2a8cfa: Download complete [2021-01-12T00:16:22.667Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T00:16:22.667Z] 7c6f9722023f: Verifying Checksum [2021-01-12T00:16:22.667Z] 7c6f9722023f: Download complete [2021-01-12T00:16:22.929Z] 188c0c94c7c5: Pull complete [2021-01-12T00:16:22.929Z] 0ef7d3d256c8: Pull complete [2021-01-12T00:16:23.192Z] de9db76c5a1d: Pull complete [2021-01-12T00:16:23.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:23.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:23.919Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:23.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:23.919Z] [2021-01-12T00:16:23.919Z] Login Succeeded [2021-01-12T00:16:23.919Z] nexus3.edgexfoundry.org:10002 [2021-01-12T00:16:24.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:24.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:24.468Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:24.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:24.468Z] [2021-01-12T00:16:24.468Z] Login Succeeded [2021-01-12T00:16:24.468Z] nexus3.edgexfoundry.org:10003 [2021-01-12T00:16:24.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:25.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:25.014Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:25.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:25.014Z] [2021-01-12T00:16:25.014Z] Login Succeeded [2021-01-12T00:16:25.014Z] nexus3.edgexfoundry.org:10004 [2021-01-12T00:16:25.113Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T00:16:25.113Z] a35cf1a2eb13: Download complete [2021-01-12T00:16:25.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:25.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:25.559Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:25.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:25.559Z] [2021-01-12T00:16:25.559Z] Login Succeeded [2021-01-12T00:16:25.559Z] docker.io [2021-01-12T00:16:25.699Z] bca2f99d35d6: Verifying Checksum [2021-01-12T00:16:25.699Z] bca2f99d35d6: Download complete [2021-01-12T00:16:25.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T00:16:26.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T00:16:26.102Z] Configure a credential helper to remove this warning. See [2021-01-12T00:16:26.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T00:16:26.102Z] [2021-01-12T00:16:26.102Z] Login Succeeded [2021-01-12T00:16:26.102Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T00:16:26.119Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T00:16:26.591Z] ========================================================= [2021-01-12T00:16:26.591Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T00:16:26.591Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:16:27.003Z] + 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-12T00:16:27.281Z] Sending build context to Docker daemon 487.4kB [2021-01-12T00:16:27.281Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:16:27.281Z] Step 2/8 : FROM ${BASE} [2021-01-12T00:16:27.562Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T00:16:27.562Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T00:16:27.562Z] a4357932f1b6: Pulling fs layer [2021-01-12T00:16:27.562Z] 18c013af1878: Pulling fs layer [2021-01-12T00:16:27.562Z] 00ac8860ef70: Pulling fs layer [2021-01-12T00:16:27.562Z] 63d7cb157983: Pulling fs layer [2021-01-12T00:16:27.562Z] b116817d02f9: Pulling fs layer [2021-01-12T00:16:27.562Z] 745a02a5169b: Pulling fs layer [2021-01-12T00:16:27.562Z] 63d7cb157983: Waiting [2021-01-12T00:16:27.562Z] b116817d02f9: Waiting [2021-01-12T00:16:27.562Z] 745a02a5169b: Waiting [2021-01-12T00:16:27.562Z] 00ac8860ef70: Waiting [2021-01-12T00:16:27.562Z] 18c013af1878: Verifying Checksum [2021-01-12T00:16:27.562Z] 18c013af1878: Download complete [2021-01-12T00:16:27.562Z] a4357932f1b6: Verifying Checksum [2021-01-12T00:16:27.562Z] a4357932f1b6: Download complete [2021-01-12T00:16:27.562Z] 63d7cb157983: Verifying Checksum [2021-01-12T00:16:27.562Z] 63d7cb157983: Download complete [2021-01-12T00:16:27.562Z] b116817d02f9: Download complete [2021-01-12T00:16:27.562Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T00:16:27.562Z] 5f621e34cdf4: Download complete [2021-01-12T00:16:28.177Z] 5f621e34cdf4: Pull complete [2021-01-12T00:16:28.781Z] a4357932f1b6: Pull complete [2021-01-12T00:16:29.055Z] 18c013af1878: Pull complete [2021-01-12T00:16:30.031Z] 745a02a5169b: Verifying Checksum [2021-01-12T00:16:30.031Z] 745a02a5169b: Download complete [2021-01-12T00:16:31.003Z] 00ac8860ef70: Verifying Checksum [2021-01-12T00:16:31.003Z] 00ac8860ef70: Download complete [2021-01-12T00:16:31.071Z] bca2f99d35d6: Pull complete [2021-01-12T00:16:31.071Z] 93359f2a8cfa: Pull complete [2021-01-12T00:16:31.334Z] 7c6f9722023f: Pull complete [2021-01-12T00:16:39.516Z] a35cf1a2eb13: Pull complete [2021-01-12T00:16:39.516Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T00:16:39.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T00:16:39.516Z] ---> a62c8e92a672 [2021-01-12T00:16:39.516Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-12T00:16:39.516Z] ---> Running in 4f9e7c9cb415 [2021-01-12T00:16:39.516Z] Removing intermediate container 4f9e7c9cb415 [2021-01-12T00:16:39.516Z] ---> 63c054aef2c3 [2021-01-12T00:16:39.516Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:16:39.516Z] ---> Running in 296e1509d817 [2021-01-12T00:16:40.477Z] Removing intermediate container 296e1509d817 [2021-01-12T00:16:40.477Z] ---> e6d007a85204 [2021-01-12T00:16:40.477Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-12T00:16:40.477Z] ---> Running in ff497cb88f18 [2021-01-12T00:16:41.206Z] 00ac8860ef70: Pull complete [2021-01-12T00:16:41.206Z] 63d7cb157983: Pull complete [2021-01-12T00:16:41.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:16:41.803Z] b116817d02f9: Pull complete [2021-01-12T00:16:42.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:16:43.410Z] (1/14) Installing libmagic (5.38-r0) [2021-01-12T00:16:43.672Z] (2/14) Installing file (5.38-r0) [2021-01-12T00:16:43.672Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-12T00:16:43.673Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-12T00:16:45.198Z] 745a02a5169b: Pull complete [2021-01-12T00:16:45.474Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T00:16:45.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T00:16:45.474Z] ---> b7e6874047d6 [2021-01-12T00:16:45.474Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-12T00:16:48.100Z] ---> Running in 3cc53268ac9c [2021-01-12T00:16:48.701Z] Removing intermediate container 3cc53268ac9c [2021-01-12T00:16:48.701Z] ---> 9306c38eec60 [2021-01-12T00:16:48.701Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:16:48.701Z] ---> Running in 5229936a2d49 [2021-01-12T00:16:51.338Z] Removing intermediate container 5229936a2d49 [2021-01-12T00:16:51.338Z] ---> 5437d49e2922 [2021-01-12T00:16:51.338Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-12T00:16:51.338Z] ---> Running in 360393ad01d8 [2021-01-12T00:16:51.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:16:52.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:16:53.526Z] (1/14) Installing libmagic (5.38-r0) [2021-01-12T00:16:53.801Z] (2/14) Installing file (5.38-r0) [2021-01-12T00:16:54.076Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-12T00:16:54.076Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-12T00:17:01.845Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-12T00:17:01.846Z] (6/14) Installing patch (2.7.6-r6) [2021-01-12T00:17:01.846Z] (7/14) Installing build-base (0.5-r2) [2021-01-12T00:17:01.846Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-12T00:17:01.846Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-12T00:17:01.846Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-12T00:17:01.846Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-12T00:17:01.846Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-12T00:17:01.846Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-12T00:17:01.846Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-12T00:17:01.846Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:17:01.846Z] OK: 237 MiB in 53 packages [2021-01-12T00:17:04.216Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-12T00:17:04.216Z] (6/14) Installing patch (2.7.6-r6) [2021-01-12T00:17:04.216Z] (7/14) Installing build-base (0.5-r2) [2021-01-12T00:17:04.216Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-12T00:17:04.216Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-12T00:17:04.216Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-12T00:17:04.216Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-12T00:17:04.216Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-12T00:17:04.486Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-12T00:17:04.486Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-12T00:17:04.759Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T00:17:04.759Z] OK: 221 MiB in 53 packages [2021-01-12T00:17:05.175Z] Removing intermediate container ff497cb88f18 [2021-01-12T00:17:05.175Z] ---> 506eaf03f04e [2021-01-12T00:17:05.175Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-12T00:17:05.175Z] ---> Running in fa7b9a25ff1f [2021-01-12T00:17:05.175Z] Removing intermediate container fa7b9a25ff1f [2021-01-12T00:17:05.175Z] ---> b2fc7a99296c [2021-01-12T00:17:05.175Z] Step 7/8 : COPY . . [2021-01-12T00:17:05.751Z] ---> 2b825a5d0dd2 [2021-01-12T00:17:05.751Z] Step 8/8 : RUN go mod download [2021-01-12T00:17:06.016Z] ---> Running in f325e486aaf1 [2021-01-12T00:17:09.090Z] Removing intermediate container 360393ad01d8 [2021-01-12T00:17:09.090Z] ---> abfb91c212e1 [2021-01-12T00:17:09.090Z] Step 6/8 : WORKDIR /device-virtual-go [2021-01-12T00:17:09.090Z] ---> Running in d3a021876e1e [2021-01-12T00:17:09.363Z] Removing intermediate container d3a021876e1e [2021-01-12T00:17:09.363Z] ---> abbf8b78d6b3 [2021-01-12T00:17:09.363Z] Step 7/8 : COPY . . [2021-01-12T00:17:10.354Z] ---> fc2c42d0050a [2021-01-12T00:17:10.354Z] Step 8/8 : RUN go mod download [2021-01-12T00:17:10.354Z] ---> Running in d9cce7bda915 [2021-01-12T00:17:28.056Z] Removing intermediate container f325e486aaf1 [2021-01-12T00:17:28.056Z] ---> 51674c5ba371 [2021-01-12T00:17:28.056Z] Successfully built 51674c5ba371 [2021-01-12T00:17:28.056Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:17:28.370Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:17:28.370Z] . [Pipeline] withDockerContainer [2021-01-12T00:17:28.488Z] prd-centos7-docker-4c-2g-19636 does not seem to be running inside a container [2021-01-12T00:17:28.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T00:17:29.450Z] $ docker top fc0500b757ba5fe423d38960d9144a853edbb425d14a99c055f0bf86f3d710a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:17:29.975Z] + go version [2021-01-12T00:17:29.975Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T00:17:29.989Z] $ docker stop --time=1 fc0500b757ba5fe423d38960d9144a853edbb425d14a99c055f0bf86f3d710a1 [2021-01-12T00:17:31.327Z] $ docker rm -f fc0500b757ba5fe423d38960d9144a853edbb425d14a99c055f0bf86f3d710a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:17:32.111Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T00:17:32.111Z] . [Pipeline] withDockerContainer [2021-01-12T00:17:32.222Z] prd-centos7-docker-4c-2g-19636 does not seem to be running inside a container [2021-01-12T00:17:32.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T00:17:32.866Z] $ docker top 2d472f3ba4f7fed19db075fba69449516ba4eafbf2528e304603e4c6bed5220f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:17:33.348Z] + make test [2021-01-12T00:17:33.348Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T00:17:34.764Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-12T00:17:37.181Z] Removing intermediate container d9cce7bda915 [2021-01-12T00:17:37.181Z] ---> bbe56542e6ee [2021-01-12T00:17:37.181Z] Successfully built bbe56542e6ee [2021-01-12T00:17:37.181Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:17:37.525Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:17:37.525Z] . [Pipeline] withDockerContainer [2021-01-12T00:17:37.794Z] prd-ubuntu18.04-docker-arm64-4c-16g-19635 does not seem to be running inside a container [2021-01-12T00:17:37.868Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T00:17:39.419Z] $ docker top 58a07517de00c6b421308bfb3a484482d8a5c085d6b7b772832daec7899b40cb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:17:40.479Z] + go version [2021-01-12T00:17:40.479Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T00:17:40.502Z] $ docker stop --time=1 58a07517de00c6b421308bfb3a484482d8a5c085d6b7b772832daec7899b40cb [2021-01-12T00:17:42.455Z] $ docker rm -f 58a07517de00c6b421308bfb3a484482d8a5c085d6b7b772832daec7899b40cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:17:43.426Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T00:17:43.427Z] . [Pipeline] withDockerContainer [2021-01-12T00:17:43.681Z] prd-ubuntu18.04-docker-arm64-4c-16g-19635 does not seem to be running inside a container [2021-01-12T00:17:43.755Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T00:17:45.245Z] $ docker top 54624e8f9538123cde365a2a8821d60d63b01edb31f53e224a580db3c0c368dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:17:46.274Z] + make test [2021-01-12T00:17:46.274Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T00:17:47.261Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-01-12T00:17:50.040Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-12T00:17:50.040Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.344s coverage: 64.4% of statements [2021-01-12T00:17:50.303Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T00:17:53.667Z] gofmt -l . [2021-01-12T00:17:53.667Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:17:53.667Z] ./bin/test-attribution-txt.sh [2021-01-12T00:17:54.243Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-12T00:17:54.522Z] $ docker stop --time=1 2d472f3ba4f7fed19db075fba69449516ba4eafbf2528e304603e4c6bed5220f [2021-01-12T00:17:56.430Z] $ docker rm -f 2d472f3ba4f7fed19db075fba69449516ba4eafbf2528e304603e4c6bed5220f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:17:57.041Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T00:17:57.451Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-12T00:17:59.902Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-12T00:18:00.198Z] + ls -al . [2021-01-12T00:18:00.198Z] total 124 [2021-01-12T00:18:00.198Z] drwxrwxr-x. 7 jenkins jenkins 4096 Jan 12 00:17 . [2021-01-12T00:18:00.198Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 12 00:16 .. [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 6713 Jan 12 00:16 Attribution.txt [2021-01-12T00:18:00.198Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 12 00:16 bin [2021-01-12T00:18:00.198Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 12 00:16 cmd [2021-01-12T00:18:00.198Z] -rw-r--r--. 1 jenkins jenkins 47242 Jan 12 00:17 coverage.out [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 1851 Jan 12 00:16 Dockerfile [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 961 Jan 12 00:16 Dockerfile.build [2021-01-12T00:18:00.198Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 12 00:16 .git [2021-01-12T00:18:00.198Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 12 00:16 .github [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 258 Jan 12 00:16 .gitignore [2021-01-12T00:18:00.198Z] -rw-r--r--. 1 jenkins jenkins 856 Jan 12 00:17 go.mod [2021-01-12T00:18:00.198Z] -rw-r--r--. 1 jenkins jenkins 16346 Jan 12 00:17 go.sum [2021-01-12T00:18:00.198Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 12 00:16 internal [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 660 Jan 12 00:16 Jenkinsfile [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 12 00:16 LICENSE [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 873 Jan 12 00:16 Makefile [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 918 Jan 12 00:16 README.md [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 12 00:13 VERSION [2021-01-12T00:18:00.198Z] -rw-rw-r--. 1 jenkins jenkins 235 Jan 12 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:18:00.500Z] + 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=60ac99850c12819fd90b17594af123d46e347057 --label arch=amd64 --label version=0.0.0 . [2021-01-12T00:18:00.764Z] Sending build context to Docker daemon 553.5kB [2021-01-12T00:18:00.764Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:18:00.764Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-12T00:18:00.764Z] ---> 51674c5ba371 [2021-01-12T00:18:00.764Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-12T00:18:01.029Z] ---> Running in f0a9fb6f6750 [2021-01-12T00:18:01.029Z] Removing intermediate container f0a9fb6f6750 [2021-01-12T00:18:01.029Z] ---> 009e7b46afd3 [2021-01-12T00:18:01.029Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-12T00:18:01.298Z] ---> Running in 258866d94a04 [2021-01-12T00:18:01.298Z] Removing intermediate container 258866d94a04 [2021-01-12T00:18:01.298Z] ---> 4eb5148021eb [2021-01-12T00:18:01.298Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-12T00:18:01.563Z] ---> Running in 976c7ba8e0ee [2021-01-12T00:18:01.833Z] Removing intermediate container 976c7ba8e0ee [2021-01-12T00:18:01.833Z] ---> 6326c1c43232 [2021-01-12T00:18:01.833Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:18:01.833Z] ---> Running in 87832a3cc3b5 [2021-01-12T00:18:02.792Z] Removing intermediate container 87832a3cc3b5 [2021-01-12T00:18:02.792Z] ---> 72009bbf587b [2021-01-12T00:18:02.792Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-12T00:18:02.792Z] ---> Running in 45d5d32e1fd1 [2021-01-12T00:18:03.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T00:18:04.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T00:18:04.892Z] OK: 237 MiB in 53 packages [2021-01-12T00:18:05.154Z] Removing intermediate container 45d5d32e1fd1 [2021-01-12T00:18:05.154Z] ---> 3796dbf156ee [2021-01-12T00:18:05.154Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-12T00:18:05.416Z] ---> Running in e28997514345 [2021-01-12T00:18:05.416Z] Removing intermediate container e28997514345 [2021-01-12T00:18:05.416Z] ---> de5c9b5457e4 [2021-01-12T00:18:05.416Z] Step 9/22 : COPY . . [2021-01-12T00:18:06.360Z] ---> b62f0d2faff5 [2021-01-12T00:18:06.360Z] Step 10/22 : ARG MAKE='make build' [2021-01-12T00:18:06.360Z] ---> Running in 9fa0994c57ad [2021-01-12T00:18:07.307Z] Removing intermediate container 9fa0994c57ad [2021-01-12T00:18:07.307Z] ---> 94aaf1724d93 [2021-01-12T00:18:07.307Z] Step 11/22 : RUN $MAKE [2021-01-12T00:18:07.307Z] ---> Running in feb6266fc041 [2021-01-12T00:18:07.569Z] 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-12T00:18:19.936Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-12T00:18:23.247Z] Removing intermediate container feb6266fc041 [2021-01-12T00:18:23.247Z] ---> b96ec626b22d [2021-01-12T00:18:23.247Z] Step 12/22 : FROM alpine:3.12 [2021-01-12T00:18:23.511Z] 3.12: Pulling from library/alpine [2021-01-12T00:18:23.772Z] 801bfaa63ef2: Pulling fs layer [2021-01-12T00:18:24.032Z] 801bfaa63ef2: Verifying Checksum [2021-01-12T00:18:24.032Z] 801bfaa63ef2: Download complete [2021-01-12T00:18:24.294Z] 801bfaa63ef2: Pull complete [2021-01-12T00:18:24.294Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:18:24.294Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:18:24.294Z] ---> 389fef711851 [2021-01-12T00:18:24.294Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-12T00:18:24.294Z] ---> Running in 6200f0c1765f [2021-01-12T00:18:24.554Z] Removing intermediate container 6200f0c1765f [2021-01-12T00:18:24.554Z] ---> b7f81f5802e4 [2021-01-12T00:18:24.554Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T00:18:24.554Z] ---> Running in 5f6fbfae7e1d [2021-01-12T00:18:24.815Z] Removing intermediate container 5f6fbfae7e1d [2021-01-12T00:18:24.815Z] ---> 0b24e407d7e6 [2021-01-12T00:18:24.815Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-12T00:18:25.390Z] ---> 98a67318e622 [2021-01-12T00:18:25.390Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-12T00:18:25.660Z] ---> 3e49775f6d84 [2021-01-12T00:18:25.660Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-12T00:18:25.931Z] ---> 592b24d6c4c9 [2021-01-12T00:18:25.931Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-12T00:18:25.931Z] ---> Running in 8da5e1eb1794 [2021-01-12T00:18:26.205Z] Removing intermediate container 8da5e1eb1794 [2021-01-12T00:18:26.205Z] ---> 83c5f2ae823e [2021-01-12T00:18:26.205Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:18:26.205Z] ---> Running in 94882ce535ea [2021-01-12T00:18:26.468Z] Removing intermediate container 94882ce535ea [2021-01-12T00:18:26.468Z] ---> d2fc3ae31408 [2021-01-12T00:18:26.468Z] Step 20/22 : LABEL arch=amd64 [2021-01-12T00:18:26.468Z] ---> Running in 0ac9ac2e70f7 [2021-01-12T00:18:26.468Z] Removing intermediate container 0ac9ac2e70f7 [2021-01-12T00:18:26.468Z] ---> 10153bd2b851 [2021-01-12T00:18:26.468Z] Step 21/22 : LABEL git_sha=60ac99850c12819fd90b17594af123d46e347057 [2021-01-12T00:18:26.730Z] ---> Running in 83672eb89dc0 [2021-01-12T00:18:26.730Z] Removing intermediate container 83672eb89dc0 [2021-01-12T00:18:26.730Z] ---> 729459259f13 [2021-01-12T00:18:26.730Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:18:26.993Z] ---> Running in c94b829064ea [2021-01-12T00:18:26.993Z] Removing intermediate container c94b829064ea [2021-01-12T00:18:26.993Z] ---> 1bf496f92869 [2021-01-12T00:18:26.993Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-12T00:18:26.993Z] Successfully built 1bf496f92869 [2021-01-12T00:18:26.993Z] 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-12T00:18:34.280Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-01-12T00:18:34.280Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.486s coverage: 64.4% of statements [2021-01-12T00:18:34.280Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T00:18:41.012Z] gofmt -l . [2021-01-12T00:18:41.012Z] [ "`gofmt -l .`" = "" ] [2021-01-12T00:18:41.012Z] ./bin/test-attribution-txt.sh [2021-01-12T00:18:41.613Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-12T00:18:42.238Z] $ docker stop --time=1 54624e8f9538123cde365a2a8821d60d63b01edb31f53e224a580db3c0c368dd [2021-01-12T00:18:44.437Z] $ docker rm -f 54624e8f9538123cde365a2a8821d60d63b01edb31f53e224a580db3c0c368dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T00:18:45.338Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T00:18:45.359Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T00:18:46.159Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T00:18:46.919Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-12T00:18:47.291Z] + ls -al . [2021-01-12T00:18:47.291Z] total 148 [2021-01-12T00:18:47.291Z] drwxrwxr-x 7 jenkins jenkins 4096 Jan 12 00:18 . [2021-01-12T00:18:47.291Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 00:16 .. [2021-01-12T00:18:47.291Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 12 00:16 .git [2021-01-12T00:18:47.292Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 00:16 .github [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 258 Jan 12 00:16 .gitignore [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 6713 Jan 12 00:16 Attribution.txt [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 1851 Jan 12 00:16 Dockerfile [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 961 Jan 12 00:16 Dockerfile.build [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 12 00:16 Jenkinsfile [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 12 00:16 LICENSE [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 873 Jan 12 00:16 Makefile [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 918 Jan 12 00:16 README.md [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 12 00:13 VERSION [2021-01-12T00:18:47.292Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 00:16 bin [2021-01-12T00:18:47.292Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 00:16 cmd [2021-01-12T00:18:47.292Z] -rw-r--r-- 1 jenkins jenkins 47242 Jan 12 00:18 coverage.out [2021-01-12T00:18:47.292Z] -rw-r--r-- 1 jenkins jenkins 856 Jan 12 00:18 go.mod [2021-01-12T00:18:47.292Z] -rw-r--r-- 1 jenkins jenkins 16346 Jan 12 00:18 go.sum [2021-01-12T00:18:47.292Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 00:16 internal [2021-01-12T00:18:47.292Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 12 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:18:47.664Z] + 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=60ac99850c12819fd90b17594af123d46e347057 --label arch=arm64 --label version=0.0.0 . [2021-01-12T00:18:47.991Z] Sending build context to Docker daemon 552.4kB [2021-01-12T00:18:47.991Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T00:18:47.991Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-12T00:18:47.991Z] ---> bbe56542e6ee [2021-01-12T00:18:47.991Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-12T00:18:48.295Z] ---> Running in 9ef4e0ba81a1 [2021-01-12T00:18:48.901Z] Removing intermediate container 9ef4e0ba81a1 [2021-01-12T00:18:48.901Z] ---> 5c4f1c6d9181 [2021-01-12T00:18:48.902Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-12T00:18:48.902Z] ---> Running in f627c9975979 [2021-01-12T00:18:49.498Z] Removing intermediate container f627c9975979 [2021-01-12T00:18:49.498Z] ---> 32f34f52106f [2021-01-12T00:18:49.498Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-01-12T00:18:49.498Z] ---> Running in 44e3d55ac647 [2021-01-12T00:18:50.090Z] Removing intermediate container 44e3d55ac647 [2021-01-12T00:18:50.090Z] ---> 615ccf8abbc6 [2021-01-12T00:18:50.090Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T00:18:50.090Z] ---> Running in 3a4d2d4ff289 [2021-01-12T00:18:52.059Z] Removing intermediate container 3a4d2d4ff289 [2021-01-12T00:18:52.059Z] ---> 34dfd78eeba2 [2021-01-12T00:18:52.059Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-12T00:18:52.337Z] ---> Running in c132f1dc4374 [2021-01-12T00:18:53.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T00:18:54.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T00:18:54.882Z] OK: 221 MiB in 53 packages [2021-01-12T00:18:56.309Z] Removing intermediate container c132f1dc4374 [2021-01-12T00:18:56.309Z] ---> 51945207539a [2021-01-12T00:18:56.309Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-01-12T00:18:56.309Z] ---> Running in b5a01173c6c4 [2021-01-12T00:18:56.904Z] Removing intermediate container b5a01173c6c4 [2021-01-12T00:18:56.904Z] ---> affbdbeaced5 [2021-01-12T00:18:56.904Z] Step 9/22 : COPY . . [2021-01-12T00:18:57.881Z] ---> 8fafef2d15be [2021-01-12T00:18:57.881Z] Step 10/22 : ARG MAKE='make build' [2021-01-12T00:18:57.881Z] ---> Running in fc6d0405f7f5 [2021-01-12T00:18:58.161Z] Removing intermediate container fc6d0405f7f5 [2021-01-12T00:18:58.161Z] ---> 65180634ba61 [2021-01-12T00:18:58.161Z] Step 11/22 : RUN $MAKE [2021-01-12T00:18:58.434Z] ---> Running in a161635ca22c [2021-01-12T00:18:59.427Z] 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-12T00:19:31.876Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-12T00:19:40.157Z] Removing intermediate container a161635ca22c [2021-01-12T00:19:40.157Z] ---> 326d1d3ae8ad [2021-01-12T00:19:40.157Z] Step 12/22 : FROM alpine:3.12 [2021-01-12T00:19:40.157Z] 3.12: Pulling from library/alpine [2021-01-12T00:19:40.750Z] 159e5727ea61: Pulling fs layer [2021-01-12T00:19:40.750Z] 159e5727ea61: Download complete [2021-01-12T00:19:41.346Z] 159e5727ea61: Pull complete [2021-01-12T00:19:41.346Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T00:19:41.619Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T00:19:41.619Z] ---> afeebe901d6b [2021-01-12T00:19:41.619Z] Step 13/22 : ENV APP_PORT=49990 [2021-01-12T00:19:41.619Z] ---> Running in d9c916e9d363 [2021-01-12T00:19:42.216Z] Removing intermediate container d9c916e9d363 [2021-01-12T00:19:42.216Z] ---> 25381252f996 [2021-01-12T00:19:42.216Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T00:19:42.216Z] ---> Running in 6af2a4928df0 [2021-01-12T00:19:42.808Z] Removing intermediate container 6af2a4928df0 [2021-01-12T00:19:42.808Z] ---> 75a8f4a7cbf9 [2021-01-12T00:19:42.808Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-01-12T00:19:44.242Z] ---> 9076d474489b [2021-01-12T00:19:44.242Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-01-12T00:19:44.517Z] ---> 7666e1a9d3e2 [2021-01-12T00:19:44.517Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-01-12T00:19:45.495Z] ---> fb7e3e4d7083 [2021-01-12T00:19:45.495Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-01-12T00:19:45.495Z] ---> Running in 8320949eeed7 [2021-01-12T00:19:46.091Z] Removing intermediate container 8320949eeed7 [2021-01-12T00:19:46.091Z] ---> 60420548542d [2021-01-12T00:19:46.091Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T00:19:46.091Z] ---> Running in a121da609a6d [2021-01-12T00:19:46.686Z] Removing intermediate container a121da609a6d [2021-01-12T00:19:46.686Z] ---> 641921b79d2b [2021-01-12T00:19:46.686Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T00:19:46.686Z] ---> Running in 5578b67691d2 [2021-01-12T00:19:47.279Z] Removing intermediate container 5578b67691d2 [2021-01-12T00:19:47.279Z] ---> ffb80891ac51 [2021-01-12T00:19:47.279Z] Step 21/22 : LABEL git_sha=60ac99850c12819fd90b17594af123d46e347057 [2021-01-12T00:19:47.279Z] ---> Running in dddfb6035a28 [2021-01-12T00:19:47.872Z] Removing intermediate container dddfb6035a28 [2021-01-12T00:19:47.872Z] ---> c22914c0f7e9 [2021-01-12T00:19:47.872Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T00:19:47.872Z] ---> Running in 1dd837479495 [2021-01-12T00:19:48.468Z] Removing intermediate container 1dd837479495 [2021-01-12T00:19:48.468Z] ---> a43ece96dcff [2021-01-12T00:19:48.468Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-12T00:19:48.468Z] Successfully built a43ece96dcff [2021-01-12T00:19:48.468Z] 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-12T00:19:51.223Z] provisioning config files... [2021-01-12T00:19:51.249Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config4942199998191804722tmp [Pipeline] { [Pipeline] sh [2021-01-12T00:19:51.626Z] + set +x [2021-01-12T00:19:51.627Z] + curl -s https://codecov.io/bash [2021-01-12T00:19:51.627Z] + bash -s -- [2021-01-12T00:19:51.888Z] [2021-01-12T00:19:51.888Z] _____ _ [2021-01-12T00:19:51.888Z] / ____| | | [2021-01-12T00:19:51.888Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T00:19:51.888Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T00:19:51.888Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T00:19:51.888Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T00:19:51.888Z] Bash-20201231-23d4836 [2021-01-12T00:19:51.888Z] [2021-01-12T00:19:51.888Z] [2021-01-12T00:19:51.888Z] ==> git version 2.24.3 found [2021-01-12T00:19:51.888Z] ==> 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-12T00:19:51.888Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T00:19:51.888Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T00:19:51.888Z] ==> Jenkins CI detected. [2021-01-12T00:19:51.888Z] project root: . [2021-01-12T00:19:51.888Z] --> token set from env [2021-01-12T00:19:51.888Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T00:19:51.888Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T00:19:51.888Z] ==> Python coveragepy not found [2021-01-12T00:19:51.888Z] ==> Searching for coverage reports in: [2021-01-12T00:19:51.888Z] + . [2021-01-12T00:19:51.888Z] -> Found 1 reports [2021-01-12T00:19:51.888Z] ==> Detecting git/mercurial file structure [2021-01-12T00:19:51.888Z] ==> Reading reports [2021-01-12T00:19:51.888Z] + ./coverage.out bytes=47242 [2021-01-12T00:19:51.888Z] ==> Appending adjustments [2021-01-12T00:19:51.888Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T00:19:52.150Z] + Found adjustments [2021-01-12T00:19:52.150Z] ==> Gzipping contents [2021-01-12T00:19:52.150Z] 8.0K /tmp/codecov.YmUhEj.gz [2021-01-12T00:19:52.150Z] ==> Uploading reports [2021-01-12T00:19:52.150Z] url: https://codecov.io [2021-01-12T00:19:52.150Z] query: branch=PR-161&commit=60ac99850c12819fd90b17594af123d46e347057&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= [2021-01-12T00:19:52.150Z] -> Pinging Codecov [2021-01-12T00:19:52.150Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-161&commit=60ac99850c12819fd90b17594af123d46e347057&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= [2021-01-12T00:19:52.412Z] -> Uploading to [2021-01-12T00:19:52.412Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/5E52B4B073DB2E39498172D8E973AA87/60ac99850c12819fd90b17594af123d46e347057/fd487794-cbfe-4506-97f7-2230f145211d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T001952Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99124d57360d8e00fc7427217b21fc8939f3801c5bd7a3de2aaa66d975bed014 [2021-01-12T00:19:52.412Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T00:19:52.412Z] Dload Upload Total Spent Left Speed [2021-01-12T00:19:52.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5795 0 0 100 5795 0 13052 --:--:-- --:--:-- --:--:-- 13051 [2021-01-12T00:19:52.935Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/60ac99850c12819fd90b17594af123d46e347057 [Pipeline] } [2021-01-12T00:19:52.953Z] 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-12T00:19:55.316Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:19:55.885Z] ---> package-listing.sh [2021-01-12T00:19:55.885Z] ++ facter osfamily [2021-01-12T00:19:55.885Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T00:19:55.885Z] + OS_FAMILY=redhat [2021-01-12T00:19:55.885Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-161 [2021-01-12T00:19:55.885Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T00:19:55.885Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T00:19:55.885Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T00:19:55.885Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T00:19:55.885Z] + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' [2021-01-12T00:19:55.885Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T00:19:55.885Z] + case "${OS_FAMILY}" in [2021-01-12T00:19:55.885Z] + rpm -qa [2021-01-12T00:19:55.885Z] + sort [2021-01-12T00:20:01.222Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T00:20:01.222Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T00:20:01.222Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T00:20:01.222Z] + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' [2021-01-12T00:20:01.222Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-161/archives/ [2021-01-12T00:20:01.222Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-161/archives/ [Pipeline] echo [2021-01-12T00:20:01.242Z] 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-161/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T00:20:01.550Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:20:01.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:20:01.868Z] [2021-01-12T00:20:01.868Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T00:20:02.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:20:02.238Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T00:20:02.238Z] df20fa9351a1: Pulling fs layer [2021-01-12T00:20:02.239Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T00:20:02.239Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T00:20:02.239Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T00:20:02.239Z] 93b61091891f: Pulling fs layer [2021-01-12T00:20:02.239Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T00:20:02.239Z] 5e14af77c1be: Pulling fs layer [2021-01-12T00:20:02.239Z] 01666e4c0597: Pulling fs layer [2021-01-12T00:20:02.239Z] aa168da1d23b: Pulling fs layer [2021-01-12T00:20:02.239Z] 93b61091891f: Waiting [2021-01-12T00:20:02.239Z] 93b9cdb0e59b: Waiting [2021-01-12T00:20:02.239Z] 5e14af77c1be: Waiting [2021-01-12T00:20:02.239Z] 01666e4c0597: Waiting [2021-01-12T00:20:02.239Z] 46f8f816bc3b: Waiting [2021-01-12T00:20:02.239Z] aa168da1d23b: Waiting [2021-01-12T00:20:02.239Z] 36b3adc4ff6f: Download complete [2021-01-12T00:20:02.239Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T00:20:02.239Z] 46f8f816bc3b: Download complete [2021-01-12T00:20:02.501Z] df20fa9351a1: Verifying Checksum [2021-01-12T00:20:02.501Z] df20fa9351a1: Download complete [2021-01-12T00:20:02.501Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T00:20:02.501Z] 93b9cdb0e59b: Download complete [2021-01-12T00:20:02.501Z] 93b61091891f: Download complete [2021-01-12T00:20:02.501Z] 5e14af77c1be: Verifying Checksum [2021-01-12T00:20:02.501Z] 5e14af77c1be: Download complete [2021-01-12T00:20:02.501Z] 01666e4c0597: Verifying Checksum [2021-01-12T00:20:02.501Z] 01666e4c0597: Download complete [2021-01-12T00:20:02.769Z] df20fa9351a1: Pull complete [2021-01-12T00:20:03.034Z] 36b3adc4ff6f: Pull complete [2021-01-12T00:20:03.034Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T00:20:04.004Z] 8ad3a11d3b57: Pull complete [2021-01-12T00:20:04.004Z] 46f8f816bc3b: Pull complete [2021-01-12T00:20:04.976Z] 93b61091891f: Pull complete [2021-01-12T00:20:04.976Z] aa168da1d23b: Verifying Checksum [2021-01-12T00:20:04.976Z] aa168da1d23b: Download complete [2021-01-12T00:20:04.976Z] 93b9cdb0e59b: Pull complete [2021-01-12T00:20:05.240Z] 5e14af77c1be: Pull complete [2021-01-12T00:20:05.240Z] 01666e4c0597: Pull complete [2021-01-12T00:20:13.465Z] aa168da1d23b: Pull complete [2021-01-12T00:20:13.465Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T00:20:13.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T00:20:13.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T00:20:13.740Z] prd-centos7-docker-4c-2g-19634 does not seem to be running inside a container [2021-01-12T00:20:13.793Z] $ 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-161/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-161 -v /w/workspace/foundry_device-virtual-go_PR-161:/w/workspace/foundry_device-virtual-go_PR-161:rw,z -v /w/workspace/foundry_device-virtual-go_PR-161@tmp:/w/workspace/foundry_device-virtual-go_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T00:20:16.986Z] $ docker top 8592820809b4237a4413652f14105ca2f86858a3acbd891d007449a0404e8a85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T00:20:17.461Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T00:20:17.763Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T00:20:18.064Z] + ls /var/log/sa-host [2021-01-12T00:20:18.064Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T00:20:18.064Z] file_magic: OK [2021-01-12T00:20:18.064Z] HZ: Using current value: 100 [2021-01-12T00:20:18.064Z] file_header: OK [2021-01-12T00:20:18.064Z] 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-12T00:20:18.064Z] Statistics: [2021-01-12T00:20:18.064Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T00:20:18.064Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T00:20:18.064Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T00:20:18.064Z] file_magic: OK [2021-01-12T00:20:18.064Z] HZ: Using current value: 100 [2021-01-12T00:20:18.064Z] file_header: OK [2021-01-12T00:20:18.064Z] 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-12T00:20:18.064Z] Statistics: [2021-01-12T00:20:18.064Z] Hnuu...uuuununununu... [2021-01-12T00:20:18.064Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T00:20:18.682Z] provisioning config files... [2021-01-12T00:20:18.699Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config5025764950576005941tmp [Pipeline] { [Pipeline] echo [2021-01-12T00:20:18.768Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:20:19.066Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T00:20:19.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T00:20:19.163Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:20:19.461Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T00:20:19.472Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:20:19.768Z] ---> sudo-logs.sh [2021-01-12T00:20:19.768Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T00:20:19.780Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:20:20.172Z] ---> job-cost.sh [2021-01-12T00:20:20.172Z] lf-activate-venv: SKIPPING [2021-01-12T00:20:20.172Z] INFO: No Stack... [2021-01-12T00:20:21.120Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T00:20:21.696Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T00:20:21.710Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T00:20:22.014Z] ---> logs-deploy.sh [2021-01-12T00:20:22.014Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-161/2 [2021-01-12T00:20:22.014Z] INFO: archiving workspace using pattern(s): [2021-01-12T00:20:23.930Z] Archives upload complete. [2021-01-12T00:20:23.930Z] INFO: archiving logs to Nexus [2021-01-12T00:20:24.883Z] ---> uname -a: [2021-01-12T00:20:24.883Z] Linux prd-centos7-docker-4c-2g-19634.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-12T00:20:24.883Z] [2021-01-12T00:20:24.883Z] [2021-01-12T00:20:24.883Z] ---> lscpu: [2021-01-12T00:20:24.883Z] Architecture: x86_64 [2021-01-12T00:20:24.883Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-12T00:20:24.883Z] Byte Order: Little Endian [2021-01-12T00:20:24.883Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-12T00:20:24.883Z] CPU(s): 4 [2021-01-12T00:20:24.883Z] On-line CPU(s) list: 0-3 [2021-01-12T00:20:24.883Z] Thread(s) per core: 1 [2021-01-12T00:20:24.883Z] Core(s) per socket: 1 [2021-01-12T00:20:24.883Z] Socket(s): 4 [2021-01-12T00:20:24.883Z] NUMA node(s): 1 [2021-01-12T00:20:24.883Z] Vendor ID: GenuineIntel [2021-01-12T00:20:24.883Z] CPU family: 6 [2021-01-12T00:20:24.883Z] Model: 44 [2021-01-12T00:20:24.883Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-12T00:20:24.883Z] Stepping: 1 [2021-01-12T00:20:24.883Z] CPU MHz: 2933.436 [2021-01-12T00:20:24.883Z] BogoMIPS: 5866.87 [2021-01-12T00:20:24.883Z] Virtualization: VT-x [2021-01-12T00:20:24.883Z] Hypervisor vendor: KVM [2021-01-12T00:20:24.883Z] Virtualization type: full [2021-01-12T00:20:24.883Z] L1d cache: 128 KiB [2021-01-12T00:20:24.883Z] L1i cache: 128 KiB [2021-01-12T00:20:24.883Z] L2 cache: 16 MiB [2021-01-12T00:20:24.883Z] L3 cache: 64 MiB [2021-01-12T00:20:24.883Z] NUMA node0 CPU(s): 0-3 [2021-01-12T00:20:24.883Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-12T00:20:24.883Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-12T00:20:24.884Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-12T00:20:24.884Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-12T00:20:24.884Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-12T00:20:24.884Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-12T00:20:24.884Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-12T00:20:24.884Z] Vulnerability Srbds: Not affected [2021-01-12T00:20:24.884Z] Vulnerability Tsx async abort: Not affected [2021-01-12T00:20:24.884Z] 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-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] ---> nproc: [2021-01-12T00:20:24.884Z] 4 [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] ---> df -h: [2021-01-12T00:20:24.884Z] Filesystem Size Used Available Use% Mounted on [2021-01-12T00:20:24.884Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-12T00:20:24.884Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-12T00:20:24.884Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-12T00:20:24.884Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-161 [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-161@tmp [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-12T00:20:24.884Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] ---> free -m: [2021-01-12T00:20:24.884Z] total used free shared buff/cache available [2021-01-12T00:20:24.884Z] Mem: 1837 703 100 0 1033 1029 [2021-01-12T00:20:24.884Z] Swap: 1023 1 1022 [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] ---> ip addr: [2021-01-12T00:20:24.884Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-12T00:20:24.884Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-12T00:20:24.884Z] inet 127.0.0.1/8 scope host lo [2021-01-12T00:20:24.884Z] valid_lft forever preferred_lft forever [2021-01-12T00:20:24.884Z] inet6 ::1/128 scope host [2021-01-12T00:20:24.884Z] valid_lft forever preferred_lft forever [2021-01-12T00:20:24.884Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-12T00:20:24.884Z] link/ether fa:16:3e:14:cb:da brd ff:ff:ff:ff:ff:ff [2021-01-12T00:20:24.884Z] inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-12T00:20:24.884Z] valid_lft 85956sec preferred_lft 85956sec [2021-01-12T00:20:24.884Z] inet6 fe80::f816:3eff:fe14:cbda/64 scope link [2021-01-12T00:20:24.884Z] valid_lft forever preferred_lft forever [2021-01-12T00:20:24.884Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-12T00:20:24.884Z] link/ether 02:42:61:b2:2a:78 brd ff:ff:ff:ff:ff:ff [2021-01-12T00:20:24.884Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-12T00:20:24.884Z] valid_lft forever preferred_lft forever [2021-01-12T00:20:24.884Z] inet6 fe80::42:61ff:feb2:2a78/64 scope link [2021-01-12T00:20:24.884Z] valid_lft forever preferred_lft forever [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] ---> sar -b -r -n DEV: [2021-01-12T00:20:24.884Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] 00:12:49 LINUX RESTART (4 CPU) [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] 00:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-12T00:20:24.884Z] 00:15:01 3.36 0.07 3.30 0.00 2.13 110.82 0.00 [2021-01-12T00:20:24.884Z] 00:16:01 0.42 0.00 0.42 0.00 0.00 6.09 0.00 [2021-01-12T00:20:24.884Z] 00:17:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 [2021-01-12T00:20:24.884Z] 00:18:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2021-01-12T00:20:24.884Z] 00:19:01 0.23 0.00 0.23 0.00 0.00 4.00 0.00 [2021-01-12T00:20:24.884Z] 00:20:01 47.58 46.81 0.77 0.00 3785.32 18.91 0.00 [2021-01-12T00:20:24.884Z] Average: 8.69 7.82 0.87 0.00 631.40 24.31 0.00 [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] 00:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-12T00:20:24.884Z] 00:15:01 169996 0 595600 31.65 2620 1113328 1115428 38.07 430756 1082364 20 [2021-01-12T00:20:24.884Z] 00:16:01 176236 0 589408 31.33 2620 1113280 1076936 36.75 426696 1080972 8 [2021-01-12T00:20:24.884Z] 00:17:01 173208 0 592432 31.49 2620 1113284 1077152 36.76 436416 1074544 12 [2021-01-12T00:20:24.884Z] 00:18:01 174320 0 591320 31.43 2620 1113284 1076936 36.75 435068 1074720 12 [2021-01-12T00:20:24.884Z] 00:19:01 173020 0 592612 31.50 2620 1113292 1077032 36.76 440776 1070744 8 [2021-01-12T00:20:24.884Z] 00:20:01 82436 0 601312 31.96 2620 1195176 1094580 37.36 439060 1161836 116 [2021-01-12T00:20:24.884Z] Average: 158203 0 593781 31.56 2620 1126941 1086344 37.08 434795 1090863 29 [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] 00:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-12T00:20:24.884Z] 00:15:01 eth0 2.53 1.30 2.12 0.11 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:16:01 eth0 0.93 0.08 0.10 0.01 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:17:01 eth0 1.78 0.92 0.84 0.56 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:18:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:19:01 eth0 1.20 0.48 0.46 0.27 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:20:01 eth0 12.52 7.03 10.91 4.04 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] Average: eth0 3.19 1.65 2.41 0.84 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] ---> sar -P ALL: [2021-01-12T00:20:24.884Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] 00:12:49 LINUX RESTART (4 CPU) [2021-01-12T00:20:24.884Z] [2021-01-12T00:20:24.884Z] 00:14:01 CPU %user %nice %system %iowait %steal %idle [2021-01-12T00:20:24.884Z] 00:15:01 all 0.21 0.00 0.05 0.00 0.00 99.73 [2021-01-12T00:20:24.884Z] 00:15:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-12T00:20:24.884Z] 00:15:01 1 0.12 0.00 0.08 0.00 0.00 99.80 [2021-01-12T00:20:24.884Z] 00:15:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-12T00:20:24.884Z] 00:15:01 3 0.58 0.00 0.05 0.00 0.02 99.35 [2021-01-12T00:20:24.884Z] 00:16:01 all 0.17 0.00 0.07 0.00 0.00 99.76 [2021-01-12T00:20:24.884Z] 00:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-12T00:20:24.884Z] 00:16:01 1 0.08 0.00 0.10 0.00 0.00 99.82 [2021-01-12T00:20:24.884Z] 00:16:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-12T00:20:24.884Z] 00:16:01 3 0.50 0.00 0.08 0.00 0.00 99.42 [2021-01-12T00:20:24.884Z] 00:17:01 all 0.19 0.00 0.07 0.00 0.01 99.73 [2021-01-12T00:20:24.884Z] 00:17:01 0 0.07 0.00 0.07 0.00 0.02 99.85 [2021-01-12T00:20:24.884Z] 00:17:01 1 0.07 0.00 0.13 0.00 0.00 99.80 [2021-01-12T00:20:24.884Z] 00:17:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-01-12T00:20:24.884Z] 00:17:01 3 0.57 0.00 0.03 0.00 0.02 99.38 [2021-01-12T00:20:24.884Z] 00:18:01 all 0.15 0.00 0.05 0.00 0.01 99.79 [2021-01-12T00:20:24.884Z] 00:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-12T00:20:24.884Z] 00:18:01 1 0.17 0.00 0.08 0.00 0.02 99.73 [2021-01-12T00:20:24.884Z] 00:18:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-12T00:20:24.884Z] 00:18:01 3 0.38 0.00 0.05 0.00 0.02 99.55 [2021-01-12T00:20:24.884Z] 00:19:01 all 0.09 0.00 0.07 0.00 0.00 99.84 [2021-01-12T00:20:24.884Z] 00:19:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-01-12T00:20:24.884Z] 00:19:01 1 0.23 0.00 0.13 0.00 0.00 99.63 [2021-01-12T00:20:24.884Z] 00:19:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-12T00:20:24.884Z] 00:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-12T00:20:24.884Z] 00:20:01 all 1.31 0.00 0.64 1.21 0.02 96.82 [2021-01-12T00:20:24.884Z] 00:20:01 0 2.07 0.00 0.80 0.63 0.02 96.48 [2021-01-12T00:20:24.884Z] 00:20:01 1 1.23 0.00 0.67 1.35 0.02 96.73 [2021-01-12T00:20:24.884Z] 00:20:01 2 0.82 0.00 0.45 1.44 0.02 97.28 [2021-01-12T00:20:24.885Z] 00:20:01 3 1.12 0.00 0.65 1.42 0.02 96.80 [2021-01-12T00:20:24.885Z] Average: all 0.35 0.00 0.16 0.20 0.01 99.28 [2021-01-12T00:20:24.885Z] Average: 0 0.38 0.00 0.17 0.11 0.01 99.34 [2021-01-12T00:20:24.885Z] Average: 1 0.32 0.00 0.20 0.23 0.01 99.25 [2021-01-12T00:20:24.885Z] Average: 2 0.18 0.00 0.12 0.24 0.01 99.45 [2021-01-12T00:20:24.885Z] Average: 3 0.53 0.00 0.15 0.24 0.01 99.07 [2021-01-12T00:20:24.885Z] [2021-01-12T00:20:24.885Z] [2021-01-12T00:20:24.885Z]