Pull request #169 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 rather than a8a563f16a92366624110ab09ed6b39fd715c2e6 Obtained Jenkinsfile from 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30108 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-169 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit a8a563f16a92366624110ab09ed6b39fd715c2e6 Merge succeeded, producing a8a563f16a92366624110ab09ed6b39fd715c2e6 Checking out Revision a8a563f16a92366624110ab09ed6b39fd715c2e6 (PR-169) > git config core.sparsecheckout # timeout=10 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 Commit message: "refactor: consume v2 Device SDK" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:32:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:32:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:32:04 ========================================================= 03:32:04 EdgeX Global Pipelines Version Info 03:32:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2b4e7d513dd90ec50609b636363c1f4ebf5757ad # timeout=10 03:32:05 ------------------- 03:32:05 stable info: 03:32:05 ------------------- 03:32:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:32:05 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:32:05 Message: update stable to v1.0.184 03:32:06 ------------------- 03:32:06 experimental info: 03:32:06 ------------------- 03:32:06 Commited By: **** collab-it+edgex@linuxfoundation.org 03:32:06 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:32:06 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:32:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo 03:32:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo 03:32:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo 03:32:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a8a563f16a92366624110ab09ed6b39fd715c2e6 [Pipeline] echo 03:32:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a8a563f [Pipeline] echo 03:32:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:32:10 provisioning config files... 03:32:10 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config1980044455004804935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:32:11 ---> docker-login.sh 03:32:11 nexus3.edgexfoundry.org:10001 03:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:32:11 Configure a credential helper to remove this warning. See 03:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:32:11 03:32:11 Login Succeeded 03:32:11 nexus3.edgexfoundry.org:10002 03:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:32:11 Configure a credential helper to remove this warning. See 03:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:32:11 03:32:11 Login Succeeded 03:32:11 nexus3.edgexfoundry.org:10003 03:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:32:11 Configure a credential helper to remove this warning. See 03:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:32:11 03:32:11 Login Succeeded 03:32:11 nexus3.edgexfoundry.org:10004 03:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:32:12 Configure a credential helper to remove this warning. See 03:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:32:12 03:32:12 Login Succeeded 03:32:12 docker.io 03:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:32:12 Configure a credential helper to remove this warning. See 03:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:32:12 03:32:12 Login Succeeded 03:32:12 ---> docker-login.sh ends [Pipeline] } 03:32:12 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 03:32:13 + git log --format=format:%s -1 a8a563f16a92366624110ab09ed6b39fd715c2e6 [Pipeline] echo 03:32:13 GIT_COMMIT: a8a563f16a92366624110ab09ed6b39fd715c2e6, Commit Message: refactor: consume v2 Device SDK [Pipeline] echo 03:32:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:32:14 03:32:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:32:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:32:14 latest: Pulling from edgex-devops/git-semver 03:32:14 31603596830f: Pulling fs layer 03:32:14 2a8b12db71e7: Pulling fs layer 03:32:14 6ca5941a6612: Pulling fs layer 03:32:14 ecc8261a40a4: Pulling fs layer 03:32:14 ecc8261a40a4: Waiting 03:32:14 2a8b12db71e7: Verifying Checksum 03:32:14 2a8b12db71e7: Download complete 03:32:14 31603596830f: Verifying Checksum 03:32:14 31603596830f: Download complete 03:32:14 ecc8261a40a4: Verifying Checksum 03:32:14 ecc8261a40a4: Download complete 03:32:14 6ca5941a6612: Verifying Checksum 03:32:14 6ca5941a6612: Download complete 03:32:14 31603596830f: Pull complete 03:32:15 2a8b12db71e7: Pull complete 03:32:16 6ca5941a6612: Pull complete 03:32:16 ecc8261a40a4: Pull complete 03:32:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:32:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:32:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:32:16 prd-centos7-docker-4c-2g-30108 does not seem to be running inside a container 03:32:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:32:18 $ docker top 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:32:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:32:19 [ssh-agent] Looking for ssh-agent implementation... 03:32:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:32:19 $ docker exec 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent 03:32:19 SSH_AUTH_SOCK=/tmp/ssh-f8xVq6D65WCz/agent.11 03:32:19 SSH_AGENT_PID=16 03:32:19 Running ssh-add (command line suppressed) 03:32:19 Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_8245122214756057137.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_8245122214756057137.key) 03:32:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:32:19 + git tag --points-at HEAD [Pipeline] } 03:32:20 $ docker exec --env ******** --env ******** 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent -k 03:32:20 unset SSH_AUTH_SOCK; 03:32:20 unset SSH_AGENT_PID; 03:32:20 echo Agent pid 16 killed; 03:32:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:32:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:32:20 [ssh-agent] Looking for ssh-agent implementation... 03:32:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:32:20 $ docker exec 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent 03:32:20 SSH_AUTH_SOCK=/tmp/ssh-5yQSWbne3cze/agent.45 03:32:20 SSH_AGENT_PID=50 03:32:20 Running ssh-add (command line suppressed) 03:32:20 Identity added: /w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_2034903456083676601.key (/w/workspace/foundry_device-virtual-go_PR-169@tmp/private_key_2034903456083676601.key) 03:32:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:32:21 + git semver init 03:32:21 # -> Open(): unable to determine branch for HEAD 03:32:21 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.git 03:32:21 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-169 03:32:21 # $SEMVER_REMOTE_NAME = origin 03:32:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:32:21 # $SEMVER_USER_NAME = edgex-jenkins 03:32:21 # $SEMVER_BRANCH = PR-169 03:32:21 # $SEMVER_TEMP = /tmp/semver-657036100 03:32:21 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 03:32:21 # '/tmp/semver-657036100' -> '/w/workspace/foundry_device-virtual-go_PR-169/.semver' 03:32:21 # -> Force: false 03:32:21 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-169/.semver [Pipeline] } 03:32:21 $ docker exec --env ******** --env ******** 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 ssh-agent -k 03:32:21 unset SSH_AUTH_SOCK; 03:32:21 unset SSH_AGENT_PID; 03:32:21 echo Agent pid 50 killed; 03:32:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:32:22 + git semver [Pipeline] } 03:32:22 $ docker stop --time=1 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 03:32:23 $ docker rm -f 896bb08d85758e7e499a8d19d8c409c196e4bf2121580765286c338e98bc6328 [Pipeline] // withDockerContainer [Pipeline] sh 03:32:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:32:24 Stashed 1 file(s) [Pipeline] echo 03:32:24 [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 03:32:40 Still waiting to schedule task 03:32:40 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:32:40 Still waiting to schedule task 03:32:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:34:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30109 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws 03:34:30 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 03:34:35 using credential edgex-jenkins-ssh 03:34:35 Cloning the remote Git repository 03:34:35 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 03:34:35 > git init /w/workspace/device-virtual-go/2 # timeout=10 03:34:35 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:34:35 > git --version # timeout=10 03:34:35 > git --version # 'git version 2.17.1' 03:34:35 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:34:36 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:34:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:34:36 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:34:36 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:34:36 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:34:37 Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit a8a563f16a92366624110ab09ed6b39fd715c2e6 03:34:37 Merge succeeded, producing a8a563f16a92366624110ab09ed6b39fd715c2e6 03:34:37 Checking out Revision a8a563f16a92366624110ab09ed6b39fd715c2e6 (PR-169) 03:34:37 > git config core.sparsecheckout # timeout=10 03:34:37 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 03:34:37 > git remote # timeout=10 03:34:37 > git config --get remote.origin.url # timeout=10 03:34:37 using GIT_SSH to set credentials SSH Credentials for GitHub 03:34:37 > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 03:34:37 > git rev-parse HEAD^{commit} # timeout=10 03:34:37 > git config core.sparsecheckout # timeout=10 03:34:37 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 03:34:41 Commit message: "refactor: consume v2 Device SDK" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:34:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:34:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:34:43 + sudo service docker restart 03:34:43 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:34:46 provisioning config files... 03:34:46 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config5739411896526186244tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:34:47 ---> docker-login.sh 03:34:47 nexus3.edgexfoundry.org:10001 03:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:48 Configure a credential helper to remove this warning. See 03:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:48 03:34:48 Login Succeeded 03:34:48 nexus3.edgexfoundry.org:10002 03:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:48 Configure a credential helper to remove this warning. See 03:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:48 03:34:48 Login Succeeded 03:34:48 nexus3.edgexfoundry.org:10003 03:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:49 Configure a credential helper to remove this warning. See 03:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:49 03:34:49 Login Succeeded 03:34:49 nexus3.edgexfoundry.org:10004 03:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:49 Configure a credential helper to remove this warning. See 03:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:49 03:34:49 Login Succeeded 03:34:49 docker.io 03:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:34:50 Configure a credential helper to remove this warning. See 03:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:34:50 03:34:50 Login Succeeded 03:34:50 ---> docker-login.sh ends [Pipeline] } 03:34:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:34:51 ========================================================= 03:34:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:34:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:34:51 + 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 . 03:34:51 Sending build context to Docker daemon 511kB 03:34:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:34:51 Step 2/8 : FROM ${BASE} 03:34:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:34:52 5f621e34cdf4: Pulling fs layer 03:34:52 a4357932f1b6: Pulling fs layer 03:34:52 18c013af1878: Pulling fs layer 03:34:52 00ac8860ef70: Pulling fs layer 03:34:52 63d7cb157983: Pulling fs layer 03:34:52 b116817d02f9: Pulling fs layer 03:34:52 745a02a5169b: Pulling fs layer 03:34:52 00ac8860ef70: Waiting 03:34:52 63d7cb157983: Waiting 03:34:52 b116817d02f9: Waiting 03:34:52 745a02a5169b: Waiting 03:34:52 a4357932f1b6: Download complete 03:34:52 18c013af1878: Download complete 03:34:52 63d7cb157983: Verifying Checksum 03:34:52 63d7cb157983: Download complete 03:34:52 b116817d02f9: Verifying Checksum 03:34:52 b116817d02f9: Download complete 03:34:52 5f621e34cdf4: Verifying Checksum 03:34:52 5f621e34cdf4: Download complete 03:34:52 5f621e34cdf4: Pull complete 03:34:53 a4357932f1b6: Pull complete 03:34:53 18c013af1878: Pull complete 03:34:54 745a02a5169b: Verifying Checksum 03:34:54 745a02a5169b: Download complete 03:34:56 00ac8860ef70: Verifying Checksum 03:34:56 00ac8860ef70: Download complete 03:35:01 Running on prd-centos7-docker-4c-2g-30110 in /w/workspace/foundry_device-virtual-go_PR-169 [Pipeline] { [Pipeline] ws 03:35:01 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 03:35:03 using credential edgex-jenkins-ssh 03:35:03 Cloning the remote Git repository 03:35:02 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 03:35:02 > git init /w/workspace/device-virtual-go/2 # timeout=10 03:35:03 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:35:03 > git --version # timeout=10 03:35:03 > git --version # 'git version 2.24.3' 03:35:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:35:03 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:35:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:35:03 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 03:35:03 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 03:35:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:35:04 Merging remotes/origin/master commit 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 into PR head commit a8a563f16a92366624110ab09ed6b39fd715c2e6 03:35:05 Merge succeeded, producing a8a563f16a92366624110ab09ed6b39fd715c2e6 03:35:05 Checking out Revision a8a563f16a92366624110ab09ed6b39fd715c2e6 (PR-169) 03:35:04 > git config core.sparsecheckout # timeout=10 03:35:04 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 03:35:04 > git remote # timeout=10 03:35:04 > git config --get remote.origin.url # timeout=10 03:35:04 using GIT_SSH to set credentials SSH Credentials for GitHub 03:35:04 > git merge 2f15e3af98f8bac5a7e4be780f30d2ee83e8c436 # timeout=10 03:35:04 > git rev-parse HEAD^{commit} # timeout=10 03:35:04 > git config core.sparsecheckout # timeout=10 03:35:04 > git checkout -f a8a563f16a92366624110ab09ed6b39fd715c2e6 # timeout=10 03:35:06 00ac8860ef70: Pull complete 03:35:06 63d7cb157983: Pull complete 03:35:06 b116817d02f9: Pull complete 03:35:08 Commit message: "refactor: consume v2 Device SDK" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:35:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:35:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:35:10 + sudo service docker restart 03:35:10 + true 03:35:10 Redirecting to /bin/systemctl restart docker.service 03:35:10 745a02a5169b: Pull complete 03:35:10 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:35:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:35:10 ---> b7e6874047d6 03:35:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:35:11 provisioning config files... 03:35:11 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config7572213396581713575tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:35:11 ---> docker-login.sh 03:35:11 nexus3.edgexfoundry.org:10001 03:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:35:11 Configure a credential helper to remove this warning. See 03:35:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:35:11 03:35:11 Login Succeeded 03:35:11 nexus3.edgexfoundry.org:10002 03:35:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:35:12 Configure a credential helper to remove this warning. See 03:35:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:35:12 03:35:12 Login Succeeded 03:35:12 nexus3.edgexfoundry.org:10003 03:35:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:35:12 Configure a credential helper to remove this warning. See 03:35:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:35:12 03:35:12 Login Succeeded 03:35:12 nexus3.edgexfoundry.org:10004 03:35:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:35:12 Configure a credential helper to remove this warning. See 03:35:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:35:12 03:35:12 Login Succeeded 03:35:12 docker.io 03:35:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:35:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:35:12 Configure a credential helper to remove this warning. See 03:35:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:35:12 03:35:12 Login Succeeded 03:35:12 ---> docker-login.sh ends [Pipeline] } 03:35:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:35:12 ========================================================= 03:35:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:35:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:35:13 + 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 . 03:35:13 Sending build context to Docker daemon 512kB 03:35:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:35:13 Step 2/8 : FROM ${BASE} 03:35:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:35:13 188c0c94c7c5: Pulling fs layer 03:35:13 0ef7d3d256c8: Pulling fs layer 03:35:13 de9db76c5a1d: Pulling fs layer 03:35:13 bca2f99d35d6: Pulling fs layer 03:35:13 93359f2a8cfa: Pulling fs layer 03:35:13 7c6f9722023f: Pulling fs layer 03:35:13 a35cf1a2eb13: Pulling fs layer 03:35:13 93359f2a8cfa: Waiting 03:35:13 7c6f9722023f: Waiting 03:35:13 a35cf1a2eb13: Waiting 03:35:13 bca2f99d35d6: Waiting 03:35:13 de9db76c5a1d: Verifying Checksum 03:35:13 de9db76c5a1d: Download complete 03:35:13 0ef7d3d256c8: Verifying Checksum 03:35:13 0ef7d3d256c8: Download complete 03:35:13 ---> Running in 95c4b20e9629 03:35:13 Removing intermediate container 95c4b20e9629 03:35:13 ---> 63efca56386d 03:35:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:13 93359f2a8cfa: Download complete 03:35:13 188c0c94c7c5: Verifying Checksum 03:35:13 188c0c94c7c5: Download complete 03:35:13 7c6f9722023f: Verifying Checksum 03:35:13 7c6f9722023f: Download complete 03:35:13 ---> Running in 4fba2d171ecc 03:35:13 188c0c94c7c5: Pull complete 03:35:13 0ef7d3d256c8: Pull complete 03:35:14 de9db76c5a1d: Pull complete 03:35:15 a35cf1a2eb13: Verifying Checksum 03:35:15 a35cf1a2eb13: Download complete 03:35:16 bca2f99d35d6: Verifying Checksum 03:35:16 bca2f99d35d6: Download complete 03:35:16 Removing intermediate container 4fba2d171ecc 03:35:16 ---> 23e59e170bce 03:35:16 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:35:16 ---> Running in cc8511b92085 03:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:19 (1/14) Installing libmagic (5.38-r0) 03:35:19 (2/14) Installing file (5.38-r0) 03:35:19 (3/14) Installing libc-dev (0.7.2-r3) 03:35:19 (4/14) Installing g++ (9.3.0-r2) 03:35:21 bca2f99d35d6: Pull complete 03:35:21 93359f2a8cfa: Pull complete 03:35:21 7c6f9722023f: Pull complete 03:35:24 (5/14) Installing fortify-headers (1.1-r0) 03:35:24 (6/14) Installing patch (2.7.6-r6) 03:35:24 (7/14) Installing build-base (0.5-r2) 03:35:24 (8/14) Installing openssh-keygen (8.3_p1-r1) 03:35:24 (9/14) Installing libedit (20191231.3.1-r0) 03:35:24 (10/14) Installing openssh-client (8.3_p1-r1) 03:35:25 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 03:35:25 (12/14) Installing openssh-server-common (8.3_p1-r1) 03:35:25 (13/14) Installing openssh-server (8.3_p1-r1) 03:35:25 (14/14) Installing openssh (8.3_p1-r1) 03:35:25 Executing busybox-1.31.1-r19.trigger 03:35:25 OK: 221 MiB in 53 packages 03:35:27 a35cf1a2eb13: Pull complete 03:35:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:35:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:35:27 ---> a62c8e92a672 03:35:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 03:35:27 ---> Running in 40cd24e9eba1 03:35:27 Removing intermediate container 40cd24e9eba1 03:35:27 ---> b74d50cff8c3 03:35:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:27 ---> Running in da37fe4151c6 03:35:28 Removing intermediate container da37fe4151c6 03:35:28 ---> 2b7b6c7d3dcb 03:35:28 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 03:35:28 ---> Running in 5191eb03509c 03:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:29 Removing intermediate container cc8511b92085 03:35:29 ---> f5136ed77f0c 03:35:29 Step 6/8 : WORKDIR /device-virtual-go 03:35:29 ---> Running in 26ec6d094ff6 03:35:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:30 Removing intermediate container 26ec6d094ff6 03:35:30 ---> 75785f5af866 03:35:30 Step 7/8 : COPY . . 03:35:30 (1/14) Installing libmagic (5.38-r0) 03:35:30 (2/14) Installing file (5.38-r0) 03:35:30 (3/14) Installing libc-dev (0.7.2-r3) 03:35:30 (4/14) Installing g++ (9.3.0-r2) 03:35:31 ---> 8c02334030aa 03:35:31 Step 8/8 : RUN go mod download 03:35:31 ---> Running in 5ca4a8512e3c 03:35:36 (5/14) Installing fortify-headers (1.1-r0) 03:35:36 (6/14) Installing patch (2.7.6-r6) 03:35:36 (7/14) Installing build-base (0.5-r2) 03:35:36 (8/14) Installing openssh-keygen (8.3_p1-r1) 03:35:36 (9/14) Installing libedit (20191231.3.1-r0) 03:35:36 (10/14) Installing openssh-client (8.3_p1-r1) 03:35:36 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 03:35:36 (12/14) Installing openssh-server-common (8.3_p1-r1) 03:35:36 (13/14) Installing openssh-server (8.3_p1-r1) 03:35:36 (14/14) Installing openssh (8.3_p1-r1) 03:35:36 Executing busybox-1.31.1-r19.trigger 03:35:36 OK: 237 MiB in 53 packages 03:35:38 Removing intermediate container 5191eb03509c 03:35:38 ---> d74da4739562 03:35:38 Step 6/8 : WORKDIR /device-virtual-go 03:35:38 ---> Running in 499d12338852 03:35:39 Removing intermediate container 499d12338852 03:35:39 ---> a7163ff628b1 03:35:39 Step 7/8 : COPY . . 03:35:40 ---> 43645184fb8f 03:35:40 Step 8/8 : RUN go mod download 03:35:40 ---> Running in e98a15835918 03:35:57 Removing intermediate container 5ca4a8512e3c 03:35:57 ---> 8f9c8e1d356e 03:35:57 Successfully built 8f9c8e1d356e 03:35:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:35:58 + docker inspect -f . ci-base-image-arm64 03:35:58 . [Pipeline] withDockerContainer 03:35:58 prd-ubuntu18.04-docker-arm64-4c-16g-30109 does not seem to be running inside a container 03:35:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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 03:36:00 $ docker top 3fff02446ba621191a39d434646f92962ef331b20551e129f4e84fb01ff0bcf4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:36:01 + go version 03:36:01 go version go1.15.5 linux/arm64 [Pipeline] } 03:36:01 $ docker stop --time=1 3fff02446ba621191a39d434646f92962ef331b20551e129f4e84fb01ff0bcf4 03:36:02 Removing intermediate container e98a15835918 03:36:02 ---> 08d0637acfee 03:36:02 Successfully built 08d0637acfee 03:36:02 Successfully tagged ci-base-image-x86_64:latest 03:36:03 $ docker rm -f 3fff02446ba621191a39d434646f92962ef331b20551e129f4e84fb01ff0bcf4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:36:03 + docker inspect -f . ci-base-image-x86_64 03:36:03 . [Pipeline] withDockerContainer 03:36:03 + docker inspect -f . ci-base-image-arm64 03:36:03 . 03:36:04 prd-centos7-docker-4c-2g-30110 does not seem to be running inside a container 03:36:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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 03:36:04 $ docker top 63bc4d0f656635d8e75295eeecc4823e774c9fdadfd6e1f644fd201ee56b2dfd -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 03:36:05 prd-ubuntu18.04-docker-arm64-4c-16g-30109 does not seem to be running inside a container 03:36:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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 03:36:06 $ docker top 1676b05521e79f56ca1e8d0a499f27d87c4835fd91955a87c33554a3c24598c6 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 03:36:07 + go version 03:36:07 go version go1.15.5 linux/amd64 [Pipeline] } 03:36:07 $ docker stop --time=1 63bc4d0f656635d8e75295eeecc4823e774c9fdadfd6e1f644fd201ee56b2dfd 03:36:07 + make test 03:36:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:36:08 $ docker rm -f 63bc4d0f656635d8e75295eeecc4823e774c9fdadfd6e1f644fd201ee56b2dfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 03:36:09 ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] isUnix [Pipeline] sh 03:36:09 + docker inspect -f . ci-base-image-x86_64 03:36:09 . [Pipeline] withDockerContainer 03:36:09 prd-centos7-docker-4c-2g-30110 does not seem to be running inside a container 03:36:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@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 03:36:10 $ docker top 5f6b7b524f1fa7f68039debf998ae73a173ebadb4f0c886a4cd0a10b4a0d6744 -eo pid,comm [Pipeline] { [Pipeline] sh 03:36:10 + make test 03:36:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 03:36:11 ? github.com/edgexfoundry/device-virtual-go [no test files] 03:36:26 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 03:36:27 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.348s coverage: 63.5% of statements 03:36:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:36:30 gofmt -l . 03:36:30 [ "`gofmt -l .`" = "" ] 03:36:30 ./bin/test-attribution-txt.sh 03:36:31 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:36:31 $ docker stop --time=1 5f6b7b524f1fa7f68039debf998ae73a173ebadb4f0c886a4cd0a10b4a0d6744 03:36:33 $ docker rm -f 5f6b7b524f1fa7f68039debf998ae73a173ebadb4f0c886a4cd0a10b4a0d6744 [Pipeline] // withDockerContainer [Pipeline] sh 03:36:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:36:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:36:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:36:36 + ls -al . 03:36:36 total 128 03:36:36 drwxrwxr-x. 7 jenkins jenkins 4096 Mar 17 03:36 . 03:36:36 drwxrwxr-x. 4 jenkins jenkins 28 Mar 17 03:35 .. 03:36:36 -rw-rw-r--. 1 jenkins jenkins 7136 Mar 17 03:35 Attribution.txt 03:36:36 drwxrwxr-x. 2 jenkins jenkins 64 Mar 17 03:35 bin 03:36:36 drwxrwxr-x. 3 jenkins jenkins 32 Mar 17 03:35 cmd 03:36:36 -rw-r--r--. 1 jenkins jenkins 47526 Mar 17 03:36 coverage.out 03:36:36 -rw-rw-r--. 1 jenkins jenkins 1851 Mar 17 03:35 Dockerfile 03:36:36 -rw-rw-r--. 1 jenkins jenkins 961 Mar 17 03:35 Dockerfile.build 03:36:36 drwxrwxr-x. 8 jenkins jenkins 179 Mar 17 03:35 .git 03:36:36 drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 03:35 .github 03:36:36 -rw-rw-r--. 1 jenkins jenkins 258 Mar 17 03:35 .gitignore 03:36:36 -rw-r--r--. 1 jenkins jenkins 809 Mar 17 03:36 go.mod 03:36:36 -rw-r--r--. 1 jenkins jenkins 20236 Mar 17 03:36 go.sum 03:36:36 drwxrwxr-x. 3 jenkins jenkins 20 Mar 17 03:35 internal 03:36:36 -rw-rw-r--. 1 jenkins jenkins 660 Mar 17 03:35 Jenkinsfile 03:36:36 -rw-rw-r--. 1 jenkins jenkins 11340 Mar 17 03:35 LICENSE 03:36:36 -rw-rw-r--. 1 jenkins jenkins 873 Mar 17 03:35 Makefile 03:36:36 -rw-rw-r--. 1 jenkins jenkins 918 Mar 17 03:35 README.md 03:36:36 -rw-rw-r--. 1 jenkins jenkins 5 Mar 17 03:32 VERSION 03:36:36 -rw-rw-r--. 1 jenkins jenkins 235 Mar 17 03:35 version.go [Pipeline] isUnix [Pipeline] sh 03:36:37 + 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=a8a563f16a92366624110ab09ed6b39fd715c2e6 --label arch=amd64 --label version=0.0.0 . 03:36:37 Sending build context to Docker daemon 581.1kB 03:36:37 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 03:36:37 Step 2/22 : FROM ${BASE} AS builder 03:36:37 ---> 08d0637acfee 03:36:37 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:36:37 ---> Running in 253d8d61dcf3 03:36:37 Removing intermediate container 253d8d61dcf3 03:36:37 ---> 5df5bf757f22 03:36:37 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:36:37 ---> Running in 246db649ca51 03:36:38 Removing intermediate container 246db649ca51 03:36:38 ---> 4abc033524cb 03:36:38 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 03:36:38 ---> Running in b2171fb8e6a2 03:36:38 Removing intermediate container b2171fb8e6a2 03:36:38 ---> 65270df70e4f 03:36:38 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:36:38 ---> Running in 4e24ab3a332d 03:36:39 Removing intermediate container 4e24ab3a332d 03:36:39 ---> a256d857f354 03:36:39 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:36:39 ---> Running in be936b6aba6c 03:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:36:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:36:40 OK: 237 MiB in 53 packages 03:36:41 Removing intermediate container be936b6aba6c 03:36:41 ---> 239059b8edb0 03:36:41 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 03:36:41 ---> Running in 2c5931348443 03:36:41 Removing intermediate container 2c5931348443 03:36:41 ---> 0c82527fb01b 03:36:41 Step 9/22 : COPY . . 03:36:42 ---> 3097ead86d45 03:36:42 Step 10/22 : ARG MAKE='make build' 03:36:42 ---> Running in ea5411ffe116 03:36:42 Removing intermediate container ea5411ffe116 03:36:42 ---> 85618a18127f 03:36:42 Step 11/22 : RUN $MAKE 03:36:42 ---> Running in b6e7b4023dd6 03:36:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 03:36:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:36:56 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 03:36:56 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.470s coverage: 63.5% of statements 03:36:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:36:57 Removing intermediate container b6e7b4023dd6 03:36:57 ---> 977d6a7a2985 03:36:57 Step 12/22 : FROM alpine:3.12 03:36:58 3.12: Pulling from library/alpine 03:36:58 f84cab65f19f: Pulling fs layer 03:36:58 f84cab65f19f: Verifying Checksum 03:36:58 f84cab65f19f: Download complete 03:36:58 f84cab65f19f: Pull complete 03:36:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:36:58 Status: Downloaded newer image for alpine:3.12 03:36:58 ---> 88dd2752d2ea 03:36:58 Step 13/22 : ENV APP_PORT=49990 03:36:58 ---> Running in 295e5e8bb05e 03:36:59 Removing intermediate container 295e5e8bb05e 03:36:59 ---> 39233a01b3db 03:36:59 Step 14/22 : EXPOSE $APP_PORT 03:36:59 ---> Running in 9fa532550300 03:37:00 Removing intermediate container 9fa532550300 03:37:00 ---> 9f6b3062a105 03:37:00 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 03:37:00 ---> 79683435333c 03:37:00 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 03:37:00 ---> 048304592e66 03:37:00 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 03:37:01 ---> 12260de19413 03:37:01 Step 18/22 : ENTRYPOINT ["/device-virtual"] 03:37:01 ---> Running in d76530519fff 03:37:01 Removing intermediate container d76530519fff 03:37:01 ---> 38922c1d49fb 03:37:01 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:37:01 ---> Running in e2481850af22 03:37:01 Removing intermediate container e2481850af22 03:37:01 ---> 26746970318a 03:37:01 Step 20/22 : LABEL arch=amd64 03:37:01 ---> Running in c9344b4001cc 03:37:01 Removing intermediate container c9344b4001cc 03:37:01 ---> b2a8cf3e9ad1 03:37:01 Step 21/22 : LABEL git_sha=a8a563f16a92366624110ab09ed6b39fd715c2e6 03:37:01 ---> Running in dc895fd83156 03:37:01 Removing intermediate container dc895fd83156 03:37:01 ---> 38eb22404070 03:37:01 Step 22/22 : LABEL version=0.0.0 03:37:02 ---> Running in 1fbd7a2333b5 03:37:02 Removing intermediate container 1fbd7a2333b5 03:37:02 ---> e1736afa7007 03:37:02 [Warning] One or more build-args [ARCH] were not consumed 03:37:02 Successfully built e1736afa7007 03:37:02 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:37:03 ---> job-cost.sh 03:37:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UPtq 03:37:04 gofmt -l . 03:37:04 [ "`gofmt -l .`" = "" ] 03:37:04 ./bin/test-attribution-txt.sh 03:37:06 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:37:06 $ docker stop --time=1 1676b05521e79f56ca1e8d0a499f27d87c4835fd91955a87c33554a3c24598c6 03:37:08 $ docker rm -f 1676b05521e79f56ca1e8d0a499f27d87c4835fd91955a87c33554a3c24598c6 [Pipeline] // withDockerContainer [Pipeline] sh 03:37:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:37:10 Warning: overwriting stash ‘coverage-report’ 03:37:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:37:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:37:12 + ls -al . 03:37:12 total 152 03:37:12 drwxrwxr-x 7 jenkins jenkins 4096 Mar 17 03:37 . 03:37:12 drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 03:34 .. 03:37:12 drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 03:34 .git 03:37:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 03:34 .github 03:37:12 -rw-rw-r-- 1 jenkins jenkins 258 Mar 17 03:34 .gitignore 03:37:12 -rw-rw-r-- 1 jenkins jenkins 7136 Mar 17 03:34 Attribution.txt 03:37:12 -rw-rw-r-- 1 jenkins jenkins 1851 Mar 17 03:34 Dockerfile 03:37:12 -rw-rw-r-- 1 jenkins jenkins 961 Mar 17 03:34 Dockerfile.build 03:37:12 -rw-rw-r-- 1 jenkins jenkins 660 Mar 17 03:34 Jenkinsfile 03:37:12 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 17 03:34 LICENSE 03:37:12 -rw-rw-r-- 1 jenkins jenkins 873 Mar 17 03:34 Makefile 03:37:12 -rw-rw-r-- 1 jenkins jenkins 918 Mar 17 03:34 README.md 03:37:12 -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 03:32 VERSION 03:37:12 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 03:34 bin 03:37:12 drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 03:34 cmd 03:37:12 -rw-r--r-- 1 jenkins jenkins 47526 Mar 17 03:36 coverage.out 03:37:12 -rw-r--r-- 1 jenkins jenkins 809 Mar 17 03:37 go.mod 03:37:12 -rw-r--r-- 1 jenkins jenkins 20236 Mar 17 03:37 go.sum 03:37:12 drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 03:34 internal 03:37:12 -rw-rw-r-- 1 jenkins jenkins 235 Mar 17 03:34 version.go [Pipeline] isUnix [Pipeline] sh 03:37:12 + 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=a8a563f16a92366624110ab09ed6b39fd715c2e6 --label arch=arm64 --label version=0.0.0 . 03:37:12 Sending build context to Docker daemon 580.1kB 03:37:13 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 03:37:13 Step 2/22 : FROM ${BASE} AS builder 03:37:13 ---> 8f9c8e1d356e 03:37:13 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 03:37:13 ---> Running in 9b078debf394 03:37:13 Removing intermediate container 9b078debf394 03:37:13 ---> 857a0135a311 03:37:13 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 03:37:14 ---> Running in 66c816fe58aa 03:37:14 Removing intermediate container 66c816fe58aa 03:37:14 ---> bad8eea79f86 03:37:14 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 03:37:14 ---> Running in 48100df060f5 03:37:15 Removing intermediate container 48100df060f5 03:37:15 ---> 0f243a00ded3 03:37:15 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:15 ---> Running in 609092bd632a 03:37:17 Removing intermediate container 609092bd632a 03:37:17 ---> ebbf4333581d 03:37:17 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 03:37:17 ---> Running in 672659fced40 03:37:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:37:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:37:19 OK: 221 MiB in 53 packages 03:37:20 Removing intermediate container 672659fced40 03:37:20 ---> a33710978c7a 03:37:20 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 03:37:21 ---> Running in ee988081887f 03:37:21 Removing intermediate container ee988081887f 03:37:21 ---> d6772c4b15a2 03:37:21 Step 9/22 : COPY . . 03:37:22 ---> 85c5c0f405d6 03:37:22 Step 10/22 : ARG MAKE='make build' 03:37:22 ---> Running in 94decdecaa4f 03:37:23 Removing intermediate container 94decdecaa4f 03:37:23 ---> 7c1972d00b2d 03:37:23 Step 11/22 : RUN $MAKE 03:37:23 ---> Running in f779a8722f44 03:37:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 03:37:44 lf-activate-venv(): INFO: Adding /tmp/venv-UPtq/bin to PATH 03:37:44 INFO: No Stack... 03:37:44 INFO: Retrieving Pricing Info for: v1-standard-2 03:37:44 INFO: Archiving Costs [Pipeline] sh 03:37:44 + cat /w/workspace/device-virtual-go/2/archives/cost.csv 03:37:44 + cut -d, -f6 [Pipeline] lock 03:37:45 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] 03:37:45 Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] did not exist. Created. 03:37:45 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:37:45 + echo total: 0.029999999329447746 [Pipeline] stash 03:37:45 Stashed 1 file(s) [Pipeline] } 03:37:45 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:38:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 03:38:05 Removing intermediate container f779a8722f44 03:38:05 ---> 56136152b2a1 03:38:05 Step 12/22 : FROM alpine:3.12 03:38:05 3.12: Pulling from library/alpine 03:38:05 dce8679b510e: Pulling fs layer 03:38:05 dce8679b510e: Verifying Checksum 03:38:05 dce8679b510e: Download complete 03:38:06 dce8679b510e: Pull complete 03:38:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:38:06 Status: Downloaded newer image for alpine:3.12 03:38:06 ---> d10569e2745f 03:38:06 Step 13/22 : ENV APP_PORT=49990 03:38:06 ---> Running in bd1d6fafc5e9 03:38:07 Removing intermediate container bd1d6fafc5e9 03:38:07 ---> f6b38df3f60e 03:38:07 Step 14/22 : EXPOSE $APP_PORT 03:38:07 ---> Running in 59a541ed0da4 03:38:07 Removing intermediate container 59a541ed0da4 03:38:07 ---> 0a93bf98f438 03:38:07 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 03:38:09 ---> 27e7d56b6a83 03:38:09 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 03:38:09 ---> b6c8d932988b 03:38:09 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 03:38:10 ---> addda2c2c29f 03:38:10 Step 18/22 : ENTRYPOINT ["/device-virtual"] 03:38:10 ---> Running in e5dd108667ac 03:38:11 Removing intermediate container e5dd108667ac 03:38:11 ---> 2c18758ec782 03:38:11 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:38:11 ---> Running in 4ba62f35e9df 03:38:12 Removing intermediate container 4ba62f35e9df 03:38:12 ---> 722f6155790d 03:38:12 Step 20/22 : LABEL arch=arm64 03:38:12 ---> Running in 889fc9d8ec99 03:38:12 Removing intermediate container 889fc9d8ec99 03:38:12 ---> 683a12a587a7 03:38:12 Step 21/22 : LABEL git_sha=a8a563f16a92366624110ab09ed6b39fd715c2e6 03:38:12 ---> Running in b6477bcdfc11 03:38:13 Removing intermediate container b6477bcdfc11 03:38:13 ---> 4dc9f14ddd61 03:38:13 Step 22/22 : LABEL version=0.0.0 03:38:13 ---> Running in 3e5b5f2f255d 03:38:13 Removing intermediate container 3e5b5f2f255d 03:38:13 ---> e26ae46fcba8 03:38:13 [Warning] One or more build-args [ARCH] were not consumed 03:38:13 Successfully built e26ae46fcba8 03:38:13 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:38:14 ---> job-cost.sh 03:38:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-H7mI 03:38:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:40:30 lf-activate-venv(): INFO: Adding /tmp/venv-H7mI/bin to PATH 03:40:30 INFO: No Stack... 03:40:30 INFO: Retrieving Pricing Info for: lf-standard-4 03:40:30 INFO: Archiving Costs [Pipeline] sh 03:40:30 + cut -d, -f6 03:40:30 + cat /w/workspace/device-virtual-go/2/archives/cost.csv [Pipeline] lock 03:40:30 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] 03:40:30 Resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] did not exist. Created. 03:40:30 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:40:31 /w/workspace/device-virtual-go/2@tmp/durable-987b81d8/script.sh: 1: /w/workspace/device-virtual-go/2@tmp/durable-987b81d8/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:40:31 + echo total: 0.20999999344348907 [Pipeline] stash 03:40:31 Warning: overwriting stash ‘stack-cost’ 03:40:31 Stashed 1 file(s) [Pipeline] } 03:40:31 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-169-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:40:33 provisioning config files... 03:40:33 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config3917918881683439236tmp [Pipeline] { [Pipeline] sh 03:40:33 + set +x 03:40:33 + curl -s https://codecov.io/bash 03:40:33 + bash -s -- 03:40:34 03:40:34 _____ _ 03:40:34 / ____| | | 03:40:34 | | ___ __| | ___ ___ _____ __ 03:40:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:40:34 | |___| (_) | (_| | __/ (_| (_) \ V / 03:40:34 \_____\___/ \__,_|\___|\___\___/ \_/ 03:40:34 Bash-20210309-2b87ace 03:40:34 03:40:34 03:40:34 ==> git version 2.24.3 found 03:40:34 ==> 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 03:40:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:40:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:40:34 curl: option -sm: expected a proper numerical parameter 03:40:34 curl: try 'curl --help' or 'curl --manual' for more information 03:40:34 ==> Jenkins CI detected. 03:40:34 project root: . 03:40:34 --> token set from env 03:40:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:40:34 ==> Running gcov in . (disable via -X gcov) 03:40:34 ==> Python coveragepy not found 03:40:34 ==> Searching for coverage reports in: 03:40:34 + . 03:40:34 -> Found 1 reports 03:40:34 ==> Detecting git/mercurial file structure 03:40:34 ==> Reading reports 03:40:34 + ./coverage.out bytes=47526 03:40:34 ==> Appending adjustments 03:40:34 https://docs.codecov.io/docs/fixing-reports 03:40:34 + Found adjustments 03:40:34 ==> Gzipping contents 03:40:34 8.0K /tmp/codecov.XPxhdG.gz 03:40:34 ==> Uploading reports 03:40:34 url: https://codecov.io 03:40:34 query: branch=PR-169&commit=a8a563f16a92366624110ab09ed6b39fd715c2e6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= 03:40:34 -> Pinging Codecov 03:40:34 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-169&commit=a8a563f16a92366624110ab09ed6b39fd715c2e6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-169%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=169&job=&cmd_args= 03:40:34 -> Uploading to 03:40:34 https://storage.googleapis.com/codecov/v4/raw/2021-03-17/5E52B4B073DB2E39498172D8E973AA87/a8a563f16a92366624110ab09ed6b39fd715c2e6/c755357a-48ef-481e-b056-2a740e8e3e29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T034034Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88af94daa6af2f559af5acbe26767fd8df57359ba3779d4b4a280f33f34f175e 03:40:34 % Total % Received % Xferd Average Speed Time Time Time Current 03:40:34 Dload Upload Total Spent Left Speed 03:40:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5781 0 0 100 5781 0 12406 --:--:-- --:--:-- --:--:-- 12405 03:40:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/a8a563f16a92366624110ab09ed6b39fd715c2e6 [Pipeline] } 03:40:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:40:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:40:38 ---> package-listing.sh 03:40:38 ++ facter osfamily 03:40:38 ++ tr '[:upper:]' '[:lower:]' 03:40:38 + OS_FAMILY=redhat 03:40:38 + workspace=/w/workspace/foundry_device-virtual-go_PR-169 03:40:38 + START_PACKAGES=/tmp/packages_start.txt 03:40:38 + END_PACKAGES=/tmp/packages_end.txt 03:40:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:40:38 + PACKAGES=/tmp/packages_start.txt 03:40:38 + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' 03:40:38 + PACKAGES=/tmp/packages_end.txt 03:40:38 + case "${OS_FAMILY}" in 03:40:38 + rpm -qa 03:40:38 + sort 03:40:43 + '[' -f /tmp/packages_start.txt ']' 03:40:43 + '[' -f /tmp/packages_end.txt ']' 03:40:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:40:43 + '[' /w/workspace/foundry_device-virtual-go_PR-169 ']' 03:40:43 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-169/archives/ 03:40:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-169/archives/ [Pipeline] echo 03:40:43 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:40:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:40:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:40:44 03:40:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:40:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:40:44 alpine: Pulling from edgex-lftools-log-publisher 03:40:44 df20fa9351a1: Pulling fs layer 03:40:44 36b3adc4ff6f: Pulling fs layer 03:40:44 8ad3a11d3b57: Pulling fs layer 03:40:44 46f8f816bc3b: Pulling fs layer 03:40:44 93b61091891f: Pulling fs layer 03:40:44 93b9cdb0e59b: Pulling fs layer 03:40:44 5e14af77c1be: Pulling fs layer 03:40:44 01666e4c0597: Pulling fs layer 03:40:44 aa168da1d23b: Pulling fs layer 03:40:44 93b9cdb0e59b: Waiting 03:40:44 5e14af77c1be: Waiting 03:40:44 01666e4c0597: Waiting 03:40:44 46f8f816bc3b: Waiting 03:40:44 93b61091891f: Waiting 03:40:44 36b3adc4ff6f: Download complete 03:40:44 46f8f816bc3b: Verifying Checksum 03:40:44 46f8f816bc3b: Download complete 03:40:44 df20fa9351a1: Verifying Checksum 03:40:44 df20fa9351a1: Download complete 03:40:44 93b61091891f: Verifying Checksum 03:40:44 93b61091891f: Download complete 03:40:44 93b9cdb0e59b: Verifying Checksum 03:40:44 93b9cdb0e59b: Download complete 03:40:44 5e14af77c1be: Verifying Checksum 03:40:44 5e14af77c1be: Download complete 03:40:44 01666e4c0597: Verifying Checksum 03:40:44 01666e4c0597: Download complete 03:40:44 df20fa9351a1: Pull complete 03:40:45 36b3adc4ff6f: Pull complete 03:40:45 8ad3a11d3b57: Verifying Checksum 03:40:45 8ad3a11d3b57: Download complete 03:40:46 8ad3a11d3b57: Pull complete 03:40:46 46f8f816bc3b: Pull complete 03:40:46 93b61091891f: Pull complete 03:40:47 93b9cdb0e59b: Pull complete 03:40:47 aa168da1d23b: Verifying Checksum 03:40:47 aa168da1d23b: Download complete 03:40:47 5e14af77c1be: Pull complete 03:40:47 01666e4c0597: Pull complete 03:40:54 aa168da1d23b: Pull complete 03:40:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:40:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:40:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:40:54 prd-centos7-docker-4c-2g-30108 does not seem to be running inside a container 03:40:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-169 -v /w/workspace/foundry_device-virtual-go_PR-169:/w/workspace/foundry_device-virtual-go_PR-169:rw,z -v /w/workspace/foundry_device-virtual-go_PR-169@tmp:/w/workspace/foundry_device-virtual-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:40:57 $ docker top 74a6186e29aed5a69cf6118d66c753f1912568c06f2fbf26ae6a1bc3369434da -eo pid,comm [Pipeline] { [Pipeline] sh 03:40:57 + touch /tmp/pre-build-complete [Pipeline] sh 03:40:58 + mkdir -p /var/log/sa [Pipeline] sh 03:40:58 + ls /var/log/sa-host 03:40:58 + sadf -c /var/log/sa-host/sa17 03:40:58 file_magic: OK 03:40:58 HZ: Using current value: 100 03:40:58 file_header: OK 03:40:58 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 03:40:58 Statistics: 03:40:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:40:58 File successfully converted to sysstat format version 12.2.1 03:40:58 + sadf -c /var/log/sa-host/sa23 03:40:58 file_magic: OK 03:40:58 HZ: Using current value: 100 03:40:58 file_header: OK 03:40:58 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 03:40:58 Statistics: 03:40:58 Hnuu...uuuununununu... 03:40:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:40:58 provisioning config files... 03:40:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-169@tmp/config8227883138188274722tmp [Pipeline] { [Pipeline] echo 03:40:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:40:59 ---> create-netrc.sh [Pipeline] } 03:40:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:40:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:40:59 ---> python-tools-install.sh [Pipeline] echo 03:40:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:40:59 ---> sudo-logs.sh 03:40:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:40:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:41:00 ---> job-cost.sh 03:41:00 lf-activate-venv: SKIPPING 03:41:00 DEBUG: total: 0.20999999344348907 03:41:00 INFO: Retrieving Stack Cost... 03:41:01 INFO: Retrieving Pricing Info for: v1-standard-2 03:41:01 INFO: Archiving Costs [Pipeline] echo 03:41:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:41:01 ---> logs-deploy.sh 03:41:01 lf-activate-venv: SKIPPING 03:41:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-169/2 03:41:01 INFO: archiving workspace using pattern(s): 03:41:03 Archives upload complete. 03:41:03 INFO: archiving logs to Nexus