Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2c68ec273215b3839fa79913927ed9c700821ef+9f44a914c3163ba6aceeb076ef4043962d95dc92 (8da9c6e41d99e46a97063e0045b683e8e3e6cbb5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-424 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-582 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef Merge succeeded, producing 35fb68b0c638eb5638d5346290494b848dd826c3 Checking out Revision 35fb68b0c638eb5638d5346290494b848dd826c3 (PR-582) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # 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 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35fb68b0c638eb5638d5346290494b848dd826c3 # timeout=10 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T18:43:17.752Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T18:43:18.008Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T18:43:18.108Z] ========================================================= [2020-09-18T18:43:18.108Z] EdgeX Global Pipelines Version Info [2020-09-18T18:43:18.108Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:43:19.544Z] ------------------- [2020-09-18T18:43:19.544Z] stable info: [2020-09-18T18:43:19.544Z] ------------------- [2020-09-18T18:43:19.544Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T18:43:19.544Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T18:43:19.544Z] Message: update stable to v1.0.122 [2020-09-18T18:43:20.490Z] ------------------- [2020-09-18T18:43:20.490Z] experimental info: [2020-09-18T18:43:20.490Z] ------------------- [2020-09-18T18:43:20.490Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T18:43:20.490Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T18:43:20.490Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T18:43:20.921Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-18T18:43:21.012Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-18T18:43:21.103Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T18:43:21.196Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T18:43:21.292Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T18:43:21.403Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T18:43:21.505Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T18:43:21.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T18:43:21.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-18T18:43:21.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T18:43:21.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T18:43:22.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-18T18:43:22.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T18:43:22.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T18:43:22.302Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T18:43:22.419Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:43:22.506Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:43:22.599Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:43:22.685Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T18:43:22.815Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T18:43:22.903Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T18:43:22.993Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T18:43:23.086Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo [2020-09-18T18:43:23.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo [2020-09-18T18:43:23.342Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo [2020-09-18T18:43:23.463Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35fb68b0c638eb5638d5346290494b848dd826c3 [Pipeline] echo [2020-09-18T18:43:23.549Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35fb68b [Pipeline] echo [2020-09-18T18:43:23.650Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:43:24.288Z] + git log --format=format:%s -1 35fb68b0c638eb5638d5346290494b848dd826c3 [Pipeline] echo [2020-09-18T18:43:24.356Z] GIT_COMMIT: 35fb68b0c638eb5638d5346290494b848dd826c3, Commit Message: Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD [Pipeline] echo [2020-09-18T18:43:24.402Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:43:24.938Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:43:25.201Z] [2020-09-18T18:43:25.202Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:43:25.547Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:43:25.547Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T18:43:25.547Z] 31603596830f: Pulling fs layer [2020-09-18T18:43:25.547Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T18:43:25.547Z] 6ca5941a6612: Pulling fs layer [2020-09-18T18:43:25.547Z] ecc8261a40a4: Pulling fs layer [2020-09-18T18:43:25.547Z] ecc8261a40a4: Waiting [2020-09-18T18:43:25.547Z] 2a8b12db71e7: Verifying Checksum [2020-09-18T18:43:25.547Z] 2a8b12db71e7: Download complete [2020-09-18T18:43:25.812Z] 31603596830f: Verifying Checksum [2020-09-18T18:43:25.812Z] 31603596830f: Download complete [2020-09-18T18:43:25.812Z] ecc8261a40a4: Verifying Checksum [2020-09-18T18:43:25.812Z] ecc8261a40a4: Download complete [2020-09-18T18:43:25.812Z] 6ca5941a6612: Verifying Checksum [2020-09-18T18:43:25.812Z] 6ca5941a6612: Download complete [2020-09-18T18:43:26.082Z] 31603596830f: Pull complete [2020-09-18T18:43:26.345Z] 2a8b12db71e7: Pull complete [2020-09-18T18:43:27.288Z] 6ca5941a6612: Pull complete [2020-09-18T18:43:27.288Z] ecc8261a40a4: Pull complete [2020-09-18T18:43:27.288Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T18:43:27.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:43:27.550Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T18:43:27.645Z] prd-centos7-docker-4c-2g-424 does not seem to be running inside a container [2020-09-18T18:43:27.691Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T18:43:29.731Z] $ docker top 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T18:43:29.996Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T18:43:29.996Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T18:43:30.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T18:43:30.211Z] $ docker exec 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent [2020-09-18T18:43:30.361Z] SSH_AUTH_SOCK=/tmp/ssh-JeCzvdBIidt7/agent.11 [2020-09-18T18:43:30.361Z] SSH_AGENT_PID=17 [2020-09-18T18:43:30.371Z] Running ssh-add (command line suppressed) [2020-09-18T18:43:30.486Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_2189630319230847119.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_2189630319230847119.key) [2020-09-18T18:43:30.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T18:43:30.866Z] + git describe --exact-match --tags HEAD [2020-09-18T18:43:30.866Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T18:43:30.887Z] $ docker exec --env ******** --env ******** 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent -k [2020-09-18T18:43:31.001Z] unset SSH_AUTH_SOCK; [2020-09-18T18:43:31.002Z] unset SSH_AGENT_PID; [2020-09-18T18:43:31.002Z] echo Agent pid 17 killed; [2020-09-18T18:43:31.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T18:43:31.136Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T18:43:31.136Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T18:43:31.236Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T18:43:31.237Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T18:43:31.390Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T18:43:31.394Z] $ docker exec 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent [2020-09-18T18:43:31.546Z] SSH_AUTH_SOCK=/tmp/ssh-GA7XUEzeRoXo/agent.47 [2020-09-18T18:43:31.546Z] SSH_AGENT_PID=52 [2020-09-18T18:43:31.552Z] Running ssh-add (command line suppressed) [2020-09-18T18:43:31.662Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_591291577373667450.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_591291577373667450.key) [2020-09-18T18:43:31.708Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T18:43:32.078Z] + git semver init [2020-09-18T18:43:32.078Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T18:43:32.078Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git [2020-09-18T18:43:32.078Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-18T18:43:32.078Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T18:43:32.078Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T18:43:32.078Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T18:43:32.078Z] # $SEMVER_BRANCH = PR-582 [2020-09-18T18:43:32.078Z] # $SEMVER_TEMP = /tmp/semver-064100244 [2020-09-18T18:43:32.078Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-18T18:43:32.654Z] # '/tmp/semver-064100244' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' [2020-09-18T18:43:32.654Z] # -> Force: false [2020-09-18T18:43:32.654Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } [2020-09-18T18:43:32.666Z] $ docker exec --env ******** --env ******** 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 ssh-agent -k [2020-09-18T18:43:32.777Z] unset SSH_AUTH_SOCK; [2020-09-18T18:43:32.777Z] unset SSH_AGENT_PID; [2020-09-18T18:43:32.777Z] echo Agent pid 52 killed; [2020-09-18T18:43:32.818Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T18:43:33.268Z] + git semver [Pipeline] } [2020-09-18T18:43:33.284Z] $ docker stop --time=1 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 [2020-09-18T18:43:34.619Z] $ docker rm -f 253d8127794b0c131f0035eb5666ccd4ee59e50983ac20522f7d54eda9860e06 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T18:43:35.441Z] Stashed 37 file(s) [Pipeline] echo [2020-09-18T18:43:35.444Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-18T18:43:35.534Z] 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-18T18:43:50.959Z] Still waiting to schedule task [2020-09-18T18:43:50.959Z] ‘prd-centos7-docker-4c-2g-428’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-425’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-18T18:43:50.961Z] Still waiting to schedule task [2020-09-18T18:43:50.961Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-425’ is offline [2020-09-18T18:47:05.545Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-434 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-18T18:47:05.594Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-09-18T18:47:11.540Z] using credential edgex-jenkins-ssh [2020-09-18T18:47:11.606Z] Cloning the remote Git repository [2020-09-18T18:47:11.606Z] Cloning with configured refspecs honoured and without tags [2020-09-18T18:47:11.692Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:11.817Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-09-18T18:47:11.902Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:11.903Z] > git --version # timeout=10 [2020-09-18T18:47:11.932Z] > git --version # 'git version 2.17.1' [2020-09-18T18:47:11.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:12.019Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:13.069Z] Fetching without tags [2020-09-18T18:47:12.971Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:47:12.992Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-18T18:47:13.018Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:13.049Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:47:13.086Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:13.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:13.102Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:13.643Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-18T18:47:14.215Z] Merge succeeded, producing 5b3e622d2575125f30095d14725af6936d3b6333 [2020-09-18T18:47:14.216Z] Checking out Revision 5b3e622d2575125f30095d14725af6936d3b6333 (PR-582) [2020-09-18T18:47:13.670Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:47:13.709Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-18T18:47:13.977Z] > git remote # timeout=10 [2020-09-18T18:47:13.999Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T18:47:14.027Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:14.041Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T18:47:14.178Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T18:47:14.259Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:47:14.324Z] > git checkout -f 5b3e622d2575125f30095d14725af6936d3b6333 # timeout=10 [2020-09-18T18:47:18.873Z] Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" [2020-09-18T18:47:18.918Z] First time build. Skipping changelog. [2020-09-18T18:47:18.889Z] > git rev-list --no-walk b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T18:47:20.197Z] ========================================================= [2020-09-18T18:47:20.197Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T18:47:20.197Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:47:21.592Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-18T18:47:22.597Z] Sending build context to Docker daemon 3.164MB [2020-09-18T18:47:22.597Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T18:47:22.597Z] Step 2/8 : FROM ${BASE} [2020-09-18T18:47:23.197Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T18:47:23.197Z] b538f80385f9: Pulling fs layer [2020-09-18T18:47:23.197Z] 74f711af9a0d: Pulling fs layer [2020-09-18T18:47:23.197Z] 99f96fe45779: Pulling fs layer [2020-09-18T18:47:23.197Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T18:47:23.197Z] 45590311c82a: Pulling fs layer [2020-09-18T18:47:23.197Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T18:47:23.197Z] 209524e5b208: Pulling fs layer [2020-09-18T18:47:23.197Z] 8529a6b9a6be: Waiting [2020-09-18T18:47:23.197Z] 45590311c82a: Waiting [2020-09-18T18:47:23.197Z] 69ca0ff8b7b3: Waiting [2020-09-18T18:47:23.197Z] 209524e5b208: Waiting [2020-09-18T18:47:23.197Z] 99f96fe45779: Verifying Checksum [2020-09-18T18:47:23.197Z] 99f96fe45779: Download complete [2020-09-18T18:47:23.197Z] 74f711af9a0d: Verifying Checksum [2020-09-18T18:47:23.197Z] 74f711af9a0d: Download complete [2020-09-18T18:47:23.197Z] 45590311c82a: Verifying Checksum [2020-09-18T18:47:23.197Z] 45590311c82a: Download complete [2020-09-18T18:47:23.197Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-18T18:47:23.197Z] 69ca0ff8b7b3: Download complete [2020-09-18T18:47:23.474Z] b538f80385f9: Verifying Checksum [2020-09-18T18:47:23.474Z] b538f80385f9: Download complete [2020-09-18T18:47:24.468Z] b538f80385f9: Pull complete [2020-09-18T18:47:25.072Z] 74f711af9a0d: Pull complete [2020-09-18T18:47:25.348Z] 99f96fe45779: Pull complete [2020-09-18T18:47:25.627Z] 209524e5b208: Verifying Checksum [2020-09-18T18:47:25.627Z] 209524e5b208: Download complete [2020-09-18T18:47:28.270Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T18:47:28.270Z] 8529a6b9a6be: Download complete [2020-09-18T18:47:40.707Z] 8529a6b9a6be: Pull complete [2020-09-18T18:47:40.707Z] 45590311c82a: Pull complete [2020-09-18T18:47:40.707Z] 69ca0ff8b7b3: Pull complete [2020-09-18T18:47:43.367Z] 209524e5b208: Pull complete [2020-09-18T18:47:43.367Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T18:47:43.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T18:47:43.367Z] ---> 5bddaf1c2fca [2020-09-18T18:47:43.367Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:47:46.841Z] ---> Running in 5b3a638e98d4 [2020-09-18T18:47:46.841Z] Removing intermediate container 5b3a638e98d4 [2020-09-18T18:47:46.841Z] ---> 60c66c9463c9 [2020-09-18T18:47:46.841Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:47:47.118Z] ---> Running in 3956612c2eea [2020-09-18T18:47:49.776Z] Removing intermediate container 3956612c2eea [2020-09-18T18:47:49.776Z] ---> 6e3402c53ccf [2020-09-18T18:47:49.776Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T18:47:50.057Z] ---> Running in 9680a0ff3e3a [2020-09-18T18:47:51.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T18:47:52.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T18:47:53.095Z] OK: 142 MiB in 39 packages [2020-09-18T18:47:54.544Z] Removing intermediate container 9680a0ff3e3a [2020-09-18T18:47:54.544Z] ---> 295f0190e18f [2020-09-18T18:47:54.544Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T18:47:54.544Z] ---> Running in 5cf9a70016a6 [2020-09-18T18:47:54.820Z] Removing intermediate container 5cf9a70016a6 [2020-09-18T18:47:54.821Z] ---> f00c4c48f765 [2020-09-18T18:47:54.821Z] Step 7/8 : COPY . . [2020-09-18T18:47:55.322Z] Running on prd-centos7-docker-4c-2g-437 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-18T18:47:55.378Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-09-18T18:47:56.272Z] ---> 96f828e28efa [2020-09-18T18:47:56.272Z] Step 8/8 : RUN go mod download [2020-09-18T18:47:56.549Z] ---> Running in d27ad3962c8f [2020-09-18T18:47:58.075Z] using credential edgex-jenkins-ssh [2020-09-18T18:47:58.126Z] Cloning the remote Git repository [2020-09-18T18:47:58.126Z] Cloning with configured refspecs honoured and without tags [2020-09-18T18:47:58.913Z] Fetching without tags [2020-09-18T18:47:58.158Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:58.225Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-09-18T18:47:58.274Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:58.275Z] > git --version # timeout=10 [2020-09-18T18:47:58.289Z] > git --version # 'git version 2.16.5' [2020-09-18T18:47:58.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:58.315Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:58.875Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:47:58.882Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-18T18:47:58.890Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:58.907Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:47:58.918Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:58.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:58.924Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:59.348Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-18T18:47:59.474Z] Merge succeeded, producing 6fe367a942d22a95002e6b0a0079dd2751d7d431 [2020-09-18T18:47:59.475Z] Checking out Revision 6fe367a942d22a95002e6b0a0079dd2751d7d431 (PR-582) [2020-09-18T18:47:59.358Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:47:59.364Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-18T18:47:59.419Z] > git remote # timeout=10 [2020-09-18T18:47:59.424Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T18:47:59.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:59.435Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T18:47:59.468Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T18:47:59.478Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:47:59.483Z] > git checkout -f 6fe367a942d22a95002e6b0a0079dd2751d7d431 # timeout=10 [2020-09-18T18:48:03.216Z] Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" [2020-09-18T18:48:03.228Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-18T18:48:03.220Z] > git rev-list --no-walk b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 [Pipeline] echo [2020-09-18T18:48:04.176Z] ========================================================= [2020-09-18T18:48:04.176Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T18:48:04.176Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:48:04.952Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-18T18:48:05.223Z] Sending build context to Docker daemon 3.164MB [2020-09-18T18:48:05.223Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T18:48:05.223Z] Step 2/8 : FROM ${BASE} [2020-09-18T18:48:05.517Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T18:48:05.517Z] df20fa9351a1: Pulling fs layer [2020-09-18T18:48:05.517Z] ed8968b2872e: Pulling fs layer [2020-09-18T18:48:05.517Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T18:48:05.517Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T18:48:05.517Z] e73272ec9a57: Pulling fs layer [2020-09-18T18:48:05.517Z] 1e910a182e73: Pulling fs layer [2020-09-18T18:48:05.518Z] 4e634b169226: Pulling fs layer [2020-09-18T18:48:05.518Z] e73272ec9a57: Waiting [2020-09-18T18:48:05.518Z] 1e910a182e73: Waiting [2020-09-18T18:48:05.518Z] 4e634b169226: Waiting [2020-09-18T18:48:05.518Z] e871e8e8d7a9: Waiting [2020-09-18T18:48:05.518Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T18:48:05.518Z] a92cc7c5fd73: Download complete [2020-09-18T18:48:05.518Z] ed8968b2872e: Verifying Checksum [2020-09-18T18:48:05.518Z] ed8968b2872e: Download complete [2020-09-18T18:48:05.518Z] e73272ec9a57: Verifying Checksum [2020-09-18T18:48:05.518Z] e73272ec9a57: Download complete [2020-09-18T18:48:05.518Z] 1e910a182e73: Verifying Checksum [2020-09-18T18:48:05.518Z] 1e910a182e73: Download complete [2020-09-18T18:48:05.518Z] df20fa9351a1: Verifying Checksum [2020-09-18T18:48:05.518Z] df20fa9351a1: Download complete [2020-09-18T18:48:05.801Z] df20fa9351a1: Pull complete [2020-09-18T18:48:06.067Z] ed8968b2872e: Pull complete [2020-09-18T18:48:06.067Z] a92cc7c5fd73: Pull complete [2020-09-18T18:48:07.470Z] 4e634b169226: Verifying Checksum [2020-09-18T18:48:07.470Z] 4e634b169226: Download complete [2020-09-18T18:48:08.049Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T18:48:08.049Z] e871e8e8d7a9: Download complete [2020-09-18T18:48:11.702Z] Removing intermediate container d27ad3962c8f [2020-09-18T18:48:11.702Z] ---> a1dd1e563732 [2020-09-18T18:48:11.702Z] Successfully built a1dd1e563732 [2020-09-18T18:48:11.702Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:48:12.128Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T18:48:12.128Z] . [Pipeline] withDockerContainer [2020-09-18T18:48:12.444Z] prd-ubuntu18.04-docker-arm64-4c-16g-434 does not seem to be running inside a container [2020-09-18T18:48:12.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T18:48:14.298Z] $ docker top 3a0e95fc368aa56116b135783ad174f2d37d4a64042b7c1b69d67ea3353db191 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:48:14.708Z] e871e8e8d7a9: Pull complete [2020-09-18T18:48:14.708Z] e73272ec9a57: Pull complete [2020-09-18T18:48:14.708Z] 1e910a182e73: Pull complete [2020-09-18T18:48:15.707Z] + go version [2020-09-18T18:48:15.707Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T18:48:15.733Z] $ docker stop --time=1 3a0e95fc368aa56116b135783ad174f2d37d4a64042b7c1b69d67ea3353db191 [2020-09-18T18:48:17.633Z] $ docker rm -f 3a0e95fc368aa56116b135783ad174f2d37d4a64042b7c1b69d67ea3353db191 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:48:18.818Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T18:48:18.819Z] . [Pipeline] withDockerContainer [2020-09-18T18:48:18.960Z] 4e634b169226: Pull complete [2020-09-18T18:48:18.960Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T18:48:18.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T18:48:18.960Z] ---> f7629b54cfaa [2020-09-18T18:48:18.960Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:48:18.960Z] ---> Running in 1e5341dcf06f [2020-09-18T18:48:19.065Z] prd-ubuntu18.04-docker-arm64-4c-16g-434 does not seem to be running inside a container [2020-09-18T18:48:19.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T18:48:19.223Z] Removing intermediate container 1e5341dcf06f [2020-09-18T18:48:19.223Z] ---> 531011d10cce [2020-09-18T18:48:19.223Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:48:19.223Z] ---> Running in 361daad5bd45 [2020-09-18T18:48:20.175Z] Removing intermediate container 361daad5bd45 [2020-09-18T18:48:20.175Z] ---> d8a6c47f6b45 [2020-09-18T18:48:20.175Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T18:48:20.443Z] ---> Running in 3b1a7e61af12 [2020-09-18T18:48:21.034Z] $ docker top eac9c087fb936d98e486caaa72f675cf4d656889c56b88979a41e3a9631f58d0 -eo pid,comm [Pipeline] { [2020-09-18T18:48:21.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-09-18T18:48:21.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T18:48:22.508Z] + make test [2020-09-18T18:48:22.508Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T18:48:22.928Z] OK: 166 MiB in 39 packages [2020-09-18T18:48:23.190Z] Removing intermediate container 3b1a7e61af12 [2020-09-18T18:48:23.190Z] ---> 64a530498256 [2020-09-18T18:48:23.190Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T18:48:23.190Z] ---> Running in 12e0589698a4 [2020-09-18T18:48:23.452Z] Removing intermediate container 12e0589698a4 [2020-09-18T18:48:23.452Z] ---> 0fa989e491b9 [2020-09-18T18:48:23.452Z] Step 7/8 : COPY . . [2020-09-18T18:48:24.405Z] ---> 242350345d3d [2020-09-18T18:48:24.405Z] Step 8/8 : RUN go mod download [2020-09-18T18:48:24.668Z] ---> Running in dac5fdff88a4 [2020-09-18T18:48:34.708Z] Removing intermediate container dac5fdff88a4 [2020-09-18T18:48:34.708Z] ---> a365602a08bd [2020-09-18T18:48:34.973Z] Successfully built a365602a08bd [2020-09-18T18:48:34.973Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:48:35.348Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T18:48:35.349Z] . [Pipeline] withDockerContainer [2020-09-18T18:48:35.457Z] prd-centos7-docker-4c-2g-437 does not seem to be running inside a container [2020-09-18T18:48:35.551Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T18:48:36.911Z] $ docker top 759000fcb6e656d44ef5a84aff4c484140cca91a00b6d596bf07065f6386057b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:48:37.430Z] + go version [2020-09-18T18:48:37.430Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T18:48:37.445Z] $ docker stop --time=1 759000fcb6e656d44ef5a84aff4c484140cca91a00b6d596bf07065f6386057b [2020-09-18T18:48:38.806Z] $ docker rm -f 759000fcb6e656d44ef5a84aff4c484140cca91a00b6d596bf07065f6386057b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:48:39.688Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T18:48:39.688Z] . [Pipeline] withDockerContainer [2020-09-18T18:48:39.805Z] prd-centos7-docker-4c-2g-437 does not seem to be running inside a container [2020-09-18T18:48:39.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T18:48:40.616Z] $ docker top dbf9a6c2572956ca064c81a1a5566820ec029ec07ea5c227453462ede6285d04 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:48:41.212Z] + make test [2020-09-18T18:48:41.212Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T18:48:49.333Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T18:48:49.439Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T18:49:04.562Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T18:49:04.562Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T18:49:04.562Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T18:49:04.562Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.033s coverage: 21.0% of statements [2020-09-18T18:49:05.154Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.466s coverage: 95.7% of statements [2020-09-18T18:49:36.395Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T18:49:36.395Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T18:49:36.395Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T18:49:36.395Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 21.0% of statements [2020-09-18T18:49:36.395Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.413s coverage: 95.7% of statements [2020-09-18T18:49:37.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.034s coverage: 8.6% of statements [2020-09-18T18:49:37.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.028s coverage: 21.7% of statements [2020-09-18T18:49:37.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T18:49:37.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.173s coverage: 37.0% of statements [2020-09-18T18:49:37.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T18:49:37.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.272s coverage: 65.4% of statements [2020-09-18T18:49:37.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T18:49:37.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T18:49:37.350Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T18:49:37.350Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.099s coverage: 52.6% of statements [2020-09-18T18:49:37.350Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.391s coverage: 68.9% of statements [2020-09-18T18:49:37.350Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T18:49:37.350Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T18:49:37.350Z] GO111MODULE=on go vet ./... [2020-09-18T18:49:47.551Z] gofmt -l . [2020-09-18T18:49:47.551Z] [ "`gofmt -l .`" = "" ] [2020-09-18T18:49:47.551Z] ./bin/test-attribution-txt.sh [2020-09-18T18:49:47.551Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T18:49:47.947Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T18:49:47.956Z] $ docker stop --time=1 dbf9a6c2572956ca064c81a1a5566820ec029ec07ea5c227453462ede6285d04 [2020-09-18T18:49:49.879Z] $ docker rm -f dbf9a6c2572956ca064c81a1a5566820ec029ec07ea5c227453462ede6285d04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:49:51.791Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T18:49:52.102Z] + ls -al . [2020-09-18T18:49:52.102Z] total 188 [2020-09-18T18:49:52.102Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 18 18:49 . [2020-09-18T18:49:52.102Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 18:47 .. [2020-09-18T18:49:52.102Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 18:47 bin [2020-09-18T18:49:52.102Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 18 18:49 coverage.out [2020-09-18T18:49:52.102Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 18 18:47 Dockerfile.build [2020-09-18T18:49:52.102Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 18 18:47 .dockerignore [2020-09-18T18:49:52.102Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 18 18:47 example [2020-09-18T18:49:52.102Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 18:48 .git [2020-09-18T18:49:52.102Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 18 18:47 .github [2020-09-18T18:49:52.102Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 18 18:47 .gitignore [2020-09-18T18:49:52.103Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 18 18:49 go.mod [2020-09-18T18:49:52.103Z] -rw-r--r--. 1 jenkins jenkins 12258 Sep 18 18:49 go.sum [2020-09-18T18:49:52.103Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 18 18:47 internal [2020-09-18T18:49:52.103Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 18 18:47 Jenkinsfile [2020-09-18T18:49:52.103Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 18 18:47 LICENSE [2020-09-18T18:49:52.103Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 18 18:47 Makefile [2020-09-18T18:49:52.103Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 18 18:47 openapi [2020-09-18T18:49:52.103Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 18 18:47 pkg [2020-09-18T18:49:52.103Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 18 18:47 README.md [2020-09-18T18:49:52.103Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 18 18:47 RELEASE-NOTES.txt [2020-09-18T18:49:52.103Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 18:48 .semver [2020-09-18T18:49:52.103Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 18:47 snap [2020-09-18T18:49:52.103Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 18:43 VERSION [2020-09-18T18:49:52.103Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 18 18:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:49:52.422Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=35fb68b0c638eb5638d5346290494b848dd826c3 --label arch=amd64 --label version=0.0.0 . [2020-09-18T18:49:52.685Z] Sending build context to Docker daemon 3.278MB [2020-09-18T18:49:52.685Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T18:49:52.685Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T18:49:52.685Z] ---> a365602a08bd [2020-09-18T18:49:52.685Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T18:49:52.952Z] ---> Running in a3facca7b4e9 [2020-09-18T18:49:53.226Z] Removing intermediate container a3facca7b4e9 [2020-09-18T18:49:53.226Z] ---> 6680cab01208 [2020-09-18T18:49:53.226Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T18:49:53.226Z] ---> Running in 982d38ad0761 [2020-09-18T18:49:53.492Z] Removing intermediate container 982d38ad0761 [2020-09-18T18:49:53.492Z] ---> 1582cf63fbc4 [2020-09-18T18:49:53.492Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:49:53.492Z] ---> Running in 28cf3049efa1 [2020-09-18T18:49:53.757Z] Removing intermediate container 28cf3049efa1 [2020-09-18T18:49:53.757Z] ---> 74fdc9cbfe46 [2020-09-18T18:49:53.758Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:49:53.758Z] ---> Running in adb3cd257ecf [2020-09-18T18:49:54.713Z] Removing intermediate container adb3cd257ecf [2020-09-18T18:49:54.713Z] ---> e4ca37108998 [2020-09-18T18:49:54.713Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T18:49:54.713Z] ---> Running in afa212b7e575 [2020-09-18T18:49:55.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T18:49:55.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T18:49:56.447Z] OK: 166 MiB in 39 packages [2020-09-18T18:49:56.710Z] Removing intermediate container afa212b7e575 [2020-09-18T18:49:56.710Z] ---> 2886c4df7be1 [2020-09-18T18:49:56.710Z] Step 8/24 : COPY . . [2020-09-18T18:49:58.106Z] ---> 7039046b1b89 [2020-09-18T18:49:58.106Z] Step 9/24 : RUN ${MAKE} [2020-09-18T18:49:58.106Z] ---> Running in cc62da36796e [2020-09-18T18:49:58.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-09-18T18:50:03.223Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.079s coverage: 8.6% of statements [2020-09-18T18:50:03.223Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.064s coverage: 21.7% of statements [2020-09-18T18:50:03.223Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T18:50:03.223Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.522s coverage: 37.0% of statements [2020-09-18T18:50:03.223Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T18:50:03.223Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.813s coverage: 65.4% of statements [2020-09-18T18:50:03.223Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T18:50:03.223Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T18:50:03.223Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T18:50:03.223Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.272s coverage: 52.6% of statements [2020-09-18T18:50:03.223Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.249s coverage: 68.9% of statements [2020-09-18T18:50:03.223Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T18:50:03.223Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T18:50:03.223Z] GO111MODULE=on go vet ./... [2020-09-18T18:50:08.543Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T18:50:09.499Z] Removing intermediate container cc62da36796e [2020-09-18T18:50:09.499Z] ---> 814a15066d6d [2020-09-18T18:50:09.499Z] Step 10/24 : FROM scratch [2020-09-18T18:50:09.499Z] ---> [2020-09-18T18:50:09.499Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:50:09.499Z] ---> Running in 27698f51fecc [2020-09-18T18:50:09.763Z] Removing intermediate container 27698f51fecc [2020-09-18T18:50:09.763Z] ---> 465c2dc145e8 [2020-09-18T18:50:09.763Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T18:50:09.763Z] ---> Running in 3f0096651c8d [2020-09-18T18:50:10.027Z] Removing intermediate container 3f0096651c8d [2020-09-18T18:50:10.027Z] ---> 88da55f5c6d5 [2020-09-18T18:50:10.027Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T18:50:10.027Z] ---> Running in 8d24cb57931c [2020-09-18T18:50:10.292Z] Removing intermediate container 8d24cb57931c [2020-09-18T18:50:10.292Z] ---> 00561e40a837 [2020-09-18T18:50:10.292Z] Step 14/24 : WORKDIR / [2020-09-18T18:50:10.292Z] ---> Running in 1601880d0c3f [2020-09-18T18:50:10.292Z] Removing intermediate container 1601880d0c3f [2020-09-18T18:50:10.292Z] ---> f2a1e3a7f095 [2020-09-18T18:50:10.292Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T18:50:10.869Z] ---> 6f951ce95f6e [2020-09-18T18:50:10.869Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T18:50:11.135Z] ---> 553041f6b34f [2020-09-18T18:50:11.135Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-18T18:50:11.400Z] ---> a63dc232a118 [2020-09-18T18:50:11.400Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T18:50:11.400Z] ---> edc13dd10f24 [2020-09-18T18:50:11.400Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T18:50:11.662Z] ---> ae4d3e0bf1b2 [2020-09-18T18:50:11.662Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T18:50:11.930Z] ---> Running in f0b5a1de44d3 [2020-09-18T18:50:11.930Z] Removing intermediate container f0b5a1de44d3 [2020-09-18T18:50:11.930Z] ---> bf4f14bc597e [2020-09-18T18:50:11.930Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T18:50:11.930Z] ---> Running in 1d968f2c90d7 [2020-09-18T18:50:12.219Z] Removing intermediate container 1d968f2c90d7 [2020-09-18T18:50:12.219Z] ---> 14fe7ba1228f [2020-09-18T18:50:12.219Z] Step 22/24 : LABEL arch=amd64 [2020-09-18T18:50:12.219Z] ---> Running in 7570283da632 [2020-09-18T18:50:12.499Z] Removing intermediate container 7570283da632 [2020-09-18T18:50:12.499Z] ---> ba98c5b1dd33 [2020-09-18T18:50:12.499Z] Step 23/24 : LABEL git_sha=35fb68b0c638eb5638d5346290494b848dd826c3 [2020-09-18T18:50:12.499Z] ---> Running in 340800218a51 [2020-09-18T18:50:12.786Z] Removing intermediate container 340800218a51 [2020-09-18T18:50:12.786Z] ---> 14b14eccf0b4 [2020-09-18T18:50:12.786Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T18:50:12.786Z] ---> Running in bf3a186c6ed4 [2020-09-18T18:50:12.786Z] Removing intermediate container bf3a186c6ed4 [2020-09-18T18:50:12.786Z] ---> 2172c60301c9 [2020-09-18T18:50:12.786Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T18:50:13.064Z] Successfully built 2172c60301c9 [2020-09-18T18:50:13.064Z] Successfully tagged docker-device-sdk-simple: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-18T18:50:35.692Z] gofmt -l . [2020-09-18T18:50:35.692Z] [ "`gofmt -l .`" = "" ] [2020-09-18T18:50:35.692Z] ./bin/test-attribution-txt.sh [2020-09-18T18:50:35.692Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T18:50:35.778Z] Warning: overwriting stash ‘coverage-report’ [2020-09-18T18:50:36.747Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T18:50:36.756Z] $ docker stop --time=1 eac9c087fb936d98e486caaa72f675cf4d656889c56b88979a41e3a9631f58d0 [2020-09-18T18:50:39.026Z] $ docker rm -f eac9c087fb936d98e486caaa72f675cf4d656889c56b88979a41e3a9631f58d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:50:40.455Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T18:50:40.864Z] + ls -al . [2020-09-18T18:50:40.865Z] total 228 [2020-09-18T18:50:40.865Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 18 18:50 . [2020-09-18T18:50:40.865Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 .. [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 18 18:47 .dockerignore [2020-09-18T18:50:40.865Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 18:47 .git [2020-09-18T18:50:40.865Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:47 .github [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 18 18:47 .gitignore [2020-09-18T18:50:40.865Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 18:47 .semver [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 18 18:47 Dockerfile.build [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 18 18:47 Jenkinsfile [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 18 18:47 LICENSE [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 18 18:47 Makefile [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 18 18:47 README.md [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 18 18:47 RELEASE-NOTES.txt [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 18:43 VERSION [2020-09-18T18:50:40.865Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:47 bin [2020-09-18T18:50:40.865Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 18 18:50 coverage.out [2020-09-18T18:50:40.865Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 example [2020-09-18T18:50:40.865Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 18 18:50 go.mod [2020-09-18T18:50:40.865Z] -rw-r--r-- 1 jenkins jenkins 12258 Sep 18 18:50 go.sum [2020-09-18T18:50:40.865Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 18 18:47 internal [2020-09-18T18:50:40.865Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 openapi [2020-09-18T18:50:40.865Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 18 18:47 pkg [2020-09-18T18:50:40.865Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 snap [2020-09-18T18:50:40.865Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 18 18:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:50:41.214Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=35fb68b0c638eb5638d5346290494b848dd826c3 --label arch=arm64 --label version=0.0.0 . [2020-09-18T18:50:41.819Z] Sending build context to Docker daemon 3.278MB [2020-09-18T18:50:41.819Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T18:50:41.819Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T18:50:41.819Z] ---> a1dd1e563732 [2020-09-18T18:50:41.819Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T18:50:42.092Z] ---> Running in 663ffdaec678 [2020-09-18T18:50:42.691Z] Removing intermediate container 663ffdaec678 [2020-09-18T18:50:42.691Z] ---> dba068f4322e [2020-09-18T18:50:42.691Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T18:50:42.691Z] ---> Running in e50ba4a00d8d [2020-09-18T18:50:43.291Z] Removing intermediate container e50ba4a00d8d [2020-09-18T18:50:43.291Z] ---> 3320869fab3d [2020-09-18T18:50:43.291Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:50:43.291Z] ---> Running in 1bcfa702e276 [2020-09-18T18:50:43.898Z] Removing intermediate container 1bcfa702e276 [2020-09-18T18:50:43.898Z] ---> 156a9960afd3 [2020-09-18T18:50:43.898Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:50:43.898Z] ---> Running in 4a5cfaa1e6de [2020-09-18T18:50:46.537Z] Removing intermediate container 4a5cfaa1e6de [2020-09-18T18:50:46.537Z] ---> 56a75d2ea2ff [2020-09-18T18:50:46.537Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T18:50:46.537Z] ---> Running in 3a1a702cfd60 [2020-09-18T18:50:47.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T18:50:48.973Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T18:50:49.577Z] OK: 142 MiB in 39 packages [2020-09-18T18:50:50.565Z] Removing intermediate container 3a1a702cfd60 [2020-09-18T18:50:50.565Z] ---> 1adfc84e8f5a [2020-09-18T18:50:50.565Z] Step 8/24 : COPY . . [2020-09-18T18:50:52.004Z] ---> 2eeb6834b4cd [2020-09-18T18:50:52.004Z] Step 9/24 : RUN ${MAKE} [2020-09-18T18:50:52.279Z] ---> Running in 95f802b13af2 [2020-09-18T18:50:53.717Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-09-18T18:51:20.634Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T18:51:20.635Z] Removing intermediate container 95f802b13af2 [2020-09-18T18:51:20.635Z] ---> 6c9966a87efb [2020-09-18T18:51:20.635Z] Step 10/24 : FROM scratch [2020-09-18T18:51:20.635Z] ---> [2020-09-18T18:51:20.635Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:51:20.635Z] ---> Running in c7f808741096 [2020-09-18T18:51:20.635Z] Removing intermediate container c7f808741096 [2020-09-18T18:51:20.635Z] ---> 873ac7df369a [2020-09-18T18:51:20.635Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T18:51:20.635Z] ---> Running in 89bbc178cb9b [2020-09-18T18:51:21.258Z] Removing intermediate container 89bbc178cb9b [2020-09-18T18:51:21.258Z] ---> 10eb804063fb [2020-09-18T18:51:21.258Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T18:51:21.258Z] ---> Running in 4d903d59ca05 [2020-09-18T18:51:21.857Z] Removing intermediate container 4d903d59ca05 [2020-09-18T18:51:21.858Z] ---> 890e8b111f1d [2020-09-18T18:51:21.858Z] Step 14/24 : WORKDIR / [2020-09-18T18:51:21.858Z] ---> Running in fba6dc6c73fd [2020-09-18T18:51:22.456Z] Removing intermediate container fba6dc6c73fd [2020-09-18T18:51:22.456Z] ---> a0d1d647b4db [2020-09-18T18:51:22.456Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T18:51:23.439Z] ---> fe34c0ef46b6 [2020-09-18T18:51:23.439Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T18:51:24.418Z] ---> 8a3a54b3d35b [2020-09-18T18:51:24.418Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-18T18:51:25.019Z] ---> 0ce094990aa3 [2020-09-18T18:51:25.019Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T18:51:25.614Z] ---> 8914500e931c [2020-09-18T18:51:25.614Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T18:51:26.211Z] ---> abfa393594c6 [2020-09-18T18:51:26.211Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T18:51:26.486Z] ---> Running in e76204df9b8f [2020-09-18T18:51:27.077Z] Removing intermediate container e76204df9b8f [2020-09-18T18:51:27.077Z] ---> 3f4bf45a05dc [2020-09-18T18:51:27.077Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T18:51:27.077Z] ---> Running in e5395c9f96bd [2020-09-18T18:51:27.353Z] Removing intermediate container e5395c9f96bd [2020-09-18T18:51:27.353Z] ---> 5c25cf349233 [2020-09-18T18:51:27.353Z] Step 22/24 : LABEL arch=arm64 [2020-09-18T18:51:27.630Z] ---> Running in f872930f20df [2020-09-18T18:51:27.906Z] Removing intermediate container f872930f20df [2020-09-18T18:51:27.906Z] ---> 0cbfede42a9b [2020-09-18T18:51:27.906Z] Step 23/24 : LABEL git_sha=35fb68b0c638eb5638d5346290494b848dd826c3 [2020-09-18T18:51:28.182Z] ---> Running in 025e61fc7aa2 [2020-09-18T18:51:28.808Z] Removing intermediate container 025e61fc7aa2 [2020-09-18T18:51:28.808Z] ---> 069881523c49 [2020-09-18T18:51:28.808Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T18:51:28.808Z] ---> Running in 71380bd6024e [2020-09-18T18:51:29.102Z] Removing intermediate container 71380bd6024e [2020-09-18T18:51:29.102Z] ---> 591995c5eb7a [2020-09-18T18:51:29.102Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T18:51:29.380Z] Successfully built 591995c5eb7a [2020-09-18T18:51:29.380Z] Successfully tagged docker-device-sdk-simple-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-18T18:51:31.566Z] provisioning config files... [2020-09-18T18:51:31.579Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config7890011844609265826tmp [Pipeline] { [Pipeline] sh [2020-09-18T18:51:31.948Z] + curl -s https://codecov.io/bash [2020-09-18T18:51:31.949Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config7890011844609265826tmp [Pipeline] } [2020-09-18T18:51:32.224Z] 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-18T18:51:34.443Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:51:35.039Z] ---> package-listing.sh [2020-09-18T18:51:35.039Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T18:51:35.039Z] ++ facter osfamily [2020-09-18T18:51:35.039Z] + OS_FAMILY=redhat [2020-09-18T18:51:35.039Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-18T18:51:35.039Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T18:51:35.039Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T18:51:35.039Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T18:51:35.039Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T18:51:35.039Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-18T18:51:35.039Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T18:51:35.039Z] + case "${OS_FAMILY}" in [2020-09-18T18:51:35.039Z] + rpm -qa [2020-09-18T18:51:35.039Z] + sort [2020-09-18T18:51:39.348Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T18:51:39.348Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T18:51:39.348Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T18:51:39.348Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-18T18:51:39.348Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [2020-09-18T18:51:39.348Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:51:39.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:51:39.836Z] [2020-09-18T18:51:39.836Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:51:40.193Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:51:40.193Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T18:51:40.193Z] df20fa9351a1: Pulling fs layer [2020-09-18T18:51:40.193Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T18:51:40.193Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T18:51:40.193Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T18:51:40.193Z] 0dadc02b9964: Pulling fs layer [2020-09-18T18:51:40.193Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T18:51:40.193Z] 7a184a31f384: Pulling fs layer [2020-09-18T18:51:40.193Z] 0879bd2ef858: Pulling fs layer [2020-09-18T18:51:40.193Z] 0dadc02b9964: Waiting [2020-09-18T18:51:40.193Z] ce6a7cf60c04: Waiting [2020-09-18T18:51:40.193Z] 7a184a31f384: Waiting [2020-09-18T18:51:40.193Z] 0879bd2ef858: Waiting [2020-09-18T18:51:40.193Z] 46f8f816bc3b: Waiting [2020-09-18T18:51:40.193Z] 36b3adc4ff6f: Verifying Checksum [2020-09-18T18:51:40.193Z] 36b3adc4ff6f: Download complete [2020-09-18T18:51:40.193Z] 46f8f816bc3b: Verifying Checksum [2020-09-18T18:51:40.193Z] 46f8f816bc3b: Download complete [2020-09-18T18:51:40.460Z] df20fa9351a1: Verifying Checksum [2020-09-18T18:51:40.460Z] df20fa9351a1: Download complete [2020-09-18T18:51:40.460Z] 0dadc02b9964: Verifying Checksum [2020-09-18T18:51:40.460Z] 0dadc02b9964: Download complete [2020-09-18T18:51:40.460Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T18:51:40.460Z] ce6a7cf60c04: Download complete [2020-09-18T18:51:40.460Z] 7a184a31f384: Verifying Checksum [2020-09-18T18:51:40.460Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T18:51:40.460Z] 8ad3a11d3b57: Download complete [2020-09-18T18:51:40.723Z] df20fa9351a1: Pull complete [2020-09-18T18:51:40.986Z] 36b3adc4ff6f: Pull complete [2020-09-18T18:51:40.986Z] 0879bd2ef858: Verifying Checksum [2020-09-18T18:51:40.986Z] 0879bd2ef858: Download complete [2020-09-18T18:51:41.566Z] 8ad3a11d3b57: Pull complete [2020-09-18T18:51:41.566Z] 46f8f816bc3b: Pull complete [2020-09-18T18:51:41.828Z] 0dadc02b9964: Pull complete [2020-09-18T18:51:42.094Z] ce6a7cf60c04: Pull complete [2020-09-18T18:51:42.094Z] 7a184a31f384: Pull complete [2020-09-18T18:51:44.706Z] 0879bd2ef858: Pull complete [2020-09-18T18:51:44.706Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T18:51:44.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:51:44.706Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T18:51:44.838Z] prd-centos7-docker-4c-2g-424 does not seem to be running inside a container [2020-09-18T18:51:44.893Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-18T18:51:49.772Z] $ docker top 99eb562d8b4e8831db80c17aa2d0167e1edacae42e88d6983552647ed08fa354 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:51:50.266Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T18:51:50.645Z] + ls /var/log/sa-host [2020-09-18T18:51:50.645Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T18:51:50.645Z] file_magic: OK [2020-09-18T18:51:50.645Z] HZ: Using current value: 100 [2020-09-18T18:51:50.645Z] file_header: OK [2020-09-18T18:51:50.645Z] 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-18T18:51:50.645Z] Statistics: [2020-09-18T18:51:50.645Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T18:51:50.645Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T18:51:50.645Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T18:51:50.645Z] file_magic: OK [2020-09-18T18:51:50.645Z] HZ: Using current value: 100 [2020-09-18T18:51:50.645Z] file_header: OK [2020-09-18T18:51:50.645Z] 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-18T18:51:50.645Z] Statistics: [2020-09-18T18:51:50.645Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T18:51:50.645Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T18:51:50.772Z] provisioning config files... [2020-09-18T18:51:50.803Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config2988930004867673762tmp [Pipeline] { [Pipeline] echo [2020-09-18T18:51:50.925Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:51:51.306Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T18:51:51.331Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:51:51.697Z] ---> logs-deploy.sh [2020-09-18T18:51:51.698Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/7 [2020-09-18T18:51:51.698Z] INFO: archiving workspace using pattern(s): [2020-09-18T18:51:53.144Z] Archives upload complete. [2020-09-18T18:51:53.144Z] INFO: archiving logs to Nexus