Pull request #733 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88af9cc1869ea574e79c9fe1bc39821b0f2262d1+d47b03cf12e2f169eefdaad978a8d5668b399891 (b1410428d345ffe82f43a280ac8e79e7f2996273) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21108 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [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-733 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 Merge succeeded, producing 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 Checking out Revision 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 (PR-733) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T03:43:52.116Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T03:43:52.373Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T03:43:52.471Z] ========================================================= [2021-01-19T03:43:52.471Z] EdgeX Global Pipelines Version Info [2021-01-19T03:43:52.472Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 446a2ee3888b4e20bf073e5449bfb97b9719054c # timeout=10 [2021-01-19T03:43:55.051Z] ------------------- [2021-01-19T03:43:55.051Z] stable info: [2021-01-19T03:43:55.051Z] ------------------- [2021-01-19T03:43:55.051Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T03:43:55.051Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T03:43:55.051Z] Message: update stable to v1.0.177 [2021-01-19T03:43:56.105Z] ------------------- [2021-01-19T03:43:56.105Z] experimental info: [2021-01-19T03:43:56.105Z] ------------------- [2021-01-19T03:43:56.105Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T03:43:56.105Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T03:43:56.105Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T03:43:56.576Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-19T03:43:56.664Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-19T03:43:56.751Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T03:43:56.851Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T03:43:56.944Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T03:43:57.034Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T03:43:57.144Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T03:43:57.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T03:43:57.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-19T03:43:57.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T03:43:57.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T03:43:57.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-19T03:43:57.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T03:43:57.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T03:43:57.871Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T03:43:57.994Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:43:58.083Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:43:58.181Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-19T03:43:58.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T03:43:58.360Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-19T03:43:58.447Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T03:43:58.533Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T03:43:58.616Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-19T03:43:58.702Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-19T03:43:58.789Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-19T03:43:58.886Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T03:43:58.971Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T03:43:59.057Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-733 [Pipeline] echo [2021-01-19T03:43:59.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-733 [Pipeline] echo [2021-01-19T03:43:59.225Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-733 [Pipeline] echo [2021-01-19T03:43:59.327Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [Pipeline] echo [2021-01-19T03:43:59.438Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88af9cc [Pipeline] echo [2021-01-19T03:43:59.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T03:43:59.686Z] provisioning config files... [2021-01-19T03:43:59.719Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config7757163861832703326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:44:00.187Z] ---> docker-login.sh [2021-01-19T03:44:00.187Z] nexus3.edgexfoundry.org:10001 [2021-01-19T03:44:00.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:44:01.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:44:01.081Z] Configure a credential helper to remove this warning. See [2021-01-19T03:44:01.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:44:01.081Z] [2021-01-19T03:44:01.081Z] Login Succeeded [2021-01-19T03:44:01.081Z] nexus3.edgexfoundry.org:10002 [2021-01-19T03:44:01.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:44:01.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:44:01.690Z] Configure a credential helper to remove this warning. See [2021-01-19T03:44:01.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:44:01.690Z] [2021-01-19T03:44:01.690Z] Login Succeeded [2021-01-19T03:44:01.690Z] nexus3.edgexfoundry.org:10003 [2021-01-19T03:44:02.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:44:02.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:44:02.000Z] Configure a credential helper to remove this warning. See [2021-01-19T03:44:02.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:44:02.000Z] [2021-01-19T03:44:02.000Z] Login Succeeded [2021-01-19T03:44:02.000Z] nexus3.edgexfoundry.org:10004 [2021-01-19T03:44:02.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:44:02.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:44:02.596Z] Configure a credential helper to remove this warning. See [2021-01-19T03:44:02.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:44:02.596Z] [2021-01-19T03:44:02.596Z] Login Succeeded [2021-01-19T03:44:02.596Z] docker.io [2021-01-19T03:44:02.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:44:03.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:44:03.192Z] Configure a credential helper to remove this warning. See [2021-01-19T03:44:03.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:44:03.192Z] [2021-01-19T03:44:03.192Z] Login Succeeded [2021-01-19T03:44:03.192Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T03:44:03.210Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:44:04.127Z] + git log --format=format:%s -1 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [Pipeline] echo [2021-01-19T03:44:04.259Z] GIT_COMMIT: 88af9cc1869ea574e79c9fe1bc39821b0f2262d1, Commit Message: build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5 [Pipeline] echo [2021-01-19T03:44:04.303Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:44:05.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:44:05.553Z] [2021-01-19T03:44:05.553Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:44:06.096Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:44:06.451Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T03:44:06.451Z] 31603596830f: Pulling fs layer [2021-01-19T03:44:06.451Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T03:44:06.451Z] 6ca5941a6612: Pulling fs layer [2021-01-19T03:44:06.451Z] ecc8261a40a4: Pulling fs layer [2021-01-19T03:44:06.451Z] ecc8261a40a4: Waiting [2021-01-19T03:44:06.451Z] 2a8b12db71e7: Download complete [2021-01-19T03:44:06.741Z] 31603596830f: Verifying Checksum [2021-01-19T03:44:06.741Z] 31603596830f: Download complete [2021-01-19T03:44:07.368Z] ecc8261a40a4: Verifying Checksum [2021-01-19T03:44:07.368Z] ecc8261a40a4: Download complete [2021-01-19T03:44:07.687Z] 31603596830f: Pull complete [2021-01-19T03:44:07.687Z] 6ca5941a6612: Verifying Checksum [2021-01-19T03:44:07.687Z] 6ca5941a6612: Download complete [2021-01-19T03:44:07.980Z] 2a8b12db71e7: Pull complete [2021-01-19T03:44:09.521Z] 6ca5941a6612: Pull complete [2021-01-19T03:44:10.660Z] ecc8261a40a4: Pull complete [2021-01-19T03:44:10.660Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T03:44:10.660Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T03:44:10.660Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T03:44:10.988Z] prd-centos7-docker-4c-2g-21108 does not seem to be running inside a container [2021-01-19T03:44:11.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-733 -v /w/workspace/dgexfoundry_device-sdk-go_PR-733:/w/workspace/dgexfoundry_device-sdk-go_PR-733:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T03:44:13.633Z] $ docker top b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T03:44:14.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:44:14.128Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:44:14.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:44:14.480Z] $ docker exec b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent [2021-01-19T03:44:14.857Z] SSH_AUTH_SOCK=/tmp/ssh-9KicqKxNgO55/agent.11 [2021-01-19T03:44:14.857Z] SSH_AGENT_PID=16 [2021-01-19T03:44:14.880Z] Running ssh-add (command line suppressed) [2021-01-19T03:44:15.186Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_4758381298981005331.key (/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_4758381298981005331.key) [2021-01-19T03:44:15.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:44:16.057Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T03:44:16.080Z] $ docker exec --env ******** --env ******** b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent -k [2021-01-19T03:44:16.229Z] unset SSH_AUTH_SOCK; [2021-01-19T03:44:16.230Z] unset SSH_AGENT_PID; [2021-01-19T03:44:16.230Z] echo Agent pid 16 killed; [2021-01-19T03:44:16.287Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T03:44:16.436Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T03:44:16.436Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T03:44:17.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T03:44:17.333Z] $ docker exec b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent [2021-01-19T03:44:17.681Z] SSH_AUTH_SOCK=/tmp/ssh-OhUG9RMK68rU/agent.45 [2021-01-19T03:44:17.682Z] SSH_AGENT_PID=50 [2021-01-19T03:44:17.691Z] Running ssh-add (command line suppressed) [2021-01-19T03:44:17.961Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_3137427358882617999.key (/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/private_key_3137427358882617999.key) [2021-01-19T03:44:18.111Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T03:44:18.858Z] + git semver init [2021-01-19T03:44:18.859Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T03:44:18.859Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-733/.git [2021-01-19T03:44:18.859Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-733 [2021-01-19T03:44:18.859Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T03:44:18.859Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T03:44:18.859Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T03:44:18.859Z] # $SEMVER_BRANCH = PR-733 [2021-01-19T03:44:18.859Z] # $SEMVER_TEMP = /tmp/semver-733997630 [2021-01-19T03:44:18.859Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-19T03:44:19.879Z] # '/tmp/semver-733997630' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-733/.semver' [2021-01-19T03:44:19.879Z] # -> Force: false [2021-01-19T03:44:19.879Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-733/.semver [Pipeline] } [2021-01-19T03:44:19.921Z] $ docker exec --env ******** --env ******** b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b ssh-agent -k [2021-01-19T03:44:20.118Z] unset SSH_AUTH_SOCK; [2021-01-19T03:44:20.120Z] unset SSH_AGENT_PID; [2021-01-19T03:44:20.120Z] echo Agent pid 50 killed; [2021-01-19T03:44:20.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T03:44:21.076Z] + git semver [Pipeline] } [2021-01-19T03:44:21.107Z] $ docker stop --time=1 b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b [2021-01-19T03:44:22.742Z] $ docker rm -f b23a7f7ef802bbac6ba69dfc1617ad36ae163149e82142f93a36b1694883283b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:44:23.286Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T03:44:24.390Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T03:44:24.392Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-19T03:44:39.882Z] Still waiting to schedule task [2021-01-19T03:44:39.883Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-19T03:44:39.885Z] Still waiting to schedule task [2021-01-19T03:44:39.885Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T03:46:27.121Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21109 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [Pipeline] { [Pipeline] ws [2021-01-19T03:46:27.179Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-01-19T03:46:32.447Z] using credential edgex-jenkins-ssh [2021-01-19T03:46:32.518Z] Cloning the remote Git repository [2021-01-19T03:46:32.606Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T03:46:32.723Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2021-01-19T03:46:32.817Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T03:46:32.818Z] > git --version # timeout=10 [2021-01-19T03:46:32.837Z] > git --version # 'git version 2.17.1' [2021-01-19T03:46:32.839Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:46:32.882Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:46:34.633Z] Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [2021-01-19T03:46:34.036Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T03:46:34.058Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:46:34.090Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T03:46:34.129Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T03:46:34.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:46:34.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:46:34.666Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:46:34.689Z] > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 [2021-01-19T03:46:34.819Z] > git remote # timeout=10 [2021-01-19T03:46:34.839Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T03:46:34.898Z] Merge succeeded, producing 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [2021-01-19T03:46:34.898Z] Checking out Revision 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 (PR-733) [2021-01-19T03:46:34.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:46:34.872Z] > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 [2021-01-19T03:46:34.895Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T03:46:34.958Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:46:34.988Z] > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 [2021-01-19T03:46:39.466Z] Commit message: "build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:46:41.060Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:46:41.448Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:46:41.783Z] + true [2021-01-19T03:46:41.783Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T03:46:44.485Z] provisioning config files... [2021-01-19T03:46:44.530Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config4217863741805301850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:46:44.937Z] ---> docker-login.sh [2021-01-19T03:46:44.937Z] nexus3.edgexfoundry.org:10001 [2021-01-19T03:46:45.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:46:46.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:46:46.209Z] Configure a credential helper to remove this warning. See [2021-01-19T03:46:46.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:46:46.209Z] [2021-01-19T03:46:46.209Z] Login Succeeded [2021-01-19T03:46:46.209Z] nexus3.edgexfoundry.org:10002 [2021-01-19T03:46:46.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:46:46.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:46:46.760Z] Configure a credential helper to remove this warning. See [2021-01-19T03:46:46.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:46:46.760Z] [2021-01-19T03:46:46.760Z] Login Succeeded [2021-01-19T03:46:46.760Z] nexus3.edgexfoundry.org:10003 [2021-01-19T03:46:47.043Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:46:47.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:46:47.321Z] Configure a credential helper to remove this warning. See [2021-01-19T03:46:47.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:46:47.321Z] [2021-01-19T03:46:47.321Z] Login Succeeded [2021-01-19T03:46:47.321Z] nexus3.edgexfoundry.org:10004 [2021-01-19T03:46:47.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:46:47.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:46:47.872Z] Configure a credential helper to remove this warning. See [2021-01-19T03:46:47.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:46:47.872Z] [2021-01-19T03:46:47.872Z] Login Succeeded [2021-01-19T03:46:47.872Z] docker.io [2021-01-19T03:46:48.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:46:48.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:46:48.420Z] Configure a credential helper to remove this warning. See [2021-01-19T03:46:48.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:46:48.420Z] [2021-01-19T03:46:48.420Z] Login Succeeded [2021-01-19T03:46:48.420Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T03:46:48.438Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T03:46:48.859Z] ========================================================= [2021-01-19T03:46:48.859Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T03:46:48.859Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:46:49.212Z] Running on prd-centos7-docker-4c-2g-21110 in /w/workspace/dgexfoundry_device-sdk-go_PR-733 [Pipeline] { [Pipeline] ws [2021-01-19T03:46:49.290Z] Running in /w/workspace/device-sdk-go/5 [2021-01-19T03:46:49.291Z] + 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 . [Pipeline] { [Pipeline] checkout [2021-01-19T03:46:49.920Z] Sending build context to Docker daemon 2.517MB [2021-01-19T03:46:49.921Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T03:46:49.921Z] Step 2/8 : FROM ${BASE} [2021-01-19T03:46:49.921Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T03:46:49.921Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T03:46:49.921Z] a4357932f1b6: Pulling fs layer [2021-01-19T03:46:49.921Z] 18c013af1878: Pulling fs layer [2021-01-19T03:46:49.921Z] 00ac8860ef70: Pulling fs layer [2021-01-19T03:46:49.921Z] 63d7cb157983: Pulling fs layer [2021-01-19T03:46:49.921Z] b116817d02f9: Pulling fs layer [2021-01-19T03:46:49.921Z] 745a02a5169b: Pulling fs layer [2021-01-19T03:46:49.921Z] 63d7cb157983: Waiting [2021-01-19T03:46:49.921Z] b116817d02f9: Waiting [2021-01-19T03:46:49.921Z] 745a02a5169b: Waiting [2021-01-19T03:46:49.921Z] 00ac8860ef70: Waiting [2021-01-19T03:46:49.921Z] 18c013af1878: Verifying Checksum [2021-01-19T03:46:49.921Z] 18c013af1878: Download complete [2021-01-19T03:46:49.921Z] a4357932f1b6: Verifying Checksum [2021-01-19T03:46:49.921Z] a4357932f1b6: Download complete [2021-01-19T03:46:49.921Z] 63d7cb157983: Verifying Checksum [2021-01-19T03:46:49.921Z] 63d7cb157983: Download complete [2021-01-19T03:46:49.921Z] b116817d02f9: Verifying Checksum [2021-01-19T03:46:49.921Z] b116817d02f9: Download complete [2021-01-19T03:46:49.921Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T03:46:49.921Z] 5f621e34cdf4: Download complete [2021-01-19T03:46:50.904Z] 5f621e34cdf4: Pull complete [2021-01-19T03:46:51.184Z] a4357932f1b6: Pull complete [2021-01-19T03:46:51.463Z] 18c013af1878: Pull complete [2021-01-19T03:46:51.633Z] using credential edgex-jenkins-ssh [2021-01-19T03:46:51.689Z] Cloning the remote Git repository [2021-01-19T03:46:51.145Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T03:46:51.223Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2021-01-19T03:46:51.293Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T03:46:51.293Z] > git --version # timeout=10 [2021-01-19T03:46:51.300Z] > git --version # 'git version 2.24.3' [2021-01-19T03:46:51.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:46:51.332Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:46:53.470Z] 745a02a5169b: Verifying Checksum [2021-01-19T03:46:53.470Z] 745a02a5169b: Download complete [2021-01-19T03:46:53.471Z] Merging remotes/origin/master commit d47b03cf12e2f169eefdaad978a8d5668b399891 into PR head commit 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [2021-01-19T03:46:53.571Z] Merge succeeded, producing 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [2021-01-19T03:46:53.572Z] Checking out Revision 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 (PR-733) [2021-01-19T03:46:52.568Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T03:46:52.574Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T03:46:52.589Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-19T03:46:52.605Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-19T03:46:52.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:46:52.609Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T03:46:53.053Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:46:53.061Z] > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 [2021-01-19T03:46:53.121Z] > git remote # timeout=10 [2021-01-19T03:46:53.126Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T03:46:53.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T03:46:53.136Z] > git merge d47b03cf12e2f169eefdaad978a8d5668b399891 # timeout=10 [2021-01-19T03:46:53.146Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T03:46:53.157Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T03:46:53.163Z] > git checkout -f 88af9cc1869ea574e79c9fe1bc39821b0f2262d1 # timeout=10 [2021-01-19T03:46:54.078Z] 00ac8860ef70: Verifying Checksum [2021-01-19T03:46:54.078Z] 00ac8860ef70: Download complete [2021-01-19T03:46:57.001Z] Commit message: "build(deps): bump github.com/google/uuid from 1.1.4 to 1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:46:58.204Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:46:58.534Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T03:46:58.834Z] + sudo service docker restart [2021-01-19T03:46:58.834Z] + true [2021-01-19T03:46:58.834Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T03:47:00.298Z] provisioning config files... [2021-01-19T03:47:00.327Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config4319293122344830562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:47:00.701Z] ---> docker-login.sh [2021-01-19T03:47:00.702Z] nexus3.edgexfoundry.org:10001 [2021-01-19T03:47:00.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:47:00.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:47:00.964Z] Configure a credential helper to remove this warning. See [2021-01-19T03:47:00.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:47:00.964Z] [2021-01-19T03:47:00.964Z] Login Succeeded [2021-01-19T03:47:00.964Z] nexus3.edgexfoundry.org:10002 [2021-01-19T03:47:01.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:47:01.226Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:47:01.226Z] Configure a credential helper to remove this warning. See [2021-01-19T03:47:01.226Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:47:01.226Z] [2021-01-19T03:47:01.226Z] Login Succeeded [2021-01-19T03:47:01.226Z] nexus3.edgexfoundry.org:10003 [2021-01-19T03:47:01.226Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:47:01.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:47:01.490Z] Configure a credential helper to remove this warning. See [2021-01-19T03:47:01.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:47:01.490Z] [2021-01-19T03:47:01.490Z] Login Succeeded [2021-01-19T03:47:01.490Z] nexus3.edgexfoundry.org:10004 [2021-01-19T03:47:01.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:47:01.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:47:01.490Z] Configure a credential helper to remove this warning. See [2021-01-19T03:47:01.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:47:01.490Z] [2021-01-19T03:47:01.490Z] Login Succeeded [2021-01-19T03:47:01.490Z] docker.io [2021-01-19T03:47:01.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T03:47:02.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T03:47:02.017Z] Configure a credential helper to remove this warning. See [2021-01-19T03:47:02.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T03:47:02.017Z] [2021-01-19T03:47:02.017Z] Login Succeeded [2021-01-19T03:47:02.017Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T03:47:02.026Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T03:47:02.409Z] ========================================================= [2021-01-19T03:47:02.409Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T03:47:02.409Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:47:02.751Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T03:47:03.013Z] Sending build context to Docker daemon 2.518MB [2021-01-19T03:47:03.013Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T03:47:03.013Z] Step 2/8 : FROM ${BASE} [2021-01-19T03:47:03.013Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T03:47:03.013Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T03:47:03.013Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T03:47:03.013Z] de9db76c5a1d: Pulling fs layer [2021-01-19T03:47:03.013Z] bca2f99d35d6: Pulling fs layer [2021-01-19T03:47:03.013Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T03:47:03.013Z] 7c6f9722023f: Pulling fs layer [2021-01-19T03:47:03.013Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T03:47:03.013Z] bca2f99d35d6: Waiting [2021-01-19T03:47:03.013Z] 93359f2a8cfa: Waiting [2021-01-19T03:47:03.013Z] 7c6f9722023f: Waiting [2021-01-19T03:47:03.013Z] a35cf1a2eb13: Waiting [2021-01-19T03:47:03.013Z] de9db76c5a1d: Verifying Checksum [2021-01-19T03:47:03.013Z] de9db76c5a1d: Download complete [2021-01-19T03:47:03.013Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T03:47:03.013Z] 0ef7d3d256c8: Download complete [2021-01-19T03:47:03.013Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T03:47:03.013Z] 188c0c94c7c5: Download complete [2021-01-19T03:47:03.013Z] 93359f2a8cfa: Download complete [2021-01-19T03:47:03.013Z] 7c6f9722023f: Verifying Checksum [2021-01-19T03:47:03.013Z] 7c6f9722023f: Download complete [2021-01-19T03:47:03.277Z] 188c0c94c7c5: Pull complete [2021-01-19T03:47:03.540Z] 0ef7d3d256c8: Pull complete [2021-01-19T03:47:03.805Z] de9db76c5a1d: Pull complete [2021-01-19T03:47:04.251Z] 00ac8860ef70: Pull complete [2021-01-19T03:47:04.764Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T03:47:04.764Z] a35cf1a2eb13: Download complete [2021-01-19T03:47:04.845Z] 63d7cb157983: Pull complete [2021-01-19T03:47:05.117Z] b116817d02f9: Pull complete [2021-01-19T03:47:05.346Z] bca2f99d35d6: Verifying Checksum [2021-01-19T03:47:05.346Z] bca2f99d35d6: Download complete [2021-01-19T03:47:08.508Z] 745a02a5169b: Pull complete [2021-01-19T03:47:08.508Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T03:47:08.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T03:47:08.509Z] ---> b7e6874047d6 [2021-01-19T03:47:08.509Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T03:47:10.663Z] bca2f99d35d6: Pull complete [2021-01-19T03:47:10.663Z] 93359f2a8cfa: Pull complete [2021-01-19T03:47:10.663Z] 7c6f9722023f: Pull complete [2021-01-19T03:47:11.897Z] ---> Running in dc685f177462 [2021-01-19T03:47:11.897Z] Removing intermediate container dc685f177462 [2021-01-19T03:47:11.897Z] ---> c4022c0871c0 [2021-01-19T03:47:11.897Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:47:11.897Z] ---> Running in f05e6a029302 [2021-01-19T03:47:14.540Z] Removing intermediate container f05e6a029302 [2021-01-19T03:47:14.540Z] ---> ef0491eaade1 [2021-01-19T03:47:14.540Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T03:47:14.540Z] ---> Running in 3b9199596fb7 [2021-01-19T03:47:15.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:47:16.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:47:17.092Z] OK: 142 MiB in 39 packages [2021-01-19T03:47:17.274Z] a35cf1a2eb13: Pull complete [2021-01-19T03:47:17.274Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T03:47:17.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T03:47:17.274Z] ---> a62c8e92a672 [2021-01-19T03:47:17.274Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T03:47:17.274Z] ---> Running in 01145ee8861e [2021-01-19T03:47:17.538Z] Removing intermediate container 01145ee8861e [2021-01-19T03:47:17.538Z] ---> eaaf61a34f48 [2021-01-19T03:47:17.538Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:47:17.538Z] ---> Running in 217daa1a7676 [2021-01-19T03:47:18.071Z] Removing intermediate container 3b9199596fb7 [2021-01-19T03:47:18.071Z] ---> 0fed0a37f7da [2021-01-19T03:47:18.071Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T03:47:18.071Z] ---> Running in 3d5ee6c103df [2021-01-19T03:47:18.490Z] Removing intermediate container 217daa1a7676 [2021-01-19T03:47:18.490Z] ---> b05fa7c0553f [2021-01-19T03:47:18.490Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-19T03:47:18.490Z] ---> Running in 21cbc664ce37 [2021-01-19T03:47:18.667Z] Removing intermediate container 3d5ee6c103df [2021-01-19T03:47:18.667Z] ---> 280171332de4 [2021-01-19T03:47:18.667Z] Step 7/8 : COPY . . [2021-01-19T03:47:19.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:47:20.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:47:20.100Z] ---> 98c771c71a14 [2021-01-19T03:47:20.100Z] Step 8/8 : RUN go mod download [2021-01-19T03:47:20.100Z] ---> Running in cc1d5b3a89e0 [2021-01-19T03:47:20.585Z] OK: 166 MiB in 39 packages [2021-01-19T03:47:20.848Z] Removing intermediate container 21cbc664ce37 [2021-01-19T03:47:20.848Z] ---> 3bcc9f708744 [2021-01-19T03:47:20.848Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-19T03:47:20.848Z] ---> Running in 5ea20b9a2d7c [2021-01-19T03:47:21.109Z] Removing intermediate container 5ea20b9a2d7c [2021-01-19T03:47:21.109Z] ---> 7a5001d6ace9 [2021-01-19T03:47:21.109Z] Step 7/8 : COPY . . [2021-01-19T03:47:22.501Z] ---> 517254b0710d [2021-01-19T03:47:22.501Z] Step 8/8 : RUN go mod download [2021-01-19T03:47:22.501Z] ---> Running in 72ed02ba5469 [2021-01-19T03:47:40.663Z] Removing intermediate container 72ed02ba5469 [2021-01-19T03:47:40.663Z] ---> fbfac9eaa7e1 [2021-01-19T03:47:40.663Z] Successfully built fbfac9eaa7e1 [2021-01-19T03:47:40.663Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:47:40.977Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:47:40.977Z] . [Pipeline] withDockerContainer [2021-01-19T03:47:41.224Z] prd-centos7-docker-4c-2g-21110 does not seem to be running inside a container [2021-01-19T03:47:41.328Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:47:42.044Z] $ docker top 96c190da6d4f00724d3cee8f5d71ed020abd9e99b879fded3796c6fbd3cfba5e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:47:42.257Z] Removing intermediate container cc1d5b3a89e0 [2021-01-19T03:47:42.257Z] ---> d6f7d1794aa1 [2021-01-19T03:47:42.257Z] Successfully built d6f7d1794aa1 [2021-01-19T03:47:42.257Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:47:42.530Z] + go version [2021-01-19T03:47:42.530Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T03:47:42.547Z] $ docker stop --time=1 96c190da6d4f00724d3cee8f5d71ed020abd9e99b879fded3796c6fbd3cfba5e [2021-01-19T03:47:42.643Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:47:42.643Z] . [2021-01-19T03:47:43.968Z] $ docker rm -f 96c190da6d4f00724d3cee8f5d71ed020abd9e99b879fded3796c6fbd3cfba5e [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2021-01-19T03:47:44.380Z] prd-ubuntu18.04-docker-arm64-4c-16g-21109 does not seem to be running inside a container [2021-01-19T03:47:44.465Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:47:45.970Z] $ docker top 149cbba5969bea582bdc0f9ee8a6deb466cb06a241cecb62cc4ab581edbb0be2 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:47:46.954Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T03:47:46.954Z] . [Pipeline] withDockerContainer [2021-01-19T03:47:47.010Z] + go version [2021-01-19T03:47:47.010Z] go version go1.15.5 linux/arm64 [2021-01-19T03:47:47.053Z] prd-centos7-docker-4c-2g-21110 does not seem to be running inside a container [2021-01-19T03:47:47.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T03:47:47.710Z] $ docker top 06925504905e85bcdf21ccab58b70100c9bde94da496ebcd578427a623193a4c -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-19T03:47:47.933Z] $ docker stop --time=1 149cbba5969bea582bdc0f9ee8a6deb466cb06a241cecb62cc4ab581edbb0be2 [2021-01-19T03:47:49.886Z] $ docker rm -f 149cbba5969bea582bdc0f9ee8a6deb466cb06a241cecb62cc4ab581edbb0be2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-19T03:47:50.469Z] + make test [2021-01-19T03:47:50.469Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:47:50.875Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T03:47:50.875Z] . [Pipeline] withDockerContainer [2021-01-19T03:47:51.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-21109 does not seem to be running inside a container [2021-01-19T03:47:51.215Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T03:47:52.757Z] $ docker top 6a87f5d23e6730804e274ac40dccc19e06ab109d5830b4de74706b9a2f943ce2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:47:53.777Z] + make test [2021-01-19T03:47:53.777Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T03:47:58.667Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T03:48:13.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T03:48:13.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T03:48:13.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T03:48:13.724Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.101s coverage: 19.4% of statements [2021-01-19T03:48:14.685Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.448s coverage: 97.1% of statements [2021-01-19T03:48:15.968Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.072s coverage: 9.4% of statements [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.044s coverage: 21.7% of statements [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.220s coverage: 42.9% of statements [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.284s coverage: 68.9% of statements [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.076s coverage: 53.8% of statements [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.070s coverage: 25.6% of statements [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.354s coverage: 68.9% of statements [2021-01-19T03:48:46.833Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements [2021-01-19T03:48:46.833Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T03:48:46.833Z] GO111MODULE=on go vet ./... [2021-01-19T03:48:55.019Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-19T03:48:55.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-19T03:48:55.020Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-19T03:48:55.061Z] gofmt -l . [2021-01-19T03:48:55.297Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.166s coverage: 19.4% of statements [2021-01-19T03:48:55.326Z] [ "`gofmt -l .`" = "" ] [2021-01-19T03:48:55.326Z] ./bin/test-attribution-txt.sh [2021-01-19T03:48:55.907Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T03:48:56.188Z] $ docker stop --time=1 06925504905e85bcdf21ccab58b70100c9bde94da496ebcd578427a623193a4c [2021-01-19T03:48:58.045Z] $ docker rm -f 06925504905e85bcdf21ccab58b70100c9bde94da496ebcd578427a623193a4c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:48:58.764Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T03:48:59.227Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-19T03:49:02.069Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.244s coverage: 97.1% of statements [2021-01-19T03:49:02.112Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T03:49:02.416Z] + ls -al . [2021-01-19T03:49:02.416Z] total 224 [2021-01-19T03:49:02.416Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 03:48 . [2021-01-19T03:49:02.416Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 03:46 .. [2021-01-19T03:49:02.416Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 03:46 bin [2021-01-19T03:49:02.416Z] -rw-r--r--. 1 jenkins jenkins 144063 Jan 19 03:48 coverage.out [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 03:46 Dockerfile.build [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 03:46 .dockerignore [2021-01-19T03:49:02.416Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 03:46 example [2021-01-19T03:49:02.416Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 03:46 .git [2021-01-19T03:49:02.416Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 03:46 .github [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 03:46 .gitignore [2021-01-19T03:49:02.416Z] -rw-r--r--. 1 jenkins jenkins 491 Jan 19 03:48 go.mod [2021-01-19T03:49:02.416Z] -rw-r--r--. 1 jenkins jenkins 14209 Jan 19 03:48 go.sum [2021-01-19T03:49:02.416Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 03:46 internal [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 03:46 Jenkinsfile [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 03:46 LICENSE [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 03:46 Makefile [2021-01-19T03:49:02.416Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 03:46 openapi [2021-01-19T03:49:02.416Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 03:46 pkg [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 03:46 README.md [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 03:46 RELEASE-NOTES.txt [2021-01-19T03:49:02.416Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 03:46 snap [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 03:44 VERSION [2021-01-19T03:49:02.416Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 03:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:49:02.732Z] + 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=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 --label arch=amd64 --label version=0.0.0 . [2021-01-19T03:49:02.997Z] Sending build context to Docker daemon 2.663MB [2021-01-19T03:49:02.998Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T03:49:02.998Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T03:49:02.998Z] ---> fbfac9eaa7e1 [2021-01-19T03:49:02.998Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T03:49:03.587Z] ---> Running in 4ad39362bced [2021-01-19T03:49:03.587Z] Removing intermediate container 4ad39362bced [2021-01-19T03:49:03.587Z] ---> a8477165a8db [2021-01-19T03:49:03.587Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T03:49:03.850Z] ---> Running in 4111c9fc463e [2021-01-19T03:49:03.850Z] Removing intermediate container 4111c9fc463e [2021-01-19T03:49:03.850Z] ---> 22dcefc41a58 [2021-01-19T03:49:03.850Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T03:49:04.120Z] ---> Running in 7e4314038af3 [2021-01-19T03:49:04.120Z] Removing intermediate container 7e4314038af3 [2021-01-19T03:49:04.120Z] ---> 6ca2d97946dc [2021-01-19T03:49:04.120Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:49:04.120Z] ---> Running in b114ced9ee88 [2021-01-19T03:49:05.067Z] Removing intermediate container b114ced9ee88 [2021-01-19T03:49:05.067Z] ---> 49fdeb3655a0 [2021-01-19T03:49:05.067Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T03:49:05.328Z] ---> Running in b112234d85ed [2021-01-19T03:49:05.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T03:49:06.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T03:49:07.110Z] OK: 166 MiB in 39 packages [2021-01-19T03:49:07.374Z] Removing intermediate container b112234d85ed [2021-01-19T03:49:07.374Z] ---> 07c7d5d94e5e [2021-01-19T03:49:07.374Z] Step 8/24 : COPY . . [2021-01-19T03:49:08.766Z] ---> 5d2f9701a56b [2021-01-19T03:49:08.766Z] Step 9/24 : RUN ${MAKE} [2021-01-19T03:49:08.766Z] ---> Running in 728993182cf1 [2021-01-19T03:49:09.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T03:49:17.333Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T03:49:19.893Z] Removing intermediate container 728993182cf1 [2021-01-19T03:49:19.893Z] ---> e2f85cbbe2f6 [2021-01-19T03:49:19.893Z] Step 10/24 : FROM scratch [2021-01-19T03:49:19.893Z] ---> [2021-01-19T03:49:19.893Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T03:49:19.893Z] ---> Running in 7c6bc9bed267 [2021-01-19T03:49:19.893Z] Removing intermediate container 7c6bc9bed267 [2021-01-19T03:49:19.893Z] ---> e20779247571 [2021-01-19T03:49:19.893Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T03:49:19.893Z] ---> Running in d4fc80ada120 [2021-01-19T03:49:19.893Z] Removing intermediate container d4fc80ada120 [2021-01-19T03:49:19.893Z] ---> d75370dcdc90 [2021-01-19T03:49:19.893Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T03:49:19.893Z] ---> Running in 8c7fdfa3fa10 [2021-01-19T03:49:20.157Z] Removing intermediate container 8c7fdfa3fa10 [2021-01-19T03:49:20.157Z] ---> 40652c28bcf2 [2021-01-19T03:49:20.157Z] Step 14/24 : WORKDIR / [2021-01-19T03:49:20.157Z] ---> Running in 9dc0c1da0d14 [2021-01-19T03:49:20.419Z] Removing intermediate container 9dc0c1da0d14 [2021-01-19T03:49:20.420Z] ---> ac2d1c1a165d [2021-01-19T03:49:20.420Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T03:49:20.994Z] ---> f8db9031e20e [2021-01-19T03:49:20.994Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T03:49:20.994Z] ---> 44e0dd54a221 [2021-01-19T03:49:20.994Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T03:49:21.256Z] ---> 8a09064a2f4f [2021-01-19T03:49:21.256Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T03:49:21.519Z] ---> 3abd17e76895 [2021-01-19T03:49:21.519Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T03:49:21.781Z] ---> 40c71f029143 [2021-01-19T03:49:21.781Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T03:49:21.781Z] ---> Running in 7eecadab4323 [2021-01-19T03:49:22.043Z] Removing intermediate container 7eecadab4323 [2021-01-19T03:49:22.043Z] ---> 6895e14f0361 [2021-01-19T03:49:22.043Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:49:22.043Z] ---> Running in efec40e29275 [2021-01-19T03:49:22.307Z] Removing intermediate container efec40e29275 [2021-01-19T03:49:22.307Z] ---> 202386291f7b [2021-01-19T03:49:22.307Z] Step 22/24 : LABEL arch=amd64 [2021-01-19T03:49:22.307Z] ---> Running in 459402a6a516 [2021-01-19T03:49:22.307Z] Removing intermediate container 459402a6a516 [2021-01-19T03:49:22.307Z] ---> 8afaa82d408a [2021-01-19T03:49:22.307Z] Step 23/24 : LABEL git_sha=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [2021-01-19T03:49:22.569Z] ---> Running in 146b56d8f7d6 [2021-01-19T03:49:22.569Z] Removing intermediate container 146b56d8f7d6 [2021-01-19T03:49:22.569Z] ---> 2b9cb80976ef [2021-01-19T03:49:22.569Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T03:49:22.831Z] ---> Running in 07eec1a7f8c6 [2021-01-19T03:49:22.831Z] Removing intermediate container 07eec1a7f8c6 [2021-01-19T03:49:22.831Z] ---> 77bc76eaeb8e [2021-01-19T03:49:22.831Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T03:49:22.831Z] Successfully built 77bc76eaeb8e [2021-01-19T03:49:22.831Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.163s coverage: 9.4% of statements [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.113s coverage: 21.7% of statements [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.591s coverage: 42.9% of statements [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.727s coverage: 68.9% of statements [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.194s coverage: 53.8% of statements [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.170s coverage: 25.6% of statements [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.003s coverage: 68.9% of statements [2021-01-19T03:49:28.956Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 4.2% of statements [2021-01-19T03:49:28.956Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-19T03:49:28.956Z] GO111MODULE=on go vet ./... [2021-01-19T03:50:01.553Z] gofmt -l . [2021-01-19T03:50:01.553Z] [ "`gofmt -l .`" = "" ] [2021-01-19T03:50:01.553Z] ./bin/test-attribution-txt.sh [2021-01-19T03:50:01.845Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-19T03:50:02.473Z] $ docker stop --time=1 6a87f5d23e6730804e274ac40dccc19e06ab109d5830b4de74706b9a2f943ce2 [2021-01-19T03:50:04.669Z] $ docker rm -f 6a87f5d23e6730804e274ac40dccc19e06ab109d5830b4de74706b9a2f943ce2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T03:50:05.772Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-19T03:50:05.793Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T03:50:06.653Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T03:50:07.410Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-19T03:50:07.745Z] + ls -al . [2021-01-19T03:50:07.745Z] total 260 [2021-01-19T03:50:07.745Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 03:50 . [2021-01-19T03:50:07.745Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 .. [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 03:46 .dockerignore [2021-01-19T03:50:07.745Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 03:46 .git [2021-01-19T03:50:07.745Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 03:46 .github [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 03:46 .gitignore [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 03:46 Dockerfile.build [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 03:46 Jenkinsfile [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 03:46 LICENSE [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 03:46 Makefile [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 03:46 README.md [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 03:46 RELEASE-NOTES.txt [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 03:44 VERSION [2021-01-19T03:50:07.745Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 03:46 bin [2021-01-19T03:50:07.745Z] -rw-r--r-- 1 jenkins jenkins 144063 Jan 19 03:49 coverage.out [2021-01-19T03:50:07.745Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 example [2021-01-19T03:50:07.745Z] -rw-r--r-- 1 jenkins jenkins 491 Jan 19 03:50 go.mod [2021-01-19T03:50:07.745Z] -rw-r--r-- 1 jenkins jenkins 14209 Jan 19 03:50 go.sum [2021-01-19T03:50:07.745Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 03:46 internal [2021-01-19T03:50:07.745Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 openapi [2021-01-19T03:50:07.745Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 03:46 pkg [2021-01-19T03:50:07.745Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 03:46 snap [2021-01-19T03:50:07.745Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 03:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:50:08.090Z] + 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=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 --label arch=arm64 --label version=0.0.0 . [2021-01-19T03:50:08.373Z] Sending build context to Docker daemon 2.662MB [2021-01-19T03:50:08.644Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T03:50:08.644Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-19T03:50:08.644Z] ---> d6f7d1794aa1 [2021-01-19T03:50:08.644Z] Step 3/24 : ARG MAKE='make build' [2021-01-19T03:50:08.925Z] ---> Running in d817c8e061f9 [2021-01-19T03:50:09.520Z] Removing intermediate container d817c8e061f9 [2021-01-19T03:50:09.521Z] ---> 6023fde05df6 [2021-01-19T03:50:09.521Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-19T03:50:09.521Z] ---> Running in 56843aed94be [2021-01-19T03:50:09.798Z] Removing intermediate container 56843aed94be [2021-01-19T03:50:09.798Z] ---> 86dfd784b9cd [2021-01-19T03:50:09.798Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T03:50:10.072Z] ---> Running in 844ddabfd78e [2021-01-19T03:50:10.350Z] Removing intermediate container 844ddabfd78e [2021-01-19T03:50:10.350Z] ---> c914a14f9f80 [2021-01-19T03:50:10.350Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T03:50:10.631Z] ---> Running in dbe2898ecf9a [2021-01-19T03:50:12.618Z] Removing intermediate container dbe2898ecf9a [2021-01-19T03:50:12.618Z] ---> 91ca6410aa47 [2021-01-19T03:50:12.619Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-19T03:50:12.897Z] ---> Running in fe2355a75880 [2021-01-19T03:50:13.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T03:50:14.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T03:50:15.436Z] OK: 142 MiB in 39 packages [2021-01-19T03:50:16.422Z] Removing intermediate container fe2355a75880 [2021-01-19T03:50:16.422Z] ---> 1f7e567cdac6 [2021-01-19T03:50:16.422Z] Step 8/24 : COPY . . [2021-01-19T03:50:18.394Z] ---> 6f64c520403c [2021-01-19T03:50:18.394Z] Step 9/24 : RUN ${MAKE} [2021-01-19T03:50:18.394Z] ---> Running in e8f541e0556e [2021-01-19T03:50:19.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-19T03:50:46.188Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-19T03:50:46.188Z] Removing intermediate container e8f541e0556e [2021-01-19T03:50:46.188Z] ---> d346dc6c42f6 [2021-01-19T03:50:46.188Z] Step 10/24 : FROM scratch [2021-01-19T03:50:46.188Z] ---> [2021-01-19T03:50:46.188Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-19T03:50:46.188Z] ---> Running in 6980e3c325a1 [2021-01-19T03:50:46.463Z] Removing intermediate container 6980e3c325a1 [2021-01-19T03:50:46.463Z] ---> 40125e8caf30 [2021-01-19T03:50:46.463Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-19T03:50:46.733Z] ---> Running in 24b59501001c [2021-01-19T03:50:47.010Z] Removing intermediate container 24b59501001c [2021-01-19T03:50:47.010Z] ---> 30aadf8efd41 [2021-01-19T03:50:47.010Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T03:50:47.284Z] ---> Running in 59527f9611d6 [2021-01-19T03:50:47.556Z] Removing intermediate container 59527f9611d6 [2021-01-19T03:50:47.556Z] ---> b1c15600afc7 [2021-01-19T03:50:47.556Z] Step 14/24 : WORKDIR / [2021-01-19T03:50:47.831Z] ---> Running in 70bfccbb34ef [2021-01-19T03:50:48.103Z] Removing intermediate container 70bfccbb34ef [2021-01-19T03:50:48.103Z] ---> 493f39749121 [2021-01-19T03:50:48.103Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-19T03:50:49.532Z] ---> 0cb507c4b084 [2021-01-19T03:50:49.532Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-19T03:50:50.130Z] ---> 34fd47e4adcd [2021-01-19T03:50:50.130Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-19T03:50:50.723Z] ---> 2f0b39fb8242 [2021-01-19T03:50:50.723Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-19T03:50:51.316Z] ---> d306e38f46a9 [2021-01-19T03:50:51.316Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-19T03:50:51.911Z] ---> 3f2368879d88 [2021-01-19T03:50:51.911Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-19T03:50:52.182Z] ---> Running in 08d566c1e91f [2021-01-19T03:50:52.452Z] Removing intermediate container 08d566c1e91f [2021-01-19T03:50:52.452Z] ---> eb1a6f6ef3b1 [2021-01-19T03:50:52.452Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T03:50:52.724Z] ---> Running in 26e140bc75a4 [2021-01-19T03:50:52.999Z] Removing intermediate container 26e140bc75a4 [2021-01-19T03:50:52.999Z] ---> 20a7fa08e433 [2021-01-19T03:50:52.999Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T03:50:53.277Z] ---> Running in ea374f1620aa [2021-01-19T03:50:53.871Z] Removing intermediate container ea374f1620aa [2021-01-19T03:50:53.871Z] ---> 6aad37a79a38 [2021-01-19T03:50:53.871Z] Step 23/24 : LABEL git_sha=88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [2021-01-19T03:50:53.871Z] ---> Running in 17dbb4fec7c1 [2021-01-19T03:50:54.144Z] Removing intermediate container 17dbb4fec7c1 [2021-01-19T03:50:54.144Z] ---> e5d712ec0e18 [2021-01-19T03:50:54.144Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T03:50:54.421Z] ---> Running in 24a231baf004 [2021-01-19T03:50:54.694Z] Removing intermediate container 24a231baf004 [2021-01-19T03:50:54.694Z] ---> c72cca3735b9 [2021-01-19T03:50:54.694Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-19T03:50:54.965Z] Successfully built c72cca3735b9 [2021-01-19T03:50:54.965Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T03:50:57.344Z] provisioning config files... [2021-01-19T03:50:57.362Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config8284725010558817553tmp [Pipeline] { [Pipeline] sh [2021-01-19T03:50:57.801Z] + set +x [2021-01-19T03:50:57.801Z] + curl -s https://codecov.io/bash [2021-01-19T03:50:57.801Z] + bash -s -- [2021-01-19T03:50:58.096Z] [2021-01-19T03:50:58.096Z] _____ _ [2021-01-19T03:50:58.096Z] / ____| | | [2021-01-19T03:50:58.096Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T03:50:58.096Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T03:50:58.096Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T03:50:58.096Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T03:50:58.096Z] Bash-20210115-cec3c92 [2021-01-19T03:50:58.096Z] [2021-01-19T03:50:58.096Z] [2021-01-19T03:50:58.096Z] ==> git version 2.24.3 found [2021-01-19T03:50:58.096Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T03:50:58.096Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T03:50:58.096Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T03:50:58.096Z] ==> Jenkins CI detected. [2021-01-19T03:50:58.096Z] project root: . [2021-01-19T03:50:58.096Z] --> token set from env [2021-01-19T03:50:58.096Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T03:50:58.096Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T03:50:58.096Z] ==> Python coveragepy not found [2021-01-19T03:50:58.096Z] ==> Searching for coverage reports in: [2021-01-19T03:50:58.096Z] + . [2021-01-19T03:50:58.096Z] -> Found 1 reports [2021-01-19T03:50:58.096Z] ==> Detecting git/mercurial file structure [2021-01-19T03:50:58.376Z] ==> Reading reports [2021-01-19T03:50:58.376Z] + ./coverage.out bytes=144063 [2021-01-19T03:50:58.376Z] ==> Appending adjustments [2021-01-19T03:50:58.376Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T03:50:59.809Z] + Found adjustments [2021-01-19T03:50:59.809Z] ==> Gzipping contents [2021-01-19T03:50:59.809Z] 24K /tmp/codecov.Od5tn7.gz [2021-01-19T03:50:59.809Z] ==> Uploading reports [2021-01-19T03:50:59.809Z] url: https://codecov.io [2021-01-19T03:50:59.809Z] query: branch=PR-733&commit=88af9cc1869ea574e79c9fe1bc39821b0f2262d1&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-733%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=733&job=&cmd_args= [2021-01-19T03:50:59.809Z] -> Pinging Codecov [2021-01-19T03:50:59.809Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-733&commit=88af9cc1869ea574e79c9fe1bc39821b0f2262d1&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-733%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=733&job=&cmd_args= [2021-01-19T03:51:00.125Z] -> Uploading to [2021-01-19T03:51:00.125Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/88af9cc1869ea574e79c9fe1bc39821b0f2262d1/1d8cd023-1769-4ad3-81bd-e562bcb65c0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T035059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=46d96aa5fae03999023c725feac36c92123c7ba5879595acb1680231912c20a0 [2021-01-19T03:51:00.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T03:51:00.125Z] Dload Upload Total Spent Left Speed [2021-01-19T03:51:00.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22321 0 0 100 22321 0 42521 --:--:-- --:--:-- --:--:-- 42597 [2021-01-19T03:51:00.755Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/88af9cc1869ea574e79c9fe1bc39821b0f2262d1 [Pipeline] } [2021-01-19T03:51:00.775Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:51:03.563Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:51:04.184Z] ---> package-listing.sh [2021-01-19T03:51:04.184Z] ++ facter osfamily [2021-01-19T03:51:04.184Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T03:51:04.456Z] + OS_FAMILY=redhat [2021-01-19T03:51:04.457Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-733 [2021-01-19T03:51:04.457Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T03:51:04.457Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T03:51:04.457Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T03:51:04.457Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T03:51:04.457Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-733 ']' [2021-01-19T03:51:04.457Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T03:51:04.457Z] + case "${OS_FAMILY}" in [2021-01-19T03:51:04.457Z] + sort [2021-01-19T03:51:04.457Z] + rpm -qa [2021-01-19T03:51:11.179Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T03:51:11.179Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T03:51:11.179Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T03:51:11.179Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-733 ']' [2021-01-19T03:51:11.179Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-733/archives/ [2021-01-19T03:51:11.179Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-733/archives/ [Pipeline] echo [2021-01-19T03:51:11.215Z] 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-733/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T03:51:11.550Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:51:12.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:51:12.477Z] [2021-01-19T03:51:12.477Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T03:51:12.869Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:51:13.153Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T03:51:13.153Z] df20fa9351a1: Pulling fs layer [2021-01-19T03:51:13.153Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T03:51:13.153Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T03:51:13.153Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T03:51:13.153Z] 93b61091891f: Pulling fs layer [2021-01-19T03:51:13.153Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T03:51:13.153Z] 5e14af77c1be: Pulling fs layer [2021-01-19T03:51:13.153Z] 01666e4c0597: Pulling fs layer [2021-01-19T03:51:13.153Z] aa168da1d23b: Pulling fs layer [2021-01-19T03:51:13.153Z] 93b61091891f: Waiting [2021-01-19T03:51:13.153Z] 93b9cdb0e59b: Waiting [2021-01-19T03:51:13.153Z] 5e14af77c1be: Waiting [2021-01-19T03:51:13.153Z] 01666e4c0597: Waiting [2021-01-19T03:51:13.153Z] 46f8f816bc3b: Waiting [2021-01-19T03:51:13.153Z] aa168da1d23b: Waiting [2021-01-19T03:51:13.153Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T03:51:13.153Z] 36b3adc4ff6f: Download complete [2021-01-19T03:51:13.153Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T03:51:13.153Z] 46f8f816bc3b: Download complete [2021-01-19T03:51:13.470Z] df20fa9351a1: Verifying Checksum [2021-01-19T03:51:13.470Z] df20fa9351a1: Download complete [2021-01-19T03:51:13.470Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T03:51:13.470Z] 93b9cdb0e59b: Download complete [2021-01-19T03:51:13.470Z] 93b61091891f: Verifying Checksum [2021-01-19T03:51:13.470Z] 93b61091891f: Download complete [2021-01-19T03:51:13.470Z] 5e14af77c1be: Verifying Checksum [2021-01-19T03:51:13.470Z] 5e14af77c1be: Download complete [2021-01-19T03:51:13.470Z] 01666e4c0597: Verifying Checksum [2021-01-19T03:51:13.470Z] 01666e4c0597: Download complete [2021-01-19T03:51:14.546Z] df20fa9351a1: Pull complete [2021-01-19T03:51:14.546Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T03:51:14.546Z] 8ad3a11d3b57: Download complete [2021-01-19T03:51:15.158Z] 36b3adc4ff6f: Pull complete [2021-01-19T03:51:17.206Z] 8ad3a11d3b57: Pull complete [2021-01-19T03:51:17.206Z] 46f8f816bc3b: Pull complete [2021-01-19T03:51:18.294Z] 93b61091891f: Pull complete [2021-01-19T03:51:18.294Z] 93b9cdb0e59b: Pull complete [2021-01-19T03:51:18.583Z] 5e14af77c1be: Pull complete [2021-01-19T03:51:20.108Z] 01666e4c0597: Pull complete [2021-01-19T03:51:21.775Z] aa168da1d23b: Verifying Checksum [2021-01-19T03:51:21.775Z] aa168da1d23b: Download complete [2021-01-19T03:51:37.354Z] aa168da1d23b: Pull complete [2021-01-19T03:51:37.354Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T03:51:37.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T03:51:37.354Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T03:51:37.741Z] prd-centos7-docker-4c-2g-21108 does not seem to be running inside a container [2021-01-19T03:51:37.877Z] $ 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-733/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-733 -v /w/workspace/dgexfoundry_device-sdk-go_PR-733:/w/workspace/dgexfoundry_device-sdk-go_PR-733:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T03:51:42.106Z] $ docker top b8ace30b1a8f7e5e05d865b045566df485d919f6ea5a53097365776b60ecc766 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T03:51:42.739Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T03:51:43.124Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T03:51:43.490Z] + ls /var/log/sa-host [2021-01-19T03:51:43.490Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T03:51:43.490Z] file_magic: OK [2021-01-19T03:51:43.490Z] HZ: Using current value: 100 [2021-01-19T03:51:43.490Z] file_header: OK [2021-01-19T03:51:43.490Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T03:51:43.490Z] Statistics: [2021-01-19T03:51:43.490Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T03:51:43.490Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T03:51:43.490Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T03:51:43.490Z] file_magic: OK [2021-01-19T03:51:43.490Z] HZ: Using current value: 100 [2021-01-19T03:51:43.490Z] file_header: OK [2021-01-19T03:51:43.490Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T03:51:43.490Z] Statistics: [2021-01-19T03:51:43.490Z] Hnuu...uuuununununu... [2021-01-19T03:51:43.490Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T03:51:43.730Z] provisioning config files... [2021-01-19T03:51:43.751Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-733@tmp/config3420902178677836598tmp [Pipeline] { [Pipeline] echo [2021-01-19T03:51:43.822Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:51:44.154Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T03:51:44.497Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T03:51:44.595Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:51:45.280Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T03:51:45.295Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:51:45.647Z] ---> sudo-logs.sh [2021-01-19T03:51:45.647Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T03:51:45.978Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:51:46.725Z] ---> job-cost.sh [2021-01-19T03:51:46.725Z] lf-activate-venv: SKIPPING [2021-01-19T03:51:46.725Z] INFO: No Stack... [2021-01-19T03:51:47.679Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T03:51:48.256Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T03:51:48.271Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T03:51:48.576Z] ---> logs-deploy.sh [2021-01-19T03:51:48.576Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-733/5 [2021-01-19T03:51:48.576Z] INFO: archiving workspace using pattern(s): [2021-01-19T03:51:51.155Z] Archives upload complete. [2021-01-19T03:51:51.428Z] INFO: archiving logs to Nexus [2021-01-19T03:51:52.869Z] ---> uname -a: [2021-01-19T03:51:52.869Z] Linux prd-centos7-docker-4c-2g-21108.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T03:51:52.869Z] [2021-01-19T03:51:52.869Z]