Pull request #790 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 465e2659f57f35e6c4c111258cc80f8afbaf5fbe+24bd13d414fb94824a4c7d4031bbe24e258abd9f (92968139c3e4253edf25acd3f20f4fe380ea88ee) 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-26897 in /w/workspace/dgexfoundry_device-sdk-go_PR-790 [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-790 # 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 465e2659f57f35e6c4c111258cc80f8afbaf5fbe Merge succeeded, producing 465e2659f57f35e6c4c111258cc80f8afbaf5fbe Checking out Revision 465e2659f57f35e6c4c111258cc80f8afbaf5fbe (PR-790) > 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/790/head:refs/remotes/origin/PR-790 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 465e2659f57f35e6c4c111258cc80f8afbaf5fbe # 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 465e2659f57f35e6c4c111258cc80f8afbaf5fbe # timeout=10 Commit message: "refactor: update logging message of simpledriver" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 50f1ddb1a142587254fdc2aadec93e66e2ce82e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T03:36:36.333Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T03:36:36.602Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T03:36:36.702Z] ========================================================= [2021-02-19T03:36:36.702Z] EdgeX Global Pipelines Version Info [2021-02-19T03:36:36.703Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:36:38.197Z] ------------------- [2021-02-19T03:36:38.197Z] stable info: [2021-02-19T03:36:38.197Z] ------------------- [2021-02-19T03:36:38.197Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T03:36:38.197Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T03:36:38.197Z] Message: update stable to v1.0.179 [2021-02-19T03:36:39.143Z] ------------------- [2021-02-19T03:36:39.143Z] experimental info: [2021-02-19T03:36:39.143Z] ------------------- [2021-02-19T03:36:39.143Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T03:36:39.143Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T03:36:39.143Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T03:36:39.488Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-19T03:36:39.585Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-19T03:36:39.691Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T03:36:39.784Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T03:36:39.876Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T03:36:39.972Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T03:36:40.105Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T03:36:40.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T03:36:40.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-19T03:36:40.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T03:36:40.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T03:36:40.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-19T03:36:40.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T03:36:40.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T03:36:40.996Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-19T03:36:41.082Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T03:36:41.170Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T03:36:41.258Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T03:36:41.369Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T03:36:41.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-19T03:36:41.567Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-19T03:36:41.654Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-19T03:36:41.741Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-19T03:36:41.829Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-19T03:36:41.920Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-19T03:36:42.009Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T03:36:42.110Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T03:36:42.199Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-790 [Pipeline] echo [2021-02-19T03:36:42.287Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-790 [Pipeline] echo [2021-02-19T03:36:42.375Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-790 [Pipeline] echo [2021-02-19T03:36:42.463Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 465e2659f57f35e6c4c111258cc80f8afbaf5fbe [Pipeline] echo [2021-02-19T03:36:42.564Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 465e265 [Pipeline] echo [2021-02-19T03:36:42.937Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T03:36:43.106Z] provisioning config files... [2021-02-19T03:36:43.136Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/config7969907891685441805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:36:43.499Z] ---> docker-login.sh [2021-02-19T03:36:43.500Z] nexus3.edgexfoundry.org:10001 [2021-02-19T03:36:43.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:36:44.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:36:44.023Z] Configure a credential helper to remove this warning. See [2021-02-19T03:36:44.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:36:44.023Z] [2021-02-19T03:36:44.023Z] Login Succeeded [2021-02-19T03:36:44.023Z] nexus3.edgexfoundry.org:10002 [2021-02-19T03:36:44.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:36:44.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:36:44.290Z] Configure a credential helper to remove this warning. See [2021-02-19T03:36:44.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:36:44.290Z] [2021-02-19T03:36:44.290Z] Login Succeeded [2021-02-19T03:36:44.290Z] nexus3.edgexfoundry.org:10003 [2021-02-19T03:36:44.290Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:36:44.290Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:36:44.290Z] Configure a credential helper to remove this warning. See [2021-02-19T03:36:44.290Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:36:44.290Z] [2021-02-19T03:36:44.290Z] Login Succeeded [2021-02-19T03:36:44.290Z] nexus3.edgexfoundry.org:10004 [2021-02-19T03:36:44.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:36:44.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:36:44.552Z] Configure a credential helper to remove this warning. See [2021-02-19T03:36:44.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:36:44.552Z] [2021-02-19T03:36:44.552Z] Login Succeeded [2021-02-19T03:36:44.552Z] docker.io [2021-02-19T03:36:44.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:36:45.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:36:45.125Z] Configure a credential helper to remove this warning. See [2021-02-19T03:36:45.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:36:45.125Z] [2021-02-19T03:36:45.125Z] Login Succeeded [2021-02-19T03:36:45.125Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T03:36:45.135Z] 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-19T03:36:45.977Z] + git log --format=format:%s -1 465e2659f57f35e6c4c111258cc80f8afbaf5fbe [Pipeline] echo [2021-02-19T03:36:46.047Z] GIT_COMMIT: 465e2659f57f35e6c4c111258cc80f8afbaf5fbe, Commit Message: refactor: update logging message of simpledriver [Pipeline] echo [2021-02-19T03:36:46.097Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:36:47.124Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T03:36:47.124Z] [2021-02-19T03:36:47.124Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:36:47.471Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T03:36:47.471Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T03:36:47.471Z] 31603596830f: Pulling fs layer [2021-02-19T03:36:47.471Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T03:36:47.471Z] 6ca5941a6612: Pulling fs layer [2021-02-19T03:36:47.471Z] ecc8261a40a4: Pulling fs layer [2021-02-19T03:36:47.471Z] ecc8261a40a4: Waiting [2021-02-19T03:36:47.471Z] 2a8b12db71e7: Verifying Checksum [2021-02-19T03:36:47.471Z] 2a8b12db71e7: Download complete [2021-02-19T03:36:47.738Z] 31603596830f: Verifying Checksum [2021-02-19T03:36:47.738Z] 31603596830f: Download complete [2021-02-19T03:36:47.738Z] 6ca5941a6612: Verifying Checksum [2021-02-19T03:36:47.738Z] 6ca5941a6612: Download complete [2021-02-19T03:36:47.738Z] ecc8261a40a4: Download complete [2021-02-19T03:36:48.002Z] 31603596830f: Pull complete [2021-02-19T03:36:48.266Z] 2a8b12db71e7: Pull complete [2021-02-19T03:36:49.219Z] 6ca5941a6612: Pull complete [2021-02-19T03:36:49.219Z] ecc8261a40a4: Pull complete [2021-02-19T03:36:49.480Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T03:36:49.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T03:36:49.480Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T03:36:49.581Z] prd-centos7-docker-4c-2g-26897 does not seem to be running inside a container [2021-02-19T03:36:49.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-790 -v /w/workspace/dgexfoundry_device-sdk-go_PR-790:/w/workspace/dgexfoundry_device-sdk-go_PR-790:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-790@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T03:36:52.023Z] $ docker top 3532c4b177bc7deaff765067ca639d52db22f819b74c795723de2ff3b141b1ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T03:36:52.308Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T03:36:52.308Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T03:36:52.525Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T03:36:52.528Z] $ docker exec 3532c4b177bc7deaff765067ca639d52db22f819b74c795723de2ff3b141b1ff ssh-agent [2021-02-19T03:36:52.695Z] SSH_AUTH_SOCK=/tmp/ssh-nht7arf2NFil/agent.12 [2021-02-19T03:36:52.695Z] SSH_AGENT_PID=17 [2021-02-19T03:36:52.704Z] Running ssh-add (command line suppressed) [2021-02-19T03:36:52.820Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_4738731330463040802.key (/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_4738731330463040802.key) [2021-02-19T03:36:52.871Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T03:36:53.209Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T03:36:53.229Z] $ docker exec --env ******** --env ******** 3532c4b177bc7deaff765067ca639d52db22f819b74c795723de2ff3b141b1ff ssh-agent -k [2021-02-19T03:36:53.342Z] unset SSH_AUTH_SOCK; [2021-02-19T03:36:53.342Z] unset SSH_AGENT_PID; [2021-02-19T03:36:53.342Z] echo Agent pid 17 killed; [2021-02-19T03:36:53.388Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T03:36:53.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T03:36:53.523Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T03:36:53.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T03:36:53.688Z] $ docker exec 3532c4b177bc7deaff765067ca639d52db22f819b74c795723de2ff3b141b1ff ssh-agent [2021-02-19T03:36:53.854Z] SSH_AUTH_SOCK=/tmp/ssh-RPF4zwnDLPOU/agent.46 [2021-02-19T03:36:53.854Z] SSH_AGENT_PID=51 [2021-02-19T03:36:53.862Z] Running ssh-add (command line suppressed) [2021-02-19T03:36:53.978Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_7238062623393464871.key (/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/private_key_7238062623393464871.key) [2021-02-19T03:36:54.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T03:36:54.371Z] + git semver init [2021-02-19T03:36:54.372Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T03:36:54.372Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-790/.git [2021-02-19T03:36:54.372Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-790 [2021-02-19T03:36:54.372Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T03:36:54.372Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T03:36:54.372Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T03:36:54.372Z] # $SEMVER_BRANCH = PR-790 [2021-02-19T03:36:54.372Z] # $SEMVER_TEMP = /tmp/semver-094747392 [2021-02-19T03:36:54.372Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-19T03:36:55.317Z] # '/tmp/semver-094747392' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-790/.semver' [2021-02-19T03:36:55.317Z] # -> Force: false [2021-02-19T03:36:55.317Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-790/.semver [Pipeline] } [2021-02-19T03:36:55.338Z] $ docker exec --env ******** --env ******** 3532c4b177bc7deaff765067ca639d52db22f819b74c795723de2ff3b141b1ff ssh-agent -k [2021-02-19T03:36:55.474Z] unset SSH_AUTH_SOCK; [2021-02-19T03:36:55.474Z] unset SSH_AGENT_PID; [2021-02-19T03:36:55.474Z] echo Agent pid 51 killed; [2021-02-19T03:36:55.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T03:36:56.045Z] + git semver [Pipeline] } [2021-02-19T03:36:56.061Z] $ docker stop --time=1 3532c4b177bc7deaff765067ca639d52db22f819b74c795723de2ff3b141b1ff [2021-02-19T03:36:57.424Z] $ docker rm -f 3532c4b177bc7deaff765067ca639d52db22f819b74c795723de2ff3b141b1ff [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T03:36:57.924Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T03:36:58.445Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T03:36:58.448Z] [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-19T03:37:13.971Z] Still waiting to schedule task [2021-02-19T03:37:13.971Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26897’ [2021-02-19T03:37:13.974Z] Still waiting to schedule task [2021-02-19T03:37:13.974Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-19T03:38:53.802Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26898 in /w/workspace/dgexfoundry_device-sdk-go_PR-790 [Pipeline] { [Pipeline] ws [2021-02-19T03:38:53.895Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-19T03:38:59.081Z] using credential edgex-jenkins-ssh [2021-02-19T03:38:59.141Z] Cloning the remote Git repository [2021-02-19T03:38:59.206Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T03:38:59.336Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-19T03:38:59.414Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T03:38:59.415Z] > git --version # timeout=10 [2021-02-19T03:38:59.431Z] > git --version # 'git version 2.17.1' [2021-02-19T03:38:59.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T03:38:59.505Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T03:39:01.325Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 465e2659f57f35e6c4c111258cc80f8afbaf5fbe [2021-02-19T03:39:00.631Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T03:39:00.659Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T03:39:00.691Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T03:39:00.733Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T03:39:00.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T03:39:00.744Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/790/head:refs/remotes/origin/PR-790 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T03:39:01.345Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T03:39:01.365Z] > git checkout -f 465e2659f57f35e6c4c111258cc80f8afbaf5fbe # timeout=10 [2021-02-19T03:39:01.600Z] Merge succeeded, producing 465e2659f57f35e6c4c111258cc80f8afbaf5fbe [2021-02-19T03:39:01.601Z] Checking out Revision 465e2659f57f35e6c4c111258cc80f8afbaf5fbe (PR-790) [2021-02-19T03:39:01.508Z] > git remote # timeout=10 [2021-02-19T03:39:01.527Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T03:39:01.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T03:39:01.561Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-19T03:39:01.583Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T03:39:01.605Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T03:39:01.615Z] > git checkout -f 465e2659f57f35e6c4c111258cc80f8afbaf5fbe # timeout=10 [2021-02-19T03:39:06.278Z] Commit message: "refactor: update logging message of simpledriver" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T03:39:07.914Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-19T03:39:08.320Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T03:39:08.662Z] + + sudo service docker restart [2021-02-19T03:39:08.662Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T03:39:11.409Z] provisioning config files... [2021-02-19T03:39:11.449Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config5510378441128575738tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:39:11.874Z] ---> docker-login.sh [2021-02-19T03:39:11.874Z] nexus3.edgexfoundry.org:10001 [2021-02-19T03:39:12.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:13.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:13.136Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:13.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:13.136Z] [2021-02-19T03:39:13.136Z] Login Succeeded [2021-02-19T03:39:13.136Z] nexus3.edgexfoundry.org:10002 [2021-02-19T03:39:13.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:13.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:13.688Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:13.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:13.688Z] [2021-02-19T03:39:13.688Z] Login Succeeded [2021-02-19T03:39:13.688Z] nexus3.edgexfoundry.org:10003 [2021-02-19T03:39:13.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:14.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:14.251Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:14.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:14.251Z] [2021-02-19T03:39:14.251Z] Login Succeeded [2021-02-19T03:39:14.251Z] nexus3.edgexfoundry.org:10004 [2021-02-19T03:39:14.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:14.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:14.800Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:14.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:14.800Z] [2021-02-19T03:39:14.800Z] Login Succeeded [2021-02-19T03:39:14.800Z] docker.io [2021-02-19T03:39:15.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:15.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:15.674Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:15.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:15.674Z] [2021-02-19T03:39:15.674Z] Login Succeeded [2021-02-19T03:39:15.674Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T03:39:15.692Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T03:39:16.132Z] ========================================================= [2021-02-19T03:39:16.132Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T03:39:16.132Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:39:16.516Z] + 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-19T03:39:17.139Z] Sending build context to Docker daemon 2.41MB [2021-02-19T03:39:17.139Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T03:39:17.139Z] Step 2/8 : FROM ${BASE} [2021-02-19T03:39:17.139Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T03:39:17.139Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T03:39:17.139Z] a4357932f1b6: Pulling fs layer [2021-02-19T03:39:17.139Z] 18c013af1878: Pulling fs layer [2021-02-19T03:39:17.139Z] 00ac8860ef70: Pulling fs layer [2021-02-19T03:39:17.139Z] 63d7cb157983: Pulling fs layer [2021-02-19T03:39:17.139Z] b116817d02f9: Pulling fs layer [2021-02-19T03:39:17.139Z] 745a02a5169b: Pulling fs layer [2021-02-19T03:39:17.139Z] 00ac8860ef70: Waiting [2021-02-19T03:39:17.139Z] 63d7cb157983: Waiting [2021-02-19T03:39:17.139Z] b116817d02f9: Waiting [2021-02-19T03:39:17.139Z] 745a02a5169b: Waiting [2021-02-19T03:39:17.139Z] 18c013af1878: Verifying Checksum [2021-02-19T03:39:17.139Z] 18c013af1878: Download complete [2021-02-19T03:39:17.139Z] a4357932f1b6: Verifying Checksum [2021-02-19T03:39:17.139Z] a4357932f1b6: Download complete [2021-02-19T03:39:17.139Z] 63d7cb157983: Download complete [2021-02-19T03:39:17.414Z] b116817d02f9: Verifying Checksum [2021-02-19T03:39:17.414Z] 5f621e34cdf4: Verifying Checksum [2021-02-19T03:39:17.414Z] 5f621e34cdf4: Download complete [2021-02-19T03:39:18.035Z] 5f621e34cdf4: Pull complete [2021-02-19T03:39:18.646Z] a4357932f1b6: Pull complete [2021-02-19T03:39:18.927Z] 18c013af1878: Pull complete [2021-02-19T03:39:19.913Z] 745a02a5169b: Verifying Checksum [2021-02-19T03:39:19.913Z] 745a02a5169b: Download complete [2021-02-19T03:39:21.348Z] 00ac8860ef70: Verifying Checksum [2021-02-19T03:39:21.348Z] 00ac8860ef70: Download complete [2021-02-19T03:39:31.556Z] 00ac8860ef70: Pull complete [2021-02-19T03:39:31.828Z] 63d7cb157983: Pull complete [2021-02-19T03:39:32.102Z] b116817d02f9: Pull complete [2021-02-19T03:39:36.440Z] 745a02a5169b: Pull complete [2021-02-19T03:39:36.440Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T03:39:36.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T03:39:36.440Z] ---> b7e6874047d6 [2021-02-19T03:39:36.440Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T03:39:37.873Z] Running on prd-centos7-docker-4c-2g-26899 in /w/workspace/dgexfoundry_device-sdk-go_PR-790 [Pipeline] { [Pipeline] ws [2021-02-19T03:39:37.927Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-19T03:39:39.065Z] ---> Running in 92cf7ea52378 [2021-02-19T03:39:39.338Z] Removing intermediate container 92cf7ea52378 [2021-02-19T03:39:39.338Z] ---> eaea3c0d4c16 [2021-02-19T03:39:39.338Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T03:39:39.338Z] ---> Running in 20c3e1940b3e [2021-02-19T03:39:40.313Z] using credential edgex-jenkins-ssh [2021-02-19T03:39:40.388Z] Cloning the remote Git repository [2021-02-19T03:39:40.414Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T03:39:40.482Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2021-02-19T03:39:41.314Z] Removing intermediate container 20c3e1940b3e [2021-02-19T03:39:41.315Z] ---> 09ee0600fd54 [2021-02-19T03:39:41.315Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-19T03:39:41.591Z] ---> Running in 9475b82c1076 [2021-02-19T03:39:40.546Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T03:39:40.547Z] > git --version # timeout=10 [2021-02-19T03:39:40.554Z] > git --version # 'git version 2.24.3' [2021-02-19T03:39:40.554Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T03:39:40.599Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T03:39:41.331Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T03:39:41.340Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T03:39:41.353Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-19T03:39:41.367Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-19T03:39:41.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T03:39:41.372Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/790/head:refs/remotes/origin/PR-790 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T03:39:41.868Z] Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit 465e2659f57f35e6c4c111258cc80f8afbaf5fbe [2021-02-19T03:39:41.982Z] Merge succeeded, producing 465e2659f57f35e6c4c111258cc80f8afbaf5fbe [2021-02-19T03:39:41.982Z] Checking out Revision 465e2659f57f35e6c4c111258cc80f8afbaf5fbe (PR-790) [2021-02-19T03:39:42.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T03:39:41.878Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T03:39:41.884Z] > git checkout -f 465e2659f57f35e6c4c111258cc80f8afbaf5fbe # timeout=10 [2021-02-19T03:39:41.949Z] > git remote # timeout=10 [2021-02-19T03:39:41.953Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T03:39:41.962Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T03:39:41.967Z] > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 [2021-02-19T03:39:41.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T03:39:41.986Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T03:39:41.992Z] > git checkout -f 465e2659f57f35e6c4c111258cc80f8afbaf5fbe # timeout=10 [2021-02-19T03:39:43.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T03:39:44.151Z] OK: 142 MiB in 39 packages [2021-02-19T03:39:45.147Z] Removing intermediate container 9475b82c1076 [2021-02-19T03:39:45.147Z] ---> 96392fd873ec [2021-02-19T03:39:45.147Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-19T03:39:45.421Z] ---> Running in 81350d57af90 [2021-02-19T03:39:45.691Z] Commit message: "refactor: update logging message of simpledriver" [Pipeline] withEnv [Pipeline] { [2021-02-19T03:39:46.026Z] Removing intermediate container 81350d57af90 [2021-02-19T03:39:46.026Z] ---> 56f4958b4289 [2021-02-19T03:39:46.026Z] Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T03:39:46.748Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T03:39:47.085Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T03:39:47.386Z] + sudo service docker restart [2021-02-19T03:39:47.386Z] + true [2021-02-19T03:39:47.386Z] Redirecting to /bin/systemctl restart docker.service [2021-02-19T03:39:47.475Z] ---> 83b6eb7131e7 [2021-02-19T03:39:47.475Z] Step 8/8 : RUN go mod download [2021-02-19T03:39:47.475Z] ---> Running in 6b65a90ae827 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T03:39:48.840Z] provisioning config files... [2021-02-19T03:39:48.868Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3285569839890605545tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:39:49.226Z] ---> docker-login.sh [2021-02-19T03:39:49.226Z] nexus3.edgexfoundry.org:10001 [2021-02-19T03:39:49.487Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:49.487Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:49.487Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:49.487Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:49.487Z] [2021-02-19T03:39:49.487Z] Login Succeeded [2021-02-19T03:39:49.487Z] nexus3.edgexfoundry.org:10002 [2021-02-19T03:39:49.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:49.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:49.750Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:49.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:49.750Z] [2021-02-19T03:39:49.750Z] Login Succeeded [2021-02-19T03:39:49.750Z] nexus3.edgexfoundry.org:10003 [2021-02-19T03:39:50.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:50.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:50.012Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:50.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:50.012Z] [2021-02-19T03:39:50.012Z] Login Succeeded [2021-02-19T03:39:50.012Z] nexus3.edgexfoundry.org:10004 [2021-02-19T03:39:50.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:50.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:50.012Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:50.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:50.012Z] [2021-02-19T03:39:50.012Z] Login Succeeded [2021-02-19T03:39:50.012Z] docker.io [2021-02-19T03:39:50.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T03:39:50.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T03:39:50.538Z] Configure a credential helper to remove this warning. See [2021-02-19T03:39:50.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T03:39:50.538Z] [2021-02-19T03:39:50.538Z] Login Succeeded [2021-02-19T03:39:50.538Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T03:39:50.548Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T03:39:50.991Z] ========================================================= [2021-02-19T03:39:50.991Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T03:39:50.991Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:39:51.373Z] + 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-19T03:39:51.373Z] Sending build context to Docker daemon 2.411MB [2021-02-19T03:39:51.373Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T03:39:51.373Z] Step 2/8 : FROM ${BASE} [2021-02-19T03:39:51.635Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T03:39:51.635Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T03:39:51.635Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T03:39:51.635Z] de9db76c5a1d: Pulling fs layer [2021-02-19T03:39:51.635Z] bca2f99d35d6: Pulling fs layer [2021-02-19T03:39:51.635Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T03:39:51.635Z] 7c6f9722023f: Pulling fs layer [2021-02-19T03:39:51.635Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T03:39:51.635Z] 93359f2a8cfa: Waiting [2021-02-19T03:39:51.635Z] 7c6f9722023f: Waiting [2021-02-19T03:39:51.635Z] a35cf1a2eb13: Waiting [2021-02-19T03:39:51.635Z] bca2f99d35d6: Waiting [2021-02-19T03:39:51.635Z] de9db76c5a1d: Download complete [2021-02-19T03:39:51.635Z] 0ef7d3d256c8: Verifying Checksum [2021-02-19T03:39:51.635Z] 0ef7d3d256c8: Download complete [2021-02-19T03:39:51.635Z] 93359f2a8cfa: Verifying Checksum [2021-02-19T03:39:51.635Z] 93359f2a8cfa: Download complete [2021-02-19T03:39:51.635Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T03:39:51.635Z] 188c0c94c7c5: Download complete [2021-02-19T03:39:51.635Z] 7c6f9722023f: Verifying Checksum [2021-02-19T03:39:51.635Z] 7c6f9722023f: Download complete [2021-02-19T03:39:51.930Z] 188c0c94c7c5: Pull complete [2021-02-19T03:39:52.224Z] 0ef7d3d256c8: Pull complete [2021-02-19T03:39:52.224Z] de9db76c5a1d: Pull complete [2021-02-19T03:39:53.172Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T03:39:53.172Z] a35cf1a2eb13: Download complete [2021-02-19T03:39:54.129Z] bca2f99d35d6: Verifying Checksum [2021-02-19T03:39:54.129Z] bca2f99d35d6: Download complete [2021-02-19T03:39:59.460Z] bca2f99d35d6: Pull complete [2021-02-19T03:39:59.460Z] 93359f2a8cfa: Pull complete [2021-02-19T03:39:59.460Z] 7c6f9722023f: Pull complete [2021-02-19T03:40:07.645Z] a35cf1a2eb13: Pull complete [2021-02-19T03:40:07.645Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T03:40:07.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T03:40:07.645Z] ---> a62c8e92a672 [2021-02-19T03:40:07.645Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T03:40:07.645Z] ---> Running in 718a1a8be9d7 [2021-02-19T03:40:07.917Z] Removing intermediate container 718a1a8be9d7 [2021-02-19T03:40:07.917Z] ---> 26520576c181 [2021-02-19T03:40:07.917Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T03:40:07.917Z] ---> Running in 8dc6421428e5 [2021-02-19T03:40:09.328Z] Removing intermediate container 8dc6421428e5 [2021-02-19T03:40:09.328Z] ---> cedf72e0a9ae [2021-02-19T03:40:09.328Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-19T03:40:09.328Z] ---> Running in 7457f861d511 [2021-02-19T03:40:10.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T03:40:10.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T03:40:11.452Z] OK: 166 MiB in 39 packages [2021-02-19T03:40:11.716Z] Removing intermediate container 7457f861d511 [2021-02-19T03:40:11.716Z] ---> 0c8c2a0ad28b [2021-02-19T03:40:11.716Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-19T03:40:11.979Z] ---> Running in a1f752f78d40 [2021-02-19T03:40:11.979Z] Removing intermediate container a1f752f78d40 [2021-02-19T03:40:11.979Z] ---> 2413b4312099 [2021-02-19T03:40:11.979Z] Step 7/8 : COPY . . [2021-02-19T03:40:13.374Z] ---> 0e52fa015c50 [2021-02-19T03:40:13.374Z] Step 8/8 : RUN go mod download [2021-02-19T03:40:13.374Z] ---> Running in fab31acb613a [2021-02-19T03:40:14.284Z] Removing intermediate container 6b65a90ae827 [2021-02-19T03:40:14.285Z] ---> e2acfc9ffc95 [2021-02-19T03:40:14.285Z] Successfully built e2acfc9ffc95 [2021-02-19T03:40:14.285Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:40:14.634Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T03:40:14.634Z] . [Pipeline] withDockerContainer [2021-02-19T03:40:14.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-26898 does not seem to be running inside a container [2021-02-19T03:40:14.996Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T03:40:16.539Z] $ docker top a62937b034d481d5dbbc87b21dcb54dfc3e92797a3d07043d0a00402b6a791bb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T03:40:17.588Z] + go version [2021-02-19T03:40:17.588Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T03:40:17.608Z] $ docker stop --time=1 a62937b034d481d5dbbc87b21dcb54dfc3e92797a3d07043d0a00402b6a791bb [2021-02-19T03:40:19.525Z] $ docker rm -f a62937b034d481d5dbbc87b21dcb54dfc3e92797a3d07043d0a00402b6a791bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:40:20.613Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T03:40:20.613Z] . [Pipeline] withDockerContainer [2021-02-19T03:40:20.906Z] prd-ubuntu18.04-docker-arm64-4c-16g-26898 does not seem to be running inside a container [2021-02-19T03:40:21.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T03:40:22.514Z] $ docker top bb4f5fbeb1170182b0d0b20edb91413d0685c7e8a273bdf72fcbb682414cf55a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T03:40:23.569Z] + make test [2021-02-19T03:40:23.569Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T03:40:35.426Z] Removing intermediate container fab31acb613a [2021-02-19T03:40:35.427Z] ---> 7d6a7e857a98 [2021-02-19T03:40:35.427Z] Successfully built 7d6a7e857a98 [2021-02-19T03:40:35.427Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:40:35.741Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T03:40:36.010Z] . [Pipeline] withDockerContainer [2021-02-19T03:40:36.290Z] prd-centos7-docker-4c-2g-26899 does not seem to be running inside a container [2021-02-19T03:40:36.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T03:40:37.181Z] $ docker top 4968ce5dc1fba20ae84dd750c7caca045d7bb7d9c17774cabecae486d185726a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T03:40:37.765Z] + go version [2021-02-19T03:40:37.766Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T03:40:37.786Z] $ docker stop --time=1 4968ce5dc1fba20ae84dd750c7caca045d7bb7d9c17774cabecae486d185726a [2021-02-19T03:40:39.129Z] $ docker rm -f 4968ce5dc1fba20ae84dd750c7caca045d7bb7d9c17774cabecae486d185726a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:40:39.976Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T03:40:39.976Z] . [Pipeline] withDockerContainer [2021-02-19T03:40:40.070Z] prd-centos7-docker-4c-2g-26899 does not seem to be running inside a container [2021-02-19T03:40:40.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T03:40:40.870Z] $ docker top 3443cf903e0098a1264f0096ca9640b7edf61f3f660d841b31cf98629a20199e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T03:40:41.372Z] + make test [2021-02-19T03:40:41.372Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T03:40:45.778Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-19T03:40:48.040Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-19T03:41:03.045Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-19T03:41:03.045Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-19T03:41:03.045Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-19T03:41:06.414Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.056s coverage: 25.5% of statements [2021-02-19T03:41:32.856Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-19T03:41:32.856Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-19T03:41:32.856Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-19T03:41:32.856Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.122s coverage: 25.5% of statements [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.054s coverage: 10.1% of statements [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.048s coverage: 12.5% of statements [2021-02-19T03:41:38.599Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.061s coverage: 84.8% of statements [2021-02-19T03:41:38.599Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-19T03:41:38.599Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-19T03:41:38.599Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-19T03:41:38.599Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.072s coverage: 49.2% of statements [2021-02-19T03:41:38.599Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.064s coverage: 81.3% of statements [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.083s coverage: 24.8% of statements [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.418s coverage: 83.5% of statements [2021-02-19T03:41:38.599Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.3% of statements [2021-02-19T03:41:38.599Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-19T03:41:38.599Z] GO111MODULE=on go vet ./... [2021-02-19T03:41:45.289Z] gofmt -l . [2021-02-19T03:41:45.289Z] [ "`gofmt -l .`" = "" ] [2021-02-19T03:41:45.554Z] ./bin/test-attribution-txt.sh [2021-02-19T03:41:46.129Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-19T03:41:46.416Z] $ docker stop --time=1 3443cf903e0098a1264f0096ca9640b7edf61f3f660d841b31cf98629a20199e [2021-02-19T03:41:48.414Z] $ docker rm -f 3443cf903e0098a1264f0096ca9640b7edf61f3f660d841b31cf98629a20199e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T03:41:49.144Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-19T03:41:49.566Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-19T03:41:52.015Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-19T03:41:52.320Z] + ls -al . [2021-02-19T03:41:52.320Z] total 184 [2021-02-19T03:41:52.320Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 19 03:41 . [2021-02-19T03:41:52.320Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 19 03:39 .. [2021-02-19T03:41:52.320Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 19 03:39 bin [2021-02-19T03:41:52.320Z] -rw-r--r--. 1 jenkins jenkins 101757 Feb 19 03:41 coverage.out [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 19 03:39 Dockerfile.build [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 19 03:39 .dockerignore [2021-02-19T03:41:52.320Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 19 03:39 example [2021-02-19T03:41:52.320Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 19 03:39 .git [2021-02-19T03:41:52.320Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 19 03:39 .github [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 19 03:39 .gitignore [2021-02-19T03:41:52.320Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 19 03:41 go.mod [2021-02-19T03:41:52.320Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 19 03:41 go.sum [2021-02-19T03:41:52.320Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 19 03:39 internal [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 19 03:39 Jenkinsfile [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 19 03:39 LICENSE [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 19 03:39 Makefile [2021-02-19T03:41:52.320Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 19 03:39 openapi [2021-02-19T03:41:52.320Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 19 03:39 pkg [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 19 03:39 README.md [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 19 03:39 RELEASE-NOTES.txt [2021-02-19T03:41:52.320Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 19 03:39 snap [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 19 03:36 VERSION [2021-02-19T03:41:52.320Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 19 03:39 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:41:52.629Z] + 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=465e2659f57f35e6c4c111258cc80f8afbaf5fbe --label arch=amd64 --label version=0.0.0 . [2021-02-19T03:41:52.892Z] Sending build context to Docker daemon 2.513MB [2021-02-19T03:41:52.892Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T03:41:52.892Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-19T03:41:52.892Z] ---> 7d6a7e857a98 [2021-02-19T03:41:52.892Z] Step 3/24 : ARG MAKE='make build' [2021-02-19T03:41:53.467Z] ---> Running in 4e8b40e25409 [2021-02-19T03:41:53.729Z] Removing intermediate container 4e8b40e25409 [2021-02-19T03:41:53.729Z] ---> 1b936fa4baa9 [2021-02-19T03:41:53.729Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-19T03:41:53.729Z] ---> Running in 06404e07f007 [2021-02-19T03:41:53.991Z] Removing intermediate container 06404e07f007 [2021-02-19T03:41:53.991Z] ---> 2656a4c25f6b [2021-02-19T03:41:53.991Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T03:41:53.991Z] ---> Running in f4233ea894b9 [2021-02-19T03:41:54.255Z] Removing intermediate container f4233ea894b9 [2021-02-19T03:41:54.255Z] ---> d034fd08cb5b [2021-02-19T03:41:54.255Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T03:41:54.255Z] ---> Running in a89b0ed3b41a [2021-02-19T03:41:55.206Z] Removing intermediate container a89b0ed3b41a [2021-02-19T03:41:55.206Z] ---> af45fcc45828 [2021-02-19T03:41:55.206Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-19T03:41:55.206Z] ---> Running in de4542ef2b0b [2021-02-19T03:41:55.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T03:41:56.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T03:41:56.932Z] OK: 166 MiB in 39 packages [2021-02-19T03:41:57.513Z] Removing intermediate container de4542ef2b0b [2021-02-19T03:41:57.513Z] ---> 63a4a1fb942f [2021-02-19T03:41:57.513Z] Step 8/24 : COPY . . [2021-02-19T03:41:58.459Z] ---> 73c350797c43 [2021-02-19T03:41:58.459Z] Step 9/24 : RUN ${MAKE} [2021-02-19T03:41:58.459Z] ---> Running in 6f7111511200 [2021-02-19T03:41:59.056Z] 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-19T03:41:59.673Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.137s coverage: 10.1% of statements [2021-02-19T03:41:59.674Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.119s coverage: 12.5% of statements [2021-02-19T03:41:59.674Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-19T03:41:59.674Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.147s coverage: 84.8% of statements [2021-02-19T03:41:59.674Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-19T03:41:59.674Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-19T03:41:59.674Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-19T03:41:59.674Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-19T03:41:59.674Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.200s coverage: 49.2% of statements [2021-02-19T03:41:59.674Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-19T03:41:59.674Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.151s coverage: 81.3% of statements [2021-02-19T03:41:59.674Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.185s coverage: 24.8% of statements [2021-02-19T03:41:59.674Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.685s coverage: 83.5% of statements [2021-02-19T03:41:59.674Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.119s coverage: 5.3% of statements [2021-02-19T03:41:59.674Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-19T03:42:00.272Z] GO111MODULE=on go vet ./... [2021-02-19T03:42:09.231Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-19T03:42:10.181Z] Removing intermediate container 6f7111511200 [2021-02-19T03:42:10.181Z] ---> ce6035f5457a [2021-02-19T03:42:10.181Z] Step 10/24 : FROM scratch [2021-02-19T03:42:10.181Z] ---> [2021-02-19T03:42:10.181Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T03:42:10.444Z] ---> Running in 22d1312f4e1b [2021-02-19T03:42:10.444Z] Removing intermediate container 22d1312f4e1b [2021-02-19T03:42:10.444Z] ---> a6c76838a324 [2021-02-19T03:42:10.444Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-19T03:42:10.706Z] ---> Running in 97e620592bf7 [2021-02-19T03:42:10.706Z] Removing intermediate container 97e620592bf7 [2021-02-19T03:42:10.706Z] ---> cae5397555b9 [2021-02-19T03:42:10.706Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-19T03:42:10.968Z] ---> Running in d3f4271c7d6a [2021-02-19T03:42:10.968Z] Removing intermediate container d3f4271c7d6a [2021-02-19T03:42:10.968Z] ---> 67d05ccc3c5e [2021-02-19T03:42:10.968Z] Step 14/24 : WORKDIR / [2021-02-19T03:42:10.968Z] ---> Running in b96f86eb0473 [2021-02-19T03:42:11.236Z] Removing intermediate container b96f86eb0473 [2021-02-19T03:42:11.236Z] ---> 15cd7303ddb3 [2021-02-19T03:42:11.236Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-19T03:42:11.812Z] ---> 227ad43b2094 [2021-02-19T03:42:11.812Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-19T03:42:12.079Z] ---> cacc64c9b7df [2021-02-19T03:42:12.079Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-19T03:42:12.343Z] ---> d98d537008d7 [2021-02-19T03:42:12.343Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-19T03:42:12.605Z] ---> e4aec91074bd [2021-02-19T03:42:12.605Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-19T03:42:12.867Z] ---> 2539f475dda6 [2021-02-19T03:42:12.867Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-19T03:42:12.867Z] ---> Running in 530392cab191 [2021-02-19T03:42:13.129Z] Removing intermediate container 530392cab191 [2021-02-19T03:42:13.129Z] ---> 6143b7be12a8 [2021-02-19T03:42:13.129Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T03:42:13.129Z] ---> Running in fca7166ef71a [2021-02-19T03:42:13.391Z] Removing intermediate container fca7166ef71a [2021-02-19T03:42:13.391Z] ---> e8921f82de01 [2021-02-19T03:42:13.391Z] Step 22/24 : LABEL arch=amd64 [2021-02-19T03:42:13.391Z] ---> Running in aa8ed4ae86d6 [2021-02-19T03:42:13.391Z] Removing intermediate container aa8ed4ae86d6 [2021-02-19T03:42:13.391Z] ---> 2fb41d25fefc [2021-02-19T03:42:13.391Z] Step 23/24 : LABEL git_sha=465e2659f57f35e6c4c111258cc80f8afbaf5fbe [2021-02-19T03:42:13.654Z] ---> Running in 6d278e79485d [2021-02-19T03:42:13.654Z] Removing intermediate container 6d278e79485d [2021-02-19T03:42:13.654Z] ---> 4b2aec2aa5a9 [2021-02-19T03:42:13.654Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T03:42:13.916Z] ---> Running in 8e00a3452154 [2021-02-19T03:42:13.916Z] Removing intermediate container 8e00a3452154 [2021-02-19T03:42:13.916Z] ---> becb1aa338ec [2021-02-19T03:42:13.916Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-19T03:42:13.916Z] Successfully built becb1aa338ec [2021-02-19T03:42:13.916Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T03:42:39.364Z] gofmt -l . [2021-02-19T03:42:39.365Z] [ "`gofmt -l .`" = "" ] [2021-02-19T03:42:39.365Z] ./bin/test-attribution-txt.sh [2021-02-19T03:42:39.365Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-19T03:42:39.379Z] $ docker stop --time=1 bb4f5fbeb1170182b0d0b20edb91413d0685c7e8a273bdf72fcbb682414cf55a [2021-02-19T03:42:41.623Z] $ docker rm -f bb4f5fbeb1170182b0d0b20edb91413d0685c7e8a273bdf72fcbb682414cf55a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T03:42:42.728Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-19T03:42:42.798Z] Warning: overwriting stash ‘coverage-report’ [2021-02-19T03:42:43.615Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T03:42:44.315Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-19T03:42:44.675Z] + ls -al . [2021-02-19T03:42:44.675Z] total 220 [2021-02-19T03:42:44.675Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 19 03:42 . [2021-02-19T03:42:44.675Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 03:38 .. [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 19 03:39 .dockerignore [2021-02-19T03:42:44.675Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 19 03:39 .git [2021-02-19T03:42:44.675Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 03:39 .github [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 19 03:39 .gitignore [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 19 03:39 Dockerfile.build [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 19 03:39 Jenkinsfile [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 19 03:39 LICENSE [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 19 03:39 Makefile [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 19 03:39 README.md [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 19 03:39 RELEASE-NOTES.txt [2021-02-19T03:42:44.675Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 19 03:36 VERSION [2021-02-19T03:42:44.675Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 03:39 bin [2021-02-19T03:42:44.675Z] -rw-r--r-- 1 jenkins jenkins 101757 Feb 19 03:41 coverage.out [2021-02-19T03:42:44.675Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 03:39 example [2021-02-19T03:42:44.676Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 19 03:42 go.mod [2021-02-19T03:42:44.676Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 19 03:42 go.sum [2021-02-19T03:42:44.676Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 19 03:39 internal [2021-02-19T03:42:44.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 03:39 openapi [2021-02-19T03:42:44.676Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 19 03:39 pkg [2021-02-19T03:42:44.676Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 03:39 snap [2021-02-19T03:42:44.676Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 19 03:39 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:42:45.060Z] + 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=465e2659f57f35e6c4c111258cc80f8afbaf5fbe --label arch=arm64 --label version=0.0.0 . [2021-02-19T03:42:45.341Z] Sending build context to Docker daemon 2.512MB [2021-02-19T03:42:45.627Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T03:42:45.627Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-19T03:42:45.627Z] ---> e2acfc9ffc95 [2021-02-19T03:42:45.627Z] Step 3/24 : ARG MAKE='make build' [2021-02-19T03:42:45.999Z] ---> Running in b866b64ab30d [2021-02-19T03:42:46.269Z] Removing intermediate container b866b64ab30d [2021-02-19T03:42:46.269Z] ---> 5387ee9235eb [2021-02-19T03:42:46.269Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-19T03:42:46.542Z] ---> Running in 4e724a97c718 [2021-02-19T03:42:46.815Z] Removing intermediate container 4e724a97c718 [2021-02-19T03:42:46.815Z] ---> 86a6c89e1e52 [2021-02-19T03:42:46.815Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T03:42:47.095Z] ---> Running in 2c2383c5b049 [2021-02-19T03:42:47.369Z] Removing intermediate container 2c2383c5b049 [2021-02-19T03:42:47.369Z] ---> 5d320f728e82 [2021-02-19T03:42:47.369Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T03:42:47.645Z] ---> Running in d7a91b162178 [2021-02-19T03:42:49.618Z] Removing intermediate container d7a91b162178 [2021-02-19T03:42:49.618Z] ---> 79b2397eada2 [2021-02-19T03:42:49.618Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-19T03:42:49.618Z] ---> Running in 2f935bb4a2f4 [2021-02-19T03:42:50.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T03:42:51.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T03:42:52.539Z] OK: 142 MiB in 39 packages [2021-02-19T03:42:53.522Z] Removing intermediate container 2f935bb4a2f4 [2021-02-19T03:42:53.522Z] ---> dfde8ad74def [2021-02-19T03:42:53.522Z] Step 8/24 : COPY . . [2021-02-19T03:42:54.957Z] ---> 1eafba1fe1b9 [2021-02-19T03:42:54.957Z] Step 9/24 : RUN ${MAKE} [2021-02-19T03:42:54.957Z] ---> Running in fb60be46876b [2021-02-19T03:42:55.938Z] 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-19T03:43:22.735Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-19T03:43:23.440Z] Removing intermediate container fb60be46876b [2021-02-19T03:43:23.440Z] ---> 00f587ff96ef [2021-02-19T03:43:23.440Z] Step 10/24 : FROM scratch [2021-02-19T03:43:23.440Z] ---> [2021-02-19T03:43:23.440Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-19T03:43:23.440Z] ---> Running in 8081ad135220 [2021-02-19T03:43:23.710Z] Removing intermediate container 8081ad135220 [2021-02-19T03:43:23.710Z] ---> 68aafa9356b9 [2021-02-19T03:43:23.710Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-19T03:43:23.984Z] ---> Running in e3058e65791c [2021-02-19T03:43:24.255Z] Removing intermediate container e3058e65791c [2021-02-19T03:43:24.255Z] ---> 6071d5f3e100 [2021-02-19T03:43:24.255Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-19T03:43:24.255Z] ---> Running in 3b49c0e60a7a [2021-02-19T03:43:24.850Z] Removing intermediate container 3b49c0e60a7a [2021-02-19T03:43:24.850Z] ---> a7f9e266a138 [2021-02-19T03:43:24.850Z] Step 14/24 : WORKDIR / [2021-02-19T03:43:24.850Z] ---> Running in 3b098c2ddfaf [2021-02-19T03:43:25.443Z] Removing intermediate container 3b098c2ddfaf [2021-02-19T03:43:25.443Z] ---> dee7131a688e [2021-02-19T03:43:25.443Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-19T03:43:26.874Z] ---> 7361810f6890 [2021-02-19T03:43:26.874Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-19T03:43:27.478Z] ---> 9b123f63ec08 [2021-02-19T03:43:27.478Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-19T03:43:28.077Z] ---> 5cc9865bebc4 [2021-02-19T03:43:28.077Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-19T03:43:28.675Z] ---> f28d2e2d6f2f [2021-02-19T03:43:28.675Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-19T03:43:29.653Z] ---> 2206e738d621 [2021-02-19T03:43:29.653Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-19T03:43:29.654Z] ---> Running in 241d2e1e14e7 [2021-02-19T03:43:29.927Z] Removing intermediate container 241d2e1e14e7 [2021-02-19T03:43:29.927Z] ---> 4ef93c3b5998 [2021-02-19T03:43:29.927Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T03:43:30.199Z] ---> Running in 0b2f03050672 [2021-02-19T03:43:30.471Z] Removing intermediate container 0b2f03050672 [2021-02-19T03:43:30.471Z] ---> 2f3e8b9a0381 [2021-02-19T03:43:30.471Z] Step 22/24 : LABEL arch=arm64 [2021-02-19T03:43:30.743Z] ---> Running in 7362e0f2a7be [2021-02-19T03:43:31.016Z] Removing intermediate container 7362e0f2a7be [2021-02-19T03:43:31.016Z] ---> a3100a169a3e [2021-02-19T03:43:31.016Z] Step 23/24 : LABEL git_sha=465e2659f57f35e6c4c111258cc80f8afbaf5fbe [2021-02-19T03:43:31.291Z] ---> Running in 92887a3f856f [2021-02-19T03:43:31.564Z] Removing intermediate container 92887a3f856f [2021-02-19T03:43:31.564Z] ---> b99be3ba8bf6 [2021-02-19T03:43:31.564Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T03:43:31.839Z] ---> Running in 8dcce5dfb670 [2021-02-19T03:43:32.114Z] Removing intermediate container 8dcce5dfb670 [2021-02-19T03:43:32.114Z] ---> e9da80c73442 [2021-02-19T03:43:32.114Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-19T03:43:32.385Z] Successfully built e9da80c73442 [2021-02-19T03:43:32.385Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-19T03:43:34.112Z] provisioning config files... [2021-02-19T03:43:34.123Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/config1152258437495257546tmp [Pipeline] { [Pipeline] sh [2021-02-19T03:43:34.502Z] + set +x [2021-02-19T03:43:34.502Z] + curl -s https://codecov.io/bash [2021-02-19T03:43:34.502Z] + bash -s -- [2021-02-19T03:43:34.764Z] [2021-02-19T03:43:34.764Z] _____ _ [2021-02-19T03:43:34.764Z] / ____| | | [2021-02-19T03:43:34.764Z] | | ___ __| | ___ ___ _____ __ [2021-02-19T03:43:34.764Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-19T03:43:34.764Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-19T03:43:34.764Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-19T03:43:34.765Z] Bash-20210129-7c25fce [2021-02-19T03:43:34.765Z] [2021-02-19T03:43:34.765Z] [2021-02-19T03:43:34.765Z] ==> git version 2.24.3 found [2021-02-19T03:43:34.765Z] ==> 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-19T03:43:34.765Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-19T03:43:34.765Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-19T03:43:34.765Z] ==> Jenkins CI detected. [2021-02-19T03:43:34.765Z] project root: . [2021-02-19T03:43:34.765Z] --> token set from env [2021-02-19T03:43:34.765Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-19T03:43:34.765Z] ==> Running gcov in . (disable via -X gcov) [2021-02-19T03:43:34.765Z] ==> Python coveragepy not found [2021-02-19T03:43:34.765Z] ==> Searching for coverage reports in: [2021-02-19T03:43:34.765Z] + . [2021-02-19T03:43:34.765Z] -> Found 1 reports [2021-02-19T03:43:34.765Z] ==> Detecting git/mercurial file structure [2021-02-19T03:43:34.765Z] ==> Reading reports [2021-02-19T03:43:34.765Z] + ./coverage.out bytes=101757 [2021-02-19T03:43:34.765Z] ==> Appending adjustments [2021-02-19T03:43:34.765Z] https://docs.codecov.io/docs/fixing-reports [2021-02-19T03:43:35.341Z] + Found adjustments [2021-02-19T03:43:35.341Z] ==> Gzipping contents [2021-02-19T03:43:35.341Z] 20K /tmp/codecov.Dwv85q.gz [2021-02-19T03:43:35.341Z] ==> Uploading reports [2021-02-19T03:43:35.341Z] url: https://codecov.io [2021-02-19T03:43:35.341Z] query: branch=PR-790&commit=465e2659f57f35e6c4c111258cc80f8afbaf5fbe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-790%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=790&job=&cmd_args= [2021-02-19T03:43:35.341Z] -> Pinging Codecov [2021-02-19T03:43:35.341Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-790&commit=465e2659f57f35e6c4c111258cc80f8afbaf5fbe&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-790%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=790&job=&cmd_args= [2021-02-19T03:43:35.605Z] -> Uploading to [2021-02-19T03:43:35.605Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-19/7E55EF52A471D76F132DFD9A03CDDE97/465e2659f57f35e6c4c111258cc80f8afbaf5fbe/16451721-ce1f-4696-a54d-9edffc9bfc91.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T034335Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36defc9b3aa7eddd7cd51ff01d137eb0d9f537713de3dc298b9e780a4f1f2f15 [2021-02-19T03:43:35.605Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-19T03:43:35.605Z] Dload Upload Total Spent Left Speed [2021-02-19T03:43:36.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16500 0 0 100 16500 0 35260 --:--:-- --:--:-- --:--:-- 35256 [2021-02-19T03:43:36.189Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/465e2659f57f35e6c4c111258cc80f8afbaf5fbe [Pipeline] } [2021-02-19T03:43:36.201Z] 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-19T03:43:38.677Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:43:38.988Z] ---> package-listing.sh [2021-02-19T03:43:38.988Z] ++ facter osfamily [2021-02-19T03:43:38.988Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T03:43:38.988Z] + OS_FAMILY=redhat [2021-02-19T03:43:38.988Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-790 [2021-02-19T03:43:38.988Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T03:43:38.988Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T03:43:38.988Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T03:43:38.988Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T03:43:38.988Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-790 ']' [2021-02-19T03:43:38.988Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T03:43:38.988Z] + case "${OS_FAMILY}" in [2021-02-19T03:43:38.988Z] + rpm -qa [2021-02-19T03:43:38.988Z] + sort [2021-02-19T03:43:44.297Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T03:43:44.297Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T03:43:44.297Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T03:43:44.297Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-790 ']' [2021-02-19T03:43:44.297Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-790/archives/ [2021-02-19T03:43:44.297Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-790/archives/ [Pipeline] echo [2021-02-19T03:43:44.310Z] 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-790/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-19T03:43:44.599Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:43:44.902Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T03:43:44.902Z] [2021-02-19T03:43:44.902Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T03:43:45.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T03:43:45.250Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T03:43:45.250Z] df20fa9351a1: Pulling fs layer [2021-02-19T03:43:45.250Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T03:43:45.250Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T03:43:45.250Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T03:43:45.250Z] 93b61091891f: Pulling fs layer [2021-02-19T03:43:45.250Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T03:43:45.250Z] 5e14af77c1be: Pulling fs layer [2021-02-19T03:43:45.250Z] 01666e4c0597: Pulling fs layer [2021-02-19T03:43:45.250Z] aa168da1d23b: Pulling fs layer [2021-02-19T03:43:45.250Z] 46f8f816bc3b: Waiting [2021-02-19T03:43:45.250Z] 93b61091891f: Waiting [2021-02-19T03:43:45.250Z] 93b9cdb0e59b: Waiting [2021-02-19T03:43:45.250Z] 5e14af77c1be: Waiting [2021-02-19T03:43:45.250Z] 01666e4c0597: Waiting [2021-02-19T03:43:45.250Z] aa168da1d23b: Waiting [2021-02-19T03:43:45.250Z] 36b3adc4ff6f: Download complete [2021-02-19T03:43:45.250Z] 46f8f816bc3b: Download complete [2021-02-19T03:43:45.513Z] df20fa9351a1: Download complete [2021-02-19T03:43:45.513Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T03:43:45.513Z] 93b9cdb0e59b: Download complete [2021-02-19T03:43:45.513Z] 93b61091891f: Download complete [2021-02-19T03:43:45.513Z] 5e14af77c1be: Verifying Checksum [2021-02-19T03:43:45.513Z] 5e14af77c1be: Download complete [2021-02-19T03:43:45.513Z] 01666e4c0597: Verifying Checksum [2021-02-19T03:43:45.513Z] 01666e4c0597: Download complete [2021-02-19T03:43:45.513Z] 8ad3a11d3b57: Download complete [2021-02-19T03:43:45.777Z] df20fa9351a1: Pull complete [2021-02-19T03:43:46.041Z] 36b3adc4ff6f: Pull complete [2021-02-19T03:43:47.001Z] 8ad3a11d3b57: Pull complete [2021-02-19T03:43:47.001Z] 46f8f816bc3b: Pull complete [2021-02-19T03:43:47.958Z] aa168da1d23b: Download complete [2021-02-19T03:43:48.220Z] 93b61091891f: Pull complete [2021-02-19T03:43:48.482Z] 93b9cdb0e59b: Pull complete [2021-02-19T03:43:48.745Z] 5e14af77c1be: Pull complete [2021-02-19T03:43:48.745Z] 01666e4c0597: Pull complete [2021-02-19T03:43:56.917Z] aa168da1d23b: Pull complete [2021-02-19T03:43:56.917Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T03:43:56.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T03:43:56.917Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T03:43:57.095Z] prd-centos7-docker-4c-2g-26897 does not seem to be running inside a container [2021-02-19T03:43:57.139Z] $ 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-790/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-790 -v /w/workspace/dgexfoundry_device-sdk-go_PR-790:/w/workspace/dgexfoundry_device-sdk-go_PR-790:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-790@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-19T03:44:01.008Z] $ docker top 959ca2b46aa5c1c37b33e14d94fc86ff514a7c692abbb33ad71fc89f570a4447 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T03:44:01.574Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T03:44:01.876Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T03:44:02.178Z] + ls /var/log/sa-host [2021-02-19T03:44:02.178Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T03:44:02.178Z] file_magic: OK [2021-02-19T03:44:02.178Z] HZ: Using current value: 100 [2021-02-19T03:44:02.178Z] file_header: OK [2021-02-19T03:44:02.178Z] 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-19T03:44:02.178Z] Statistics: [2021-02-19T03:44:02.178Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-19T03:44:02.178Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T03:44:02.178Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T03:44:02.178Z] file_magic: OK [2021-02-19T03:44:02.178Z] HZ: Using current value: 100 [2021-02-19T03:44:02.178Z] file_header: OK [2021-02-19T03:44:02.178Z] 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-19T03:44:02.178Z] Statistics: [2021-02-19T03:44:02.178Z] Hnuu...uuuununununu... [2021-02-19T03:44:02.178Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T03:44:02.423Z] provisioning config files... [2021-02-19T03:44:02.444Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-790@tmp/config8234190752266886200tmp [Pipeline] { [Pipeline] echo [2021-02-19T03:44:02.524Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:44:02.821Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T03:44:02.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T03:44:02.933Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:44:03.239Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T03:44:03.256Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:44:03.560Z] ---> sudo-logs.sh [2021-02-19T03:44:03.560Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T03:44:03.621Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:44:03.920Z] ---> job-cost.sh [2021-02-19T03:44:03.920Z] lf-activate-venv: SKIPPING [2021-02-19T03:44:03.920Z] INFO: No Stack... [2021-02-19T03:44:04.884Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T03:44:05.151Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T03:44:05.166Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T03:44:05.472Z] ---> logs-deploy.sh [2021-02-19T03:44:05.472Z] lf-activate-venv: SKIPPING [2021-02-19T03:44:05.472Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-790/2 [2021-02-19T03:44:05.472Z] INFO: archiving workspace using pattern(s): [2021-02-19T03:44:07.392Z] Archives upload complete. [2021-02-19T03:44:07.392Z] INFO: archiving logs to Nexus