Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2074f416c73da04ca5c198ceaab5b568740d594e+34e320ac99befae92f8b4aae2047dc1351ba020b (5fc395d1d4f9a6f5c31d667d3208ef01469645ae) 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-13046 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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-614 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e Merge succeeded, producing 616d4922f68f1ef32286bb0e689c851a3f0f63d6 Checking out Revision 616d4922f68f1ef32286bb0e689c851a3f0f63d6 (PR-614) > 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 --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # 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 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 616d4922f68f1ef32286bb0e689c851a3f0f63d6 # timeout=10 Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" > git rev-list --no-walk 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-21T02:43:12.762Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-21T02:43:13.064Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-21T02:43:13.192Z] ========================================================= [2020-11-21T02:43:13.192Z] EdgeX Global Pipelines Version Info [2020-11-21T02:43:13.192Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:43:14.805Z] ------------------- [2020-11-21T02:43:14.805Z] stable info: [2020-11-21T02:43:14.805Z] ------------------- [2020-11-21T02:43:14.805Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-21T02:43:14.805Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-21T02:43:14.805Z] Message: update stable to v1.0.167 [2020-11-21T02:43:15.754Z] ------------------- [2020-11-21T02:43:15.754Z] experimental info: [2020-11-21T02:43:15.754Z] ------------------- [2020-11-21T02:43:15.754Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-21T02:43:15.754Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-21T02:43:15.754Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-21T02:43:16.200Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-21T02:43:16.292Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-21T02:43:16.383Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-21T02:43:16.495Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-21T02:43:16.599Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-21T02:43:16.701Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-21T02:43:16.798Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-21T02:43:16.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-21T02:43:16.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-21T02:43:17.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-21T02:43:17.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-21T02:43:17.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-21T02:43:17.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-21T02:43:17.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-21T02:43:17.593Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-21T02:43:17.691Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T02:43:17.811Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T02:43:17.904Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-21T02:43:18.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-21T02:43:18.099Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-21T02:43:18.209Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-21T02:43:18.328Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-21T02:43:18.419Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-21T02:43:18.545Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-21T02:43:18.634Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-21T02:43:18.732Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-21T02:43:18.886Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo [2020-11-21T02:43:18.984Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo [2020-11-21T02:43:19.088Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo [2020-11-21T02:43:19.181Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 616d4922f68f1ef32286bb0e689c851a3f0f63d6 [Pipeline] echo [2020-11-21T02:43:19.308Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 616d492 [Pipeline] echo [2020-11-21T02:43:19.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T02:43:19.589Z] provisioning config files... [2020-11-21T02:43:19.613Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config6245535977383859980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:43:19.970Z] ---> docker-login.sh [2020-11-21T02:43:19.970Z] nexus3.edgexfoundry.org:10001 [2020-11-21T02:43:20.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:20.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:20.232Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:20.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:20.232Z] [2020-11-21T02:43:20.232Z] Login Succeeded [2020-11-21T02:43:20.232Z] nexus3.edgexfoundry.org:10002 [2020-11-21T02:43:20.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:20.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:20.495Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:20.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:20.495Z] [2020-11-21T02:43:20.495Z] Login Succeeded [2020-11-21T02:43:20.495Z] nexus3.edgexfoundry.org:10003 [2020-11-21T02:43:20.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:20.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:20.758Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:20.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:20.758Z] [2020-11-21T02:43:20.758Z] Login Succeeded [2020-11-21T02:43:20.758Z] nexus3.edgexfoundry.org:10004 [2020-11-21T02:43:20.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:20.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:20.758Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:20.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:20.758Z] [2020-11-21T02:43:20.758Z] Login Succeeded [2020-11-21T02:43:20.758Z] docker.io [2020-11-21T02:43:21.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:43:21.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:43:21.283Z] Configure a credential helper to remove this warning. See [2020-11-21T02:43:21.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:43:21.283Z] [2020-11-21T02:43:21.283Z] Login Succeeded [2020-11-21T02:43:21.283Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T02:43:21.293Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:43:22.147Z] + git log --format=format:%s -1 616d4922f68f1ef32286bb0e689c851a3f0f63d6 [Pipeline] echo [2020-11-21T02:43:22.218Z] GIT_COMMIT: 616d4922f68f1ef32286bb0e689c851a3f0f63d6, Commit Message: Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD [Pipeline] echo [2020-11-21T02:43:22.264Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:43:22.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T02:43:22.846Z] [2020-11-21T02:43:22.847Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:43:23.204Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T02:43:23.204Z] latest: Pulling from edgex-devops/git-semver [2020-11-21T02:43:23.204Z] 31603596830f: Pulling fs layer [2020-11-21T02:43:23.204Z] 2a8b12db71e7: Pulling fs layer [2020-11-21T02:43:23.204Z] 6ca5941a6612: Pulling fs layer [2020-11-21T02:43:23.204Z] ecc8261a40a4: Pulling fs layer [2020-11-21T02:43:23.204Z] ecc8261a40a4: Waiting [2020-11-21T02:43:23.204Z] 2a8b12db71e7: Verifying Checksum [2020-11-21T02:43:23.204Z] 2a8b12db71e7: Download complete [2020-11-21T02:43:23.204Z] 31603596830f: Verifying Checksum [2020-11-21T02:43:23.204Z] 31603596830f: Download complete [2020-11-21T02:43:23.468Z] 6ca5941a6612: Verifying Checksum [2020-11-21T02:43:23.468Z] ecc8261a40a4: Verifying Checksum [2020-11-21T02:43:23.468Z] ecc8261a40a4: Download complete [2020-11-21T02:43:23.730Z] 31603596830f: Pull complete [2020-11-21T02:43:23.730Z] 2a8b12db71e7: Pull complete [2020-11-21T02:43:24.683Z] 6ca5941a6612: Pull complete [2020-11-21T02:43:24.683Z] ecc8261a40a4: Pull complete [2020-11-21T02:43:24.683Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-21T02:43:24.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-21T02:43:24.683Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-21T02:43:24.784Z] prd-centos7-docker-4c-2g-13046 does not seem to be running inside a container [2020-11-21T02:43:24.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-21T02:43:27.169Z] $ docker top c68eaeb25a1cc24a9e272f3cc7828a50ccdb453b0affec2d42bd787223a6fa6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-21T02:43:27.472Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T02:43:27.472Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T02:43:27.688Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T02:43:27.694Z] $ docker exec c68eaeb25a1cc24a9e272f3cc7828a50ccdb453b0affec2d42bd787223a6fa6f ssh-agent [2020-11-21T02:43:27.852Z] SSH_AUTH_SOCK=/tmp/ssh-eu1KTvBZYMt1/agent.13 [2020-11-21T02:43:27.852Z] SSH_AGENT_PID=18 [2020-11-21T02:43:27.863Z] Running ssh-add (command line suppressed) [2020-11-21T02:43:27.990Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5400085969813237475.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5400085969813237475.key) [2020-11-21T02:43:28.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T02:43:28.390Z] + git tag --points-at HEAD [Pipeline] } [2020-11-21T02:43:28.413Z] $ docker exec --env ******** --env ******** c68eaeb25a1cc24a9e272f3cc7828a50ccdb453b0affec2d42bd787223a6fa6f ssh-agent -k [2020-11-21T02:43:28.531Z] unset SSH_AUTH_SOCK; [2020-11-21T02:43:28.531Z] unset SSH_AGENT_PID; [2020-11-21T02:43:28.531Z] echo Agent pid 18 killed; [2020-11-21T02:43:28.579Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-21T02:43:28.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-21T02:43:28.782Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-21T02:43:28.945Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-21T02:43:28.952Z] $ docker exec c68eaeb25a1cc24a9e272f3cc7828a50ccdb453b0affec2d42bd787223a6fa6f ssh-agent [2020-11-21T02:43:29.108Z] SSH_AUTH_SOCK=/tmp/ssh-PNDfkQL8egG9/agent.47 [2020-11-21T02:43:29.108Z] SSH_AGENT_PID=53 [2020-11-21T02:43:29.115Z] Running ssh-add (command line suppressed) [2020-11-21T02:43:29.247Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_6373045472161200849.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_6373045472161200849.key) [2020-11-21T02:43:29.294Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-21T02:43:29.636Z] + git semver init [2020-11-21T02:43:29.636Z] # -> Open(): unable to determine branch for HEAD [2020-11-21T02:43:29.636Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git [2020-11-21T02:43:29.636Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-11-21T02:43:29.636Z] # $SEMVER_REMOTE_NAME = origin [2020-11-21T02:43:29.636Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-21T02:43:29.636Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-21T02:43:29.636Z] # $SEMVER_BRANCH = PR-614 [2020-11-21T02:43:29.636Z] # $SEMVER_TEMP = /tmp/semver-760579131 [2020-11-21T02:43:29.636Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-21T02:43:30.580Z] # '/tmp/semver-760579131' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' [2020-11-21T02:43:30.580Z] # -> Force: false [2020-11-21T02:43:30.580Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } [2020-11-21T02:43:30.596Z] $ docker exec --env ******** --env ******** c68eaeb25a1cc24a9e272f3cc7828a50ccdb453b0affec2d42bd787223a6fa6f ssh-agent -k [2020-11-21T02:43:30.712Z] unset SSH_AUTH_SOCK; [2020-11-21T02:43:30.712Z] unset SSH_AGENT_PID; [2020-11-21T02:43:30.712Z] echo Agent pid 53 killed; [2020-11-21T02:43:30.753Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-21T02:43:31.221Z] + git semver [Pipeline] } [2020-11-21T02:43:31.242Z] $ docker stop --time=1 c68eaeb25a1cc24a9e272f3cc7828a50ccdb453b0affec2d42bd787223a6fa6f [2020-11-21T02:43:32.825Z] $ docker rm -f c68eaeb25a1cc24a9e272f3cc7828a50ccdb453b0affec2d42bd787223a6fa6f [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T02:43:33.384Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-21T02:43:33.865Z] Stashed 1 file(s) [Pipeline] echo [2020-11-21T02:43:33.868Z] [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 [2020-11-21T02:43:49.427Z] Still waiting to schedule task [2020-11-21T02:43:49.428Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-21T02:43:49.432Z] Still waiting to schedule task [2020-11-21T02:43:49.432Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-11-21T02:45:01.138Z] Running on prd-centos7-docker-4c-2g-13049 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-11-21T02:45:01.213Z] Running in /w/workspace/device-sdk-go/19 [Pipeline] { [Pipeline] checkout [2020-11-21T02:45:04.451Z] using credential edgex-jenkins-ssh [2020-11-21T02:45:04.508Z] Cloning the remote Git repository [2020-11-21T02:45:04.584Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:45:04.651Z] > git init /w/workspace/device-sdk-go/19 # timeout=10 [2020-11-21T02:45:04.703Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:45:04.703Z] > git --version # timeout=10 [2020-11-21T02:45:04.709Z] > git --version # 'git version 2.16.5' [2020-11-21T02:45:04.710Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:45:04.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:45:05.944Z] Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e [2020-11-21T02:45:06.062Z] Merge succeeded, producing 191996c6c1572eab7457b0cac7f38d4313010383 [2020-11-21T02:45:06.062Z] Checking out Revision 191996c6c1572eab7457b0cac7f38d4313010383 (PR-614) [2020-11-21T02:45:05.485Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:45:05.494Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:45:05.505Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:45:05.520Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:45:05.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:45:05.525Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-21T02:45:05.955Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:45:05.960Z] > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [2020-11-21T02:45:06.017Z] > git remote # timeout=10 [2020-11-21T02:45:06.022Z] > git config --get remote.origin.url # timeout=10 [2020-11-21T02:45:06.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:45:06.030Z] > git merge 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 [2020-11-21T02:45:06.058Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-21T02:45:06.067Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:45:06.073Z] > git checkout -f 191996c6c1572eab7457b0cac7f38d4313010383 # timeout=10 [2020-11-21T02:45:09.753Z] Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" [2020-11-21T02:45:09.759Z] > git rev-list --no-walk 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:45:11.182Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:45:11.517Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:45:11.844Z] + true [2020-11-21T02:45:11.844Z] + sudo service docker restart [2020-11-21T02:45:11.844Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T02:45:13.343Z] provisioning config files... [2020-11-21T02:45:13.376Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/19@tmp/config7506911611827990731tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:45:13.747Z] ---> docker-login.sh [2020-11-21T02:45:13.747Z] nexus3.edgexfoundry.org:10001 [2020-11-21T02:45:14.011Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:45:14.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:45:14.276Z] Configure a credential helper to remove this warning. See [2020-11-21T02:45:14.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:45:14.276Z] [2020-11-21T02:45:14.276Z] Login Succeeded [2020-11-21T02:45:14.276Z] nexus3.edgexfoundry.org:10002 [2020-11-21T02:45:14.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:45:14.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:45:14.276Z] Configure a credential helper to remove this warning. See [2020-11-21T02:45:14.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:45:14.276Z] [2020-11-21T02:45:14.276Z] Login Succeeded [2020-11-21T02:45:14.276Z] nexus3.edgexfoundry.org:10003 [2020-11-21T02:45:14.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:45:14.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:45:14.538Z] Configure a credential helper to remove this warning. See [2020-11-21T02:45:14.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:45:14.538Z] [2020-11-21T02:45:14.538Z] Login Succeeded [2020-11-21T02:45:14.538Z] nexus3.edgexfoundry.org:10004 [2020-11-21T02:45:14.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:45:14.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:45:14.802Z] Configure a credential helper to remove this warning. See [2020-11-21T02:45:14.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:45:14.802Z] [2020-11-21T02:45:14.802Z] Login Succeeded [2020-11-21T02:45:14.802Z] docker.io [2020-11-21T02:45:14.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:45:15.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:45:15.063Z] Configure a credential helper to remove this warning. See [2020-11-21T02:45:15.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:45:15.063Z] [2020-11-21T02:45:15.063Z] Login Succeeded [2020-11-21T02:45:15.063Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T02:45:15.072Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T02:45:15.499Z] ========================================================= [2020-11-21T02:45:15.499Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-21T02:45:15.499Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:45:15.847Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-11-21T02:45:16.109Z] Sending build context to Docker daemon 2.357MB [2020-11-21T02:45:16.109Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-21T02:45:16.109Z] Step 2/8 : FROM ${BASE} [2020-11-21T02:45:16.109Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-21T02:45:16.109Z] df20fa9351a1: Pulling fs layer [2020-11-21T02:45:16.109Z] ed8968b2872e: Pulling fs layer [2020-11-21T02:45:16.109Z] a92cc7c5fd73: Pulling fs layer [2020-11-21T02:45:16.109Z] e871e8e8d7a9: Pulling fs layer [2020-11-21T02:45:16.109Z] e73272ec9a57: Pulling fs layer [2020-11-21T02:45:16.109Z] 1e910a182e73: Pulling fs layer [2020-11-21T02:45:16.109Z] 4e634b169226: Pulling fs layer [2020-11-21T02:45:16.109Z] e871e8e8d7a9: Waiting [2020-11-21T02:45:16.109Z] e73272ec9a57: Waiting [2020-11-21T02:45:16.109Z] 4e634b169226: Waiting [2020-11-21T02:45:16.109Z] 1e910a182e73: Waiting [2020-11-21T02:45:16.109Z] a92cc7c5fd73: Verifying Checksum [2020-11-21T02:45:16.109Z] a92cc7c5fd73: Download complete [2020-11-21T02:45:16.109Z] ed8968b2872e: Verifying Checksum [2020-11-21T02:45:16.109Z] ed8968b2872e: Download complete [2020-11-21T02:45:16.109Z] e73272ec9a57: Verifying Checksum [2020-11-21T02:45:16.109Z] e73272ec9a57: Download complete [2020-11-21T02:45:16.109Z] df20fa9351a1: Verifying Checksum [2020-11-21T02:45:16.109Z] df20fa9351a1: Download complete [2020-11-21T02:45:16.109Z] 1e910a182e73: Verifying Checksum [2020-11-21T02:45:16.109Z] 1e910a182e73: Download complete [2020-11-21T02:45:16.375Z] df20fa9351a1: Pull complete [2020-11-21T02:45:16.637Z] ed8968b2872e: Pull complete [2020-11-21T02:45:16.637Z] a92cc7c5fd73: Pull complete [2020-11-21T02:45:18.561Z] 4e634b169226: Verifying Checksum [2020-11-21T02:45:18.561Z] 4e634b169226: Download complete [2020-11-21T02:45:19.142Z] e871e8e8d7a9: Verifying Checksum [2020-11-21T02:45:19.142Z] e871e8e8d7a9: Download complete [2020-11-21T02:45:24.490Z] e871e8e8d7a9: Pull complete [2020-11-21T02:45:24.490Z] e73272ec9a57: Pull complete [2020-11-21T02:45:24.490Z] 1e910a182e73: Pull complete [2020-11-21T02:45:34.537Z] 4e634b169226: Pull complete [2020-11-21T02:45:34.537Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-21T02:45:34.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-21T02:45:34.537Z] ---> f7629b54cfaa [2020-11-21T02:45:34.537Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:45:34.537Z] ---> Running in b5a4201ce205 [2020-11-21T02:45:34.537Z] Removing intermediate container b5a4201ce205 [2020-11-21T02:45:34.537Z] ---> 0e01e4bc1eae [2020-11-21T02:45:34.537Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:45:34.537Z] ---> Running in fdfcb5dd5372 [2020-11-21T02:45:35.122Z] Removing intermediate container fdfcb5dd5372 [2020-11-21T02:45:35.122Z] ---> 1e00f39a472d [2020-11-21T02:45:35.122Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-21T02:45:35.122Z] ---> Running in cce55c46b659 [2020-11-21T02:45:35.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T02:45:36.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T02:45:36.917Z] OK: 166 MiB in 39 packages [2020-11-21T02:45:37.493Z] Removing intermediate container cce55c46b659 [2020-11-21T02:45:37.493Z] ---> 67f14daba392 [2020-11-21T02:45:37.493Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-21T02:45:37.493Z] ---> Running in 63033d533ebd [2020-11-21T02:45:37.493Z] Removing intermediate container 63033d533ebd [2020-11-21T02:45:37.493Z] ---> 0266cd459285 [2020-11-21T02:45:37.493Z] Step 7/8 : COPY . . [2020-11-21T02:45:38.898Z] ---> dca689589dbd [2020-11-21T02:45:38.898Z] Step 8/8 : RUN go mod download [2020-11-21T02:45:38.898Z] ---> Running in d732198ed7ff [2020-11-21T02:46:00.930Z] Removing intermediate container d732198ed7ff [2020-11-21T02:46:00.930Z] ---> 6df27dc9f8bd [2020-11-21T02:46:00.930Z] Successfully built 6df27dc9f8bd [2020-11-21T02:46:00.930Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:46:01.246Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T02:46:01.246Z] . [Pipeline] withDockerContainer [2020-11-21T02:46:01.365Z] prd-centos7-docker-4c-2g-13049 does not seem to be running inside a container [2020-11-21T02:46:01.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@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 [2020-11-21T02:46:02.150Z] $ docker top 86e72449e47434ec177ee79d6b04c181af6663c9c01132a9c47852f0199a0aae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:46:02.650Z] + go version [2020-11-21T02:46:02.650Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-21T02:46:02.668Z] $ docker stop --time=1 86e72449e47434ec177ee79d6b04c181af6663c9c01132a9c47852f0199a0aae [2020-11-21T02:46:04.012Z] $ docker rm -f 86e72449e47434ec177ee79d6b04c181af6663c9c01132a9c47852f0199a0aae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:46:04.956Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-21T02:46:04.957Z] . [Pipeline] withDockerContainer [2020-11-21T02:46:05.057Z] prd-centos7-docker-4c-2g-13049 does not seem to be running inside a container [2020-11-21T02:46:05.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@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 [2020-11-21T02:46:05.683Z] $ docker top a65776f7585e99dbf1f8243a12c115a9868a219351aeac4db929415fc54b2ba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:46:06.220Z] + make test [2020-11-21T02:46:06.221Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-21T02:46:14.435Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-21T02:46:29.455Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-21T02:46:29.455Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-21T02:46:29.455Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-21T02:46:29.455Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.061s coverage: 20.6% of statements [2020-11-21T02:46:29.455Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.445s coverage: 97.1% of statements [2020-11-21T02:47:01.656Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.090s coverage: 9.4% of statements [2020-11-21T02:47:01.656Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.062s coverage: 21.9% of statements [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-21T02:47:01.656Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.233s coverage: 42.5% of statements [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-21T02:47:01.656Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.303s coverage: 68.9% of statements [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-21T02:47:01.656Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.071s coverage: 52.6% of statements [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-21T02:47:01.656Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.536s coverage: 68.9% of statements [2020-11-21T02:47:01.656Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.053s coverage: 4.7% of statements [2020-11-21T02:47:01.656Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-21T02:47:01.656Z] GO111MODULE=on go vet ./... [2020-11-21T02:47:04.689Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13051 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-11-21T02:47:04.750Z] Running in /w/workspace/device-sdk-go/19 [Pipeline] { [Pipeline] checkout [2020-11-21T02:47:08.374Z] gofmt -l . [2020-11-21T02:47:08.644Z] [ "`gofmt -l .`" = "" ] [2020-11-21T02:47:08.644Z] ./bin/test-attribution-txt.sh [2020-11-21T02:47:09.233Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-21T02:47:09.518Z] $ docker stop --time=1 a65776f7585e99dbf1f8243a12c115a9868a219351aeac4db929415fc54b2ba1 [2020-11-21T02:47:09.742Z] using credential edgex-jenkins-ssh [2020-11-21T02:47:09.799Z] Cloning the remote Git repository [2020-11-21T02:47:09.872Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:47:09.973Z] > git init /w/workspace/device-sdk-go/19 # timeout=10 [2020-11-21T02:47:10.048Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:47:10.049Z] > git --version # timeout=10 [2020-11-21T02:47:10.064Z] > git --version # 'git version 2.17.1' [2020-11-21T02:47:10.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:47:10.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:47:11.447Z] $ docker rm -f a65776f7585e99dbf1f8243a12c115a9868a219351aeac4db929415fc54b2ba1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T02:47:11.994Z] Merging remotes/origin/master commit 34e320ac99befae92f8b4aae2047dc1351ba020b into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e [2020-11-21T02:47:12.127Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-21T02:47:11.203Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:47:11.221Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-21T02:47:11.252Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-21T02:47:11.287Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-21T02:47:11.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:47:11.312Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-21T02:47:12.078Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:47:12.102Z] > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [2020-11-21T02:47:12.461Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2020-11-21T02:47:12.529Z] Merge succeeded, producing 3db918caf33ee23a87e730e82ccf3671ef7d523d [2020-11-21T02:47:12.530Z] Checking out Revision 3db918caf33ee23a87e730e82ccf3671ef7d523d (PR-614) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-11-21T02:47:12.344Z] > git remote # timeout=10 [2020-11-21T02:47:12.383Z] > git config --get remote.origin.url # timeout=10 [2020-11-21T02:47:12.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-21T02:47:12.433Z] > git merge 34e320ac99befae92f8b4aae2047dc1351ba020b # timeout=10 [2020-11-21T02:47:12.524Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-21T02:47:12.552Z] > git config core.sparsecheckout # timeout=10 [2020-11-21T02:47:12.569Z] > git checkout -f 3db918caf33ee23a87e730e82ccf3671ef7d523d # timeout=10 [Pipeline] sh [2020-11-21T02:47:15.035Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-21T02:47:15.334Z] + ls -al . [2020-11-21T02:47:15.334Z] total 208 [2020-11-21T02:47:15.334Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 21 02:47 . [2020-11-21T02:47:15.334Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 21 02:45 .. [2020-11-21T02:47:15.334Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 21 02:45 bin [2020-11-21T02:47:15.334Z] -rw-r--r--. 1 jenkins jenkins 127610 Nov 21 02:46 coverage.out [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 21 02:45 Dockerfile.build [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 21 02:45 .dockerignore [2020-11-21T02:47:15.334Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 21 02:45 example [2020-11-21T02:47:15.334Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 21 02:45 .git [2020-11-21T02:47:15.334Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 21 02:45 .github [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 21 02:45 .gitignore [2020-11-21T02:47:15.334Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 21 02:47 go.mod [2020-11-21T02:47:15.334Z] -rw-r--r--. 1 jenkins jenkins 13520 Nov 21 02:47 go.sum [2020-11-21T02:47:15.334Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 21 02:45 internal [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 21 02:45 Jenkinsfile [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 21 02:45 LICENSE [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 21 02:45 Makefile [2020-11-21T02:47:15.334Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 21 02:45 openapi [2020-11-21T02:47:15.334Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 21 02:45 pkg [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 21 02:45 README.md [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 21 02:45 RELEASE-NOTES.txt [2020-11-21T02:47:15.334Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 21 02:45 snap [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 21 02:43 VERSION [2020-11-21T02:47:15.334Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 21 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:47:15.647Z] + 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=616d4922f68f1ef32286bb0e689c851a3f0f63d6 --label arch=amd64 --label version=0.0.0 . [2020-11-21T02:47:15.910Z] Sending build context to Docker daemon 2.486MB [2020-11-21T02:47:15.910Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-21T02:47:15.910Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-21T02:47:15.910Z] ---> 6df27dc9f8bd [2020-11-21T02:47:15.910Z] Step 3/24 : ARG MAKE='make build' [2020-11-21T02:47:16.485Z] ---> Running in e222356c4e29 [2020-11-21T02:47:16.486Z] Removing intermediate container e222356c4e29 [2020-11-21T02:47:16.486Z] ---> 33517f199add [2020-11-21T02:47:16.486Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-21T02:47:16.748Z] ---> Running in 887c0ac569be [2020-11-21T02:47:16.748Z] Removing intermediate container 887c0ac569be [2020-11-21T02:47:16.748Z] ---> 095ab3710659 [2020-11-21T02:47:16.748Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:47:16.978Z] Commit message: "Merge commit '34e320ac99befae92f8b4aae2047dc1351ba020b' into HEAD" [2020-11-21T02:47:17.011Z] ---> Running in 463075b8fbcc [2020-11-21T02:47:17.011Z] Removing intermediate container 463075b8fbcc [2020-11-21T02:47:17.011Z] ---> 50b48bf536f6 [2020-11-21T02:47:17.011Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:47:17.011Z] ---> Running in b463262f7a55 [2020-11-21T02:47:16.999Z] > git rev-list --no-walk 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:47:17.963Z] Removing intermediate container b463262f7a55 [2020-11-21T02:47:17.963Z] ---> fe96a8f50d2e [2020-11-21T02:47:17.963Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-21T02:47:17.963Z] ---> Running in 534f16186337 [2020-11-21T02:47:18.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-21T02:47:18.557Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:47:19.012Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-21T02:47:19.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-21T02:47:19.354Z] + sudo service docker restart+ [2020-11-21T02:47:19.354Z] true [2020-11-21T02:47:19.698Z] OK: 166 MiB in 39 packages [2020-11-21T02:47:19.961Z] Removing intermediate container 534f16186337 [2020-11-21T02:47:19.961Z] ---> f35f59d4d9e9 [2020-11-21T02:47:19.961Z] Step 8/24 : COPY . . [2020-11-21T02:47:21.883Z] ---> dfaa3c81bfb9 [2020-11-21T02:47:21.883Z] Step 9/24 : RUN ${MAKE} [2020-11-21T02:47:21.883Z] ---> Running in c5b58db98895 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-21T02:47:22.072Z] provisioning config files... [2020-11-21T02:47:22.112Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/19@tmp/config8913915815074260300tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:47:22.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-21T02:47:22.537Z] ---> docker-login.sh [2020-11-21T02:47:22.537Z] nexus3.edgexfoundry.org:10001 [2020-11-21T02:47:23.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:23.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:23.794Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:23.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:23.794Z] [2020-11-21T02:47:23.794Z] Login Succeeded [2020-11-21T02:47:23.794Z] nexus3.edgexfoundry.org:10002 [2020-11-21T02:47:24.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:24.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:24.343Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:24.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:24.343Z] [2020-11-21T02:47:24.343Z] Login Succeeded [2020-11-21T02:47:24.343Z] nexus3.edgexfoundry.org:10003 [2020-11-21T02:47:24.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:24.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:24.891Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:24.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:24.891Z] [2020-11-21T02:47:24.891Z] Login Succeeded [2020-11-21T02:47:24.891Z] nexus3.edgexfoundry.org:10004 [2020-11-21T02:47:25.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:25.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:25.442Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:25.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:25.442Z] [2020-11-21T02:47:25.442Z] Login Succeeded [2020-11-21T02:47:25.442Z] docker.io [2020-11-21T02:47:26.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-21T02:47:26.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-21T02:47:26.313Z] Configure a credential helper to remove this warning. See [2020-11-21T02:47:26.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-21T02:47:26.313Z] [2020-11-21T02:47:26.313Z] Login Succeeded [2020-11-21T02:47:26.313Z] ---> docker-login.sh ends [Pipeline] } [2020-11-21T02:47:26.330Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-21T02:47:26.891Z] ========================================================= [2020-11-21T02:47:26.891Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-21T02:47:26.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:47:27.278Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-21T02:47:27.892Z] Sending build context to Docker daemon 2.36MB [2020-11-21T02:47:27.892Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-21T02:47:27.892Z] Step 2/8 : FROM ${BASE} [2020-11-21T02:47:27.892Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-21T02:47:27.892Z] b538f80385f9: Pulling fs layer [2020-11-21T02:47:27.892Z] 74f711af9a0d: Pulling fs layer [2020-11-21T02:47:27.892Z] 99f96fe45779: Pulling fs layer [2020-11-21T02:47:27.892Z] 8529a6b9a6be: Pulling fs layer [2020-11-21T02:47:27.892Z] 45590311c82a: Pulling fs layer [2020-11-21T02:47:27.892Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-21T02:47:27.892Z] 209524e5b208: Pulling fs layer [2020-11-21T02:47:27.892Z] 45590311c82a: Waiting [2020-11-21T02:47:27.892Z] 69ca0ff8b7b3: Waiting [2020-11-21T02:47:27.892Z] 209524e5b208: Waiting [2020-11-21T02:47:27.892Z] 8529a6b9a6be: Waiting [2020-11-21T02:47:27.892Z] 99f96fe45779: Verifying Checksum [2020-11-21T02:47:27.892Z] 99f96fe45779: Download complete [2020-11-21T02:47:27.892Z] 74f711af9a0d: Verifying Checksum [2020-11-21T02:47:27.892Z] 74f711af9a0d: Download complete [2020-11-21T02:47:27.892Z] 45590311c82a: Verifying Checksum [2020-11-21T02:47:27.892Z] 45590311c82a: Download complete [2020-11-21T02:47:27.892Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-21T02:47:27.892Z] 69ca0ff8b7b3: Download complete [2020-11-21T02:47:27.892Z] b538f80385f9: Verifying Checksum [2020-11-21T02:47:27.892Z] b538f80385f9: Download complete [2020-11-21T02:47:28.498Z] b538f80385f9: Pull complete [2020-11-21T02:47:29.122Z] 74f711af9a0d: Pull complete [2020-11-21T02:47:29.414Z] 99f96fe45779: Pull complete [2020-11-21T02:47:30.412Z] 209524e5b208: Verifying Checksum [2020-11-21T02:47:30.412Z] 209524e5b208: Download complete [2020-11-21T02:47:30.707Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-21T02:47:31.858Z] 8529a6b9a6be: Download complete [2020-11-21T02:47:32.633Z] Removing intermediate container c5b58db98895 [2020-11-21T02:47:32.633Z] ---> 5b33fb3eb04b [2020-11-21T02:47:32.633Z] Step 10/24 : FROM scratch [2020-11-21T02:47:32.633Z] ---> [2020-11-21T02:47:32.633Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:47:32.633Z] ---> Running in 3903a460cef4 [2020-11-21T02:47:32.633Z] Removing intermediate container 3903a460cef4 [2020-11-21T02:47:32.633Z] ---> ac8b55791da3 [2020-11-21T02:47:32.633Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-21T02:47:32.633Z] ---> Running in 5c9b31cc02a5 [2020-11-21T02:47:32.633Z] Removing intermediate container 5c9b31cc02a5 [2020-11-21T02:47:32.633Z] ---> 4d6669f6c589 [2020-11-21T02:47:32.633Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T02:47:32.633Z] ---> Running in 2e94b83b0070 [2020-11-21T02:47:32.896Z] Removing intermediate container 2e94b83b0070 [2020-11-21T02:47:32.896Z] ---> 47b9a7de5830 [2020-11-21T02:47:32.896Z] Step 14/24 : WORKDIR / [2020-11-21T02:47:32.896Z] ---> Running in 43129fae861c [2020-11-21T02:47:33.159Z] Removing intermediate container 43129fae861c [2020-11-21T02:47:33.159Z] ---> 395ffceba32c [2020-11-21T02:47:33.159Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-21T02:47:33.736Z] ---> 01fcdafe3b75 [2020-11-21T02:47:33.736Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-21T02:47:33.736Z] ---> d2fdd286f10a [2020-11-21T02:47:33.736Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-21T02:47:34.313Z] ---> 7e2f6c8bcdcd [2020-11-21T02:47:34.313Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-21T02:47:34.313Z] ---> 83e9f89e868d [2020-11-21T02:47:34.313Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-21T02:47:34.575Z] ---> 2d82d5d085eb [2020-11-21T02:47:34.575Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-21T02:47:34.575Z] ---> Running in 2ac139398593 [2020-11-21T02:47:34.838Z] Removing intermediate container 2ac139398593 [2020-11-21T02:47:34.838Z] ---> 98a48221d98f [2020-11-21T02:47:34.838Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T02:47:34.838Z] ---> Running in aef954047191 [2020-11-21T02:47:35.100Z] Removing intermediate container aef954047191 [2020-11-21T02:47:35.100Z] ---> cd48bbbce1e3 [2020-11-21T02:47:35.100Z] Step 22/24 : LABEL arch=amd64 [2020-11-21T02:47:35.100Z] ---> Running in 04093a6139c0 [2020-11-21T02:47:35.363Z] Removing intermediate container 04093a6139c0 [2020-11-21T02:47:35.363Z] ---> 0a78877c17c9 [2020-11-21T02:47:35.363Z] Step 23/24 : LABEL git_sha=616d4922f68f1ef32286bb0e689c851a3f0f63d6 [2020-11-21T02:47:35.363Z] ---> Running in 9b094e319913 [2020-11-21T02:47:35.363Z] Removing intermediate container 9b094e319913 [2020-11-21T02:47:35.363Z] ---> f1e9c8ec6ba3 [2020-11-21T02:47:35.363Z] Step 24/24 : LABEL version=0.0.0 [2020-11-21T02:47:35.626Z] ---> Running in ed3e551ca057 [2020-11-21T02:47:35.626Z] Removing intermediate container ed3e551ca057 [2020-11-21T02:47:35.626Z] ---> 4209e93bb90a [2020-11-21T02:47:35.626Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-21T02:47:35.626Z] Successfully built 4209e93bb90a [2020-11-21T02:47:35.626Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-21T02:47:42.049Z] 8529a6b9a6be: Pull complete [2020-11-21T02:47:42.328Z] 45590311c82a: Pull complete [2020-11-21T02:47:42.605Z] 69ca0ff8b7b3: Pull complete [2020-11-21T02:47:46.939Z] 209524e5b208: Pull complete [2020-11-21T02:47:46.939Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-21T02:47:46.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-21T02:47:46.939Z] ---> 5bddaf1c2fca [2020-11-21T02:47:46.939Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:47:49.581Z] ---> Running in 0508c3adcfd2 [2020-11-21T02:47:49.859Z] Removing intermediate container 0508c3adcfd2 [2020-11-21T02:47:49.859Z] ---> 223d99c3f0db [2020-11-21T02:47:49.859Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:47:50.141Z] ---> Running in a2025af7f34d [2020-11-21T02:47:52.773Z] Removing intermediate container a2025af7f34d [2020-11-21T02:47:52.773Z] ---> 851af26bd636 [2020-11-21T02:47:52.773Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-21T02:47:52.773Z] ---> Running in c8b1cebfa5e9 [2020-11-21T02:47:54.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T02:47:54.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T02:47:55.825Z] OK: 142 MiB in 39 packages [2020-11-21T02:47:56.809Z] Removing intermediate container c8b1cebfa5e9 [2020-11-21T02:47:56.809Z] ---> 204a0e8af5f0 [2020-11-21T02:47:56.809Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-21T02:47:56.809Z] ---> Running in c12292624d25 [2020-11-21T02:47:57.405Z] Removing intermediate container c12292624d25 [2020-11-21T02:47:57.405Z] ---> 43cfb04f694a [2020-11-21T02:47:57.405Z] Step 7/8 : COPY . . [2020-11-21T02:47:58.837Z] ---> e2a6779e3855 [2020-11-21T02:47:58.837Z] Step 8/8 : RUN go mod download [2020-11-21T02:47:58.837Z] ---> Running in d991c12f344e [2020-11-21T02:48:21.038Z] Removing intermediate container d991c12f344e [2020-11-21T02:48:21.038Z] ---> 723266b53116 [2020-11-21T02:48:21.038Z] Successfully built 723266b53116 [2020-11-21T02:48:21.038Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:48:21.390Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T02:48:21.390Z] . [Pipeline] withDockerContainer [2020-11-21T02:48:21.638Z] prd-ubuntu18.04-docker-arm64-4c-16g-13051 does not seem to be running inside a container [2020-11-21T02:48:21.728Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@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 ******** ci-base-image-arm64 cat [2020-11-21T02:48:23.495Z] $ docker top 3e86be51ed5342859d93abefc6e4969d2a7e34be49fc87994576c688f0337187 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:48:24.911Z] + go version [2020-11-21T02:48:24.911Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-21T02:48:24.938Z] $ docker stop --time=1 3e86be51ed5342859d93abefc6e4969d2a7e34be49fc87994576c688f0337187 [2020-11-21T02:48:26.873Z] $ docker rm -f 3e86be51ed5342859d93abefc6e4969d2a7e34be49fc87994576c688f0337187 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:48:27.964Z] + docker inspect -f . ci-base-image-arm64 [2020-11-21T02:48:27.964Z] . [Pipeline] withDockerContainer [2020-11-21T02:48:28.235Z] prd-ubuntu18.04-docker-arm64-4c-16g-13051 does not seem to be running inside a container [2020-11-21T02:48:28.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/19 -v /w/workspace/device-sdk-go/19:/w/workspace/device-sdk-go/19:rw,z -v /w/workspace/device-sdk-go/19@tmp:/w/workspace/device-sdk-go/19@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 ******** ci-base-image-arm64 cat [2020-11-21T02:48:30.187Z] $ docker top b22e2f04e9f22b159261ee03f27c0c3b17e8cfeccebd0856f63e561929d2ea51 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:48:31.614Z] + make test [2020-11-21T02:48:31.614Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-21T02:48:53.809Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-21T02:49:32.956Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-21T02:49:32.956Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-21T02:49:32.956Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-21T02:49:32.956Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.172s coverage: 20.6% of statements [2020-11-21T02:49:35.608Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.177s coverage: 97.1% of statements [2020-11-21T02:50:07.984Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.112s coverage: 9.4% of statements [2020-11-21T02:50:07.984Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.111s coverage: 21.9% of statements [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-21T02:50:07.984Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.580s coverage: 42.5% of statements [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-21T02:50:07.984Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.736s coverage: 68.9% of statements [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-21T02:50:07.984Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.183s coverage: 52.6% of statements [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-21T02:50:07.984Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.697s coverage: 68.9% of statements [2020-11-21T02:50:07.984Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.134s coverage: 4.7% of statements [2020-11-21T02:50:07.984Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-21T02:50:07.984Z] GO111MODULE=on go vet ./... [2020-11-21T02:50:34.822Z] gofmt -l . [2020-11-21T02:50:34.822Z] [ "`gofmt -l .`" = "" ] [2020-11-21T02:50:34.822Z] ./bin/test-attribution-txt.sh [2020-11-21T02:50:35.801Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-21T02:50:36.095Z] $ docker stop --time=1 b22e2f04e9f22b159261ee03f27c0c3b17e8cfeccebd0856f63e561929d2ea51 [2020-11-21T02:50:38.288Z] $ docker rm -f b22e2f04e9f22b159261ee03f27c0c3b17e8cfeccebd0856f63e561929d2ea51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-21T02:50:39.374Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-21T02:50:39.393Z] Warning: overwriting stash ‘coverage-report’ [2020-11-21T02:50:40.254Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-21T02:50:41.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-21T02:50:41.460Z] + ls -al . [2020-11-21T02:50:41.460Z] total 244 [2020-11-21T02:50:41.460Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 21 02:50 . [2020-11-21T02:50:41.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 .. [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 21 02:47 .dockerignore [2020-11-21T02:50:41.460Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 21 02:47 .git [2020-11-21T02:50:41.460Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 21 02:47 .github [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 21 02:47 .gitignore [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 21 02:47 Dockerfile.build [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 21 02:47 Jenkinsfile [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 21 02:47 LICENSE [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 21 02:47 Makefile [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 21 02:47 README.md [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 21 02:47 RELEASE-NOTES.txt [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 21 02:43 VERSION [2020-11-21T02:50:41.460Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 21 02:47 bin [2020-11-21T02:50:41.460Z] -rw-r--r-- 1 jenkins jenkins 127610 Nov 21 02:50 coverage.out [2020-11-21T02:50:41.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 example [2020-11-21T02:50:41.460Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 21 02:50 go.mod [2020-11-21T02:50:41.460Z] -rw-r--r-- 1 jenkins jenkins 13520 Nov 21 02:50 go.sum [2020-11-21T02:50:41.460Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 21 02:47 internal [2020-11-21T02:50:41.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 openapi [2020-11-21T02:50:41.460Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 21 02:47 pkg [2020-11-21T02:50:41.460Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 21 02:47 snap [2020-11-21T02:50:41.460Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 21 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:50:41.805Z] + 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=616d4922f68f1ef32286bb0e689c851a3f0f63d6 --label arch=arm64 --label version=0.0.0 . [2020-11-21T02:50:42.402Z] Sending build context to Docker daemon 2.488MB [2020-11-21T02:50:42.402Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-21T02:50:42.402Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-21T02:50:42.402Z] ---> 723266b53116 [2020-11-21T02:50:42.402Z] Step 3/24 : ARG MAKE='make build' [2020-11-21T02:50:42.680Z] ---> Running in cf5588ca2351 [2020-11-21T02:50:42.952Z] Removing intermediate container cf5588ca2351 [2020-11-21T02:50:42.952Z] ---> 677c5a199628 [2020-11-21T02:50:42.952Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-21T02:50:43.226Z] ---> Running in de5cb1b3790f [2020-11-21T02:50:43.823Z] Removing intermediate container de5cb1b3790f [2020-11-21T02:50:43.823Z] ---> c0962248031d [2020-11-21T02:50:43.823Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:50:43.823Z] ---> Running in cdfb2cec8fc3 [2020-11-21T02:50:44.419Z] Removing intermediate container cdfb2cec8fc3 [2020-11-21T02:50:44.419Z] ---> b54e278c08bb [2020-11-21T02:50:44.419Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-21T02:50:44.419Z] ---> Running in 3e7d32917395 [2020-11-21T02:50:47.053Z] Removing intermediate container 3e7d32917395 [2020-11-21T02:50:47.053Z] ---> b74c8508ecf8 [2020-11-21T02:50:47.053Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-21T02:50:47.053Z] ---> Running in c4cc593e1b23 [2020-11-21T02:50:48.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-21T02:50:49.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-21T02:50:49.666Z] OK: 142 MiB in 39 packages [2020-11-21T02:50:51.102Z] Removing intermediate container c4cc593e1b23 [2020-11-21T02:50:51.102Z] ---> 710fe3ba2576 [2020-11-21T02:50:51.102Z] Step 8/24 : COPY . . [2020-11-21T02:50:52.543Z] ---> cad7a3367dea [2020-11-21T02:50:52.543Z] Step 9/24 : RUN ${MAKE} [2020-11-21T02:50:52.543Z] ---> Running in dfea4032c351 [2020-11-21T02:50:53.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-21T02:51:20.815Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-21T02:51:20.815Z] Removing intermediate container dfea4032c351 [2020-11-21T02:51:20.815Z] ---> 0c0b9940dee5 [2020-11-21T02:51:20.815Z] Step 10/24 : FROM scratch [2020-11-21T02:51:20.815Z] ---> [2020-11-21T02:51:20.815Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-21T02:51:20.815Z] ---> Running in 8d2f4176ee63 [2020-11-21T02:51:20.815Z] Removing intermediate container 8d2f4176ee63 [2020-11-21T02:51:20.815Z] ---> 58a7a025c76e [2020-11-21T02:51:20.815Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-21T02:51:20.815Z] ---> Running in bba05b580c81 [2020-11-21T02:51:21.085Z] Removing intermediate container bba05b580c81 [2020-11-21T02:51:21.085Z] ---> faaa4b866cf3 [2020-11-21T02:51:21.085Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-21T02:51:21.358Z] ---> Running in eff893e18980 [2020-11-21T02:51:21.643Z] Removing intermediate container eff893e18980 [2020-11-21T02:51:21.643Z] ---> cdb76c8b2867 [2020-11-21T02:51:21.643Z] Step 14/24 : WORKDIR / [2020-11-21T02:51:21.643Z] ---> Running in 90e32f288549 [2020-11-21T02:51:22.244Z] Removing intermediate container 90e32f288549 [2020-11-21T02:51:22.244Z] ---> 7c61aab08d3c [2020-11-21T02:51:22.244Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-21T02:51:23.227Z] ---> 772754c819d8 [2020-11-21T02:51:23.227Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-21T02:51:24.209Z] ---> d3e9d6231540 [2020-11-21T02:51:24.209Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-21T02:51:24.800Z] ---> b3613ad03ffe [2020-11-21T02:51:24.800Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-21T02:51:25.397Z] ---> 9b486f8ce0b0 [2020-11-21T02:51:25.397Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-21T02:51:25.995Z] ---> 9c6a673eacb5 [2020-11-21T02:51:25.995Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-21T02:51:26.270Z] ---> Running in 66e79b60a065 [2020-11-21T02:51:26.866Z] Removing intermediate container 66e79b60a065 [2020-11-21T02:51:26.866Z] ---> 40652f6964b3 [2020-11-21T02:51:26.866Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-21T02:51:26.866Z] ---> Running in 4cebd9800a41 [2020-11-21T02:51:27.139Z] Removing intermediate container 4cebd9800a41 [2020-11-21T02:51:27.139Z] ---> 221b26fe1cd9 [2020-11-21T02:51:27.139Z] Step 22/24 : LABEL arch=arm64 [2020-11-21T02:51:27.412Z] ---> Running in 300b56254c63 [2020-11-21T02:51:27.685Z] Removing intermediate container 300b56254c63 [2020-11-21T02:51:27.685Z] ---> fb7d3a31ff3a [2020-11-21T02:51:27.685Z] Step 23/24 : LABEL git_sha=616d4922f68f1ef32286bb0e689c851a3f0f63d6 [2020-11-21T02:51:27.958Z] ---> Running in b433d28908d4 [2020-11-21T02:51:28.235Z] Removing intermediate container b433d28908d4 [2020-11-21T02:51:28.235Z] ---> f9b088cc8e7b [2020-11-21T02:51:28.235Z] Step 24/24 : LABEL version=0.0.0 [2020-11-21T02:51:28.508Z] ---> Running in 496109c52f11 [2020-11-21T02:51:28.781Z] Removing intermediate container 496109c52f11 [2020-11-21T02:51:28.781Z] ---> 21deb77465f4 [2020-11-21T02:51:28.781Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-21T02:51:29.051Z] Successfully built 21deb77465f4 [2020-11-21T02:51:29.051Z] 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 [2020-11-21T02:51:30.585Z] provisioning config files... [2020-11-21T02:51:30.612Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config7531011691309059075tmp [Pipeline] { [Pipeline] sh [2020-11-21T02:51:30.995Z] + set +x [2020-11-21T02:51:30.995Z] + curl -s https://codecov.io/bash [2020-11-21T02:51:30.995Z] + bash -s -- [2020-11-21T02:51:31.261Z] [2020-11-21T02:51:31.261Z] _____ _ [2020-11-21T02:51:31.261Z] / ____| | | [2020-11-21T02:51:31.261Z] | | ___ __| | ___ ___ _____ __ [2020-11-21T02:51:31.261Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-21T02:51:31.261Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-21T02:51:31.261Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-21T02:51:31.261Z] Bash-20201116-eea08d9 [2020-11-21T02:51:31.261Z] [2020-11-21T02:51:31.261Z] [2020-11-21T02:51:31.261Z] ==> Jenkins CI detected. [2020-11-21T02:51:31.261Z] project root: . [2020-11-21T02:51:31.261Z] --> token set from env [2020-11-21T02:51:31.261Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-21T02:51:31.261Z] ==> Running gcov in . (disable via -X gcov) [2020-11-21T02:51:31.261Z] ==> Python coveragepy not found [2020-11-21T02:51:31.261Z] ==> Searching for coverage reports in: [2020-11-21T02:51:31.261Z] + . [2020-11-21T02:51:31.261Z] -> Found 1 reports [2020-11-21T02:51:31.261Z] ==> Detecting git/mercurial file structure [2020-11-21T02:51:31.261Z] ==> Reading reports [2020-11-21T02:51:31.261Z] + ./coverage.out bytes=127610 [2020-11-21T02:51:31.261Z] ==> Appending adjustments [2020-11-21T02:51:31.261Z] https://docs.codecov.io/docs/fixing-reports [2020-11-21T02:51:31.838Z] + Found adjustments [2020-11-21T02:51:31.838Z] ==> Gzipping contents [2020-11-21T02:51:31.838Z] ==> Uploading reports [2020-11-21T02:51:31.838Z] url: https://codecov.io [2020-11-21T02:51:31.838Z] query: branch=PR-614&commit=616d4922f68f1ef32286bb0e689c851a3f0f63d6&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-11-21T02:51:31.838Z] -> Pinging Codecov [2020-11-21T02:51:31.838Z] https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=PR-614&commit=616d4922f68f1ef32286bb0e689c851a3f0f63d6&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-11-21T02:51:32.419Z] -> Uploading to [2020-11-21T02:51:32.419Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-21/7E55EF52A471D76F132DFD9A03CDDE97/616d4922f68f1ef32286bb0e689c851a3f0f63d6/e1def541-387b-420f-8e0b-b9a3c6f70c9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201121T025132Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7c5e858f50b8330d4090da6da1010f1725f96f92ff52d2d0d392f2b8ae0c1c7 [2020-11-21T02:51:32.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-21T02:51:32.419Z] Dload Upload Total Spent Left Speed [2020-11-21T02:51:32.682Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20875 0 0 100 20875 0 54872 --:--:-- --:--:-- --:--:-- 54934 [2020-11-21T02:51:32.682Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/616d4922f68f1ef32286bb0e689c851a3f0f63d6 [Pipeline] } [2020-11-21T02:51:32.693Z] 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 [2020-11-21T02:51:35.556Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:51:36.125Z] ---> package-listing.sh [2020-11-21T02:51:36.125Z] ++ facter osfamily [2020-11-21T02:51:36.125Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-21T02:51:36.125Z] + OS_FAMILY=redhat [2020-11-21T02:51:36.125Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-11-21T02:51:36.125Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-21T02:51:36.125Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-21T02:51:36.125Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-21T02:51:36.125Z] + PACKAGES=/tmp/packages_start.txt [2020-11-21T02:51:36.125Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-11-21T02:51:36.125Z] + PACKAGES=/tmp/packages_end.txt [2020-11-21T02:51:36.125Z] + case "${OS_FAMILY}" in [2020-11-21T02:51:36.125Z] + rpm -qa [2020-11-21T02:51:36.125Z] + sort [2020-11-21T02:51:40.354Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-21T02:51:40.354Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-21T02:51:40.354Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-21T02:51:40.354Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-11-21T02:51:40.354Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [2020-11-21T02:51:40.354Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo [2020-11-21T02:51:40.370Z] 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-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-21T02:51:40.665Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:51:40.978Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T02:51:40.978Z] [2020-11-21T02:51:40.978Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-21T02:51:41.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T02:51:41.329Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-21T02:51:41.329Z] df20fa9351a1: Pulling fs layer [2020-11-21T02:51:41.329Z] 36b3adc4ff6f: Pulling fs layer [2020-11-21T02:51:41.329Z] 8ad3a11d3b57: Pulling fs layer [2020-11-21T02:51:41.329Z] 46f8f816bc3b: Pulling fs layer [2020-11-21T02:51:41.329Z] 93b61091891f: Pulling fs layer [2020-11-21T02:51:41.329Z] 93b9cdb0e59b: Pulling fs layer [2020-11-21T02:51:41.329Z] 5e14af77c1be: Pulling fs layer [2020-11-21T02:51:41.329Z] 01666e4c0597: Pulling fs layer [2020-11-21T02:51:41.329Z] aa168da1d23b: Pulling fs layer [2020-11-21T02:51:41.329Z] 46f8f816bc3b: Waiting [2020-11-21T02:51:41.329Z] 93b61091891f: Waiting [2020-11-21T02:51:41.329Z] 93b9cdb0e59b: Waiting [2020-11-21T02:51:41.329Z] 5e14af77c1be: Waiting [2020-11-21T02:51:41.329Z] 01666e4c0597: Waiting [2020-11-21T02:51:41.329Z] aa168da1d23b: Waiting [2020-11-21T02:51:41.329Z] 36b3adc4ff6f: Download complete [2020-11-21T02:51:41.329Z] 46f8f816bc3b: Verifying Checksum [2020-11-21T02:51:41.329Z] 46f8f816bc3b: Download complete [2020-11-21T02:51:41.329Z] df20fa9351a1: Download complete [2020-11-21T02:51:41.594Z] 93b9cdb0e59b: Download complete [2020-11-21T02:51:41.594Z] 5e14af77c1be: Download complete [2020-11-21T02:51:41.594Z] 01666e4c0597: Verifying Checksum [2020-11-21T02:51:41.594Z] 01666e4c0597: Download complete [2020-11-21T02:51:41.594Z] 93b61091891f: Download complete [2020-11-21T02:51:41.858Z] df20fa9351a1: Pull complete [2020-11-21T02:51:41.858Z] 36b3adc4ff6f: Pull complete [2020-11-21T02:51:42.120Z] 8ad3a11d3b57: Verifying Checksum [2020-11-21T02:51:42.120Z] 8ad3a11d3b57: Download complete [2020-11-21T02:51:43.085Z] 8ad3a11d3b57: Pull complete [2020-11-21T02:51:43.085Z] 46f8f816bc3b: Pull complete [2020-11-21T02:51:43.669Z] 93b61091891f: Pull complete [2020-11-21T02:51:43.932Z] 93b9cdb0e59b: Pull complete [2020-11-21T02:51:44.195Z] 5e14af77c1be: Pull complete [2020-11-21T02:51:44.195Z] aa168da1d23b: Verifying Checksum [2020-11-21T02:51:44.195Z] aa168da1d23b: Download complete [2020-11-21T02:51:44.195Z] 01666e4c0597: Pull complete [2020-11-21T02:51:52.431Z] aa168da1d23b: Pull complete [2020-11-21T02:51:52.431Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-21T02:51:52.431Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-21T02:51:52.431Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-21T02:51:52.625Z] prd-centos7-docker-4c-2g-13046 does not seem to be running inside a container [2020-11-21T02:51:52.675Z] $ 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-614/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-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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:10003/edgex-lftools-log-publisher:alpine cat [2020-11-21T02:51:56.738Z] $ docker top 8415b12c393f9876fd1501cb414095c552b5dd7d7a042807cbf11ec0bee0484c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-21T02:51:57.296Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-21T02:51:57.599Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-21T02:51:57.904Z] + ls /var/log/sa-host [2020-11-21T02:51:57.904Z] + sadf -c /var/log/sa-host/sa05 [2020-11-21T02:51:57.904Z] file_magic: OK [2020-11-21T02:51:57.904Z] HZ: Using current value: 100 [2020-11-21T02:51:57.904Z] file_header: OK [2020-11-21T02:51:57.904Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-21T02:51:57.904Z] Statistics: [2020-11-21T02:51:57.904Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T02:51:57.904Z] File successfully converted to sysstat format version 12.2.1 [2020-11-21T02:51:57.904Z] + sadf -c /var/log/sa-host/sa21 [2020-11-21T02:51:57.904Z] file_magic: OK [2020-11-21T02:51:57.904Z] HZ: Using current value: 100 [2020-11-21T02:51:57.904Z] file_header: OK [2020-11-21T02:51:57.904Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-11-21T02:51:57.904Z] Statistics: [2020-11-21T02:51:57.904Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-21T02:51:57.904Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-21T02:51:58.126Z] provisioning config files... [2020-11-21T02:51:58.143Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config236301718638282144tmp [Pipeline] { [Pipeline] echo [2020-11-21T02:51:58.221Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:51:58.527Z] ---> create-netrc.sh [Pipeline] } [2020-11-21T02:51:58.538Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-21T02:51:58.632Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:51:58.930Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-21T02:51:58.941Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:51:59.238Z] ---> sudo-logs.sh [2020-11-21T02:51:59.238Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-21T02:51:59.252Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:51:59.546Z] ---> job-cost.sh [2020-11-21T02:51:59.546Z] lf-activate-venv: SKIPPING [2020-11-21T02:51:59.546Z] INFO: No Stack... [2020-11-21T02:52:00.491Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-21T02:52:01.066Z] INFO: Archiving Costs [Pipeline] echo [2020-11-21T02:52:01.081Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-21T02:52:01.384Z] ---> logs-deploy.sh [2020-11-21T02:52:01.384Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/19 [2020-11-21T02:52:01.384Z] INFO: archiving workspace using pattern(s): [2020-11-21T02:52:03.307Z] Archives upload complete. [2020-11-21T02:52:03.307Z] INFO: archiving logs to Nexus