Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 826dc4388710d346dfdba9485e6d47cfaa06628a+848c16ec05d796c9e5a16abafab7aa79fc4967e4 (198e03b1af7d6a453186a9e58613fdad2dddc349) 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-27265 in /w/workspace/dgexfoundry_device-sdk-go_PR-784 [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-784 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit 826dc4388710d346dfdba9485e6d47cfaa06628a Merge succeeded, producing 53956855b65d5cee2eb48441d32bcabb85c4b68d Checking out Revision 53956855b65d5cee2eb48441d32bcabb85c4b68d (PR-784) > git config core.sparsecheckout # timeout=10 > git checkout -f 826dc4388710d346dfdba9485e6d47cfaa06628a # 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 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 53956855b65d5cee2eb48441d32bcabb85c4b68d # timeout=10 Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-23T02:41:37.298Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-23T02:41:37.576Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-23T02:41:37.671Z] ========================================================= [2021-02-23T02:41:37.671Z] EdgeX Global Pipelines Version Info [2021-02-23T02:41:37.671Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 12393217a74ef032b594879f10007a2519e4cc92 # timeout=10 [2021-02-23T02:41:39.156Z] ------------------- [2021-02-23T02:41:39.156Z] stable info: [2021-02-23T02:41:39.157Z] ------------------- [2021-02-23T02:41:39.157Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T02:41:39.157Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T02:41:39.157Z] Message: update stable to v1.0.179 [2021-02-23T02:41:40.101Z] ------------------- [2021-02-23T02:41:40.101Z] experimental info: [2021-02-23T02:41:40.101Z] ------------------- [2021-02-23T02:41:40.101Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-23T02:41:40.101Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-23T02:41:40.101Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-23T02:41:40.370Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-23T02:41:40.460Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-23T02:41:40.697Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-23T02:41:40.809Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-23T02:41:40.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-23T02:41:41.015Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-23T02:41:41.127Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-23T02:41:41.256Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-23T02:41:41.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-23T02:41:41.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-23T02:41:41.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-23T02:41:41.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-02-23T02:41:41.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-23T02:41:41.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-23T02:41:42.109Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-23T02:41:42.269Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:41:42.371Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:41:42.457Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-23T02:41:42.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-23T02:41:42.751Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-23T02:41:42.840Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-23T02:41:42.973Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-23T02:41:43.079Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-23T02:41:43.164Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-23T02:41:43.252Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-23T02:41:43.374Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-23T02:41:43.471Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-23T02:41:43.556Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-784 [Pipeline] echo [2021-02-23T02:41:43.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-784 [Pipeline] echo [2021-02-23T02:41:43.779Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-784 [Pipeline] echo [2021-02-23T02:41:43.870Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 53956855b65d5cee2eb48441d32bcabb85c4b68d [Pipeline] echo [2021-02-23T02:41:43.985Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5395685 [Pipeline] echo [2021-02-23T02:41:44.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:41:44.319Z] provisioning config files... [2021-02-23T02:41:44.346Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/config8897835086244416687tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:41:44.705Z] ---> docker-login.sh [2021-02-23T02:41:44.705Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:41:44.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:41:45.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:41:45.232Z] Configure a credential helper to remove this warning. See [2021-02-23T02:41:45.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:41:45.232Z] [2021-02-23T02:41:45.232Z] Login Succeeded [2021-02-23T02:41:45.232Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:41:45.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:41:45.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:41:45.232Z] Configure a credential helper to remove this warning. See [2021-02-23T02:41:45.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:41:45.232Z] [2021-02-23T02:41:45.232Z] Login Succeeded [2021-02-23T02:41:45.232Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:41:45.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:41:45.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:41:45.496Z] Configure a credential helper to remove this warning. See [2021-02-23T02:41:45.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:41:45.496Z] [2021-02-23T02:41:45.496Z] Login Succeeded [2021-02-23T02:41:45.496Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:41:45.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:41:45.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:41:45.759Z] Configure a credential helper to remove this warning. See [2021-02-23T02:41:45.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:41:45.759Z] [2021-02-23T02:41:45.759Z] Login Succeeded [2021-02-23T02:41:45.759Z] docker.io [2021-02-23T02:41:45.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:41:46.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:41:46.333Z] Configure a credential helper to remove this warning. See [2021-02-23T02:41:46.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:41:46.333Z] [2021-02-23T02:41:46.333Z] Login Succeeded [2021-02-23T02:41:46.333Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:41:46.342Z] 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-23T02:41:47.184Z] + git log --format=format:%s -1 53956855b65d5cee2eb48441d32bcabb85c4b68d [Pipeline] echo [2021-02-23T02:41:47.248Z] GIT_COMMIT: 53956855b65d5cee2eb48441d32bcabb85c4b68d, Commit Message: Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD [Pipeline] echo [2021-02-23T02:41:47.291Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:41:48.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:41:48.260Z] [2021-02-23T02:41:48.260Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:41:48.598Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:41:48.599Z] latest: Pulling from edgex-devops/git-semver [2021-02-23T02:41:48.599Z] 31603596830f: Pulling fs layer [2021-02-23T02:41:48.599Z] 2a8b12db71e7: Pulling fs layer [2021-02-23T02:41:48.599Z] 6ca5941a6612: Pulling fs layer [2021-02-23T02:41:48.599Z] ecc8261a40a4: Pulling fs layer [2021-02-23T02:41:48.599Z] ecc8261a40a4: Waiting [2021-02-23T02:41:48.599Z] 2a8b12db71e7: Download complete [2021-02-23T02:41:48.860Z] 31603596830f: Verifying Checksum [2021-02-23T02:41:48.860Z] 31603596830f: Download complete [2021-02-23T02:41:48.860Z] ecc8261a40a4: Verifying Checksum [2021-02-23T02:41:48.860Z] ecc8261a40a4: Download complete [2021-02-23T02:41:48.860Z] 6ca5941a6612: Verifying Checksum [2021-02-23T02:41:48.860Z] 6ca5941a6612: Download complete [2021-02-23T02:41:49.123Z] 31603596830f: Pull complete [2021-02-23T02:41:49.389Z] 2a8b12db71e7: Pull complete [2021-02-23T02:41:49.983Z] 6ca5941a6612: Pull complete [2021-02-23T02:41:50.244Z] ecc8261a40a4: Pull complete [2021-02-23T02:41:50.244Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-23T02:41:50.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-23T02:41:50.505Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-23T02:41:50.610Z] prd-centos7-docker-4c-2g-27265 does not seem to be running inside a container [2021-02-23T02:41:50.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-784 -v /w/workspace/dgexfoundry_device-sdk-go_PR-784:/w/workspace/dgexfoundry_device-sdk-go_PR-784:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-23T02:41:52.913Z] $ docker top 2029a48bdc6b8e00a012f42bdfad21d7412106c96302036c3de86b22c9717574 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-23T02:41:53.196Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T02:41:53.196Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T02:41:53.407Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T02:41:53.410Z] $ docker exec 2029a48bdc6b8e00a012f42bdfad21d7412106c96302036c3de86b22c9717574 ssh-agent [2021-02-23T02:41:53.589Z] SSH_AUTH_SOCK=/tmp/ssh-YoH0q6J308UU/agent.13 [2021-02-23T02:41:53.589Z] SSH_AGENT_PID=18 [2021-02-23T02:41:53.598Z] Running ssh-add (command line suppressed) [2021-02-23T02:41:53.727Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_1394524867593922287.key (/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_1394524867593922287.key) [2021-02-23T02:41:53.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T02:41:54.116Z] + git tag --points-at HEAD [Pipeline] } [2021-02-23T02:41:54.135Z] $ docker exec --env ******** --env ******** 2029a48bdc6b8e00a012f42bdfad21d7412106c96302036c3de86b22c9717574 ssh-agent -k [2021-02-23T02:41:54.270Z] unset SSH_AUTH_SOCK; [2021-02-23T02:41:54.270Z] unset SSH_AGENT_PID; [2021-02-23T02:41:54.270Z] echo Agent pid 18 killed; [2021-02-23T02:41:54.317Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-23T02:41:54.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-23T02:41:54.467Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-23T02:41:54.627Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-23T02:41:54.630Z] $ docker exec 2029a48bdc6b8e00a012f42bdfad21d7412106c96302036c3de86b22c9717574 ssh-agent [2021-02-23T02:41:54.789Z] SSH_AUTH_SOCK=/tmp/ssh-iNfWw8YHCXnw/agent.46 [2021-02-23T02:41:54.789Z] SSH_AGENT_PID=51 [2021-02-23T02:41:54.795Z] Running ssh-add (command line suppressed) [2021-02-23T02:41:54.912Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_8143228660714823803.key (/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/private_key_8143228660714823803.key) [2021-02-23T02:41:54.969Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-23T02:41:55.300Z] + git semver init [2021-02-23T02:41:55.300Z] # -> Open(): unable to determine branch for HEAD [2021-02-23T02:41:55.300Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-784/.git [2021-02-23T02:41:55.300Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-784 [2021-02-23T02:41:55.300Z] # $SEMVER_REMOTE_NAME = origin [2021-02-23T02:41:55.300Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-23T02:41:55.300Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-23T02:41:55.300Z] # $SEMVER_BRANCH = PR-784 [2021-02-23T02:41:55.300Z] # $SEMVER_TEMP = /tmp/semver-083478517 [2021-02-23T02:41:55.300Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-23T02:41:55.877Z] # '/tmp/semver-083478517' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-784/.semver' [2021-02-23T02:41:55.877Z] # -> Force: false [2021-02-23T02:41:55.877Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-784/.semver [Pipeline] } [2021-02-23T02:41:55.889Z] $ docker exec --env ******** --env ******** 2029a48bdc6b8e00a012f42bdfad21d7412106c96302036c3de86b22c9717574 ssh-agent -k [2021-02-23T02:41:56.008Z] unset SSH_AUTH_SOCK; [2021-02-23T02:41:56.009Z] unset SSH_AGENT_PID; [2021-02-23T02:41:56.009Z] echo Agent pid 51 killed; [2021-02-23T02:41:56.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-23T02:41:56.542Z] + git semver [Pipeline] } [2021-02-23T02:41:56.558Z] $ docker stop --time=1 2029a48bdc6b8e00a012f42bdfad21d7412106c96302036c3de86b22c9717574 [2021-02-23T02:41:57.971Z] $ docker rm -f 2029a48bdc6b8e00a012f42bdfad21d7412106c96302036c3de86b22c9717574 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:41:58.444Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-23T02:41:58.958Z] Stashed 1 file(s) [Pipeline] echo [2021-02-23T02:41:58.961Z] [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-23T02:42:14.523Z] Still waiting to schedule task [2021-02-23T02:42:14.523Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-23T02:42:14.525Z] Still waiting to schedule task [2021-02-23T02:42:14.525Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-23T02:44:04.577Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27268 in /w/workspace/dgexfoundry_device-sdk-go_PR-784 [Pipeline] { [Pipeline] ws [2021-02-23T02:44:04.636Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-02-23T02:44:09.499Z] using credential edgex-jenkins-ssh [2021-02-23T02:44:09.553Z] Cloning the remote Git repository [2021-02-23T02:44:09.610Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:09.728Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-02-23T02:44:09.825Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:09.826Z] > git --version # timeout=10 [2021-02-23T02:44:09.848Z] > git --version # 'git version 2.17.1' [2021-02-23T02:44:09.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:44:09.910Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:44:11.626Z] Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit 826dc4388710d346dfdba9485e6d47cfaa06628a [2021-02-23T02:44:11.938Z] Merge succeeded, producing 094d0e5a8a84808b28cd60fa98fc59cc430cccb7 [2021-02-23T02:44:11.938Z] Checking out Revision 094d0e5a8a84808b28cd60fa98fc59cc430cccb7 (PR-784) [2021-02-23T02:44:11.045Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:44:11.067Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:44:11.093Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:44:11.140Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:11.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:44:11.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T02:44:11.648Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:44:11.669Z] > git checkout -f 826dc4388710d346dfdba9485e6d47cfaa06628a # timeout=10 [2021-02-23T02:44:11.779Z] > git remote # timeout=10 [2021-02-23T02:44:11.797Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T02:44:11.823Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:44:11.834Z] > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-23T02:44:11.925Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T02:44:11.946Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:44:11.955Z] > git checkout -f 094d0e5a8a84808b28cd60fa98fc59cc430cccb7 # timeout=10 [2021-02-23T02:44:16.271Z] Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" [2021-02-23T02:44:16.299Z] First time build. Skipping changelog. [2021-02-23T02:44:16.282Z] > git rev-list --no-walk 12393217a74ef032b594879f10007a2519e4cc92 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:44:17.853Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:44:18.320Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:44:18.680Z] + + truesudo [2021-02-23T02:44:18.680Z] service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:44:21.389Z] provisioning config files... [2021-02-23T02:44:21.446Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config6862903292114740106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:44:21.866Z] ---> docker-login.sh [2021-02-23T02:44:21.866Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:44:22.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:23.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:23.121Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:23.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:23.121Z] [2021-02-23T02:44:23.121Z] Login Succeeded [2021-02-23T02:44:23.121Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:44:23.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:23.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:23.670Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:23.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:23.670Z] [2021-02-23T02:44:23.670Z] Login Succeeded [2021-02-23T02:44:23.670Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:44:24.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:24.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:24.270Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:24.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:24.270Z] [2021-02-23T02:44:24.270Z] Login Succeeded [2021-02-23T02:44:24.270Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:44:24.344Z] Running on prd-centos7-docker-4c-2g-27270 in /w/workspace/dgexfoundry_device-sdk-go_PR-784 [Pipeline] { [Pipeline] ws [2021-02-23T02:44:24.393Z] Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout [2021-02-23T02:44:24.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:24.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:24.819Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:24.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:24.820Z] [2021-02-23T02:44:24.820Z] Login Succeeded [2021-02-23T02:44:24.820Z] docker.io [2021-02-23T02:44:25.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:25.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:25.690Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:25.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:25.690Z] [2021-02-23T02:44:25.690Z] Login Succeeded [2021-02-23T02:44:25.690Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:44:25.716Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T02:44:26.193Z] ========================================================= [2021-02-23T02:44:26.194Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-23T02:44:26.194Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:44:26.572Z] + 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-23T02:44:26.846Z] Sending build context to Docker daemon 2.404MB [2021-02-23T02:44:27.099Z] using credential edgex-jenkins-ssh [2021-02-23T02:44:27.119Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:44:27.119Z] Step 2/8 : FROM ${BASE} [2021-02-23T02:44:27.119Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-23T02:44:27.119Z] 5f621e34cdf4: Pulling fs layer [2021-02-23T02:44:27.119Z] a4357932f1b6: Pulling fs layer [2021-02-23T02:44:27.119Z] 18c013af1878: Pulling fs layer [2021-02-23T02:44:27.119Z] 00ac8860ef70: Pulling fs layer [2021-02-23T02:44:27.119Z] 63d7cb157983: Pulling fs layer [2021-02-23T02:44:27.119Z] b116817d02f9: Pulling fs layer [2021-02-23T02:44:27.119Z] 745a02a5169b: Pulling fs layer [2021-02-23T02:44:27.119Z] 00ac8860ef70: Waiting [2021-02-23T02:44:27.119Z] 63d7cb157983: Waiting [2021-02-23T02:44:27.119Z] b116817d02f9: Waiting [2021-02-23T02:44:27.119Z] 745a02a5169b: Waiting [2021-02-23T02:44:27.119Z] 18c013af1878: Download complete [2021-02-23T02:44:27.119Z] a4357932f1b6: Download complete [2021-02-23T02:44:27.119Z] 63d7cb157983: Verifying Checksum [2021-02-23T02:44:27.119Z] 63d7cb157983: Download complete [2021-02-23T02:44:27.119Z] b116817d02f9: Download complete [2021-02-23T02:44:27.149Z] Cloning the remote Git repository [2021-02-23T02:44:27.727Z] 5f621e34cdf4: Verifying Checksum [2021-02-23T02:44:27.727Z] 5f621e34cdf4: Download complete [2021-02-23T02:44:27.175Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:27.248Z] > git init /w/workspace/device-sdk-go/4 # timeout=10 [2021-02-23T02:44:27.326Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:27.326Z] > git --version # timeout=10 [2021-02-23T02:44:27.332Z] > git --version # 'git version 2.24.3' [2021-02-23T02:44:27.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:44:27.362Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:44:28.431Z] Merging remotes/origin/master commit 848c16ec05d796c9e5a16abafab7aa79fc4967e4 into PR head commit 826dc4388710d346dfdba9485e6d47cfaa06628a [2021-02-23T02:44:28.565Z] Merge succeeded, producing 0879bf88530436f9b82ac5c7b14943f7ae892f9c [2021-02-23T02:44:28.566Z] Checking out Revision 0879bf88530436f9b82ac5c7b14943f7ae892f9c (PR-784) [2021-02-23T02:44:28.717Z] 5f621e34cdf4: Pull complete [2021-02-23T02:44:28.062Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:44:28.075Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-23T02:44:28.084Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-23T02:44:28.098Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-23T02:44:28.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:44:28.102Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/784/head:refs/remotes/origin/PR-784 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-23T02:44:28.440Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:44:28.444Z] > git checkout -f 826dc4388710d346dfdba9485e6d47cfaa06628a # timeout=10 [2021-02-23T02:44:28.501Z] > git remote # timeout=10 [2021-02-23T02:44:28.507Z] > git config --get remote.origin.url # timeout=10 [2021-02-23T02:44:28.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-23T02:44:28.519Z] > git merge 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [2021-02-23T02:44:28.559Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-23T02:44:28.569Z] > git config core.sparsecheckout # timeout=10 [2021-02-23T02:44:28.574Z] > git checkout -f 0879bf88530436f9b82ac5c7b14943f7ae892f9c # timeout=10 [2021-02-23T02:44:29.327Z] a4357932f1b6: Pull complete [2021-02-23T02:44:29.605Z] 18c013af1878: Pull complete [2021-02-23T02:44:30.590Z] 745a02a5169b: Download complete [2021-02-23T02:44:31.193Z] 00ac8860ef70: Download complete [2021-02-23T02:44:32.204Z] Commit message: "Merge commit '848c16ec05d796c9e5a16abafab7aa79fc4967e4' into HEAD" [2021-02-23T02:44:32.216Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-23T02:44:32.208Z] > git rev-list --no-walk 12393217a74ef032b594879f10007a2519e4cc92 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:44:33.644Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:44:33.982Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-23T02:44:34.284Z] + sudo service docker restart [2021-02-23T02:44:34.284Z] + true [2021-02-23T02:44:34.284Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-23T02:44:35.743Z] provisioning config files... [2021-02-23T02:44:35.780Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config1262192294324841544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:44:36.147Z] ---> docker-login.sh [2021-02-23T02:44:36.147Z] nexus3.edgexfoundry.org:10001 [2021-02-23T02:44:36.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:36.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:36.411Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:36.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:36.411Z] [2021-02-23T02:44:36.411Z] Login Succeeded [2021-02-23T02:44:36.411Z] nexus3.edgexfoundry.org:10002 [2021-02-23T02:44:36.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:36.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:36.676Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:36.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:36.676Z] [2021-02-23T02:44:36.676Z] Login Succeeded [2021-02-23T02:44:36.676Z] nexus3.edgexfoundry.org:10003 [2021-02-23T02:44:36.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:36.939Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:36.939Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:36.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:36.940Z] [2021-02-23T02:44:36.940Z] Login Succeeded [2021-02-23T02:44:36.940Z] nexus3.edgexfoundry.org:10004 [2021-02-23T02:44:36.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:37.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:37.204Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:37.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:37.204Z] [2021-02-23T02:44:37.204Z] Login Succeeded [2021-02-23T02:44:37.204Z] docker.io [2021-02-23T02:44:37.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-23T02:44:37.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-23T02:44:37.471Z] Configure a credential helper to remove this warning. See [2021-02-23T02:44:37.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-23T02:44:37.471Z] [2021-02-23T02:44:37.471Z] Login Succeeded [2021-02-23T02:44:37.471Z] ---> docker-login.sh ends [Pipeline] } [2021-02-23T02:44:37.483Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-23T02:44:37.836Z] ========================================================= [2021-02-23T02:44:37.836Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-23T02:44:37.836Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:44:38.212Z] + 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-23T02:44:38.212Z] Sending build context to Docker daemon 2.405MB [2021-02-23T02:44:38.212Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:44:38.212Z] Step 2/8 : FROM ${BASE} [2021-02-23T02:44:38.476Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-23T02:44:38.476Z] 188c0c94c7c5: Pulling fs layer [2021-02-23T02:44:38.476Z] 0ef7d3d256c8: Pulling fs layer [2021-02-23T02:44:38.476Z] de9db76c5a1d: Pulling fs layer [2021-02-23T02:44:38.476Z] bca2f99d35d6: Pulling fs layer [2021-02-23T02:44:38.476Z] 93359f2a8cfa: Pulling fs layer [2021-02-23T02:44:38.476Z] 7c6f9722023f: Pulling fs layer [2021-02-23T02:44:38.476Z] a35cf1a2eb13: Pulling fs layer [2021-02-23T02:44:38.476Z] 7c6f9722023f: Waiting [2021-02-23T02:44:38.476Z] bca2f99d35d6: Waiting [2021-02-23T02:44:38.476Z] de9db76c5a1d: Verifying Checksum [2021-02-23T02:44:38.476Z] de9db76c5a1d: Download complete [2021-02-23T02:44:38.476Z] 0ef7d3d256c8: Verifying Checksum [2021-02-23T02:44:38.476Z] 0ef7d3d256c8: Download complete [2021-02-23T02:44:38.476Z] 93359f2a8cfa: Verifying Checksum [2021-02-23T02:44:38.476Z] 93359f2a8cfa: Download complete [2021-02-23T02:44:38.476Z] 7c6f9722023f: Verifying Checksum [2021-02-23T02:44:38.476Z] 7c6f9722023f: Download complete [2021-02-23T02:44:38.476Z] 188c0c94c7c5: Verifying Checksum [2021-02-23T02:44:38.476Z] 188c0c94c7c5: Download complete [2021-02-23T02:44:38.744Z] 188c0c94c7c5: Pull complete [2021-02-23T02:44:39.014Z] 0ef7d3d256c8: Pull complete [2021-02-23T02:44:39.014Z] de9db76c5a1d: Pull complete [2021-02-23T02:44:40.956Z] a35cf1a2eb13: Verifying Checksum [2021-02-23T02:44:40.956Z] a35cf1a2eb13: Download complete [2021-02-23T02:44:40.956Z] bca2f99d35d6: Verifying Checksum [2021-02-23T02:44:40.956Z] bca2f99d35d6: Download complete [2021-02-23T02:44:41.377Z] 00ac8860ef70: Pull complete [2021-02-23T02:44:41.650Z] 63d7cb157983: Pull complete [2021-02-23T02:44:41.923Z] b116817d02f9: Pull complete [2021-02-23T02:44:46.237Z] 745a02a5169b: Pull complete [2021-02-23T02:44:46.237Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-23T02:44:46.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-23T02:44:46.237Z] ---> b7e6874047d6 [2021-02-23T02:44:46.237Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:44:47.601Z] bca2f99d35d6: Pull complete [2021-02-23T02:44:47.601Z] 93359f2a8cfa: Pull complete [2021-02-23T02:44:47.601Z] 7c6f9722023f: Pull complete [2021-02-23T02:44:48.236Z] ---> Running in 0b212d8092d1 [2021-02-23T02:44:48.832Z] Removing intermediate container 0b212d8092d1 [2021-02-23T02:44:48.832Z] ---> ab2ecf120f3f [2021-02-23T02:44:48.832Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:44:48.832Z] ---> Running in 531db7b33f11 [2021-02-23T02:44:51.462Z] Removing intermediate container 531db7b33f11 [2021-02-23T02:44:51.462Z] ---> dbf3ad408e42 [2021-02-23T02:44:51.462Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-23T02:44:51.462Z] ---> Running in 53d560f46f09 [2021-02-23T02:44:51.875Z] a35cf1a2eb13: Pull complete [2021-02-23T02:44:51.875Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-23T02:44:51.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-23T02:44:51.875Z] ---> a62c8e92a672 [2021-02-23T02:44:51.875Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:44:51.875Z] ---> Running in 5e71084f36fb [2021-02-23T02:44:52.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T02:44:52.452Z] Removing intermediate container 5e71084f36fb [2021-02-23T02:44:52.452Z] ---> 2d8da14055e1 [2021-02-23T02:44:52.452Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:44:52.452Z] ---> Running in af542a23c953 [2021-02-23T02:44:53.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T02:44:53.857Z] Removing intermediate container af542a23c953 [2021-02-23T02:44:53.857Z] ---> 72b634b969f5 [2021-02-23T02:44:53.857Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-23T02:44:53.857Z] ---> Running in 1d663a8cb6b2 [2021-02-23T02:44:54.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T02:44:54.462Z] OK: 142 MiB in 39 packages [2021-02-23T02:44:55.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T02:44:55.456Z] Removing intermediate container 53d560f46f09 [2021-02-23T02:44:55.456Z] ---> f04e977103c3 [2021-02-23T02:44:55.456Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-23T02:44:55.456Z] ---> Running in e00fda40abc3 [2021-02-23T02:44:56.026Z] OK: 166 MiB in 39 packages [2021-02-23T02:44:56.069Z] Removing intermediate container e00fda40abc3 [2021-02-23T02:44:56.069Z] ---> 82b3e1c8b2ab [2021-02-23T02:44:56.069Z] Step 7/8 : COPY . . [2021-02-23T02:44:56.604Z] Removing intermediate container 1d663a8cb6b2 [2021-02-23T02:44:56.604Z] ---> 94bd975a4bdf [2021-02-23T02:44:56.604Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-23T02:44:56.604Z] ---> Running in 4960888cd4b8 [2021-02-23T02:44:56.604Z] Removing intermediate container 4960888cd4b8 [2021-02-23T02:44:56.604Z] ---> 1d6a04f52275 [2021-02-23T02:44:56.604Z] Step 7/8 : COPY . . [2021-02-23T02:44:57.047Z] ---> c6a088a4a996 [2021-02-23T02:44:57.047Z] Step 8/8 : RUN go mod download [2021-02-23T02:44:57.322Z] ---> Running in 0757463e1c07 [2021-02-23T02:44:57.996Z] ---> 28f5b582b080 [2021-02-23T02:44:57.996Z] Step 8/8 : RUN go mod download [2021-02-23T02:44:57.996Z] ---> Running in e87deea181b7 [2021-02-23T02:45:20.197Z] Removing intermediate container e87deea181b7 [2021-02-23T02:45:20.197Z] ---> ed3f8ab1638c [2021-02-23T02:45:20.197Z] Successfully built ed3f8ab1638c [2021-02-23T02:45:20.197Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:45:20.516Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T02:45:20.516Z] . [Pipeline] withDockerContainer [2021-02-23T02:45:20.661Z] prd-centos7-docker-4c-2g-27270 does not seem to be running inside a container [2021-02-23T02:45:20.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T02:45:21.625Z] $ docker top fb8386ee4ff8e33f0021499277199219ce3e2a89810a4c0b702d36ad080db116 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:45:22.139Z] + go version [2021-02-23T02:45:22.139Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-23T02:45:22.155Z] $ docker stop --time=1 fb8386ee4ff8e33f0021499277199219ce3e2a89810a4c0b702d36ad080db116 [2021-02-23T02:45:23.517Z] $ docker rm -f fb8386ee4ff8e33f0021499277199219ce3e2a89810a4c0b702d36ad080db116 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:45:24.129Z] Removing intermediate container 0757463e1c07 [2021-02-23T02:45:24.129Z] ---> bb8e2cfe675d [2021-02-23T02:45:24.129Z] Successfully built bb8e2cfe675d [2021-02-23T02:45:24.129Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:45:24.329Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-23T02:45:24.329Z] . [Pipeline] withDockerContainer [2021-02-23T02:45:24.432Z] prd-centos7-docker-4c-2g-27270 does not seem to be running inside a container [2021-02-23T02:45:24.474Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T02:45:24.474Z] . [2021-02-23T02:45:24.480Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-23T02:45:25.121Z] $ docker top 7c62fdac719e7527ed0c0c77169ca6f5d575eb2647e729bb89e64a0a4e1ad5b4 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-02-23T02:45:25.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-27268 does not seem to be running inside a container [2021-02-23T02:45:25.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T02:45:27.219Z] $ docker top 3b5c671d06379764d049cd62b50adece2ba0452669560a20ca76f427291ecf06 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-23T02:45:27.939Z] + make test [2021-02-23T02:45:27.939Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-23T02:45:28.334Z] + go version [2021-02-23T02:45:28.334Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-23T02:45:28.362Z] $ docker stop --time=1 3b5c671d06379764d049cd62b50adece2ba0452669560a20ca76f427291ecf06 [2021-02-23T02:45:30.331Z] $ docker rm -f 3b5c671d06379764d049cd62b50adece2ba0452669560a20ca76f427291ecf06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:45:31.371Z] + docker inspect -f . ci-base-image-arm64 [2021-02-23T02:45:31.371Z] . [Pipeline] withDockerContainer [2021-02-23T02:45:31.643Z] prd-ubuntu18.04-docker-arm64-4c-16g-27268 does not seem to be running inside a container [2021-02-23T02:45:31.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-23T02:45:33.241Z] $ docker top 2a9db07a412d2f71190d283314e2354e9e489f7997d3bc2bcf509bff224f0a47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:45:34.291Z] + make test [2021-02-23T02:45:34.291Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-23T02:45:36.169Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-23T02:45:51.210Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-23T02:45:51.210Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-23T02:45:51.210Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-23T02:45:53.776Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.049s coverage: 25.5% of statements [2021-02-23T02:45:56.476Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.060s coverage: 10.1% of statements [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.056s coverage: 12.5% of statements [2021-02-23T02:46:25.939Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.062s coverage: 84.8% of statements [2021-02-23T02:46:25.939Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-23T02:46:25.939Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-23T02:46:25.939Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-23T02:46:25.939Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.065s coverage: 49.2% of statements [2021-02-23T02:46:25.939Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.071s coverage: 81.3% of statements [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.089s coverage: 24.8% of statements [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.330s coverage: 83.5% of statements [2021-02-23T02:46:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.3% of statements [2021-02-23T02:46:25.939Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-23T02:46:25.939Z] GO111MODULE=on go vet ./... [2021-02-23T02:46:32.644Z] gofmt -l . [2021-02-23T02:46:32.644Z] [ "`gofmt -l .`" = "" ] [2021-02-23T02:46:32.644Z] ./bin/test-attribution-txt.sh [2021-02-23T02:46:33.593Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T02:46:33.876Z] $ docker stop --time=1 7c62fdac719e7527ed0c0c77169ca6f5d575eb2647e729bb89e64a0a4e1ad5b4 [2021-02-23T02:46:35.960Z] $ docker rm -f 7c62fdac719e7527ed0c0c77169ca6f5d575eb2647e729bb89e64a0a4e1ad5b4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:46:36.625Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T02:46:37.082Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-23T02:46:39.572Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T02:46:39.879Z] + ls -al . [2021-02-23T02:46:39.879Z] total 184 [2021-02-23T02:46:39.879Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 02:46 . [2021-02-23T02:46:39.879Z] drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 02:44 .. [2021-02-23T02:46:39.879Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 02:44 bin [2021-02-23T02:46:39.879Z] -rw-r--r--. 1 jenkins jenkins 101757 Feb 23 02:46 coverage.out [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 23 02:44 Dockerfile.build [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 23 02:44 .dockerignore [2021-02-23T02:46:39.879Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 23 02:44 example [2021-02-23T02:46:39.879Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 02:44 .git [2021-02-23T02:46:39.879Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 02:44 .github [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 23 02:44 .gitignore [2021-02-23T02:46:39.879Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 23 02:46 go.mod [2021-02-23T02:46:39.879Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 23 02:46 go.sum [2021-02-23T02:46:39.879Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 23 02:44 internal [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 901 Feb 23 02:44 Jenkinsfile [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 23 02:44 LICENSE [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 23 02:44 Makefile [2021-02-23T02:46:39.879Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 23 02:44 openapi [2021-02-23T02:46:39.879Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 23 02:44 pkg [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 23 02:44 README.md [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 23 02:44 RELEASE-NOTES.txt [2021-02-23T02:46:39.879Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 23 02:44 snap [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 02:41 VERSION [2021-02-23T02:46:39.879Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 23 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:46:40.194Z] + 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=53956855b65d5cee2eb48441d32bcabb85c4b68d --label arch=amd64 --label version=0.0.0 . [2021-02-23T02:46:40.456Z] Sending build context to Docker daemon 2.508MB [2021-02-23T02:46:40.456Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:46:40.456Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T02:46:40.456Z] ---> ed3f8ab1638c [2021-02-23T02:46:40.456Z] Step 3/24 : ARG MAKE='make build' [2021-02-23T02:46:41.030Z] ---> Running in fdb6ec85d2b2 [2021-02-23T02:46:41.030Z] Removing intermediate container fdb6ec85d2b2 [2021-02-23T02:46:41.030Z] ---> 82a377b98e9e [2021-02-23T02:46:41.030Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-23T02:46:41.030Z] ---> Running in 2baddfde2b5a [2021-02-23T02:46:41.293Z] Removing intermediate container 2baddfde2b5a [2021-02-23T02:46:41.293Z] ---> 1dfddb3725d9 [2021-02-23T02:46:41.293Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:46:41.293Z] ---> Running in 2c4862f62847 [2021-02-23T02:46:41.556Z] Removing intermediate container 2c4862f62847 [2021-02-23T02:46:41.556Z] ---> 84f5947546ec [2021-02-23T02:46:41.556Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:46:41.556Z] ---> Running in c859592559cb [2021-02-23T02:46:42.510Z] Removing intermediate container c859592559cb [2021-02-23T02:46:42.510Z] ---> 32acc6533476 [2021-02-23T02:46:42.510Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-23T02:46:42.782Z] ---> Running in 6a7ac8b14ceb [2021-02-23T02:46:43.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-23T02:46:43.485Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-23T02:46:43.485Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-23T02:46:43.485Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-23T02:46:43.485Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.124s coverage: 25.5% of statements [2021-02-23T02:46:44.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-23T02:46:46.679Z] OK: 166 MiB in 39 packages [2021-02-23T02:46:46.942Z] Removing intermediate container 6a7ac8b14ceb [2021-02-23T02:46:46.942Z] ---> a0bea345984f [2021-02-23T02:46:46.942Z] Step 8/24 : COPY . . [2021-02-23T02:46:48.339Z] ---> 4735ff0d2e48 [2021-02-23T02:46:48.339Z] Step 9/24 : RUN ${MAKE} [2021-02-23T02:46:48.339Z] ---> Running in 60dd8d9d00fa [2021-02-23T02:46:48.922Z] 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-23T02:46:59.052Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-23T02:47:00.006Z] Removing intermediate container 60dd8d9d00fa [2021-02-23T02:47:00.006Z] ---> 6af93e08087c [2021-02-23T02:47:00.006Z] Step 10/24 : FROM scratch [2021-02-23T02:47:00.006Z] ---> [2021-02-23T02:47:00.006Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:47:00.006Z] ---> Running in 027feb0fd5ad [2021-02-23T02:47:00.271Z] Removing intermediate container 027feb0fd5ad [2021-02-23T02:47:00.271Z] ---> 0a91ffbda250 [2021-02-23T02:47:00.271Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-23T02:47:00.271Z] ---> Running in f33ad615af68 [2021-02-23T02:47:00.535Z] Removing intermediate container f33ad615af68 [2021-02-23T02:47:00.535Z] ---> 64c0dd7074b9 [2021-02-23T02:47:00.535Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-23T02:47:00.535Z] ---> Running in 19c73dba5ca7 [2021-02-23T02:47:00.798Z] Removing intermediate container 19c73dba5ca7 [2021-02-23T02:47:00.798Z] ---> 65a09528c7ca [2021-02-23T02:47:00.798Z] Step 14/24 : WORKDIR / [2021-02-23T02:47:00.798Z] ---> Running in 5f2a3b2c1f5b [2021-02-23T02:47:00.798Z] Removing intermediate container 5f2a3b2c1f5b [2021-02-23T02:47:00.798Z] ---> 7908c23e920b [2021-02-23T02:47:00.798Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-23T02:47:01.374Z] ---> 74dcfa8ffc44 [2021-02-23T02:47:01.374Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-23T02:47:01.637Z] ---> d450be4eb1ff [2021-02-23T02:47:01.637Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-23T02:47:01.902Z] ---> 0818531bfc54 [2021-02-23T02:47:01.902Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-23T02:47:02.165Z] ---> 53673137a66e [2021-02-23T02:47:02.165Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-23T02:47:02.430Z] ---> d1a71111ae50 [2021-02-23T02:47:02.430Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-23T02:47:02.430Z] ---> Running in 03c496726fd0 [2021-02-23T02:47:02.693Z] Removing intermediate container 03c496726fd0 [2021-02-23T02:47:02.693Z] ---> 6c7e678d4b4c [2021-02-23T02:47:02.693Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T02:47:02.693Z] ---> Running in b486b1ba998c [2021-02-23T02:47:02.956Z] Removing intermediate container b486b1ba998c [2021-02-23T02:47:02.956Z] ---> 27dfa93de305 [2021-02-23T02:47:02.956Z] Step 22/24 : LABEL arch=amd64 [2021-02-23T02:47:02.956Z] ---> Running in d09c593e7395 [2021-02-23T02:47:03.219Z] Removing intermediate container d09c593e7395 [2021-02-23T02:47:03.219Z] ---> 73558a311bd1 [2021-02-23T02:47:03.219Z] Step 23/24 : LABEL git_sha=53956855b65d5cee2eb48441d32bcabb85c4b68d [2021-02-23T02:47:03.219Z] ---> Running in 0b56c2fa97eb [2021-02-23T02:47:03.483Z] Removing intermediate container 0b56c2fa97eb [2021-02-23T02:47:03.483Z] ---> 818dc834d791 [2021-02-23T02:47:03.483Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T02:47:03.483Z] ---> Running in fdb72dcbc6b4 [2021-02-23T02:47:03.746Z] Removing intermediate container fdb72dcbc6b4 [2021-02-23T02:47:03.746Z] ---> 6e4dbeff4e8c [2021-02-23T02:47:03.746Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T02:47:03.746Z] Successfully built 6e4dbeff4e8c [2021-02-23T02:47:03.746Z] 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-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.125s coverage: 10.1% of statements [2021-02-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.146s coverage: 12.5% of statements [2021-02-23T02:47:10.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.139s coverage: 84.8% of statements [2021-02-23T02:47:10.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-23T02:47:10.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-23T02:47:10.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-23T02:47:10.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.237s coverage: 49.2% of statements [2021-02-23T02:47:10.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.167s coverage: 81.3% of statements [2021-02-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.161s coverage: 24.8% of statements [2021-02-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.896s coverage: 83.5% of statements [2021-02-23T02:47:10.289Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.133s coverage: 5.3% of statements [2021-02-23T02:47:10.289Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-23T02:47:10.289Z] GO111MODULE=on go vet ./... [2021-02-23T02:47:49.468Z] gofmt -l . [2021-02-23T02:47:49.468Z] [ "`gofmt -l .`" = "" ] [2021-02-23T02:47:49.468Z] ./bin/test-attribution-txt.sh [2021-02-23T02:47:49.468Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-23T02:47:49.502Z] $ docker stop --time=1 2a9db07a412d2f71190d283314e2354e9e489f7997d3bc2bcf509bff224f0a47 [2021-02-23T02:47:51.889Z] $ docker rm -f 2a9db07a412d2f71190d283314e2354e9e489f7997d3bc2bcf509bff224f0a47 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-23T02:47:53.062Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-23T02:47:53.138Z] Warning: overwriting stash ‘coverage-report’ [2021-02-23T02:47:53.942Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-23T02:47:54.731Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-23T02:47:55.078Z] + ls -al . [2021-02-23T02:47:55.078Z] total 220 [2021-02-23T02:47:55.078Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 02:47 . [2021-02-23T02:47:55.078Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:44 .. [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 23 02:44 .dockerignore [2021-02-23T02:47:55.078Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 02:44 .git [2021-02-23T02:47:55.078Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:44 .github [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 23 02:44 .gitignore [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 23 02:44 Dockerfile.build [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 901 Feb 23 02:44 Jenkinsfile [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 23 02:44 LICENSE [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 23 02:44 Makefile [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 23 02:44 README.md [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 23 02:44 RELEASE-NOTES.txt [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 02:41 VERSION [2021-02-23T02:47:55.078Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 02:44 bin [2021-02-23T02:47:55.078Z] -rw-r--r-- 1 jenkins jenkins 101758 Feb 23 02:47 coverage.out [2021-02-23T02:47:55.078Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:44 example [2021-02-23T02:47:55.078Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 23 02:47 go.mod [2021-02-23T02:47:55.078Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 23 02:47 go.sum [2021-02-23T02:47:55.078Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 23 02:44 internal [2021-02-23T02:47:55.078Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:44 openapi [2021-02-23T02:47:55.078Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 02:44 pkg [2021-02-23T02:47:55.078Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 02:44 snap [2021-02-23T02:47:55.078Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 23 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:47:55.424Z] + 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=53956855b65d5cee2eb48441d32bcabb85c4b68d --label arch=arm64 --label version=0.0.0 . [2021-02-23T02:47:56.023Z] Sending build context to Docker daemon 2.507MB [2021-02-23T02:47:56.023Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-23T02:47:56.023Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-23T02:47:56.023Z] ---> bb8e2cfe675d [2021-02-23T02:47:56.023Z] Step 3/24 : ARG MAKE='make build' [2021-02-23T02:47:56.023Z] ---> Running in efbb06e44d48 [2021-02-23T02:47:56.618Z] Removing intermediate container efbb06e44d48 [2021-02-23T02:47:56.618Z] ---> e92d83af4c6a [2021-02-23T02:47:56.618Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-23T02:47:56.618Z] ---> Running in 61c8e6b04c82 [2021-02-23T02:47:57.216Z] Removing intermediate container 61c8e6b04c82 [2021-02-23T02:47:57.216Z] ---> 2e5335faddc3 [2021-02-23T02:47:57.216Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:47:57.216Z] ---> Running in 402d3b2a5cff [2021-02-23T02:47:57.819Z] Removing intermediate container 402d3b2a5cff [2021-02-23T02:47:57.819Z] ---> cbfda97d23a2 [2021-02-23T02:47:57.819Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-23T02:47:57.819Z] ---> Running in b35e1852123c [2021-02-23T02:47:59.799Z] Removing intermediate container b35e1852123c [2021-02-23T02:47:59.799Z] ---> d292faafe9d2 [2021-02-23T02:47:59.799Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-23T02:47:59.799Z] ---> Running in 11cfdaee92f2 [2021-02-23T02:48:01.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-23T02:48:03.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-23T02:48:08.146Z] OK: 142 MiB in 39 packages [2021-02-23T02:48:08.740Z] Removing intermediate container 11cfdaee92f2 [2021-02-23T02:48:08.740Z] ---> a68760b57d6c [2021-02-23T02:48:08.740Z] Step 8/24 : COPY . . [2021-02-23T02:48:10.171Z] ---> 35cbbd8b29ab [2021-02-23T02:48:10.172Z] Step 9/24 : RUN ${MAKE} [2021-02-23T02:48:10.172Z] ---> Running in 0573998555e4 [2021-02-23T02:48:11.147Z] 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-23T02:48:37.952Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-23T02:48:38.925Z] Removing intermediate container 0573998555e4 [2021-02-23T02:48:38.925Z] ---> b08827b611ec [2021-02-23T02:48:38.926Z] Step 10/24 : FROM scratch [2021-02-23T02:48:38.926Z] ---> [2021-02-23T02:48:38.926Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-23T02:48:38.926Z] ---> Running in 8b6606e56be8 [2021-02-23T02:48:39.197Z] Removing intermediate container 8b6606e56be8 [2021-02-23T02:48:39.197Z] ---> 7a3f4a77ab93 [2021-02-23T02:48:39.197Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-23T02:48:39.197Z] ---> Running in 7181badd95ca [2021-02-23T02:48:39.796Z] Removing intermediate container 7181badd95ca [2021-02-23T02:48:39.796Z] ---> 65e2b3ef7694 [2021-02-23T02:48:39.796Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-23T02:48:39.796Z] ---> Running in a621b90358d7 [2021-02-23T02:48:40.070Z] Removing intermediate container a621b90358d7 [2021-02-23T02:48:40.070Z] ---> 7cf503e5ca02 [2021-02-23T02:48:40.070Z] Step 14/24 : WORKDIR / [2021-02-23T02:48:40.343Z] ---> Running in fc3adee8afdb [2021-02-23T02:48:40.614Z] Removing intermediate container fc3adee8afdb [2021-02-23T02:48:40.614Z] ---> 47342566598a [2021-02-23T02:48:40.614Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-23T02:48:42.066Z] ---> 2db456fc4915 [2021-02-23T02:48:42.066Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-23T02:48:42.663Z] ---> b576e6070b65 [2021-02-23T02:48:42.663Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-23T02:48:43.258Z] ---> 90778712a447 [2021-02-23T02:48:43.259Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-23T02:48:43.853Z] ---> c15fc21e7835 [2021-02-23T02:48:43.853Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-23T02:48:44.831Z] ---> 0f8f3f9d2156 [2021-02-23T02:48:44.831Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-23T02:48:44.831Z] ---> Running in 905b6c26bfed [2021-02-23T02:48:45.427Z] Removing intermediate container 905b6c26bfed [2021-02-23T02:48:45.427Z] ---> b9a911f6ebe1 [2021-02-23T02:48:45.427Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-23T02:48:45.427Z] ---> Running in 838f31248dce [2021-02-23T02:48:45.703Z] Removing intermediate container 838f31248dce [2021-02-23T02:48:45.703Z] ---> 936a4f6de3c5 [2021-02-23T02:48:45.703Z] Step 22/24 : LABEL arch=arm64 [2021-02-23T02:48:45.975Z] ---> Running in 017dc9228409 [2021-02-23T02:48:46.569Z] Removing intermediate container 017dc9228409 [2021-02-23T02:48:46.569Z] ---> d7814a544ea7 [2021-02-23T02:48:46.569Z] Step 23/24 : LABEL git_sha=53956855b65d5cee2eb48441d32bcabb85c4b68d [2021-02-23T02:48:46.569Z] ---> Running in 09eed585e697 [2021-02-23T02:48:46.844Z] Removing intermediate container 09eed585e697 [2021-02-23T02:48:46.844Z] ---> 4e1cf4980746 [2021-02-23T02:48:46.844Z] Step 24/24 : LABEL version=0.0.0 [2021-02-23T02:48:47.116Z] ---> Running in 43618b315c84 [2021-02-23T02:48:47.390Z] Removing intermediate container 43618b315c84 [2021-02-23T02:48:47.390Z] ---> 952642c2ed0d [2021-02-23T02:48:47.390Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-23T02:48:47.661Z] Successfully built 952642c2ed0d [2021-02-23T02:48:47.661Z] 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-23T02:48:49.162Z] provisioning config files... [2021-02-23T02:48:49.178Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/config4685870111335886896tmp [Pipeline] { [Pipeline] sh [2021-02-23T02:48:49.550Z] + set +x [2021-02-23T02:48:49.550Z] + curl -s https://codecov.io/bash [2021-02-23T02:48:49.550Z] + bash -s -- [2021-02-23T02:48:49.811Z] [2021-02-23T02:48:49.811Z] _____ _ [2021-02-23T02:48:49.811Z] / ____| | | [2021-02-23T02:48:49.811Z] | | ___ __| | ___ ___ _____ __ [2021-02-23T02:48:49.811Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-23T02:48:49.811Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-23T02:48:49.811Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-23T02:48:49.811Z] Bash-20210129-7c25fce [2021-02-23T02:48:49.811Z] [2021-02-23T02:48:49.811Z] [2021-02-23T02:48:49.811Z] ==> git version 2.24.3 found [2021-02-23T02:48:49.811Z] ==> 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-23T02:48:49.811Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-23T02:48:49.811Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-23T02:48:49.811Z] ==> Jenkins CI detected. [2021-02-23T02:48:49.811Z] project root: . [2021-02-23T02:48:49.811Z] --> token set from env [2021-02-23T02:48:49.811Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-23T02:48:49.811Z] ==> Running gcov in . (disable via -X gcov) [2021-02-23T02:48:49.811Z] ==> Python coveragepy not found [2021-02-23T02:48:49.811Z] ==> Searching for coverage reports in: [2021-02-23T02:48:49.811Z] + . [2021-02-23T02:48:49.811Z] -> Found 1 reports [2021-02-23T02:48:49.811Z] ==> Detecting git/mercurial file structure [2021-02-23T02:48:49.811Z] ==> Reading reports [2021-02-23T02:48:49.811Z] + ./coverage.out bytes=101758 [2021-02-23T02:48:49.811Z] ==> Appending adjustments [2021-02-23T02:48:49.811Z] https://docs.codecov.io/docs/fixing-reports [2021-02-23T02:48:50.386Z] + Found adjustments [2021-02-23T02:48:50.386Z] ==> Gzipping contents [2021-02-23T02:48:50.386Z] 20K /tmp/codecov.t3c0bm.gz [2021-02-23T02:48:50.386Z] ==> Uploading reports [2021-02-23T02:48:50.386Z] url: https://codecov.io [2021-02-23T02:48:50.386Z] query: branch=PR-784&commit=53956855b65d5cee2eb48441d32bcabb85c4b68d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-784%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=784&job=&cmd_args= [2021-02-23T02:48:50.386Z] -> Pinging Codecov [2021-02-23T02:48:50.386Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-784&commit=53956855b65d5cee2eb48441d32bcabb85c4b68d&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-784%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=784&job=&cmd_args= [2021-02-23T02:48:50.648Z] -> Uploading to [2021-02-23T02:48:50.648Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-23/7E55EF52A471D76F132DFD9A03CDDE97/53956855b65d5cee2eb48441d32bcabb85c4b68d/52cdcc98-9022-4be2-82a0-269b8b564bf2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T024850Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ec930ef7a36e29695f1e1f6ace426fa587d5ef3dc549ece365ea637adf430e63 [2021-02-23T02:48:50.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-23T02:48:50.648Z] Dload Upload Total Spent Left Speed [2021-02-23T02:48:51.173Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16496 0 0 100 16496 0 36211 --:--:-- --:--:-- --:--:-- 36175 [2021-02-23T02:48:51.173Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/53956855b65d5cee2eb48441d32bcabb85c4b68d [Pipeline] } [2021-02-23T02:48:51.183Z] 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-23T02:48:53.812Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:48:54.235Z] ---> package-listing.sh [2021-02-23T02:48:54.235Z] ++ facter osfamily [2021-02-23T02:48:54.235Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-23T02:48:54.235Z] + OS_FAMILY=redhat [2021-02-23T02:48:54.235Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-784 [2021-02-23T02:48:54.235Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-23T02:48:54.235Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-23T02:48:54.235Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-23T02:48:54.235Z] + PACKAGES=/tmp/packages_start.txt [2021-02-23T02:48:54.235Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-784 ']' [2021-02-23T02:48:54.235Z] + PACKAGES=/tmp/packages_end.txt [2021-02-23T02:48:54.235Z] + case "${OS_FAMILY}" in [2021-02-23T02:48:54.235Z] + rpm -qa [2021-02-23T02:48:54.235Z] + sort [2021-02-23T02:48:59.544Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-23T02:48:59.544Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-23T02:48:59.544Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-23T02:48:59.544Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-784 ']' [2021-02-23T02:48:59.544Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-784/archives/ [2021-02-23T02:48:59.544Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-784/archives/ [Pipeline] echo [2021-02-23T02:48:59.558Z] 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-784/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-23T02:48:59.845Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:49:00.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:49:00.149Z] [2021-02-23T02:49:00.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-23T02:49:00.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:49:00.499Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-23T02:49:00.499Z] df20fa9351a1: Pulling fs layer [2021-02-23T02:49:00.499Z] 36b3adc4ff6f: Pulling fs layer [2021-02-23T02:49:00.499Z] 8ad3a11d3b57: Pulling fs layer [2021-02-23T02:49:00.499Z] 46f8f816bc3b: Pulling fs layer [2021-02-23T02:49:00.499Z] 93b61091891f: Pulling fs layer [2021-02-23T02:49:00.499Z] 93b9cdb0e59b: Pulling fs layer [2021-02-23T02:49:00.499Z] 5e14af77c1be: Pulling fs layer [2021-02-23T02:49:00.499Z] 01666e4c0597: Pulling fs layer [2021-02-23T02:49:00.499Z] aa168da1d23b: Pulling fs layer [2021-02-23T02:49:00.499Z] 46f8f816bc3b: Waiting [2021-02-23T02:49:00.499Z] 5e14af77c1be: Waiting [2021-02-23T02:49:00.499Z] 01666e4c0597: Waiting [2021-02-23T02:49:00.499Z] 93b61091891f: Waiting [2021-02-23T02:49:00.499Z] aa168da1d23b: Waiting [2021-02-23T02:49:00.499Z] 93b9cdb0e59b: Waiting [2021-02-23T02:49:00.499Z] 36b3adc4ff6f: Verifying Checksum [2021-02-23T02:49:00.499Z] 36b3adc4ff6f: Download complete [2021-02-23T02:49:00.499Z] 46f8f816bc3b: Verifying Checksum [2021-02-23T02:49:00.499Z] 46f8f816bc3b: Download complete [2021-02-23T02:49:00.761Z] df20fa9351a1: Verifying Checksum [2021-02-23T02:49:00.761Z] df20fa9351a1: Download complete [2021-02-23T02:49:00.761Z] 93b9cdb0e59b: Verifying Checksum [2021-02-23T02:49:00.761Z] 93b9cdb0e59b: Download complete [2021-02-23T02:49:00.761Z] 93b61091891f: Verifying Checksum [2021-02-23T02:49:00.761Z] 93b61091891f: Download complete [2021-02-23T02:49:00.761Z] 5e14af77c1be: Verifying Checksum [2021-02-23T02:49:00.761Z] 5e14af77c1be: Download complete [2021-02-23T02:49:00.761Z] 01666e4c0597: Verifying Checksum [2021-02-23T02:49:00.761Z] 01666e4c0597: Download complete [2021-02-23T02:49:00.761Z] 8ad3a11d3b57: Verifying Checksum [2021-02-23T02:49:00.761Z] 8ad3a11d3b57: Download complete [2021-02-23T02:49:01.025Z] df20fa9351a1: Pull complete [2021-02-23T02:49:01.288Z] 36b3adc4ff6f: Pull complete [2021-02-23T02:49:01.869Z] 8ad3a11d3b57: Pull complete [2021-02-23T02:49:02.136Z] 46f8f816bc3b: Pull complete [2021-02-23T02:49:02.403Z] 93b61091891f: Pull complete [2021-02-23T02:49:02.984Z] 93b9cdb0e59b: Pull complete [2021-02-23T02:49:02.984Z] 5e14af77c1be: Pull complete [2021-02-23T02:49:03.246Z] aa168da1d23b: Verifying Checksum [2021-02-23T02:49:03.246Z] aa168da1d23b: Download complete [2021-02-23T02:49:03.509Z] 01666e4c0597: Pull complete [2021-02-23T02:49:10.144Z] aa168da1d23b: Pull complete [2021-02-23T02:49:10.144Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-23T02:49:10.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-23T02:49:10.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-23T02:49:10.332Z] prd-centos7-docker-4c-2g-27265 does not seem to be running inside a container [2021-02-23T02:49:10.384Z] $ 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-784/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-784 -v /w/workspace/dgexfoundry_device-sdk-go_PR-784:/w/workspace/dgexfoundry_device-sdk-go_PR-784:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-23T02:49:14.341Z] $ docker top 23b8e6f9acea1a46c2ec1fabcc60f02e0f2cb2f132377b84344fb516a54d9345 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-23T02:49:14.883Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-23T02:49:15.185Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-23T02:49:15.487Z] + ls /var/log/sa-host [2021-02-23T02:49:15.487Z] + sadf -c /var/log/sa-host/sa23 [2021-02-23T02:49:15.487Z] file_magic: OK [2021-02-23T02:49:15.487Z] HZ: Using current value: 100 [2021-02-23T02:49:15.487Z] file_header: OK [2021-02-23T02:49:15.487Z] 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-23T02:49:15.487Z] Statistics: [2021-02-23T02:49:15.487Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-23T02:49:15.487Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-23T02:49:16.125Z] provisioning config files... [2021-02-23T02:49:16.140Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-784@tmp/config3799447699165899276tmp [Pipeline] { [Pipeline] echo [2021-02-23T02:49:16.212Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:49:16.508Z] ---> create-netrc.sh [Pipeline] } [2021-02-23T02:49:16.517Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-23T02:49:16.606Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:49:16.905Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-23T02:49:16.916Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:49:17.215Z] ---> sudo-logs.sh [2021-02-23T02:49:17.215Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-23T02:49:17.300Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:49:17.595Z] ---> job-cost.sh [2021-02-23T02:49:17.595Z] lf-activate-venv: SKIPPING [2021-02-23T02:49:17.595Z] INFO: No Stack... [2021-02-23T02:49:18.539Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-23T02:49:19.111Z] INFO: Archiving Costs [Pipeline] echo [2021-02-23T02:49:19.125Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-23T02:49:19.416Z] ---> logs-deploy.sh [2021-02-23T02:49:19.416Z] lf-activate-venv: SKIPPING [2021-02-23T02:49:19.416Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-784/4 [2021-02-23T02:49:19.416Z] INFO: archiving workspace using pattern(s): [2021-02-23T02:49:21.330Z] Archives upload complete. [2021-02-23T02:49:21.330Z] INFO: archiving logs to Nexus