Pull request #161 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 FelixTing for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 7c0b28654afac92d3b190c606c18f4050ad514ed+bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (174f188663dd42e83798c4ed8c1b301d2357c7ad) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24896 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-161 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit 7c0b28654afac92d3b190c606c18f4050ad514ed Merge succeeded, producing 7c0b28654afac92d3b190c606c18f4050ad514ed Checking out Revision 7c0b28654afac92d3b190c606c18f4050ad514ed (PR-161) > git config core.sparsecheckout # timeout=10 > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # 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 bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 Commit message: "feat: Remove Logging configuration" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T05:08:46.256Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T05:08:46.527Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T05:08:46.620Z] ========================================================= [2021-02-04T05:08:46.620Z] EdgeX Global Pipelines Version Info [2021-02-04T05:08:46.620Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:08:48.124Z] ------------------- [2021-02-04T05:08:48.124Z] stable info: [2021-02-04T05:08:48.124Z] ------------------- [2021-02-04T05:08:48.124Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T05:08:48.124Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T05:08:48.124Z] Message: update stable to v1.0.179 [2021-02-04T05:08:49.072Z] ------------------- [2021-02-04T05:08:49.072Z] experimental info: [2021-02-04T05:08:49.072Z] ------------------- [2021-02-04T05:08:49.072Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T05:08:49.072Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T05:08:49.072Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T05:08:49.323Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-02-04T05:08:49.410Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-02-04T05:08:49.497Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T05:08:49.583Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T05:08:49.681Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T05:08:49.769Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T05:08:49.891Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T05:08:50.033Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T05:08:50.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-04T05:08:50.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T05:08:50.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T05:08:50.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-02-04T05:08:50.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T05:08:50.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T05:08:50.833Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T05:08:50.934Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T05:08:51.023Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T05:08:51.120Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T05:08:51.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T05:08:51.294Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-04T05:08:51.381Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-04T05:08:51.495Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-04T05:08:51.585Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-04T05:08:51.677Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-04T05:08:51.767Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-04T05:08:51.856Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T05:08:51.945Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T05:08:52.041Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-161 [Pipeline] echo [2021-02-04T05:08:52.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-161 [Pipeline] echo [2021-02-04T05:08:52.220Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-161 [Pipeline] echo [2021-02-04T05:08:52.305Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c0b28654afac92d3b190c606c18f4050ad514ed [Pipeline] echo [2021-02-04T05:08:52.400Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c0b286 [Pipeline] echo [2021-02-04T05:08:52.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T05:08:52.661Z] provisioning config files... [2021-02-04T05:08:52.705Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config6386270819526908535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:08:53.064Z] ---> docker-login.sh [2021-02-04T05:08:53.064Z] nexus3.edgexfoundry.org:10001 [2021-02-04T05:08:53.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:08:53.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:08:53.327Z] Configure a credential helper to remove this warning. See [2021-02-04T05:08:53.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:08:53.327Z] [2021-02-04T05:08:53.327Z] Login Succeeded [2021-02-04T05:08:53.327Z] nexus3.edgexfoundry.org:10002 [2021-02-04T05:08:53.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:08:53.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:08:53.592Z] Configure a credential helper to remove this warning. See [2021-02-04T05:08:53.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:08:53.592Z] [2021-02-04T05:08:53.592Z] Login Succeeded [2021-02-04T05:08:53.592Z] nexus3.edgexfoundry.org:10003 [2021-02-04T05:08:53.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:08:53.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:08:53.861Z] Configure a credential helper to remove this warning. See [2021-02-04T05:08:53.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:08:53.861Z] [2021-02-04T05:08:53.861Z] Login Succeeded [2021-02-04T05:08:53.861Z] nexus3.edgexfoundry.org:10004 [2021-02-04T05:08:53.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:08:54.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:08:54.125Z] Configure a credential helper to remove this warning. See [2021-02-04T05:08:54.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:08:54.125Z] [2021-02-04T05:08:54.125Z] Login Succeeded [2021-02-04T05:08:54.125Z] docker.io [2021-02-04T05:08:54.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:08:54.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:08:54.390Z] Configure a credential helper to remove this warning. See [2021-02-04T05:08:54.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:08:54.390Z] [2021-02-04T05:08:54.390Z] Login Succeeded [2021-02-04T05:08:54.390Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T05:08:54.400Z] 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-02-04T05:08:55.259Z] + git log --format=format:%s -1 7c0b28654afac92d3b190c606c18f4050ad514ed [Pipeline] echo [2021-02-04T05:08:55.336Z] GIT_COMMIT: 7c0b28654afac92d3b190c606c18f4050ad514ed, Commit Message: feat: Remove Logging configuration [Pipeline] echo [2021-02-04T05:08:55.381Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:08:56.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T05:08:56.056Z] [2021-02-04T05:08:56.056Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:08:56.407Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T05:08:56.407Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T05:08:56.407Z] 31603596830f: Pulling fs layer [2021-02-04T05:08:56.407Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T05:08:56.407Z] 6ca5941a6612: Pulling fs layer [2021-02-04T05:08:56.407Z] ecc8261a40a4: Pulling fs layer [2021-02-04T05:08:56.407Z] 2a8b12db71e7: Download complete [2021-02-04T05:08:56.407Z] 31603596830f: Verifying Checksum [2021-02-04T05:08:56.407Z] 31603596830f: Download complete [2021-02-04T05:08:56.670Z] ecc8261a40a4: Verifying Checksum [2021-02-04T05:08:56.670Z] ecc8261a40a4: Download complete [2021-02-04T05:08:56.670Z] 6ca5941a6612: Verifying Checksum [2021-02-04T05:08:56.670Z] 6ca5941a6612: Download complete [2021-02-04T05:08:56.932Z] 31603596830f: Pull complete [2021-02-04T05:08:56.932Z] 2a8b12db71e7: Pull complete [2021-02-04T05:08:57.883Z] 6ca5941a6612: Pull complete [2021-02-04T05:08:57.883Z] ecc8261a40a4: Pull complete [2021-02-04T05:08:57.883Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T05:08:57.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T05:08:57.883Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T05:08:57.990Z] prd-centos7-docker-4c-2g-24896 does not seem to be running inside a container [2021-02-04T05:08:58.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-161 -v /w/workspace/foundry_device-virtual-go_PR-161:/w/workspace/foundry_device-virtual-go_PR-161:rw,z -v /w/workspace/foundry_device-virtual-go_PR-161@tmp:/w/workspace/foundry_device-virtual-go_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T05:09:00.522Z] $ docker top 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T05:09:00.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T05:09:00.842Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T05:09:01.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T05:09:01.064Z] $ docker exec 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent [2021-02-04T05:09:01.234Z] SSH_AUTH_SOCK=/tmp/ssh-PgUEmQPy42rv/agent.12 [2021-02-04T05:09:01.235Z] SSH_AGENT_PID=17 [2021-02-04T05:09:01.245Z] Running ssh-add (command line suppressed) [2021-02-04T05:09:01.363Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_2261001149284697865.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_2261001149284697865.key) [2021-02-04T05:09:01.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T05:09:01.752Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T05:09:01.781Z] $ docker exec --env ******** --env ******** 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent -k [2021-02-04T05:09:01.893Z] unset SSH_AUTH_SOCK; [2021-02-04T05:09:01.894Z] unset SSH_AGENT_PID; [2021-02-04T05:09:01.894Z] echo Agent pid 17 killed; [2021-02-04T05:09:01.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T05:09:02.091Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T05:09:02.091Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T05:09:02.267Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T05:09:02.270Z] $ docker exec 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent [2021-02-04T05:09:02.441Z] SSH_AUTH_SOCK=/tmp/ssh-GdG9bWRuFlRV/agent.45 [2021-02-04T05:09:02.441Z] SSH_AGENT_PID=50 [2021-02-04T05:09:02.448Z] Running ssh-add (command line suppressed) [2021-02-04T05:09:02.570Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_3867813991549999938.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_3867813991549999938.key) [2021-02-04T05:09:02.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T05:09:02.961Z] + git semver init [2021-02-04T05:09:02.961Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T05:09:02.961Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.git [2021-02-04T05:09:02.961Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-161 [2021-02-04T05:09:02.961Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T05:09:02.961Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T05:09:02.961Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T05:09:02.961Z] # $SEMVER_BRANCH = PR-161 [2021-02-04T05:09:02.961Z] # $SEMVER_TEMP = /tmp/semver-923190776 [2021-02-04T05:09:02.961Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-02-04T05:09:04.354Z] # '/tmp/semver-923190776' -> '/w/workspace/foundry_device-virtual-go_PR-161/.semver' [2021-02-04T05:09:04.354Z] # -> Force: false [2021-02-04T05:09:04.354Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.semver [Pipeline] } [2021-02-04T05:09:04.366Z] $ docker exec --env ******** --env ******** 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent -k [2021-02-04T05:09:04.482Z] unset SSH_AUTH_SOCK; [2021-02-04T05:09:04.483Z] unset SSH_AGENT_PID; [2021-02-04T05:09:04.483Z] echo Agent pid 50 killed; [2021-02-04T05:09:04.530Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T05:09:04.984Z] + git semver [Pipeline] } [2021-02-04T05:09:05.000Z] $ docker stop --time=1 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 [2021-02-04T05:09:06.336Z] $ docker rm -f 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T05:09:06.783Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T05:09:07.398Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T05:09:07.413Z] [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-02-04T05:09:22.899Z] Still waiting to schedule task [2021-02-04T05:09:22.899Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24886’ is offline; ‘prd-centos7-docker-4c-2g-24888’ is offline; ‘prd-centos7-docker-4c-2g-24889’ is offline; ‘prd-centos7-docker-4c-2g-24891’ is offline; ‘prd-centos7-docker-4c-2g-24899’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-24883’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-24893’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24890’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-04T05:09:22.900Z] Still waiting to schedule task [2021-02-04T05:09:22.900Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24890’ is offline [2021-02-04T05:12:13.258Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24901 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws [2021-02-04T05:12:13.336Z] Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout [2021-02-04T05:12:18.173Z] using credential edgex-jenkins-ssh [2021-02-04T05:12:18.242Z] Cloning the remote Git repository [2021-02-04T05:12:18.303Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-02-04T05:12:18.417Z] > git init /w/workspace/device-virtual-go/4 # timeout=10 [2021-02-04T05:12:18.541Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-04T05:12:18.542Z] > git --version # timeout=10 [2021-02-04T05:12:18.565Z] > git --version # 'git version 2.17.1' [2021-02-04T05:12:18.567Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T05:12:18.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T05:12:19.426Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-04T05:12:19.446Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T05:12:19.474Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-04T05:12:19.514Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-04T05:12:19.514Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T05:12:19.525Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T05:12:20.113Z] Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit 7c0b28654afac92d3b190c606c18f4050ad514ed [2021-02-04T05:12:20.341Z] Merge succeeded, producing 7c0b28654afac92d3b190c606c18f4050ad514ed [2021-02-04T05:12:20.342Z] Checking out Revision 7c0b28654afac92d3b190c606c18f4050ad514ed (PR-161) [2021-02-04T05:12:20.119Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T05:12:20.142Z] > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 [2021-02-04T05:12:20.224Z] > git remote # timeout=10 [2021-02-04T05:12:20.246Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T05:12:20.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T05:12:20.281Z] > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-02-04T05:12:20.308Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T05:12:20.334Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T05:12:20.350Z] > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 [2021-02-04T05:12:24.667Z] Commit message: "feat: Remove Logging configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T05:12:26.009Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T05:12:26.424Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T05:12:26.850Z] + + true [2021-02-04T05:12:26.850Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T05:12:29.547Z] provisioning config files... [2021-02-04T05:12:29.606Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/4@tmp/config9193518984578310698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:12:30.013Z] ---> docker-login.sh [2021-02-04T05:12:30.013Z] nexus3.edgexfoundry.org:10001 [2021-02-04T05:12:30.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:12:31.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:12:31.272Z] Configure a credential helper to remove this warning. See [2021-02-04T05:12:31.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:12:31.272Z] [2021-02-04T05:12:31.272Z] Login Succeeded [2021-02-04T05:12:31.272Z] nexus3.edgexfoundry.org:10002 [2021-02-04T05:12:31.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:12:31.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:12:31.824Z] Configure a credential helper to remove this warning. See [2021-02-04T05:12:31.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:12:31.824Z] [2021-02-04T05:12:31.824Z] Login Succeeded [2021-02-04T05:12:31.824Z] nexus3.edgexfoundry.org:10003 [2021-02-04T05:12:32.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:12:32.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:12:32.373Z] Configure a credential helper to remove this warning. See [2021-02-04T05:12:32.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:12:32.373Z] [2021-02-04T05:12:32.373Z] Login Succeeded [2021-02-04T05:12:32.373Z] nexus3.edgexfoundry.org:10004 [2021-02-04T05:12:32.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:12:32.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:12:32.923Z] Configure a credential helper to remove this warning. See [2021-02-04T05:12:32.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:12:32.923Z] [2021-02-04T05:12:32.923Z] Login Succeeded [2021-02-04T05:12:32.923Z] docker.io [2021-02-04T05:12:33.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:12:33.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:12:33.788Z] Configure a credential helper to remove this warning. See [2021-02-04T05:12:33.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:12:33.788Z] [2021-02-04T05:12:33.788Z] Login Succeeded [2021-02-04T05:12:33.788Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T05:12:33.806Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T05:12:34.230Z] ========================================================= [2021-02-04T05:12:34.231Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T05:12:34.231Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:12:34.604Z] + 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-02-04T05:12:34.878Z] Sending build context to Docker daemon 477.7kB [2021-02-04T05:12:34.878Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T05:12:34.878Z] Step 2/8 : FROM ${BASE} [2021-02-04T05:12:35.151Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T05:12:35.151Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T05:12:35.151Z] a4357932f1b6: Pulling fs layer [2021-02-04T05:12:35.151Z] 18c013af1878: Pulling fs layer [2021-02-04T05:12:35.151Z] 00ac8860ef70: Pulling fs layer [2021-02-04T05:12:35.151Z] 63d7cb157983: Pulling fs layer [2021-02-04T05:12:35.151Z] b116817d02f9: Pulling fs layer [2021-02-04T05:12:35.151Z] 745a02a5169b: Pulling fs layer [2021-02-04T05:12:35.151Z] 00ac8860ef70: Waiting [2021-02-04T05:12:35.151Z] 63d7cb157983: Waiting [2021-02-04T05:12:35.151Z] b116817d02f9: Waiting [2021-02-04T05:12:35.151Z] 745a02a5169b: Waiting [2021-02-04T05:12:35.151Z] 18c013af1878: Verifying Checksum [2021-02-04T05:12:35.151Z] 18c013af1878: Download complete [2021-02-04T05:12:35.151Z] a4357932f1b6: Verifying Checksum [2021-02-04T05:12:35.151Z] a4357932f1b6: Download complete [2021-02-04T05:12:35.151Z] 63d7cb157983: Verifying Checksum [2021-02-04T05:12:35.151Z] 63d7cb157983: Download complete [2021-02-04T05:12:35.151Z] b116817d02f9: Verifying Checksum [2021-02-04T05:12:35.151Z] b116817d02f9: Download complete [2021-02-04T05:12:35.425Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T05:12:35.425Z] 5f621e34cdf4: Download complete [2021-02-04T05:12:36.023Z] 5f621e34cdf4: Pull complete [2021-02-04T05:12:36.645Z] a4357932f1b6: Pull complete [2021-02-04T05:12:37.259Z] 18c013af1878: Pull complete [2021-02-04T05:12:37.537Z] 745a02a5169b: Verifying Checksum [2021-02-04T05:12:37.537Z] 745a02a5169b: Download complete [2021-02-04T05:12:38.990Z] 00ac8860ef70: Verifying Checksum [2021-02-04T05:12:38.990Z] 00ac8860ef70: Download complete [2021-02-04T05:12:48.535Z] 00ac8860ef70: Pull complete [2021-02-04T05:12:48.811Z] 63d7cb157983: Pull complete [2021-02-04T05:12:49.085Z] b116817d02f9: Pull complete [2021-02-04T05:12:53.396Z] 745a02a5169b: Pull complete [2021-02-04T05:12:53.396Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T05:12:53.396Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T05:12:53.396Z] ---> b7e6874047d6 [2021-02-04T05:12:53.396Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-04T05:12:56.040Z] ---> Running in 99e2d40ab995 [2021-02-04T05:12:56.040Z] Removing intermediate container 99e2d40ab995 [2021-02-04T05:12:56.040Z] ---> a661e496ef45 [2021-02-04T05:12:56.040Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T05:12:56.312Z] ---> Running in 4758bf968db1 [2021-02-04T05:12:58.946Z] Removing intermediate container 4758bf968db1 [2021-02-04T05:12:58.946Z] ---> a11a8933f4c8 [2021-02-04T05:12:58.946Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-04T05:12:58.946Z] ---> Running in c62a49c2ce89 [2021-02-04T05:12:59.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T05:13:00.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T05:13:01.140Z] (1/14) Installing libmagic (5.38-r0) [2021-02-04T05:13:01.140Z] (2/14) Installing file (5.38-r0) [2021-02-04T05:13:01.412Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-04T05:13:01.412Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-04T05:13:16.486Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-04T05:13:16.486Z] (6/14) Installing patch (2.7.6-r6) [2021-02-04T05:13:16.486Z] (7/14) Installing build-base (0.5-r2) [2021-02-04T05:13:16.486Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-04T05:13:16.486Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-04T05:13:16.486Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-04T05:13:16.486Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-04T05:13:16.486Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-04T05:13:16.486Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-04T05:13:16.486Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-04T05:13:16.761Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T05:13:16.761Z] OK: 221 MiB in 53 packages [2021-02-04T05:13:21.190Z] Removing intermediate container c62a49c2ce89 [2021-02-04T05:13:21.190Z] ---> a18efb1184ef [2021-02-04T05:13:21.190Z] Step 6/8 : WORKDIR /device-virtual-go [2021-02-04T05:13:21.190Z] ---> Running in b2127bb7e055 [2021-02-04T05:13:21.190Z] Removing intermediate container b2127bb7e055 [2021-02-04T05:13:21.190Z] ---> ed555286aa78 [2021-02-04T05:13:21.190Z] Step 7/8 : COPY . . [2021-02-04T05:13:22.188Z] ---> 6303bc6363b9 [2021-02-04T05:13:22.188Z] Step 8/8 : RUN go mod download [2021-02-04T05:13:22.482Z] ---> Running in 571fed1d2c0d [2021-02-04T05:13:49.401Z] Removing intermediate container 571fed1d2c0d [2021-02-04T05:13:49.401Z] ---> d4fa2fd44f1e [2021-02-04T05:13:49.401Z] Successfully built d4fa2fd44f1e [2021-02-04T05:13:49.401Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:13:49.745Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T05:13:49.745Z] . [Pipeline] withDockerContainer [2021-02-04T05:13:49.980Z] prd-ubuntu18.04-docker-arm64-4c-16g-24901 does not seem to be running inside a container [2021-02-04T05:13:50.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T05:13:51.563Z] $ docker top ca416aeeceab95b1b84814be6e8d881443028b853d5d08ec421be5735e3eafe1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T05:13:52.573Z] + go version [2021-02-04T05:13:52.573Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T05:13:52.600Z] $ docker stop --time=1 ca416aeeceab95b1b84814be6e8d881443028b853d5d08ec421be5735e3eafe1 [2021-02-04T05:13:54.484Z] $ docker rm -f ca416aeeceab95b1b84814be6e8d881443028b853d5d08ec421be5735e3eafe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:13:55.493Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T05:13:55.493Z] . [Pipeline] withDockerContainer [2021-02-04T05:13:55.753Z] prd-ubuntu18.04-docker-arm64-4c-16g-24901 does not seem to be running inside a container [2021-02-04T05:13:55.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T05:13:57.319Z] $ docker top f985b0179860c67bba5ccf37b605c03fc283b69cfd6bb3bca52f79918654361a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T05:13:58.341Z] + make test [2021-02-04T05:13:58.341Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-04T05:13:59.378Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-02-04T05:14:21.315Z] Running on prd-centos7-docker-4c-2g-24903 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws [2021-02-04T05:14:21.435Z] Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout [2021-02-04T05:14:27.627Z] using credential edgex-jenkins-ssh [2021-02-04T05:14:27.684Z] Cloning the remote Git repository [2021-02-04T05:14:27.723Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-02-04T05:14:27.819Z] > git init /w/workspace/device-virtual-go/4 # timeout=10 [2021-02-04T05:14:27.996Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-04T05:14:27.996Z] > git --version # timeout=10 [2021-02-04T05:14:28.028Z] > git --version # 'git version 2.24.3' [2021-02-04T05:14:28.029Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T05:14:28.082Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T05:14:28.811Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-04T05:14:28.854Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T05:14:28.871Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-02-04T05:14:28.922Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-02-04T05:14:28.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T05:14:28.947Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T05:14:29.449Z] Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit 7c0b28654afac92d3b190c606c18f4050ad514ed [2021-02-04T05:14:29.768Z] Merge succeeded, producing 7c0b28654afac92d3b190c606c18f4050ad514ed [2021-02-04T05:14:29.769Z] Checking out Revision 7c0b28654afac92d3b190c606c18f4050ad514ed (PR-161) [2021-02-04T05:14:29.463Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T05:14:29.507Z] > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 [2021-02-04T05:14:29.645Z] > git remote # timeout=10 [2021-02-04T05:14:29.670Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T05:14:29.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T05:14:29.720Z] > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 [2021-02-04T05:14:29.750Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T05:14:29.776Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T05:14:29.785Z] > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 [2021-02-04T05:14:34.370Z] Commit message: "feat: Remove Logging configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T05:14:36.127Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T05:14:36.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T05:14:37.216Z] + sudo service docker restart [2021-02-04T05:14:37.217Z] + true [2021-02-04T05:14:37.217Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T05:14:39.257Z] provisioning config files... [2021-02-04T05:14:39.302Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/4@tmp/config3635669542515345713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:14:39.768Z] ---> docker-login.sh [2021-02-04T05:14:39.768Z] nexus3.edgexfoundry.org:10001 [2021-02-04T05:14:40.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:14:40.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:14:40.738Z] Configure a credential helper to remove this warning. See [2021-02-04T05:14:40.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:14:40.738Z] [2021-02-04T05:14:40.738Z] Login Succeeded [2021-02-04T05:14:40.738Z] nexus3.edgexfoundry.org:10002 [2021-02-04T05:14:41.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:14:41.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:14:41.323Z] Configure a credential helper to remove this warning. See [2021-02-04T05:14:41.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:14:41.323Z] [2021-02-04T05:14:41.323Z] Login Succeeded [2021-02-04T05:14:41.323Z] nexus3.edgexfoundry.org:10003 [2021-02-04T05:14:41.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:14:42.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:14:42.597Z] Configure a credential helper to remove this warning. See [2021-02-04T05:14:42.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:14:42.597Z] [2021-02-04T05:14:42.597Z] Login Succeeded [2021-02-04T05:14:42.597Z] nexus3.edgexfoundry.org:10004 [2021-02-04T05:14:42.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:14:42.910Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:14:42.910Z] Configure a credential helper to remove this warning. See [2021-02-04T05:14:42.910Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:14:42.910Z] [2021-02-04T05:14:42.910Z] Login Succeeded [2021-02-04T05:14:42.910Z] docker.io [2021-02-04T05:14:43.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T05:14:43.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T05:14:43.559Z] Configure a credential helper to remove this warning. See [2021-02-04T05:14:43.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T05:14:43.559Z] [2021-02-04T05:14:43.559Z] Login Succeeded [2021-02-04T05:14:43.559Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T05:14:43.583Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T05:14:44.196Z] ========================================================= [2021-02-04T05:14:44.196Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T05:14:44.196Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:14:44.674Z] + 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-02-04T05:14:44.950Z] Sending build context to Docker daemon 478.7kB [2021-02-04T05:14:44.950Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T05:14:44.950Z] Step 2/8 : FROM ${BASE} [2021-02-04T05:14:44.950Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T05:14:44.950Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T05:14:44.950Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T05:14:44.950Z] de9db76c5a1d: Pulling fs layer [2021-02-04T05:14:44.950Z] bca2f99d35d6: Pulling fs layer [2021-02-04T05:14:44.950Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T05:14:44.950Z] 7c6f9722023f: Pulling fs layer [2021-02-04T05:14:44.950Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T05:14:44.950Z] bca2f99d35d6: Waiting [2021-02-04T05:14:44.950Z] 93359f2a8cfa: Waiting [2021-02-04T05:14:44.950Z] 7c6f9722023f: Waiting [2021-02-04T05:14:44.950Z] a35cf1a2eb13: Waiting [2021-02-04T05:14:44.950Z] de9db76c5a1d: Download complete [2021-02-04T05:14:44.950Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T05:14:44.950Z] 0ef7d3d256c8: Download complete [2021-02-04T05:14:44.950Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T05:14:44.950Z] 93359f2a8cfa: Download complete [2021-02-04T05:14:44.950Z] 7c6f9722023f: Verifying Checksum [2021-02-04T05:14:44.950Z] 7c6f9722023f: Download complete [2021-02-04T05:14:44.950Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T05:14:44.950Z] 188c0c94c7c5: Download complete [2021-02-04T05:14:45.563Z] 188c0c94c7c5: Pull complete [2021-02-04T05:14:45.870Z] 0ef7d3d256c8: Pull complete [2021-02-04T05:14:46.150Z] de9db76c5a1d: Pull complete [2021-02-04T05:14:46.420Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-02-04T05:14:46.420Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.458s coverage: 64.4% of statements [2021-02-04T05:14:46.420Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-04T05:14:47.618Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T05:14:47.618Z] a35cf1a2eb13: Download complete [2021-02-04T05:14:48.593Z] bca2f99d35d6: Verifying Checksum [2021-02-04T05:14:48.593Z] bca2f99d35d6: Download complete [2021-02-04T05:14:54.733Z] gofmt -l . [2021-02-04T05:14:54.733Z] [ "`gofmt -l .`" = "" ] [2021-02-04T05:14:54.733Z] ./bin/test-attribution-txt.sh [2021-02-04T05:14:54.733Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-04T05:14:55.358Z] $ docker stop --time=1 f985b0179860c67bba5ccf37b605c03fc283b69cfd6bb3bca52f79918654361a [2021-02-04T05:14:57.533Z] $ docker rm -f f985b0179860c67bba5ccf37b605c03fc283b69cfd6bb3bca52f79918654361a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T05:14:58.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T05:14:59.330Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T05:15:00.763Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-04T05:15:01.104Z] bca2f99d35d6: Pull complete [2021-02-04T05:15:01.104Z] 93359f2a8cfa: Pull complete [2021-02-04T05:15:01.104Z] 7c6f9722023f: Pull complete [2021-02-04T05:15:01.129Z] + ls -al . [2021-02-04T05:15:01.129Z] total 148 [2021-02-04T05:15:01.129Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 4 05:14 . [2021-02-04T05:15:01.129Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 05:12 .. [2021-02-04T05:15:01.129Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 05:12 .git [2021-02-04T05:15:01.129Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 05:12 .github [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 258 Feb 4 05:12 .gitignore [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 6713 Feb 4 05:12 Attribution.txt [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 1851 Feb 4 05:12 Dockerfile [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 961 Feb 4 05:12 Dockerfile.build [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 4 05:12 Jenkinsfile [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 4 05:12 LICENSE [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 873 Feb 4 05:12 Makefile [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 918 Feb 4 05:12 README.md [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 4 05:09 VERSION [2021-02-04T05:15:01.129Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 05:12 bin [2021-02-04T05:15:01.129Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 05:12 cmd [2021-02-04T05:15:01.129Z] -rw-r--r-- 1 jenkins jenkins 47242 Feb 4 05:14 coverage.out [2021-02-04T05:15:01.129Z] -rw-r--r-- 1 jenkins jenkins 856 Feb 4 05:14 go.mod [2021-02-04T05:15:01.129Z] -rw-r--r-- 1 jenkins jenkins 16346 Feb 4 05:14 go.sum [2021-02-04T05:15:01.129Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 05:12 internal [2021-02-04T05:15:01.129Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 4 05:12 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:15:01.472Z] + 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=7c0b28654afac92d3b190c606c18f4050ad514ed --label arch=arm64 --label version=0.0.0 . [2021-02-04T05:15:01.750Z] Sending build context to Docker daemon 542.7kB [2021-02-04T05:15:02.039Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T05:15:02.039Z] Step 2/22 : FROM ${BASE} AS builder [2021-02-04T05:15:02.039Z] ---> d4fa2fd44f1e [2021-02-04T05:15:02.039Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-02-04T05:15:02.320Z] ---> Running in 29d887239b3d [2021-02-04T05:15:02.593Z] Removing intermediate container 29d887239b3d [2021-02-04T05:15:02.593Z] ---> 240118e5bb79 [2021-02-04T05:15:02.593Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-02-04T05:15:02.882Z] ---> Running in 91940aa42f82 [2021-02-04T05:15:03.159Z] Removing intermediate container 91940aa42f82 [2021-02-04T05:15:03.159Z] ---> 15cd46b5d1e0 [2021-02-04T05:15:03.159Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-02-04T05:15:03.433Z] ---> Running in 35a924a49858 [2021-02-04T05:15:03.707Z] Removing intermediate container 35a924a49858 [2021-02-04T05:15:03.707Z] ---> c10615435a2d [2021-02-04T05:15:03.707Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T05:15:03.980Z] ---> Running in 8c84a4800747 [2021-02-04T05:15:05.957Z] Removing intermediate container 8c84a4800747 [2021-02-04T05:15:05.957Z] ---> 46b41a7e1933 [2021-02-04T05:15:05.957Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-04T05:15:06.239Z] ---> Running in ccfcb745286f [2021-02-04T05:15:06.795Z] a35cf1a2eb13: Pull complete [2021-02-04T05:15:06.795Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T05:15:06.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T05:15:06.795Z] ---> a62c8e92a672 [2021-02-04T05:15:06.795Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-04T05:15:06.795Z] ---> Running in 08682944229d [2021-02-04T05:15:06.795Z] Removing intermediate container 08682944229d [2021-02-04T05:15:06.795Z] ---> bf7336a1b27a [2021-02-04T05:15:06.795Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T05:15:06.795Z] ---> Running in bb3ab54fdb5d [2021-02-04T05:15:07.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T05:15:08.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T05:15:09.174Z] OK: 221 MiB in 53 packages [2021-02-04T05:15:09.522Z] Removing intermediate container bb3ab54fdb5d [2021-02-04T05:15:09.522Z] ---> 5922abb9c6f1 [2021-02-04T05:15:09.522Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-04T05:15:09.522Z] ---> Running in 35c0e7ba8068 [2021-02-04T05:15:10.151Z] Removing intermediate container ccfcb745286f [2021-02-04T05:15:10.151Z] ---> 495e1c9c8ee8 [2021-02-04T05:15:10.151Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-02-04T05:15:10.422Z] ---> Running in cb023dc55f2d [2021-02-04T05:15:10.694Z] Removing intermediate container cb023dc55f2d [2021-02-04T05:15:10.694Z] ---> 8fa0df93dc46 [2021-02-04T05:15:10.694Z] Step 9/22 : COPY . . [2021-02-04T05:15:11.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T05:15:11.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T05:15:11.676Z] ---> a7216782093d [2021-02-04T05:15:11.676Z] Step 10/22 : ARG MAKE='make build' [2021-02-04T05:15:11.676Z] ---> Running in d6a9fa00a2f8 [2021-02-04T05:15:12.225Z] (1/14) Installing libmagic (5.38-r0) [2021-02-04T05:15:12.268Z] Removing intermediate container d6a9fa00a2f8 [2021-02-04T05:15:12.268Z] ---> 1e61a5f51c2e [2021-02-04T05:15:12.268Z] Step 11/22 : RUN $MAKE [2021-02-04T05:15:12.497Z] (2/14) Installing file (5.38-r0) [2021-02-04T05:15:12.497Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-04T05:15:12.545Z] ---> Running in 943356bae2aa [2021-02-04T05:15:12.776Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-04T05:15:13.531Z] 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-02-04T05:15:20.001Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-04T05:15:20.001Z] (6/14) Installing patch (2.7.6-r6) [2021-02-04T05:15:20.001Z] (7/14) Installing build-base (0.5-r2) [2021-02-04T05:15:20.001Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-04T05:15:20.001Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-04T05:15:20.276Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-04T05:15:20.548Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-04T05:15:20.849Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-04T05:15:20.849Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-04T05:15:21.170Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-04T05:15:21.170Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T05:15:21.171Z] OK: 237 MiB in 53 packages [2021-02-04T05:15:24.897Z] Removing intermediate container 35c0e7ba8068 [2021-02-04T05:15:24.897Z] ---> 3346399120c9 [2021-02-04T05:15:24.897Z] Step 6/8 : WORKDIR /device-virtual-go [2021-02-04T05:15:24.897Z] ---> Running in e52ac161e452 [2021-02-04T05:15:25.169Z] Removing intermediate container e52ac161e452 [2021-02-04T05:15:25.169Z] ---> 8a116dee10b5 [2021-02-04T05:15:25.169Z] Step 7/8 : COPY . . [2021-02-04T05:15:25.786Z] ---> b63da2d16e57 [2021-02-04T05:15:25.786Z] Step 8/8 : RUN go mod download [2021-02-04T05:15:26.081Z] ---> Running in fa3cc0661e28 [2021-02-04T05:15:45.916Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-04T05:15:54.184Z] Removing intermediate container 943356bae2aa [2021-02-04T05:15:54.184Z] ---> f75faa5d9f1c [2021-02-04T05:15:54.184Z] Step 12/22 : FROM alpine:3.12 [2021-02-04T05:15:54.184Z] 3.12: Pulling from library/alpine [2021-02-04T05:15:54.184Z] 159e5727ea61: Pulling fs layer [2021-02-04T05:15:54.456Z] 159e5727ea61: Verifying Checksum [2021-02-04T05:15:54.456Z] 159e5727ea61: Download complete [2021-02-04T05:15:55.049Z] 159e5727ea61: Pull complete [2021-02-04T05:15:55.049Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T05:15:55.049Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T05:15:55.049Z] ---> afeebe901d6b [2021-02-04T05:15:55.049Z] Step 13/22 : ENV APP_PORT=49990 [2021-02-04T05:15:55.049Z] ---> Running in c8523cdecaa7 [2021-02-04T05:15:55.643Z] Removing intermediate container c8523cdecaa7 [2021-02-04T05:15:55.643Z] ---> 75a56cadb6a6 [2021-02-04T05:15:55.643Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T05:15:55.643Z] ---> Running in af0fcffd6898 [2021-02-04T05:15:56.238Z] Removing intermediate container af0fcffd6898 [2021-02-04T05:15:56.239Z] ---> 8041900d86a1 [2021-02-04T05:15:56.239Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-02-04T05:15:57.688Z] ---> fde6967e6264 [2021-02-04T05:15:57.688Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-02-04T05:15:58.294Z] ---> 44f078318ba7 [2021-02-04T05:15:58.294Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-02-04T05:15:58.618Z] Removing intermediate container fa3cc0661e28 [2021-02-04T05:15:58.619Z] ---> f03d6fae3e25 [2021-02-04T05:15:58.619Z] Successfully built f03d6fae3e25 [2021-02-04T05:15:58.619Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:15:58.895Z] ---> abe53c2368ff [2021-02-04T05:15:58.895Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-02-04T05:15:58.992Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T05:15:59.178Z] ---> Running in e5abfe18883d [2021-02-04T05:15:59.271Z] . [Pipeline] withDockerContainer [2021-02-04T05:15:59.450Z] Removing intermediate container e5abfe18883d [2021-02-04T05:15:59.450Z] ---> fee3647c8af3 [2021-02-04T05:15:59.450Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T05:15:59.702Z] prd-centos7-docker-4c-2g-24903 does not seem to be running inside a container [2021-02-04T05:15:59.723Z] ---> Running in c58b32e4e79f [2021-02-04T05:15:59.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@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-x86_64 cat [2021-02-04T05:15:59.996Z] Removing intermediate container c58b32e4e79f [2021-02-04T05:15:59.996Z] ---> fc18e133dd64 [2021-02-04T05:15:59.996Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T05:16:00.269Z] ---> Running in 722c99dcaba2 [2021-02-04T05:16:00.868Z] Removing intermediate container 722c99dcaba2 [2021-02-04T05:16:00.868Z] ---> df5470cb9000 [2021-02-04T05:16:00.868Z] Step 21/22 : LABEL git_sha=7c0b28654afac92d3b190c606c18f4050ad514ed [2021-02-04T05:16:00.868Z] ---> Running in f31090ceb791 [2021-02-04T05:16:01.249Z] $ docker top 9095a91570595556e1597401619daf9916f8fd7f87d1cbb31ed383c12dbae1e5 -eo pid,comm [2021-02-04T05:16:01.462Z] Removing intermediate container f31090ceb791 [2021-02-04T05:16:01.462Z] ---> 6b59ceb62151 [2021-02-04T05:16:01.462Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T05:16:01.462Z] ---> Running in 33e555d3db8c [Pipeline] { [Pipeline] sh [2021-02-04T05:16:01.733Z] Removing intermediate container 33e555d3db8c [2021-02-04T05:16:01.733Z] ---> 8868558c761f [2021-02-04T05:16:01.733Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-04T05:16:01.733Z] Successfully built 8868558c761f [2021-02-04T05:16:01.911Z] + go version [2021-02-04T05:16:01.980Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T05:16:02.006Z] Successfully tagged docker-device-virtual-go-arm64:latest [2021-02-04T05:16:02.016Z] $ docker stop --time=1 9095a91570595556e1597401619daf9916f8fd7f87d1cbb31ed383c12dbae1e5 [2021-02-04T05:16:04.196Z] $ docker rm -f 9095a91570595556e1597401619daf9916f8fd7f87d1cbb31ed383c12dbae1e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-04T05:16:05.325Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T05:16:05.325Z] . [Pipeline] // ws [Pipeline] } [Pipeline] withDockerContainer [2021-02-04T05:16:05.661Z] prd-centos7-docker-4c-2g-24903 does not seem to be running inside a container [2021-02-04T05:16:05.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@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-x86_64 cat [2021-02-04T05:16:06.866Z] $ docker top e073033135fd0f18c65edec7332961b8cf090728c5d516d484d61924a51636e3 -eo pid,comm [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } [2021-02-04T05:16:07.559Z] + make test [2021-02-04T05:16:07.559Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-04T05:16:11.190Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-02-04T05:16:44.234Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-02-04T05:16:44.234Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.045s coverage: 64.4% of statements [2021-02-04T05:16:44.234Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-04T05:16:54.845Z] gofmt -l . [2021-02-04T05:16:54.845Z] [ "`gofmt -l .`" = "" ] [2021-02-04T05:16:54.845Z] ./bin/test-attribution-txt.sh [2021-02-04T05:16:57.619Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-04T05:16:58.913Z] $ docker stop --time=1 e073033135fd0f18c65edec7332961b8cf090728c5d516d484d61924a51636e3 [2021-02-04T05:17:01.370Z] $ docker rm -f e073033135fd0f18c65edec7332961b8cf090728c5d516d484d61924a51636e3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T05:17:02.347Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-04T05:17:02.422Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T05:17:03.362Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-04T05:17:04.045Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-04T05:17:04.438Z] + ls -al . [2021-02-04T05:17:04.438Z] total 124 [2021-02-04T05:17:04.438Z] drwxrwxr-x. 7 jenkins jenkins 4096 Feb 4 05:16 . [2021-02-04T05:17:04.438Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 4 05:14 .. [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 6713 Feb 4 05:14 Attribution.txt [2021-02-04T05:17:04.438Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 4 05:14 bin [2021-02-04T05:17:04.438Z] drwxrwxr-x. 3 jenkins jenkins 32 Feb 4 05:14 cmd [2021-02-04T05:17:04.438Z] -rw-r--r--. 1 jenkins jenkins 47242 Feb 4 05:16 coverage.out [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 1851 Feb 4 05:14 Dockerfile [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 961 Feb 4 05:14 Dockerfile.build [2021-02-04T05:17:04.438Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 4 05:14 .git [2021-02-04T05:17:04.438Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 4 05:14 .github [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 258 Feb 4 05:14 .gitignore [2021-02-04T05:17:04.438Z] -rw-r--r--. 1 jenkins jenkins 856 Feb 4 05:16 go.mod [2021-02-04T05:17:04.438Z] -rw-r--r--. 1 jenkins jenkins 16346 Feb 4 05:16 go.sum [2021-02-04T05:17:04.438Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 4 05:14 internal [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 660 Feb 4 05:14 Jenkinsfile [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 11340 Feb 4 05:14 LICENSE [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 873 Feb 4 05:14 Makefile [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 918 Feb 4 05:14 README.md [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 4 05:09 VERSION [2021-02-04T05:17:04.438Z] -rw-rw-r--. 1 jenkins jenkins 235 Feb 4 05:14 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:17:04.779Z] + 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=7c0b28654afac92d3b190c606c18f4050ad514ed --label arch=amd64 --label version=0.0.0 . [2021-02-04T05:17:05.098Z] Sending build context to Docker daemon 543.7kB [2021-02-04T05:17:05.098Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T05:17:05.098Z] Step 2/22 : FROM ${BASE} AS builder [2021-02-04T05:17:05.098Z] ---> f03d6fae3e25 [2021-02-04T05:17:05.098Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-02-04T05:17:05.469Z] ---> Running in 7c3ca1c271c7 [2021-02-04T05:17:05.879Z] Removing intermediate container 7c3ca1c271c7 [2021-02-04T05:17:05.879Z] ---> 77589d2d4cbd [2021-02-04T05:17:05.879Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-02-04T05:17:05.879Z] ---> Running in 77c53efaa24c [2021-02-04T05:17:06.636Z] Removing intermediate container 77c53efaa24c [2021-02-04T05:17:06.636Z] ---> 3465ae2741a8 [2021-02-04T05:17:06.636Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2021-02-04T05:17:06.636Z] ---> Running in 38fcf8a17b7c [2021-02-04T05:17:07.027Z] Removing intermediate container 38fcf8a17b7c [2021-02-04T05:17:07.027Z] ---> ae72c8a03a43 [2021-02-04T05:17:07.027Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T05:17:07.027Z] ---> Running in e92f2641ce6b [2021-02-04T05:17:09.127Z] Removing intermediate container e92f2641ce6b [2021-02-04T05:17:09.127Z] ---> 864d8ad68eb6 [2021-02-04T05:17:09.127Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-04T05:17:09.127Z] ---> Running in 9cb1c61b9aa9 [2021-02-04T05:17:10.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T05:17:10.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T05:17:11.563Z] OK: 237 MiB in 53 packages [2021-02-04T05:17:13.053Z] Removing intermediate container 9cb1c61b9aa9 [2021-02-04T05:17:13.053Z] ---> 06640a763780 [2021-02-04T05:17:13.053Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2021-02-04T05:17:13.053Z] ---> Running in 76beeecdea93 [2021-02-04T05:17:13.548Z] Removing intermediate container 76beeecdea93 [2021-02-04T05:17:13.548Z] ---> 6d094e2bd55e [2021-02-04T05:17:13.548Z] Step 9/22 : COPY . . [2021-02-04T05:17:14.193Z] ---> 1961e761d75c [2021-02-04T05:17:14.193Z] Step 10/22 : ARG MAKE='make build' [2021-02-04T05:17:14.193Z] ---> Running in ac8365edb03a [2021-02-04T05:17:14.825Z] Removing intermediate container ac8365edb03a [2021-02-04T05:17:14.825Z] ---> 8a8f9fc8d4a4 [2021-02-04T05:17:14.825Z] Step 11/22 : RUN $MAKE [2021-02-04T05:17:14.825Z] ---> Running in 32932e0ec005 [2021-02-04T05:17:16.330Z] 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-02-04T05:17:43.805Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-02-04T05:17:47.243Z] Removing intermediate container 32932e0ec005 [2021-02-04T05:17:47.243Z] ---> 5cc213183f11 [2021-02-04T05:17:47.243Z] Step 12/22 : FROM alpine:3.12 [2021-02-04T05:17:47.544Z] 3.12: Pulling from library/alpine [2021-02-04T05:17:47.544Z] 801bfaa63ef2: Pulling fs layer [2021-02-04T05:17:47.813Z] 801bfaa63ef2: Verifying Checksum [2021-02-04T05:17:47.813Z] 801bfaa63ef2: Download complete [2021-02-04T05:17:48.419Z] 801bfaa63ef2: Pull complete [2021-02-04T05:17:48.419Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T05:17:48.419Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T05:17:48.419Z] ---> 389fef711851 [2021-02-04T05:17:48.419Z] Step 13/22 : ENV APP_PORT=49990 [2021-02-04T05:17:48.720Z] ---> Running in 25c20c3580d6 [2021-02-04T05:17:48.720Z] Removing intermediate container 25c20c3580d6 [2021-02-04T05:17:48.720Z] ---> 5426d90f22dd [2021-02-04T05:17:48.720Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T05:17:49.001Z] ---> Running in 6a71df5c67d7 [2021-02-04T05:17:49.280Z] Removing intermediate container 6a71df5c67d7 [2021-02-04T05:17:49.280Z] ---> 021212a69e95 [2021-02-04T05:17:49.280Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2021-02-04T05:17:50.834Z] ---> 6d133745280b [2021-02-04T05:17:50.834Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2021-02-04T05:17:51.910Z] ---> 29e57237ee44 [2021-02-04T05:17:51.910Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2021-02-04T05:17:52.596Z] ---> 9d91a1868b0a [2021-02-04T05:17:52.596Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2021-02-04T05:17:52.873Z] ---> Running in f67d6a7a84aa [2021-02-04T05:17:53.198Z] Removing intermediate container f67d6a7a84aa [2021-02-04T05:17:53.198Z] ---> a342e551860e [2021-02-04T05:17:53.198Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T05:17:53.198Z] ---> Running in 113de93d783f [2021-02-04T05:17:53.503Z] Removing intermediate container 113de93d783f [2021-02-04T05:17:53.503Z] ---> 6607bc6809b8 [2021-02-04T05:17:53.503Z] Step 20/22 : LABEL arch=amd64 [2021-02-04T05:17:53.828Z] ---> Running in 19ede19a1399 [2021-02-04T05:17:54.150Z] Removing intermediate container 19ede19a1399 [2021-02-04T05:17:54.150Z] ---> da6f85b53a14 [2021-02-04T05:17:54.150Z] Step 21/22 : LABEL git_sha=7c0b28654afac92d3b190c606c18f4050ad514ed [2021-02-04T05:17:54.461Z] ---> Running in 895620a668db [2021-02-04T05:17:54.755Z] Removing intermediate container 895620a668db [2021-02-04T05:17:54.755Z] ---> 16cec85700b1 [2021-02-04T05:17:54.755Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T05:17:54.756Z] ---> Running in a24d8eaeb030 [2021-02-04T05:17:55.034Z] Removing intermediate container a24d8eaeb030 [2021-02-04T05:17:55.034Z] ---> 29887486b65c [2021-02-04T05:17:55.034Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-04T05:17:55.313Z] Successfully built 29887486b65c [2021-02-04T05:17:55.313Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-04T05:17:56.962Z] provisioning config files... [2021-02-04T05:17:56.974Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config2645451971630012956tmp [Pipeline] { [Pipeline] sh [2021-02-04T05:17:57.357Z] + set +x [2021-02-04T05:17:57.357Z] + curl -s https://codecov.io/bash [2021-02-04T05:17:57.357Z] + bash -s -- [2021-02-04T05:17:57.621Z] [2021-02-04T05:17:57.621Z] _____ _ [2021-02-04T05:17:57.621Z] / ____| | | [2021-02-04T05:17:57.621Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T05:17:57.621Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T05:17:57.621Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T05:17:57.621Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T05:17:57.621Z] Bash-20210129-7c25fce [2021-02-04T05:17:57.621Z] [2021-02-04T05:17:57.621Z] [2021-02-04T05:17:57.621Z] ==> git version 2.24.3 found [2021-02-04T05:17:57.621Z] ==> 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-02-04T05:17:57.621Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T05:17:57.621Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T05:17:57.621Z] ==> Jenkins CI detected. [2021-02-04T05:17:57.621Z] project root: . [2021-02-04T05:17:57.621Z] --> token set from env [2021-02-04T05:17:57.621Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T05:17:57.621Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T05:17:57.621Z] ==> Python coveragepy not found [2021-02-04T05:17:57.621Z] ==> Searching for coverage reports in: [2021-02-04T05:17:57.621Z] + . [2021-02-04T05:17:57.621Z] -> Found 1 reports [2021-02-04T05:17:57.621Z] ==> Detecting git/mercurial file structure [2021-02-04T05:17:57.621Z] ==> Reading reports [2021-02-04T05:17:57.621Z] + ./coverage.out bytes=47242 [2021-02-04T05:17:57.621Z] ==> Appending adjustments [2021-02-04T05:17:57.621Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T05:17:57.621Z] + Found adjustments [2021-02-04T05:17:57.621Z] ==> Gzipping contents [2021-02-04T05:17:57.892Z] 8.0K /tmp/codecov.0DnjMU.gz [2021-02-04T05:17:57.892Z] ==> Uploading reports [2021-02-04T05:17:57.892Z] url: https://codecov.io [2021-02-04T05:17:57.892Z] query: branch=PR-161&commit=7c0b28654afac92d3b190c606c18f4050ad514ed&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= [2021-02-04T05:17:57.892Z] -> Pinging Codecov [2021-02-04T05:17:57.892Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-161&commit=7c0b28654afac92d3b190c606c18f4050ad514ed&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= [2021-02-04T05:17:58.155Z] -> Uploading to [2021-02-04T05:17:58.155Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/5E52B4B073DB2E39498172D8E973AA87/7c0b28654afac92d3b190c606c18f4050ad514ed/3b4d9f10-50e9-4cb8-a140-cbea2adb7fa9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T051758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=62cded8e158f4d7f86e0be89ac640849696c5fdc0396c80d780c6323ae0ca67a [2021-02-04T05:17:58.155Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T05:17:58.155Z] Dload Upload Total Spent Left Speed [2021-02-04T05:17:58.730Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5816 0 0 100 5816 0 15104 --:--:-- --:--:-- --:--:-- 15145 [2021-02-04T05:17:58.730Z] -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/7c0b28654afac92d3b190c606c18f4050ad514ed [Pipeline] } [2021-02-04T05:17:58.746Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:18:01.116Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:18:01.422Z] ---> package-listing.sh [2021-02-04T05:18:01.422Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T05:18:01.422Z] ++ facter osfamily [2021-02-04T05:18:01.422Z] + OS_FAMILY=redhat [2021-02-04T05:18:01.422Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-161 [2021-02-04T05:18:01.422Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T05:18:01.422Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T05:18:01.422Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T05:18:01.422Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T05:18:01.422Z] + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' [2021-02-04T05:18:01.422Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T05:18:01.422Z] + case "${OS_FAMILY}" in [2021-02-04T05:18:01.422Z] + rpm -qa [2021-02-04T05:18:01.422Z] + sort [2021-02-04T05:18:06.736Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T05:18:06.736Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T05:18:06.736Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T05:18:06.736Z] + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' [2021-02-04T05:18:06.736Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-161/archives/ [2021-02-04T05:18:06.736Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-161/archives/ [Pipeline] echo [2021-02-04T05:18:06.750Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-161/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T05:18:07.040Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:18:07.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T05:18:07.351Z] [2021-02-04T05:18:07.351Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T05:18:07.696Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T05:18:07.696Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T05:18:07.696Z] df20fa9351a1: Pulling fs layer [2021-02-04T05:18:07.696Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T05:18:07.696Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T05:18:07.696Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T05:18:07.696Z] 93b61091891f: Pulling fs layer [2021-02-04T05:18:07.696Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T05:18:07.696Z] 5e14af77c1be: Pulling fs layer [2021-02-04T05:18:07.696Z] 01666e4c0597: Pulling fs layer [2021-02-04T05:18:07.696Z] aa168da1d23b: Pulling fs layer [2021-02-04T05:18:07.696Z] 93b9cdb0e59b: Waiting [2021-02-04T05:18:07.696Z] 5e14af77c1be: Waiting [2021-02-04T05:18:07.696Z] 01666e4c0597: Waiting [2021-02-04T05:18:07.696Z] aa168da1d23b: Waiting [2021-02-04T05:18:07.696Z] 46f8f816bc3b: Waiting [2021-02-04T05:18:07.696Z] 93b61091891f: Waiting [2021-02-04T05:18:07.696Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T05:18:07.696Z] 36b3adc4ff6f: Download complete [2021-02-04T05:18:07.696Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T05:18:07.696Z] 46f8f816bc3b: Download complete [2021-02-04T05:18:07.960Z] df20fa9351a1: Download complete [2021-02-04T05:18:07.960Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T05:18:07.960Z] 93b9cdb0e59b: Download complete [2021-02-04T05:18:07.960Z] 93b61091891f: Verifying Checksum [2021-02-04T05:18:07.960Z] 93b61091891f: Download complete [2021-02-04T05:18:07.960Z] 5e14af77c1be: Verifying Checksum [2021-02-04T05:18:07.960Z] 5e14af77c1be: Download complete [2021-02-04T05:18:07.960Z] 01666e4c0597: Verifying Checksum [2021-02-04T05:18:07.960Z] 01666e4c0597: Download complete [2021-02-04T05:18:08.224Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T05:18:08.224Z] 8ad3a11d3b57: Download complete [2021-02-04T05:18:08.224Z] df20fa9351a1: Pull complete [2021-02-04T05:18:08.492Z] 36b3adc4ff6f: Pull complete [2021-02-04T05:18:09.083Z] 8ad3a11d3b57: Pull complete [2021-02-04T05:18:09.347Z] 46f8f816bc3b: Pull complete [2021-02-04T05:18:09.611Z] 93b61091891f: Pull complete [2021-02-04T05:18:09.877Z] 93b9cdb0e59b: Pull complete [2021-02-04T05:18:09.877Z] 5e14af77c1be: Pull complete [2021-02-04T05:18:10.839Z] 01666e4c0597: Pull complete [2021-02-04T05:18:10.839Z] aa168da1d23b: Verifying Checksum [2021-02-04T05:18:10.839Z] aa168da1d23b: Download complete [2021-02-04T05:18:17.482Z] aa168da1d23b: Pull complete [2021-02-04T05:18:17.482Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T05:18:17.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T05:18:17.482Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T05:18:17.692Z] prd-centos7-docker-4c-2g-24896 does not seem to be running inside a container [2021-02-04T05:18:17.747Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-161/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-161 -v /w/workspace/foundry_device-virtual-go_PR-161:/w/workspace/foundry_device-virtual-go_PR-161:rw,z -v /w/workspace/foundry_device-virtual-go_PR-161@tmp:/w/workspace/foundry_device-virtual-go_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T05:18:21.183Z] $ docker top 400ded2acd6a6b325a78b572f1dd69e34e8c1e830d5c7abaceaa772a05a12dc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T05:18:21.765Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T05:18:22.068Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T05:18:22.368Z] + ls /var/log/sa-host [2021-02-04T05:18:22.368Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T05:18:22.368Z] file_magic: OK [2021-02-04T05:18:22.368Z] HZ: Using current value: 100 [2021-02-04T05:18:22.368Z] file_header: OK [2021-02-04T05:18:22.368Z] 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-02-04T05:18:22.368Z] Statistics: [2021-02-04T05:18:22.368Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T05:18:22.368Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T05:18:22.368Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T05:18:22.368Z] file_magic: OK [2021-02-04T05:18:22.368Z] HZ: Using current value: 100 [2021-02-04T05:18:22.368Z] file_header: OK [2021-02-04T05:18:22.368Z] 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-02-04T05:18:22.368Z] Statistics: [2021-02-04T05:18:22.368Z] Hnuu...uuuununununu... [2021-02-04T05:18:22.368Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T05:18:22.565Z] provisioning config files... [2021-02-04T05:18:22.580Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config72373688680000562tmp [Pipeline] { [Pipeline] echo [2021-02-04T05:18:22.668Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:18:22.964Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T05:18:22.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T05:18:23.059Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:18:23.355Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T05:18:23.368Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:18:23.667Z] ---> sudo-logs.sh [2021-02-04T05:18:23.667Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T05:18:23.678Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:18:23.975Z] ---> job-cost.sh [2021-02-04T05:18:23.975Z] lf-activate-venv: SKIPPING [2021-02-04T05:18:23.975Z] INFO: No Stack... [2021-02-04T05:18:25.370Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T05:18:25.633Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T05:18:25.648Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T05:18:25.946Z] ---> logs-deploy.sh [2021-02-04T05:18:25.946Z] lf-activate-venv: SKIPPING [2021-02-04T05:18:25.946Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-161/4 [2021-02-04T05:18:25.946Z] INFO: archiving workspace using pattern(s): [2021-02-04T05:18:27.868Z] Archives upload complete. [2021-02-04T05:18:27.868Z] INFO: archiving logs to Nexus