Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eb68d779593d43fd8226acfbb435b59e54b40cf6+24bd13d414fb94824a4c7d4031bbe24e258abd9f (35940ccdbb571b2b8322824a395dc5d9f6e16f55) 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-26885 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [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-786 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 > 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/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # 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 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 0fdb717589780184d1be8695647f5ea4f5632b46 Checking out Revision 0fdb717589780184d1be8695647f5ea4f5632b46 (PR-786) > git config core.sparsecheckout # timeout=10 > git checkout -f 0fdb717589780184d1be8695647f5ea4f5632b46 # timeout=10 Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" > git rev-list --no-walk eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T02:44:05.935Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T02:44:06.188Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T02:44:06.284Z] ========================================================= [2021-02-19T02:44:06.284Z] EdgeX Global Pipelines Version Info [2021-02-19T02:44:06.284Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:44:09.304Z] ------------------- [2021-02-19T02:44:09.304Z] stable info: [2021-02-19T02:44:09.304Z] ------------------- [2021-02-19T02:44:09.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T02:44:09.304Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T02:44:09.304Z] Message: update stable to v1.0.179 [2021-02-19T02:44:10.395Z] ------------------- [2021-02-19T02:44:10.395Z] experimental info: [2021-02-19T02:44:10.395Z] ------------------- [2021-02-19T02:44:10.395Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T02:44:10.395Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T02:44:10.395Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T02:44:10.937Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-19T02:44:11.035Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-19T02:44:11.175Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T02:44:11.262Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T02:44:11.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T02:44:11.425Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T02:44:11.505Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T02:44:11.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T02:44:11.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-19T02:44:11.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T02:44:11.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T02:44:11.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-19T02:44:12.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T02:44:12.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T02:44:12.223Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-19T02:44:12.303Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T02:44:12.384Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T02:44:12.471Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T02:44:12.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T02:44:12.722Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-19T02:44:12.810Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-19T02:44:12.899Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-19T02:44:12.982Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-19T02:44:13.065Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-19T02:44:13.150Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-19T02:44:13.233Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T02:44:13.316Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T02:44:13.412Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-786 [Pipeline] echo [2021-02-19T02:44:13.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-786 [Pipeline] echo [2021-02-19T02:44:13.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-786 [Pipeline] echo [2021-02-19T02:44:13.692Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fdb717589780184d1be8695647f5ea4f5632b46 [Pipeline] echo [2021-02-19T02:44:13.774Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fdb717 [Pipeline] echo [2021-02-19T02:44:13.884Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T02:44:14.058Z] provisioning config files... [2021-02-19T02:44:14.362Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config832948035911875447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:44:15.231Z] ---> docker-login.sh [2021-02-19T02:44:15.231Z] nexus3.edgexfoundry.org:10001 [2021-02-19T02:44:17.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:44:18.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:44:18.019Z] Configure a credential helper to remove this warning. See [2021-02-19T02:44:18.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:44:18.019Z] [2021-02-19T02:44:18.019Z] Login Succeeded [2021-02-19T02:44:18.019Z] nexus3.edgexfoundry.org:10002 [2021-02-19T02:44:19.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:44:19.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:44:19.129Z] Configure a credential helper to remove this warning. See [2021-02-19T02:44:19.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:44:19.129Z] [2021-02-19T02:44:19.129Z] Login Succeeded [2021-02-19T02:44:19.129Z] nexus3.edgexfoundry.org:10003 [2021-02-19T02:44:21.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:44:21.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:44:21.473Z] Configure a credential helper to remove this warning. See [2021-02-19T02:44:21.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:44:21.473Z] [2021-02-19T02:44:21.473Z] Login Succeeded [2021-02-19T02:44:21.473Z] nexus3.edgexfoundry.org:10004 [2021-02-19T02:44:22.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:44:22.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:44:22.993Z] Configure a credential helper to remove this warning. See [2021-02-19T02:44:22.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:44:22.993Z] [2021-02-19T02:44:22.993Z] Login Succeeded [2021-02-19T02:44:22.993Z] docker.io [2021-02-19T02:44:24.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:44:24.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:44:24.740Z] Configure a credential helper to remove this warning. See [2021-02-19T02:44:24.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:44:24.740Z] [2021-02-19T02:44:24.740Z] Login Succeeded [2021-02-19T02:44:24.740Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T02:44:24.797Z] 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-02-19T02:44:26.268Z] + git log --format=format:%s -1 0fdb717589780184d1be8695647f5ea4f5632b46 [Pipeline] echo [2021-02-19T02:44:26.821Z] GIT_COMMIT: 0fdb717589780184d1be8695647f5ea4f5632b46, Commit Message: Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD [Pipeline] echo [2021-02-19T02:44:26.865Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:44:27.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T02:44:27.837Z] [2021-02-19T02:44:27.837Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:44:28.517Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T02:44:28.799Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T02:44:28.799Z] 31603596830f: Pulling fs layer [2021-02-19T02:44:28.799Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T02:44:28.799Z] 6ca5941a6612: Pulling fs layer [2021-02-19T02:44:28.799Z] ecc8261a40a4: Pulling fs layer [2021-02-19T02:44:28.799Z] ecc8261a40a4: Waiting [2021-02-19T02:44:28.799Z] 2a8b12db71e7: Verifying Checksum [2021-02-19T02:44:28.799Z] 2a8b12db71e7: Download complete [2021-02-19T02:44:29.156Z] 31603596830f: Verifying Checksum [2021-02-19T02:44:29.156Z] 31603596830f: Download complete [2021-02-19T02:44:29.815Z] ecc8261a40a4: Verifying Checksum [2021-02-19T02:44:29.815Z] ecc8261a40a4: Download complete [2021-02-19T02:44:30.094Z] 6ca5941a6612: Verifying Checksum [2021-02-19T02:44:30.094Z] 6ca5941a6612: Download complete [2021-02-19T02:44:30.724Z] 31603596830f: Pull complete [2021-02-19T02:44:31.079Z] 2a8b12db71e7: Pull complete [2021-02-19T02:44:33.070Z] 6ca5941a6612: Pull complete [2021-02-19T02:44:33.894Z] ecc8261a40a4: Pull complete [2021-02-19T02:44:33.894Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T02:44:33.894Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T02:44:33.894Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T02:44:34.913Z] prd-centos7-docker-4c-2g-26885 does not seem to be running inside a container [2021-02-19T02:44:35.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T02:44:39.817Z] $ docker top c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T02:44:40.612Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T02:44:40.612Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T02:44:41.772Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T02:44:41.786Z] $ docker exec c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent [2021-02-19T02:44:42.261Z] SSH_AUTH_SOCK=/tmp/ssh-qSR89ofRf6vI/agent.11 [2021-02-19T02:44:42.261Z] SSH_AGENT_PID=17 [2021-02-19T02:44:42.287Z] Running ssh-add (command line suppressed) [2021-02-19T02:44:42.930Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_8598027306146175218.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_8598027306146175218.key) [2021-02-19T02:44:43.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T02:44:43.784Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T02:44:43.860Z] $ docker exec --env ******** --env ******** c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent -k [2021-02-19T02:44:44.127Z] unset SSH_AUTH_SOCK; [2021-02-19T02:44:44.128Z] unset SSH_AGENT_PID; [2021-02-19T02:44:44.128Z] echo Agent pid 17 killed; [2021-02-19T02:44:44.203Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T02:44:44.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T02:44:44.343Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T02:44:44.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T02:44:44.670Z] $ docker exec c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent [2021-02-19T02:44:45.427Z] SSH_AUTH_SOCK=/tmp/ssh-ItJDna31WCdf/agent.47 [2021-02-19T02:44:45.427Z] SSH_AGENT_PID=53 [2021-02-19T02:44:45.441Z] Running ssh-add (command line suppressed) [2021-02-19T02:44:45.976Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_4084235524402544372.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_4084235524402544372.key) [2021-02-19T02:44:46.730Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T02:44:48.048Z] + git semver init [2021-02-19T02:44:48.048Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T02:44:48.048Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.git [2021-02-19T02:44:48.048Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-786 [2021-02-19T02:44:48.048Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T02:44:48.048Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T02:44:48.048Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T02:44:48.048Z] # $SEMVER_BRANCH = PR-786 [2021-02-19T02:44:48.048Z] # $SEMVER_TEMP = /tmp/semver-636512943 [2021-02-19T02:44:48.048Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-19T02:44:49.724Z] # '/tmp/semver-636512943' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver' [2021-02-19T02:44:49.724Z] # -> Force: false [2021-02-19T02:44:49.724Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver [Pipeline] } [2021-02-19T02:44:49.745Z] $ docker exec --env ******** --env ******** c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent -k [2021-02-19T02:44:50.283Z] unset SSH_AUTH_SOCK; [2021-02-19T02:44:50.304Z] unset SSH_AGENT_PID; [2021-02-19T02:44:50.305Z] echo Agent pid 53 killed; [2021-02-19T02:44:50.604Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T02:44:52.542Z] + git semver [Pipeline] } [2021-02-19T02:44:53.294Z] $ docker stop --time=1 c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 [2021-02-19T02:44:55.141Z] $ docker rm -f c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T02:44:56.415Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T02:44:59.013Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T02:44:59.017Z] [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-02-19T02:45:14.516Z] Still waiting to schedule task [2021-02-19T02:45:14.516Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-19T02:45:14.518Z] Still waiting to schedule task [2021-02-19T02:45:14.518Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-19T02:47:59.853Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26891 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws [2021-02-19T02:47:59.907Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-02-19T02:48:05.481Z] using credential edgex-jenkins-ssh [2021-02-19T02:48:05.548Z] Cloning the remote Git repository [2021-02-19T02:48:05.605Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:48:05.714Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-02-19T02:48:05.812Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:48:05.813Z] > git --version # timeout=10 [2021-02-19T02:48:05.833Z] > git --version # 'git version 2.17.1' [2021-02-19T02:48:05.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:48:05.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:48:07.665Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-19T02:48:07.082Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:48:07.100Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:48:07.130Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:48:07.168Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:48:07.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:48:07.183Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T02:48:07.685Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:48:07.707Z] > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [2021-02-19T02:48:08.083Z] Merge succeeded, producing eea4053e88bf5784cd743958331d225dc44c6ce7 [2021-02-19T02:48:08.083Z] Checking out Revision eea4053e88bf5784cd743958331d225dc44c6ce7 (PR-786) [2021-02-19T02:48:07.822Z] > git remote # timeout=10 [2021-02-19T02:48:07.841Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T02:48:07.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:48:07.931Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-19T02:48:08.051Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T02:48:08.095Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:48:08.127Z] > git checkout -f eea4053e88bf5784cd743958331d225dc44c6ce7 # timeout=10 [2021-02-19T02:48:12.610Z] Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" [2021-02-19T02:48:12.621Z] > git rev-list --no-walk eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T02:48:14.250Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:48:14.721Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:48:15.065Z] + sudo service docker restart [2021-02-19T02:48:15.065Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T02:48:17.798Z] provisioning config files... [2021-02-19T02:48:17.841Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config2357989041499222023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:48:18.260Z] ---> docker-login.sh [2021-02-19T02:48:18.260Z] nexus3.edgexfoundry.org:10001 [2021-02-19T02:48:19.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:48:19.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:48:19.534Z] Configure a credential helper to remove this warning. See [2021-02-19T02:48:19.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:48:19.534Z] [2021-02-19T02:48:19.534Z] Login Succeeded [2021-02-19T02:48:19.534Z] nexus3.edgexfoundry.org:10002 [2021-02-19T02:48:20.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:48:20.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:48:20.138Z] Configure a credential helper to remove this warning. See [2021-02-19T02:48:20.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:48:20.138Z] [2021-02-19T02:48:20.138Z] Login Succeeded [2021-02-19T02:48:20.138Z] nexus3.edgexfoundry.org:10003 [2021-02-19T02:48:20.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:48:20.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:48:20.737Z] Configure a credential helper to remove this warning. See [2021-02-19T02:48:20.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:48:20.737Z] [2021-02-19T02:48:20.737Z] Login Succeeded [2021-02-19T02:48:20.737Z] nexus3.edgexfoundry.org:10004 [2021-02-19T02:48:21.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:48:21.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:48:21.335Z] Configure a credential helper to remove this warning. See [2021-02-19T02:48:21.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:48:21.335Z] [2021-02-19T02:48:21.335Z] Login Succeeded [2021-02-19T02:48:21.335Z] docker.io [2021-02-19T02:48:21.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:48:22.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:48:22.210Z] Configure a credential helper to remove this warning. See [2021-02-19T02:48:22.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:48:22.210Z] [2021-02-19T02:48:22.210Z] Login Succeeded [2021-02-19T02:48:22.210Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T02:48:22.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T02:48:22.690Z] ========================================================= [2021-02-19T02:48:22.690Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T02:48:22.690Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:48:23.076Z] + 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-02-19T02:48:23.685Z] Sending build context to Docker daemon 2.379MB [2021-02-19T02:48:23.685Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:48:23.685Z] Step 2/8 : FROM ${BASE} [2021-02-19T02:48:23.685Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T02:48:23.685Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T02:48:23.685Z] a4357932f1b6: Pulling fs layer [2021-02-19T02:48:23.685Z] 18c013af1878: Pulling fs layer [2021-02-19T02:48:23.685Z] 00ac8860ef70: Pulling fs layer [2021-02-19T02:48:23.685Z] 63d7cb157983: Pulling fs layer [2021-02-19T02:48:23.685Z] b116817d02f9: Pulling fs layer [2021-02-19T02:48:23.685Z] 745a02a5169b: Pulling fs layer [2021-02-19T02:48:23.685Z] 00ac8860ef70: Waiting [2021-02-19T02:48:23.685Z] 63d7cb157983: Waiting [2021-02-19T02:48:23.685Z] b116817d02f9: Waiting [2021-02-19T02:48:23.685Z] 745a02a5169b: Waiting [2021-02-19T02:48:23.685Z] 18c013af1878: Verifying Checksum [2021-02-19T02:48:23.685Z] 18c013af1878: Download complete [2021-02-19T02:48:23.685Z] a4357932f1b6: Verifying Checksum [2021-02-19T02:48:23.685Z] a4357932f1b6: Download complete [2021-02-19T02:48:23.685Z] 63d7cb157983: Verifying Checksum [2021-02-19T02:48:23.685Z] 63d7cb157983: Download complete [2021-02-19T02:48:23.685Z] b116817d02f9: Verifying Checksum [2021-02-19T02:48:23.685Z] b116817d02f9: Download complete [2021-02-19T02:48:23.984Z] 5f621e34cdf4: Download complete [2021-02-19T02:48:24.998Z] 5f621e34cdf4: Pull complete [2021-02-19T02:48:25.617Z] a4357932f1b6: Pull complete [2021-02-19T02:48:25.893Z] 18c013af1878: Pull complete [2021-02-19T02:48:25.893Z] 745a02a5169b: Verifying Checksum [2021-02-19T02:48:25.893Z] 745a02a5169b: Download complete [2021-02-19T02:48:27.338Z] 00ac8860ef70: Verifying Checksum [2021-02-19T02:48:27.338Z] 00ac8860ef70: Download complete [2021-02-19T02:48:37.524Z] 00ac8860ef70: Pull complete [2021-02-19T02:48:37.813Z] 63d7cb157983: Pull complete [2021-02-19T02:48:38.089Z] b116817d02f9: Pull complete [2021-02-19T02:48:43.514Z] 745a02a5169b: Pull complete [2021-02-19T02:48:43.515Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T02:48:43.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T02:48:43.515Z] ---> b7e6874047d6 [2021-02-19T02:48:43.515Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:48:46.148Z] ---> Running in dedd985e3038 [2021-02-19T02:48:46.422Z] Removing intermediate container dedd985e3038 [2021-02-19T02:48:46.422Z] ---> 6a6c7fac8f08 [2021-02-19T02:48:46.422Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:48:46.422Z] ---> Running in 0bcca6b9dac1 [2021-02-19T02:48:49.065Z] Removing intermediate container 0bcca6b9dac1 [2021-02-19T02:48:49.065Z] ---> a1317953c64c [2021-02-19T02:48:49.065Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-19T02:48:49.065Z] ---> Running in b82749aa707c [2021-02-19T02:48:50.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T02:48:51.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T02:48:52.114Z] OK: 142 MiB in 39 packages [2021-02-19T02:48:53.552Z] Removing intermediate container b82749aa707c [2021-02-19T02:48:53.552Z] ---> 9b33806c9315 [2021-02-19T02:48:53.552Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-19T02:48:53.552Z] ---> Running in 79eb261f413b [2021-02-19T02:48:54.543Z] Removing intermediate container 79eb261f413b [2021-02-19T02:48:54.543Z] ---> 32df316471e6 [2021-02-19T02:48:54.543Z] Step 7/8 : COPY . . [2021-02-19T02:48:55.524Z] ---> 743104cf8d42 [2021-02-19T02:48:55.524Z] Step 8/8 : RUN go mod download [2021-02-19T02:48:55.803Z] ---> Running in 44b40cb83c43 [2021-02-19T02:49:22.607Z] Removing intermediate container 44b40cb83c43 [2021-02-19T02:49:22.607Z] ---> 7285d65627dc [2021-02-19T02:49:22.607Z] Successfully built 7285d65627dc [2021-02-19T02:49:22.607Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:49:22.948Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T02:49:22.948Z] . [Pipeline] withDockerContainer [2021-02-19T02:49:23.172Z] prd-ubuntu18.04-docker-arm64-4c-16g-26891 does not seem to be running inside a container [2021-02-19T02:49:23.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T02:49:24.611Z] $ docker top 5c8df77ff88333225f6c74f8684c1696c5e0cb89337f219b87e9a3c3fc303faa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:49:25.721Z] + go version [2021-02-19T02:49:25.721Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T02:49:25.749Z] $ docker stop --time=1 5c8df77ff88333225f6c74f8684c1696c5e0cb89337f219b87e9a3c3fc303faa [2021-02-19T02:49:27.714Z] $ docker rm -f 5c8df77ff88333225f6c74f8684c1696c5e0cb89337f219b87e9a3c3fc303faa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:49:28.738Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T02:49:28.739Z] . [Pipeline] withDockerContainer [2021-02-19T02:49:28.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-26891 does not seem to be running inside a container [2021-02-19T02:49:29.051Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T02:49:30.454Z] $ docker top a073e61416091d5bbf37ac529f710ad3cbd439b84944558dc666fa04d54c170e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:49:31.465Z] + make test [2021-02-19T02:49:31.465Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T02:49:53.648Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-19T02:50:05.948Z] Running on prd-centos7-docker-4c-2g-26892 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws [2021-02-19T02:50:06.019Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-02-19T02:50:20.015Z] using credential edgex-jenkins-ssh [2021-02-19T02:50:20.114Z] Cloning the remote Git repository [2021-02-19T02:50:20.783Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:50:20.957Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-02-19T02:50:21.275Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:50:21.275Z] > git --version # timeout=10 [2021-02-19T02:50:21.303Z] > git --version # 'git version 2.24.3' [2021-02-19T02:50:21.304Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:50:21.360Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:50:23.524Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 [2021-02-19T02:50:22.647Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:50:22.773Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T02:50:22.865Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T02:50:22.948Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T02:50:22.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:50:22.992Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T02:50:23.545Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:50:23.660Z] > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [2021-02-19T02:50:23.898Z] > git remote # timeout=10 [2021-02-19T02:50:23.976Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T02:50:24.072Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T02:50:24.078Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-19T02:50:24.259Z] Merge succeeded, producing 3bd357eed9ecec4abda57a7251ecd1090c9d42c7 [2021-02-19T02:50:24.259Z] Checking out Revision 3bd357eed9ecec4abda57a7251ecd1090c9d42c7 (PR-786) [2021-02-19T02:50:24.193Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T02:50:24.264Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T02:50:24.384Z] > git checkout -f 3bd357eed9ecec4abda57a7251ecd1090c9d42c7 # timeout=10 [2021-02-19T02:50:30.156Z] Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" [2021-02-19T02:50:30.169Z] > git rev-list --no-walk eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T02:50:32.622Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:50:33.578Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T02:50:34.703Z] + true [2021-02-19T02:50:34.703Z] + sudo service docker restart [2021-02-19T02:50:34.703Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T02:50:37.530Z] provisioning config files... [2021-02-19T02:50:37.582Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config8041819251391751011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:50:38.125Z] ---> docker-login.sh [2021-02-19T02:50:38.125Z] nexus3.edgexfoundry.org:10001 [2021-02-19T02:50:40.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:50:40.703Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-19T02:50:40.703Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-19T02:50:40.703Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-19T02:50:40.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:50:40.756Z] Configure a credential helper to remove this warning. See [2021-02-19T02:50:40.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:50:40.756Z] [2021-02-19T02:50:40.756Z] Login Succeeded [2021-02-19T02:50:40.756Z] nexus3.edgexfoundry.org:10002 [2021-02-19T02:50:41.703Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.141s coverage: 25.5% of statements [2021-02-19T02:50:42.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:50:42.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:50:42.001Z] Configure a credential helper to remove this warning. See [2021-02-19T02:50:42.001Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:50:42.001Z] [2021-02-19T02:50:42.001Z] Login Succeeded [2021-02-19T02:50:42.001Z] nexus3.edgexfoundry.org:10003 [2021-02-19T02:50:42.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:50:43.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:50:43.514Z] Configure a credential helper to remove this warning. See [2021-02-19T02:50:43.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:50:43.514Z] [2021-02-19T02:50:43.514Z] Login Succeeded [2021-02-19T02:50:43.514Z] nexus3.edgexfoundry.org:10004 [2021-02-19T02:50:44.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:50:44.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:50:44.426Z] Configure a credential helper to remove this warning. See [2021-02-19T02:50:44.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:50:44.426Z] [2021-02-19T02:50:44.426Z] Login Succeeded [2021-02-19T02:50:44.426Z] docker.io [2021-02-19T02:50:44.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T02:50:45.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T02:50:45.349Z] Configure a credential helper to remove this warning. See [2021-02-19T02:50:45.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T02:50:45.349Z] [2021-02-19T02:50:45.349Z] Login Succeeded [2021-02-19T02:50:45.349Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T02:50:45.350Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T02:50:46.816Z] ========================================================= [2021-02-19T02:50:46.817Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T02:50:46.817Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:50:47.225Z] + 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-02-19T02:50:47.916Z] Sending build context to Docker daemon 2.387MB [2021-02-19T02:50:47.916Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:50:47.916Z] Step 2/8 : FROM ${BASE} [2021-02-19T02:50:47.916Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T02:50:47.916Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T02:50:47.916Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T02:50:47.916Z] de9db76c5a1d: Pulling fs layer [2021-02-19T02:50:47.916Z] bca2f99d35d6: Pulling fs layer [2021-02-19T02:50:47.916Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T02:50:47.916Z] 7c6f9722023f: Pulling fs layer [2021-02-19T02:50:47.916Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T02:50:47.916Z] bca2f99d35d6: Waiting [2021-02-19T02:50:47.916Z] 93359f2a8cfa: Waiting [2021-02-19T02:50:47.916Z] 7c6f9722023f: Waiting [2021-02-19T02:50:47.916Z] a35cf1a2eb13: Waiting [2021-02-19T02:50:48.284Z] de9db76c5a1d: Verifying Checksum [2021-02-19T02:50:48.284Z] de9db76c5a1d: Download complete [2021-02-19T02:50:48.284Z] 0ef7d3d256c8: Verifying Checksum [2021-02-19T02:50:48.284Z] 0ef7d3d256c8: Download complete [2021-02-19T02:50:48.626Z] 93359f2a8cfa: Verifying Checksum [2021-02-19T02:50:48.626Z] 93359f2a8cfa: Download complete [2021-02-19T02:50:48.626Z] 7c6f9722023f: Verifying Checksum [2021-02-19T02:50:48.626Z] 7c6f9722023f: Download complete [2021-02-19T02:50:48.970Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T02:50:48.970Z] 188c0c94c7c5: Download complete [2021-02-19T02:50:50.762Z] 188c0c94c7c5: Pull complete [2021-02-19T02:50:51.504Z] 0ef7d3d256c8: Pull complete [2021-02-19T02:50:51.916Z] de9db76c5a1d: Pull complete [2021-02-19T02:50:56.305Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T02:50:56.305Z] a35cf1a2eb13: Download complete [2021-02-19T02:50:58.476Z] bca2f99d35d6: Verifying Checksum [2021-02-19T02:50:58.476Z] bca2f99d35d6: Download complete [2021-02-19T02:51:12.449Z] bca2f99d35d6: Pull complete [2021-02-19T02:51:12.449Z] 93359f2a8cfa: Pull complete [2021-02-19T02:51:12.449Z] 7c6f9722023f: Pull complete [2021-02-19T02:51:14.075Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.145s coverage: 10.1% of statements [2021-02-19T02:51:14.075Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.128s coverage: 12.5% of statements [2021-02-19T02:51:14.075Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-19T02:51:14.076Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.139s coverage: 84.8% of statements [2021-02-19T02:51:14.076Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-19T02:51:14.076Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-19T02:51:14.076Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-19T02:51:14.076Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-19T02:51:14.076Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.192s coverage: 49.2% of statements [2021-02-19T02:51:14.076Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-19T02:51:14.076Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.145s coverage: 81.3% of statements [2021-02-19T02:51:14.076Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.163s coverage: 24.8% of statements [2021-02-19T02:51:14.076Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.858s coverage: 83.5% of statements [2021-02-19T02:51:14.076Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.3% of statements [2021-02-19T02:51:14.076Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-19T02:51:14.076Z] GO111MODULE=on go vet ./... [2021-02-19T02:51:20.739Z] a35cf1a2eb13: Pull complete [2021-02-19T02:51:20.739Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T02:51:20.739Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T02:51:20.739Z] ---> a62c8e92a672 [2021-02-19T02:51:20.739Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:51:21.423Z] ---> Running in ce7427fafec5 [2021-02-19T02:51:21.727Z] Removing intermediate container ce7427fafec5 [2021-02-19T02:51:21.727Z] ---> 35a91d0bcaf5 [2021-02-19T02:51:21.727Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:51:22.033Z] ---> Running in 4d3b556714d2 [2021-02-19T02:51:25.781Z] Removing intermediate container 4d3b556714d2 [2021-02-19T02:51:25.781Z] ---> 1c78bc671258 [2021-02-19T02:51:25.781Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-19T02:51:25.781Z] ---> Running in ff55ee69ea2b [2021-02-19T02:51:27.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T02:51:28.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T02:51:29.934Z] OK: 166 MiB in 39 packages [2021-02-19T02:51:31.020Z] Removing intermediate container ff55ee69ea2b [2021-02-19T02:51:31.020Z] ---> 5919fb25ea7a [2021-02-19T02:51:31.020Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-19T02:51:31.020Z] ---> Running in 7c96c0db1924 [2021-02-19T02:51:31.454Z] Removing intermediate container 7c96c0db1924 [2021-02-19T02:51:31.454Z] ---> e0624c71acb0 [2021-02-19T02:51:31.454Z] Step 7/8 : COPY . . [2021-02-19T02:51:34.281Z] ---> b87fe73d35d0 [2021-02-19T02:51:34.281Z] Step 8/8 : RUN go mod download [2021-02-19T02:51:34.281Z] ---> Running in 136b2a505f62 [2021-02-19T02:51:46.497Z] gofmt -l . [2021-02-19T02:51:46.497Z] [ "`gofmt -l .`" = "" ] [2021-02-19T02:51:46.497Z] ./bin/test-attribution-txt.sh [2021-02-19T02:51:46.497Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-19T02:51:46.518Z] $ docker stop --time=1 a073e61416091d5bbf37ac529f710ad3cbd439b84944558dc666fa04d54c170e [2021-02-19T02:51:48.802Z] $ docker rm -f a073e61416091d5bbf37ac529f710ad3cbd439b84944558dc666fa04d54c170e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T02:51:49.877Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-19T02:51:50.841Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T02:51:52.169Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-19T02:51:52.539Z] + ls -al . [2021-02-19T02:51:52.539Z] total 220 [2021-02-19T02:51:52.539Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 19 02:51 . [2021-02-19T02:51:52.539Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 .. [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 19 02:48 .dockerignore [2021-02-19T02:51:52.539Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 19 02:48 .git [2021-02-19T02:51:52.539Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 02:48 .github [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 19 02:48 .gitignore [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 19 02:48 Dockerfile.build [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 19 02:48 Jenkinsfile [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 19 02:48 LICENSE [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 19 02:48 Makefile [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 19 02:48 README.md [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 19 02:48 RELEASE-NOTES.txt [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 19 02:44 VERSION [2021-02-19T02:51:52.539Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 02:48 bin [2021-02-19T02:51:52.539Z] -rw-r--r-- 1 jenkins jenkins 101947 Feb 19 02:51 coverage.out [2021-02-19T02:51:52.539Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 example [2021-02-19T02:51:52.539Z] -rw-r--r-- 1 jenkins jenkins 516 Feb 19 02:51 go.mod [2021-02-19T02:51:52.539Z] -rw-r--r-- 1 jenkins jenkins 17372 Feb 19 02:51 go.sum [2021-02-19T02:51:52.539Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 19 02:48 internal [2021-02-19T02:51:52.539Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 openapi [2021-02-19T02:51:52.539Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 19 02:48 pkg [2021-02-19T02:51:52.539Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 snap [2021-02-19T02:51:52.539Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 19 02:48 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:51:52.933Z] + 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=0fdb717589780184d1be8695647f5ea4f5632b46 --label arch=arm64 --label version=0.0.0 . [2021-02-19T02:51:53.238Z] Sending build context to Docker daemon 2.482MB [2021-02-19T02:51:53.528Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:51:53.528Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-19T02:51:53.528Z] ---> 7285d65627dc [2021-02-19T02:51:53.528Z] Step 3/24 : ARG MAKE='make build' [2021-02-19T02:51:53.804Z] ---> Running in c1ea36cdcfa4 [2021-02-19T02:51:54.079Z] Removing intermediate container c1ea36cdcfa4 [2021-02-19T02:51:54.079Z] ---> 1d97081a3cac [2021-02-19T02:51:54.079Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-19T02:51:54.354Z] ---> Running in 2d83b0f3341d [2021-02-19T02:51:54.626Z] Removing intermediate container 2d83b0f3341d [2021-02-19T02:51:54.626Z] ---> b9403934faab [2021-02-19T02:51:54.626Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:51:54.899Z] ---> Running in b941cfcd6b0d [2021-02-19T02:51:55.176Z] Removing intermediate container b941cfcd6b0d [2021-02-19T02:51:55.176Z] ---> 9d16579a1b3b [2021-02-19T02:51:55.176Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:51:55.450Z] ---> Running in 79b21ea0fc0a [2021-02-19T02:51:57.418Z] Removing intermediate container 79b21ea0fc0a [2021-02-19T02:51:57.418Z] ---> 9281cc73f35b [2021-02-19T02:51:57.418Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-19T02:51:57.418Z] ---> Running in 6605f5b80b96 [2021-02-19T02:51:58.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T02:51:59.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T02:52:00.379Z] OK: 142 MiB in 39 packages [2021-02-19T02:52:01.358Z] Removing intermediate container 6605f5b80b96 [2021-02-19T02:52:01.358Z] ---> aa405fb7de6b [2021-02-19T02:52:01.358Z] Step 8/24 : COPY . . [2021-02-19T02:52:02.331Z] ---> 535d333f45e9 [2021-02-19T02:52:02.331Z] Step 9/24 : RUN ${MAKE} [2021-02-19T02:52:02.609Z] ---> Running in 58e1ad648e88 [2021-02-19T02:52:03.580Z] 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-02-19T02:52:15.648Z] Removing intermediate container 136b2a505f62 [2021-02-19T02:52:15.648Z] ---> 848d80e90c48 [2021-02-19T02:52:15.648Z] Successfully built 848d80e90c48 [2021-02-19T02:52:15.648Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:52:16.044Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T02:52:16.344Z] . [Pipeline] withDockerContainer [2021-02-19T02:52:16.925Z] prd-centos7-docker-4c-2g-26892 does not seem to be running inside a container [2021-02-19T02:52:17.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T02:52:18.324Z] $ docker top 63372c06dc985ea3f98b293cdae3b7a83525ef16881da8860db1a4cdf26f6d44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:52:20.048Z] + go version [2021-02-19T02:52:20.048Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T02:52:20.225Z] $ docker stop --time=1 63372c06dc985ea3f98b293cdae3b7a83525ef16881da8860db1a4cdf26f6d44 [2021-02-19T02:52:23.561Z] $ docker rm -f 63372c06dc985ea3f98b293cdae3b7a83525ef16881da8860db1a4cdf26f6d44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:52:25.279Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T02:52:25.566Z] . [Pipeline] withDockerContainer [2021-02-19T02:52:26.154Z] prd-centos7-docker-4c-2g-26892 does not seem to be running inside a container [2021-02-19T02:52:26.563Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T02:52:27.529Z] $ docker top facb3f7b91bc0abafe29bdc233ac0ad11d68f8acf45538d47440dbc75145f781 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:52:28.593Z] + make test [2021-02-19T02:52:28.593Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T02:52:30.420Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-19T02:52:31.856Z] Removing intermediate container 58e1ad648e88 [2021-02-19T02:52:31.856Z] ---> 81ce14b7bfc5 [2021-02-19T02:52:31.856Z] Step 10/24 : FROM scratch [2021-02-19T02:52:31.856Z] ---> [2021-02-19T02:52:31.856Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:52:31.856Z] ---> Running in 294e7b1e3ee8 [2021-02-19T02:52:32.131Z] Removing intermediate container 294e7b1e3ee8 [2021-02-19T02:52:32.131Z] ---> f251847d5b03 [2021-02-19T02:52:32.131Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-19T02:52:32.131Z] ---> Running in ddf4f553ddfc [2021-02-19T02:52:32.727Z] Removing intermediate container ddf4f553ddfc [2021-02-19T02:52:32.727Z] ---> 335c13a6360c [2021-02-19T02:52:32.727Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-19T02:52:32.727Z] ---> Running in 2efadf08dc3e [2021-02-19T02:52:33.324Z] Removing intermediate container 2efadf08dc3e [2021-02-19T02:52:33.324Z] ---> 59d2ecd45696 [2021-02-19T02:52:33.324Z] Step 14/24 : WORKDIR / [2021-02-19T02:52:33.324Z] ---> Running in 0e3fe83e927d [2021-02-19T02:52:33.920Z] Removing intermediate container 0e3fe83e927d [2021-02-19T02:52:33.921Z] ---> 7ae67593860e [2021-02-19T02:52:33.921Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-19T02:52:34.902Z] ---> 895fdb9406a7 [2021-02-19T02:52:34.902Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-19T02:52:35.496Z] ---> 7aded927c479 [2021-02-19T02:52:35.496Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-19T02:52:36.476Z] ---> 43043e86d3af [2021-02-19T02:52:36.476Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-19T02:52:37.071Z] ---> 86b3594275a1 [2021-02-19T02:52:37.071Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-19T02:52:37.666Z] ---> 831d1836de34 [2021-02-19T02:52:37.666Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-19T02:52:37.947Z] ---> Running in 58fe0da75b88 [2021-02-19T02:52:38.222Z] Removing intermediate container 58fe0da75b88 [2021-02-19T02:52:38.222Z] ---> 58cfe0a25fff [2021-02-19T02:52:38.222Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T02:52:38.496Z] ---> Running in 881e4d0a0483 [2021-02-19T02:52:38.771Z] Removing intermediate container 881e4d0a0483 [2021-02-19T02:52:38.771Z] ---> 81c84b0b5f56 [2021-02-19T02:52:38.771Z] Step 22/24 : LABEL arch=arm64 [2021-02-19T02:52:39.049Z] ---> Running in 5d0e64ab671e [2021-02-19T02:52:39.326Z] Removing intermediate container 5d0e64ab671e [2021-02-19T02:52:39.326Z] ---> e5a3d19d3f50 [2021-02-19T02:52:39.326Z] Step 23/24 : LABEL git_sha=0fdb717589780184d1be8695647f5ea4f5632b46 [2021-02-19T02:52:39.601Z] ---> Running in b2b2cf95562a [2021-02-19T02:52:40.200Z] Removing intermediate container b2b2cf95562a [2021-02-19T02:52:40.200Z] ---> 794b95034a98 [2021-02-19T02:52:40.200Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T02:52:40.200Z] ---> Running in ec21a58ab51f [2021-02-19T02:52:40.797Z] Removing intermediate container ec21a58ab51f [2021-02-19T02:52:40.797Z] ---> 5bf26a1405c5 [2021-02-19T02:52:40.797Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-19T02:52:40.797Z] Successfully built 5bf26a1405c5 [2021-02-19T02:52:40.797Z] 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] } [2021-02-19T02:52:51.785Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-19T02:53:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-19T02:53:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-19T02:53:32.205Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-19T02:53:38.361Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.071s coverage: 25.5% of statements [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.192s coverage: 10.1% of statements [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.081s coverage: 12.5% of statements [2021-02-19T02:54:06.249Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.084s coverage: 84.8% of statements [2021-02-19T02:54:06.249Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-19T02:54:06.249Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-19T02:54:06.249Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-19T02:54:06.249Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.403s coverage: 49.2% of statements [2021-02-19T02:54:06.249Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.153s coverage: 81.3% of statements [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.370s coverage: 24.8% of statements [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.311s coverage: 83.5% of statements [2021-02-19T02:54:06.249Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.239s coverage: 5.3% of statements [2021-02-19T02:54:06.249Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-19T02:54:06.250Z] GO111MODULE=on go vet ./... [2021-02-19T02:54:35.296Z] gofmt -l . [2021-02-19T02:54:35.297Z] [ "`gofmt -l .`" = "" ] [2021-02-19T02:54:35.297Z] ./bin/test-attribution-txt.sh [2021-02-19T02:54:38.982Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-19T02:54:40.013Z] $ docker stop --time=1 facb3f7b91bc0abafe29bdc233ac0ad11d68f8acf45538d47440dbc75145f781 [2021-02-19T02:54:44.158Z] $ docker rm -f facb3f7b91bc0abafe29bdc233ac0ad11d68f8acf45538d47440dbc75145f781 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T02:54:46.128Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-19T02:54:46.172Z] Warning: overwriting stash ‘coverage-report’ [2021-02-19T02:54:47.111Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-19T02:54:47.987Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-19T02:54:48.390Z] + ls -al . [2021-02-19T02:54:48.390Z] total 184 [2021-02-19T02:54:48.390Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 19 02:54 . [2021-02-19T02:54:48.390Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 19 02:50 .. [2021-02-19T02:54:48.390Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 19 02:50 bin [2021-02-19T02:54:48.390Z] -rw-r--r--. 1 jenkins jenkins 101947 Feb 19 02:54 coverage.out [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 19 02:50 Dockerfile.build [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 19 02:50 .dockerignore [2021-02-19T02:54:48.390Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 19 02:50 example [2021-02-19T02:54:48.390Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 19 02:50 .git [2021-02-19T02:54:48.390Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 19 02:50 .github [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 19 02:50 .gitignore [2021-02-19T02:54:48.390Z] -rw-r--r--. 1 jenkins jenkins 516 Feb 19 02:54 go.mod [2021-02-19T02:54:48.390Z] -rw-r--r--. 1 jenkins jenkins 17372 Feb 19 02:54 go.sum [2021-02-19T02:54:48.390Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 19 02:50 internal [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 19 02:50 Jenkinsfile [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 19 02:50 LICENSE [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 19 02:50 Makefile [2021-02-19T02:54:48.390Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 19 02:50 openapi [2021-02-19T02:54:48.390Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 19 02:50 pkg [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 19 02:50 README.md [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 19 02:50 RELEASE-NOTES.txt [2021-02-19T02:54:48.390Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 19 02:50 snap [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 19 02:44 VERSION [2021-02-19T02:54:48.390Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 19 02:50 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:54:49.395Z] + 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=0fdb717589780184d1be8695647f5ea4f5632b46 --label arch=amd64 --label version=0.0.0 . [2021-02-19T02:54:50.039Z] Sending build context to Docker daemon 2.49MB [2021-02-19T02:54:50.039Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T02:54:50.039Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-19T02:54:50.039Z] ---> 848d80e90c48 [2021-02-19T02:54:50.039Z] Step 3/24 : ARG MAKE='make build' [2021-02-19T02:54:50.770Z] ---> Running in 3f2d0dfcb010 [2021-02-19T02:54:51.065Z] Removing intermediate container 3f2d0dfcb010 [2021-02-19T02:54:51.065Z] ---> 73389a69a365 [2021-02-19T02:54:51.065Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-19T02:54:51.065Z] ---> Running in 4152a6433513 [2021-02-19T02:54:51.353Z] Removing intermediate container 4152a6433513 [2021-02-19T02:54:51.353Z] ---> 1e78c71795ca [2021-02-19T02:54:51.353Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:54:51.641Z] ---> Running in 88b3b9148e56 [2021-02-19T02:54:51.641Z] Removing intermediate container 88b3b9148e56 [2021-02-19T02:54:51.641Z] ---> c2bc16f65014 [2021-02-19T02:54:51.641Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T02:54:51.961Z] ---> Running in c754d6d250f8 [2021-02-19T02:54:53.312Z] Removing intermediate container c754d6d250f8 [2021-02-19T02:54:53.312Z] ---> 1221f997783c [2021-02-19T02:54:53.312Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-19T02:54:53.313Z] ---> Running in fded37abd1aa [2021-02-19T02:54:54.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T02:54:55.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T02:54:56.245Z] OK: 166 MiB in 39 packages [2021-02-19T02:54:56.904Z] Removing intermediate container fded37abd1aa [2021-02-19T02:54:56.904Z] ---> cdeac26867e0 [2021-02-19T02:54:56.904Z] Step 8/24 : COPY . . [2021-02-19T02:54:59.036Z] ---> 134074ef3783 [2021-02-19T02:54:59.036Z] Step 9/24 : RUN ${MAKE} [2021-02-19T02:54:59.036Z] ---> Running in 4b8827d6c1a5 [2021-02-19T02:55:00.828Z] 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-02-19T02:55:24.010Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-19T02:55:26.941Z] Removing intermediate container 4b8827d6c1a5 [2021-02-19T02:55:26.941Z] ---> c024da1130b5 [2021-02-19T02:55:26.941Z] Step 10/24 : FROM scratch [2021-02-19T02:55:26.941Z] ---> [2021-02-19T02:55:26.941Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T02:55:27.263Z] ---> Running in 28d93a0aaea0 [2021-02-19T02:55:27.931Z] Removing intermediate container 28d93a0aaea0 [2021-02-19T02:55:27.931Z] ---> 7a32d29add92 [2021-02-19T02:55:27.931Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-19T02:55:27.931Z] ---> Running in 17c19e6602a6 [2021-02-19T02:55:28.314Z] Removing intermediate container 17c19e6602a6 [2021-02-19T02:55:28.315Z] ---> 8b31a5f15975 [2021-02-19T02:55:28.315Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-19T02:55:28.315Z] ---> Running in b55b13bbc27c [2021-02-19T02:55:29.055Z] Removing intermediate container b55b13bbc27c [2021-02-19T02:55:29.055Z] ---> bc76f7fccc6c [2021-02-19T02:55:29.055Z] Step 14/24 : WORKDIR / [2021-02-19T02:55:29.055Z] ---> Running in e84759b66f28 [2021-02-19T02:55:30.168Z] Removing intermediate container e84759b66f28 [2021-02-19T02:55:30.168Z] ---> 2a4b8e686ab2 [2021-02-19T02:55:30.168Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-19T02:55:31.178Z] ---> af7c7e783d44 [2021-02-19T02:55:31.178Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-19T02:55:31.877Z] ---> 4f54d155cba0 [2021-02-19T02:55:31.877Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-19T02:55:33.012Z] ---> 64b2c92fc5a0 [2021-02-19T02:55:33.012Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-19T02:55:33.012Z] ---> 668c8a6f3b82 [2021-02-19T02:55:33.012Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-19T02:55:33.689Z] ---> c2c890704fd0 [2021-02-19T02:55:33.689Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-19T02:55:33.689Z] ---> Running in f47b06aa8ee6 [2021-02-19T02:55:34.508Z] Removing intermediate container f47b06aa8ee6 [2021-02-19T02:55:34.508Z] ---> 9ffd8895613a [2021-02-19T02:55:34.508Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T02:55:34.508Z] ---> Running in c502e174bb7d [2021-02-19T02:55:34.877Z] Removing intermediate container c502e174bb7d [2021-02-19T02:55:34.877Z] ---> 606bc94883ff [2021-02-19T02:55:34.877Z] Step 22/24 : LABEL arch=amd64 [2021-02-19T02:55:35.854Z] ---> Running in adcf9875951a [2021-02-19T02:55:36.504Z] Removing intermediate container adcf9875951a [2021-02-19T02:55:36.504Z] ---> b909646c52ee [2021-02-19T02:55:36.504Z] Step 23/24 : LABEL git_sha=0fdb717589780184d1be8695647f5ea4f5632b46 [2021-02-19T02:55:36.504Z] ---> Running in d214786f50c9 [2021-02-19T02:55:36.790Z] Removing intermediate container d214786f50c9 [2021-02-19T02:55:36.790Z] ---> 984f01283428 [2021-02-19T02:55:36.790Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T02:55:37.197Z] ---> Running in 2057a7ba4931 [2021-02-19T02:55:37.486Z] Removing intermediate container 2057a7ba4931 [2021-02-19T02:55:37.486Z] ---> 070e8e8c3a73 [2021-02-19T02:55:37.486Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-19T02:55:37.486Z] Successfully built 070e8e8c3a73 [2021-02-19T02:55:37.486Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-19T02:55:39.764Z] provisioning config files... [2021-02-19T02:55:39.811Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config2966877881697447053tmp [Pipeline] { [Pipeline] sh [2021-02-19T02:55:40.319Z] + set +x [2021-02-19T02:55:40.319Z] + bash -s -- [2021-02-19T02:55:40.319Z] + curl -s https://codecov.io/bash [2021-02-19T02:55:40.622Z] [2021-02-19T02:55:40.622Z] _____ _ [2021-02-19T02:55:40.622Z] / ____| | | [2021-02-19T02:55:40.622Z] | | ___ __| | ___ ___ _____ __ [2021-02-19T02:55:40.622Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-19T02:55:40.622Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-19T02:55:40.622Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-19T02:55:40.622Z] Bash-20210129-7c25fce [2021-02-19T02:55:40.622Z] [2021-02-19T02:55:40.622Z] [2021-02-19T02:55:40.622Z] ==> git version 2.24.3 found [2021-02-19T02:55:40.622Z] ==> 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-02-19T02:55:40.622Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-19T02:55:40.622Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-19T02:55:40.622Z] ==> Jenkins CI detected. [2021-02-19T02:55:40.622Z] project root: . [2021-02-19T02:55:40.622Z] --> token set from env [2021-02-19T02:55:40.622Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-19T02:55:40.905Z] ==> Running gcov in . (disable via -X gcov) [2021-02-19T02:55:40.905Z] ==> Python coveragepy not found [2021-02-19T02:55:40.905Z] ==> Searching for coverage reports in: [2021-02-19T02:55:40.905Z] + . [2021-02-19T02:55:40.905Z] -> Found 1 reports [2021-02-19T02:55:40.905Z] ==> Detecting git/mercurial file structure [2021-02-19T02:55:40.905Z] ==> Reading reports [2021-02-19T02:55:41.195Z] + ./coverage.out bytes=101947 [2021-02-19T02:55:41.195Z] ==> Appending adjustments [2021-02-19T02:55:41.195Z] https://docs.codecov.io/docs/fixing-reports [2021-02-19T02:55:42.884Z] + Found adjustments [2021-02-19T02:55:42.884Z] ==> Gzipping contents [2021-02-19T02:55:42.884Z] 20K /tmp/codecov.lAqlae.gz [2021-02-19T02:55:42.884Z] ==> Uploading reports [2021-02-19T02:55:42.884Z] url: https://codecov.io [2021-02-19T02:55:42.884Z] query: branch=PR-786&commit=0fdb717589780184d1be8695647f5ea4f5632b46&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= [2021-02-19T02:55:42.884Z] -> Pinging Codecov [2021-02-19T02:55:42.884Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-786&commit=0fdb717589780184d1be8695647f5ea4f5632b46&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= [2021-02-19T02:55:43.155Z] -> Uploading to [2021-02-19T02:55:43.156Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-19/7E55EF52A471D76F132DFD9A03CDDE97/0fdb717589780184d1be8695647f5ea4f5632b46/9723685f-90be-4ce0-a039-a111199cbbe4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T025543Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d589ccfe75701c9822389253fc0f6b0a8254de8025604e9729a03e34d5a7541 [2021-02-19T02:55:43.156Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-19T02:55:43.156Z] Dload Upload Total Spent Left Speed [2021-02-19T02:55:43.870Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16486 0 0 100 16486 0 21327 --:--:-- --:--:-- --:--:-- 21327 [2021-02-19T02:55:43.870Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0fdb717589780184d1be8695647f5ea4f5632b46 [Pipeline] } [2021-02-19T02:55:43.883Z] 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-02-19T02:55:46.495Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:55:47.718Z] ---> package-listing.sh [2021-02-19T02:55:47.718Z] ++ facter osfamily [2021-02-19T02:55:47.718Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T02:55:47.998Z] + OS_FAMILY=redhat [2021-02-19T02:55:47.998Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-786 [2021-02-19T02:55:47.998Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T02:55:47.998Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T02:55:47.998Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T02:55:47.998Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T02:55:47.998Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' [2021-02-19T02:55:47.998Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T02:55:47.998Z] + case "${OS_FAMILY}" in [2021-02-19T02:55:47.998Z] + sort [2021-02-19T02:55:47.998Z] + rpm -qa [2021-02-19T02:56:04.285Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T02:56:04.286Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T02:56:04.286Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T02:56:04.286Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' [2021-02-19T02:56:04.286Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ [2021-02-19T02:56:04.286Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ [Pipeline] echo [2021-02-19T02:56:04.319Z] 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-786/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-19T02:56:04.722Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:56:05.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T02:56:06.010Z] [2021-02-19T02:56:06.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T02:56:07.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T02:56:07.866Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T02:56:07.866Z] df20fa9351a1: Pulling fs layer [2021-02-19T02:56:07.866Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T02:56:07.866Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T02:56:07.866Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T02:56:07.866Z] 93b61091891f: Pulling fs layer [2021-02-19T02:56:07.866Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T02:56:07.866Z] 5e14af77c1be: Pulling fs layer [2021-02-19T02:56:07.866Z] 01666e4c0597: Pulling fs layer [2021-02-19T02:56:07.866Z] aa168da1d23b: Pulling fs layer [2021-02-19T02:56:07.866Z] 46f8f816bc3b: Waiting [2021-02-19T02:56:07.866Z] 93b61091891f: Waiting [2021-02-19T02:56:07.866Z] 93b9cdb0e59b: Waiting [2021-02-19T02:56:07.866Z] 5e14af77c1be: Waiting [2021-02-19T02:56:07.866Z] 01666e4c0597: Waiting [2021-02-19T02:56:07.866Z] aa168da1d23b: Waiting [2021-02-19T02:56:07.866Z] 36b3adc4ff6f: Verifying Checksum [2021-02-19T02:56:07.866Z] 36b3adc4ff6f: Download complete [2021-02-19T02:56:08.509Z] 46f8f816bc3b: Verifying Checksum [2021-02-19T02:56:08.509Z] 46f8f816bc3b: Download complete [2021-02-19T02:56:08.509Z] df20fa9351a1: Verifying Checksum [2021-02-19T02:56:08.509Z] df20fa9351a1: Download complete [2021-02-19T02:56:08.811Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T02:56:08.811Z] 93b9cdb0e59b: Download complete [2021-02-19T02:56:08.811Z] 5e14af77c1be: Verifying Checksum [2021-02-19T02:56:08.811Z] 5e14af77c1be: Download complete [2021-02-19T02:56:08.811Z] 01666e4c0597: Verifying Checksum [2021-02-19T02:56:08.811Z] 01666e4c0597: Download complete [2021-02-19T02:56:08.811Z] 93b61091891f: Verifying Checksum [2021-02-19T02:56:08.811Z] 93b61091891f: Download complete [2021-02-19T02:56:10.331Z] 8ad3a11d3b57: Verifying Checksum [2021-02-19T02:56:10.331Z] 8ad3a11d3b57: Download complete [2021-02-19T02:56:11.000Z] df20fa9351a1: Pull complete [2021-02-19T02:56:11.788Z] 36b3adc4ff6f: Pull complete [2021-02-19T02:56:15.349Z] 8ad3a11d3b57: Pull complete [2021-02-19T02:56:15.671Z] 46f8f816bc3b: Pull complete [2021-02-19T02:56:17.388Z] 93b61091891f: Pull complete [2021-02-19T02:56:17.720Z] 93b9cdb0e59b: Pull complete [2021-02-19T02:56:18.021Z] 5e14af77c1be: Pull complete [2021-02-19T02:56:18.640Z] 01666e4c0597: Pull complete [2021-02-19T02:56:18.640Z] aa168da1d23b: Verifying Checksum [2021-02-19T02:56:18.640Z] aa168da1d23b: Download complete [2021-02-19T02:56:41.535Z] aa168da1d23b: Pull complete [2021-02-19T02:56:41.535Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T02:56:41.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T02:56:41.535Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T02:56:42.708Z] prd-centos7-docker-4c-2g-26885 does not seem to be running inside a container [2021-02-19T02:56:43.106Z] $ 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-786/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-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-19T02:56:47.082Z] $ docker top c88dfa094e8e393f7746bdf55682e46852eef55d5e52bfeeb0b0f4207a170a54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T02:56:48.140Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T02:56:48.644Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T02:56:49.448Z] + ls /var/log/sa-host [2021-02-19T02:56:49.448Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T02:56:49.448Z] file_magic: OK [2021-02-19T02:56:49.448Z] HZ: Using current value: 100 [2021-02-19T02:56:49.448Z] file_header: OK [2021-02-19T02:56:49.448Z] 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-02-19T02:56:49.448Z] Statistics: [2021-02-19T02:56:49.448Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-19T02:56:49.448Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T02:56:49.448Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T02:56:49.448Z] file_magic: OK [2021-02-19T02:56:49.448Z] HZ: Using current value: 100 [2021-02-19T02:56:49.448Z] file_header: OK [2021-02-19T02:56:49.448Z] 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-02-19T02:56:49.448Z] Statistics: [2021-02-19T02:56:49.448Z] Hnuu...uuuununununu... [2021-02-19T02:56:49.448Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T02:56:49.881Z] provisioning config files... [2021-02-19T02:56:49.961Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config971583934652878026tmp [Pipeline] { [Pipeline] echo [2021-02-19T02:56:50.110Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:56:51.454Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T02:56:51.768Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T02:56:51.866Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:56:52.840Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T02:56:52.843Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:56:53.674Z] ---> sudo-logs.sh [2021-02-19T02:56:53.674Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T02:56:53.748Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:56:54.641Z] ---> job-cost.sh [2021-02-19T02:56:55.034Z] lf-activate-venv: SKIPPING [2021-02-19T02:56:55.034Z] INFO: No Stack... [2021-02-19T02:56:56.095Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T02:56:56.702Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T02:56:56.724Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T02:56:57.534Z] ---> logs-deploy.sh [2021-02-19T02:56:57.534Z] lf-activate-venv: SKIPPING [2021-02-19T02:56:57.534Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-786/3 [2021-02-19T02:56:57.534Z] INFO: archiving workspace using pattern(s): [2021-02-19T02:57:01.216Z] Archives upload complete. [2021-02-19T02:57:01.216Z] INFO: archiving logs to Nexus