Branch indexing 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 f2a07c55ff48285d13d0ef27034f6295deadfd6a+bdf1cd5a2d4a5f1f1834e794e258934dca5f302b (8d42603705c667630c599b551f2844549fdfec6a) 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 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-22070 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 f2a07c55ff48285d13d0ef27034f6295deadfd6a Merge succeeded, producing ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e Checking out Revision ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e (PR-161) > git config core.sparsecheckout # timeout=10 > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # 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 ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e # timeout=10 Commit message: "Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:13:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:13:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:13:32 ========================================================= 00:13:32 EdgeX Global Pipelines Version Info 00:13:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 60ac99850c12819fd90b17594af123d46e347057 # timeout=10 00:13:33 ------------------- 00:13:33 stable info: 00:13:33 ------------------- 00:13:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:13:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:13:33 Message: update stable to v1.0.179 00:13:34 ------------------- 00:13:34 experimental info: 00:13:34 ------------------- 00:13:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:13:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:13:34 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:13:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:13:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:13:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-161 [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-161 [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-161 [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [Pipeline] echo 00:13:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ff6df10 [Pipeline] echo 00:13:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:13:38 provisioning config files... 00:13:38 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config1774352100420777404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:13:38 ---> docker-login.sh 00:13:38 nexus3.edgexfoundry.org:10001 00:13:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:38 Configure a credential helper to remove this warning. See 00:13:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:38 00:13:38 Login Succeeded 00:13:38 nexus3.edgexfoundry.org:10002 00:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:39 Configure a credential helper to remove this warning. See 00:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:39 00:13:39 Login Succeeded 00:13:39 nexus3.edgexfoundry.org:10003 00:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:39 Configure a credential helper to remove this warning. See 00:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:39 00:13:39 Login Succeeded 00:13:39 nexus3.edgexfoundry.org:10004 00:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:39 Configure a credential helper to remove this warning. See 00:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:39 00:13:39 Login Succeeded 00:13:39 docker.io 00:13:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:13:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:13:39 Configure a credential helper to remove this warning. See 00:13:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:13:39 00:13:39 Login Succeeded 00:13:39 ---> docker-login.sh ends [Pipeline] } 00:13:39 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 00:13:40 + git log --format=format:%s -1 ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [Pipeline] echo 00:13:41 GIT_COMMIT: ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e, Commit Message: Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD [Pipeline] echo 00:13:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:13:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:42 00:13:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:13:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:42 latest: Pulling from edgex-devops/git-semver 00:13:42 31603596830f: Pulling fs layer 00:13:42 2a8b12db71e7: Pulling fs layer 00:13:42 6ca5941a6612: Pulling fs layer 00:13:42 ecc8261a40a4: Pulling fs layer 00:13:42 ecc8261a40a4: Waiting 00:13:42 2a8b12db71e7: Verifying Checksum 00:13:42 2a8b12db71e7: Download complete 00:13:42 31603596830f: Verifying Checksum 00:13:42 31603596830f: Download complete 00:13:42 ecc8261a40a4: Verifying Checksum 00:13:42 ecc8261a40a4: Download complete 00:13:42 6ca5941a6612: Verifying Checksum 00:13:42 6ca5941a6612: Download complete 00:13:43 31603596830f: Pull complete 00:13:43 2a8b12db71e7: Pull complete 00:13:44 6ca5941a6612: Pull complete 00:13:44 ecc8261a40a4: Pull complete 00:13:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:13:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:13:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:13:44 prd-centos7-docker-4c-2g-22070 does not seem to be running inside a container 00:13:44 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:13:46 $ docker top 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:13:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:46 [ssh-agent] Looking for ssh-agent implementation... 00:13:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:47 $ docker exec 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent 00:13:47 SSH_AUTH_SOCK=/tmp/ssh-lArrVaxALYFk/agent.11 00:13:47 SSH_AGENT_PID=17 00:13:47 Running ssh-add (command line suppressed) 00:13:47 Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_322702665921219207.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_322702665921219207.key) 00:13:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:47 + git tag --points-at HEAD [Pipeline] } 00:13:47 $ docker exec --env ******** --env ******** 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent -k 00:13:47 unset SSH_AUTH_SOCK; 00:13:47 unset SSH_AGENT_PID; 00:13:47 echo Agent pid 17 killed; 00:13:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:13:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:13:48 [ssh-agent] Looking for ssh-agent implementation... 00:13:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:13:48 $ docker exec 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent 00:13:48 SSH_AUTH_SOCK=/tmp/ssh-StVDsVzE2sZX/agent.45 00:13:48 SSH_AGENT_PID=51 00:13:48 Running ssh-add (command line suppressed) 00:13:48 Identity added: /w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_6717710892803000189.key (/w/workspace/foundry_device-virtual-go_PR-161@tmp/private_key_6717710892803000189.key) 00:13:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:13:48 + git semver init 00:13:48 # -> Open(): unable to determine branch for HEAD 00:13:48 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.git 00:13:48 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-161 00:13:48 # $SEMVER_REMOTE_NAME = origin 00:13:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:13:48 # $SEMVER_USER_NAME = edgex-jenkins 00:13:48 # $SEMVER_BRANCH = PR-161 00:13:48 # $SEMVER_TEMP = /tmp/semver-333741236 00:13:48 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 00:13:49 # '/tmp/semver-333741236' -> '/w/workspace/foundry_device-virtual-go_PR-161/.semver' 00:13:49 # -> Force: false 00:13:49 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-161/.semver [Pipeline] } 00:13:49 $ docker exec --env ******** --env ******** 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e ssh-agent -k 00:13:49 unset SSH_AUTH_SOCK; 00:13:49 unset SSH_AGENT_PID; 00:13:49 echo Agent pid 51 killed; 00:13:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:13:49 + git semver [Pipeline] } 00:13:49 $ docker stop --time=1 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e 00:13:51 $ docker rm -f 185809fa51a4c558fec69ac9eddf197f0f23f83c81cb9f9637b60bd72d85c22e [Pipeline] // withDockerContainer [Pipeline] sh 00:13:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:13:52 Stashed 1 file(s) [Pipeline] echo 00:13:52 [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 00:14:07 Still waiting to schedule task 00:14:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:14:07 Still waiting to schedule task 00:14:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 00:15:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22071 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws 00:15:54 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout 00:16:00 using credential edgex-jenkins-ssh 00:16:00 Cloning the remote Git repository 00:16:00 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 00:16:00 > git init /w/workspace/device-virtual-go/3 # timeout=10 00:16:00 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:16:00 > git --version # timeout=10 00:16:00 > git --version # 'git version 2.17.1' 00:16:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:16:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:16:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:16:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:01 > 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 00:16:02 Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a 00:16:02 Merge succeeded, producing 1053bb0096fbe173b41b4329b057ac91080c6b30 00:16:02 Checking out Revision 1053bb0096fbe173b41b4329b057ac91080c6b30 (PR-161) 00:16:02 > git config core.sparsecheckout # timeout=10 00:16:02 > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 00:16:02 > git remote # timeout=10 00:16:02 > git config --get remote.origin.url # timeout=10 00:16:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:02 > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 00:16:02 > git rev-parse HEAD^{commit} # timeout=10 00:16:02 > git config core.sparsecheckout # timeout=10 00:16:02 > git checkout -f 1053bb0096fbe173b41b4329b057ac91080c6b30 # timeout=10 00:16:07 Commit message: "Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD" 00:16:07 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:16:07 > git rev-list --no-walk 60ac99850c12819fd90b17594af123d46e347057 # timeout=10 00:16:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:16:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:16:09 + + truesudo 00:16:09 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:16:11 provisioning config files... 00:16:11 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config7488869567196495242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:12 ---> docker-login.sh 00:16:12 nexus3.edgexfoundry.org:10001 00:16:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:13 Configure a credential helper to remove this warning. See 00:16:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:13 00:16:13 Login Succeeded 00:16:13 nexus3.edgexfoundry.org:10002 00:16:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:13 Configure a credential helper to remove this warning. See 00:16:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:13 00:16:13 Login Succeeded 00:16:13 nexus3.edgexfoundry.org:10003 00:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:14 Configure a credential helper to remove this warning. See 00:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:14 00:16:14 Login Succeeded 00:16:14 nexus3.edgexfoundry.org:10004 00:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:14 Configure a credential helper to remove this warning. See 00:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:14 00:16:14 Login Succeeded 00:16:14 docker.io 00:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:15 Configure a credential helper to remove this warning. See 00:16:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:15 00:16:15 Login Succeeded 00:16:15 ---> docker-login.sh ends [Pipeline] } 00:16:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:16:16 ========================================================= 00:16:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:16:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:16:16 + 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 . 00:16:16 Sending build context to Docker daemon 478.2kB 00:16:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:16:16 Step 2/8 : FROM ${BASE} 00:16:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:16:17 5f621e34cdf4: Pulling fs layer 00:16:17 a4357932f1b6: Pulling fs layer 00:16:17 18c013af1878: Pulling fs layer 00:16:17 00ac8860ef70: Pulling fs layer 00:16:17 63d7cb157983: Pulling fs layer 00:16:17 b116817d02f9: Pulling fs layer 00:16:17 745a02a5169b: Pulling fs layer 00:16:17 63d7cb157983: Waiting 00:16:17 00ac8860ef70: Waiting 00:16:17 b116817d02f9: Waiting 00:16:17 745a02a5169b: Waiting 00:16:17 18c013af1878: Download complete 00:16:17 a4357932f1b6: Verifying Checksum 00:16:17 a4357932f1b6: Download complete 00:16:17 63d7cb157983: Verifying Checksum 00:16:17 63d7cb157983: Download complete 00:16:17 b116817d02f9: Verifying Checksum 00:16:17 b116817d02f9: Download complete 00:16:17 5f621e34cdf4: Verifying Checksum 00:16:17 5f621e34cdf4: Download complete 00:16:17 5f621e34cdf4: Pull complete 00:16:18 a4357932f1b6: Pull complete 00:16:19 18c013af1878: Pull complete 00:16:19 745a02a5169b: Verifying Checksum 00:16:19 745a02a5169b: Download complete 00:16:21 00ac8860ef70: Verifying Checksum 00:16:21 00ac8860ef70: Download complete 00:16:23 Running on prd-centos7-docker-4c-2g-22072 in /w/workspace/foundry_device-virtual-go_PR-161 [Pipeline] { [Pipeline] ws 00:16:23 Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout 00:16:26 using credential edgex-jenkins-ssh 00:16:26 Cloning the remote Git repository 00:16:26 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 00:16:27 Merging remotes/origin/master commit bdf1cd5a2d4a5f1f1834e794e258934dca5f302b into PR head commit f2a07c55ff48285d13d0ef27034f6295deadfd6a 00:16:26 > git init /w/workspace/device-virtual-go/3 # timeout=10 00:16:26 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:16:26 > git --version # timeout=10 00:16:26 > git --version # 'git version 2.24.3' 00:16:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:16:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:16:26 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 00:16:26 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 00:16:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:26 > 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 00:16:27 > git config core.sparsecheckout # timeout=10 00:16:27 > git checkout -f f2a07c55ff48285d13d0ef27034f6295deadfd6a # timeout=10 00:16:27 Merge succeeded, producing 1d4f5c2a3db719284708f823d2b534f82d9ee4b4 00:16:27 Checking out Revision 1d4f5c2a3db719284708f823d2b534f82d9ee4b4 (PR-161) 00:16:27 > git remote # timeout=10 00:16:27 > git config --get remote.origin.url # timeout=10 00:16:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:16:27 > git merge bdf1cd5a2d4a5f1f1834e794e258934dca5f302b # timeout=10 00:16:27 > git rev-parse HEAD^{commit} # timeout=10 00:16:27 > git config core.sparsecheckout # timeout=10 00:16:27 > git checkout -f 1d4f5c2a3db719284708f823d2b534f82d9ee4b4 # timeout=10 00:16:31 Commit message: "Merge commit 'bdf1cd5a2d4a5f1f1834e794e258934dca5f302b' into HEAD" 00:16:31 First time build. Skipping changelog. 00:16:31 00ac8860ef70: Pull complete 00:16:31 63d7cb157983: Pull complete [Pipeline] withEnv [Pipeline] { 00:16:31 b116817d02f9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:16:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:16:31 > git rev-list --no-walk 60ac99850c12819fd90b17594af123d46e347057 # timeout=10 00:16:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:16:32 + sudo service docker restart 00:16:32 + true 00:16:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:16:34 provisioning config files... 00:16:34 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config6222226461881281161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:16:34 ---> docker-login.sh 00:16:34 nexus3.edgexfoundry.org:10001 00:16:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:34 Configure a credential helper to remove this warning. See 00:16:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:34 00:16:34 Login Succeeded 00:16:34 nexus3.edgexfoundry.org:10002 00:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:35 Configure a credential helper to remove this warning. See 00:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:35 00:16:35 Login Succeeded 00:16:35 nexus3.edgexfoundry.org:10003 00:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:35 Configure a credential helper to remove this warning. See 00:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:35 00:16:35 Login Succeeded 00:16:35 nexus3.edgexfoundry.org:10004 00:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:35 Configure a credential helper to remove this warning. See 00:16:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:35 00:16:35 Login Succeeded 00:16:35 docker.io 00:16:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:16:35 745a02a5169b: Pull complete 00:16:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:16:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:16:35 ---> b7e6874047d6 00:16:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:16:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:16:36 Configure a credential helper to remove this warning. See 00:16:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:16:36 00:16:36 Login Succeeded 00:16:36 ---> docker-login.sh ends [Pipeline] } 00:16:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:16:36 ========================================================= 00:16:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:16:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:16:36 + 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 . 00:16:36 Sending build context to Docker daemon 478.7kB 00:16:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:16:36 Step 2/8 : FROM ${BASE} 00:16:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:16:36 188c0c94c7c5: Pulling fs layer 00:16:36 0ef7d3d256c8: Pulling fs layer 00:16:36 de9db76c5a1d: Pulling fs layer 00:16:36 bca2f99d35d6: Pulling fs layer 00:16:36 93359f2a8cfa: Pulling fs layer 00:16:36 7c6f9722023f: Pulling fs layer 00:16:36 a35cf1a2eb13: Pulling fs layer 00:16:36 93359f2a8cfa: Waiting 00:16:36 7c6f9722023f: Waiting 00:16:36 a35cf1a2eb13: Waiting 00:16:36 bca2f99d35d6: Waiting 00:16:36 de9db76c5a1d: Verifying Checksum 00:16:36 de9db76c5a1d: Download complete 00:16:36 0ef7d3d256c8: Verifying Checksum 00:16:36 0ef7d3d256c8: Download complete 00:16:36 93359f2a8cfa: Verifying Checksum 00:16:36 93359f2a8cfa: Download complete 00:16:36 188c0c94c7c5: Verifying Checksum 00:16:36 188c0c94c7c5: Download complete 00:16:36 7c6f9722023f: Verifying Checksum 00:16:36 7c6f9722023f: Download complete 00:16:37 188c0c94c7c5: Pull complete 00:16:37 0ef7d3d256c8: Pull complete 00:16:37 de9db76c5a1d: Pull complete 00:16:37 ---> Running in be195459993e 00:16:38 Removing intermediate container be195459993e 00:16:38 ---> b52271fe8647 00:16:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:38 ---> Running in b5231be0d070 00:16:38 a35cf1a2eb13: Verifying Checksum 00:16:38 a35cf1a2eb13: Download complete 00:16:39 bca2f99d35d6: Verifying Checksum 00:16:39 bca2f99d35d6: Download complete 00:16:40 Removing intermediate container b5231be0d070 00:16:40 ---> 6b797fc73489 00:16:40 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:16:40 ---> Running in 4bd5220de140 00:16:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:16:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:16:43 (1/14) Installing libmagic (5.38-r0) 00:16:43 (2/14) Installing file (5.38-r0) 00:16:43 (3/14) Installing libc-dev (0.7.2-r3) 00:16:43 (4/14) Installing g++ (9.3.0-r2) 00:16:44 bca2f99d35d6: Pull complete 00:16:44 93359f2a8cfa: Pull complete 00:16:44 7c6f9722023f: Pull complete 00:16:47 (5/14) Installing fortify-headers (1.1-r0) 00:16:47 (6/14) Installing patch (2.7.6-r6) 00:16:47 (7/14) Installing build-base (0.5-r2) 00:16:47 (8/14) Installing openssh-keygen (8.3_p1-r1) 00:16:47 (9/14) Installing libedit (20191231.3.1-r0) 00:16:47 (10/14) Installing openssh-client (8.3_p1-r1) 00:16:48 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 00:16:48 (12/14) Installing openssh-server-common (8.3_p1-r1) 00:16:48 (13/14) Installing openssh-server (8.3_p1-r1) 00:16:48 (14/14) Installing openssh (8.3_p1-r1) 00:16:48 Executing busybox-1.31.1-r19.trigger 00:16:48 OK: 221 MiB in 53 packages 00:16:48 a35cf1a2eb13: Pull complete 00:16:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:16:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:16:48 ---> a62c8e92a672 00:16:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:16:48 ---> Running in 013ffbb3ace2 00:16:48 Removing intermediate container 013ffbb3ace2 00:16:48 ---> 9c28d1618cd2 00:16:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:16:49 ---> Running in fe1b475934f5 00:16:50 Removing intermediate container fe1b475934f5 00:16:50 ---> fbe502cea719 00:16:50 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:16:50 ---> Running in 2bf621af4846 00:16:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:16:51 (1/14) Installing libmagic (5.38-r0) 00:16:52 (2/14) Installing file (5.38-r0) 00:16:52 (3/14) Installing libc-dev (0.7.2-r3) 00:16:52 (4/14) Installing g++ (9.3.0-r2) 00:16:52 Removing intermediate container 4bd5220de140 00:16:52 ---> 1eadf9f551cd 00:16:52 Step 6/8 : WORKDIR /device-virtual-go 00:16:52 ---> Running in 908693a5ff64 00:16:53 Removing intermediate container 908693a5ff64 00:16:53 ---> e72fbf999f17 00:16:53 Step 7/8 : COPY . . 00:16:54 ---> 5b1c4dcd0fc8 00:16:54 Step 8/8 : RUN go mod download 00:16:54 ---> Running in b1fa31cbe363 00:16:57 (5/14) Installing fortify-headers (1.1-r0) 00:16:57 (6/14) Installing patch (2.7.6-r6) 00:16:57 (7/14) Installing build-base (0.5-r2) 00:16:57 (8/14) Installing openssh-keygen (8.3_p1-r1) 00:16:57 (9/14) Installing libedit (20191231.3.1-r0) 00:16:57 (10/14) Installing openssh-client (8.3_p1-r1) 00:16:57 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 00:16:57 (12/14) Installing openssh-server-common (8.3_p1-r1) 00:16:57 (13/14) Installing openssh-server (8.3_p1-r1) 00:16:57 (14/14) Installing openssh (8.3_p1-r1) 00:16:58 Executing busybox-1.31.1-r19.trigger 00:16:58 OK: 237 MiB in 53 packages 00:17:01 Removing intermediate container 2bf621af4846 00:17:01 ---> f4cf5995867d 00:17:01 Step 6/8 : WORKDIR /device-virtual-go 00:17:01 ---> Running in 8c9b04fba71a 00:17:01 Removing intermediate container 8c9b04fba71a 00:17:01 ---> 4ecaa129ef7f 00:17:01 Step 7/8 : COPY . . 00:17:02 ---> c098c4ec0bc9 00:17:02 Step 8/8 : RUN go mod download 00:17:02 ---> Running in 5f6746819ef2 00:17:20 Removing intermediate container b1fa31cbe363 00:17:20 ---> bf3c02217b82 00:17:20 Successfully built bf3c02217b82 00:17:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:17:21 + docker inspect -f . ci-base-image-arm64 00:17:21 . [Pipeline] withDockerContainer 00:17:21 prd-ubuntu18.04-docker-arm64-4c-16g-22071 does not seem to be running inside a container 00:17:21 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 00:17:23 $ docker top 5d8e04663ee0df97f2d99196ba075a728445fa504c919576244ff9ea7c731fb1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:24 + go version 00:17:24 go version go1.15.5 linux/arm64 [Pipeline] } 00:17:24 $ docker stop --time=1 5d8e04663ee0df97f2d99196ba075a728445fa504c919576244ff9ea7c731fb1 00:17:24 Removing intermediate container 5f6746819ef2 00:17:24 ---> b460ad51d80c 00:17:24 Successfully built b460ad51d80c 00:17:24 Successfully tagged ci-base-image-x86_64:latest 00:17:26 $ docker rm -f 5d8e04663ee0df97f2d99196ba075a728445fa504c919576244ff9ea7c731fb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:26 + docker inspect -f . ci-base-image-x86_64 00:17:26 . [Pipeline] withDockerContainer 00:17:27 prd-centos7-docker-4c-2g-22072 does not seem to be running inside a container 00:17:27 + docker inspect -f . ci-base-image-arm64 00:17:27 . 00:17:27 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:17:27 $ docker top f48670c769286abbcd0f07975955723fadad407ff6b351213e4129c3e1fc9054 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 00:17:28 prd-ubuntu18.04-docker-arm64-4c-16g-22071 does not seem to be running inside a container 00:17:28 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 00:17:29 $ docker top 5d528e0ec0d509db06ede4bc960d4e5b0a026ff1bd31179886e13bf0742cc8ec -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 00:17:30 + go version 00:17:30 go version go1.15.5 linux/amd64 [Pipeline] } 00:17:30 $ docker stop --time=1 f48670c769286abbcd0f07975955723fadad407ff6b351213e4129c3e1fc9054 00:17:31 + make test 00:17:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:17:32 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:17:32 $ docker rm -f f48670c769286abbcd0f07975955723fadad407ff6b351213e4129c3e1fc9054 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:17:33 + docker inspect -f . ci-base-image-x86_64 00:17:33 . [Pipeline] withDockerContainer 00:17:33 prd-centos7-docker-4c-2g-22072 does not seem to be running inside a container 00:17:33 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:17:33 $ docker top 9a0e7cd42fca99b330ab82bb76822dcdce05d387d48b42077df3f3d251675acb -eo pid,comm [Pipeline] { [Pipeline] sh 00:17:34 + make test 00:17:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:17:35 ? github.com/edgexfoundry/device-virtual-go [no test files] 00:17:50 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:17:50 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.342s coverage: 64.4% of statements 00:17:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:17:53 gofmt -l . 00:17:53 [ "`gofmt -l .`" = "" ] 00:17:53 ./bin/test-attribution-txt.sh 00:17:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:17:54 $ docker stop --time=1 9a0e7cd42fca99b330ab82bb76822dcdce05d387d48b42077df3f3d251675acb 00:17:55 $ docker rm -f 9a0e7cd42fca99b330ab82bb76822dcdce05d387d48b42077df3f3d251675acb [Pipeline] // withDockerContainer [Pipeline] sh 00:17:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:17:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:17:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:17:59 + ls -al . 00:17:59 total 124 00:17:59 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 22 00:17 . 00:17:59 drwxrwxr-x. 4 jenkins jenkins 28 Jan 22 00:16 .. 00:17:59 -rw-rw-r--. 1 jenkins jenkins 6713 Jan 22 00:16 Attribution.txt 00:17:59 drwxrwxr-x. 2 jenkins jenkins 64 Jan 22 00:16 bin 00:17:59 drwxrwxr-x. 3 jenkins jenkins 32 Jan 22 00:16 cmd 00:17:59 -rw-r--r--. 1 jenkins jenkins 47242 Jan 22 00:17 coverage.out 00:17:59 -rw-rw-r--. 1 jenkins jenkins 1851 Jan 22 00:16 Dockerfile 00:17:59 -rw-rw-r--. 1 jenkins jenkins 961 Jan 22 00:16 Dockerfile.build 00:17:59 drwxrwxr-x. 8 jenkins jenkins 179 Jan 22 00:16 .git 00:17:59 drwxrwxr-x. 2 jenkins jenkins 103 Jan 22 00:16 .github 00:17:59 -rw-rw-r--. 1 jenkins jenkins 258 Jan 22 00:16 .gitignore 00:17:59 -rw-r--r--. 1 jenkins jenkins 856 Jan 22 00:17 go.mod 00:17:59 -rw-r--r--. 1 jenkins jenkins 16346 Jan 22 00:17 go.sum 00:17:59 drwxrwxr-x. 3 jenkins jenkins 20 Jan 22 00:16 internal 00:17:59 -rw-rw-r--. 1 jenkins jenkins 660 Jan 22 00:16 Jenkinsfile 00:17:59 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 22 00:16 LICENSE 00:17:59 -rw-rw-r--. 1 jenkins jenkins 873 Jan 22 00:16 Makefile 00:17:59 -rw-rw-r--. 1 jenkins jenkins 918 Jan 22 00:16 README.md 00:17:59 -rw-rw-r--. 1 jenkins jenkins 5 Jan 22 00:13 VERSION 00:17:59 -rw-rw-r--. 1 jenkins jenkins 235 Jan 22 00:16 version.go [Pipeline] isUnix [Pipeline] sh 00:17:59 + 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=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e --label arch=amd64 --label version=0.0.0 . 00:18:00 Sending build context to Docker daemon 543.7kB 00:18:00 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 00:18:00 Step 2/22 : FROM ${BASE} AS builder 00:18:00 ---> b460ad51d80c 00:18:00 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:18:00 ---> Running in 0ec860bada6b 00:18:00 Removing intermediate container 0ec860bada6b 00:18:00 ---> f1625dd97744 00:18:00 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 00:18:00 ---> Running in 37b5e99c72f3 00:18:00 Removing intermediate container 37b5e99c72f3 00:18:00 ---> 997014a16b8d 00:18:00 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 00:18:00 ---> Running in 3779631f2819 00:18:01 Removing intermediate container 3779631f2819 00:18:01 ---> b65837e18686 00:18:01 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:01 ---> Running in f39e0b197c97 00:18:01 Removing intermediate container f39e0b197c97 00:18:01 ---> 01526e8509e5 00:18:01 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:18:01 ---> Running in b3c7842acb33 00:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:18:03 OK: 237 MiB in 53 packages 00:18:03 Removing intermediate container b3c7842acb33 00:18:03 ---> 66f36e616d9c 00:18:03 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 00:18:03 ---> Running in 97980abf17cd 00:18:04 Removing intermediate container 97980abf17cd 00:18:04 ---> bddd6b161134 00:18:04 Step 9/22 : COPY . . 00:18:04 ---> c1b7de9ae07a 00:18:04 Step 10/22 : ARG MAKE='make build' 00:18:05 ---> Running in be01e42832c3 00:18:05 Removing intermediate container be01e42832c3 00:18:05 ---> b111180d5df1 00:18:05 Step 11/22 : RUN $MAKE 00:18:05 ---> Running in ffde8a2b24aa 00:18:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 00:18:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:18:19 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 00:18:19 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.425s coverage: 64.4% of statements 00:18:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:18:21 Removing intermediate container ffde8a2b24aa 00:18:21 ---> 1560c908cc4d 00:18:21 Step 12/22 : FROM alpine:3.12 00:18:21 3.12: Pulling from library/alpine 00:18:21 801bfaa63ef2: Pulling fs layer 00:18:21 801bfaa63ef2: Verifying Checksum 00:18:21 801bfaa63ef2: Download complete 00:18:21 801bfaa63ef2: Pull complete 00:18:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:18:22 Status: Downloaded newer image for alpine:3.12 00:18:22 ---> 389fef711851 00:18:22 Step 13/22 : ENV APP_PORT=49990 00:18:22 ---> Running in c7f489d86cf3 00:18:22 Removing intermediate container c7f489d86cf3 00:18:22 ---> d0c09eccbc20 00:18:22 Step 14/22 : EXPOSE $APP_PORT 00:18:22 ---> Running in 80b7820f0260 00:18:22 Removing intermediate container 80b7820f0260 00:18:22 ---> 76c3ec4b8bc4 00:18:22 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 00:18:23 ---> e7cd232fbe05 00:18:23 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 00:18:23 ---> 8e7acd3af08c 00:18:23 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 00:18:23 ---> f15b881d0abc 00:18:23 Step 18/22 : ENTRYPOINT ["/device-virtual"] 00:18:23 ---> Running in c4b62885377a 00:18:23 Removing intermediate container c4b62885377a 00:18:23 ---> ce085577337e 00:18:23 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:18:23 ---> Running in e14c5066ebda 00:18:23 Removing intermediate container e14c5066ebda 00:18:23 ---> dfcee99634b7 00:18:23 Step 20/22 : LABEL arch=amd64 00:18:24 ---> Running in 48e6fa6e0628 00:18:24 Removing intermediate container 48e6fa6e0628 00:18:24 ---> d57dc9273da1 00:18:24 Step 21/22 : LABEL git_sha=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e 00:18:24 ---> Running in bbf1cd8b880f 00:18:24 Removing intermediate container bbf1cd8b880f 00:18:24 ---> ebc46ef07af5 00:18:24 Step 22/22 : LABEL version=0.0.0 00:18:24 ---> Running in 8efbb36fe39b 00:18:24 Removing intermediate container 8efbb36fe39b 00:18:24 ---> 7f128ebdebe3 00:18:24 [Warning] One or more build-args [ARCH] were not consumed 00:18:24 Successfully built 7f128ebdebe3 00:18:24 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 00:18:25 gofmt -l . 00:18:25 [ "`gofmt -l .`" = "" ] 00:18:25 ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:18:26 ./bin/test-go-mod-tidy.sh [Pipeline] } 00:18:26 $ docker stop --time=1 5d528e0ec0d509db06ede4bc960d4e5b0a026ff1bd31179886e13bf0742cc8ec 00:18:28 $ docker rm -f 5d528e0ec0d509db06ede4bc960d4e5b0a026ff1bd31179886e13bf0742cc8ec [Pipeline] // withDockerContainer [Pipeline] sh 00:18:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:18:29 Warning: overwriting stash ‘coverage-report’ 00:18:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:18:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:18:31 + ls -al . 00:18:31 total 148 00:18:31 drwxrwxr-x 7 jenkins jenkins 4096 Jan 22 00:18 . 00:18:31 drwxrwxr-x 4 jenkins jenkins 4096 Jan 22 00:16 .. 00:18:31 drwxrwxr-x 8 jenkins jenkins 4096 Jan 22 00:16 .git 00:18:31 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 00:16 .github 00:18:31 -rw-rw-r-- 1 jenkins jenkins 258 Jan 22 00:16 .gitignore 00:18:31 -rw-rw-r-- 1 jenkins jenkins 6713 Jan 22 00:16 Attribution.txt 00:18:31 -rw-rw-r-- 1 jenkins jenkins 1851 Jan 22 00:16 Dockerfile 00:18:31 -rw-rw-r-- 1 jenkins jenkins 961 Jan 22 00:16 Dockerfile.build 00:18:31 -rw-rw-r-- 1 jenkins jenkins 660 Jan 22 00:16 Jenkinsfile 00:18:31 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 22 00:16 LICENSE 00:18:31 -rw-rw-r-- 1 jenkins jenkins 873 Jan 22 00:16 Makefile 00:18:31 -rw-rw-r-- 1 jenkins jenkins 918 Jan 22 00:16 README.md 00:18:31 -rw-rw-r-- 1 jenkins jenkins 5 Jan 22 00:13 VERSION 00:18:31 drwxrwxr-x 2 jenkins jenkins 4096 Jan 22 00:16 bin 00:18:31 drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 00:16 cmd 00:18:31 -rw-r--r-- 1 jenkins jenkins 47242 Jan 22 00:18 coverage.out 00:18:31 -rw-r--r-- 1 jenkins jenkins 856 Jan 22 00:18 go.mod 00:18:31 -rw-r--r-- 1 jenkins jenkins 16346 Jan 22 00:18 go.sum 00:18:31 drwxrwxr-x 3 jenkins jenkins 4096 Jan 22 00:16 internal 00:18:31 -rw-rw-r-- 1 jenkins jenkins 235 Jan 22 00:16 version.go [Pipeline] isUnix [Pipeline] sh 00:18:32 + 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=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e --label arch=arm64 --label version=0.0.0 . 00:18:32 Sending build context to Docker daemon 543.2kB 00:18:32 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 00:18:32 Step 2/22 : FROM ${BASE} AS builder 00:18:32 ---> bf3c02217b82 00:18:32 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 00:18:32 ---> Running in 38f40d9b8201 00:18:33 Removing intermediate container 38f40d9b8201 00:18:33 ---> f7d35dac1b57 00:18:33 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 00:18:33 ---> Running in 210b3a0886f4 00:18:33 Removing intermediate container 210b3a0886f4 00:18:33 ---> 83fe67132241 00:18:33 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 00:18:33 ---> Running in 1b1ff6d564a4 00:18:34 Removing intermediate container 1b1ff6d564a4 00:18:34 ---> fcd615afeede 00:18:34 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:18:34 ---> Running in 88aeeaf808e1 00:18:36 Removing intermediate container 88aeeaf808e1 00:18:36 ---> 08e61bb5367f 00:18:36 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:18:36 ---> Running in 0c11b086b88b 00:18:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:18:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:18:39 OK: 221 MiB in 53 packages 00:18:40 Removing intermediate container 0c11b086b88b 00:18:40 ---> 2f6512560f95 00:18:40 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 00:18:40 ---> Running in 74bf76709fca 00:18:40 Removing intermediate container 74bf76709fca 00:18:40 ---> e1613012cd96 00:18:40 Step 9/22 : COPY . . 00:18:41 ---> 284a38738bd0 00:18:41 Step 10/22 : ARG MAKE='make build' 00:18:41 ---> Running in 2b2aa59aa9dc 00:18:42 Removing intermediate container 2b2aa59aa9dc 00:18:42 ---> 5d50c57e2b6f 00:18:42 Step 11/22 : RUN $MAKE 00:18:42 ---> Running in 99214e34a2ec 00:18:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 00:19:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:19:24 Removing intermediate container 99214e34a2ec 00:19:24 ---> e9a5a4a46660 00:19:24 Step 12/22 : FROM alpine:3.12 00:19:24 3.12: Pulling from library/alpine 00:19:24 159e5727ea61: Pulling fs layer 00:19:24 159e5727ea61: Download complete 00:19:24 159e5727ea61: Pull complete 00:19:24 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:19:24 Status: Downloaded newer image for alpine:3.12 00:19:24 ---> afeebe901d6b 00:19:24 Step 13/22 : ENV APP_PORT=49990 00:19:24 ---> Running in fa0694eb2174 00:19:25 Removing intermediate container fa0694eb2174 00:19:25 ---> c3edac441cad 00:19:25 Step 14/22 : EXPOSE $APP_PORT 00:19:25 ---> Running in e0eb727ea3e3 00:19:25 Removing intermediate container e0eb727ea3e3 00:19:25 ---> 63eef2e6e04b 00:19:25 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 00:19:27 ---> 18e5fff1dbd6 00:19:27 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 00:19:27 ---> 0ca970feabd5 00:19:27 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 00:19:28 ---> 8e6b4b129ea1 00:19:28 Step 18/22 : ENTRYPOINT ["/device-virtual"] 00:19:28 ---> Running in 3030c6918d9b 00:19:28 Removing intermediate container 3030c6918d9b 00:19:28 ---> 1337eb381105 00:19:28 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:19:29 ---> Running in c82bd1fcc387 00:19:29 Removing intermediate container c82bd1fcc387 00:19:29 ---> 7b7eeedd1269 00:19:29 Step 20/22 : LABEL arch=arm64 00:19:29 ---> Running in e0a1e6cede5e 00:19:29 Removing intermediate container e0a1e6cede5e 00:19:29 ---> 1efc33fdeb07 00:19:29 Step 21/22 : LABEL git_sha=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e 00:19:30 ---> Running in 2bf5bcf11c6f 00:19:30 Removing intermediate container 2bf5bcf11c6f 00:19:30 ---> 9bf71c874760 00:19:30 Step 22/22 : LABEL version=0.0.0 00:19:30 ---> Running in 90903621d5bf 00:19:31 Removing intermediate container 90903621d5bf 00:19:31 ---> e23e8f746626 00:19:31 [Warning] One or more build-args [ARCH] were not consumed 00:19:31 Successfully built e23e8f746626 00:19:31 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 00:19:33 provisioning config files... 00:19:33 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config6302068059271722655tmp [Pipeline] { [Pipeline] sh 00:19:33 + set +x 00:19:33 + curl -s https://codecov.io/bash 00:19:33 + bash -s -- 00:19:35 00:19:35 _____ _ 00:19:35 / ____| | | 00:19:35 | | ___ __| | ___ ___ _____ __ 00:19:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:19:35 | |___| (_) | (_| | __/ (_| (_) \ V / 00:19:35 \_____\___/ \__,_|\___|\___\___/ \_/ 00:19:35 Bash-20210115-cec3c92 00:19:35 00:19:35 00:19:35 ==> git version 2.24.3 found 00:19:35 ==> 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 00:19:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:19:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:19:35 ==> Jenkins CI detected. 00:19:35 project root: . 00:19:35 --> token set from env 00:19:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:19:35 ==> Running gcov in . (disable via -X gcov) 00:19:35 ==> Python coveragepy not found 00:19:35 ==> Searching for coverage reports in: 00:19:35 + . 00:19:35 -> Found 1 reports 00:19:35 ==> Detecting git/mercurial file structure 00:19:35 ==> Reading reports 00:19:35 + ./coverage.out bytes=47242 00:19:35 ==> Appending adjustments 00:19:35 https://docs.codecov.io/docs/fixing-reports 00:19:35 + Found adjustments 00:19:35 ==> Gzipping contents 00:19:35 8.0K /tmp/codecov.ttKway.gz 00:19:35 ==> Uploading reports 00:19:35 url: https://codecov.io 00:19:35 query: branch=PR-161&commit=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= 00:19:35 -> Pinging Codecov 00:19:35 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-161&commit=ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-161%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=161&job=&cmd_args= 00:19:35 -> Uploading to 00:19:35 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/5E52B4B073DB2E39498172D8E973AA87/ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e/8504284f-ceba-4f42-bbca-79f48ffd7687.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T001935Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43efb541b26fb511aebccccbf16adc606fdd470702c042276d6429dd741a1462 00:19:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:19:35 Dload Upload Total Spent Left Speed 00:19:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5790 0 0 100 5790 0 11665 --:--:-- --:--:-- --:--:-- 11673 00:19:36 -> View reports at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/ff6df10b8172c37a2ad9ca3c4d0e455e02a4423e [Pipeline] } 00:19:36 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 00:19:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:19:39 ---> package-listing.sh 00:19:39 ++ facter osfamily 00:19:39 ++ tr '[:upper:]' '[:lower:]' 00:19:39 + OS_FAMILY=redhat 00:19:39 + workspace=/w/workspace/foundry_device-virtual-go_PR-161 00:19:39 + START_PACKAGES=/tmp/packages_start.txt 00:19:39 + END_PACKAGES=/tmp/packages_end.txt 00:19:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:19:39 + PACKAGES=/tmp/packages_start.txt 00:19:39 + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' 00:19:39 + PACKAGES=/tmp/packages_end.txt 00:19:39 + case "${OS_FAMILY}" in 00:19:39 + rpm -qa 00:19:39 + sort 00:19:44 + '[' -f /tmp/packages_start.txt ']' 00:19:44 + '[' -f /tmp/packages_end.txt ']' 00:19:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:19:44 + '[' /w/workspace/foundry_device-virtual-go_PR-161 ']' 00:19:44 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-161/archives/ 00:19:44 + 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 00:19:44 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 00:19:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:19:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:19:45 00:19:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:19:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:19:45 alpine: Pulling from edgex-lftools-log-publisher 00:19:45 df20fa9351a1: Pulling fs layer 00:19:45 36b3adc4ff6f: Pulling fs layer 00:19:45 8ad3a11d3b57: Pulling fs layer 00:19:45 46f8f816bc3b: Pulling fs layer 00:19:45 93b61091891f: Pulling fs layer 00:19:45 93b9cdb0e59b: Pulling fs layer 00:19:45 5e14af77c1be: Pulling fs layer 00:19:45 01666e4c0597: Pulling fs layer 00:19:45 aa168da1d23b: Pulling fs layer 00:19:45 93b9cdb0e59b: Waiting 00:19:45 01666e4c0597: Waiting 00:19:45 5e14af77c1be: Waiting 00:19:45 46f8f816bc3b: Waiting 00:19:45 aa168da1d23b: Waiting 00:19:45 93b61091891f: Waiting 00:19:45 36b3adc4ff6f: Verifying Checksum 00:19:45 36b3adc4ff6f: Download complete 00:19:45 46f8f816bc3b: Verifying Checksum 00:19:45 46f8f816bc3b: Download complete 00:19:45 df20fa9351a1: Verifying Checksum 00:19:45 df20fa9351a1: Download complete 00:19:45 93b9cdb0e59b: Verifying Checksum 00:19:45 93b9cdb0e59b: Download complete 00:19:46 5e14af77c1be: Verifying Checksum 00:19:46 5e14af77c1be: Download complete 00:19:46 93b61091891f: Verifying Checksum 00:19:46 93b61091891f: Download complete 00:19:46 01666e4c0597: Verifying Checksum 00:19:46 01666e4c0597: Download complete 00:19:46 8ad3a11d3b57: Verifying Checksum 00:19:46 8ad3a11d3b57: Download complete 00:19:46 df20fa9351a1: Pull complete 00:19:46 36b3adc4ff6f: Pull complete 00:19:47 8ad3a11d3b57: Pull complete 00:19:47 46f8f816bc3b: Pull complete 00:19:47 93b61091891f: Pull complete 00:19:48 93b9cdb0e59b: Pull complete 00:19:48 aa168da1d23b: Verifying Checksum 00:19:48 aa168da1d23b: Download complete 00:19:48 5e14af77c1be: Pull complete 00:19:48 01666e4c0597: Pull complete 00:19:55 aa168da1d23b: Pull complete 00:19:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:19:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:19:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:19:55 prd-centos7-docker-4c-2g-22070 does not seem to be running inside a container 00:19:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:19:59 $ docker top 772386abdab8b2878dc35e366720e67833492ef993bd7c227d72de59f42ae6e1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:00 + touch /tmp/pre-build-complete [Pipeline] sh 00:20:00 + mkdir -p /var/log/sa [Pipeline] sh 00:20:00 + ls /var/log/sa-host 00:20:00 + sadf -c /var/log/sa-host/sa22 00:20:00 file_magic: OK 00:20:00 HZ: Using current value: 100 00:20:00 file_header: OK 00:20:00 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 00:20:00 Statistics: 00:20:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:20:00 File successfully converted to sysstat format version 12.2.1 00:20:00 + sadf -c /var/log/sa-host/sa23 00:20:00 file_magic: OK 00:20:00 HZ: Using current value: 100 00:20:00 file_header: OK 00:20:00 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 00:20:00 Statistics: 00:20:00 Hnuu...uuuununununu... 00:20:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:20:01 provisioning config files... 00:20:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-161@tmp/config5375250360563533097tmp [Pipeline] { [Pipeline] echo 00:20:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:20:01 ---> create-netrc.sh [Pipeline] } 00:20:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:20:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:20:02 ---> python-tools-install.sh [Pipeline] echo 00:20:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:20:02 ---> sudo-logs.sh 00:20:02 Archiving 'sudo' log.. [Pipeline] echo 00:20:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:20:02 ---> job-cost.sh 00:20:02 lf-activate-venv: SKIPPING 00:20:02 INFO: No Stack... 00:20:03 INFO: Retrieving Pricing Info for: v1-standard-2 00:20:04 INFO: Archiving Costs [Pipeline] echo 00:20:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:20:04 ---> logs-deploy.sh 00:20:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-161/3 00:20:04 INFO: archiving workspace using pattern(s): 00:20:06 Archives upload complete. 00:20:06 INFO: archiving logs to Nexus