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 57130b4155dc44439b49f73d34af652ea5ca5664+f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 (7136ff04ca9920802bb5f9cfa588eb3b200c1e71) 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 ‘prd-centos7-docker-4c-2g-340’ Running on prd-centos7-docker-4c-2g-343 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 without tags Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 57130b4155dc44439b49f73d34af652ea5ca5664 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 > 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 57130b4155dc44439b49f73d34af652ea5ca5664 # timeout=10 > git remote # timeout=10 Merge succeeded, producing 57130b4155dc44439b49f73d34af652ea5ca5664 Checking out Revision 57130b4155dc44439b49f73d34af652ea5ca5664 (PR-131) > 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 57130b4155dc44439b49f73d34af652ea5ca5664 # timeout=10 Commit message: "build: upgrade device-sdk-go" First time build. Skipping changelog. > git rev-list --no-walk 0bdbb39be9e937d9eb65e31b1035fd53aea774b9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T01:27:24.342Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T01:27:24.595Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T01:27:24.682Z] ========================================================= [2020-09-18T01:27:24.682Z] EdgeX Global Pipelines Version Info [2020-09-18T01:27:24.682Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T01:27:26.111Z] ------------------- [2020-09-18T01:27:26.111Z] stable info: [2020-09-18T01:27:26.111Z] ------------------- [2020-09-18T01:27:26.111Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T01:27:26.111Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T01:27:26.111Z] Message: update stable to v1.0.122 [2020-09-18T01:27:27.057Z] ------------------- [2020-09-18T01:27:27.057Z] experimental info: [2020-09-18T01:27:27.057Z] ------------------- [2020-09-18T01:27:27.057Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T01:27:27.057Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T01:27:27.057Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T01:27:27.540Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-18T01:27:27.639Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-18T01:27:27.739Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T01:27:27.834Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T01:27:27.921Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T01:27:28.009Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T01:27:28.098Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T01:27:28.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T01:27:28.271Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-18T01:27:28.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T01:27:28.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T01:27:28.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-18T01:27:28.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T01:27:28.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T01:27:28.835Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T01:27:28.922Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T01:27:29.014Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T01:27:29.097Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T01:27:29.185Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T01:27:29.270Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T01:27:29.353Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T01:27:29.438Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T01:27:29.524Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo [2020-09-18T01:27:29.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo [2020-09-18T01:27:29.720Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo [2020-09-18T01:27:29.804Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57130b4155dc44439b49f73d34af652ea5ca5664 [Pipeline] echo [2020-09-18T01:27:29.887Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57130b4 [Pipeline] echo [2020-09-18T01:27:29.973Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T01:27:30.677Z] + git log --format=format:%s -1 57130b4155dc44439b49f73d34af652ea5ca5664 [Pipeline] echo [2020-09-18T01:27:30.750Z] GIT_COMMIT: 57130b4155dc44439b49f73d34af652ea5ca5664, Commit Message: build: upgrade device-sdk-go [Pipeline] echo [2020-09-18T01:27:30.819Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:27:31.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T01:27:31.990Z] [2020-09-18T01:27:31.990Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:27:32.332Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T01:27:32.333Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T01:27:32.333Z] 31603596830f: Pulling fs layer [2020-09-18T01:27:32.333Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T01:27:32.333Z] 6ca5941a6612: Pulling fs layer [2020-09-18T01:27:32.333Z] ecc8261a40a4: Pulling fs layer [2020-09-18T01:27:32.333Z] ecc8261a40a4: Waiting [2020-09-18T01:27:32.333Z] 2a8b12db71e7: Verifying Checksum [2020-09-18T01:27:32.333Z] 2a8b12db71e7: Download complete [2020-09-18T01:27:32.604Z] 31603596830f: Verifying Checksum [2020-09-18T01:27:32.604Z] 31603596830f: Download complete [2020-09-18T01:27:32.604Z] ecc8261a40a4: Verifying Checksum [2020-09-18T01:27:32.604Z] ecc8261a40a4: Download complete [2020-09-18T01:27:32.604Z] 6ca5941a6612: Verifying Checksum [2020-09-18T01:27:32.604Z] 6ca5941a6612: Download complete [2020-09-18T01:27:32.867Z] 31603596830f: Pull complete [2020-09-18T01:27:33.130Z] 2a8b12db71e7: Pull complete [2020-09-18T01:27:33.703Z] 6ca5941a6612: Pull complete [2020-09-18T01:27:33.965Z] ecc8261a40a4: Pull complete [2020-09-18T01:27:33.965Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T01:27:33.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T01:27:33.965Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T01:27:34.069Z] prd-centos7-docker-4c-2g-343 does not seem to be running inside a container [2020-09-18T01:27:34.115Z] $ 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-18T01:27:36.823Z] $ docker top 3b3e131da9641b9569ef99a7d8e9e37ab836b54474a67e1a494c8a52b48edaa1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T01:27:37.228Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T01:27:37.228Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T01:27:37.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T01:27:37.468Z] $ docker exec 3b3e131da9641b9569ef99a7d8e9e37ab836b54474a67e1a494c8a52b48edaa1 ssh-agent [2020-09-18T01:27:37.647Z] SSH_AUTH_SOCK=/tmp/ssh-dnjptpepXPiQ/agent.12 [2020-09-18T01:27:37.647Z] SSH_AGENT_PID=17 [2020-09-18T01:27:37.686Z] Running ssh-add (command line suppressed) [2020-09-18T01:27:37.817Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_7530924690598597560.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_7530924690598597560.key) [2020-09-18T01:27:37.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T01:27:38.213Z] + git describe --exact-match --tags HEAD [2020-09-18T01:27:38.214Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T01:27:38.239Z] $ docker exec --env ******** --env ******** 3b3e131da9641b9569ef99a7d8e9e37ab836b54474a67e1a494c8a52b48edaa1 ssh-agent -k [2020-09-18T01:27:38.352Z] unset SSH_AUTH_SOCK; [2020-09-18T01:27:38.353Z] unset SSH_AGENT_PID; [2020-09-18T01:27:38.353Z] echo Agent pid 17 killed; [2020-09-18T01:27:38.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T01:27:38.485Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T01:27:38.485Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T01:27:38.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T01:27:38.575Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T01:27:38.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T01:27:38.752Z] $ docker exec 3b3e131da9641b9569ef99a7d8e9e37ab836b54474a67e1a494c8a52b48edaa1 ssh-agent [2020-09-18T01:27:38.908Z] SSH_AUTH_SOCK=/tmp/ssh-Cj6JwdkubGgs/agent.45 [2020-09-18T01:27:38.908Z] SSH_AGENT_PID=50 [2020-09-18T01:27:38.917Z] Running ssh-add (command line suppressed) [2020-09-18T01:27:39.038Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_6011982043056822139.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_6011982043056822139.key) [2020-09-18T01:27:39.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T01:27:39.465Z] + git semver init [2020-09-18T01:27:39.465Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T01:27:39.465Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git [2020-09-18T01:27:39.465Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 [2020-09-18T01:27:39.465Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T01:27:39.465Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T01:27:39.465Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T01:27:39.465Z] # $SEMVER_BRANCH = PR-131 [2020-09-18T01:27:39.465Z] # $SEMVER_TEMP = /tmp/semver-084607821 [2020-09-18T01:27:39.465Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-18T01:27:39.731Z] # '/tmp/semver-084607821' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' [2020-09-18T01:27:39.993Z] # -> Force: false [2020-09-18T01:27:39.993Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } [2020-09-18T01:27:40.013Z] $ docker exec --env ******** --env ******** 3b3e131da9641b9569ef99a7d8e9e37ab836b54474a67e1a494c8a52b48edaa1 ssh-agent -k [2020-09-18T01:27:40.131Z] unset SSH_AUTH_SOCK; [2020-09-18T01:27:40.131Z] unset SSH_AGENT_PID; [2020-09-18T01:27:40.131Z] echo Agent pid 50 killed; [2020-09-18T01:27:40.178Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T01:27:40.744Z] + git semver [Pipeline] } [2020-09-18T01:27:40.766Z] $ docker stop --time=1 3b3e131da9641b9569ef99a7d8e9e37ab836b54474a67e1a494c8a52b48edaa1 [2020-09-18T01:27:42.129Z] $ docker rm -f 3b3e131da9641b9569ef99a7d8e9e37ab836b54474a67e1a494c8a52b48edaa1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T01:27:42.936Z] Stashed 27 file(s) [Pipeline] echo [2020-09-18T01:27:42.939Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-18T01:27:43.037Z] 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-18T01:27:58.439Z] Still waiting to schedule task [2020-09-18T01:27:58.439Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-18T01:27:58.441Z] Still waiting to schedule task [2020-09-18T01:27:58.441Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-341’ [2020-09-18T01:29:35.611Z] Running on prd-centos7-docker-4c-2g-348 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-18T01:29:35.684Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-09-18T01:29:39.293Z] using credential edgex-jenkins-ssh [2020-09-18T01:29:39.342Z] Cloning the remote Git repository [2020-09-18T01:29:39.343Z] Cloning with configured refspecs honoured and without tags [2020-09-18T01:29:39.371Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T01:29:39.444Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-09-18T01:29:39.492Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T01:29:39.493Z] > git --version # timeout=10 [2020-09-18T01:29:39.498Z] > git --version # 'git version 2.16.5' [2020-09-18T01:29:39.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T01:29:39.541Z] > 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-18T01:29:41.025Z] Fetching without tags [2020-09-18T01:29:41.459Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 57130b4155dc44439b49f73d34af652ea5ca5664 [2020-09-18T01:29:41.547Z] Merge succeeded, producing 57130b4155dc44439b49f73d34af652ea5ca5664 [2020-09-18T01:29:41.548Z] Checking out Revision 57130b4155dc44439b49f73d34af652ea5ca5664 (PR-131) [2020-09-18T01:29:40.983Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T01:29:40.989Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-18T01:29:40.994Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T01:29:41.017Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T01:29:41.031Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T01:29:41.031Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T01:29:41.035Z] > 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-18T01:29:41.466Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T01:29:41.472Z] > git checkout -f 57130b4155dc44439b49f73d34af652ea5ca5664 # timeout=10 [2020-09-18T01:29:41.508Z] > git remote # timeout=10 [2020-09-18T01:29:41.517Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T01:29:41.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T01:29:41.528Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-18T01:29:41.539Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T01:29:41.550Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T01:29:41.555Z] > git checkout -f 57130b4155dc44439b49f73d34af652ea5ca5664 # timeout=10 [2020-09-18T01:29:45.254Z] 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-18T01:29:45.985Z] ========================================================= [2020-09-18T01:29:45.985Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T01:29:45.985Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:29:46.703Z] + 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-18T01:29:47.281Z] Sending build context to Docker daemon 549.4kB [2020-09-18T01:29:47.281Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T01:29:47.281Z] Step 2/8 : FROM ${BASE} [2020-09-18T01:29:47.281Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T01:29:47.281Z] df20fa9351a1: Pulling fs layer [2020-09-18T01:29:47.281Z] ed8968b2872e: Pulling fs layer [2020-09-18T01:29:47.281Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T01:29:47.281Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T01:29:47.281Z] e73272ec9a57: Pulling fs layer [2020-09-18T01:29:47.281Z] 1e910a182e73: Pulling fs layer [2020-09-18T01:29:47.281Z] 4e634b169226: Pulling fs layer [2020-09-18T01:29:47.281Z] 1e910a182e73: Waiting [2020-09-18T01:29:47.281Z] 4e634b169226: Waiting [2020-09-18T01:29:47.281Z] e73272ec9a57: Waiting [2020-09-18T01:29:47.281Z] e871e8e8d7a9: Waiting [2020-09-18T01:29:47.281Z] a92cc7c5fd73: Download complete [2020-09-18T01:29:47.281Z] ed8968b2872e: Verifying Checksum [2020-09-18T01:29:47.281Z] ed8968b2872e: Download complete [2020-09-18T01:29:47.281Z] e73272ec9a57: Verifying Checksum [2020-09-18T01:29:47.281Z] e73272ec9a57: Download complete [2020-09-18T01:29:47.281Z] 1e910a182e73: Verifying Checksum [2020-09-18T01:29:47.281Z] 1e910a182e73: Download complete [2020-09-18T01:29:47.281Z] df20fa9351a1: Download complete [2020-09-18T01:29:47.550Z] df20fa9351a1: Pull complete [2020-09-18T01:29:47.813Z] ed8968b2872e: Pull complete [2020-09-18T01:29:47.813Z] a92cc7c5fd73: Pull complete [2020-09-18T01:29:49.781Z] 4e634b169226: Verifying Checksum [2020-09-18T01:29:49.781Z] 4e634b169226: Download complete [2020-09-18T01:29:50.045Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T01:29:50.045Z] e871e8e8d7a9: Download complete [2020-09-18T01:29:56.692Z] e871e8e8d7a9: Pull complete [2020-09-18T01:29:56.693Z] e73272ec9a57: Pull complete [2020-09-18T01:29:56.693Z] 1e910a182e73: Pull complete [2020-09-18T01:30:00.945Z] 4e634b169226: Pull complete [2020-09-18T01:30:00.945Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T01:30:00.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T01:30:00.945Z] ---> f7629b54cfaa [2020-09-18T01:30:00.945Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-18T01:30:01.213Z] ---> Running in c39e50dfe15b [2020-09-18T01:30:01.477Z] Removing intermediate container c39e50dfe15b [2020-09-18T01:30:01.477Z] ---> ba8d0e680d0a [2020-09-18T01:30:01.477Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T01:30:01.477Z] ---> Running in 056ecd5bdb4a [2020-09-18T01:30:02.445Z] Removing intermediate container 056ecd5bdb4a [2020-09-18T01:30:02.445Z] ---> a61caf7597e6 [2020-09-18T01:30:02.445Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-18T01:30:02.722Z] ---> Running in e8b74ea54205 [2020-09-18T01:30:03.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T01:30:04.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T01:30:04.832Z] (1/14) Installing libmagic (5.38-r0) [2020-09-18T01:30:05.096Z] (2/14) Installing file (5.38-r0) [2020-09-18T01:30:05.361Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-18T01:30:05.361Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-18T01:30:13.526Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-18T01:30:13.526Z] (6/14) Installing patch (2.7.6-r6) [2020-09-18T01:30:13.526Z] (7/14) Installing build-base (0.5-r2) [2020-09-18T01:30:13.526Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-18T01:30:14.102Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-18T01:30:14.102Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-18T01:30:14.678Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-18T01:30:14.941Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-18T01:30:14.941Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-18T01:30:15.211Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-18T01:30:15.211Z] Executing busybox-1.31.1-r16.trigger [2020-09-18T01:30:15.475Z] OK: 237 MiB in 53 packages [2020-09-18T01:30:18.030Z] Removing intermediate container e8b74ea54205 [2020-09-18T01:30:18.030Z] ---> 3ce813a4b13e [2020-09-18T01:30:18.030Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-18T01:30:18.030Z] ---> Running in 5650486fa4cf [2020-09-18T01:30:18.293Z] Removing intermediate container 5650486fa4cf [2020-09-18T01:30:18.293Z] ---> f82caa456486 [2020-09-18T01:30:18.293Z] Step 7/8 : COPY . . [2020-09-18T01:30:19.240Z] ---> 981b9cd0f7c7 [2020-09-18T01:30:19.240Z] Step 8/8 : RUN go mod download [2020-09-18T01:30:19.240Z] ---> Running in a06620df7657 [2020-09-18T01:30:34.211Z] Removing intermediate container a06620df7657 [2020-09-18T01:30:34.211Z] ---> f6f739cd628d [2020-09-18T01:30:34.211Z] Successfully built f6f739cd628d [2020-09-18T01:30:34.211Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:30:34.700Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T01:30:34.700Z] . [Pipeline] withDockerContainer [2020-09-18T01:30:34.857Z] prd-centos7-docker-4c-2g-348 does not seem to be running inside a container [2020-09-18T01:30:34.907Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T01:30:36.241Z] $ docker top a035e5f5d7ce53639e97ff24a899ecf2c6d4e0f91580d55d5dc9ff609edeaec7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T01:30:36.780Z] + go version [2020-09-18T01:30:36.780Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T01:30:36.792Z] $ docker stop --time=1 a035e5f5d7ce53639e97ff24a899ecf2c6d4e0f91580d55d5dc9ff609edeaec7 [2020-09-18T01:30:38.125Z] $ docker rm -f a035e5f5d7ce53639e97ff24a899ecf2c6d4e0f91580d55d5dc9ff609edeaec7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:30:38.979Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T01:30:38.979Z] . [Pipeline] withDockerContainer [2020-09-18T01:30:39.071Z] prd-centos7-docker-4c-2g-348 does not seem to be running inside a container [2020-09-18T01:30:39.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T01:30:39.924Z] $ docker top 3cd5b9f1917c2c7ef159ba39a1c8db7abeb8a86c601baabe9ebb0307acc2c901 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T01:30:40.478Z] + make test [2020-09-18T01:30:40.478Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-18T01:30:41.062Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-18T01:30:56.158Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-18T01:30:56.158Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.151s coverage: 56.4% of statements [2020-09-18T01:30:56.158Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-18T01:30:56.734Z] gofmt -l . [2020-09-18T01:30:56.996Z] [ "`gofmt -l .`" = "" ] [2020-09-18T01:30:56.996Z] ./bin/test-attribution-txt.sh [2020-09-18T01:30:57.573Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T01:30:58.211Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T01:30:58.216Z] $ docker stop --time=1 3cd5b9f1917c2c7ef159ba39a1c8db7abeb8a86c601baabe9ebb0307acc2c901 [2020-09-18T01:31:00.658Z] $ docker rm -f 3cd5b9f1917c2c7ef159ba39a1c8db7abeb8a86c601baabe9ebb0307acc2c901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T01:31:02.397Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T01:31:02.711Z] + ls -al . [2020-09-18T01:31:02.712Z] total 108 [2020-09-18T01:31:02.712Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 18 01:30 . [2020-09-18T01:31:02.712Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 01:29 .. [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 18 01:29 Attribution.txt [2020-09-18T01:31:02.712Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 01:29 bin [2020-09-18T01:31:02.712Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 18 01:29 cmd [2020-09-18T01:31:02.712Z] -rw-r--r--. 1 jenkins jenkins 29142 Sep 18 01:30 coverage.out [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 18 01:29 Dockerfile [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 18 01:29 Dockerfile.build [2020-09-18T01:31:02.712Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 01:29 .git [2020-09-18T01:31:02.712Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 18 01:29 .github [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 18 01:29 .gitignore [2020-09-18T01:31:02.712Z] -rw-r--r--. 1 jenkins jenkins 862 Sep 18 01:30 go.mod [2020-09-18T01:31:02.712Z] -rw-r--r--. 1 jenkins jenkins 14908 Sep 18 01:30 go.sum [2020-09-18T01:31:02.712Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 18 01:29 internal [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 660 Sep 18 01:29 Jenkinsfile [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 18 01:29 LICENSE [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 18 01:29 Makefile [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 18 01:29 README.md [2020-09-18T01:31:02.712Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 01:29 .semver [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 01:27 VERSION [2020-09-18T01:31:02.712Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 18 01:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:31:03.019Z] + 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=57130b4155dc44439b49f73d34af652ea5ca5664 --label arch=amd64 --label version=0.0.0 . [2020-09-18T01:31:03.285Z] Sending build context to Docker daemon 594.9kB [2020-09-18T01:31:03.285Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-18T01:31:03.285Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-18T01:31:03.285Z] ---> f6f739cd628d [2020-09-18T01:31:03.285Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-18T01:31:03.285Z] ---> Running in c4283feec506 [2020-09-18T01:31:03.547Z] Removing intermediate container c4283feec506 [2020-09-18T01:31:03.547Z] ---> 1df85b18a081 [2020-09-18T01:31:03.547Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T01:31:03.547Z] ---> Running in 71557cb84151 [2020-09-18T01:31:03.810Z] Removing intermediate container 71557cb84151 [2020-09-18T01:31:03.810Z] ---> b29551888e62 [2020-09-18T01:31:03.810Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-18T01:31:03.810Z] ---> Running in 090b1fc87140 [2020-09-18T01:31:04.072Z] Removing intermediate container 090b1fc87140 [2020-09-18T01:31:04.072Z] ---> 9a4e2e1107ad [2020-09-18T01:31:04.072Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T01:31:04.072Z] ---> Running in 85afbf3511fb [2020-09-18T01:31:05.018Z] Removing intermediate container 85afbf3511fb [2020-09-18T01:31:05.018Z] ---> 6a60fd016d5b [2020-09-18T01:31:05.018Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T01:31:05.018Z] ---> Running in b5018a494cd5 [2020-09-18T01:31:05.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T01:31:05.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T01:31:06.807Z] OK: 237 MiB in 53 packages [2020-09-18T01:31:07.071Z] Removing intermediate container b5018a494cd5 [2020-09-18T01:31:07.071Z] ---> 0120a4a45cb8 [2020-09-18T01:31:07.071Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-18T01:31:07.071Z] ---> Running in b817e4bbc804 [2020-09-18T01:31:07.333Z] Removing intermediate container b817e4bbc804 [2020-09-18T01:31:07.333Z] ---> aff012e1716b [2020-09-18T01:31:07.333Z] Step 9/22 : COPY . . [2020-09-18T01:31:07.907Z] ---> 1b9a842cbf73 [2020-09-18T01:31:07.907Z] Step 10/22 : ARG MAKE='make build' [2020-09-18T01:31:07.907Z] ---> Running in 997b6374de28 [2020-09-18T01:31:08.170Z] Removing intermediate container 997b6374de28 [2020-09-18T01:31:08.170Z] ---> 8bcd5395ccba [2020-09-18T01:31:08.170Z] Step 11/22 : RUN $MAKE [2020-09-18T01:31:08.170Z] ---> Running in 819f403e0a7e [2020-09-18T01:31:08.759Z] 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-18T01:31:21.126Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-18T01:31:22.516Z] Removing intermediate container 819f403e0a7e [2020-09-18T01:31:22.516Z] ---> 0a6eb9809363 [2020-09-18T01:31:22.516Z] Step 12/22 : FROM alpine [2020-09-18T01:31:22.779Z] latest: Pulling from library/alpine [2020-09-18T01:31:23.042Z] df20fa9351a1: Already exists [2020-09-18T01:31:23.042Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-18T01:31:23.042Z] Status: Downloaded newer image for alpine:latest [2020-09-18T01:31:23.042Z] ---> a24bb4013296 [2020-09-18T01:31:23.042Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-18T01:31:23.042Z] ---> Running in beae7832e620 [2020-09-18T01:31:23.304Z] Removing intermediate container beae7832e620 [2020-09-18T01:31:23.304Z] ---> a6598d456c8e [2020-09-18T01:31:23.304Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-18T01:31:23.304Z] ---> Running in 45d187df2aba [2020-09-18T01:31:23.569Z] Removing intermediate container 45d187df2aba [2020-09-18T01:31:23.569Z] ---> f56cf3da48af [2020-09-18T01:31:23.569Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-18T01:31:24.515Z] ---> 7658631d8e71 [2020-09-18T01:31:24.515Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-18T01:31:24.778Z] ---> c66cc59785db [2020-09-18T01:31:24.778Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-18T01:31:25.042Z] ---> a4882ec4c78b [2020-09-18T01:31:25.042Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-18T01:31:25.042Z] ---> Running in 1483ac698e90 [2020-09-18T01:31:25.304Z] Removing intermediate container 1483ac698e90 [2020-09-18T01:31:25.304Z] ---> 26e232f77052 [2020-09-18T01:31:25.304Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T01:31:25.304Z] ---> Running in 2094787e4f71 [2020-09-18T01:31:25.566Z] Removing intermediate container 2094787e4f71 [2020-09-18T01:31:25.566Z] ---> baf34f89e7d4 [2020-09-18T01:31:25.566Z] Step 20/22 : LABEL arch=amd64 [2020-09-18T01:31:25.566Z] ---> Running in 6502ffcdf56f [2020-09-18T01:31:25.830Z] Removing intermediate container 6502ffcdf56f [2020-09-18T01:31:25.830Z] ---> 50203b6318a3 [2020-09-18T01:31:25.830Z] Step 21/22 : LABEL git_sha=57130b4155dc44439b49f73d34af652ea5ca5664 [2020-09-18T01:31:25.830Z] ---> Running in 1af8efc332e5 [2020-09-18T01:31:26.092Z] Removing intermediate container 1af8efc332e5 [2020-09-18T01:31:26.092Z] ---> ec61998d2999 [2020-09-18T01:31:26.092Z] Step 22/22 : LABEL version=0.0.0 [2020-09-18T01:31:26.092Z] ---> Running in 77f53088eca0 [2020-09-18T01:31:26.092Z] Removing intermediate container 77f53088eca0 [2020-09-18T01:31:26.092Z] ---> 97e1c4d48a1c [2020-09-18T01:31:26.092Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T01:31:26.092Z] Successfully built 97e1c4d48a1c [2020-09-18T01:31:26.092Z] 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-18T01:31:39.828Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-350 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-18T01:31:39.892Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2020-09-18T01:31:45.779Z] using credential edgex-jenkins-ssh [2020-09-18T01:31:45.842Z] Cloning the remote Git repository [2020-09-18T01:31:45.842Z] Cloning with configured refspecs honoured and without tags [2020-09-18T01:31:45.911Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T01:31:46.026Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2020-09-18T01:31:46.098Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T01:31:46.099Z] > git --version # timeout=10 [2020-09-18T01:31:46.125Z] > git --version # 'git version 2.17.1' [2020-09-18T01:31:46.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T01:31:46.210Z] > 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-18T01:31:46.996Z] Fetching without tags [2020-09-18T01:31:47.517Z] Merging remotes/origin/master commit f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 into PR head commit 57130b4155dc44439b49f73d34af652ea5ca5664 [2020-09-18T01:31:46.909Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T01:31:46.929Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-18T01:31:46.952Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T01:31:46.978Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-18T01:31:47.010Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-18T01:31:47.010Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T01:31:47.028Z] > 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-18T01:31:47.801Z] Merge succeeded, producing 57130b4155dc44439b49f73d34af652ea5ca5664 [2020-09-18T01:31:47.802Z] Checking out Revision 57130b4155dc44439b49f73d34af652ea5ca5664 (PR-131) [2020-09-18T01:31:47.542Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T01:31:47.564Z] > git checkout -f 57130b4155dc44439b49f73d34af652ea5ca5664 # timeout=10 [2020-09-18T01:31:47.643Z] > git remote # timeout=10 [2020-09-18T01:31:47.665Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T01:31:47.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T01:31:47.698Z] > git merge f15eeb60ed1dfaebdbb1110c59d4e99e14864ad0 # timeout=10 [2020-09-18T01:31:47.722Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T01:31:47.810Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T01:31:47.863Z] > git checkout -f 57130b4155dc44439b49f73d34af652ea5ca5664 # timeout=10 [2020-09-18T01:31:52.243Z] 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-18T01:31:53.263Z] ========================================================= [2020-09-18T01:31:53.263Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T01:31:53.263Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:31:54.434Z] + 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-18T01:31:55.438Z] Sending build context to Docker daemon 549.4kB [2020-09-18T01:31:55.438Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T01:31:55.438Z] Step 2/8 : FROM ${BASE} [2020-09-18T01:31:55.720Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T01:31:55.720Z] b538f80385f9: Pulling fs layer [2020-09-18T01:31:55.720Z] 74f711af9a0d: Pulling fs layer [2020-09-18T01:31:55.720Z] 99f96fe45779: Pulling fs layer [2020-09-18T01:31:55.720Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T01:31:55.720Z] 45590311c82a: Pulling fs layer [2020-09-18T01:31:55.720Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T01:31:55.720Z] 209524e5b208: Pulling fs layer [2020-09-18T01:31:55.720Z] 45590311c82a: Waiting [2020-09-18T01:31:55.720Z] 69ca0ff8b7b3: Waiting [2020-09-18T01:31:55.720Z] 8529a6b9a6be: Waiting [2020-09-18T01:31:55.720Z] 99f96fe45779: Download complete [2020-09-18T01:31:55.720Z] 74f711af9a0d: Verifying Checksum [2020-09-18T01:31:55.720Z] 74f711af9a0d: Download complete [2020-09-18T01:31:55.720Z] 45590311c82a: Verifying Checksum [2020-09-18T01:31:55.720Z] 45590311c82a: Download complete [2020-09-18T01:31:55.720Z] 69ca0ff8b7b3: Download complete [2020-09-18T01:31:55.720Z] b538f80385f9: Download complete [2020-09-18T01:31:56.717Z] b538f80385f9: Pull complete [2020-09-18T01:31:56.997Z] 74f711af9a0d: Pull complete [2020-09-18T01:31:57.602Z] 99f96fe45779: Pull complete [2020-09-18T01:31:58.591Z] 209524e5b208: Verifying Checksum [2020-09-18T01:31:58.591Z] 209524e5b208: Download complete [2020-09-18T01:31:59.581Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T01:31:59.581Z] 8529a6b9a6be: Download complete [2020-09-18T01:32:09.803Z] 8529a6b9a6be: Pull complete [2020-09-18T01:32:10.399Z] 45590311c82a: Pull complete [2020-09-18T01:32:10.673Z] 69ca0ff8b7b3: Pull complete [2020-09-18T01:32:14.075Z] 209524e5b208: Pull complete [2020-09-18T01:32:14.075Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T01:32:14.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T01:32:14.075Z] ---> 5bddaf1c2fca [2020-09-18T01:32:14.075Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-18T01:32:17.483Z] ---> Running in 382b23718f99 [2020-09-18T01:32:17.483Z] Removing intermediate container 382b23718f99 [2020-09-18T01:32:17.483Z] ---> ec08a3c6d263 [2020-09-18T01:32:17.483Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T01:32:17.483Z] ---> Running in 1ed496a58bc7 [2020-09-18T01:32:20.112Z] Removing intermediate container 1ed496a58bc7 [2020-09-18T01:32:20.112Z] ---> 0b0c73b3c638 [2020-09-18T01:32:20.112Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-18T01:32:20.112Z] ---> Running in 220a9748f7f2 [2020-09-18T01:32:21.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T01:32:22.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T01:32:23.118Z] (1/14) Installing libmagic (5.38-r0) [2020-09-18T01:32:23.390Z] (2/14) Installing file (5.38-r0) [2020-09-18T01:32:23.390Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-18T01:32:23.662Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-18T01:32:27.039Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-18T01:32:27.039Z] (6/14) Installing patch (2.7.6-r6) [2020-09-18T01:32:27.039Z] (7/14) Installing build-base (0.5-r2) [2020-09-18T01:32:27.039Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-18T01:32:27.039Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-18T01:32:27.314Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-18T01:32:27.585Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-18T01:32:27.585Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-18T01:32:27.855Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-18T01:32:28.125Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-18T01:32:28.403Z] Executing busybox-1.31.1-r16.trigger [2020-09-18T01:32:28.403Z] OK: 221 MiB in 53 packages [2020-09-18T01:32:32.729Z] Removing intermediate container 220a9748f7f2 [2020-09-18T01:32:32.729Z] ---> 55bddf4d9639 [2020-09-18T01:32:32.729Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-18T01:32:32.729Z] ---> Running in 50c9f6402e21 [2020-09-18T01:32:33.331Z] Removing intermediate container 50c9f6402e21 [2020-09-18T01:32:33.331Z] ---> a8eb81559ea8 [2020-09-18T01:32:33.331Z] Step 7/8 : COPY . . [2020-09-18T01:32:34.320Z] ---> 0bfc3893150b [2020-09-18T01:32:34.320Z] Step 8/8 : RUN go mod download [2020-09-18T01:32:34.320Z] ---> Running in f48f31c40486 [2020-09-18T01:32:52.630Z] Removing intermediate container f48f31c40486 [2020-09-18T01:32:52.630Z] ---> e634295f2dc9 [2020-09-18T01:32:52.630Z] Successfully built e634295f2dc9 [2020-09-18T01:32:52.630Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:32:53.038Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T01:32:53.038Z] . [Pipeline] withDockerContainer [2020-09-18T01:32:53.323Z] prd-ubuntu18.04-docker-arm64-4c-16g-350 does not seem to be running inside a container [2020-09-18T01:32:53.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T01:32:55.326Z] $ docker top d363f45b8d04b47b7c2b7e57366c42039b81861bc00692ac203537c37dfed989 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T01:32:56.756Z] + go version [2020-09-18T01:32:56.756Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T01:32:56.778Z] $ docker stop --time=1 d363f45b8d04b47b7c2b7e57366c42039b81861bc00692ac203537c37dfed989 [2020-09-18T01:32:58.748Z] $ docker rm -f d363f45b8d04b47b7c2b7e57366c42039b81861bc00692ac203537c37dfed989 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:32:59.881Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T01:32:59.881Z] . [Pipeline] withDockerContainer [2020-09-18T01:33:00.159Z] prd-ubuntu18.04-docker-arm64-4c-16g-350 does not seem to be running inside a container [2020-09-18T01:33:00.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T01:33:02.187Z] $ docker top a7af398d88b75a1a0f3e567bd83453aa24729f94a5b81c5695f8ec886a09835a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T01:33:03.627Z] + make test [2020-09-18T01:33:03.627Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-18T01:33:04.613Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-18T01:33:51.628Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-18T01:33:51.628Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.652s coverage: 56.4% of statements [2020-09-18T01:33:51.628Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-18T01:33:54.241Z] gofmt -l . [2020-09-18T01:33:54.241Z] [ "`gofmt -l .`" = "" ] [2020-09-18T01:33:54.241Z] ./bin/test-attribution-txt.sh [2020-09-18T01:33:55.251Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T01:33:55.593Z] Warning: overwriting stash ‘coverage-report’ [2020-09-18T01:33:56.310Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T01:33:56.316Z] $ docker stop --time=1 a7af398d88b75a1a0f3e567bd83453aa24729f94a5b81c5695f8ec886a09835a [2020-09-18T01:33:58.415Z] $ docker rm -f a7af398d88b75a1a0f3e567bd83453aa24729f94a5b81c5695f8ec886a09835a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T01:33:59.747Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T01:34:00.102Z] + ls -al . [2020-09-18T01:34:00.102Z] total 136 [2020-09-18T01:34:00.102Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 01:33 . [2020-09-18T01:34:00.102Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 01:31 .. [2020-09-18T01:34:00.102Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 01:31 .git [2020-09-18T01:34:00.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 01:31 .github [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 18 01:31 .gitignore [2020-09-18T01:34:00.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 01:31 .semver [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 18 01:31 Attribution.txt [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 18 01:31 Dockerfile [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 18 01:31 Dockerfile.build [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 18 01:31 Jenkinsfile [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 18 01:31 LICENSE [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 18 01:31 Makefile [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 18 01:31 README.md [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 01:27 VERSION [2020-09-18T01:34:00.102Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 01:31 bin [2020-09-18T01:34:00.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 01:31 cmd [2020-09-18T01:34:00.102Z] -rw-r--r-- 1 jenkins jenkins 29142 Sep 18 01:33 coverage.out [2020-09-18T01:34:00.102Z] -rw-r--r-- 1 jenkins jenkins 862 Sep 18 01:33 go.mod [2020-09-18T01:34:00.102Z] -rw-r--r-- 1 jenkins jenkins 14908 Sep 18 01:33 go.sum [2020-09-18T01:34:00.102Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 01:31 internal [2020-09-18T01:34:00.102Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 18 01:31 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:34:00.465Z] + 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=57130b4155dc44439b49f73d34af652ea5ca5664 --label arch=arm64 --label version=0.0.0 . [2020-09-18T01:34:00.744Z] Sending build context to Docker daemon 594.9kB [2020-09-18T01:34:00.744Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-18T01:34:00.744Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-18T01:34:00.744Z] ---> e634295f2dc9 [2020-09-18T01:34:00.744Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-18T01:34:01.028Z] ---> Running in 5f8b030edbec [2020-09-18T01:34:01.309Z] Removing intermediate container 5f8b030edbec [2020-09-18T01:34:01.309Z] ---> adb969aeb584 [2020-09-18T01:34:01.309Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-18T01:34:01.583Z] ---> Running in 30b658169048 [2020-09-18T01:34:02.181Z] Removing intermediate container 30b658169048 [2020-09-18T01:34:02.181Z] ---> e00471f7d6ec [2020-09-18T01:34:02.181Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-18T01:34:02.181Z] ---> Running in db78c4a35999 [2020-09-18T01:34:02.778Z] Removing intermediate container db78c4a35999 [2020-09-18T01:34:02.778Z] ---> 7f316f2dfda9 [2020-09-18T01:34:02.778Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T01:34:02.778Z] ---> Running in 81516f4a39d3 [2020-09-18T01:34:05.414Z] Removing intermediate container 81516f4a39d3 [2020-09-18T01:34:05.414Z] ---> c3a24322a8fc [2020-09-18T01:34:05.414Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-18T01:34:05.414Z] ---> Running in 0e2cba28ee2a [2020-09-18T01:34:06.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T01:34:07.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T01:34:08.066Z] OK: 221 MiB in 53 packages [2020-09-18T01:34:09.502Z] Removing intermediate container 0e2cba28ee2a [2020-09-18T01:34:09.502Z] ---> 0f846bc04342 [2020-09-18T01:34:09.502Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-18T01:34:09.502Z] ---> Running in 3deb3156de28 [2020-09-18T01:34:10.105Z] Removing intermediate container 3deb3156de28 [2020-09-18T01:34:10.105Z] ---> 1d67a8b29237 [2020-09-18T01:34:10.105Z] Step 9/22 : COPY . . [2020-09-18T01:34:11.092Z] ---> 89f77b5ba24f [2020-09-18T01:34:11.092Z] Step 10/22 : ARG MAKE='make build' [2020-09-18T01:34:11.365Z] ---> Running in d183be765d7f [2020-09-18T01:34:11.644Z] Removing intermediate container d183be765d7f [2020-09-18T01:34:11.644Z] ---> 4b7c321d3a42 [2020-09-18T01:34:11.644Z] Step 11/22 : RUN $MAKE [2020-09-18T01:34:11.927Z] ---> Running in a0439b6df45b [2020-09-18T01:34:13.364Z] 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-18T01:34:45.735Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-18T01:34:52.436Z] Removing intermediate container a0439b6df45b [2020-09-18T01:34:52.436Z] ---> 8ea78c7b6420 [2020-09-18T01:34:52.436Z] Step 12/22 : FROM alpine [2020-09-18T01:34:52.436Z] latest: Pulling from library/alpine [2020-09-18T01:34:52.436Z] b538f80385f9: Already exists [2020-09-18T01:34:52.436Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-18T01:34:52.436Z] Status: Downloaded newer image for alpine:latest [2020-09-18T01:34:52.436Z] ---> 62ee0e9f8440 [2020-09-18T01:34:52.436Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-18T01:34:52.436Z] ---> Running in 26ef71ff251c [2020-09-18T01:34:52.436Z] Removing intermediate container 26ef71ff251c [2020-09-18T01:34:52.436Z] ---> 869775861968 [2020-09-18T01:34:52.436Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-18T01:34:52.711Z] ---> Running in f57e7242addf [2020-09-18T01:34:52.985Z] Removing intermediate container f57e7242addf [2020-09-18T01:34:52.985Z] ---> c16c8c28eac7 [2020-09-18T01:34:52.985Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-18T01:34:54.970Z] ---> 22e9fc7993db [2020-09-18T01:34:54.970Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-18T01:34:55.244Z] ---> ccf2862d0a25 [2020-09-18T01:34:55.244Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-18T01:34:56.224Z] ---> 52539af0c4d1 [2020-09-18T01:34:56.224Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-18T01:34:56.224Z] ---> Running in fe2242ba5107 [2020-09-18T01:34:56.817Z] Removing intermediate container fe2242ba5107 [2020-09-18T01:34:56.817Z] ---> 9dd0e55499f3 [2020-09-18T01:34:56.817Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T01:34:56.817Z] ---> Running in cdf7342ef18d [2020-09-18T01:34:57.410Z] Removing intermediate container cdf7342ef18d [2020-09-18T01:34:57.410Z] ---> d729b054c3fa [2020-09-18T01:34:57.410Z] Step 20/22 : LABEL arch=arm64 [2020-09-18T01:34:57.410Z] ---> Running in b52dada1b378 [2020-09-18T01:34:57.682Z] Removing intermediate container b52dada1b378 [2020-09-18T01:34:57.682Z] ---> 32973b23e63b [2020-09-18T01:34:57.682Z] Step 21/22 : LABEL git_sha=57130b4155dc44439b49f73d34af652ea5ca5664 [2020-09-18T01:34:57.954Z] ---> Running in 6f63bdfe62d8 [2020-09-18T01:34:58.548Z] Removing intermediate container 6f63bdfe62d8 [2020-09-18T01:34:58.548Z] ---> 12106dbfe355 [2020-09-18T01:34:58.548Z] Step 22/22 : LABEL version=0.0.0 [2020-09-18T01:34:58.548Z] ---> Running in 99789e81b520 [2020-09-18T01:34:59.140Z] Removing intermediate container 99789e81b520 [2020-09-18T01:34:59.140Z] ---> cb2655f49851 [2020-09-18T01:34:59.140Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T01:34:59.140Z] Successfully built cb2655f49851 [2020-09-18T01:34:59.140Z] 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-18T01:35:01.104Z] provisioning config files... [2020-09-18T01:35:01.121Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config4384563666426346261tmp [Pipeline] { [Pipeline] sh [2020-09-18T01:35:01.515Z] + curl -s https://codecov.io/bash [2020-09-18T01:35:01.516Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-131@tmp/config4384563666426346261tmp [Pipeline] } [2020-09-18T01:35:01.788Z] 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-18T01:35:04.108Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T01:35:04.677Z] ---> package-listing.sh [2020-09-18T01:35:04.677Z] ++ facter osfamily [2020-09-18T01:35:04.677Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T01:35:04.677Z] + OS_FAMILY=redhat [2020-09-18T01:35:04.677Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-131 [2020-09-18T01:35:04.677Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T01:35:04.677Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T01:35:04.677Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T01:35:04.677Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T01:35:04.677Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-18T01:35:04.677Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T01:35:04.677Z] + case "${OS_FAMILY}" in [2020-09-18T01:35:04.677Z] + rpm -qa [2020-09-18T01:35:04.677Z] + sort [2020-09-18T01:35:08.907Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T01:35:08.907Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T01:35:08.907Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T01:35:08.907Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-18T01:35:08.907Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ [2020-09-18T01:35:08.907Z] + 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-18T01:35:09.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T01:35:09.394Z] [2020-09-18T01:35:09.394Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T01:35:09.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T01:35:09.754Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T01:35:09.754Z] df20fa9351a1: Pulling fs layer [2020-09-18T01:35:09.754Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T01:35:09.754Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T01:35:09.754Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T01:35:09.754Z] 0dadc02b9964: Pulling fs layer [2020-09-18T01:35:09.754Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T01:35:09.754Z] 7a184a31f384: Pulling fs layer [2020-09-18T01:35:09.754Z] 0879bd2ef858: Pulling fs layer [2020-09-18T01:35:09.754Z] 0dadc02b9964: Waiting [2020-09-18T01:35:09.754Z] ce6a7cf60c04: Waiting [2020-09-18T01:35:09.754Z] 7a184a31f384: Waiting [2020-09-18T01:35:09.754Z] 0879bd2ef858: Waiting [2020-09-18T01:35:09.754Z] 36b3adc4ff6f: Verifying Checksum [2020-09-18T01:35:09.754Z] 36b3adc4ff6f: Download complete [2020-09-18T01:35:09.754Z] 46f8f816bc3b: Download complete [2020-09-18T01:35:09.754Z] df20fa9351a1: Verifying Checksum [2020-09-18T01:35:09.754Z] df20fa9351a1: Download complete [2020-09-18T01:35:09.754Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T01:35:09.754Z] ce6a7cf60c04: Download complete [2020-09-18T01:35:10.033Z] 7a184a31f384: Verifying Checksum [2020-09-18T01:35:10.033Z] 7a184a31f384: Download complete [2020-09-18T01:35:10.033Z] 0dadc02b9964: Verifying Checksum [2020-09-18T01:35:10.033Z] 0dadc02b9964: Download complete [2020-09-18T01:35:10.303Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T01:35:10.303Z] 8ad3a11d3b57: Download complete [2020-09-18T01:35:10.303Z] df20fa9351a1: Pull complete [2020-09-18T01:35:10.566Z] 36b3adc4ff6f: Pull complete [2020-09-18T01:35:10.566Z] 0879bd2ef858: Verifying Checksum [2020-09-18T01:35:10.566Z] 0879bd2ef858: Download complete [2020-09-18T01:35:11.151Z] 8ad3a11d3b57: Pull complete [2020-09-18T01:35:11.151Z] 46f8f816bc3b: Pull complete [2020-09-18T01:35:11.415Z] 0dadc02b9964: Pull complete [2020-09-18T01:35:11.677Z] ce6a7cf60c04: Pull complete [2020-09-18T01:35:11.677Z] 7a184a31f384: Pull complete [2020-09-18T01:35:14.262Z] 0879bd2ef858: Pull complete [2020-09-18T01:35:14.262Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T01:35:14.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T01:35:14.262Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T01:35:14.399Z] prd-centos7-docker-4c-2g-343 does not seem to be running inside a container [2020-09-18T01:35:14.449Z] $ 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-18T01:35:19.344Z] $ docker top 56a1177baa5d942ab2642af23983ae67a1ffdab0dbf8e2a31388bac26747f451 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T01:35:19.982Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T01:35:20.280Z] + ls /var/log/sa-host [2020-09-18T01:35:20.280Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T01:35:20.280Z] file_magic: OK [2020-09-18T01:35:20.280Z] HZ: Using current value: 100 [2020-09-18T01:35:20.280Z] file_header: OK [2020-09-18T01:35:20.280Z] 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-18T01:35:20.280Z] Statistics: [2020-09-18T01:35:20.280Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T01:35:20.280Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T01:35:20.280Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T01:35:20.280Z] file_magic: OK [2020-09-18T01:35:20.280Z] HZ: Using current value: 100 [2020-09-18T01:35:20.280Z] file_header: OK [2020-09-18T01:35:20.280Z] 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-18T01:35:20.280Z] Statistics: [2020-09-18T01:35:20.280Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T01:35:20.280Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T01:35:20.342Z] provisioning config files... [2020-09-18T01:35:20.364Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config5971097457027427936tmp [Pipeline] { [Pipeline] echo [2020-09-18T01:35:20.558Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T01:35:20.860Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T01:35:20.871Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T01:35:21.169Z] ---> logs-deploy.sh [2020-09-18T01:35:21.169Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/3 [2020-09-18T01:35:21.169Z] INFO: archiving workspace using pattern(s): [2020-09-18T01:35:22.564Z] Archives upload complete. [2020-09-18T01:35:22.564Z] INFO: archiving logs to Nexus