Pull request #131 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 cloudxxx8 for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 0bdbb39be9e937d9eb65e31b1035fd53aea774b9+f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 (4a9c9749a11a2242930621bdb0d648692951c64f) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-237 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-131 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 Merge succeeded, producing 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 Checking out Revision 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 (PR-131) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # 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 f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 Commit message: "build: upgrade device-sdk-go with dependabot" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 245d7e668346fa66fe14ab9bae009c913ffe8add # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:11:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:11:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:11:34 ========================================================= 16:11:34 EdgeX Global Pipelines Version Info 16:11:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:11:36 ------------------- 16:11:36 stable info: 16:11:36 ------------------- 16:11:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:11:36 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 16:11:36 Message: update stable to v1.0.122 16:11:37 ------------------- 16:11:37 experimental info: 16:11:37 ------------------- 16:11:37 Commited By: **** collab-it+edgex@linuxfoundation.org 16:11:37 Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 16:11:37 Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:11:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 16:11:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 16:11:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:11:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo 16:11:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo 16:11:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo 16:11:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [Pipeline] echo 16:11:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0bdbb39 [Pipeline] echo 16:11:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:11:41 + git log --format=format:%s -1 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [Pipeline] echo 16:11:41 GIT_COMMIT: 0bdbb39be9e937d9eb65e31b1035fd53aea774b9, Commit Message: build: upgrade device-sdk-go with dependabot [Pipeline] echo 16:11:41 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:11:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:43 16:11:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:11:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:44 latest: Pulling from edgex-devops/git-semver 16:11:44 31603596830f: Pulling fs layer 16:11:44 2a8b12db71e7: Pulling fs layer 16:11:44 6ca5941a6612: Pulling fs layer 16:11:44 ecc8261a40a4: Pulling fs layer 16:11:44 ecc8261a40a4: Waiting 16:11:44 2a8b12db71e7: Verifying Checksum 16:11:44 2a8b12db71e7: Download complete 16:11:45 31603596830f: Download complete 16:11:46 ecc8261a40a4: Verifying Checksum 16:11:46 ecc8261a40a4: Download complete 16:11:46 6ca5941a6612: Verifying Checksum 16:11:46 6ca5941a6612: Download complete 16:11:46 31603596830f: Pull complete 16:11:46 2a8b12db71e7: Pull complete 16:11:48 6ca5941a6612: Pull complete 16:11:49 ecc8261a40a4: Pull complete 16:11:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:11:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:11:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:11:49 prd-centos7-docker-4c-2g-237 does not seem to be running inside a container 16:11:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:11:52 $ docker top 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:11:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:53 [ssh-agent] Looking for ssh-agent implementation... 16:11:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:53 $ docker exec 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent 16:11:54 SSH_AUTH_SOCK=/tmp/ssh-lK6YC4wxeJPi/agent.12 16:11:54 SSH_AGENT_PID=17 16:11:54 Running ssh-add (command line suppressed) 16:11:54 Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8931196044782951496.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8931196044782951496.key) 16:11:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:55 + git describe --exact-match --tags HEAD 16:11:55 fatal: No names found, cannot describe anything. [Pipeline] } 16:11:55 $ docker exec --env ******** --env ******** 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent -k 16:11:55 unset SSH_AUTH_SOCK; 16:11:55 unset SSH_AGENT_PID; 16:11:55 echo Agent pid 17 killed; 16:11:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 16:11:55 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 16:11:55 This usually means this commit has not been tagged. [Pipeline] sshagent 16:11:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:55 [ssh-agent] Looking for ssh-agent implementation... 16:11:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:56 $ docker exec 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent 16:11:56 SSH_AUTH_SOCK=/tmp/ssh-l073jBl03vCZ/agent.46 16:11:56 SSH_AGENT_PID=51 16:11:56 Running ssh-add (command line suppressed) 16:11:56 Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_7196305031963224508.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_7196305031963224508.key) 16:11:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:57 + git semver init 16:11:57 # -> Open(): unable to determine branch for HEAD 16:11:57 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git 16:11:57 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 16:11:57 # $SEMVER_REMOTE_NAME = origin 16:11:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:11:57 # $SEMVER_USER_NAME = edgex-jenkins 16:11:57 # $SEMVER_BRANCH = PR-131 16:11:57 # $SEMVER_TEMP = /tmp/semver-364525805 16:11:57 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 16:11:57 # '/tmp/semver-364525805' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' 16:11:57 # -> Force: false 16:11:57 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } 16:11:57 $ docker exec --env ******** --env ******** 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent -k 16:11:58 unset SSH_AUTH_SOCK; 16:11:58 unset SSH_AGENT_PID; 16:11:58 echo Agent pid 51 killed; 16:11:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:11:59 + git semver [Pipeline] } 16:11:59 $ docker stop --time=1 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 16:12:01 $ docker rm -f 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 16:12:02 Stashed 27 file(s) [Pipeline] echo 16:12:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 16:12:03 Archived original 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 16:12:18 Still waiting to schedule task 16:12:18 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:12:18 Still waiting to schedule task 16:12:18 ‘prd-ubuntu18.04-docker-arm64-4c-16g-235’ is offline 16:14:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-238 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws 16:14:17 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 16:14:22 using credential edgex-jenkins-ssh 16:14:22 Cloning the remote Git repository 16:14:22 Cloning with configured refspecs honoured and without tags 16:14:22 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 16:14:23 > git init /w/workspace/device-virtual-go/2 # timeout=10 16:14:23 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:14:23 > git --version # timeout=10 16:14:23 > git --version # 'git version 2.17.1' 16:14:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:23 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:14:23 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 16:14:23 Fetching without tags 16:14:24 Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 16:14:24 Merge succeeded, producing 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 16:14:24 Checking out Revision 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 (PR-131) 16:14:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:23 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:14:23 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:14:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:24 > git config core.sparsecheckout # timeout=10 16:14:24 > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 16:14:24 > git remote # timeout=10 16:14:24 > git config --get remote.origin.url # timeout=10 16:14:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:24 > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 16:14:24 > git rev-parse HEAD^{commit} # timeout=10 16:14:24 > git config core.sparsecheckout # timeout=10 16:14:24 > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 16:14:27 Running on prd-centos7-docker-4c-2g-239 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws 16:14:27 Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout 16:14:29 Commit message: "build: upgrade device-sdk-go with dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 16:14:29 using credential edgex-jenkins-ssh [Pipeline] script 16:14:29 Cloning the remote Git repository 16:14:29 Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:14:30 ========================================================= 16:14:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:14:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:14:29 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 16:14:29 > git init /w/workspace/device-virtual-go/2 # timeout=10 16:14:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:14:30 > git --version # timeout=10 16:14:30 > git --version # 'git version 2.16.5' 16:14:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:30 Fetching without tags 16:14:31 Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 16:14:31 + 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 . 16:14:31 Merge succeeded, producing 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 16:14:31 Checking out Revision 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 (PR-131) 16:14:30 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:14:30 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 16:14:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:30 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:14:30 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:14:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:14:31 > git config core.sparsecheckout # timeout=10 16:14:31 > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 16:14:31 > git remote # timeout=10 16:14:31 > git config --get remote.origin.url # timeout=10 16:14:31 using GIT_SSH to set credentials SSH Credentials for GitHub 16:14:31 > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 16:14:31 > git rev-parse HEAD^{commit} # timeout=10 16:14:31 > git config core.sparsecheckout # timeout=10 16:14:31 > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 16:14:32 Sending build context to Docker daemon 550.9kB 16:14:32 Step 1/8 : ARG BASE=golang:1.15-alpine 16:14:32 Step 2/8 : FROM ${BASE} 16:14:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:14:32 b538f80385f9: Pulling fs layer 16:14:32 74f711af9a0d: Pulling fs layer 16:14:32 99f96fe45779: Pulling fs layer 16:14:32 8529a6b9a6be: Pulling fs layer 16:14:32 45590311c82a: Pulling fs layer 16:14:32 69ca0ff8b7b3: Pulling fs layer 16:14:32 209524e5b208: Pulling fs layer 16:14:32 45590311c82a: Waiting 16:14:32 69ca0ff8b7b3: Waiting 16:14:32 209524e5b208: Waiting 16:14:32 8529a6b9a6be: Waiting 16:14:32 99f96fe45779: Verifying Checksum 16:14:32 99f96fe45779: Download complete 16:14:32 74f711af9a0d: Verifying Checksum 16:14:32 74f711af9a0d: Download complete 16:14:32 45590311c82a: Verifying Checksum 16:14:32 45590311c82a: Download complete 16:14:32 69ca0ff8b7b3: Download complete 16:14:32 b538f80385f9: Verifying Checksum 16:14:32 b538f80385f9: Download complete 16:14:33 b538f80385f9: Pull complete 16:14:34 74f711af9a0d: Pull complete 16:14:34 99f96fe45779: Pull complete 16:14:35 209524e5b208: Verifying Checksum 16:14:35 209524e5b208: Download complete 16:14:35 Commit message: "build: upgrade device-sdk-go with dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:14:35 ========================================================= 16:14:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:14:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:14: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 . 16:14:36 8529a6b9a6be: Verifying Checksum 16:14:36 8529a6b9a6be: Download complete 16:14:36 Sending build context to Docker daemon 550.9kB 16:14:36 Step 1/8 : ARG BASE=golang:1.15-alpine 16:14:36 Step 2/8 : FROM ${BASE} 16:14:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:14:36 df20fa9351a1: Pulling fs layer 16:14:36 ed8968b2872e: Pulling fs layer 16:14:36 a92cc7c5fd73: Pulling fs layer 16:14:36 e871e8e8d7a9: Pulling fs layer 16:14:36 e73272ec9a57: Pulling fs layer 16:14:36 1e910a182e73: Pulling fs layer 16:14:36 4e634b169226: Pulling fs layer 16:14:36 e73272ec9a57: Waiting 16:14:36 1e910a182e73: Waiting 16:14:36 4e634b169226: Waiting 16:14:36 e871e8e8d7a9: Waiting 16:14:36 a92cc7c5fd73: Verifying Checksum 16:14:36 a92cc7c5fd73: Download complete 16:14:36 ed8968b2872e: Verifying Checksum 16:14:36 ed8968b2872e: Download complete 16:14:36 e73272ec9a57: Verifying Checksum 16:14:36 e73272ec9a57: Download complete 16:14:36 1e910a182e73: Verifying Checksum 16:14:36 1e910a182e73: Download complete 16:14:36 df20fa9351a1: Verifying Checksum 16:14:36 df20fa9351a1: Download complete 16:14:37 df20fa9351a1: Pull complete 16:14:37 ed8968b2872e: Pull complete 16:14:37 a92cc7c5fd73: Pull complete 16:14:38 4e634b169226: Verifying Checksum 16:14:38 4e634b169226: Download complete 16:14:39 e871e8e8d7a9: Verifying Checksum 16:14:39 e871e8e8d7a9: Download complete 16:14:44 e871e8e8d7a9: Pull complete 16:14:44 e73272ec9a57: Pull complete 16:14:44 1e910a182e73: Pull complete 16:14:48 4e634b169226: Pull complete 16:14:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:14:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:14:48 ---> f7629b54cfaa 16:14:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:14:48 ---> Running in 7f9509da865a 16:14:48 Removing intermediate container 7f9509da865a 16:14:48 ---> 274367dff01c 16:14:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:48 ---> Running in 914c262fa685 16:14:48 8529a6b9a6be: Pull complete 16:14:48 45590311c82a: Pull complete 16:14:48 69ca0ff8b7b3: Pull complete 16:14:50 Removing intermediate container 914c262fa685 16:14:50 ---> a594ffef9022 16:14:50 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:14:50 ---> Running in 4f5ec9d12498 16:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:14:51 209524e5b208: Pull complete 16:14:51 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:14:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:14:51 ---> 5bddaf1c2fca 16:14:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:14:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:14:52 (1/14) Installing libmagic (5.38-r0) 16:14:53 (2/14) Installing file (5.38-r0) 16:14:53 (3/14) Installing libc-dev (0.7.2-r3) 16:14:53 (4/14) Installing g++ (9.3.0-r2) 16:14:54 ---> Running in ab337182c63c 16:14:54 Removing intermediate container ab337182c63c 16:14:54 ---> 5401e097ee63 16:14:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:54 ---> Running in 26b6dd6263f4 16:14:57 Removing intermediate container 26b6dd6263f4 16:14:57 ---> 3bb58885366b 16:14:57 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:14:57 ---> Running in 7b23ea223c4a 16:14:58 (5/14) Installing fortify-headers (1.1-r0) 16:14:58 (6/14) Installing patch (2.7.6-r6) 16:14:58 (7/14) Installing build-base (0.5-r2) 16:14:58 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:14:58 (9/14) Installing libedit (20191231.3.1-r0) 16:14:58 (10/14) Installing openssh-client (8.3_p1-r0) 16:14:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:59 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:14:59 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:14:59 (13/14) Installing openssh-server (8.3_p1-r0) 16:14:59 (14/14) Installing openssh (8.3_p1-r0) 16:14:59 Executing busybox-1.31.1-r16.trigger 16:14:59 OK: 237 MiB in 53 packages 16:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:01 (1/14) Installing libmagic (5.38-r0) 16:15:01 (2/14) Installing file (5.38-r0) 16:15:01 (3/14) Installing libc-dev (0.7.2-r3) 16:15:01 (4/14) Installing g++ (9.3.0-r2) 16:15:03 Removing intermediate container 4f5ec9d12498 16:15:03 ---> ee35a83b5e6e 16:15:03 Step 6/8 : WORKDIR /device-virtual-go 16:15:03 ---> Running in 6618296bfbfa 16:15:03 Removing intermediate container 6618296bfbfa 16:15:03 ---> 054d9bc86fc6 16:15:03 Step 7/8 : COPY . . 16:15:03 ---> cea34e0929bb 16:15:03 Step 8/8 : RUN go mod download 16:15:03 ---> Running in 86e13d6306a8 16:15:05 (5/14) Installing fortify-headers (1.1-r0) 16:15:05 (6/14) Installing patch (2.7.6-r6) 16:15:05 (7/14) Installing build-base (0.5-r2) 16:15:05 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:15:05 (9/14) Installing libedit (20191231.3.1-r0) 16:15:05 (10/14) Installing openssh-client (8.3_p1-r0) 16:15:05 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:15:05 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:15:05 (13/14) Installing openssh-server (8.3_p1-r0) 16:15:06 (14/14) Installing openssh (8.3_p1-r0) 16:15:06 Executing busybox-1.31.1-r16.trigger 16:15:06 OK: 221 MiB in 53 packages 16:15:10 Removing intermediate container 7b23ea223c4a 16:15:10 ---> 1fcff9770a35 16:15:10 Step 6/8 : WORKDIR /device-virtual-go 16:15:10 ---> Running in de7eef871620 16:15:11 Removing intermediate container de7eef871620 16:15:11 ---> 921d3da24ace 16:15:11 Step 7/8 : COPY . . 16:15:12 ---> 930ec9875cfa 16:15:12 Step 8/8 : RUN go mod download 16:15:12 ---> Running in 504d8bd483c6 16:15:18 Removing intermediate container 86e13d6306a8 16:15:18 ---> 97e84c752aaa 16:15:18 Successfully built 97e84c752aaa 16:15:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:15:19 + docker inspect -f . ci-base-image-x86_64 16:15:19 . [Pipeline] withDockerContainer 16:15:19 prd-centos7-docker-4c-2g-239 does not seem to be running inside a container 16:15:19 $ 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 ******** ci-base-image-x86_64 cat 16:15:20 $ docker top 020cdc4dc4b11715ff7cb095ee160ee43761089f32aaa1ccf81b98661851306d -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:21 + go version 16:15:21 go version go1.15.2 linux/amd64 [Pipeline] } 16:15:21 $ docker stop --time=1 020cdc4dc4b11715ff7cb095ee160ee43761089f32aaa1ccf81b98661851306d 16:15:22 $ docker rm -f 020cdc4dc4b11715ff7cb095ee160ee43761089f32aaa1ccf81b98661851306d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:23 + docker inspect -f . ci-base-image-x86_64 16:15:23 . [Pipeline] withDockerContainer 16:15:23 prd-centos7-docker-4c-2g-239 does not seem to be running inside a container 16:15:23 $ 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 ******** ci-base-image-x86_64 cat 16:15:24 $ docker top 5b150cc62cfc34f6f849c2f47dd7bccbeb786c17b900be49e5f0b346b1e3df15 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:24 + make test 16:15:24 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:15:25 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:15:27 Removing intermediate container 504d8bd483c6 16:15:27 ---> e2ab73610a1d 16:15:27 Successfully built e2ab73610a1d 16:15:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:15:27 + docker inspect -f . ci-base-image-arm64 16:15:27 . [Pipeline] withDockerContainer 16:15:27 prd-ubuntu18.04-docker-arm64-4c-16g-238 does not seem to be running inside a container 16:15:27 $ 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 ******** ci-base-image-arm64 cat 16:15:29 $ docker top e60afcbf0e31cfef21c35b53a04cf5d8f0ab2536c9435cf1d9d50ae8651b0920 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:30 + go version 16:15:30 go version go1.15.2 linux/arm64 [Pipeline] } 16:15:31 $ docker stop --time=1 e60afcbf0e31cfef21c35b53a04cf5d8f0ab2536c9435cf1d9d50ae8651b0920 16:15:32 $ docker rm -f e60afcbf0e31cfef21c35b53a04cf5d8f0ab2536c9435cf1d9d50ae8651b0920 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:34 + docker inspect -f . ci-base-image-arm64 16:15:34 . [Pipeline] withDockerContainer 16:15:34 prd-ubuntu18.04-docker-arm64-4c-16g-238 does not seem to be running inside a container 16:15:34 $ 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 ******** ci-base-image-arm64 cat 16:15:36 $ docker top b0c37fea97cb4cc0ae6e6df23f1275f1dc518290cc5eb311bb08deb3d4430786 -eo pid,comm [Pipeline] { [Pipeline] sh 16:15:37 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 16:15:37 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.140s coverage: 56.4% of statements 16:15:37 + make test 16:15:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:15:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:15:38 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:15:40 gofmt -l . 16:15:40 [ "`gofmt -l .`" = "" ] 16:15:40 ./bin/test-attribution-txt.sh 16:15:41 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:15:41 Stashed 1 file(s) [Pipeline] } 16:15:41 $ docker stop --time=1 5b150cc62cfc34f6f849c2f47dd7bccbeb786c17b900be49e5f0b346b1e3df15 16:15:44 $ docker rm -f 5b150cc62cfc34f6f849c2f47dd7bccbeb786c17b900be49e5f0b346b1e3df15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:15:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:15:45 + ls -al . 16:15:45 total 108 16:15:45 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 17 16:15 . 16:15:45 drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 16:14 .. 16:15:45 -rw-rw-r--. 1 jenkins jenkins 6036 Sep 17 16:14 Attribution.txt 16:15:45 drwxrwxr-x. 2 jenkins jenkins 64 Sep 17 16:14 bin 16:15:45 drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 16:14 cmd 16:15:45 -rw-r--r--. 1 jenkins jenkins 29142 Sep 17 16:15 coverage.out 16:15:45 -rw-rw-r--. 1 jenkins jenkins 1834 Sep 17 16:14 Dockerfile 16:15:45 -rw-rw-r--. 1 jenkins jenkins 957 Sep 17 16:14 Dockerfile.build 16:15:45 drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 16:14 .git 16:15:45 drwxrwxr-x. 2 jenkins jenkins 60 Sep 17 16:14 .github 16:15:45 -rw-rw-r--. 1 jenkins jenkins 258 Sep 17 16:14 .gitignore 16:15:45 -rw-r--r--. 1 jenkins jenkins 862 Sep 17 16:15 go.mod 16:15:45 -rw-r--r--. 1 jenkins jenkins 14908 Sep 17 16:15 go.sum 16:15:45 drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 16:14 internal 16:15:45 -rw-rw-r--. 1 jenkins jenkins 660 Sep 17 16:14 Jenkinsfile 16:15:45 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 16:14 LICENSE 16:15:45 -rw-rw-r--. 1 jenkins jenkins 873 Sep 17 16:14 Makefile 16:15:45 -rw-rw-r--. 1 jenkins jenkins 918 Sep 17 16:14 README.md 16:15:45 drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 16:14 .semver 16:15:45 -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 16:12 VERSION 16:15:45 -rw-rw-r--. 1 jenkins jenkins 235 Sep 17 16:14 version.go [Pipeline] isUnix [Pipeline] sh 16:15:46 + 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=0bdbb39be9e937d9eb65e31b1035fd53aea774b9 --label arch=amd64 --label version=0.0.0 . 16:15:46 Sending build context to Docker daemon 596.5kB 16:15:46 Step 1/22 : ARG BASE=golang:1.15-alpine 16:15:46 Step 2/22 : FROM ${BASE} AS builder 16:15:46 ---> 97e84c752aaa 16:15:46 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 16:15:46 ---> Running in 518d19bcc467 16:15:46 Removing intermediate container 518d19bcc467 16:15:46 ---> a82027e41d97 16:15:46 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 16:15:46 ---> Running in 7da88f115067 16:15:47 Removing intermediate container 7da88f115067 16:15:47 ---> deab73ee9bc3 16:15:47 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 16:15:47 ---> Running in 3a6e71316635 16:15:47 Removing intermediate container 3a6e71316635 16:15:47 ---> ac439ec4a9ac 16:15:47 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:47 ---> Running in 77f7b110f963 16:15:48 Removing intermediate container 77f7b110f963 16:15:48 ---> cff49b3e1974 16:15:48 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:15:48 ---> Running in 545ecd484acd 16:15:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:49 OK: 237 MiB in 53 packages 16:15:50 Removing intermediate container 545ecd484acd 16:15:50 ---> e9b6474bcf07 16:15:50 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 16:15:50 ---> Running in 2d1d7aad75f8 16:15:50 Removing intermediate container 2d1d7aad75f8 16:15:50 ---> db8aa3cb62cf 16:15:50 Step 9/22 : COPY . . 16:15:51 ---> dfc5ba4e24e1 16:15:51 Step 10/22 : ARG MAKE='make build' 16:15:51 ---> Running in a0380775d4ef 16:15:51 Removing intermediate container a0380775d4ef 16:15:51 ---> 8e3bff90aff1 16:15:51 Step 11/22 : RUN $MAKE 16:15:51 ---> Running in 5975e22a5bba 16:15:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 16:16:02 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:16:05 Removing intermediate container 5975e22a5bba 16:16:05 ---> 6015832b0d9e 16:16:05 Step 12/22 : FROM alpine 16:16:05 latest: Pulling from library/alpine 16:16:05 df20fa9351a1: Already exists 16:16:05 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 16:16:05 Status: Downloaded newer image for alpine:latest 16:16:05 ---> a24bb4013296 16:16:05 Step 13/22 : ENV APP_PORT=49990 16:16:05 ---> Running in cd56b5e23cac 16:16:06 Removing intermediate container cd56b5e23cac 16:16:06 ---> df4788828e92 16:16:06 Step 14/22 : EXPOSE $APP_PORT 16:16:06 ---> Running in 39e4ba9e5362 16:16:06 Removing intermediate container 39e4ba9e5362 16:16:06 ---> 7bd1f465408a 16:16:06 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 16:16:06 ---> 79ba4757ce6c 16:16:06 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 16:16:07 ---> ec2b328eb693 16:16:07 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 16:16:07 ---> f1d978fad569 16:16:07 Step 18/22 : ENTRYPOINT ["/device-virtual"] 16:16:07 ---> Running in 2371e2b4cfb3 16:16:07 Removing intermediate container 2371e2b4cfb3 16:16:07 ---> 6654eba6b020 16:16:07 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:07 ---> Running in 3982ad18a7da 16:16:07 Removing intermediate container 3982ad18a7da 16:16:07 ---> c8770a29c60b 16:16:07 Step 20/22 : LABEL arch=amd64 16:16:08 ---> Running in ab1fd75ba6f0 16:16:08 Removing intermediate container ab1fd75ba6f0 16:16:08 ---> e85c64eed65d 16:16:08 Step 21/22 : LABEL git_sha=0bdbb39be9e937d9eb65e31b1035fd53aea774b9 16:16:08 ---> Running in 348506e58866 16:16:08 Removing intermediate container 348506e58866 16:16:08 ---> 135a0d4e411b 16:16:08 Step 22/22 : LABEL version=0.0.0 16:16:08 ---> Running in 6c7daad069bf 16:16:08 Removing intermediate container 6c7daad069bf 16:16:08 ---> 36d5a2d1b957 16:16:08 [Warning] One or more build-args [ARCH] were not consumed 16:16:08 Successfully built 36d5a2d1b957 16:16:08 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:16:17 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 16:16:17 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.620s coverage: 56.4% of statements 16:16:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:16:28 gofmt -l . 16:16:28 [ "`gofmt -l .`" = "" ] 16:16:28 ./bin/test-attribution-txt.sh 16:16:28 ./bin/test-go-mod-tidy.sh [Pipeline] stash 16:16:28 Warning: overwriting stash ‘coverage-report’ 16:16:29 Stashed 1 file(s) [Pipeline] } 16:16:29 $ docker stop --time=1 b0c37fea97cb4cc0ae6e6df23f1275f1dc518290cc5eb311bb08deb3d4430786 16:16:31 $ docker rm -f b0c37fea97cb4cc0ae6e6df23f1275f1dc518290cc5eb311bb08deb3d4430786 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:16:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:16:33 + ls -al . 16:16:33 total 136 16:16:33 drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 16:16 . 16:16:33 drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 16:14 .. 16:16:33 drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 16:14 .git 16:16:33 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 16:14 .github 16:16:33 -rw-rw-r-- 1 jenkins jenkins 258 Sep 17 16:14 .gitignore 16:16:33 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 16:14 .semver 16:16:33 -rw-rw-r-- 1 jenkins jenkins 6036 Sep 17 16:14 Attribution.txt 16:16:33 -rw-rw-r-- 1 jenkins jenkins 1834 Sep 17 16:14 Dockerfile 16:16:33 -rw-rw-r-- 1 jenkins jenkins 957 Sep 17 16:14 Dockerfile.build 16:16:33 -rw-rw-r-- 1 jenkins jenkins 660 Sep 17 16:14 Jenkinsfile 16:16:33 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 16:14 LICENSE 16:16:33 -rw-rw-r-- 1 jenkins jenkins 873 Sep 17 16:14 Makefile 16:16:33 -rw-rw-r-- 1 jenkins jenkins 918 Sep 17 16:14 README.md 16:16:33 -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 16:12 VERSION 16:16:33 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 16:14 bin 16:16:33 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 16:14 cmd 16:16:33 -rw-r--r-- 1 jenkins jenkins 29142 Sep 17 16:16 coverage.out 16:16:33 -rw-r--r-- 1 jenkins jenkins 862 Sep 17 16:16 go.mod 16:16:33 -rw-r--r-- 1 jenkins jenkins 14908 Sep 17 16:16 go.sum 16:16:33 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 16:14 internal 16:16:33 -rw-rw-r-- 1 jenkins jenkins 235 Sep 17 16:14 version.go [Pipeline] isUnix [Pipeline] sh 16:16:33 + 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=0bdbb39be9e937d9eb65e31b1035fd53aea774b9 --label arch=arm64 --label version=0.0.0 . 16:16:33 Sending build context to Docker daemon 596.5kB 16:16:33 Step 1/22 : ARG BASE=golang:1.15-alpine 16:16:33 Step 2/22 : FROM ${BASE} AS builder 16:16:33 ---> e2ab73610a1d 16:16:33 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 16:16:34 ---> Running in 5b6720a6b974 16:16:34 Removing intermediate container 5b6720a6b974 16:16:34 ---> a77319e51132 16:16:34 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 16:16:34 ---> Running in 31feb01e4b0b 16:16:35 Removing intermediate container 31feb01e4b0b 16:16:35 ---> fad4d4acf932 16:16:35 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 16:16:35 ---> Running in 7ca4a6f83712 16:16:35 Removing intermediate container 7ca4a6f83712 16:16:35 ---> 5bd264550309 16:16:35 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:35 ---> Running in 309f5f641cb8 16:16:38 Removing intermediate container 309f5f641cb8 16:16:38 ---> 597c50f98a60 16:16:38 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:16:38 ---> Running in 9a44d14cf92f 16:16:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:16:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:16:41 OK: 221 MiB in 53 packages 16:16:42 Removing intermediate container 9a44d14cf92f 16:16:42 ---> 7aefc0fa7bb2 16:16:42 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 16:16:42 ---> Running in 1fb52e98c8fe 16:16:42 Removing intermediate container 1fb52e98c8fe 16:16:42 ---> 360cd15b44c6 16:16:42 Step 9/22 : COPY . . 16:16:43 ---> fcebc32b4e4a 16:16:43 Step 10/22 : ARG MAKE='make build' 16:16:43 ---> Running in 4bc84b23004b 16:16:44 Removing intermediate container 4bc84b23004b 16:16:44 ---> 35b8cda8d919 16:16:44 Step 11/22 : RUN $MAKE 16:16:44 ---> Running in 137cc75edb5a 16:16:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 16:17:18 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:17:23 Removing intermediate container 137cc75edb5a 16:17:23 ---> 45650f68561a 16:17:23 Step 12/22 : FROM alpine 16:17:23 latest: Pulling from library/alpine 16:17:23 b538f80385f9: Already exists 16:17:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 16:17:23 Status: Downloaded newer image for alpine:latest 16:17:23 ---> 62ee0e9f8440 16:17:23 Step 13/22 : ENV APP_PORT=49990 16:17:23 ---> Running in 9ec4da62c2b0 16:17:23 Removing intermediate container 9ec4da62c2b0 16:17:23 ---> 602516ee02f2 16:17:23 Step 14/22 : EXPOSE $APP_PORT 16:17:24 ---> Running in 254fae4f8e35 16:17:24 Removing intermediate container 254fae4f8e35 16:17:24 ---> 9bfc224215c2 16:17:24 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 16:17:26 ---> 2a0e59852680 16:17:26 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 16:17:26 ---> f3a6d31f16e9 16:17:26 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 16:17:27 ---> 27447efcbf73 16:17:27 Step 18/22 : ENTRYPOINT ["/device-virtual"] 16:17:27 ---> Running in f5d4fb378701 16:17:27 Removing intermediate container f5d4fb378701 16:17:27 ---> 3b181f2cf0cc 16:17:27 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:28 ---> Running in 6e122df1b52a 16:17:28 Removing intermediate container 6e122df1b52a 16:17:28 ---> aec22e35f992 16:17:28 Step 20/22 : LABEL arch=arm64 16:17:28 ---> Running in 818b34a8ed24 16:17:29 Removing intermediate container 818b34a8ed24 16:17:29 ---> 0e209539cbdc 16:17:29 Step 21/22 : LABEL git_sha=0bdbb39be9e937d9eb65e31b1035fd53aea774b9 16:17:29 ---> Running in ef76c4bb9c89 16:17:29 Removing intermediate container ef76c4bb9c89 16:17:29 ---> e9ab1dc3a715 16:17:29 Step 22/22 : LABEL version=0.0.0 16:17:29 ---> Running in 69fd9243e90f 16:17:30 Removing intermediate container 69fd9243e90f 16:17:30 ---> d0c5b077e61d 16:17:30 [Warning] One or more build-args [ARCH] were not consumed 16:17:30 Successfully built d0c5b077e61d 16:17:30 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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:17:33 provisioning config files... 16:17:33 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config6468011205800934567tmp [Pipeline] { [Pipeline] sh 16:17:34 + curl -s https://codecov.io/bash 16:17:34 + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-131@tmp/config6468011205800934567tmp [Pipeline] } 16:17:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 16:17:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:17:39 ---> package-listing.sh 16:17:39 ++ facter osfamily 16:17:39 ++ tr '[:upper:]' '[:lower:]' 16:17:39 + OS_FAMILY=redhat 16:17:39 + workspace=/w/workspace/foundry_device-virtual-go_PR-131 16:17:39 + START_PACKAGES=/tmp/packages_start.txt 16:17:39 + END_PACKAGES=/tmp/packages_end.txt 16:17:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:17:39 + PACKAGES=/tmp/packages_start.txt 16:17:39 + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' 16:17:39 + PACKAGES=/tmp/packages_end.txt 16:17:39 + case "${OS_FAMILY}" in 16:17:39 + rpm -qa 16:17:39 + sort 16:17:43 + '[' -f /tmp/packages_start.txt ']' 16:17:43 + '[' -f /tmp/packages_end.txt ']' 16:17:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:17:43 + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' 16:17:43 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ 16:17:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-131/archives/ [Pipeline] isUnix [Pipeline] sh 16:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:17:45 16:17:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:17:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:17:45 alpine: Pulling from edgex-lftools-log-publisher 16:17:45 df20fa9351a1: Pulling fs layer 16:17:45 36b3adc4ff6f: Pulling fs layer 16:17:45 8ad3a11d3b57: Pulling fs layer 16:17:45 46f8f816bc3b: Pulling fs layer 16:17:45 0dadc02b9964: Pulling fs layer 16:17:45 ce6a7cf60c04: Pulling fs layer 16:17:45 7a184a31f384: Pulling fs layer 16:17:45 0879bd2ef858: Pulling fs layer 16:17:45 46f8f816bc3b: Waiting 16:17:45 0dadc02b9964: Waiting 16:17:45 ce6a7cf60c04: Waiting 16:17:45 7a184a31f384: Waiting 16:17:45 0879bd2ef858: Waiting 16:17:46 36b3adc4ff6f: Verifying Checksum 16:17:46 36b3adc4ff6f: Download complete 16:17:46 46f8f816bc3b: Verifying Checksum 16:17:46 46f8f816bc3b: Download complete 16:17:46 df20fa9351a1: Verifying Checksum 16:17:46 ce6a7cf60c04: Verifying Checksum 16:17:46 ce6a7cf60c04: Download complete 16:17:46 7a184a31f384: Verifying Checksum 16:17:46 7a184a31f384: Download complete 16:17:46 0dadc02b9964: Verifying Checksum 16:17:46 0dadc02b9964: Download complete 16:17:46 df20fa9351a1: Pull complete 16:17:47 8ad3a11d3b57: Verifying Checksum 16:17:47 8ad3a11d3b57: Download complete 16:17:47 36b3adc4ff6f: Pull complete 16:17:47 0879bd2ef858: Verifying Checksum 16:17:47 0879bd2ef858: Download complete 16:17:48 8ad3a11d3b57: Pull complete 16:17:48 46f8f816bc3b: Pull complete 16:17:48 0dadc02b9964: Pull complete 16:17:49 ce6a7cf60c04: Pull complete 16:17:49 7a184a31f384: Pull complete 16:17:52 0879bd2ef858: Pull complete 16:17:52 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 16:17:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:17:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:17:52 prd-centos7-docker-4c-2g-237 does not seem to be running inside a container 16:17:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/foundry_device-virtual-go_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:17:59 $ docker top d041f7e4288e5375fbe7d1a8699d3ec390bd220c971d7d5431e4a693cb345e00 -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:00 + mkdir -p /var/log/sa [Pipeline] sh 16:18:00 + ls /var/log/sa-host 16:18:00 + sadf -c /var/log/sa-host/sa05 16:18:00 file_magic: OK 16:18:00 HZ: Using current value: 100 16:18:00 file_header: OK 16:18: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 16:18:00 Statistics: 16:18:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:18:00 File successfully converted to sysstat format version 12.2.1 16:18:00 + sadf -c /var/log/sa-host/sa17 16:18:00 file_magic: OK 16:18:00 HZ: Using current value: 100 16:18:00 file_header: OK 16:18: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 16:18:00 Statistics: 16:18:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:18:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:00 provisioning config files... 16:18:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config7115872425779185518tmp [Pipeline] { [Pipeline] echo 16:18:00 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:18:01 ---> create-netrc.sh [Pipeline] echo 16:18:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:01 ---> logs-deploy.sh 16:18:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/2 16:18:01 INFO: archiving workspace using pattern(s): 16:18:03 Archives upload complete. 16:18:03 INFO: archiving logs to Nexus 16:18:05 ---> uname -a: 16:18:05 Linux d041f7e4288e 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:18:05 16:18:05 16:18:05 ---> lscpu: 16:18:05 Architecture: x86_64 16:18:05 CPU op-mode(s): 32-bit, 64-bit 16:18:05 Byte Order: Little Endian 16:18:05 Address sizes: 40 bits physical, 48 bits virtual 16:18:05 CPU(s): 4 16:18:05 On-line CPU(s) list: 0-3 16:18:05 Thread(s) per core: 1 16:18:05 Core(s) per socket: 1 16:18:05 Socket(s): 4 16:18:05 NUMA node(s): 1 16:18:05 Vendor ID: GenuineIntel 16:18:05 CPU family: 6 16:18:05 Model: 44 16:18:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:18:05 Stepping: 1 16:18:05 CPU MHz: 2933.438 16:18:05 BogoMIPS: 5866.87 16:18:05 Virtualization: VT-x 16:18:05 Hypervisor vendor: KVM 16:18:05 Virtualization type: full 16:18:05 L1d cache: 128 KiB 16:18:05 L1i cache: 128 KiB 16:18:05 L2 cache: 16 MiB 16:18:05 L3 cache: 64 MiB 16:18:05 NUMA node0 CPU(s): 0-3 16:18:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:18:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:18:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:18:05 Vulnerability Meltdown: Mitigation; PTI 16:18:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:18:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:18:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:18:05 Vulnerability Tsx async abort: Not affected 16:18:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:18:05 16:18:05 16:18:05 ---> nproc: 16:18:05 4 16:18:05 16:18:05