Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0e86f3501108c0ee69c453288a9e9d71702abefc+dd55ff443bd180714a9cddb6bbe47fafb89756c5 (a6fbc4a0f0f4d652e6067c54a426a5af47d482bb) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32521’ Running on prd-centos7-docker-4c-2g-32523 in /w/workspace/foundry_device-virtual-go_PR-173 [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-173 # 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/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 0e86f3501108c0ee69c453288a9e9d71702abefc Merge succeeded, producing 3cd42c14cf87f5b60f16443d40a5d348c92cc51b Checking out Revision 3cd42c14cf87f5b60f16443d40a5d348c92cc51b (PR-173) > git config core.sparsecheckout # timeout=10 > git checkout -f 0e86f3501108c0ee69c453288a9e9d71702abefc # 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 dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cd42c14cf87f5b60f16443d40a5d348c92cc51b # timeout=10 Commit message: "Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD" > git rev-list --no-walk 0e86f3501108c0ee69c453288a9e9d71702abefc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-02T00:14:09.295Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-02T00:14:09.612Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-02T00:14:09.720Z] ========================================================= [2021-04-02T00:14:09.720Z] EdgeX Global Pipelines Version Info [2021-04-02T00:14:09.720Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:14:11.238Z] ------------------- [2021-04-02T00:14:11.238Z] stable info: [2021-04-02T00:14:11.238Z] ------------------- [2021-04-02T00:14:11.238Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-02T00:14:11.238Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-02T00:14:11.238Z] Message: update stable to v1.0.186 [2021-04-02T00:14:12.184Z] ------------------- [2021-04-02T00:14:12.184Z] experimental info: [2021-04-02T00:14:12.184Z] ------------------- [2021-04-02T00:14:12.184Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-02T00:14:12.184Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-02T00:14:12.184Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-02T00:14:12.445Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-02T00:14:12.557Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-02T00:14:12.669Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-02T00:14:12.789Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-02T00:14:12.897Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-02T00:14:12.989Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-02T00:14:13.116Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-02T00:14:13.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-02T00:14:13.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-02T00:14:13.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-02T00:14:13.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-02T00:14:13.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-02T00:14:13.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-02T00:14:13.774Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-02T00:14:13.867Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-02T00:14:13.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-02T00:14:14.063Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T00:14:14.197Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T00:14:14.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-02T00:14:14.405Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-02T00:14:14.494Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-02T00:14:14.594Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-02T00:14:14.697Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-02T00:14:14.789Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-02T00:14:14.878Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-02T00:14:16.375Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-02T00:14:16.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-173 [Pipeline] echo [2021-04-02T00:14:16.574Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-173 [Pipeline] echo [2021-04-02T00:14:16.665Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-173 [Pipeline] echo [2021-04-02T00:14:16.760Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3cd42c14cf87f5b60f16443d40a5d348c92cc51b [Pipeline] echo [2021-04-02T00:14:16.865Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3cd42c1 [Pipeline] echo [2021-04-02T00:14:17.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T00:14:17.314Z] provisioning config files... [2021-04-02T00:14:17.355Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-173@tmp/config4066252022651119478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:14:17.716Z] ---> docker-login.sh [2021-04-02T00:14:17.717Z] nexus3.edgexfoundry.org:10001 [2021-04-02T00:14:17.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:14:18.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:14:18.242Z] Configure a credential helper to remove this warning. See [2021-04-02T00:14:18.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:14:18.242Z] [2021-04-02T00:14:18.242Z] Login Succeeded [2021-04-02T00:14:18.242Z] nexus3.edgexfoundry.org:10002 [2021-04-02T00:14:18.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:14:18.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:14:18.242Z] Configure a credential helper to remove this warning. See [2021-04-02T00:14:18.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:14:18.242Z] [2021-04-02T00:14:18.242Z] Login Succeeded [2021-04-02T00:14:18.242Z] nexus3.edgexfoundry.org:10003 [2021-04-02T00:14:18.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:14:18.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:14:18.506Z] Configure a credential helper to remove this warning. See [2021-04-02T00:14:18.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:14:18.506Z] [2021-04-02T00:14:18.506Z] Login Succeeded [2021-04-02T00:14:18.506Z] nexus3.edgexfoundry.org:10004 [2021-04-02T00:14:18.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:14:18.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:14:18.769Z] Configure a credential helper to remove this warning. See [2021-04-02T00:14:18.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:14:18.769Z] [2021-04-02T00:14:18.769Z] Login Succeeded [2021-04-02T00:14:18.769Z] docker.io [2021-04-02T00:14:18.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:14:19.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:14:19.031Z] Configure a credential helper to remove this warning. See [2021-04-02T00:14:19.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:14:19.031Z] [2021-04-02T00:14:19.031Z] Login Succeeded [2021-04-02T00:14:19.031Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T00:14:19.040Z] 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-04-02T00:14:19.875Z] + git log --format=format:%s -1 3cd42c14cf87f5b60f16443d40a5d348c92cc51b [Pipeline] echo [2021-04-02T00:14:19.940Z] GIT_COMMIT: 3cd42c14cf87f5b60f16443d40a5d348c92cc51b, Commit Message: Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD [Pipeline] echo [2021-04-02T00:14:19.983Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:14:20.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T00:14:20.589Z] [2021-04-02T00:14:20.589Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:14:20.947Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T00:14:20.947Z] latest: Pulling from edgex-devops/git-semver [2021-04-02T00:14:20.947Z] 31603596830f: Pulling fs layer [2021-04-02T00:14:20.947Z] 2a8b12db71e7: Pulling fs layer [2021-04-02T00:14:20.947Z] 6ca5941a6612: Pulling fs layer [2021-04-02T00:14:20.947Z] ecc8261a40a4: Pulling fs layer [2021-04-02T00:14:20.947Z] ecc8261a40a4: Waiting [2021-04-02T00:14:20.947Z] 2a8b12db71e7: Verifying Checksum [2021-04-02T00:14:20.947Z] 2a8b12db71e7: Download complete [2021-04-02T00:14:20.947Z] 31603596830f: Verifying Checksum [2021-04-02T00:14:20.947Z] 31603596830f: Download complete [2021-04-02T00:14:21.211Z] 6ca5941a6612: Verifying Checksum [2021-04-02T00:14:21.212Z] 6ca5941a6612: Download complete [2021-04-02T00:14:21.212Z] ecc8261a40a4: Verifying Checksum [2021-04-02T00:14:21.212Z] ecc8261a40a4: Download complete [2021-04-02T00:14:21.479Z] 31603596830f: Pull complete [2021-04-02T00:14:21.479Z] 2a8b12db71e7: Pull complete [2021-04-02T00:14:22.437Z] 6ca5941a6612: Pull complete [2021-04-02T00:14:22.700Z] ecc8261a40a4: Pull complete [2021-04-02T00:14:22.700Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-02T00:14:23.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T00:14:23.274Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-02T00:14:23.388Z] prd-centos7-docker-4c-2g-32523 does not seem to be running inside a container [2021-04-02T00:14:23.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-173 -v /w/workspace/foundry_device-virtual-go_PR-173:/w/workspace/foundry_device-virtual-go_PR-173:rw,z -v /w/workspace/foundry_device-virtual-go_PR-173@tmp:/w/workspace/foundry_device-virtual-go_PR-173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-02T00:14:25.128Z] $ docker top bfff57beafbd14166a5f351ce5effbfaf9ce05bc733bccce159217ae5732dadf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-02T00:14:25.460Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T00:14:25.460Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T00:14:25.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T00:14:25.731Z] $ docker exec bfff57beafbd14166a5f351ce5effbfaf9ce05bc733bccce159217ae5732dadf ssh-agent [2021-04-02T00:14:25.987Z] SSH_AUTH_SOCK=/tmp/ssh-h3avdHWvQe9u/agent.11 [2021-04-02T00:14:25.987Z] SSH_AGENT_PID=17 [2021-04-02T00:14:26.001Z] Running ssh-add (command line suppressed) [2021-04-02T00:14:26.145Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-173@tmp/private_key_8334059166649066131.key (/w/workspace/foundry_device-virtual-go_PR-173@tmp/private_key_8334059166649066131.key) [2021-04-02T00:14:26.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T00:14:26.555Z] + git tag --points-at HEAD [Pipeline] } [2021-04-02T00:14:26.576Z] $ docker exec --env ******** --env ******** bfff57beafbd14166a5f351ce5effbfaf9ce05bc733bccce159217ae5732dadf ssh-agent -k [2021-04-02T00:14:26.702Z] unset SSH_AUTH_SOCK; [2021-04-02T00:14:26.702Z] unset SSH_AGENT_PID; [2021-04-02T00:14:26.702Z] echo Agent pid 17 killed; [2021-04-02T00:14:26.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-02T00:14:26.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T00:14:26.942Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T00:14:27.122Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T00:14:27.125Z] $ docker exec bfff57beafbd14166a5f351ce5effbfaf9ce05bc733bccce159217ae5732dadf ssh-agent [2021-04-02T00:14:27.299Z] SSH_AUTH_SOCK=/tmp/ssh-kNH7msGf6NMN/agent.47 [2021-04-02T00:14:27.299Z] SSH_AGENT_PID=52 [2021-04-02T00:14:27.306Z] Running ssh-add (command line suppressed) [2021-04-02T00:14:27.441Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-173@tmp/private_key_2117857141859104766.key (/w/workspace/foundry_device-virtual-go_PR-173@tmp/private_key_2117857141859104766.key) [2021-04-02T00:14:27.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T00:14:27.843Z] + git semver init [2021-04-02T00:14:27.843Z] # -> Open(): unable to determine branch for HEAD [2021-04-02T00:14:27.843Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-173/.git [2021-04-02T00:14:27.843Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-173 [2021-04-02T00:14:27.843Z] # $SEMVER_REMOTE_NAME = origin [2021-04-02T00:14:27.843Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-02T00:14:27.843Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-02T00:14:27.843Z] # $SEMVER_BRANCH = PR-173 [2021-04-02T00:14:27.843Z] # $SEMVER_TEMP = /tmp/semver-024485667 [2021-04-02T00:14:27.843Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-02T00:14:28.418Z] # '/tmp/semver-024485667' -> '/w/workspace/foundry_device-virtual-go_PR-173/.semver' [2021-04-02T00:14:28.418Z] # -> Force: false [2021-04-02T00:14:28.418Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-173/.semver [Pipeline] } [2021-04-02T00:14:28.433Z] $ docker exec --env ******** --env ******** bfff57beafbd14166a5f351ce5effbfaf9ce05bc733bccce159217ae5732dadf ssh-agent -k [2021-04-02T00:14:28.557Z] unset SSH_AUTH_SOCK; [2021-04-02T00:14:28.557Z] unset SSH_AGENT_PID; [2021-04-02T00:14:28.557Z] echo Agent pid 52 killed; [2021-04-02T00:14:28.608Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-02T00:14:29.074Z] + git semver [Pipeline] } [2021-04-02T00:14:29.090Z] $ docker stop --time=1 bfff57beafbd14166a5f351ce5effbfaf9ce05bc733bccce159217ae5732dadf [2021-04-02T00:14:30.515Z] $ docker rm -f bfff57beafbd14166a5f351ce5effbfaf9ce05bc733bccce159217ae5732dadf [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T00:14:31.007Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-02T00:14:31.459Z] Stashed 1 file(s) [Pipeline] echo [2021-04-02T00:14:31.462Z] [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-04-02T00:14:46.991Z] Still waiting to schedule task [2021-04-02T00:14:46.991Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-02T00:14:46.994Z] Still waiting to schedule task [2021-04-02T00:14:46.994Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-32522’ [2021-04-02T00:16:32.700Z] Running on prd-centos7-docker-4c-2g-32525 in /w/workspace/foundry_device-virtual-go_PR-173 [Pipeline] { [Pipeline] ws [2021-04-02T00:16:32.756Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-04-02T00:16:35.565Z] using credential edgex-jenkins-ssh [2021-04-02T00:16:35.621Z] Cloning the remote Git repository [2021-04-02T00:16:35.471Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-02T00:16:35.551Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-04-02T00:16:35.635Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-02T00:16:35.635Z] > git --version # timeout=10 [2021-04-02T00:16:35.645Z] > git --version # 'git version 2.24.3' [2021-04-02T00:16:35.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:16:35.681Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:16:36.806Z] Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 0e86f3501108c0ee69c453288a9e9d71702abefc [2021-04-02T00:16:36.911Z] Merge succeeded, producing d479ed13585dbe07034c152e7ee0aa3e0bd04990 [2021-04-02T00:16:36.912Z] Checking out Revision d479ed13585dbe07034c152e7ee0aa3e0bd04990 (PR-173) [2021-04-02T00:16:36.314Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-02T00:16:36.321Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:16:36.336Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-02T00:16:36.352Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-02T00:16:36.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:16:36.360Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T00:16:36.734Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:16:36.742Z] > git checkout -f 0e86f3501108c0ee69c453288a9e9d71702abefc # timeout=10 [2021-04-02T00:16:36.782Z] > git remote # timeout=10 [2021-04-02T00:16:36.790Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T00:16:36.798Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:16:36.802Z] > git merge dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [2021-04-02T00:16:36.824Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T00:16:36.842Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:16:36.847Z] > git checkout -f d479ed13585dbe07034c152e7ee0aa3e0bd04990 # timeout=10 [2021-04-02T00:16:40.643Z] Commit message: "Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD" [2021-04-02T00:16:40.647Z] > git rev-list --no-walk 0e86f3501108c0ee69c453288a9e9d71702abefc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T00:16:41.923Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-02T00:16:42.255Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-02T00:16:42.561Z] + true [2021-04-02T00:16:42.561Z] + sudo service docker restart [2021-04-02T00:16:42.561Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T00:16:44.016Z] provisioning config files... [2021-04-02T00:16:44.061Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config2966759834705867448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:16:44.445Z] ---> docker-login.sh [2021-04-02T00:16:44.445Z] nexus3.edgexfoundry.org:10001 [2021-04-02T00:16:44.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:16:44.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:16:44.973Z] Configure a credential helper to remove this warning. See [2021-04-02T00:16:44.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:16:44.973Z] [2021-04-02T00:16:44.973Z] Login Succeeded [2021-04-02T00:16:44.973Z] nexus3.edgexfoundry.org:10002 [2021-04-02T00:16:44.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:16:45.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:16:45.238Z] Configure a credential helper to remove this warning. See [2021-04-02T00:16:45.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:16:45.238Z] [2021-04-02T00:16:45.238Z] Login Succeeded [2021-04-02T00:16:45.238Z] nexus3.edgexfoundry.org:10003 [2021-04-02T00:16:45.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:16:45.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:16:45.238Z] Configure a credential helper to remove this warning. See [2021-04-02T00:16:45.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:16:45.238Z] [2021-04-02T00:16:45.238Z] Login Succeeded [2021-04-02T00:16:45.238Z] nexus3.edgexfoundry.org:10004 [2021-04-02T00:16:45.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:16:45.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:16:45.503Z] Configure a credential helper to remove this warning. See [2021-04-02T00:16:45.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:16:45.503Z] [2021-04-02T00:16:45.503Z] Login Succeeded [2021-04-02T00:16:45.503Z] docker.io [2021-04-02T00:16:45.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:16:46.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:16:46.032Z] Configure a credential helper to remove this warning. See [2021-04-02T00:16:46.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:16:46.032Z] [2021-04-02T00:16:46.032Z] Login Succeeded [2021-04-02T00:16:46.032Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T00:16:46.042Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-02T00:16:46.577Z] ========================================================= [2021-04-02T00:16:46.577Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-02T00:16:46.577Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:16:46.919Z] + 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-04-02T00:16:46.920Z] Sending build context to Docker daemon 499.7kB [2021-04-02T00:16:46.920Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T00:16:46.920Z] Step 2/8 : FROM ${BASE} [2021-04-02T00:16:47.184Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-02T00:16:47.184Z] 188c0c94c7c5: Pulling fs layer [2021-04-02T00:16:47.184Z] 0ef7d3d256c8: Pulling fs layer [2021-04-02T00:16:47.184Z] de9db76c5a1d: Pulling fs layer [2021-04-02T00:16:47.184Z] bca2f99d35d6: Pulling fs layer [2021-04-02T00:16:47.184Z] 93359f2a8cfa: Pulling fs layer [2021-04-02T00:16:47.184Z] 7c6f9722023f: Pulling fs layer [2021-04-02T00:16:47.184Z] a35cf1a2eb13: Pulling fs layer [2021-04-02T00:16:47.184Z] 93359f2a8cfa: Waiting [2021-04-02T00:16:47.184Z] 7c6f9722023f: Waiting [2021-04-02T00:16:47.184Z] a35cf1a2eb13: Waiting [2021-04-02T00:16:47.184Z] bca2f99d35d6: Waiting [2021-04-02T00:16:47.184Z] de9db76c5a1d: Verifying Checksum [2021-04-02T00:16:47.184Z] de9db76c5a1d: Download complete [2021-04-02T00:16:47.184Z] 93359f2a8cfa: Verifying Checksum [2021-04-02T00:16:47.184Z] 93359f2a8cfa: Download complete [2021-04-02T00:16:47.184Z] 7c6f9722023f: Download complete [2021-04-02T00:16:47.184Z] 188c0c94c7c5: Verifying Checksum [2021-04-02T00:16:47.184Z] 188c0c94c7c5: Download complete [2021-04-02T00:16:47.450Z] 188c0c94c7c5: Pull complete [2021-04-02T00:16:47.714Z] 0ef7d3d256c8: Pull complete [2021-04-02T00:16:47.983Z] de9db76c5a1d: Pull complete [2021-04-02T00:16:48.934Z] a35cf1a2eb13: Verifying Checksum [2021-04-02T00:16:48.934Z] a35cf1a2eb13: Download complete [2021-04-02T00:16:49.893Z] bca2f99d35d6: Verifying Checksum [2021-04-02T00:16:49.893Z] bca2f99d35d6: Download complete [2021-04-02T00:16:55.255Z] bca2f99d35d6: Pull complete [2021-04-02T00:16:55.522Z] 93359f2a8cfa: Pull complete [2021-04-02T00:16:55.786Z] 7c6f9722023f: Pull complete [2021-04-02T00:17:01.119Z] a35cf1a2eb13: Pull complete [2021-04-02T00:17:01.119Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-02T00:17:01.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-02T00:17:01.119Z] ---> a62c8e92a672 [2021-04-02T00:17:01.119Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-04-02T00:17:01.119Z] ---> Running in 08bd9c379bdd [2021-04-02T00:17:01.119Z] Removing intermediate container 08bd9c379bdd [2021-04-02T00:17:01.119Z] ---> 64e73ae6ebc7 [2021-04-02T00:17:01.119Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:17:01.119Z] ---> Running in c443f6b4e8d0 [2021-04-02T00:17:02.088Z] Removing intermediate container c443f6b4e8d0 [2021-04-02T00:17:02.088Z] ---> 97c8905df801 [2021-04-02T00:17:02.088Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-04-02T00:17:02.354Z] ---> Running in 9e7b7febac24 [2021-04-02T00:17:02.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:17:03.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:17:05.293Z] (1/14) Installing libmagic (5.38-r0) [2021-04-02T00:17:05.293Z] (2/14) Installing file (5.38-r0) [2021-04-02T00:17:05.293Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-04-02T00:17:05.557Z] (4/14) Installing g++ (9.3.0-r2) [2021-04-02T00:17:10.889Z] (5/14) Installing fortify-headers (1.1-r0) [2021-04-02T00:17:10.889Z] (6/14) Installing patch (2.7.6-r6) [2021-04-02T00:17:10.889Z] (7/14) Installing build-base (0.5-r2) [2021-04-02T00:17:10.889Z] (8/14) Installing openssh-keygen (8.3_p1-r2) [2021-04-02T00:17:10.889Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-04-02T00:17:10.889Z] (10/14) Installing openssh-client (8.3_p1-r2) [2021-04-02T00:17:11.464Z] (11/14) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-02T00:17:11.465Z] (12/14) Installing openssh-server-common (8.3_p1-r2) [2021-04-02T00:17:11.465Z] (13/14) Installing openssh-server (8.3_p1-r2) [2021-04-02T00:17:11.729Z] (14/14) Installing openssh (8.3_p1-r2) [2021-04-02T00:17:11.729Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:17:11.995Z] OK: 237 MiB in 53 packages [2021-04-02T00:17:15.333Z] Removing intermediate container 9e7b7febac24 [2021-04-02T00:17:15.334Z] ---> 876faae71ca7 [2021-04-02T00:17:15.334Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-02T00:17:15.334Z] ---> Running in b623676e9c58 [2021-04-02T00:17:15.334Z] Removing intermediate container b623676e9c58 [2021-04-02T00:17:15.334Z] ---> f72487af7721 [2021-04-02T00:17:15.334Z] Step 7/8 : COPY . . [2021-04-02T00:17:15.909Z] ---> a4ab612e8e65 [2021-04-02T00:17:15.909Z] Step 8/8 : RUN go mod download [2021-04-02T00:17:15.909Z] ---> Running in 9c65f37378b9 [2021-04-02T00:17:27.749Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32526 in /w/workspace/foundry_device-virtual-go_PR-173 [Pipeline] { [Pipeline] ws [2021-04-02T00:17:27.812Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-04-02T00:17:33.194Z] using credential edgex-jenkins-ssh [2021-04-02T00:17:33.258Z] Cloning the remote Git repository [2021-04-02T00:17:33.313Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-02T00:17:33.421Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-04-02T00:17:33.508Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-02T00:17:33.509Z] > git --version # timeout=10 [2021-04-02T00:17:33.533Z] > git --version # 'git version 2.17.1' [2021-04-02T00:17:33.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:17:33.584Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:17:34.923Z] Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 0e86f3501108c0ee69c453288a9e9d71702abefc [2021-04-02T00:17:35.209Z] Merge succeeded, producing 5b30d5989a5abb2b34b9a6f05e78dbb758ffcd6a [2021-04-02T00:17:35.209Z] Checking out Revision 5b30d5989a5abb2b34b9a6f05e78dbb758ffcd6a (PR-173) [2021-04-02T00:17:34.339Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-02T00:17:34.367Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T00:17:34.398Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-02T00:17:34.438Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-02T00:17:34.439Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:17:34.451Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T00:17:34.960Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:17:34.990Z] > git checkout -f 0e86f3501108c0ee69c453288a9e9d71702abefc # timeout=10 [2021-04-02T00:17:35.084Z] > git remote # timeout=10 [2021-04-02T00:17:35.117Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T00:17:35.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T00:17:35.147Z] > git merge dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [2021-04-02T00:17:35.192Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T00:17:35.215Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T00:17:35.261Z] > git checkout -f 5b30d5989a5abb2b34b9a6f05e78dbb758ffcd6a # timeout=10 [2021-04-02T00:17:37.987Z] Removing intermediate container 9c65f37378b9 [2021-04-02T00:17:37.987Z] ---> 3b26cfe814c7 [2021-04-02T00:17:37.987Z] Successfully built 3b26cfe814c7 [2021-04-02T00:17:37.987Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:17:38.312Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T00:17:38.312Z] . [Pipeline] withDockerContainer [2021-04-02T00:17:38.445Z] prd-centos7-docker-4c-2g-32525 does not seem to be running inside a container [2021-04-02T00:17:38.588Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-02T00:17:39.507Z] Commit message: "Merge commit 'dd55ff443bd180714a9cddb6bbe47fafb89756c5' into HEAD" [2021-04-02T00:17:39.544Z] $ docker top 24b238a61dc89a091c72ec3dc6e1a2679c3faad4cb64dcb36a8e2668c2665931 -eo pid,comm [2021-04-02T00:17:39.515Z] > git rev-list --no-walk 0e86f3501108c0ee69c453288a9e9d71702abefc # timeout=10 [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-04-02T00:17:40.064Z] + go version [2021-04-02T00:17:40.064Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-02T00:17:40.089Z] $ docker stop --time=1 24b238a61dc89a091c72ec3dc6e1a2679c3faad4cb64dcb36a8e2668c2665931 [2021-04-02T00:17:41.441Z] $ docker rm -f 24b238a61dc89a091c72ec3dc6e1a2679c3faad4cb64dcb36a8e2668c2665931 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:17:42.755Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-04-02T00:17:42.834Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T00:17:42.834Z] . [Pipeline] sh [Pipeline] withDockerContainer [2021-04-02T00:17:43.055Z] prd-centos7-docker-4c-2g-32525 does not seem to be running inside a container [2021-04-02T00:17:43.110Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-02T00:17:43.184Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [2021-04-02T00:17:43.791Z] $ docker top 7a228035dc858eb1a88da514453969d565c1ffc924f51dd81f6b60a2848996e8 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-02T00:17:44.384Z] + sudo service docker restart [2021-04-02T00:17:44.384Z] + true [2021-04-02T00:17:44.485Z] + make test [2021-04-02T00:17:44.485Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-02T00:17:46.423Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T00:17:46.498Z] provisioning config files... [2021-04-02T00:17:46.550Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config5718688946315142211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:17:46.951Z] ---> docker-login.sh [2021-04-02T00:17:46.951Z] nexus3.edgexfoundry.org:10001 [2021-04-02T00:17:47.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:17:48.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:17:48.141Z] Configure a credential helper to remove this warning. See [2021-04-02T00:17:48.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:17:48.141Z] [2021-04-02T00:17:48.141Z] Login Succeeded [2021-04-02T00:17:48.141Z] nexus3.edgexfoundry.org:10002 [2021-04-02T00:17:48.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:17:48.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:17:48.415Z] Configure a credential helper to remove this warning. See [2021-04-02T00:17:48.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:17:48.415Z] [2021-04-02T00:17:48.415Z] Login Succeeded [2021-04-02T00:17:48.691Z] nexus3.edgexfoundry.org:10003 [2021-04-02T00:17:48.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:17:48.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:17:48.964Z] Configure a credential helper to remove this warning. See [2021-04-02T00:17:48.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:17:48.964Z] [2021-04-02T00:17:48.964Z] Login Succeeded [2021-04-02T00:17:48.964Z] nexus3.edgexfoundry.org:10004 [2021-04-02T00:17:49.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:17:49.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:17:49.560Z] Configure a credential helper to remove this warning. See [2021-04-02T00:17:49.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:17:49.560Z] [2021-04-02T00:17:49.560Z] Login Succeeded [2021-04-02T00:17:49.560Z] docker.io [2021-04-02T00:17:49.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T00:17:50.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T00:17:50.103Z] Configure a credential helper to remove this warning. See [2021-04-02T00:17:50.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T00:17:50.103Z] [2021-04-02T00:17:50.103Z] Login Succeeded [2021-04-02T00:17:50.103Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T00:17:50.121Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-02T00:17:50.629Z] ========================================================= [2021-04-02T00:17:50.629Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-02T00:17:50.629Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:17:51.013Z] + 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-04-02T00:17:51.291Z] Sending build context to Docker daemon 498.7kB [2021-04-02T00:17:51.291Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T00:17:51.291Z] Step 2/8 : FROM ${BASE} [2021-04-02T00:17:51.567Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-02T00:17:51.567Z] 5f621e34cdf4: Pulling fs layer [2021-04-02T00:17:51.567Z] a4357932f1b6: Pulling fs layer [2021-04-02T00:17:51.567Z] 18c013af1878: Pulling fs layer [2021-04-02T00:17:51.567Z] 00ac8860ef70: Pulling fs layer [2021-04-02T00:17:51.567Z] 63d7cb157983: Pulling fs layer [2021-04-02T00:17:51.567Z] b116817d02f9: Pulling fs layer [2021-04-02T00:17:51.567Z] 745a02a5169b: Pulling fs layer [2021-04-02T00:17:51.567Z] 00ac8860ef70: Waiting [2021-04-02T00:17:51.567Z] b116817d02f9: Waiting [2021-04-02T00:17:51.567Z] 63d7cb157983: Waiting [2021-04-02T00:17:51.567Z] 18c013af1878: Verifying Checksum [2021-04-02T00:17:51.567Z] 18c013af1878: Download complete [2021-04-02T00:17:51.567Z] a4357932f1b6: Download complete [2021-04-02T00:17:51.567Z] 63d7cb157983: Verifying Checksum [2021-04-02T00:17:51.567Z] 63d7cb157983: Download complete [2021-04-02T00:17:51.567Z] b116817d02f9: Verifying Checksum [2021-04-02T00:17:51.567Z] b116817d02f9: Download complete [2021-04-02T00:17:51.567Z] 5f621e34cdf4: Verifying Checksum [2021-04-02T00:17:51.567Z] 5f621e34cdf4: Download complete [2021-04-02T00:17:52.566Z] 5f621e34cdf4: Pull complete [2021-04-02T00:17:53.173Z] a4357932f1b6: Pull complete [2021-04-02T00:17:53.447Z] 18c013af1878: Pull complete [2021-04-02T00:17:54.902Z] 745a02a5169b: Verifying Checksum [2021-04-02T00:17:54.902Z] 745a02a5169b: Download complete [2021-04-02T00:17:55.880Z] 00ac8860ef70: Verifying Checksum [2021-04-02T00:17:55.880Z] 00ac8860ef70: Download complete [2021-04-02T00:18:04.679Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-02T00:18:04.679Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.351s coverage: 63.8% of statements [2021-04-02T00:18:04.679Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-02T00:18:06.058Z] 00ac8860ef70: Pull complete [2021-04-02T00:18:06.336Z] 63d7cb157983: Pull complete [2021-04-02T00:18:06.608Z] b116817d02f9: Pull complete [2021-04-02T00:18:06.647Z] gofmt -l . [2021-04-02T00:18:06.648Z] [ "`gofmt -l .`" = "" ] [2021-04-02T00:18:06.648Z] ./bin/test-attribution-txt.sh [2021-04-02T00:18:07.606Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-02T00:18:07.895Z] $ docker stop --time=1 7a228035dc858eb1a88da514453969d565c1ffc924f51dd81f6b60a2848996e8 [2021-04-02T00:18:09.914Z] $ docker rm -f 7a228035dc858eb1a88da514453969d565c1ffc924f51dd81f6b60a2848996e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T00:18:10.595Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-02T00:18:10.929Z] 745a02a5169b: Pull complete [2021-04-02T00:18:10.929Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-02T00:18:10.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-02T00:18:10.929Z] ---> b7e6874047d6 [2021-04-02T00:18:10.929Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-04-02T00:18:11.002Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-02T00:18:12.391Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-02T00:18:12.691Z] + ls -al . [2021-04-02T00:18:12.691Z] total 128 [2021-04-02T00:18:12.691Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 2 00:18 . [2021-04-02T00:18:12.691Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 2 00:16 .. [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 7136 Apr 2 00:16 Attribution.txt [2021-04-02T00:18:12.691Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 2 00:16 bin [2021-04-02T00:18:12.691Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 2 00:16 cmd [2021-04-02T00:18:12.691Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 2 00:18 coverage.out [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 1851 Apr 2 00:16 Dockerfile [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 961 Apr 2 00:16 Dockerfile.build [2021-04-02T00:18:12.691Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 2 00:16 .git [2021-04-02T00:18:12.691Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 2 00:16 .github [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 258 Apr 2 00:16 .gitignore [2021-04-02T00:18:12.691Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 2 00:18 go.mod [2021-04-02T00:18:12.691Z] -rw-r--r--. 1 jenkins jenkins 20000 Apr 2 00:18 go.sum [2021-04-02T00:18:12.691Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 2 00:16 internal [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 2 00:16 Jenkinsfile [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 2 00:16 LICENSE [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 873 Apr 2 00:16 Makefile [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 2 00:16 README.md [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 2 00:14 VERSION [2021-04-02T00:18:12.691Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 2 00:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:18:12.903Z] ---> Running in ea301fbf8947 [2021-04-02T00:18:13.009Z] + 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=3cd42c14cf87f5b60f16443d40a5d348c92cc51b --label arch=amd64 --label version=0.0.0 . [2021-04-02T00:18:13.175Z] Removing intermediate container ea301fbf8947 [2021-04-02T00:18:13.175Z] ---> 148928395c41 [2021-04-02T00:18:13.175Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:18:13.272Z] Sending build context to Docker daemon 568.8kB [2021-04-02T00:18:13.272Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T00:18:13.272Z] Step 2/22 : FROM ${BASE} AS builder [2021-04-02T00:18:13.272Z] ---> 3b26cfe814c7 [2021-04-02T00:18:13.272Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-04-02T00:18:13.447Z] ---> Running in cad7ee4b2869 [2021-04-02T00:18:13.849Z] ---> Running in 7097c2c9cf50 [2021-04-02T00:18:13.849Z] Removing intermediate container 7097c2c9cf50 [2021-04-02T00:18:13.849Z] ---> f2611770acac [2021-04-02T00:18:13.849Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-04-02T00:18:13.849Z] ---> Running in cad5541f832e [2021-04-02T00:18:14.110Z] Removing intermediate container cad5541f832e [2021-04-02T00:18:14.110Z] ---> c95c10d888ff [2021-04-02T00:18:14.110Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-04-02T00:18:14.110Z] ---> Running in 3ec554d1cd6d [2021-04-02T00:18:14.375Z] Removing intermediate container 3ec554d1cd6d [2021-04-02T00:18:14.375Z] ---> 00edac61c4bb [2021-04-02T00:18:14.375Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:18:14.375Z] ---> Running in ffde64838b89 [2021-04-02T00:18:15.777Z] Removing intermediate container ffde64838b89 [2021-04-02T00:18:15.777Z] ---> be084e1c03f6 [2021-04-02T00:18:15.777Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-02T00:18:15.777Z] ---> Running in 6caf9bb591ff [2021-04-02T00:18:16.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T00:18:16.091Z] Removing intermediate container cad7ee4b2869 [2021-04-02T00:18:16.091Z] ---> 004f57b135f5 [2021-04-02T00:18:16.091Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-04-02T00:18:16.091Z] ---> Running in fa91c804af2c [2021-04-02T00:18:16.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T00:18:17.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:18:17.256Z] OK: 237 MiB in 53 packages [2021-04-02T00:18:17.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:18:17.830Z] Removing intermediate container 6caf9bb591ff [2021-04-02T00:18:17.830Z] ---> 1d293d09e9ca [2021-04-02T00:18:17.830Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-04-02T00:18:18.092Z] ---> Running in 5a1bb5f2cd93 [2021-04-02T00:18:18.358Z] Removing intermediate container 5a1bb5f2cd93 [2021-04-02T00:18:18.358Z] ---> 1bcace186a4a [2021-04-02T00:18:18.358Z] Step 9/22 : COPY . . [2021-04-02T00:18:18.652Z] (1/14) Installing libmagic (5.38-r0) [2021-04-02T00:18:18.652Z] (2/14) Installing file (5.38-r0) [2021-04-02T00:18:18.652Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-04-02T00:18:18.931Z] (4/14) Installing g++ (9.3.0-r2) [2021-04-02T00:18:19.307Z] ---> 046a45da34f1 [2021-04-02T00:18:19.307Z] Step 10/22 : ARG MAKE='make build' [2021-04-02T00:18:19.307Z] ---> Running in 5c54cfa1343f [2021-04-02T00:18:19.307Z] Removing intermediate container 5c54cfa1343f [2021-04-02T00:18:19.307Z] ---> b3c9087f2764 [2021-04-02T00:18:19.307Z] Step 11/22 : RUN $MAKE [2021-04-02T00:18:19.575Z] ---> Running in 3ff45bbbd96b [2021-04-02T00:18:20.170Z] 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-04-02T00:18:27.186Z] (5/14) Installing fortify-headers (1.1-r0) [2021-04-02T00:18:27.187Z] (6/14) Installing patch (2.7.6-r6) [2021-04-02T00:18:27.187Z] (7/14) Installing build-base (0.5-r2) [2021-04-02T00:18:27.456Z] (8/14) Installing openssh-keygen (8.3_p1-r2) [2021-04-02T00:18:27.725Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-04-02T00:18:27.725Z] (10/14) Installing openssh-client (8.3_p1-r2) [2021-04-02T00:18:28.691Z] (11/14) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-02T00:18:28.691Z] (12/14) Installing openssh-server-common (8.3_p1-r2) [2021-04-02T00:18:28.691Z] (13/14) Installing openssh-server (8.3_p1-r2) [2021-04-02T00:18:28.965Z] (14/14) Installing openssh (8.3_p1-r2) [2021-04-02T00:18:28.965Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T00:18:28.965Z] OK: 221 MiB in 53 packages [2021-04-02T00:18:33.275Z] Removing intermediate container fa91c804af2c [2021-04-02T00:18:33.275Z] ---> cc47592d5160 [2021-04-02T00:18:33.275Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-02T00:18:33.275Z] ---> Running in 5fdc592be863 [2021-04-02T00:18:33.558Z] Removing intermediate container 5fdc592be863 [2021-04-02T00:18:33.558Z] ---> f2179b896f2e [2021-04-02T00:18:33.558Z] Step 7/8 : COPY . . [2021-04-02T00:18:34.546Z] ---> c33974b913a1 [2021-04-02T00:18:34.546Z] Step 8/8 : RUN go mod download [2021-04-02T00:18:34.546Z] ---> Running in 7a5fab82f75d [2021-04-02T00:18:35.233Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-02T00:18:37.160Z] Removing intermediate container 3ff45bbbd96b [2021-04-02T00:18:37.160Z] ---> bbdbdbf7477a [2021-04-02T00:18:37.160Z] Step 12/22 : FROM alpine:3.12 [2021-04-02T00:18:37.421Z] 3.12: Pulling from library/alpine [2021-04-02T00:18:37.421Z] 532819f3e44c: Pulling fs layer [2021-04-02T00:18:37.687Z] 532819f3e44c: Download complete [2021-04-02T00:18:37.950Z] 532819f3e44c: Pull complete [2021-04-02T00:18:37.950Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:18:37.950Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T00:18:37.950Z] ---> 7230e588e954 [2021-04-02T00:18:37.950Z] Step 13/22 : ENV APP_PORT=49990 [2021-04-02T00:18:38.212Z] ---> Running in 34e45a6b5f3c [2021-04-02T00:18:38.212Z] Removing intermediate container 34e45a6b5f3c [2021-04-02T00:18:38.212Z] ---> fd7bc9d60e70 [2021-04-02T00:18:38.212Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-02T00:18:38.473Z] ---> Running in a44427b8592c [2021-04-02T00:18:38.473Z] Removing intermediate container a44427b8592c [2021-04-02T00:18:38.473Z] ---> fea134376886 [2021-04-02T00:18:38.473Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-04-02T00:18:39.053Z] ---> ea324276bb7b [2021-04-02T00:18:39.053Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-04-02T00:18:39.318Z] ---> fec6dc67aaf9 [2021-04-02T00:18:39.319Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-04-02T00:18:39.580Z] ---> 9957138c662a [2021-04-02T00:18:39.580Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-04-02T00:18:39.844Z] ---> Running in 56bd0cfd820a [2021-04-02T00:18:39.844Z] Removing intermediate container 56bd0cfd820a [2021-04-02T00:18:39.844Z] ---> 5dfe8ef31c4f [2021-04-02T00:18:39.844Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:18:39.844Z] ---> Running in 31de24c2e9a6 [2021-04-02T00:18:40.108Z] Removing intermediate container 31de24c2e9a6 [2021-04-02T00:18:40.109Z] ---> 959e7b1a7133 [2021-04-02T00:18:40.109Z] Step 20/22 : LABEL arch=amd64 [2021-04-02T00:18:40.109Z] ---> Running in b2bd2715780f [2021-04-02T00:18:40.370Z] Removing intermediate container b2bd2715780f [2021-04-02T00:18:40.370Z] ---> cf1c5854df76 [2021-04-02T00:18:40.370Z] Step 21/22 : LABEL git_sha=3cd42c14cf87f5b60f16443d40a5d348c92cc51b [2021-04-02T00:18:40.370Z] ---> Running in 018dcd067d5c [2021-04-02T00:18:40.634Z] Removing intermediate container 018dcd067d5c [2021-04-02T00:18:40.634Z] ---> 5caada6f5dda [2021-04-02T00:18:40.634Z] Step 22/22 : LABEL version=0.0.0 [2021-04-02T00:18:40.634Z] ---> Running in 36dce19f9e72 [2021-04-02T00:18:40.897Z] Removing intermediate container 36dce19f9e72 [2021-04-02T00:18:40.897Z] ---> bbf6f48d6f40 [2021-04-02T00:18:40.897Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-02T00:18:40.897Z] Successfully built bbf6f48d6f40 [2021-04-02T00:18:40.897Z] 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-04-02T00:18:42.059Z] ---> job-cost.sh [2021-04-02T00:18:42.059Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-L2dz [2021-04-02T00:19:00.217Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-02T00:19:01.365Z] Removing intermediate container 7a5fab82f75d [2021-04-02T00:19:01.365Z] ---> e2f623c197c2 [2021-04-02T00:19:01.365Z] Successfully built e2f623c197c2 [2021-04-02T00:19:01.365Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:19:01.711Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T00:19:01.711Z] . [Pipeline] withDockerContainer [2021-04-02T00:19:01.980Z] prd-ubuntu18.04-docker-arm64-4c-16g-32526 does not seem to be running inside a container [2021-04-02T00:19:02.061Z] $ 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 ******** ci-base-image-arm64 cat [2021-04-02T00:19:03.598Z] $ docker top 4ef76d6d225f8ca5f94bfd07f6b930f108e8bf76ee5c67f87ae6faf922e40373 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T00:19:04.672Z] + go version [2021-04-02T00:19:04.672Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-02T00:19:04.694Z] $ docker stop --time=1 4ef76d6d225f8ca5f94bfd07f6b930f108e8bf76ee5c67f87ae6faf922e40373 [2021-04-02T00:19:06.652Z] $ docker rm -f 4ef76d6d225f8ca5f94bfd07f6b930f108e8bf76ee5c67f87ae6faf922e40373 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:19:07.690Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T00:19:07.690Z] . [Pipeline] withDockerContainer [2021-04-02T00:19:07.955Z] prd-ubuntu18.04-docker-arm64-4c-16g-32526 does not seem to be running inside a container [2021-04-02T00:19:08.036Z] $ 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 ******** ci-base-image-arm64 cat [2021-04-02T00:19:09.608Z] $ docker top c42a0a406ccdb141a37d2964f03dfeaaa53dc88bd029506a09239794123f9343 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T00:19:10.648Z] + make test [2021-04-02T00:19:10.648Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-02T00:19:12.089Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-02T00:19:32.454Z] lf-activate-venv(): INFO: Adding /tmp/venv-L2dz/bin to PATH [2021-04-02T00:19:32.454Z] INFO: No Stack... [2021-04-02T00:19:32.454Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-02T00:19:32.454Z] INFO: Archiving Costs [Pipeline] sh [2021-04-02T00:19:32.938Z] + cat /w/workspace/device-virtual-go/2/archives/cost.csv [2021-04-02T00:19:32.938Z] + cut -d, -f6 [Pipeline] lock [2021-04-02T00:19:33.265Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-173-2-stack-cost] [2021-04-02T00:19:33.277Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-173-2-stack-cost] did not exist. Created. [2021-04-02T00:19:33.277Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-173-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-02T00:19:33.735Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-02T00:19:33.906Z] Stashed 1 file(s) [Pipeline] } [2021-04-02T00:19:33.916Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-173-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-02T00:19:59.120Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-02T00:19:59.120Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.407s coverage: 63.8% of statements [2021-04-02T00:19:59.120Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-02T00:20:07.436Z] gofmt -l . [2021-04-02T00:20:07.436Z] [ "`gofmt -l .`" = "" ] [2021-04-02T00:20:07.436Z] ./bin/test-attribution-txt.sh [2021-04-02T00:20:07.436Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-02T00:20:08.047Z] $ docker stop --time=1 c42a0a406ccdb141a37d2964f03dfeaaa53dc88bd029506a09239794123f9343 [2021-04-02T00:20:10.204Z] $ docker rm -f c42a0a406ccdb141a37d2964f03dfeaaa53dc88bd029506a09239794123f9343 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T00:20:11.095Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-02T00:20:11.160Z] Warning: overwriting stash ‘coverage-report’ [2021-04-02T00:20:12.229Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T00:20:12.960Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-02T00:20:13.326Z] + ls -al . [2021-04-02T00:20:13.327Z] total 152 [2021-04-02T00:20:13.327Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 2 00:20 . [2021-04-02T00:20:13.327Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 00:17 .. [2021-04-02T00:20:13.327Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 00:17 .git [2021-04-02T00:20:13.327Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 00:17 .github [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 258 Apr 2 00:17 .gitignore [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 7136 Apr 2 00:17 Attribution.txt [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 1851 Apr 2 00:17 Dockerfile [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 961 Apr 2 00:17 Dockerfile.build [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 2 00:17 Jenkinsfile [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 2 00:17 LICENSE [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 873 Apr 2 00:17 Makefile [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 2 00:17 README.md [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 2 00:14 VERSION [2021-04-02T00:20:13.327Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 00:17 bin [2021-04-02T00:20:13.327Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 00:17 cmd [2021-04-02T00:20:13.327Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 2 00:19 coverage.out [2021-04-02T00:20:13.327Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 2 00:20 go.mod [2021-04-02T00:20:13.327Z] -rw-r--r-- 1 jenkins jenkins 20000 Apr 2 00:20 go.sum [2021-04-02T00:20:13.327Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 00:17 internal [2021-04-02T00:20:13.327Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 2 00:17 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:20:13.748Z] + 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=3cd42c14cf87f5b60f16443d40a5d348c92cc51b --label arch=arm64 --label version=0.0.0 . [2021-04-02T00:20:14.037Z] Sending build context to Docker daemon 567.8kB [2021-04-02T00:20:14.345Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T00:20:14.345Z] Step 2/22 : FROM ${BASE} AS builder [2021-04-02T00:20:14.345Z] ---> e2f623c197c2 [2021-04-02T00:20:14.345Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-04-02T00:20:14.345Z] ---> Running in 0cc879cdcf8a [2021-04-02T00:20:14.939Z] Removing intermediate container 0cc879cdcf8a [2021-04-02T00:20:14.939Z] ---> ae885905077f [2021-04-02T00:20:14.939Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-04-02T00:20:14.939Z] ---> Running in ecee55a36ee3 [2021-04-02T00:20:15.534Z] Removing intermediate container ecee55a36ee3 [2021-04-02T00:20:15.534Z] ---> ff2bacd43f21 [2021-04-02T00:20:15.534Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-04-02T00:20:15.534Z] ---> Running in 1aab351bd3a7 [2021-04-02T00:20:16.131Z] Removing intermediate container 1aab351bd3a7 [2021-04-02T00:20:16.131Z] ---> 52628a72550c [2021-04-02T00:20:16.131Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T00:20:16.131Z] ---> Running in 49dcbd9cdc86 [2021-04-02T00:20:18.103Z] Removing intermediate container 49dcbd9cdc86 [2021-04-02T00:20:18.103Z] ---> 796fc1f2b14a [2021-04-02T00:20:18.103Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-02T00:20:18.377Z] ---> Running in ba8f4b372244 [2021-04-02T00:20:19.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T00:20:21.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T00:20:21.928Z] OK: 221 MiB in 53 packages [2021-04-02T00:20:22.904Z] Removing intermediate container ba8f4b372244 [2021-04-02T00:20:22.904Z] ---> bcdebfe72a57 [2021-04-02T00:20:22.904Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-04-02T00:20:22.904Z] ---> Running in 4009e608046c [2021-04-02T00:20:23.498Z] Removing intermediate container 4009e608046c [2021-04-02T00:20:23.498Z] ---> 3c87a8c9ca02 [2021-04-02T00:20:23.498Z] Step 9/22 : COPY . . [2021-04-02T00:20:24.477Z] ---> 522a912ffccc [2021-04-02T00:20:24.478Z] Step 10/22 : ARG MAKE='make build' [2021-04-02T00:20:24.478Z] ---> Running in 4499d0bb42ba [2021-04-02T00:20:25.072Z] Removing intermediate container 4499d0bb42ba [2021-04-02T00:20:25.072Z] ---> 9c52a6f3cfa8 [2021-04-02T00:20:25.072Z] Step 11/22 : RUN $MAKE [2021-04-02T00:20:25.072Z] ---> Running in 9234dc38d93b [2021-04-02T00:20:26.051Z] 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-04-02T00:21:05.080Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-04-02T00:21:07.062Z] Removing intermediate container 9234dc38d93b [2021-04-02T00:21:07.062Z] ---> 01a67a6ed795 [2021-04-02T00:21:07.062Z] Step 12/22 : FROM alpine:3.12 [2021-04-02T00:21:07.338Z] 3.12: Pulling from library/alpine [2021-04-02T00:21:07.338Z] 9a219e8acc52: Pulling fs layer [2021-04-02T00:21:07.609Z] 9a219e8acc52: Verifying Checksum [2021-04-02T00:21:07.609Z] 9a219e8acc52: Download complete [2021-04-02T00:21:08.207Z] 9a219e8acc52: Pull complete [2021-04-02T00:21:08.207Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T00:21:08.207Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T00:21:08.207Z] ---> d75e27dfc0a0 [2021-04-02T00:21:08.207Z] Step 13/22 : ENV APP_PORT=49990 [2021-04-02T00:21:08.481Z] ---> Running in e0a3ada03879 [2021-04-02T00:21:09.078Z] Removing intermediate container e0a3ada03879 [2021-04-02T00:21:09.078Z] ---> 7038d5f12737 [2021-04-02T00:21:09.078Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-02T00:21:09.078Z] ---> Running in 44faeff2781a [2021-04-02T00:21:09.675Z] Removing intermediate container 44faeff2781a [2021-04-02T00:21:09.675Z] ---> 3ea02b3bf7d0 [2021-04-02T00:21:09.675Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-04-02T00:21:11.107Z] ---> c9d3ca8cf686 [2021-04-02T00:21:11.107Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-04-02T00:21:11.701Z] ---> ee532438b01c [2021-04-02T00:21:11.701Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-04-02T00:21:12.678Z] ---> 37d6391e1061 [2021-04-02T00:21:12.678Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-04-02T00:21:12.678Z] ---> Running in 2d5600fdba1d [2021-04-02T00:21:13.273Z] Removing intermediate container 2d5600fdba1d [2021-04-02T00:21:13.273Z] ---> 99649d2fe16d [2021-04-02T00:21:13.273Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T00:21:13.273Z] ---> Running in 42026f764290 [2021-04-02T00:21:13.868Z] Removing intermediate container 42026f764290 [2021-04-02T00:21:13.868Z] ---> 0d54aad06118 [2021-04-02T00:21:13.868Z] Step 20/22 : LABEL arch=arm64 [2021-04-02T00:21:13.868Z] ---> Running in 7e903121fe37 [2021-04-02T00:21:14.466Z] Removing intermediate container 7e903121fe37 [2021-04-02T00:21:14.466Z] ---> 14571a4a2e94 [2021-04-02T00:21:14.466Z] Step 21/22 : LABEL git_sha=3cd42c14cf87f5b60f16443d40a5d348c92cc51b [2021-04-02T00:21:14.466Z] ---> Running in d307ea1e066f [2021-04-02T00:21:15.060Z] Removing intermediate container d307ea1e066f [2021-04-02T00:21:15.060Z] ---> 8ecaf47c39aa [2021-04-02T00:21:15.060Z] Step 22/22 : LABEL version=0.0.0 [2021-04-02T00:21:15.060Z] ---> Running in 1102dd9c0f25 [2021-04-02T00:21:15.653Z] Removing intermediate container 1102dd9c0f25 [2021-04-02T00:21:15.653Z] ---> 877cb2b324a4 [2021-04-02T00:21:15.653Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-02T00:21:15.653Z] Successfully built 877cb2b324a4 [2021-04-02T00:21:15.653Z] 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-04-02T00:21:16.501Z] ---> job-cost.sh [2021-04-02T00:21:16.501Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4XUb [2021-04-02T00:21:55.471Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-02T00:23:32.199Z] lf-activate-venv(): INFO: Adding /tmp/venv-4XUb/bin to PATH [2021-04-02T00:23:32.199Z] INFO: No Stack... [2021-04-02T00:23:32.199Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-02T00:23:32.199Z] INFO: Archiving Costs [Pipeline] sh [2021-04-02T00:23:32.534Z] + cat /w/workspace/device-virtual-go/2/archives/cost.csv [2021-04-02T00:23:32.535Z] + cut -d, -f6 [Pipeline] lock [2021-04-02T00:23:32.645Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-173-2-stack-cost] [2021-04-02T00:23:32.653Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-173-2-stack-cost] did not exist. Created. [2021-04-02T00:23:32.653Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-173-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-02T00:23:33.096Z] /w/workspace/device-virtual-go/2@tmp/durable-fbc992c0/script.sh: 1: /w/workspace/device-virtual-go/2@tmp/durable-fbc992c0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-02T00:23:33.435Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-02T00:23:33.502Z] Warning: overwriting stash ‘stack-cost’ [2021-04-02T00:23:33.653Z] Stashed 1 file(s) [Pipeline] } [2021-04-02T00:23:33.664Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-173-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-04-02T00:23:35.070Z] provisioning config files... [2021-04-02T00:23:35.081Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-173@tmp/config2662372315158659343tmp [Pipeline] { [Pipeline] sh [2021-04-02T00:23:35.485Z] + set +x [2021-04-02T00:23:35.485Z] + curl -s https://codecov.io/bash [2021-04-02T00:23:35.485Z] + bash -s -- [2021-04-02T00:23:35.748Z] [2021-04-02T00:23:35.748Z] _____ _ [2021-04-02T00:23:35.748Z] / ____| | | [2021-04-02T00:23:35.748Z] | | ___ __| | ___ ___ _____ __ [2021-04-02T00:23:35.748Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-02T00:23:35.748Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-02T00:23:35.748Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-02T00:23:35.748Z] Bash-20210309-2b87ace [2021-04-02T00:23:35.748Z] [2021-04-02T00:23:35.748Z] [2021-04-02T00:23:35.748Z] ==> git version 2.24.3 found [2021-04-02T00:23:35.748Z] ==> 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-04-02T00:23:35.748Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-02T00:23:35.748Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-02T00:23:35.748Z] ==> Jenkins CI detected. [2021-04-02T00:23:35.748Z] project root: . [2021-04-02T00:23:35.748Z] --> token set from env [2021-04-02T00:23:35.748Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-02T00:23:35.748Z] ==> Running gcov in . (disable via -X gcov) [2021-04-02T00:23:35.748Z] ==> Python coveragepy not found [2021-04-02T00:23:35.748Z] ==> Searching for coverage reports in: [2021-04-02T00:23:35.748Z] + . [2021-04-02T00:23:35.748Z] -> Found 1 reports [2021-04-02T00:23:35.748Z] ==> Detecting git/mercurial file structure [2021-04-02T00:23:35.748Z] ==> Reading reports [2021-04-02T00:23:35.748Z] + ./coverage.out bytes=47247 [2021-04-02T00:23:35.748Z] ==> Appending adjustments [2021-04-02T00:23:35.748Z] https://docs.codecov.io/docs/fixing-reports [2021-04-02T00:23:36.011Z] + Found adjustments [2021-04-02T00:23:36.011Z] ==> Gzipping contents [2021-04-02T00:23:36.011Z] 8.0K /tmp/codecov.Qrh9Lz.gz [2021-04-02T00:23:36.011Z] ==> Uploading reports [2021-04-02T00:23:36.011Z] url: https://codecov.io [2021-04-02T00:23:36.011Z] query: branch=PR-173&commit=3cd42c14cf87f5b60f16443d40a5d348c92cc51b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-173%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=173&job=&cmd_args= [2021-04-02T00:23:36.011Z] -> Pinging Codecov [2021-04-02T00:23:36.011Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-173&commit=3cd42c14cf87f5b60f16443d40a5d348c92cc51b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-173%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=173&job=&cmd_args= [2021-04-02T00:23:36.586Z] -> Uploading to [2021-04-02T00:23:36.586Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-02/5E52B4B073DB2E39498172D8E973AA87/3cd42c14cf87f5b60f16443d40a5d348c92cc51b/e29b0303-d89e-4719-bb25-08a04e9ff3a2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T002336Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a9aac9561bd63e6342b77baa624ac0370847d1282fa637c7ae7861d9c9574da [2021-04-02T00:23:36.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-02T00:23:36.586Z] Dload Upload Total Spent Left Speed [2021-04-02T00:23:36.855Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5767 0 0 100 5767 0 11633 --:--:-- --:--:-- --:--:-- 11627 100 5767 0 0 100 5767 0 11628 --:--:-- --:--:-- --:--:-- 11627 [2021-04-02T00:23:36.855Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/3cd42c14cf87f5b60f16443d40a5d348c92cc51b [Pipeline] } [2021-04-02T00:23:36.864Z] 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-04-02T00:23:39.290Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:23:39.597Z] ---> package-listing.sh [2021-04-02T00:23:39.597Z] ++ facter osfamily [2021-04-02T00:23:39.597Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-02T00:23:39.597Z] + OS_FAMILY=redhat [2021-04-02T00:23:39.597Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-173 [2021-04-02T00:23:39.597Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-02T00:23:39.597Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-02T00:23:39.597Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-02T00:23:39.597Z] + PACKAGES=/tmp/packages_start.txt [2021-04-02T00:23:39.597Z] + '[' /w/workspace/foundry_device-virtual-go_PR-173 ']' [2021-04-02T00:23:39.597Z] + PACKAGES=/tmp/packages_end.txt [2021-04-02T00:23:39.597Z] + case "${OS_FAMILY}" in [2021-04-02T00:23:39.597Z] + rpm -qa [2021-04-02T00:23:39.597Z] + sort [2021-04-02T00:23:44.923Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-02T00:23:44.923Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-02T00:23:44.923Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-02T00:23:44.923Z] + '[' /w/workspace/foundry_device-virtual-go_PR-173 ']' [2021-04-02T00:23:44.923Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-173/archives/ [2021-04-02T00:23:44.923Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-173/archives/ [Pipeline] echo [2021-04-02T00:23:44.936Z] 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-173/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-02T00:23:45.231Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:23:45.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T00:23:45.539Z] [2021-04-02T00:23:45.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-02T00:23:45.906Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T00:23:45.906Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-02T00:23:45.906Z] df20fa9351a1: Pulling fs layer [2021-04-02T00:23:45.906Z] 36b3adc4ff6f: Pulling fs layer [2021-04-02T00:23:45.906Z] 8ad3a11d3b57: Pulling fs layer [2021-04-02T00:23:45.906Z] 46f8f816bc3b: Pulling fs layer [2021-04-02T00:23:45.906Z] 93b61091891f: Pulling fs layer [2021-04-02T00:23:45.906Z] 93b9cdb0e59b: Pulling fs layer [2021-04-02T00:23:45.906Z] 5e14af77c1be: Pulling fs layer [2021-04-02T00:23:45.906Z] 01666e4c0597: Pulling fs layer [2021-04-02T00:23:45.906Z] aa168da1d23b: Pulling fs layer [2021-04-02T00:23:45.906Z] 5e14af77c1be: Waiting [2021-04-02T00:23:45.906Z] 01666e4c0597: Waiting [2021-04-02T00:23:45.906Z] aa168da1d23b: Waiting [2021-04-02T00:23:45.906Z] 93b61091891f: Waiting [2021-04-02T00:23:45.906Z] 93b9cdb0e59b: Waiting [2021-04-02T00:23:45.906Z] 36b3adc4ff6f: Verifying Checksum [2021-04-02T00:23:45.906Z] 36b3adc4ff6f: Download complete [2021-04-02T00:23:45.906Z] 46f8f816bc3b: Verifying Checksum [2021-04-02T00:23:45.906Z] 46f8f816bc3b: Download complete [2021-04-02T00:23:46.173Z] df20fa9351a1: Download complete [2021-04-02T00:23:46.173Z] 93b9cdb0e59b: Verifying Checksum [2021-04-02T00:23:46.173Z] 93b9cdb0e59b: Download complete [2021-04-02T00:23:46.173Z] 5e14af77c1be: Download complete [2021-04-02T00:23:46.173Z] 93b61091891f: Download complete [2021-04-02T00:23:46.173Z] 01666e4c0597: Verifying Checksum [2021-04-02T00:23:46.173Z] 01666e4c0597: Download complete [2021-04-02T00:23:46.436Z] df20fa9351a1: Pull complete [2021-04-02T00:23:46.700Z] 36b3adc4ff6f: Pull complete [2021-04-02T00:23:46.973Z] 8ad3a11d3b57: Verifying Checksum [2021-04-02T00:23:46.973Z] 8ad3a11d3b57: Download complete [2021-04-02T00:23:47.567Z] 8ad3a11d3b57: Pull complete [2021-04-02T00:23:47.847Z] 46f8f816bc3b: Pull complete [2021-04-02T00:23:48.436Z] 93b61091891f: Pull complete [2021-04-02T00:23:48.699Z] aa168da1d23b: Download complete [2021-04-02T00:23:48.962Z] 93b9cdb0e59b: Pull complete [2021-04-02T00:23:49.225Z] 5e14af77c1be: Pull complete [2021-04-02T00:23:49.225Z] 01666e4c0597: Pull complete [2021-04-02T00:23:55.997Z] aa168da1d23b: Pull complete [2021-04-02T00:23:55.997Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-02T00:23:55.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T00:23:55.997Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-02T00:23:56.144Z] prd-centos7-docker-4c-2g-32523 does not seem to be running inside a container [2021-04-02T00:23:56.186Z] $ 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-173/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-173 -v /w/workspace/foundry_device-virtual-go_PR-173:/w/workspace/foundry_device-virtual-go_PR-173:rw,z -v /w/workspace/foundry_device-virtual-go_PR-173@tmp:/w/workspace/foundry_device-virtual-go_PR-173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-02T00:23:59.545Z] $ docker top ffdcd283f0b1ebca1be5dc132ce77b059c4eb3b21038ca4f494a5e1a735ab7cb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T00:24:00.098Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-02T00:24:00.403Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-02T00:24:00.701Z] + ls /var/log/sa-host [2021-04-02T00:24:00.701Z] + sadf -c /var/log/sa-host/sa02 [2021-04-02T00:24:00.701Z] file_magic: OK [2021-04-02T00:24:00.701Z] HZ: Using current value: 100 [2021-04-02T00:24:00.701Z] file_header: OK [2021-04-02T00:24:00.701Z] 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-04-02T00:24:00.701Z] Statistics: [2021-04-02T00:24:00.701Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-02T00:24:00.701Z] File successfully converted to sysstat format version 12.2.1 [2021-04-02T00:24:00.701Z] + sadf -c /var/log/sa-host/sa23 [2021-04-02T00:24:00.701Z] file_magic: OK [2021-04-02T00:24:00.701Z] HZ: Using current value: 100 [2021-04-02T00:24:00.701Z] file_header: OK [2021-04-02T00:24:00.701Z] 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-04-02T00:24:00.701Z] Statistics: [2021-04-02T00:24:00.701Z] Hnuu...uuuununununu... [2021-04-02T00:24:00.701Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-02T00:24:01.355Z] provisioning config files... [2021-04-02T00:24:01.368Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-173@tmp/config6606293751737311508tmp [Pipeline] { [Pipeline] echo [2021-04-02T00:24:01.479Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:24:01.778Z] ---> create-netrc.sh [Pipeline] } [2021-04-02T00:24:01.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-02T00:24:01.896Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:24:02.215Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-02T00:24:02.227Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:24:02.525Z] ---> sudo-logs.sh [2021-04-02T00:24:02.525Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-02T00:24:02.598Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:24:02.894Z] ---> job-cost.sh [2021-04-02T00:24:02.894Z] lf-activate-venv: SKIPPING [2021-04-02T00:24:02.894Z] DEBUG: total: 0.20999999344348907 [2021-04-02T00:24:02.894Z] INFO: Retrieving Stack Cost... [2021-04-02T00:24:04.813Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-02T00:24:05.075Z] INFO: Archiving Costs [Pipeline] echo [2021-04-02T00:24:05.088Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T00:24:05.391Z] ---> logs-deploy.sh [2021-04-02T00:24:05.391Z] lf-activate-venv: SKIPPING [2021-04-02T00:24:05.391Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-173/2 [2021-04-02T00:24:05.391Z] INFO: archiving workspace using pattern(s): [2021-04-02T00:24:07.309Z] Archives upload complete. [2021-04-02T00:24:07.309Z] INFO: archiving logs to Nexus