Pull request #169 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 rather than 07590549636915eace127cb20714069285f91c76 Obtained Jenkinsfile from 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30294 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-169 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit 07590549636915eace127cb20714069285f91c76 Merge succeeded, producing 07590549636915eace127cb20714069285f91c76 Checking out Revision 07590549636915eace127cb20714069285f91c76 (PR-169) > git config core.sparsecheckout # timeout=10 > git checkout -f 07590549636915eace127cb20714069285f91c76 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07590549636915eace127cb20714069285f91c76 # timeout=10 Commit message: "feat: update driver implementation to reflect v2 profiles" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-18T09:53:00.360Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-18T09:53:00.663Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-18T09:53:00.773Z] ========================================================= [2021-03-18T09:53:00.773Z] EdgeX Global Pipelines Version Info [2021-03-18T09:53:00.773Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e87a23444af3a2f7e32ecde9fa8540dc55a9b1bd # timeout=10 [2021-03-18T09:53:02.252Z] ------------------- [2021-03-18T09:53:02.252Z] stable info: [2021-03-18T09:53:02.252Z] ------------------- [2021-03-18T09:53:02.252Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-18T09:53:02.252Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T09:53:02.252Z] Message: update stable to v1.0.186 [2021-03-18T09:53:03.198Z] ------------------- [2021-03-18T09:53:03.199Z] experimental info: [2021-03-18T09:53:03.199Z] ------------------- [2021-03-18T09:53:03.199Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-18T09:53:03.199Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-18T09:53:03.199Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-18T09:53:03.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-03-18T09:53:03.538Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-03-18T09:53:03.621Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-18T09:53:03.712Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-18T09:53:03.799Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-18T09:53:03.895Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-18T09:53:03.982Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-18T09:53:04.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-18T09:53:04.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-18T09:53:04.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-18T09:53:04.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-18T09:53:04.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-03-18T09:53:04.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-18T09:53:04.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-18T09:53:04.673Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T09:53:04.758Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-18T09:53:04.844Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T09:53:04.926Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-18T09:53:05.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-18T09:53:05.118Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-18T09:53:05.200Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-03-18T09:53:05.282Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-03-18T09:53:05.363Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-18T09:53:05.449Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-18T09:53:05.538Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-18T09:53:05.621Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-18T09:53:05.742Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo [2021-03-18T09:53:05.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo [2021-03-18T09:53:05.925Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo [2021-03-18T09:53:06.008Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07590549636915eace127cb20714069285f91c76 [Pipeline] echo [2021-03-18T09:53:06.099Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0759054 [Pipeline] echo [2021-03-18T09:53:06.186Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T09:53:06.382Z] provisioning config files... [2021-03-18T09:53:06.418Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config7122509952854874628tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T09:53:06.772Z] ---> docker-login.sh [2021-03-18T09:53:06.772Z] nexus3.edgexfoundry.org:10001 [2021-03-18T09:53:07.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:53:07.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:53:07.303Z] Configure a credential helper to remove this warning. See [2021-03-18T09:53:07.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:53:07.303Z] [2021-03-18T09:53:07.303Z] Login Succeeded [2021-03-18T09:53:07.303Z] nexus3.edgexfoundry.org:10002 [2021-03-18T09:53:07.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:53:07.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:53:07.566Z] Configure a credential helper to remove this warning. See [2021-03-18T09:53:07.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:53:07.566Z] [2021-03-18T09:53:07.566Z] Login Succeeded [2021-03-18T09:53:07.566Z] nexus3.edgexfoundry.org:10003 [2021-03-18T09:53:07.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:53:07.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:53:07.566Z] Configure a credential helper to remove this warning. See [2021-03-18T09:53:07.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:53:07.566Z] [2021-03-18T09:53:07.566Z] Login Succeeded [2021-03-18T09:53:07.566Z] nexus3.edgexfoundry.org:10004 [2021-03-18T09:53:07.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:53:07.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:53:07.828Z] Configure a credential helper to remove this warning. See [2021-03-18T09:53:07.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:53:07.828Z] [2021-03-18T09:53:07.828Z] Login Succeeded [2021-03-18T09:53:07.828Z] docker.io [2021-03-18T09:53:07.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:53:08.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:53:08.090Z] Configure a credential helper to remove this warning. See [2021-03-18T09:53:08.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:53:08.090Z] [2021-03-18T09:53:08.090Z] Login Succeeded [2021-03-18T09:53:08.090Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T09:53:08.099Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T09:53:08.979Z] + git log --format=format:%s -1 07590549636915eace127cb20714069285f91c76 [Pipeline] echo [2021-03-18T09:53:09.042Z] GIT_COMMIT: 07590549636915eace127cb20714069285f91c76, Commit Message: feat: update driver implementation to reflect v2 profiles [Pipeline] echo [2021-03-18T09:53:09.085Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:53:10.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T09:53:10.256Z] [2021-03-18T09:53:10.256Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:53:10.614Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T09:53:10.614Z] latest: Pulling from edgex-devops/git-semver [2021-03-18T09:53:10.614Z] 31603596830f: Pulling fs layer [2021-03-18T09:53:10.614Z] 2a8b12db71e7: Pulling fs layer [2021-03-18T09:53:10.614Z] 6ca5941a6612: Pulling fs layer [2021-03-18T09:53:10.614Z] ecc8261a40a4: Pulling fs layer [2021-03-18T09:53:10.614Z] ecc8261a40a4: Waiting [2021-03-18T09:53:10.614Z] 2a8b12db71e7: Verifying Checksum [2021-03-18T09:53:10.614Z] 2a8b12db71e7: Download complete [2021-03-18T09:53:10.877Z] 31603596830f: Download complete [2021-03-18T09:53:10.877Z] ecc8261a40a4: Verifying Checksum [2021-03-18T09:53:10.877Z] ecc8261a40a4: Download complete [2021-03-18T09:53:11.139Z] 6ca5941a6612: Verifying Checksum [2021-03-18T09:53:11.139Z] 6ca5941a6612: Download complete [2021-03-18T09:53:11.139Z] 31603596830f: Pull complete [2021-03-18T09:53:11.402Z] 2a8b12db71e7: Pull complete [2021-03-18T09:53:12.361Z] 6ca5941a6612: Pull complete [2021-03-18T09:53:12.361Z] ecc8261a40a4: Pull complete [2021-03-18T09:53:12.361Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-18T09:53:12.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-18T09:53:12.361Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-18T09:53:12.469Z] prd-centos7-docker-4c-2g-30294 does not seem to be running inside a container [2021-03-18T09:53:12.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-18T09:53:14.617Z] $ docker top e6bd431884fc3a570478e64542fae72f8d4e8175c4078195a2aa83559c2246e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-18T09:53:14.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T09:53:14.975Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T09:53:15.186Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T09:53:15.192Z] $ docker exec e6bd431884fc3a570478e64542fae72f8d4e8175c4078195a2aa83559c2246e1 ssh-agent [2021-03-18T09:53:15.360Z] SSH_AUTH_SOCK=/tmp/ssh-Hj7by5pB3Mqv/agent.11 [2021-03-18T09:53:15.360Z] SSH_AGENT_PID=17 [2021-03-18T09:53:15.375Z] Running ssh-add (command line suppressed) [2021-03-18T09:53:15.497Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_7817162542920069395.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_7817162542920069395.key) [2021-03-18T09:53:15.548Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T09:53:15.887Z] + git tag --points-at HEAD [Pipeline] } [2021-03-18T09:53:15.913Z] $ docker exec --env ******** --env ******** e6bd431884fc3a570478e64542fae72f8d4e8175c4078195a2aa83559c2246e1 ssh-agent -k [2021-03-18T09:53:16.033Z] unset SSH_AUTH_SOCK; [2021-03-18T09:53:16.033Z] unset SSH_AGENT_PID; [2021-03-18T09:53:16.033Z] echo Agent pid 17 killed; [2021-03-18T09:53:16.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-18T09:53:16.214Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-18T09:53:16.214Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-18T09:53:16.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-18T09:53:16.387Z] $ docker exec e6bd431884fc3a570478e64542fae72f8d4e8175c4078195a2aa83559c2246e1 ssh-agent [2021-03-18T09:53:16.547Z] SSH_AUTH_SOCK=/tmp/ssh-O4OIeOdHGsGy/agent.45 [2021-03-18T09:53:16.547Z] SSH_AGENT_PID=50 [2021-03-18T09:53:16.554Z] Running ssh-add (command line suppressed) [2021-03-18T09:53:16.680Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_5064498427746723055.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_5064498427746723055.key) [2021-03-18T09:53:16.728Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-18T09:53:17.061Z] + git semver init [2021-03-18T09:53:17.061Z] # -> Open(): unable to determine branch for HEAD [2021-03-18T09:53:17.061Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.git [2021-03-18T09:53:17.061Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-169 [2021-03-18T09:53:17.061Z] # $SEMVER_REMOTE_NAME = origin [2021-03-18T09:53:17.061Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-18T09:53:17.061Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-18T09:53:17.061Z] # $SEMVER_BRANCH = PR-169 [2021-03-18T09:53:17.061Z] # $SEMVER_TEMP = /tmp/semver-166609695 [2021-03-18T09:53:17.061Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-03-18T09:53:17.325Z] # '/tmp/semver-166609695' -> '/w/workspace/foundry_device-virtual-go_PR-169/.semver' [2021-03-18T09:53:17.437Z] # -> Force: false [2021-03-18T09:53:17.437Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.semver [Pipeline] } [2021-03-18T09:53:17.452Z] $ docker exec --env ******** --env ******** e6bd431884fc3a570478e64542fae72f8d4e8175c4078195a2aa83559c2246e1 ssh-agent -k [2021-03-18T09:53:17.571Z] unset SSH_AUTH_SOCK; [2021-03-18T09:53:17.571Z] unset SSH_AGENT_PID; [2021-03-18T09:53:17.571Z] echo Agent pid 50 killed; [2021-03-18T09:53:17.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-18T09:53:18.116Z] + git semver [Pipeline] } [2021-03-18T09:53:18.138Z] $ docker stop --time=1 e6bd431884fc3a570478e64542fae72f8d4e8175c4078195a2aa83559c2246e1 [2021-03-18T09:53:19.539Z] $ docker rm -f e6bd431884fc3a570478e64542fae72f8d4e8175c4078195a2aa83559c2246e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T09:53:19.993Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-18T09:53:20.465Z] Stashed 1 file(s) [Pipeline] echo [2021-03-18T09:53:20.468Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-03-18T09:53:35.974Z] Still waiting to schedule task [2021-03-18T09:53:35.974Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30294’ [2021-03-18T09:53:35.976Z] Still waiting to schedule task [2021-03-18T09:53:35.976Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-18T09:55:27.900Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30295 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws [2021-03-18T09:55:27.966Z] Running in /w/workspace/device-virtual-go/7 [Pipeline] { [Pipeline] checkout [2021-03-18T09:55:33.296Z] using credential edgex-jenkins-ssh [2021-03-18T09:55:33.410Z] Cloning the remote Git repository [2021-03-18T09:55:33.467Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T09:55:33.575Z] > git init /w/workspace/device-virtual-go/7 # timeout=10 [2021-03-18T09:55:33.652Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T09:55:33.653Z] > git --version # timeout=10 [2021-03-18T09:55:33.670Z] > git --version # 'git version 2.17.1' [2021-03-18T09:55:33.671Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T09:55:33.724Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T09:55:35.172Z] Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit 07590549636915eace127cb20714069285f91c76 [2021-03-18T09:55:35.408Z] Merge succeeded, producing 07590549636915eace127cb20714069285f91c76 [2021-03-18T09:55:35.409Z] Checking out Revision 07590549636915eace127cb20714069285f91c76 (PR-169) [2021-03-18T09:55:34.472Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T09:55:34.497Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T09:55:34.529Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T09:55:34.568Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T09:55:34.569Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T09:55:34.583Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T09:55:35.196Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T09:55:35.224Z] > git checkout -f 07590549636915eace127cb20714069285f91c76 # timeout=10 [2021-03-18T09:55:35.312Z] > git remote # timeout=10 [2021-03-18T09:55:35.333Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T09:55:35.354Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T09:55:35.364Z] > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 [2021-03-18T09:55:35.392Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T09:55:35.419Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T09:55:35.433Z] > git checkout -f 07590549636915eace127cb20714069285f91c76 # timeout=10 [2021-03-18T09:55:39.960Z] Commit message: "feat: update driver implementation to reflect v2 profiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T09:55:41.532Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-18T09:55:41.969Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T09:55:42.319Z] + sudo service docker restart [2021-03-18T09:55:42.319Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T09:55:45.098Z] provisioning config files... [2021-03-18T09:55:45.163Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/7@tmp/config5373085201762365168tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T09:55:45.613Z] ---> docker-login.sh [2021-03-18T09:55:45.613Z] nexus3.edgexfoundry.org:10001 [2021-03-18T09:55:46.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:55:46.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:55:46.875Z] Configure a credential helper to remove this warning. See [2021-03-18T09:55:46.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:55:46.875Z] [2021-03-18T09:55:46.875Z] Login Succeeded [2021-03-18T09:55:46.875Z] nexus3.edgexfoundry.org:10002 [2021-03-18T09:55:47.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:55:47.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:55:47.147Z] Configure a credential helper to remove this warning. See [2021-03-18T09:55:47.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:55:47.147Z] [2021-03-18T09:55:47.420Z] Login Succeeded [2021-03-18T09:55:47.420Z] nexus3.edgexfoundry.org:10003 [2021-03-18T09:55:47.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:55:47.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:55:47.692Z] Configure a credential helper to remove this warning. See [2021-03-18T09:55:47.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:55:47.692Z] [2021-03-18T09:55:47.692Z] Login Succeeded [2021-03-18T09:55:47.692Z] nexus3.edgexfoundry.org:10004 [2021-03-18T09:55:48.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:55:48.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:55:48.289Z] Configure a credential helper to remove this warning. See [2021-03-18T09:55:48.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:55:48.289Z] [2021-03-18T09:55:48.289Z] Login Succeeded [2021-03-18T09:55:48.289Z] docker.io [2021-03-18T09:55:48.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:55:49.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:55:49.163Z] Configure a credential helper to remove this warning. See [2021-03-18T09:55:49.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:55:49.163Z] [2021-03-18T09:55:49.163Z] Login Succeeded [2021-03-18T09:55:49.163Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T09:55:49.182Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T09:55:49.676Z] ========================================================= [2021-03-18T09:55:49.676Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-18T09:55:49.676Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:55:50.131Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-18T09:55:50.405Z] Sending build context to Docker daemon 520.2kB [2021-03-18T09:55:50.405Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T09:55:50.405Z] Step 2/8 : FROM ${BASE} [2021-03-18T09:55:50.688Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-18T09:55:50.688Z] 5f621e34cdf4: Pulling fs layer [2021-03-18T09:55:50.688Z] a4357932f1b6: Pulling fs layer [2021-03-18T09:55:50.688Z] 18c013af1878: Pulling fs layer [2021-03-18T09:55:50.688Z] 00ac8860ef70: Pulling fs layer [2021-03-18T09:55:50.688Z] 63d7cb157983: Pulling fs layer [2021-03-18T09:55:50.688Z] b116817d02f9: Pulling fs layer [2021-03-18T09:55:50.688Z] 745a02a5169b: Pulling fs layer [2021-03-18T09:55:50.688Z] 63d7cb157983: Waiting [2021-03-18T09:55:50.688Z] b116817d02f9: Waiting [2021-03-18T09:55:50.688Z] 745a02a5169b: Waiting [2021-03-18T09:55:50.688Z] 18c013af1878: Verifying Checksum [2021-03-18T09:55:50.688Z] 18c013af1878: Download complete [2021-03-18T09:55:50.688Z] a4357932f1b6: Verifying Checksum [2021-03-18T09:55:50.688Z] a4357932f1b6: Download complete [2021-03-18T09:55:50.688Z] 63d7cb157983: Verifying Checksum [2021-03-18T09:55:50.688Z] 63d7cb157983: Download complete [2021-03-18T09:55:50.688Z] b116817d02f9: Verifying Checksum [2021-03-18T09:55:50.688Z] b116817d02f9: Download complete [2021-03-18T09:55:50.688Z] 5f621e34cdf4: Verifying Checksum [2021-03-18T09:55:50.688Z] 5f621e34cdf4: Download complete [2021-03-18T09:55:51.674Z] 5f621e34cdf4: Pull complete [2021-03-18T09:55:51.957Z] a4357932f1b6: Pull complete [2021-03-18T09:55:52.562Z] 18c013af1878: Pull complete [2021-03-18T09:55:53.547Z] 745a02a5169b: Verifying Checksum [2021-03-18T09:55:53.547Z] 745a02a5169b: Download complete [2021-03-18T09:55:54.533Z] 00ac8860ef70: Download complete [2021-03-18T09:56:04.737Z] 00ac8860ef70: Pull complete [2021-03-18T09:56:05.009Z] 63d7cb157983: Pull complete [2021-03-18T09:56:05.302Z] b116817d02f9: Pull complete [2021-03-18T09:56:09.615Z] 745a02a5169b: Pull complete [2021-03-18T09:56:09.615Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-18T09:56:09.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-18T09:56:09.615Z] ---> b7e6874047d6 [2021-03-18T09:56:09.615Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-03-18T09:56:12.256Z] ---> Running in 37f79dc1a068 [2021-03-18T09:56:12.256Z] Removing intermediate container 37f79dc1a068 [2021-03-18T09:56:12.256Z] ---> 6c5b9b454f42 [2021-03-18T09:56:12.256Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T09:56:12.256Z] ---> Running in 79ca95ea173c [2021-03-18T09:56:14.896Z] Removing intermediate container 79ca95ea173c [2021-03-18T09:56:14.896Z] ---> 3256d444d1af [2021-03-18T09:56:14.896Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-03-18T09:56:14.896Z] ---> Running in 848e92b6daa2 [2021-03-18T09:56:16.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T09:56:16.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T09:56:17.528Z] (1/14) Installing libmagic (5.38-r0) [2021-03-18T09:56:17.803Z] (2/14) Installing file (5.38-r0) [2021-03-18T09:56:17.803Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-03-18T09:56:17.803Z] (4/14) Installing g++ (9.3.0-r2) [2021-03-18T09:56:21.177Z] (5/14) Installing fortify-headers (1.1-r0) [2021-03-18T09:56:21.177Z] (6/14) Installing patch (2.7.6-r6) [2021-03-18T09:56:21.177Z] (7/14) Installing build-base (0.5-r2) [2021-03-18T09:56:21.177Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-03-18T09:56:21.177Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-03-18T09:56:21.177Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-03-18T09:56:21.447Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-03-18T09:56:21.447Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-03-18T09:56:21.719Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-03-18T09:56:21.719Z] (14/14) Installing openssh (8.3_p1-r1) [2021-03-18T09:56:21.719Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T09:56:21.993Z] OK: 221 MiB in 53 packages [2021-03-18T09:56:26.326Z] Removing intermediate container 848e92b6daa2 [2021-03-18T09:56:26.326Z] ---> b26413a5530f [2021-03-18T09:56:26.326Z] Step 6/8 : WORKDIR /device-virtual-go [2021-03-18T09:56:26.326Z] ---> Running in 6ba3cddbdf81 [2021-03-18T09:56:26.599Z] Removing intermediate container 6ba3cddbdf81 [2021-03-18T09:56:26.599Z] ---> 34269dfa0082 [2021-03-18T09:56:26.599Z] Step 7/8 : COPY . . [2021-03-18T09:56:27.575Z] ---> 8e934df3d3eb [2021-03-18T09:56:27.575Z] Step 8/8 : RUN go mod download [2021-03-18T09:56:27.849Z] ---> Running in b242f27ece07 [2021-03-18T09:56:46.573Z] Running on prd-centos7-docker-4c-2g-30296 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws [2021-03-18T09:56:46.634Z] Running in /w/workspace/device-virtual-go/7 [Pipeline] { [Pipeline] checkout [2021-03-18T09:56:54.687Z] Removing intermediate container b242f27ece07 [2021-03-18T09:56:54.687Z] ---> c071355e4098 [2021-03-18T09:56:54.687Z] Successfully built c071355e4098 [2021-03-18T09:56:54.687Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:56:55.035Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T09:56:55.035Z] . [Pipeline] withDockerContainer [2021-03-18T09:56:55.307Z] prd-ubuntu18.04-docker-arm64-4c-16g-30295 does not seem to be running inside a container [2021-03-18T09:56:55.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T09:56:55.484Z] using credential edgex-jenkins-ssh [2021-03-18T09:56:55.543Z] Cloning the remote Git repository [2021-03-18T09:56:55.586Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T09:56:55.664Z] > git init /w/workspace/device-virtual-go/7 # timeout=10 [2021-03-18T09:56:56.224Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T09:56:56.246Z] > git --version # timeout=10 [2021-03-18T09:56:56.924Z] $ docker top 3577b3d502a72241235aa4fb44562ca8cd65582fc5fb1d809344943a1f155eed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T09:56:57.965Z] + go version [2021-03-18T09:56:57.965Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-18T09:56:57.991Z] $ docker stop --time=1 3577b3d502a72241235aa4fb44562ca8cd65582fc5fb1d809344943a1f155eed [2021-03-18T09:56:56.679Z] > git --version # 'git version 2.24.3' [2021-03-18T09:56:56.680Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T09:56:56.719Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T09:56:57.612Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T09:56:57.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-18T09:56:57.767Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-03-18T09:56:57.850Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-03-18T09:56:57.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T09:56:57.861Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-18T09:56:58.396Z] Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit 07590549636915eace127cb20714069285f91c76 [2021-03-18T09:56:58.576Z] Merge succeeded, producing 07590549636915eace127cb20714069285f91c76 [2021-03-18T09:56:58.577Z] Checking out Revision 07590549636915eace127cb20714069285f91c76 (PR-169) [2021-03-18T09:56:58.409Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T09:56:58.440Z] > git checkout -f 07590549636915eace127cb20714069285f91c76 # timeout=10 [2021-03-18T09:56:58.513Z] > git remote # timeout=10 [2021-03-18T09:56:58.524Z] > git config --get remote.origin.url # timeout=10 [2021-03-18T09:56:58.533Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-18T09:56:58.540Z] > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 [2021-03-18T09:56:58.567Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-18T09:56:58.582Z] > git config core.sparsecheckout # timeout=10 [2021-03-18T09:56:58.594Z] > git checkout -f 07590549636915eace127cb20714069285f91c76 # timeout=10 [2021-03-18T09:56:59.856Z] $ docker rm -f 3577b3d502a72241235aa4fb44562ca8cd65582fc5fb1d809344943a1f155eed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:57:01.014Z] + docker inspect -f . ci-base-image-arm64 [2021-03-18T09:57:01.014Z] . [Pipeline] withDockerContainer [2021-03-18T09:57:01.256Z] prd-ubuntu18.04-docker-arm64-4c-16g-30295 does not seem to be running inside a container [2021-03-18T09:57:01.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-18T09:57:02.758Z] $ docker top 2f57ff735b1f17a9d2d81c4043c0fa29f722429685b6b54f0e44f01a114a473e -eo pid,comm [2021-03-18T09:57:03.072Z] Commit message: "feat: update driver implementation to reflect v2 profiles" [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-03-18T09:57:03.783Z] + make test [2021-03-18T09:57:03.783Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [Pipeline] sh [2021-03-18T09:57:04.681Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-03-18T09:57:04.787Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] sh [2021-03-18T09:57:05.198Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-18T09:57:05.991Z] + sudo service docker restart [2021-03-18T09:57:05.991Z] + true [2021-03-18T09:57:05.991Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-18T09:57:08.040Z] provisioning config files... [2021-03-18T09:57:08.096Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/7@tmp/config7371978901586950204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-18T09:57:08.598Z] ---> docker-login.sh [2021-03-18T09:57:08.598Z] nexus3.edgexfoundry.org:10001 [2021-03-18T09:57:09.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:57:09.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:57:09.530Z] Configure a credential helper to remove this warning. See [2021-03-18T09:57:09.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:57:09.530Z] [2021-03-18T09:57:09.530Z] Login Succeeded [2021-03-18T09:57:09.530Z] nexus3.edgexfoundry.org:10002 [2021-03-18T09:57:11.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:57:11.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:57:11.207Z] Configure a credential helper to remove this warning. See [2021-03-18T09:57:11.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:57:11.207Z] [2021-03-18T09:57:11.207Z] Login Succeeded [2021-03-18T09:57:11.207Z] nexus3.edgexfoundry.org:10003 [2021-03-18T09:57:11.582Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:57:11.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:57:11.889Z] Configure a credential helper to remove this warning. See [2021-03-18T09:57:11.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:57:11.889Z] [2021-03-18T09:57:11.889Z] Login Succeeded [2021-03-18T09:57:11.889Z] nexus3.edgexfoundry.org:10004 [2021-03-18T09:57:12.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:57:12.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:57:12.163Z] Configure a credential helper to remove this warning. See [2021-03-18T09:57:12.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:57:12.163Z] [2021-03-18T09:57:12.163Z] Login Succeeded [2021-03-18T09:57:12.163Z] docker.io [2021-03-18T09:57:13.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-18T09:57:13.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-18T09:57:13.485Z] Configure a credential helper to remove this warning. See [2021-03-18T09:57:13.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-18T09:57:13.485Z] [2021-03-18T09:57:13.485Z] Login Succeeded [2021-03-18T09:57:13.485Z] ---> docker-login.sh ends [Pipeline] } [2021-03-18T09:57:13.502Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-18T09:57:14.160Z] ========================================================= [2021-03-18T09:57:14.160Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-18T09:57:14.160Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:57:14.600Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-18T09:57:15.183Z] Sending build context to Docker daemon 521.2kB [2021-03-18T09:57:15.183Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T09:57:15.183Z] Step 2/8 : FROM ${BASE} [2021-03-18T09:57:15.183Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-18T09:57:15.183Z] 188c0c94c7c5: Pulling fs layer [2021-03-18T09:57:15.183Z] 0ef7d3d256c8: Pulling fs layer [2021-03-18T09:57:15.183Z] de9db76c5a1d: Pulling fs layer [2021-03-18T09:57:15.183Z] bca2f99d35d6: Pulling fs layer [2021-03-18T09:57:15.183Z] 93359f2a8cfa: Pulling fs layer [2021-03-18T09:57:15.183Z] 7c6f9722023f: Pulling fs layer [2021-03-18T09:57:15.183Z] a35cf1a2eb13: Pulling fs layer [2021-03-18T09:57:15.183Z] bca2f99d35d6: Waiting [2021-03-18T09:57:15.183Z] 93359f2a8cfa: Waiting [2021-03-18T09:57:15.183Z] 7c6f9722023f: Waiting [2021-03-18T09:57:15.183Z] a35cf1a2eb13: Waiting [2021-03-18T09:57:15.183Z] de9db76c5a1d: Verifying Checksum [2021-03-18T09:57:15.183Z] de9db76c5a1d: Download complete [2021-03-18T09:57:15.183Z] 0ef7d3d256c8: Verifying Checksum [2021-03-18T09:57:15.183Z] 0ef7d3d256c8: Download complete [2021-03-18T09:57:15.183Z] 93359f2a8cfa: Verifying Checksum [2021-03-18T09:57:15.183Z] 93359f2a8cfa: Download complete [2021-03-18T09:57:15.183Z] 7c6f9722023f: Verifying Checksum [2021-03-18T09:57:15.183Z] 7c6f9722023f: Download complete [2021-03-18T09:57:15.476Z] 188c0c94c7c5: Verifying Checksum [2021-03-18T09:57:15.476Z] 188c0c94c7c5: Download complete [2021-03-18T09:57:15.748Z] 188c0c94c7c5: Pull complete [2021-03-18T09:57:16.825Z] 0ef7d3d256c8: Pull complete [2021-03-18T09:57:16.825Z] de9db76c5a1d: Pull complete [2021-03-18T09:57:18.251Z] a35cf1a2eb13: Verifying Checksum [2021-03-18T09:57:18.251Z] a35cf1a2eb13: Download complete [2021-03-18T09:57:19.711Z] bca2f99d35d6: Verifying Checksum [2021-03-18T09:57:19.711Z] bca2f99d35d6: Download complete [2021-03-18T09:57:35.296Z] bca2f99d35d6: Pull complete [2021-03-18T09:57:35.923Z] 93359f2a8cfa: Pull complete [2021-03-18T09:57:37.349Z] 7c6f9722023f: Pull complete [2021-03-18T09:57:45.933Z] a35cf1a2eb13: Pull complete [2021-03-18T09:57:45.933Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-18T09:57:45.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-18T09:57:45.933Z] ---> a62c8e92a672 [2021-03-18T09:57:45.933Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-03-18T09:57:45.933Z] ---> Running in 664f0d7ed914 [2021-03-18T09:57:45.933Z] Removing intermediate container 664f0d7ed914 [2021-03-18T09:57:45.933Z] ---> a7b21e9bfe89 [2021-03-18T09:57:45.933Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T09:57:45.933Z] ---> Running in a12b266b04b3 [2021-03-18T09:57:48.677Z] Removing intermediate container a12b266b04b3 [2021-03-18T09:57:48.677Z] ---> 1feed6469ad8 [2021-03-18T09:57:48.677Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-03-18T09:57:48.677Z] ---> Running in f28251d04f06 [2021-03-18T09:57:49.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T09:57:50.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T09:57:50.990Z] (1/14) Installing libmagic (5.38-r0) [2021-03-18T09:57:51.273Z] (2/14) Installing file (5.38-r0) [2021-03-18T09:57:51.273Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-03-18T09:57:51.273Z] (4/14) Installing g++ (9.3.0-r2) [2021-03-18T09:57:51.807Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-03-18T09:57:51.807Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.472s coverage: 63.8% of statements [2021-03-18T09:57:51.807Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-18T09:57:55.731Z] (5/14) Installing fortify-headers (1.1-r0) [2021-03-18T09:57:55.731Z] (6/14) Installing patch (2.7.6-r6) [2021-03-18T09:57:55.731Z] (7/14) Installing build-base (0.5-r2) [2021-03-18T09:57:56.016Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-03-18T09:57:56.016Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-03-18T09:57:56.016Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-03-18T09:57:56.285Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-03-18T09:57:56.552Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-03-18T09:57:56.552Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-03-18T09:57:56.844Z] (14/14) Installing openssh (8.3_p1-r1) [2021-03-18T09:57:57.117Z] Executing busybox-1.31.1-r19.trigger [2021-03-18T09:57:57.117Z] OK: 237 MiB in 53 packages [2021-03-18T09:58:00.122Z] gofmt -l . [2021-03-18T09:58:00.122Z] [ "`gofmt -l .`" = "" ] [2021-03-18T09:58:00.397Z] ./bin/test-attribution-txt.sh [2021-03-18T09:58:01.878Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-18T09:58:02.180Z] $ docker stop --time=1 2f57ff735b1f17a9d2d81c4043c0fa29f722429685b6b54f0e44f01a114a473e [2021-03-18T09:58:03.095Z] Removing intermediate container f28251d04f06 [2021-03-18T09:58:03.095Z] ---> cbc870d1af0a [2021-03-18T09:58:03.095Z] Step 6/8 : WORKDIR /device-virtual-go [2021-03-18T09:58:03.095Z] ---> Running in e0f4e2fa7b68 [2021-03-18T09:58:03.095Z] Removing intermediate container e0f4e2fa7b68 [2021-03-18T09:58:03.095Z] ---> 0ffb29b0376d [2021-03-18T09:58:03.095Z] Step 7/8 : COPY . . [2021-03-18T09:58:04.528Z] $ docker rm -f 2f57ff735b1f17a9d2d81c4043c0fa29f722429685b6b54f0e44f01a114a473e [2021-03-18T09:58:04.563Z] ---> ef8805ec8436 [2021-03-18T09:58:04.563Z] Step 8/8 : RUN go mod download [2021-03-18T09:58:04.563Z] ---> Running in 616ca6685b4b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T09:58:05.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T09:58:06.596Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-18T09:58:09.597Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T09:58:09.992Z] + ls -al . [2021-03-18T09:58:09.992Z] total 152 [2021-03-18T09:58:09.992Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 18 09:58 . [2021-03-18T09:58:09.992Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 18 09:55 .. [2021-03-18T09:58:09.992Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 18 09:55 .git [2021-03-18T09:58:09.992Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 09:55 .github [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 258 Mar 18 09:55 .gitignore [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 7136 Mar 18 09:55 Attribution.txt [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 1851 Mar 18 09:55 Dockerfile [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 961 Mar 18 09:55 Dockerfile.build [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 18 09:55 Jenkinsfile [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 18 09:55 LICENSE [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 873 Mar 18 09:55 Makefile [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 918 Mar 18 09:55 README.md [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 18 09:53 VERSION [2021-03-18T09:58:09.992Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 18 09:55 bin [2021-03-18T09:58:09.992Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 09:55 cmd [2021-03-18T09:58:09.992Z] -rw-r--r-- 1 jenkins jenkins 47247 Mar 18 09:57 coverage.out [2021-03-18T09:58:09.992Z] -rw-r--r-- 1 jenkins jenkins 809 Mar 18 09:58 go.mod [2021-03-18T09:58:09.992Z] -rw-r--r-- 1 jenkins jenkins 20118 Mar 18 09:58 go.sum [2021-03-18T09:58:09.992Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 18 09:55 internal [2021-03-18T09:58:09.992Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 18 09:55 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:58:10.354Z] + 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=07590549636915eace127cb20714069285f91c76 --label arch=arm64 --label version=0.0.0 . [2021-03-18T09:58:10.631Z] Sending build context to Docker daemon 589.3kB [2021-03-18T09:58:10.912Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T09:58:10.912Z] Step 2/22 : FROM ${BASE} AS builder [2021-03-18T09:58:10.912Z] ---> c071355e4098 [2021-03-18T09:58:10.912Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-03-18T09:58:10.912Z] ---> Running in 6de7d4e1f2e0 [2021-03-18T09:58:11.513Z] Removing intermediate container 6de7d4e1f2e0 [2021-03-18T09:58:11.513Z] ---> 2307d6e651e5 [2021-03-18T09:58:11.513Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T09:58:11.513Z] ---> Running in 92fbfc84e544 [2021-03-18T09:58:12.111Z] Removing intermediate container 92fbfc84e544 [2021-03-18T09:58:12.111Z] ---> 78a27d915a3b [2021-03-18T09:58:12.111Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-03-18T09:58:12.111Z] ---> Running in e6e5b09885f0 [2021-03-18T09:58:12.714Z] Removing intermediate container e6e5b09885f0 [2021-03-18T09:58:12.714Z] ---> 04578754979b [2021-03-18T09:58:12.714Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T09:58:12.714Z] ---> Running in 1d950fb06461 [2021-03-18T09:58:14.687Z] Removing intermediate container 1d950fb06461 [2021-03-18T09:58:14.687Z] ---> ffc3f76ab98a [2021-03-18T09:58:14.687Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T09:58:14.959Z] ---> Running in 0999b6c047f4 [2021-03-18T09:58:15.940Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-18T09:58:16.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-18T09:58:17.513Z] OK: 221 MiB in 53 packages [2021-03-18T09:58:18.491Z] Removing intermediate container 0999b6c047f4 [2021-03-18T09:58:18.491Z] ---> e94004a56be5 [2021-03-18T09:58:18.491Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-03-18T09:58:18.492Z] ---> Running in bef7eb93cb7a [2021-03-18T09:58:19.089Z] Removing intermediate container bef7eb93cb7a [2021-03-18T09:58:19.089Z] ---> f6c3f3e67f32 [2021-03-18T09:58:19.089Z] Step 9/22 : COPY . . [2021-03-18T09:58:20.069Z] ---> 1b4dbe6a8af3 [2021-03-18T09:58:20.069Z] Step 10/22 : ARG MAKE='make build' [2021-03-18T09:58:20.069Z] ---> Running in 16f1c564c789 [2021-03-18T09:58:20.663Z] Removing intermediate container 16f1c564c789 [2021-03-18T09:58:20.663Z] ---> 2638d730f02d [2021-03-18T09:58:20.663Z] Step 11/22 : RUN $MAKE [2021-03-18T09:58:20.663Z] ---> Running in a49ab17a4dc5 [2021-03-18T09:58:22.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-03-18T09:58:43.622Z] Removing intermediate container 616ca6685b4b [2021-03-18T09:58:43.622Z] ---> 0c2c08fc52af [2021-03-18T09:58:43.622Z] Successfully built 0c2c08fc52af [2021-03-18T09:58:43.622Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:58:43.981Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T09:58:44.263Z] . [Pipeline] withDockerContainer [2021-03-18T09:58:44.670Z] prd-centos7-docker-4c-2g-30296 does not seem to be running inside a container [2021-03-18T09:58:44.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T09:58:47.176Z] $ docker top 050b96d3e1b5c038a1cb86b2b6523d60b2a17876abb620ff2c68a3a6c08e33e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T09:58:47.867Z] + go version [2021-03-18T09:58:47.867Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-18T09:58:47.897Z] $ docker stop --time=1 050b96d3e1b5c038a1cb86b2b6523d60b2a17876abb620ff2c68a3a6c08e33e9 [2021-03-18T09:58:49.580Z] $ docker rm -f 050b96d3e1b5c038a1cb86b2b6523d60b2a17876abb620ff2c68a3a6c08e33e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-18T09:58:50.521Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-18T09:58:50.521Z] . [Pipeline] withDockerContainer [2021-03-18T09:58:50.671Z] prd-centos7-docker-4c-2g-30296 does not seem to be running inside a container [2021-03-18T09:58:50.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/7 -v /w/workspace/device-virtual-go/7:/w/workspace/device-virtual-go/7:rw,z -v /w/workspace/device-virtual-go/7@tmp:/w/workspace/device-virtual-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-18T09:58:52.406Z] $ docker top 7894f158fa38debdd3b4f52b6e18749de2191efc328895c0c34618b125b7d65f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T09:58:53.447Z] + make test [2021-03-18T09:58:53.855Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-03-18T09:58:54.504Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T09:58:58.605Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-03-18T09:59:02.809Z] Removing intermediate container a49ab17a4dc5 [2021-03-18T09:59:02.809Z] ---> 4f96eb7253a5 [2021-03-18T09:59:02.809Z] Step 12/22 : FROM alpine:3.12 [2021-03-18T09:59:03.091Z] 3.12: Pulling from library/alpine [2021-03-18T09:59:03.367Z] dce8679b510e: Pulling fs layer [2021-03-18T09:59:03.367Z] dce8679b510e: Verifying Checksum [2021-03-18T09:59:03.367Z] dce8679b510e: Download complete [2021-03-18T09:59:03.963Z] dce8679b510e: Pull complete [2021-03-18T09:59:04.247Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T09:59:04.247Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T09:59:04.247Z] ---> d10569e2745f [2021-03-18T09:59:04.247Z] Step 13/22 : ENV APP_PORT=49990 [2021-03-18T09:59:04.523Z] ---> Running in 5f9051eb3ca9 [2021-03-18T09:59:04.802Z] Removing intermediate container 5f9051eb3ca9 [2021-03-18T09:59:04.802Z] ---> a7f2e7b78fd9 [2021-03-18T09:59:04.802Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T09:59:05.075Z] ---> Running in 5483dfe5167b [2021-03-18T09:59:05.350Z] Removing intermediate container 5483dfe5167b [2021-03-18T09:59:05.350Z] ---> 376f4dfacee5 [2021-03-18T09:59:05.350Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-03-18T09:59:06.797Z] ---> ae3bb1a87bc1 [2021-03-18T09:59:06.797Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-03-18T09:59:07.783Z] ---> a27b1c84357a [2021-03-18T09:59:07.783Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-03-18T09:59:08.393Z] ---> 3c9dff92552c [2021-03-18T09:59:08.393Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-03-18T09:59:08.393Z] ---> Running in 67f26891ce40 [2021-03-18T09:59:08.994Z] Removing intermediate container 67f26891ce40 [2021-03-18T09:59:08.994Z] ---> 6277ad075704 [2021-03-18T09:59:08.994Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T09:59:09.275Z] ---> Running in 61666ce6c9a7 [2021-03-18T09:59:09.556Z] Removing intermediate container 61666ce6c9a7 [2021-03-18T09:59:09.556Z] ---> ab3cda76b95a [2021-03-18T09:59:09.556Z] Step 20/22 : LABEL arch=arm64 [2021-03-18T09:59:09.556Z] ---> Running in 27fa8d99c09a [2021-03-18T09:59:10.157Z] Removing intermediate container 27fa8d99c09a [2021-03-18T09:59:10.157Z] ---> d96f3535f13a [2021-03-18T09:59:10.157Z] Step 21/22 : LABEL git_sha=07590549636915eace127cb20714069285f91c76 [2021-03-18T09:59:10.157Z] ---> Running in f07df7051f3c [2021-03-18T09:59:10.766Z] Removing intermediate container f07df7051f3c [2021-03-18T09:59:10.766Z] ---> 599395930163 [2021-03-18T09:59:10.766Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T09:59:10.766Z] ---> Running in db0ea906e411 [2021-03-18T09:59:11.374Z] Removing intermediate container db0ea906e411 [2021-03-18T09:59:11.374Z] ---> 929371db92ad [2021-03-18T09:59:11.374Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T09:59:11.374Z] Successfully built 929371db92ad [2021-03-18T09:59:11.374Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T09:59:12.437Z] ---> job-cost.sh [2021-03-18T09:59:12.437Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KGaY [2021-03-18T09:59:47.179Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-03-18T09:59:47.179Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.999s coverage: 63.8% of statements [2021-03-18T09:59:47.179Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-03-18T09:59:51.430Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T09:59:53.059Z] gofmt -l . [2021-03-18T09:59:53.059Z] [ "`gofmt -l .`" = "" ] [2021-03-18T09:59:53.059Z] ./bin/test-attribution-txt.sh [2021-03-18T09:59:56.938Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-18T09:59:57.631Z] $ docker stop --time=1 7894f158fa38debdd3b4f52b6e18749de2191efc328895c0c34618b125b7d65f [2021-03-18T10:00:00.082Z] $ docker rm -f 7894f158fa38debdd3b4f52b6e18749de2191efc328895c0c34618b125b7d65f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-18T10:00:01.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-18T10:00:01.535Z] Warning: overwriting stash ‘coverage-report’ [2021-03-18T10:00:02.344Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-18T10:00:03.092Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-18T10:00:03.443Z] + ls -al . [2021-03-18T10:00:03.443Z] total 128 [2021-03-18T10:00:03.443Z] drwxrwxr-x. 7 jenkins jenkins 4096 Mar 18 09:59 . [2021-03-18T10:00:03.443Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 18 09:56 .. [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 7136 Mar 18 09:56 Attribution.txt [2021-03-18T10:00:03.443Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 18 09:56 bin [2021-03-18T10:00:03.443Z] drwxrwxr-x. 3 jenkins jenkins 32 Mar 18 09:56 cmd [2021-03-18T10:00:03.443Z] -rw-r--r--. 1 jenkins jenkins 47247 Mar 18 09:59 coverage.out [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 1851 Mar 18 09:56 Dockerfile [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 961 Mar 18 09:56 Dockerfile.build [2021-03-18T10:00:03.443Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 18 09:57 .git [2021-03-18T10:00:03.443Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 18 09:56 .github [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 258 Mar 18 09:56 .gitignore [2021-03-18T10:00:03.443Z] -rw-r--r--. 1 jenkins jenkins 809 Mar 18 09:59 go.mod [2021-03-18T10:00:03.443Z] -rw-r--r--. 1 jenkins jenkins 20118 Mar 18 09:59 go.sum [2021-03-18T10:00:03.443Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 18 09:56 internal [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 660 Mar 18 09:56 Jenkinsfile [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 11340 Mar 18 09:56 LICENSE [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 873 Mar 18 09:56 Makefile [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 918 Mar 18 09:56 README.md [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 18 09:53 VERSION [2021-03-18T10:00:03.443Z] -rw-rw-r--. 1 jenkins jenkins 235 Mar 18 09:56 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-18T10:00:03.833Z] + 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=07590549636915eace127cb20714069285f91c76 --label arch=amd64 --label version=0.0.0 . [2021-03-18T10:00:04.904Z] Sending build context to Docker daemon 590.3kB [2021-03-18T10:00:04.904Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-03-18T10:00:04.904Z] Step 2/22 : FROM ${BASE} AS builder [2021-03-18T10:00:04.904Z] ---> 0c2c08fc52af [2021-03-18T10:00:04.904Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-03-18T10:00:04.904Z] ---> Running in c1a01ebe08a6 [2021-03-18T10:00:05.530Z] Removing intermediate container c1a01ebe08a6 [2021-03-18T10:00:05.530Z] ---> 783d4aa9b84a [2021-03-18T10:00:05.530Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-03-18T10:00:05.530Z] ---> Running in 2a13e232d3a5 [2021-03-18T10:00:05.826Z] Removing intermediate container 2a13e232d3a5 [2021-03-18T10:00:05.826Z] ---> 18fa413c4d6d [2021-03-18T10:00:05.826Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-03-18T10:00:06.246Z] ---> Running in 8081df3a8ad5 [2021-03-18T10:00:07.048Z] Removing intermediate container 8081df3a8ad5 [2021-03-18T10:00:07.048Z] ---> f81b55ed1bcd [2021-03-18T10:00:07.048Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-18T10:00:07.316Z] ---> Running in 878fc8c9157b [2021-03-18T10:00:09.291Z] Removing intermediate container 878fc8c9157b [2021-03-18T10:00:09.291Z] ---> ad493dc4d0c6 [2021-03-18T10:00:09.291Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-03-18T10:00:09.291Z] ---> Running in e1f009f4dea1 [2021-03-18T10:00:09.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-18T10:00:10.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-18T10:00:11.466Z] OK: 237 MiB in 53 packages [2021-03-18T10:00:12.148Z] Removing intermediate container e1f009f4dea1 [2021-03-18T10:00:12.148Z] ---> 751539446bc3 [2021-03-18T10:00:12.148Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-03-18T10:00:12.148Z] ---> Running in bef69c0a5056 [2021-03-18T10:00:12.764Z] Removing intermediate container bef69c0a5056 [2021-03-18T10:00:12.764Z] ---> 18e501dcce6c [2021-03-18T10:00:12.764Z] Step 9/22 : COPY . . [2021-03-18T10:00:13.736Z] ---> e5704735918f [2021-03-18T10:00:13.736Z] Step 10/22 : ARG MAKE='make build' [2021-03-18T10:00:14.069Z] ---> Running in d0cd6e0a558d [2021-03-18T10:00:14.791Z] Removing intermediate container d0cd6e0a558d [2021-03-18T10:00:14.791Z] ---> f32d2e52b574 [2021-03-18T10:00:14.791Z] Step 11/22 : RUN $MAKE [2021-03-18T10:00:14.791Z] ---> Running in 68d7ff9a6f43 [2021-03-18T10:00:16.295Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-03-18T10:00:49.079Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-03-18T10:00:54.605Z] Removing intermediate container 68d7ff9a6f43 [2021-03-18T10:00:54.605Z] ---> 253fb7773a40 [2021-03-18T10:00:54.605Z] Step 12/22 : FROM alpine:3.12 [2021-03-18T10:00:54.605Z] 3.12: Pulling from library/alpine [2021-03-18T10:00:54.605Z] f84cab65f19f: Pulling fs layer [2021-03-18T10:00:54.605Z] f84cab65f19f: Verifying Checksum [2021-03-18T10:00:54.605Z] f84cab65f19f: Download complete [2021-03-18T10:00:55.210Z] f84cab65f19f: Pull complete [2021-03-18T10:00:55.210Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-18T10:00:55.210Z] Status: Downloaded newer image for alpine:3.12 [2021-03-18T10:00:55.210Z] ---> 88dd2752d2ea [2021-03-18T10:00:55.210Z] Step 13/22 : ENV APP_PORT=49990 [2021-03-18T10:00:55.210Z] ---> Running in a0ff7527c1c6 [2021-03-18T10:00:55.483Z] Removing intermediate container a0ff7527c1c6 [2021-03-18T10:00:55.483Z] ---> 0a3fc914c618 [2021-03-18T10:00:55.483Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-18T10:00:55.761Z] ---> Running in ad47144b7f7f [2021-03-18T10:00:56.046Z] Removing intermediate container ad47144b7f7f [2021-03-18T10:00:56.046Z] ---> 11d2e30a0401 [2021-03-18T10:00:56.046Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-03-18T10:00:57.542Z] ---> c96dfd78ab40 [2021-03-18T10:00:57.542Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-03-18T10:00:57.542Z] ---> 509b784a814f [2021-03-18T10:00:57.542Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-03-18T10:00:58.597Z] ---> 053f29f5193b [2021-03-18T10:00:58.597Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-03-18T10:00:58.597Z] ---> Running in 09f55df2aef2 [2021-03-18T10:00:58.988Z] Removing intermediate container 09f55df2aef2 [2021-03-18T10:00:58.988Z] ---> fe1ddbb9d3f4 [2021-03-18T10:00:58.988Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-18T10:00:59.268Z] ---> Running in 6e32fb6af957 [2021-03-18T10:00:59.910Z] Removing intermediate container 6e32fb6af957 [2021-03-18T10:00:59.910Z] ---> e547a31c8304 [2021-03-18T10:00:59.910Z] Step 20/22 : LABEL arch=amd64 [2021-03-18T10:01:00.193Z] ---> Running in fc05b16f0375 [2021-03-18T10:01:00.193Z] Removing intermediate container fc05b16f0375 [2021-03-18T10:01:00.193Z] ---> 214b84afbc71 [2021-03-18T10:01:00.193Z] Step 21/22 : LABEL git_sha=07590549636915eace127cb20714069285f91c76 [2021-03-18T10:01:00.464Z] ---> Running in ff49ce9764e0 [2021-03-18T10:01:00.789Z] Removing intermediate container ff49ce9764e0 [2021-03-18T10:01:00.789Z] ---> e984c92643ed [2021-03-18T10:01:00.789Z] Step 22/22 : LABEL version=0.0.0 [2021-03-18T10:01:00.789Z] ---> Running in 64436f980a6d [2021-03-18T10:01:01.385Z] Removing intermediate container 64436f980a6d [2021-03-18T10:01:01.385Z] ---> b167d485f146 [2021-03-18T10:01:01.385Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-18T10:01:01.385Z] Successfully built b167d485f146 [2021-03-18T10:01:01.385Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:01:02.350Z] ---> job-cost.sh [2021-03-18T10:01:02.350Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-L0or [2021-03-18T10:01:28.198Z] lf-activate-venv(): INFO: Adding /tmp/venv-KGaY/bin to PATH [2021-03-18T10:01:28.198Z] INFO: No Stack... [2021-03-18T10:01:28.198Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-18T10:01:28.198Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T10:01:28.542Z] + cut -d, -f6 [2021-03-18T10:01:28.542Z] + cat /w/workspace/device-virtual-go/7/archives/cost.csv [Pipeline] lock [2021-03-18T10:01:28.657Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] [2021-03-18T10:01:28.673Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] did not exist. Created. [2021-03-18T10:01:28.674Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T10:01:29.121Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-18T10:01:29.331Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T10:01:29.345Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-18T10:01:35.362Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-18T10:02:14.856Z] lf-activate-venv(): INFO: Adding /tmp/venv-L0or/bin to PATH [2021-03-18T10:02:14.856Z] INFO: No Stack... [2021-03-18T10:02:15.442Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T10:02:16.400Z] INFO: Archiving Costs [Pipeline] sh [2021-03-18T10:02:16.722Z] + cut -d, -f6 [2021-03-18T10:02:16.722Z] + cat /w/workspace/device-virtual-go/7/archives/cost.csv [Pipeline] lock [2021-03-18T10:02:16.823Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] [2021-03-18T10:02:16.841Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] did not exist. Created. [2021-03-18T10:02:16.842Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-18T10:02:17.293Z] /w/workspace/device-virtual-go/7@tmp/durable-ce466ff0/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-03-18T10:02:17.652Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-18T10:02:17.674Z] Warning: overwriting stash ‘stack-cost’ [2021-03-18T10:02:18.005Z] Stashed 1 file(s) [Pipeline] } [2021-03-18T10:02:18.018Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-18T10:02:19.464Z] provisioning config files... [2021-03-18T10:02:19.478Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config7407524674694880938tmp [Pipeline] { [Pipeline] sh [2021-03-18T10:02:19.873Z] + set +x [2021-03-18T10:02:19.873Z] + curl -s https://codecov.io/bash [2021-03-18T10:02:19.873Z] + bash -s -- [2021-03-18T10:02:20.135Z] [2021-03-18T10:02:20.135Z] _____ _ [2021-03-18T10:02:20.135Z] / ____| | | [2021-03-18T10:02:20.135Z] | | ___ __| | ___ ___ _____ __ [2021-03-18T10:02:20.135Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-18T10:02:20.135Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-18T10:02:20.135Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-18T10:02:20.135Z] Bash-20210309-2b87ace [2021-03-18T10:02:20.135Z] [2021-03-18T10:02:20.135Z] [2021-03-18T10:02:20.135Z] ==> git version 2.24.3 found [2021-03-18T10:02:20.135Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-18T10:02:20.135Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-18T10:02:20.135Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-18T10:02:20.135Z] ==> Jenkins CI detected. [2021-03-18T10:02:20.135Z] project root: . [2021-03-18T10:02:20.135Z] --> token set from env [2021-03-18T10:02:20.135Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-18T10:02:20.135Z] ==> Running gcov in . (disable via -X gcov) [2021-03-18T10:02:20.135Z] ==> Python coveragepy not found [2021-03-18T10:02:20.135Z] ==> Searching for coverage reports in: [2021-03-18T10:02:20.135Z] + . [2021-03-18T10:02:20.135Z] -> Found 1 reports [2021-03-18T10:02:20.135Z] ==> Detecting git/mercurial file structure [2021-03-18T10:02:20.135Z] ==> Reading reports [2021-03-18T10:02:20.135Z] + ./coverage.out bytes=47247 [2021-03-18T10:02:20.135Z] ==> Appending adjustments [2021-03-18T10:02:20.135Z] https://docs.codecov.io/docs/fixing-reports [2021-03-18T10:02:20.399Z] + Found adjustments [2021-03-18T10:02:20.399Z] ==> Gzipping contents [2021-03-18T10:02:20.399Z] 8.0K /tmp/codecov.AXQNtM.gz [2021-03-18T10:02:20.399Z] ==> Uploading reports [2021-03-18T10:02:20.399Z] url: https://codecov.io [2021-03-18T10:02:20.399Z] query: branch=PR-169&commit=07590549636915eace127cb20714069285f91c76&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2021-03-18T10:02:20.399Z] -> Pinging Codecov [2021-03-18T10:02:20.399Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-169&commit=07590549636915eace127cb20714069285f91c76&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= [2021-03-18T10:02:20.665Z] -> Uploading to [2021-03-18T10:02:20.665Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-18/5E52B4B073DB2E39498172D8E973AA87/07590549636915eace127cb20714069285f91c76/dc3e1522-3476-43d7-801d-0970eeacfc90.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210318%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210318T100220Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8f8facb199d4748c322ba10d68508a3f8f8f6ede409524ce4b35f1cf91071146 [2021-03-18T10:02:20.665Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-18T10:02:20.665Z] Dload Upload Total Spent Left Speed [2021-03-18T10:02:21.242Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5772 0 0 100 5772 0 14148 --:--:-- --:--:-- --:--:-- 14147 100 5772 0 0 100 5772 0 14142 --:--:-- --:--:-- --:--:-- 14147 [2021-03-18T10:02:21.242Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/07590549636915eace127cb20714069285f91c76 [Pipeline] } [2021-03-18T10:02:21.253Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:02:24.967Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:02:25.542Z] ---> package-listing.sh [2021-03-18T10:02:25.542Z] ++ facter osfamily [2021-03-18T10:02:25.542Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-18T10:02:25.542Z] + OS_FAMILY=redhat [2021-03-18T10:02:25.542Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-169 [2021-03-18T10:02:25.542Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-18T10:02:25.542Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-18T10:02:25.542Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-18T10:02:25.542Z] + PACKAGES=/tmp/packages_start.txt [2021-03-18T10:02:25.542Z] + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' [2021-03-18T10:02:25.542Z] + PACKAGES=/tmp/packages_end.txt [2021-03-18T10:02:25.542Z] + case "${OS_FAMILY}" in [2021-03-18T10:02:25.542Z] + rpm -qa [2021-03-18T10:02:25.542Z] + sort [2021-03-18T10:02:30.848Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-18T10:02:30.848Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-18T10:02:30.848Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-18T10:02:30.848Z] + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' [2021-03-18T10:02:30.848Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-169/archives/ [2021-03-18T10:02:30.848Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-169/archives/ [Pipeline] echo [2021-03-18T10:02:30.864Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-18T10:02:31.159Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-18T10:02:31.468Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T10:02:31.468Z] [2021-03-18T10:02:31.468Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-18T10:02:31.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T10:02:31.823Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-18T10:02:31.823Z] df20fa9351a1: Pulling fs layer [2021-03-18T10:02:31.823Z] 36b3adc4ff6f: Pulling fs layer [2021-03-18T10:02:31.823Z] 8ad3a11d3b57: Pulling fs layer [2021-03-18T10:02:31.823Z] 46f8f816bc3b: Pulling fs layer [2021-03-18T10:02:31.823Z] 93b61091891f: Pulling fs layer [2021-03-18T10:02:31.823Z] 93b9cdb0e59b: Pulling fs layer [2021-03-18T10:02:31.823Z] 5e14af77c1be: Pulling fs layer [2021-03-18T10:02:31.823Z] 01666e4c0597: Pulling fs layer [2021-03-18T10:02:31.823Z] aa168da1d23b: Pulling fs layer [2021-03-18T10:02:31.823Z] 93b9cdb0e59b: Waiting [2021-03-18T10:02:31.823Z] 46f8f816bc3b: Waiting [2021-03-18T10:02:31.823Z] 93b61091891f: Waiting [2021-03-18T10:02:31.823Z] 5e14af77c1be: Waiting [2021-03-18T10:02:31.823Z] aa168da1d23b: Waiting [2021-03-18T10:02:31.823Z] 01666e4c0597: Waiting [2021-03-18T10:02:31.823Z] 36b3adc4ff6f: Verifying Checksum [2021-03-18T10:02:31.823Z] 36b3adc4ff6f: Download complete [2021-03-18T10:02:31.823Z] 46f8f816bc3b: Verifying Checksum [2021-03-18T10:02:31.823Z] 46f8f816bc3b: Download complete [2021-03-18T10:02:31.823Z] df20fa9351a1: Verifying Checksum [2021-03-18T10:02:31.823Z] df20fa9351a1: Download complete [2021-03-18T10:02:32.092Z] 93b9cdb0e59b: Verifying Checksum [2021-03-18T10:02:32.092Z] 93b9cdb0e59b: Download complete [2021-03-18T10:02:32.092Z] 5e14af77c1be: Verifying Checksum [2021-03-18T10:02:32.092Z] 5e14af77c1be: Download complete [2021-03-18T10:02:32.092Z] 93b61091891f: Verifying Checksum [2021-03-18T10:02:32.092Z] 93b61091891f: Download complete [2021-03-18T10:02:32.092Z] 01666e4c0597: Download complete [2021-03-18T10:02:32.355Z] df20fa9351a1: Pull complete [2021-03-18T10:02:32.619Z] 36b3adc4ff6f: Pull complete [2021-03-18T10:02:32.886Z] 8ad3a11d3b57: Download complete [2021-03-18T10:02:33.842Z] 8ad3a11d3b57: Pull complete [2021-03-18T10:02:33.842Z] 46f8f816bc3b: Pull complete [2021-03-18T10:02:34.796Z] aa168da1d23b: Verifying Checksum [2021-03-18T10:02:34.796Z] aa168da1d23b: Download complete [2021-03-18T10:02:35.060Z] 93b61091891f: Pull complete [2021-03-18T10:02:35.636Z] 93b9cdb0e59b: Pull complete [2021-03-18T10:02:35.636Z] 5e14af77c1be: Pull complete [2021-03-18T10:02:35.898Z] 01666e4c0597: Pull complete [2021-03-18T10:02:42.530Z] aa168da1d23b: Pull complete [2021-03-18T10:02:42.530Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-18T10:02:42.530Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-18T10:02:42.530Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-18T10:02:42.710Z] prd-centos7-docker-4c-2g-30294 does not seem to be running inside a container [2021-03-18T10:02:42.755Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-18T10:02:45.798Z] $ docker top 264265665d913c00d916d07e5270334725108f4d9e0b3d9acb5847ff11703cc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-18T10:02:46.330Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-18T10:02:46.631Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-18T10:02:46.932Z] + ls /var/log/sa-host [2021-03-18T10:02:46.932Z] + sadf -c /var/log/sa-host/sa18 [2021-03-18T10:02:46.932Z] file_magic: OK [2021-03-18T10:02:46.932Z] HZ: Using current value: 100 [2021-03-18T10:02:46.932Z] file_header: OK [2021-03-18T10:02:46.932Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T10:02:46.932Z] Statistics: [2021-03-18T10:02:46.932Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-18T10:02:46.932Z] File successfully converted to sysstat format version 12.2.1 [2021-03-18T10:02:46.932Z] + sadf -c /var/log/sa-host/sa23 [2021-03-18T10:02:46.932Z] file_magic: OK [2021-03-18T10:02:46.932Z] HZ: Using current value: 100 [2021-03-18T10:02:46.932Z] file_header: OK [2021-03-18T10:02:46.932Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-18T10:02:46.932Z] Statistics: [2021-03-18T10:02:46.932Z] Hnuu...uuuununununu... [2021-03-18T10:02:46.932Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-18T10:02:47.239Z] provisioning config files... [2021-03-18T10:02:47.255Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config5481611620300042767tmp [Pipeline] { [Pipeline] echo [2021-03-18T10:02:47.336Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:02:47.636Z] ---> create-netrc.sh [Pipeline] } [2021-03-18T10:02:47.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-18T10:02:47.742Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:02:48.045Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-18T10:02:48.056Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:02:48.353Z] ---> sudo-logs.sh [2021-03-18T10:02:48.353Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-18T10:02:48.414Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:02:48.712Z] ---> job-cost.sh [2021-03-18T10:02:48.712Z] lf-activate-venv: SKIPPING [2021-03-18T10:02:48.712Z] DEBUG: total: 0.029999999329447746 [2021-03-18T10:02:48.712Z] INFO: Retrieving Stack Cost... [2021-03-18T10:02:50.107Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-18T10:02:50.369Z] INFO: Archiving Costs [Pipeline] echo [2021-03-18T10:02:50.385Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-18T10:02:50.694Z] ---> logs-deploy.sh [2021-03-18T10:02:50.694Z] lf-activate-venv: SKIPPING [2021-03-18T10:02:50.694Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-169/7 [2021-03-18T10:02:50.694Z] INFO: archiving workspace using pattern(s): [2021-03-18T10:02:52.616Z] Archives upload complete. [2021-03-18T10:02:52.616Z] INFO: archiving logs to Nexus