Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cd316ea49cf9d9825da6145ca8d2532e8c2e8a42+76d059c2e27a3d5d488ff0022063f09e99d334bf (cb78961765f971f5cc52a1bfe8fdde9954fe5ee1) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23329 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [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-728 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 Merge succeeded, producing 12edb075caf98c30606ec6f896fc87f7cb3d60f9 Checking out Revision 12edb075caf98c30606ec6f896fc87f7cb3d60f9 (PR-728) > git config core.sparsecheckout # timeout=10 > git checkout -f cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # 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 12edb075caf98c30606ec6f896fc87f7cb3d60f9 # timeout=10 Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" > git rev-list --no-walk cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T02:43:22.124Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T02:43:22.347Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T02:43:22.442Z] ========================================================= [2021-01-27T02:43:22.442Z] EdgeX Global Pipelines Version Info [2021-01-27T02:43:22.442Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:43:23.920Z] ------------------- [2021-01-27T02:43:23.920Z] stable info: [2021-01-27T02:43:23.920Z] ------------------- [2021-01-27T02:43:23.920Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:43:23.920Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:43:23.921Z] Message: update stable to v1.0.179 [2021-01-27T02:43:24.868Z] ------------------- [2021-01-27T02:43:24.868Z] experimental info: [2021-01-27T02:43:24.868Z] ------------------- [2021-01-27T02:43:24.868Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T02:43:24.868Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T02:43:24.868Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T02:43:25.107Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-27T02:43:25.191Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-27T02:43:25.281Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T02:43:25.385Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T02:43:25.481Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T02:43:25.571Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T02:43:25.658Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T02:43:25.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T02:43:25.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-27T02:43:25.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T02:43:26.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T02:43:26.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-27T02:43:26.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T02:43:26.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T02:43:26.350Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T02:43:26.442Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:43:26.536Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:43:26.619Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-27T02:43:26.737Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T02:43:26.829Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-27T02:43:26.922Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T02:43:27.012Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T02:43:27.117Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-27T02:43:27.205Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-27T02:43:27.289Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-27T02:43:27.380Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T02:43:27.461Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T02:43:27.544Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-728 [Pipeline] echo [2021-01-27T02:43:27.624Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-728 [Pipeline] echo [2021-01-27T02:43:27.706Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-728 [Pipeline] echo [2021-01-27T02:43:27.790Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12edb075caf98c30606ec6f896fc87f7cb3d60f9 [Pipeline] echo [2021-01-27T02:43:27.873Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12edb07 [Pipeline] echo [2021-01-27T02:43:28.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:43:28.192Z] provisioning config files... [2021-01-27T02:43:28.221Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config8836143671041940702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:43:28.566Z] ---> docker-login.sh [2021-01-27T02:43:28.566Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:43:28.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:29.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:29.096Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:29.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:29.096Z] [2021-01-27T02:43:29.096Z] Login Succeeded [2021-01-27T02:43:29.096Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:43:29.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:29.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:29.096Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:29.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:29.096Z] [2021-01-27T02:43:29.096Z] Login Succeeded [2021-01-27T02:43:29.096Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:43:29.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:29.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:29.358Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:29.358Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:29.358Z] [2021-01-27T02:43:29.358Z] Login Succeeded [2021-01-27T02:43:29.358Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:43:29.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:29.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:29.620Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:29.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:29.620Z] [2021-01-27T02:43:29.620Z] Login Succeeded [2021-01-27T02:43:29.620Z] docker.io [2021-01-27T02:43:29.620Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:43:29.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:43:29.881Z] Configure a credential helper to remove this warning. See [2021-01-27T02:43:29.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:43:29.881Z] [2021-01-27T02:43:29.881Z] Login Succeeded [2021-01-27T02:43:29.881Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:43:29.891Z] 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-27T02:43:30.980Z] + git log --format=format:%s -1 12edb075caf98c30606ec6f896fc87f7cb3d60f9 [Pipeline] echo [2021-01-27T02:43:31.058Z] GIT_COMMIT: 12edb075caf98c30606ec6f896fc87f7cb3d60f9, Commit Message: Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD [Pipeline] echo [2021-01-27T02:43:31.122Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:43:31.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:43:31.827Z] [2021-01-27T02:43:31.827Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:43:32.189Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:43:32.189Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T02:43:32.189Z] 31603596830f: Pulling fs layer [2021-01-27T02:43:32.189Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T02:43:32.189Z] 6ca5941a6612: Pulling fs layer [2021-01-27T02:43:32.189Z] ecc8261a40a4: Pulling fs layer [2021-01-27T02:43:32.189Z] ecc8261a40a4: Waiting [2021-01-27T02:43:32.189Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T02:43:32.189Z] 2a8b12db71e7: Download complete [2021-01-27T02:43:32.189Z] 31603596830f: Verifying Checksum [2021-01-27T02:43:32.189Z] 31603596830f: Download complete [2021-01-27T02:43:32.455Z] ecc8261a40a4: Verifying Checksum [2021-01-27T02:43:32.455Z] ecc8261a40a4: Download complete [2021-01-27T02:43:32.455Z] 6ca5941a6612: Verifying Checksum [2021-01-27T02:43:32.455Z] 6ca5941a6612: Download complete [2021-01-27T02:43:32.724Z] 31603596830f: Pull complete [2021-01-27T02:43:32.724Z] 2a8b12db71e7: Pull complete [2021-01-27T02:43:33.676Z] 6ca5941a6612: Pull complete [2021-01-27T02:43:33.676Z] ecc8261a40a4: Pull complete [2021-01-27T02:43:33.676Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T02:43:33.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T02:43:33.676Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T02:43:33.788Z] prd-centos7-docker-4c-2g-23329 does not seem to be running inside a container [2021-01-27T02:43:33.842Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-728 -v /w/workspace/dgexfoundry_device-sdk-go_PR-728:/w/workspace/dgexfoundry_device-sdk-go_PR-728:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-728@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-27T02:43:36.100Z] $ docker top e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T02:43:36.456Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:43:36.456Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:43:36.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:43:36.693Z] $ docker exec e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent [2021-01-27T02:43:36.868Z] SSH_AUTH_SOCK=/tmp/ssh-9maRepWZvv2O/agent.13 [2021-01-27T02:43:36.868Z] SSH_AGENT_PID=18 [2021-01-27T02:43:36.882Z] Running ssh-add (command line suppressed) [2021-01-27T02:43:37.018Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_3876498751448918305.key (/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_3876498751448918305.key) [2021-01-27T02:43:37.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:43:37.454Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T02:43:37.477Z] $ docker exec --env ******** --env ******** e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent -k [2021-01-27T02:43:37.594Z] unset SSH_AUTH_SOCK; [2021-01-27T02:43:37.595Z] unset SSH_AGENT_PID; [2021-01-27T02:43:37.595Z] echo Agent pid 18 killed; [2021-01-27T02:43:37.641Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T02:43:37.798Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T02:43:37.799Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T02:43:37.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T02:43:37.996Z] $ docker exec e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent [2021-01-27T02:43:38.195Z] SSH_AUTH_SOCK=/tmp/ssh-Dw1Baf8bYB6I/agent.48 [2021-01-27T02:43:38.195Z] SSH_AGENT_PID=53 [2021-01-27T02:43:38.206Z] Running ssh-add (command line suppressed) [2021-01-27T02:43:38.328Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_52283750694946244.key (/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/private_key_52283750694946244.key) [2021-01-27T02:43:38.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T02:43:39.038Z] + git semver init [2021-01-27T02:43:39.038Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T02:43:39.038Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-728/.git [2021-01-27T02:43:39.038Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-728 [2021-01-27T02:43:39.038Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T02:43:39.038Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T02:43:39.038Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T02:43:39.038Z] # $SEMVER_BRANCH = PR-728 [2021-01-27T02:43:39.038Z] # $SEMVER_TEMP = /tmp/semver-018658760 [2021-01-27T02:43:39.038Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-27T02:43:39.986Z] # '/tmp/semver-018658760' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-728/.semver' [2021-01-27T02:43:39.986Z] # -> Force: false [2021-01-27T02:43:39.986Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-728/.semver [Pipeline] } [2021-01-27T02:43:39.999Z] $ docker exec --env ******** --env ******** e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 ssh-agent -k [2021-01-27T02:43:40.105Z] unset SSH_AUTH_SOCK; [2021-01-27T02:43:40.106Z] unset SSH_AGENT_PID; [2021-01-27T02:43:40.106Z] echo Agent pid 53 killed; [2021-01-27T02:43:40.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T02:43:40.701Z] + git semver [Pipeline] } [2021-01-27T02:43:40.719Z] $ docker stop --time=1 e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 [2021-01-27T02:43:42.161Z] $ docker rm -f e6dd30f457eb41fb33bf843792f69dcaccf8c652573d05abe5941d2da0c3bfa5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:43:42.628Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T02:43:43.082Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T02:43:43.084Z] [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-27T02:43:58.591Z] Still waiting to schedule task [2021-01-27T02:43:58.592Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-27T02:43:58.595Z] Still waiting to schedule task [2021-01-27T02:43:58.595Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-27T02:45:10.103Z] Running on prd-centos7-docker-4c-2g-23338 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [Pipeline] { [Pipeline] ws [2021-01-27T02:45:10.168Z] Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout [2021-01-27T02:45:13.514Z] using credential edgex-jenkins-ssh [2021-01-27T02:45:13.565Z] Cloning the remote Git repository [2021-01-27T02:45:13.591Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:45:13.667Z] > git init /w/workspace/device-sdk-go/11 # timeout=10 [2021-01-27T02:45:13.733Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:45:13.733Z] > git --version # timeout=10 [2021-01-27T02:45:13.743Z] > git --version # 'git version 2.24.3' [2021-01-27T02:45:13.744Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:45:13.781Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:45:14.853Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:45:14.865Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:45:14.877Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:45:14.896Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:45:14.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:45:14.903Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T02:45:15.292Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 [2021-01-27T02:45:15.592Z] Merge succeeded, producing 54f82f0b67d193f0e78701279777aca66616828f [2021-01-27T02:45:15.593Z] Checking out Revision 54f82f0b67d193f0e78701279777aca66616828f (PR-728) [2021-01-27T02:45:15.301Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:45:15.308Z] > git checkout -f cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 [2021-01-27T02:45:15.474Z] > git remote # timeout=10 [2021-01-27T02:45:15.504Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:45:15.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:45:15.524Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:45:15.583Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:45:15.594Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:45:15.600Z] > git checkout -f 54f82f0b67d193f0e78701279777aca66616828f # timeout=10 [2021-01-27T02:45:19.383Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:45:19.386Z] > git rev-list --no-walk cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:45:20.682Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:45:21.053Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:45:21.373Z] + sudo service docker restart [2021-01-27T02:45:21.373Z] + true [2021-01-27T02:45:21.373Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T02:45:22.853Z] provisioning config files... [2021-01-27T02:45:22.886Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/11@tmp/config8307779515193114946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:45:23.251Z] ---> docker-login.sh [2021-01-27T02:45:23.251Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:45:23.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:23.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:23.778Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:23.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:23.778Z] [2021-01-27T02:45:23.778Z] Login Succeeded [2021-01-27T02:45:23.778Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:45:23.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:23.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:23.778Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:23.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:23.778Z] [2021-01-27T02:45:23.778Z] Login Succeeded [2021-01-27T02:45:23.778Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:45:24.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:24.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:24.045Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:24.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:24.045Z] [2021-01-27T02:45:24.045Z] Login Succeeded [2021-01-27T02:45:24.045Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:45:24.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:24.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:24.314Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:24.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:24.314Z] [2021-01-27T02:45:24.314Z] Login Succeeded [2021-01-27T02:45:24.314Z] docker.io [2021-01-27T02:45:24.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:45:24.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:45:24.839Z] Configure a credential helper to remove this warning. See [2021-01-27T02:45:24.839Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:45:24.839Z] [2021-01-27T02:45:24.839Z] Login Succeeded [2021-01-27T02:45:24.839Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:45:24.849Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:45:25.347Z] ========================================================= [2021-01-27T02:45:25.347Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T02:45:25.347Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:45:25.774Z] + 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-27T02:45:25.774Z] Sending build context to Docker daemon 2.569MB [2021-01-27T02:45:26.043Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:45:26.043Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:45:26.043Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T02:45:26.043Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T02:45:26.043Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T02:45:26.043Z] de9db76c5a1d: Pulling fs layer [2021-01-27T02:45:26.043Z] bca2f99d35d6: Pulling fs layer [2021-01-27T02:45:26.043Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T02:45:26.043Z] 7c6f9722023f: Pulling fs layer [2021-01-27T02:45:26.043Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T02:45:26.043Z] bca2f99d35d6: Waiting [2021-01-27T02:45:26.043Z] 93359f2a8cfa: Waiting [2021-01-27T02:45:26.043Z] 7c6f9722023f: Waiting [2021-01-27T02:45:26.043Z] a35cf1a2eb13: Waiting [2021-01-27T02:45:26.043Z] de9db76c5a1d: Verifying Checksum [2021-01-27T02:45:26.043Z] de9db76c5a1d: Download complete [2021-01-27T02:45:26.043Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T02:45:26.043Z] 0ef7d3d256c8: Download complete [2021-01-27T02:45:26.043Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T02:45:26.043Z] 93359f2a8cfa: Download complete [2021-01-27T02:45:26.043Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T02:45:26.043Z] 188c0c94c7c5: Download complete [2021-01-27T02:45:26.043Z] 7c6f9722023f: Verifying Checksum [2021-01-27T02:45:26.043Z] 7c6f9722023f: Download complete [2021-01-27T02:45:26.663Z] 188c0c94c7c5: Pull complete [2021-01-27T02:45:26.936Z] 0ef7d3d256c8: Pull complete [2021-01-27T02:45:27.209Z] de9db76c5a1d: Pull complete [2021-01-27T02:45:29.186Z] bca2f99d35d6: Verifying Checksum [2021-01-27T02:45:29.186Z] bca2f99d35d6: Download complete [2021-01-27T02:45:29.186Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T02:45:29.186Z] a35cf1a2eb13: Download complete [2021-01-27T02:45:35.823Z] bca2f99d35d6: Pull complete [2021-01-27T02:45:35.823Z] 93359f2a8cfa: Pull complete [2021-01-27T02:45:35.823Z] 7c6f9722023f: Pull complete [2021-01-27T02:45:44.051Z] a35cf1a2eb13: Pull complete [2021-01-27T02:45:44.051Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T02:45:44.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T02:45:44.051Z] ---> a62c8e92a672 [2021-01-27T02:45:44.051Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:45:44.051Z] ---> Running in 5e30b2509b71 [2021-01-27T02:45:44.051Z] Removing intermediate container 5e30b2509b71 [2021-01-27T02:45:44.051Z] ---> 300cc2094d70 [2021-01-27T02:45:44.051Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:45:44.051Z] ---> Running in 7d5e169fc032 [2021-01-27T02:45:45.020Z] Removing intermediate container 7d5e169fc032 [2021-01-27T02:45:45.020Z] ---> 6ba796ba7e53 [2021-01-27T02:45:45.020Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:45:45.020Z] ---> Running in 7345f805a777 [2021-01-27T02:45:46.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:45:47.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T02:45:48.815Z] OK: 166 MiB in 39 packages [2021-01-27T02:45:49.396Z] Removing intermediate container 7345f805a777 [2021-01-27T02:45:49.396Z] ---> 312e475a5081 [2021-01-27T02:45:49.396Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:45:49.663Z] ---> Running in 328d58c747cf [2021-01-27T02:45:49.663Z] Removing intermediate container 328d58c747cf [2021-01-27T02:45:49.663Z] ---> 8c5ae702f2d6 [2021-01-27T02:45:49.663Z] Step 7/8 : COPY . . [2021-01-27T02:45:51.074Z] ---> 0827c5e53934 [2021-01-27T02:45:51.074Z] Step 8/8 : RUN go mod download [2021-01-27T02:45:51.074Z] ---> Running in 3731fb6f996e [2021-01-27T02:46:09.350Z] Removing intermediate container 3731fb6f996e [2021-01-27T02:46:09.350Z] ---> 8624e249784b [2021-01-27T02:46:09.617Z] Successfully built 8624e249784b [2021-01-27T02:46:09.617Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:46:09.943Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:46:09.943Z] . [Pipeline] withDockerContainer [2021-01-27T02:46:10.077Z] prd-centos7-docker-4c-2g-23338 does not seem to be running inside a container [2021-01-27T02:46:10.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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-27T02:46:11.122Z] $ docker top 95277d561867fedf3032254279e6d127878fb3306bfd16f2acff119d91e46f27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:46:11.638Z] + go version [2021-01-27T02:46:11.638Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T02:46:11.655Z] $ docker stop --time=1 95277d561867fedf3032254279e6d127878fb3306bfd16f2acff119d91e46f27 [2021-01-27T02:46:13.054Z] $ docker rm -f 95277d561867fedf3032254279e6d127878fb3306bfd16f2acff119d91e46f27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:46:13.877Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T02:46:13.878Z] . [Pipeline] withDockerContainer [2021-01-27T02:46:13.994Z] prd-centos7-docker-4c-2g-23338 does not seem to be running inside a container [2021-01-27T02:46:14.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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-27T02:46:14.882Z] $ docker top 67445e4c518211bc9f89d56ce1aee79c1daccb3d313ce2797b7e04522877a9f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:46:15.482Z] + make test [2021-01-27T02:46:15.482Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:46:25.592Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:46:40.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:46:40.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:46:40.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:46:40.991Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.075s coverage: 19.4% of statements [2021-01-27T02:46:45.361Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.510s coverage: 97.1% of statements [2021-01-27T02:47:12.283Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23344 in /w/workspace/dgexfoundry_device-sdk-go_PR-728 [Pipeline] { [Pipeline] ws [2021-01-27T02:47:12.354Z] Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.079s coverage: 9.4% of statements [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.066s coverage: 21.7% of statements [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.238s coverage: 43.2% of statements [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.283s coverage: 68.9% of statements [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.075s coverage: 53.8% of statements [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.076s coverage: 26.8% of statements [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.191s coverage: 83.5% of statements [2021-01-27T02:47:17.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.068s coverage: 4.2% of statements [2021-01-27T02:47:17.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:47:17.604Z] GO111MODULE=on go vet ./... [2021-01-27T02:47:17.748Z] using credential edgex-jenkins-ssh [2021-01-27T02:47:17.823Z] Cloning the remote Git repository [2021-01-27T02:47:17.883Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:47:18.004Z] > git init /w/workspace/device-sdk-go/11 # timeout=10 [2021-01-27T02:47:18.090Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:47:18.091Z] > git --version # timeout=10 [2021-01-27T02:47:18.121Z] > git --version # 'git version 2.17.1' [2021-01-27T02:47:18.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:47:18.199Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:47:19.482Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:47:19.505Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T02:47:19.540Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-27T02:47:19.582Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-27T02:47:19.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:47:19.596Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/728/head:refs/remotes/origin/PR-728 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T02:47:20.154Z] Merging remotes/origin/master commit 76d059c2e27a3d5d488ff0022063f09e99d334bf into PR head commit cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 [2021-01-27T02:47:20.783Z] Merge succeeded, producing 6f4ba66e8a5c35479a33b9f2a67db5942f6bda81 [2021-01-27T02:47:20.783Z] Checking out Revision 6f4ba66e8a5c35479a33b9f2a67db5942f6bda81 (PR-728) [2021-01-27T02:47:20.303Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:47:20.407Z] > git checkout -f cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 [2021-01-27T02:47:20.558Z] > git remote # timeout=10 [2021-01-27T02:47:20.592Z] > git config --get remote.origin.url # timeout=10 [2021-01-27T02:47:20.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T02:47:20.657Z] > git merge 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 [2021-01-27T02:47:20.763Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-27T02:47:20.784Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T02:47:20.794Z] > git checkout -f 6f4ba66e8a5c35479a33b9f2a67db5942f6bda81 # timeout=10 [2021-01-27T02:47:24.319Z] gofmt -l . [2021-01-27T02:47:24.602Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:47:24.602Z] ./bin/test-attribution-txt.sh [2021-01-27T02:47:25.153Z] Commit message: "Merge commit '76d059c2e27a3d5d488ff0022063f09e99d334bf' into HEAD" [2021-01-27T02:47:25.157Z] > git rev-list --no-walk cd316ea49cf9d9825da6145ca8d2532e8c2e8a42 # timeout=10 [2021-01-27T02:47:25.576Z] ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } [2021-01-27T02:47:26.401Z] $ docker stop --time=1 67445e4c518211bc9f89d56ce1aee79c1daccb3d313ce2797b7e04522877a9f0 [2021-01-27T02:47:26.675Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-27T02:47:28.668Z] $ docker rm -f 67445e4c518211bc9f89d56ce1aee79c1daccb3d313ce2797b7e04522877a9f0 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-27T02:47:29.492Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:47:29.582Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T02:47:29.970Z] + + truesudo [2021-01-27T02:47:29.970Z] service docker restart [2021-01-27T02:47:30.198Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-27T02:47:31.770Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2021-01-27T02:47:32.118Z] + ls -al . [2021-01-27T02:47:32.119Z] total 216 [2021-01-27T02:47:32.119Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 27 02:47 . [2021-01-27T02:47:32.119Z] drwxrwxr-x. 4 jenkins jenkins 30 Jan 27 02:45 .. [2021-01-27T02:47:32.119Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 27 02:45 bin [2021-01-27T02:47:32.119Z] -rw-r--r--. 1 jenkins jenkins 136841 Jan 27 02:47 coverage.out [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 27 02:45 Dockerfile.build [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 27 02:45 .dockerignore [2021-01-27T02:47:32.119Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 27 02:45 example [2021-01-27T02:47:32.119Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 27 02:45 .git [2021-01-27T02:47:32.119Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 27 02:45 .github [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 27 02:45 .gitignore [2021-01-27T02:47:32.119Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 27 02:47 go.mod [2021-01-27T02:47:32.119Z] -rw-r--r--. 1 jenkins jenkins 14106 Jan 27 02:47 go.sum [2021-01-27T02:47:32.119Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 27 02:45 internal [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 27 02:45 Jenkinsfile [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 27 02:45 LICENSE [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 27 02:45 Makefile [2021-01-27T02:47:32.119Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 27 02:45 openapi [2021-01-27T02:47:32.119Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 27 02:45 pkg [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 27 02:45 README.md [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 27 02:45 RELEASE-NOTES.txt [2021-01-27T02:47:32.119Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 27 02:45 snap [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 27 02:43 VERSION [2021-01-27T02:47:32.119Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 27 02:45 version.go [Pipeline] wrap [2021-01-27T02:47:32.128Z] provisioning config files... [2021-01-27T02:47:32.174Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/11@tmp/config5495020499402776652tmp [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:47:32.494Z] + 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=12edb075caf98c30606ec6f896fc87f7cb3d60f9 --label arch=amd64 --label version=0.0.0 . [2021-01-27T02:47:32.683Z] ---> docker-login.sh [2021-01-27T02:47:32.683Z] nexus3.edgexfoundry.org:10001 [2021-01-27T02:47:32.760Z] Sending build context to Docker daemon 2.707MB [2021-01-27T02:47:32.760Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:47:32.760Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:47:32.760Z] ---> 8624e249784b [2021-01-27T02:47:32.760Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:47:33.407Z] ---> Running in 0fa23c2c4410 [2021-01-27T02:47:33.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:33.686Z] Removing intermediate container 0fa23c2c4410 [2021-01-27T02:47:33.686Z] ---> 7e4baed4c9c6 [2021-01-27T02:47:33.686Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:47:33.686Z] ---> Running in de7b932708ce [2021-01-27T02:47:33.960Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:33.960Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:33.960Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:33.960Z] [2021-01-27T02:47:33.960Z] Login Succeeded [2021-01-27T02:47:33.960Z] nexus3.edgexfoundry.org:10002 [2021-01-27T02:47:33.969Z] Removing intermediate container de7b932708ce [2021-01-27T02:47:33.969Z] ---> b76029760785 [2021-01-27T02:47:33.969Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:47:33.969Z] ---> Running in 344879a60fc4 [2021-01-27T02:47:34.279Z] Removing intermediate container 344879a60fc4 [2021-01-27T02:47:34.279Z] ---> 6e9033dc2e39 [2021-01-27T02:47:34.279Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:47:34.279Z] ---> Running in c4762552a852 [2021-01-27T02:47:34.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:34.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:34.562Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:34.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:34.562Z] [2021-01-27T02:47:34.562Z] Login Succeeded [2021-01-27T02:47:34.562Z] nexus3.edgexfoundry.org:10003 [2021-01-27T02:47:34.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:35.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:35.120Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:35.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:35.120Z] [2021-01-27T02:47:35.120Z] Login Succeeded [2021-01-27T02:47:35.120Z] nexus3.edgexfoundry.org:10004 [2021-01-27T02:47:35.342Z] Removing intermediate container c4762552a852 [2021-01-27T02:47:35.342Z] ---> 41ce0257f114 [2021-01-27T02:47:35.342Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:47:35.342Z] ---> Running in 462ea6330b97 [2021-01-27T02:47:35.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:35.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:35.686Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:35.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:35.687Z] [2021-01-27T02:47:35.687Z] Login Succeeded [2021-01-27T02:47:35.687Z] docker.io [2021-01-27T02:47:35.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T02:47:36.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T02:47:36.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T02:47:36.565Z] Configure a credential helper to remove this warning. See [2021-01-27T02:47:36.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T02:47:36.565Z] [2021-01-27T02:47:36.565Z] Login Succeeded [2021-01-27T02:47:36.565Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T02:47:36.585Z] Deleting 1 temporary files [2021-01-27T02:47:36.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-27T02:47:37.037Z] ========================================================= [2021-01-27T02:47:37.037Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-27T02:47:37.037Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:47:37.471Z] + 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-27T02:47:37.549Z] OK: 166 MiB in 39 packages [2021-01-27T02:47:38.076Z] Sending build context to Docker daemon 2.568MB [2021-01-27T02:47:38.076Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:47:38.076Z] Step 2/8 : FROM ${BASE} [2021-01-27T02:47:38.076Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-27T02:47:38.076Z] 5f621e34cdf4: Pulling fs layer [2021-01-27T02:47:38.076Z] a4357932f1b6: Pulling fs layer [2021-01-27T02:47:38.076Z] 18c013af1878: Pulling fs layer [2021-01-27T02:47:38.076Z] 00ac8860ef70: Pulling fs layer [2021-01-27T02:47:38.076Z] 63d7cb157983: Pulling fs layer [2021-01-27T02:47:38.076Z] b116817d02f9: Pulling fs layer [2021-01-27T02:47:38.076Z] 745a02a5169b: Pulling fs layer [2021-01-27T02:47:38.076Z] 00ac8860ef70: Waiting [2021-01-27T02:47:38.076Z] b116817d02f9: Waiting [2021-01-27T02:47:38.076Z] 745a02a5169b: Waiting [2021-01-27T02:47:38.076Z] 63d7cb157983: Waiting [2021-01-27T02:47:38.076Z] 18c013af1878: Verifying Checksum [2021-01-27T02:47:38.076Z] 18c013af1878: Download complete [2021-01-27T02:47:38.076Z] a4357932f1b6: Verifying Checksum [2021-01-27T02:47:38.076Z] a4357932f1b6: Download complete [2021-01-27T02:47:38.128Z] Removing intermediate container 462ea6330b97 [2021-01-27T02:47:38.128Z] ---> a62ea0395ed7 [2021-01-27T02:47:38.128Z] Step 8/24 : COPY . . [2021-01-27T02:47:38.349Z] 63d7cb157983: Verifying Checksum [2021-01-27T02:47:38.349Z] 63d7cb157983: Download complete [2021-01-27T02:47:38.624Z] b116817d02f9: Verifying Checksum [2021-01-27T02:47:38.624Z] b116817d02f9: Download complete [2021-01-27T02:47:38.624Z] 5f621e34cdf4: Verifying Checksum [2021-01-27T02:47:38.624Z] 5f621e34cdf4: Download complete [2021-01-27T02:47:39.094Z] ---> ed063eb44740 [2021-01-27T02:47:39.094Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:47:39.094Z] ---> Running in e947430e68e9 [2021-01-27T02:47:39.229Z] 5f621e34cdf4: Pull complete [2021-01-27T02:47:39.685Z] 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-27T02:47:39.843Z] a4357932f1b6: Pull complete [2021-01-27T02:47:40.125Z] 18c013af1878: Pull complete [2021-01-27T02:47:41.110Z] 745a02a5169b: Verifying Checksum [2021-01-27T02:47:41.110Z] 745a02a5169b: Download complete [2021-01-27T02:47:42.097Z] 00ac8860ef70: Download complete [2021-01-27T02:47:49.876Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:47:50.838Z] Removing intermediate container e947430e68e9 [2021-01-27T02:47:50.838Z] ---> 336e6124c6e4 [2021-01-27T02:47:50.838Z] Step 10/24 : FROM scratch [2021-01-27T02:47:50.838Z] ---> [2021-01-27T02:47:50.838Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:47:50.838Z] ---> Running in 7d7b2fdf3a02 [2021-01-27T02:47:51.106Z] Removing intermediate container 7d7b2fdf3a02 [2021-01-27T02:47:51.106Z] ---> 32b7e70b621e [2021-01-27T02:47:51.106Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:47:51.106Z] ---> Running in 3d747926aa1e [2021-01-27T02:47:51.375Z] Removing intermediate container 3d747926aa1e [2021-01-27T02:47:51.375Z] ---> 5093de1a0195 [2021-01-27T02:47:51.375Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:47:51.375Z] ---> Running in d18625b54eca [2021-01-27T02:47:51.375Z] Removing intermediate container d18625b54eca [2021-01-27T02:47:51.375Z] ---> 3a0a4dea63d5 [2021-01-27T02:47:51.375Z] Step 14/24 : WORKDIR / [2021-01-27T02:47:51.642Z] ---> Running in 77fe12403e48 [2021-01-27T02:47:51.642Z] Removing intermediate container 77fe12403e48 [2021-01-27T02:47:51.642Z] ---> 2175f4ce0b0f [2021-01-27T02:47:51.642Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:47:52.234Z] ---> ff748681a760 [2021-01-27T02:47:52.234Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:47:52.282Z] 00ac8860ef70: Pull complete [2021-01-27T02:47:52.282Z] 63d7cb157983: Pull complete [2021-01-27T02:47:52.283Z] b116817d02f9: Pull complete [2021-01-27T02:47:52.505Z] ---> b8eab44d6ef3 [2021-01-27T02:47:52.505Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:47:52.771Z] ---> 4274454255ee [2021-01-27T02:47:52.772Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:47:53.040Z] ---> 2bec042a8a1f [2021-01-27T02:47:53.040Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:47:53.305Z] ---> e7317fb6aa0f [2021-01-27T02:47:53.305Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:47:53.305Z] ---> Running in 47ef94c1675b [2021-01-27T02:47:53.569Z] Removing intermediate container 47ef94c1675b [2021-01-27T02:47:53.569Z] ---> cb125c7767a6 [2021-01-27T02:47:53.569Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:47:53.569Z] ---> Running in 44ad3cabaf7b [2021-01-27T02:47:53.837Z] Removing intermediate container 44ad3cabaf7b [2021-01-27T02:47:53.837Z] ---> 634526bd98c5 [2021-01-27T02:47:53.838Z] Step 22/24 : LABEL arch=amd64 [2021-01-27T02:47:53.838Z] ---> Running in 5a04c1c3246f [2021-01-27T02:47:53.838Z] Removing intermediate container 5a04c1c3246f [2021-01-27T02:47:53.838Z] ---> f93503f4ccc4 [2021-01-27T02:47:53.838Z] Step 23/24 : LABEL git_sha=12edb075caf98c30606ec6f896fc87f7cb3d60f9 [2021-01-27T02:47:54.102Z] ---> Running in d3c2b4ec7b4d [2021-01-27T02:47:54.102Z] Removing intermediate container d3c2b4ec7b4d [2021-01-27T02:47:54.102Z] ---> 1d704a04f77a [2021-01-27T02:47:54.102Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:47:54.368Z] ---> Running in 9d67e370be40 [2021-01-27T02:47:54.368Z] Removing intermediate container 9d67e370be40 [2021-01-27T02:47:54.368Z] ---> a0aeafed0dd6 [2021-01-27T02:47:54.368Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:47:54.368Z] Successfully built a0aeafed0dd6 [2021-01-27T02:47:54.368Z] 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-27T02:47:55.694Z] 745a02a5169b: Pull complete [2021-01-27T02:47:55.971Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-27T02:47:55.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-27T02:47:55.971Z] ---> b7e6874047d6 [2021-01-27T02:47:55.971Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:47:59.381Z] ---> Running in ff2fc2655d11 [2021-01-27T02:47:59.655Z] Removing intermediate container ff2fc2655d11 [2021-01-27T02:47:59.655Z] ---> b73e42054447 [2021-01-27T02:47:59.655Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:47:59.655Z] ---> Running in e30660841acb [2021-01-27T02:48:02.306Z] Removing intermediate container e30660841acb [2021-01-27T02:48:02.306Z] ---> 9f299cca11d7 [2021-01-27T02:48:02.306Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-27T02:48:02.306Z] ---> Running in b03e52e747a5 [2021-01-27T02:48:03.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:48:04.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T02:48:05.269Z] OK: 142 MiB in 39 packages [2021-01-27T02:48:06.263Z] Removing intermediate container b03e52e747a5 [2021-01-27T02:48:06.263Z] ---> 6f166bd8f6fb [2021-01-27T02:48:06.263Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-27T02:48:06.539Z] ---> Running in 560c707f8c57 [2021-01-27T02:48:06.814Z] Removing intermediate container 560c707f8c57 [2021-01-27T02:48:06.814Z] ---> 6a4a2fd90006 [2021-01-27T02:48:06.814Z] Step 7/8 : COPY . . [2021-01-27T02:48:08.250Z] ---> 0778140054de [2021-01-27T02:48:08.250Z] Step 8/8 : RUN go mod download [2021-01-27T02:48:08.250Z] ---> Running in d2fc50429857 [2021-01-27T02:48:30.419Z] Removing intermediate container d2fc50429857 [2021-01-27T02:48:30.419Z] ---> 4e8c9ed414d8 [2021-01-27T02:48:30.419Z] Successfully built 4e8c9ed414d8 [2021-01-27T02:48:30.419Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:48:30.767Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:48:30.768Z] . [Pipeline] withDockerContainer [2021-01-27T02:48:31.052Z] prd-ubuntu18.04-docker-arm64-4c-16g-23344 does not seem to be running inside a container [2021-01-27T02:48:31.135Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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-arm64 cat [2021-01-27T02:48:32.752Z] $ docker top 15a5bcf9a4e288bd61f040d0c51670f1c4cb561830ec40d900507f2850b6f998 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:48:33.803Z] + go version [2021-01-27T02:48:33.803Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-27T02:48:33.823Z] $ docker stop --time=1 15a5bcf9a4e288bd61f040d0c51670f1c4cb561830ec40d900507f2850b6f998 [2021-01-27T02:48:35.886Z] $ docker rm -f 15a5bcf9a4e288bd61f040d0c51670f1c4cb561830ec40d900507f2850b6f998 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:48:36.940Z] + docker inspect -f . ci-base-image-arm64 [2021-01-27T02:48:36.940Z] . [Pipeline] withDockerContainer [2021-01-27T02:48:37.221Z] prd-ubuntu18.04-docker-arm64-4c-16g-23344 does not seem to be running inside a container [2021-01-27T02:48:37.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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-arm64 cat [2021-01-27T02:48:39.088Z] $ docker top de6f4037f3e90744d83222391edd9ef29205cf1d68c0fbb4234ed80bff4452f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:48:40.154Z] + make test [2021-01-27T02:48:40.154Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T02:49:02.357Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-27T02:49:49.406Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-27T02:49:49.406Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-27T02:49:49.406Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-27T02:49:49.406Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.114s coverage: 19.4% of statements [2021-01-27T02:49:52.881Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.273s coverage: 97.1% of statements [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.212s coverage: 9.4% of statements [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.130s coverage: 21.7% of statements [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.629s coverage: 43.2% of statements [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.817s coverage: 68.9% of statements [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.207s coverage: 53.8% of statements [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.178s coverage: 26.8% of statements [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.165s coverage: 83.5% of statements [2021-01-27T02:50:19.714Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.162s coverage: 4.2% of statements [2021-01-27T02:50:19.714Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-27T02:50:19.714Z] GO111MODULE=on go vet ./... [2021-01-27T02:50:58.772Z] gofmt -l . [2021-01-27T02:50:58.772Z] [ "`gofmt -l .`" = "" ] [2021-01-27T02:50:58.772Z] ./bin/test-attribution-txt.sh [2021-01-27T02:50:58.772Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-27T02:50:58.790Z] $ docker stop --time=1 de6f4037f3e90744d83222391edd9ef29205cf1d68c0fbb4234ed80bff4452f8 [2021-01-27T02:51:01.022Z] $ docker rm -f de6f4037f3e90744d83222391edd9ef29205cf1d68c0fbb4234ed80bff4452f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T02:51:03.618Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-27T02:51:03.683Z] Warning: overwriting stash ‘coverage-report’ [2021-01-27T02:51:04.731Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-27T02:51:05.437Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-27T02:51:05.812Z] + ls -al . [2021-01-27T02:51:05.812Z] total 252 [2021-01-27T02:51:05.812Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 27 02:50 . [2021-01-27T02:51:05.812Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 .. [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 27 02:47 .dockerignore [2021-01-27T02:51:05.812Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 27 02:47 .git [2021-01-27T02:51:05.812Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:47 .github [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 27 02:47 .gitignore [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 27 02:47 Dockerfile.build [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 27 02:47 Jenkinsfile [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 27 02:47 LICENSE [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 27 02:47 Makefile [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 27 02:47 README.md [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 27 02:47 RELEASE-NOTES.txt [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 27 02:43 VERSION [2021-01-27T02:51:05.812Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 27 02:47 bin [2021-01-27T02:51:05.812Z] -rw-r--r-- 1 jenkins jenkins 136842 Jan 27 02:50 coverage.out [2021-01-27T02:51:05.812Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 example [2021-01-27T02:51:05.812Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 27 02:50 go.mod [2021-01-27T02:51:05.812Z] -rw-r--r-- 1 jenkins jenkins 14106 Jan 27 02:50 go.sum [2021-01-27T02:51:05.812Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 27 02:47 internal [2021-01-27T02:51:05.812Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 openapi [2021-01-27T02:51:05.812Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 27 02:47 pkg [2021-01-27T02:51:05.812Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 27 02:47 snap [2021-01-27T02:51:05.812Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 27 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:51:06.245Z] + 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=12edb075caf98c30606ec6f896fc87f7cb3d60f9 --label arch=arm64 --label version=0.0.0 . [2021-01-27T02:51:06.888Z] Sending build context to Docker daemon 2.706MB [2021-01-27T02:51:06.888Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T02:51:06.888Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-27T02:51:06.888Z] ---> 4e8c9ed414d8 [2021-01-27T02:51:06.888Z] Step 3/24 : ARG MAKE='make build' [2021-01-27T02:51:07.180Z] ---> Running in caea76bd3901 [2021-01-27T02:51:07.467Z] Removing intermediate container caea76bd3901 [2021-01-27T02:51:07.467Z] ---> 31b4ac2295f1 [2021-01-27T02:51:07.467Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-27T02:51:07.747Z] ---> Running in 3f621ee160a4 [2021-01-27T02:51:08.344Z] Removing intermediate container 3f621ee160a4 [2021-01-27T02:51:08.344Z] ---> 8dfee939f4bb [2021-01-27T02:51:08.344Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:51:08.344Z] ---> Running in 5c31a8acc26f [2021-01-27T02:51:08.967Z] Removing intermediate container 5c31a8acc26f [2021-01-27T02:51:08.967Z] ---> 684153efdff0 [2021-01-27T02:51:08.967Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T02:51:08.967Z] ---> Running in 784c1acab66a [2021-01-27T02:51:10.960Z] Removing intermediate container 784c1acab66a [2021-01-27T02:51:10.960Z] ---> 2b965a567187 [2021-01-27T02:51:10.960Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-27T02:51:11.235Z] ---> Running in f8c7fc3ddbc1 [2021-01-27T02:51:12.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-27T02:51:13.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-27T02:51:15.165Z] OK: 142 MiB in 39 packages [2021-01-27T02:51:16.156Z] Removing intermediate container f8c7fc3ddbc1 [2021-01-27T02:51:16.156Z] ---> b2d524311584 [2021-01-27T02:51:16.156Z] Step 8/24 : COPY . . [2021-01-27T02:51:17.136Z] ---> 1c34abb81d47 [2021-01-27T02:51:17.136Z] Step 9/24 : RUN ${MAKE} [2021-01-27T02:51:17.408Z] ---> Running in 590ce2dcd9c8 [2021-01-27T02:51:18.383Z] 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-27T02:51:45.220Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-27T02:51:45.220Z] Removing intermediate container 590ce2dcd9c8 [2021-01-27T02:51:45.220Z] ---> 37c8367041ac [2021-01-27T02:51:45.220Z] Step 10/24 : FROM scratch [2021-01-27T02:51:45.220Z] ---> [2021-01-27T02:51:45.220Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-27T02:51:45.491Z] ---> Running in e101e8388bff [2021-01-27T02:51:45.763Z] Removing intermediate container e101e8388bff [2021-01-27T02:51:45.763Z] ---> 35c7a8fe7575 [2021-01-27T02:51:45.763Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-27T02:51:46.036Z] ---> Running in 5f90075003e9 [2021-01-27T02:51:46.308Z] Removing intermediate container 5f90075003e9 [2021-01-27T02:51:46.308Z] ---> b57c95a3eb90 [2021-01-27T02:51:46.308Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-27T02:51:46.581Z] ---> Running in 14e0e178f819 [2021-01-27T02:51:46.853Z] Removing intermediate container 14e0e178f819 [2021-01-27T02:51:46.853Z] ---> e7494d531c5f [2021-01-27T02:51:46.853Z] Step 14/24 : WORKDIR / [2021-01-27T02:51:46.853Z] ---> Running in 317361e8fb4d [2021-01-27T02:51:47.449Z] Removing intermediate container 317361e8fb4d [2021-01-27T02:51:47.449Z] ---> 8dd43e283148 [2021-01-27T02:51:47.449Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-27T02:51:48.884Z] ---> f33a6f74341f [2021-01-27T02:51:48.884Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-27T02:51:49.859Z] ---> caf47b329e91 [2021-01-27T02:51:49.860Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-27T02:51:50.454Z] ---> c92c2a0410d0 [2021-01-27T02:51:50.454Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-27T02:51:51.050Z] ---> 2fc85bae6662 [2021-01-27T02:51:51.050Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-27T02:51:51.645Z] ---> 7e78af157024 [2021-01-27T02:51:51.645Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-27T02:51:51.917Z] ---> Running in 93545b1b4501 [2021-01-27T02:51:52.510Z] Removing intermediate container 93545b1b4501 [2021-01-27T02:51:52.510Z] ---> 567181ab7f35 [2021-01-27T02:51:52.510Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T02:51:53.102Z] ---> Running in 4bd4d2a2e359 [2021-01-27T02:51:53.693Z] Removing intermediate container 4bd4d2a2e359 [2021-01-27T02:51:53.693Z] ---> 67a6942038d0 [2021-01-27T02:51:53.693Z] Step 22/24 : LABEL arch=arm64 [2021-01-27T02:51:54.286Z] ---> Running in eec265d87425 [2021-01-27T02:51:55.258Z] Removing intermediate container eec265d87425 [2021-01-27T02:51:55.258Z] ---> 58ff17859c28 [2021-01-27T02:51:55.258Z] Step 23/24 : LABEL git_sha=12edb075caf98c30606ec6f896fc87f7cb3d60f9 [2021-01-27T02:51:55.533Z] ---> Running in 9f5a7cc63261 [2021-01-27T02:51:56.129Z] Removing intermediate container 9f5a7cc63261 [2021-01-27T02:51:56.129Z] ---> a765b0652f8f [2021-01-27T02:51:56.129Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T02:51:56.721Z] ---> Running in a6014ed061a0 [2021-01-27T02:51:57.315Z] Removing intermediate container a6014ed061a0 [2021-01-27T02:51:57.315Z] ---> aa4aca0f1aa4 [2021-01-27T02:51:57.315Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-27T02:51:57.315Z] Successfully built aa4aca0f1aa4 [2021-01-27T02:51:57.315Z] 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-27T02:51:58.848Z] provisioning config files... [2021-01-27T02:51:58.875Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config5588178937200574063tmp [Pipeline] { [Pipeline] sh [2021-01-27T02:51:59.266Z] + set +x [2021-01-27T02:51:59.266Z] + curl -s https://codecov.io/bash [2021-01-27T02:51:59.266Z] + bash -s -- [2021-01-27T02:51:59.266Z] [2021-01-27T02:51:59.266Z] _____ _ [2021-01-27T02:51:59.266Z] / ____| | | [2021-01-27T02:51:59.266Z] | | ___ __| | ___ ___ _____ __ [2021-01-27T02:51:59.266Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-27T02:51:59.266Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-27T02:51:59.266Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-27T02:51:59.266Z] Bash-20210115-cec3c92 [2021-01-27T02:51:59.266Z] [2021-01-27T02:51:59.266Z] [2021-01-27T02:51:59.266Z] ==> git version 2.24.3 found [2021-01-27T02:51:59.535Z] ==> 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-27T02:51:59.535Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-27T02:51:59.535Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-27T02:51:59.535Z] ==> Jenkins CI detected. [2021-01-27T02:51:59.535Z] project root: . [2021-01-27T02:51:59.535Z] --> token set from env [2021-01-27T02:51:59.535Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-27T02:51:59.535Z] ==> Running gcov in . (disable via -X gcov) [2021-01-27T02:51:59.535Z] ==> Python coveragepy not found [2021-01-27T02:51:59.535Z] ==> Searching for coverage reports in: [2021-01-27T02:51:59.535Z] + . [2021-01-27T02:51:59.535Z] -> Found 1 reports [2021-01-27T02:51:59.535Z] ==> Detecting git/mercurial file structure [2021-01-27T02:51:59.535Z] ==> Reading reports [2021-01-27T02:51:59.535Z] + ./coverage.out bytes=136842 [2021-01-27T02:51:59.535Z] ==> Appending adjustments [2021-01-27T02:51:59.535Z] https://docs.codecov.io/docs/fixing-reports [2021-01-27T02:52:00.116Z] + Found adjustments [2021-01-27T02:52:00.116Z] ==> Gzipping contents [2021-01-27T02:52:00.116Z] 24K /tmp/codecov.VPQyzq.gz [2021-01-27T02:52:00.116Z] ==> Uploading reports [2021-01-27T02:52:00.116Z] url: https://codecov.io [2021-01-27T02:52:00.116Z] query: branch=PR-728&commit=12edb075caf98c30606ec6f896fc87f7cb3d60f9&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-728%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=728&job=&cmd_args= [2021-01-27T02:52:00.116Z] -> Pinging Codecov [2021-01-27T02:52:00.116Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-728&commit=12edb075caf98c30606ec6f896fc87f7cb3d60f9&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-728%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=728&job=&cmd_args= [2021-01-27T02:52:00.381Z] -> Uploading to [2021-01-27T02:52:00.381Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-27/7E55EF52A471D76F132DFD9A03CDDE97/12edb075caf98c30606ec6f896fc87f7cb3d60f9/743f2393-8ac5-4a6b-a56a-807d49c9bd81.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T025200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab1e76212f19ff8a56c86235b495f7215eb59a869175725393ca89719094d464 [2021-01-27T02:52:00.381Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-27T02:52:00.381Z] Dload Upload Total Spent Left Speed [2021-01-27T02:52:00.957Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21565 0 0 100 21565 0 50519 --:--:-- --:--:-- --:--:-- 50503 100 21565 0 0 100 21565 0 50500 --:--:-- --:--:-- --:--:-- 50503 [2021-01-27T02:52:00.957Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/12edb075caf98c30606ec6f896fc87f7cb3d60f9 [Pipeline] } [2021-01-27T02:52:00.968Z] 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-27T02:52:03.739Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:52:04.047Z] ---> package-listing.sh [2021-01-27T02:52:04.047Z] ++ facter osfamily [2021-01-27T02:52:04.047Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T02:52:04.047Z] + OS_FAMILY=redhat [2021-01-27T02:52:04.047Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-728 [2021-01-27T02:52:04.047Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T02:52:04.047Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T02:52:04.047Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T02:52:04.047Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T02:52:04.047Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-728 ']' [2021-01-27T02:52:04.047Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T02:52:04.047Z] + case "${OS_FAMILY}" in [2021-01-27T02:52:04.047Z] + rpm -qa [2021-01-27T02:52:04.047Z] + sort [2021-01-27T02:52:09.375Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T02:52:09.375Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T02:52:09.375Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T02:52:09.375Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-728 ']' [2021-01-27T02:52:09.375Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-728/archives/ [2021-01-27T02:52:09.375Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-728/archives/ [Pipeline] echo [2021-01-27T02:52:09.390Z] 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-728/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T02:52:09.687Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:52:10.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:52:10.017Z] [2021-01-27T02:52:10.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T02:52:10.481Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:52:10.481Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T02:52:10.481Z] df20fa9351a1: Pulling fs layer [2021-01-27T02:52:10.481Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T02:52:10.481Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T02:52:10.481Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T02:52:10.481Z] 93b61091891f: Pulling fs layer [2021-01-27T02:52:10.481Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T02:52:10.481Z] 5e14af77c1be: Pulling fs layer [2021-01-27T02:52:10.481Z] 01666e4c0597: Pulling fs layer [2021-01-27T02:52:10.481Z] aa168da1d23b: Pulling fs layer [2021-01-27T02:52:10.481Z] 46f8f816bc3b: Waiting [2021-01-27T02:52:10.481Z] 93b61091891f: Waiting [2021-01-27T02:52:10.481Z] 93b9cdb0e59b: Waiting [2021-01-27T02:52:10.481Z] 01666e4c0597: Waiting [2021-01-27T02:52:10.481Z] 5e14af77c1be: Waiting [2021-01-27T02:52:10.481Z] aa168da1d23b: Waiting [2021-01-27T02:52:10.481Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T02:52:10.481Z] 36b3adc4ff6f: Download complete [2021-01-27T02:52:10.481Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T02:52:10.481Z] 46f8f816bc3b: Download complete [2021-01-27T02:52:10.746Z] df20fa9351a1: Verifying Checksum [2021-01-27T02:52:10.746Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T02:52:10.746Z] 93b9cdb0e59b: Download complete [2021-01-27T02:52:10.746Z] 93b61091891f: Download complete [2021-01-27T02:52:10.746Z] 5e14af77c1be: Verifying Checksum [2021-01-27T02:52:10.746Z] 5e14af77c1be: Download complete [2021-01-27T02:52:10.746Z] 01666e4c0597: Verifying Checksum [2021-01-27T02:52:10.746Z] 01666e4c0597: Download complete [2021-01-27T02:52:10.746Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T02:52:10.746Z] 8ad3a11d3b57: Download complete [2021-01-27T02:52:11.010Z] df20fa9351a1: Pull complete [2021-01-27T02:52:11.273Z] 36b3adc4ff6f: Pull complete [2021-01-27T02:52:11.856Z] 8ad3a11d3b57: Pull complete [2021-01-27T02:52:12.119Z] 46f8f816bc3b: Pull complete [2021-01-27T02:52:13.072Z] 93b61091891f: Pull complete [2021-01-27T02:52:13.072Z] aa168da1d23b: Verifying Checksum [2021-01-27T02:52:13.072Z] aa168da1d23b: Download complete [2021-01-27T02:52:13.072Z] 93b9cdb0e59b: Pull complete [2021-01-27T02:52:13.072Z] 5e14af77c1be: Pull complete [2021-01-27T02:52:13.339Z] 01666e4c0597: Pull complete [2021-01-27T02:52:21.574Z] aa168da1d23b: Pull complete [2021-01-27T02:52:21.574Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T02:52:21.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T02:52:21.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T02:52:21.793Z] prd-centos7-docker-4c-2g-23329 does not seem to be running inside a container [2021-01-27T02:52:21.838Z] $ 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-728/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-728 -v /w/workspace/dgexfoundry_device-sdk-go_PR-728:/w/workspace/dgexfoundry_device-sdk-go_PR-728:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-728@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-27T02:52:25.404Z] $ docker top 1ffb731a3cce0f701d7e0e9922f2567f01ea60234243d2eec15a3df8c1410ee5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T02:52:25.969Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T02:52:26.270Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T02:52:26.575Z] + ls /var/log/sa-host [2021-01-27T02:52:26.575Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T02:52:26.575Z] file_magic: OK [2021-01-27T02:52:26.575Z] HZ: Using current value: 100 [2021-01-27T02:52:26.575Z] file_header: OK [2021-01-27T02:52:26.575Z] 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-27T02:52:26.575Z] Statistics: [2021-01-27T02:52:26.575Z] Hnuu...uuuununununu... [2021-01-27T02:52:26.575Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T02:52:26.575Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T02:52:26.575Z] file_magic: OK [2021-01-27T02:52:26.575Z] HZ: Using current value: 100 [2021-01-27T02:52:26.575Z] file_header: OK [2021-01-27T02:52:26.575Z] 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-27T02:52:26.575Z] Statistics: [2021-01-27T02:52:26.575Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T02:52:26.575Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T02:52:26.805Z] provisioning config files... [2021-01-27T02:52:26.823Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-728@tmp/config2048969805156860606tmp [Pipeline] { [Pipeline] echo [2021-01-27T02:52:26.902Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:52:27.196Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T02:52:27.211Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T02:52:27.305Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:52:27.602Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T02:52:27.623Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:52:27.922Z] ---> sudo-logs.sh [2021-01-27T02:52:27.922Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T02:52:27.933Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:52:28.234Z] ---> job-cost.sh [2021-01-27T02:52:28.234Z] lf-activate-venv: SKIPPING [2021-01-27T02:52:28.234Z] INFO: No Stack... [2021-01-27T02:52:29.180Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T02:52:29.755Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T02:52:29.769Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T02:52:30.071Z] ---> logs-deploy.sh [2021-01-27T02:52:30.071Z] lf-activate-venv: SKIPPING [2021-01-27T02:52:30.071Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-728/11 [2021-01-27T02:52:30.071Z] INFO: archiving workspace using pattern(s): [2021-01-27T02:52:32.016Z] Archives upload complete. [2021-01-27T02:52:32.016Z] INFO: archiving logs to Nexus