Branch indexing 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-sdk-go Obtained Jenkinsfile from 81b72cb1c14b119a0974622c0a4aa5a2897d132f+9f44a914c3163ba6aceeb076ef4043962d95dc92 (fa7710b68c6bdb244e52b9a2d607fdb05d0a14c9) 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-426 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [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 Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_PR-571 # 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/571/head:refs/remotes/origin/PR-571 +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/571/head:refs/remotes/origin/PR-571 # 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-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/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 81b72cb1c14b119a0974622c0a4aa5a2897d132f Merge succeeded, producing 50bdc8a8df699f51610fa3e77dacd07c040d0337 Checking out Revision 50bdc8a8df699f51610fa3e77dacd07c040d0337 (PR-571) > git config core.sparsecheckout # timeout=10 > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # 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 50bdc8a8df699f51610fa3e77dacd07c040d0337 # timeout=10 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" > git rev-list --no-walk 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-18T18:43:33.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T18:43:34.074Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T18:43:34.261Z] ========================================================= [2020-09-18T18:43:34.261Z] EdgeX Global Pipelines Version Info [2020-09-18T18:43:34.261Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:43:35.740Z] ------------------- [2020-09-18T18:43:35.740Z] stable info: [2020-09-18T18:43:35.740Z] ------------------- [2020-09-18T18:43:35.740Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T18:43:35.740Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T18:43:35.740Z] Message: update stable to v1.0.122 [2020-09-18T18:43:36.708Z] ------------------- [2020-09-18T18:43:36.708Z] experimental info: [2020-09-18T18:43:36.708Z] ------------------- [2020-09-18T18:43:36.708Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T18:43:36.708Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T18:43:36.708Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T18:43:37.060Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-18T18:43:37.145Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-18T18:43:37.231Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T18:43:37.319Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T18:43:37.407Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T18:43:37.504Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T18:43:37.592Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T18:43:37.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T18:43:37.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-18T18:43:37.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T18:43:37.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T18:43:38.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-18T18:43:38.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T18:43:38.184Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T18:43:38.268Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T18:43:38.353Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:43:38.444Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:43:38.528Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T18:43:38.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T18:43:38.694Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T18:43:38.791Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T18:43:38.900Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T18:43:38.989Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-571 [Pipeline] echo [2020-09-18T18:43:39.075Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-571 [Pipeline] echo [2020-09-18T18:43:39.183Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-571 [Pipeline] echo [2020-09-18T18:43:39.279Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 50bdc8a8df699f51610fa3e77dacd07c040d0337 [Pipeline] echo [2020-09-18T18:43:39.394Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 50bdc8a [Pipeline] echo [2020-09-18T18:43:39.510Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:43:40.156Z] + git log --format=format:%s -1 50bdc8a8df699f51610fa3e77dacd07c040d0337 [Pipeline] echo [2020-09-18T18:43:40.238Z] GIT_COMMIT: 50bdc8a8df699f51610fa3e77dacd07c040d0337, Commit Message: Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD [Pipeline] echo [2020-09-18T18:43:40.299Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:43:40.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:43:41.250Z] [2020-09-18T18:43:41.250Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:43:41.601Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:43:41.601Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T18:43:41.601Z] 31603596830f: Pulling fs layer [2020-09-18T18:43:41.601Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T18:43:41.601Z] 6ca5941a6612: Pulling fs layer [2020-09-18T18:43:41.601Z] ecc8261a40a4: Pulling fs layer [2020-09-18T18:43:41.601Z] ecc8261a40a4: Waiting [2020-09-18T18:43:41.601Z] 2a8b12db71e7: Download complete [2020-09-18T18:43:41.869Z] 31603596830f: Verifying Checksum [2020-09-18T18:43:41.869Z] 31603596830f: Download complete [2020-09-18T18:43:41.869Z] ecc8261a40a4: Verifying Checksum [2020-09-18T18:43:41.869Z] ecc8261a40a4: Download complete [2020-09-18T18:43:41.869Z] 6ca5941a6612: Verifying Checksum [2020-09-18T18:43:41.869Z] 6ca5941a6612: Download complete [2020-09-18T18:43:42.147Z] 31603596830f: Pull complete [2020-09-18T18:43:42.147Z] 2a8b12db71e7: Pull complete [2020-09-18T18:43:43.119Z] 6ca5941a6612: Pull complete [2020-09-18T18:43:43.384Z] ecc8261a40a4: Pull complete [2020-09-18T18:43:43.384Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T18:43:43.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T18:43:43.384Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T18:43:43.512Z] prd-centos7-docker-4c-2g-426 does not seem to be running inside a container [2020-09-18T18:43:43.568Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-571 -v /w/workspace/dgexfoundry_device-sdk-go_PR-571:/w/workspace/dgexfoundry_device-sdk-go_PR-571:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-18T18:43:45.723Z] $ docker top 315963b02588c76a2a60109cea50cf3dd151e3170f2bafe53c88f103c90a62d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T18:43:46.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T18:43:46.007Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T18:43:46.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T18:43:46.212Z] $ docker exec 315963b02588c76a2a60109cea50cf3dd151e3170f2bafe53c88f103c90a62d2 ssh-agent [2020-09-18T18:43:46.373Z] SSH_AUTH_SOCK=/tmp/ssh-VciyL47acAET/agent.11 [2020-09-18T18:43:46.373Z] SSH_AGENT_PID=16 [2020-09-18T18:43:46.385Z] Running ssh-add (command line suppressed) [2020-09-18T18:43:46.504Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_4019241961122932525.key (/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_4019241961122932525.key) [2020-09-18T18:43:46.555Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T18:43:46.890Z] + git describe --exact-match --tags HEAD [2020-09-18T18:43:46.890Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T18:43:46.911Z] $ docker exec --env ******** --env ******** 315963b02588c76a2a60109cea50cf3dd151e3170f2bafe53c88f103c90a62d2 ssh-agent -k [2020-09-18T18:43:47.040Z] unset SSH_AUTH_SOCK; [2020-09-18T18:43:47.040Z] unset SSH_AGENT_PID; [2020-09-18T18:43:47.040Z] echo Agent pid 16 killed; [2020-09-18T18:43:47.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T18:43:47.172Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T18:43:47.172Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T18:43:47.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T18:43:47.264Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T18:43:47.422Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T18:43:47.425Z] $ docker exec 315963b02588c76a2a60109cea50cf3dd151e3170f2bafe53c88f103c90a62d2 ssh-agent [2020-09-18T18:43:47.580Z] SSH_AUTH_SOCK=/tmp/ssh-dG6BL5dZpneR/agent.44 [2020-09-18T18:43:47.580Z] SSH_AGENT_PID=49 [2020-09-18T18:43:47.586Z] Running ssh-add (command line suppressed) [2020-09-18T18:43:47.705Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_5948357190319020599.key (/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/private_key_5948357190319020599.key) [2020-09-18T18:43:47.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T18:43:48.076Z] + git semver init [2020-09-18T18:43:48.077Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T18:43:48.077Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-571/.git [2020-09-18T18:43:48.077Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-571 [2020-09-18T18:43:48.077Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T18:43:48.077Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T18:43:48.077Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T18:43:48.077Z] # $SEMVER_BRANCH = PR-571 [2020-09-18T18:43:48.077Z] # $SEMVER_TEMP = /tmp/semver-191469128 [2020-09-18T18:43:48.077Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-18T18:43:48.650Z] # '/tmp/semver-191469128' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-571/.semver' [2020-09-18T18:43:48.650Z] # -> Force: false [2020-09-18T18:43:48.650Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-571/.semver [Pipeline] } [2020-09-18T18:43:48.661Z] $ docker exec --env ******** --env ******** 315963b02588c76a2a60109cea50cf3dd151e3170f2bafe53c88f103c90a62d2 ssh-agent -k [2020-09-18T18:43:48.779Z] unset SSH_AUTH_SOCK; [2020-09-18T18:43:48.780Z] unset SSH_AGENT_PID; [2020-09-18T18:43:48.780Z] echo Agent pid 49 killed; [2020-09-18T18:43:48.825Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T18:43:49.488Z] + git semver [Pipeline] } [2020-09-18T18:43:49.505Z] $ docker stop --time=1 315963b02588c76a2a60109cea50cf3dd151e3170f2bafe53c88f103c90a62d2 [2020-09-18T18:43:50.873Z] $ docker rm -f 315963b02588c76a2a60109cea50cf3dd151e3170f2bafe53c88f103c90a62d2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T18:43:51.743Z] Stashed 37 file(s) [Pipeline] echo [2020-09-18T18:43:51.745Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-18T18:43:51.855Z] 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:44:07.304Z] Still waiting to schedule task [2020-09-18T18:44:07.305Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-18T18:44:07.307Z] Still waiting to schedule task [2020-09-18T18:44:07.308Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-425’ [2020-09-18T18:47:09.151Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-435 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [Pipeline] { [Pipeline] ws [2020-09-18T18:47:09.201Z] Running in /w/workspace/device-sdk-go/12 [Pipeline] { [Pipeline] checkout [2020-09-18T18:47:15.111Z] using credential edgex-jenkins-ssh [2020-09-18T18:47:15.167Z] Cloning the remote Git repository [2020-09-18T18:47:15.167Z] Cloning with configured refspecs honoured and without tags [2020-09-18T18:47:15.220Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:15.341Z] > git init /w/workspace/device-sdk-go/12 # timeout=10 [2020-09-18T18:47:15.405Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:15.407Z] > git --version # timeout=10 [2020-09-18T18:47:15.426Z] > git --version # 'git version 2.17.1' [2020-09-18T18:47:15.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:15.513Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:16.557Z] Fetching without tags [2020-09-18T18:47:16.468Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:47:16.485Z] > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # timeout=10 [2020-09-18T18:47:16.504Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:16.526Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:47:16.561Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:47:16.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:16.578Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:47:17.109Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 81b72cb1c14b119a0974622c0a4aa5a2897d132f [2020-09-18T18:47:17.494Z] Merge succeeded, producing 8797da56477b81cb87948164fce988d3bada5a50 [2020-09-18T18:47:17.495Z] Checking out Revision 8797da56477b81cb87948164fce988d3bada5a50 (PR-571) [2020-09-18T18:47:17.121Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:47:17.134Z] > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 [2020-09-18T18:47:17.248Z] > git remote # timeout=10 [2020-09-18T18:47:17.302Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T18:47:17.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:47:17.340Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T18:47:17.455Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T18:47:17.494Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:47:17.515Z] > git checkout -f 8797da56477b81cb87948164fce988d3bada5a50 # timeout=10 [2020-09-18T18:47:21.968Z] Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" [2020-09-18T18:47:21.973Z] > git rev-list --no-walk 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T18:47:23.309Z] ========================================================= [2020-09-18T18:47:23.309Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T18:47:23.309Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:47:24.575Z] + 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:25.589Z] Sending build context to Docker daemon 3.169MB [2020-09-18T18:47:25.589Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T18:47:25.589Z] Step 2/8 : FROM ${BASE} [2020-09-18T18:47:25.864Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T18:47:25.864Z] b538f80385f9: Pulling fs layer [2020-09-18T18:47:25.864Z] 74f711af9a0d: Pulling fs layer [2020-09-18T18:47:25.864Z] 99f96fe45779: Pulling fs layer [2020-09-18T18:47:25.864Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T18:47:25.864Z] 45590311c82a: Pulling fs layer [2020-09-18T18:47:25.864Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T18:47:25.864Z] 209524e5b208: Pulling fs layer [2020-09-18T18:47:25.864Z] 8529a6b9a6be: Waiting [2020-09-18T18:47:25.864Z] 45590311c82a: Waiting [2020-09-18T18:47:25.864Z] 69ca0ff8b7b3: Waiting [2020-09-18T18:47:25.864Z] 209524e5b208: Waiting [2020-09-18T18:47:25.864Z] 99f96fe45779: Verifying Checksum [2020-09-18T18:47:25.864Z] 99f96fe45779: Download complete [2020-09-18T18:47:26.138Z] 74f711af9a0d: Verifying Checksum [2020-09-18T18:47:26.138Z] 74f711af9a0d: Download complete [2020-09-18T18:47:26.138Z] 45590311c82a: Verifying Checksum [2020-09-18T18:47:26.138Z] 45590311c82a: Download complete [2020-09-18T18:47:26.138Z] 69ca0ff8b7b3: Download complete [2020-09-18T18:47:26.742Z] b538f80385f9: Verifying Checksum [2020-09-18T18:47:26.743Z] b538f80385f9: Download complete [2020-09-18T18:47:27.341Z] b538f80385f9: Pull complete [2020-09-18T18:47:27.937Z] 74f711af9a0d: Pull complete [2020-09-18T18:47:28.211Z] 99f96fe45779: Pull complete [2020-09-18T18:47:29.204Z] 209524e5b208: Verifying Checksum [2020-09-18T18:47:29.204Z] 209524e5b208: Download complete [2020-09-18T18:47:30.656Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T18:47:30.656Z] 8529a6b9a6be: Download complete [2020-09-18T18:47:40.845Z] 8529a6b9a6be: Pull complete [2020-09-18T18:47:41.123Z] 45590311c82a: Pull complete [2020-09-18T18:47:41.727Z] 69ca0ff8b7b3: Pull complete [2020-09-18T18:47:46.062Z] 209524e5b208: Pull complete [2020-09-18T18:47:46.062Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T18:47:46.062Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T18:47:46.062Z] ---> 5bddaf1c2fca [2020-09-18T18:47:46.062Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:47:48.694Z] ---> Running in a11aa925d4cf [2020-09-18T18:47:48.969Z] Removing intermediate container a11aa925d4cf [2020-09-18T18:47:48.969Z] ---> 7d58b5cb9172 [2020-09-18T18:47:48.969Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:47:48.969Z] ---> Running in 47cd571b28eb [2020-09-18T18:47:52.398Z] Removing intermediate container 47cd571b28eb [2020-09-18T18:47:52.398Z] ---> b3078526319b [2020-09-18T18:47:52.398Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T18:47:52.398Z] ---> Running in 2be2f7e7092d [2020-09-18T18:47:53.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T18:47:54.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T18:47:55.423Z] OK: 142 MiB in 39 packages [2020-09-18T18:47:56.410Z] Removing intermediate container 2be2f7e7092d [2020-09-18T18:47:56.410Z] ---> cb844c3987e1 [2020-09-18T18:47:56.410Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T18:47:56.689Z] ---> Running in f8dbe13d3a0e [2020-09-18T18:47:57.288Z] Removing intermediate container f8dbe13d3a0e [2020-09-18T18:47:57.288Z] ---> ba0e0946d8ae [2020-09-18T18:47:57.288Z] Step 7/8 : COPY . . [2020-09-18T18:47:58.730Z] ---> 0ead9d8d130b [2020-09-18T18:47:58.730Z] Step 8/8 : RUN go mod download [2020-09-18T18:47:58.730Z] ---> Running in ad32f983c003 [2020-09-18T18:48:00.313Z] Running on prd-centos7-docker-4c-2g-436 in /w/workspace/dgexfoundry_device-sdk-go_PR-571 [Pipeline] { [Pipeline] ws [2020-09-18T18:48:00.368Z] Running in /w/workspace/device-sdk-go/12 [Pipeline] { [Pipeline] checkout [2020-09-18T18:48:10.879Z] using credential edgex-jenkins-ssh [2020-09-18T18:48:10.942Z] Cloning the remote Git repository [2020-09-18T18:48:10.942Z] Cloning with configured refspecs honoured and without tags [2020-09-18T18:48:10.987Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:48:12.152Z] Fetching without tags [2020-09-18T18:48:11.099Z] > git init /w/workspace/device-sdk-go/12 # timeout=10 [2020-09-18T18:48:11.203Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:48:11.203Z] > git --version # timeout=10 [2020-09-18T18:48:11.213Z] > git --version # 'git version 2.16.5' [2020-09-18T18:48:11.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:48:11.273Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:48:12.037Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:48:12.065Z] > git config --add remote.origin.fetch +refs/pull/571/head:refs/remotes/origin/PR-571 # timeout=10 [2020-09-18T18:48:12.087Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:48:12.132Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T18:48:12.153Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T18:48:12.153Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:48:12.191Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/571/head:refs/remotes/origin/PR-571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T18:48:12.761Z] Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 81b72cb1c14b119a0974622c0a4aa5a2897d132f [2020-09-18T18:48:13.191Z] Merge succeeded, producing 5f182dbf03adc934c0649deb82deb0e21ca451d6 [2020-09-18T18:48:13.192Z] Checking out Revision 5f182dbf03adc934c0649deb82deb0e21ca451d6 (PR-571) [2020-09-18T18:48:12.775Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:48:12.894Z] > git checkout -f 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 [2020-09-18T18:48:13.047Z] > git remote # timeout=10 [2020-09-18T18:48:13.081Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T18:48:13.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T18:48:13.105Z] > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 [2020-09-18T18:48:13.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T18:48:13.192Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T18:48:13.226Z] > git checkout -f 5f182dbf03adc934c0649deb82deb0e21ca451d6 # timeout=10 [2020-09-18T18:48:13.861Z] Removing intermediate container ad32f983c003 [2020-09-18T18:48:13.861Z] ---> 6e6851a093a8 [2020-09-18T18:48:13.861Z] Successfully built 6e6851a093a8 [2020-09-18T18:48:13.861Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:48:14.312Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T18:48:14.312Z] . [Pipeline] withDockerContainer [2020-09-18T18:48:14.622Z] prd-ubuntu18.04-docker-arm64-4c-16g-435 does not seem to be running inside a container [2020-09-18T18:48:14.722Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T18:48:16.741Z] $ docker top 78b1123dd54316fbe3616b2636a96cc05f67bdf6b855c69ae9dfc80dc8fda8fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:48:17.446Z] Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" [2020-09-18T18:48:17.447Z] > git rev-list --no-walk 81b72cb1c14b119a0974622c0a4aa5a2897d132f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-18T18:48:18.260Z] + go version [2020-09-18T18:48:18.260Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T18:48:18.289Z] $ docker stop --time=1 78b1123dd54316fbe3616b2636a96cc05f67bdf6b855c69ae9dfc80dc8fda8fb [2020-09-18T18:48:20.267Z] $ docker rm -f 78b1123dd54316fbe3616b2636a96cc05f67bdf6b855c69ae9dfc80dc8fda8fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo [2020-09-18T18:48:20.721Z] ========================================================= [2020-09-18T18:48:20.721Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T18:48:20.721Z] ========================================================= [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:48:22.070Z] + 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:22.243Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T18:48:22.243Z] . [Pipeline] withDockerContainer [2020-09-18T18:48:22.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-435 does not seem to be running inside a container [2020-09-18T18:48:22.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T18:48:22.690Z] Sending build context to Docker daemon 3.169MB [2020-09-18T18:48:22.690Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T18:48:22.690Z] Step 2/8 : FROM ${BASE} [2020-09-18T18:48:22.690Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T18:48:22.690Z] df20fa9351a1: Pulling fs layer [2020-09-18T18:48:22.690Z] ed8968b2872e: Pulling fs layer [2020-09-18T18:48:22.690Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T18:48:22.690Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T18:48:22.690Z] e73272ec9a57: Pulling fs layer [2020-09-18T18:48:22.690Z] 1e910a182e73: Pulling fs layer [2020-09-18T18:48:22.690Z] 4e634b169226: Pulling fs layer [2020-09-18T18:48:22.690Z] e73272ec9a57: Waiting [2020-09-18T18:48:22.690Z] 1e910a182e73: Waiting [2020-09-18T18:48:22.690Z] 4e634b169226: Waiting [2020-09-18T18:48:22.690Z] e871e8e8d7a9: Waiting [2020-09-18T18:48:22.690Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T18:48:22.690Z] a92cc7c5fd73: Download complete [2020-09-18T18:48:22.965Z] ed8968b2872e: Verifying Checksum [2020-09-18T18:48:22.965Z] ed8968b2872e: Download complete [2020-09-18T18:48:22.965Z] e73272ec9a57: Download complete [2020-09-18T18:48:23.234Z] 1e910a182e73: Verifying Checksum [2020-09-18T18:48:23.234Z] 1e910a182e73: Download complete [2020-09-18T18:48:23.234Z] df20fa9351a1: Verifying Checksum [2020-09-18T18:48:23.234Z] df20fa9351a1: Download complete [2020-09-18T18:48:23.505Z] df20fa9351a1: Pull complete [2020-09-18T18:48:23.776Z] ed8968b2872e: Pull complete [2020-09-18T18:48:24.042Z] a92cc7c5fd73: Pull complete [2020-09-18T18:48:24.765Z] $ docker top 225f35067a5d7f3c7e9767656fefbb8a47c3515a66003114ba5e79e4e51050d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:48:26.243Z] + make test [2020-09-18T18:48:26.243Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T18:48:26.665Z] 4e634b169226: Verifying Checksum [2020-09-18T18:48:26.665Z] 4e634b169226: Download complete [2020-09-18T18:48:29.083Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T18:48:29.083Z] e871e8e8d7a9: Download complete [2020-09-18T18:48:37.403Z] e871e8e8d7a9: Pull complete [2020-09-18T18:48:37.403Z] e73272ec9a57: Pull complete [2020-09-18T18:48:37.403Z] 1e910a182e73: Pull complete [2020-09-18T18:48:45.745Z] 4e634b169226: Pull complete [2020-09-18T18:48:45.745Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T18:48:45.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T18:48:45.745Z] ---> f7629b54cfaa [2020-09-18T18:48:45.745Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:48:45.745Z] ---> Running in f6ba315c59b0 [2020-09-18T18:48:45.745Z] Removing intermediate container f6ba315c59b0 [2020-09-18T18:48:45.745Z] ---> b6d167737f35 [2020-09-18T18:48:45.745Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:48:45.745Z] ---> Running in 07ebd792186d [2020-09-18T18:48:47.216Z] Removing intermediate container 07ebd792186d [2020-09-18T18:48:47.216Z] ---> c7799573a6b2 [2020-09-18T18:48:47.216Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T18:48:47.216Z] ---> Running in af23524633d2 [2020-09-18T18:48:47.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T18:48:48.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T18:48:49.395Z] OK: 166 MiB in 39 packages [2020-09-18T18:48:49.661Z] Removing intermediate container af23524633d2 [2020-09-18T18:48:49.661Z] ---> ed17d2e4b60e [2020-09-18T18:48:49.661Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T18:48:49.926Z] ---> Running in 2cd91d7764e9 [2020-09-18T18:48:50.194Z] Removing intermediate container 2cd91d7764e9 [2020-09-18T18:48:50.194Z] ---> cb25ef255ac6 [2020-09-18T18:48:50.194Z] Step 7/8 : COPY . . [2020-09-18T18:48:51.181Z] ---> 931d4ab113ae [2020-09-18T18:48:51.181Z] Step 8/8 : RUN go mod download [2020-09-18T18:48:51.181Z] ---> Running in 08cd9c0a091c [2020-09-18T18:48:53.104Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T18:49:03.551Z] Removing intermediate container 08cd9c0a091c [2020-09-18T18:49:03.551Z] ---> 152552d6fd0e [2020-09-18T18:49:03.551Z] Successfully built 152552d6fd0e [2020-09-18T18:49:03.551Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:49:03.954Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T18:49:04.236Z] . [Pipeline] withDockerContainer [2020-09-18T18:49:04.451Z] prd-centos7-docker-4c-2g-436 does not seem to be running inside a container [2020-09-18T18:49:04.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T18:49:06.074Z] $ docker top 45cac530ebc7dc4928b4ba2ddb1d873dc4d9df6d45e616752eec39ec3d386d44 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:49:06.653Z] + go version [2020-09-18T18:49:06.653Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T18:49:06.696Z] $ docker stop --time=1 45cac530ebc7dc4928b4ba2ddb1d873dc4d9df6d45e616752eec39ec3d386d44 [2020-09-18T18:49:08.129Z] $ docker rm -f 45cac530ebc7dc4928b4ba2ddb1d873dc4d9df6d45e616752eec39ec3d386d44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:49:09.081Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T18:49:09.081Z] . [Pipeline] withDockerContainer [2020-09-18T18:49:09.302Z] prd-centos7-docker-4c-2g-436 does not seem to be running inside a container [2020-09-18T18:49:09.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T18:49:10.074Z] $ docker top dc1916573839367fd0093ec5baf0f0381b156ee27411f3b8a6675cca6844fcd9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:49:10.591Z] + make test [2020-09-18T18:49:10.591Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T18:49:23.193Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T18:49:32.138Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T18:49:32.138Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T18:49:32.138Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T18:49:32.138Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.063s coverage: 20.8% of statements [2020-09-18T18:49:34.790Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.197s coverage: 97.1% of statements [2020-09-18T18:49:45.791Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T18:49:45.791Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T18:49:45.791Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T18:49:45.791Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.078s coverage: 20.8% of statements [2020-09-18T18:49:46.081Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.450s coverage: 97.1% of statements [2020-09-18T18:50:07.207Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.088s coverage: 9.4% of statements [2020-09-18T18:50:07.207Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.9% of statements [2020-09-18T18:50:07.207Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T18:50:07.207Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.511s coverage: 37.0% of statements [2020-09-18T18:50:07.207Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T18:50:07.207Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.803s coverage: 65.4% of statements [2020-09-18T18:50:07.207Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T18:50:07.207Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T18:50:07.207Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T18:50:07.207Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.151s coverage: 52.6% of statements [2020-09-18T18:50:07.207Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.201s coverage: 68.9% of statements [2020-09-18T18:50:07.207Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T18:50:07.207Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T18:50:07.207Z] GO111MODULE=on go vet ./... [2020-09-18T18:50:18.540Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.036s coverage: 9.4% of statements [2020-09-18T18:50:18.540Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.043s coverage: 21.9% of statements [2020-09-18T18:50:18.540Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T18:50:18.540Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.253s coverage: 37.0% of statements [2020-09-18T18:50:18.540Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T18:50:18.540Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.381s coverage: 65.4% of statements [2020-09-18T18:50:18.540Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T18:50:18.540Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T18:50:18.540Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T18:50:18.540Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.082s coverage: 52.6% of statements [2020-09-18T18:50:18.540Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.814s coverage: 68.9% of statements [2020-09-18T18:50:18.540Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T18:50:18.540Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T18:50:18.540Z] GO111MODULE=on go vet ./... [2020-09-18T18:50:29.179Z] gofmt -l . [2020-09-18T18:50:29.179Z] [ "`gofmt -l .`" = "" ] [2020-09-18T18:50:29.179Z] ./bin/test-attribution-txt.sh [2020-09-18T18:50:29.776Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T18:50:30.534Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T18:50:30.554Z] $ docker stop --time=1 dc1916573839367fd0093ec5baf0f0381b156ee27411f3b8a6675cca6844fcd9 [2020-09-18T18:50:32.584Z] $ docker rm -f dc1916573839367fd0093ec5baf0f0381b156ee27411f3b8a6675cca6844fcd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T18:50:34.165Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T18:50:34.266Z] gofmt -l . [2020-09-18T18:50:34.266Z] [ "`gofmt -l .`" = "" ] [2020-09-18T18:50:34.266Z] ./bin/test-attribution-txt.sh [2020-09-18T18:50:34.266Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-18T18:50:34.325Z] Warning: overwriting stash ‘coverage-report’ [2020-09-18T18:50:34.538Z] + ls -al . [2020-09-18T18:50:34.538Z] total 188 [2020-09-18T18:50:34.538Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 18 18:50 . [2020-09-18T18:50:34.538Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 18 18:48 .. [2020-09-18T18:50:34.538Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 18:48 bin [2020-09-18T18:50:34.538Z] -rw-r--r--. 1 jenkins jenkins 111033 Sep 18 18:50 coverage.out [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 18 18:48 Dockerfile.build [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 18 18:48 .dockerignore [2020-09-18T18:50:34.538Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 18 18:48 example [2020-09-18T18:50:34.538Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 18:48 .git [2020-09-18T18:50:34.538Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 18 18:48 .github [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 18 18:48 .gitignore [2020-09-18T18:50:34.538Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 18 18:50 go.mod [2020-09-18T18:50:34.538Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 18 18:50 go.sum [2020-09-18T18:50:34.538Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 18 18:48 internal [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 18 18:48 Jenkinsfile [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 18 18:48 LICENSE [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 18 18:48 Makefile [2020-09-18T18:50:34.538Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 18 18:48 openapi [2020-09-18T18:50:34.538Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 18 18:48 pkg [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 18 18:48 README.md [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 18 18:48 RELEASE-NOTES.txt [2020-09-18T18:50:34.538Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 18:48 .semver [2020-09-18T18:50:34.538Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 18:48 snap [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 18:43 VERSION [2020-09-18T18:50:34.538Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 18 18:48 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:50:35.085Z] + 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=50bdc8a8df699f51610fa3e77dacd07c040d0337 --label arch=amd64 --label version=0.0.0 . [2020-09-18T18:50:35.151Z] Stashed 1 file(s) [Pipeline] } [2020-09-18T18:50:35.168Z] $ docker stop --time=1 225f35067a5d7f3c7e9767656fefbb8a47c3515a66003114ba5e79e4e51050d7 [2020-09-18T18:50:35.371Z] Sending build context to Docker daemon 3.281MB [2020-09-18T18:50:35.371Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T18:50:35.371Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T18:50:35.371Z] ---> 152552d6fd0e [2020-09-18T18:50:35.371Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T18:50:35.704Z] ---> Running in 6b4f6dc6000d [2020-09-18T18:50:35.704Z] Removing intermediate container 6b4f6dc6000d [2020-09-18T18:50:35.704Z] ---> e33fb883af9a [2020-09-18T18:50:35.704Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T18:50:36.030Z] ---> Running in 1391e5aa9547 [2020-09-18T18:50:36.345Z] Removing intermediate container 1391e5aa9547 [2020-09-18T18:50:36.345Z] ---> 253b9db96aa3 [2020-09-18T18:50:36.345Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:50:36.345Z] ---> Running in 9ba47d1959ef [2020-09-18T18:50:36.642Z] Removing intermediate container 9ba47d1959ef [2020-09-18T18:50:36.642Z] ---> 2e6640026ccc [2020-09-18T18:50:36.642Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:50:36.642Z] ---> Running in e0124f9de20d [2020-09-18T18:50:37.409Z] $ docker rm -f 225f35067a5d7f3c7e9767656fefbb8a47c3515a66003114ba5e79e4e51050d7 [2020-09-18T18:50:37.807Z] Removing intermediate container e0124f9de20d [2020-09-18T18:50:37.807Z] ---> 0bd10b98b42d [2020-09-18T18:50:37.807Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T18:50:37.807Z] ---> Running in 412cb7cc0f4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-18T18:50:38.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-09-18T18:50:38.891Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-18T18:50:39.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T18:50:39.284Z] + ls -al . [2020-09-18T18:50:39.284Z] total 228 [2020-09-18T18:50:39.284Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 18 18:50 . [2020-09-18T18:50:39.284Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 .. [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 18 18:47 .dockerignore [2020-09-18T18:50:39.284Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 18:47 .git [2020-09-18T18:50:39.284Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:47 .github [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 18 18:47 .gitignore [2020-09-18T18:50:39.284Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 18:47 .semver [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 18 18:47 Dockerfile.build [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 18 18:47 Jenkinsfile [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 18 18:47 LICENSE [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 18 18:47 Makefile [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 18 18:47 README.md [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 18 18:47 RELEASE-NOTES.txt [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 18:43 VERSION [2020-09-18T18:50:39.284Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:47 bin [2020-09-18T18:50:39.284Z] -rw-r--r-- 1 jenkins jenkins 111033 Sep 18 18:50 coverage.out [2020-09-18T18:50:39.284Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 example [2020-09-18T18:50:39.284Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 18 18:50 go.mod [2020-09-18T18:50:39.284Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 18 18:50 go.sum [2020-09-18T18:50:39.284Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 18 18:47 internal [2020-09-18T18:50:39.284Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 openapi [2020-09-18T18:50:39.284Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 18 18:47 pkg [2020-09-18T18:50:39.284Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:47 snap [2020-09-18T18:50:39.284Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 18 18:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:50:39.636Z] OK: 166 MiB in 39 packages [2020-09-18T18:50:39.639Z] + 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=50bdc8a8df699f51610fa3e77dacd07c040d0337 --label arch=arm64 --label version=0.0.0 . [2020-09-18T18:50:40.228Z] Removing intermediate container 412cb7cc0f4c [2020-09-18T18:50:40.229Z] ---> ed1fe9f3e727 [2020-09-18T18:50:40.229Z] Step 8/24 : COPY . . [2020-09-18T18:50:40.237Z] Sending build context to Docker daemon 3.281MB [2020-09-18T18:50:40.237Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-18T18:50:40.237Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-18T18:50:40.237Z] ---> 6e6851a093a8 [2020-09-18T18:50:40.237Z] Step 3/24 : ARG MAKE='make build' [2020-09-18T18:50:40.511Z] ---> Running in d1e2bf0c6618 [2020-09-18T18:50:41.107Z] Removing intermediate container d1e2bf0c6618 [2020-09-18T18:50:41.107Z] ---> fafa29f5ec64 [2020-09-18T18:50:41.107Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-18T18:50:41.107Z] ---> Running in c8f3523c0ed9 [2020-09-18T18:50:41.677Z] ---> 35f048c7ed24 [2020-09-18T18:50:41.677Z] Step 9/24 : RUN ${MAKE} [2020-09-18T18:50:41.677Z] ---> Running in 608f26630c46 [2020-09-18T18:50:41.710Z] Removing intermediate container c8f3523c0ed9 [2020-09-18T18:50:41.710Z] ---> 00ca9c0efb89 [2020-09-18T18:50:41.710Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:50:41.710Z] ---> Running in 57378f5ac39e [2020-09-18T18:50:42.304Z] 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:42.310Z] Removing intermediate container 57378f5ac39e [2020-09-18T18:50:42.310Z] ---> 57d61c218da2 [2020-09-18T18:50:42.310Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T18:50:42.310Z] ---> Running in e7d5d88444fe [2020-09-18T18:50:44.938Z] Removing intermediate container e7d5d88444fe [2020-09-18T18:50:44.938Z] ---> 9ff2a67ebd3c [2020-09-18T18:50:44.938Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-18T18:50:45.218Z] ---> Running in f0d55a728ae7 [2020-09-18T18:50:46.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T18:50:47.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T18:50:48.275Z] OK: 142 MiB in 39 packages [2020-09-18T18:50:49.255Z] Removing intermediate container f0d55a728ae7 [2020-09-18T18:50:49.255Z] ---> 8ecf8fc7e8c7 [2020-09-18T18:50:49.255Z] Step 8/24 : COPY . . [2020-09-18T18:50:50.702Z] ---> 1597a6e99fd7 [2020-09-18T18:50:50.702Z] Step 9/24 : RUN ${MAKE} [2020-09-18T18:50:50.702Z] ---> Running in 2113809c1b54 [2020-09-18T18:50:52.132Z] 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:55.185Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T18:50:57.253Z] Removing intermediate container 608f26630c46 [2020-09-18T18:50:57.253Z] ---> 67b20b383212 [2020-09-18T18:50:57.253Z] Step 10/24 : FROM scratch [2020-09-18T18:50:57.253Z] ---> [2020-09-18T18:50:57.253Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:50:57.253Z] ---> Running in e2e26538f154 [2020-09-18T18:50:57.253Z] Removing intermediate container e2e26538f154 [2020-09-18T18:50:57.253Z] ---> 2bb22424e4ba [2020-09-18T18:50:57.253Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T18:50:57.253Z] ---> Running in 180288acc8c6 [2020-09-18T18:50:57.517Z] Removing intermediate container 180288acc8c6 [2020-09-18T18:50:57.517Z] ---> 0be143206f54 [2020-09-18T18:50:57.517Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T18:50:57.517Z] ---> Running in 847306f0de13 [2020-09-18T18:50:57.781Z] Removing intermediate container 847306f0de13 [2020-09-18T18:50:57.781Z] ---> 510659f82dc1 [2020-09-18T18:50:57.781Z] Step 14/24 : WORKDIR / [2020-09-18T18:50:57.781Z] ---> Running in 6bbdfa62b2b0 [2020-09-18T18:50:58.060Z] Removing intermediate container 6bbdfa62b2b0 [2020-09-18T18:50:58.060Z] ---> 16b5399c19c0 [2020-09-18T18:50:58.060Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T18:50:58.652Z] ---> a189a918c0e3 [2020-09-18T18:50:58.652Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T18:50:58.926Z] ---> 4195e17b2078 [2020-09-18T18:50:58.926Z] 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:59.196Z] ---> a5ad2773d0a6 [2020-09-18T18:50:59.197Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T18:50:59.777Z] ---> b633883ddaab [2020-09-18T18:50:59.777Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T18:50:59.777Z] ---> b295931c02b1 [2020-09-18T18:50:59.777Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T18:51:00.041Z] ---> Running in e6fda1bfabbe [2020-09-18T18:51:00.041Z] Removing intermediate container e6fda1bfabbe [2020-09-18T18:51:00.041Z] ---> e8ac4f582327 [2020-09-18T18:51:00.041Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T18:51:00.305Z] ---> Running in 4fd3e6ea97c6 [2020-09-18T18:51:00.305Z] Removing intermediate container 4fd3e6ea97c6 [2020-09-18T18:51:00.305Z] ---> 0901518d95d0 [2020-09-18T18:51:00.305Z] Step 22/24 : LABEL arch=amd64 [2020-09-18T18:51:00.577Z] ---> Running in 1193c9d40500 [2020-09-18T18:51:00.577Z] Removing intermediate container 1193c9d40500 [2020-09-18T18:51:00.577Z] ---> f26eb7a48026 [2020-09-18T18:51:00.577Z] Step 23/24 : LABEL git_sha=50bdc8a8df699f51610fa3e77dacd07c040d0337 [2020-09-18T18:51:00.577Z] ---> Running in 7d5e6c68407d [2020-09-18T18:51:00.845Z] Removing intermediate container 7d5e6c68407d [2020-09-18T18:51:00.845Z] ---> dd5091fe9f9a [2020-09-18T18:51:00.845Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T18:51:00.845Z] ---> Running in a3e3425bc311 [2020-09-18T18:51:01.110Z] Removing intermediate container a3e3425bc311 [2020-09-18T18:51:01.110Z] ---> 38ccf409cd2d [2020-09-18T18:51:01.110Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T18:51:01.110Z] Successfully built 38ccf409cd2d [2020-09-18T18:51:01.110Z] 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:51:14.613Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-18T18:51:17.259Z] Removing intermediate container 2113809c1b54 [2020-09-18T18:51:17.259Z] ---> 2fc1ce7dba0f [2020-09-18T18:51:17.259Z] Step 10/24 : FROM scratch [2020-09-18T18:51:17.259Z] ---> [2020-09-18T18:51:17.259Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T18:51:17.537Z] ---> Running in 88999e38d4bb [2020-09-18T18:51:17.810Z] Removing intermediate container 88999e38d4bb [2020-09-18T18:51:17.810Z] ---> 2060c8e17ff3 [2020-09-18T18:51:17.810Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-18T18:51:18.086Z] ---> Running in 19c043034e77 [2020-09-18T18:51:18.360Z] Removing intermediate container 19c043034e77 [2020-09-18T18:51:18.360Z] ---> 23d9864b757a [2020-09-18T18:51:18.360Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-18T18:51:18.639Z] ---> Running in f08b75dc7b63 [2020-09-18T18:51:18.916Z] Removing intermediate container f08b75dc7b63 [2020-09-18T18:51:18.916Z] ---> 3f83dffce134 [2020-09-18T18:51:18.916Z] Step 14/24 : WORKDIR / [2020-09-18T18:51:19.189Z] ---> Running in 39eb58ecc21a [2020-09-18T18:51:19.821Z] Removing intermediate container 39eb58ecc21a [2020-09-18T18:51:19.821Z] ---> 394af0a134fd [2020-09-18T18:51:19.821Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-18T18:51:20.886Z] ---> d94ac0f569ea [2020-09-18T18:51:20.886Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-18T18:51:21.580Z] ---> fc80eb3d7406 [2020-09-18T18:51:21.580Z] 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:22.181Z] ---> f2dd91d43d13 [2020-09-18T18:51:22.181Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-18T18:51:23.167Z] ---> 981eaab20c12 [2020-09-18T18:51:23.167Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-18T18:51:23.769Z] ---> 6e74464a8160 [2020-09-18T18:51:23.769Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-18T18:51:24.043Z] ---> Running in 62c5044960aa [2020-09-18T18:51:24.318Z] Removing intermediate container 62c5044960aa [2020-09-18T18:51:24.318Z] ---> f2895401e7ef [2020-09-18T18:51:24.318Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-18T18:51:24.594Z] ---> Running in 7f7d4651a807 [2020-09-18T18:51:24.872Z] Removing intermediate container 7f7d4651a807 [2020-09-18T18:51:24.872Z] ---> 50d836ac9dad [2020-09-18T18:51:24.872Z] Step 22/24 : LABEL arch=arm64 [2020-09-18T18:51:25.147Z] ---> Running in cfb511538e22 [2020-09-18T18:51:25.421Z] Removing intermediate container cfb511538e22 [2020-09-18T18:51:25.421Z] ---> 18ab3d1c70b8 [2020-09-18T18:51:25.421Z] Step 23/24 : LABEL git_sha=50bdc8a8df699f51610fa3e77dacd07c040d0337 [2020-09-18T18:51:25.696Z] ---> Running in 10ba6a4c98ee [2020-09-18T18:51:26.295Z] Removing intermediate container 10ba6a4c98ee [2020-09-18T18:51:26.296Z] ---> d145182bada6 [2020-09-18T18:51:26.296Z] Step 24/24 : LABEL version=0.0.0 [2020-09-18T18:51:26.296Z] ---> Running in 47a3c244eb88 [2020-09-18T18:51:26.898Z] Removing intermediate container 47a3c244eb88 [2020-09-18T18:51:26.899Z] ---> 1da47cff20c3 [2020-09-18T18:51:26.899Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-18T18:51:26.899Z] Successfully built 1da47cff20c3 [2020-09-18T18:51:26.899Z] 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:28.530Z] provisioning config files... [2020-09-18T18:51:28.542Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config4253936044722177772tmp [Pipeline] { [Pipeline] sh [2020-09-18T18:51:28.969Z] + curl -s https://codecov.io/bash [2020-09-18T18:51:28.969Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config4253936044722177772tmp [Pipeline] } [2020-09-18T18:51:29.255Z] 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:31.799Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:51:32.395Z] ---> package-listing.sh [2020-09-18T18:51:32.395Z] ++ facter osfamily [2020-09-18T18:51:32.395Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T18:51:32.395Z] + OS_FAMILY=redhat [2020-09-18T18:51:32.395Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-571 [2020-09-18T18:51:32.395Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T18:51:32.395Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T18:51:32.395Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T18:51:32.395Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T18:51:32.395Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-571 ']' [2020-09-18T18:51:32.395Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T18:51:32.395Z] + case "${OS_FAMILY}" in [2020-09-18T18:51:32.395Z] + rpm -qa [2020-09-18T18:51:32.395Z] + sort [2020-09-18T18:51:36.657Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T18:51:36.657Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T18:51:36.657Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T18:51:36.657Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-571 ']' [2020-09-18T18:51:36.657Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-571/archives/ [2020-09-18T18:51:36.657Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-571/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:51:37.144Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:51:37.144Z] [2020-09-18T18:51:37.144Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T18:51:37.494Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:51:37.494Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T18:51:37.494Z] df20fa9351a1: Pulling fs layer [2020-09-18T18:51:37.494Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T18:51:37.494Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T18:51:37.494Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T18:51:37.494Z] 0dadc02b9964: Pulling fs layer [2020-09-18T18:51:37.494Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T18:51:37.494Z] 7a184a31f384: Pulling fs layer [2020-09-18T18:51:37.494Z] 0879bd2ef858: Pulling fs layer [2020-09-18T18:51:37.494Z] ce6a7cf60c04: Waiting [2020-09-18T18:51:37.494Z] 7a184a31f384: Waiting [2020-09-18T18:51:37.494Z] 0879bd2ef858: Waiting [2020-09-18T18:51:37.494Z] 46f8f816bc3b: Waiting [2020-09-18T18:51:37.494Z] 0dadc02b9964: Waiting [2020-09-18T18:51:37.494Z] 36b3adc4ff6f: Download complete [2020-09-18T18:51:37.494Z] 46f8f816bc3b: Verifying Checksum [2020-09-18T18:51:37.494Z] 46f8f816bc3b: Download complete [2020-09-18T18:51:37.494Z] df20fa9351a1: Verifying Checksum [2020-09-18T18:51:37.494Z] df20fa9351a1: Download complete [2020-09-18T18:51:37.494Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T18:51:37.494Z] ce6a7cf60c04: Download complete [2020-09-18T18:51:37.761Z] 0dadc02b9964: Verifying Checksum [2020-09-18T18:51:37.761Z] 0dadc02b9964: Download complete [2020-09-18T18:51:37.761Z] 7a184a31f384: Verifying Checksum [2020-09-18T18:51:37.761Z] 7a184a31f384: Download complete [2020-09-18T18:51:38.025Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T18:51:38.025Z] 8ad3a11d3b57: Download complete [2020-09-18T18:51:38.025Z] df20fa9351a1: Pull complete [2020-09-18T18:51:38.291Z] 36b3adc4ff6f: Pull complete [2020-09-18T18:51:38.291Z] 0879bd2ef858: Verifying Checksum [2020-09-18T18:51:38.291Z] 0879bd2ef858: Download complete [2020-09-18T18:51:38.870Z] 8ad3a11d3b57: Pull complete [2020-09-18T18:51:39.134Z] 46f8f816bc3b: Pull complete [2020-09-18T18:51:39.423Z] 0dadc02b9964: Pull complete [2020-09-18T18:51:39.686Z] ce6a7cf60c04: Pull complete [2020-09-18T18:51:39.686Z] 7a184a31f384: Pull complete [2020-09-18T18:51:43.033Z] 0879bd2ef858: Pull complete [2020-09-18T18:51:43.033Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T18:51:43.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T18:51:43.033Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T18:51:43.321Z] prd-centos7-docker-4c-2g-426 does not seem to be running inside a container [2020-09-18T18:51:43.466Z] $ 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-571 -v /w/workspace/dgexfoundry_device-sdk-go_PR-571:/w/workspace/dgexfoundry_device-sdk-go_PR-571:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-18T18:51:46.141Z] $ docker top fb266e4e76cd0696047a9bb8b94b39e1d29b765e0b34f439745c99c5751f1381 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T18:51:46.864Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T18:51:47.225Z] + ls /var/log/sa-host [2020-09-18T18:51:47.225Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T18:51:47.225Z] file_magic: OK [2020-09-18T18:51:47.225Z] HZ: Using current value: 100 [2020-09-18T18:51:47.225Z] file_header: OK [2020-09-18T18:51:47.225Z] 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:47.225Z] Statistics: [2020-09-18T18:51:47.225Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T18:51:47.225Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T18:51:47.225Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T18:51:47.225Z] file_magic: OK [2020-09-18T18:51:47.225Z] HZ: Using current value: 100 [2020-09-18T18:51:47.225Z] file_header: OK [2020-09-18T18:51:47.225Z] 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:47.225Z] Statistics: [2020-09-18T18:51:47.225Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T18:51:47.225Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T18:51:47.295Z] provisioning config files... [2020-09-18T18:51:47.325Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-571@tmp/config4063882012189620393tmp [Pipeline] { [Pipeline] echo [2020-09-18T18:51:47.430Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:51:47.809Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T18:51:47.822Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T18:51:48.138Z] ---> logs-deploy.sh [2020-09-18T18:51:48.139Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-571/12 [2020-09-18T18:51:48.139Z] INFO: archiving workspace using pattern(s): [2020-09-18T18:51:49.535Z] Archives upload complete. [2020-09-18T18:51:49.535Z] INFO: archiving logs to Nexus