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 148b8eca63a97cc99414b4b4a4a16c4369e67a30+f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 (480cf97602c4191f1bd22fe5753427abf2ea612e) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-374 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 148b8eca63a97cc99414b4b4a4a16c4369e67a30 Merge succeeded, producing 148b8eca63a97cc99414b4b4a4a16c4369e67a30 Checking out Revision 148b8eca63a97cc99414b4b4a4a16c4369e67a30 (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 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # 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 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # timeout=10 Commit message: "build: upgrade device-sdk-go" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T09:01:15.745Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T09:01:16.028Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T09:01:16.134Z] ========================================================= [2020-09-18T09:01:16.135Z] EdgeX Global Pipelines Version Info [2020-09-18T09:01:16.135Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 57130b4155dc44439b49f73d34af652ea5ca5664 # timeout=10 [2020-09-18T09:01:19.156Z] ------------------- [2020-09-18T09:01:19.156Z] stable info: [2020-09-18T09:01:19.156Z] ------------------- [2020-09-18T09:01:19.156Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T09:01:19.156Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T09:01:19.156Z] Message: update stable to v1.0.122 [2020-09-18T09:01:20.843Z] ------------------- [2020-09-18T09:01:20.843Z] experimental info: [2020-09-18T09:01:20.843Z] ------------------- [2020-09-18T09:01:20.843Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T09:01:20.843Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T09:01:20.843Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T09:01:21.324Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-18T09:01:21.437Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-18T09:01:21.550Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T09:01:21.657Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T09:01:21.776Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T09:01:21.882Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T09:01:22.011Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T09:01:22.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T09:01:22.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-18T09:01:22.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T09:01:22.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T09:01:22.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-18T09:01:22.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T09:01:22.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T09:01:22.997Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T09:01:23.103Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T09:01:23.216Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T09:01:23.350Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T09:01:23.459Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T09:01:23.565Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T09:01:23.684Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T09:01:23.779Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T09:01:23.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo [2020-09-18T09:01:23.992Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo [2020-09-18T09:01:24.092Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo [2020-09-18T09:01:24.190Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 148b8eca63a97cc99414b4b4a4a16c4369e67a30 [Pipeline] echo [2020-09-18T09:01:24.288Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 148b8ec [Pipeline] echo [2020-09-18T09:01:24.378Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T09:01:25.075Z] + git log --format=format:%s -1 148b8eca63a97cc99414b4b4a4a16c4369e67a30 [Pipeline] echo [2020-09-18T09:01:25.251Z] GIT_COMMIT: 148b8eca63a97cc99414b4b4a4a16c4369e67a30, Commit Message: build: upgrade device-sdk-go [Pipeline] echo [2020-09-18T09:01:25.298Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:01:26.387Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T09:01:26.670Z] [2020-09-18T09:01:26.670Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:01:27.093Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T09:01:27.093Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T09:01:27.093Z] 31603596830f: Pulling fs layer [2020-09-18T09:01:27.093Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T09:01:27.093Z] 6ca5941a6612: Pulling fs layer [2020-09-18T09:01:27.093Z] ecc8261a40a4: Pulling fs layer [2020-09-18T09:01:27.093Z] ecc8261a40a4: Waiting [2020-09-18T09:01:27.370Z] 2a8b12db71e7: Verifying Checksum [2020-09-18T09:01:27.370Z] 2a8b12db71e7: Download complete [2020-09-18T09:01:27.370Z] 31603596830f: Download complete [2020-09-18T09:01:27.677Z] ecc8261a40a4: Verifying Checksum [2020-09-18T09:01:27.677Z] ecc8261a40a4: Download complete [2020-09-18T09:01:27.963Z] 6ca5941a6612: Verifying Checksum [2020-09-18T09:01:27.963Z] 6ca5941a6612: Download complete [2020-09-18T09:01:27.963Z] 31603596830f: Pull complete [2020-09-18T09:01:28.249Z] 2a8b12db71e7: Pull complete [2020-09-18T09:01:29.219Z] 6ca5941a6612: Pull complete [2020-09-18T09:01:29.541Z] ecc8261a40a4: Pull complete [2020-09-18T09:01:29.541Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T09:01:29.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T09:01:29.541Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T09:01:29.805Z] prd-centos7-docker-4c-2g-374 does not seem to be running inside a container [2020-09-18T09:01:30.114Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T09:01:32.746Z] $ docker top 3990393e8aafbfbc4c55f39f39e8be491d9e660ac0db91d21f0d64d024c23d15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T09:01:33.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T09:01:33.079Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T09:01:33.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T09:01:33.500Z] $ docker exec 3990393e8aafbfbc4c55f39f39e8be491d9e660ac0db91d21f0d64d024c23d15 ssh-agent [2020-09-18T09:01:33.952Z] SSH_AUTH_SOCK=/tmp/ssh-yrfHOZwYcUdp/agent.11 [2020-09-18T09:01:33.952Z] SSH_AGENT_PID=16 [2020-09-18T09:01:33.973Z] Running ssh-add (command line suppressed) [2020-09-18T09:01:34.194Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_4548211378995589120.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_4548211378995589120.key) [2020-09-18T09:01:34.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T09:01:34.726Z] + git describe --exact-match --tags HEAD [2020-09-18T09:01:34.726Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T09:01:34.776Z] $ docker exec --env ******** --env ******** 3990393e8aafbfbc4c55f39f39e8be491d9e660ac0db91d21f0d64d024c23d15 ssh-agent -k [2020-09-18T09:01:35.012Z] unset SSH_AUTH_SOCK; [2020-09-18T09:01:35.012Z] unset SSH_AGENT_PID; [2020-09-18T09:01:35.012Z] echo Agent pid 16 killed; [2020-09-18T09:01:35.091Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T09:01:35.200Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T09:01:35.200Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T09:01:35.322Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T09:01:35.323Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T09:01:35.738Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T09:01:35.757Z] $ docker exec 3990393e8aafbfbc4c55f39f39e8be491d9e660ac0db91d21f0d64d024c23d15 ssh-agent [2020-09-18T09:01:36.068Z] SSH_AUTH_SOCK=/tmp/ssh-u6Sk0eAeLE6z/agent.45 [2020-09-18T09:01:36.068Z] SSH_AGENT_PID=50 [2020-09-18T09:01:36.087Z] Running ssh-add (command line suppressed) [2020-09-18T09:01:36.430Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_5448313545765766852.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_5448313545765766852.key) [2020-09-18T09:01:36.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T09:01:37.159Z] + git semver init [2020-09-18T09:01:37.159Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T09:01:37.159Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git [2020-09-18T09:01:37.159Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 [2020-09-18T09:01:37.159Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T09:01:37.159Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T09:01:37.159Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T09:01:37.159Z] # $SEMVER_BRANCH = PR-131 [2020-09-18T09:01:37.159Z] # $SEMVER_TEMP = /tmp/semver-091627011 [2020-09-18T09:01:37.159Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-18T09:01:37.776Z] # '/tmp/semver-091627011' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' [2020-09-18T09:01:37.776Z] # -> Force: false [2020-09-18T09:01:37.776Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } [2020-09-18T09:01:37.805Z] $ docker exec --env ******** --env ******** 3990393e8aafbfbc4c55f39f39e8be491d9e660ac0db91d21f0d64d024c23d15 ssh-agent -k [2020-09-18T09:01:38.297Z] unset SSH_AUTH_SOCK; [2020-09-18T09:01:38.299Z] unset SSH_AGENT_PID; [2020-09-18T09:01:38.299Z] echo Agent pid 50 killed; [2020-09-18T09:01:38.384Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T09:01:38.906Z] + git semver [Pipeline] } [2020-09-18T09:01:38.958Z] $ docker stop --time=1 3990393e8aafbfbc4c55f39f39e8be491d9e660ac0db91d21f0d64d024c23d15 [2020-09-18T09:01:40.426Z] $ docker rm -f 3990393e8aafbfbc4c55f39f39e8be491d9e660ac0db91d21f0d64d024c23d15 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T09:01:42.486Z] Stashed 27 file(s) [Pipeline] echo [2020-09-18T09:01:42.489Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-18T09:01:42.608Z] 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-18T09:01:58.053Z] Still waiting to schedule task [2020-09-18T09:01:58.053Z] ‘prd-centos7-docker-4c-2g-371’ is offline; ‘prd-centos7-docker-4c-2g-372’ is offline; ‘prd-centos7-docker-4c-2g-373’ is offline; ‘prd-centos7-docker-4c-2g-376’ is offline [2020-09-18T09:01:58.056Z] Still waiting to schedule task [2020-09-18T09:01:58.056Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-18T09:02:13.849Z] Running on prd-centos7-docker-4c-2g-376 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-18T09:02:13.905Z] Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout [2020-09-18T09:02:21.493Z] using credential edgex-jenkins-ssh [2020-09-18T09:02:21.554Z] Cloning the remote Git repository [2020-09-18T09:02:21.554Z] Cloning with configured refspecs honoured and without tags [2020-09-18T09:02:21.619Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T09:02:21.718Z] > git init /w/workspace/device-virtual-go/4 # timeout=10 [2020-09-18T09:02:22.511Z] Fetching without tags [2020-09-18T09:02:22.973Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 148b8eca63a97cc99414b4b4a4a16c4369e67a30 [2020-09-18T09:02:21.852Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T09:02:21.853Z] > git --version # timeout=10 [2020-09-18T09:02:21.863Z] > git --version # 'git version 2.16.5' [2020-09-18T09:02:21.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T09:02:21.959Z] > 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-18T09:02:22.468Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T09:02:22.476Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-18T09:02:22.488Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T09:02:22.502Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T09:02:22.527Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T09:02:22.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T09:02:22.533Z] > 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-18T09:02:22.985Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T09:02:23.001Z] > git checkout -f 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # timeout=10 [2020-09-18T09:02:23.167Z] Merge succeeded, producing 148b8eca63a97cc99414b4b4a4a16c4369e67a30 [2020-09-18T09:02:23.167Z] Checking out Revision 148b8eca63a97cc99414b4b4a4a16c4369e67a30 (PR-131) [2020-09-18T09:02:23.060Z] > git remote # timeout=10 [2020-09-18T09:02:23.083Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T09:02:23.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T09:02:23.105Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-18T09:02:23.141Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T09:02:23.175Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T09:02:23.222Z] > git checkout -f 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # timeout=10 [2020-09-18T09:02:27.357Z] Commit message: "build: upgrade device-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T09:02:28.224Z] ========================================================= [2020-09-18T09:02:28.224Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T09:02:28.224Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:02:29.158Z] + 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-18T09:02:29.791Z] Sending build context to Docker daemon 549.4kB [2020-09-18T09:02:29.791Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T09:02:29.791Z] Step 2/8 : FROM ${BASE} [2020-09-18T09:02:30.182Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T09:02:30.182Z] df20fa9351a1: Pulling fs layer [2020-09-18T09:02:30.182Z] ed8968b2872e: Pulling fs layer [2020-09-18T09:02:30.182Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T09:02:30.182Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T09:02:30.182Z] e73272ec9a57: Pulling fs layer [2020-09-18T09:02:30.182Z] 1e910a182e73: Pulling fs layer [2020-09-18T09:02:30.182Z] 4e634b169226: Pulling fs layer [2020-09-18T09:02:30.182Z] e73272ec9a57: Waiting [2020-09-18T09:02:30.182Z] 1e910a182e73: Waiting [2020-09-18T09:02:30.182Z] 4e634b169226: Waiting [2020-09-18T09:02:30.182Z] e871e8e8d7a9: Waiting [2020-09-18T09:02:30.182Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T09:02:30.182Z] a92cc7c5fd73: Download complete [2020-09-18T09:02:30.182Z] ed8968b2872e: Verifying Checksum [2020-09-18T09:02:30.182Z] ed8968b2872e: Download complete [2020-09-18T09:02:30.785Z] e73272ec9a57: Verifying Checksum [2020-09-18T09:02:30.785Z] e73272ec9a57: Download complete [2020-09-18T09:02:30.785Z] 1e910a182e73: Verifying Checksum [2020-09-18T09:02:30.785Z] 1e910a182e73: Download complete [2020-09-18T09:02:31.058Z] df20fa9351a1: Verifying Checksum [2020-09-18T09:02:31.058Z] df20fa9351a1: Download complete [2020-09-18T09:02:31.679Z] df20fa9351a1: Pull complete [2020-09-18T09:02:31.965Z] ed8968b2872e: Pull complete [2020-09-18T09:02:32.258Z] a92cc7c5fd73: Pull complete [2020-09-18T09:02:34.418Z] 4e634b169226: Verifying Checksum [2020-09-18T09:02:34.418Z] 4e634b169226: Download complete [2020-09-18T09:02:36.559Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T09:02:36.559Z] e871e8e8d7a9: Download complete [2020-09-18T09:02:44.865Z] e871e8e8d7a9: Pull complete [2020-09-18T09:02:44.865Z] e73272ec9a57: Pull complete [2020-09-18T09:02:44.865Z] 1e910a182e73: Pull complete [2020-09-18T09:02:50.245Z] 4e634b169226: Pull complete [2020-09-18T09:02:50.245Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T09:02:50.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T09:02:50.245Z] ---> f7629b54cfaa [2020-09-18T09:02:50.245Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-18T09:02:50.245Z] ---> Running in e6a6bc2e1ae6 [2020-09-18T09:02:50.524Z] Removing intermediate container e6a6bc2e1ae6 [2020-09-18T09:02:50.524Z] ---> 60998d47eb9e [2020-09-18T09:02:50.524Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T09:02:50.524Z] ---> Running in 2d7228f0b688 [2020-09-18T09:02:51.930Z] Removing intermediate container 2d7228f0b688 [2020-09-18T09:02:51.930Z] ---> 76f014297764 [2020-09-18T09:02:51.930Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-18T09:02:51.930Z] ---> Running in 2a3bdb9ba346 [2020-09-18T09:02:52.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T09:02:53.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T09:02:54.341Z] (1/14) Installing libmagic (5.38-r0) [2020-09-18T09:02:54.341Z] (2/14) Installing file (5.38-r0) [2020-09-18T09:02:54.623Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-18T09:02:54.623Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-18T09:03:01.373Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-18T09:03:01.373Z] (6/14) Installing patch (2.7.6-r6) [2020-09-18T09:03:01.373Z] (7/14) Installing build-base (0.5-r2) [2020-09-18T09:03:01.373Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-18T09:03:01.373Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-18T09:03:01.373Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-18T09:03:01.373Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-18T09:03:01.373Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-18T09:03:01.718Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-18T09:03:01.718Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-18T09:03:02.006Z] Executing busybox-1.31.1-r16.trigger [2020-09-18T09:03:02.006Z] OK: 237 MiB in 53 packages [2020-09-18T09:03:05.011Z] Removing intermediate container 2a3bdb9ba346 [2020-09-18T09:03:05.011Z] ---> 3af6c76812f5 [2020-09-18T09:03:05.011Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-18T09:03:05.011Z] ---> Running in 434003a5f4b6 [2020-09-18T09:03:05.296Z] Removing intermediate container 434003a5f4b6 [2020-09-18T09:03:05.296Z] ---> e4463c72b985 [2020-09-18T09:03:05.296Z] Step 7/8 : COPY . . [2020-09-18T09:03:06.372Z] ---> 9b58f797919f [2020-09-18T09:03:06.372Z] Step 8/8 : RUN go mod download [2020-09-18T09:03:06.372Z] ---> Running in 2f6772855e6a [2020-09-18T09:03:33.946Z] Removing intermediate container 2f6772855e6a [2020-09-18T09:03:33.946Z] ---> d0edffa3af1c [2020-09-18T09:03:33.946Z] Successfully built d0edffa3af1c [2020-09-18T09:03:33.946Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:03:34.763Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T09:03:34.763Z] . [Pipeline] withDockerContainer [2020-09-18T09:03:35.227Z] prd-centos7-docker-4c-2g-376 does not seem to be running inside a container [2020-09-18T09:03:35.433Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T09:03:37.344Z] $ docker top e3c454d46d7b203538b667bd1e4931556cdf620b9ecc8538ac99a9e5ed153d3c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T09:03:38.085Z] + go version [2020-09-18T09:03:38.085Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T09:03:38.121Z] $ docker stop --time=1 e3c454d46d7b203538b667bd1e4931556cdf620b9ecc8538ac99a9e5ed153d3c [2020-09-18T09:03:39.687Z] $ docker rm -f e3c454d46d7b203538b667bd1e4931556cdf620b9ecc8538ac99a9e5ed153d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:03:40.725Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T09:03:40.725Z] . [Pipeline] withDockerContainer [2020-09-18T09:03:40.878Z] prd-centos7-docker-4c-2g-376 does not seem to be running inside a container [2020-09-18T09:03:40.991Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T09:03:41.910Z] $ docker top 4b1cd5dcde4fc1d2d8622ddc86fe7530a51cdf7169f8dced7845cbf6b3a6c1e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T09:03:42.449Z] + make test [2020-09-18T09:03:42.449Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-18T09:03:44.199Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-18T09:03:57.660Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-377 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-18T09:03:57.760Z] Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout [2020-09-18T09:04:03.312Z] using credential edgex-jenkins-ssh [2020-09-18T09:04:03.376Z] Cloning the remote Git repository [2020-09-18T09:04:03.376Z] Cloning with configured refspecs honoured and without tags [2020-09-18T09:04:03.461Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T09:04:03.586Z] > git init /w/workspace/device-virtual-go/4 # timeout=10 [2020-09-18T09:04:03.669Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T09:04:03.670Z] > git --version # timeout=10 [2020-09-18T09:04:03.693Z] > git --version # 'git version 2.17.1' [2020-09-18T09:04:03.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T09:04:03.787Z] > 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-18T09:04:04.561Z] Fetching without tags [2020-09-18T09:04:05.285Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 148b8eca63a97cc99414b4b4a4a16c4369e67a30 [2020-09-18T09:04:05.522Z] Merge succeeded, producing 148b8eca63a97cc99414b4b4a4a16c4369e67a30 [2020-09-18T09:04:05.523Z] Checking out Revision 148b8eca63a97cc99414b4b4a4a16c4369e67a30 (PR-131) [2020-09-18T09:04:04.465Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T09:04:04.498Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-18T09:04:04.522Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T09:04:04.547Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T09:04:04.587Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T09:04:04.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T09:04:04.600Z] > 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-18T09:04:05.317Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T09:04:05.337Z] > git checkout -f 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # timeout=10 [2020-09-18T09:04:05.414Z] > git remote # timeout=10 [2020-09-18T09:04:05.428Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T09:04:05.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T09:04:05.451Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-18T09:04:05.471Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T09:04:05.544Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T09:04:05.597Z] > git checkout -f 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # timeout=10 [2020-09-18T09:04:09.937Z] Commit message: "build: upgrade device-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T09:04:11.152Z] ========================================================= [2020-09-18T09:04:11.152Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T09:04:11.152Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:04:11.661Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-18T09:04:11.661Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.248s coverage: 56.4% of statements [2020-09-18T09:04:11.661Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-18T09:04:12.338Z] + 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-18T09:04:13.138Z] gofmt -l . [2020-09-18T09:04:13.138Z] [ "`gofmt -l .`" = "" ] [2020-09-18T09:04:13.138Z] ./bin/test-attribution-txt.sh [2020-09-18T09:04:13.325Z] Sending build context to Docker daemon 549.4kB [2020-09-18T09:04:13.325Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T09:04:13.325Z] Step 2/8 : FROM ${BASE} [2020-09-18T09:04:13.601Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T09:04:13.601Z] b538f80385f9: Pulling fs layer [2020-09-18T09:04:13.601Z] 74f711af9a0d: Pulling fs layer [2020-09-18T09:04:13.601Z] 99f96fe45779: Pulling fs layer [2020-09-18T09:04:13.601Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T09:04:13.601Z] 45590311c82a: Pulling fs layer [2020-09-18T09:04:13.601Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T09:04:13.601Z] 209524e5b208: Pulling fs layer [2020-09-18T09:04:13.601Z] 45590311c82a: Waiting [2020-09-18T09:04:13.602Z] 69ca0ff8b7b3: Waiting [2020-09-18T09:04:13.602Z] 209524e5b208: Waiting [2020-09-18T09:04:13.602Z] 8529a6b9a6be: Waiting [2020-09-18T09:04:13.602Z] 99f96fe45779: Verifying Checksum [2020-09-18T09:04:13.602Z] 99f96fe45779: Download complete [2020-09-18T09:04:13.602Z] 74f711af9a0d: Verifying Checksum [2020-09-18T09:04:13.602Z] 74f711af9a0d: Download complete [2020-09-18T09:04:13.602Z] 45590311c82a: Verifying Checksum [2020-09-18T09:04:13.602Z] 45590311c82a: Download complete [2020-09-18T09:04:13.602Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-18T09:04:13.602Z] 69ca0ff8b7b3: Download complete [2020-09-18T09:04:13.602Z] b538f80385f9: Verifying Checksum [2020-09-18T09:04:13.602Z] b538f80385f9: Download complete [2020-09-18T09:04:14.549Z] ./bin/test-go-mod-tidy.sh [2020-09-18T09:04:14.590Z] b538f80385f9: Pull complete [Pipeline] stash [2020-09-18T09:04:14.867Z] 74f711af9a0d: Pull complete [2020-09-18T09:04:15.141Z] 99f96fe45779: Pull complete [2020-09-18T09:04:15.234Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T09:04:15.244Z] $ docker stop --time=1 4b1cd5dcde4fc1d2d8622ddc86fe7530a51cdf7169f8dced7845cbf6b3a6c1e3 [2020-09-18T09:04:16.584Z] 209524e5b208: Verifying Checksum [2020-09-18T09:04:16.584Z] 209524e5b208: Download complete [2020-09-18T09:04:17.177Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T09:04:17.177Z] 8529a6b9a6be: Download complete [2020-09-18T09:04:17.694Z] $ docker rm -f 4b1cd5dcde4fc1d2d8622ddc86fe7530a51cdf7169f8dced7845cbf6b3a6c1e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T09:04:21.130Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T09:04:21.595Z] + ls -al . [2020-09-18T09:04:21.595Z] total 108 [2020-09-18T09:04:21.595Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 18 09:04 . [2020-09-18T09:04:21.595Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 09:02 .. [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 18 09:02 Attribution.txt [2020-09-18T09:04:21.595Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 09:02 bin [2020-09-18T09:04:21.595Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 18 09:02 cmd [2020-09-18T09:04:21.595Z] -rw-r--r--. 1 jenkins jenkins 29142 Sep 18 09:04 coverage.out [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 18 09:02 Dockerfile [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 18 09:02 Dockerfile.build [2020-09-18T09:04:21.595Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 09:02 .git [2020-09-18T09:04:21.595Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 18 09:02 .github [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 18 09:02 .gitignore [2020-09-18T09:04:21.595Z] -rw-r--r--. 1 jenkins jenkins 862 Sep 18 09:04 go.mod [2020-09-18T09:04:21.595Z] -rw-r--r--. 1 jenkins jenkins 14908 Sep 18 09:04 go.sum [2020-09-18T09:04:21.595Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 18 09:02 internal [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 660 Sep 18 09:02 Jenkinsfile [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 18 09:02 LICENSE [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 18 09:02 Makefile [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 18 09:02 README.md [2020-09-18T09:04:21.595Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 09:02 .semver [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 09:01 VERSION [2020-09-18T09:04:21.595Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 18 09:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:04:21.934Z] + 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=148b8eca63a97cc99414b4b4a4a16c4369e67a30 --label arch=amd64 --label version=0.0.0 . [2020-09-18T09:04:22.209Z] Sending build context to Docker daemon 594.9kB [2020-09-18T09:04:22.209Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-18T09:04:22.209Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-18T09:04:22.209Z] ---> d0edffa3af1c [2020-09-18T09:04:22.209Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-18T09:04:22.486Z] ---> Running in 56041b6f4faf [2020-09-18T09:04:22.486Z] Removing intermediate container 56041b6f4faf [2020-09-18T09:04:22.486Z] ---> e59f60364f28 [2020-09-18T09:04:22.486Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T09:04:22.759Z] ---> Running in 63eef14425dd [2020-09-18T09:04:22.760Z] Removing intermediate container 63eef14425dd [2020-09-18T09:04:22.760Z] ---> 2e150fa27e90 [2020-09-18T09:04:22.760Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-18T09:04:23.039Z] ---> Running in 59d433ed6547 [2020-09-18T09:04:23.039Z] Removing intermediate container 59d433ed6547 [2020-09-18T09:04:23.039Z] ---> b6112d22bec4 [2020-09-18T09:04:23.039Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T09:04:23.335Z] ---> Running in 232d6471a75b [2020-09-18T09:04:24.825Z] Removing intermediate container 232d6471a75b [2020-09-18T09:04:24.825Z] ---> 75a8dca9ec08 [2020-09-18T09:04:24.825Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T09:04:24.825Z] ---> Running in 8b8322fd8816 [2020-09-18T09:04:25.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T09:04:26.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T09:04:27.115Z] OK: 237 MiB in 53 packages [2020-09-18T09:04:27.370Z] 8529a6b9a6be: Pull complete [2020-09-18T09:04:27.370Z] 45590311c82a: Pull complete [2020-09-18T09:04:27.370Z] 69ca0ff8b7b3: Pull complete [2020-09-18T09:04:27.778Z] Removing intermediate container 8b8322fd8816 [2020-09-18T09:04:27.778Z] ---> 76d1c264536e [2020-09-18T09:04:27.778Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-18T09:04:27.778Z] ---> Running in bdfad0d88d45 [2020-09-18T09:04:28.073Z] Removing intermediate container bdfad0d88d45 [2020-09-18T09:04:28.073Z] ---> 22dfdc4797bb [2020-09-18T09:04:28.073Z] Step 9/22 : COPY . . [2020-09-18T09:04:28.663Z] ---> 9cc200490fcd [2020-09-18T09:04:28.663Z] Step 10/22 : ARG MAKE='make build' [2020-09-18T09:04:28.928Z] ---> Running in c980752ad078 [2020-09-18T09:04:29.199Z] Removing intermediate container c980752ad078 [2020-09-18T09:04:29.199Z] ---> 8f95e1cc496e [2020-09-18T09:04:29.199Z] Step 11/22 : RUN $MAKE [2020-09-18T09:04:29.199Z] ---> Running in 69b9b0530419 [2020-09-18T09:04:29.808Z] 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-18T09:04:30.773Z] 209524e5b208: Pull complete [2020-09-18T09:04:30.773Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T09:04:30.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T09:04:30.773Z] ---> 5bddaf1c2fca [2020-09-18T09:04:30.773Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-18T09:04:34.159Z] ---> Running in 7b6788b81098 [2020-09-18T09:04:34.159Z] Removing intermediate container 7b6788b81098 [2020-09-18T09:04:34.159Z] ---> 6a6051b8cb6b [2020-09-18T09:04:34.159Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T09:04:34.159Z] ---> Running in c15ceec92a2f [2020-09-18T09:04:36.776Z] Removing intermediate container c15ceec92a2f [2020-09-18T09:04:36.776Z] ---> 5cf3b387433c [2020-09-18T09:04:36.776Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-18T09:04:36.776Z] ---> Running in 56919840a741 [2020-09-18T09:04:38.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T09:04:39.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T09:04:40.176Z] (1/14) Installing libmagic (5.38-r0) [2020-09-18T09:04:40.448Z] (2/14) Installing file (5.38-r0) [2020-09-18T09:04:40.448Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-18T09:04:40.448Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-18T09:04:44.750Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-18T09:04:44.750Z] (6/14) Installing patch (2.7.6-r6) [2020-09-18T09:04:44.750Z] (7/14) Installing build-base (0.5-r2) [2020-09-18T09:04:44.750Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-18T09:04:44.750Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-18T09:04:44.750Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-18T09:04:45.021Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-18T09:04:45.021Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-18T09:04:45.292Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-18T09:04:45.292Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-18T09:04:45.564Z] Executing busybox-1.31.1-r16.trigger [2020-09-18T09:04:45.564Z] OK: 221 MiB in 53 packages [2020-09-18T09:04:48.418Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-18T09:04:49.906Z] Removing intermediate container 56919840a741 [2020-09-18T09:04:49.906Z] ---> 3df797dd82b3 [2020-09-18T09:04:49.906Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-18T09:04:49.906Z] ---> Running in 1a6e9020f72d [2020-09-18T09:04:50.181Z] Removing intermediate container 1a6e9020f72d [2020-09-18T09:04:50.181Z] ---> 950f9be0e06a [2020-09-18T09:04:50.181Z] Step 7/8 : COPY . . [2020-09-18T09:04:51.100Z] Removing intermediate container 69b9b0530419 [2020-09-18T09:04:51.100Z] ---> b4809afbaf08 [2020-09-18T09:04:51.100Z] Step 12/22 : FROM alpine [2020-09-18T09:04:51.170Z] ---> c401f29ee997 [2020-09-18T09:04:51.170Z] Step 8/8 : RUN go mod download [2020-09-18T09:04:51.170Z] ---> Running in c59c56915a90 [2020-09-18T09:04:51.421Z] latest: Pulling from library/alpine [2020-09-18T09:04:51.421Z] df20fa9351a1: Already exists [2020-09-18T09:04:51.728Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-18T09:04:51.728Z] Status: Downloaded newer image for alpine:latest [2020-09-18T09:04:51.728Z] ---> a24bb4013296 [2020-09-18T09:04:51.728Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-18T09:04:51.728Z] ---> Running in a02b77d33b2a [2020-09-18T09:04:51.993Z] Removing intermediate container a02b77d33b2a [2020-09-18T09:04:51.993Z] ---> 2e1f946a1579 [2020-09-18T09:04:51.993Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-18T09:04:51.993Z] ---> Running in a0ba5c488bee [2020-09-18T09:04:52.280Z] Removing intermediate container a0ba5c488bee [2020-09-18T09:04:52.280Z] ---> 400abe069944 [2020-09-18T09:04:52.280Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-18T09:04:53.404Z] ---> 6de5efa490ac [2020-09-18T09:04:53.404Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-18T09:04:53.695Z] ---> a8268ef2a197 [2020-09-18T09:04:53.695Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-18T09:04:53.965Z] ---> b0f90ceba6e9 [2020-09-18T09:04:53.965Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-18T09:04:53.965Z] ---> Running in 7c900c44ee3e [2020-09-18T09:04:54.235Z] Removing intermediate container 7c900c44ee3e [2020-09-18T09:04:54.235Z] ---> 37c7ec91a55d [2020-09-18T09:04:54.235Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T09:04:54.235Z] ---> Running in 6e7d3e728935 [2020-09-18T09:04:54.559Z] Removing intermediate container 6e7d3e728935 [2020-09-18T09:04:54.559Z] ---> d613450bcfcc [2020-09-18T09:04:54.559Z] Step 20/22 : LABEL arch=amd64 [2020-09-18T09:04:54.559Z] ---> Running in 795b997a5eac [2020-09-18T09:04:54.919Z] Removing intermediate container 795b997a5eac [2020-09-18T09:04:54.919Z] ---> b20056ef1066 [2020-09-18T09:04:54.919Z] Step 21/22 : LABEL git_sha=148b8eca63a97cc99414b4b4a4a16c4369e67a30 [2020-09-18T09:04:54.919Z] ---> Running in c14cae066cd1 [2020-09-18T09:04:54.919Z] Removing intermediate container c14cae066cd1 [2020-09-18T09:04:54.919Z] ---> 876d7df4c315 [2020-09-18T09:04:54.919Z] Step 22/22 : LABEL version=0.0.0 [2020-09-18T09:04:55.234Z] ---> Running in 9c2d872d3101 [2020-09-18T09:04:55.234Z] Removing intermediate container 9c2d872d3101 [2020-09-18T09:04:55.234Z] ---> fbe440a84daf [2020-09-18T09:04:55.234Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T09:04:55.234Z] Successfully built fbe440a84daf [2020-09-18T09:04:55.234Z] 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-18T09:05:06.258Z] Removing intermediate container c59c56915a90 [2020-09-18T09:05:06.258Z] ---> 4aa945d751b7 [2020-09-18T09:05:06.258Z] Successfully built 4aa945d751b7 [2020-09-18T09:05:06.258Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:05:06.688Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T09:05:06.688Z] . [Pipeline] withDockerContainer [2020-09-18T09:05:06.961Z] prd-ubuntu18.04-docker-arm64-4c-16g-377 does not seem to be running inside a container [2020-09-18T09:05:07.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T09:05:08.913Z] $ docker top ced2e6760a1fec000c837cc4c0bea3d08568315db1d5312f546ff3515e65b394 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T09:05:10.314Z] + go version [2020-09-18T09:05:10.314Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T09:05:10.340Z] $ docker stop --time=1 ced2e6760a1fec000c837cc4c0bea3d08568315db1d5312f546ff3515e65b394 [2020-09-18T09:05:12.196Z] $ docker rm -f ced2e6760a1fec000c837cc4c0bea3d08568315db1d5312f546ff3515e65b394 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:05:13.279Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T09:05:13.279Z] . [Pipeline] withDockerContainer [2020-09-18T09:05:13.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-377 does not seem to be running inside a container [2020-09-18T09:05:13.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T09:05:15.429Z] $ docker top 74d11e3ef84cf68196d20eafba3deb8196d2457e49e2e50d7220744fa9f52759 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T09:05:16.804Z] + make test [2020-09-18T09:05:16.804Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-18T09:05:17.795Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-18T09:05:56.866Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-18T09:05:57.456Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.641s coverage: 56.4% of statements [2020-09-18T09:05:57.730Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-18T09:06:06.054Z] gofmt -l . [2020-09-18T09:06:06.054Z] [ "`gofmt -l .`" = "" ] [2020-09-18T09:06:06.054Z] ./bin/test-attribution-txt.sh [2020-09-18T09:06:07.062Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T09:06:07.381Z] Warning: overwriting stash ‘coverage-report’ [2020-09-18T09:06:08.324Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T09:06:08.338Z] $ docker stop --time=1 74d11e3ef84cf68196d20eafba3deb8196d2457e49e2e50d7220744fa9f52759 [2020-09-18T09:06:10.589Z] $ docker rm -f 74d11e3ef84cf68196d20eafba3deb8196d2457e49e2e50d7220744fa9f52759 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T09:06:12.085Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T09:06:12.458Z] + ls -al . [2020-09-18T09:06:12.458Z] total 136 [2020-09-18T09:06:12.458Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 09:06 . [2020-09-18T09:06:12.458Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 09:04 .. [2020-09-18T09:06:12.458Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 09:04 .git [2020-09-18T09:06:12.458Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 09:04 .github [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 18 09:04 .gitignore [2020-09-18T09:06:12.458Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 09:04 .semver [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 18 09:04 Attribution.txt [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 18 09:04 Dockerfile [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 18 09:04 Dockerfile.build [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 18 09:04 Jenkinsfile [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 18 09:04 LICENSE [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 18 09:04 Makefile [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 18 09:04 README.md [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 09:01 VERSION [2020-09-18T09:06:12.458Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 09:04 bin [2020-09-18T09:06:12.458Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 09:04 cmd [2020-09-18T09:06:12.458Z] -rw-r--r-- 1 jenkins jenkins 29142 Sep 18 09:05 coverage.out [2020-09-18T09:06:12.458Z] -rw-r--r-- 1 jenkins jenkins 862 Sep 18 09:06 go.mod [2020-09-18T09:06:12.458Z] -rw-r--r-- 1 jenkins jenkins 14908 Sep 18 09:06 go.sum [2020-09-18T09:06:12.458Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 09:04 internal [2020-09-18T09:06:12.458Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 18 09:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:06:12.803Z] + 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=148b8eca63a97cc99414b4b4a4a16c4369e67a30 --label arch=arm64 --label version=0.0.0 . [2020-09-18T09:06:13.077Z] Sending build context to Docker daemon 594.9kB [2020-09-18T09:06:13.077Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-18T09:06:13.077Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-18T09:06:13.077Z] ---> 4aa945d751b7 [2020-09-18T09:06:13.077Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-18T09:06:13.352Z] ---> Running in 09dbf3fa6d63 [2020-09-18T09:06:13.951Z] Removing intermediate container 09dbf3fa6d63 [2020-09-18T09:06:13.951Z] ---> af976b5d29c8 [2020-09-18T09:06:13.951Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T09:06:13.951Z] ---> Running in 5c0a7aa6b8a2 [2020-09-18T09:06:14.552Z] Removing intermediate container 5c0a7aa6b8a2 [2020-09-18T09:06:14.552Z] ---> 7c42f9a153c9 [2020-09-18T09:06:14.552Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-18T09:06:14.552Z] ---> Running in 88b5dfc41192 [2020-09-18T09:06:15.153Z] Removing intermediate container 88b5dfc41192 [2020-09-18T09:06:15.153Z] ---> 3db378756fce [2020-09-18T09:06:15.153Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T09:06:15.153Z] ---> Running in b66ad8937f47 [2020-09-18T09:06:17.794Z] Removing intermediate container b66ad8937f47 [2020-09-18T09:06:17.794Z] ---> ae787a081875 [2020-09-18T09:06:17.794Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T09:06:17.794Z] ---> Running in 6ab9b63a5a0b [2020-09-18T09:06:18.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T09:06:20.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T09:06:23.592Z] OK: 221 MiB in 53 packages [2020-09-18T09:06:24.192Z] Removing intermediate container 6ab9b63a5a0b [2020-09-18T09:06:24.192Z] ---> c5c4cf6f818d [2020-09-18T09:06:24.192Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-18T09:06:24.467Z] ---> Running in 4b5a9ff64a08 [2020-09-18T09:06:24.744Z] Removing intermediate container 4b5a9ff64a08 [2020-09-18T09:06:24.744Z] ---> 6ac69b80f6c2 [2020-09-18T09:06:24.744Z] Step 9/22 : COPY . . [2020-09-18T09:06:25.728Z] ---> aaca15032c7e [2020-09-18T09:06:25.728Z] Step 10/22 : ARG MAKE='make build' [2020-09-18T09:06:26.005Z] ---> Running in 8fc34a741b31 [2020-09-18T09:06:26.280Z] Removing intermediate container 8fc34a741b31 [2020-09-18T09:06:26.280Z] ---> 563f1d963f93 [2020-09-18T09:06:26.280Z] Step 11/22 : RUN $MAKE [2020-09-18T09:06:26.554Z] ---> Running in c969825366cc [2020-09-18T09:06:27.998Z] 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-18T09:07:00.434Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-18T09:07:08.736Z] Removing intermediate container c969825366cc [2020-09-18T09:07:08.736Z] ---> f333b4f1efac [2020-09-18T09:07:08.736Z] Step 12/22 : FROM alpine [2020-09-18T09:07:09.335Z] latest: Pulling from library/alpine [2020-09-18T09:07:09.335Z] b538f80385f9: Already exists [2020-09-18T09:07:09.611Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-18T09:07:09.611Z] Status: Downloaded newer image for alpine:latest [2020-09-18T09:07:09.611Z] ---> 62ee0e9f8440 [2020-09-18T09:07:09.611Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-18T09:07:09.611Z] ---> Running in df9067bca859 [2020-09-18T09:07:10.216Z] Removing intermediate container df9067bca859 [2020-09-18T09:07:10.216Z] ---> af223bafed36 [2020-09-18T09:07:10.216Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-18T09:07:10.216Z] ---> Running in 50b8e1e8af0c [2020-09-18T09:07:10.816Z] Removing intermediate container 50b8e1e8af0c [2020-09-18T09:07:10.816Z] ---> 265496b69cbb [2020-09-18T09:07:10.816Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-18T09:07:12.259Z] ---> a05a65eee9a5 [2020-09-18T09:07:12.259Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-18T09:07:12.864Z] ---> ae0d6c3b2c2f [2020-09-18T09:07:12.864Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-18T09:07:13.848Z] ---> 5ca804ce3c20 [2020-09-18T09:07:13.848Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-18T09:07:13.848Z] ---> Running in 52da00fda504 [2020-09-18T09:07:14.448Z] Removing intermediate container 52da00fda504 [2020-09-18T09:07:14.448Z] ---> 45a5a8523fd9 [2020-09-18T09:07:14.448Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T09:07:14.448Z] ---> Running in c2f73dd9ab10 [2020-09-18T09:07:15.064Z] Removing intermediate container c2f73dd9ab10 [2020-09-18T09:07:15.064Z] ---> d1f64076879a [2020-09-18T09:07:15.064Z] Step 20/22 : LABEL arch=arm64 [2020-09-18T09:07:15.064Z] ---> Running in c5616406a304 [2020-09-18T09:07:15.663Z] Removing intermediate container c5616406a304 [2020-09-18T09:07:15.663Z] ---> 2b0ac3c836fe [2020-09-18T09:07:15.663Z] Step 21/22 : LABEL git_sha=148b8eca63a97cc99414b4b4a4a16c4369e67a30 [2020-09-18T09:07:15.663Z] ---> Running in 87aff24c291c [2020-09-18T09:07:16.264Z] Removing intermediate container 87aff24c291c [2020-09-18T09:07:16.264Z] ---> 38baa716f53c [2020-09-18T09:07:16.264Z] Step 22/22 : LABEL version=0.0.0 [2020-09-18T09:07:16.264Z] ---> Running in 324d21726ddc [2020-09-18T09:07:16.862Z] Removing intermediate container 324d21726ddc [2020-09-18T09:07:16.862Z] ---> 21a3f4901e11 [2020-09-18T09:07:16.862Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T09:07:16.862Z] Successfully built 21a3f4901e11 [2020-09-18T09:07:16.862Z] 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-18T09:07:18.906Z] provisioning config files... [2020-09-18T09:07:18.927Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config7708223887050790229tmp [Pipeline] { [Pipeline] sh [2020-09-18T09:07:19.390Z] + curl -s https://codecov.io/bash [2020-09-18T09:07:19.390Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-131@tmp/config7708223887050790229tmp [Pipeline] } [2020-09-18T09:07:19.670Z] 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-18T09:07:22.269Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T09:07:22.968Z] ---> package-listing.sh [2020-09-18T09:07:22.968Z] ++ facter osfamily [2020-09-18T09:07:22.968Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T09:07:22.968Z] + OS_FAMILY=redhat [2020-09-18T09:07:22.968Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-131 [2020-09-18T09:07:22.968Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T09:07:22.968Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T09:07:22.968Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T09:07:22.968Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T09:07:22.968Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-18T09:07:22.968Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T09:07:22.968Z] + case "${OS_FAMILY}" in [2020-09-18T09:07:22.968Z] + rpm -qa [2020-09-18T09:07:22.968Z] + sort [2020-09-18T09:07:27.342Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T09:07:27.342Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T09:07:27.342Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T09:07:27.342Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-18T09:07:27.342Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ [2020-09-18T09:07:27.342Z] + 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-18T09:07:28.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T09:07:28.632Z] [2020-09-18T09:07:28.632Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T09:07:29.136Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T09:07:29.436Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T09:07:29.436Z] df20fa9351a1: Pulling fs layer [2020-09-18T09:07:29.436Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T09:07:29.436Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T09:07:29.436Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T09:07:29.436Z] 0dadc02b9964: Pulling fs layer [2020-09-18T09:07:29.436Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T09:07:29.436Z] 7a184a31f384: Pulling fs layer [2020-09-18T09:07:29.436Z] 0879bd2ef858: Pulling fs layer [2020-09-18T09:07:29.436Z] 46f8f816bc3b: Waiting [2020-09-18T09:07:29.436Z] 0dadc02b9964: Waiting [2020-09-18T09:07:29.436Z] ce6a7cf60c04: Waiting [2020-09-18T09:07:29.436Z] 0879bd2ef858: Waiting [2020-09-18T09:07:29.436Z] 7a184a31f384: Waiting [2020-09-18T09:07:29.436Z] 36b3adc4ff6f: Download complete [2020-09-18T09:07:29.436Z] 46f8f816bc3b: Download complete [2020-09-18T09:07:29.747Z] df20fa9351a1: Download complete [2020-09-18T09:07:29.747Z] ce6a7cf60c04: Download complete [2020-09-18T09:07:29.747Z] 0dadc02b9964: Verifying Checksum [2020-09-18T09:07:29.747Z] 0dadc02b9964: Download complete [2020-09-18T09:07:30.063Z] df20fa9351a1: Pull complete [2020-09-18T09:07:30.716Z] 36b3adc4ff6f: Pull complete [2020-09-18T09:07:30.716Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T09:07:30.716Z] 8ad3a11d3b57: Download complete [2020-09-18T09:07:31.403Z] 0879bd2ef858: Verifying Checksum [2020-09-18T09:07:31.403Z] 0879bd2ef858: Download complete [2020-09-18T09:07:32.002Z] 8ad3a11d3b57: Pull complete [2020-09-18T09:07:32.002Z] 46f8f816bc3b: Pull complete [2020-09-18T09:07:32.587Z] 0dadc02b9964: Pull complete [2020-09-18T09:07:32.587Z] ce6a7cf60c04: Pull complete [2020-09-18T09:07:32.893Z] 7a184a31f384: Pull complete [2020-09-18T09:07:38.451Z] 0879bd2ef858: Pull complete [2020-09-18T09:07:38.451Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T09:07:38.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T09:07:38.451Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T09:07:38.705Z] prd-centos7-docker-4c-2g-374 does not seem to be running inside a container [2020-09-18T09:07:38.835Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-18T09:07:41.585Z] $ docker top a09e92658b4cf221f8377f731a8048f583c56c4b67f906821dddb77a59db7749 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T09:07:42.148Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T09:07:42.484Z] + ls /var/log/sa-host [2020-09-18T09:07:42.484Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T09:07:42.484Z] file_magic: OK [2020-09-18T09:07:42.484Z] HZ: Using current value: 100 [2020-09-18T09:07:42.484Z] file_header: OK [2020-09-18T09:07:42.484Z] 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-18T09:07:42.484Z] Statistics: [2020-09-18T09:07:42.484Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T09:07:42.484Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T09:07:42.484Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T09:07:42.484Z] file_magic: OK [2020-09-18T09:07:42.484Z] HZ: Using current value: 100 [2020-09-18T09:07:42.484Z] file_header: OK [2020-09-18T09:07:42.484Z] 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-18T09:07:42.484Z] Statistics: [2020-09-18T09:07:42.484Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T09:07:42.484Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T09:07:42.552Z] provisioning config files... [2020-09-18T09:07:42.590Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config8358708704054197381tmp [Pipeline] { [Pipeline] echo [2020-09-18T09:07:42.663Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T09:07:43.034Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T09:07:43.096Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T09:07:43.657Z] ---> logs-deploy.sh [2020-09-18T09:07:43.657Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/4 [2020-09-18T09:07:43.657Z] INFO: archiving workspace using pattern(s): [2020-09-18T09:07:45.700Z] Archives upload complete. [2020-09-18T09:07:45.972Z] INFO: archiving logs to Nexus