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 05:08:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:08:46 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 05:08:46 ========================================================= 05:08:46 EdgeX Global Pipelines Version Info 05:08:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:08:48 ------------------- 05:08:48 stable info: 05:08:48 ------------------- 05:08:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:08:48 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:08:48 Message: update stable to v1.0.179 05:08:49 ------------------- 05:08:49 experimental info: 05:08:49 ------------------- 05:08:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:08:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:08:49 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:08:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 05:08:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 05:08:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:08:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:08:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:08:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:08:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:08:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:08:51 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:08:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-161 [Pipeline] echo 05:08:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-161 [Pipeline] echo 05:08:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-161 [Pipeline] echo 05:08:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7c0b28654afac92d3b190c606c18f4050ad514ed [Pipeline] echo 05:08:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7c0b286 [Pipeline] echo 05:08:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:08:52 provisioning config files... 05:08:52 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config6386270819526908535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:08:53 ---> docker-login.sh 05:08:53 nexus3.edgexfoundry.org:10001 05:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:53 Configure a credential helper to remove this warning. See 05:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:53 05:08:53 Login Succeeded 05:08:53 nexus3.edgexfoundry.org:10002 05:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:53 Configure a credential helper to remove this warning. See 05:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:53 05:08:53 Login Succeeded 05:08:53 nexus3.edgexfoundry.org:10003 05:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:53 Configure a credential helper to remove this warning. See 05:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:53 05:08:53 Login Succeeded 05:08:53 nexus3.edgexfoundry.org:10004 05:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:54 Configure a credential helper to remove this warning. See 05:08:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:54 05:08:54 Login Succeeded 05:08:54 docker.io 05:08:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:08:54 Configure a credential helper to remove this warning. See 05:08:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:08:54 05:08:54 Login Succeeded 05:08:54 ---> docker-login.sh ends [Pipeline] } 05:08:54 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 05:08:55 + git log --format=format:%s -1 7c0b28654afac92d3b190c606c18f4050ad514ed [Pipeline] echo 05:08:55 GIT_COMMIT: 7c0b28654afac92d3b190c606c18f4050ad514ed, Commit Message: feat: Remove Logging configuration [Pipeline] echo 05:08:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:08:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:08:56 05:08:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:08:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:08:56 latest: Pulling from edgex-devops/git-semver 05:08:56 31603596830f: Pulling fs layer 05:08:56 2a8b12db71e7: Pulling fs layer 05:08:56 6ca5941a6612: Pulling fs layer 05:08:56 ecc8261a40a4: Pulling fs layer 05:08:56 2a8b12db71e7: Download complete 05:08:56 31603596830f: Verifying Checksum 05:08:56 31603596830f: Download complete 05:08:56 ecc8261a40a4: Verifying Checksum 05:08:56 ecc8261a40a4: Download complete 05:08:56 6ca5941a6612: Verifying Checksum 05:08:56 6ca5941a6612: Download complete 05:08:56 31603596830f: Pull complete 05:08:56 2a8b12db71e7: Pull complete 05:08:57 6ca5941a6612: Pull complete 05:08:57 ecc8261a40a4: Pull complete 05:08:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:08:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:08:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:08:57 prd-centos7-docker-4c-2g-24896 does not seem to be running inside a container 05:08:58 $ 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 05:09:00 $ docker top 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:09:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:09:00 [ssh-agent] Looking for ssh-agent implementation... 05:09:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:09:01 $ docker exec 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent 05:09:01 SSH_AUTH_SOCK=/tmp/ssh-PgUEmQPy42rv/agent.12 05:09:01 SSH_AGENT_PID=17 05:09:01 Running ssh-add (command line suppressed) 05:09:01 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) 05:09:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:09:01 + git tag --points-at HEAD [Pipeline] } 05:09:01 $ docker exec --env ******** --env ******** 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent -k 05:09:01 unset SSH_AUTH_SOCK; 05:09:01 unset SSH_AGENT_PID; 05:09:01 echo Agent pid 17 killed; 05:09:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:09:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:09:02 [ssh-agent] Looking for ssh-agent implementation... 05:09:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:09:02 $ docker exec 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent 05:09:02 SSH_AUTH_SOCK=/tmp/ssh-GdG9bWRuFlRV/agent.45 05:09:02 SSH_AGENT_PID=50 05:09:02 Running ssh-add (command line suppressed) 05:09:02 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) 05:09:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:09:02 + git semver init 05:09:02 # -> Open(): unable to determine branch for HEAD 05:09:02 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.git 05:09:02 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-161 05:09:02 # $SEMVER_REMOTE_NAME = origin 05:09:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:09:02 # $SEMVER_USER_NAME = edgex-jenkins 05:09:02 # $SEMVER_BRANCH = PR-161 05:09:02 # $SEMVER_TEMP = /tmp/semver-923190776 05:09:02 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 05:09:04 # '/tmp/semver-923190776' -> '/w/workspace/foundry_device-virtual-go_PR-161/.semver' 05:09:04 # -> Force: false 05:09:04 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.semver [Pipeline] } 05:09:04 $ docker exec --env ******** --env ******** 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 ssh-agent -k 05:09:04 unset SSH_AUTH_SOCK; 05:09:04 unset SSH_AGENT_PID; 05:09:04 echo Agent pid 50 killed; 05:09:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:09:04 + git semver [Pipeline] } 05:09:05 $ docker stop --time=1 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 05:09:06 $ docker rm -f 06ca634c949fab84d395b74297fda2dcca89dd1c75685561ef526169f57d1a02 [Pipeline] // withDockerContainer [Pipeline] sh 05:09:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:09:07 Stashed 1 file(s) [Pipeline] echo 05:09:07 [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 05:09:22 Still waiting to schedule task 05:09:22 ‘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’ 05:09:22 Still waiting to schedule task 05:09:22 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24890’ is offline 05:12:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24901 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws 05:12:13 Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout 05:12:18 using credential edgex-jenkins-ssh 05:12:18 Cloning the remote Git repository 05:12:18 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 05:12:18 > git init /w/workspace/device-virtual-go/4 # timeout=10 05:12:18 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:12:18 > git --version # timeout=10 05:12:18 > git --version # 'git version 2.17.1' 05:12:18 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:12:19 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:12:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:12:19 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:12:19 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:12:19 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:19 > 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 05:12:20 Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit 7c0b28654afac92d3b190c606c18f4050ad514ed 05:12:20 Merge succeeded, producing 7c0b28654afac92d3b190c606c18f4050ad514ed 05:12:20 Checking out Revision 7c0b28654afac92d3b190c606c18f4050ad514ed (PR-161) 05:12:20 > git config core.sparsecheckout # timeout=10 05:12:20 > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 05:12:20 > git remote # timeout=10 05:12:20 > git config --get remote.origin.url # timeout=10 05:12:20 using GIT_SSH to set credentials SSH Credentials for GitHub 05:12:20 > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 05:12:20 > git rev-parse HEAD^{commit} # timeout=10 05:12:20 > git config core.sparsecheckout # timeout=10 05:12:20 > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 05:12:24 Commit message: "feat: Remove Logging configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:12:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:12:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:12:26 + + true 05:12:26 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:12:29 provisioning config files... 05:12:29 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/4@tmp/config9193518984578310698tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:12:30 ---> docker-login.sh 05:12:30 nexus3.edgexfoundry.org:10001 05:12:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:12:31 Configure a credential helper to remove this warning. See 05:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:12:31 05:12:31 Login Succeeded 05:12:31 nexus3.edgexfoundry.org:10002 05:12:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:12:31 Configure a credential helper to remove this warning. See 05:12:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:12:31 05:12:31 Login Succeeded 05:12:31 nexus3.edgexfoundry.org:10003 05:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:12:32 Configure a credential helper to remove this warning. See 05:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:12:32 05:12:32 Login Succeeded 05:12:32 nexus3.edgexfoundry.org:10004 05:12:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:12:32 Configure a credential helper to remove this warning. See 05:12:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:12:32 05:12:32 Login Succeeded 05:12:32 docker.io 05:12:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:12:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:12:33 Configure a credential helper to remove this warning. See 05:12:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:12:33 05:12:33 Login Succeeded 05:12:33 ---> docker-login.sh ends [Pipeline] } 05:12:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:12:34 ========================================================= 05:12:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:12:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:12:34 + 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 . 05:12:34 Sending build context to Docker daemon 477.7kB 05:12:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:12:34 Step 2/8 : FROM ${BASE} 05:12:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:12:35 5f621e34cdf4: Pulling fs layer 05:12:35 a4357932f1b6: Pulling fs layer 05:12:35 18c013af1878: Pulling fs layer 05:12:35 00ac8860ef70: Pulling fs layer 05:12:35 63d7cb157983: Pulling fs layer 05:12:35 b116817d02f9: Pulling fs layer 05:12:35 745a02a5169b: Pulling fs layer 05:12:35 00ac8860ef70: Waiting 05:12:35 63d7cb157983: Waiting 05:12:35 b116817d02f9: Waiting 05:12:35 745a02a5169b: Waiting 05:12:35 18c013af1878: Verifying Checksum 05:12:35 18c013af1878: Download complete 05:12:35 a4357932f1b6: Verifying Checksum 05:12:35 a4357932f1b6: Download complete 05:12:35 63d7cb157983: Verifying Checksum 05:12:35 63d7cb157983: Download complete 05:12:35 b116817d02f9: Verifying Checksum 05:12:35 b116817d02f9: Download complete 05:12:35 5f621e34cdf4: Verifying Checksum 05:12:35 5f621e34cdf4: Download complete 05:12:36 5f621e34cdf4: Pull complete 05:12:36 a4357932f1b6: Pull complete 05:12:37 18c013af1878: Pull complete 05:12:37 745a02a5169b: Verifying Checksum 05:12:37 745a02a5169b: Download complete 05:12:38 00ac8860ef70: Verifying Checksum 05:12:38 00ac8860ef70: Download complete 05:12:48 00ac8860ef70: Pull complete 05:12:48 63d7cb157983: Pull complete 05:12:49 b116817d02f9: Pull complete 05:12:53 745a02a5169b: Pull complete 05:12:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:12:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:12:53 ---> b7e6874047d6 05:12:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 05:12:56 ---> Running in 99e2d40ab995 05:12:56 Removing intermediate container 99e2d40ab995 05:12:56 ---> a661e496ef45 05:12:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:12:56 ---> Running in 4758bf968db1 05:12:58 Removing intermediate container 4758bf968db1 05:12:58 ---> a11a8933f4c8 05:12:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 05:12:58 ---> Running in c62a49c2ce89 05:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:13:01 (1/14) Installing libmagic (5.38-r0) 05:13:01 (2/14) Installing file (5.38-r0) 05:13:01 (3/14) Installing libc-dev (0.7.2-r3) 05:13:01 (4/14) Installing g++ (9.3.0-r2) 05:13:16 (5/14) Installing fortify-headers (1.1-r0) 05:13:16 (6/14) Installing patch (2.7.6-r6) 05:13:16 (7/14) Installing build-base (0.5-r2) 05:13:16 (8/14) Installing openssh-keygen (8.3_p1-r1) 05:13:16 (9/14) Installing libedit (20191231.3.1-r0) 05:13:16 (10/14) Installing openssh-client (8.3_p1-r1) 05:13:16 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 05:13:16 (12/14) Installing openssh-server-common (8.3_p1-r1) 05:13:16 (13/14) Installing openssh-server (8.3_p1-r1) 05:13:16 (14/14) Installing openssh (8.3_p1-r1) 05:13:16 Executing busybox-1.31.1-r19.trigger 05:13:16 OK: 221 MiB in 53 packages 05:13:21 Removing intermediate container c62a49c2ce89 05:13:21 ---> a18efb1184ef 05:13:21 Step 6/8 : WORKDIR /device-virtual-go 05:13:21 ---> Running in b2127bb7e055 05:13:21 Removing intermediate container b2127bb7e055 05:13:21 ---> ed555286aa78 05:13:21 Step 7/8 : COPY . . 05:13:22 ---> 6303bc6363b9 05:13:22 Step 8/8 : RUN go mod download 05:13:22 ---> Running in 571fed1d2c0d 05:13:49 Removing intermediate container 571fed1d2c0d 05:13:49 ---> d4fa2fd44f1e 05:13:49 Successfully built d4fa2fd44f1e 05:13:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:13:49 + docker inspect -f . ci-base-image-arm64 05:13:49 . [Pipeline] withDockerContainer 05:13:49 prd-ubuntu18.04-docker-arm64-4c-16g-24901 does not seem to be running inside a container 05:13:50 $ 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 05:13:51 $ docker top ca416aeeceab95b1b84814be6e8d881443028b853d5d08ec421be5735e3eafe1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:13:52 + go version 05:13:52 go version go1.15.5 linux/arm64 [Pipeline] } 05:13:52 $ docker stop --time=1 ca416aeeceab95b1b84814be6e8d881443028b853d5d08ec421be5735e3eafe1 05:13:54 $ docker rm -f ca416aeeceab95b1b84814be6e8d881443028b853d5d08ec421be5735e3eafe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:13:55 + docker inspect -f . ci-base-image-arm64 05:13:55 . [Pipeline] withDockerContainer 05:13:55 prd-ubuntu18.04-docker-arm64-4c-16g-24901 does not seem to be running inside a container 05:13:55 $ 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 05:13:57 $ docker top f985b0179860c67bba5ccf37b605c03fc283b69cfd6bb3bca52f79918654361a -eo pid,comm [Pipeline] { [Pipeline] sh 05:13:58 + make test 05:13:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:13:59 ? github.com/edgexfoundry/device-virtual-go [no test files] 05:14:21 Running on prd-centos7-docker-4c-2g-24903 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws 05:14:21 Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout 05:14:27 using credential edgex-jenkins-ssh 05:14:27 Cloning the remote Git repository 05:14:27 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 05:14:27 > git init /w/workspace/device-virtual-go/4 # timeout=10 05:14:27 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:14:27 > git --version # timeout=10 05:14:28 > git --version # 'git version 2.24.3' 05:14:28 using GIT_SSH to set credentials SSH Credentials for GitHub 05:14:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:14:28 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:14:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:14:28 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 05:14:28 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 05:14:28 using GIT_SSH to set credentials SSH Credentials for GitHub 05:14:28 > 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 05:14:29 Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit 7c0b28654afac92d3b190c606c18f4050ad514ed 05:14:29 Merge succeeded, producing 7c0b28654afac92d3b190c606c18f4050ad514ed 05:14:29 Checking out Revision 7c0b28654afac92d3b190c606c18f4050ad514ed (PR-161) 05:14:29 > git config core.sparsecheckout # timeout=10 05:14:29 > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 05:14:29 > git remote # timeout=10 05:14:29 > git config --get remote.origin.url # timeout=10 05:14:29 using GIT_SSH to set credentials SSH Credentials for GitHub 05:14:29 > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 05:14:29 > git rev-parse HEAD^{commit} # timeout=10 05:14:29 > git config core.sparsecheckout # timeout=10 05:14:29 > git checkout -f 7c0b28654afac92d3b190c606c18f4050ad514ed # timeout=10 05:14:34 Commit message: "feat: Remove Logging configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:14:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:14:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:14:37 + sudo service docker restart 05:14:37 + true 05:14:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:14:39 provisioning config files... 05:14:39 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/4@tmp/config3635669542515345713tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:14:39 ---> docker-login.sh 05:14:39 nexus3.edgexfoundry.org:10001 05:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:40 Configure a credential helper to remove this warning. See 05:14:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:40 05:14:40 Login Succeeded 05:14:40 nexus3.edgexfoundry.org:10002 05:14:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:41 Configure a credential helper to remove this warning. See 05:14:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:41 05:14:41 Login Succeeded 05:14:41 nexus3.edgexfoundry.org:10003 05:14:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:42 Configure a credential helper to remove this warning. See 05:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:42 05:14:42 Login Succeeded 05:14:42 nexus3.edgexfoundry.org:10004 05:14:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:42 Configure a credential helper to remove this warning. See 05:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:42 05:14:42 Login Succeeded 05:14:42 docker.io 05:14:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:14:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:14:43 Configure a credential helper to remove this warning. See 05:14:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:14:43 05:14:43 Login Succeeded 05:14:43 ---> docker-login.sh ends [Pipeline] } 05:14:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:14:44 ========================================================= 05:14:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:14:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:14:44 + 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 . 05:14:44 Sending build context to Docker daemon 478.7kB 05:14:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:14:44 Step 2/8 : FROM ${BASE} 05:14:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:14:44 188c0c94c7c5: Pulling fs layer 05:14:44 0ef7d3d256c8: Pulling fs layer 05:14:44 de9db76c5a1d: Pulling fs layer 05:14:44 bca2f99d35d6: Pulling fs layer 05:14:44 93359f2a8cfa: Pulling fs layer 05:14:44 7c6f9722023f: Pulling fs layer 05:14:44 a35cf1a2eb13: Pulling fs layer 05:14:44 bca2f99d35d6: Waiting 05:14:44 93359f2a8cfa: Waiting 05:14:44 7c6f9722023f: Waiting 05:14:44 a35cf1a2eb13: Waiting 05:14:44 de9db76c5a1d: Download complete 05:14:44 0ef7d3d256c8: Verifying Checksum 05:14:44 0ef7d3d256c8: Download complete 05:14:44 93359f2a8cfa: Verifying Checksum 05:14:44 93359f2a8cfa: Download complete 05:14:44 7c6f9722023f: Verifying Checksum 05:14:44 7c6f9722023f: Download complete 05:14:44 188c0c94c7c5: Verifying Checksum 05:14:44 188c0c94c7c5: Download complete 05:14:45 188c0c94c7c5: Pull complete 05:14:45 0ef7d3d256c8: Pull complete 05:14:46 de9db76c5a1d: Pull complete 05:14:46 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 05:14:46 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.458s coverage: 64.4% of statements 05:14:46 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:14:47 a35cf1a2eb13: Verifying Checksum 05:14:47 a35cf1a2eb13: Download complete 05:14:48 bca2f99d35d6: Verifying Checksum 05:14:48 bca2f99d35d6: Download complete 05:14:54 gofmt -l . 05:14:54 [ "`gofmt -l .`" = "" ] 05:14:54 ./bin/test-attribution-txt.sh 05:14:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:14:55 $ docker stop --time=1 f985b0179860c67bba5ccf37b605c03fc283b69cfd6bb3bca52f79918654361a 05:14:57 $ docker rm -f f985b0179860c67bba5ccf37b605c03fc283b69cfd6bb3bca52f79918654361a [Pipeline] // withDockerContainer [Pipeline] sh 05:14:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:14:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:15:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:15:01 bca2f99d35d6: Pull complete 05:15:01 93359f2a8cfa: Pull complete 05:15:01 7c6f9722023f: Pull complete 05:15:01 + ls -al . 05:15:01 total 148 05:15:01 drwxrwxr-x 7 jenkins jenkins 4096 Feb 4 05:14 . 05:15:01 drwxrwxr-x 4 jenkins jenkins 4096 Feb 4 05:12 .. 05:15:01 drwxrwxr-x 8 jenkins jenkins 4096 Feb 4 05:12 .git 05:15:01 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 05:12 .github 05:15:01 -rw-rw-r-- 1 jenkins jenkins 258 Feb 4 05:12 .gitignore 05:15:01 -rw-rw-r-- 1 jenkins jenkins 6713 Feb 4 05:12 Attribution.txt 05:15:01 -rw-rw-r-- 1 jenkins jenkins 1851 Feb 4 05:12 Dockerfile 05:15:01 -rw-rw-r-- 1 jenkins jenkins 961 Feb 4 05:12 Dockerfile.build 05:15:01 -rw-rw-r-- 1 jenkins jenkins 660 Feb 4 05:12 Jenkinsfile 05:15:01 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 4 05:12 LICENSE 05:15:01 -rw-rw-r-- 1 jenkins jenkins 873 Feb 4 05:12 Makefile 05:15:01 -rw-rw-r-- 1 jenkins jenkins 918 Feb 4 05:12 README.md 05:15:01 -rw-rw-r-- 1 jenkins jenkins 5 Feb 4 05:09 VERSION 05:15:01 drwxrwxr-x 2 jenkins jenkins 4096 Feb 4 05:12 bin 05:15:01 drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 05:12 cmd 05:15:01 -rw-r--r-- 1 jenkins jenkins 47242 Feb 4 05:14 coverage.out 05:15:01 -rw-r--r-- 1 jenkins jenkins 856 Feb 4 05:14 go.mod 05:15:01 -rw-r--r-- 1 jenkins jenkins 16346 Feb 4 05:14 go.sum 05:15:01 drwxrwxr-x 3 jenkins jenkins 4096 Feb 4 05:12 internal 05:15:01 -rw-rw-r-- 1 jenkins jenkins 235 Feb 4 05:12 version.go [Pipeline] isUnix [Pipeline] sh 05:15:01 + 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 . 05:15:01 Sending build context to Docker daemon 542.7kB 05:15:02 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 05:15:02 Step 2/22 : FROM ${BASE} AS builder 05:15:02 ---> d4fa2fd44f1e 05:15:02 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 05:15:02 ---> Running in 29d887239b3d 05:15:02 Removing intermediate container 29d887239b3d 05:15:02 ---> 240118e5bb79 05:15:02 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 05:15:02 ---> Running in 91940aa42f82 05:15:03 Removing intermediate container 91940aa42f82 05:15:03 ---> 15cd46b5d1e0 05:15:03 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 05:15:03 ---> Running in 35a924a49858 05:15:03 Removing intermediate container 35a924a49858 05:15:03 ---> c10615435a2d 05:15:03 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:15:03 ---> Running in 8c84a4800747 05:15:05 Removing intermediate container 8c84a4800747 05:15:05 ---> 46b41a7e1933 05:15:05 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:15:06 ---> Running in ccfcb745286f 05:15:06 a35cf1a2eb13: Pull complete 05:15:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:15:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:15:06 ---> a62c8e92a672 05:15:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 05:15:06 ---> Running in 08682944229d 05:15:06 Removing intermediate container 08682944229d 05:15:06 ---> bf7336a1b27a 05:15:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:15:06 ---> Running in bb3ab54fdb5d 05:15:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:15:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:15:09 OK: 221 MiB in 53 packages 05:15:09 Removing intermediate container bb3ab54fdb5d 05:15:09 ---> 5922abb9c6f1 05:15:09 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 05:15:09 ---> Running in 35c0e7ba8068 05:15:10 Removing intermediate container ccfcb745286f 05:15:10 ---> 495e1c9c8ee8 05:15:10 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 05:15:10 ---> Running in cb023dc55f2d 05:15:10 Removing intermediate container cb023dc55f2d 05:15:10 ---> 8fa0df93dc46 05:15:10 Step 9/22 : COPY . . 05:15:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:15:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:15:11 ---> a7216782093d 05:15:11 Step 10/22 : ARG MAKE='make build' 05:15:11 ---> Running in d6a9fa00a2f8 05:15:12 (1/14) Installing libmagic (5.38-r0) 05:15:12 Removing intermediate container d6a9fa00a2f8 05:15:12 ---> 1e61a5f51c2e 05:15:12 Step 11/22 : RUN $MAKE 05:15:12 (2/14) Installing file (5.38-r0) 05:15:12 (3/14) Installing libc-dev (0.7.2-r3) 05:15:12 ---> Running in 943356bae2aa 05:15:12 (4/14) Installing g++ (9.3.0-r2) 05:15:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 05:15:20 (5/14) Installing fortify-headers (1.1-r0) 05:15:20 (6/14) Installing patch (2.7.6-r6) 05:15:20 (7/14) Installing build-base (0.5-r2) 05:15:20 (8/14) Installing openssh-keygen (8.3_p1-r1) 05:15:20 (9/14) Installing libedit (20191231.3.1-r0) 05:15:20 (10/14) Installing openssh-client (8.3_p1-r1) 05:15:20 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 05:15:20 (12/14) Installing openssh-server-common (8.3_p1-r1) 05:15:20 (13/14) Installing openssh-server (8.3_p1-r1) 05:15:21 (14/14) Installing openssh (8.3_p1-r1) 05:15:21 Executing busybox-1.31.1-r19.trigger 05:15:21 OK: 237 MiB in 53 packages 05:15:24 Removing intermediate container 35c0e7ba8068 05:15:24 ---> 3346399120c9 05:15:24 Step 6/8 : WORKDIR /device-virtual-go 05:15:24 ---> Running in e52ac161e452 05:15:25 Removing intermediate container e52ac161e452 05:15:25 ---> 8a116dee10b5 05:15:25 Step 7/8 : COPY . . 05:15:25 ---> b63da2d16e57 05:15:25 Step 8/8 : RUN go mod download 05:15:26 ---> Running in fa3cc0661e28 05:15:45 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:15:54 Removing intermediate container 943356bae2aa 05:15:54 ---> f75faa5d9f1c 05:15:54 Step 12/22 : FROM alpine:3.12 05:15:54 3.12: Pulling from library/alpine 05:15:54 159e5727ea61: Pulling fs layer 05:15:54 159e5727ea61: Verifying Checksum 05:15:54 159e5727ea61: Download complete 05:15:55 159e5727ea61: Pull complete 05:15:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:15:55 Status: Downloaded newer image for alpine:3.12 05:15:55 ---> afeebe901d6b 05:15:55 Step 13/22 : ENV APP_PORT=49990 05:15:55 ---> Running in c8523cdecaa7 05:15:55 Removing intermediate container c8523cdecaa7 05:15:55 ---> 75a56cadb6a6 05:15:55 Step 14/22 : EXPOSE $APP_PORT 05:15:55 ---> Running in af0fcffd6898 05:15:56 Removing intermediate container af0fcffd6898 05:15:56 ---> 8041900d86a1 05:15:56 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 05:15:57 ---> fde6967e6264 05:15:57 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 05:15:58 ---> 44f078318ba7 05:15:58 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 05:15:58 Removing intermediate container fa3cc0661e28 05:15:58 ---> f03d6fae3e25 05:15:58 Successfully built f03d6fae3e25 05:15:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:15:58 ---> abe53c2368ff 05:15:58 Step 18/22 : ENTRYPOINT ["/device-virtual"] 05:15:58 + docker inspect -f . ci-base-image-x86_64 05:15:59 ---> Running in e5abfe18883d 05:15:59 . [Pipeline] withDockerContainer 05:15:59 Removing intermediate container e5abfe18883d 05:15:59 ---> fee3647c8af3 05:15:59 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:15:59 prd-centos7-docker-4c-2g-24903 does not seem to be running inside a container 05:15:59 ---> Running in c58b32e4e79f 05:15:59 $ 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 05:15:59 Removing intermediate container c58b32e4e79f 05:15:59 ---> fc18e133dd64 05:15:59 Step 20/22 : LABEL arch=arm64 05:16:00 ---> Running in 722c99dcaba2 05:16:00 Removing intermediate container 722c99dcaba2 05:16:00 ---> df5470cb9000 05:16:00 Step 21/22 : LABEL git_sha=7c0b28654afac92d3b190c606c18f4050ad514ed 05:16:00 ---> Running in f31090ceb791 05:16:01 $ docker top 9095a91570595556e1597401619daf9916f8fd7f87d1cbb31ed383c12dbae1e5 -eo pid,comm 05:16:01 Removing intermediate container f31090ceb791 05:16:01 ---> 6b59ceb62151 05:16:01 Step 22/22 : LABEL version=0.0.0 05:16:01 ---> Running in 33e555d3db8c [Pipeline] { [Pipeline] sh 05:16:01 Removing intermediate container 33e555d3db8c 05:16:01 ---> 8868558c761f 05:16:01 [Warning] One or more build-args [ARCH] were not consumed 05:16:01 Successfully built 8868558c761f 05:16:01 + go version 05:16:01 go version go1.15.5 linux/amd64 [Pipeline] } 05:16:02 Successfully tagged docker-device-virtual-go-arm64:latest 05:16:02 $ docker stop --time=1 9095a91570595556e1597401619daf9916f8fd7f87d1cbb31ed383c12dbae1e5 05:16:04 $ 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] } 05:16:05 + docker inspect -f . ci-base-image-x86_64 05:16:05 . [Pipeline] // ws [Pipeline] } [Pipeline] withDockerContainer 05:16:05 prd-centos7-docker-4c-2g-24903 does not seem to be running inside a container 05:16:05 $ 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 05:16:06 $ docker top e073033135fd0f18c65edec7332961b8cf090728c5d516d484d61924a51636e3 -eo pid,comm [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } 05:16:07 + make test 05:16:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:16:11 ? github.com/edgexfoundry/device-virtual-go [no test files] 05:16:44 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 05:16:44 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.045s coverage: 64.4% of statements 05:16:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:16:54 gofmt -l . 05:16:54 [ "`gofmt -l .`" = "" ] 05:16:54 ./bin/test-attribution-txt.sh 05:16:57 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:16:58 $ docker stop --time=1 e073033135fd0f18c65edec7332961b8cf090728c5d516d484d61924a51636e3 05:17:01 $ docker rm -f e073033135fd0f18c65edec7332961b8cf090728c5d516d484d61924a51636e3 [Pipeline] // withDockerContainer [Pipeline] sh 05:17:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:17:02 Warning: overwriting stash ‘coverage-report’ 05:17:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:17:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:17:04 + ls -al . 05:17:04 total 124 05:17:04 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 4 05:16 . 05:17:04 drwxrwxr-x. 4 jenkins jenkins 28 Feb 4 05:14 .. 05:17:04 -rw-rw-r--. 1 jenkins jenkins 6713 Feb 4 05:14 Attribution.txt 05:17:04 drwxrwxr-x. 2 jenkins jenkins 64 Feb 4 05:14 bin 05:17:04 drwxrwxr-x. 3 jenkins jenkins 32 Feb 4 05:14 cmd 05:17:04 -rw-r--r--. 1 jenkins jenkins 47242 Feb 4 05:16 coverage.out 05:17:04 -rw-rw-r--. 1 jenkins jenkins 1851 Feb 4 05:14 Dockerfile 05:17:04 -rw-rw-r--. 1 jenkins jenkins 961 Feb 4 05:14 Dockerfile.build 05:17:04 drwxrwxr-x. 8 jenkins jenkins 179 Feb 4 05:14 .git 05:17:04 drwxrwxr-x. 2 jenkins jenkins 103 Feb 4 05:14 .github 05:17:04 -rw-rw-r--. 1 jenkins jenkins 258 Feb 4 05:14 .gitignore 05:17:04 -rw-r--r--. 1 jenkins jenkins 856 Feb 4 05:16 go.mod 05:17:04 -rw-r--r--. 1 jenkins jenkins 16346 Feb 4 05:16 go.sum 05:17:04 drwxrwxr-x. 3 jenkins jenkins 20 Feb 4 05:14 internal 05:17:04 -rw-rw-r--. 1 jenkins jenkins 660 Feb 4 05:14 Jenkinsfile 05:17:04 -rw-rw-r--. 1 jenkins jenkins 11340 Feb 4 05:14 LICENSE 05:17:04 -rw-rw-r--. 1 jenkins jenkins 873 Feb 4 05:14 Makefile 05:17:04 -rw-rw-r--. 1 jenkins jenkins 918 Feb 4 05:14 README.md 05:17:04 -rw-rw-r--. 1 jenkins jenkins 5 Feb 4 05:09 VERSION 05:17:04 -rw-rw-r--. 1 jenkins jenkins 235 Feb 4 05:14 version.go [Pipeline] isUnix [Pipeline] sh 05:17:04 + 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 . 05:17:05 Sending build context to Docker daemon 543.7kB 05:17:05 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 05:17:05 Step 2/22 : FROM ${BASE} AS builder 05:17:05 ---> f03d6fae3e25 05:17:05 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 05:17:05 ---> Running in 7c3ca1c271c7 05:17:05 Removing intermediate container 7c3ca1c271c7 05:17:05 ---> 77589d2d4cbd 05:17:05 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 05:17:05 ---> Running in 77c53efaa24c 05:17:06 Removing intermediate container 77c53efaa24c 05:17:06 ---> 3465ae2741a8 05:17:06 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 05:17:06 ---> Running in 38fcf8a17b7c 05:17:07 Removing intermediate container 38fcf8a17b7c 05:17:07 ---> ae72c8a03a43 05:17:07 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:17:07 ---> Running in e92f2641ce6b 05:17:09 Removing intermediate container e92f2641ce6b 05:17:09 ---> 864d8ad68eb6 05:17:09 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:17:09 ---> Running in 9cb1c61b9aa9 05:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:17:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:17:11 OK: 237 MiB in 53 packages 05:17:13 Removing intermediate container 9cb1c61b9aa9 05:17:13 ---> 06640a763780 05:17:13 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 05:17:13 ---> Running in 76beeecdea93 05:17:13 Removing intermediate container 76beeecdea93 05:17:13 ---> 6d094e2bd55e 05:17:13 Step 9/22 : COPY . . 05:17:14 ---> 1961e761d75c 05:17:14 Step 10/22 : ARG MAKE='make build' 05:17:14 ---> Running in ac8365edb03a 05:17:14 Removing intermediate container ac8365edb03a 05:17:14 ---> 8a8f9fc8d4a4 05:17:14 Step 11/22 : RUN $MAKE 05:17:14 ---> Running in 32932e0ec005 05:17:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 05:17:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:17:47 Removing intermediate container 32932e0ec005 05:17:47 ---> 5cc213183f11 05:17:47 Step 12/22 : FROM alpine:3.12 05:17:47 3.12: Pulling from library/alpine 05:17:47 801bfaa63ef2: Pulling fs layer 05:17:47 801bfaa63ef2: Verifying Checksum 05:17:47 801bfaa63ef2: Download complete 05:17:48 801bfaa63ef2: Pull complete 05:17:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:17:48 Status: Downloaded newer image for alpine:3.12 05:17:48 ---> 389fef711851 05:17:48 Step 13/22 : ENV APP_PORT=49990 05:17:48 ---> Running in 25c20c3580d6 05:17:48 Removing intermediate container 25c20c3580d6 05:17:48 ---> 5426d90f22dd 05:17:48 Step 14/22 : EXPOSE $APP_PORT 05:17:49 ---> Running in 6a71df5c67d7 05:17:49 Removing intermediate container 6a71df5c67d7 05:17:49 ---> 021212a69e95 05:17:49 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 05:17:50 ---> 6d133745280b 05:17:50 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 05:17:51 ---> 29e57237ee44 05:17:51 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 05:17:52 ---> 9d91a1868b0a 05:17:52 Step 18/22 : ENTRYPOINT ["/device-virtual"] 05:17:52 ---> Running in f67d6a7a84aa 05:17:53 Removing intermediate container f67d6a7a84aa 05:17:53 ---> a342e551860e 05:17:53 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:17:53 ---> Running in 113de93d783f 05:17:53 Removing intermediate container 113de93d783f 05:17:53 ---> 6607bc6809b8 05:17:53 Step 20/22 : LABEL arch=amd64 05:17:53 ---> Running in 19ede19a1399 05:17:54 Removing intermediate container 19ede19a1399 05:17:54 ---> da6f85b53a14 05:17:54 Step 21/22 : LABEL git_sha=7c0b28654afac92d3b190c606c18f4050ad514ed 05:17:54 ---> Running in 895620a668db 05:17:54 Removing intermediate container 895620a668db 05:17:54 ---> 16cec85700b1 05:17:54 Step 22/22 : LABEL version=0.0.0 05:17:54 ---> Running in a24d8eaeb030 05:17:55 Removing intermediate container a24d8eaeb030 05:17:55 ---> 29887486b65c 05:17:55 [Warning] One or more build-args [ARCH] were not consumed 05:17:55 Successfully built 29887486b65c 05:17:55 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 05:17:56 provisioning config files... 05:17:56 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config2645451971630012956tmp [Pipeline] { [Pipeline] sh 05:17:57 + set +x 05:17:57 + curl -s https://codecov.io/bash 05:17:57 + bash -s -- 05:17:57 05:17:57 _____ _ 05:17:57 / ____| | | 05:17:57 | | ___ __| | ___ ___ _____ __ 05:17:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:17:57 | |___| (_) | (_| | __/ (_| (_) \ V / 05:17:57 \_____\___/ \__,_|\___|\___\___/ \_/ 05:17:57 Bash-20210129-7c25fce 05:17:57 05:17:57 05:17:57 ==> git version 2.24.3 found 05:17:57 ==> 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 05:17:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:17:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:17:57 ==> Jenkins CI detected. 05:17:57 project root: . 05:17:57 --> token set from env 05:17:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:17:57 ==> Running gcov in . (disable via -X gcov) 05:17:57 ==> Python coveragepy not found 05:17:57 ==> Searching for coverage reports in: 05:17:57 + . 05:17:57 -> Found 1 reports 05:17:57 ==> Detecting git/mercurial file structure 05:17:57 ==> Reading reports 05:17:57 + ./coverage.out bytes=47242 05:17:57 ==> Appending adjustments 05:17:57 https://docs.codecov.io/docs/fixing-reports 05:17:57 + Found adjustments 05:17:57 ==> Gzipping contents 05:17:57 8.0K /tmp/codecov.0DnjMU.gz 05:17:57 ==> Uploading reports 05:17:57 url: https://codecov.io 05:17:57 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= 05:17:57 -> Pinging Codecov 05:17:57 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= 05:17:58 -> Uploading to 05:17:58 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 05:17:58 % Total % Received % Xferd Average Speed Time Time Time Current 05:17:58 Dload Upload Total Spent Left Speed 05:17:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5816 0 0 100 5816 0 15104 --:--:-- --:--:-- --:--:-- 15145 05:17:58 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/7c0b28654afac92d3b190c606c18f4050ad514ed [Pipeline] } 05:17:58 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 05:18:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:18:01 ---> package-listing.sh 05:18:01 ++ tr '[:upper:]' '[:lower:]' 05:18:01 ++ facter osfamily 05:18:01 + OS_FAMILY=redhat 05:18:01 + workspace=/w/workspace/foundry_device-virtual-go_PR-161 05:18:01 + START_PACKAGES=/tmp/packages_start.txt 05:18:01 + END_PACKAGES=/tmp/packages_end.txt 05:18:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:18:01 + PACKAGES=/tmp/packages_start.txt 05:18:01 + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' 05:18:01 + PACKAGES=/tmp/packages_end.txt 05:18:01 + case "${OS_FAMILY}" in 05:18:01 + rpm -qa 05:18:01 + sort 05:18:06 + '[' -f /tmp/packages_start.txt ']' 05:18:06 + '[' -f /tmp/packages_end.txt ']' 05:18:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:18:06 + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' 05:18:06 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-161/archives/ 05:18:06 + 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 05:18:06 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 05:18:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:18:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:18:07 05:18:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:18:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:18:07 alpine: Pulling from edgex-lftools-log-publisher 05:18:07 df20fa9351a1: Pulling fs layer 05:18:07 36b3adc4ff6f: Pulling fs layer 05:18:07 8ad3a11d3b57: Pulling fs layer 05:18:07 46f8f816bc3b: Pulling fs layer 05:18:07 93b61091891f: Pulling fs layer 05:18:07 93b9cdb0e59b: Pulling fs layer 05:18:07 5e14af77c1be: Pulling fs layer 05:18:07 01666e4c0597: Pulling fs layer 05:18:07 aa168da1d23b: Pulling fs layer 05:18:07 93b9cdb0e59b: Waiting 05:18:07 5e14af77c1be: Waiting 05:18:07 01666e4c0597: Waiting 05:18:07 aa168da1d23b: Waiting 05:18:07 46f8f816bc3b: Waiting 05:18:07 93b61091891f: Waiting 05:18:07 36b3adc4ff6f: Verifying Checksum 05:18:07 36b3adc4ff6f: Download complete 05:18:07 46f8f816bc3b: Verifying Checksum 05:18:07 46f8f816bc3b: Download complete 05:18:07 df20fa9351a1: Download complete 05:18:07 93b9cdb0e59b: Verifying Checksum 05:18:07 93b9cdb0e59b: Download complete 05:18:07 93b61091891f: Verifying Checksum 05:18:07 93b61091891f: Download complete 05:18:07 5e14af77c1be: Verifying Checksum 05:18:07 5e14af77c1be: Download complete 05:18:07 01666e4c0597: Verifying Checksum 05:18:07 01666e4c0597: Download complete 05:18:08 8ad3a11d3b57: Verifying Checksum 05:18:08 8ad3a11d3b57: Download complete 05:18:08 df20fa9351a1: Pull complete 05:18:08 36b3adc4ff6f: Pull complete 05:18:09 8ad3a11d3b57: Pull complete 05:18:09 46f8f816bc3b: Pull complete 05:18:09 93b61091891f: Pull complete 05:18:09 93b9cdb0e59b: Pull complete 05:18:09 5e14af77c1be: Pull complete 05:18:10 01666e4c0597: Pull complete 05:18:10 aa168da1d23b: Verifying Checksum 05:18:10 aa168da1d23b: Download complete 05:18:17 aa168da1d23b: Pull complete 05:18:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:18:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:18:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:18:17 prd-centos7-docker-4c-2g-24896 does not seem to be running inside a container 05:18:17 $ 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 05:18:21 $ docker top 400ded2acd6a6b325a78b572f1dd69e34e8c1e830d5c7abaceaa772a05a12dc3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:18:21 + touch /tmp/pre-build-complete [Pipeline] sh 05:18:22 + mkdir -p /var/log/sa [Pipeline] sh 05:18:22 + ls /var/log/sa-host 05:18:22 + sadf -c /var/log/sa-host/sa04 05:18:22 file_magic: OK 05:18:22 HZ: Using current value: 100 05:18:22 file_header: OK 05:18:22 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 05:18:22 Statistics: 05:18:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:18:22 File successfully converted to sysstat format version 12.2.1 05:18:22 + sadf -c /var/log/sa-host/sa23 05:18:22 file_magic: OK 05:18:22 HZ: Using current value: 100 05:18:22 file_header: OK 05:18:22 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 05:18:22 Statistics: 05:18:22 Hnuu...uuuununununu... 05:18:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:18:22 provisioning config files... 05:18:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config72373688680000562tmp [Pipeline] { [Pipeline] echo 05:18:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:18:22 ---> create-netrc.sh [Pipeline] } 05:18:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:18:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:18:23 ---> python-tools-install.sh [Pipeline] echo 05:18:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:18:23 ---> sudo-logs.sh 05:18:23 Archiving 'sudo' log.. [Pipeline] echo 05:18:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:18:23 ---> job-cost.sh 05:18:23 lf-activate-venv: SKIPPING 05:18:23 INFO: No Stack... 05:18:25 INFO: Retrieving Pricing Info for: v1-standard-2 05:18:25 INFO: Archiving Costs [Pipeline] echo 05:18:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:18:25 ---> logs-deploy.sh 05:18:25 lf-activate-venv: SKIPPING 05:18:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-161/4 05:18:25 INFO: archiving workspace using pattern(s): 05:18:27 Archives upload complete. 05:18:27 INFO: archiving logs to Nexus