Pull request #155 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ad39bae88b93a0c2a391db80e56000430658b19+d98ab64770a8aa8499d3ed372f913abb779305df (87a114887fd869357cb6ab08f56a06fa00e427f6) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17052 in /w/workspace/foundry_device-virtual-go_PR-155 [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-155 # 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/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d98ab64770a8aa8499d3ed372f913abb779305df into PR head commit 9ad39bae88b93a0c2a391db80e56000430658b19 Merge succeeded, producing 9ad39bae88b93a0c2a391db80e56000430658b19 Checking out Revision 9ad39bae88b93a0c2a391db80e56000430658b19 (PR-155) > git config core.sparsecheckout # timeout=10 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # 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 d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 754cc5e8159cce4ac0aa09f8b03c16f8e4f3bf95 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:20:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:20:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:20:52 ========================================================= 08:20:52 EdgeX Global Pipelines Version Info 08:20:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:20:54 ------------------- 08:20:54 stable info: 08:20:54 ------------------- 08:20:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:20:54 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 08:20:54 Message: update stable to v1.0.173 08:20:55 ------------------- 08:20:55 experimental info: 08:20:55 ------------------- 08:20:55 Commited By: **** collab-it+edgex@linuxfoundation.org 08:20:55 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 08:20:55 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:20:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 08:20:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 08:20:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:20:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:20:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:20:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:20:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:20:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-155 [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-155 [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-155 [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9ad39bae88b93a0c2a391db80e56000430658b19 [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9ad39ba [Pipeline] echo 08:20:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:20:59 provisioning config files... 08:20:59 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-155@tmp/config6817432716352714421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:20:59 ---> docker-login.sh 08:20:59 nexus3.edgexfoundry.org:10001 08:20:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:00 Configure a credential helper to remove this warning. See 08:21:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:00 08:21:00 Login Succeeded 08:21:00 nexus3.edgexfoundry.org:10002 08:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:00 Configure a credential helper to remove this warning. See 08:21:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:00 08:21:00 Login Succeeded 08:21:00 nexus3.edgexfoundry.org:10003 08:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:00 Configure a credential helper to remove this warning. See 08:21:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:00 08:21:00 Login Succeeded 08:21:00 nexus3.edgexfoundry.org:10004 08:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:00 Configure a credential helper to remove this warning. See 08:21:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:00 08:21:00 Login Succeeded 08:21:00 docker.io 08:21:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:21:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:21:01 Configure a credential helper to remove this warning. See 08:21:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:21:01 08:21:01 Login Succeeded 08:21:01 ---> docker-login.sh ends [Pipeline] } 08:21:01 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 08:21:01 + git log --format=format:%s -1 9ad39bae88b93a0c2a391db80e56000430658b19 [Pipeline] echo 08:21:02 GIT_COMMIT: 9ad39bae88b93a0c2a391db80e56000430658b19, Commit Message: build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1 [Pipeline] echo 08:21:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:21:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:21:03 08:21:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:21:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:21:03 latest: Pulling from edgex-devops/git-semver 08:21:03 31603596830f: Pulling fs layer 08:21:03 2a8b12db71e7: Pulling fs layer 08:21:03 6ca5941a6612: Pulling fs layer 08:21:03 ecc8261a40a4: Pulling fs layer 08:21:03 ecc8261a40a4: Waiting 08:21:03 2a8b12db71e7: Verifying Checksum 08:21:03 2a8b12db71e7: Download complete 08:21:03 31603596830f: Verifying Checksum 08:21:03 31603596830f: Download complete 08:21:03 ecc8261a40a4: Verifying Checksum 08:21:03 ecc8261a40a4: Download complete 08:21:03 6ca5941a6612: Verifying Checksum 08:21:03 6ca5941a6612: Download complete 08:21:03 31603596830f: Pull complete 08:21:04 2a8b12db71e7: Pull complete 08:21:04 6ca5941a6612: Pull complete 08:21:05 ecc8261a40a4: Pull complete 08:21:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:21:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:21:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:21:05 prd-centos7-docker-4c-2g-17052 does not seem to be running inside a container 08:21:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-155 -v /w/workspace/foundry_device-virtual-go_PR-155:/w/workspace/foundry_device-virtual-go_PR-155:rw,z -v /w/workspace/foundry_device-virtual-go_PR-155@tmp:/w/workspace/foundry_device-virtual-go_PR-155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:21:07 $ docker top 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:21:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:21:08 [ssh-agent] Looking for ssh-agent implementation... 08:21:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:21:08 $ docker exec 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent 08:21:08 SSH_AUTH_SOCK=/tmp/ssh-ppkrkBxPUibB/agent.11 08:21:08 SSH_AGENT_PID=16 08:21:08 Running ssh-add (command line suppressed) 08:21:08 Identity added: /w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_9206358608544125687.key (/w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_9206358608544125687.key) 08:21:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:21:09 + git tag --points-at HEAD [Pipeline] } 08:21:09 $ docker exec --env ******** --env ******** 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent -k 08:21:09 unset SSH_AUTH_SOCK; 08:21:09 unset SSH_AGENT_PID; 08:21:09 echo Agent pid 16 killed; 08:21:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:21:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:21:09 [ssh-agent] Looking for ssh-agent implementation... 08:21:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:21:09 $ docker exec 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent 08:21:09 SSH_AUTH_SOCK=/tmp/ssh-zqeCgp83jvsf/agent.44 08:21:09 SSH_AGENT_PID=49 08:21:09 Running ssh-add (command line suppressed) 08:21:09 Identity added: /w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_3822613518348956189.key (/w/workspace/foundry_device-virtual-go_PR-155@tmp/private_key_3822613518348956189.key) 08:21:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:21:10 + git semver init 08:21:10 # -> Open(): unable to determine branch for HEAD 08:21:10 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-155/.git 08:21:10 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-155 08:21:10 # $SEMVER_REMOTE_NAME = origin 08:21:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:21:10 # $SEMVER_USER_NAME = edgex-jenkins 08:21:10 # $SEMVER_BRANCH = PR-155 08:21:10 # $SEMVER_TEMP = /tmp/semver-255806987 08:21:10 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 08:21:10 # '/tmp/semver-255806987' -> '/w/workspace/foundry_device-virtual-go_PR-155/.semver' 08:21:10 # -> Force: false 08:21:10 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-155/.semver [Pipeline] } 08:21:10 $ docker exec --env ******** --env ******** 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 ssh-agent -k 08:21:11 unset SSH_AUTH_SOCK; 08:21:11 unset SSH_AGENT_PID; 08:21:11 echo Agent pid 49 killed; 08:21:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:21:11 + git semver [Pipeline] } 08:21:11 $ docker stop --time=1 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 08:21:12 $ docker rm -f 0ed0efe2702ccfc372342b28019252178342228c3b9837534377949b7aa62d66 [Pipeline] // withDockerContainer [Pipeline] sh 08:21:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:21:13 Stashed 1 file(s) [Pipeline] echo 08:21:13 [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 08:21:29 Still waiting to schedule task 08:21:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:21:29 Still waiting to schedule task 08:21:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:23:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17053 in /w/workspace/foundry_device-virtual-go_PR-155 [Pipeline] { [Pipeline] ws 08:23:20 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout 08:23:24 using credential edgex-jenkins-ssh 08:23:24 Cloning the remote Git repository 08:23:25 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 08:23:25 > git init /w/workspace/device-virtual-go/3 # timeout=10 08:23:25 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:23:25 > git --version # timeout=10 08:23:25 > git --version # 'git version 2.17.1' 08:23:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:23:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:23:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:23:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:23:26 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:23:26 Merging remotes/origin/master commit d98ab64770a8aa8499d3ed372f913abb779305df into PR head commit 9ad39bae88b93a0c2a391db80e56000430658b19 08:23:26 Merge succeeded, producing 9ad39bae88b93a0c2a391db80e56000430658b19 08:23:26 Checking out Revision 9ad39bae88b93a0c2a391db80e56000430658b19 (PR-155) 08:23:26 > git config core.sparsecheckout # timeout=10 08:23:26 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 08:23:26 > git remote # timeout=10 08:23:26 > git config --get remote.origin.url # timeout=10 08:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:26 > git merge d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 08:23:26 > git rev-parse HEAD^{commit} # timeout=10 08:23:26 > git config core.sparsecheckout # timeout=10 08:23:27 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 08:23:31 Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:23:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:23:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:23:34 + sudo service docker restart 08:23:34 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:23:36 provisioning config files... 08:23:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config7631151997666007321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:23:37 ---> docker-login.sh 08:23:37 nexus3.edgexfoundry.org:10001 08:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:38 Configure a credential helper to remove this warning. See 08:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:38 08:23:38 Login Succeeded 08:23:38 nexus3.edgexfoundry.org:10002 08:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:39 Configure a credential helper to remove this warning. See 08:23:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:39 08:23:39 Login Succeeded 08:23:39 nexus3.edgexfoundry.org:10003 08:23:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:39 Configure a credential helper to remove this warning. See 08:23:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:39 08:23:39 Login Succeeded 08:23:39 nexus3.edgexfoundry.org:10004 08:23:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:40 Configure a credential helper to remove this warning. See 08:23:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:40 08:23:40 Login Succeeded 08:23:40 docker.io 08:23:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:41 Configure a credential helper to remove this warning. See 08:23:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:41 08:23:41 Login Succeeded 08:23:41 ---> docker-login.sh ends [Pipeline] } 08:23:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:23:41 ========================================================= 08:23:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:23:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:23:41 + 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 . 08:23:42 Sending build context to Docker daemon 480.3kB 08:23:42 Step 1/8 : ARG BASE=golang:1.15-alpine 08:23:42 Step 2/8 : FROM ${BASE} 08:23:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:23:42 5f621e34cdf4: Pulling fs layer 08:23:42 a4357932f1b6: Pulling fs layer 08:23:42 18c013af1878: Pulling fs layer 08:23:42 00ac8860ef70: Pulling fs layer 08:23:42 63d7cb157983: Pulling fs layer 08:23:42 b116817d02f9: Pulling fs layer 08:23:42 745a02a5169b: Pulling fs layer 08:23:42 00ac8860ef70: Waiting 08:23:42 63d7cb157983: Waiting 08:23:42 b116817d02f9: Waiting 08:23:42 745a02a5169b: Waiting 08:23:42 18c013af1878: Verifying Checksum 08:23:42 18c013af1878: Download complete 08:23:42 a4357932f1b6: Verifying Checksum 08:23:42 a4357932f1b6: Download complete 08:23:42 63d7cb157983: Verifying Checksum 08:23:42 63d7cb157983: Download complete 08:23:42 b116817d02f9: Verifying Checksum 08:23:42 b116817d02f9: Download complete 08:23:43 5f621e34cdf4: Verifying Checksum 08:23:43 5f621e34cdf4: Download complete 08:23:43 5f621e34cdf4: Pull complete 08:23:44 a4357932f1b6: Pull complete 08:23:44 18c013af1878: Pull complete 08:23:45 745a02a5169b: Verifying Checksum 08:23:45 745a02a5169b: Download complete 08:23:46 00ac8860ef70: Verifying Checksum 08:23:46 00ac8860ef70: Download complete 08:23:56 00ac8860ef70: Pull complete 08:23:56 63d7cb157983: Pull complete 08:23:57 b116817d02f9: Pull complete 08:23:59 Running on prd-centos7-docker-4c-2g-17054 in /w/workspace/foundry_device-virtual-go_PR-155 [Pipeline] { [Pipeline] ws 08:23:59 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout 08:24:00 745a02a5169b: Pull complete 08:24:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:24:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:24:01 ---> b7e6874047d6 08:24:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:24:02 using credential edgex-jenkins-ssh 08:24:02 Cloning the remote Git repository 08:24:02 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 08:24:02 > git init /w/workspace/device-virtual-go/3 # timeout=10 08:24:02 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:24:02 > git --version # timeout=10 08:24:02 > git --version # 'git version 2.24.3' 08:24:02 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:04 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:24:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:04 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:24:04 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:24:04 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/155/head:refs/remotes/origin/PR-155 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:24:04 ---> Running in a92945774ab4 08:24:04 Removing intermediate container a92945774ab4 08:24:04 ---> 8be358b790a0 08:24:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:04 ---> Running in 4c0c9d0eff49 08:24:04 Merging remotes/origin/master commit d98ab64770a8aa8499d3ed372f913abb779305df into PR head commit 9ad39bae88b93a0c2a391db80e56000430658b19 08:24:04 Merge succeeded, producing 9ad39bae88b93a0c2a391db80e56000430658b19 08:24:04 Checking out Revision 9ad39bae88b93a0c2a391db80e56000430658b19 (PR-155) 08:24:04 > git config core.sparsecheckout # timeout=10 08:24:04 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 08:24:04 > git remote # timeout=10 08:24:04 > git config --get remote.origin.url # timeout=10 08:24:04 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:04 > git merge d98ab64770a8aa8499d3ed372f913abb779305df # timeout=10 08:24:04 > git rev-parse HEAD^{commit} # timeout=10 08:24:04 > git config core.sparsecheckout # timeout=10 08:24:04 > git checkout -f 9ad39bae88b93a0c2a391db80e56000430658b19 # timeout=10 08:24:07 Removing intermediate container 4c0c9d0eff49 08:24:07 ---> 24d4ac29a4c2 08:24:07 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:24:07 ---> Running in be8f0df2ea0e 08:24:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:08 Commit message: "build(deps): Bump modernc.org/ql from 1.0.0 to 1.3.1" 08:24:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:24:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 08:24:09 (1/14) Installing libmagic (5.38-r0) [Pipeline] sh 08:24:09 (2/14) Installing file (5.38-r0) 08:24:09 (3/14) Installing libc-dev (0.7.2-r3) 08:24:09 (4/14) Installing g++ (9.3.0-r2) 08:24:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:24:10 + sudo service docker restart 08:24:10 + true 08:24:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:24:11 provisioning config files... 08:24:11 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config5711447244963559676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:24:12 ---> docker-login.sh 08:24:12 nexus3.edgexfoundry.org:10001 08:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:12 Configure a credential helper to remove this warning. See 08:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:12 08:24:12 Login Succeeded 08:24:12 nexus3.edgexfoundry.org:10002 08:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:12 Configure a credential helper to remove this warning. See 08:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:12 08:24:12 Login Succeeded 08:24:12 nexus3.edgexfoundry.org:10003 08:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:13 Configure a credential helper to remove this warning. See 08:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:13 08:24:13 Login Succeeded 08:24:13 nexus3.edgexfoundry.org:10004 08:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:13 Configure a credential helper to remove this warning. See 08:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:13 08:24:13 Login Succeeded 08:24:13 docker.io 08:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:13 (5/14) Installing fortify-headers (1.1-r0) 08:24:13 (6/14) Installing patch (2.7.6-r6) 08:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:13 Configure a credential helper to remove this warning. See 08:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:13 08:24:13 Login Succeeded 08:24:13 ---> docker-login.sh ends [Pipeline] } 08:24:13 Deleting 1 temporary files [Pipeline] // wrap 08:24:13 (7/14) Installing build-base (0.5-r2) 08:24:13 (8/14) Installing openssh-keygen (8.3_p1-r1) 08:24:13 (9/14) Installing libedit (20191231.3.1-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:24:13 ========================================================= 08:24:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:24:13 ========================================================= 08:24:13 (10/14) Installing openssh-client (8.3_p1-r1) [Pipeline] isUnix [Pipeline] sh 08:24:14 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 08:24:14 (12/14) Installing openssh-server-common (8.3_p1-r1) 08:24:14 + 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 . 08:24:14 Sending build context to Docker daemon 481.3kB 08:24:14 Step 1/8 : ARG BASE=golang:1.15-alpine 08:24:14 Step 2/8 : FROM ${BASE} 08:24:14 (13/14) Installing openssh-server (8.3_p1-r1) 08:24:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:24:14 188c0c94c7c5: Pulling fs layer 08:24:14 0ef7d3d256c8: Pulling fs layer 08:24:14 de9db76c5a1d: Pulling fs layer 08:24:14 bca2f99d35d6: Pulling fs layer 08:24:14 93359f2a8cfa: Pulling fs layer 08:24:14 7c6f9722023f: Pulling fs layer 08:24:14 a35cf1a2eb13: Pulling fs layer 08:24:14 93359f2a8cfa: Waiting 08:24:14 7c6f9722023f: Waiting 08:24:14 a35cf1a2eb13: Waiting 08:24:14 bca2f99d35d6: Waiting 08:24:14 de9db76c5a1d: Download complete 08:24:14 0ef7d3d256c8: Download complete 08:24:14 93359f2a8cfa: Verifying Checksum 08:24:14 93359f2a8cfa: Download complete 08:24:14 188c0c94c7c5: Verifying Checksum 08:24:14 188c0c94c7c5: Download complete 08:24:14 7c6f9722023f: Verifying Checksum 08:24:14 7c6f9722023f: Download complete 08:24:14 188c0c94c7c5: Pull complete 08:24:15 0ef7d3d256c8: Pull complete 08:24:15 de9db76c5a1d: Pull complete 08:24:15 (14/14) Installing openssh (8.3_p1-r1) 08:24:15 Executing busybox-1.31.1-r19.trigger 08:24:15 OK: 221 MiB in 53 packages 08:24:16 a35cf1a2eb13: Verifying Checksum 08:24:16 a35cf1a2eb13: Download complete 08:24:17 bca2f99d35d6: Verifying Checksum 08:24:17 bca2f99d35d6: Download complete 08:24:20 Removing intermediate container be8f0df2ea0e 08:24:20 ---> bf4581d6079a 08:24:20 Step 6/8 : WORKDIR /device-virtual-go 08:24:20 ---> Running in a59856b1963c 08:24:20 Removing intermediate container a59856b1963c 08:24:20 ---> aedf2ca08991 08:24:20 Step 7/8 : COPY . . 08:24:21 ---> c4ebe24aaf16 08:24:21 Step 8/8 : RUN go mod download 08:24:21 ---> Running in 8b46c6788dca 08:24:23 bca2f99d35d6: Pull complete 08:24:23 93359f2a8cfa: Pull complete 08:24:24 7c6f9722023f: Pull complete 08:24:34 a35cf1a2eb13: Pull complete 08:24:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:24:34 ---> a62c8e92a672 08:24:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:24:34 ---> Running in cff3d12d56e7 08:24:34 Removing intermediate container cff3d12d56e7 08:24:34 ---> d490adeebf9b 08:24:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:34 ---> Running in c0feb631b417 08:24:34 Removing intermediate container c0feb631b417 08:24:34 ---> d9d06fb717d8 08:24:34 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:24:34 ---> Running in 90b922162c07 08:24:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:24:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:24:37 (1/14) Installing libmagic (5.38-r0) 08:24:37 (2/14) Installing file (5.38-r0) 08:24:37 (3/14) Installing libc-dev (0.7.2-r3) 08:24:37 (4/14) Installing g++ (9.3.0-r2) 08:24:40 (5/14) Installing fortify-headers (1.1-r0) 08:24:40 (6/14) Installing patch (2.7.6-r6) 08:24:40 (7/14) Installing build-base (0.5-r2) 08:24:41 (8/14) Installing openssh-keygen (8.3_p1-r1) 08:24:41 (9/14) Installing libedit (20191231.3.1-r0) 08:24:41 (10/14) Installing openssh-client (8.3_p1-r1) 08:24:41 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 08:24:41 (12/14) Installing openssh-server-common (8.3_p1-r1) 08:24:41 (13/14) Installing openssh-server (8.3_p1-r1) 08:24:42 (14/14) Installing openssh (8.3_p1-r1) 08:24:42 Executing busybox-1.31.1-r19.trigger 08:24:42 OK: 237 MiB in 53 packages 08:24:45 Removing intermediate container 90b922162c07 08:24:45 ---> b6c7136f9102 08:24:45 Step 6/8 : WORKDIR /device-virtual-go 08:24:45 ---> Running in 0d2f562777bd 08:24:46 Removing intermediate container 0d2f562777bd 08:24:46 ---> 6db274c2dba7 08:24:46 Step 7/8 : COPY . . 08:24:46 ---> af9621ad75e7 08:24:46 Step 8/8 : RUN go mod download 08:24:46 ---> Running in 85a0ec0f6ebc 08:24:48 Removing intermediate container 8b46c6788dca 08:24:48 ---> 4e824103078c 08:24:48 Successfully built 4e824103078c 08:24:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:24:48 + docker inspect -f . ci-base-image-arm64 08:24:48 . [Pipeline] withDockerContainer 08:24:48 prd-ubuntu18.04-docker-arm64-4c-16g-17053 does not seem to be running inside a container 08:24:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:24:50 $ docker top f1a08e9ebfd5981cd3c90e892c3779669db0cdb5c7ec017ee1e6e17f8d275752 -eo pid,comm [Pipeline] { [Pipeline] sh 08:24:51 + go version 08:24:51 go version go1.15.5 linux/arm64 [Pipeline] } 08:24:51 $ docker stop --time=1 f1a08e9ebfd5981cd3c90e892c3779669db0cdb5c7ec017ee1e6e17f8d275752 08:24:53 $ docker rm -f f1a08e9ebfd5981cd3c90e892c3779669db0cdb5c7ec017ee1e6e17f8d275752 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:24:54 + docker inspect -f . ci-base-image-arm64 08:24:54 . [Pipeline] withDockerContainer 08:24:54 prd-ubuntu18.04-docker-arm64-4c-16g-17053 does not seem to be running inside a container 08:24:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:24:56 $ docker top 0f0ec1fc8ed9c9a4a552ff3602664b7eccd8ae69bb2005b4b4b452413aed6930 -eo pid,comm [Pipeline] { [Pipeline] sh 08:24:57 + make test 08:24:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:24:58 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:25:09 Removing intermediate container 85a0ec0f6ebc 08:25:09 ---> dd576172dbd5 08:25:09 Successfully built dd576172dbd5 08:25:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:25:09 + docker inspect -f . ci-base-image-x86_64 08:25:09 . [Pipeline] withDockerContainer 08:25:09 prd-centos7-docker-4c-2g-17054 does not seem to be running inside a container 08:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:25:10 $ docker top e236d81e70f754adef36a7390afd9cc6da177ebeccccb20acafa91f95574d8a4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:11 + go version 08:25:11 go version go1.15.5 linux/amd64 [Pipeline] } 08:25:11 $ docker stop --time=1 e236d81e70f754adef36a7390afd9cc6da177ebeccccb20acafa91f95574d8a4 08:25:12 $ docker rm -f e236d81e70f754adef36a7390afd9cc6da177ebeccccb20acafa91f95574d8a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:13 + docker inspect -f . ci-base-image-x86_64 08:25:13 . [Pipeline] withDockerContainer 08:25:13 prd-centos7-docker-4c-2g-17054 does not seem to be running inside a container 08:25:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:25:14 $ docker top ae3a68b3b49503fc64b28c2c812e80f46214aa196ff98a589eba3502d6db2f56 -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:14 + make test 08:25:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:25:15 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:25:30 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 08:25:31 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.367s coverage: 64.4% of statements 08:25:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:25:35 gofmt -l . 08:25:35 [ "`gofmt -l .`" = "" ] 08:25:35 ./bin/test-attribution-txt.sh 08:25:35 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:25:36 $ docker stop --time=1 ae3a68b3b49503fc64b28c2c812e80f46214aa196ff98a589eba3502d6db2f56 08:25:37 $ docker rm -f ae3a68b3b49503fc64b28c2c812e80f46214aa196ff98a589eba3502d6db2f56 [Pipeline] // withDockerContainer [Pipeline] sh 08:25:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:25:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:25:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:25:41 + ls -al . 08:25:41 total 128 08:25:41 drwxrwxr-x. 7 jenkins jenkins 4096 Dec 21 08:25 . 08:25:41 drwxrwxr-x. 4 jenkins jenkins 28 Dec 21 08:24 .. 08:25:41 -rw-rw-r--. 1 jenkins jenkins 6713 Dec 21 08:24 Attribution.txt 08:25:41 drwxrwxr-x. 2 jenkins jenkins 64 Dec 21 08:24 bin 08:25:41 drwxrwxr-x. 3 jenkins jenkins 32 Dec 21 08:24 cmd 08:25:41 -rw-r--r--. 1 jenkins jenkins 47242 Dec 21 08:25 coverage.out 08:25:41 -rw-rw-r--. 1 jenkins jenkins 1834 Dec 21 08:24 Dockerfile 08:25:41 -rw-rw-r--. 1 jenkins jenkins 957 Dec 21 08:24 Dockerfile.build 08:25:41 drwxrwxr-x. 8 jenkins jenkins 179 Dec 21 08:24 .git 08:25:41 drwxrwxr-x. 2 jenkins jenkins 60 Dec 21 08:24 .github 08:25:41 -rw-rw-r--. 1 jenkins jenkins 258 Dec 21 08:24 .gitignore 08:25:41 -rw-r--r--. 1 jenkins jenkins 203 Dec 21 08:25 go.mod 08:25:41 -rw-r--r--. 1 jenkins jenkins 16566 Dec 21 08:25 go.sum 08:25:41 drwxrwxr-x. 3 jenkins jenkins 20 Dec 21 08:24 internal 08:25:41 -rw-rw-r--. 1 jenkins jenkins 660 Dec 21 08:24 Jenkinsfile 08:25:41 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 21 08:24 LICENSE 08:25:41 -rw-rw-r--. 1 jenkins jenkins 873 Dec 21 08:24 Makefile 08:25:41 -rw-rw-r--. 1 jenkins jenkins 918 Dec 21 08:24 README.md 08:25:41 -rw-rw-r--. 1 jenkins jenkins 5 Dec 21 08:21 VERSION 08:25:41 -rw-rw-r--. 1 jenkins jenkins 235 Dec 21 08:24 version.go [Pipeline] isUnix [Pipeline] sh 08:25:42 + 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=9ad39bae88b93a0c2a391db80e56000430658b19 --label arch=amd64 --label version=0.0.0 . 08:25:42 Sending build context to Docker daemon 546.8kB 08:25:42 Step 1/22 : ARG BASE=golang:1.15-alpine 08:25:42 Step 2/22 : FROM ${BASE} AS builder 08:25:42 ---> dd576172dbd5 08:25:42 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 08:25:42 ---> Running in c0f2de5c9e5a 08:25:42 Removing intermediate container c0f2de5c9e5a 08:25:42 ---> 6a448d280d1d 08:25:42 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 08:25:42 ---> Running in ece4d7ff5069 08:25:42 Removing intermediate container ece4d7ff5069 08:25:42 ---> b291e1a25041 08:25:42 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 08:25:42 ---> Running in 4ca2ee5e54f4 08:25:43 Removing intermediate container 4ca2ee5e54f4 08:25:43 ---> 2f1d6b9566a5 08:25:43 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:43 ---> Running in 94e4304890b2 08:25:44 Removing intermediate container 94e4304890b2 08:25:44 ---> 3397cdd3683b 08:25:44 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:25:44 ---> Running in facacf70aae9 08:25:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:25:45 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 08:25:45 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.506s coverage: 64.4% of statements 08:25:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:25:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:25:45 OK: 237 MiB in 53 packages 08:25:46 Removing intermediate container facacf70aae9 08:25:46 ---> b8740472f91b 08:25:46 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 08:25:46 ---> Running in 328e8d20d960 08:25:46 Removing intermediate container 328e8d20d960 08:25:46 ---> 2b25ec97ddc6 08:25:46 Step 9/22 : COPY . . 08:25:47 ---> 2fc02e4a32d8 08:25:47 Step 10/22 : ARG MAKE='make build' 08:25:47 ---> Running in 9d806eb2ef78 08:25:47 Removing intermediate container 9d806eb2ef78 08:25:47 ---> bafbb53631f8 08:25:47 Step 11/22 : RUN $MAKE 08:25:47 ---> Running in bf1324067d8e 08:25:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 08:25:51 gofmt -l . 08:25:51 [ "`gofmt -l .`" = "" ] 08:25:51 ./bin/test-attribution-txt.sh 08:25:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:25:52 $ docker stop --time=1 0f0ec1fc8ed9c9a4a552ff3602664b7eccd8ae69bb2005b4b4b452413aed6930 08:25:54 $ docker rm -f 0f0ec1fc8ed9c9a4a552ff3602664b7eccd8ae69bb2005b4b4b452413aed6930 [Pipeline] // withDockerContainer [Pipeline] sh 08:25:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:25:55 Warning: overwriting stash ‘coverage-report’ 08:25:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:25:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:25:57 + ls -al . 08:25:57 total 152 08:25:57 drwxrwxr-x 7 jenkins jenkins 4096 Dec 21 08:25 . 08:25:57 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 08:23 .. 08:25:57 drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 08:23 .git 08:25:57 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 08:23 .github 08:25:57 -rw-rw-r-- 1 jenkins jenkins 258 Dec 21 08:23 .gitignore 08:25:57 -rw-rw-r-- 1 jenkins jenkins 6713 Dec 21 08:23 Attribution.txt 08:25:57 -rw-rw-r-- 1 jenkins jenkins 1834 Dec 21 08:23 Dockerfile 08:25:57 -rw-rw-r-- 1 jenkins jenkins 957 Dec 21 08:23 Dockerfile.build 08:25:57 -rw-rw-r-- 1 jenkins jenkins 660 Dec 21 08:23 Jenkinsfile 08:25:57 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 21 08:23 LICENSE 08:25:57 -rw-rw-r-- 1 jenkins jenkins 873 Dec 21 08:23 Makefile 08:25:57 -rw-rw-r-- 1 jenkins jenkins 918 Dec 21 08:23 README.md 08:25:57 -rw-rw-r-- 1 jenkins jenkins 5 Dec 21 08:21 VERSION 08:25:57 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 08:23 bin 08:25:57 drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 08:23 cmd 08:25:57 -rw-r--r-- 1 jenkins jenkins 47242 Dec 21 08:25 coverage.out 08:25:57 -rw-r--r-- 1 jenkins jenkins 203 Dec 21 08:25 go.mod 08:25:57 -rw-r--r-- 1 jenkins jenkins 16566 Dec 21 08:25 go.sum 08:25:57 drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 08:23 internal 08:25:57 -rw-rw-r-- 1 jenkins jenkins 235 Dec 21 08:23 version.go [Pipeline] isUnix [Pipeline] sh 08:25:58 + 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=9ad39bae88b93a0c2a391db80e56000430658b19 --label arch=arm64 --label version=0.0.0 . 08:25:58 Sending build context to Docker daemon 545.8kB 08:25:58 Step 1/22 : ARG BASE=golang:1.15-alpine 08:25:58 Step 2/22 : FROM ${BASE} AS builder 08:25:58 ---> 4e824103078c 08:25:58 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 08:25:59 ---> Running in 95b881e9f016 08:25:59 Removing intermediate container 95b881e9f016 08:25:59 ---> b985c5afc7e8 08:25:59 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 08:25:59 ---> Running in 152ec71d7a05 08:25:59 Removing intermediate container 152ec71d7a05 08:25:59 ---> 80b188190508 08:25:59 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 08:25:59 ---> Running in 72fdc712549e 08:25:59 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:26:00 Removing intermediate container 72fdc712549e 08:26:00 ---> 203f0b2230c6 08:26:00 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:26:00 ---> Running in c33e3bff0eaa 08:26:02 Removing intermediate container c33e3bff0eaa 08:26:02 ---> eb3db3a937cf 08:26:02 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:26:02 ---> Running in aa958072c097 08:26:03 Removing intermediate container bf1324067d8e 08:26:03 ---> 1c044ac1be88 08:26:03 Step 12/22 : FROM alpine 08:26:03 latest: Pulling from library/alpine 08:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:26:03 801bfaa63ef2: Pulling fs layer 08:26:04 801bfaa63ef2: Verifying Checksum 08:26:04 801bfaa63ef2: Download complete 08:26:04 801bfaa63ef2: Pull complete 08:26:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:26:04 Status: Downloaded newer image for alpine:latest 08:26:04 ---> 389fef711851 08:26:04 Step 13/22 : ENV APP_PORT=49990 08:26:04 ---> Running in 4d9dace54eda 08:26:04 Removing intermediate container 4d9dace54eda 08:26:04 ---> c7f3dcf4cbd3 08:26:04 Step 14/22 : EXPOSE $APP_PORT 08:26:04 ---> Running in cabef0897f2e 08:26:04 Removing intermediate container cabef0897f2e 08:26:04 ---> 4a2ebd8dfae8 08:26:04 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 08:26:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:26:05 OK: 221 MiB in 53 packages 08:26:05 ---> 9aeb6496bd5c 08:26:05 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 08:26:05 ---> 331e7d3205a3 08:26:05 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 08:26:05 ---> cd54043d25e0 08:26:05 Step 18/22 : ENTRYPOINT ["/device-virtual"] 08:26:05 ---> Running in 21a97649ab11 08:26:06 Removing intermediate container 21a97649ab11 08:26:06 ---> 39409aa668b1 08:26:06 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:26:06 ---> Running in da6b0c355693 08:26:06 Removing intermediate container da6b0c355693 08:26:06 ---> 6805eac9d370 08:26:06 Step 20/22 : LABEL arch=amd64 08:26:06 Removing intermediate container aa958072c097 08:26:06 ---> df8eb03f2a50 08:26:06 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 08:26:06 ---> Running in 4582fb0a19cc 08:26:06 Removing intermediate container 4582fb0a19cc 08:26:06 ---> 6110f2860785 08:26:06 Step 21/22 : LABEL git_sha=9ad39bae88b93a0c2a391db80e56000430658b19 08:26:06 ---> Running in fe6a3602eb77 08:26:06 ---> Running in 8309ac2ab93f 08:26:06 Removing intermediate container fe6a3602eb77 08:26:06 ---> c85e0147e8e9 08:26:06 Step 22/22 : LABEL version=0.0.0 08:26:06 ---> Running in 1f55a59b70b1 08:26:06 Removing intermediate container 8309ac2ab93f 08:26:06 ---> 6dde4819a3e7 08:26:06 Step 9/22 : COPY . . 08:26:06 Removing intermediate container 1f55a59b70b1 08:26:06 ---> 1d2a79f5ba6c 08:26:06 [Warning] One or more build-args [ARCH] were not consumed 08:26:06 Successfully built 1d2a79f5ba6c 08:26:06 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] } 08:26:07 ---> a2d6f20407b6 08:26:07 Step 10/22 : ARG MAKE='make build' 08:26:07 ---> Running in 5c5339a3f793 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:26:08 Removing intermediate container 5c5339a3f793 08:26:08 ---> c80b5966e518 08:26:08 Step 11/22 : RUN $MAKE 08:26:08 ---> Running in 78560ea9975b 08:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 08:26:41 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:26:50 Removing intermediate container 78560ea9975b 08:26:50 ---> 36e8616e3d9b 08:26:50 Step 12/22 : FROM alpine 08:26:50 latest: Pulling from library/alpine 08:26:50 159e5727ea61: Pulling fs layer 08:26:50 159e5727ea61: Verifying Checksum 08:26:50 159e5727ea61: Download complete 08:26:51 159e5727ea61: Pull complete 08:26:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:26:51 Status: Downloaded newer image for alpine:latest 08:26:51 ---> afeebe901d6b 08:26:51 Step 13/22 : ENV APP_PORT=49990 08:26:51 ---> Running in 7f29d11e218c 08:26:52 Removing intermediate container 7f29d11e218c 08:26:52 ---> 9c294eeea1d0 08:26:52 Step 14/22 : EXPOSE $APP_PORT 08:26:52 ---> Running in 2e7438b1384c 08:26:52 Removing intermediate container 2e7438b1384c 08:26:52 ---> f90326e75b64 08:26:52 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 08:26:54 ---> ce84c3a42be9 08:26:54 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 08:26:54 ---> d8c8ad027b34 08:26:54 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 08:26:55 ---> 318efe4fed91 08:26:55 Step 18/22 : ENTRYPOINT ["/device-virtual"] 08:26:55 ---> Running in 92cb654cacc5 08:26:56 Removing intermediate container 92cb654cacc5 08:26:56 ---> 47352ff0fc7e 08:26:56 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:26:56 ---> Running in 7d69740cb287 08:26:56 Removing intermediate container 7d69740cb287 08:26:56 ---> 8a6f6fcd47fd 08:26:56 Step 20/22 : LABEL arch=arm64 08:26:56 ---> Running in dc444519845a 08:26:57 Removing intermediate container dc444519845a 08:26:57 ---> e95c8b4d7b3c 08:26:57 Step 21/22 : LABEL git_sha=9ad39bae88b93a0c2a391db80e56000430658b19 08:26:57 ---> Running in c93c266fcb0a 08:26:57 Removing intermediate container c93c266fcb0a 08:26:57 ---> 5a986d8d6a4b 08:26:57 Step 22/22 : LABEL version=0.0.0 08:26:57 ---> Running in 28a7f013469a 08:26:58 Removing intermediate container 28a7f013469a 08:26:58 ---> 540bf6098172 08:26:58 [Warning] One or more build-args [ARCH] were not consumed 08:26:58 Successfully built 540bf6098172 08:26:58 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 08:27:00 provisioning config files... 08:27:00 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-155@tmp/config673401828496861007tmp [Pipeline] { [Pipeline] sh 08:27:00 + set +x 08:27:00 + curl -s https://codecov.io/bash 08:27:00 + bash -s -- 08:27:00 08:27:00 _____ _ 08:27:00 / ____| | | 08:27:00 | | ___ __| | ___ ___ _____ __ 08:27:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:27:00 | |___| (_) | (_| | __/ (_| (_) \ V / 08:27:00 \_____\___/ \__,_|\___|\___\___/ \_/ 08:27:00 Bash-20201217-3d3df35 08:27:00 08:27:00 08:27:00 git version 2.24.3 found 08:27:00 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 08:27:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:27:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 08:27:00 ==> Jenkins CI detected. 08:27:00 project root: . 08:27:00 --> token set from env 08:27:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:27:00 ==> Running gcov in . (disable via -X gcov) 08:27:00 ==> Python coveragepy not found 08:27:00 ==> Searching for coverage reports in: 08:27:00 + . 08:27:00 -> Found 1 reports 08:27:00 ==> Detecting git/mercurial file structure 08:27:00 ==> Reading reports 08:27:00 + ./coverage.out bytes=47242 08:27:00 ==> Appending adjustments 08:27:00 https://docs.codecov.io/docs/fixing-reports 08:27:01 + Found adjustments 08:27:01 ==> Gzipping contents 08:27:01 8.0K /tmp/codecov.Wy56fr.gz 08:27:01 ==> Uploading reports 08:27:01 url: https://codecov.io 08:27:01 query: branch=PR-155&commit=9ad39bae88b93a0c2a391db80e56000430658b19&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=155&job=&cmd_args= 08:27:01 -> Pinging Codecov 08:27:01 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-155&commit=9ad39bae88b93a0c2a391db80e56000430658b19&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-155%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=155&job=&cmd_args= 08:27:01 -> Uploading to 08:27:01 https://storage.googleapis.com/codecov/v4/raw/2020-12-21/5E52B4B073DB2E39498172D8E973AA87/9ad39bae88b93a0c2a391db80e56000430658b19/e832689a-c258-4f13-846e-de583cac0cae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201221T082701Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0d3340ef770f29c734067ffd2fb8d2bf0145ce09884f453ec34f8deae5f27431 08:27:01 % Total % Received % Xferd Average Speed Time Time Time Current 08:27:01 Dload Upload Total Spent Left Speed 08:27:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5814 0 0 100 5814 0 12286 --:--:-- --:--:-- --:--:-- 12291 08:27:01 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/9ad39bae88b93a0c2a391db80e56000430658b19 [Pipeline] } 08:27:01 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 08:27:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:27:05 ---> package-listing.sh 08:27:05 ++ facter osfamily 08:27:05 ++ tr '[:upper:]' '[:lower:]' 08:27:05 + OS_FAMILY=redhat 08:27:05 + workspace=/w/workspace/foundry_device-virtual-go_PR-155 08:27:05 + START_PACKAGES=/tmp/packages_start.txt 08:27:05 + END_PACKAGES=/tmp/packages_end.txt 08:27:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:27:05 + PACKAGES=/tmp/packages_start.txt 08:27:05 + '[' /w/workspace/foundry_device-virtual-go_PR-155 ']' 08:27:05 + PACKAGES=/tmp/packages_end.txt 08:27:05 + case "${OS_FAMILY}" in 08:27:05 + rpm -qa 08:27:05 + sort 08:27:10 + '[' -f /tmp/packages_start.txt ']' 08:27:10 + '[' -f /tmp/packages_end.txt ']' 08:27:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:27:10 + '[' /w/workspace/foundry_device-virtual-go_PR-155 ']' 08:27:10 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-155/archives/ 08:27:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-155/archives/ [Pipeline] echo 08:27:10 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-155/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:27:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:27:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:10 08:27:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:27:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:11 alpine: Pulling from edgex-lftools-log-publisher 08:27:11 df20fa9351a1: Pulling fs layer 08:27:11 36b3adc4ff6f: Pulling fs layer 08:27:11 8ad3a11d3b57: Pulling fs layer 08:27:11 46f8f816bc3b: Pulling fs layer 08:27:11 93b61091891f: Pulling fs layer 08:27:11 93b9cdb0e59b: Pulling fs layer 08:27:11 5e14af77c1be: Pulling fs layer 08:27:11 01666e4c0597: Pulling fs layer 08:27:11 aa168da1d23b: Pulling fs layer 08:27:11 93b9cdb0e59b: Waiting 08:27:11 5e14af77c1be: Waiting 08:27:11 01666e4c0597: Waiting 08:27:11 aa168da1d23b: Waiting 08:27:11 46f8f816bc3b: Waiting 08:27:11 93b61091891f: Waiting 08:27:11 36b3adc4ff6f: Verifying Checksum 08:27:11 36b3adc4ff6f: Download complete 08:27:11 46f8f816bc3b: Verifying Checksum 08:27:11 46f8f816bc3b: Download complete 08:27:11 df20fa9351a1: Verifying Checksum 08:27:11 df20fa9351a1: Download complete 08:27:11 93b9cdb0e59b: Verifying Checksum 08:27:11 93b9cdb0e59b: Download complete 08:27:11 5e14af77c1be: Verifying Checksum 08:27:11 5e14af77c1be: Download complete 08:27:11 93b61091891f: Verifying Checksum 08:27:11 93b61091891f: Download complete 08:27:11 01666e4c0597: Verifying Checksum 08:27:11 01666e4c0597: Download complete 08:27:11 df20fa9351a1: Pull complete 08:27:12 36b3adc4ff6f: Pull complete 08:27:12 8ad3a11d3b57: Verifying Checksum 08:27:12 8ad3a11d3b57: Download complete 08:27:13 8ad3a11d3b57: Pull complete 08:27:13 46f8f816bc3b: Pull complete 08:27:13 93b61091891f: Pull complete 08:27:14 aa168da1d23b: Verifying Checksum 08:27:14 aa168da1d23b: Download complete 08:27:14 93b9cdb0e59b: Pull complete 08:27:14 5e14af77c1be: Pull complete 08:27:14 01666e4c0597: Pull complete 08:27:22 aa168da1d23b: Pull complete 08:27:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:27:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:27:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:27:22 prd-centos7-docker-4c-2g-17052 does not seem to be running inside a container 08:27:22 $ 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-155/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-155 -v /w/workspace/foundry_device-virtual-go_PR-155:/w/workspace/foundry_device-virtual-go_PR-155:rw,z -v /w/workspace/foundry_device-virtual-go_PR-155@tmp:/w/workspace/foundry_device-virtual-go_PR-155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:27:25 $ docker top 1f50d6c074802bd218dc8da574484e892f5c7b5d463b3aa0575ba32fd72601e2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:27:26 + touch /tmp/pre-build-complete [Pipeline] sh 08:27:26 + mkdir -p /var/log/sa [Pipeline] sh 08:27:26 + ls /var/log/sa-host 08:27:26 + sadf -c /var/log/sa-host/sa21 08:27:26 file_magic: OK 08:27:26 HZ: Using current value: 100 08:27:26 file_header: OK 08:27:26 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 08:27:26 Statistics: 08:27:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:27:26 File successfully converted to sysstat format version 12.2.1 08:27:26 + sadf -c /var/log/sa-host/sa23 08:27:26 file_magic: OK 08:27:26 HZ: Using current value: 100 08:27:26 file_header: OK 08:27:26 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 08:27:26 Statistics: 08:27:26 Hnuu...uuuununununu... 08:27:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:27:27 provisioning config files... 08:27:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-155@tmp/config5032274175070908358tmp [Pipeline] { [Pipeline] echo 08:27:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:27:27 ---> create-netrc.sh [Pipeline] } 08:27:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:27:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:27:28 ---> python-tools-install.sh [Pipeline] echo 08:27:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:27:28 ---> sudo-logs.sh 08:27:28 Archiving 'sudo' log.. [Pipeline] echo 08:27:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:27:28 ---> job-cost.sh 08:27:28 lf-activate-venv: SKIPPING 08:27:28 INFO: No Stack... 08:27:29 INFO: Retrieving Pricing Info for: v1-standard-2 08:27:30 INFO: Archiving Costs [Pipeline] echo 08:27:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:27:30 ---> logs-deploy.sh 08:27:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-155/3 08:27:30 INFO: archiving workspace using pattern(s): 08:27:32 Archives upload complete. 08:27:32 INFO: archiving logs to Nexus