Pull request #756 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f1a938d00a7895110b8271504a5c333744bb0704+76d059c2e27a3d5d488ff0022063f09e99d334bf (afd64be2774ae996e2a4bacbc6ef14ca8ab587a6) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-23526 in /w/workspace/dgexfoundry_device-sdk-go_PR-756 [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-756 # 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 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit f1a938d00a7895110b8271504a5c333744bb0704 Merge succeeded, producing f1a938d00a7895110b8271504a5c333744bb0704 Checking out Revision f1a938d00a7895110b8271504a5c333744bb0704 (PR-756) > 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/756/head:refs/remotes/origin/PR-756 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1a938d00a7895110b8271504a5c333744bb0704 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f1a938d00a7895110b8271504a5c333744bb0704 # timeout=10 Commit message: "build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 408f6c3789b4154c80c1501ca8baeea3f125df39 # timeout=10 [Pipeline] timeout [2021-01-27T23:58:37.716Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T23:58:37.991Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T23:58:38.085Z] ========================================================= [2021-01-27T23:58:38.085Z] EdgeX Global Pipelines Version Info [2021-01-27T23:58:38.085Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T23:58:39.657Z] ------------------- [2021-01-27T23:58:39.657Z] stable info: [2021-01-27T23:58:39.657Z] ------------------- [2021-01-27T23:58:39.657Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T23:58:39.657Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T23:58:39.657Z] Message: update stable to v1.0.179 [2021-01-27T23:58:40.610Z] ------------------- [2021-01-27T23:58:40.610Z] experimental info: [2021-01-27T23:58:40.610Z] ------------------- [2021-01-27T23:58:40.610Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T23:58:40.610Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T23:58:40.610Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T23:58:40.894Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-27T23:58:40.983Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-27T23:58:41.068Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T23:58:41.170Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T23:58:41.284Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T23:58:41.366Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T23:58:41.523Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T23:58:41.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T23:58:41.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-27T23:58:41.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T23:58:41.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T23:58:42.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-27T23:58:42.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T23:58:42.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T23:58:42.366Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T23:58:42.458Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T23:58:42.555Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T23:58:42.685Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T23:58:42.774Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T23:58:42.908Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-27T23:58:42.996Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T23:58:43.094Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T23:58:43.182Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-27T23:58:43.267Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-27T23:58:43.412Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-27T23:58:43.506Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T23:58:43.601Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T23:58:43.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-756 [Pipeline] echo [2021-01-27T23:58:43.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-756 [Pipeline] echo [2021-01-27T23:58:43.873Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-756 [Pipeline] echo [2021-01-27T23:58:43.972Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f1a938d00a7895110b8271504a5c333744bb0704 [Pipeline] echo [2021-01-27T23:58:44.080Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f1a938d [Pipeline] echo [2021-01-27T23:58:44.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T23:58:44.361Z] provisioning config files... [2021-01-27T23:58:44.389Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp/config7659464760421759074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T23:58:44.776Z] ---> docker-login.sh [2021-01-27T23:58:44.777Z] nexus3.edgexfoundry.org:10001 [2021-01-27T23:58:45.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T23:58:45.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T23:58:45.306Z] Configure a credential helper to remove this warning. See [2021-01-27T23:58:45.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T23:58:45.306Z] [2021-01-27T23:58:45.306Z] Login Succeeded [2021-01-27T23:58:45.306Z] nexus3.edgexfoundry.org:10002 [2021-01-27T23:58:45.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T23:58:45.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T23:58:45.573Z] Configure a credential helper to remove this warning. See [2021-01-27T23:58:45.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T23:58:45.573Z] [2021-01-27T23:58:45.573Z] Login Succeeded [2021-01-27T23:58:45.573Z] nexus3.edgexfoundry.org:10003 [2021-01-27T23:58:45.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T23:58:45.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T23:58:45.573Z] Configure a credential helper to remove this warning. See [2021-01-27T23:58:45.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T23:58:45.573Z] [2021-01-27T23:58:45.573Z] Login Succeeded [2021-01-27T23:58:45.573Z] nexus3.edgexfoundry.org:10004 [2021-01-27T23:58:45.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T23:58:45.837Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T23:58:45.837Z] Configure a credential helper to remove this warning. See [2021-01-27T23:58:45.837Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T23:58:45.837Z] [2021-01-27T23:58:45.837Z] Login Succeeded [2021-01-27T23:58:45.837Z] docker.io [2021-01-27T23:58:46.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T23:58:46.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T23:58:46.364Z] Configure a credential helper to remove this warning. See [2021-01-27T23:58:46.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T23:58:46.364Z] [2021-01-27T23:58:46.364Z] Login Succeeded [2021-01-27T23:58:46.364Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T23:58:46.375Z] 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-27T23:58:47.181Z] + git log --format=format:%s -1 f1a938d00a7895110b8271504a5c333744bb0704 [Pipeline] echo [2021-01-27T23:58:47.249Z] GIT_COMMIT: f1a938d00a7895110b8271504a5c333744bb0704, Commit Message: build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0 [Pipeline] echo [2021-01-27T23:58:47.294Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-27T23:58:47.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T23:58:47.935Z] [2021-01-27T23:58:47.935Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T23:58:48.284Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T23:58:48.284Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T23:58:48.284Z] 31603596830f: Pulling fs layer [2021-01-27T23:58:48.284Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T23:58:48.284Z] 6ca5941a6612: Pulling fs layer [2021-01-27T23:58:48.284Z] ecc8261a40a4: Pulling fs layer [2021-01-27T23:58:48.284Z] ecc8261a40a4: Waiting [2021-01-27T23:58:48.284Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T23:58:48.284Z] 2a8b12db71e7: Download complete [2021-01-27T23:58:48.548Z] 31603596830f: Download complete [2021-01-27T23:58:48.548Z] ecc8261a40a4: Verifying Checksum [2021-01-27T23:58:48.548Z] ecc8261a40a4: Download complete [2021-01-27T23:58:48.548Z] 6ca5941a6612: Verifying Checksum [2021-01-27T23:58:48.548Z] 6ca5941a6612: Download complete [2021-01-27T23:58:48.812Z] 31603596830f: Pull complete [2021-01-27T23:58:49.081Z] 2a8b12db71e7: Pull complete [2021-01-27T23:58:50.033Z] 6ca5941a6612: Pull complete [2021-01-27T23:58:50.033Z] ecc8261a40a4: Pull complete [2021-01-27T23:58:50.033Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T23:58:50.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T23:58:50.033Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T23:58:50.145Z] prd-centos7-docker-4c-2g-23526 does not seem to be running inside a container [2021-01-27T23:58:50.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-756 -v /w/workspace/dgexfoundry_device-sdk-go_PR-756:/w/workspace/dgexfoundry_device-sdk-go_PR-756:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-756@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-27T23:58:52.299Z] $ docker top ec2b5bddf7ec0cd177ba983e9fa9a02eb39603e5865b355b78545f502ed4524c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T23:58:52.567Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T23:58:52.567Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T23:58:52.792Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T23:58:52.796Z] $ docker exec ec2b5bddf7ec0cd177ba983e9fa9a02eb39603e5865b355b78545f502ed4524c ssh-agent [2021-01-27T23:58:52.969Z] SSH_AUTH_SOCK=/tmp/ssh-hg033do5Q0Z3/agent.11 [2021-01-27T23:58:52.969Z] SSH_AGENT_PID=17 [2021-01-27T23:58:52.979Z] Running ssh-add (command line suppressed) [2021-01-27T23:58:53.106Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp/private_key_422263383829836236.key (/w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp/private_key_422263383829836236.key) [2021-01-27T23:58:53.159Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T23:58:53.493Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T23:58:53.514Z] $ docker exec --env ******** --env ******** ec2b5bddf7ec0cd177ba983e9fa9a02eb39603e5865b355b78545f502ed4524c ssh-agent -k [2021-01-27T23:58:53.625Z] unset SSH_AUTH_SOCK; [2021-01-27T23:58:53.626Z] unset SSH_AGENT_PID; [2021-01-27T23:58:53.626Z] echo Agent pid 17 killed; [2021-01-27T23:58:53.673Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T23:58:53.816Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T23:58:53.816Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T23:58:53.984Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T23:58:53.989Z] $ docker exec ec2b5bddf7ec0cd177ba983e9fa9a02eb39603e5865b355b78545f502ed4524c ssh-agent [2021-01-27T23:58:54.154Z] SSH_AUTH_SOCK=/tmp/ssh-uO7oy4RvKjdV/agent.46 [2021-01-27T23:58:54.154Z] SSH_AGENT_PID=51 [2021-01-27T23:58:54.164Z] Running ssh-add (command line suppressed) [2021-01-27T23:58:54.297Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp/private_key_9187873902483941823.key (/w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp/private_key_9187873902483941823.key) [2021-01-27T23:58:54.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T23:58:54.699Z] + git semver init [2021-01-27T23:58:54.699Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T23:58:54.699Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-756/.git [2021-01-27T23:58:54.699Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-756 [2021-01-27T23:58:54.699Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T23:58:54.699Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T23:58:54.699Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T23:58:54.699Z] # $SEMVER_BRANCH = PR-756 [2021-01-27T23:58:54.699Z] # $SEMVER_TEMP = /tmp/semver-164446513 [2021-01-27T23:58:54.699Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-27T23:58:55.648Z] # '/tmp/semver-164446513' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-756/.semver' [2021-01-27T23:58:55.648Z] # -> Force: false [2021-01-27T23:58:55.648Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-756/.semver [Pipeline] } [2021-01-27T23:58:55.661Z] $ docker exec --env ******** --env ******** ec2b5bddf7ec0cd177ba983e9fa9a02eb39603e5865b355b78545f502ed4524c ssh-agent -k [2021-01-27T23:58:55.786Z] unset SSH_AUTH_SOCK; [2021-01-27T23:58:55.787Z] unset SSH_AGENT_PID; [2021-01-27T23:58:55.787Z] echo Agent pid 51 killed; [2021-01-27T23:58:55.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T23:58:56.345Z] + git semver [Pipeline] } [2021-01-27T23:58:56.364Z] $ docker stop --time=1 ec2b5bddf7ec0cd177ba983e9fa9a02eb39603e5865b355b78545f502ed4524c [2021-01-27T23:58:57.781Z] $ docker rm -f ec2b5bddf7ec0cd177ba983e9fa9a02eb39603e5865b355b78545f502ed4524c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T23:58:58.247Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T23:58:58.799Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T23:58:58.801Z] [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-27T23:59:14.284Z] Still waiting to schedule task [2021-01-27T23:59:14.284Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-27T23:59:14.287Z] Still waiting to schedule task [2021-01-27T23:59:14.287Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T00:01:15.013Z] Running on prd-centos7-docker-4c-2g-23528 in /w/workspace/dgexfoundry_device-sdk-go_PR-756 [Pipeline] { [Pipeline] ws [2021-01-28T00:01:15.071Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T00:01:17.821Z] using credential edgex-jenkins-ssh [2021-01-28T00:01:17.875Z] Cloning the remote Git repository [2021-01-28T00:01:17.765Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:01:17.895Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-01-28T00:01:18.064Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:01:18.064Z] > git --version # timeout=10 [2021-01-28T00:01:18.073Z] > git --version # 'git version 2.24.3' [2021-01-28T00:01:18.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:01:18.115Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:01:19.476Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit f1a938d00a7895110b8271504a5c333744bb0704 [2021-01-28T00:01:18.993Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:01:19.002Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:01:19.018Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:01:19.037Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:01:19.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:01:19.042Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/756/head:refs/remotes/origin/PR-756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:01:19.482Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:01:19.489Z] > git checkout -f f1a938d00a7895110b8271504a5c333744bb0704 # timeout=10 [2021-01-28T00:01:19.543Z] > git remote # timeout=10 [2021-01-28T00:01:19.550Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:01:19.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:01:19.561Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-28T00:01:19.580Z] Merge succeeded, producing f1a938d00a7895110b8271504a5c333744bb0704 [2021-01-28T00:01:19.580Z] Checking out Revision f1a938d00a7895110b8271504a5c333744bb0704 (PR-756) [2021-01-28T00:01:19.574Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:01:19.585Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:01:19.589Z] > git checkout -f f1a938d00a7895110b8271504a5c333744bb0704 # timeout=10 [2021-01-28T00:01:23.325Z] Commit message: "build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:01:24.594Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:01:24.951Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:01:25.257Z] + sudo service docker restart [2021-01-28T00:01:25.257Z] + true [2021-01-28T00:01:25.257Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:01:26.308Z] provisioning config files... [2021-01-28T00:01:26.343Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1070247119603353684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:01:26.752Z] ---> docker-login.sh [2021-01-28T00:01:26.752Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:01:27.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:01:27.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:01:27.016Z] Configure a credential helper to remove this warning. See [2021-01-28T00:01:27.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:01:27.016Z] [2021-01-28T00:01:27.016Z] Login Succeeded [2021-01-28T00:01:27.016Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:01:27.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:01:27.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:01:27.279Z] Configure a credential helper to remove this warning. See [2021-01-28T00:01:27.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:01:27.279Z] [2021-01-28T00:01:27.279Z] Login Succeeded [2021-01-28T00:01:27.279Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:01:27.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:01:27.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:01:27.541Z] Configure a credential helper to remove this warning. See [2021-01-28T00:01:27.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:01:27.541Z] [2021-01-28T00:01:27.541Z] Login Succeeded [2021-01-28T00:01:27.541Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:01:27.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:01:27.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:01:27.803Z] Configure a credential helper to remove this warning. See [2021-01-28T00:01:27.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:01:27.803Z] [2021-01-28T00:01:27.803Z] Login Succeeded [2021-01-28T00:01:27.803Z] docker.io [2021-01-28T00:01:27.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:01:28.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:01:28.067Z] Configure a credential helper to remove this warning. See [2021-01-28T00:01:28.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:01:28.067Z] [2021-01-28T00:01:28.067Z] Login Succeeded [2021-01-28T00:01:28.067Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:01:28.077Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:01:28.438Z] ========================================================= [2021-01-28T00:01:28.438Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:01:28.438Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:01:28.793Z] + 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-28T00:01:28.793Z] Sending build context to Docker daemon 2.567MB [2021-01-28T00:01:28.793Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:01:28.793Z] Step 2/8 : FROM ${BASE} [2021-01-28T00:01:29.055Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:01:29.055Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:01:29.055Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:01:29.055Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:01:29.055Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:01:29.055Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:01:29.055Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:01:29.055Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:01:29.055Z] bca2f99d35d6: Waiting [2021-01-28T00:01:29.055Z] 93359f2a8cfa: Waiting [2021-01-28T00:01:29.055Z] 7c6f9722023f: Waiting [2021-01-28T00:01:29.055Z] a35cf1a2eb13: Waiting [2021-01-28T00:01:29.055Z] de9db76c5a1d: Verifying Checksum [2021-01-28T00:01:29.055Z] de9db76c5a1d: Download complete [2021-01-28T00:01:29.055Z] 0ef7d3d256c8: Download complete [2021-01-28T00:01:29.055Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:01:29.055Z] 93359f2a8cfa: Download complete [2021-01-28T00:01:29.317Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:01:29.317Z] 7c6f9722023f: Download complete [2021-01-28T00:01:29.317Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:01:29.317Z] 188c0c94c7c5: Download complete [2021-01-28T00:01:29.581Z] 188c0c94c7c5: Pull complete [2021-01-28T00:01:29.843Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:01:29.843Z] de9db76c5a1d: Pull complete [2021-01-28T00:01:31.253Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:01:31.253Z] a35cf1a2eb13: Download complete [2021-01-28T00:01:31.834Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:01:31.834Z] bca2f99d35d6: Download complete [2021-01-28T00:01:37.332Z] bca2f99d35d6: Pull complete [2021-01-28T00:01:37.332Z] 93359f2a8cfa: Pull complete [2021-01-28T00:01:37.603Z] 7c6f9722023f: Pull complete [2021-01-28T00:01:44.236Z] a35cf1a2eb13: Pull complete [2021-01-28T00:01:44.236Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:01:44.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:01:44.236Z] ---> a62c8e92a672 [2021-01-28T00:01:44.236Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:01:44.236Z] ---> Running in fe9e8a8eef20 [2021-01-28T00:01:44.236Z] Removing intermediate container fe9e8a8eef20 [2021-01-28T00:01:44.236Z] ---> aaf84f7f97c4 [2021-01-28T00:01:44.236Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:01:44.236Z] ---> Running in e7a29d95245f [2021-01-28T00:01:44.820Z] Removing intermediate container e7a29d95245f [2021-01-28T00:01:44.820Z] ---> 3c00557d6f6f [2021-01-28T00:01:44.820Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-28T00:01:45.093Z] ---> Running in adffb9b06d15 [2021-01-28T00:01:46.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:01:47.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:01:47.326Z] OK: 166 MiB in 39 packages [2021-01-28T00:01:47.902Z] Removing intermediate container adffb9b06d15 [2021-01-28T00:01:47.902Z] ---> 271636400894 [2021-01-28T00:01:47.902Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-28T00:01:47.902Z] ---> Running in 92060c4b8f5b [2021-01-28T00:01:48.165Z] Removing intermediate container 92060c4b8f5b [2021-01-28T00:01:48.165Z] ---> 2c0213b81a9e [2021-01-28T00:01:48.165Z] Step 7/8 : COPY . . [2021-01-28T00:01:49.559Z] ---> 16598c596c5a [2021-01-28T00:01:49.559Z] Step 8/8 : RUN go mod download [2021-01-28T00:01:49.559Z] ---> Running in d2303d3974c5 [2021-01-28T00:02:07.742Z] Removing intermediate container d2303d3974c5 [2021-01-28T00:02:07.742Z] ---> 1c708d3b4f85 [2021-01-28T00:02:07.742Z] Successfully built 1c708d3b4f85 [2021-01-28T00:02:07.742Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:02:08.059Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:02:08.059Z] . [Pipeline] withDockerContainer [2021-01-28T00:02:08.317Z] prd-centos7-docker-4c-2g-23528 does not seem to be running inside a container [2021-01-28T00:02:08.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:02:09.166Z] $ docker top 44e77f5ce9bb6db3b4d114552cee5c5d505d8bb1f7ede11a73d360da3fc8183d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:02:09.677Z] + go version [2021-01-28T00:02:09.678Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:02:09.694Z] $ docker stop --time=1 44e77f5ce9bb6db3b4d114552cee5c5d505d8bb1f7ede11a73d360da3fc8183d [2021-01-28T00:02:11.048Z] $ docker rm -f 44e77f5ce9bb6db3b4d114552cee5c5d505d8bb1f7ede11a73d360da3fc8183d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:02:12.037Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:02:12.037Z] . [Pipeline] withDockerContainer [2021-01-28T00:02:12.154Z] prd-centos7-docker-4c-2g-23528 does not seem to be running inside a container [2021-01-28T00:02:12.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T00:02:12.836Z] $ docker top 32bca6b46a5c7291179454e10f5df906f003e575ba9d2940cf5aa4c7c41516cb -eo pid,comm [2021-01-28T00:02:12.875Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23529 in /w/workspace/dgexfoundry_device-sdk-go_PR-756 [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-01-28T00:02:13.121Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-01-28T00:02:13.378Z] + make test [2021-01-28T00:02:13.378Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:02:19.053Z] using credential edgex-jenkins-ssh [2021-01-28T00:02:19.125Z] Cloning the remote Git repository [2021-01-28T00:02:19.186Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:02:19.299Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-01-28T00:02:19.393Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:02:19.394Z] > git --version # timeout=10 [2021-01-28T00:02:19.414Z] > git --version # 'git version 2.17.1' [2021-01-28T00:02:19.416Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:02:19.463Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:02:20.791Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:02:20.812Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:02:20.848Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-28T00:02:20.895Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-28T00:02:20.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:02:20.908Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/756/head:refs/remotes/origin/PR-756 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:02:21.407Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit f1a938d00a7895110b8271504a5c333744bb0704 [2021-01-28T00:02:21.647Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-28T00:02:21.848Z] Merge succeeded, producing f1a938d00a7895110b8271504a5c333744bb0704 [2021-01-28T00:02:21.848Z] Checking out Revision f1a938d00a7895110b8271504a5c333744bb0704 (PR-756) [2021-01-28T00:02:21.433Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:02:21.454Z] > git checkout -f f1a938d00a7895110b8271504a5c333744bb0704 # timeout=10 [2021-01-28T00:02:21.569Z] > git remote # timeout=10 [2021-01-28T00:02:21.653Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:02:21.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:02:21.723Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-28T00:02:21.785Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:02:21.859Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:02:21.904Z] > git checkout -f f1a938d00a7895110b8271504a5c333744bb0704 # timeout=10 [2021-01-28T00:02:26.334Z] Commit message: "build(deps): bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:02:27.802Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:02:29.538Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:02:29.894Z] + + sudotrue service [2021-01-28T00:02:29.894Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:02:32.654Z] provisioning config files... [2021-01-28T00:02:32.701Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4695983635055759706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:02:33.131Z] ---> docker-login.sh [2021-01-28T00:02:33.131Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:02:34.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:02:34.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:02:34.396Z] Configure a credential helper to remove this warning. See [2021-01-28T00:02:34.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:02:34.396Z] [2021-01-28T00:02:34.396Z] Login Succeeded [2021-01-28T00:02:34.396Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:02:34.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:02:34.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:02:34.998Z] Configure a credential helper to remove this warning. See [2021-01-28T00:02:34.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:02:34.998Z] [2021-01-28T00:02:34.998Z] Login Succeeded [2021-01-28T00:02:34.998Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:02:35.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:02:35.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:02:35.603Z] Configure a credential helper to remove this warning. See [2021-01-28T00:02:35.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:02:35.603Z] [2021-01-28T00:02:35.603Z] Login Succeeded [2021-01-28T00:02:35.603Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:02:36.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:02:36.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:02:36.207Z] Configure a credential helper to remove this warning. See [2021-01-28T00:02:36.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:02:36.207Z] [2021-01-28T00:02:36.207Z] Login Succeeded [2021-01-28T00:02:36.207Z] docker.io [2021-01-28T00:02:36.808Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:02:37.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:02:37.085Z] Configure a credential helper to remove this warning. See [2021-01-28T00:02:37.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:02:37.085Z] [2021-01-28T00:02:37.085Z] Login Succeeded [2021-01-28T00:02:37.085Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:02:37.103Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-28T00:02:37.537Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-28T00:02:37.537Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-28T00:02:37.537Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-28T00:02:37.537Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.070s coverage: 19.4% of statements [Pipeline] echo [2021-01-28T00:02:37.592Z] ========================================================= [2021-01-28T00:02:37.592Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:02:37.592Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:02:38.020Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T00:02:38.645Z] Sending build context to Docker daemon 2.573MB [2021-01-28T00:02:38.645Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:02:38.645Z] Step 2/8 : FROM ${BASE} [2021-01-28T00:02:38.645Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:02:38.645Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:02:38.645Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:02:38.645Z] 18c013af1878: Pulling fs layer [2021-01-28T00:02:38.645Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:02:38.645Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:02:38.645Z] b116817d02f9: Pulling fs layer [2021-01-28T00:02:38.645Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:02:38.645Z] 00ac8860ef70: Waiting [2021-01-28T00:02:38.645Z] 63d7cb157983: Waiting [2021-01-28T00:02:38.645Z] b116817d02f9: Waiting [2021-01-28T00:02:38.645Z] 745a02a5169b: Waiting [2021-01-28T00:02:38.645Z] 18c013af1878: Verifying Checksum [2021-01-28T00:02:38.645Z] 18c013af1878: Download complete [2021-01-28T00:02:38.645Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:02:38.645Z] a4357932f1b6: Download complete [2021-01-28T00:02:38.645Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:02:38.645Z] 63d7cb157983: Download complete [2021-01-28T00:02:38.645Z] b116817d02f9: Verifying Checksum [2021-01-28T00:02:38.645Z] b116817d02f9: Download complete [2021-01-28T00:02:38.933Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:02:38.933Z] 5f621e34cdf4: Download complete [2021-01-28T00:02:38.963Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.443s coverage: 97.1% of statements [2021-01-28T00:02:39.552Z] 5f621e34cdf4: Pull complete [2021-01-28T00:02:40.168Z] a4357932f1b6: Pull complete [2021-01-28T00:02:40.773Z] 18c013af1878: Pull complete [2021-01-28T00:02:41.762Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:02:41.762Z] 745a02a5169b: Download complete [2021-01-28T00:02:42.751Z] 00ac8860ef70: Download complete [2021-01-28T00:02:52.933Z] 00ac8860ef70: Pull complete [2021-01-28T00:02:53.217Z] 63d7cb157983: Pull complete [2021-01-28T00:02:53.817Z] b116817d02f9: Pull complete [2021-01-28T00:02:58.164Z] 745a02a5169b: Pull complete [2021-01-28T00:02:58.164Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:02:58.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:02:58.164Z] ---> b7e6874047d6 [2021-01-28T00:02:58.164Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:03:00.780Z] ---> Running in c5f31f6161d4 [2021-01-28T00:03:01.059Z] Removing intermediate container c5f31f6161d4 [2021-01-28T00:03:01.059Z] ---> 2f4b0262be37 [2021-01-28T00:03:01.059Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:03:01.059Z] ---> Running in 77847cdfeac6 [2021-01-28T00:03:03.716Z] Removing intermediate container 77847cdfeac6 [2021-01-28T00:03:03.716Z] ---> c432f530b797 [2021-01-28T00:03:03.716Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-28T00:03:03.716Z] ---> Running in e5abea8db8e4 [2021-01-28T00:03:04.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:03:05.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:03:06.301Z] OK: 142 MiB in 39 packages [2021-01-28T00:03:07.283Z] Removing intermediate container e5abea8db8e4 [2021-01-28T00:03:07.283Z] ---> 9b204665ce8c [2021-01-28T00:03:07.283Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-28T00:03:07.562Z] ---> Running in f5195dd9e756 [2021-01-28T00:03:08.159Z] Removing intermediate container f5195dd9e756 [2021-01-28T00:03:08.159Z] ---> 253962caf907 [2021-01-28T00:03:08.159Z] Step 7/8 : COPY . . [2021-01-28T00:03:09.595Z] ---> dde62ee53929 [2021-01-28T00:03:09.595Z] Step 8/8 : RUN go mod download [2021-01-28T00:03:09.595Z] ---> Running in f7e2923ed1e6 [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.064s coverage: 9.4% of statements [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.059s coverage: 21.7% of statements [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.219s coverage: 43.2% of statements [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.326s coverage: 68.9% of statements [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.079s coverage: 53.8% of statements [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.080s coverage: 26.8% of statements [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.503s coverage: 83.5% of statements [2021-01-28T00:03:11.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.075s coverage: 4.2% of statements [2021-01-28T00:03:11.159Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-28T00:03:11.159Z] GO111MODULE=on go vet ./... [2021-01-28T00:03:19.391Z] gofmt -l . [2021-01-28T00:03:19.391Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:03:19.391Z] ./bin/test-attribution-txt.sh [2021-01-28T00:03:19.653Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-28T00:03:19.933Z] $ docker stop --time=1 32bca6b46a5c7291179454e10f5df906f003e575ba9d2940cf5aa4c7c41516cb [2021-01-28T00:03:21.948Z] $ docker rm -f 32bca6b46a5c7291179454e10f5df906f003e575ba9d2940cf5aa4c7c41516cb [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:03:22.650Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T00:03:23.035Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-28T00:03:24.397Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T00:03:24.698Z] + ls -al . [2021-01-28T00:03:24.698Z] total 216 [2021-01-28T00:03:24.698Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 28 00:03 . [2021-01-28T00:03:24.698Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 28 00:01 .. [2021-01-28T00:03:24.698Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 00:01 bin [2021-01-28T00:03:24.698Z] -rw-r--r--. 1 jenkins jenkins 136842 Jan 28 00:03 coverage.out [2021-01-28T00:03:24.698Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 28 00:01 Dockerfile.build [2021-01-28T00:03:24.698Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 00:01 .dockerignore [2021-01-28T00:03:24.699Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 28 00:01 example [2021-01-28T00:03:24.699Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 00:01 .git [2021-01-28T00:03:24.699Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 28 00:01 .github [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 28 00:01 .gitignore [2021-01-28T00:03:24.699Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 28 00:03 go.mod [2021-01-28T00:03:24.699Z] -rw-r--r--. 1 jenkins jenkins 14101 Jan 28 00:03 go.sum [2021-01-28T00:03:24.699Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 28 00:01 internal [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 28 00:01 Jenkinsfile [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 00:01 LICENSE [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 28 00:01 Makefile [2021-01-28T00:03:24.699Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 28 00:01 openapi [2021-01-28T00:03:24.699Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 00:01 pkg [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 28 00:01 README.md [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 28 00:01 RELEASE-NOTES.txt [2021-01-28T00:03:24.699Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 00:01 snap [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 27 23:58 VERSION [2021-01-28T00:03:24.699Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 00:01 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:03:25.015Z] + 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=f1a938d00a7895110b8271504a5c333744bb0704 --label arch=amd64 --label version=0.0.0 . [2021-01-28T00:03:25.279Z] Sending build context to Docker daemon 2.705MB [2021-01-28T00:03:25.279Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:03:25.279Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-28T00:03:25.279Z] ---> 1c708d3b4f85 [2021-01-28T00:03:25.279Z] Step 3/24 : ARG MAKE='make build' [2021-01-28T00:03:25.853Z] ---> Running in a74e4305b658 [2021-01-28T00:03:26.116Z] Removing intermediate container a74e4305b658 [2021-01-28T00:03:26.116Z] ---> b3a0df239684 [2021-01-28T00:03:26.116Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-28T00:03:26.116Z] ---> Running in 0104245f6ac3 [2021-01-28T00:03:26.379Z] Removing intermediate container 0104245f6ac3 [2021-01-28T00:03:26.379Z] ---> 0f6d0f4231a3 [2021-01-28T00:03:26.379Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:03:26.379Z] ---> Running in 636c957d6e27 [2021-01-28T00:03:26.379Z] Removing intermediate container 636c957d6e27 [2021-01-28T00:03:26.379Z] ---> d9d5029ce1c7 [2021-01-28T00:03:26.379Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:03:26.649Z] ---> Running in f6743ebd3655 [2021-01-28T00:03:27.602Z] Removing intermediate container f6743ebd3655 [2021-01-28T00:03:27.602Z] ---> 857c5f9d7ea8 [2021-01-28T00:03:27.602Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-28T00:03:27.866Z] ---> Running in 88c259d3882a [2021-01-28T00:03:28.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:03:29.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:03:29.337Z] OK: 166 MiB in 39 packages [2021-01-28T00:03:29.599Z] Removing intermediate container 88c259d3882a [2021-01-28T00:03:29.600Z] ---> a6d61d9b8d26 [2021-01-28T00:03:29.600Z] Step 8/24 : COPY . . [2021-01-28T00:03:30.557Z] ---> d836ac41a4c4 [2021-01-28T00:03:30.557Z] Step 9/24 : RUN ${MAKE} [2021-01-28T00:03:30.820Z] ---> Running in 8bc5d084fd38 [2021-01-28T00:03:31.099Z] 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-28T00:03:31.781Z] Removing intermediate container f7e2923ed1e6 [2021-01-28T00:03:31.781Z] ---> 1a69474566db [2021-01-28T00:03:31.781Z] Successfully built 1a69474566db [2021-01-28T00:03:31.781Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:03:32.134Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:03:32.134Z] . [Pipeline] withDockerContainer [2021-01-28T00:03:32.429Z] prd-ubuntu18.04-docker-arm64-4c-16g-23529 does not seem to be running inside a container [2021-01-28T00:03:32.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:03:34.190Z] $ docker top c73bd026d7700c94a90bcf9a07e88bb2239fd67ad6e24f8904b1b2580f5f7228 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:03:35.218Z] + go version [2021-01-28T00:03:35.218Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:03:35.241Z] $ docker stop --time=1 c73bd026d7700c94a90bcf9a07e88bb2239fd67ad6e24f8904b1b2580f5f7228 [2021-01-28T00:03:37.168Z] $ docker rm -f c73bd026d7700c94a90bcf9a07e88bb2239fd67ad6e24f8904b1b2580f5f7228 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:03:38.226Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:03:38.227Z] . [Pipeline] withDockerContainer [2021-01-28T00:03:38.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-23529 does not seem to be running inside a container [2021-01-28T00:03:38.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T00:03:39.390Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-28T00:03:40.261Z] $ docker top 033450fb57e5e533f0740566289a78d9715a46baef5d1297fa60e23c5c78b897 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:03:41.334Z] + make test [2021-01-28T00:03:41.334Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:03:41.952Z] Removing intermediate container 8bc5d084fd38 [2021-01-28T00:03:41.952Z] ---> bb9b478097ca [2021-01-28T00:03:41.952Z] Step 10/24 : FROM scratch [2021-01-28T00:03:41.952Z] ---> [2021-01-28T00:03:41.952Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:03:41.952Z] ---> Running in 2af283281b71 [2021-01-28T00:03:41.953Z] Removing intermediate container 2af283281b71 [2021-01-28T00:03:41.953Z] ---> 7c5a41828c96 [2021-01-28T00:03:41.953Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-28T00:03:41.953Z] ---> Running in 9193cdc96995 [2021-01-28T00:03:41.953Z] Removing intermediate container 9193cdc96995 [2021-01-28T00:03:41.953Z] ---> cdb40e546bba [2021-01-28T00:03:41.953Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T00:03:41.953Z] ---> Running in 3d19fad0eb75 [2021-01-28T00:03:42.214Z] Removing intermediate container 3d19fad0eb75 [2021-01-28T00:03:42.214Z] ---> ac7fab62f006 [2021-01-28T00:03:42.214Z] Step 14/24 : WORKDIR / [2021-01-28T00:03:42.214Z] ---> Running in 79add9ba6824 [2021-01-28T00:03:42.476Z] Removing intermediate container 79add9ba6824 [2021-01-28T00:03:42.476Z] ---> f1a706a502f9 [2021-01-28T00:03:42.476Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-28T00:03:43.051Z] ---> 22b6526391b8 [2021-01-28T00:03:43.051Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-28T00:03:43.051Z] ---> 919a242c7f8f [2021-01-28T00:03:43.051Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-28T00:03:43.314Z] ---> 257940bb4c5a [2021-01-28T00:03:43.314Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-28T00:03:43.576Z] ---> eceaee6c420e [2021-01-28T00:03:43.576Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-28T00:03:43.838Z] ---> 148c2e63bae3 [2021-01-28T00:03:43.839Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-28T00:03:43.839Z] ---> Running in 00d074de348a [2021-01-28T00:03:44.105Z] Removing intermediate container 00d074de348a [2021-01-28T00:03:44.105Z] ---> 66dc8b837ccc [2021-01-28T00:03:44.105Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:03:44.105Z] ---> Running in 634b48f03554 [2021-01-28T00:03:44.105Z] Removing intermediate container 634b48f03554 [2021-01-28T00:03:44.105Z] ---> de60a5f96c04 [2021-01-28T00:03:44.105Z] Step 22/24 : LABEL arch=amd64 [2021-01-28T00:03:44.369Z] ---> Running in 5d26542ad521 [2021-01-28T00:03:44.369Z] Removing intermediate container 5d26542ad521 [2021-01-28T00:03:44.369Z] ---> b2392f9c2482 [2021-01-28T00:03:44.369Z] Step 23/24 : LABEL git_sha=f1a938d00a7895110b8271504a5c333744bb0704 [2021-01-28T00:03:44.632Z] ---> Running in 63a4cab76f2c [2021-01-28T00:03:44.632Z] Removing intermediate container 63a4cab76f2c [2021-01-28T00:03:44.632Z] ---> cfb39cbe8c2f [2021-01-28T00:03:44.632Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:03:44.632Z] ---> Running in 7af9d870321a [2021-01-28T00:03:44.895Z] Removing intermediate container 7af9d870321a [2021-01-28T00:03:44.896Z] ---> 5037a4da91a1 [2021-01-28T00:03:44.896Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T00:03:44.896Z] Successfully built 5037a4da91a1 [2021-01-28T00:03:44.896Z] 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-28T00:04:08.175Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-28T00:04:55.272Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-28T00:04:55.272Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-28T00:04:55.272Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-28T00:04:55.272Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.197s coverage: 19.4% of statements [2021-01-28T00:04:57.286Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.194s coverage: 97.1% of statements [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.130s coverage: 9.4% of statements [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.112s coverage: 21.7% of statements [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.581s coverage: 43.2% of statements [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.766s coverage: 68.9% of statements [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.188s coverage: 53.8% of statements [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.170s coverage: 26.8% of statements [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.893s coverage: 83.5% of statements [2021-01-28T00:05:29.677Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.144s coverage: 4.2% of statements [2021-01-28T00:05:29.677Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-28T00:05:29.677Z] GO111MODULE=on go vet ./... [2021-01-28T00:06:02.048Z] gofmt -l . [2021-01-28T00:06:02.048Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:06:02.048Z] ./bin/test-attribution-txt.sh [2021-01-28T00:06:02.048Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-28T00:06:02.066Z] $ docker stop --time=1 033450fb57e5e533f0740566289a78d9715a46baef5d1297fa60e23c5c78b897 [2021-01-28T00:06:04.476Z] $ docker rm -f 033450fb57e5e533f0740566289a78d9715a46baef5d1297fa60e23c5c78b897 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:06:05.623Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-28T00:06:05.688Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T00:06:06.612Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:06:07.351Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-28T00:06:07.758Z] + ls -al . [2021-01-28T00:06:07.758Z] total 252 [2021-01-28T00:06:07.758Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 00:06 . [2021-01-28T00:06:07.758Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:02 .. [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 00:02 .dockerignore [2021-01-28T00:06:07.758Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 00:02 .git [2021-01-28T00:06:07.758Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:02 .github [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 28 00:02 .gitignore [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 28 00:02 Dockerfile.build [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 28 00:02 Jenkinsfile [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 00:02 LICENSE [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 28 00:02 Makefile [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 28 00:02 README.md [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 28 00:02 RELEASE-NOTES.txt [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 27 23:58 VERSION [2021-01-28T00:06:07.758Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 00:02 bin [2021-01-28T00:06:07.758Z] -rw-r--r-- 1 jenkins jenkins 136842 Jan 28 00:05 coverage.out [2021-01-28T00:06:07.758Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:02 example [2021-01-28T00:06:07.758Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 28 00:06 go.mod [2021-01-28T00:06:07.758Z] -rw-r--r-- 1 jenkins jenkins 14101 Jan 28 00:06 go.sum [2021-01-28T00:06:07.758Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 00:02 internal [2021-01-28T00:06:07.758Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:02 openapi [2021-01-28T00:06:07.758Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 00:02 pkg [2021-01-28T00:06:07.758Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 00:02 snap [2021-01-28T00:06:07.758Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 00:02 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:06:08.268Z] + 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=f1a938d00a7895110b8271504a5c333744bb0704 --label arch=arm64 --label version=0.0.0 . [2021-01-28T00:06:08.901Z] Sending build context to Docker daemon 2.711MB [2021-01-28T00:06:08.901Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:06:08.901Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-28T00:06:08.901Z] ---> 1a69474566db [2021-01-28T00:06:08.901Z] Step 3/24 : ARG MAKE='make build' [2021-01-28T00:06:09.183Z] ---> Running in aafde5c2f96a [2021-01-28T00:06:09.782Z] Removing intermediate container aafde5c2f96a [2021-01-28T00:06:09.782Z] ---> dfab2271f701 [2021-01-28T00:06:09.782Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-28T00:06:09.782Z] ---> Running in 61d661ceefa3 [2021-01-28T00:06:10.377Z] Removing intermediate container 61d661ceefa3 [2021-01-28T00:06:10.378Z] ---> 9a5e79fb776b [2021-01-28T00:06:10.378Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:06:10.378Z] ---> Running in 60b6c32af143 [2021-01-28T00:06:10.975Z] Removing intermediate container 60b6c32af143 [2021-01-28T00:06:10.975Z] ---> a9736d173547 [2021-01-28T00:06:10.975Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:06:10.975Z] ---> Running in e4823f9370b8 [2021-01-28T00:06:13.601Z] Removing intermediate container e4823f9370b8 [2021-01-28T00:06:13.601Z] ---> 0d170fd38a37 [2021-01-28T00:06:13.601Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-28T00:06:13.601Z] ---> Running in c5ef9f6da7f4 [2021-01-28T00:06:14.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:06:15.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:06:16.149Z] OK: 142 MiB in 39 packages [2021-01-28T00:06:17.579Z] Removing intermediate container c5ef9f6da7f4 [2021-01-28T00:06:17.579Z] ---> 001bf3b34d9f [2021-01-28T00:06:17.579Z] Step 8/24 : COPY . . [2021-01-28T00:06:18.561Z] ---> 1fb215a5c548 [2021-01-28T00:06:18.561Z] Step 9/24 : RUN ${MAKE} [2021-01-28T00:06:18.836Z] ---> Running in 6a19cda96af4 [2021-01-28T00:06:19.817Z] 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-28T00:06:46.631Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-28T00:06:48.070Z] Removing intermediate container 6a19cda96af4 [2021-01-28T00:06:48.070Z] ---> 8f950958d89e [2021-01-28T00:06:48.070Z] Step 10/24 : FROM scratch [2021-01-28T00:06:48.070Z] ---> [2021-01-28T00:06:48.070Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-28T00:06:48.070Z] ---> Running in 74282459933e [2021-01-28T00:06:48.668Z] Removing intermediate container 74282459933e [2021-01-28T00:06:48.668Z] ---> d7791c6d01b6 [2021-01-28T00:06:48.668Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-28T00:06:48.668Z] ---> Running in 1a3aed85d763 [2021-01-28T00:06:48.941Z] Removing intermediate container 1a3aed85d763 [2021-01-28T00:06:48.941Z] ---> 6e01229914cf [2021-01-28T00:06:48.941Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-28T00:06:49.214Z] ---> Running in 1e31220f39ea [2021-01-28T00:06:49.490Z] Removing intermediate container 1e31220f39ea [2021-01-28T00:06:49.490Z] ---> d97342da0095 [2021-01-28T00:06:49.490Z] Step 14/24 : WORKDIR / [2021-01-28T00:06:49.764Z] ---> Running in 99cf78c028b0 [2021-01-28T00:06:50.034Z] Removing intermediate container 99cf78c028b0 [2021-01-28T00:06:50.034Z] ---> 1c5c5519bf0e [2021-01-28T00:06:50.034Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-28T00:06:51.465Z] ---> 9f0754f462d6 [2021-01-28T00:06:51.465Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-28T00:06:52.065Z] ---> e30ae717dd58 [2021-01-28T00:06:52.065Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-28T00:06:52.662Z] ---> cf95b6ac2ab2 [2021-01-28T00:06:52.662Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-28T00:06:53.260Z] ---> 7a82fefc124d [2021-01-28T00:06:53.260Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-28T00:06:54.242Z] ---> 62eb2ba261f4 [2021-01-28T00:06:54.242Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-28T00:06:54.242Z] ---> Running in d4d42b6ce3c8 [2021-01-28T00:06:54.838Z] Removing intermediate container d4d42b6ce3c8 [2021-01-28T00:06:54.838Z] ---> 00d0a32af008 [2021-01-28T00:06:54.838Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T00:06:54.838Z] ---> Running in 26dfccc65b20 [2021-01-28T00:06:55.435Z] Removing intermediate container 26dfccc65b20 [2021-01-28T00:06:55.435Z] ---> 68c0bfa53153 [2021-01-28T00:06:55.435Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T00:06:55.435Z] ---> Running in 7745ad2be9ff [2021-01-28T00:06:56.052Z] Removing intermediate container 7745ad2be9ff [2021-01-28T00:06:56.052Z] ---> 4aa770f3f0bb [2021-01-28T00:06:56.052Z] Step 23/24 : LABEL git_sha=f1a938d00a7895110b8271504a5c333744bb0704 [2021-01-28T00:06:56.052Z] ---> Running in 6bb8d6040af7 [2021-01-28T00:06:56.645Z] Removing intermediate container 6bb8d6040af7 [2021-01-28T00:06:56.645Z] ---> 982af5545a03 [2021-01-28T00:06:56.645Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T00:06:56.645Z] ---> Running in d9a1f047559c [2021-01-28T00:06:57.238Z] Removing intermediate container d9a1f047559c [2021-01-28T00:06:57.238Z] ---> 56c2203a2053 [2021-01-28T00:06:57.238Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-28T00:06:57.238Z] Successfully built 56c2203a2053 [2021-01-28T00:06:57.238Z] 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-28T00:06:59.049Z] provisioning config files... [2021-01-28T00:06:59.060Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp/config5251869031403075205tmp [Pipeline] { [Pipeline] sh [2021-01-28T00:06:59.446Z] + set +x [2021-01-28T00:06:59.446Z] + curl -s https://codecov.io/bash [2021-01-28T00:06:59.446Z] + bash -s -- [2021-01-28T00:06:59.708Z] [2021-01-28T00:06:59.708Z] _____ _ [2021-01-28T00:06:59.708Z] / ____| | | [2021-01-28T00:06:59.708Z] | | ___ __| | ___ ___ _____ __ [2021-01-28T00:06:59.708Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-28T00:06:59.708Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-28T00:06:59.708Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-28T00:06:59.708Z] Bash-20210115-cec3c92 [2021-01-28T00:06:59.708Z] [2021-01-28T00:06:59.708Z] [2021-01-28T00:06:59.708Z] [0;36m==>[0m git version 2.24.3 found [2021-01-28T00:06:59.708Z] [0;36m==>[0m 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-28T00:06:59.708Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-28T00:06:59.708Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-28T00:06:59.708Z] [0;90m==>[0m Jenkins CI detected. [2021-01-28T00:06:59.708Z] [0;90mproject root:[0m . [2021-01-28T00:06:59.708Z] [0;90m-->[0m token set from env [2021-01-28T00:06:59.708Z] [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m [2021-01-28T00:06:59.708Z] [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m [2021-01-28T00:06:59.708Z] [0;90m==>[0m Python coveragepy not found [2021-01-28T00:06:59.708Z] [0;90m==>[0m Searching for coverage reports in: [2021-01-28T00:06:59.708Z] [0;32m+[0m . [2021-01-28T00:06:59.708Z] [0;90m->[0m Found 1 reports [2021-01-28T00:06:59.708Z] [0;90m==>[0m Detecting git/mercurial file structure [2021-01-28T00:06:59.708Z] [0;90m==>[0m Reading reports [2021-01-28T00:06:59.708Z] [0;32m+[0m ./coverage.out [0;90mbytes=136842[0m [2021-01-28T00:06:59.708Z] [0;90m==>[0m Appending adjustments [2021-01-28T00:06:59.708Z] [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m [2021-01-28T00:07:00.287Z] [0;32m+[0m Found adjustments [2021-01-28T00:07:00.287Z] [0;90m==>[0m Gzipping contents [2021-01-28T00:07:00.287Z] 24K /tmp/codecov.EvQX1e.gz [2021-01-28T00:07:00.287Z] [0;90m==>[0m Uploading reports [2021-01-28T00:07:00.287Z] [0;90murl:[0m https://codecov.io [2021-01-28T00:07:00.287Z] [0;90mquery:[0m branch=PR-756&commit=f1a938d00a7895110b8271504a5c333744bb0704&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-756%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=756&job=&cmd_args= [2021-01-28T00:07:00.287Z] [0;90m->[0m Pinging Codecov [2021-01-28T00:07:00.287Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-756&commit=f1a938d00a7895110b8271504a5c333744bb0704&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-756%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=756&job=&cmd_args= [2021-01-28T00:07:15.239Z] [0;31mupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local reset [2021-01-28T00:07:15.239Z]
[2021-01-28T00:07:15.239Z] [2021-01-28T00:07:15.239Z]Please try again in 30 seconds. [2021-01-28T00:07:15.239Z]
[2021-01-28T00:07:15.239Z] [2021-01-28T00:07:15.239Z] [2021-01-28T00:07:15.239Z] 502[0m [2021-01-28T00:07:15.239Z] [0;90m==>[0m Uploading to Codecov [2021-01-28T00:07:15.239Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T00:07:15.239Z] Dload Upload Total Spent Left Speed [2021-01-28T00:07:15.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 21879 100 332 0 0 1497 0 --:--:-- --:--:-- --:--:-- 1502 [2021-01-28T00:07:15.239Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 5 retries [2021-01-28T00:07:15.239Z] Warning: left. [2021-01-28T00:07:16.635Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 21879 100 332 0 0 4928 0 --:--:-- --:--:-- --:--:-- 5030 [2021-01-28T00:07:16.635Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 4 retries [2021-01-28T00:07:16.635Z] Warning: left. [2021-01-28T00:07:18.560Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21631 100 84 100 21547 577 144k --:--:-- --:--:-- --:--:-- 145k [2021-01-28T00:07:18.560Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 3 retries [2021-01-28T00:07:18.560Z] Warning: left. [2021-01-28T00:07:20.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 21547 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21631 100 84 100 21547 1173 294k --:--:-- --:--:-- --:--:-- 292k [2021-01-28T00:07:20.750Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 2 retries [2021-01-28T00:07:20.750Z] Warning: left. [2021-01-28T00:07:22.676Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 21879 100 332 0 0 5072 0 --:--:-- --:--:-- --:--:-- 5107 [2021-01-28T00:07:22.676Z] Warning: Transient problem: HTTP error Will retry in 2 seconds. 1 retries [2021-01-28T00:07:22.676Z] Warning: left. [2021-01-28T00:07:24.863Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 21879 100 332 0 0 4796 0 --:--:-- --:--:-- --:--:-- 4882 [2021-01-28T00:07:24.863Z] View reports at [0;36m[0m [Pipeline] } [2021-01-28T00:07:24.874Z] 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-28T00:07:27.621Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:07:28.208Z] ---> package-listing.sh [2021-01-28T00:07:28.208Z] ++ facter osfamily [2021-01-28T00:07:28.208Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T00:07:28.208Z] + OS_FAMILY=redhat [2021-01-28T00:07:28.208Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-756 [2021-01-28T00:07:28.208Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T00:07:28.208Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T00:07:28.208Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T00:07:28.208Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T00:07:28.208Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-756 ']' [2021-01-28T00:07:28.208Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T00:07:28.208Z] + case "${OS_FAMILY}" in [2021-01-28T00:07:28.208Z] + rpm -qa [2021-01-28T00:07:28.208Z] + sort [2021-01-28T00:07:33.524Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T00:07:33.524Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T00:07:33.524Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T00:07:33.524Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-756 ']' [2021-01-28T00:07:33.524Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-756/archives/ [2021-01-28T00:07:33.524Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-756/archives/ [Pipeline] echo [2021-01-28T00:07:33.539Z] 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-756/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T00:07:33.831Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:07:34.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:07:34.136Z] [2021-01-28T00:07:34.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:07:34.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:07:34.502Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T00:07:34.502Z] df20fa9351a1: Pulling fs layer [2021-01-28T00:07:34.502Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T00:07:34.502Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T00:07:34.502Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T00:07:34.502Z] 93b61091891f: Pulling fs layer [2021-01-28T00:07:34.502Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T00:07:34.502Z] 5e14af77c1be: Pulling fs layer [2021-01-28T00:07:34.502Z] 01666e4c0597: Pulling fs layer [2021-01-28T00:07:34.502Z] aa168da1d23b: Pulling fs layer [2021-01-28T00:07:34.502Z] aa168da1d23b: Waiting [2021-01-28T00:07:34.502Z] 46f8f816bc3b: Waiting [2021-01-28T00:07:34.502Z] 93b61091891f: Waiting [2021-01-28T00:07:34.502Z] 5e14af77c1be: Waiting [2021-01-28T00:07:34.502Z] 01666e4c0597: Waiting [2021-01-28T00:07:34.502Z] 36b3adc4ff6f: Download complete [2021-01-28T00:07:34.502Z] 46f8f816bc3b: Download complete [2021-01-28T00:07:34.766Z] df20fa9351a1: Verifying Checksum [2021-01-28T00:07:34.766Z] df20fa9351a1: Download complete [2021-01-28T00:07:34.766Z] 93b61091891f: Verifying Checksum [2021-01-28T00:07:34.766Z] 93b61091891f: Download complete [2021-01-28T00:07:34.766Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T00:07:34.766Z] 93b9cdb0e59b: Download complete [2021-01-28T00:07:34.766Z] 01666e4c0597: Verifying Checksum [2021-01-28T00:07:34.766Z] 01666e4c0597: Download complete [2021-01-28T00:07:34.766Z] 5e14af77c1be: Verifying Checksum [2021-01-28T00:07:34.766Z] 5e14af77c1be: Download complete [2021-01-28T00:07:34.766Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T00:07:34.766Z] 8ad3a11d3b57: Download complete [2021-01-28T00:07:35.028Z] df20fa9351a1: Pull complete [2021-01-28T00:07:35.299Z] 36b3adc4ff6f: Pull complete [2021-01-28T00:07:35.878Z] 8ad3a11d3b57: Pull complete [2021-01-28T00:07:36.147Z] 46f8f816bc3b: Pull complete [2021-01-28T00:07:36.413Z] 93b61091891f: Pull complete [2021-01-28T00:07:37.365Z] 93b9cdb0e59b: Pull complete [2021-01-28T00:07:37.657Z] aa168da1d23b: Verifying Checksum [2021-01-28T00:07:37.657Z] aa168da1d23b: Download complete [2021-01-28T00:07:37.657Z] 5e14af77c1be: Pull complete [2021-01-28T00:07:37.921Z] 01666e4c0597: Pull complete [2021-01-28T00:07:44.571Z] aa168da1d23b: Pull complete [2021-01-28T00:07:44.571Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T00:07:44.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T00:07:44.571Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T00:07:44.752Z] prd-centos7-docker-4c-2g-23526 does not seem to be running inside a container [2021-01-28T00:07:44.810Z] $ 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-756/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-756 -v /w/workspace/dgexfoundry_device-sdk-go_PR-756:/w/workspace/dgexfoundry_device-sdk-go_PR-756:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-756@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-28T00:07:48.158Z] $ docker top 8f9fa6868ef563102731ef39f1d57c43c44b7b5c95f6064b53cc16c515b87142 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:07:48.801Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T00:07:49.112Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T00:07:49.414Z] + ls /var/log/sa-host [2021-01-28T00:07:49.414Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T00:07:49.414Z] file_magic: OK [2021-01-28T00:07:49.414Z] HZ: Using current value: 100 [2021-01-28T00:07:49.414Z] file_header: OK [2021-01-28T00:07:49.414Z] 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-28T00:07:49.414Z] Statistics: [2021-01-28T00:07:49.414Z] Hnuu...uuuununununu... [2021-01-28T00:07:49.414Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:07:49.414Z] + sadf -c /var/log/sa-host/sa27 [2021-01-28T00:07:49.414Z] file_magic: OK [2021-01-28T00:07:49.414Z] HZ: Using current value: 100 [2021-01-28T00:07:49.414Z] file_header: OK [2021-01-28T00:07:49.414Z] 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-28T00:07:49.414Z] Statistics: [2021-01-28T00:07:49.414Z] HRHnuu...uuuununununu... [2021-01-28T00:07:49.414Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T00:07:49.414Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T00:07:49.414Z] file_magic: OK [2021-01-28T00:07:49.414Z] HZ: Using current value: 100 [2021-01-28T00:07:49.414Z] file_header: OK [2021-01-28T00:07:49.414Z] 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-28T00:07:49.414Z] Statistics: [2021-01-28T00:07:49.414Z] Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T00:07:49.414Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T00:07:50.066Z] provisioning config files... [2021-01-28T00:07:50.080Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-756@tmp/config6757476096992744962tmp [Pipeline] { [Pipeline] echo [2021-01-28T00:07:50.184Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:07:50.487Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T00:07:50.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T00:07:50.598Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:07:50.912Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T00:07:50.924Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:07:51.223Z] ---> sudo-logs.sh [2021-01-28T00:07:51.223Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T00:07:51.499Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:07:51.813Z] ---> job-cost.sh [2021-01-28T00:07:51.813Z] lf-activate-venv: SKIPPING [2021-01-28T00:07:51.813Z] INFO: No Stack... [2021-01-28T00:07:52.760Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T00:07:53.334Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T00:07:53.349Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:07:53.650Z] ---> logs-deploy.sh [2021-01-28T00:07:53.650Z] lf-activate-venv: SKIPPING [2021-01-28T00:07:53.650Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-756/3 [2021-01-28T00:07:53.650Z] INFO: archiving workspace using pattern(s): [2021-01-28T00:07:55.576Z] Archives upload complete. [2021-01-28T00:07:55.576Z] INFO: archiving logs to Nexus