Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b+372098887a6a7d5d9395bdaf9d03a023308f69fd (cfac29fa75fe507d2fa2ccc2343073c679490d2f) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18404 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [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-692 # 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/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b Merge succeeded, producing 9f610525e35316c7db4104bac89e4b5c37d1f283 Checking out Revision 9f610525e35316c7db4104bac89e4b5c37d1f283 (PR-692) > git config core.sparsecheckout # timeout=10 > git checkout -f a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f610525e35316c7db4104bac89e4b5c37d1f283 # timeout=10 Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 8f3c845238073ca07f74c2374786e97a0451ff5f # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T02:43:05.818Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T02:43:06.073Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T02:43:06.163Z] ========================================================= [2021-01-05T02:43:06.163Z] EdgeX Global Pipelines Version Info [2021-01-05T02:43:06.163Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:43:07.646Z] ------------------- [2021-01-05T02:43:07.646Z] stable info: [2021-01-05T02:43:07.646Z] ------------------- [2021-01-05T02:43:07.646Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T02:43:07.646Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T02:43:07.646Z] Message: update stable to v1.0.173 [2021-01-05T02:43:08.596Z] ------------------- [2021-01-05T02:43:08.596Z] experimental info: [2021-01-05T02:43:08.596Z] ------------------- [2021-01-05T02:43:08.596Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T02:43:08.596Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T02:43:08.596Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T02:43:08.869Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-05T02:43:08.990Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-05T02:43:09.086Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T02:43:09.194Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T02:43:09.309Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T02:43:09.407Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T02:43:09.497Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T02:43:09.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T02:43:09.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-05T02:43:09.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T02:43:09.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T02:43:10.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-05T02:43:10.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T02:43:10.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T02:43:10.349Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T02:43:10.447Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T02:43:10.634Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T02:43:10.717Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-05T02:43:10.809Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T02:43:10.929Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-05T02:43:11.091Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T02:43:11.179Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T02:43:11.273Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-05T02:43:11.371Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-05T02:43:11.474Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-05T02:43:11.567Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T02:43:11.676Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T02:43:11.789Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-692 [Pipeline] echo [2021-01-05T02:43:11.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-692 [Pipeline] echo [2021-01-05T02:43:11.991Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-692 [Pipeline] echo [2021-01-05T02:43:12.091Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f610525e35316c7db4104bac89e4b5c37d1f283 [Pipeline] echo [2021-01-05T02:43:12.184Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f61052 [Pipeline] echo [2021-01-05T02:43:12.276Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T02:43:12.445Z] provisioning config files... [2021-01-05T02:43:12.472Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config6705937894885607207tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:43:12.838Z] ---> docker-login.sh [2021-01-05T02:43:12.838Z] nexus3.edgexfoundry.org:10001 [2021-01-05T02:43:13.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:13.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:13.101Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:13.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:13.101Z] [2021-01-05T02:43:13.101Z] Login Succeeded [2021-01-05T02:43:13.101Z] nexus3.edgexfoundry.org:10002 [2021-01-05T02:43:13.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:13.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:13.365Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:13.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:13.365Z] [2021-01-05T02:43:13.365Z] Login Succeeded [2021-01-05T02:43:13.365Z] nexus3.edgexfoundry.org:10003 [2021-01-05T02:43:13.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:13.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:13.644Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:13.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:13.644Z] [2021-01-05T02:43:13.644Z] Login Succeeded [2021-01-05T02:43:13.644Z] nexus3.edgexfoundry.org:10004 [2021-01-05T02:43:13.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:13.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:13.909Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:13.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:13.909Z] [2021-01-05T02:43:13.909Z] Login Succeeded [2021-01-05T02:43:13.909Z] docker.io [2021-01-05T02:43:13.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:43:14.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:43:14.177Z] Configure a credential helper to remove this warning. See [2021-01-05T02:43:14.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:43:14.177Z] [2021-01-05T02:43:14.177Z] Login Succeeded [2021-01-05T02:43:14.177Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T02:43:14.188Z] 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-05T02:43:14.979Z] + git log --format=format:%s -1 9f610525e35316c7db4104bac89e4b5c37d1f283 [Pipeline] echo [2021-01-05T02:43:15.054Z] GIT_COMMIT: 9f610525e35316c7db4104bac89e4b5c37d1f283, Commit Message: Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD [Pipeline] echo [2021-01-05T02:43:15.101Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:43:15.710Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T02:43:15.710Z] [2021-01-05T02:43:15.710Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:43:16.117Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T02:43:16.117Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T02:43:16.117Z] 31603596830f: Pulling fs layer [2021-01-05T02:43:16.117Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T02:43:16.117Z] 6ca5941a6612: Pulling fs layer [2021-01-05T02:43:16.117Z] ecc8261a40a4: Pulling fs layer [2021-01-05T02:43:16.117Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T02:43:16.117Z] 2a8b12db71e7: Download complete [2021-01-05T02:43:16.117Z] 31603596830f: Verifying Checksum [2021-01-05T02:43:16.117Z] 31603596830f: Download complete [2021-01-05T02:43:16.387Z] ecc8261a40a4: Verifying Checksum [2021-01-05T02:43:16.387Z] ecc8261a40a4: Download complete [2021-01-05T02:43:16.387Z] 6ca5941a6612: Verifying Checksum [2021-01-05T02:43:16.387Z] 6ca5941a6612: Download complete [2021-01-05T02:43:16.651Z] 31603596830f: Pull complete [2021-01-05T02:43:16.651Z] 2a8b12db71e7: Pull complete [2021-01-05T02:43:17.609Z] 6ca5941a6612: Pull complete [2021-01-05T02:43:18.188Z] ecc8261a40a4: Pull complete [2021-01-05T02:43:18.188Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T02:43:18.188Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T02:43:18.188Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T02:43:18.313Z] prd-centos7-docker-4c-2g-18404 does not seem to be running inside a container [2021-01-05T02:43:18.371Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-692 -v /w/workspace/dgexfoundry_device-sdk-go_PR-692:/w/workspace/dgexfoundry_device-sdk-go_PR-692:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-692@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T02:43:19.826Z] $ docker top bdea4482651a0f9406b86ad5190e90cd6ad12a248cbebedfba3a170b16387294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T02:43:20.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T02:43:20.168Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T02:43:20.405Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T02:43:20.409Z] $ docker exec bdea4482651a0f9406b86ad5190e90cd6ad12a248cbebedfba3a170b16387294 ssh-agent [2021-01-05T02:43:20.587Z] SSH_AUTH_SOCK=/tmp/ssh-tsgesgpMjdBT/agent.12 [2021-01-05T02:43:20.587Z] SSH_AGENT_PID=17 [2021-01-05T02:43:20.597Z] Running ssh-add (command line suppressed) [2021-01-05T02:43:20.735Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_1339467520360869111.key (/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_1339467520360869111.key) [2021-01-05T02:43:20.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T02:43:21.122Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T02:43:21.144Z] $ docker exec --env ******** --env ******** bdea4482651a0f9406b86ad5190e90cd6ad12a248cbebedfba3a170b16387294 ssh-agent -k [2021-01-05T02:43:21.273Z] unset SSH_AUTH_SOCK; [2021-01-05T02:43:21.274Z] unset SSH_AGENT_PID; [2021-01-05T02:43:21.274Z] echo Agent pid 17 killed; [2021-01-05T02:43:21.322Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T02:43:21.463Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T02:43:21.463Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T02:43:21.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T02:43:21.636Z] $ docker exec bdea4482651a0f9406b86ad5190e90cd6ad12a248cbebedfba3a170b16387294 ssh-agent [2021-01-05T02:43:21.791Z] SSH_AUTH_SOCK=/tmp/ssh-faOpe0pupBeu/agent.46 [2021-01-05T02:43:21.791Z] SSH_AGENT_PID=51 [2021-01-05T02:43:21.797Z] Running ssh-add (command line suppressed) [2021-01-05T02:43:21.929Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_4287981500478074737.key (/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_4287981500478074737.key) [2021-01-05T02:43:21.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T02:43:22.316Z] + git semver init [2021-01-05T02:43:22.316Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T02:43:22.316Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-692/.git [2021-01-05T02:43:22.316Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-692 [2021-01-05T02:43:22.316Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T02:43:22.316Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T02:43:22.316Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T02:43:22.316Z] # $SEMVER_BRANCH = PR-692 [2021-01-05T02:43:22.316Z] # $SEMVER_TEMP = /tmp/semver-033466837 [2021-01-05T02:43:22.316Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-05T02:43:23.751Z] # '/tmp/semver-033466837' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-692/.semver' [2021-01-05T02:43:23.751Z] # -> Force: false [2021-01-05T02:43:23.751Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-692/.semver [Pipeline] } [2021-01-05T02:43:23.797Z] $ docker exec --env ******** --env ******** bdea4482651a0f9406b86ad5190e90cd6ad12a248cbebedfba3a170b16387294 ssh-agent -k [2021-01-05T02:43:23.921Z] unset SSH_AUTH_SOCK; [2021-01-05T02:43:23.922Z] unset SSH_AGENT_PID; [2021-01-05T02:43:23.922Z] echo Agent pid 51 killed; [2021-01-05T02:43:23.977Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T02:43:24.453Z] + git semver [Pipeline] } [2021-01-05T02:43:24.473Z] $ docker stop --time=1 bdea4482651a0f9406b86ad5190e90cd6ad12a248cbebedfba3a170b16387294 [2021-01-05T02:43:26.104Z] $ docker rm -f bdea4482651a0f9406b86ad5190e90cd6ad12a248cbebedfba3a170b16387294 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T02:43:26.688Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T02:43:27.235Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T02:43:27.238Z] [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-05T02:43:42.809Z] Still waiting to schedule task [2021-01-05T02:43:42.809Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18407’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18406’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-05T02:43:42.811Z] Still waiting to schedule task [2021-01-05T02:43:42.811Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-05T02:46:48.446Z] Running on prd-centos7-docker-4c-2g-18415 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [Pipeline] { [Pipeline] ws [2021-01-05T02:46:48.503Z] Running in /w/workspace/device-sdk-go/9 [Pipeline] { [Pipeline] checkout [2021-01-05T02:46:51.292Z] using credential edgex-jenkins-ssh [2021-01-05T02:46:51.362Z] Cloning the remote Git repository [2021-01-05T02:46:51.399Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:51.481Z] > git init /w/workspace/device-sdk-go/9 # timeout=10 [2021-01-05T02:46:51.551Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:51.551Z] > git --version # timeout=10 [2021-01-05T02:46:51.558Z] > git --version # 'git version 2.24.3' [2021-01-05T02:46:51.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:51.585Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:46:52.631Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18412 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [Pipeline] { [Pipeline] ws [2021-01-05T02:46:52.693Z] Running in /w/workspace/device-sdk-go/9 [Pipeline] { [Pipeline] checkout [2021-01-05T02:46:52.487Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:46:52.492Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:46:52.511Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:46:52.523Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:52.524Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:52.528Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T02:46:53.688Z] Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b [2021-01-05T02:46:53.818Z] Merge succeeded, producing 76a339c9266886591599ddd0004438b339e68b2a [2021-01-05T02:46:53.818Z] Checking out Revision 76a339c9266886591599ddd0004438b339e68b2a (PR-692) [2021-01-05T02:46:53.702Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:46:53.708Z] > git checkout -f a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b # timeout=10 [2021-01-05T02:46:53.760Z] > git remote # timeout=10 [2021-01-05T02:46:53.765Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T02:46:53.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:53.773Z] > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 [2021-01-05T02:46:53.817Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T02:46:53.827Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:46:53.831Z] > git checkout -f 76a339c9266886591599ddd0004438b339e68b2a # timeout=10 [2021-01-05T02:46:57.586Z] Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" [2021-01-05T02:46:57.603Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T02:46:58.359Z] using credential edgex-jenkins-ssh [2021-01-05T02:46:58.449Z] Cloning the remote Git repository [2021-01-05T02:46:57.598Z] > git rev-list --no-walk 8f3c845238073ca07f74c2374786e97a0451ff5f # timeout=10 [2021-01-05T02:46:58.926Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T02:46:58.519Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:58.631Z] > git init /w/workspace/device-sdk-go/9 # timeout=10 [2021-01-05T02:46:58.708Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:46:58.708Z] > git --version # timeout=10 [2021-01-05T02:46:58.735Z] > git --version # 'git version 2.17.1' [2021-01-05T02:46:58.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:46:58.827Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:46:59.264Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T02:46:59.579Z] + sudo service docker restart [2021-01-05T02:46:59.579Z] + true [2021-01-05T02:46:59.579Z] Redirecting to /bin/systemctl restart docker.service [2021-01-05T02:47:00.001Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:47:00.020Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T02:47:00.056Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-05T02:47:00.092Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-05T02:47:00.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:47:00.105Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T02:47:00.606Z] provisioning config files... [2021-01-05T02:47:00.634Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/9@tmp/config2882868829789169690tmp [2021-01-05T02:47:00.654Z] Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:47:01.027Z] ---> docker-login.sh [2021-01-05T02:47:01.028Z] nexus3.edgexfoundry.org:10001 [2021-01-05T02:47:01.032Z] Merge succeeded, producing 4bad633946943d66284a4bb86b92514752b1d1ed [2021-01-05T02:47:01.032Z] Checking out Revision 4bad633946943d66284a4bb86b92514752b1d1ed (PR-692) [2021-01-05T02:47:01.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:01.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:01.576Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:01.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:01.576Z] [2021-01-05T02:47:01.576Z] Login Succeeded [2021-01-05T02:47:01.576Z] nexus3.edgexfoundry.org:10002 [2021-01-05T02:47:01.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:01.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:01.576Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:01.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:01.576Z] [2021-01-05T02:47:01.576Z] Login Succeeded [2021-01-05T02:47:01.576Z] nexus3.edgexfoundry.org:10003 [2021-01-05T02:47:00.695Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:47:00.728Z] > git checkout -f a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b # timeout=10 [2021-01-05T02:47:00.856Z] > git remote # timeout=10 [2021-01-05T02:47:00.877Z] > git config --get remote.origin.url # timeout=10 [2021-01-05T02:47:00.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T02:47:00.909Z] > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 [2021-01-05T02:47:01.009Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-05T02:47:01.046Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T02:47:01.060Z] > git checkout -f 4bad633946943d66284a4bb86b92514752b1d1ed # timeout=10 [2021-01-05T02:47:01.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:01.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:01.849Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:01.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:01.849Z] [2021-01-05T02:47:01.849Z] Login Succeeded [2021-01-05T02:47:01.849Z] nexus3.edgexfoundry.org:10004 [2021-01-05T02:47:02.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:02.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:02.113Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:02.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:02.113Z] [2021-01-05T02:47:02.113Z] Login Succeeded [2021-01-05T02:47:02.113Z] docker.io [2021-01-05T02:47:02.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:02.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:02.377Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:02.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:02.377Z] [2021-01-05T02:47:02.377Z] Login Succeeded [2021-01-05T02:47:02.377Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T02:47:02.388Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T02:47:02.717Z] ========================================================= [2021-01-05T02:47:02.717Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T02:47:02.717Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:03.061Z] + 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-05T02:47:03.329Z] Sending build context to Docker daemon 2.434MB [2021-01-05T02:47:03.329Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T02:47:03.329Z] Step 2/8 : FROM ${BASE} [2021-01-05T02:47:03.329Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T02:47:03.329Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T02:47:03.329Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T02:47:03.329Z] de9db76c5a1d: Pulling fs layer [2021-01-05T02:47:03.329Z] bca2f99d35d6: Pulling fs layer [2021-01-05T02:47:03.329Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T02:47:03.329Z] 7c6f9722023f: Pulling fs layer [2021-01-05T02:47:03.329Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T02:47:03.329Z] bca2f99d35d6: Waiting [2021-01-05T02:47:03.329Z] 7c6f9722023f: Waiting [2021-01-05T02:47:03.329Z] a35cf1a2eb13: Waiting [2021-01-05T02:47:03.329Z] 93359f2a8cfa: Waiting [2021-01-05T02:47:03.329Z] de9db76c5a1d: Verifying Checksum [2021-01-05T02:47:03.329Z] de9db76c5a1d: Download complete [2021-01-05T02:47:03.329Z] 0ef7d3d256c8: Verifying Checksum [2021-01-05T02:47:03.329Z] 0ef7d3d256c8: Download complete [2021-01-05T02:47:03.329Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T02:47:03.329Z] 93359f2a8cfa: Download complete [2021-01-05T02:47:03.329Z] 7c6f9722023f: Verifying Checksum [2021-01-05T02:47:03.329Z] 7c6f9722023f: Download complete [2021-01-05T02:47:03.329Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T02:47:03.329Z] 188c0c94c7c5: Download complete [2021-01-05T02:47:03.599Z] 188c0c94c7c5: Pull complete [2021-01-05T02:47:03.864Z] 0ef7d3d256c8: Pull complete [2021-01-05T02:47:04.132Z] de9db76c5a1d: Pull complete [2021-01-05T02:47:05.096Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T02:47:05.096Z] a35cf1a2eb13: Download complete [2021-01-05T02:47:05.739Z] Commit message: "Merge commit '372098887a6a7d5d9395bdaf9d03a023308f69fd' into HEAD" [2021-01-05T02:47:05.767Z] First time build. Skipping changelog. [2021-01-05T02:47:05.754Z] > git rev-list --no-walk 8f3c845238073ca07f74c2374786e97a0451ff5f # timeout=10 [2021-01-05T02:47:06.122Z] bca2f99d35d6: Verifying Checksum [2021-01-05T02:47:06.122Z] bca2f99d35d6: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T02:47:07.295Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-05T02:47:07.767Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T02:47:08.114Z] + true [2021-01-05T02:47:08.114Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T02:47:10.850Z] provisioning config files... [2021-01-05T02:47:10.890Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/9@tmp/config9166806196910046433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:47:11.312Z] ---> docker-login.sh [2021-01-05T02:47:11.313Z] nexus3.edgexfoundry.org:10001 [2021-01-05T02:47:11.468Z] bca2f99d35d6: Pull complete [2021-01-05T02:47:11.468Z] 93359f2a8cfa: Pull complete [2021-01-05T02:47:11.468Z] 7c6f9722023f: Pull complete [2021-01-05T02:47:12.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:12.595Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:12.595Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:12.595Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:12.595Z] [2021-01-05T02:47:12.595Z] Login Succeeded [2021-01-05T02:47:12.595Z] nexus3.edgexfoundry.org:10002 [2021-01-05T02:47:13.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:13.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:13.195Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:13.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:13.195Z] [2021-01-05T02:47:13.195Z] Login Succeeded [2021-01-05T02:47:13.195Z] nexus3.edgexfoundry.org:10003 [2021-01-05T02:47:13.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:13.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:13.801Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:13.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:13.801Z] [2021-01-05T02:47:13.801Z] Login Succeeded [2021-01-05T02:47:13.801Z] nexus3.edgexfoundry.org:10004 [2021-01-05T02:47:14.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:14.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:14.407Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:14.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:14.407Z] [2021-01-05T02:47:14.407Z] Login Succeeded [2021-01-05T02:47:14.407Z] docker.io [2021-01-05T02:47:14.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T02:47:15.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T02:47:15.292Z] Configure a credential helper to remove this warning. See [2021-01-05T02:47:15.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T02:47:15.292Z] [2021-01-05T02:47:15.292Z] Login Succeeded [2021-01-05T02:47:15.292Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T02:47:15.310Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-05T02:47:15.821Z] ========================================================= [2021-01-05T02:47:15.821Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-05T02:47:15.821Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:16.215Z] + 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-05T02:47:16.816Z] Sending build context to Docker daemon 2.433MB [2021-01-05T02:47:16.816Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T02:47:16.816Z] Step 2/8 : FROM ${BASE} [2021-01-05T02:47:16.816Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-05T02:47:16.816Z] 5f621e34cdf4: Pulling fs layer [2021-01-05T02:47:16.816Z] a4357932f1b6: Pulling fs layer [2021-01-05T02:47:16.816Z] 18c013af1878: Pulling fs layer [2021-01-05T02:47:16.816Z] 00ac8860ef70: Pulling fs layer [2021-01-05T02:47:16.816Z] 63d7cb157983: Pulling fs layer [2021-01-05T02:47:16.816Z] b116817d02f9: Pulling fs layer [2021-01-05T02:47:16.816Z] 745a02a5169b: Pulling fs layer [2021-01-05T02:47:16.816Z] 63d7cb157983: Waiting [2021-01-05T02:47:16.816Z] b116817d02f9: Waiting [2021-01-05T02:47:16.816Z] 745a02a5169b: Waiting [2021-01-05T02:47:16.816Z] 00ac8860ef70: Waiting [2021-01-05T02:47:16.816Z] 18c013af1878: Verifying Checksum [2021-01-05T02:47:16.816Z] 18c013af1878: Download complete [2021-01-05T02:47:16.816Z] a4357932f1b6: Verifying Checksum [2021-01-05T02:47:16.816Z] a4357932f1b6: Download complete [2021-01-05T02:47:16.816Z] 63d7cb157983: Verifying Checksum [2021-01-05T02:47:16.816Z] 63d7cb157983: Download complete [2021-01-05T02:47:16.816Z] b116817d02f9: Verifying Checksum [2021-01-05T02:47:16.816Z] b116817d02f9: Download complete [2021-01-05T02:47:16.836Z] a35cf1a2eb13: Pull complete [2021-01-05T02:47:16.836Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T02:47:16.836Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T02:47:16.836Z] ---> a62c8e92a672 [2021-01-05T02:47:16.836Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:47:16.836Z] ---> Running in fc4b92dcd205 [2021-01-05T02:47:16.836Z] Removing intermediate container fc4b92dcd205 [2021-01-05T02:47:16.836Z] ---> ac1ae8551377 [2021-01-05T02:47:16.836Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T02:47:16.836Z] ---> Running in 692bd9f563ab [2021-01-05T02:47:17.092Z] 5f621e34cdf4: Verifying Checksum [2021-01-05T02:47:17.092Z] 5f621e34cdf4: Download complete [2021-01-05T02:47:17.805Z] Removing intermediate container 692bd9f563ab [2021-01-05T02:47:17.805Z] ---> f17b64e3195f [2021-01-05T02:47:17.805Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-05T02:47:17.805Z] ---> Running in 0ff578934320 [2021-01-05T02:47:18.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T02:47:19.094Z] 5f621e34cdf4: Pull complete [2021-01-05T02:47:19.376Z] 745a02a5169b: Verifying Checksum [2021-01-05T02:47:19.376Z] 745a02a5169b: Download complete [2021-01-05T02:47:19.663Z] a4357932f1b6: Pull complete [2021-01-05T02:47:20.280Z] 18c013af1878: Pull complete [2021-01-05T02:47:20.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T02:47:20.881Z] 00ac8860ef70: Verifying Checksum [2021-01-05T02:47:20.881Z] 00ac8860ef70: Download complete [2021-01-05T02:47:24.019Z] OK: 166 MiB in 39 packages [2021-01-05T02:47:24.019Z] Removing intermediate container 0ff578934320 [2021-01-05T02:47:24.019Z] ---> b0813b4965e8 [2021-01-05T02:47:24.019Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-05T02:47:24.019Z] ---> Running in 04a1844836e7 [2021-01-05T02:47:24.283Z] Removing intermediate container 04a1844836e7 [2021-01-05T02:47:24.283Z] ---> 782da9d142bc [2021-01-05T02:47:24.283Z] Step 7/8 : COPY . . [2021-01-05T02:47:25.685Z] ---> 7fcf24315a62 [2021-01-05T02:47:25.685Z] Step 8/8 : RUN go mod download [2021-01-05T02:47:25.685Z] ---> Running in 344d4d60ab15 [2021-01-05T02:47:33.347Z] 00ac8860ef70: Pull complete [2021-01-05T02:47:33.347Z] 63d7cb157983: Pull complete [2021-01-05T02:47:33.347Z] b116817d02f9: Pull complete [2021-01-05T02:47:36.007Z] 745a02a5169b: Pull complete [2021-01-05T02:47:36.007Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-05T02:47:36.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-05T02:47:36.007Z] ---> b7e6874047d6 [2021-01-05T02:47:36.007Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:47:39.449Z] ---> Running in 4587f209e7ce [2021-01-05T02:47:39.449Z] Removing intermediate container 4587f209e7ce [2021-01-05T02:47:39.449Z] ---> 9356df5306a0 [2021-01-05T02:47:39.449Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T02:47:39.449Z] ---> Running in bfc2e5b2b1d2 [2021-01-05T02:47:42.122Z] Removing intermediate container bfc2e5b2b1d2 [2021-01-05T02:47:42.122Z] ---> be6d9cfabb25 [2021-01-05T02:47:42.122Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-05T02:47:42.122Z] ---> Running in acb740f46742 [2021-01-05T02:47:43.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T02:47:43.935Z] Removing intermediate container 344d4d60ab15 [2021-01-05T02:47:43.935Z] ---> 44b16537cd2e [2021-01-05T02:47:44.198Z] Successfully built 44b16537cd2e [2021-01-05T02:47:44.198Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:44.509Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T02:47:44.509Z] . [Pipeline] withDockerContainer [2021-01-05T02:47:44.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T02:47:44.618Z] prd-centos7-docker-4c-2g-18415 does not seem to be running inside a container [2021-01-05T02:47:44.678Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@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 ******** ci-base-image-x86_64 cat [2021-01-05T02:47:45.476Z] $ docker top d0188a2cde82256a470240150ffe654a7b84d437dc8550271f0f3198794a150c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:47:46.104Z] + go version [2021-01-05T02:47:46.104Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T02:47:46.135Z] $ docker stop --time=1 d0188a2cde82256a470240150ffe654a7b84d437dc8550271f0f3198794a150c [2021-01-05T02:47:46.535Z] OK: 142 MiB in 39 packages [2021-01-05T02:47:47.491Z] $ docker rm -f d0188a2cde82256a470240150ffe654a7b84d437dc8550271f0f3198794a150c [2021-01-05T02:47:47.521Z] Removing intermediate container acb740f46742 [2021-01-05T02:47:47.521Z] ---> dbd720e2d040 [2021-01-05T02:47:47.521Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-05T02:47:47.521Z] ---> Running in cf5f25194c1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:47:48.115Z] Removing intermediate container cf5f25194c1e [2021-01-05T02:47:48.115Z] ---> 5a2d6534a5cd [2021-01-05T02:47:48.115Z] Step 7/8 : COPY . . [2021-01-05T02:47:48.279Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T02:47:48.279Z] . [Pipeline] withDockerContainer [2021-01-05T02:47:48.388Z] prd-centos7-docker-4c-2g-18415 does not seem to be running inside a container [2021-01-05T02:47:48.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@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 ******** ci-base-image-x86_64 cat [2021-01-05T02:47:49.192Z] $ docker top f5655043f722c2a3a360b51c7dcfe7443a843bcd404ea11a4b8528d70d086ae2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:47:49.552Z] ---> 6bbfcc2e37de [2021-01-05T02:47:49.552Z] Step 8/8 : RUN go mod download [2021-01-05T02:47:49.552Z] ---> Running in 391084eb7296 [2021-01-05T02:47:49.658Z] + make test [2021-01-05T02:47:49.658Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T02:47:57.910Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-05T02:48:11.747Z] Removing intermediate container 391084eb7296 [2021-01-05T02:48:11.747Z] ---> a28cab8821e9 [2021-01-05T02:48:11.747Z] Successfully built a28cab8821e9 [2021-01-05T02:48:11.747Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:48:12.098Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T02:48:12.098Z] . [Pipeline] withDockerContainer [2021-01-05T02:48:12.391Z] prd-ubuntu18.04-docker-arm64-4c-16g-18412 does not seem to be running inside a container [2021-01-05T02:48:12.484Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@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 ******** ci-base-image-arm64 cat [2021-01-05T02:48:12.955Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-05T02:48:12.955Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-05T02:48:12.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-05T02:48:12.955Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.061s coverage: 19.4% of statements [2021-01-05T02:48:14.082Z] $ docker top 7b3ff0a0121494903387f048a0168a9542b6482049636ee9c4577d49fc2d6a6d -eo pid,comm [2021-01-05T02:48:14.374Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.436s coverage: 97.1% of statements [Pipeline] { [Pipeline] sh [2021-01-05T02:48:15.177Z] + go version [2021-01-05T02:48:15.177Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-05T02:48:15.216Z] $ docker stop --time=1 7b3ff0a0121494903387f048a0168a9542b6482049636ee9c4577d49fc2d6a6d [2021-01-05T02:48:17.216Z] $ docker rm -f 7b3ff0a0121494903387f048a0168a9542b6482049636ee9c4577d49fc2d6a6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:48:18.210Z] + docker inspect -f . ci-base-image-arm64 [2021-01-05T02:48:18.210Z] . [Pipeline] withDockerContainer [2021-01-05T02:48:18.490Z] prd-ubuntu18.04-docker-arm64-4c-16g-18412 does not seem to be running inside a container [2021-01-05T02:48:18.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/9 -v /w/workspace/device-sdk-go/9:/w/workspace/device-sdk-go/9:rw,z -v /w/workspace/device-sdk-go/9@tmp:/w/workspace/device-sdk-go/9@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 ******** ci-base-image-arm64 cat [2021-01-05T02:48:20.224Z] $ docker top a7138a5921d1814e805c411e56b167149bc7e1957e3857def736e8721df0ceba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:48:21.315Z] + make test [2021-01-05T02:48:21.315Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T02:48:43.504Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-05T02:48:46.568Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.060s coverage: 9.4% of statements [2021-01-05T02:48:46.568Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.068s coverage: 21.9% of statements [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-05T02:48:46.568Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.248s coverage: 42.5% of statements [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-05T02:48:46.568Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.297s coverage: 68.9% of statements [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-05T02:48:46.568Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.077s coverage: 53.8% of statements [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-05T02:48:46.568Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.472s coverage: 68.9% of statements [2021-01-05T02:48:46.568Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.084s coverage: 4.2% of statements [2021-01-05T02:48:46.568Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-05T02:48:46.568Z] GO111MODULE=on go vet ./... [2021-01-05T02:48:53.233Z] gofmt -l . [2021-01-05T02:48:53.233Z] [ "`gofmt -l .`" = "" ] [2021-01-05T02:48:53.233Z] ./bin/test-attribution-txt.sh [2021-01-05T02:48:54.186Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-05T02:48:54.213Z] $ docker stop --time=1 f5655043f722c2a3a360b51c7dcfe7443a843bcd404ea11a4b8528d70d086ae2 [2021-01-05T02:48:56.186Z] $ docker rm -f f5655043f722c2a3a360b51c7dcfe7443a843bcd404ea11a4b8528d70d086ae2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T02:48:56.883Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-05T02:48:57.282Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-05T02:48:58.474Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-05T02:48:58.779Z] + ls -al . [2021-01-05T02:48:58.779Z] total 208 [2021-01-05T02:48:58.779Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 5 02:48 . [2021-01-05T02:48:58.779Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 5 02:46 .. [2021-01-05T02:48:58.779Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 5 02:46 bin [2021-01-05T02:48:58.779Z] -rw-r--r--. 1 jenkins jenkins 130526 Jan 5 02:48 coverage.out [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 5 02:46 Dockerfile.build [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 5 02:46 .dockerignore [2021-01-05T02:48:58.779Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 5 02:46 example [2021-01-05T02:48:58.779Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 5 02:46 .git [2021-01-05T02:48:58.779Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 5 02:46 .github [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 5 02:46 .gitignore [2021-01-05T02:48:58.779Z] -rw-r--r--. 1 jenkins jenkins 488 Jan 5 02:48 go.mod [2021-01-05T02:48:58.779Z] -rw-r--r--. 1 jenkins jenkins 13734 Jan 5 02:48 go.sum [2021-01-05T02:48:58.779Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 5 02:46 internal [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 5 02:46 Jenkinsfile [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 5 02:46 LICENSE [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 1013 Jan 5 02:46 Makefile [2021-01-05T02:48:58.779Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 5 02:46 openapi [2021-01-05T02:48:58.779Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 5 02:46 pkg [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 5 02:46 README.md [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 5 02:46 RELEASE-NOTES.txt [2021-01-05T02:48:58.779Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 5 02:46 snap [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 5 02:43 VERSION [2021-01-05T02:48:58.779Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 5 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:48:59.086Z] + 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=9f610525e35316c7db4104bac89e4b5c37d1f283 --label arch=amd64 --label version=0.0.0 . [2021-01-05T02:48:59.350Z] Sending build context to Docker daemon 2.565MB [2021-01-05T02:48:59.351Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T02:48:59.351Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-05T02:48:59.351Z] ---> 44b16537cd2e [2021-01-05T02:48:59.351Z] Step 3/24 : ARG MAKE='make build' [2021-01-05T02:48:59.931Z] ---> Running in e9015aee70ac [2021-01-05T02:48:59.931Z] Removing intermediate container e9015aee70ac [2021-01-05T02:48:59.931Z] ---> 5861b86ead5b [2021-01-05T02:48:59.931Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-05T02:49:00.194Z] ---> Running in 6414b6cae958 [2021-01-05T02:49:00.194Z] Removing intermediate container 6414b6cae958 [2021-01-05T02:49:00.194Z] ---> 3189be16c478 [2021-01-05T02:49:00.194Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:49:00.466Z] ---> Running in d4762a1bd87f [2021-01-05T02:49:00.466Z] Removing intermediate container d4762a1bd87f [2021-01-05T02:49:00.466Z] ---> fcae20672bb5 [2021-01-05T02:49:00.466Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T02:49:00.466Z] ---> Running in 78843dd58394 [2021-01-05T02:49:01.430Z] Removing intermediate container 78843dd58394 [2021-01-05T02:49:01.430Z] ---> bc5be39b529e [2021-01-05T02:49:01.430Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-05T02:49:01.430Z] ---> Running in 8ae6bc945f9b [2021-01-05T02:49:02.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T02:49:03.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T02:49:06.742Z] OK: 166 MiB in 39 packages [2021-01-05T02:49:07.320Z] Removing intermediate container 8ae6bc945f9b [2021-01-05T02:49:07.321Z] ---> ff8687f5627a [2021-01-05T02:49:07.321Z] Step 8/24 : COPY . . [2021-01-05T02:49:08.283Z] ---> c2201c843d02 [2021-01-05T02:49:08.283Z] Step 9/24 : RUN ${MAKE} [2021-01-05T02:49:08.283Z] ---> Running in b14704ec56c4 [2021-01-05T02:49:08.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-05T02:49:17.103Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-05T02:49:19.033Z] Removing intermediate container b14704ec56c4 [2021-01-05T02:49:19.033Z] ---> f7da48e1ec27 [2021-01-05T02:49:19.033Z] Step 10/24 : FROM scratch [2021-01-05T02:49:19.033Z] ---> [2021-01-05T02:49:19.033Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:49:19.033Z] ---> Running in 6c811944cc85 [2021-01-05T02:49:19.298Z] Removing intermediate container 6c811944cc85 [2021-01-05T02:49:19.298Z] ---> 28ce0b59570d [2021-01-05T02:49:19.298Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-05T02:49:19.298Z] ---> Running in 2e46e16de832 [2021-01-05T02:49:19.561Z] Removing intermediate container 2e46e16de832 [2021-01-05T02:49:19.561Z] ---> 62ffd4221343 [2021-01-05T02:49:19.561Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T02:49:19.561Z] ---> Running in c2fbaec48e78 [2021-01-05T02:49:19.561Z] Removing intermediate container c2fbaec48e78 [2021-01-05T02:49:19.561Z] ---> f067b54760c2 [2021-01-05T02:49:19.561Z] Step 14/24 : WORKDIR / [2021-01-05T02:49:19.823Z] ---> Running in dc1f4c684c23 [2021-01-05T02:49:19.823Z] Removing intermediate container dc1f4c684c23 [2021-01-05T02:49:19.823Z] ---> fc5b075238bf [2021-01-05T02:49:19.823Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-05T02:49:20.400Z] ---> e6550addfcfc [2021-01-05T02:49:20.400Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-05T02:49:20.663Z] ---> 30fe49f5c1b0 [2021-01-05T02:49:20.663Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-05T02:49:20.927Z] ---> 238413d3f378 [2021-01-05T02:49:20.927Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-05T02:49:21.190Z] ---> 98e812de35c9 [2021-01-05T02:49:21.190Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-05T02:49:21.190Z] ---> 21d86fdd6844 [2021-01-05T02:49:21.190Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-05T02:49:21.452Z] ---> Running in 8c888242deb5 [2021-01-05T02:49:21.452Z] Removing intermediate container 8c888242deb5 [2021-01-05T02:49:21.452Z] ---> ff527e8449e1 [2021-01-05T02:49:21.452Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T02:49:21.716Z] ---> Running in c5fa8deabb05 [2021-01-05T02:49:21.716Z] Removing intermediate container c5fa8deabb05 [2021-01-05T02:49:21.716Z] ---> c1154e6283f0 [2021-01-05T02:49:21.716Z] Step 22/24 : LABEL arch=amd64 [2021-01-05T02:49:21.716Z] ---> Running in c8c286d4fec1 [2021-01-05T02:49:21.979Z] Removing intermediate container c8c286d4fec1 [2021-01-05T02:49:21.979Z] ---> 25ec4bac27be [2021-01-05T02:49:21.979Z] Step 23/24 : LABEL git_sha=9f610525e35316c7db4104bac89e4b5c37d1f283 [2021-01-05T02:49:21.979Z] ---> Running in c171e0e88d4f [2021-01-05T02:49:22.240Z] Removing intermediate container c171e0e88d4f [2021-01-05T02:49:22.240Z] ---> 6e2f6daf349a [2021-01-05T02:49:22.240Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T02:49:22.240Z] ---> Running in 689621c952cc [2021-01-05T02:49:22.504Z] Removing intermediate container 689621c952cc [2021-01-05T02:49:22.504Z] ---> 483036ea1c9e [2021-01-05T02:49:22.504Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-05T02:49:22.504Z] Successfully built 483036ea1c9e [2021-01-05T02:49:22.504Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [2021-01-05T02:49:22.543Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-05T02:49:22.543Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-05T02:49:22.543Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [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 [2021-01-05T02:49:23.144Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.113s coverage: 19.4% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T02:49:25.786Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.169s coverage: 97.1% of statements [2021-01-05T02:49:58.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.148s coverage: 9.4% of statements [2021-01-05T02:49:58.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.109s coverage: 21.9% of statements [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-05T02:49:58.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.578s coverage: 42.5% of statements [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-05T02:49:58.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.783s coverage: 68.9% of statements [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-05T02:49:58.142Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.227s coverage: 53.8% of statements [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-05T02:49:58.142Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.009s coverage: 68.9% of statements [2021-01-05T02:49:58.142Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.143s coverage: 4.2% of statements [2021-01-05T02:49:58.142Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-05T02:49:58.142Z] GO111MODULE=on go vet ./... [2021-01-05T02:50:30.697Z] gofmt -l . [2021-01-05T02:50:30.697Z] [ "`gofmt -l .`" = "" ] [2021-01-05T02:50:30.697Z] ./bin/test-attribution-txt.sh [2021-01-05T02:50:30.697Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-05T02:50:30.730Z] $ docker stop --time=1 a7138a5921d1814e805c411e56b167149bc7e1957e3857def736e8721df0ceba [2021-01-05T02:50:32.940Z] $ docker rm -f a7138a5921d1814e805c411e56b167149bc7e1957e3857def736e8721df0ceba [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T02:50:34.013Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-05T02:50:34.083Z] Warning: overwriting stash ‘coverage-report’ [2021-01-05T02:50:34.877Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-05T02:50:35.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-05T02:50:35.995Z] + ls -al . [2021-01-05T02:50:35.995Z] total 244 [2021-01-05T02:50:35.995Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 5 02:50 . [2021-01-05T02:50:35.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 5 02:46 .. [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 5 02:47 .dockerignore [2021-01-05T02:50:35.995Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 5 02:47 .git [2021-01-05T02:50:35.995Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 5 02:47 .github [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 5 02:47 .gitignore [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 5 02:47 Dockerfile.build [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 5 02:47 Jenkinsfile [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 5 02:47 LICENSE [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 1013 Jan 5 02:47 Makefile [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 5 02:47 README.md [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 5 02:47 RELEASE-NOTES.txt [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 5 02:43 VERSION [2021-01-05T02:50:35.995Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 5 02:47 bin [2021-01-05T02:50:35.995Z] -rw-r--r-- 1 jenkins jenkins 130526 Jan 5 02:49 coverage.out [2021-01-05T02:50:35.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 5 02:47 example [2021-01-05T02:50:35.995Z] -rw-r--r-- 1 jenkins jenkins 488 Jan 5 02:50 go.mod [2021-01-05T02:50:35.995Z] -rw-r--r-- 1 jenkins jenkins 13734 Jan 5 02:50 go.sum [2021-01-05T02:50:35.995Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 5 02:47 internal [2021-01-05T02:50:35.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 5 02:47 openapi [2021-01-05T02:50:35.995Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 5 02:47 pkg [2021-01-05T02:50:35.995Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 5 02:47 snap [2021-01-05T02:50:35.995Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 5 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:50:36.340Z] + 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=9f610525e35316c7db4104bac89e4b5c37d1f283 --label arch=arm64 --label version=0.0.0 . [2021-01-05T02:50:36.940Z] Sending build context to Docker daemon 2.564MB [2021-01-05T02:50:36.940Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T02:50:36.940Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-05T02:50:36.940Z] ---> a28cab8821e9 [2021-01-05T02:50:36.940Z] Step 3/24 : ARG MAKE='make build' [2021-01-05T02:50:37.217Z] ---> Running in b1b9eccf6cfd [2021-01-05T02:50:37.491Z] Removing intermediate container b1b9eccf6cfd [2021-01-05T02:50:37.491Z] ---> f02a474a2428 [2021-01-05T02:50:37.491Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-05T02:50:37.765Z] ---> Running in 22127cce1b51 [2021-01-05T02:50:38.040Z] Removing intermediate container 22127cce1b51 [2021-01-05T02:50:38.040Z] ---> 01c441bcb2e4 [2021-01-05T02:50:38.040Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:50:38.317Z] ---> Running in c294d2cb08a7 [2021-01-05T02:50:38.911Z] Removing intermediate container c294d2cb08a7 [2021-01-05T02:50:38.911Z] ---> c1954c4487e7 [2021-01-05T02:50:38.911Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T02:50:38.911Z] ---> Running in 29874cf839f8 [2021-01-05T02:50:40.890Z] Removing intermediate container 29874cf839f8 [2021-01-05T02:50:40.890Z] ---> 3b7c143708d1 [2021-01-05T02:50:40.890Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-05T02:50:40.890Z] ---> Running in 27de7ef3924f [2021-01-05T02:50:41.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-05T02:50:43.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-05T02:50:45.264Z] OK: 142 MiB in 39 packages [2021-01-05T02:50:46.693Z] Removing intermediate container 27de7ef3924f [2021-01-05T02:50:46.693Z] ---> 89039b87226d [2021-01-05T02:50:46.693Z] Step 8/24 : COPY . . [2021-01-05T02:50:48.127Z] ---> 2944779b33be [2021-01-05T02:50:48.127Z] Step 9/24 : RUN ${MAKE} [2021-01-05T02:50:48.127Z] ---> Running in 47713f8a4517 [2021-01-05T02:50:49.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-05T02:51:15.908Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-05T02:51:15.908Z] Removing intermediate container 47713f8a4517 [2021-01-05T02:51:15.908Z] ---> 5f6a926d16fa [2021-01-05T02:51:15.908Z] Step 10/24 : FROM scratch [2021-01-05T02:51:15.908Z] ---> [2021-01-05T02:51:15.908Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-05T02:51:15.908Z] ---> Running in 3f275de727d7 [2021-01-05T02:51:16.183Z] Removing intermediate container 3f275de727d7 [2021-01-05T02:51:16.183Z] ---> 751b6cfcf8bf [2021-01-05T02:51:16.183Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-05T02:51:16.455Z] ---> Running in 7f91f9097eb5 [2021-01-05T02:51:16.727Z] Removing intermediate container 7f91f9097eb5 [2021-01-05T02:51:16.727Z] ---> 925453065432 [2021-01-05T02:51:16.727Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T02:51:17.002Z] ---> Running in 73026cf55c6c [2021-01-05T02:51:17.275Z] Removing intermediate container 73026cf55c6c [2021-01-05T02:51:17.275Z] ---> 95c16547b673 [2021-01-05T02:51:17.275Z] Step 14/24 : WORKDIR / [2021-01-05T02:51:17.550Z] ---> Running in e9658f920b37 [2021-01-05T02:51:17.825Z] Removing intermediate container e9658f920b37 [2021-01-05T02:51:17.825Z] ---> e5cff48ad99a [2021-01-05T02:51:17.825Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-05T02:51:19.279Z] ---> 562938371024 [2021-01-05T02:51:19.280Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-05T02:51:19.877Z] ---> b6a32f4ca2e4 [2021-01-05T02:51:19.877Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-05T02:51:20.474Z] ---> 081367f12eac [2021-01-05T02:51:20.474Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-05T02:51:21.073Z] ---> 261487699e2b [2021-01-05T02:51:21.073Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-05T02:51:21.663Z] ---> 39baf08db3a1 [2021-01-05T02:51:21.663Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-05T02:51:21.934Z] ---> Running in 1f30a9bbc3f4 [2021-01-05T02:51:22.205Z] Removing intermediate container 1f30a9bbc3f4 [2021-01-05T02:51:22.205Z] ---> 655e5e23f119 [2021-01-05T02:51:22.205Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T02:51:22.477Z] ---> Running in 4313c2a499f9 [2021-01-05T02:51:22.759Z] Removing intermediate container 4313c2a499f9 [2021-01-05T02:51:22.759Z] ---> 5f0d2edf04e7 [2021-01-05T02:51:22.759Z] Step 22/24 : LABEL arch=arm64 [2021-01-05T02:51:23.032Z] ---> Running in bc50ae34e59e [2021-01-05T02:51:23.629Z] Removing intermediate container bc50ae34e59e [2021-01-05T02:51:23.629Z] ---> 9d00c42c4fe0 [2021-01-05T02:51:23.629Z] Step 23/24 : LABEL git_sha=9f610525e35316c7db4104bac89e4b5c37d1f283 [2021-01-05T02:51:23.629Z] ---> Running in ed105c167b52 [2021-01-05T02:51:24.227Z] Removing intermediate container ed105c167b52 [2021-01-05T02:51:24.227Z] ---> a0786219bc0c [2021-01-05T02:51:24.227Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T02:51:24.227Z] ---> Running in 87bbe7db0cb8 [2021-01-05T02:51:24.501Z] Removing intermediate container 87bbe7db0cb8 [2021-01-05T02:51:24.501Z] ---> 1a5d064db865 [2021-01-05T02:51:24.501Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-05T02:51:24.773Z] Successfully built 1a5d064db865 [2021-01-05T02:51:24.773Z] 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-05T02:51:26.468Z] provisioning config files... [2021-01-05T02:51:26.480Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config5040110977973672600tmp [Pipeline] { [Pipeline] sh [2021-01-05T02:51:26.922Z] + set +x [2021-01-05T02:51:26.922Z] + curl -s https://codecov.io/bash [2021-01-05T02:51:26.922Z] + bash -s -- [2021-01-05T02:51:27.184Z] [2021-01-05T02:51:27.185Z] _____ _ [2021-01-05T02:51:27.185Z] / ____| | | [2021-01-05T02:51:27.185Z] | | ___ __| | ___ ___ _____ __ [2021-01-05T02:51:27.185Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-05T02:51:27.185Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-05T02:51:27.185Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-05T02:51:27.185Z] Bash-20201231-23d4836 [2021-01-05T02:51:27.185Z] [2021-01-05T02:51:27.185Z] [2021-01-05T02:51:27.185Z] ==> git version 2.24.3 found [2021-01-05T02:51:27.185Z] ==> 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-05T02:51:27.185Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-05T02:51:27.185Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-05T02:51:27.185Z] ==> Jenkins CI detected. [2021-01-05T02:51:27.185Z] project root: . [2021-01-05T02:51:27.185Z] --> token set from env [2021-01-05T02:51:27.185Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-05T02:51:27.185Z] ==> Running gcov in . (disable via -X gcov) [2021-01-05T02:51:27.185Z] ==> Python coveragepy not found [2021-01-05T02:51:27.185Z] ==> Searching for coverage reports in: [2021-01-05T02:51:27.185Z] + . [2021-01-05T02:51:27.185Z] -> Found 1 reports [2021-01-05T02:51:27.185Z] ==> Detecting git/mercurial file structure [2021-01-05T02:51:27.185Z] ==> Reading reports [2021-01-05T02:51:27.185Z] + ./coverage.out bytes=130526 [2021-01-05T02:51:27.185Z] ==> Appending adjustments [2021-01-05T02:51:27.185Z] https://docs.codecov.io/docs/fixing-reports [2021-01-05T02:51:27.759Z] + Found adjustments [2021-01-05T02:51:27.759Z] ==> Gzipping contents [2021-01-05T02:51:27.759Z] 24K /tmp/codecov.Rfbjlc.gz [2021-01-05T02:51:27.759Z] ==> Uploading reports [2021-01-05T02:51:27.759Z] url: https://codecov.io [2021-01-05T02:51:27.759Z] query: branch=PR-692&commit=9f610525e35316c7db4104bac89e4b5c37d1f283&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-692%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=692&job=&cmd_args= [2021-01-05T02:51:27.759Z] -> Pinging Codecov [2021-01-05T02:51:27.759Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-692&commit=9f610525e35316c7db4104bac89e4b5c37d1f283&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-692%2F9%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=692&job=&cmd_args= [2021-01-05T02:51:28.020Z] -> Uploading to [2021-01-05T02:51:28.020Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-05/7E55EF52A471D76F132DFD9A03CDDE97/9f610525e35316c7db4104bac89e4b5c37d1f283/6ba31cdb-f33a-48da-b48d-f10f18c2c195.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T025127Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=98b8b2bcec9255fafaeb49b545643dfb16b8e4f7382cd0053882a0932311c493 [2021-01-05T02:51:28.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-05T02:51:28.020Z] Dload Upload Total Spent Left Speed [2021-01-05T02:51:28.594Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21281 0 0 100 21281 0 47847 --:--:-- --:--:-- --:--:-- 47930 [2021-01-05T02:51:28.594Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9f610525e35316c7db4104bac89e4b5c37d1f283 [Pipeline] } [2021-01-05T02:51:28.603Z] 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-05T02:51:31.495Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:51:32.065Z] ---> package-listing.sh [2021-01-05T02:51:32.065Z] ++ facter osfamily [2021-01-05T02:51:32.065Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T02:51:32.065Z] + OS_FAMILY=redhat [2021-01-05T02:51:32.065Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-692 [2021-01-05T02:51:32.065Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T02:51:32.065Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T02:51:32.065Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T02:51:32.065Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T02:51:32.065Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-692 ']' [2021-01-05T02:51:32.065Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T02:51:32.065Z] + case "${OS_FAMILY}" in [2021-01-05T02:51:32.065Z] + rpm -qa [2021-01-05T02:51:32.065Z] + sort [2021-01-05T02:51:38.686Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T02:51:38.686Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T02:51:38.686Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T02:51:38.686Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-692 ']' [2021-01-05T02:51:38.686Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-692/archives/ [2021-01-05T02:51:38.686Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-692/archives/ [Pipeline] echo [2021-01-05T02:51:38.701Z] 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-692/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T02:51:38.999Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:51:39.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T02:51:39.308Z] [2021-01-05T02:51:39.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T02:51:39.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T02:51:39.662Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T02:51:39.662Z] df20fa9351a1: Pulling fs layer [2021-01-05T02:51:39.662Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T02:51:39.662Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T02:51:39.662Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T02:51:39.662Z] 93b61091891f: Pulling fs layer [2021-01-05T02:51:39.662Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T02:51:39.662Z] 5e14af77c1be: Pulling fs layer [2021-01-05T02:51:39.662Z] 01666e4c0597: Pulling fs layer [2021-01-05T02:51:39.662Z] aa168da1d23b: Pulling fs layer [2021-01-05T02:51:39.662Z] 93b9cdb0e59b: Waiting [2021-01-05T02:51:39.662Z] 5e14af77c1be: Waiting [2021-01-05T02:51:39.662Z] 01666e4c0597: Waiting [2021-01-05T02:51:39.662Z] 93b61091891f: Waiting [2021-01-05T02:51:39.662Z] 46f8f816bc3b: Waiting [2021-01-05T02:51:39.662Z] aa168da1d23b: Waiting [2021-01-05T02:51:39.662Z] 36b3adc4ff6f: Verifying Checksum [2021-01-05T02:51:39.662Z] 36b3adc4ff6f: Download complete [2021-01-05T02:51:39.662Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T02:51:39.662Z] 46f8f816bc3b: Download complete [2021-01-05T02:51:39.935Z] df20fa9351a1: Verifying Checksum [2021-01-05T02:51:39.935Z] df20fa9351a1: Download complete [2021-01-05T02:51:39.935Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T02:51:39.935Z] 93b9cdb0e59b: Download complete [2021-01-05T02:51:39.935Z] 5e14af77c1be: Verifying Checksum [2021-01-05T02:51:39.935Z] 5e14af77c1be: Download complete [2021-01-05T02:51:39.935Z] 93b61091891f: Verifying Checksum [2021-01-05T02:51:39.935Z] 93b61091891f: Download complete [2021-01-05T02:51:39.935Z] 01666e4c0597: Verifying Checksum [2021-01-05T02:51:39.935Z] 01666e4c0597: Download complete [2021-01-05T02:51:40.210Z] df20fa9351a1: Pull complete [2021-01-05T02:51:40.474Z] 36b3adc4ff6f: Pull complete [2021-01-05T02:51:40.744Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T02:51:40.744Z] 8ad3a11d3b57: Download complete [2021-01-05T02:51:41.701Z] 8ad3a11d3b57: Pull complete [2021-01-05T02:51:41.701Z] 46f8f816bc3b: Pull complete [2021-01-05T02:51:42.658Z] aa168da1d23b: Verifying Checksum [2021-01-05T02:51:42.658Z] aa168da1d23b: Download complete [2021-01-05T02:51:42.921Z] 93b61091891f: Pull complete [2021-01-05T02:51:43.184Z] 93b9cdb0e59b: Pull complete [2021-01-05T02:51:43.184Z] 5e14af77c1be: Pull complete [2021-01-05T02:51:43.446Z] 01666e4c0597: Pull complete [2021-01-05T02:51:51.618Z] aa168da1d23b: Pull complete [2021-01-05T02:51:51.618Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T02:51:51.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T02:51:51.618Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T02:51:51.799Z] prd-centos7-docker-4c-2g-18404 does not seem to be running inside a container [2021-01-05T02:51:51.846Z] $ 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-692/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-692 -v /w/workspace/dgexfoundry_device-sdk-go_PR-692:/w/workspace/dgexfoundry_device-sdk-go_PR-692:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-692@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T02:51:55.858Z] $ docker top 39d756c9faca249dab421a3b9907bfbdbf22cdb6bbf0c616de59e4c13f603981 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T02:51:56.454Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T02:51:56.759Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T02:51:57.069Z] + ls /var/log/sa-host [2021-01-05T02:51:57.069Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T02:51:57.069Z] file_magic: OK [2021-01-05T02:51:57.069Z] HZ: Using current value: 100 [2021-01-05T02:51:57.069Z] file_header: OK [2021-01-05T02:51:57.069Z] 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-05T02:51:57.069Z] Statistics: [2021-01-05T02:51:57.069Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-05T02:51:57.069Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T02:51:57.069Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T02:51:57.069Z] file_magic: OK [2021-01-05T02:51:57.069Z] HZ: Using current value: 100 [2021-01-05T02:51:57.069Z] file_header: OK [2021-01-05T02:51:57.069Z] 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-05T02:51:57.069Z] Statistics: [2021-01-05T02:51:57.069Z] Hnuu...uuuununununu... [2021-01-05T02:51:57.069Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T02:51:57.276Z] provisioning config files... [2021-01-05T02:51:57.291Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config960503941204121580tmp [Pipeline] { [Pipeline] echo [2021-01-05T02:51:57.372Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:51:57.681Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T02:51:57.698Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T02:51:57.827Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:51:58.138Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T02:51:58.160Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:51:58.459Z] ---> sudo-logs.sh [2021-01-05T02:51:58.459Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T02:51:58.470Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:51:58.766Z] ---> job-cost.sh [2021-01-05T02:51:58.766Z] lf-activate-venv: SKIPPING [2021-01-05T02:51:58.766Z] INFO: No Stack... [2021-01-05T02:51:59.714Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T02:51:59.977Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T02:51:59.992Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T02:52:00.290Z] ---> logs-deploy.sh [2021-01-05T02:52:00.290Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-692/9 [2021-01-05T02:52:00.290Z] INFO: archiving workspace using pattern(s): [2021-01-05T02:52:02.221Z] Archives upload complete. [2021-01-05T02:52:02.221Z] INFO: archiving logs to Nexus