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 [2020-09-17T16:11:33.585Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T16:11:33.908Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T16:11:34.010Z] ========================================================= [2020-09-17T16:11:34.010Z] EdgeX Global Pipelines Version Info [2020-09-17T16:11:34.010Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T16:11:36.153Z] ------------------- [2020-09-17T16:11:36.153Z] stable info: [2020-09-17T16:11:36.153Z] ------------------- [2020-09-17T16:11:36.153Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T16:11:36.153Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T16:11:36.153Z] Message: update stable to v1.0.122 [2020-09-17T16:11:37.156Z] ------------------- [2020-09-17T16:11:37.156Z] experimental info: [2020-09-17T16:11:37.156Z] ------------------- [2020-09-17T16:11:37.156Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T16:11:37.156Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T16:11:37.156Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T16:11:37.582Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-17T16:11:37.680Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-17T16:11:37.780Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T16:11:37.904Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T16:11:38.025Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T16:11:38.123Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T16:11:38.230Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T16:11:38.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T16:11:38.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T16:11:38.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T16:11:38.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T16:11:38.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-17T16:11:38.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T16:11:38.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T16:11:39.069Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T16:11:39.217Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T16:11:39.350Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T16:11:39.440Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T16:11:39.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T16:11:39.625Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T16:11:39.718Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T16:11:39.812Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T16:11:39.903Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo [2020-09-17T16:11:39.996Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo [2020-09-17T16:11:40.104Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo [2020-09-17T16:11:40.209Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [Pipeline] echo [2020-09-17T16:11:40.378Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0bdbb39 [Pipeline] echo [2020-09-17T16:11:40.525Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T16:11:41.279Z] + git log --format=format:%s -1 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [Pipeline] echo [2020-09-17T16:11:41.480Z] GIT_COMMIT: 0bdbb39be9e937d9eb65e31b1035fd53aea774b9, Commit Message: build: upgrade device-sdk-go with dependabot [Pipeline] echo [2020-09-17T16:11:41.526Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:11:42.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T16:11:43.573Z] [2020-09-17T16:11:43.573Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:11:43.959Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T16:11:44.337Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T16:11:44.337Z] 31603596830f: Pulling fs layer [2020-09-17T16:11:44.337Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T16:11:44.337Z] 6ca5941a6612: Pulling fs layer [2020-09-17T16:11:44.337Z] ecc8261a40a4: Pulling fs layer [2020-09-17T16:11:44.337Z] ecc8261a40a4: Waiting [2020-09-17T16:11:44.337Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T16:11:44.337Z] 2a8b12db71e7: Download complete [2020-09-17T16:11:45.947Z] 31603596830f: Download complete [2020-09-17T16:11:46.256Z] ecc8261a40a4: Verifying Checksum [2020-09-17T16:11:46.256Z] ecc8261a40a4: Download complete [2020-09-17T16:11:46.256Z] 6ca5941a6612: Verifying Checksum [2020-09-17T16:11:46.256Z] 6ca5941a6612: Download complete [2020-09-17T16:11:46.526Z] 31603596830f: Pull complete [2020-09-17T16:11:46.821Z] 2a8b12db71e7: Pull complete [2020-09-17T16:11:48.588Z] 6ca5941a6612: Pull complete [2020-09-17T16:11:49.285Z] ecc8261a40a4: Pull complete [2020-09-17T16:11:49.285Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T16:11:49.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T16:11:49.285Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T16:11:49.487Z] prd-centos7-docker-4c-2g-237 does not seem to be running inside a container [2020-09-17T16:11:49.695Z] $ 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 [2020-09-17T16:11:52.868Z] $ docker top 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T16:11:53.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T16:11:53.487Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T16:11:53.941Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T16:11:53.949Z] $ docker exec 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent [2020-09-17T16:11:54.271Z] SSH_AUTH_SOCK=/tmp/ssh-lK6YC4wxeJPi/agent.12 [2020-09-17T16:11:54.271Z] SSH_AGENT_PID=17 [2020-09-17T16:11:54.297Z] Running ssh-add (command line suppressed) [2020-09-17T16:11:54.524Z] 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) [2020-09-17T16:11:54.614Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T16:11:55.016Z] + git describe --exact-match --tags HEAD [2020-09-17T16:11:55.016Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T16:11:55.099Z] $ docker exec --env ******** --env ******** 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent -k [2020-09-17T16:11:55.330Z] unset SSH_AUTH_SOCK; [2020-09-17T16:11:55.337Z] unset SSH_AGENT_PID; [2020-09-17T16:11:55.337Z] echo Agent pid 17 killed; [2020-09-17T16:11:55.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T16:11:55.596Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T16:11:55.596Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T16:11:55.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T16:11:55.694Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T16:11:56.082Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T16:11:56.089Z] $ docker exec 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent [2020-09-17T16:11:56.391Z] SSH_AUTH_SOCK=/tmp/ssh-l073jBl03vCZ/agent.46 [2020-09-17T16:11:56.391Z] SSH_AGENT_PID=51 [2020-09-17T16:11:56.402Z] Running ssh-add (command line suppressed) [2020-09-17T16:11:56.675Z] 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) [2020-09-17T16:11:56.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T16:11:57.148Z] + git semver init [2020-09-17T16:11:57.148Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T16:11:57.148Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git [2020-09-17T16:11:57.148Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 [2020-09-17T16:11:57.148Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T16:11:57.148Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T16:11:57.148Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T16:11:57.148Z] # $SEMVER_BRANCH = PR-131 [2020-09-17T16:11:57.148Z] # $SEMVER_TEMP = /tmp/semver-364525805 [2020-09-17T16:11:57.148Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-17T16:11:57.773Z] # '/tmp/semver-364525805' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' [2020-09-17T16:11:57.773Z] # -> Force: false [2020-09-17T16:11:57.773Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } [2020-09-17T16:11:57.804Z] $ docker exec --env ******** --env ******** 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 ssh-agent -k [2020-09-17T16:11:58.168Z] unset SSH_AUTH_SOCK; [2020-09-17T16:11:58.170Z] unset SSH_AGENT_PID; [2020-09-17T16:11:58.170Z] echo Agent pid 51 killed; [2020-09-17T16:11:58.253Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T16:11:59.242Z] + git semver [Pipeline] } [2020-09-17T16:11:59.348Z] $ docker stop --time=1 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 [2020-09-17T16:12:01.130Z] $ docker rm -f 0c5d81a70ffe21c8a72e320bef1c1e946efbe245b6802992c0d7823cdbb0bb21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T16:12:02.912Z] Stashed 27 file(s) [Pipeline] echo [2020-09-17T16:12:02.915Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T16:12:03.002Z] 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 [2020-09-17T16:12:18.520Z] Still waiting to schedule task [2020-09-17T16:12:18.520Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T16:12:18.522Z] Still waiting to schedule task [2020-09-17T16:12:18.522Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-235’ is offline [2020-09-17T16:14:17.296Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-238 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-17T16:14:17.359Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T16:14:22.685Z] using credential edgex-jenkins-ssh [2020-09-17T16:14:22.828Z] Cloning the remote Git repository [2020-09-17T16:14:22.828Z] Cloning with configured refspecs honoured and without tags [2020-09-17T16:14:22.900Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T16:14:23.022Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-09-17T16:14:23.112Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T16:14:23.112Z] > git --version # timeout=10 [2020-09-17T16:14:23.143Z] > git --version # 'git version 2.17.1' [2020-09-17T16:14:23.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T16:14:23.208Z] > 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 [2020-09-17T16:14:23.855Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T16:14:23.874Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-17T16:14:23.959Z] Fetching without tags [2020-09-17T16:14:24.517Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [2020-09-17T16:14:24.717Z] Merge succeeded, producing 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [2020-09-17T16:14:24.717Z] Checking out Revision 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 (PR-131) [2020-09-17T16:14:23.903Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T16:14:23.930Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T16:14:23.976Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T16:14:23.976Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T16:14:23.992Z] > 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 [2020-09-17T16:14:24.542Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T16:14:24.570Z] > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 [2020-09-17T16:14:24.646Z] > git remote # timeout=10 [2020-09-17T16:14:24.665Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T16:14:24.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T16:14:24.688Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-17T16:14:24.709Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T16:14:24.731Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T16:14:24.786Z] > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 [2020-09-17T16:14:27.134Z] Running on prd-centos7-docker-4c-2g-239 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-17T16:14:27.186Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T16:14:29.094Z] Commit message: "build: upgrade device-sdk-go with dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-09-17T16:14:29.602Z] using credential edgex-jenkins-ssh [Pipeline] script [2020-09-17T16:14:29.664Z] Cloning the remote Git repository [2020-09-17T16:14:29.665Z] Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T16:14:30.126Z] ========================================================= [2020-09-17T16:14:30.126Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T16:14:30.127Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:14:29.691Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T16:14:29.764Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-09-17T16:14:30.309Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T16:14:30.309Z] > git --version # timeout=10 [2020-09-17T16:14:30.320Z] > git --version # 'git version 2.16.5' [2020-09-17T16:14:30.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T16:14:30.445Z] > 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 [2020-09-17T16:14:30.948Z] Fetching without tags [2020-09-17T16:14:31.361Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [2020-09-17T16:14:31.412Z] + 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 . [2020-09-17T16:14:31.439Z] Merge succeeded, producing 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [2020-09-17T16:14:31.439Z] Checking out Revision 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 (PR-131) [2020-09-17T16:14:30.910Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T16:14:30.918Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-17T16:14:30.929Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T16:14:30.943Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T16:14:30.953Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T16:14:30.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T16:14:30.958Z] > 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 [2020-09-17T16:14:31.370Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T16:14:31.378Z] > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 [2020-09-17T16:14:31.412Z] > git remote # timeout=10 [2020-09-17T16:14:31.417Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T16:14:31.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T16:14:31.425Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-17T16:14:31.433Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T16:14:31.443Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T16:14:31.452Z] > git checkout -f 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 [2020-09-17T16:14:32.397Z] Sending build context to Docker daemon 550.9kB [2020-09-17T16:14:32.397Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T16:14:32.397Z] Step 2/8 : FROM ${BASE} [2020-09-17T16:14:32.673Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T16:14:32.673Z] b538f80385f9: Pulling fs layer [2020-09-17T16:14:32.673Z] 74f711af9a0d: Pulling fs layer [2020-09-17T16:14:32.673Z] 99f96fe45779: Pulling fs layer [2020-09-17T16:14:32.673Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T16:14:32.673Z] 45590311c82a: Pulling fs layer [2020-09-17T16:14:32.673Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T16:14:32.673Z] 209524e5b208: Pulling fs layer [2020-09-17T16:14:32.673Z] 45590311c82a: Waiting [2020-09-17T16:14:32.673Z] 69ca0ff8b7b3: Waiting [2020-09-17T16:14:32.673Z] 209524e5b208: Waiting [2020-09-17T16:14:32.673Z] 8529a6b9a6be: Waiting [2020-09-17T16:14:32.673Z] 99f96fe45779: Verifying Checksum [2020-09-17T16:14:32.673Z] 99f96fe45779: Download complete [2020-09-17T16:14:32.673Z] 74f711af9a0d: Verifying Checksum [2020-09-17T16:14:32.673Z] 74f711af9a0d: Download complete [2020-09-17T16:14:32.673Z] 45590311c82a: Verifying Checksum [2020-09-17T16:14:32.673Z] 45590311c82a: Download complete [2020-09-17T16:14:32.673Z] 69ca0ff8b7b3: Download complete [2020-09-17T16:14:32.953Z] b538f80385f9: Verifying Checksum [2020-09-17T16:14:32.953Z] b538f80385f9: Download complete [2020-09-17T16:14:33.562Z] b538f80385f9: Pull complete [2020-09-17T16:14:34.167Z] 74f711af9a0d: Pull complete [2020-09-17T16:14:34.776Z] 99f96fe45779: Pull complete [2020-09-17T16:14:35.052Z] 209524e5b208: Verifying Checksum [2020-09-17T16:14:35.052Z] 209524e5b208: Download complete [2020-09-17T16:14:35.083Z] 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 [2020-09-17T16:14:35.864Z] ========================================================= [2020-09-17T16:14:35.864Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T16:14:35.864Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:14:36.392Z] + 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 . [2020-09-17T16:14:36.515Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T16:14:36.515Z] 8529a6b9a6be: Download complete [2020-09-17T16:14:36.657Z] Sending build context to Docker daemon 550.9kB [2020-09-17T16:14:36.658Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T16:14:36.658Z] Step 2/8 : FROM ${BASE} [2020-09-17T16:14:36.921Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T16:14:36.921Z] df20fa9351a1: Pulling fs layer [2020-09-17T16:14:36.921Z] ed8968b2872e: Pulling fs layer [2020-09-17T16:14:36.921Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T16:14:36.921Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T16:14:36.921Z] e73272ec9a57: Pulling fs layer [2020-09-17T16:14:36.921Z] 1e910a182e73: Pulling fs layer [2020-09-17T16:14:36.921Z] 4e634b169226: Pulling fs layer [2020-09-17T16:14:36.921Z] e73272ec9a57: Waiting [2020-09-17T16:14:36.921Z] 1e910a182e73: Waiting [2020-09-17T16:14:36.921Z] 4e634b169226: Waiting [2020-09-17T16:14:36.921Z] e871e8e8d7a9: Waiting [2020-09-17T16:14:36.921Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T16:14:36.921Z] a92cc7c5fd73: Download complete [2020-09-17T16:14:36.921Z] ed8968b2872e: Verifying Checksum [2020-09-17T16:14:36.921Z] ed8968b2872e: Download complete [2020-09-17T16:14:36.921Z] e73272ec9a57: Verifying Checksum [2020-09-17T16:14:36.921Z] e73272ec9a57: Download complete [2020-09-17T16:14:36.921Z] 1e910a182e73: Verifying Checksum [2020-09-17T16:14:36.921Z] 1e910a182e73: Download complete [2020-09-17T16:14:36.921Z] df20fa9351a1: Verifying Checksum [2020-09-17T16:14:36.921Z] df20fa9351a1: Download complete [2020-09-17T16:14:37.193Z] df20fa9351a1: Pull complete [2020-09-17T16:14:37.458Z] ed8968b2872e: Pull complete [2020-09-17T16:14:37.722Z] a92cc7c5fd73: Pull complete [2020-09-17T16:14:38.682Z] 4e634b169226: Verifying Checksum [2020-09-17T16:14:38.682Z] 4e634b169226: Download complete [2020-09-17T16:14:39.635Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T16:14:39.635Z] e871e8e8d7a9: Download complete [2020-09-17T16:14:44.965Z] e871e8e8d7a9: Pull complete [2020-09-17T16:14:44.965Z] e73272ec9a57: Pull complete [2020-09-17T16:14:44.965Z] 1e910a182e73: Pull complete [2020-09-17T16:14:48.299Z] 4e634b169226: Pull complete [2020-09-17T16:14:48.299Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T16:14:48.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T16:14:48.299Z] ---> f7629b54cfaa [2020-09-17T16:14:48.299Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T16:14:48.563Z] ---> Running in 7f9509da865a [2020-09-17T16:14:48.826Z] Removing intermediate container 7f9509da865a [2020-09-17T16:14:48.826Z] ---> 274367dff01c [2020-09-17T16:14:48.826Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T16:14:48.826Z] ---> Running in 914c262fa685 [2020-09-17T16:14:48.947Z] 8529a6b9a6be: Pull complete [2020-09-17T16:14:48.947Z] 45590311c82a: Pull complete [2020-09-17T16:14:48.947Z] 69ca0ff8b7b3: Pull complete [2020-09-17T16:14:50.761Z] Removing intermediate container 914c262fa685 [2020-09-17T16:14:50.761Z] ---> a594ffef9022 [2020-09-17T16:14:50.761Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T16:14:50.761Z] ---> Running in 4f5ec9d12498 [2020-09-17T16:14:51.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T16:14:51.590Z] 209524e5b208: Pull complete [2020-09-17T16:14:51.590Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T16:14:51.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T16:14:51.590Z] ---> 5bddaf1c2fca [2020-09-17T16:14:51.590Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T16:14:52.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T16:14:52.860Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T16:14:53.123Z] (2/14) Installing file (5.38-r0) [2020-09-17T16:14:53.123Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T16:14:53.386Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T16:14:54.228Z] ---> Running in ab337182c63c [2020-09-17T16:14:54.825Z] Removing intermediate container ab337182c63c [2020-09-17T16:14:54.825Z] ---> 5401e097ee63 [2020-09-17T16:14:54.825Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T16:14:54.825Z] ---> Running in 26b6dd6263f4 [2020-09-17T16:14:57.442Z] Removing intermediate container 26b6dd6263f4 [2020-09-17T16:14:57.443Z] ---> 3bb58885366b [2020-09-17T16:14:57.443Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T16:14:57.719Z] ---> Running in 7b23ea223c4a [2020-09-17T16:14:58.696Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T16:14:58.696Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T16:14:58.696Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T16:14:58.696Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T16:14:58.696Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T16:14:58.696Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T16:14:59.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T16:14:59.271Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T16:14:59.271Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T16:14:59.535Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T16:14:59.535Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T16:14:59.805Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T16:14:59.805Z] OK: 237 MiB in 53 packages [2020-09-17T16:15:00.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T16:15:01.103Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T16:15:01.376Z] (2/14) Installing file (5.38-r0) [2020-09-17T16:15:01.376Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T16:15:01.376Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T16:15:03.125Z] Removing intermediate container 4f5ec9d12498 [2020-09-17T16:15:03.125Z] ---> ee35a83b5e6e [2020-09-17T16:15:03.126Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T16:15:03.126Z] ---> Running in 6618296bfbfa [2020-09-17T16:15:03.126Z] Removing intermediate container 6618296bfbfa [2020-09-17T16:15:03.126Z] ---> 054d9bc86fc6 [2020-09-17T16:15:03.126Z] Step 7/8 : COPY . . [2020-09-17T16:15:03.708Z] ---> cea34e0929bb [2020-09-17T16:15:03.708Z] Step 8/8 : RUN go mod download [2020-09-17T16:15:03.708Z] ---> Running in 86e13d6306a8 [2020-09-17T16:15:05.689Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T16:15:05.689Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T16:15:05.689Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T16:15:05.689Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T16:15:05.689Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T16:15:05.689Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T16:15:05.961Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T16:15:05.961Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T16:15:05.961Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T16:15:06.557Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T16:15:06.557Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T16:15:06.557Z] OK: 221 MiB in 53 packages [2020-09-17T16:15:10.856Z] Removing intermediate container 7b23ea223c4a [2020-09-17T16:15:10.856Z] ---> 1fcff9770a35 [2020-09-17T16:15:10.856Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T16:15:10.856Z] ---> Running in de7eef871620 [2020-09-17T16:15:11.130Z] Removing intermediate container de7eef871620 [2020-09-17T16:15:11.130Z] ---> 921d3da24ace [2020-09-17T16:15:11.130Z] Step 7/8 : COPY . . [2020-09-17T16:15:12.115Z] ---> 930ec9875cfa [2020-09-17T16:15:12.115Z] Step 8/8 : RUN go mod download [2020-09-17T16:15:12.115Z] ---> Running in 504d8bd483c6 [2020-09-17T16:15:18.659Z] Removing intermediate container 86e13d6306a8 [2020-09-17T16:15:18.659Z] ---> 97e84c752aaa [2020-09-17T16:15:18.659Z] Successfully built 97e84c752aaa [2020-09-17T16:15:18.659Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:15:19.016Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T16:15:19.016Z] . [Pipeline] withDockerContainer [2020-09-17T16:15:19.253Z] prd-centos7-docker-4c-2g-239 does not seem to be running inside a container [2020-09-17T16:15:19.416Z] $ 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 [2020-09-17T16:15:20.637Z] $ docker top 020cdc4dc4b11715ff7cb095ee160ee43761089f32aaa1ccf81b98661851306d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T16:15:21.155Z] + go version [2020-09-17T16:15:21.155Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T16:15:21.171Z] $ docker stop --time=1 020cdc4dc4b11715ff7cb095ee160ee43761089f32aaa1ccf81b98661851306d [2020-09-17T16:15:22.507Z] $ docker rm -f 020cdc4dc4b11715ff7cb095ee160ee43761089f32aaa1ccf81b98661851306d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:15:23.389Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T16:15:23.389Z] . [Pipeline] withDockerContainer [2020-09-17T16:15:23.485Z] prd-centos7-docker-4c-2g-239 does not seem to be running inside a container [2020-09-17T16:15:23.534Z] $ 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 [2020-09-17T16:15:24.106Z] $ docker top 5b150cc62cfc34f6f849c2f47dd7bccbeb786c17b900be49e5f0b346b1e3df15 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T16:15:24.604Z] + make test [2020-09-17T16:15:24.604Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T16:15:25.185Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T16:15:27.183Z] Removing intermediate container 504d8bd483c6 [2020-09-17T16:15:27.183Z] ---> e2ab73610a1d [2020-09-17T16:15:27.183Z] Successfully built e2ab73610a1d [2020-09-17T16:15:27.183Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:15:27.571Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T16:15:27.571Z] . [Pipeline] withDockerContainer [2020-09-17T16:15:27.799Z] prd-ubuntu18.04-docker-arm64-4c-16g-238 does not seem to be running inside a container [2020-09-17T16:15:27.882Z] $ 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 [2020-09-17T16:15:29.574Z] $ docker top e60afcbf0e31cfef21c35b53a04cf5d8f0ab2536c9435cf1d9d50ae8651b0920 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T16:15:30.973Z] + go version [2020-09-17T16:15:30.973Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T16:15:31.000Z] $ docker stop --time=1 e60afcbf0e31cfef21c35b53a04cf5d8f0ab2536c9435cf1d9d50ae8651b0920 [2020-09-17T16:15:32.948Z] $ docker rm -f e60afcbf0e31cfef21c35b53a04cf5d8f0ab2536c9435cf1d9d50ae8651b0920 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:15:34.031Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T16:15:34.031Z] . [Pipeline] withDockerContainer [2020-09-17T16:15:34.295Z] prd-ubuntu18.04-docker-arm64-4c-16g-238 does not seem to be running inside a container [2020-09-17T16:15:34.381Z] $ 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 [2020-09-17T16:15:36.207Z] $ docker top b0c37fea97cb4cc0ae6e6df23f1275f1dc518290cc5eb311bb08deb3d4430786 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T16:15:37.573Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-17T16:15:37.573Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.140s coverage: 56.4% of statements [2020-09-17T16:15:37.611Z] + make test [2020-09-17T16:15:37.611Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T16:15:37.837Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T16:15:38.604Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T16:15:40.439Z] gofmt -l . [2020-09-17T16:15:40.439Z] [ "`gofmt -l .`" = "" ] [2020-09-17T16:15:40.439Z] ./bin/test-attribution-txt.sh [2020-09-17T16:15:41.014Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T16:15:41.667Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T16:15:41.670Z] $ docker stop --time=1 5b150cc62cfc34f6f849c2f47dd7bccbeb786c17b900be49e5f0b346b1e3df15 [2020-09-17T16:15:44.079Z] $ docker rm -f 5b150cc62cfc34f6f849c2f47dd7bccbeb786c17b900be49e5f0b346b1e3df15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T16:15:45.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T16:15:45.971Z] + ls -al . [2020-09-17T16:15:45.971Z] total 108 [2020-09-17T16:15:45.971Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 17 16:15 . [2020-09-17T16:15:45.971Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 16:14 .. [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 17 16:14 Attribution.txt [2020-09-17T16:15:45.971Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 17 16:14 bin [2020-09-17T16:15:45.971Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 16:14 cmd [2020-09-17T16:15:45.971Z] -rw-r--r--. 1 jenkins jenkins 29142 Sep 17 16:15 coverage.out [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 17 16:14 Dockerfile [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 17 16:14 Dockerfile.build [2020-09-17T16:15:45.971Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 16:14 .git [2020-09-17T16:15:45.971Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 17 16:14 .github [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 17 16:14 .gitignore [2020-09-17T16:15:45.971Z] -rw-r--r--. 1 jenkins jenkins 862 Sep 17 16:15 go.mod [2020-09-17T16:15:45.971Z] -rw-r--r--. 1 jenkins jenkins 14908 Sep 17 16:15 go.sum [2020-09-17T16:15:45.971Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 16:14 internal [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 660 Sep 17 16:14 Jenkinsfile [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 16:14 LICENSE [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 17 16:14 Makefile [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 17 16:14 README.md [2020-09-17T16:15:45.971Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 16:14 .semver [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 16:12 VERSION [2020-09-17T16:15:45.971Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 17 16:14 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:15:46.278Z] + 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 . [2020-09-17T16:15:46.278Z] Sending build context to Docker daemon 596.5kB [2020-09-17T16:15:46.278Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T16:15:46.278Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T16:15:46.278Z] ---> 97e84c752aaa [2020-09-17T16:15:46.278Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T16:15:46.548Z] ---> Running in 518d19bcc467 [2020-09-17T16:15:46.809Z] Removing intermediate container 518d19bcc467 [2020-09-17T16:15:46.809Z] ---> a82027e41d97 [2020-09-17T16:15:46.809Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T16:15:46.809Z] ---> Running in 7da88f115067 [2020-09-17T16:15:47.072Z] Removing intermediate container 7da88f115067 [2020-09-17T16:15:47.072Z] ---> deab73ee9bc3 [2020-09-17T16:15:47.072Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-17T16:15:47.072Z] ---> Running in 3a6e71316635 [2020-09-17T16:15:47.341Z] Removing intermediate container 3a6e71316635 [2020-09-17T16:15:47.341Z] ---> ac439ec4a9ac [2020-09-17T16:15:47.341Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T16:15:47.341Z] ---> Running in 77f7b110f963 [2020-09-17T16:15:48.292Z] Removing intermediate container 77f7b110f963 [2020-09-17T16:15:48.292Z] ---> cff49b3e1974 [2020-09-17T16:15:48.292Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T16:15:48.292Z] ---> Running in 545ecd484acd [2020-09-17T16:15:48.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T16:15:49.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T16:15:49.704Z] OK: 237 MiB in 53 packages [2020-09-17T16:15:50.277Z] Removing intermediate container 545ecd484acd [2020-09-17T16:15:50.278Z] ---> e9b6474bcf07 [2020-09-17T16:15:50.278Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-17T16:15:50.278Z] ---> Running in 2d1d7aad75f8 [2020-09-17T16:15:50.541Z] Removing intermediate container 2d1d7aad75f8 [2020-09-17T16:15:50.541Z] ---> db8aa3cb62cf [2020-09-17T16:15:50.541Z] Step 9/22 : COPY . . [2020-09-17T16:15:51.113Z] ---> dfc5ba4e24e1 [2020-09-17T16:15:51.113Z] Step 10/22 : ARG MAKE='make build' [2020-09-17T16:15:51.378Z] ---> Running in a0380775d4ef [2020-09-17T16:15:51.378Z] Removing intermediate container a0380775d4ef [2020-09-17T16:15:51.378Z] ---> 8e3bff90aff1 [2020-09-17T16:15:51.378Z] Step 11/22 : RUN $MAKE [2020-09-17T16:15:51.643Z] ---> Running in 5975e22a5bba [2020-09-17T16:15:51.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-09-17T16:16:02.005Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T16:16:05.318Z] Removing intermediate container 5975e22a5bba [2020-09-17T16:16:05.318Z] ---> 6015832b0d9e [2020-09-17T16:16:05.318Z] Step 12/22 : FROM alpine [2020-09-17T16:16:05.580Z] latest: Pulling from library/alpine [2020-09-17T16:16:05.580Z] df20fa9351a1: Already exists [2020-09-17T16:16:05.848Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T16:16:05.848Z] Status: Downloaded newer image for alpine:latest [2020-09-17T16:16:05.848Z] ---> a24bb4013296 [2020-09-17T16:16:05.848Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-17T16:16:05.848Z] ---> Running in cd56b5e23cac [2020-09-17T16:16:06.110Z] Removing intermediate container cd56b5e23cac [2020-09-17T16:16:06.110Z] ---> df4788828e92 [2020-09-17T16:16:06.110Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-17T16:16:06.110Z] ---> Running in 39e4ba9e5362 [2020-09-17T16:16:06.375Z] Removing intermediate container 39e4ba9e5362 [2020-09-17T16:16:06.375Z] ---> 7bd1f465408a [2020-09-17T16:16:06.375Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-17T16:16:06.950Z] ---> 79ba4757ce6c [2020-09-17T16:16:06.950Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-17T16:16:07.213Z] ---> ec2b328eb693 [2020-09-17T16:16:07.213Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-17T16:16:07.476Z] ---> f1d978fad569 [2020-09-17T16:16:07.476Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-17T16:16:07.476Z] ---> Running in 2371e2b4cfb3 [2020-09-17T16:16:07.738Z] Removing intermediate container 2371e2b4cfb3 [2020-09-17T16:16:07.738Z] ---> 6654eba6b020 [2020-09-17T16:16:07.738Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T16:16:07.738Z] ---> Running in 3982ad18a7da [2020-09-17T16:16:07.738Z] Removing intermediate container 3982ad18a7da [2020-09-17T16:16:07.738Z] ---> c8770a29c60b [2020-09-17T16:16:07.738Z] Step 20/22 : LABEL arch=amd64 [2020-09-17T16:16:08.000Z] ---> Running in ab1fd75ba6f0 [2020-09-17T16:16:08.000Z] Removing intermediate container ab1fd75ba6f0 [2020-09-17T16:16:08.000Z] ---> e85c64eed65d [2020-09-17T16:16:08.000Z] Step 21/22 : LABEL git_sha=0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [2020-09-17T16:16:08.261Z] ---> Running in 348506e58866 [2020-09-17T16:16:08.261Z] Removing intermediate container 348506e58866 [2020-09-17T16:16:08.261Z] ---> 135a0d4e411b [2020-09-17T16:16:08.261Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T16:16:08.261Z] ---> Running in 6c7daad069bf [2020-09-17T16:16:08.522Z] Removing intermediate container 6c7daad069bf [2020-09-17T16:16:08.522Z] ---> 36d5a2d1b957 [2020-09-17T16:16:08.522Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T16:16:08.522Z] Successfully built 36d5a2d1b957 [2020-09-17T16:16:08.522Z] 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] } [2020-09-17T16:16:17.702Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-17T16:16:17.703Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.620s coverage: 56.4% of statements [2020-09-17T16:16:17.980Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T16:16:28.158Z] gofmt -l . [2020-09-17T16:16:28.158Z] [ "`gofmt -l .`" = "" ] [2020-09-17T16:16:28.158Z] ./bin/test-attribution-txt.sh [2020-09-17T16:16:28.158Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T16:16:28.454Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T16:16:29.079Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T16:16:29.094Z] $ docker stop --time=1 b0c37fea97cb4cc0ae6e6df23f1275f1dc518290cc5eb311bb08deb3d4430786 [2020-09-17T16:16:31.349Z] $ docker rm -f b0c37fea97cb4cc0ae6e6df23f1275f1dc518290cc5eb311bb08deb3d4430786 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T16:16:32.813Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T16:16:33.151Z] + ls -al . [2020-09-17T16:16:33.151Z] total 136 [2020-09-17T16:16:33.151Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 16:16 . [2020-09-17T16:16:33.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 16:14 .. [2020-09-17T16:16:33.151Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 16:14 .git [2020-09-17T16:16:33.151Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 16:14 .github [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 17 16:14 .gitignore [2020-09-17T16:16:33.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 16:14 .semver [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 17 16:14 Attribution.txt [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 17 16:14 Dockerfile [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 17 16:14 Dockerfile.build [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 17 16:14 Jenkinsfile [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 16:14 LICENSE [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 17 16:14 Makefile [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 17 16:14 README.md [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 16:12 VERSION [2020-09-17T16:16:33.151Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 16:14 bin [2020-09-17T16:16:33.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 16:14 cmd [2020-09-17T16:16:33.151Z] -rw-r--r-- 1 jenkins jenkins 29142 Sep 17 16:16 coverage.out [2020-09-17T16:16:33.151Z] -rw-r--r-- 1 jenkins jenkins 862 Sep 17 16:16 go.mod [2020-09-17T16:16:33.151Z] -rw-r--r-- 1 jenkins jenkins 14908 Sep 17 16:16 go.sum [2020-09-17T16:16:33.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 16:14 internal [2020-09-17T16:16:33.151Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 17 16:14 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:16:33.489Z] + 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 . [2020-09-17T16:16:33.766Z] Sending build context to Docker daemon 596.5kB [2020-09-17T16:16:33.766Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T16:16:33.766Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T16:16:33.766Z] ---> e2ab73610a1d [2020-09-17T16:16:33.766Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T16:16:34.039Z] ---> Running in 5b6720a6b974 [2020-09-17T16:16:34.633Z] Removing intermediate container 5b6720a6b974 [2020-09-17T16:16:34.633Z] ---> a77319e51132 [2020-09-17T16:16:34.633Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T16:16:34.633Z] ---> Running in 31feb01e4b0b [2020-09-17T16:16:35.225Z] Removing intermediate container 31feb01e4b0b [2020-09-17T16:16:35.225Z] ---> fad4d4acf932 [2020-09-17T16:16:35.225Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-17T16:16:35.225Z] ---> Running in 7ca4a6f83712 [2020-09-17T16:16:35.495Z] Removing intermediate container 7ca4a6f83712 [2020-09-17T16:16:35.495Z] ---> 5bd264550309 [2020-09-17T16:16:35.495Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T16:16:35.772Z] ---> Running in 309f5f641cb8 [2020-09-17T16:16:38.409Z] Removing intermediate container 309f5f641cb8 [2020-09-17T16:16:38.409Z] ---> 597c50f98a60 [2020-09-17T16:16:38.409Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T16:16:38.409Z] ---> Running in 9a44d14cf92f [2020-09-17T16:16:39.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T16:16:40.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T16:16:41.038Z] OK: 221 MiB in 53 packages [2020-09-17T16:16:42.019Z] Removing intermediate container 9a44d14cf92f [2020-09-17T16:16:42.019Z] ---> 7aefc0fa7bb2 [2020-09-17T16:16:42.019Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-17T16:16:42.291Z] ---> Running in 1fb52e98c8fe [2020-09-17T16:16:42.888Z] Removing intermediate container 1fb52e98c8fe [2020-09-17T16:16:42.888Z] ---> 360cd15b44c6 [2020-09-17T16:16:42.888Z] Step 9/22 : COPY . . [2020-09-17T16:16:43.869Z] ---> fcebc32b4e4a [2020-09-17T16:16:43.869Z] Step 10/22 : ARG MAKE='make build' [2020-09-17T16:16:43.869Z] ---> Running in 4bc84b23004b [2020-09-17T16:16:44.466Z] Removing intermediate container 4bc84b23004b [2020-09-17T16:16:44.466Z] ---> 35b8cda8d919 [2020-09-17T16:16:44.466Z] Step 11/22 : RUN $MAKE [2020-09-17T16:16:44.466Z] ---> Running in 137cc75edb5a [2020-09-17T16:16:45.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-09-17T16:17:18.267Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T16:17:23.653Z] Removing intermediate container 137cc75edb5a [2020-09-17T16:17:23.653Z] ---> 45650f68561a [2020-09-17T16:17:23.653Z] Step 12/22 : FROM alpine [2020-09-17T16:17:23.653Z] latest: Pulling from library/alpine [2020-09-17T16:17:23.653Z] b538f80385f9: Already exists [2020-09-17T16:17:23.653Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T16:17:23.653Z] Status: Downloaded newer image for alpine:latest [2020-09-17T16:17:23.653Z] ---> 62ee0e9f8440 [2020-09-17T16:17:23.653Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-17T16:17:23.653Z] ---> Running in 9ec4da62c2b0 [2020-09-17T16:17:23.928Z] Removing intermediate container 9ec4da62c2b0 [2020-09-17T16:17:23.928Z] ---> 602516ee02f2 [2020-09-17T16:17:23.928Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-17T16:17:24.199Z] ---> Running in 254fae4f8e35 [2020-09-17T16:17:24.796Z] Removing intermediate container 254fae4f8e35 [2020-09-17T16:17:24.796Z] ---> 9bfc224215c2 [2020-09-17T16:17:24.796Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-17T16:17:26.228Z] ---> 2a0e59852680 [2020-09-17T16:17:26.228Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-17T16:17:26.823Z] ---> f3a6d31f16e9 [2020-09-17T16:17:26.823Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-17T16:17:27.417Z] ---> 27447efcbf73 [2020-09-17T16:17:27.417Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-17T16:17:27.697Z] ---> Running in f5d4fb378701 [2020-09-17T16:17:27.968Z] Removing intermediate container f5d4fb378701 [2020-09-17T16:17:27.968Z] ---> 3b181f2cf0cc [2020-09-17T16:17:27.968Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T16:17:28.240Z] ---> Running in 6e122df1b52a [2020-09-17T16:17:28.514Z] Removing intermediate container 6e122df1b52a [2020-09-17T16:17:28.514Z] ---> aec22e35f992 [2020-09-17T16:17:28.514Z] Step 20/22 : LABEL arch=arm64 [2020-09-17T16:17:28.788Z] ---> Running in 818b34a8ed24 [2020-09-17T16:17:29.382Z] Removing intermediate container 818b34a8ed24 [2020-09-17T16:17:29.382Z] ---> 0e209539cbdc [2020-09-17T16:17:29.382Z] Step 21/22 : LABEL git_sha=0bdbb39be9e937d9eb65e31b1035fd53aea774b9 [2020-09-17T16:17:29.382Z] ---> Running in ef76c4bb9c89 [2020-09-17T16:17:29.978Z] Removing intermediate container ef76c4bb9c89 [2020-09-17T16:17:29.978Z] ---> e9ab1dc3a715 [2020-09-17T16:17:29.978Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T16:17:29.978Z] ---> Running in 69fd9243e90f [2020-09-17T16:17:30.574Z] Removing intermediate container 69fd9243e90f [2020-09-17T16:17:30.574Z] ---> d0c5b077e61d [2020-09-17T16:17:30.574Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T16:17:30.574Z] Successfully built d0c5b077e61d [2020-09-17T16:17:30.574Z] 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 [2020-09-17T16:17:33.696Z] provisioning config files... [2020-09-17T16:17:33.711Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config6468011205800934567tmp [Pipeline] { [Pipeline] sh [2020-09-17T16:17:34.111Z] + curl -s https://codecov.io/bash [2020-09-17T16:17:34.111Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-131@tmp/config6468011205800934567tmp [Pipeline] } [2020-09-17T16:17:34.386Z] 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 [2020-09-17T16:17:38.726Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T16:17:39.339Z] ---> package-listing.sh [2020-09-17T16:17:39.339Z] ++ facter osfamily [2020-09-17T16:17:39.339Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T16:17:39.611Z] + OS_FAMILY=redhat [2020-09-17T16:17:39.611Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-131 [2020-09-17T16:17:39.611Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T16:17:39.611Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T16:17:39.611Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T16:17:39.611Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T16:17:39.611Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-17T16:17:39.611Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T16:17:39.611Z] + case "${OS_FAMILY}" in [2020-09-17T16:17:39.611Z] + rpm -qa [2020-09-17T16:17:39.611Z] + sort [2020-09-17T16:17:43.944Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T16:17:43.944Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T16:17:43.944Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T16:17:43.944Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-17T16:17:43.944Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ [2020-09-17T16:17:43.944Z] + 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 [2020-09-17T16:17:45.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T16:17:45.496Z] [2020-09-17T16:17:45.496Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T16:17:45.881Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T16:17:45.882Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T16:17:45.882Z] df20fa9351a1: Pulling fs layer [2020-09-17T16:17:45.882Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T16:17:45.882Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T16:17:45.882Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T16:17:45.882Z] 0dadc02b9964: Pulling fs layer [2020-09-17T16:17:45.882Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T16:17:45.882Z] 7a184a31f384: Pulling fs layer [2020-09-17T16:17:45.882Z] 0879bd2ef858: Pulling fs layer [2020-09-17T16:17:45.882Z] 46f8f816bc3b: Waiting [2020-09-17T16:17:45.882Z] 0dadc02b9964: Waiting [2020-09-17T16:17:45.882Z] ce6a7cf60c04: Waiting [2020-09-17T16:17:45.882Z] 7a184a31f384: Waiting [2020-09-17T16:17:45.882Z] 0879bd2ef858: Waiting [2020-09-17T16:17:46.209Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T16:17:46.209Z] 36b3adc4ff6f: Download complete [2020-09-17T16:17:46.209Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T16:17:46.209Z] 46f8f816bc3b: Download complete [2020-09-17T16:17:46.209Z] df20fa9351a1: Verifying Checksum [2020-09-17T16:17:46.209Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T16:17:46.209Z] ce6a7cf60c04: Download complete [2020-09-17T16:17:46.514Z] 7a184a31f384: Verifying Checksum [2020-09-17T16:17:46.514Z] 7a184a31f384: Download complete [2020-09-17T16:17:46.514Z] 0dadc02b9964: Verifying Checksum [2020-09-17T16:17:46.514Z] 0dadc02b9964: Download complete [2020-09-17T16:17:46.789Z] df20fa9351a1: Pull complete [2020-09-17T16:17:47.073Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T16:17:47.073Z] 8ad3a11d3b57: Download complete [2020-09-17T16:17:47.358Z] 36b3adc4ff6f: Pull complete [2020-09-17T16:17:47.981Z] 0879bd2ef858: Verifying Checksum [2020-09-17T16:17:47.981Z] 0879bd2ef858: Download complete [2020-09-17T16:17:48.264Z] 8ad3a11d3b57: Pull complete [2020-09-17T16:17:48.264Z] 46f8f816bc3b: Pull complete [2020-09-17T16:17:48.864Z] 0dadc02b9964: Pull complete [2020-09-17T16:17:49.130Z] ce6a7cf60c04: Pull complete [2020-09-17T16:17:49.130Z] 7a184a31f384: Pull complete [2020-09-17T16:17:52.559Z] 0879bd2ef858: Pull complete [2020-09-17T16:17:52.560Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T16:17:52.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T16:17:52.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T16:17:52.745Z] prd-centos7-docker-4c-2g-237 does not seem to be running inside a container [2020-09-17T16:17:52.825Z] $ 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 [2020-09-17T16:17:59.306Z] $ docker top d041f7e4288e5375fbe7d1a8699d3ec390bd220c971d7d5431e4a693cb345e00 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T16:18:00.035Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T16:18:00.385Z] + ls /var/log/sa-host [2020-09-17T16:18:00.385Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T16:18:00.385Z] file_magic: OK [2020-09-17T16:18:00.385Z] HZ: Using current value: 100 [2020-09-17T16:18:00.385Z] file_header: OK [2020-09-17T16:18:00.385Z] 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 [2020-09-17T16:18:00.385Z] Statistics: [2020-09-17T16:18:00.385Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T16:18:00.385Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T16:18:00.385Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T16:18:00.385Z] file_magic: OK [2020-09-17T16:18:00.385Z] HZ: Using current value: 100 [2020-09-17T16:18:00.385Z] file_header: OK [2020-09-17T16:18:00.385Z] 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 [2020-09-17T16:18:00.385Z] Statistics: [2020-09-17T16:18:00.385Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T16:18:00.385Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T16:18:00.453Z] provisioning config files... [2020-09-17T16:18:00.473Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config7115872425779185518tmp [Pipeline] { [Pipeline] echo [2020-09-17T16:18:00.701Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T16:18:01.030Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T16:18:01.053Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T16:18:01.518Z] ---> logs-deploy.sh [2020-09-17T16:18:01.518Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/2 [2020-09-17T16:18:01.518Z] INFO: archiving workspace using pattern(s): [2020-09-17T16:18:03.645Z] Archives upload complete. [2020-09-17T16:18:03.939Z] INFO: archiving logs to Nexus [2020-09-17T16:18:05.502Z] ---> uname -a: [2020-09-17T16:18:05.502Z] Linux d041f7e4288e 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-17T16:18:05.502Z] [2020-09-17T16:18:05.502Z] [2020-09-17T16:18:05.502Z] ---> lscpu: [2020-09-17T16:18:05.502Z] Architecture: x86_64 [2020-09-17T16:18:05.502Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-17T16:18:05.502Z] Byte Order: Little Endian [2020-09-17T16:18:05.502Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-17T16:18:05.502Z] CPU(s): 4 [2020-09-17T16:18:05.502Z] On-line CPU(s) list: 0-3 [2020-09-17T16:18:05.502Z] Thread(s) per core: 1 [2020-09-17T16:18:05.502Z] Core(s) per socket: 1 [2020-09-17T16:18:05.502Z] Socket(s): 4 [2020-09-17T16:18:05.502Z] NUMA node(s): 1 [2020-09-17T16:18:05.502Z] Vendor ID: GenuineIntel [2020-09-17T16:18:05.502Z] CPU family: 6 [2020-09-17T16:18:05.502Z] Model: 44 [2020-09-17T16:18:05.502Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-17T16:18:05.502Z] Stepping: 1 [2020-09-17T16:18:05.502Z] CPU MHz: 2933.438 [2020-09-17T16:18:05.502Z] BogoMIPS: 5866.87 [2020-09-17T16:18:05.502Z] Virtualization: VT-x [2020-09-17T16:18:05.502Z] Hypervisor vendor: KVM [2020-09-17T16:18:05.502Z] Virtualization type: full [2020-09-17T16:18:05.502Z] L1d cache: 128 KiB [2020-09-17T16:18:05.502Z] L1i cache: 128 KiB [2020-09-17T16:18:05.502Z] L2 cache: 16 MiB [2020-09-17T16:18:05.502Z] L3 cache: 64 MiB [2020-09-17T16:18:05.502Z] NUMA node0 CPU(s): 0-3 [2020-09-17T16:18:05.502Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-17T16:18:05.502Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-17T16:18:05.502Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-17T16:18:05.502Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-17T16:18:05.502Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-17T16:18:05.502Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-17T16:18:05.502Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-17T16:18:05.502Z] Vulnerability Tsx async abort: Not affected [2020-09-17T16:18:05.502Z] 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 [2020-09-17T16:18:05.502Z] [2020-09-17T16:18:05.502Z] [2020-09-17T16:18:05.502Z] ---> nproc: [2020-09-17T16:18:05.502Z] 4 [2020-09-17T16:18:05.502Z] [2020-09-17T16:18:05.502Z]