Pull request #129 opened 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 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 Obtained Jenkinsfile from fe74ae7deaa8fb351afcf006bcbaede29a7488e6 ‘Jenkinsfile’ has been modified in an untrusted revision Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-129/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-119 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 > 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 Fetching without tags Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 Merge succeeded, producing 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 Checking out Revision 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 (PR-129) > 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 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # 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 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 Commit message: "build: upgrade to use Go1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T08:05:55.982Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T08:05:56.361Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T08:05:56.610Z] ========================================================= [2020-09-17T08:05:56.610Z] EdgeX Global Pipelines Version Info [2020-09-17T08:05:56.610Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:05:58.109Z] ------------------- [2020-09-17T08:05:58.109Z] stable info: [2020-09-17T08:05:58.109Z] ------------------- [2020-09-17T08:05:58.109Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T08:05:58.109Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T08:05:58.109Z] Message: update stable to v1.0.122 [2020-09-17T08:05:59.059Z] ------------------- [2020-09-17T08:05:59.059Z] experimental info: [2020-09-17T08:05:59.059Z] ------------------- [2020-09-17T08:05:59.059Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T08:05:59.059Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T08:05:59.059Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T08:05:59.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-17T08:05:59.775Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-17T08:05:59.927Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T08:06:00.077Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T08:06:00.298Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T08:06:00.456Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-17T08:06:00.618Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T08:06:00.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-17T08:06:00.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T08:06:01.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T08:06:01.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T08:06:01.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-17T08:06:01.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T08:06:01.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T08:06:01.837Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:06:01.986Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:06:02.126Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:06:02.264Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:06:02.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T08:06:02.612Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T08:06:02.757Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T08:06:02.905Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T08:06:03.037Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-129 [Pipeline] echo [2020-09-17T08:06:03.169Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-129 [Pipeline] echo [2020-09-17T08:06:03.302Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-129 [Pipeline] echo [2020-09-17T08:06:03.441Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [Pipeline] echo [2020-09-17T08:06:03.585Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f571ab [Pipeline] echo [2020-09-17T08:06:03.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:06:04.555Z] + git log --format=format:%s -1 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [Pipeline] echo [2020-09-17T08:06:04.651Z] GIT_COMMIT: 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4, Commit Message: build: upgrade to use Go1.15 [Pipeline] echo [2020-09-17T08:06:04.729Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:06:05.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:06:06.141Z] [2020-09-17T08:06:06.141Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:06:06.530Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:06:06.530Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T08:06:06.530Z] 31603596830f: Pulling fs layer [2020-09-17T08:06:06.530Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T08:06:06.530Z] 6ca5941a6612: Pulling fs layer [2020-09-17T08:06:06.530Z] ecc8261a40a4: Pulling fs layer [2020-09-17T08:06:06.530Z] ecc8261a40a4: Waiting [2020-09-17T08:06:06.530Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T08:06:06.530Z] 2a8b12db71e7: Download complete [2020-09-17T08:06:06.798Z] 31603596830f: Verifying Checksum [2020-09-17T08:06:06.798Z] 31603596830f: Download complete [2020-09-17T08:06:06.798Z] ecc8261a40a4: Verifying Checksum [2020-09-17T08:06:06.798Z] ecc8261a40a4: Download complete [2020-09-17T08:06:06.798Z] 6ca5941a6612: Verifying Checksum [2020-09-17T08:06:06.798Z] 6ca5941a6612: Download complete [2020-09-17T08:06:07.062Z] 31603596830f: Pull complete [2020-09-17T08:06:07.062Z] 2a8b12db71e7: Pull complete [2020-09-17T08:06:08.010Z] 6ca5941a6612: Pull complete [2020-09-17T08:06:08.271Z] ecc8261a40a4: Pull complete [2020-09-17T08:06:08.271Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T08:06:08.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:06:08.271Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T08:06:08.400Z] prd-centos7-docker-4c-2g-119 does not seem to be running inside a container [2020-09-17T08:06:08.448Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T08:06:10.489Z] $ docker top 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T08:06:10.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:06:10.868Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:06:11.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:06:11.144Z] $ docker exec 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent [2020-09-17T08:06:11.309Z] SSH_AUTH_SOCK=/tmp/ssh-jSVjZ8utY4TM/agent.11 [2020-09-17T08:06:11.309Z] SSH_AGENT_PID=16 [2020-09-17T08:06:11.319Z] Running ssh-add (command line suppressed) [2020-09-17T08:06:11.433Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_7231120406919071800.key (/w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_7231120406919071800.key) [2020-09-17T08:06:11.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:06:11.867Z] + git describe --exact-match --tags HEAD [2020-09-17T08:06:11.867Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T08:06:11.909Z] $ docker exec --env ******** --env ******** 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent -k [2020-09-17T08:06:12.019Z] unset SSH_AUTH_SOCK; [2020-09-17T08:06:12.020Z] unset SSH_AGENT_PID; [2020-09-17T08:06:12.020Z] echo Agent pid 16 killed; [2020-09-17T08:06:12.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T08:06:12.217Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T08:06:12.217Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T08:06:12.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:06:12.356Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:06:12.520Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:06:12.525Z] $ docker exec 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent [2020-09-17T08:06:12.677Z] SSH_AUTH_SOCK=/tmp/ssh-1gmlmHDYx0Ra/agent.44 [2020-09-17T08:06:12.677Z] SSH_AGENT_PID=50 [2020-09-17T08:06:12.683Z] Running ssh-add (command line suppressed) [2020-09-17T08:06:12.801Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_4256349518234350397.key (/w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_4256349518234350397.key) [2020-09-17T08:06:12.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:06:13.231Z] + git semver init [2020-09-17T08:06:13.231Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T08:06:13.231Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-129/.git [2020-09-17T08:06:13.231Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-129 [2020-09-17T08:06:13.231Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T08:06:13.231Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T08:06:13.231Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T08:06:13.231Z] # $SEMVER_BRANCH = PR-129 [2020-09-17T08:06:13.231Z] # $SEMVER_TEMP = /tmp/semver-707309651 [2020-09-17T08:06:13.231Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-17T08:06:13.494Z] # '/tmp/semver-707309651' -> '/w/workspace/foundry_device-virtual-go_PR-129/.semver' [2020-09-17T08:06:13.495Z] # -> Force: false [2020-09-17T08:06:13.495Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-129/.semver [Pipeline] } [2020-09-17T08:06:13.517Z] $ docker exec --env ******** --env ******** 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent -k [2020-09-17T08:06:13.638Z] unset SSH_AUTH_SOCK; [2020-09-17T08:06:13.639Z] unset SSH_AGENT_PID; [2020-09-17T08:06:13.639Z] echo Agent pid 50 killed; [2020-09-17T08:06:13.683Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T08:06:14.294Z] + git semver [Pipeline] } [2020-09-17T08:06:14.328Z] $ docker stop --time=1 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be [2020-09-17T08:06:15.666Z] $ docker rm -f 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T08:06:16.433Z] Stashed 26 file(s) [Pipeline] echo [2020-09-17T08:06:16.456Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T08:06:16.584Z] 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:06:32.598Z] Still waiting to schedule task [2020-09-17T08:06:32.598Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-119’ [2020-09-17T08:06:32.623Z] Still waiting to schedule task [2020-09-17T08:06:32.623Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-17T08:08:26.361Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-120 in /w/workspace/foundry_device-virtual-go_PR-129 [Pipeline] { [Pipeline] ws [2020-09-17T08:08:26.484Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T08:08:32.297Z] using credential edgex-jenkins-ssh [2020-09-17T08:08:32.395Z] Cloning the remote Git repository [2020-09-17T08:08:32.395Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:08:32.462Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:08:32.578Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-09-17T08:08:32.649Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:08:32.650Z] > git --version # timeout=10 [2020-09-17T08:08:32.677Z] > git --version # 'git version 2.17.1' [2020-09-17T08:08:32.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:08:32.770Z] > 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:08:33.560Z] Fetching without tags [2020-09-17T08:08:34.076Z] Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [2020-09-17T08:08:34.460Z] Merge succeeded, producing 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [2020-09-17T08:08:34.461Z] Checking out Revision 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 (PR-129) [2020-09-17T08:08:33.483Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:08:33.498Z] > git config --add remote.origin.fetch +refs/pull/129/head:refs/remotes/origin/PR-129 # timeout=10 [2020-09-17T08:08:33.514Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:08:33.546Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:08:33.576Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:08:33.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:08:33.590Z] > 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:08:34.108Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:08:34.131Z] > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 [2020-09-17T08:08:34.229Z] > git remote # timeout=10 [2020-09-17T08:08:34.250Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:08:34.350Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:08:34.370Z] > git merge fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 [2020-09-17T08:08:34.406Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:08:34.477Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:08:34.505Z] > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 [2020-09-17T08:08:38.927Z] Commit message: "build: upgrade to use Go1.15" [2020-09-17T08:08:38.981Z] > git --version # timeout=10 [2020-09-17T08:08:39.002Z] > git --version # 'git version 2.17.1' [2020-09-17T08:08:39.016Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T08:08:40.615Z] ========================================================= [2020-09-17T08:08:40.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-17T08:08:40.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:08:41.756Z] + 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:08:42.802Z] Sending build context to Docker daemon 540.7kB [2020-09-17T08:08:42.802Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T08:08:42.802Z] Step 2/8 : FROM ${BASE} [2020-09-17T08:08:43.085Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T08:08:43.085Z] b538f80385f9: Pulling fs layer [2020-09-17T08:08:43.085Z] 74f711af9a0d: Pulling fs layer [2020-09-17T08:08:43.085Z] 99f96fe45779: Pulling fs layer [2020-09-17T08:08:43.085Z] fd7a069fd194: Pulling fs layer [2020-09-17T08:08:43.085Z] 66aa3694b03b: Pulling fs layer [2020-09-17T08:08:43.085Z] 170f70906a0f: Pulling fs layer [2020-09-17T08:08:43.085Z] ad7c5574e4b9: Pulling fs layer [2020-09-17T08:08:43.085Z] e772456be8f7: Pulling fs layer [2020-09-17T08:08:43.085Z] c890913d741a: Pulling fs layer [2020-09-17T08:08:43.085Z] 2480fcc9aa5a: Pulling fs layer [2020-09-17T08:08:43.085Z] 09adf4765672: Pulling fs layer [2020-09-17T08:08:43.085Z] fd7a069fd194: Waiting [2020-09-17T08:08:43.085Z] 66aa3694b03b: Waiting [2020-09-17T08:08:43.085Z] 170f70906a0f: Waiting [2020-09-17T08:08:43.085Z] ad7c5574e4b9: Waiting [2020-09-17T08:08:43.085Z] e772456be8f7: Waiting [2020-09-17T08:08:43.085Z] c890913d741a: Waiting [2020-09-17T08:08:43.085Z] 2480fcc9aa5a: Waiting [2020-09-17T08:08:43.085Z] 09adf4765672: Waiting [2020-09-17T08:08:43.085Z] 99f96fe45779: Verifying Checksum [2020-09-17T08:08:43.085Z] 99f96fe45779: Download complete [2020-09-17T08:08:43.085Z] 74f711af9a0d: Verifying Checksum [2020-09-17T08:08:43.085Z] 74f711af9a0d: Download complete [2020-09-17T08:08:43.085Z] 66aa3694b03b: Download complete [2020-09-17T08:08:43.695Z] 170f70906a0f: Verifying Checksum [2020-09-17T08:08:43.695Z] 170f70906a0f: Download complete [2020-09-17T08:08:43.974Z] b538f80385f9: Download complete [2020-09-17T08:08:44.610Z] b538f80385f9: Pull complete [2020-09-17T08:08:45.245Z] 74f711af9a0d: Pull complete [2020-09-17T08:08:45.542Z] 99f96fe45779: Pull complete [2020-09-17T08:08:48.259Z] ad7c5574e4b9: Verifying Checksum [2020-09-17T08:08:48.259Z] ad7c5574e4b9: Download complete [2020-09-17T08:08:48.259Z] c890913d741a: Verifying Checksum [2020-09-17T08:08:48.259Z] c890913d741a: Download complete [2020-09-17T08:08:50.319Z] 2480fcc9aa5a: Verifying Checksum [2020-09-17T08:08:50.319Z] 2480fcc9aa5a: Download complete [2020-09-17T08:08:50.319Z] 09adf4765672: Download complete [2020-09-17T08:08:51.355Z] e772456be8f7: Verifying Checksum [2020-09-17T08:08:51.355Z] e772456be8f7: Download complete [2020-09-17T08:08:51.633Z] fd7a069fd194: Verifying Checksum [2020-09-17T08:08:51.633Z] fd7a069fd194: Download complete [2020-09-17T08:09:04.138Z] fd7a069fd194: Pull complete [2020-09-17T08:09:04.138Z] 66aa3694b03b: Pull complete [2020-09-17T08:09:04.138Z] 170f70906a0f: Pull complete [2020-09-17T08:09:07.547Z] ad7c5574e4b9: Pull complete [2020-09-17T08:09:11.012Z] Running on prd-centos7-docker-4c-2g-121 in /w/workspace/foundry_device-virtual-go_PR-129 [Pipeline] { [Pipeline] ws [2020-09-17T08:09:11.106Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T08:09:11.918Z] e772456be8f7: Pull complete [2020-09-17T08:09:11.918Z] c890913d741a: Pull complete [2020-09-17T08:09:13.625Z] using credential edgex-jenkins-ssh [2020-09-17T08:09:13.676Z] Cloning the remote Git repository [2020-09-17T08:09:13.676Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:09:14.306Z] Fetching without tags [2020-09-17T08:09:13.645Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:09:13.712Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2020-09-17T08:09:13.754Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:09:13.754Z] > git --version # timeout=10 [2020-09-17T08:09:13.759Z] > git --version # 'git version 2.16.5' [2020-09-17T08:09:13.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:09:13.785Z] > 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:09:14.273Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:09:14.277Z] > git config --add remote.origin.fetch +refs/pull/129/head:refs/remotes/origin/PR-129 # timeout=10 [2020-09-17T08:09:14.285Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:09:14.295Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-17T08:09:14.306Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-17T08:09:14.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:09:14.310Z] > 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:09:14.554Z] 2480fcc9aa5a: Pull complete [2020-09-17T08:09:14.554Z] 09adf4765672: Pull complete [2020-09-17T08:09:14.554Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-17T08:09:14.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-17T08:09:14.554Z] ---> 2248a725d1cf [2020-09-17T08:09:14.554Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T08:09:14.707Z] Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [2020-09-17T08:09:14.774Z] Merge succeeded, producing 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [2020-09-17T08:09:14.775Z] Checking out Revision 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 (PR-129) [2020-09-17T08:09:14.717Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:09:14.722Z] > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 [2020-09-17T08:09:14.749Z] > git remote # timeout=10 [2020-09-17T08:09:14.753Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:09:14.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:09:14.763Z] > git merge fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 [2020-09-17T08:09:14.771Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:09:14.778Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:09:14.782Z] > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 [2020-09-17T08:09:18.322Z] Commit message: "build: upgrade to use Go1.15" [2020-09-17T08:09:18.348Z] > git --version # timeout=10 [2020-09-17T08:09:18.352Z] > git --version # 'git version 2.16.5' [2020-09-17T08:09:18.358Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-17T08:09:18.880Z] ---> Running in e30b33db11a6 [2020-09-17T08:09:18.880Z] Removing intermediate container e30b33db11a6 [2020-09-17T08:09:18.880Z] ---> 27413fceef87 [2020-09-17T08:09:18.880Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-09-17T08:09:19.153Z] ---> Running in 3892d77803ff [Pipeline] unstash [Pipeline] echo [2020-09-17T08:09:19.333Z] ========================================================= [2020-09-17T08:09:19.333Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-17T08:09:19.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:09:19.976Z] + 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:09:20.239Z] Sending build context to Docker daemon 540.7kB [2020-09-17T08:09:20.239Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T08:09:20.239Z] Step 2/8 : FROM ${BASE} [2020-09-17T08:09:20.239Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T08:09:20.239Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:09:20.239Z] ed8968b2872e: Pulling fs layer [2020-09-17T08:09:20.239Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T08:09:20.239Z] 2dd03ba5bac4: Pulling fs layer [2020-09-17T08:09:20.239Z] 1e091d79d1de: Pulling fs layer [2020-09-17T08:09:20.239Z] 481702a1767f: Pulling fs layer [2020-09-17T08:09:20.239Z] f64a6f60c768: Pulling fs layer [2020-09-17T08:09:20.239Z] e78d2573fc39: Pulling fs layer [2020-09-17T08:09:20.239Z] e876d2f968b6: Pulling fs layer [2020-09-17T08:09:20.239Z] ce8a83651883: Pulling fs layer [2020-09-17T08:09:20.239Z] 07967f4d0e4b: Pulling fs layer [2020-09-17T08:09:20.239Z] 481702a1767f: Waiting [2020-09-17T08:09:20.239Z] f64a6f60c768: Waiting [2020-09-17T08:09:20.239Z] e78d2573fc39: Waiting [2020-09-17T08:09:20.239Z] e876d2f968b6: Waiting [2020-09-17T08:09:20.239Z] ce8a83651883: Waiting [2020-09-17T08:09:20.239Z] 07967f4d0e4b: Waiting [2020-09-17T08:09:20.239Z] 2dd03ba5bac4: Waiting [2020-09-17T08:09:20.239Z] 1e091d79d1de: Waiting [2020-09-17T08:09:20.239Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T08:09:20.239Z] ed8968b2872e: Download complete [2020-09-17T08:09:20.239Z] 1e091d79d1de: Download complete [2020-09-17T08:09:20.239Z] 481702a1767f: Verifying Checksum [2020-09-17T08:09:20.239Z] 481702a1767f: Download complete [2020-09-17T08:09:20.239Z] df20fa9351a1: Download complete [2020-09-17T08:09:20.505Z] df20fa9351a1: Pull complete [2020-09-17T08:09:20.767Z] ed8968b2872e: Pull complete [2020-09-17T08:09:20.767Z] a92cc7c5fd73: Pull complete [2020-09-17T08:09:21.784Z] Removing intermediate container 3892d77803ff [2020-09-17T08:09:21.784Z] ---> dd4e0d216b0f [2020-09-17T08:09:21.784Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T08:09:21.784Z] ---> Running in fde9d071ffa6 [2020-09-17T08:09:23.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:09:23.316Z] f64a6f60c768: Verifying Checksum [2020-09-17T08:09:23.316Z] f64a6f60c768: Download complete [2020-09-17T08:09:23.316Z] e876d2f968b6: Verifying Checksum [2020-09-17T08:09:23.316Z] e876d2f968b6: Download complete [2020-09-17T08:09:24.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T08:09:25.245Z] e78d2573fc39: Verifying Checksum [2020-09-17T08:09:25.245Z] e78d2573fc39: Download complete [2020-09-17T08:09:25.245Z] 07967f4d0e4b: Verifying Checksum [2020-09-17T08:09:25.245Z] 07967f4d0e4b: Download complete [2020-09-17T08:09:25.245Z] ce8a83651883: Verifying Checksum [2020-09-17T08:09:25.245Z] ce8a83651883: Download complete [2020-09-17T08:09:25.245Z] 2dd03ba5bac4: Verifying Checksum [2020-09-17T08:09:25.245Z] 2dd03ba5bac4: Download complete [2020-09-17T08:09:26.166Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T08:09:26.761Z] (2/14) Installing file (5.38-r0) [2020-09-17T08:09:26.761Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T08:09:27.033Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T08:09:30.563Z] 2dd03ba5bac4: Pull complete [2020-09-17T08:09:30.563Z] 1e091d79d1de: Pull complete [2020-09-17T08:09:30.563Z] 481702a1767f: Pull complete [2020-09-17T08:09:34.775Z] f64a6f60c768: Pull complete [2020-09-17T08:09:37.157Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T08:09:37.157Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T08:09:37.157Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T08:09:37.157Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T08:09:37.157Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T08:09:37.157Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T08:09:37.749Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T08:09:37.749Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T08:09:37.749Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T08:09:38.021Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T08:09:38.095Z] e78d2573fc39: Pull complete [2020-09-17T08:09:38.095Z] e876d2f968b6: Pull complete [2020-09-17T08:09:38.305Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T08:09:38.305Z] OK: 221 MiB in 53 packages [2020-09-17T08:09:39.038Z] ce8a83651883: Pull complete [2020-09-17T08:09:39.038Z] 07967f4d0e4b: Pull complete [2020-09-17T08:09:39.038Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-17T08:09:39.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-17T08:09:39.038Z] ---> 5d7c900382c6 [2020-09-17T08:09:39.038Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T08:09:39.981Z] ---> Running in c493cee2e0f2 [2020-09-17T08:09:39.981Z] Removing intermediate container c493cee2e0f2 [2020-09-17T08:09:39.981Z] ---> 0c0a81cc087e [2020-09-17T08:09:39.981Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:09:39.981Z] ---> Running in d77f856a1efe [2020-09-17T08:09:41.373Z] Removing intermediate container d77f856a1efe [2020-09-17T08:09:41.373Z] ---> f223aae1607f [2020-09-17T08:09:41.373Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T08:09:41.373Z] ---> Running in 7edcac82d033 [2020-09-17T08:09:41.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:09:42.625Z] Removing intermediate container fde9d071ffa6 [2020-09-17T08:09:42.625Z] ---> 592344beb811 [2020-09-17T08:09:42.625Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T08:09:42.625Z] ---> Running in af29c96f99bf [2020-09-17T08:09:42.891Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:09:42.907Z] Removing intermediate container af29c96f99bf [2020-09-17T08:09:42.907Z] ---> 814d07bbde2d [2020-09-17T08:09:42.907Z] Step 7/8 : COPY . . [2020-09-17T08:09:43.155Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T08:09:43.415Z] (2/14) Installing file (5.38-r0) [2020-09-17T08:09:43.415Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T08:09:43.677Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T08:09:43.889Z] ---> ea902dedc448 [2020-09-17T08:09:43.890Z] Step 8/8 : RUN go mod download [2020-09-17T08:09:44.172Z] ---> Running in 53591b229d6a [2020-09-17T08:09:46.790Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-17T08:09:46.790Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T08:09:46.790Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-17T08:09:46.982Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T08:09:46.983Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T08:09:46.983Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T08:09:46.983Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T08:09:46.983Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T08:09:46.983Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T08:09:47.067Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T08:09:47.067Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-17T08:09:47.067Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-17T08:09:47.067Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T08:09:47.067Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-17T08:09:47.067Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T08:09:47.067Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T08:09:47.067Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T08:09:47.067Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T08:09:47.244Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T08:09:47.337Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T08:09:47.337Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T08:09:47.337Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-09-17T08:09:47.337Z] go: finding github.com/fatih/color v1.7.0 [2020-09-17T08:09:47.337Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T08:09:47.337Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-17T08:09:47.337Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T08:09:47.337Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-17T08:09:47.337Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-17T08:09:47.505Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T08:09:47.505Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T08:09:47.608Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-17T08:09:47.608Z] go: finding github.com/google/uuid v1.1.0 [2020-09-17T08:09:47.608Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-17T08:09:47.608Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T08:09:47.766Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T08:09:47.766Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T08:09:47.766Z] OK: 237 MiB in 53 packages [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-17T08:09:47.879Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-17T08:09:47.879Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-17T08:09:47.879Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-17T08:09:48.151Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-17T08:09:48.151Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-17T08:09:48.151Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T08:09:48.422Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T08:09:48.422Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-17T08:09:48.422Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-17T08:09:48.422Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-17T08:09:48.422Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-17T08:09:48.422Z] go: finding github.com/posener/complete v1.1.1 [2020-09-17T08:09:48.422Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-09-17T08:09:48.422Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-17T08:09:48.422Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-17T08:09:48.422Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-17T08:09:48.693Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-17T08:09:48.693Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-17T08:09:48.693Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-17T08:09:48.693Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-17T08:09:48.693Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-17T08:09:48.693Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-17T08:09:48.693Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-09-17T08:09:48.693Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-17T08:09:48.693Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-17T08:09:48.965Z] go: finding modernc.org/b v1.0.0 [2020-09-17T08:09:48.965Z] go: finding modernc.org/db v1.0.0 [2020-09-17T08:09:48.965Z] go: finding modernc.org/file v1.0.0 [2020-09-17T08:09:48.965Z] go: finding modernc.org/fileutil v1.0.0 [2020-09-17T08:09:48.965Z] go: finding modernc.org/golex v1.0.0 [2020-09-17T08:09:48.965Z] go: finding modernc.org/internal v1.0.0 [2020-09-17T08:09:48.965Z] go: finding modernc.org/lldb v1.0.0 [2020-09-17T08:09:48.965Z] go: finding modernc.org/mathutil v1.0.0 [2020-09-17T08:09:49.238Z] go: finding modernc.org/ql v1.0.0 [2020-09-17T08:09:49.238Z] go: finding modernc.org/sortutil v1.0.0 [2020-09-17T08:09:49.238Z] go: finding modernc.org/strutil v1.0.0 [2020-09-17T08:09:49.238Z] go: finding modernc.org/zappy v1.0.0 [2020-09-17T08:09:50.317Z] Removing intermediate container 7edcac82d033 [2020-09-17T08:09:50.317Z] ---> 458e5bc0c104 [2020-09-17T08:09:50.317Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-17T08:09:50.578Z] ---> Running in 93ad7bb599ad [2020-09-17T08:09:50.578Z] Removing intermediate container 93ad7bb599ad [2020-09-17T08:09:50.578Z] ---> e809ed22c5e2 [2020-09-17T08:09:50.578Z] Step 7/8 : COPY . . [2020-09-17T08:09:51.158Z] ---> d31b257c00bd [2020-09-17T08:09:51.158Z] Step 8/8 : RUN go mod download [2020-09-17T08:09:51.158Z] ---> Running in 41dfa088de52 [2020-09-17T08:09:53.074Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-17T08:09:53.074Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T08:09:53.074Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-17T08:09:53.074Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T08:09:53.074Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-17T08:09:53.074Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-17T08:09:53.074Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T08:09:53.074Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-17T08:09:53.074Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T08:09:53.074Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T08:09:53.335Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T08:09:53.335Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T08:09:53.335Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T08:09:53.335Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T08:09:53.335Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-09-17T08:09:53.335Z] go: finding github.com/fatih/color v1.7.0 [2020-09-17T08:09:53.335Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T08:09:53.335Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-17T08:09:53.335Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T08:09:53.598Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-17T08:09:53.598Z] go: finding github.com/golang/snappy v0.0.1 [2020-09-17T08:09:53.598Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-17T08:09:53.598Z] go: finding github.com/google/uuid v1.1.0 [2020-09-17T08:09:53.598Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-17T08:09:53.598Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-17T08:09:53.598Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-17T08:09:53.598Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-17T08:09:53.598Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T08:09:53.598Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T08:09:53.598Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-17T08:09:53.863Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-17T08:09:53.863Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-17T08:09:54.124Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-17T08:09:54.124Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-17T08:09:54.124Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-17T08:09:54.124Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T08:09:54.386Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T08:09:54.386Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-17T08:09:54.386Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-17T08:09:54.386Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-17T08:09:54.386Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-17T08:09:54.386Z] go: finding github.com/posener/complete v1.1.1 [2020-09-17T08:09:54.386Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-09-17T08:09:54.386Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-17T08:09:54.386Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-17T08:09:54.386Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-17T08:09:54.386Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-17T08:09:54.646Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-17T08:09:54.646Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-17T08:09:54.646Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-17T08:09:54.646Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-17T08:09:54.646Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-17T08:09:54.646Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-09-17T08:09:54.646Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-17T08:09:54.646Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-17T08:09:54.646Z] go: finding modernc.org/b v1.0.0 [2020-09-17T08:09:54.646Z] go: finding modernc.org/db v1.0.0 [2020-09-17T08:09:54.646Z] go: finding modernc.org/file v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/fileutil v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/golex v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/internal v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/lldb v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/mathutil v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/ql v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/sortutil v1.0.0 [2020-09-17T08:09:54.907Z] go: finding modernc.org/strutil v1.0.0 [2020-09-17T08:09:55.168Z] go: finding modernc.org/zappy v1.0.0 [2020-09-17T08:09:59.390Z] Removing intermediate container 53591b229d6a [2020-09-17T08:09:59.390Z] ---> ae36f0501bd4 [2020-09-17T08:09:59.390Z] Successfully built ae36f0501bd4 [2020-09-17T08:09:59.390Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:09:59.825Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:09:59.825Z] . [Pipeline] withDockerContainer [2020-09-17T08:10:00.083Z] prd-ubuntu18.04-docker-arm64-4c-16g-120 does not seem to be running inside a container [2020-09-17T08:10:00.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-arm64 cat [2020-09-17T08:10:01.982Z] $ docker top 396a46a7931d53c07430735f76ea288f7688d3a69767b7747390b56f608d09da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:10:03.324Z] Removing intermediate container 41dfa088de52 [2020-09-17T08:10:03.324Z] ---> 0fe52643bbea [2020-09-17T08:10:03.324Z] Successfully built 0fe52643bbea [2020-09-17T08:10:03.324Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:10:03.465Z] + go version [2020-09-17T08:10:03.465Z] go version go1.13.13 linux/arm64 [Pipeline] } [2020-09-17T08:10:03.665Z] $ docker stop --time=1 396a46a7931d53c07430735f76ea288f7688d3a69767b7747390b56f608d09da [2020-09-17T08:10:03.804Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:10:03.804Z] . [2020-09-17T08:10:05.721Z] $ docker rm -f 396a46a7931d53c07430735f76ea288f7688d3a69767b7747390b56f608d09da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2020-09-17T08:10:06.150Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2020-09-17T08:10:06.193Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat [2020-09-17T08:10:07.462Z] $ docker top 8089291a1b3013accf33ed0688e3f0fbc2ad57686d9f8fe8a13f06febcd660f0 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-09-17T08:10:08.155Z] + go version [2020-09-17T08:10:08.155Z] go version go1.13.13 linux/amd64 [Pipeline] } [2020-09-17T08:10:08.253Z] $ docker stop --time=1 8089291a1b3013accf33ed0688e3f0fbc2ad57686d9f8fe8a13f06febcd660f0 [2020-09-17T08:10:09.606Z] $ docker rm -f 8089291a1b3013accf33ed0688e3f0fbc2ad57686d9f8fe8a13f06febcd660f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:10:10.630Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:10:10.630Z] . [Pipeline] withDockerContainer [2020-09-17T08:10:10.869Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:10:10.869Z] . [2020-09-17T08:10:10.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-120 does not seem to be running inside a container [2020-09-17T08:10:11.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-arm64 cat [2020-09-17T08:10:12.933Z] $ docker top 52b11c938a09709ee30bc6abfd6e2d93731834622788a810d67fc484ce5b1c98 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-09-17T08:10:13.465Z] prd-centos7-docker-4c-2g-121 does not seem to be running inside a container [2020-09-17T08:10:13.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** ci-base-image-x86_64 cat [2020-09-17T08:10:14.172Z] $ docker top 29d7dc0a3ad7352a304ec6473467d1fe9e780bfb4bb6236dcfb6b7f1dca16360 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-09-17T08:10:14.742Z] + make test [2020-09-17T08:10:14.742Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T08:10:15.411Z] + make test [2020-09-17T08:10:15.411Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T08:10:15.697Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T08:10:16.400Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-17T08:10:28.061Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-17T08:10:28.061Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.167s coverage: 56.4% of statements [2020-09-17T08:10:28.061Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:10:29.999Z] gofmt -l . [2020-09-17T08:10:29.999Z] [ "`gofmt -l .`" = "" ] [2020-09-17T08:10:30.260Z] ./bin/test-attribution-txt.sh [2020-09-17T08:10:30.832Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T08:10:31.162Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:10:31.180Z] $ docker stop --time=1 29d7dc0a3ad7352a304ec6473467d1fe9e780bfb4bb6236dcfb6b7f1dca16360 [2020-09-17T08:10:33.366Z] $ docker rm -f 29d7dc0a3ad7352a304ec6473467d1fe9e780bfb4bb6236dcfb6b7f1dca16360 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:10:36.768Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:10:37.084Z] + ls -al . [2020-09-17T08:10:37.085Z] total 108 [2020-09-17T08:10:37.085Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 17 08:10 . [2020-09-17T08:10:37.085Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 08:09 .. [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 17 08:09 Attribution.txt [2020-09-17T08:10:37.085Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 17 08:09 bin [2020-09-17T08:10:37.085Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 08:09 cmd [2020-09-17T08:10:37.085Z] -rw-r--r--. 1 jenkins jenkins 29142 Sep 17 08:10 coverage.out [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 17 08:09 Dockerfile [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 17 08:09 Dockerfile.build [2020-09-17T08:10:37.085Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 08:09 .git [2020-09-17T08:10:37.085Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 17 08:09 .github [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 17 08:09 .gitignore [2020-09-17T08:10:37.085Z] -rw-r--r--. 1 jenkins jenkins 855 Sep 17 08:10 go.mod [2020-09-17T08:10:37.085Z] -rw-r--r--. 1 jenkins jenkins 14894 Sep 17 08:10 go.sum [2020-09-17T08:10:37.085Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 08:09 internal [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 661 Sep 17 08:09 Jenkinsfile [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 08:09 LICENSE [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 17 08:09 Makefile [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 17 08:09 README.md [2020-09-17T08:10:37.085Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 08:09 .semver [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 08:06 VERSION [2020-09-17T08:10:37.085Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 17 08:09 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:10:37.412Z] + 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=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 --label arch=amd64 --label version=0.0.0 . [2020-09-17T08:10:37.412Z] Sending build context to Docker daemon 586.2kB [2020-09-17T08:10:37.412Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T08:10:37.412Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T08:10:37.412Z] ---> 0fe52643bbea [2020-09-17T08:10:37.412Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T08:10:37.675Z] ---> Running in 7babfc2b5df2 [2020-09-17T08:10:37.675Z] Removing intermediate container 7babfc2b5df2 [2020-09-17T08:10:37.675Z] ---> e5563c8703e3 [2020-09-17T08:10:37.675Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:10:37.675Z] ---> Running in 7652f078eadb [2020-09-17T08:10:37.937Z] Removing intermediate container 7652f078eadb [2020-09-17T08:10:37.937Z] ---> cd61d4db53cc [2020-09-17T08:10:37.937Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-17T08:10:37.937Z] ---> Running in 80efd5eeaf39 [2020-09-17T08:10:38.199Z] Removing intermediate container 80efd5eeaf39 [2020-09-17T08:10:38.199Z] ---> 0aa7826e187c [2020-09-17T08:10:38.199Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:10:38.199Z] ---> Running in ebc9d21b90da [2020-09-17T08:10:39.142Z] Removing intermediate container ebc9d21b90da [2020-09-17T08:10:39.142Z] ---> 9ad7343432ef [2020-09-17T08:10:39.142Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:10:39.142Z] ---> Running in b9e44befe8b2 [2020-09-17T08:10:39.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:10:39.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:10:40.549Z] OK: 237 MiB in 53 packages [2020-09-17T08:10:40.810Z] Removing intermediate container b9e44befe8b2 [2020-09-17T08:10:40.810Z] ---> 4fa20e9237a9 [2020-09-17T08:10:40.810Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-17T08:10:40.810Z] ---> Running in f84a077eff1b [2020-09-17T08:10:41.070Z] Removing intermediate container f84a077eff1b [2020-09-17T08:10:41.070Z] ---> 8346f7ef3c53 [2020-09-17T08:10:41.070Z] Step 9/22 : COPY . . [2020-09-17T08:10:41.640Z] ---> 62f098b032d0 [2020-09-17T08:10:41.640Z] Step 10/22 : ARG MAKE='make build' [2020-09-17T08:10:41.640Z] ---> Running in 37ce430531f7 [2020-09-17T08:10:41.640Z] Removing intermediate container 37ce430531f7 [2020-09-17T08:10:41.640Z] ---> 371c99d4b04d [2020-09-17T08:10:41.640Z] Step 11/22 : RUN $MAKE [2020-09-17T08:10:41.902Z] ---> Running in 82b60de27c3d [2020-09-17T08:10:42.168Z] 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:10:52.273Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:10:55.432Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-17T08:10:55.575Z] Removing intermediate container 82b60de27c3d [2020-09-17T08:10:55.575Z] ---> cc70d02a4048 [2020-09-17T08:10:55.575Z] Step 12/22 : FROM alpine [2020-09-17T08:10:55.575Z] latest: Pulling from library/alpine [2020-09-17T08:10:55.575Z] df20fa9351a1: Already exists [2020-09-17T08:10:55.575Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:10:55.575Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:10:55.575Z] ---> a24bb4013296 [2020-09-17T08:10:55.575Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-17T08:10:55.706Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.792s coverage: 56.4% of statements [2020-09-17T08:10:55.836Z] ---> Running in 25ceed79254a [2020-09-17T08:10:55.836Z] Removing intermediate container 25ceed79254a [2020-09-17T08:10:55.836Z] ---> f5c1d7006156 [2020-09-17T08:10:55.836Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-17T08:10:55.836Z] ---> Running in fe097b8fab01 [2020-09-17T08:10:56.097Z] Removing intermediate container fe097b8fab01 [2020-09-17T08:10:56.097Z] ---> 04d25d5bec5d [2020-09-17T08:10:56.097Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-17T08:10:56.307Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:10:56.670Z] ---> 3f14cfbdd052 [2020-09-17T08:10:56.670Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-17T08:10:56.931Z] ---> e86fe05079d1 [2020-09-17T08:10:56.931Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-17T08:10:56.931Z] ---> 0e31ff9817d0 [2020-09-17T08:10:56.931Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-17T08:10:57.192Z] ---> Running in 2104be285368 [2020-09-17T08:10:57.192Z] Removing intermediate container 2104be285368 [2020-09-17T08:10:57.192Z] ---> adf407a09153 [2020-09-17T08:10:57.192Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T08:10:57.453Z] ---> Running in a62474b1c214 [2020-09-17T08:10:57.453Z] Removing intermediate container a62474b1c214 [2020-09-17T08:10:57.453Z] ---> 16c91212f8ef [2020-09-17T08:10:57.453Z] Step 20/22 : LABEL arch=amd64 [2020-09-17T08:10:57.453Z] ---> Running in 6e4f9d93f5a6 [2020-09-17T08:10:57.713Z] Removing intermediate container 6e4f9d93f5a6 [2020-09-17T08:10:57.713Z] ---> ad8b51260c7d [2020-09-17T08:10:57.713Z] Step 21/22 : LABEL git_sha=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [2020-09-17T08:10:57.713Z] ---> Running in 1a581128fda9 [2020-09-17T08:10:57.974Z] Removing intermediate container 1a581128fda9 [2020-09-17T08:10:57.974Z] ---> a45eba78f49c [2020-09-17T08:10:57.974Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T08:10:57.974Z] ---> Running in 6dfa72ecd74e [2020-09-17T08:10:58.235Z] Removing intermediate container 6dfa72ecd74e [2020-09-17T08:10:58.235Z] ---> 878d6481395b [2020-09-17T08:10:58.235Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:10:58.235Z] Successfully built 878d6481395b [2020-09-17T08:10:58.235Z] 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:11:04.941Z] gofmt -l . [2020-09-17T08:11:04.941Z] [ "`gofmt -l .`" = "" ] [2020-09-17T08:11:04.941Z] ./bin/test-attribution-txt.sh [2020-09-17T08:11:05.922Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T08:11:06.242Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T08:11:06.894Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:11:06.915Z] $ docker stop --time=1 52b11c938a09709ee30bc6abfd6e2d93731834622788a810d67fc484ce5b1c98 [2020-09-17T08:11:09.032Z] $ docker rm -f 52b11c938a09709ee30bc6abfd6e2d93731834622788a810d67fc484ce5b1c98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:11:10.527Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:11:10.883Z] + ls -al . [2020-09-17T08:11:10.883Z] total 136 [2020-09-17T08:11:10.883Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:11 . [2020-09-17T08:11:10.883Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 08:08 .. [2020-09-17T08:11:10.883Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:08 .git [2020-09-17T08:11:10.883Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:08 .github [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 17 08:08 .gitignore [2020-09-17T08:11:10.883Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:08 .semver [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 17 08:08 Attribution.txt [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 17 08:08 Dockerfile [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 17 08:08 Dockerfile.build [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 661 Sep 17 08:08 Jenkinsfile [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 08:08 LICENSE [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 17 08:08 Makefile [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 17 08:08 README.md [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 08:06 VERSION [2020-09-17T08:11:10.883Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:08 bin [2020-09-17T08:11:10.883Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:08 cmd [2020-09-17T08:11:10.883Z] -rw-r--r-- 1 jenkins jenkins 29142 Sep 17 08:10 coverage.out [2020-09-17T08:11:10.883Z] -rw-r--r-- 1 jenkins jenkins 855 Sep 17 08:11 go.mod [2020-09-17T08:11:10.883Z] -rw-r--r-- 1 jenkins jenkins 14894 Sep 17 08:11 go.sum [2020-09-17T08:11:10.883Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:08 internal [2020-09-17T08:11:10.883Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 17 08:08 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:11:11.267Z] + 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=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 --label arch=arm64 --label version=0.0.0 . [2020-09-17T08:11:11.541Z] Sending build context to Docker daemon 586.2kB [2020-09-17T08:11:11.541Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T08:11:11.541Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T08:11:11.541Z] ---> ae36f0501bd4 [2020-09-17T08:11:11.541Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T08:11:11.814Z] ---> Running in 1fb3eb181c3b [2020-09-17T08:11:12.414Z] Removing intermediate container 1fb3eb181c3b [2020-09-17T08:11:12.414Z] ---> a7dd0ad79011 [2020-09-17T08:11:12.414Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:11:12.414Z] ---> Running in f85d8547b0f6 [2020-09-17T08:11:13.018Z] Removing intermediate container f85d8547b0f6 [2020-09-17T08:11:13.018Z] ---> 17a5d254589c [2020-09-17T08:11:13.018Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-17T08:11:13.018Z] ---> Running in 31c909c809aa [2020-09-17T08:11:13.617Z] Removing intermediate container 31c909c809aa [2020-09-17T08:11:13.617Z] ---> c9f3dc962f57 [2020-09-17T08:11:13.617Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:11:13.617Z] ---> Running in abfe6fa09fd4 [2020-09-17T08:11:16.234Z] Removing intermediate container abfe6fa09fd4 [2020-09-17T08:11:16.234Z] ---> cd357d9780c4 [2020-09-17T08:11:16.234Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:11:16.234Z] ---> Running in db86fbc83411 [2020-09-17T08:11:17.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:11:18.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T08:11:18.863Z] OK: 221 MiB in 53 packages [2020-09-17T08:11:20.295Z] Removing intermediate container db86fbc83411 [2020-09-17T08:11:20.295Z] ---> b5bc8dc60bfa [2020-09-17T08:11:20.295Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-17T08:11:20.295Z] ---> Running in 5aa59ce6c75b [2020-09-17T08:11:20.890Z] Removing intermediate container 5aa59ce6c75b [2020-09-17T08:11:20.890Z] ---> 5ff4aa507b62 [2020-09-17T08:11:20.890Z] Step 9/22 : COPY . . [2020-09-17T08:11:21.869Z] ---> 652ad2cc7bae [2020-09-17T08:11:21.869Z] Step 10/22 : ARG MAKE='make build' [2020-09-17T08:11:21.869Z] ---> Running in 06915678312c [2020-09-17T08:11:22.143Z] Removing intermediate container 06915678312c [2020-09-17T08:11:22.143Z] ---> cd932312a243 [2020-09-17T08:11:22.143Z] Step 11/22 : RUN $MAKE [2020-09-17T08:11:22.419Z] ---> Running in ae41d21510ff [2020-09-17T08:11:23.866Z] 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:11:56.224Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:12:04.493Z] Removing intermediate container ae41d21510ff [2020-09-17T08:12:04.493Z] ---> ec0b9adcab83 [2020-09-17T08:12:04.493Z] Step 12/22 : FROM alpine [2020-09-17T08:12:04.493Z] latest: Pulling from library/alpine [2020-09-17T08:12:04.493Z] b538f80385f9: Already exists [2020-09-17T08:12:04.493Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:12:04.493Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:12:04.493Z] ---> 62ee0e9f8440 [2020-09-17T08:12:04.493Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-17T08:12:04.493Z] ---> Running in f7f6a710f203 [2020-09-17T08:12:05.087Z] Removing intermediate container f7f6a710f203 [2020-09-17T08:12:05.087Z] ---> 35cf11d160ac [2020-09-17T08:12:05.087Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-17T08:12:05.087Z] ---> Running in d8093360c906 [2020-09-17T08:12:05.681Z] Removing intermediate container d8093360c906 [2020-09-17T08:12:05.681Z] ---> 3d336c7dbd15 [2020-09-17T08:12:05.681Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-17T08:12:07.107Z] ---> d1bdb114077a [2020-09-17T08:12:07.107Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-17T08:12:07.700Z] ---> 1644ca7b4051 [2020-09-17T08:12:07.700Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-17T08:12:08.296Z] ---> 2e1dccdc7d08 [2020-09-17T08:12:08.296Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-17T08:12:08.567Z] ---> Running in b67cc37ac90e [2020-09-17T08:12:08.841Z] Removing intermediate container b67cc37ac90e [2020-09-17T08:12:08.841Z] ---> db27b246e1f6 [2020-09-17T08:12:08.841Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T08:12:09.116Z] ---> Running in 5416837027b1 [2020-09-17T08:12:09.710Z] Removing intermediate container 5416837027b1 [2020-09-17T08:12:09.710Z] ---> ecc62af1e9a0 [2020-09-17T08:12:09.710Z] Step 20/22 : LABEL arch=arm64 [2020-09-17T08:12:09.710Z] ---> Running in 8476f492fa7a [2020-09-17T08:12:09.988Z] Removing intermediate container 8476f492fa7a [2020-09-17T08:12:09.988Z] ---> 2860757080d5 [2020-09-17T08:12:09.988Z] Step 21/22 : LABEL git_sha=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [2020-09-17T08:12:10.263Z] ---> Running in f323547388d2 [2020-09-17T08:12:10.537Z] Removing intermediate container f323547388d2 [2020-09-17T08:12:10.537Z] ---> 73f5811eda66 [2020-09-17T08:12:10.812Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T08:12:10.812Z] ---> Running in 1acf67d28a76 [2020-09-17T08:12:11.407Z] Removing intermediate container 1acf67d28a76 [2020-09-17T08:12:11.407Z] ---> dc745585b9ee [2020-09-17T08:12:11.407Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:12:11.407Z] Successfully built dc745585b9ee [2020-09-17T08:12:11.407Z] 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:12:14.400Z] provisioning config files... [2020-09-17T08:12:14.418Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-129@tmp/config737820569399868125tmp [Pipeline] { [Pipeline] sh [2020-09-17T08:12:14.902Z] + curl -s https://codecov.io/bash [2020-09-17T08:12:14.902Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-129@tmp/config737820569399868125tmp [Pipeline] } [2020-09-17T08:12:15.190Z] 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:12:18.551Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:12:19.156Z] ---> package-listing.sh [2020-09-17T08:12:19.156Z] ++ facter osfamily [2020-09-17T08:12:19.156Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T08:12:19.156Z] + OS_FAMILY=redhat [2020-09-17T08:12:19.156Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-129 [2020-09-17T08:12:19.156Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T08:12:19.156Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T08:12:19.156Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T08:12:19.156Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T08:12:19.156Z] + '[' /w/workspace/foundry_device-virtual-go_PR-129 ']' [2020-09-17T08:12:19.156Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T08:12:19.156Z] + case "${OS_FAMILY}" in [2020-09-17T08:12:19.156Z] + rpm -qa [2020-09-17T08:12:19.156Z] + sort [2020-09-17T08:12:23.371Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T08:12:23.371Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T08:12:23.371Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T08:12:23.371Z] + '[' /w/workspace/foundry_device-virtual-go_PR-129 ']' [2020-09-17T08:12:23.371Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-129/archives/ [2020-09-17T08:12:23.371Z] + 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:12:24.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:12:24.673Z] [2020-09-17T08:12:24.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:12:25.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:12:25.089Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T08:12:25.089Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:12:25.089Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T08:12:25.089Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T08:12:25.089Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T08:12:25.089Z] 0dadc02b9964: Pulling fs layer [2020-09-17T08:12:25.089Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T08:12:25.089Z] 7a184a31f384: Pulling fs layer [2020-09-17T08:12:25.089Z] 0879bd2ef858: Pulling fs layer [2020-09-17T08:12:25.089Z] 0dadc02b9964: Waiting [2020-09-17T08:12:25.089Z] ce6a7cf60c04: Waiting [2020-09-17T08:12:25.089Z] 7a184a31f384: Waiting [2020-09-17T08:12:25.089Z] 0879bd2ef858: Waiting [2020-09-17T08:12:25.089Z] 46f8f816bc3b: Waiting [2020-09-17T08:12:25.089Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T08:12:25.089Z] 36b3adc4ff6f: Download complete [2020-09-17T08:12:25.089Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T08:12:25.089Z] 46f8f816bc3b: Download complete [2020-09-17T08:12:25.353Z] df20fa9351a1: Verifying Checksum [2020-09-17T08:12:25.353Z] df20fa9351a1: Download complete [2020-09-17T08:12:25.353Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T08:12:25.353Z] ce6a7cf60c04: Download complete [2020-09-17T08:12:25.353Z] 7a184a31f384: Download complete [2020-09-17T08:12:25.353Z] 0dadc02b9964: Verifying Checksum [2020-09-17T08:12:25.353Z] 0dadc02b9964: Download complete [2020-09-17T08:12:25.617Z] df20fa9351a1: Pull complete [2020-09-17T08:12:25.617Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T08:12:25.617Z] 8ad3a11d3b57: Download complete [2020-09-17T08:12:25.887Z] 36b3adc4ff6f: Pull complete [2020-09-17T08:12:26.157Z] 0879bd2ef858: Verifying Checksum [2020-09-17T08:12:26.157Z] 0879bd2ef858: Download complete [2020-09-17T08:12:26.420Z] 8ad3a11d3b57: Pull complete [2020-09-17T08:12:26.683Z] 46f8f816bc3b: Pull complete [2020-09-17T08:12:26.945Z] 0dadc02b9964: Pull complete [2020-09-17T08:12:26.945Z] ce6a7cf60c04: Pull complete [2020-09-17T08:12:27.209Z] 7a184a31f384: Pull complete [2020-09-17T08:12:29.777Z] 0879bd2ef858: Pull complete [2020-09-17T08:12:29.777Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T08:12:29.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:12:29.777Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T08:12:29.933Z] prd-centos7-docker-4c-2g-119 does not seem to be running inside a container [2020-09-17T08:12:29.981Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T08:12:36.612Z] $ docker top 1022fd3de111baf08c9c5dd1d80a08a8f1a09fdb8502c8c9e3ca2546c952e9f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:12:37.235Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T08:12:37.569Z] + ls /var/log/sa-host [2020-09-17T08:12:37.569Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T08:12:37.569Z] file_magic: OK [2020-09-17T08:12:37.569Z] HZ: Using current value: 100 [2020-09-17T08:12:37.569Z] file_header: OK [2020-09-17T08:12:37.569Z] 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:12:37.569Z] Statistics: [2020-09-17T08:12:37.569Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:12:37.569Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T08:12:37.569Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T08:12:37.569Z] file_magic: OK [2020-09-17T08:12:37.569Z] HZ: Using current value: 100 [2020-09-17T08:12:37.569Z] file_header: OK [2020-09-17T08:12:37.569Z] 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:12:37.569Z] Statistics: [2020-09-17T08:12:37.569Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:12:37.569Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T08:12:37.714Z] provisioning config files... [2020-09-17T08:12:37.736Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-129@tmp/config297584205145043995tmp [Pipeline] { [Pipeline] echo [2020-09-17T08:12:37.874Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:12:38.223Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T08:12:38.261Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:12:38.599Z] ---> logs-deploy.sh [2020-09-17T08:12:38.599Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-129/1 [2020-09-17T08:12:38.599Z] INFO: archiving workspace using pattern(s): [2020-09-17T08:12:39.992Z] Archives upload complete. [2020-09-17T08:12:39.992Z] INFO: archiving logs to Nexus