Pull request #169 updated 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 hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 rather than a8a563f16a92366624110ab09ed6b39fd715c2e6 Obtained Jenkinsfile from 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30108 in /w/workspace/foundry_device-virtual-go_PR-169 [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-169 # 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit a8a563f16a92366624110ab09ed6b39fd715c2e6 Merge succeeded, producing a8a563f16a92366624110ab09ed6b39fd715c2e6 Checking out Revision a8a563f16a92366624110ab09ed6b39fd715c2e6 (PR-169) > git config core.sparsecheckout # timeout=10 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # 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 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 Commit message: "refactor: consume v2 Device SDK" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-17T03:32:04.198Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-17T03:32:04.455Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-17T03:32:04.568Z] ========================================================= [2021-03-17T03:32:04.568Z] EdgeX Global Pipelines Version Info [2021-03-17T03:32:04.568Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2b4e7d513dd90ec50609b636363c1f4ebf5757ad # timeout=10 [2021-03-17T03:32:05.983Z] ------------------- [2021-03-17T03:32:05.983Z] stable info: [2021-03-17T03:32:05.983Z] ------------------- [2021-03-17T03:32:05.983Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-17T03:32:05.983Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T03:32:05.983Z] Message: update stable to v1.0.184 [2021-03-17T03:32:06.928Z] ------------------- [2021-03-17T03:32:06.928Z] experimental info: [2021-03-17T03:32:06.928Z] ------------------- [2021-03-17T03:32:06.928Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-17T03:32:06.928Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-17T03:32:06.928Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-17T03:32:07.277Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-03-17T03:32:07.366Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-03-17T03:32:07.453Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-17T03:32:07.558Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-17T03:32:07.692Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-17T03:32:07.785Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-17T03:32:07.875Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-17T03:32:07.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-17T03:32:08.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-17T03:32:08.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-17T03:32:08.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-17T03:32:08.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-03-17T03:32:08.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-17T03:32:08.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-17T03:32:08.638Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T03:32:08.759Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-17T03:32:08.883Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T03:32:08.969Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-17T03:32:09.053Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-17T03:32:09.138Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-17T03:32:09.247Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-17T03:32:09.334Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-17T03:32:09.424Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-17T03:32:09.511Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-17T03:32:09.597Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-17T03:32:09.681Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-17T03:32:09.789Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo [2021-03-17T03:32:09.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo [2021-03-17T03:32:10.059Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo [2021-03-17T03:32:10.304Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8a563f16a92366624110ab09ed6b39fd715c2e6 [Pipeline] echo [2021-03-17T03:32:10.418Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8a563f [Pipeline] echo [2021-03-17T03:32:10.511Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T03:32:10.698Z] provisioning config files... [2021-03-17T03:32:10.741Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config1980044455004804935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:32:11.204Z] ---> docker-login.sh [2021-03-17T03:32:11.204Z] nexus3.edgexfoundry.org:10001 [2021-03-17T03:32:11.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:32:11.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:32:11.467Z] Configure a credential helper to remove this warning. See [2021-03-17T03:32:11.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:32:11.467Z] [2021-03-17T03:32:11.467Z] Login Succeeded [2021-03-17T03:32:11.467Z] nexus3.edgexfoundry.org:10002 [2021-03-17T03:32:11.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:32:11.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:32:11.730Z] Configure a credential helper to remove this warning. See [2021-03-17T03:32:11.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:32:11.730Z] [2021-03-17T03:32:11.730Z] Login Succeeded [2021-03-17T03:32:11.730Z] nexus3.edgexfoundry.org:10003 [2021-03-17T03:32:11.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:32:11.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:32:11.992Z] Configure a credential helper to remove this warning. See [2021-03-17T03:32:11.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:32:11.992Z] [2021-03-17T03:32:11.992Z] Login Succeeded [2021-03-17T03:32:11.992Z] nexus3.edgexfoundry.org:10004 [2021-03-17T03:32:11.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:32:12.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:32:12.254Z] Configure a credential helper to remove this warning. See [2021-03-17T03:32:12.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:32:12.254Z] [2021-03-17T03:32:12.254Z] Login Succeeded [2021-03-17T03:32:12.254Z] docker.io [2021-03-17T03:32:12.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:32:12.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:32:12.517Z] Configure a credential helper to remove this warning. See [2021-03-17T03:32:12.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:32:12.517Z] [2021-03-17T03:32:12.517Z] Login Succeeded [2021-03-17T03:32:12.517Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T03:32:12.529Z] 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-03-17T03:32:13.307Z] + git log --format=format:%s -1 a8a563f16a92366624110ab09ed6b39fd715c2e6 [Pipeline] echo [2021-03-17T03:32:13.376Z] GIT_COMMIT: a8a563f16a92366624110ab09ed6b39fd715c2e6, Commit Message: refactor: consume v2 Device SDK [Pipeline] echo [2021-03-17T03:32:13.419Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:32:14.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T03:32:14.002Z] [2021-03-17T03:32:14.002Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:32:14.390Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T03:32:14.390Z] latest: Pulling from edgex-devops/git-semver [2021-03-17T03:32:14.390Z] 31603596830f: Pulling fs layer [2021-03-17T03:32:14.390Z] 2a8b12db71e7: Pulling fs layer [2021-03-17T03:32:14.390Z] 6ca5941a6612: Pulling fs layer [2021-03-17T03:32:14.390Z] ecc8261a40a4: Pulling fs layer [2021-03-17T03:32:14.390Z] ecc8261a40a4: Waiting [2021-03-17T03:32:14.390Z] 2a8b12db71e7: Verifying Checksum [2021-03-17T03:32:14.390Z] 2a8b12db71e7: Download complete [2021-03-17T03:32:14.655Z] 31603596830f: Verifying Checksum [2021-03-17T03:32:14.655Z] 31603596830f: Download complete [2021-03-17T03:32:14.655Z] ecc8261a40a4: Verifying Checksum [2021-03-17T03:32:14.655Z] ecc8261a40a4: Download complete [2021-03-17T03:32:14.655Z] 6ca5941a6612: Verifying Checksum [2021-03-17T03:32:14.655Z] 6ca5941a6612: Download complete [2021-03-17T03:32:14.917Z] 31603596830f: Pull complete [2021-03-17T03:32:15.184Z] 2a8b12db71e7: Pull complete [2021-03-17T03:32:16.138Z] 6ca5941a6612: Pull complete [2021-03-17T03:32:16.138Z] ecc8261a40a4: Pull complete [2021-03-17T03:32:16.138Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-17T03:32:16.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-17T03:32:16.138Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-17T03:32:16.248Z] prd-centos7-docker-4c-2g-30108 does not seem to be running inside a container [2021-03-17T03:32:16.297Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-17T03:32:18.789Z] $ docker top 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-17T03:32:19.086Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T03:32:19.086Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T03:32:19.303Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T03:32:19.307Z] $ docker exec 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent [2021-03-17T03:32:19.475Z] SSH_AUTH_SOCK=/tmp/ssh-f8xVq6D65WCz/agent.11 [2021-03-17T03:32:19.475Z] SSH_AGENT_PID=16 [2021-03-17T03:32:19.485Z] Running ssh-add (command line suppressed) [2021-03-17T03:32:19.605Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_8245122214756057137.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_8245122214756057137.key) [2021-03-17T03:32:19.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T03:32:19.995Z] + git tag --points-at HEAD [Pipeline] } [2021-03-17T03:32:20.018Z] $ docker exec --env ******** --env ******** 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent -k [2021-03-17T03:32:20.136Z] unset SSH_AUTH_SOCK; [2021-03-17T03:32:20.136Z] unset SSH_AGENT_PID; [2021-03-17T03:32:20.136Z] echo Agent pid 16 killed; [2021-03-17T03:32:20.185Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-17T03:32:20.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-17T03:32:20.348Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-17T03:32:20.520Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-17T03:32:20.525Z] $ docker exec 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent [2021-03-17T03:32:20.697Z] SSH_AUTH_SOCK=/tmp/ssh-5yQSWbne3cze/agent.45 [2021-03-17T03:32:20.697Z] SSH_AGENT_PID=50 [2021-03-17T03:32:20.703Z] Running ssh-add (command line suppressed) [2021-03-17T03:32:20.827Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_2034903456083676601.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_2034903456083676601.key) [2021-03-17T03:32:20.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-17T03:32:21.228Z] + git semver init [2021-03-17T03:32:21.228Z] # -> Open(): unable to determine branch for HEAD [2021-03-17T03:32:21.228Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.git [2021-03-17T03:32:21.228Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-169 [2021-03-17T03:32:21.228Z] # $SEMVER_REMOTE_NAME = origin [2021-03-17T03:32:21.228Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-17T03:32:21.228Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-17T03:32:21.228Z] # $SEMVER_BRANCH = PR-169 [2021-03-17T03:32:21.228Z] # $SEMVER_TEMP = /tmp/semver-657036100 [2021-03-17T03:32:21.228Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-03-17T03:32:21.491Z] # '/tmp/semver-657036100' -> '/w/workspace/foundry_device-virtual-go_PR-169/.semver' [2021-03-17T03:32:21.491Z] # -> Force: false [2021-03-17T03:32:21.491Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.semver [Pipeline] } [2021-03-17T03:32:21.504Z] $ docker exec --env ******** --env ******** 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent -k [2021-03-17T03:32:21.632Z] unset SSH_AUTH_SOCK; [2021-03-17T03:32:21.633Z] unset SSH_AGENT_PID; [2021-03-17T03:32:21.633Z] echo Agent pid 50 killed; [2021-03-17T03:32:21.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-17T03:32:22.181Z] + git semver [Pipeline] } [2021-03-17T03:32:22.225Z] $ docker stop --time=1 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 [2021-03-17T03:32:23.566Z] $ docker rm -f 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T03:32:24.053Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-17T03:32:24.537Z] Stashed 1 file(s) [Pipeline] echo [2021-03-17T03:32:24.540Z] [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-03-17T03:32:40.154Z] Still waiting to schedule task [2021-03-17T03:32:40.154Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-17T03:32:40.156Z] Still waiting to schedule task [2021-03-17T03:32:40.157Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-17T03:34:30.509Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30109 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws [2021-03-17T03:34:30.569Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-03-17T03:34:35.305Z] using credential edgex-jenkins-ssh [2021-03-17T03:34:35.360Z] Cloning the remote Git repository [2021-03-17T03:34:35.440Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-03-17T03:34:35.558Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-03-17T03:34:35.666Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-17T03:34:35.667Z] > git --version # timeout=10 [2021-03-17T03:34:35.688Z] > git --version # 'git version 2.17.1' [2021-03-17T03:34:35.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:34:35.760Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:34:36.483Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-17T03:34:36.501Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:34:36.531Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-17T03:34:36.572Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-17T03:34:36.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:34:36.584Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T03:34:37.125Z] Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit a8a563f16a92366624110ab09ed6b39fd715c2e6 [2021-03-17T03:34:37.309Z] Merge succeeded, producing a8a563f16a92366624110ab09ed6b39fd715c2e6 [2021-03-17T03:34:37.310Z] Checking out Revision a8a563f16a92366624110ab09ed6b39fd715c2e6 (PR-169) [2021-03-17T03:34:37.150Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:34:37.161Z] > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 [2021-03-17T03:34:37.245Z] > git remote # timeout=10 [2021-03-17T03:34:37.257Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T03:34:37.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:34:37.283Z] > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 [2021-03-17T03:34:37.306Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T03:34:37.324Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:34:37.333Z] > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 [2021-03-17T03:34:41.425Z] Commit message: "refactor: consume v2 Device SDK" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T03:34:43.089Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:34:43.580Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:34:43.920Z] + sudo service docker restart [2021-03-17T03:34:43.920Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T03:34:46.633Z] provisioning config files... [2021-03-17T03:34:46.690Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config5739411896526186244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:34:47.095Z] ---> docker-login.sh [2021-03-17T03:34:47.095Z] nexus3.edgexfoundry.org:10001 [2021-03-17T03:34:48.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:34:48.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:34:48.358Z] Configure a credential helper to remove this warning. See [2021-03-17T03:34:48.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:34:48.358Z] [2021-03-17T03:34:48.358Z] Login Succeeded [2021-03-17T03:34:48.358Z] nexus3.edgexfoundry.org:10002 [2021-03-17T03:34:48.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:34:48.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:34:48.906Z] Configure a credential helper to remove this warning. See [2021-03-17T03:34:48.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:34:48.906Z] [2021-03-17T03:34:48.906Z] Login Succeeded [2021-03-17T03:34:48.906Z] nexus3.edgexfoundry.org:10003 [2021-03-17T03:34:49.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:34:49.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:34:49.451Z] Configure a credential helper to remove this warning. See [2021-03-17T03:34:49.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:34:49.451Z] [2021-03-17T03:34:49.451Z] Login Succeeded [2021-03-17T03:34:49.451Z] nexus3.edgexfoundry.org:10004 [2021-03-17T03:34:49.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:34:49.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:34:49.998Z] Configure a credential helper to remove this warning. See [2021-03-17T03:34:49.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:34:49.998Z] [2021-03-17T03:34:49.998Z] Login Succeeded [2021-03-17T03:34:49.998Z] docker.io [2021-03-17T03:34:50.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:34:50.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:34:50.544Z] Configure a credential helper to remove this warning. See [2021-03-17T03:34:50.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:34:50.544Z] [2021-03-17T03:34:50.544Z] Login Succeeded [2021-03-17T03:34:50.544Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T03:34:50.561Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T03:34:51.209Z] ========================================================= [2021-03-17T03:34:51.209Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-17T03:34:51.209Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:34:51.593Z] + 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-03-17T03:34:51.868Z] Sending build context to Docker daemon 511kB [2021-03-17T03:34:51.868Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:34:51.868Z] Step 2/8 : FROM ${BASE} [2021-03-17T03:34:52.142Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-17T03:34:52.142Z] 5f621e34cdf4: Pulling fs layer [2021-03-17T03:34:52.142Z] a4357932f1b6: Pulling fs layer [2021-03-17T03:34:52.142Z] 18c013af1878: Pulling fs layer [2021-03-17T03:34:52.142Z] 00ac8860ef70: Pulling fs layer [2021-03-17T03:34:52.142Z] 63d7cb157983: Pulling fs layer [2021-03-17T03:34:52.142Z] b116817d02f9: Pulling fs layer [2021-03-17T03:34:52.142Z] 745a02a5169b: Pulling fs layer [2021-03-17T03:34:52.142Z] 00ac8860ef70: Waiting [2021-03-17T03:34:52.142Z] 63d7cb157983: Waiting [2021-03-17T03:34:52.142Z] b116817d02f9: Waiting [2021-03-17T03:34:52.142Z] 745a02a5169b: Waiting [2021-03-17T03:34:52.142Z] a4357932f1b6: Download complete [2021-03-17T03:34:52.142Z] 18c013af1878: Download complete [2021-03-17T03:34:52.142Z] 63d7cb157983: Verifying Checksum [2021-03-17T03:34:52.142Z] 63d7cb157983: Download complete [2021-03-17T03:34:52.142Z] b116817d02f9: Verifying Checksum [2021-03-17T03:34:52.142Z] b116817d02f9: Download complete [2021-03-17T03:34:52.142Z] 5f621e34cdf4: Verifying Checksum [2021-03-17T03:34:52.142Z] 5f621e34cdf4: Download complete [2021-03-17T03:34:52.739Z] 5f621e34cdf4: Pull complete [2021-03-17T03:34:53.334Z] a4357932f1b6: Pull complete [2021-03-17T03:34:53.942Z] 18c013af1878: Pull complete [2021-03-17T03:34:54.932Z] 745a02a5169b: Verifying Checksum [2021-03-17T03:34:54.932Z] 745a02a5169b: Download complete [2021-03-17T03:34:56.362Z] 00ac8860ef70: Verifying Checksum [2021-03-17T03:34:56.362Z] 00ac8860ef70: Download complete [2021-03-17T03:35:01.108Z] Running on prd-centos7-docker-4c-2g-30110 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws [2021-03-17T03:35:01.167Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-03-17T03:35:03.543Z] using credential edgex-jenkins-ssh [2021-03-17T03:35:03.592Z] Cloning the remote Git repository [2021-03-17T03:35:02.906Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-03-17T03:35:02.978Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-03-17T03:35:03.040Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-17T03:35:03.040Z] > git --version # timeout=10 [2021-03-17T03:35:03.046Z] > git --version # 'git version 2.24.3' [2021-03-17T03:35:03.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:35:03.078Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:35:03.761Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-17T03:35:03.767Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-17T03:35:03.780Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-17T03:35:03.795Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-17T03:35:03.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:35:03.800Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-17T03:35:04.922Z] Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit a8a563f16a92366624110ab09ed6b39fd715c2e6 [2021-03-17T03:35:05.014Z] Merge succeeded, producing a8a563f16a92366624110ab09ed6b39fd715c2e6 [2021-03-17T03:35:05.015Z] Checking out Revision a8a563f16a92366624110ab09ed6b39fd715c2e6 (PR-169) [2021-03-17T03:35:04.336Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:35:04.344Z] > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 [2021-03-17T03:35:04.382Z] > git remote # timeout=10 [2021-03-17T03:35:04.386Z] > git config --get remote.origin.url # timeout=10 [2021-03-17T03:35:04.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-17T03:35:04.399Z] > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 [2021-03-17T03:35:04.412Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-17T03:35:04.425Z] > git config core.sparsecheckout # timeout=10 [2021-03-17T03:35:04.434Z] > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 [2021-03-17T03:35:06.571Z] 00ac8860ef70: Pull complete [2021-03-17T03:35:06.571Z] 63d7cb157983: Pull complete [2021-03-17T03:35:06.571Z] b116817d02f9: Pull complete [2021-03-17T03:35:08.386Z] Commit message: "refactor: consume v2 Device SDK" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T03:35:09.533Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:35:09.876Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-17T03:35:10.170Z] + sudo service docker restart [2021-03-17T03:35:10.170Z] + true [2021-03-17T03:35:10.170Z] Redirecting to /bin/systemctl restart docker.service [2021-03-17T03:35:10.909Z] 745a02a5169b: Pull complete [2021-03-17T03:35:10.909Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-17T03:35:10.909Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-17T03:35:10.909Z] ---> b7e6874047d6 [2021-03-17T03:35:10.909Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-17T03:35:11.192Z] provisioning config files... [2021-03-17T03:35:11.229Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config7572213396581713575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:35:11.585Z] ---> docker-login.sh [2021-03-17T03:35:11.585Z] nexus3.edgexfoundry.org:10001 [2021-03-17T03:35:11.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:35:11.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:35:11.849Z] Configure a credential helper to remove this warning. See [2021-03-17T03:35:11.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:35:11.849Z] [2021-03-17T03:35:11.849Z] Login Succeeded [2021-03-17T03:35:11.849Z] nexus3.edgexfoundry.org:10002 [2021-03-17T03:35:11.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:35:12.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:35:12.112Z] Configure a credential helper to remove this warning. See [2021-03-17T03:35:12.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:35:12.112Z] [2021-03-17T03:35:12.112Z] Login Succeeded [2021-03-17T03:35:12.112Z] nexus3.edgexfoundry.org:10003 [2021-03-17T03:35:12.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:35:12.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:35:12.112Z] Configure a credential helper to remove this warning. See [2021-03-17T03:35:12.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:35:12.112Z] [2021-03-17T03:35:12.112Z] Login Succeeded [2021-03-17T03:35:12.112Z] nexus3.edgexfoundry.org:10004 [2021-03-17T03:35:12.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:35:12.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:35:12.372Z] Configure a credential helper to remove this warning. See [2021-03-17T03:35:12.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:35:12.372Z] [2021-03-17T03:35:12.372Z] Login Succeeded [2021-03-17T03:35:12.372Z] docker.io [2021-03-17T03:35:12.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-17T03:35:12.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-17T03:35:12.635Z] Configure a credential helper to remove this warning. See [2021-03-17T03:35:12.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-17T03:35:12.635Z] [2021-03-17T03:35:12.635Z] Login Succeeded [2021-03-17T03:35:12.635Z] ---> docker-login.sh ends [Pipeline] } [2021-03-17T03:35:12.645Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-17T03:35:12.990Z] ========================================================= [2021-03-17T03:35:12.990Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-17T03:35:12.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:35:13.331Z] + 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-03-17T03:35:13.331Z] Sending build context to Docker daemon 512kB [2021-03-17T03:35:13.331Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:35:13.331Z] Step 2/8 : FROM ${BASE} [2021-03-17T03:35:13.331Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-17T03:35:13.331Z] 188c0c94c7c5: Pulling fs layer [2021-03-17T03:35:13.331Z] 0ef7d3d256c8: Pulling fs layer [2021-03-17T03:35:13.331Z] de9db76c5a1d: Pulling fs layer [2021-03-17T03:35:13.331Z] bca2f99d35d6: Pulling fs layer [2021-03-17T03:35:13.331Z] 93359f2a8cfa: Pulling fs layer [2021-03-17T03:35:13.331Z] 7c6f9722023f: Pulling fs layer [2021-03-17T03:35:13.331Z] a35cf1a2eb13: Pulling fs layer [2021-03-17T03:35:13.331Z] 93359f2a8cfa: Waiting [2021-03-17T03:35:13.331Z] 7c6f9722023f: Waiting [2021-03-17T03:35:13.331Z] a35cf1a2eb13: Waiting [2021-03-17T03:35:13.331Z] bca2f99d35d6: Waiting [2021-03-17T03:35:13.331Z] de9db76c5a1d: Verifying Checksum [2021-03-17T03:35:13.331Z] de9db76c5a1d: Download complete [2021-03-17T03:35:13.331Z] 0ef7d3d256c8: Verifying Checksum [2021-03-17T03:35:13.331Z] 0ef7d3d256c8: Download complete [2021-03-17T03:35:13.535Z] ---> Running in 95c4b20e9629 [2021-03-17T03:35:13.535Z] Removing intermediate container 95c4b20e9629 [2021-03-17T03:35:13.535Z] ---> 63efca56386d [2021-03-17T03:35:13.535Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:35:13.592Z] 93359f2a8cfa: Download complete [2021-03-17T03:35:13.592Z] 188c0c94c7c5: Verifying Checksum [2021-03-17T03:35:13.592Z] 188c0c94c7c5: Download complete [2021-03-17T03:35:13.592Z] 7c6f9722023f: Verifying Checksum [2021-03-17T03:35:13.592Z] 7c6f9722023f: Download complete [2021-03-17T03:35:13.809Z] ---> Running in 4fba2d171ecc [2021-03-17T03:35:13.859Z] 188c0c94c7c5: Pull complete [2021-03-17T03:35:13.859Z] 0ef7d3d256c8: Pull complete [2021-03-17T03:35:14.120Z] de9db76c5a1d: Pull complete [2021-03-17T03:35:15.073Z] a35cf1a2eb13: Verifying Checksum [2021-03-17T03:35:15.073Z] a35cf1a2eb13: Download complete [2021-03-17T03:35:16.034Z] bca2f99d35d6: Verifying Checksum [2021-03-17T03:35:16.034Z] bca2f99d35d6: Download complete [2021-03-17T03:35:16.451Z] Removing intermediate container 4fba2d171ecc [2021-03-17T03:35:16.451Z] ---> 23e59e170bce [2021-03-17T03:35:16.451Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-03-17T03:35:16.451Z] ---> Running in cc8511b92085 [2021-03-17T03:35:17.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T03:35:18.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T03:35:19.017Z] (1/14) Installing libmagic (5.38-r0) [2021-03-17T03:35:19.018Z] (2/14) Installing file (5.38-r0) [2021-03-17T03:35:19.018Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-03-17T03:35:19.289Z] (4/14) Installing g++ (9.3.0-r2) [2021-03-17T03:35:21.344Z] bca2f99d35d6: Pull complete [2021-03-17T03:35:21.344Z] 93359f2a8cfa: Pull complete [2021-03-17T03:35:21.344Z] 7c6f9722023f: Pull complete [2021-03-17T03:35:24.674Z] (5/14) Installing fortify-headers (1.1-r0) [2021-03-17T03:35:24.674Z] (6/14) Installing patch (2.7.6-r6) [2021-03-17T03:35:24.674Z] (7/14) Installing build-base (0.5-r2) [2021-03-17T03:35:24.674Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-03-17T03:35:24.674Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-03-17T03:35:24.674Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-03-17T03:35:25.264Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-03-17T03:35:25.264Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-03-17T03:35:25.264Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-03-17T03:35:25.532Z] (14/14) Installing openssh (8.3_p1-r1) [2021-03-17T03:35:25.532Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T03:35:25.532Z] OK: 221 MiB in 53 packages [2021-03-17T03:35:27.950Z] a35cf1a2eb13: Pull complete [2021-03-17T03:35:27.950Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-17T03:35:27.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-17T03:35:27.950Z] ---> a62c8e92a672 [2021-03-17T03:35:27.950Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-03-17T03:35:27.950Z] ---> Running in 40cd24e9eba1 [2021-03-17T03:35:27.950Z] Removing intermediate container 40cd24e9eba1 [2021-03-17T03:35:27.950Z] ---> b74d50cff8c3 [2021-03-17T03:35:27.950Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:35:27.950Z] ---> Running in da37fe4151c6 [2021-03-17T03:35:28.528Z] Removing intermediate container da37fe4151c6 [2021-03-17T03:35:28.528Z] ---> 2b7b6c7d3dcb [2021-03-17T03:35:28.528Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-03-17T03:35:28.790Z] ---> Running in 5191eb03509c [2021-03-17T03:35:29.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T03:35:29.828Z] Removing intermediate container cc8511b92085 [2021-03-17T03:35:29.828Z] ---> f5136ed77f0c [2021-03-17T03:35:29.828Z] Step 6/8 : WORKDIR /device-virtual-go [2021-03-17T03:35:29.828Z] ---> Running in 26ec6d094ff6 [2021-03-17T03:35:29.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T03:35:30.102Z] Removing intermediate container 26ec6d094ff6 [2021-03-17T03:35:30.102Z] ---> 75785f5af866 [2021-03-17T03:35:30.102Z] Step 7/8 : COPY . . [2021-03-17T03:35:30.519Z] (1/14) Installing libmagic (5.38-r0) [2021-03-17T03:35:30.519Z] (2/14) Installing file (5.38-r0) [2021-03-17T03:35:30.779Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-03-17T03:35:30.779Z] (4/14) Installing g++ (9.3.0-r2) [2021-03-17T03:35:31.088Z] ---> 8c02334030aa [2021-03-17T03:35:31.088Z] Step 8/8 : RUN go mod download [2021-03-17T03:35:31.088Z] ---> Running in 5ca4a8512e3c [2021-03-17T03:35:36.079Z] (5/14) Installing fortify-headers (1.1-r0) [2021-03-17T03:35:36.079Z] (6/14) Installing patch (2.7.6-r6) [2021-03-17T03:35:36.079Z] (7/14) Installing build-base (0.5-r2) [2021-03-17T03:35:36.079Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-03-17T03:35:36.079Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-03-17T03:35:36.079Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-03-17T03:35:36.079Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-03-17T03:35:36.079Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-03-17T03:35:36.341Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-03-17T03:35:36.341Z] (14/14) Installing openssh (8.3_p1-r1) [2021-03-17T03:35:36.341Z] Executing busybox-1.31.1-r19.trigger [2021-03-17T03:35:36.341Z] OK: 237 MiB in 53 packages [2021-03-17T03:35:38.893Z] Removing intermediate container 5191eb03509c [2021-03-17T03:35:38.893Z] ---> d74da4739562 [2021-03-17T03:35:38.893Z] Step 6/8 : WORKDIR /device-virtual-go [2021-03-17T03:35:38.893Z] ---> Running in 499d12338852 [2021-03-17T03:35:39.157Z] Removing intermediate container 499d12338852 [2021-03-17T03:35:39.157Z] ---> a7163ff628b1 [2021-03-17T03:35:39.157Z] Step 7/8 : COPY . . [2021-03-17T03:35:40.108Z] ---> 43645184fb8f [2021-03-17T03:35:40.108Z] Step 8/8 : RUN go mod download [2021-03-17T03:35:40.108Z] ---> Running in e98a15835918 [2021-03-17T03:35:57.926Z] Removing intermediate container 5ca4a8512e3c [2021-03-17T03:35:57.926Z] ---> 8f9c8e1d356e [2021-03-17T03:35:57.926Z] Successfully built 8f9c8e1d356e [2021-03-17T03:35:57.926Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:35:58.268Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T03:35:58.268Z] . [Pipeline] withDockerContainer [2021-03-17T03:35:58.535Z] prd-ubuntu18.04-docker-arm64-4c-16g-30109 does not seem to be running inside a container [2021-03-17T03:35:58.617Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-03-17T03:36:00.120Z] $ docker top 3fff02446ba621191a39d434646f92962ef331b20551e129f4e84fb01ff0bcf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:36:01.131Z] + go version [2021-03-17T03:36:01.132Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-17T03:36:01.159Z] $ docker stop --time=1 3fff02446ba621191a39d434646f92962ef331b20551e129f4e84fb01ff0bcf4 [2021-03-17T03:36:02.106Z] Removing intermediate container e98a15835918 [2021-03-17T03:36:02.106Z] ---> 08d0637acfee [2021-03-17T03:36:02.106Z] Successfully built 08d0637acfee [2021-03-17T03:36:02.106Z] Successfully tagged ci-base-image-x86_64:latest [2021-03-17T03:36:03.013Z] $ docker rm -f 3fff02446ba621191a39d434646f92962ef331b20551e129f4e84fb01ff0bcf4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:36:03.746Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T03:36:03.746Z] . [Pipeline] withDockerContainer [2021-03-17T03:36:03.989Z] + docker inspect -f . ci-base-image-arm64 [2021-03-17T03:36:03.989Z] . [2021-03-17T03:36:04.006Z] prd-centos7-docker-4c-2g-30110 does not seem to be running inside a container [2021-03-17T03:36:04.165Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-17T03:36:04.869Z] $ docker top 63bc4d0f656635d8e75295eeecc4823e774c9fdadfd6e1f644fd201ee56b2dfd -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-03-17T03:36:05.292Z] prd-ubuntu18.04-docker-arm64-4c-16g-30109 does not seem to be running inside a container [2021-03-17T03:36:05.377Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2021-03-17T03:36:06.860Z] $ docker top 1676b05521e79f56ca1e8d0a499f27d87c4835fd91955a87c33554a3c24598c6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-17T03:36:07.526Z] + go version [2021-03-17T03:36:07.526Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-17T03:36:07.538Z] $ docker stop --time=1 63bc4d0f656635d8e75295eeecc4823e774c9fdadfd6e1f644fd201ee56b2dfd [2021-03-17T03:36:07.912Z] + make test [2021-03-17T03:36:07.912Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-17T03:36:08.884Z] $ docker rm -f 63bc4d0f656635d8e75295eeecc4823e774c9fdadfd6e1f644fd201ee56b2dfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2021-03-17T03:36:09.356Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:36:09.685Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-17T03:36:09.685Z] . [Pipeline] withDockerContainer [2021-03-17T03:36:09.772Z] prd-centos7-docker-4c-2g-30110 does not seem to be running inside a container [2021-03-17T03:36:09.816Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-03-17T03:36:10.362Z] $ docker top 5f6b7b524f1fa7f68039debf998ae73a173ebadb4f0c886a4cd0a10b4a0d6744 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:36:10.813Z] + make test [2021-03-17T03:36:10.813Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-17T03:36:11.760Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-03-17T03:36:26.811Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-03-17T03:36:27.072Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.348s coverage: 63.5% of statements [2021-03-17T03:36:27.344Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-17T03:36:30.694Z] gofmt -l . [2021-03-17T03:36:30.957Z] [ "`gofmt -l .`" = "" ] [2021-03-17T03:36:30.957Z] ./bin/test-attribution-txt.sh [2021-03-17T03:36:31.531Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T03:36:31.805Z] $ docker stop --time=1 5f6b7b524f1fa7f68039debf998ae73a173ebadb4f0c886a4cd0a10b4a0d6744 [2021-03-17T03:36:33.410Z] $ docker rm -f 5f6b7b524f1fa7f68039debf998ae73a173ebadb4f0c886a4cd0a10b4a0d6744 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T03:36:34.052Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T03:36:34.365Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-17T03:36:36.694Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T03:36:36.987Z] + ls -al . [2021-03-17T03:36:36.987Z] total 128 [2021-03-17T03:36:36.987Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 17 03:36 . [2021-03-17T03:36:36.987Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 17 03:35 .. [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 7136 Mar 17 03:35 Attribution.txt [2021-03-17T03:36:36.987Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 17 03:35 bin [2021-03-17T03:36:36.987Z] drwxrwxr-x. 3 jenkins jenkins 32 Mar 17 03:35 cmd [2021-03-17T03:36:36.987Z] -rw-r--r--. 1 jenkins jenkins 47526 Mar 17 03:36 coverage.out [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 1851 Mar 17 03:35 Dockerfile [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 961 Mar 17 03:35 Dockerfile.build [2021-03-17T03:36:36.987Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 17 03:35 .git [2021-03-17T03:36:36.987Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 03:35 .github [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 258 Mar 17 03:35 .gitignore [2021-03-17T03:36:36.987Z] -rw-r--r--. 1 jenkins jenkins 809 Mar 17 03:36 go.mod [2021-03-17T03:36:36.987Z] -rw-r--r--. 1 jenkins jenkins 20236 Mar 17 03:36 go.sum [2021-03-17T03:36:36.987Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 17 03:35 internal [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 660 Mar 17 03:35 Jenkinsfile [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 11340 Mar 17 03:35 LICENSE [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 873 Mar 17 03:35 Makefile [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 918 Mar 17 03:35 README.md [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 17 03:32 VERSION [2021-03-17T03:36:36.987Z] -rw-rw-r--. 1 jenkins jenkins 235 Mar 17 03:35 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:36:37.288Z] + 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=a8a563f16a92366624110ab09ed6b39fd715c2e6 --label arch=amd64 --label version=0.0.0 . [2021-03-17T03:36:37.288Z] Sending build context to Docker daemon 581.1kB [2021-03-17T03:36:37.288Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:36:37.288Z] Step 2/22 : FROM ${BASE} AS builder [2021-03-17T03:36:37.288Z] ---> 08d0637acfee [2021-03-17T03:36:37.288Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-03-17T03:36:37.862Z] ---> Running in 253d8d61dcf3 [2021-03-17T03:36:37.862Z] Removing intermediate container 253d8d61dcf3 [2021-03-17T03:36:37.862Z] ---> 5df5bf757f22 [2021-03-17T03:36:37.862Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-03-17T03:36:37.862Z] ---> Running in 246db649ca51 [2021-03-17T03:36:38.125Z] Removing intermediate container 246db649ca51 [2021-03-17T03:36:38.125Z] ---> 4abc033524cb [2021-03-17T03:36:38.125Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-03-17T03:36:38.125Z] ---> Running in b2171fb8e6a2 [2021-03-17T03:36:38.388Z] Removing intermediate container b2171fb8e6a2 [2021-03-17T03:36:38.388Z] ---> 65270df70e4f [2021-03-17T03:36:38.388Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:36:38.388Z] ---> Running in 4e24ab3a332d [2021-03-17T03:36:39.335Z] Removing intermediate container 4e24ab3a332d [2021-03-17T03:36:39.335Z] ---> a256d857f354 [2021-03-17T03:36:39.335Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-17T03:36:39.335Z] ---> Running in be936b6aba6c [2021-03-17T03:36:39.914Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-17T03:36:40.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-17T03:36:40.749Z] OK: 237 MiB in 53 packages [2021-03-17T03:36:41.321Z] Removing intermediate container be936b6aba6c [2021-03-17T03:36:41.321Z] ---> 239059b8edb0 [2021-03-17T03:36:41.321Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-03-17T03:36:41.321Z] ---> Running in 2c5931348443 [2021-03-17T03:36:41.582Z] Removing intermediate container 2c5931348443 [2021-03-17T03:36:41.582Z] ---> 0c82527fb01b [2021-03-17T03:36:41.582Z] Step 9/22 : COPY . . [2021-03-17T03:36:42.157Z] ---> 3097ead86d45 [2021-03-17T03:36:42.157Z] Step 10/22 : ARG MAKE='make build' [2021-03-17T03:36:42.157Z] ---> Running in ea5411ffe116 [2021-03-17T03:36:42.422Z] Removing intermediate container ea5411ffe116 [2021-03-17T03:36:42.422Z] ---> 85618a18127f [2021-03-17T03:36:42.422Z] Step 11/22 : RUN $MAKE [2021-03-17T03:36:42.688Z] ---> Running in b6e7b4023dd6 [2021-03-17T03:36:42.958Z] 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-03-17T03:36:55.340Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-17T03:36:56.371Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-03-17T03:36:56.371Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.470s coverage: 63.5% of statements [2021-03-17T03:36:56.371Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-17T03:36:57.893Z] Removing intermediate container b6e7b4023dd6 [2021-03-17T03:36:57.893Z] ---> 977d6a7a2985 [2021-03-17T03:36:57.893Z] Step 12/22 : FROM alpine:3.12 [2021-03-17T03:36:58.154Z] 3.12: Pulling from library/alpine [2021-03-17T03:36:58.414Z] f84cab65f19f: Pulling fs layer [2021-03-17T03:36:58.414Z] f84cab65f19f: Verifying Checksum [2021-03-17T03:36:58.414Z] f84cab65f19f: Download complete [2021-03-17T03:36:58.678Z] f84cab65f19f: Pull complete [2021-03-17T03:36:58.678Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T03:36:58.678Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T03:36:58.678Z] ---> 88dd2752d2ea [2021-03-17T03:36:58.678Z] Step 13/22 : ENV APP_PORT=49990 [2021-03-17T03:36:58.940Z] ---> Running in 295e5e8bb05e [2021-03-17T03:36:59.201Z] Removing intermediate container 295e5e8bb05e [2021-03-17T03:36:59.201Z] ---> 39233a01b3db [2021-03-17T03:36:59.201Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T03:36:59.773Z] ---> Running in 9fa532550300 [2021-03-17T03:37:00.037Z] Removing intermediate container 9fa532550300 [2021-03-17T03:37:00.037Z] ---> 9f6b3062a105 [2021-03-17T03:37:00.037Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-03-17T03:37:00.611Z] ---> 79683435333c [2021-03-17T03:37:00.611Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-03-17T03:37:00.872Z] ---> 048304592e66 [2021-03-17T03:37:00.872Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-03-17T03:37:01.135Z] ---> 12260de19413 [2021-03-17T03:37:01.136Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-03-17T03:37:01.136Z] ---> Running in d76530519fff [2021-03-17T03:37:01.396Z] Removing intermediate container d76530519fff [2021-03-17T03:37:01.396Z] ---> 38922c1d49fb [2021-03-17T03:37:01.396Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T03:37:01.396Z] ---> Running in e2481850af22 [2021-03-17T03:37:01.661Z] Removing intermediate container e2481850af22 [2021-03-17T03:37:01.661Z] ---> 26746970318a [2021-03-17T03:37:01.661Z] Step 20/22 : LABEL arch=amd64 [2021-03-17T03:37:01.661Z] ---> Running in c9344b4001cc [2021-03-17T03:37:01.661Z] Removing intermediate container c9344b4001cc [2021-03-17T03:37:01.661Z] ---> b2a8cf3e9ad1 [2021-03-17T03:37:01.661Z] Step 21/22 : LABEL git_sha=a8a563f16a92366624110ab09ed6b39fd715c2e6 [2021-03-17T03:37:01.923Z] ---> Running in dc895fd83156 [2021-03-17T03:37:01.923Z] Removing intermediate container dc895fd83156 [2021-03-17T03:37:01.923Z] ---> 38eb22404070 [2021-03-17T03:37:01.923Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T03:37:02.184Z] ---> Running in 1fbd7a2333b5 [2021-03-17T03:37:02.184Z] Removing intermediate container 1fbd7a2333b5 [2021-03-17T03:37:02.184Z] ---> e1736afa7007 [2021-03-17T03:37:02.184Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T03:37:02.184Z] Successfully built e1736afa7007 [2021-03-17T03:37:02.184Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:37:03.169Z] ---> job-cost.sh [2021-03-17T03:37:03.169Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UPtq [2021-03-17T03:37:04.678Z] gofmt -l . [2021-03-17T03:37:04.955Z] [ "`gofmt -l .`" = "" ] [2021-03-17T03:37:04.955Z] ./bin/test-attribution-txt.sh [2021-03-17T03:37:06.400Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-17T03:37:06.697Z] $ docker stop --time=1 1676b05521e79f56ca1e8d0a499f27d87c4835fd91955a87c33554a3c24598c6 [2021-03-17T03:37:08.954Z] $ docker rm -f 1676b05521e79f56ca1e8d0a499f27d87c4835fd91955a87c33554a3c24598c6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-17T03:37:10.043Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-17T03:37:10.133Z] Warning: overwriting stash ‘coverage-report’ [2021-03-17T03:37:11.256Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-17T03:37:12.026Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-17T03:37:12.375Z] + ls -al . [2021-03-17T03:37:12.375Z] total 152 [2021-03-17T03:37:12.375Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 17 03:37 . [2021-03-17T03:37:12.375Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 03:34 .. [2021-03-17T03:37:12.375Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 03:34 .git [2021-03-17T03:37:12.375Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 03:34 .github [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 258 Mar 17 03:34 .gitignore [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 7136 Mar 17 03:34 Attribution.txt [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 1851 Mar 17 03:34 Dockerfile [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 961 Mar 17 03:34 Dockerfile.build [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 17 03:34 Jenkinsfile [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 17 03:34 LICENSE [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 873 Mar 17 03:34 Makefile [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 918 Mar 17 03:34 README.md [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 03:32 VERSION [2021-03-17T03:37:12.375Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 03:34 bin [2021-03-17T03:37:12.375Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 03:34 cmd [2021-03-17T03:37:12.375Z] -rw-r--r-- 1 jenkins jenkins 47526 Mar 17 03:36 coverage.out [2021-03-17T03:37:12.375Z] -rw-r--r-- 1 jenkins jenkins 809 Mar 17 03:37 go.mod [2021-03-17T03:37:12.375Z] -rw-r--r-- 1 jenkins jenkins 20236 Mar 17 03:37 go.sum [2021-03-17T03:37:12.375Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 03:34 internal [2021-03-17T03:37:12.375Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 17 03:34 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:37:12.714Z] + 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=a8a563f16a92366624110ab09ed6b39fd715c2e6 --label arch=arm64 --label version=0.0.0 . [2021-03-17T03:37:12.987Z] Sending build context to Docker daemon 580.1kB [2021-03-17T03:37:13.259Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-03-17T03:37:13.259Z] Step 2/22 : FROM ${BASE} AS builder [2021-03-17T03:37:13.259Z] ---> 8f9c8e1d356e [2021-03-17T03:37:13.259Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-03-17T03:37:13.533Z] ---> Running in 9b078debf394 [2021-03-17T03:37:13.804Z] Removing intermediate container 9b078debf394 [2021-03-17T03:37:13.804Z] ---> 857a0135a311 [2021-03-17T03:37:13.804Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-03-17T03:37:14.077Z] ---> Running in 66c816fe58aa [2021-03-17T03:37:14.349Z] Removing intermediate container 66c816fe58aa [2021-03-17T03:37:14.349Z] ---> bad8eea79f86 [2021-03-17T03:37:14.349Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-03-17T03:37:14.625Z] ---> Running in 48100df060f5 [2021-03-17T03:37:15.220Z] Removing intermediate container 48100df060f5 [2021-03-17T03:37:15.220Z] ---> 0f243a00ded3 [2021-03-17T03:37:15.220Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-17T03:37:15.220Z] ---> Running in 609092bd632a [2021-03-17T03:37:17.834Z] Removing intermediate container 609092bd632a [2021-03-17T03:37:17.834Z] ---> ebbf4333581d [2021-03-17T03:37:17.834Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-17T03:37:17.834Z] ---> Running in 672659fced40 [2021-03-17T03:37:18.081Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T03:37:18.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-17T03:37:19.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-17T03:37:19.999Z] OK: 221 MiB in 53 packages [2021-03-17T03:37:20.988Z] Removing intermediate container 672659fced40 [2021-03-17T03:37:20.988Z] ---> a33710978c7a [2021-03-17T03:37:20.988Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-03-17T03:37:21.261Z] ---> Running in ee988081887f [2021-03-17T03:37:21.855Z] Removing intermediate container ee988081887f [2021-03-17T03:37:21.855Z] ---> d6772c4b15a2 [2021-03-17T03:37:21.855Z] Step 9/22 : COPY . . [2021-03-17T03:37:22.832Z] ---> 85c5c0f405d6 [2021-03-17T03:37:22.832Z] Step 10/22 : ARG MAKE='make build' [2021-03-17T03:37:22.832Z] ---> Running in 94decdecaa4f [2021-03-17T03:37:23.429Z] Removing intermediate container 94decdecaa4f [2021-03-17T03:37:23.429Z] ---> 7c1972d00b2d [2021-03-17T03:37:23.429Z] Step 11/22 : RUN $MAKE [2021-03-17T03:37:23.429Z] ---> Running in f779a8722f44 [2021-03-17T03:37:24.865Z] 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-03-17T03:37:44.685Z] lf-activate-venv(): INFO: Adding /tmp/venv-UPtq/bin to PATH [2021-03-17T03:37:44.685Z] INFO: No Stack... [2021-03-17T03:37:44.685Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T03:37:44.685Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T03:37:44.990Z] + cat /w/workspace/device-virtual-go/2/archives/cost.csv [2021-03-17T03:37:44.990Z] + cut -d, -f6 [Pipeline] lock [2021-03-17T03:37:45.063Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [2021-03-17T03:37:45.075Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] did not exist. Created. [2021-03-17T03:37:45.076Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T03:37:45.471Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-17T03:37:45.555Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T03:37:45.567Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-17T03:38:03.910Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-17T03:38:05.336Z] Removing intermediate container f779a8722f44 [2021-03-17T03:38:05.336Z] ---> 56136152b2a1 [2021-03-17T03:38:05.336Z] Step 12/22 : FROM alpine:3.12 [2021-03-17T03:38:05.607Z] 3.12: Pulling from library/alpine [2021-03-17T03:38:05.881Z] dce8679b510e: Pulling fs layer [2021-03-17T03:38:05.881Z] dce8679b510e: Verifying Checksum [2021-03-17T03:38:05.881Z] dce8679b510e: Download complete [2021-03-17T03:38:06.476Z] dce8679b510e: Pull complete [2021-03-17T03:38:06.476Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-17T03:38:06.751Z] Status: Downloaded newer image for alpine:3.12 [2021-03-17T03:38:06.751Z] ---> d10569e2745f [2021-03-17T03:38:06.751Z] Step 13/22 : ENV APP_PORT=49990 [2021-03-17T03:38:06.751Z] ---> Running in bd1d6fafc5e9 [2021-03-17T03:38:07.345Z] Removing intermediate container bd1d6fafc5e9 [2021-03-17T03:38:07.345Z] ---> f6b38df3f60e [2021-03-17T03:38:07.345Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-17T03:38:07.616Z] ---> Running in 59a541ed0da4 [2021-03-17T03:38:07.886Z] Removing intermediate container 59a541ed0da4 [2021-03-17T03:38:07.886Z] ---> 0a93bf98f438 [2021-03-17T03:38:07.886Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-03-17T03:38:09.323Z] ---> 27e7d56b6a83 [2021-03-17T03:38:09.323Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-03-17T03:38:09.921Z] ---> b6c8d932988b [2021-03-17T03:38:09.921Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-03-17T03:38:10.909Z] ---> addda2c2c29f [2021-03-17T03:38:10.909Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-03-17T03:38:10.909Z] ---> Running in e5dd108667ac [2021-03-17T03:38:11.503Z] Removing intermediate container e5dd108667ac [2021-03-17T03:38:11.503Z] ---> 2c18758ec782 [2021-03-17T03:38:11.503Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-17T03:38:11.503Z] ---> Running in 4ba62f35e9df [2021-03-17T03:38:12.102Z] Removing intermediate container 4ba62f35e9df [2021-03-17T03:38:12.102Z] ---> 722f6155790d [2021-03-17T03:38:12.102Z] Step 20/22 : LABEL arch=arm64 [2021-03-17T03:38:12.102Z] ---> Running in 889fc9d8ec99 [2021-03-17T03:38:12.697Z] Removing intermediate container 889fc9d8ec99 [2021-03-17T03:38:12.697Z] ---> 683a12a587a7 [2021-03-17T03:38:12.697Z] Step 21/22 : LABEL git_sha=a8a563f16a92366624110ab09ed6b39fd715c2e6 [2021-03-17T03:38:12.697Z] ---> Running in b6477bcdfc11 [2021-03-17T03:38:13.301Z] Removing intermediate container b6477bcdfc11 [2021-03-17T03:38:13.301Z] ---> 4dc9f14ddd61 [2021-03-17T03:38:13.301Z] Step 22/22 : LABEL version=0.0.0 [2021-03-17T03:38:13.301Z] ---> Running in 3e5b5f2f255d [2021-03-17T03:38:13.895Z] Removing intermediate container 3e5b5f2f255d [2021-03-17T03:38:13.896Z] ---> e26ae46fcba8 [2021-03-17T03:38:13.896Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-17T03:38:13.896Z] Successfully built e26ae46fcba8 [2021-03-17T03:38:13.896Z] 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:38:14.698Z] ---> job-cost.sh [2021-03-17T03:38:14.698Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-H7mI [2021-03-17T03:38:53.660Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-17T03:40:30.410Z] lf-activate-venv(): INFO: Adding /tmp/venv-H7mI/bin to PATH [2021-03-17T03:40:30.410Z] INFO: No Stack... [2021-03-17T03:40:30.410Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-17T03:40:30.410Z] INFO: Archiving Costs [Pipeline] sh [2021-03-17T03:40:30.751Z] + cut -d, -f6 [2021-03-17T03:40:30.752Z] + cat /w/workspace/device-virtual-go/2/archives/cost.csv [Pipeline] lock [2021-03-17T03:40:30.862Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [2021-03-17T03:40:30.873Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] did not exist. Created. [2021-03-17T03:40:30.873Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-17T03:40:31.351Z] /w/workspace/device-virtual-go/2@tmp/durable-987b81d8/script.sh: 1: /w/workspace/device-virtual-go/2@tmp/durable-987b81d8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-17T03:40:31.700Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-17T03:40:31.772Z] Warning: overwriting stash ‘stack-cost’ [2021-03-17T03:40:31.924Z] Stashed 1 file(s) [Pipeline] } [2021-03-17T03:40:31.933Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] // lock [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-03-17T03:40:33.478Z] provisioning config files... [2021-03-17T03:40:33.490Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config3917918881683439236tmp [Pipeline] { [Pipeline] sh [2021-03-17T03:40:33.889Z] + set +x [2021-03-17T03:40:33.890Z] + curl -s https://codecov.io/bash [2021-03-17T03:40:33.890Z] + bash -s -- [2021-03-17T03:40:34.153Z] [2021-03-17T03:40:34.153Z] _____ _ [2021-03-17T03:40:34.153Z] / ____| | | [2021-03-17T03:40:34.153Z] | | ___ __| | ___ ___ _____ __ [2021-03-17T03:40:34.153Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-17T03:40:34.153Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-17T03:40:34.153Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-17T03:40:34.153Z] Bash-20210309-2b87ace [2021-03-17T03:40:34.153Z] [2021-03-17T03:40:34.153Z] [2021-03-17T03:40:34.153Z] ==> git version 2.24.3 found [2021-03-17T03:40:34.153Z] ==> 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-03-17T03:40:34.153Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-17T03:40:34.153Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-17T03:40:34.153Z] curl: option -sm: expected a proper numerical parameter [2021-03-17T03:40:34.153Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-17T03:40:34.153Z] ==> Jenkins CI detected. [2021-03-17T03:40:34.153Z] project root: . [2021-03-17T03:40:34.153Z] --> token set from env [2021-03-17T03:40:34.153Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-17T03:40:34.153Z] ==> Running gcov in . (disable via -X gcov) [2021-03-17T03:40:34.153Z] ==> Python coveragepy not found [2021-03-17T03:40:34.153Z] ==> Searching for coverage reports in: [2021-03-17T03:40:34.153Z] + . [2021-03-17T03:40:34.153Z] -> Found 1 reports [2021-03-17T03:40:34.153Z] ==> Detecting git/mercurial file structure [2021-03-17T03:40:34.153Z] ==> Reading reports [2021-03-17T03:40:34.153Z] + ./coverage.out bytes=47526 [2021-03-17T03:40:34.153Z] ==> Appending adjustments [2021-03-17T03:40:34.153Z] https://docs.codecov.io/docs/fixing-reports [2021-03-17T03:40:34.417Z] + Found adjustments [2021-03-17T03:40:34.417Z] ==> Gzipping contents [2021-03-17T03:40:34.417Z] 8.0K /tmp/codecov.XPxhdG.gz [2021-03-17T03:40:34.417Z] ==> Uploading reports [2021-03-17T03:40:34.417Z] url: https://codecov.io [2021-03-17T03:40:34.417Z] query: branch=PR-169&commit=a8a563f16a92366624110ab09ed6b39fd715c2e6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2021-03-17T03:40:34.417Z] -> Pinging Codecov [2021-03-17T03:40:34.417Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-169&commit=a8a563f16a92366624110ab09ed6b39fd715c2e6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2021-03-17T03:40:34.681Z] -> Uploading to [2021-03-17T03:40:34.681Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-17/5E52B4B073DB2E39498172D8E973AA87/a8a563f16a92366624110ab09ed6b39fd715c2e6/c755357a-48ef-481e-b056-2a740e8e3e29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T034034Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88af94daa6af2f559af5acbe26767fd8df57359ba3779d4b4a280f33f34f175e [2021-03-17T03:40:34.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-17T03:40:34.681Z] Dload Upload Total Spent Left Speed [2021-03-17T03:40:35.258Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5781 0 0 100 5781 0 12406 --:--:-- --:--:-- --:--:-- 12405 [2021-03-17T03:40:35.258Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/a8a563f16a92366624110ab09ed6b39fd715c2e6 [Pipeline] } [2021-03-17T03:40:35.268Z] 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] { (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-03-17T03:40:37.824Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:40:38.133Z] ---> package-listing.sh [2021-03-17T03:40:38.134Z] ++ facter osfamily [2021-03-17T03:40:38.134Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-17T03:40:38.134Z] + OS_FAMILY=redhat [2021-03-17T03:40:38.134Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-169 [2021-03-17T03:40:38.134Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-17T03:40:38.134Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-17T03:40:38.134Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-17T03:40:38.134Z] + PACKAGES=/tmp/packages_start.txt [2021-03-17T03:40:38.134Z] + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' [2021-03-17T03:40:38.134Z] + PACKAGES=/tmp/packages_end.txt [2021-03-17T03:40:38.134Z] + case "${OS_FAMILY}" in [2021-03-17T03:40:38.134Z] + rpm -qa [2021-03-17T03:40:38.134Z] + sort [2021-03-17T03:40:43.460Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-17T03:40:43.460Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-17T03:40:43.460Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-17T03:40:43.460Z] + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' [2021-03-17T03:40:43.460Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-169/archives/ [2021-03-17T03:40:43.460Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-169/archives/ [Pipeline] echo [2021-03-17T03:40:43.475Z] 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-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-17T03:40:43.768Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:40:44.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T03:40:44.078Z] [2021-03-17T03:40:44.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-17T03:40:44.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T03:40:44.450Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-17T03:40:44.450Z] df20fa9351a1: Pulling fs layer [2021-03-17T03:40:44.450Z] 36b3adc4ff6f: Pulling fs layer [2021-03-17T03:40:44.450Z] 8ad3a11d3b57: Pulling fs layer [2021-03-17T03:40:44.450Z] 46f8f816bc3b: Pulling fs layer [2021-03-17T03:40:44.450Z] 93b61091891f: Pulling fs layer [2021-03-17T03:40:44.450Z] 93b9cdb0e59b: Pulling fs layer [2021-03-17T03:40:44.450Z] 5e14af77c1be: Pulling fs layer [2021-03-17T03:40:44.450Z] 01666e4c0597: Pulling fs layer [2021-03-17T03:40:44.450Z] aa168da1d23b: Pulling fs layer [2021-03-17T03:40:44.450Z] 93b9cdb0e59b: Waiting [2021-03-17T03:40:44.450Z] 5e14af77c1be: Waiting [2021-03-17T03:40:44.450Z] 01666e4c0597: Waiting [2021-03-17T03:40:44.450Z] 46f8f816bc3b: Waiting [2021-03-17T03:40:44.450Z] 93b61091891f: Waiting [2021-03-17T03:40:44.450Z] 36b3adc4ff6f: Download complete [2021-03-17T03:40:44.450Z] 46f8f816bc3b: Verifying Checksum [2021-03-17T03:40:44.450Z] 46f8f816bc3b: Download complete [2021-03-17T03:40:44.715Z] df20fa9351a1: Verifying Checksum [2021-03-17T03:40:44.715Z] df20fa9351a1: Download complete [2021-03-17T03:40:44.715Z] 93b61091891f: Verifying Checksum [2021-03-17T03:40:44.715Z] 93b61091891f: Download complete [2021-03-17T03:40:44.715Z] 93b9cdb0e59b: Verifying Checksum [2021-03-17T03:40:44.715Z] 93b9cdb0e59b: Download complete [2021-03-17T03:40:44.715Z] 5e14af77c1be: Verifying Checksum [2021-03-17T03:40:44.715Z] 5e14af77c1be: Download complete [2021-03-17T03:40:44.715Z] 01666e4c0597: Verifying Checksum [2021-03-17T03:40:44.715Z] 01666e4c0597: Download complete [2021-03-17T03:40:44.983Z] df20fa9351a1: Pull complete [2021-03-17T03:40:45.253Z] 36b3adc4ff6f: Pull complete [2021-03-17T03:40:45.253Z] 8ad3a11d3b57: Verifying Checksum [2021-03-17T03:40:45.253Z] 8ad3a11d3b57: Download complete [2021-03-17T03:40:46.214Z] 8ad3a11d3b57: Pull complete [2021-03-17T03:40:46.214Z] 46f8f816bc3b: Pull complete [2021-03-17T03:40:46.795Z] 93b61091891f: Pull complete [2021-03-17T03:40:47.057Z] 93b9cdb0e59b: Pull complete [2021-03-17T03:40:47.057Z] aa168da1d23b: Verifying Checksum [2021-03-17T03:40:47.057Z] aa168da1d23b: Download complete [2021-03-17T03:40:47.057Z] 5e14af77c1be: Pull complete [2021-03-17T03:40:47.325Z] 01666e4c0597: Pull complete [2021-03-17T03:40:54.009Z] aa168da1d23b: Pull complete [2021-03-17T03:40:54.009Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-17T03:40:54.010Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-17T03:40:54.010Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-17T03:40:54.203Z] prd-centos7-docker-4c-2g-30108 does not seem to be running inside a container [2021-03-17T03:40:54.257Z] $ 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-169/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-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-17T03:40:57.287Z] $ docker top 74a6186e29aed5a69cf6118d66c753f1912568c06f2fbf26ae6a1bc3369434da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-17T03:40:57.784Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-17T03:40:58.089Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-17T03:40:58.391Z] + ls /var/log/sa-host [2021-03-17T03:40:58.391Z] + sadf -c /var/log/sa-host/sa17 [2021-03-17T03:40:58.391Z] file_magic: OK [2021-03-17T03:40:58.391Z] HZ: Using current value: 100 [2021-03-17T03:40:58.391Z] file_header: OK [2021-03-17T03:40:58.391Z] 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-03-17T03:40:58.391Z] Statistics: [2021-03-17T03:40:58.391Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-17T03:40:58.391Z] File successfully converted to sysstat format version 12.2.1 [2021-03-17T03:40:58.391Z] + sadf -c /var/log/sa-host/sa23 [2021-03-17T03:40:58.391Z] file_magic: OK [2021-03-17T03:40:58.391Z] HZ: Using current value: 100 [2021-03-17T03:40:58.391Z] file_header: OK [2021-03-17T03:40:58.392Z] 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-03-17T03:40:58.392Z] Statistics: [2021-03-17T03:40:58.392Z] Hnuu...uuuununununu... [2021-03-17T03:40:58.392Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-17T03:40:58.623Z] provisioning config files... [2021-03-17T03:40:58.643Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config8227883138188274722tmp [Pipeline] { [Pipeline] echo [2021-03-17T03:40:58.722Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:40:59.017Z] ---> create-netrc.sh [Pipeline] } [2021-03-17T03:40:59.027Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-17T03:40:59.162Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:40:59.459Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-17T03:40:59.470Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:40:59.764Z] ---> sudo-logs.sh [2021-03-17T03:40:59.764Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-17T03:40:59.840Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:41:00.136Z] ---> job-cost.sh [2021-03-17T03:41:00.136Z] lf-activate-venv: SKIPPING [2021-03-17T03:41:00.136Z] DEBUG: total: 0.20999999344348907 [2021-03-17T03:41:00.136Z] INFO: Retrieving Stack Cost... [2021-03-17T03:41:01.082Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-17T03:41:01.346Z] INFO: Archiving Costs [Pipeline] echo [2021-03-17T03:41:01.361Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-17T03:41:01.663Z] ---> logs-deploy.sh [2021-03-17T03:41:01.663Z] lf-activate-venv: SKIPPING [2021-03-17T03:41:01.663Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-169/2 [2021-03-17T03:41:01.663Z] INFO: archiving workspace using pattern(s): [2021-03-17T03:41:03.053Z] Archives upload complete. [2021-03-17T03:41:03.315Z] INFO: archiving logs to Nexus