Pull request #718 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 cbe22a10cbaca5064312735e40c4b079ab860499+4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 (db6012b4f6905e1831b6bbceb1d2ce08f15695ec) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20880 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-718 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit cbe22a10cbaca5064312735e40c4b079ab860499 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 Merge succeeded, producing cbe22a10cbaca5064312735e40c4b079ab860499 Checking out Revision cbe22a10cbaca5064312735e40c4b079ab860499 (PR-718) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 Commit message: "docs(v2): update schema to be consistent with edgex-go" First time build. Skipping changelog. > git rev-list --no-walk 5d7757e3a36caa7638257241c612e66b4176ca0d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-18T03:05:10.930Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-18T03:05:11.218Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-18T03:05:11.321Z] ========================================================= [2021-01-18T03:05:11.321Z] EdgeX Global Pipelines Version Info [2021-01-18T03:05:11.321Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:05:14.449Z] ------------------- [2021-01-18T03:05:14.450Z] stable info: [2021-01-18T03:05:14.450Z] ------------------- [2021-01-18T03:05:14.450Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-18T03:05:14.450Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-18T03:05:14.450Z] Message: update stable to v1.0.177 [2021-01-18T03:05:15.045Z] ------------------- [2021-01-18T03:05:15.045Z] experimental info: [2021-01-18T03:05:15.045Z] ------------------- [2021-01-18T03:05:15.045Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-18T03:05:15.045Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-18T03:05:15.045Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-18T03:05:15.321Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-18T03:05:15.408Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-18T03:05:15.498Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-18T03:05:15.588Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-18T03:05:15.682Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-18T03:05:15.772Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-18T03:05:15.878Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-18T03:05:16.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-18T03:05:16.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-18T03:05:16.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-18T03:05:16.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-18T03:05:16.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-18T03:05:16.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-18T03:05:16.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-18T03:05:16.673Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-18T03:05:16.758Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-18T03:05:16.849Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-18T03:05:16.941Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-18T03:05:17.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-18T03:05:17.145Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-18T03:05:17.234Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-18T03:05:17.334Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-18T03:05:17.422Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-18T03:05:17.511Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-18T03:05:17.600Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-18T03:05:17.702Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-18T03:05:17.793Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-18T03:05:17.880Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-718 [Pipeline] echo [2021-01-18T03:05:17.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-718 [Pipeline] echo [2021-01-18T03:05:18.069Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-718 [Pipeline] echo [2021-01-18T03:05:18.158Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbe22a10cbaca5064312735e40c4b079ab860499 [Pipeline] echo [2021-01-18T03:05:18.248Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbe22a1 [Pipeline] echo [2021-01-18T03:05:18.388Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T03:05:18.594Z] provisioning config files... [2021-01-18T03:05:18.662Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config8517272588380847384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:05:19.203Z] ---> docker-login.sh [2021-01-18T03:05:19.203Z] nexus3.edgexfoundry.org:10001 [2021-01-18T03:05:19.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:05:20.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:05:20.163Z] Configure a credential helper to remove this warning. See [2021-01-18T03:05:20.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:05:20.163Z] [2021-01-18T03:05:20.163Z] Login Succeeded [2021-01-18T03:05:20.163Z] nexus3.edgexfoundry.org:10002 [2021-01-18T03:05:20.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:05:20.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:05:20.743Z] Configure a credential helper to remove this warning. See [2021-01-18T03:05:20.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:05:20.743Z] [2021-01-18T03:05:20.743Z] Login Succeeded [2021-01-18T03:05:20.743Z] nexus3.edgexfoundry.org:10003 [2021-01-18T03:05:21.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:05:21.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:05:21.072Z] Configure a credential helper to remove this warning. See [2021-01-18T03:05:21.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:05:21.072Z] [2021-01-18T03:05:21.072Z] Login Succeeded [2021-01-18T03:05:21.072Z] nexus3.edgexfoundry.org:10004 [2021-01-18T03:05:21.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:05:21.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:05:21.390Z] Configure a credential helper to remove this warning. See [2021-01-18T03:05:21.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:05:21.390Z] [2021-01-18T03:05:21.390Z] Login Succeeded [2021-01-18T03:05:21.390Z] docker.io [2021-01-18T03:05:21.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:05:21.950Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:05:21.950Z] Configure a credential helper to remove this warning. See [2021-01-18T03:05:21.950Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:05:21.950Z] [2021-01-18T03:05:21.950Z] Login Succeeded [2021-01-18T03:05:21.950Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T03:05:21.965Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T03:05:22.831Z] + git log --format=format:%s -1 cbe22a10cbaca5064312735e40c4b079ab860499 [Pipeline] echo [2021-01-18T03:05:22.944Z] GIT_COMMIT: cbe22a10cbaca5064312735e40c4b079ab860499, Commit Message: docs(v2): update schema to be consistent with edgex-go [Pipeline] echo [2021-01-18T03:05:22.986Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:05:24.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:05:24.236Z] [2021-01-18T03:05:24.237Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:05:24.706Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:05:24.706Z] latest: Pulling from edgex-devops/git-semver [2021-01-18T03:05:24.706Z] 31603596830f: Pulling fs layer [2021-01-18T03:05:24.706Z] 2a8b12db71e7: Pulling fs layer [2021-01-18T03:05:24.706Z] 6ca5941a6612: Pulling fs layer [2021-01-18T03:05:24.706Z] ecc8261a40a4: Pulling fs layer [2021-01-18T03:05:24.706Z] ecc8261a40a4: Waiting [2021-01-18T03:05:25.025Z] 2a8b12db71e7: Verifying Checksum [2021-01-18T03:05:25.025Z] 2a8b12db71e7: Download complete [2021-01-18T03:05:25.365Z] 31603596830f: Download complete [2021-01-18T03:05:25.662Z] ecc8261a40a4: Verifying Checksum [2021-01-18T03:05:25.662Z] ecc8261a40a4: Download complete [2021-01-18T03:05:25.662Z] 6ca5941a6612: Verifying Checksum [2021-01-18T03:05:25.662Z] 6ca5941a6612: Download complete [2021-01-18T03:05:26.321Z] 31603596830f: Pull complete [2021-01-18T03:05:26.612Z] 2a8b12db71e7: Pull complete [2021-01-18T03:05:28.707Z] 6ca5941a6612: Pull complete [2021-01-18T03:05:28.980Z] ecc8261a40a4: Pull complete [2021-01-18T03:05:29.292Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-18T03:05:29.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-18T03:05:29.292Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-18T03:05:29.525Z] prd-centos7-docker-4c-2g-20880 does not seem to be running inside a container [2021-01-18T03:05:29.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-18T03:05:32.295Z] $ docker top 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-18T03:05:32.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T03:05:32.990Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T03:05:33.458Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T03:05:33.474Z] $ docker exec 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent [2021-01-18T03:05:34.039Z] SSH_AUTH_SOCK=/tmp/ssh-XnpeeOqy8DPb/agent.12 [2021-01-18T03:05:34.039Z] SSH_AGENT_PID=17 [2021-01-18T03:05:34.092Z] Running ssh-add (command line suppressed) [2021-01-18T03:05:34.569Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_5634782842610163441.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_5634782842610163441.key) [2021-01-18T03:05:34.813Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T03:05:35.591Z] + git tag --points-at HEAD [Pipeline] } [2021-01-18T03:05:35.708Z] $ docker exec --env ******** --env ******** 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent -k [2021-01-18T03:05:36.015Z] unset SSH_AUTH_SOCK; [2021-01-18T03:05:36.017Z] unset SSH_AGENT_PID; [2021-01-18T03:05:36.017Z] echo Agent pid 17 killed; [2021-01-18T03:05:36.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-18T03:05:36.265Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-18T03:05:36.265Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-18T03:05:36.991Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-18T03:05:36.994Z] $ docker exec 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent [2021-01-18T03:05:37.389Z] SSH_AUTH_SOCK=/tmp/ssh-29Y0JyudlF05/agent.45 [2021-01-18T03:05:37.389Z] SSH_AGENT_PID=50 [2021-01-18T03:05:37.404Z] Running ssh-add (command line suppressed) [2021-01-18T03:05:37.627Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_601474032470403433.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_601474032470403433.key) [2021-01-18T03:05:37.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-18T03:05:38.101Z] + git semver init [2021-01-18T03:05:38.101Z] # -> Open(): unable to determine branch for HEAD [2021-01-18T03:05:38.101Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.git [2021-01-18T03:05:38.101Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-718 [2021-01-18T03:05:38.101Z] # $SEMVER_REMOTE_NAME = origin [2021-01-18T03:05:38.101Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-18T03:05:38.101Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-18T03:05:38.101Z] # $SEMVER_BRANCH = PR-718 [2021-01-18T03:05:38.101Z] # $SEMVER_TEMP = /tmp/semver-581543651 [2021-01-18T03:05:38.101Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-18T03:05:39.577Z] # '/tmp/semver-581543651' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver' [2021-01-18T03:05:39.577Z] # -> Force: false [2021-01-18T03:05:39.577Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver [Pipeline] } [2021-01-18T03:05:39.632Z] $ docker exec --env ******** --env ******** 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e ssh-agent -k [2021-01-18T03:05:39.938Z] unset SSH_AUTH_SOCK; [2021-01-18T03:05:39.938Z] unset SSH_AGENT_PID; [2021-01-18T03:05:39.938Z] echo Agent pid 50 killed; [2021-01-18T03:05:40.062Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-18T03:05:40.671Z] + git semver [Pipeline] } [2021-01-18T03:05:40.751Z] $ docker stop --time=1 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e [2021-01-18T03:05:42.620Z] $ docker rm -f 05b5b62a827702e42b89ef6ffadadd5e7975a3b2af162ba715b37d77417ddb0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T03:05:43.252Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-18T03:05:44.600Z] Stashed 1 file(s) [Pipeline] echo [2021-01-18T03:05:44.604Z] [edgeXSemver]: initialized semver on 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 [2021-01-18T03:06:00.141Z] Still waiting to schedule task [2021-01-18T03:06:00.141Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-18T03:06:00.143Z] Still waiting to schedule task [2021-01-18T03:06:00.144Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-18T03:07:36.608Z] Running on prd-centos7-docker-4c-2g-20882 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws [2021-01-18T03:07:36.666Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2021-01-18T03:07:38.904Z] using credential edgex-jenkins-ssh [2021-01-18T03:07:38.960Z] Cloning the remote Git repository [2021-01-18T03:07:38.980Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-18T03:07:39.047Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2021-01-18T03:07:39.108Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-18T03:07:39.109Z] > git --version # timeout=10 [2021-01-18T03:07:39.113Z] > git --version # 'git version 2.24.3' [2021-01-18T03:07:39.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:07:39.136Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T03:07:39.864Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-18T03:07:39.869Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T03:07:39.878Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-18T03:07:39.891Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-18T03:07:39.891Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:07:39.895Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T03:07:40.371Z] Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit cbe22a10cbaca5064312735e40c4b079ab860499 [2021-01-18T03:07:40.453Z] Merge succeeded, producing cbe22a10cbaca5064312735e40c4b079ab860499 [2021-01-18T03:07:40.453Z] Checking out Revision cbe22a10cbaca5064312735e40c4b079ab860499 (PR-718) [2021-01-18T03:07:40.378Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T03:07:40.383Z] > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 [2021-01-18T03:07:40.426Z] > git remote # timeout=10 [2021-01-18T03:07:40.432Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T03:07:40.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:07:40.439Z] > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 [2021-01-18T03:07:40.448Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T03:07:40.455Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T03:07:40.461Z] > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 [2021-01-18T03:07:44.043Z] Commit message: "docs(v2): update schema to be consistent with edgex-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T03:07:45.387Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:07:45.714Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:07:46.011Z] + sudo service docker restart [2021-01-18T03:07:46.011Z] + true [2021-01-18T03:07:46.011Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T03:07:47.057Z] provisioning config files... [2021-01-18T03:07:47.116Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config6596269710513216102tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:07:47.496Z] ---> docker-login.sh [2021-01-18T03:07:47.496Z] nexus3.edgexfoundry.org:10001 [2021-01-18T03:07:47.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:07:47.665Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20881 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws [2021-01-18T03:07:47.721Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [2021-01-18T03:07:47.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:07:47.759Z] Configure a credential helper to remove this warning. See [2021-01-18T03:07:47.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:07:47.759Z] [2021-01-18T03:07:47.759Z] Login Succeeded [2021-01-18T03:07:47.759Z] nexus3.edgexfoundry.org:10002 [2021-01-18T03:07:47.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] checkout [2021-01-18T03:07:48.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:07:48.022Z] Configure a credential helper to remove this warning. See [2021-01-18T03:07:48.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:07:48.022Z] [2021-01-18T03:07:48.022Z] Login Succeeded [2021-01-18T03:07:48.022Z] nexus3.edgexfoundry.org:10003 [2021-01-18T03:07:48.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:07:48.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:07:48.022Z] Configure a credential helper to remove this warning. See [2021-01-18T03:07:48.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:07:48.022Z] [2021-01-18T03:07:48.022Z] Login Succeeded [2021-01-18T03:07:48.022Z] nexus3.edgexfoundry.org:10004 [2021-01-18T03:07:48.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:07:48.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:07:48.284Z] Configure a credential helper to remove this warning. See [2021-01-18T03:07:48.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:07:48.284Z] [2021-01-18T03:07:48.284Z] Login Succeeded [2021-01-18T03:07:48.284Z] docker.io [2021-01-18T03:07:48.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:07:48.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:07:48.547Z] Configure a credential helper to remove this warning. See [2021-01-18T03:07:48.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:07:48.547Z] [2021-01-18T03:07:48.547Z] Login Succeeded [2021-01-18T03:07:48.547Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T03:07:48.557Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T03:07:48.945Z] ========================================================= [2021-01-18T03:07:48.945Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-18T03:07:48.945Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:07:49.311Z] + 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 . [2021-01-18T03:07:49.311Z] Sending build context to Docker daemon 2.553MB [2021-01-18T03:07:49.311Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T03:07:49.311Z] Step 2/8 : FROM ${BASE} [2021-01-18T03:07:49.577Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-18T03:07:49.577Z] 188c0c94c7c5: Pulling fs layer [2021-01-18T03:07:49.577Z] 0ef7d3d256c8: Pulling fs layer [2021-01-18T03:07:49.577Z] de9db76c5a1d: Pulling fs layer [2021-01-18T03:07:49.577Z] bca2f99d35d6: Pulling fs layer [2021-01-18T03:07:49.577Z] 93359f2a8cfa: Pulling fs layer [2021-01-18T03:07:49.577Z] 7c6f9722023f: Pulling fs layer [2021-01-18T03:07:49.577Z] a35cf1a2eb13: Pulling fs layer [2021-01-18T03:07:49.577Z] bca2f99d35d6: Waiting [2021-01-18T03:07:49.577Z] 93359f2a8cfa: Waiting [2021-01-18T03:07:49.577Z] 7c6f9722023f: Waiting [2021-01-18T03:07:49.577Z] a35cf1a2eb13: Waiting [2021-01-18T03:07:49.577Z] de9db76c5a1d: Verifying Checksum [2021-01-18T03:07:49.577Z] de9db76c5a1d: Download complete [2021-01-18T03:07:49.577Z] 0ef7d3d256c8: Verifying Checksum [2021-01-18T03:07:49.577Z] 0ef7d3d256c8: Download complete [2021-01-18T03:07:49.577Z] 93359f2a8cfa: Download complete [2021-01-18T03:07:49.577Z] 188c0c94c7c5: Download complete [2021-01-18T03:07:49.577Z] 7c6f9722023f: Verifying Checksum [2021-01-18T03:07:49.577Z] 7c6f9722023f: Download complete [2021-01-18T03:07:49.838Z] 188c0c94c7c5: Pull complete [2021-01-18T03:07:49.838Z] 0ef7d3d256c8: Pull complete [2021-01-18T03:07:50.098Z] de9db76c5a1d: Pull complete [2021-01-18T03:07:52.027Z] a35cf1a2eb13: Verifying Checksum [2021-01-18T03:07:52.028Z] a35cf1a2eb13: Download complete [2021-01-18T03:07:52.719Z] using credential edgex-jenkins-ssh [2021-01-18T03:07:52.774Z] Cloning the remote Git repository [2021-01-18T03:07:52.839Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-18T03:07:52.973Z] bca2f99d35d6: Download complete [2021-01-18T03:07:52.935Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2021-01-18T03:07:53.009Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-18T03:07:53.010Z] > git --version # timeout=10 [2021-01-18T03:07:53.024Z] > git --version # 'git version 2.17.1' [2021-01-18T03:07:53.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:07:53.084Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T03:07:54.937Z] Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit cbe22a10cbaca5064312735e40c4b079ab860499 [2021-01-18T03:07:55.194Z] Merge succeeded, producing cbe22a10cbaca5064312735e40c4b079ab860499 [2021-01-18T03:07:55.194Z] Checking out Revision cbe22a10cbaca5064312735e40c4b079ab860499 (PR-718) [2021-01-18T03:07:54.241Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-18T03:07:54.262Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-18T03:07:54.285Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-18T03:07:54.315Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-18T03:07:54.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:07:54.326Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-18T03:07:54.969Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T03:07:55.000Z] > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 [2021-01-18T03:07:55.119Z] > git remote # timeout=10 [2021-01-18T03:07:55.142Z] > git config --get remote.origin.url # timeout=10 [2021-01-18T03:07:55.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-18T03:07:55.165Z] > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 [2021-01-18T03:07:55.194Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-18T03:07:55.216Z] > git config core.sparsecheckout # timeout=10 [2021-01-18T03:07:55.234Z] > git checkout -f cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 [2021-01-18T03:07:58.313Z] bca2f99d35d6: Pull complete [2021-01-18T03:07:58.314Z] 93359f2a8cfa: Pull complete [2021-01-18T03:07:58.314Z] 7c6f9722023f: Pull complete [2021-01-18T03:07:59.565Z] Commit message: "docs(v2): update schema to be consistent with edgex-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T03:08:01.223Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:08:01.636Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-18T03:08:01.981Z] + true [2021-01-18T03:08:01.981Z] + sudo service docker restart [2021-01-18T03:08:03.642Z] a35cf1a2eb13: Pull complete [2021-01-18T03:08:03.642Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-18T03:08:03.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-18T03:08:03.642Z] ---> a62c8e92a672 [2021-01-18T03:08:03.642Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-18T03:08:03.642Z] ---> Running in c7939a6e9abd [2021-01-18T03:08:03.642Z] Removing intermediate container c7939a6e9abd [2021-01-18T03:08:03.642Z] ---> 5fd96c98a3fa [2021-01-18T03:08:03.642Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:08:03.906Z] ---> Running in 96ce2fd082c2 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-18T03:08:04.722Z] provisioning config files... [2021-01-18T03:08:04.763Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config2871369023792851412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:08:04.850Z] Removing intermediate container 96ce2fd082c2 [2021-01-18T03:08:04.850Z] ---> 191f85045c30 [2021-01-18T03:08:04.850Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-18T03:08:04.850Z] ---> Running in 900f8a871756 [2021-01-18T03:08:05.165Z] ---> docker-login.sh [2021-01-18T03:08:05.165Z] nexus3.edgexfoundry.org:10001 [2021-01-18T03:08:05.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:08:05.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:06.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:08:06.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:06.381Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:06.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:06.381Z] [2021-01-18T03:08:06.381Z] Login Succeeded [2021-01-18T03:08:06.381Z] nexus3.edgexfoundry.org:10002 [2021-01-18T03:08:06.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:06.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:06.930Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:06.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:06.930Z] [2021-01-18T03:08:06.930Z] Login Succeeded [2021-01-18T03:08:06.930Z] nexus3.edgexfoundry.org:10003 [2021-01-18T03:08:07.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:07.305Z] OK: 166 MiB in 39 packages [2021-01-18T03:08:07.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:07.481Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:07.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:07.481Z] [2021-01-18T03:08:07.481Z] Login Succeeded [2021-01-18T03:08:07.481Z] nexus3.edgexfoundry.org:10004 [2021-01-18T03:08:07.566Z] Removing intermediate container 900f8a871756 [2021-01-18T03:08:07.567Z] ---> f2e09bb91db3 [2021-01-18T03:08:07.567Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-18T03:08:07.567Z] ---> Running in 97432c797f9b [2021-01-18T03:08:07.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:07.827Z] Removing intermediate container 97432c797f9b [2021-01-18T03:08:07.827Z] ---> b599859ef34a [2021-01-18T03:08:07.827Z] Step 7/8 : COPY . . [2021-01-18T03:08:08.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:08.036Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:08.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:08.036Z] [2021-01-18T03:08:08.036Z] Login Succeeded [2021-01-18T03:08:08.036Z] docker.io [2021-01-18T03:08:08.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-18T03:08:08.582Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-18T03:08:08.582Z] Configure a credential helper to remove this warning. See [2021-01-18T03:08:08.582Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-18T03:08:08.582Z] [2021-01-18T03:08:08.582Z] Login Succeeded [2021-01-18T03:08:08.582Z] ---> docker-login.sh ends [Pipeline] } [2021-01-18T03:08:08.602Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-18T03:08:09.075Z] ========================================================= [2021-01-18T03:08:09.075Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-18T03:08:09.075Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:08:09.216Z] ---> 79f1b91021b4 [2021-01-18T03:08:09.216Z] Step 8/8 : RUN go mod download [2021-01-18T03:08:09.216Z] ---> Running in 446406d9d9d5 [2021-01-18T03:08:09.464Z] + 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 . [2021-01-18T03:08:10.070Z] Sending build context to Docker daemon 2.552MB [2021-01-18T03:08:10.070Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T03:08:10.070Z] Step 2/8 : FROM ${BASE} [2021-01-18T03:08:10.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-18T03:08:10.070Z] 5f621e34cdf4: Pulling fs layer [2021-01-18T03:08:10.070Z] a4357932f1b6: Pulling fs layer [2021-01-18T03:08:10.070Z] 18c013af1878: Pulling fs layer [2021-01-18T03:08:10.070Z] 00ac8860ef70: Pulling fs layer [2021-01-18T03:08:10.070Z] 63d7cb157983: Pulling fs layer [2021-01-18T03:08:10.070Z] b116817d02f9: Pulling fs layer [2021-01-18T03:08:10.070Z] 745a02a5169b: Pulling fs layer [2021-01-18T03:08:10.070Z] 63d7cb157983: Waiting [2021-01-18T03:08:10.070Z] 00ac8860ef70: Waiting [2021-01-18T03:08:10.070Z] b116817d02f9: Waiting [2021-01-18T03:08:10.070Z] 745a02a5169b: Waiting [2021-01-18T03:08:10.070Z] 18c013af1878: Verifying Checksum [2021-01-18T03:08:10.070Z] 18c013af1878: Download complete [2021-01-18T03:08:10.070Z] a4357932f1b6: Verifying Checksum [2021-01-18T03:08:10.070Z] a4357932f1b6: Download complete [2021-01-18T03:08:10.070Z] 63d7cb157983: Verifying Checksum [2021-01-18T03:08:10.070Z] 63d7cb157983: Download complete [2021-01-18T03:08:10.349Z] 5f621e34cdf4: Verifying Checksum [2021-01-18T03:08:10.349Z] 5f621e34cdf4: Download complete [2021-01-18T03:08:10.349Z] b116817d02f9: Download complete [2021-01-18T03:08:10.960Z] 5f621e34cdf4: Pull complete [2021-01-18T03:08:11.570Z] a4357932f1b6: Pull complete [2021-01-18T03:08:12.167Z] 18c013af1878: Pull complete [2021-01-18T03:08:12.442Z] 745a02a5169b: Verifying Checksum [2021-01-18T03:08:12.442Z] 745a02a5169b: Download complete [2021-01-18T03:08:13.874Z] 00ac8860ef70: Verifying Checksum [2021-01-18T03:08:13.874Z] 00ac8860ef70: Download complete [2021-01-18T03:08:24.053Z] 00ac8860ef70: Pull complete [2021-01-18T03:08:24.053Z] 63d7cb157983: Pull complete [2021-01-18T03:08:24.326Z] b116817d02f9: Pull complete [2021-01-18T03:08:27.361Z] Removing intermediate container 446406d9d9d5 [2021-01-18T03:08:27.361Z] ---> af29a0af28e3 [2021-01-18T03:08:27.361Z] Successfully built af29a0af28e3 [2021-01-18T03:08:27.361Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:08:27.683Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T03:08:27.683Z] . [Pipeline] withDockerContainer [2021-01-18T03:08:27.978Z] prd-centos7-docker-4c-2g-20882 does not seem to be running inside a container [2021-01-18T03:08:28.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T03:08:28.689Z] 745a02a5169b: Pull complete [2021-01-18T03:08:28.689Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-18T03:08:28.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-18T03:08:28.689Z] ---> b7e6874047d6 [2021-01-18T03:08:28.689Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-18T03:08:28.751Z] $ docker top 43bc44b1ad7aeaaf6686d9edbc1cdc5940ee3cc7e4ecc288ad5579c2e02dbbfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:08:29.216Z] + go version [2021-01-18T03:08:29.216Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-18T03:08:29.233Z] $ docker stop --time=1 43bc44b1ad7aeaaf6686d9edbc1cdc5940ee3cc7e4ecc288ad5579c2e02dbbfc [2021-01-18T03:08:30.575Z] $ docker rm -f 43bc44b1ad7aeaaf6686d9edbc1cdc5940ee3cc7e4ecc288ad5579c2e02dbbfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:08:31.327Z] ---> Running in f39ee65a0128 [2021-01-18T03:08:31.416Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-18T03:08:31.416Z] . [Pipeline] withDockerContainer [2021-01-18T03:08:31.509Z] prd-centos7-docker-4c-2g-20882 does not seem to be running inside a container [2021-01-18T03:08:31.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-18T03:08:31.600Z] Removing intermediate container f39ee65a0128 [2021-01-18T03:08:31.601Z] ---> 787c4d8b7c9e [2021-01-18T03:08:31.601Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:08:31.876Z] ---> Running in 85101057684f [2021-01-18T03:08:32.063Z] $ docker top 9d2f1e5edc1251fa3095960b0ac6236fbab6799cd0a8d002f77ae5ed389226c7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:08:32.532Z] + make test [2021-01-18T03:08:32.532Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T03:08:34.518Z] Removing intermediate container 85101057684f [2021-01-18T03:08:34.518Z] ---> da872b892172 [2021-01-18T03:08:34.518Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-18T03:08:34.518Z] ---> Running in 464e8779fe4d [2021-01-18T03:08:35.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:08:36.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:08:37.093Z] OK: 142 MiB in 39 packages [2021-01-18T03:08:38.095Z] Removing intermediate container 464e8779fe4d [2021-01-18T03:08:38.095Z] ---> a5f5ee71960b [2021-01-18T03:08:38.095Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-18T03:08:38.095Z] ---> Running in 4bd3c47fb44e [2021-01-18T03:08:38.693Z] Removing intermediate container 4bd3c47fb44e [2021-01-18T03:08:38.693Z] ---> 73518b84613e [2021-01-18T03:08:38.693Z] Step 7/8 : COPY . . [2021-01-18T03:08:40.128Z] ---> 5893a7292c4e [2021-01-18T03:08:40.128Z] Step 8/8 : RUN go mod download [2021-01-18T03:08:40.405Z] ---> Running in a2c0ce3cc7d6 [2021-01-18T03:08:40.706Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-18T03:08:55.723Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-18T03:08:55.723Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-18T03:08:55.723Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-18T03:08:55.723Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.054s coverage: 19.4% of statements [2021-01-18T03:08:55.723Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.464s coverage: 97.1% of statements [2021-01-18T03:09:02.596Z] Removing intermediate container a2c0ce3cc7d6 [2021-01-18T03:09:02.596Z] ---> e45f6c406c44 [2021-01-18T03:09:02.596Z] Successfully built e45f6c406c44 [2021-01-18T03:09:02.596Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:09:02.933Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T03:09:02.933Z] . [Pipeline] withDockerContainer [2021-01-18T03:09:03.164Z] prd-ubuntu18.04-docker-arm64-4c-16g-20881 does not seem to be running inside a container [2021-01-18T03:09:03.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T03:09:04.842Z] $ docker top fa1cd9f0ac1fce12e4c953699588ec0d5e7f55c4f3ec0de4266b4e6372b810be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:09:05.835Z] + go version [2021-01-18T03:09:05.835Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-18T03:09:05.863Z] $ docker stop --time=1 fa1cd9f0ac1fce12e4c953699588ec0d5e7f55c4f3ec0de4266b4e6372b810be [2021-01-18T03:09:07.795Z] $ docker rm -f fa1cd9f0ac1fce12e4c953699588ec0d5e7f55c4f3ec0de4266b4e6372b810be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:09:08.735Z] + docker inspect -f . ci-base-image-arm64 [2021-01-18T03:09:08.735Z] . [Pipeline] withDockerContainer [2021-01-18T03:09:08.953Z] prd-ubuntu18.04-docker-arm64-4c-16g-20881 does not seem to be running inside a container [2021-01-18T03:09:09.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-18T03:09:10.500Z] $ docker top 99a79330224f1294c274bfe4395ae7c39852a9cad5505899de0e7506b8f9f541 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:09:11.541Z] + make test [2021-01-18T03:09:11.541Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.051s coverage: 9.4% of statements [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.044s coverage: 21.7% of statements [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.208s coverage: 42.9% of statements [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.276s coverage: 68.9% of statements [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.063s coverage: 53.8% of statements [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.070s coverage: 25.6% of statements [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.370s coverage: 68.9% of statements [2021-01-18T03:09:27.857Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.063s coverage: 4.2% of statements [2021-01-18T03:09:27.857Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-18T03:09:27.857Z] GO111MODULE=on go vet ./... [2021-01-18T03:09:33.753Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-18T03:09:34.572Z] gofmt -l . [2021-01-18T03:09:34.572Z] [ "`gofmt -l .`" = "" ] [2021-01-18T03:09:34.835Z] ./bin/test-attribution-txt.sh [2021-01-18T03:09:35.410Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-18T03:09:35.425Z] $ docker stop --time=1 9d2f1e5edc1251fa3095960b0ac6236fbab6799cd0a8d002f77ae5ed389226c7 [2021-01-18T03:09:37.229Z] $ docker rm -f 9d2f1e5edc1251fa3095960b0ac6236fbab6799cd0a8d002f77ae5ed389226c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T03:09:37.840Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-18T03:09:38.268Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-18T03:09:41.214Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-18T03:09:41.517Z] + ls -al . [2021-01-18T03:09:41.517Z] total 224 [2021-01-18T03:09:41.517Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 18 03:09 . [2021-01-18T03:09:41.517Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 18 03:07 .. [2021-01-18T03:09:41.517Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 18 03:07 bin [2021-01-18T03:09:41.517Z] -rw-r--r--. 1 jenkins jenkins 144064 Jan 18 03:09 coverage.out [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 18 03:07 Dockerfile.build [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 18 03:07 .dockerignore [2021-01-18T03:09:41.517Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 18 03:07 example [2021-01-18T03:09:41.517Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 18 03:07 .git [2021-01-18T03:09:41.517Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 18 03:07 .github [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 18 03:07 .gitignore [2021-01-18T03:09:41.517Z] -rw-r--r--. 1 jenkins jenkins 491 Jan 18 03:09 go.mod [2021-01-18T03:09:41.517Z] -rw-r--r--. 1 jenkins jenkins 14124 Jan 18 03:09 go.sum [2021-01-18T03:09:41.517Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 18 03:07 internal [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 18 03:07 Jenkinsfile [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 18 03:07 LICENSE [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 18 03:07 Makefile [2021-01-18T03:09:41.517Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 18 03:07 openapi [2021-01-18T03:09:41.517Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 18 03:07 pkg [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 18 03:07 README.md [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 18 03:07 RELEASE-NOTES.txt [2021-01-18T03:09:41.517Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 18 03:07 snap [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 18 03:05 VERSION [2021-01-18T03:09:41.517Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 18 03:07 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:09:41.821Z] + 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=cbe22a10cbaca5064312735e40c4b079ab860499 --label arch=amd64 --label version=0.0.0 . [2021-01-18T03:09:42.087Z] Sending build context to Docker daemon 2.698MB [2021-01-18T03:09:42.087Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T03:09:42.087Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-18T03:09:42.087Z] ---> af29a0af28e3 [2021-01-18T03:09:42.087Z] Step 3/24 : ARG MAKE='make build' [2021-01-18T03:09:42.671Z] ---> Running in 494ecbc3136c [2021-01-18T03:09:42.671Z] Removing intermediate container 494ecbc3136c [2021-01-18T03:09:42.671Z] ---> ee010d42d332 [2021-01-18T03:09:42.671Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-18T03:09:42.936Z] ---> Running in d4b10896e9b0 [2021-01-18T03:09:42.936Z] Removing intermediate container d4b10896e9b0 [2021-01-18T03:09:42.936Z] ---> 2350b5c65237 [2021-01-18T03:09:42.936Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-18T03:09:43.199Z] ---> Running in f26d26a8fac0 [2021-01-18T03:09:43.199Z] Removing intermediate container f26d26a8fac0 [2021-01-18T03:09:43.200Z] ---> f9895a7d6d6e [2021-01-18T03:09:43.200Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:09:43.200Z] ---> Running in 60d0013a03bf [2021-01-18T03:09:44.146Z] Removing intermediate container 60d0013a03bf [2021-01-18T03:09:44.146Z] ---> 64f952526d6a [2021-01-18T03:09:44.146Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-18T03:09:44.146Z] ---> Running in 20203af5eba4 [2021-01-18T03:09:44.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-18T03:09:45.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-18T03:09:45.869Z] OK: 166 MiB in 39 packages [2021-01-18T03:09:46.442Z] Removing intermediate container 20203af5eba4 [2021-01-18T03:09:46.442Z] ---> b09f1c8f106c [2021-01-18T03:09:46.442Z] Step 8/24 : COPY . . [2021-01-18T03:09:47.391Z] ---> c63182784259 [2021-01-18T03:09:47.391Z] Step 9/24 : RUN ${MAKE} [2021-01-18T03:09:47.391Z] ---> Running in 88a599c19d55 [2021-01-18T03:09:47.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-18T03:09:56.202Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-18T03:09:57.596Z] Removing intermediate container 88a599c19d55 [2021-01-18T03:09:57.596Z] ---> a1f0293ed731 [2021-01-18T03:09:57.596Z] Step 10/24 : FROM scratch [2021-01-18T03:09:57.596Z] ---> [2021-01-18T03:09:57.596Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-18T03:09:57.596Z] ---> Running in 7a41159cf043 [2021-01-18T03:09:57.596Z] Removing intermediate container 7a41159cf043 [2021-01-18T03:09:57.596Z] ---> c5ab1b7d84e5 [2021-01-18T03:09:57.596Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-18T03:09:57.596Z] ---> Running in 0fc5d79d9394 [2021-01-18T03:09:57.859Z] Removing intermediate container 0fc5d79d9394 [2021-01-18T03:09:57.859Z] ---> cc61f38effdf [2021-01-18T03:09:57.859Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T03:09:57.859Z] ---> Running in 86a071097732 [2021-01-18T03:09:58.122Z] Removing intermediate container 86a071097732 [2021-01-18T03:09:58.122Z] ---> bccf0c2e7181 [2021-01-18T03:09:58.122Z] Step 14/24 : WORKDIR / [2021-01-18T03:09:58.122Z] ---> Running in 47db11705a14 [2021-01-18T03:09:58.384Z] Removing intermediate container 47db11705a14 [2021-01-18T03:09:58.384Z] ---> 0188013d21e8 [2021-01-18T03:09:58.384Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-18T03:09:58.646Z] ---> cd911f892d73 [2021-01-18T03:09:58.646Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-18T03:09:58.912Z] ---> 69750b6121dd [2021-01-18T03:09:58.912Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-18T03:09:59.174Z] ---> c390b7ad90f5 [2021-01-18T03:09:59.174Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-18T03:09:59.436Z] ---> 2781b04590e1 [2021-01-18T03:09:59.436Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-18T03:09:59.699Z] ---> 79c55d541de0 [2021-01-18T03:09:59.699Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-18T03:09:59.699Z] ---> Running in e264d79249fd [2021-01-18T03:09:59.970Z] Removing intermediate container e264d79249fd [2021-01-18T03:09:59.970Z] ---> 3a3b4b0cc869 [2021-01-18T03:09:59.970Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:09:59.970Z] ---> Running in 1032a1f41107 [2021-01-18T03:10:00.232Z] Removing intermediate container 1032a1f41107 [2021-01-18T03:10:00.232Z] ---> 78ece02f5a3c [2021-01-18T03:10:00.232Z] Step 22/24 : LABEL arch=amd64 [2021-01-18T03:10:00.232Z] ---> Running in c04e908e36ea [2021-01-18T03:10:00.232Z] Removing intermediate container c04e908e36ea [2021-01-18T03:10:00.232Z] ---> 5af5f361b3b6 [2021-01-18T03:10:00.232Z] Step 23/24 : LABEL git_sha=cbe22a10cbaca5064312735e40c4b079ab860499 [2021-01-18T03:10:00.494Z] ---> Running in 38afdb9818a3 [2021-01-18T03:10:00.494Z] Removing intermediate container 38afdb9818a3 [2021-01-18T03:10:00.494Z] ---> 6cea640fe7dc [2021-01-18T03:10:00.494Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T03:10:00.755Z] ---> Running in bb605e6a86c1 [2021-01-18T03:10:00.755Z] Removing intermediate container bb605e6a86c1 [2021-01-18T03:10:00.755Z] ---> 4ffea00c57f0 [2021-01-18T03:10:00.755Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-18T03:10:00.755Z] Successfully built 4ffea00c57f0 [2021-01-18T03:10:00.755Z] Successfully tagged docker-device-sdk-simple:latest [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] } [2021-01-18T03:10:12.861Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-18T03:10:12.861Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-18T03:10:12.861Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-18T03:10:12.861Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.139s coverage: 19.4% of statements [2021-01-18T03:10:21.178Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.208s coverage: 97.1% of statements [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.113s coverage: 9.4% of statements [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.135s coverage: 21.7% of statements [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.587s coverage: 42.9% of statements [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.740s coverage: 68.9% of statements [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.190s coverage: 53.8% of statements [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.163s coverage: 25.6% of statements [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.885s coverage: 68.9% of statements [2021-01-18T03:10:43.355Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 4.2% of statements [2021-01-18T03:10:43.355Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-18T03:10:43.950Z] GO111MODULE=on go vet ./... [2021-01-18T03:11:23.078Z] gofmt -l . [2021-01-18T03:11:23.078Z] [ "`gofmt -l .`" = "" ] [2021-01-18T03:11:23.078Z] ./bin/test-attribution-txt.sh [2021-01-18T03:11:23.078Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-18T03:11:23.104Z] $ docker stop --time=1 99a79330224f1294c274bfe4395ae7c39852a9cad5505899de0e7506b8f9f541 [2021-01-18T03:11:25.268Z] $ docker rm -f 99a79330224f1294c274bfe4395ae7c39852a9cad5505899de0e7506b8f9f541 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-18T03:11:26.385Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-18T03:11:26.453Z] Warning: overwriting stash ‘coverage-report’ [2021-01-18T03:11:27.277Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-18T03:11:28.001Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-18T03:11:28.335Z] + ls -al . [2021-01-18T03:11:28.335Z] total 260 [2021-01-18T03:11:28.335Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 18 03:11 . [2021-01-18T03:11:28.335Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 .. [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 18 03:07 .dockerignore [2021-01-18T03:11:28.335Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 18 03:07 .git [2021-01-18T03:11:28.335Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 03:07 .github [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 18 03:07 .gitignore [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 18 03:07 Dockerfile.build [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 18 03:07 Jenkinsfile [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 18 03:07 LICENSE [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 18 03:07 Makefile [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 18 03:07 README.md [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 18 03:07 RELEASE-NOTES.txt [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 18 03:05 VERSION [2021-01-18T03:11:28.335Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 03:07 bin [2021-01-18T03:11:28.335Z] -rw-r--r-- 1 jenkins jenkins 144063 Jan 18 03:10 coverage.out [2021-01-18T03:11:28.335Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 example [2021-01-18T03:11:28.335Z] -rw-r--r-- 1 jenkins jenkins 491 Jan 18 03:11 go.mod [2021-01-18T03:11:28.335Z] -rw-r--r-- 1 jenkins jenkins 14124 Jan 18 03:11 go.sum [2021-01-18T03:11:28.335Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 18 03:07 internal [2021-01-18T03:11:28.335Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 openapi [2021-01-18T03:11:28.335Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 18 03:07 pkg [2021-01-18T03:11:28.335Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 03:07 snap [2021-01-18T03:11:28.335Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 18 03:07 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:11:28.678Z] + 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=cbe22a10cbaca5064312735e40c4b079ab860499 --label arch=arm64 --label version=0.0.0 . [2021-01-18T03:11:29.275Z] Sending build context to Docker daemon 2.697MB [2021-01-18T03:11:29.275Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-18T03:11:29.275Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-18T03:11:29.275Z] ---> e45f6c406c44 [2021-01-18T03:11:29.275Z] Step 3/24 : ARG MAKE='make build' [2021-01-18T03:11:29.548Z] ---> Running in 8762c30d4a15 [2021-01-18T03:11:29.821Z] Removing intermediate container 8762c30d4a15 [2021-01-18T03:11:29.821Z] ---> c9d8e6bf6264 [2021-01-18T03:11:29.821Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-18T03:11:30.096Z] ---> Running in e2fb7cfc6dbf [2021-01-18T03:11:30.694Z] Removing intermediate container e2fb7cfc6dbf [2021-01-18T03:11:30.694Z] ---> 145119e65030 [2021-01-18T03:11:30.694Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-18T03:11:30.694Z] ---> Running in 792f84b3b7e7 [2021-01-18T03:11:31.293Z] Removing intermediate container 792f84b3b7e7 [2021-01-18T03:11:31.293Z] ---> d60897bfa92b [2021-01-18T03:11:31.293Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-18T03:11:31.293Z] ---> Running in a27e34c7dae3 [2021-01-18T03:11:33.265Z] Removing intermediate container a27e34c7dae3 [2021-01-18T03:11:33.265Z] ---> 0012d05a84c2 [2021-01-18T03:11:33.265Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-18T03:11:33.538Z] ---> Running in 30a519d695e0 [2021-01-18T03:11:34.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-18T03:11:35.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-18T03:11:36.095Z] OK: 142 MiB in 39 packages [2021-01-18T03:11:37.528Z] Removing intermediate container 30a519d695e0 [2021-01-18T03:11:37.528Z] ---> 9b85c3b34a5f [2021-01-18T03:11:37.528Z] Step 8/24 : COPY . . [2021-01-18T03:11:38.960Z] ---> ccdf289d53ed [2021-01-18T03:11:38.960Z] Step 9/24 : RUN ${MAKE} [2021-01-18T03:11:38.960Z] ---> Running in f35f28f94f79 [2021-01-18T03:11:39.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-18T03:12:06.751Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-18T03:12:06.751Z] Removing intermediate container f35f28f94f79 [2021-01-18T03:12:06.751Z] ---> 3677fc406022 [2021-01-18T03:12:06.751Z] Step 10/24 : FROM scratch [2021-01-18T03:12:06.751Z] ---> [2021-01-18T03:12:06.751Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-18T03:12:06.751Z] ---> Running in c2d327c2c5e4 [2021-01-18T03:12:07.021Z] Removing intermediate container c2d327c2c5e4 [2021-01-18T03:12:07.021Z] ---> 66116871dce6 [2021-01-18T03:12:07.021Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-18T03:12:07.293Z] ---> Running in 4d7c14c3bf29 [2021-01-18T03:12:07.569Z] Removing intermediate container 4d7c14c3bf29 [2021-01-18T03:12:07.569Z] ---> b26f079702f5 [2021-01-18T03:12:07.569Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-18T03:12:07.569Z] ---> Running in 89fd217bfdaf [2021-01-18T03:12:08.164Z] Removing intermediate container 89fd217bfdaf [2021-01-18T03:12:08.165Z] ---> 4f0127192fb0 [2021-01-18T03:12:08.165Z] Step 14/24 : WORKDIR / [2021-01-18T03:12:08.165Z] ---> Running in a79ffb78cd15 [2021-01-18T03:12:08.757Z] Removing intermediate container a79ffb78cd15 [2021-01-18T03:12:08.757Z] ---> a4ba894a23dc [2021-01-18T03:12:08.757Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-18T03:12:09.732Z] ---> 9b6e8a247a00 [2021-01-18T03:12:09.732Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-18T03:12:10.330Z] ---> 4d3ba69b3112 [2021-01-18T03:12:10.330Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-18T03:12:10.930Z] ---> 2434374df0ae [2021-01-18T03:12:10.930Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-18T03:12:11.916Z] ---> 59c556556c96 [2021-01-18T03:12:11.916Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-18T03:12:12.507Z] ---> 7b0286dc6fc7 [2021-01-18T03:12:12.507Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-18T03:12:12.507Z] ---> Running in be0f1ac9bd48 [2021-01-18T03:12:13.099Z] Removing intermediate container be0f1ac9bd48 [2021-01-18T03:12:13.099Z] ---> 4143cb366eb7 [2021-01-18T03:12:13.099Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-18T03:12:13.099Z] ---> Running in 4b73f40200be [2021-01-18T03:12:13.695Z] Removing intermediate container 4b73f40200be [2021-01-18T03:12:13.695Z] ---> a1c76b44ef5f [2021-01-18T03:12:13.695Z] Step 22/24 : LABEL arch=arm64 [2021-01-18T03:12:13.695Z] ---> Running in aba92c87d41b [2021-01-18T03:12:13.968Z] Removing intermediate container aba92c87d41b [2021-01-18T03:12:13.968Z] ---> 61c8c85ebf9c [2021-01-18T03:12:13.968Z] Step 23/24 : LABEL git_sha=cbe22a10cbaca5064312735e40c4b079ab860499 [2021-01-18T03:12:14.239Z] ---> Running in 84a447bb415f [2021-01-18T03:12:14.514Z] Removing intermediate container 84a447bb415f [2021-01-18T03:12:14.514Z] ---> cc23c92a2c92 [2021-01-18T03:12:14.514Z] Step 24/24 : LABEL version=0.0.0 [2021-01-18T03:12:14.789Z] ---> Running in a420048d7c48 [2021-01-18T03:12:15.383Z] Removing intermediate container a420048d7c48 [2021-01-18T03:12:15.383Z] ---> 8561510b2fd9 [2021-01-18T03:12:15.383Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-18T03:12:15.383Z] Successfully built 8561510b2fd9 [2021-01-18T03:12:15.383Z] 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] } [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 [2021-01-18T03:12:16.882Z] provisioning config files... [2021-01-18T03:12:16.898Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config3979124661927706964tmp [Pipeline] { [Pipeline] sh [2021-01-18T03:12:17.353Z] + set +x [2021-01-18T03:12:17.353Z] + curl -s https://codecov.io/bash [2021-01-18T03:12:17.353Z] + bash -s -- [2021-01-18T03:12:17.630Z] [2021-01-18T03:12:17.630Z] _____ _ [2021-01-18T03:12:17.630Z] / ____| | | [2021-01-18T03:12:17.630Z] | | ___ __| | ___ ___ _____ __ [2021-01-18T03:12:17.630Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-18T03:12:17.630Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-18T03:12:17.630Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-18T03:12:17.630Z] Bash-20210115-cec3c92 [2021-01-18T03:12:17.630Z] [2021-01-18T03:12:17.630Z] [2021-01-18T03:12:17.630Z] ==> git version 2.24.3 found [2021-01-18T03:12:17.630Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-18T03:12:17.630Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-18T03:12:17.630Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-18T03:12:17.630Z] ==> Jenkins CI detected. [2021-01-18T03:12:17.630Z] project root: . [2021-01-18T03:12:17.630Z] --> token set from env [2021-01-18T03:12:17.630Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-18T03:12:17.901Z] ==> Running gcov in . (disable via -X gcov) [2021-01-18T03:12:17.901Z] ==> Python coveragepy not found [2021-01-18T03:12:17.901Z] ==> Searching for coverage reports in: [2021-01-18T03:12:17.901Z] + . [2021-01-18T03:12:17.901Z] -> Found 1 reports [2021-01-18T03:12:17.901Z] ==> Detecting git/mercurial file structure [2021-01-18T03:12:17.901Z] ==> Reading reports [2021-01-18T03:12:17.901Z] + ./coverage.out bytes=144063 [2021-01-18T03:12:17.901Z] ==> Appending adjustments [2021-01-18T03:12:17.901Z] https://docs.codecov.io/docs/fixing-reports [2021-01-18T03:12:18.508Z] + Found adjustments [2021-01-18T03:12:18.508Z] ==> Gzipping contents [2021-01-18T03:12:18.508Z] 24K /tmp/codecov.QPiA0E.gz [2021-01-18T03:12:18.508Z] ==> Uploading reports [2021-01-18T03:12:18.508Z] url: https://codecov.io [2021-01-18T03:12:18.508Z] query: branch=PR-718&commit=cbe22a10cbaca5064312735e40c4b079ab860499&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= [2021-01-18T03:12:18.508Z] -> Pinging Codecov [2021-01-18T03:12:18.508Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-718&commit=cbe22a10cbaca5064312735e40c4b079ab860499&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= [2021-01-18T03:12:19.093Z] -> Uploading to [2021-01-18T03:12:19.094Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-18/7E55EF52A471D76F132DFD9A03CDDE97/cbe22a10cbaca5064312735e40c4b079ab860499/3d1d0f67-a16a-4ec3-b16d-1d4f76c8254c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T031218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f4b4cd03cbd5f0b296ee32c3ec5872c31319ecfaeee75ed878f2a978394e73bd [2021-01-18T03:12:19.094Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-18T03:12:19.094Z] Dload Upload Total Spent Left Speed [2021-01-18T03:12:19.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22348 0 0 100 22348 0 45184 --:--:-- --:--:-- --:--:-- 45147 [2021-01-18T03:12:19.652Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/cbe22a10cbaca5064312735e40c4b079ab860499 [Pipeline] } [2021-01-18T03:12:19.680Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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 [2021-01-18T03:12:22.209Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:12:23.148Z] ---> package-listing.sh [2021-01-18T03:12:23.148Z] ++ facter osfamily [2021-01-18T03:12:23.148Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-18T03:12:23.416Z] + OS_FAMILY=redhat [2021-01-18T03:12:23.416Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-718 [2021-01-18T03:12:23.416Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-18T03:12:23.416Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-18T03:12:23.416Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-18T03:12:23.416Z] + PACKAGES=/tmp/packages_start.txt [2021-01-18T03:12:23.416Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' [2021-01-18T03:12:23.416Z] + PACKAGES=/tmp/packages_end.txt [2021-01-18T03:12:23.416Z] + case "${OS_FAMILY}" in [2021-01-18T03:12:23.416Z] + rpm -qa [2021-01-18T03:12:23.416Z] + sort [2021-01-18T03:12:28.813Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-18T03:12:28.813Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-18T03:12:28.813Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-18T03:12:28.813Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' [2021-01-18T03:12:28.813Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ [2021-01-18T03:12:28.813Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ [Pipeline] echo [2021-01-18T03:12:28.832Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-718/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-18T03:12:29.134Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:12:29.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:12:29.505Z] [2021-01-18T03:12:29.505Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-18T03:12:29.926Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:12:29.926Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-18T03:12:29.926Z] df20fa9351a1: Pulling fs layer [2021-01-18T03:12:29.926Z] 36b3adc4ff6f: Pulling fs layer [2021-01-18T03:12:29.926Z] 8ad3a11d3b57: Pulling fs layer [2021-01-18T03:12:29.926Z] 46f8f816bc3b: Pulling fs layer [2021-01-18T03:12:29.926Z] 93b61091891f: Pulling fs layer [2021-01-18T03:12:29.926Z] 93b9cdb0e59b: Pulling fs layer [2021-01-18T03:12:29.926Z] 5e14af77c1be: Pulling fs layer [2021-01-18T03:12:29.926Z] 01666e4c0597: Pulling fs layer [2021-01-18T03:12:29.926Z] aa168da1d23b: Pulling fs layer [2021-01-18T03:12:29.926Z] 93b61091891f: Waiting [2021-01-18T03:12:29.926Z] 93b9cdb0e59b: Waiting [2021-01-18T03:12:29.926Z] 5e14af77c1be: Waiting [2021-01-18T03:12:29.926Z] 01666e4c0597: Waiting [2021-01-18T03:12:29.926Z] aa168da1d23b: Waiting [2021-01-18T03:12:29.926Z] 46f8f816bc3b: Waiting [2021-01-18T03:12:29.926Z] 36b3adc4ff6f: Verifying Checksum [2021-01-18T03:12:29.926Z] 36b3adc4ff6f: Download complete [2021-01-18T03:12:30.227Z] 46f8f816bc3b: Verifying Checksum [2021-01-18T03:12:30.227Z] 46f8f816bc3b: Download complete [2021-01-18T03:12:30.227Z] df20fa9351a1: Verifying Checksum [2021-01-18T03:12:30.227Z] df20fa9351a1: Download complete [2021-01-18T03:12:30.227Z] 93b9cdb0e59b: Verifying Checksum [2021-01-18T03:12:30.227Z] 93b9cdb0e59b: Download complete [2021-01-18T03:12:30.227Z] 93b61091891f: Verifying Checksum [2021-01-18T03:12:30.227Z] 93b61091891f: Download complete [2021-01-18T03:12:30.227Z] 5e14af77c1be: Download complete [2021-01-18T03:12:30.537Z] 01666e4c0597: Download complete [2021-01-18T03:12:31.203Z] df20fa9351a1: Pull complete [2021-01-18T03:12:31.538Z] 8ad3a11d3b57: Verifying Checksum [2021-01-18T03:12:31.538Z] 8ad3a11d3b57: Download complete [2021-01-18T03:12:31.937Z] 36b3adc4ff6f: Pull complete [2021-01-18T03:12:34.723Z] 8ad3a11d3b57: Pull complete [2021-01-18T03:12:34.723Z] 46f8f816bc3b: Pull complete [2021-01-18T03:12:35.817Z] 93b61091891f: Pull complete [2021-01-18T03:12:36.102Z] 93b9cdb0e59b: Pull complete [2021-01-18T03:12:36.378Z] 5e14af77c1be: Pull complete [2021-01-18T03:12:37.056Z] 01666e4c0597: Pull complete [2021-01-18T03:12:38.093Z] aa168da1d23b: Verifying Checksum [2021-01-18T03:12:38.093Z] aa168da1d23b: Download complete [2021-01-18T03:13:00.762Z] aa168da1d23b: Pull complete [2021-01-18T03:13:00.762Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-18T03:13:00.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-18T03:13:00.762Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-18T03:13:01.182Z] prd-centos7-docker-4c-2g-20880 does not seem to be running inside a container [2021-01-18T03:13:01.377Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-718/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-18T03:13:03.521Z] $ docker top c9cb18101a02d3bc18015b7eb40d764f3d293da8683b53fbd0705dfbfb566a21 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-18T03:13:04.149Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-18T03:13:04.479Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-18T03:13:04.845Z] + ls /var/log/sa-host [2021-01-18T03:13:04.845Z] + sadf -c /var/log/sa-host/sa18 [2021-01-18T03:13:04.845Z] file_magic: OK [2021-01-18T03:13:04.845Z] HZ: Using current value: 100 [2021-01-18T03:13:04.845Z] file_header: OK [2021-01-18T03:13:04.845Z] 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 [2021-01-18T03:13:04.845Z] Statistics: [2021-01-18T03:13:04.845Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-18T03:13:04.845Z] File successfully converted to sysstat format version 12.2.1 [2021-01-18T03:13:04.845Z] + sadf -c /var/log/sa-host/sa23 [2021-01-18T03:13:04.845Z] file_magic: OK [2021-01-18T03:13:04.845Z] HZ: Using current value: 100 [2021-01-18T03:13:04.845Z] file_header: OK [2021-01-18T03:13:04.845Z] 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 [2021-01-18T03:13:04.845Z] Statistics: [2021-01-18T03:13:04.845Z] Hnuu...uuuununununu... [2021-01-18T03:13:04.845Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-18T03:13:05.176Z] provisioning config files... [2021-01-18T03:13:05.202Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config2520380989271891896tmp [Pipeline] { [Pipeline] echo [2021-01-18T03:13:05.287Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:13:05.626Z] ---> create-netrc.sh [Pipeline] } [2021-01-18T03:13:05.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-18T03:13:05.988Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:13:06.332Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-18T03:13:06.350Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:13:06.751Z] ---> sudo-logs.sh [2021-01-18T03:13:06.752Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-18T03:13:06.766Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:13:07.175Z] ---> job-cost.sh [2021-01-18T03:13:07.175Z] lf-activate-venv: SKIPPING [2021-01-18T03:13:07.175Z] INFO: No Stack... [2021-01-18T03:13:08.242Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-18T03:13:08.848Z] INFO: Archiving Costs [Pipeline] echo [2021-01-18T03:13:08.865Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-18T03:13:09.204Z] ---> logs-deploy.sh [2021-01-18T03:13:09.204Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-718/7 [2021-01-18T03:13:09.204Z] INFO: archiving workspace using pattern(s): [2021-01-18T03:13:11.827Z] Archives upload complete. [2021-01-18T03:13:11.827Z] INFO: archiving logs to Nexus