Pull request #129 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at fe74ae7deaa8fb351afcf006bcbaede29a7488e6 rather than 836873b83e212c753790857d4db5af1f899cfa04 Obtained Jenkinsfile from fe74ae7deaa8fb351afcf006bcbaede29a7488e6 ‘Jenkinsfile’ has been modified in an untrusted revision 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, goVersion:1.13] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 ‘prd-centos7-docker-4c-2g-138’ is offline; ‘prd-centos7-docker-4c-2g-146’ is offline; ‘prd-centos7-docker-8c-8g-141’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-134’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-145’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-148 in /w/workspace/foundry_device-virtual-go_PR-129 [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-129 # 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 Fetching without tags Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 836873b83e212c753790857d4db5af1f899cfa04 Merge succeeded, producing 836873b83e212c753790857d4db5af1f899cfa04 Checking out Revision 836873b83e212c753790857d4db5af1f899cfa04 (PR-129) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +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/129/head:refs/remotes/origin/PR-129 # 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/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 836873b83e212c753790857d4db5af1f899cfa04 # 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 fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 836873b83e212c753790857d4db5af1f899cfa04 # timeout=10 Commit message: "build: upgrade to use Go1.15" First time build. Skipping changelog. > git rev-list --no-walk 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T08:49:21.164Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T08:49:21.456Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T08:49:21.578Z] ========================================================= [2020-09-17T08:49:21.578Z] EdgeX Global Pipelines Version Info [2020-09-17T08:49:21.578Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:49:23.533Z] ------------------- [2020-09-17T08:49:23.533Z] stable info: [2020-09-17T08:49:23.533Z] ------------------- [2020-09-17T08:49:23.533Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T08:49:23.533Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T08:49:23.533Z] Message: update stable to v1.0.122 [2020-09-17T08:49:25.017Z] ------------------- [2020-09-17T08:49:25.017Z] experimental info: [2020-09-17T08:49:25.017Z] ------------------- [2020-09-17T08:49:25.017Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T08:49:25.017Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T08:49:25.017Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T08:49:25.359Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-17T08:49:25.441Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-17T08:49:25.525Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T08:49:25.608Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T08:49:25.688Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T08:49:25.841Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-17T08:49:25.939Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T08:49:26.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-17T08:49:26.135Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T08:49:26.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T08:49:26.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T08:49:26.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-17T08:49:26.536Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T08:49:26.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T08:49:26.732Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:49:26.832Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:49:26.916Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:49:27.011Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:49:27.094Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T08:49:27.189Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T08:49:27.281Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T08:49:27.371Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T08:49:27.499Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-129 [Pipeline] echo [2020-09-17T08:49:27.586Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-129 [Pipeline] echo [2020-09-17T08:49:27.676Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-129 [Pipeline] echo [2020-09-17T08:49:27.767Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 836873b83e212c753790857d4db5af1f899cfa04 [Pipeline] echo [2020-09-17T08:49:27.857Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 836873b [Pipeline] echo [2020-09-17T08:49:27.945Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:49:28.680Z] + git log --format=format:%s -1 836873b83e212c753790857d4db5af1f899cfa04 [Pipeline] echo [2020-09-17T08:49:28.788Z] GIT_COMMIT: 836873b83e212c753790857d4db5af1f899cfa04, Commit Message: build: upgrade to use Go1.15 [Pipeline] echo [2020-09-17T08:49:28.834Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:49:29.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:49:30.075Z] [2020-09-17T08:49:30.075Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:49:30.516Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:49:30.811Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T08:49:30.811Z] 31603596830f: Pulling fs layer [2020-09-17T08:49:30.811Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T08:49:30.811Z] 6ca5941a6612: Pulling fs layer [2020-09-17T08:49:30.811Z] ecc8261a40a4: Pulling fs layer [2020-09-17T08:49:30.811Z] ecc8261a40a4: Waiting [2020-09-17T08:49:30.811Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T08:49:30.811Z] 2a8b12db71e7: Download complete [2020-09-17T08:49:31.122Z] 31603596830f: Verifying Checksum [2020-09-17T08:49:31.122Z] 31603596830f: Download complete [2020-09-17T08:49:31.772Z] ecc8261a40a4: Verifying Checksum [2020-09-17T08:49:31.772Z] ecc8261a40a4: Download complete [2020-09-17T08:49:31.773Z] 6ca5941a6612: Verifying Checksum [2020-09-17T08:49:31.773Z] 6ca5941a6612: Download complete [2020-09-17T08:49:32.081Z] 31603596830f: Pull complete [2020-09-17T08:49:32.366Z] 2a8b12db71e7: Pull complete [2020-09-17T08:49:36.220Z] 6ca5941a6612: Pull complete [2020-09-17T08:49:36.639Z] ecc8261a40a4: Pull complete [2020-09-17T08:49:37.124Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T08:49:37.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:49:37.124Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T08:49:38.359Z] prd-centos7-docker-4c-2g-148 does not seem to be running inside a container [2020-09-17T08:49:38.906Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-129 -v /w/workspace/foundry_device-virtual-go_PR-129:/w/workspace/foundry_device-virtual-go_PR-129:rw,z -v /w/workspace/foundry_device-virtual-go_PR-129@tmp:/w/workspace/foundry_device-virtual-go_PR-129@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:10004/edgex-devops/git-semver:latest cat [2020-09-17T08:49:42.542Z] $ docker top b28fc3e732a586c121392aa63af27fbad28dee0453f31236364f308edefad02d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T08:49:43.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:49:43.265Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:49:44.144Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:49:44.155Z] $ docker exec b28fc3e732a586c121392aa63af27fbad28dee0453f31236364f308edefad02d ssh-agent [2020-09-17T08:49:45.232Z] SSH_AUTH_SOCK=/tmp/ssh-qKrdC9aCUJc8/agent.11 [2020-09-17T08:49:45.232Z] SSH_AGENT_PID=16 [2020-09-17T08:49:45.285Z] Running ssh-add (command line suppressed) [2020-09-17T08:49:45.901Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_6973395174382632730.key (/w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_6973395174382632730.key) [2020-09-17T08:49:46.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:49:47.042Z] + git describe --exact-match --tags HEAD [2020-09-17T08:49:47.042Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T08:49:47.112Z] $ docker exec --env ******** --env ******** b28fc3e732a586c121392aa63af27fbad28dee0453f31236364f308edefad02d ssh-agent -k [2020-09-17T08:49:47.692Z] unset SSH_AUTH_SOCK; [2020-09-17T08:49:47.694Z] unset SSH_AGENT_PID; [2020-09-17T08:49:47.694Z] echo Agent pid 16 killed; [2020-09-17T08:49:47.931Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T08:49:48.030Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T08:49:48.030Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T08:49:48.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:49:48.127Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:49:49.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:49:49.194Z] $ docker exec b28fc3e732a586c121392aa63af27fbad28dee0453f31236364f308edefad02d ssh-agent [2020-09-17T08:49:50.379Z] SSH_AUTH_SOCK=/tmp/ssh-XW8ROQdPgc9B/agent.44 [2020-09-17T08:49:50.379Z] SSH_AGENT_PID=50 [2020-09-17T08:49:50.432Z] Running ssh-add (command line suppressed) [2020-09-17T08:49:51.121Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_2437359681830180385.key (/w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_2437359681830180385.key) [2020-09-17T08:49:51.419Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:49:52.372Z] + git semver init [2020-09-17T08:49:52.756Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T08:49:52.756Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-129/.git [2020-09-17T08:49:52.756Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-129 [2020-09-17T08:49:52.756Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T08:49:52.756Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T08:49:52.756Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T08:49:52.756Z] # $SEMVER_BRANCH = PR-129 [2020-09-17T08:49:52.756Z] # $SEMVER_TEMP = /tmp/semver-030757232 [2020-09-17T08:49:52.756Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-17T08:49:53.515Z] # '/tmp/semver-030757232' -> '/w/workspace/foundry_device-virtual-go_PR-129/.semver' [2020-09-17T08:49:53.515Z] # -> Force: false [2020-09-17T08:49:53.515Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-129/.semver [Pipeline] } [2020-09-17T08:49:53.584Z] $ docker exec --env ******** --env ******** b28fc3e732a586c121392aa63af27fbad28dee0453f31236364f308edefad02d ssh-agent -k [2020-09-17T08:49:54.481Z] unset SSH_AUTH_SOCK; [2020-09-17T08:49:54.499Z] unset SSH_AGENT_PID; [2020-09-17T08:49:54.499Z] echo Agent pid 50 killed; [2020-09-17T08:49:54.921Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T08:49:56.549Z] + git semver [Pipeline] } [2020-09-17T08:49:56.610Z] $ docker stop --time=1 b28fc3e732a586c121392aa63af27fbad28dee0453f31236364f308edefad02d [2020-09-17T08:49:59.591Z] $ docker rm -f b28fc3e732a586c121392aa63af27fbad28dee0453f31236364f308edefad02d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T08:50:05.299Z] Stashed 26 file(s) [Pipeline] echo [2020-09-17T08:50:05.301Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T08:50:05.410Z] 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-17T08:50:20.859Z] Still waiting to schedule task [2020-09-17T08:50:20.859Z] ‘prd-centos7-docker-4c-2g-138’ is offline; ‘prd-centos7-docker-4c-2g-139’ is offline; ‘prd-centos7-docker-4c-2g-144’ is offline; ‘prd-centos7-docker-4c-2g-149’ is offline; ‘prd-centos7-docker-8c-8g-141’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-16c-16g-143’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-134’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-137’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-142’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-17T08:50:20.862Z] Still waiting to schedule task [2020-09-17T08:50:20.862Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-17T08:52:08.674Z] Running on prd-centos7-docker-4c-2g-158 in /w/workspace/foundry_device-virtual-go_PR-129 [Pipeline] { [Pipeline] ws [2020-09-17T08:52:08.728Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T08:52:11.787Z] using credential edgex-jenkins-ssh [2020-09-17T08:52:11.840Z] Cloning the remote Git repository [2020-09-17T08:52:11.840Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:52:11.870Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:52:11.934Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-09-17T08:52:11.980Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:52:11.981Z] > git --version # timeout=10 [2020-09-17T08:52:11.988Z] > git --version # 'git version 2.16.5' [2020-09-17T08:52:11.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:52:12.015Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:52:12.567Z] Fetching without tags [2020-09-17T08:52:12.948Z] Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 836873b83e212c753790857d4db5af1f899cfa04 [2020-09-17T08:52:13.026Z] Merge succeeded, producing 836873b83e212c753790857d4db5af1f899cfa04 [2020-09-17T08:52:13.027Z] Checking out Revision 836873b83e212c753790857d4db5af1f899cfa04 (PR-129) [2020-09-17T08:52:12.529Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:52:12.539Z] > git config --add remote.origin.fetch +refs/pull/129/head:refs/remotes/origin/PR-129 # timeout=10 [2020-09-17T08:52:12.547Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:52:12.558Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:52:12.570Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:52:12.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:52:12.576Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:52:12.956Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:52:12.967Z] > git checkout -f 836873b83e212c753790857d4db5af1f899cfa04 # timeout=10 [2020-09-17T08:52:12.996Z] > git remote # timeout=10 [2020-09-17T08:52:13.003Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:52:13.008Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:52:13.012Z] > git merge fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 [2020-09-17T08:52:13.021Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:52:13.029Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:52:13.035Z] > git checkout -f 836873b83e212c753790857d4db5af1f899cfa04 # timeout=10 [2020-09-17T08:52:16.743Z] Commit message: "build: upgrade to use Go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T08:52:17.630Z] ========================================================= [2020-09-17T08:52:17.630Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-17T08:52:17.630Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:52:18.445Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-17T08:52:19.029Z] Sending build context to Docker daemon 539.6kB [2020-09-17T08:52:19.030Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T08:52:19.030Z] Step 2/8 : FROM ${BASE} [2020-09-17T08:52:19.030Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T08:52:19.030Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:52:19.030Z] ed8968b2872e: Pulling fs layer [2020-09-17T08:52:19.030Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T08:52:19.030Z] 2dd03ba5bac4: Pulling fs layer [2020-09-17T08:52:19.030Z] 1e091d79d1de: Pulling fs layer [2020-09-17T08:52:19.030Z] 481702a1767f: Pulling fs layer [2020-09-17T08:52:19.030Z] f64a6f60c768: Pulling fs layer [2020-09-17T08:52:19.030Z] e78d2573fc39: Pulling fs layer [2020-09-17T08:52:19.030Z] e876d2f968b6: Pulling fs layer [2020-09-17T08:52:19.030Z] ce8a83651883: Pulling fs layer [2020-09-17T08:52:19.030Z] 07967f4d0e4b: Pulling fs layer [2020-09-17T08:52:19.030Z] f64a6f60c768: Waiting [2020-09-17T08:52:19.030Z] e78d2573fc39: Waiting [2020-09-17T08:52:19.030Z] e876d2f968b6: Waiting [2020-09-17T08:52:19.030Z] 2dd03ba5bac4: Waiting [2020-09-17T08:52:19.030Z] ce8a83651883: Waiting [2020-09-17T08:52:19.030Z] 07967f4d0e4b: Waiting [2020-09-17T08:52:19.030Z] 1e091d79d1de: Waiting [2020-09-17T08:52:19.030Z] 481702a1767f: Waiting [2020-09-17T08:52:19.030Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T08:52:19.030Z] a92cc7c5fd73: Download complete [2020-09-17T08:52:19.030Z] ed8968b2872e: Download complete [2020-09-17T08:52:19.030Z] 1e091d79d1de: Verifying Checksum [2020-09-17T08:52:19.030Z] 1e091d79d1de: Download complete [2020-09-17T08:52:19.030Z] 481702a1767f: Verifying Checksum [2020-09-17T08:52:19.030Z] 481702a1767f: Download complete [2020-09-17T08:52:19.030Z] df20fa9351a1: Verifying Checksum [2020-09-17T08:52:19.030Z] df20fa9351a1: Download complete [2020-09-17T08:52:19.301Z] df20fa9351a1: Pull complete [2020-09-17T08:52:19.590Z] ed8968b2872e: Pull complete [2020-09-17T08:52:19.590Z] a92cc7c5fd73: Pull complete [2020-09-17T08:52:22.941Z] f64a6f60c768: Verifying Checksum [2020-09-17T08:52:22.941Z] f64a6f60c768: Download complete [2020-09-17T08:52:22.941Z] e876d2f968b6: Verifying Checksum [2020-09-17T08:52:22.941Z] e876d2f968b6: Download complete [2020-09-17T08:52:23.900Z] ce8a83651883: Verifying Checksum [2020-09-17T08:52:23.900Z] ce8a83651883: Download complete [2020-09-17T08:52:23.900Z] 07967f4d0e4b: Verifying Checksum [2020-09-17T08:52:23.900Z] 07967f4d0e4b: Download complete [2020-09-17T08:52:23.900Z] e78d2573fc39: Verifying Checksum [2020-09-17T08:52:23.900Z] e78d2573fc39: Download complete [2020-09-17T08:52:24.481Z] 2dd03ba5bac4: Verifying Checksum [2020-09-17T08:52:24.482Z] 2dd03ba5bac4: Download complete [2020-09-17T08:52:29.821Z] 2dd03ba5bac4: Pull complete [2020-09-17T08:52:29.821Z] 1e091d79d1de: Pull complete [2020-09-17T08:52:30.085Z] 481702a1767f: Pull complete [2020-09-17T08:52:40.149Z] f64a6f60c768: Pull complete [2020-09-17T08:52:42.151Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-157 in /w/workspace/foundry_device-virtual-go_PR-129 [Pipeline] { [Pipeline] ws [2020-09-17T08:52:42.206Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T08:52:43.487Z] e78d2573fc39: Pull complete [2020-09-17T08:52:43.487Z] e876d2f968b6: Pull complete [2020-09-17T08:52:44.065Z] ce8a83651883: Pull complete [2020-09-17T08:52:44.334Z] 07967f4d0e4b: Pull complete [2020-09-17T08:52:44.334Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-17T08:52:44.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-17T08:52:44.334Z] ---> 5d7c900382c6 [2020-09-17T08:52:44.334Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T08:52:46.284Z] ---> Running in 7593bb0a7b75 [2020-09-17T08:52:46.284Z] Removing intermediate container 7593bb0a7b75 [2020-09-17T08:52:46.284Z] ---> be7b14d8f10f [2020-09-17T08:52:46.285Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:52:46.285Z] ---> Running in 2ac1cc30255e [2020-09-17T08:52:47.696Z] Removing intermediate container 2ac1cc30255e [2020-09-17T08:52:47.696Z] ---> 3d3a86df2b72 [2020-09-17T08:52:47.696Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T08:52:47.696Z] ---> Running in a8e37aa9ab13 [2020-09-17T08:52:47.776Z] using credential edgex-jenkins-ssh [2020-09-17T08:52:47.840Z] Cloning the remote Git repository [2020-09-17T08:52:47.841Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:52:48.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:52:47.918Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:52:48.039Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2020-09-17T08:52:48.118Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:52:48.119Z] > git --version # timeout=10 [2020-09-17T08:52:48.142Z] > git --version # 'git version 2.17.1' [2020-09-17T08:52:48.145Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:52:48.207Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:52:49.001Z] Fetching without tags [2020-09-17T08:52:49.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:52:49.503Z] Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 836873b83e212c753790857d4db5af1f899cfa04 [2020-09-17T08:52:49.738Z] Merge succeeded, producing 836873b83e212c753790857d4db5af1f899cfa04 [2020-09-17T08:52:49.739Z] Checking out Revision 836873b83e212c753790857d4db5af1f899cfa04 (PR-129) [2020-09-17T08:52:48.904Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:52:48.931Z] > git config --add remote.origin.fetch +refs/pull/129/head:refs/remotes/origin/PR-129 # timeout=10 [2020-09-17T08:52:48.948Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:52:48.975Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:52:49.019Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:52:49.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:52:49.033Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:52:49.529Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:52:49.555Z] > git checkout -f 836873b83e212c753790857d4db5af1f899cfa04 # timeout=10 [2020-09-17T08:52:49.636Z] > git remote # timeout=10 [2020-09-17T08:52:49.654Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:52:49.670Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:52:49.682Z] > git merge fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 [2020-09-17T08:52:49.711Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:52:49.749Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:52:49.774Z] > git checkout -f 836873b83e212c753790857d4db5af1f899cfa04 # timeout=10 [2020-09-17T08:52:51.158Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T08:52:51.421Z] (2/14) Installing file (5.38-r0) [2020-09-17T08:52:51.421Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T08:52:51.421Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T08:52:54.443Z] Commit message: "build: upgrade to use Go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T08:52:55.664Z] ========================================================= [2020-09-17T08:52:55.664Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-17T08:52:55.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:52:56.966Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-17T08:52:57.995Z] Sending build context to Docker daemon 539.6kB [2020-09-17T08:52:57.995Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T08:52:57.995Z] Step 2/8 : FROM ${BASE} [2020-09-17T08:52:58.279Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T08:52:58.279Z] b538f80385f9: Pulling fs layer [2020-09-17T08:52:58.279Z] 74f711af9a0d: Pulling fs layer [2020-09-17T08:52:58.279Z] 99f96fe45779: Pulling fs layer [2020-09-17T08:52:58.279Z] fd7a069fd194: Pulling fs layer [2020-09-17T08:52:58.279Z] 66aa3694b03b: Pulling fs layer [2020-09-17T08:52:58.279Z] 170f70906a0f: Pulling fs layer [2020-09-17T08:52:58.279Z] ad7c5574e4b9: Pulling fs layer [2020-09-17T08:52:58.279Z] e772456be8f7: Pulling fs layer [2020-09-17T08:52:58.279Z] c890913d741a: Pulling fs layer [2020-09-17T08:52:58.279Z] 2480fcc9aa5a: Pulling fs layer [2020-09-17T08:52:58.279Z] 09adf4765672: Pulling fs layer [2020-09-17T08:52:58.279Z] fd7a069fd194: Waiting [2020-09-17T08:52:58.279Z] 66aa3694b03b: Waiting [2020-09-17T08:52:58.279Z] 170f70906a0f: Waiting [2020-09-17T08:52:58.279Z] ad7c5574e4b9: Waiting [2020-09-17T08:52:58.279Z] e772456be8f7: Waiting [2020-09-17T08:52:58.279Z] c890913d741a: Waiting [2020-09-17T08:52:58.279Z] 2480fcc9aa5a: Waiting [2020-09-17T08:52:58.279Z] 09adf4765672: Waiting [2020-09-17T08:52:58.279Z] 99f96fe45779: Verifying Checksum [2020-09-17T08:52:58.279Z] 99f96fe45779: Download complete [2020-09-17T08:52:58.279Z] 74f711af9a0d: Verifying Checksum [2020-09-17T08:52:58.279Z] 74f711af9a0d: Download complete [2020-09-17T08:52:58.279Z] 66aa3694b03b: Verifying Checksum [2020-09-17T08:52:58.279Z] 66aa3694b03b: Download complete [2020-09-17T08:52:58.587Z] 170f70906a0f: Verifying Checksum [2020-09-17T08:52:58.587Z] 170f70906a0f: Download complete [2020-09-17T08:52:58.587Z] b538f80385f9: Verifying Checksum [2020-09-17T08:52:58.587Z] b538f80385f9: Download complete [2020-09-17T08:52:59.192Z] b538f80385f9: Pull complete [2020-09-17T08:52:59.796Z] 74f711af9a0d: Pull complete [2020-09-17T08:53:00.402Z] 99f96fe45779: Pull complete [2020-09-17T08:53:03.047Z] ad7c5574e4b9: Verifying Checksum [2020-09-17T08:53:03.047Z] ad7c5574e4b9: Download complete [2020-09-17T08:53:03.047Z] c890913d741a: Verifying Checksum [2020-09-17T08:53:03.047Z] c890913d741a: Download complete [2020-09-17T08:53:05.048Z] 2480fcc9aa5a: Verifying Checksum [2020-09-17T08:53:05.048Z] 2480fcc9aa5a: Download complete [2020-09-17T08:53:05.048Z] 09adf4765672: Verifying Checksum [2020-09-17T08:53:05.048Z] 09adf4765672: Download complete [2020-09-17T08:53:05.665Z] e772456be8f7: Verifying Checksum [2020-09-17T08:53:05.665Z] e772456be8f7: Download complete [2020-09-17T08:53:06.271Z] fd7a069fd194: Verifying Checksum [2020-09-17T08:53:06.271Z] fd7a069fd194: Download complete [2020-09-17T08:53:13.519Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T08:53:13.783Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T08:53:13.783Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T08:53:13.783Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T08:53:14.048Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T08:53:14.312Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T08:53:15.708Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T08:53:15.708Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T08:53:15.708Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T08:53:16.014Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T08:53:16.303Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T08:53:16.303Z] OK: 237 MiB in 53 packages [2020-09-17T08:53:18.747Z] fd7a069fd194: Pull complete [2020-09-17T08:53:18.747Z] 66aa3694b03b: Pull complete [2020-09-17T08:53:18.747Z] 170f70906a0f: Pull complete [2020-09-17T08:53:19.681Z] Removing intermediate container a8e37aa9ab13 [2020-09-17T08:53:19.681Z] ---> 9549c034be46 [2020-09-17T08:53:19.681Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T08:53:19.948Z] ---> Running in 4217875f69ca [2020-09-17T08:53:19.948Z] Removing intermediate container 4217875f69ca [2020-09-17T08:53:19.948Z] ---> 13b9d17fa58a [2020-09-17T08:53:19.948Z] Step 7/8 : COPY . . [2020-09-17T08:53:20.924Z] ---> 5079a7698d53 [2020-09-17T08:53:20.924Z] Step 8/8 : RUN go mod download [2020-09-17T08:53:20.924Z] ---> Running in 5320508e86b2 [2020-09-17T08:53:21.450Z] ad7c5574e4b9: Pull complete [2020-09-17T08:53:22.902Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-17T08:53:22.902Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T08:53:22.902Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-17T08:53:22.902Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T08:53:22.902Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-17T08:53:22.902Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-17T08:53:22.902Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T08:53:22.902Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-17T08:53:22.902Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T08:53:22.902Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T08:53:22.902Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T08:53:22.902Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T08:53:22.902Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T08:53:23.176Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T08:53:23.176Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-09-17T08:53:23.176Z] go: finding github.com/fatih/color v1.7.0 [2020-09-17T08:53:23.176Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T08:53:23.176Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-17T08:53:23.176Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T08:53:23.176Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-17T08:53:23.176Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-17T08:53:23.176Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-17T08:53:23.176Z] go: finding github.com/google/uuid v1.1.0 [2020-09-17T08:53:23.176Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-17T08:53:23.176Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-17T08:53:23.440Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T08:53:23.705Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-17T08:53:23.705Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-17T08:53:23.706Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-17T08:53:23.706Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-17T08:53:23.706Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-17T08:53:23.706Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-17T08:53:23.706Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-17T08:53:23.706Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-17T08:53:23.706Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-17T08:53:23.706Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T08:53:23.706Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-17T08:53:23.706Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-17T08:53:23.706Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-17T08:53:23.981Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-17T08:53:23.981Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-17T08:53:23.981Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T08:53:23.981Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T08:53:23.981Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-17T08:53:23.981Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-17T08:53:23.981Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-17T08:53:23.981Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-17T08:53:23.981Z] go: finding github.com/posener/complete v1.1.1 [2020-09-17T08:53:23.981Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-09-17T08:53:23.981Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-17T08:53:23.981Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-17T08:53:24.248Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-17T08:53:24.248Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-17T08:53:24.248Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-17T08:53:24.248Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-17T08:53:24.248Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-17T08:53:24.248Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-17T08:53:24.248Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-17T08:53:24.248Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-09-17T08:53:24.248Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-17T08:53:24.248Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-17T08:53:24.248Z] go: finding modernc.org/b v1.0.0 [2020-09-17T08:53:24.248Z] go: finding modernc.org/db v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/file v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/fileutil v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/golex v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/internal v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/lldb v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/mathutil v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/ql v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/sortutil v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/strutil v1.0.0 [2020-09-17T08:53:24.514Z] go: finding modernc.org/zappy v1.0.0 [2020-09-17T08:53:26.958Z] e772456be8f7: Pull complete [2020-09-17T08:53:26.959Z] c890913d741a: Pull complete [2020-09-17T08:53:28.995Z] 2480fcc9aa5a: Pull complete [2020-09-17T08:53:29.280Z] 09adf4765672: Pull complete [2020-09-17T08:53:29.280Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-17T08:53:29.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-17T08:53:29.280Z] ---> 2248a725d1cf [2020-09-17T08:53:29.280Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T08:53:34.720Z] Removing intermediate container 5320508e86b2 [2020-09-17T08:53:34.720Z] ---> 8b6496f7e807 [2020-09-17T08:53:34.720Z] Successfully built 8b6496f7e807 [2020-09-17T08:53:34.720Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:53:34.873Z] ---> Running in 948b48452e6c [2020-09-17T08:53:34.873Z] Removing intermediate container 948b48452e6c [2020-09-17T08:53:34.873Z] ---> 0d896509a702 [2020-09-17T08:53:34.873Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:53:34.873Z] ---> Running in 838bfe424203 [2020-09-17T08:53:35.560Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:53:35.560Z] . [Pipeline] withDockerContainer [2020-09-17T08:53:35.706Z] prd-centos7-docker-4c-2g-158 does not seem to be running inside a container [2020-09-17T08:53:35.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T08:53:37.139Z] $ docker top 04899069cf3d2edad5db9d6620fb4fc1783272229d704c807e978aa6a2cb96ba -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:53:37.636Z] Removing intermediate container 838bfe424203 [2020-09-17T08:53:37.636Z] ---> 4d98c3cb0f6e [2020-09-17T08:53:37.636Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T08:53:37.636Z] ---> Running in 717521e5814d [2020-09-17T08:53:37.889Z] + go version [2020-09-17T08:53:37.889Z] go version go1.13.13 linux/amd64 [Pipeline] } [2020-09-17T08:53:37.937Z] $ docker stop --time=1 04899069cf3d2edad5db9d6620fb4fc1783272229d704c807e978aa6a2cb96ba [2020-09-17T08:53:38.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:53:39.390Z] $ docker rm -f 04899069cf3d2edad5db9d6620fb4fc1783272229d704c807e978aa6a2cb96ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-09-17T08:53:39.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:53:40.261Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:53:40.261Z] . [Pipeline] withDockerContainer [2020-09-17T08:53:40.389Z] prd-centos7-docker-4c-2g-158 does not seem to be running inside a container [2020-09-17T08:53:40.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T08:53:41.113Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T08:53:41.113Z] (2/14) Installing file (5.38-r0) [2020-09-17T08:53:41.134Z] $ docker top 1201bf443e93e3b40aab8f8910ccfdcea0334b6d59e3de52f2f63824b9becb8b -eo pid,comm [Pipeline] { [2020-09-17T08:53:41.428Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T08:53:41.429Z] (4/14) Installing g++ (9.3.0-r2) [Pipeline] sh [2020-09-17T08:53:41.796Z] + make test [2020-09-17T08:53:41.797Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T08:53:43.819Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T08:53:45.919Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T08:53:45.919Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T08:53:45.919Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T08:53:45.919Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T08:53:45.919Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T08:53:45.919Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T08:53:45.919Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T08:53:46.227Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T08:53:46.227Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T08:53:47.299Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T08:53:47.629Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T08:53:47.629Z] OK: 221 MiB in 53 packages [2020-09-17T08:53:52.074Z] Removing intermediate container 717521e5814d [2020-09-17T08:53:52.074Z] ---> 7c38d6b4d8c0 [2020-09-17T08:53:52.074Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T08:53:52.074Z] ---> Running in 11286c4aa1ae [2020-09-17T08:53:52.074Z] Removing intermediate container 11286c4aa1ae [2020-09-17T08:53:52.074Z] ---> 41dc2b25042f [2020-09-17T08:53:52.074Z] Step 7/8 : COPY . . [2020-09-17T08:53:53.104Z] ---> 037c3150d8ea [2020-09-17T08:53:53.104Z] Step 8/8 : RUN go mod download [2020-09-17T08:53:53.104Z] ---> Running in 148a873cb291 [2020-09-17T08:53:56.626Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-17T08:53:56.626Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T08:53:56.626Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-17T08:53:56.626Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T08:53:56.626Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-17T08:53:56.626Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-17T08:53:56.626Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T08:53:56.626Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-17T08:53:56.626Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T08:53:56.626Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T08:53:56.626Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T08:53:56.626Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T08:53:56.626Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T08:53:56.626Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T08:53:56.626Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-09-17T08:53:56.626Z] go: finding github.com/fatih/color v1.7.0 [2020-09-17T08:53:56.626Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T08:53:56.626Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-17T08:53:56.626Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T08:53:56.626Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-17T08:53:56.626Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-17T08:53:56.626Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-17T08:53:56.626Z] go: finding github.com/google/uuid v1.1.0 [2020-09-17T08:53:56.626Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-17T08:53:56.626Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-17T08:53:56.626Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T08:53:56.911Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-17T08:53:57.192Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-17T08:53:57.192Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-17T08:53:57.192Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-17T08:53:57.192Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-17T08:53:57.192Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-17T08:53:57.192Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-17T08:53:57.192Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-17T08:53:57.192Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-17T08:53:57.192Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T08:53:57.192Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-17T08:53:57.192Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-17T08:53:57.484Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-17T08:53:57.484Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-17T08:53:57.484Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-17T08:53:57.484Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T08:53:57.484Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T08:53:57.484Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-17T08:53:57.484Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-17T08:53:57.484Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-17T08:53:57.484Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-17T08:53:57.484Z] go: finding github.com/posener/complete v1.1.1 [2020-09-17T08:53:57.484Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-09-17T08:53:57.484Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-17T08:53:57.787Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-17T08:53:57.787Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-17T08:53:57.787Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-17T08:53:57.787Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-17T08:53:57.787Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-17T08:53:57.787Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-17T08:53:57.787Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-17T08:53:57.787Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-17T08:53:57.787Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-09-17T08:53:57.787Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-17T08:53:57.787Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-17T08:53:57.787Z] go: finding modernc.org/b v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/db v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/file v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/fileutil v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/golex v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/internal v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/lldb v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/mathutil v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/ql v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/sortutil v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/strutil v1.0.0 [2020-09-17T08:53:58.078Z] go: finding modernc.org/zappy v1.0.0 [2020-09-17T08:53:59.243Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-17T08:53:59.243Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.242s coverage: 56.4% of statements [2020-09-17T08:53:59.243Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:54:02.741Z] gofmt -l . [2020-09-17T08:54:02.741Z] [ "`gofmt -l .`" = "" ] [2020-09-17T08:54:02.741Z] ./bin/test-attribution-txt.sh [2020-09-17T08:54:03.358Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T08:54:04.011Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:54:04.020Z] $ docker stop --time=1 1201bf443e93e3b40aab8f8910ccfdcea0334b6d59e3de52f2f63824b9becb8b [2020-09-17T08:54:06.493Z] $ docker rm -f 1201bf443e93e3b40aab8f8910ccfdcea0334b6d59e3de52f2f63824b9becb8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:54:08.096Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:54:08.403Z] + ls -al . [2020-09-17T08:54:08.403Z] total 108 [2020-09-17T08:54:08.403Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 17 08:54 . [2020-09-17T08:54:08.403Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 08:52 .. [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 17 08:52 Attribution.txt [2020-09-17T08:54:08.403Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 17 08:52 bin [2020-09-17T08:54:08.403Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 08:52 cmd [2020-09-17T08:54:08.403Z] -rw-r--r--. 1 jenkins jenkins 29142 Sep 17 08:53 coverage.out [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 17 08:52 Dockerfile [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 17 08:52 Dockerfile.build [2020-09-17T08:54:08.403Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 08:52 .git [2020-09-17T08:54:08.403Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 17 08:52 .github [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 17 08:52 .gitignore [2020-09-17T08:54:08.403Z] -rw-r--r--. 1 jenkins jenkins 855 Sep 17 08:54 go.mod [2020-09-17T08:54:08.403Z] -rw-r--r--. 1 jenkins jenkins 14894 Sep 17 08:54 go.sum [2020-09-17T08:54:08.403Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 08:52 internal [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 660 Sep 17 08:52 Jenkinsfile [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 08:52 LICENSE [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 17 08:52 Makefile [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 17 08:52 README.md [2020-09-17T08:54:08.403Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 08:52 .semver [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 08:50 VERSION [2020-09-17T08:54:08.403Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 17 08:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:54:08.718Z] + 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=836873b83e212c753790857d4db5af1f899cfa04 --label arch=amd64 --label version=0.0.0 . [2020-09-17T08:54:08.718Z] Sending build context to Docker daemon 585.2kB [2020-09-17T08:54:08.984Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T08:54:08.984Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T08:54:08.984Z] ---> 8b6496f7e807 [2020-09-17T08:54:08.984Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T08:54:08.984Z] ---> Running in da163ddc0eb3 [2020-09-17T08:54:09.245Z] Removing intermediate container da163ddc0eb3 [2020-09-17T08:54:09.245Z] ---> dd9b7e9f368a [2020-09-17T08:54:09.245Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:54:09.245Z] ---> Running in 97423efa3307 [2020-09-17T08:54:09.245Z] Removing intermediate container 97423efa3307 [2020-09-17T08:54:09.245Z] ---> e89be6714cb9 [2020-09-17T08:54:09.245Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-17T08:54:09.524Z] ---> Running in 617a32af41a0 [2020-09-17T08:54:09.524Z] Removing intermediate container 617a32af41a0 [2020-09-17T08:54:09.524Z] ---> 89c39079866d [2020-09-17T08:54:09.524Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:54:09.524Z] ---> Running in c9a7cbd9567c [2020-09-17T08:54:10.479Z] Removing intermediate container c9a7cbd9567c [2020-09-17T08:54:10.479Z] ---> 5f9f2f53ffd7 [2020-09-17T08:54:10.479Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:54:10.479Z] ---> Running in 1014a0a41063 [2020-09-17T08:54:10.714Z] Removing intermediate container 148a873cb291 [2020-09-17T08:54:10.714Z] ---> 9ef50e73d818 [2020-09-17T08:54:10.714Z] Successfully built 9ef50e73d818 [2020-09-17T08:54:10.714Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:54:11.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:54:11.165Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:54:11.165Z] . [Pipeline] withDockerContainer [2020-09-17T08:54:11.469Z] prd-ubuntu18.04-docker-arm64-4c-16g-157 does not seem to be running inside a container [2020-09-17T08:54:11.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-17T08:54:11.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:54:11.890Z] OK: 237 MiB in 53 packages [2020-09-17T08:54:12.471Z] Removing intermediate container 1014a0a41063 [2020-09-17T08:54:12.471Z] ---> be1ef1e18a29 [2020-09-17T08:54:12.471Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-17T08:54:12.471Z] ---> Running in 09fa9c439fbf [2020-09-17T08:54:12.735Z] Removing intermediate container 09fa9c439fbf [2020-09-17T08:54:12.735Z] ---> d001d5c42693 [2020-09-17T08:54:12.735Z] Step 9/22 : COPY . . [2020-09-17T08:54:13.007Z] ---> 423495749780 [2020-09-17T08:54:13.007Z] Step 10/22 : ARG MAKE='make build' [2020-09-17T08:54:13.271Z] ---> Running in a6119d9307a7 [2020-09-17T08:54:13.271Z] Removing intermediate container a6119d9307a7 [2020-09-17T08:54:13.271Z] ---> 7a2d93f8975a [2020-09-17T08:54:13.271Z] Step 11/22 : RUN $MAKE [2020-09-17T08:54:13.541Z] ---> Running in 9c39b62709e4 [2020-09-17T08:54:13.651Z] $ docker top 88b6d08adfd33919de461652ffa2a50db347dfbcd0b7aec6da5e5ed35c3b4e7b -eo pid,comm [2020-09-17T08:54:13.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [Pipeline] { [Pipeline] sh [2020-09-17T08:54:15.166Z] + go version [2020-09-17T08:54:15.166Z] go version go1.13.13 linux/arm64 [Pipeline] } [2020-09-17T08:54:15.198Z] $ docker stop --time=1 88b6d08adfd33919de461652ffa2a50db347dfbcd0b7aec6da5e5ed35c3b4e7b [2020-09-17T08:54:17.252Z] $ docker rm -f 88b6d08adfd33919de461652ffa2a50db347dfbcd0b7aec6da5e5ed35c3b4e7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:54:18.344Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:54:18.344Z] . [Pipeline] withDockerContainer [2020-09-17T08:54:18.653Z] prd-ubuntu18.04-docker-arm64-4c-16g-157 does not seem to be running inside a container [2020-09-17T08:54:18.757Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-17T08:54:20.875Z] $ docker top d79673a13de07434acaba887b3e4228345415ea48ed69908fb1b315c2a0f4973 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:54:22.363Z] + make test [2020-09-17T08:54:22.363Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T08:54:23.359Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T08:54:26.231Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:54:31.548Z] Removing intermediate container 9c39b62709e4 [2020-09-17T08:54:31.548Z] ---> ce52b4830d7b [2020-09-17T08:54:31.548Z] Step 12/22 : FROM alpine [2020-09-17T08:54:31.548Z] latest: Pulling from library/alpine [2020-09-17T08:54:31.548Z] df20fa9351a1: Already exists [2020-09-17T08:54:31.548Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:54:31.548Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:54:31.548Z] ---> a24bb4013296 [2020-09-17T08:54:31.548Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-17T08:54:31.548Z] ---> Running in 2400fa020695 [2020-09-17T08:54:31.548Z] Removing intermediate container 2400fa020695 [2020-09-17T08:54:31.548Z] ---> 267bb3282a37 [2020-09-17T08:54:31.548Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-17T08:54:31.548Z] ---> Running in 467ac37ff82c [2020-09-17T08:54:31.548Z] Removing intermediate container 467ac37ff82c [2020-09-17T08:54:31.548Z] ---> d5cec98b47b3 [2020-09-17T08:54:31.548Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-17T08:54:32.507Z] ---> 1a5c0728af66 [2020-09-17T08:54:32.507Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-17T08:54:32.507Z] ---> b62ed21ecd97 [2020-09-17T08:54:32.507Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-17T08:54:32.771Z] ---> 050630d016ae [2020-09-17T08:54:32.771Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-17T08:54:32.771Z] ---> Running in 52cc4a2586ff [2020-09-17T08:54:33.034Z] Removing intermediate container 52cc4a2586ff [2020-09-17T08:54:33.034Z] ---> b9a72f8040fe [2020-09-17T08:54:33.034Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T08:54:33.034Z] ---> Running in 0b04746c7cea [2020-09-17T08:54:33.298Z] Removing intermediate container 0b04746c7cea [2020-09-17T08:54:33.298Z] ---> 733e8aad12f9 [2020-09-17T08:54:33.298Z] Step 20/22 : LABEL arch=amd64 [2020-09-17T08:54:33.298Z] ---> Running in 2f0cae5c73d9 [2020-09-17T08:54:33.298Z] Removing intermediate container 2f0cae5c73d9 [2020-09-17T08:54:33.298Z] ---> e2e8afa1c406 [2020-09-17T08:54:33.298Z] Step 21/22 : LABEL git_sha=836873b83e212c753790857d4db5af1f899cfa04 [2020-09-17T08:54:33.565Z] ---> Running in 9dd15801e7a0 [2020-09-17T08:54:33.565Z] Removing intermediate container 9dd15801e7a0 [2020-09-17T08:54:33.565Z] ---> ce9056983a5b [2020-09-17T08:54:33.565Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T08:54:33.829Z] ---> Running in 84517c677799 [2020-09-17T08:54:33.829Z] Removing intermediate container 84517c677799 [2020-09-17T08:54:33.829Z] ---> 459c0cc367ef [2020-09-17T08:54:33.829Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:54:33.829Z] Successfully built 459c0cc367ef [2020-09-17T08:54:33.829Z] 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-17T08:55:10.434Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-17T08:55:10.434Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.934s coverage: 56.4% of statements [2020-09-17T08:55:10.434Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:55:14.775Z] gofmt -l . [2020-09-17T08:55:14.775Z] [ "`gofmt -l .`" = "" ] [2020-09-17T08:55:14.775Z] ./bin/test-attribution-txt.sh [2020-09-17T08:55:15.384Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T08:55:16.100Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T08:55:17.204Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:55:17.222Z] $ docker stop --time=1 d79673a13de07434acaba887b3e4228345415ea48ed69908fb1b315c2a0f4973 [2020-09-17T08:55:19.719Z] $ docker rm -f d79673a13de07434acaba887b3e4228345415ea48ed69908fb1b315c2a0f4973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:55:21.331Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:55:21.739Z] + ls -al . [2020-09-17T08:55:21.739Z] total 136 [2020-09-17T08:55:21.739Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:55 . [2020-09-17T08:55:21.739Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 08:52 .. [2020-09-17T08:55:21.739Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:52 .git [2020-09-17T08:55:21.739Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:52 .github [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 17 08:52 .gitignore [2020-09-17T08:55:21.739Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:52 .semver [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 17 08:52 Attribution.txt [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 17 08:52 Dockerfile [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 17 08:52 Dockerfile.build [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 17 08:52 Jenkinsfile [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 08:52 LICENSE [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 17 08:52 Makefile [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 17 08:52 README.md [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 08:50 VERSION [2020-09-17T08:55:21.739Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:52 bin [2020-09-17T08:55:21.739Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:52 cmd [2020-09-17T08:55:21.739Z] -rw-r--r-- 1 jenkins jenkins 29142 Sep 17 08:55 coverage.out [2020-09-17T08:55:21.739Z] -rw-r--r-- 1 jenkins jenkins 855 Sep 17 08:55 go.mod [2020-09-17T08:55:21.739Z] -rw-r--r-- 1 jenkins jenkins 14894 Sep 17 08:55 go.sum [2020-09-17T08:55:21.739Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:52 internal [2020-09-17T08:55:21.739Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 17 08:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:55:22.123Z] + 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=836873b83e212c753790857d4db5af1f899cfa04 --label arch=arm64 --label version=0.0.0 . [2020-09-17T08:55:22.403Z] Sending build context to Docker daemon 585.2kB [2020-09-17T08:55:22.690Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T08:55:22.690Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T08:55:22.690Z] ---> 9ef50e73d818 [2020-09-17T08:55:22.690Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T08:55:22.690Z] ---> Running in 771b52c24e4d [2020-09-17T08:55:23.291Z] Removing intermediate container 771b52c24e4d [2020-09-17T08:55:23.291Z] ---> c0dff736f120 [2020-09-17T08:55:23.291Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:55:23.291Z] ---> Running in f98c925dc502 [2020-09-17T08:55:23.887Z] Removing intermediate container f98c925dc502 [2020-09-17T08:55:23.887Z] ---> ba319ecbc6ed [2020-09-17T08:55:23.887Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-17T08:55:23.887Z] ---> Running in 5d5725caf682 [2020-09-17T08:55:24.480Z] Removing intermediate container 5d5725caf682 [2020-09-17T08:55:24.480Z] ---> 52f3f6faf3d1 [2020-09-17T08:55:24.480Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:55:24.480Z] ---> Running in 3e5d75e151c6 [2020-09-17T08:55:27.104Z] Removing intermediate container 3e5d75e151c6 [2020-09-17T08:55:27.104Z] ---> 196b0850f3b1 [2020-09-17T08:55:27.104Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:55:27.378Z] ---> Running in 26f72a7f3993 [2020-09-17T08:55:29.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:55:29.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T08:55:30.940Z] OK: 221 MiB in 53 packages [2020-09-17T08:55:31.918Z] Removing intermediate container 26f72a7f3993 [2020-09-17T08:55:31.918Z] ---> 67ef53b0c72b [2020-09-17T08:55:31.918Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-17T08:55:32.192Z] ---> Running in 1f3fc93a844d [2020-09-17T08:55:32.791Z] Removing intermediate container 1f3fc93a844d [2020-09-17T08:55:32.791Z] ---> cfefc852ebd0 [2020-09-17T08:55:32.791Z] Step 9/22 : COPY . . [2020-09-17T08:55:33.779Z] ---> 3f9d9c4778ae [2020-09-17T08:55:33.779Z] Step 10/22 : ARG MAKE='make build' [2020-09-17T08:55:33.779Z] ---> Running in 27e61f9b77a7 [2020-09-17T08:55:34.380Z] Removing intermediate container 27e61f9b77a7 [2020-09-17T08:55:34.380Z] ---> 340615581b9f [2020-09-17T08:55:34.380Z] Step 11/22 : RUN $MAKE [2020-09-17T08:55:34.380Z] ---> Running in c551a317e968 [2020-09-17T08:55:36.366Z] 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-17T08:56:15.439Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:56:25.613Z] Removing intermediate container c551a317e968 [2020-09-17T08:56:25.613Z] ---> 5e25496594ac [2020-09-17T08:56:25.613Z] Step 12/22 : FROM alpine [2020-09-17T08:56:25.613Z] latest: Pulling from library/alpine [2020-09-17T08:56:25.613Z] b538f80385f9: Already exists [2020-09-17T08:56:25.613Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:56:25.613Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:56:25.613Z] ---> 62ee0e9f8440 [2020-09-17T08:56:25.613Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-17T08:56:25.613Z] ---> Running in 7792d3a6c9e2 [2020-09-17T08:56:25.886Z] Removing intermediate container 7792d3a6c9e2 [2020-09-17T08:56:25.886Z] ---> 5aaeb0aa66a6 [2020-09-17T08:56:25.886Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-17T08:56:26.157Z] ---> Running in a195ec794885 [2020-09-17T08:56:26.753Z] Removing intermediate container a195ec794885 [2020-09-17T08:56:26.753Z] ---> c471341db834 [2020-09-17T08:56:26.753Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-17T08:56:28.734Z] ---> b60d30240c00 [2020-09-17T08:56:28.734Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-17T08:56:29.716Z] ---> f586dcd1b730 [2020-09-17T08:56:29.716Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-17T08:56:30.311Z] ---> 4251c1c32102 [2020-09-17T08:56:30.311Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-17T08:56:30.586Z] ---> Running in 4915a6ec4eb6 [2020-09-17T08:56:30.858Z] Removing intermediate container 4915a6ec4eb6 [2020-09-17T08:56:30.858Z] ---> 9d9e23b3d82c [2020-09-17T08:56:30.858Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T08:56:31.129Z] ---> Running in e050f5de9363 [2020-09-17T08:56:31.401Z] Removing intermediate container e050f5de9363 [2020-09-17T08:56:31.401Z] ---> c714db02a4e6 [2020-09-17T08:56:31.401Z] Step 20/22 : LABEL arch=arm64 [2020-09-17T08:56:31.674Z] ---> Running in 1255feabe797 [2020-09-17T08:56:31.949Z] Removing intermediate container 1255feabe797 [2020-09-17T08:56:31.949Z] ---> 51b4b14b208f [2020-09-17T08:56:31.949Z] Step 21/22 : LABEL git_sha=836873b83e212c753790857d4db5af1f899cfa04 [2020-09-17T08:56:32.227Z] ---> Running in 7666600b8b8a [2020-09-17T08:56:32.823Z] Removing intermediate container 7666600b8b8a [2020-09-17T08:56:32.823Z] ---> 08863a77c5ad [2020-09-17T08:56:32.823Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T08:56:32.823Z] ---> Running in 819173a16081 [2020-09-17T08:56:33.415Z] Removing intermediate container 819173a16081 [2020-09-17T08:56:33.415Z] ---> fb866da36fd7 [2020-09-17T08:56:33.415Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:56:33.415Z] Successfully built fb866da36fd7 [2020-09-17T08:56:33.415Z] 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-17T08:56:35.935Z] provisioning config files... [2020-09-17T08:56:35.958Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-129@tmp/config5381315449119260068tmp [Pipeline] { [Pipeline] sh [2020-09-17T08:56:36.375Z] + curl -s https://codecov.io/bash [2020-09-17T08:56:36.375Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-129@tmp/config5381315449119260068tmp [Pipeline] } [2020-09-17T08:56:36.649Z] 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-17T08:56:38.814Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:56:39.483Z] ---> package-listing.sh [2020-09-17T08:56:39.483Z] ++ facter osfamily [2020-09-17T08:56:39.483Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T08:56:39.483Z] + OS_FAMILY=redhat [2020-09-17T08:56:39.483Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-129 [2020-09-17T08:56:39.483Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T08:56:39.483Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T08:56:39.483Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T08:56:39.483Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T08:56:39.483Z] + '[' /w/workspace/foundry_device-virtual-go_PR-129 ']' [2020-09-17T08:56:39.483Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T08:56:39.483Z] + case "${OS_FAMILY}" in [2020-09-17T08:56:39.483Z] + rpm -qa [2020-09-17T08:56:39.483Z] + sort [2020-09-17T08:56:43.755Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T08:56:43.755Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T08:56:43.755Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T08:56:43.755Z] + '[' /w/workspace/foundry_device-virtual-go_PR-129 ']' [2020-09-17T08:56:43.755Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-129/archives/ [2020-09-17T08:56:43.755Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-129/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:56:44.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:56:44.877Z] [2020-09-17T08:56:44.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:56:45.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:56:45.245Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T08:56:45.245Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:56:45.245Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T08:56:45.245Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T08:56:45.245Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T08:56:45.245Z] 0dadc02b9964: Pulling fs layer [2020-09-17T08:56:45.245Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T08:56:45.245Z] 7a184a31f384: Pulling fs layer [2020-09-17T08:56:45.245Z] 0879bd2ef858: Pulling fs layer [2020-09-17T08:56:45.245Z] 0dadc02b9964: Waiting [2020-09-17T08:56:45.245Z] ce6a7cf60c04: Waiting [2020-09-17T08:56:45.245Z] 7a184a31f384: Waiting [2020-09-17T08:56:45.245Z] 0879bd2ef858: Waiting [2020-09-17T08:56:45.245Z] 46f8f816bc3b: Waiting [2020-09-17T08:56:45.536Z] 36b3adc4ff6f: Download complete [2020-09-17T08:56:45.536Z] 46f8f816bc3b: Download complete [2020-09-17T08:56:45.820Z] df20fa9351a1: Verifying Checksum [2020-09-17T08:56:45.820Z] df20fa9351a1: Download complete [2020-09-17T08:56:45.820Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T08:56:45.820Z] ce6a7cf60c04: Download complete [2020-09-17T08:56:45.820Z] 7a184a31f384: Verifying Checksum [2020-09-17T08:56:45.820Z] 7a184a31f384: Download complete [2020-09-17T08:56:45.820Z] 0dadc02b9964: Verifying Checksum [2020-09-17T08:56:45.820Z] 0dadc02b9964: Download complete [2020-09-17T08:56:46.468Z] df20fa9351a1: Pull complete [2020-09-17T08:56:46.468Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T08:56:46.468Z] 8ad3a11d3b57: Download complete [2020-09-17T08:56:46.468Z] 36b3adc4ff6f: Pull complete [2020-09-17T08:56:47.510Z] 8ad3a11d3b57: Pull complete [2020-09-17T08:56:47.510Z] 0879bd2ef858: Verifying Checksum [2020-09-17T08:56:47.510Z] 0879bd2ef858: Download complete [2020-09-17T08:56:48.916Z] 46f8f816bc3b: Pull complete [2020-09-17T08:56:48.916Z] 0dadc02b9964: Pull complete [2020-09-17T08:56:49.189Z] ce6a7cf60c04: Pull complete [2020-09-17T08:56:49.478Z] 7a184a31f384: Pull complete [2020-09-17T08:56:55.043Z] 0879bd2ef858: Pull complete [2020-09-17T08:56:55.043Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T08:56:55.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:56:55.043Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T08:56:55.256Z] prd-centos7-docker-4c-2g-148 does not seem to be running inside a container [2020-09-17T08:56:55.324Z] $ 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-129 -v /w/workspace/foundry_device-virtual-go_PR-129:/w/workspace/foundry_device-virtual-go_PR-129:rw,z -v /w/workspace/foundry_device-virtual-go_PR-129@tmp:/w/workspace/foundry_device-virtual-go_PR-129@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T08:56:58.334Z] $ docker top 989163e4e8f2149f7d7c4bb7847fbc5999e3586d5ef100f22411ba6af009b396 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:56:59.132Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T08:56:59.949Z] + ls /var/log/sa-host [2020-09-17T08:56:59.949Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T08:56:59.949Z] file_magic: OK [2020-09-17T08:56:59.949Z] HZ: Using current value: 100 [2020-09-17T08:56:59.949Z] file_header: OK [2020-09-17T08:56:59.949Z] 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-17T08:56:59.949Z] Statistics: [2020-09-17T08:56:59.949Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:56:59.949Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T08:56:59.949Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T08:56:59.949Z] file_magic: OK [2020-09-17T08:56:59.949Z] HZ: Using current value: 100 [2020-09-17T08:56:59.949Z] file_header: OK [2020-09-17T08:56:59.949Z] 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-17T08:56:59.949Z] Statistics: [2020-09-17T08:56:59.949Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:56:59.949Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T08:57:00.017Z] provisioning config files... [2020-09-17T08:57:00.033Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-129@tmp/config8934023811037563072tmp [Pipeline] { [Pipeline] echo [2020-09-17T08:57:00.168Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:57:00.483Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T08:57:00.508Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:57:00.835Z] ---> logs-deploy.sh [2020-09-17T08:57:00.835Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-129/2 [2020-09-17T08:57:00.835Z] INFO: archiving workspace using pattern(s): [2020-09-17T08:57:02.806Z] Archives upload complete. [2020-09-17T08:57:02.806Z] INFO: archiving logs to Nexus