Pull request #593 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1+0916c9033c71b8931055140091788f6fe2f32c33 (77658bc4aed5eca463665348aba3d183ad0391f7) 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-624 in /w/workspace/dgexfoundry_device-sdk-go_PR-593 [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-593 # 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/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 Merge succeeded, producing 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 Checking out Revision 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 (PR-593) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/593/head:refs/remotes/origin/PR-593 # 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/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # 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 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 Commit message: "fix: fix autoevent panic during callback" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 816079c675ea94510a4ff91ae7f2c747d851f5ea # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-21T01:20:26.066Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-21T01:20:26.369Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-21T01:20:26.495Z] ========================================================= [2020-09-21T01:20:26.496Z] EdgeX Global Pipelines Version Info [2020-09-21T01:20:26.496Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-21T01:20:28.028Z] ------------------- [2020-09-21T01:20:28.028Z] stable info: [2020-09-21T01:20:28.028Z] ------------------- [2020-09-21T01:20:28.028Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-21T01:20:28.028Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-21T01:20:28.028Z] Message: update stable to v1.0.122 [2020-09-21T01:20:28.976Z] ------------------- [2020-09-21T01:20:28.976Z] experimental info: [2020-09-21T01:20:28.976Z] ------------------- [2020-09-21T01:20:28.976Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-21T01:20:28.976Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-21T01:20:28.976Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-21T01:20:29.403Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-21T01:20:29.520Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-21T01:20:29.656Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-21T01:20:29.782Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-21T01:20:29.896Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-21T01:20:30.013Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-21T01:20:30.130Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-21T01:20:30.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-21T01:20:30.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-21T01:20:30.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-21T01:20:30.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-21T01:20:30.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-21T01:20:31.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-21T01:20:31.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-21T01:20:31.417Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-21T01:20:31.556Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T01:20:31.656Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T01:20:31.771Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-21T01:20:31.882Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-21T01:20:31.985Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-21T01:20:32.090Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-21T01:20:32.223Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-21T01:20:32.326Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-593 [Pipeline] echo [2020-09-21T01:20:32.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-593 [Pipeline] echo [2020-09-21T01:20:32.534Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-593 [Pipeline] echo [2020-09-21T01:20:32.645Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [Pipeline] echo [2020-09-21T01:20:32.742Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c965aa [Pipeline] echo [2020-09-21T01:20:32.851Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T01:20:33.492Z] + git log --format=format:%s -1 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [Pipeline] echo [2020-09-21T01:20:33.560Z] GIT_COMMIT: 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1, Commit Message: fix: fix autoevent panic during callback [Pipeline] echo [2020-09-21T01:20:33.612Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:20:34.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T01:20:34.829Z] [2020-09-21T01:20:34.829Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:20:35.190Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T01:20:35.191Z] latest: Pulling from edgex-devops/git-semver [2020-09-21T01:20:35.191Z] 31603596830f: Pulling fs layer [2020-09-21T01:20:35.191Z] 2a8b12db71e7: Pulling fs layer [2020-09-21T01:20:35.191Z] 6ca5941a6612: Pulling fs layer [2020-09-21T01:20:35.191Z] ecc8261a40a4: Pulling fs layer [2020-09-21T01:20:35.191Z] ecc8261a40a4: Waiting [2020-09-21T01:20:35.191Z] 2a8b12db71e7: Verifying Checksum [2020-09-21T01:20:35.191Z] 2a8b12db71e7: Download complete [2020-09-21T01:20:35.455Z] 31603596830f: Verifying Checksum [2020-09-21T01:20:35.455Z] 31603596830f: Download complete [2020-09-21T01:20:35.455Z] 6ca5941a6612: Verifying Checksum [2020-09-21T01:20:35.455Z] 6ca5941a6612: Download complete [2020-09-21T01:20:35.455Z] ecc8261a40a4: Verifying Checksum [2020-09-21T01:20:35.455Z] ecc8261a40a4: Download complete [2020-09-21T01:20:35.721Z] 31603596830f: Pull complete [2020-09-21T01:20:35.984Z] 2a8b12db71e7: Pull complete [2020-09-21T01:20:36.560Z] 6ca5941a6612: Pull complete [2020-09-21T01:20:36.821Z] ecc8261a40a4: Pull complete [2020-09-21T01:20:36.822Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-21T01:20:37.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-21T01:20:37.084Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-21T01:20:37.184Z] prd-centos7-docker-4c-2g-624 does not seem to be running inside a container [2020-09-21T01:20:37.234Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-593 -v /w/workspace/dgexfoundry_device-sdk-go_PR-593:/w/workspace/dgexfoundry_device-sdk-go_PR-593:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-593@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-21T01:20:39.326Z] $ docker top bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-21T01:20:39.636Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T01:20:39.636Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T01:20:39.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T01:20:39.858Z] $ docker exec bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent [2020-09-21T01:20:40.019Z] SSH_AUTH_SOCK=/tmp/ssh-q3VK7xQUhP8l/agent.12 [2020-09-21T01:20:40.019Z] SSH_AGENT_PID=17 [2020-09-21T01:20:40.030Z] Running ssh-add (command line suppressed) [2020-09-21T01:20:40.150Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_432303179258557449.key (/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_432303179258557449.key) [2020-09-21T01:20:40.201Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T01:20:40.695Z] + git describe --exact-match --tags HEAD [2020-09-21T01:20:40.696Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-21T01:20:40.718Z] $ docker exec --env ******** --env ******** bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent -k [2020-09-21T01:20:40.831Z] unset SSH_AUTH_SOCK; [2020-09-21T01:20:40.831Z] unset SSH_AGENT_PID; [2020-09-21T01:20:40.831Z] echo Agent pid 17 killed; [2020-09-21T01:20:40.875Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-21T01:20:40.980Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-21T01:20:40.980Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-21T01:20:41.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-21T01:20:41.280Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-21T01:20:41.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-21T01:20:41.455Z] $ docker exec bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent [2020-09-21T01:20:41.617Z] SSH_AUTH_SOCK=/tmp/ssh-FqcFxjG42Apx/agent.46 [2020-09-21T01:20:41.617Z] SSH_AGENT_PID=51 [2020-09-21T01:20:41.624Z] Running ssh-add (command line suppressed) [2020-09-21T01:20:41.751Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_3050608364643034303.key (/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/private_key_3050608364643034303.key) [2020-09-21T01:20:41.806Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-21T01:20:42.143Z] + git semver init [2020-09-21T01:20:42.143Z] # -> Open(): unable to determine branch for HEAD [2020-09-21T01:20:42.143Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-593/.git [2020-09-21T01:20:42.143Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-593 [2020-09-21T01:20:42.143Z] # $SEMVER_REMOTE_NAME = origin [2020-09-21T01:20:42.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-21T01:20:42.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-21T01:20:42.144Z] # $SEMVER_BRANCH = PR-593 [2020-09-21T01:20:42.144Z] # $SEMVER_TEMP = /tmp/semver-744917777 [2020-09-21T01:20:42.144Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-21T01:20:42.721Z] # '/tmp/semver-744917777' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-593/.semver' [2020-09-21T01:20:42.721Z] # -> Force: false [2020-09-21T01:20:42.721Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-593/.semver [Pipeline] } [2020-09-21T01:20:42.734Z] $ docker exec --env ******** --env ******** bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 ssh-agent -k [2020-09-21T01:20:42.850Z] unset SSH_AUTH_SOCK; [2020-09-21T01:20:42.850Z] unset SSH_AGENT_PID; [2020-09-21T01:20:42.850Z] echo Agent pid 51 killed; [2020-09-21T01:20:42.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-21T01:20:43.398Z] + git semver [Pipeline] } [2020-09-21T01:20:43.415Z] $ docker stop --time=1 bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 [2020-09-21T01:20:44.768Z] $ docker rm -f bd46303c1cf56588489750e61c18b4deba06d45f5db48239b366022042bb52a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-21T01:20:45.701Z] Stashed 38 file(s) [Pipeline] echo [2020-09-21T01:20:45.704Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-21T01:20:45.803Z] 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-21T01:21:01.330Z] Still waiting to schedule task [2020-09-21T01:21:01.330Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-624’ [2020-09-21T01:21:01.333Z] Still waiting to schedule task [2020-09-21T01:21:01.333Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-21T01:22:49.774Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-625 in /w/workspace/dgexfoundry_device-sdk-go_PR-593 [Pipeline] { [Pipeline] ws [2020-09-21T01:22:49.837Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-21T01:22:55.537Z] using credential edgex-jenkins-ssh [2020-09-21T01:22:55.603Z] Cloning the remote Git repository [2020-09-21T01:22:55.603Z] Cloning with configured refspecs honoured and without tags [2020-09-21T01:22:55.669Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T01:22:55.795Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-21T01:22:55.880Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T01:22:55.881Z] > git --version # timeout=10 [2020-09-21T01:22:55.903Z] > git --version # 'git version 2.17.1' [2020-09-21T01:22:55.905Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T01:22:55.967Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T01:22:57.042Z] Fetching without tags [2020-09-21T01:22:56.935Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T01:22:56.958Z] > git config --add remote.origin.fetch +refs/pull/593/head:refs/remotes/origin/PR-593 # timeout=10 [2020-09-21T01:22:56.976Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T01:22:57.002Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T01:22:57.045Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T01:22:57.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T01:22:57.058Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T01:22:57.571Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [2020-09-21T01:22:57.897Z] Merge succeeded, producing 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [2020-09-21T01:22:57.897Z] Checking out Revision 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 (PR-593) [2020-09-21T01:22:57.584Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T01:22:57.604Z] > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 [2020-09-21T01:22:57.732Z] > git remote # timeout=10 [2020-09-21T01:22:57.757Z] > git config --get remote.origin.url # timeout=10 [2020-09-21T01:22:57.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T01:22:57.781Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-21T01:22:57.854Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-21T01:22:57.898Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T01:22:57.956Z] > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 [2020-09-21T01:23:02.339Z] Commit message: "fix: fix autoevent panic during callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T01:23:03.807Z] ========================================================= [2020-09-21T01:23:03.808Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-21T01:23:03.808Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:23:05.097Z] + 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-21T01:23:06.099Z] Sending build context to Docker daemon 3.163MB [2020-09-21T01:23:06.099Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T01:23:06.099Z] Step 2/8 : FROM ${BASE} [2020-09-21T01:23:06.384Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-21T01:23:06.384Z] b538f80385f9: Pulling fs layer [2020-09-21T01:23:06.384Z] 74f711af9a0d: Pulling fs layer [2020-09-21T01:23:06.384Z] 99f96fe45779: Pulling fs layer [2020-09-21T01:23:06.384Z] 8529a6b9a6be: Pulling fs layer [2020-09-21T01:23:06.384Z] 45590311c82a: Pulling fs layer [2020-09-21T01:23:06.384Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-21T01:23:06.384Z] 209524e5b208: Pulling fs layer [2020-09-21T01:23:06.384Z] 8529a6b9a6be: Waiting [2020-09-21T01:23:06.384Z] 45590311c82a: Waiting [2020-09-21T01:23:06.384Z] 69ca0ff8b7b3: Waiting [2020-09-21T01:23:06.384Z] 209524e5b208: Waiting [2020-09-21T01:23:06.384Z] 99f96fe45779: Download complete [2020-09-21T01:23:06.384Z] 74f711af9a0d: Download complete [2020-09-21T01:23:06.384Z] 45590311c82a: Verifying Checksum [2020-09-21T01:23:06.384Z] 45590311c82a: Download complete [2020-09-21T01:23:06.384Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-21T01:23:06.384Z] 69ca0ff8b7b3: Download complete [2020-09-21T01:23:07.362Z] b538f80385f9: Verifying Checksum [2020-09-21T01:23:07.362Z] b538f80385f9: Download complete [2020-09-21T01:23:07.965Z] b538f80385f9: Pull complete [2020-09-21T01:23:08.571Z] 74f711af9a0d: Pull complete [2020-09-21T01:23:08.857Z] 99f96fe45779: Pull complete [2020-09-21T01:23:09.856Z] 209524e5b208: Verifying Checksum [2020-09-21T01:23:09.856Z] 209524e5b208: Download complete [2020-09-21T01:23:10.842Z] 8529a6b9a6be: Verifying Checksum [2020-09-21T01:23:10.842Z] 8529a6b9a6be: Download complete [2020-09-21T01:23:21.024Z] 8529a6b9a6be: Pull complete [2020-09-21T01:23:21.339Z] 45590311c82a: Pull complete [2020-09-21T01:23:21.621Z] 69ca0ff8b7b3: Pull complete [2020-09-21T01:23:25.353Z] 209524e5b208: Pull complete [2020-09-21T01:23:25.353Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-21T01:23:25.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-21T01:23:25.353Z] ---> 5bddaf1c2fca [2020-09-21T01:23:25.353Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T01:23:28.202Z] ---> Running in 4e644fb56254 [2020-09-21T01:23:28.479Z] Removing intermediate container 4e644fb56254 [2020-09-21T01:23:28.479Z] ---> b91b3bb3aefc [2020-09-21T01:23:28.479Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T01:23:28.781Z] ---> Running in e3b7ecfa7c27 [2020-09-21T01:23:31.461Z] Removing intermediate container e3b7ecfa7c27 [2020-09-21T01:23:31.461Z] ---> c7b6fbaa7fe4 [2020-09-21T01:23:31.461Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-21T01:23:31.461Z] ---> Running in 7973f93089ef [2020-09-21T01:23:32.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T01:23:33.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T01:23:34.516Z] OK: 142 MiB in 39 packages [2020-09-21T01:23:35.505Z] Removing intermediate container 7973f93089ef [2020-09-21T01:23:35.505Z] ---> 62f80bdcc38d [2020-09-21T01:23:35.505Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-21T01:23:35.505Z] ---> Running in 10b5ea462cb0 [2020-09-21T01:23:35.797Z] Removing intermediate container 10b5ea462cb0 [2020-09-21T01:23:35.797Z] ---> f4b06656a856 [2020-09-21T01:23:35.797Z] Step 7/8 : COPY . . [2020-09-21T01:23:37.262Z] ---> 2ececf9f6f6d [2020-09-21T01:23:37.262Z] Step 8/8 : RUN go mod download [2020-09-21T01:23:37.262Z] ---> Running in f80605c5ddf9 [2020-09-21T01:23:41.754Z] Running on prd-centos7-docker-4c-2g-626 in /w/workspace/dgexfoundry_device-sdk-go_PR-593 [Pipeline] { [Pipeline] ws [2020-09-21T01:23:41.852Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-21T01:23:44.447Z] using credential edgex-jenkins-ssh [2020-09-21T01:23:44.514Z] Cloning the remote Git repository [2020-09-21T01:23:44.514Z] Cloning with configured refspecs honoured and without tags [2020-09-21T01:23:45.216Z] Fetching without tags [2020-09-21T01:23:44.539Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T01:23:44.612Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-21T01:23:44.657Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T01:23:44.658Z] > git --version # timeout=10 [2020-09-21T01:23:44.664Z] > git --version # 'git version 2.16.5' [2020-09-21T01:23:44.665Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T01:23:44.689Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T01:23:45.188Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T01:23:45.194Z] > git config --add remote.origin.fetch +refs/pull/593/head:refs/remotes/origin/PR-593 # timeout=10 [2020-09-21T01:23:45.199Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T01:23:45.210Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-21T01:23:45.221Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-21T01:23:45.221Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T01:23:45.225Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/593/head:refs/remotes/origin/PR-593 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-21T01:23:45.556Z] Merging remotes/origin/master commit 0916c9033c71b8931055140091788f6fe2f32c33 into PR head commit 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [2020-09-21T01:23:45.650Z] Merge succeeded, producing 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [2020-09-21T01:23:45.651Z] Checking out Revision 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 (PR-593) [2020-09-21T01:23:45.567Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T01:23:45.572Z] > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 [2020-09-21T01:23:45.622Z] > git remote # timeout=10 [2020-09-21T01:23:45.626Z] > git config --get remote.origin.url # timeout=10 [2020-09-21T01:23:45.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-21T01:23:45.635Z] > git merge 0916c9033c71b8931055140091788f6fe2f32c33 # timeout=10 [2020-09-21T01:23:45.646Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-21T01:23:45.657Z] > git config core.sparsecheckout # timeout=10 [2020-09-21T01:23:45.661Z] > git checkout -f 4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 # timeout=10 [2020-09-21T01:23:49.371Z] Commit message: "fix: fix autoevent panic during callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-21T01:23:50.181Z] ========================================================= [2020-09-21T01:23:50.181Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-21T01:23:50.181Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:23:50.928Z] + 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-21T01:23:51.192Z] Sending build context to Docker daemon 3.164MB [2020-09-21T01:23:51.192Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-21T01:23:51.192Z] Step 2/8 : FROM ${BASE} [2020-09-21T01:23:51.192Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-21T01:23:51.192Z] df20fa9351a1: Pulling fs layer [2020-09-21T01:23:51.192Z] ed8968b2872e: Pulling fs layer [2020-09-21T01:23:51.192Z] a92cc7c5fd73: Pulling fs layer [2020-09-21T01:23:51.192Z] e871e8e8d7a9: Pulling fs layer [2020-09-21T01:23:51.192Z] e73272ec9a57: Pulling fs layer [2020-09-21T01:23:51.192Z] 1e910a182e73: Pulling fs layer [2020-09-21T01:23:51.192Z] 4e634b169226: Pulling fs layer [2020-09-21T01:23:51.192Z] e871e8e8d7a9: Waiting [2020-09-21T01:23:51.192Z] e73272ec9a57: Waiting [2020-09-21T01:23:51.192Z] 4e634b169226: Waiting [2020-09-21T01:23:51.192Z] 1e910a182e73: Waiting [2020-09-21T01:23:51.192Z] a92cc7c5fd73: Verifying Checksum [2020-09-21T01:23:51.192Z] a92cc7c5fd73: Download complete [2020-09-21T01:23:51.192Z] ed8968b2872e: Verifying Checksum [2020-09-21T01:23:51.192Z] ed8968b2872e: Download complete [2020-09-21T01:23:51.192Z] e73272ec9a57: Verifying Checksum [2020-09-21T01:23:51.192Z] e73272ec9a57: Download complete [2020-09-21T01:23:51.192Z] 1e910a182e73: Download complete [2020-09-21T01:23:51.458Z] df20fa9351a1: Verifying Checksum [2020-09-21T01:23:51.458Z] df20fa9351a1: Download complete [2020-09-21T01:23:51.458Z] df20fa9351a1: Pull complete [2020-09-21T01:23:51.724Z] ed8968b2872e: Pull complete [2020-09-21T01:23:51.724Z] a92cc7c5fd73: Pull complete [2020-09-21T01:23:52.597Z] Removing intermediate container f80605c5ddf9 [2020-09-21T01:23:52.597Z] ---> fb1e9dcc012c [2020-09-21T01:23:52.597Z] Successfully built fb1e9dcc012c [2020-09-21T01:23:52.597Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:23:53.041Z] + docker inspect -f . ci-base-image-arm64 [2020-09-21T01:23:53.041Z] . [Pipeline] withDockerContainer [2020-09-21T01:23:53.320Z] prd-ubuntu18.04-docker-arm64-4c-16g-625 does not seem to be running inside a container [2020-09-21T01:23:53.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-21T01:23:53.694Z] 4e634b169226: Verifying Checksum [2020-09-21T01:23:53.694Z] 4e634b169226: Download complete [2020-09-21T01:23:54.266Z] e871e8e8d7a9: Verifying Checksum [2020-09-21T01:23:54.266Z] e871e8e8d7a9: Download complete [2020-09-21T01:23:55.255Z] $ docker top 83a95158f8414ebdc5616c498b9644749895a836d8de4434d397b527a694760a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T01:23:56.721Z] + go version [2020-09-21T01:23:56.722Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-21T01:23:56.750Z] $ docker stop --time=1 83a95158f8414ebdc5616c498b9644749895a836d8de4434d397b527a694760a [2020-09-21T01:23:58.515Z] e871e8e8d7a9: Pull complete [2020-09-21T01:23:58.515Z] e73272ec9a57: Pull complete [2020-09-21T01:23:58.515Z] 1e910a182e73: Pull complete [2020-09-21T01:23:58.683Z] $ docker rm -f 83a95158f8414ebdc5616c498b9644749895a836d8de4434d397b527a694760a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:23:59.757Z] + docker inspect -f . ci-base-image-arm64 [2020-09-21T01:23:59.757Z] . [Pipeline] withDockerContainer [2020-09-21T01:24:00.028Z] prd-ubuntu18.04-docker-arm64-4c-16g-625 does not seem to be running inside a container [2020-09-21T01:24:00.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-21T01:24:01.955Z] $ docker top b69f69e8f351176960e64980bb3c930fdb9d836bb8b32470476a407cd1da024a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T01:24:03.339Z] + make test [2020-09-21T01:24:03.339Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-21T01:24:05.140Z] 4e634b169226: Pull complete [2020-09-21T01:24:05.140Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-21T01:24:05.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-21T01:24:05.140Z] ---> f7629b54cfaa [2020-09-21T01:24:05.140Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T01:24:05.403Z] ---> Running in 8e484180df45 [2020-09-21T01:24:05.664Z] Removing intermediate container 8e484180df45 [2020-09-21T01:24:05.664Z] ---> c7ae56859e18 [2020-09-21T01:24:05.664Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T01:24:05.664Z] ---> Running in 663bb075b871 [2020-09-21T01:24:06.612Z] Removing intermediate container 663bb075b871 [2020-09-21T01:24:06.612Z] ---> d06a7e2ccce8 [2020-09-21T01:24:06.612Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-21T01:24:06.612Z] ---> Running in 56a6a7245304 [2020-09-21T01:24:07.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T01:24:08.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T01:24:08.705Z] OK: 166 MiB in 39 packages [2020-09-21T01:24:08.967Z] Removing intermediate container 56a6a7245304 [2020-09-21T01:24:08.967Z] ---> d691873e4e27 [2020-09-21T01:24:08.967Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-21T01:24:08.967Z] ---> Running in 373008a7c261 [2020-09-21T01:24:09.229Z] Removing intermediate container 373008a7c261 [2020-09-21T01:24:09.229Z] ---> 7f7c9fcfde02 [2020-09-21T01:24:09.229Z] Step 7/8 : COPY . . [2020-09-21T01:24:10.174Z] ---> fda718818f68 [2020-09-21T01:24:10.174Z] Step 8/8 : RUN go mod download [2020-09-21T01:24:10.174Z] ---> Running in c5fc23fbfa66 [2020-09-21T01:24:22.432Z] Removing intermediate container c5fc23fbfa66 [2020-09-21T01:24:22.432Z] ---> 8517b4f85f7f [2020-09-21T01:24:22.432Z] Successfully built 8517b4f85f7f [2020-09-21T01:24:22.432Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:24:22.780Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-21T01:24:22.780Z] . [Pipeline] withDockerContainer [2020-09-21T01:24:22.878Z] prd-centos7-docker-4c-2g-626 does not seem to be running inside a container [2020-09-21T01:24:22.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-21T01:24:24.192Z] $ docker top bd377420a1cf14fce38f0df605ecda0cb4884df721cea0317336f99611297786 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T01:24:24.758Z] + go version [2020-09-21T01:24:24.758Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-21T01:24:24.773Z] $ docker stop --time=1 bd377420a1cf14fce38f0df605ecda0cb4884df721cea0317336f99611297786 [2020-09-21T01:24:25.552Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-21T01:24:26.103Z] $ docker rm -f bd377420a1cf14fce38f0df605ecda0cb4884df721cea0317336f99611297786 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:24:27.056Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-21T01:24:27.056Z] . [Pipeline] withDockerContainer [2020-09-21T01:24:27.149Z] prd-centos7-docker-4c-2g-626 does not seem to be running inside a container [2020-09-21T01:24:27.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-21T01:24:27.793Z] $ docker top 7c82d1314fc9d73004f4658f1c277378224a71ed0001c204911db6252dc12d06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T01:24:28.355Z] + make test [2020-09-21T01:24:28.355Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-21T01:24:34.976Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-21T01:24:47.322Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-21T01:24:47.322Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-21T01:24:47.322Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-21T01:24:47.322Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.030s coverage: 21.9% of statements [2020-09-21T01:24:47.915Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.405s coverage: 95.7% of statements [2020-09-21T01:25:04.631Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-21T01:25:04.631Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-21T01:25:04.631Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-21T01:25:04.631Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.059s coverage: 21.9% of statements [2020-09-21T01:25:04.631Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.359s coverage: 95.7% of statements [2020-09-21T01:25:20.061Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 8.6% of statements [2020-09-21T01:25:20.061Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.031s coverage: 21.7% of statements [2020-09-21T01:25:20.061Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-21T01:25:20.061Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.188s coverage: 37.0% of statements [2020-09-21T01:25:20.061Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-21T01:25:20.061Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.241s coverage: 65.4% of statements [2020-09-21T01:25:20.061Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-21T01:25:20.061Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-21T01:25:20.061Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-21T01:25:20.061Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.112s coverage: 52.6% of statements [2020-09-21T01:25:20.061Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.196s coverage: 68.9% of statements [2020-09-21T01:25:20.061Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-21T01:25:20.061Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-21T01:25:20.061Z] GO111MODULE=on go vet ./... [2020-09-21T01:25:25.438Z] gofmt -l . [2020-09-21T01:25:25.438Z] [ "`gofmt -l .`" = "" ] [2020-09-21T01:25:25.438Z] ./bin/test-attribution-txt.sh [2020-09-21T01:25:25.702Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-21T01:25:26.263Z] Stashed 1 file(s) [Pipeline] } [2020-09-21T01:25:26.271Z] $ docker stop --time=1 7c82d1314fc9d73004f4658f1c277378224a71ed0001c204911db6252dc12d06 [2020-09-21T01:25:28.050Z] $ docker rm -f 7c82d1314fc9d73004f4658f1c277378224a71ed0001c204911db6252dc12d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T01:25:31.036Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T01:25:31.331Z] + ls -al . [2020-09-21T01:25:31.331Z] total 188 [2020-09-21T01:25:31.331Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 21 01:25 . [2020-09-21T01:25:31.331Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 21 01:23 .. [2020-09-21T01:25:31.331Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 21 01:23 bin [2020-09-21T01:25:31.331Z] -rw-r--r--. 1 jenkins jenkins 111696 Sep 21 01:25 coverage.out [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 21 01:23 Dockerfile.build [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 21 01:23 .dockerignore [2020-09-21T01:25:31.331Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 21 01:23 example [2020-09-21T01:25:31.331Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 21 01:23 .git [2020-09-21T01:25:31.331Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 21 01:23 .github [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 21 01:23 .gitignore [2020-09-21T01:25:31.331Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 21 01:25 go.mod [2020-09-21T01:25:31.331Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 21 01:25 go.sum [2020-09-21T01:25:31.331Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 21 01:23 internal [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 21 01:23 Jenkinsfile [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 21 01:23 LICENSE [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 21 01:23 Makefile [2020-09-21T01:25:31.331Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 21 01:23 openapi [2020-09-21T01:25:31.331Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 21 01:23 pkg [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 21 01:23 README.md [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 21 01:23 RELEASE-NOTES.txt [2020-09-21T01:25:31.331Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 21 01:23 .semver [2020-09-21T01:25:31.331Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 21 01:23 snap [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 21 01:20 VERSION [2020-09-21T01:25:31.331Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 21 01:23 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:25:31.636Z] + 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=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 --label arch=amd64 --label version=0.0.0 . [2020-09-21T01:25:31.898Z] Sending build context to Docker daemon 3.277MB [2020-09-21T01:25:31.898Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-21T01:25:31.898Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-21T01:25:31.898Z] ---> 8517b4f85f7f [2020-09-21T01:25:31.898Z] Step 3/24 : ARG MAKE='make build' [2020-09-21T01:25:32.160Z] ---> Running in 74564f3174c4 [2020-09-21T01:25:32.421Z] Removing intermediate container 74564f3174c4 [2020-09-21T01:25:32.421Z] ---> 33b8d45ea3d3 [2020-09-21T01:25:32.421Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-21T01:25:32.421Z] ---> Running in 7d6c676de264 [2020-09-21T01:25:32.684Z] Removing intermediate container 7d6c676de264 [2020-09-21T01:25:32.684Z] ---> fd0ddf26a65f [2020-09-21T01:25:32.684Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T01:25:32.684Z] ---> Running in 3b70912fcbf4 [2020-09-21T01:25:32.684Z] Removing intermediate container 3b70912fcbf4 [2020-09-21T01:25:32.684Z] ---> 854c2ba89d6c [2020-09-21T01:25:32.684Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T01:25:32.946Z] ---> Running in 4af73f9d63e3 [2020-09-21T01:25:34.334Z] Removing intermediate container 4af73f9d63e3 [2020-09-21T01:25:34.334Z] ---> aeffdf3a95c5 [2020-09-21T01:25:34.334Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-21T01:25:34.334Z] ---> Running in 3bbd3099bc6c [2020-09-21T01:25:34.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-21T01:25:35.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-21T01:25:35.802Z] OK: 166 MiB in 39 packages [2020-09-21T01:25:36.063Z] Removing intermediate container 3bbd3099bc6c [2020-09-21T01:25:36.063Z] ---> 2ba5b77dd358 [2020-09-21T01:25:36.063Z] Step 8/24 : COPY . . [2020-09-21T01:25:36.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.081s coverage: 8.6% of statements [2020-09-21T01:25:36.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.046s coverage: 21.7% of statements [2020-09-21T01:25:36.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-21T01:25:36.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.441s coverage: 37.0% of statements [2020-09-21T01:25:36.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-21T01:25:36.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.638s coverage: 65.4% of statements [2020-09-21T01:25:36.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-21T01:25:36.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-21T01:25:36.975Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-21T01:25:36.975Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.283s coverage: 52.6% of statements [2020-09-21T01:25:36.975Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.861s coverage: 68.9% of statements [2020-09-21T01:25:36.975Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-21T01:25:36.975Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-21T01:25:36.975Z] GO111MODULE=on go vet ./... [2020-09-21T01:25:37.008Z] ---> 61e89fb5e92b [2020-09-21T01:25:37.008Z] Step 9/24 : RUN ${MAKE} [2020-09-21T01:25:37.008Z] ---> Running in 67a1dfc38bfe [2020-09-21T01:25:37.585Z] 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-21T01:25:44.261Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-21T01:25:46.179Z] Removing intermediate container 67a1dfc38bfe [2020-09-21T01:25:46.179Z] ---> ba2cfa2edc0b [2020-09-21T01:25:46.179Z] Step 10/24 : FROM scratch [2020-09-21T01:25:46.179Z] ---> [2020-09-21T01:25:46.179Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T01:25:46.179Z] ---> Running in f30fa7aae002 [2020-09-21T01:25:46.441Z] Removing intermediate container f30fa7aae002 [2020-09-21T01:25:46.441Z] ---> ec81899b39c8 [2020-09-21T01:25:46.441Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-21T01:25:46.441Z] ---> Running in 65d356645ec7 [2020-09-21T01:25:46.703Z] Removing intermediate container 65d356645ec7 [2020-09-21T01:25:46.703Z] ---> 11a2ca8226b1 [2020-09-21T01:25:46.703Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-21T01:25:46.703Z] ---> Running in 05d64988028d [2020-09-21T01:25:46.703Z] Removing intermediate container 05d64988028d [2020-09-21T01:25:46.703Z] ---> 160b7a51917b [2020-09-21T01:25:46.703Z] Step 14/24 : WORKDIR / [2020-09-21T01:25:46.964Z] ---> Running in 77619ae0d31e [2020-09-21T01:25:46.965Z] Removing intermediate container 77619ae0d31e [2020-09-21T01:25:46.965Z] ---> 57381d3ad16b [2020-09-21T01:25:46.965Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-21T01:25:47.536Z] ---> 633a692ddfa5 [2020-09-21T01:25:47.536Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-21T01:25:47.797Z] ---> e2434cdd98fb [2020-09-21T01:25:47.797Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-21T01:25:47.797Z] ---> 619c97a21fd9 [2020-09-21T01:25:47.797Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-21T01:25:48.058Z] ---> d37020491097 [2020-09-21T01:25:48.058Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-21T01:25:48.319Z] ---> 601b83f9718a [2020-09-21T01:25:48.319Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-21T01:25:48.319Z] ---> Running in 65f3bbd4c5e4 [2020-09-21T01:25:48.582Z] Removing intermediate container 65f3bbd4c5e4 [2020-09-21T01:25:48.582Z] ---> 48b225fe6361 [2020-09-21T01:25:48.582Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T01:25:48.582Z] ---> Running in f017e911a42c [2020-09-21T01:25:48.844Z] Removing intermediate container f017e911a42c [2020-09-21T01:25:48.844Z] ---> e1db4f87f50f [2020-09-21T01:25:48.844Z] Step 22/24 : LABEL arch=amd64 [2020-09-21T01:25:48.844Z] ---> Running in 142dca0570f0 [2020-09-21T01:25:48.844Z] Removing intermediate container 142dca0570f0 [2020-09-21T01:25:48.844Z] ---> 9d994ff52d02 [2020-09-21T01:25:48.844Z] Step 23/24 : LABEL git_sha=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [2020-09-21T01:25:49.106Z] ---> Running in 489899a18ac4 [2020-09-21T01:25:49.106Z] Removing intermediate container 489899a18ac4 [2020-09-21T01:25:49.106Z] ---> 55a4157255b6 [2020-09-21T01:25:49.106Z] Step 24/24 : LABEL version=0.0.0 [2020-09-21T01:25:49.106Z] ---> Running in b5a4877bbc87 [2020-09-21T01:25:49.367Z] Removing intermediate container b5a4877bbc87 [2020-09-21T01:25:49.367Z] ---> e1e162b5b5c6 [2020-09-21T01:25:49.367Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T01:25:49.367Z] Successfully built e1e162b5b5c6 [2020-09-21T01:25:49.367Z] 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-21T01:26:03.844Z] gofmt -l . [2020-09-21T01:26:03.844Z] [ "`gofmt -l .`" = "" ] [2020-09-21T01:26:03.844Z] ./bin/test-attribution-txt.sh [2020-09-21T01:26:03.844Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-21T01:26:03.864Z] Warning: overwriting stash ‘coverage-report’ [2020-09-21T01:26:04.772Z] Stashed 1 file(s) [Pipeline] } [2020-09-21T01:26:04.787Z] $ docker stop --time=1 b69f69e8f351176960e64980bb3c930fdb9d836bb8b32470476a407cd1da024a [2020-09-21T01:26:07.079Z] $ docker rm -f b69f69e8f351176960e64980bb3c930fdb9d836bb8b32470476a407cd1da024a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-21T01:26:08.565Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-21T01:26:08.908Z] + ls -al . [2020-09-21T01:26:08.908Z] total 228 [2020-09-21T01:26:08.908Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 21 01:26 . [2020-09-21T01:26:08.908Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 .. [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 21 01:22 .dockerignore [2020-09-21T01:26:08.908Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 21 01:23 .git [2020-09-21T01:26:08.908Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 01:22 .github [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 21 01:22 .gitignore [2020-09-21T01:26:08.908Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 21 01:23 .semver [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 21 01:22 Dockerfile.build [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 21 01:22 Jenkinsfile [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 21 01:22 LICENSE [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 21 01:22 Makefile [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 21 01:22 README.md [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 21 01:22 RELEASE-NOTES.txt [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 21 01:20 VERSION [2020-09-21T01:26:08.908Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 21 01:22 bin [2020-09-21T01:26:08.908Z] -rw-r--r-- 1 jenkins jenkins 111696 Sep 21 01:25 coverage.out [2020-09-21T01:26:08.908Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 example [2020-09-21T01:26:08.908Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 21 01:26 go.mod [2020-09-21T01:26:08.908Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 21 01:26 go.sum [2020-09-21T01:26:08.908Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 21 01:22 internal [2020-09-21T01:26:08.908Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 openapi [2020-09-21T01:26:08.908Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 21 01:22 pkg [2020-09-21T01:26:08.908Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 21 01:22 snap [2020-09-21T01:26:08.908Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 21 01:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:26:09.259Z] + 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=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 --label arch=arm64 --label version=0.0.0 . [2020-09-21T01:26:09.533Z] Sending build context to Docker daemon 3.277MB [2020-09-21T01:26:09.533Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-21T01:26:09.533Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-21T01:26:09.533Z] ---> fb1e9dcc012c [2020-09-21T01:26:09.533Z] Step 3/24 : ARG MAKE='make build' [2020-09-21T01:26:10.125Z] ---> Running in 0c61f4215300 [2020-09-21T01:26:10.402Z] Removing intermediate container 0c61f4215300 [2020-09-21T01:26:10.402Z] ---> 28261f88c838 [2020-09-21T01:26:10.402Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-21T01:26:10.402Z] ---> Running in b93ba6a38749 [2020-09-21T01:26:11.002Z] Removing intermediate container b93ba6a38749 [2020-09-21T01:26:11.002Z] ---> f2b2f1c394e6 [2020-09-21T01:26:11.002Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T01:26:11.002Z] ---> Running in a2ba729fb581 [2020-09-21T01:26:11.597Z] Removing intermediate container a2ba729fb581 [2020-09-21T01:26:11.597Z] ---> a5c71dfeef58 [2020-09-21T01:26:11.597Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-21T01:26:11.597Z] ---> Running in 84a51c4b80dd [2020-09-21T01:26:14.218Z] Removing intermediate container 84a51c4b80dd [2020-09-21T01:26:14.218Z] ---> 2793021b1b73 [2020-09-21T01:26:14.218Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-21T01:26:14.218Z] ---> Running in ef55eb5841a2 [2020-09-21T01:26:15.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-21T01:26:16.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-21T01:26:16.849Z] OK: 142 MiB in 39 packages [2020-09-21T01:26:17.838Z] Removing intermediate container ef55eb5841a2 [2020-09-21T01:26:17.838Z] ---> d773e77e4d81 [2020-09-21T01:26:17.838Z] Step 8/24 : COPY . . [2020-09-21T01:26:19.269Z] ---> 86f435ddd5e9 [2020-09-21T01:26:19.269Z] Step 9/24 : RUN ${MAKE} [2020-09-21T01:26:19.269Z] ---> Running in 68cd2272140a [2020-09-21T01:26:20.704Z] 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-21T01:26:42.921Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-21T01:26:44.921Z] Removing intermediate container 68cd2272140a [2020-09-21T01:26:44.921Z] ---> 31ab96590ed5 [2020-09-21T01:26:44.921Z] Step 10/24 : FROM scratch [2020-09-21T01:26:44.921Z] ---> [2020-09-21T01:26:44.921Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-21T01:26:44.921Z] ---> Running in 09de2ca75d86 [2020-09-21T01:26:45.198Z] Removing intermediate container 09de2ca75d86 [2020-09-21T01:26:45.198Z] ---> ae65c8c3b2d4 [2020-09-21T01:26:45.198Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-21T01:26:45.198Z] ---> Running in 2ad7781da26e [2020-09-21T01:26:45.796Z] Removing intermediate container 2ad7781da26e [2020-09-21T01:26:45.796Z] ---> d605b2475a1a [2020-09-21T01:26:45.796Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-21T01:26:45.796Z] ---> Running in 7979eeb8540e [2020-09-21T01:26:46.067Z] Removing intermediate container 7979eeb8540e [2020-09-21T01:26:46.067Z] ---> cc0e6af3efba [2020-09-21T01:26:46.067Z] Step 14/24 : WORKDIR / [2020-09-21T01:26:46.344Z] ---> Running in a9a3a94db124 [2020-09-21T01:26:46.621Z] Removing intermediate container a9a3a94db124 [2020-09-21T01:26:46.621Z] ---> 10ce1382c0dd [2020-09-21T01:26:46.621Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-21T01:26:48.078Z] ---> 2d6e9ea84429 [2020-09-21T01:26:48.078Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-21T01:26:48.675Z] ---> f011cbf9f03e [2020-09-21T01:26:48.675Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-21T01:26:49.278Z] ---> 6839472705bd [2020-09-21T01:26:49.278Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-21T01:26:49.878Z] ---> a24dae9b331d [2020-09-21T01:26:49.878Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-21T01:26:50.875Z] ---> d68a3163c94a [2020-09-21T01:26:50.875Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-21T01:26:50.875Z] ---> Running in a0d4b4ea5355 [2020-09-21T01:26:51.150Z] Removing intermediate container a0d4b4ea5355 [2020-09-21T01:26:51.150Z] ---> 9275968f346c [2020-09-21T01:26:51.150Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-21T01:26:51.424Z] ---> Running in 2618ed9433ed [2020-09-21T01:26:51.699Z] Removing intermediate container 2618ed9433ed [2020-09-21T01:26:51.699Z] ---> c0a75fd494a9 [2020-09-21T01:26:51.699Z] Step 22/24 : LABEL arch=arm64 [2020-09-21T01:26:51.972Z] ---> Running in 7b90b828744b [2020-09-21T01:26:52.244Z] Removing intermediate container 7b90b828744b [2020-09-21T01:26:52.244Z] ---> 0d4cb94d393c [2020-09-21T01:26:52.244Z] Step 23/24 : LABEL git_sha=4c965aa9a1f1b5751ac19cd8fdf5bbf303bfb0b1 [2020-09-21T01:26:52.519Z] ---> Running in 4606a736d8a4 [2020-09-21T01:26:52.792Z] Removing intermediate container 4606a736d8a4 [2020-09-21T01:26:52.792Z] ---> 11e5c65d6f1d [2020-09-21T01:26:52.793Z] Step 24/24 : LABEL version=0.0.0 [2020-09-21T01:26:53.066Z] ---> Running in dc4156cbc4a9 [2020-09-21T01:26:53.340Z] Removing intermediate container dc4156cbc4a9 [2020-09-21T01:26:53.340Z] ---> 49e8366a422e [2020-09-21T01:26:53.340Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-21T01:26:53.340Z] Successfully built 49e8366a422e [2020-09-21T01:26:53.340Z] 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-21T01:26:55.262Z] provisioning config files... [2020-09-21T01:26:55.275Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/config75510579688647524tmp [Pipeline] { [Pipeline] sh [2020-09-21T01:26:55.672Z] + curl -s https://codecov.io/bash [2020-09-21T01:26:55.672Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/config75510579688647524tmp [Pipeline] } [2020-09-21T01:26:55.942Z] 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-21T01:26:58.097Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T01:26:58.670Z] ---> package-listing.sh [2020-09-21T01:26:58.670Z] ++ facter osfamily [2020-09-21T01:26:58.670Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-21T01:26:58.670Z] + OS_FAMILY=redhat [2020-09-21T01:26:58.670Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-593 [2020-09-21T01:26:58.670Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-21T01:26:58.670Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-21T01:26:58.670Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-21T01:26:58.670Z] + PACKAGES=/tmp/packages_start.txt [2020-09-21T01:26:58.670Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-593 ']' [2020-09-21T01:26:58.670Z] + PACKAGES=/tmp/packages_end.txt [2020-09-21T01:26:58.670Z] + case "${OS_FAMILY}" in [2020-09-21T01:26:58.670Z] + rpm -qa [2020-09-21T01:26:58.670Z] + sort [2020-09-21T01:27:02.894Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-21T01:27:02.894Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-21T01:27:02.894Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-21T01:27:02.894Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-593 ']' [2020-09-21T01:27:02.894Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-593/archives/ [2020-09-21T01:27:02.894Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-593/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:27:03.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T01:27:03.970Z] [2020-09-21T01:27:03.970Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-21T01:27:04.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T01:27:04.313Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-21T01:27:04.313Z] df20fa9351a1: Pulling fs layer [2020-09-21T01:27:04.313Z] 36b3adc4ff6f: Pulling fs layer [2020-09-21T01:27:04.313Z] 8ad3a11d3b57: Pulling fs layer [2020-09-21T01:27:04.313Z] 46f8f816bc3b: Pulling fs layer [2020-09-21T01:27:04.313Z] 0dadc02b9964: Pulling fs layer [2020-09-21T01:27:04.313Z] ce6a7cf60c04: Pulling fs layer [2020-09-21T01:27:04.313Z] 7a184a31f384: Pulling fs layer [2020-09-21T01:27:04.313Z] 0879bd2ef858: Pulling fs layer [2020-09-21T01:27:04.313Z] 0dadc02b9964: Waiting [2020-09-21T01:27:04.313Z] ce6a7cf60c04: Waiting [2020-09-21T01:27:04.313Z] 7a184a31f384: Waiting [2020-09-21T01:27:04.313Z] 46f8f816bc3b: Waiting [2020-09-21T01:27:04.313Z] 0879bd2ef858: Waiting [2020-09-21T01:27:04.313Z] 36b3adc4ff6f: Verifying Checksum [2020-09-21T01:27:04.313Z] 36b3adc4ff6f: Download complete [2020-09-21T01:27:04.313Z] 46f8f816bc3b: Verifying Checksum [2020-09-21T01:27:04.313Z] 46f8f816bc3b: Download complete [2020-09-21T01:27:04.577Z] df20fa9351a1: Verifying Checksum [2020-09-21T01:27:04.577Z] df20fa9351a1: Download complete [2020-09-21T01:27:04.577Z] ce6a7cf60c04: Verifying Checksum [2020-09-21T01:27:04.577Z] ce6a7cf60c04: Download complete [2020-09-21T01:27:04.577Z] 7a184a31f384: Verifying Checksum [2020-09-21T01:27:04.577Z] 7a184a31f384: Download complete [2020-09-21T01:27:04.577Z] 0dadc02b9964: Verifying Checksum [2020-09-21T01:27:04.577Z] 0dadc02b9964: Download complete [2020-09-21T01:27:04.839Z] df20fa9351a1: Pull complete [2020-09-21T01:27:04.839Z] 8ad3a11d3b57: Verifying Checksum [2020-09-21T01:27:04.839Z] 8ad3a11d3b57: Download complete [2020-09-21T01:27:05.104Z] 36b3adc4ff6f: Pull complete [2020-09-21T01:27:05.369Z] 0879bd2ef858: Verifying Checksum [2020-09-21T01:27:05.369Z] 0879bd2ef858: Download complete [2020-09-21T01:27:05.636Z] 8ad3a11d3b57: Pull complete [2020-09-21T01:27:06.216Z] 46f8f816bc3b: Pull complete [2020-09-21T01:27:06.479Z] 0dadc02b9964: Pull complete [2020-09-21T01:27:06.741Z] ce6a7cf60c04: Pull complete [2020-09-21T01:27:07.318Z] 7a184a31f384: Pull complete [2020-09-21T01:27:10.644Z] 0879bd2ef858: Pull complete [2020-09-21T01:27:10.644Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-21T01:27:10.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-21T01:27:10.644Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-21T01:27:11.040Z] prd-centos7-docker-4c-2g-624 does not seem to be running inside a container [2020-09-21T01:27:11.087Z] $ 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-593 -v /w/workspace/dgexfoundry_device-sdk-go_PR-593:/w/workspace/dgexfoundry_device-sdk-go_PR-593:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-593@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-21T01:27:13.716Z] $ docker top b7ce7b8d95fed40af4b4fdb3539b69d8178cb40fa3cd5969b26af2580fc8f8fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-21T01:27:14.198Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-21T01:27:14.497Z] + ls /var/log/sa-host [2020-09-21T01:27:14.497Z] + sadf -c /var/log/sa-host/sa05 [2020-09-21T01:27:14.497Z] file_magic: OK [2020-09-21T01:27:14.497Z] HZ: Using current value: 100 [2020-09-21T01:27:14.497Z] file_header: OK [2020-09-21T01:27:14.497Z] 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-21T01:27:14.497Z] Statistics: [2020-09-21T01:27:14.497Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T01:27:14.497Z] File successfully converted to sysstat format version 12.2.1 [2020-09-21T01:27:14.497Z] + sadf -c /var/log/sa-host/sa21 [2020-09-21T01:27:14.497Z] file_magic: OK [2020-09-21T01:27:14.497Z] HZ: Using current value: 100 [2020-09-21T01:27:14.497Z] file_header: OK [2020-09-21T01:27:14.497Z] 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-21T01:27:14.497Z] Statistics: [2020-09-21T01:27:14.497Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-21T01:27:14.497Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-21T01:27:14.559Z] provisioning config files... [2020-09-21T01:27:14.582Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-593@tmp/config3644691700387485644tmp [Pipeline] { [Pipeline] echo [2020-09-21T01:27:14.650Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T01:27:14.962Z] ---> create-netrc.sh [Pipeline] echo [2020-09-21T01:27:14.973Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-21T01:27:15.286Z] ---> logs-deploy.sh [2020-09-21T01:27:15.286Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-593/3 [2020-09-21T01:27:15.286Z] INFO: archiving workspace using pattern(s): [2020-09-21T01:27:16.676Z] Archives upload complete. [2020-09-21T01:27:16.676Z] INFO: archiving logs to Nexus