Pull request #753 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 84ea4a05cef1466ee67975698004463005cbf340 rather than d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad Obtained Jenkinsfile from 84ea4a05cef1466ee67975698004463005cbf340 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24198 in /w/workspace/dgexfoundry_device-sdk-go_PR-753 [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-753 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 84ea4a05cef1466ee67975698004463005cbf340 into PR head commit d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad Merge succeeded, producing d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad Checking out Revision d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad (PR-753) > 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/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad # 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 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad # timeout=10 Commit message: "Merge branch 'master' into issue-352" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-31T15:46:36.856Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 0f4f88d354fa9b05affb3ac65eeb7a72eee63ad3 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-31T15:46:37.151Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-31T15:46:37.256Z] ========================================================= [2021-01-31T15:46:37.256Z] EdgeX Global Pipelines Version Info [2021-01-31T15:46:37.256Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:46:38.782Z] ------------------- [2021-01-31T15:46:38.782Z] stable info: [2021-01-31T15:46:38.782Z] ------------------- [2021-01-31T15:46:38.782Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-31T15:46:38.782Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-31T15:46:38.782Z] Message: update stable to v1.0.179 [2021-01-31T15:46:39.727Z] ------------------- [2021-01-31T15:46:39.727Z] experimental info: [2021-01-31T15:46:39.727Z] ------------------- [2021-01-31T15:46:39.727Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-31T15:46:39.727Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-31T15:46:39.727Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-31T15:46:40.010Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-31T15:46:40.114Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-31T15:46:40.223Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-31T15:46:40.356Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-31T15:46:40.460Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-31T15:46:40.562Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-31T15:46:40.669Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-31T15:46:40.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-31T15:46:40.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-31T15:46:41.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-31T15:46:41.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-31T15:46:41.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-31T15:46:41.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-31T15:46:41.584Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-31T15:46:41.723Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-31T15:46:41.845Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-31T15:46:41.974Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-31T15:46:42.135Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-31T15:46:42.254Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-31T15:46:42.408Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-31T15:46:42.538Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-31T15:46:42.629Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-31T15:46:42.719Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-31T15:46:42.813Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-31T15:46:42.910Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-31T15:46:43.008Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-31T15:46:43.103Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-31T15:46:43.199Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-753 [Pipeline] echo [2021-01-31T15:46:43.298Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-753 [Pipeline] echo [2021-01-31T15:46:43.403Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-753 [Pipeline] echo [2021-01-31T15:46:43.498Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [Pipeline] echo [2021-01-31T15:46:43.590Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d9bdd16 [Pipeline] echo [2021-01-31T15:46:43.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-31T15:46:43.858Z] provisioning config files... [2021-01-31T15:46:43.884Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/config4799345130146451294tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:46:44.248Z] ---> docker-login.sh [2021-01-31T15:46:44.248Z] nexus3.edgexfoundry.org:10001 [2021-01-31T15:46:44.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:46:44.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:46:44.772Z] Configure a credential helper to remove this warning. See [2021-01-31T15:46:44.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:46:44.772Z] [2021-01-31T15:46:44.772Z] Login Succeeded [2021-01-31T15:46:44.772Z] nexus3.edgexfoundry.org:10002 [2021-01-31T15:46:44.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:46:44.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:46:44.772Z] Configure a credential helper to remove this warning. See [2021-01-31T15:46:44.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:46:44.772Z] [2021-01-31T15:46:44.772Z] Login Succeeded [2021-01-31T15:46:44.772Z] nexus3.edgexfoundry.org:10003 [2021-01-31T15:46:45.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:46:45.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:46:45.037Z] Configure a credential helper to remove this warning. See [2021-01-31T15:46:45.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:46:45.037Z] [2021-01-31T15:46:45.037Z] Login Succeeded [2021-01-31T15:46:45.037Z] nexus3.edgexfoundry.org:10004 [2021-01-31T15:46:45.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:46:45.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:46:45.300Z] Configure a credential helper to remove this warning. See [2021-01-31T15:46:45.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:46:45.300Z] [2021-01-31T15:46:45.300Z] Login Succeeded [2021-01-31T15:46:45.300Z] docker.io [2021-01-31T15:46:45.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:46:45.563Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:46:45.563Z] Configure a credential helper to remove this warning. See [2021-01-31T15:46:45.563Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:46:45.563Z] [2021-01-31T15:46:45.563Z] Login Succeeded [2021-01-31T15:46:45.563Z] ---> docker-login.sh ends [Pipeline] } [2021-01-31T15:46:45.572Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-31T15:46:46.455Z] + git log --format=format:%s -1 d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [Pipeline] echo [2021-01-31T15:46:46.523Z] GIT_COMMIT: d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad, Commit Message: Merge branch 'master' into issue-352 [Pipeline] echo [2021-01-31T15:46:46.570Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:46:47.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-31T15:46:47.533Z] [2021-01-31T15:46:47.533Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:46:47.878Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-31T15:46:47.878Z] latest: Pulling from edgex-devops/git-semver [2021-01-31T15:46:47.878Z] 31603596830f: Pulling fs layer [2021-01-31T15:46:47.878Z] 2a8b12db71e7: Pulling fs layer [2021-01-31T15:46:47.878Z] 6ca5941a6612: Pulling fs layer [2021-01-31T15:46:47.878Z] ecc8261a40a4: Pulling fs layer [2021-01-31T15:46:47.878Z] ecc8261a40a4: Waiting [2021-01-31T15:46:47.878Z] 2a8b12db71e7: Verifying Checksum [2021-01-31T15:46:47.878Z] 2a8b12db71e7: Download complete [2021-01-31T15:46:48.140Z] 31603596830f: Download complete [2021-01-31T15:46:48.140Z] ecc8261a40a4: Verifying Checksum [2021-01-31T15:46:48.140Z] ecc8261a40a4: Download complete [2021-01-31T15:46:48.140Z] 6ca5941a6612: Verifying Checksum [2021-01-31T15:46:48.140Z] 6ca5941a6612: Download complete [2021-01-31T15:46:48.403Z] 31603596830f: Pull complete [2021-01-31T15:46:48.666Z] 2a8b12db71e7: Pull complete [2021-01-31T15:46:49.612Z] 6ca5941a6612: Pull complete [2021-01-31T15:46:49.612Z] ecc8261a40a4: Pull complete [2021-01-31T15:46:49.612Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-31T15:46:49.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-31T15:46:49.612Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-31T15:46:49.712Z] prd-centos7-docker-4c-2g-24198 does not seem to be running inside a container [2021-01-31T15:46:49.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-753 -v /w/workspace/dgexfoundry_device-sdk-go_PR-753:/w/workspace/dgexfoundry_device-sdk-go_PR-753:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-753@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:10004/edgex-devops/git-semver:latest cat [2021-01-31T15:46:52.115Z] $ docker top 913ff301e5729a8b544f7234f8737f0084ee0a6e29bb259b992e05f01d77acd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-31T15:46:52.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-31T15:46:52.400Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-31T15:46:52.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-31T15:46:52.612Z] $ docker exec 913ff301e5729a8b544f7234f8737f0084ee0a6e29bb259b992e05f01d77acd0 ssh-agent [2021-01-31T15:46:52.794Z] SSH_AUTH_SOCK=/tmp/ssh-w2s48f3YKWGq/agent.11 [2021-01-31T15:46:52.794Z] SSH_AGENT_PID=16 [2021-01-31T15:46:52.805Z] Running ssh-add (command line suppressed) [2021-01-31T15:46:52.949Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_4367549991445180911.key (/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_4367549991445180911.key) [2021-01-31T15:46:53.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-31T15:46:53.339Z] + git tag --points-at HEAD [Pipeline] } [2021-01-31T15:46:53.366Z] $ docker exec --env ******** --env ******** 913ff301e5729a8b544f7234f8737f0084ee0a6e29bb259b992e05f01d77acd0 ssh-agent -k [2021-01-31T15:46:53.492Z] unset SSH_AUTH_SOCK; [2021-01-31T15:46:53.493Z] unset SSH_AGENT_PID; [2021-01-31T15:46:53.493Z] echo Agent pid 16 killed; [2021-01-31T15:46:53.532Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-31T15:46:53.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-31T15:46:53.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-31T15:46:53.861Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-31T15:46:53.869Z] $ docker exec 913ff301e5729a8b544f7234f8737f0084ee0a6e29bb259b992e05f01d77acd0 ssh-agent [2021-01-31T15:46:54.021Z] SSH_AUTH_SOCK=/tmp/ssh-Bqw3ndyBvVm2/agent.44 [2021-01-31T15:46:54.021Z] SSH_AGENT_PID=50 [2021-01-31T15:46:54.028Z] Running ssh-add (command line suppressed) [2021-01-31T15:46:54.150Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_1490218215064810184.key (/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_1490218215064810184.key) [2021-01-31T15:46:54.200Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-31T15:46:54.536Z] + git semver init [2021-01-31T15:46:54.536Z] # -> Open(): unable to determine branch for HEAD [2021-01-31T15:46:54.536Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-753/.git [2021-01-31T15:46:54.536Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-753 [2021-01-31T15:46:54.536Z] # $SEMVER_REMOTE_NAME = origin [2021-01-31T15:46:54.536Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-31T15:46:54.536Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-31T15:46:54.536Z] # $SEMVER_BRANCH = PR-753 [2021-01-31T15:46:54.536Z] # $SEMVER_TEMP = /tmp/semver-897424010 [2021-01-31T15:46:54.536Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-31T15:46:55.111Z] # '/tmp/semver-897424010' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-753/.semver' [2021-01-31T15:46:55.111Z] # -> Force: false [2021-01-31T15:46:55.111Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-753/.semver [Pipeline] } [2021-01-31T15:46:55.141Z] $ docker exec --env ******** --env ******** 913ff301e5729a8b544f7234f8737f0084ee0a6e29bb259b992e05f01d77acd0 ssh-agent -k [2021-01-31T15:46:55.261Z] unset SSH_AUTH_SOCK; [2021-01-31T15:46:55.262Z] unset SSH_AGENT_PID; [2021-01-31T15:46:55.262Z] echo Agent pid 50 killed; [2021-01-31T15:46:55.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-31T15:46:55.817Z] + git semver [Pipeline] } [2021-01-31T15:46:55.838Z] $ docker stop --time=1 913ff301e5729a8b544f7234f8737f0084ee0a6e29bb259b992e05f01d77acd0 [2021-01-31T15:46:57.211Z] $ docker rm -f 913ff301e5729a8b544f7234f8737f0084ee0a6e29bb259b992e05f01d77acd0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-31T15:46:57.723Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-31T15:46:58.224Z] Stashed 1 file(s) [Pipeline] echo [2021-01-31T15:46:58.227Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-31T15:47:13.753Z] Still waiting to schedule task [2021-01-31T15:47:13.753Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24198’ [2021-01-31T15:47:13.756Z] Still waiting to schedule task [2021-01-31T15:47:13.756Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-31T15:48:54.787Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24199 in /w/workspace/dgexfoundry_device-sdk-go_PR-753 [Pipeline] { [Pipeline] ws [2021-01-31T15:48:54.854Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-01-31T15:48:59.872Z] using credential edgex-jenkins-ssh [2021-01-31T15:48:59.942Z] Cloning the remote Git repository [2021-01-31T15:49:00.002Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-31T15:49:00.111Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2021-01-31T15:49:00.190Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-31T15:49:00.191Z] > git --version # timeout=10 [2021-01-31T15:49:00.212Z] > git --version # 'git version 2.17.1' [2021-01-31T15:49:00.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T15:49:00.301Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T15:49:01.485Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-31T15:49:01.503Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T15:49:01.537Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-31T15:49:01.576Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-31T15:49:01.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T15:49:01.590Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-31T15:49:02.583Z] Merging remotes/origin/master commit 84ea4a05cef1466ee67975698004463005cbf340 into PR head commit d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [2021-01-31T15:49:02.862Z] Merge succeeded, producing d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [2021-01-31T15:49:02.863Z] Checking out Revision d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad (PR-753) [2021-01-31T15:49:02.609Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T15:49:02.630Z] > git checkout -f d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad # timeout=10 [2021-01-31T15:49:02.752Z] > git remote # timeout=10 [2021-01-31T15:49:02.775Z] > git config --get remote.origin.url # timeout=10 [2021-01-31T15:49:02.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T15:49:02.815Z] > git merge 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 [2021-01-31T15:49:02.849Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-31T15:49:02.873Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T15:49:02.895Z] > git checkout -f d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad # timeout=10 [2021-01-31T15:49:07.504Z] Commit message: "Merge branch 'master' into issue-352" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-31T15:49:09.029Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-31T15:49:09.441Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-31T15:49:09.842Z] + sudo service docker restart [2021-01-31T15:49:09.842Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-31T15:49:12.552Z] provisioning config files... [2021-01-31T15:49:12.591Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config5704486130448046029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:49:13.012Z] ---> docker-login.sh [2021-01-31T15:49:13.012Z] nexus3.edgexfoundry.org:10001 [2021-01-31T15:49:13.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:14.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:14.268Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:14.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:14.268Z] [2021-01-31T15:49:14.268Z] Login Succeeded [2021-01-31T15:49:14.268Z] nexus3.edgexfoundry.org:10002 [2021-01-31T15:49:14.877Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:14.877Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:14.877Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:14.877Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:14.877Z] [2021-01-31T15:49:14.877Z] Login Succeeded [2021-01-31T15:49:14.877Z] nexus3.edgexfoundry.org:10003 [2021-01-31T15:49:15.475Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:15.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:15.475Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:15.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:15.475Z] [2021-01-31T15:49:15.475Z] Login Succeeded [2021-01-31T15:49:15.475Z] nexus3.edgexfoundry.org:10004 [2021-01-31T15:49:15.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:16.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:16.025Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:16.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:16.025Z] [2021-01-31T15:49:16.025Z] Login Succeeded [2021-01-31T15:49:16.025Z] docker.io [2021-01-31T15:49:16.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:16.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:16.898Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:16.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:16.898Z] [2021-01-31T15:49:16.898Z] Login Succeeded [2021-01-31T15:49:16.898Z] ---> docker-login.sh ends [Pipeline] } [2021-01-31T15:49:16.914Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-31T15:49:17.401Z] ========================================================= [2021-01-31T15:49:17.401Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-31T15:49:17.401Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:49:17.792Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-31T15:49:18.407Z] Sending build context to Docker daemon 2.523MB [2021-01-31T15:49:18.407Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-31T15:49:18.407Z] Step 2/8 : FROM ${BASE} [2021-01-31T15:49:18.407Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-31T15:49:18.407Z] 5f621e34cdf4: Pulling fs layer [2021-01-31T15:49:18.407Z] a4357932f1b6: Pulling fs layer [2021-01-31T15:49:18.407Z] 18c013af1878: Pulling fs layer [2021-01-31T15:49:18.407Z] 00ac8860ef70: Pulling fs layer [2021-01-31T15:49:18.407Z] 63d7cb157983: Pulling fs layer [2021-01-31T15:49:18.407Z] b116817d02f9: Pulling fs layer [2021-01-31T15:49:18.407Z] 745a02a5169b: Pulling fs layer [2021-01-31T15:49:18.407Z] 00ac8860ef70: Waiting [2021-01-31T15:49:18.407Z] 63d7cb157983: Waiting [2021-01-31T15:49:18.407Z] b116817d02f9: Waiting [2021-01-31T15:49:18.407Z] 745a02a5169b: Waiting [2021-01-31T15:49:18.407Z] 18c013af1878: Verifying Checksum [2021-01-31T15:49:18.407Z] 18c013af1878: Download complete [2021-01-31T15:49:18.407Z] a4357932f1b6: Verifying Checksum [2021-01-31T15:49:18.407Z] a4357932f1b6: Download complete [2021-01-31T15:49:18.407Z] 63d7cb157983: Verifying Checksum [2021-01-31T15:49:18.407Z] 63d7cb157983: Download complete [2021-01-31T15:49:18.407Z] b116817d02f9: Verifying Checksum [2021-01-31T15:49:18.407Z] b116817d02f9: Download complete [2021-01-31T15:49:18.407Z] 5f621e34cdf4: Verifying Checksum [2021-01-31T15:49:18.407Z] 5f621e34cdf4: Download complete [2021-01-31T15:49:19.015Z] 5f621e34cdf4: Pull complete [2021-01-31T15:49:19.650Z] a4357932f1b6: Pull complete [2021-01-31T15:49:20.251Z] 18c013af1878: Pull complete [2021-01-31T15:49:21.232Z] 745a02a5169b: Download complete [2021-01-31T15:49:22.662Z] 00ac8860ef70: Verifying Checksum [2021-01-31T15:49:22.662Z] 00ac8860ef70: Download complete [2021-01-31T15:49:32.816Z] 00ac8860ef70: Pull complete [2021-01-31T15:49:32.816Z] 63d7cb157983: Pull complete [2021-01-31T15:49:32.816Z] b116817d02f9: Pull complete [2021-01-31T15:49:37.125Z] 745a02a5169b: Pull complete [2021-01-31T15:49:37.125Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-31T15:49:37.125Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-31T15:49:37.125Z] ---> b7e6874047d6 [2021-01-31T15:49:37.125Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-31T15:49:38.395Z] Running on prd-centos7-docker-4c-2g-24200 in /w/workspace/dgexfoundry_device-sdk-go_PR-753 [Pipeline] { [Pipeline] ws [2021-01-31T15:49:38.455Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-01-31T15:49:39.724Z] ---> Running in 8711386fe700 [2021-01-31T15:49:39.724Z] Removing intermediate container 8711386fe700 [2021-01-31T15:49:39.724Z] ---> 925f3f34168f [2021-01-31T15:49:39.724Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T15:49:39.996Z] ---> Running in 4a43032c1818 [2021-01-31T15:49:40.998Z] using credential edgex-jenkins-ssh [2021-01-31T15:49:41.061Z] Cloning the remote Git repository [2021-01-31T15:49:41.100Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-31T15:49:41.170Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2021-01-31T15:49:41.238Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-31T15:49:41.238Z] > git --version # timeout=10 [2021-01-31T15:49:41.247Z] > git --version # 'git version 2.24.3' [2021-01-31T15:49:41.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T15:49:41.274Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T15:49:41.948Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-31T15:49:41.956Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-31T15:49:41.972Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-31T15:49:41.996Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-31T15:49:41.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T15:49:42.002Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-31T15:49:42.466Z] Merging remotes/origin/master commit 84ea4a05cef1466ee67975698004463005cbf340 into PR head commit d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [2021-01-31T15:49:42.588Z] Merge succeeded, producing d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [2021-01-31T15:49:42.589Z] Checking out Revision d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad (PR-753) [2021-01-31T15:49:42.650Z] Removing intermediate container 4a43032c1818 [2021-01-31T15:49:42.650Z] ---> aa7e43b63de2 [2021-01-31T15:49:42.650Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-31T15:49:42.650Z] ---> Running in 5d35f23e4490 [2021-01-31T15:49:42.479Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T15:49:42.484Z] > git checkout -f d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad # timeout=10 [2021-01-31T15:49:42.559Z] > git remote # timeout=10 [2021-01-31T15:49:42.565Z] > git config --get remote.origin.url # timeout=10 [2021-01-31T15:49:42.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-31T15:49:42.575Z] > git merge 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 [2021-01-31T15:49:42.585Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-31T15:49:42.604Z] > git config core.sparsecheckout # timeout=10 [2021-01-31T15:49:42.610Z] > git checkout -f d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad # timeout=10 [2021-01-31T15:49:43.259Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T15:49:44.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T15:49:44.857Z] OK: 142 MiB in 39 packages [2021-01-31T15:49:45.840Z] Removing intermediate container 5d35f23e4490 [2021-01-31T15:49:45.840Z] ---> 63d355c12b8c [2021-01-31T15:49:45.840Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-31T15:49:46.117Z] ---> Running in f2ecb7751797 [2021-01-31T15:49:46.268Z] Commit message: "Merge branch 'master' into issue-352" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-31T15:49:46.713Z] Removing intermediate container f2ecb7751797 [2021-01-31T15:49:46.713Z] ---> 09d27e8f4965 [2021-01-31T15:49:46.713Z] Step 7/8 : COPY . . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-31T15:49:47.438Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-31T15:49:47.695Z] ---> 3f6fb3359037 [2021-01-31T15:49:47.695Z] Step 8/8 : RUN go mod download [2021-01-31T15:49:47.775Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-31T15:49:47.966Z] ---> Running in 0cba155cbd87 [2021-01-31T15:49:48.085Z] + true [2021-01-31T15:49:48.086Z] + sudo service docker restart [2021-01-31T15:49:48.086Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-31T15:49:49.574Z] provisioning config files... [2021-01-31T15:49:49.604Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config5606515796167568637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:49:49.981Z] ---> docker-login.sh [2021-01-31T15:49:49.981Z] nexus3.edgexfoundry.org:10001 [2021-01-31T15:49:50.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:50.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:50.562Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:50.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:50.562Z] [2021-01-31T15:49:50.562Z] Login Succeeded [2021-01-31T15:49:50.562Z] nexus3.edgexfoundry.org:10002 [2021-01-31T15:49:50.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:50.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:50.826Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:50.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:50.826Z] [2021-01-31T15:49:50.826Z] Login Succeeded [2021-01-31T15:49:50.826Z] nexus3.edgexfoundry.org:10003 [2021-01-31T15:49:50.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:51.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:51.090Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:51.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:51.090Z] [2021-01-31T15:49:51.090Z] Login Succeeded [2021-01-31T15:49:51.090Z] nexus3.edgexfoundry.org:10004 [2021-01-31T15:49:51.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:51.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:51.090Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:51.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:51.090Z] [2021-01-31T15:49:51.090Z] Login Succeeded [2021-01-31T15:49:51.090Z] docker.io [2021-01-31T15:49:51.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-31T15:49:51.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-31T15:49:51.616Z] Configure a credential helper to remove this warning. See [2021-01-31T15:49:51.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-31T15:49:51.616Z] [2021-01-31T15:49:51.616Z] Login Succeeded [2021-01-31T15:49:51.616Z] ---> docker-login.sh ends [Pipeline] } [2021-01-31T15:49:51.626Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-31T15:49:51.990Z] ========================================================= [2021-01-31T15:49:51.990Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-31T15:49:51.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:49:52.341Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-31T15:49:52.605Z] Sending build context to Docker daemon 2.524MB [2021-01-31T15:49:52.605Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-31T15:49:52.605Z] Step 2/8 : FROM ${BASE} [2021-01-31T15:49:52.605Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-31T15:49:52.605Z] 188c0c94c7c5: Pulling fs layer [2021-01-31T15:49:52.605Z] 0ef7d3d256c8: Pulling fs layer [2021-01-31T15:49:52.605Z] de9db76c5a1d: Pulling fs layer [2021-01-31T15:49:52.605Z] bca2f99d35d6: Pulling fs layer [2021-01-31T15:49:52.605Z] 93359f2a8cfa: Pulling fs layer [2021-01-31T15:49:52.605Z] 7c6f9722023f: Pulling fs layer [2021-01-31T15:49:52.605Z] a35cf1a2eb13: Pulling fs layer [2021-01-31T15:49:52.605Z] bca2f99d35d6: Waiting [2021-01-31T15:49:52.605Z] 93359f2a8cfa: Waiting [2021-01-31T15:49:52.605Z] 7c6f9722023f: Waiting [2021-01-31T15:49:52.605Z] a35cf1a2eb13: Waiting [2021-01-31T15:49:52.868Z] de9db76c5a1d: Verifying Checksum [2021-01-31T15:49:52.868Z] de9db76c5a1d: Download complete [2021-01-31T15:49:52.868Z] 0ef7d3d256c8: Download complete [2021-01-31T15:49:52.868Z] 93359f2a8cfa: Verifying Checksum [2021-01-31T15:49:52.868Z] 93359f2a8cfa: Download complete [2021-01-31T15:49:53.132Z] 7c6f9722023f: Verifying Checksum [2021-01-31T15:49:53.132Z] 7c6f9722023f: Download complete [2021-01-31T15:49:53.132Z] 188c0c94c7c5: Verifying Checksum [2021-01-31T15:49:53.132Z] 188c0c94c7c5: Download complete [2021-01-31T15:49:53.720Z] 188c0c94c7c5: Pull complete [2021-01-31T15:49:53.720Z] 0ef7d3d256c8: Pull complete [2021-01-31T15:49:53.987Z] de9db76c5a1d: Pull complete [2021-01-31T15:49:55.389Z] a35cf1a2eb13: Verifying Checksum [2021-01-31T15:49:55.389Z] a35cf1a2eb13: Download complete [2021-01-31T15:49:56.342Z] bca2f99d35d6: Verifying Checksum [2021-01-31T15:49:56.342Z] bca2f99d35d6: Download complete [2021-01-31T15:50:01.685Z] bca2f99d35d6: Pull complete [2021-01-31T15:50:01.685Z] 93359f2a8cfa: Pull complete [2021-01-31T15:50:01.955Z] 7c6f9722023f: Pull complete [2021-01-31T15:50:08.616Z] a35cf1a2eb13: Pull complete [2021-01-31T15:50:08.616Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-31T15:50:08.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-31T15:50:08.616Z] ---> a62c8e92a672 [2021-01-31T15:50:08.616Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-31T15:50:09.197Z] ---> Running in 2e677d583883 [2021-01-31T15:50:09.459Z] Removing intermediate container 2e677d583883 [2021-01-31T15:50:09.459Z] ---> 77153aa742a6 [2021-01-31T15:50:09.459Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T15:50:09.459Z] ---> Running in fb23f5cf7f10 [2021-01-31T15:50:10.147Z] Removing intermediate container 0cba155cbd87 [2021-01-31T15:50:10.147Z] ---> cacbc23bcff8 [2021-01-31T15:50:10.147Z] Successfully built cacbc23bcff8 [2021-01-31T15:50:10.147Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:50:10.495Z] + docker inspect -f . ci-base-image-arm64 [2021-01-31T15:50:10.495Z] . [Pipeline] withDockerContainer [2021-01-31T15:50:10.739Z] prd-ubuntu18.04-docker-arm64-4c-16g-24199 does not seem to be running inside a container [2021-01-31T15:50:10.827Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-31T15:50:10.863Z] Removing intermediate container fb23f5cf7f10 [2021-01-31T15:50:10.863Z] ---> 8df248d242cc [2021-01-31T15:50:10.863Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-31T15:50:10.863Z] ---> Running in 7363aa5b8634 [2021-01-31T15:50:12.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T15:50:12.292Z] $ docker top 87f819a45f40b2abb72cc87d53cd8e76cfeb9b882feb010079de03575595aeec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T15:50:12.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T15:50:13.124Z] OK: 166 MiB in 39 packages [2021-01-31T15:50:13.300Z] + go version [2021-01-31T15:50:13.300Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-31T15:50:13.326Z] $ docker stop --time=1 87f819a45f40b2abb72cc87d53cd8e76cfeb9b882feb010079de03575595aeec [2021-01-31T15:50:13.709Z] Removing intermediate container 7363aa5b8634 [2021-01-31T15:50:13.709Z] ---> b411319c9143 [2021-01-31T15:50:13.709Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-31T15:50:13.709Z] ---> Running in 10a5803596e6 [2021-01-31T15:50:13.975Z] Removing intermediate container 10a5803596e6 [2021-01-31T15:50:13.975Z] ---> f9e863bdbfa2 [2021-01-31T15:50:13.975Z] Step 7/8 : COPY . . [2021-01-31T15:50:15.226Z] $ docker rm -f 87f819a45f40b2abb72cc87d53cd8e76cfeb9b882feb010079de03575595aeec [2021-01-31T15:50:15.383Z] ---> 4e3308616feb [2021-01-31T15:50:15.383Z] Step 8/8 : RUN go mod download [2021-01-31T15:50:15.383Z] ---> Running in addba9982cc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:50:16.239Z] + docker inspect -f . ci-base-image-arm64 [2021-01-31T15:50:16.239Z] . [Pipeline] withDockerContainer [2021-01-31T15:50:16.501Z] prd-ubuntu18.04-docker-arm64-4c-16g-24199 does not seem to be running inside a container [2021-01-31T15:50:16.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-31T15:50:18.013Z] $ docker top 0ffcba973e52ac2cc53c357e8d464c97e75ae6d543f0095146d586fe04235031 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T15:50:19.045Z] + make test [2021-01-31T15:50:19.045Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-31T15:50:37.553Z] Removing intermediate container addba9982cc4 [2021-01-31T15:50:37.553Z] ---> 27882a1122a6 [2021-01-31T15:50:37.553Z] Successfully built 27882a1122a6 [2021-01-31T15:50:37.553Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:50:37.927Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-31T15:50:37.927Z] . [Pipeline] withDockerContainer [2021-01-31T15:50:38.236Z] prd-centos7-docker-4c-2g-24200 does not seem to be running inside a container [2021-01-31T15:50:38.309Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-31T15:50:39.284Z] $ docker top 842660509bd2ac7c0b61dbe0ee67b294134732c2cdba1c0195443d673cc96bbb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T15:50:39.824Z] + go version [2021-01-31T15:50:39.824Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-31T15:50:39.845Z] $ docker stop --time=1 842660509bd2ac7c0b61dbe0ee67b294134732c2cdba1c0195443d673cc96bbb [2021-01-31T15:50:41.225Z] $ docker rm -f 842660509bd2ac7c0b61dbe0ee67b294134732c2cdba1c0195443d673cc96bbb [2021-01-31T15:50:41.250Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:50:42.111Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-31T15:50:42.112Z] . [Pipeline] withDockerContainer [2021-01-31T15:50:42.215Z] prd-centos7-docker-4c-2g-24200 does not seem to be running inside a container [2021-01-31T15:50:42.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-31T15:50:43.041Z] $ docker top 6013f630468baa9383c20cef52db1d9e958d2f399f604770be24cd5307b41e6a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T15:50:43.573Z] + make test [2021-01-31T15:50:43.573Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-31T15:50:51.809Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-31T15:51:10.114Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-31T15:51:10.114Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-31T15:51:10.114Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-31T15:51:10.114Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 19.4% of statements [2021-01-31T15:51:12.704Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.510s coverage: 97.1% of statements [2021-01-31T15:51:20.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-31T15:51:20.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-31T15:51:20.290Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-31T15:51:21.303Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.114s coverage: 19.4% of statements [2021-01-31T15:51:23.942Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.331s coverage: 97.1% of statements [2021-01-31T15:51:39.365Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.064s coverage: 9.4% of statements [2021-01-31T15:51:39.365Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.057s coverage: 21.7% of statements [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-31T15:51:39.365Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.234s coverage: 43.6% of statements [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-31T15:51:39.365Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.277s coverage: 68.9% of statements [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-31T15:51:39.365Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.066s coverage: 53.8% of statements [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-31T15:51:39.365Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-31T15:51:39.365Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.071s coverage: 25.2% of statements [2021-01-31T15:51:39.365Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.446s coverage: 83.5% of statements [2021-01-31T15:51:39.366Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.065s coverage: 4.2% of statements [2021-01-31T15:51:39.366Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-31T15:51:39.644Z] GO111MODULE=on go vet ./... [2021-01-31T15:51:52.039Z] gofmt -l . [2021-01-31T15:51:52.039Z] [ "`gofmt -l .`" = "" ] [2021-01-31T15:51:52.039Z] ./bin/test-attribution-txt.sh [2021-01-31T15:51:52.305Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-31T15:51:52.594Z] $ docker stop --time=1 6013f630468baa9383c20cef52db1d9e958d2f399f604770be24cd5307b41e6a [2021-01-31T15:51:54.719Z] $ docker rm -f 6013f630468baa9383c20cef52db1d9e958d2f399f604770be24cd5307b41e6a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-31T15:51:55.540Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-31T15:51:56.007Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-31T15:51:56.316Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.193s coverage: 9.4% of statements [2021-01-31T15:51:56.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.123s coverage: 21.7% of statements [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-31T15:51:56.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.628s coverage: 43.6% of statements [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-31T15:51:56.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.757s coverage: 68.9% of statements [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-31T15:51:56.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.226s coverage: 53.8% of statements [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-31T15:51:56.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.195s coverage: 25.2% of statements [2021-01-31T15:51:56.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.896s coverage: 83.5% of statements [2021-01-31T15:51:56.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 4.2% of statements [2021-01-31T15:51:56.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-31T15:51:56.317Z] GO111MODULE=on go vet ./... [Pipeline] sh [2021-01-31T15:51:58.737Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-31T15:51:59.042Z] + ls -al . [2021-01-31T15:51:59.042Z] total 216 [2021-01-31T15:51:59.042Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 31 15:51 . [2021-01-31T15:51:59.042Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 31 15:49 .. [2021-01-31T15:51:59.042Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 31 15:49 bin [2021-01-31T15:51:59.042Z] -rw-r--r--. 1 jenkins jenkins 137332 Jan 31 15:51 coverage.out [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 31 15:49 Dockerfile.build [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 31 15:49 .dockerignore [2021-01-31T15:51:59.042Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 31 15:49 example [2021-01-31T15:51:59.042Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 31 15:49 .git [2021-01-31T15:51:59.042Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 31 15:49 .github [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 31 15:49 .gitignore [2021-01-31T15:51:59.042Z] -rw-r--r--. 1 jenkins jenkins 514 Jan 31 15:51 go.mod [2021-01-31T15:51:59.042Z] -rw-r--r--. 1 jenkins jenkins 14191 Jan 31 15:51 go.sum [2021-01-31T15:51:59.042Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 31 15:49 internal [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 31 15:49 Jenkinsfile [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 31 15:49 LICENSE [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 31 15:49 Makefile [2021-01-31T15:51:59.042Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 31 15:49 openapi [2021-01-31T15:51:59.042Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 31 15:49 pkg [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 31 15:49 README.md [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 31 15:49 RELEASE-NOTES.txt [2021-01-31T15:51:59.042Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 31 15:49 snap [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 31 15:46 VERSION [2021-01-31T15:51:59.042Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 31 15:49 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:51:59.353Z] + 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=d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad --label arch=amd64 --label version=0.0.0 . [2021-01-31T15:51:59.616Z] Sending build context to Docker daemon 2.662MB [2021-01-31T15:51:59.616Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-31T15:51:59.616Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-31T15:51:59.616Z] ---> 27882a1122a6 [2021-01-31T15:51:59.616Z] Step 3/24 : ARG MAKE='make build' [2021-01-31T15:52:00.197Z] ---> Running in 77c5d0bcde84 [2021-01-31T15:52:00.462Z] Removing intermediate container 77c5d0bcde84 [2021-01-31T15:52:00.462Z] ---> 47dd43b98766 [2021-01-31T15:52:00.462Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-31T15:52:00.462Z] ---> Running in 0f97bda9dbb3 [2021-01-31T15:52:00.730Z] Removing intermediate container 0f97bda9dbb3 [2021-01-31T15:52:00.730Z] ---> c419aae11170 [2021-01-31T15:52:00.730Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-31T15:52:00.730Z] ---> Running in 236b8ebb085b [2021-01-31T15:52:00.998Z] Removing intermediate container 236b8ebb085b [2021-01-31T15:52:00.998Z] ---> b455f0b5dc95 [2021-01-31T15:52:00.998Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T15:52:00.998Z] ---> Running in ad16bce6ddf4 [2021-01-31T15:52:02.416Z] Removing intermediate container ad16bce6ddf4 [2021-01-31T15:52:02.416Z] ---> 1fcf8f259f6a [2021-01-31T15:52:02.416Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-31T15:52:02.416Z] ---> Running in 8639b8ccfa88 [2021-01-31T15:52:02.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-31T15:52:03.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-31T15:52:04.212Z] OK: 166 MiB in 39 packages [2021-01-31T15:52:04.475Z] Removing intermediate container 8639b8ccfa88 [2021-01-31T15:52:04.475Z] ---> 157cdf58f4a1 [2021-01-31T15:52:04.476Z] Step 8/24 : COPY . . [2021-01-31T15:52:05.423Z] ---> 30d8a85f2950 [2021-01-31T15:52:05.423Z] Step 9/24 : RUN ${MAKE} [2021-01-31T15:52:05.689Z] ---> Running in fb08172949fe [2021-01-31T15:52:06.275Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-31T15:52:16.427Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-31T15:52:17.381Z] Removing intermediate container fb08172949fe [2021-01-31T15:52:17.381Z] ---> 12b5854fbdff [2021-01-31T15:52:17.381Z] Step 10/24 : FROM scratch [2021-01-31T15:52:17.381Z] ---> [2021-01-31T15:52:17.381Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-31T15:52:17.644Z] ---> Running in 253b7309c86b [2021-01-31T15:52:17.644Z] Removing intermediate container 253b7309c86b [2021-01-31T15:52:17.644Z] ---> cc8600699d6f [2021-01-31T15:52:17.644Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-31T15:52:17.644Z] ---> Running in 396f3ea513a7 [2021-01-31T15:52:17.909Z] Removing intermediate container 396f3ea513a7 [2021-01-31T15:52:17.909Z] ---> c9736264138d [2021-01-31T15:52:17.909Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-31T15:52:17.909Z] ---> Running in d983e4fb3a29 [2021-01-31T15:52:18.172Z] Removing intermediate container d983e4fb3a29 [2021-01-31T15:52:18.172Z] ---> 58eba9b24ae7 [2021-01-31T15:52:18.172Z] Step 14/24 : WORKDIR / [2021-01-31T15:52:18.172Z] ---> Running in 50675f41cff9 [2021-01-31T15:52:18.438Z] Removing intermediate container 50675f41cff9 [2021-01-31T15:52:18.438Z] ---> 78d97991dd7b [2021-01-31T15:52:18.438Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-31T15:52:19.013Z] ---> c73d5aca8c6c [2021-01-31T15:52:19.013Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-31T15:52:19.013Z] ---> 2eba6d27b4ae [2021-01-31T15:52:19.013Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-31T15:52:19.279Z] ---> e30111aed3e0 [2021-01-31T15:52:19.279Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-31T15:52:19.543Z] ---> a0977bea78dc [2021-01-31T15:52:19.543Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-31T15:52:19.808Z] ---> 255ffd606da0 [2021-01-31T15:52:19.808Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-31T15:52:19.808Z] ---> Running in 9f9901707ca8 [2021-01-31T15:52:20.071Z] Removing intermediate container 9f9901707ca8 [2021-01-31T15:52:20.071Z] ---> eaf2c4e9a89d [2021-01-31T15:52:20.071Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T15:52:20.071Z] ---> Running in b7d3fedccf4b [2021-01-31T15:52:20.334Z] Removing intermediate container b7d3fedccf4b [2021-01-31T15:52:20.334Z] ---> 9b6cfdfb71d9 [2021-01-31T15:52:20.334Z] Step 22/24 : LABEL arch=amd64 [2021-01-31T15:52:20.334Z] ---> Running in 0fa3346faf61 [2021-01-31T15:52:20.597Z] Removing intermediate container 0fa3346faf61 [2021-01-31T15:52:20.597Z] ---> f492f3b41064 [2021-01-31T15:52:20.597Z] Step 23/24 : LABEL git_sha=d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [2021-01-31T15:52:20.597Z] ---> Running in ec58a5e35c1c [2021-01-31T15:52:20.597Z] Removing intermediate container ec58a5e35c1c [2021-01-31T15:52:20.597Z] ---> 9e76a73928c0 [2021-01-31T15:52:20.597Z] Step 24/24 : LABEL version=0.0.0 [2021-01-31T15:52:20.860Z] ---> Running in f10112bbccc0 [2021-01-31T15:52:20.860Z] Removing intermediate container f10112bbccc0 [2021-01-31T15:52:20.860Z] ---> 58a8b2da651f [2021-01-31T15:52:20.860Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-31T15:52:20.860Z] Successfully built 58a8b2da651f [2021-01-31T15:52:20.860Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-31T15:52:28.863Z] gofmt -l . [2021-01-31T15:52:28.863Z] [ "`gofmt -l .`" = "" ] [2021-01-31T15:52:28.863Z] ./bin/test-attribution-txt.sh [2021-01-31T15:52:29.139Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-31T15:52:29.759Z] $ docker stop --time=1 0ffcba973e52ac2cc53c357e8d464c97e75ae6d543f0095146d586fe04235031 [2021-01-31T15:52:32.087Z] $ docker rm -f 0ffcba973e52ac2cc53c357e8d464c97e75ae6d543f0095146d586fe04235031 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-31T15:52:33.239Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-31T15:52:33.261Z] Warning: overwriting stash ‘coverage-report’ [2021-01-31T15:52:34.092Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-31T15:52:34.761Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-31T15:52:35.089Z] + ls -al . [2021-01-31T15:52:35.089Z] total 252 [2021-01-31T15:52:35.089Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 31 15:52 . [2021-01-31T15:52:35.089Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:49 .. [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 31 15:49 .dockerignore [2021-01-31T15:52:35.089Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 31 15:49 .git [2021-01-31T15:52:35.089Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 31 15:49 .github [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 31 15:49 .gitignore [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 31 15:49 Dockerfile.build [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 31 15:49 Jenkinsfile [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 31 15:49 LICENSE [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 31 15:49 Makefile [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 31 15:49 README.md [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 31 15:49 RELEASE-NOTES.txt [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 31 15:46 VERSION [2021-01-31T15:52:35.089Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 31 15:49 bin [2021-01-31T15:52:35.089Z] -rw-r--r-- 1 jenkins jenkins 137332 Jan 31 15:51 coverage.out [2021-01-31T15:52:35.089Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:49 example [2021-01-31T15:52:35.089Z] -rw-r--r-- 1 jenkins jenkins 514 Jan 31 15:52 go.mod [2021-01-31T15:52:35.089Z] -rw-r--r-- 1 jenkins jenkins 14191 Jan 31 15:52 go.sum [2021-01-31T15:52:35.089Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 31 15:49 internal [2021-01-31T15:52:35.089Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:49 openapi [2021-01-31T15:52:35.089Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 31 15:49 pkg [2021-01-31T15:52:35.089Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 31 15:49 snap [2021-01-31T15:52:35.089Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 31 15:49 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:52:35.427Z] + 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=d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad --label arch=arm64 --label version=0.0.0 . [2021-01-31T15:52:36.032Z] Sending build context to Docker daemon 2.661MB [2021-01-31T15:52:36.032Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-31T15:52:36.032Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-31T15:52:36.032Z] ---> cacbc23bcff8 [2021-01-31T15:52:36.032Z] Step 3/24 : ARG MAKE='make build' [2021-01-31T15:52:36.304Z] ---> Running in 497ebeeccaaa [2021-01-31T15:52:36.576Z] Removing intermediate container 497ebeeccaaa [2021-01-31T15:52:36.576Z] ---> b9c0e9a518b0 [2021-01-31T15:52:36.576Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-31T15:52:36.848Z] ---> Running in cab02de65d0a [2021-01-31T15:52:37.440Z] Removing intermediate container cab02de65d0a [2021-01-31T15:52:37.440Z] ---> 76ebed262df9 [2021-01-31T15:52:37.440Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-31T15:52:37.440Z] ---> Running in 766e5c254683 [2021-01-31T15:52:38.038Z] Removing intermediate container 766e5c254683 [2021-01-31T15:52:38.038Z] ---> 26c2c3f518a0 [2021-01-31T15:52:38.038Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-31T15:52:38.038Z] ---> Running in 543efc24db9b [2021-01-31T15:52:40.013Z] Removing intermediate container 543efc24db9b [2021-01-31T15:52:40.013Z] ---> d13fad9fcac4 [2021-01-31T15:52:40.013Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-31T15:52:40.286Z] ---> Running in 6a8dd5204e45 [2021-01-31T15:52:41.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-31T15:52:42.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-31T15:52:42.825Z] OK: 142 MiB in 39 packages [2021-01-31T15:52:43.807Z] Removing intermediate container 6a8dd5204e45 [2021-01-31T15:52:43.807Z] ---> cfc171db0b3b [2021-01-31T15:52:43.807Z] Step 8/24 : COPY . . [2021-01-31T15:52:45.239Z] ---> f124428fd7bd [2021-01-31T15:52:45.239Z] Step 9/24 : RUN ${MAKE} [2021-01-31T15:52:45.513Z] ---> Running in fa346ce19353 [2021-01-31T15:52:46.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-31T15:53:13.286Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-31T15:53:13.286Z] Removing intermediate container fa346ce19353 [2021-01-31T15:53:13.286Z] ---> 49b43ad35ed8 [2021-01-31T15:53:13.286Z] Step 10/24 : FROM scratch [2021-01-31T15:53:13.286Z] ---> [2021-01-31T15:53:13.286Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-31T15:53:13.286Z] ---> Running in 886823c587aa [2021-01-31T15:53:13.556Z] Removing intermediate container 886823c587aa [2021-01-31T15:53:13.557Z] ---> 7a4f52434ecb [2021-01-31T15:53:13.557Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-31T15:53:13.557Z] ---> Running in cec3b7910582 [2021-01-31T15:53:13.827Z] Removing intermediate container cec3b7910582 [2021-01-31T15:53:13.827Z] ---> d618271522f6 [2021-01-31T15:53:13.827Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-31T15:53:14.096Z] ---> Running in ccdd904be0d8 [2021-01-31T15:53:14.371Z] Removing intermediate container ccdd904be0d8 [2021-01-31T15:53:14.371Z] ---> bd5ba74f8ad0 [2021-01-31T15:53:14.371Z] Step 14/24 : WORKDIR / [2021-01-31T15:53:14.643Z] ---> Running in f50df8f58863 [2021-01-31T15:53:14.916Z] Removing intermediate container f50df8f58863 [2021-01-31T15:53:14.916Z] ---> bb41c6e2c63c [2021-01-31T15:53:14.916Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-31T15:53:15.892Z] ---> c36e2d78315f [2021-01-31T15:53:15.892Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-31T15:53:16.881Z] ---> db6f430aee68 [2021-01-31T15:53:16.881Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-31T15:53:17.476Z] ---> ca5b7976794b [2021-01-31T15:53:17.476Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-31T15:53:18.070Z] ---> 14f9707beb3d [2021-01-31T15:53:18.070Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-31T15:53:18.662Z] ---> efd91f5702a8 [2021-01-31T15:53:18.662Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-31T15:53:18.933Z] ---> Running in 185beccf2306 [2021-01-31T15:53:19.205Z] Removing intermediate container 185beccf2306 [2021-01-31T15:53:19.205Z] ---> 84647dd66413 [2021-01-31T15:53:19.205Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-31T15:53:19.475Z] ---> Running in d91b63025c32 [2021-01-31T15:53:19.744Z] Removing intermediate container d91b63025c32 [2021-01-31T15:53:19.744Z] ---> 9b12b9247be3 [2021-01-31T15:53:19.744Z] Step 22/24 : LABEL arch=arm64 [2021-01-31T15:53:20.014Z] ---> Running in 0c630304339f [2021-01-31T15:53:20.283Z] Removing intermediate container 0c630304339f [2021-01-31T15:53:20.283Z] ---> d6703c32a3f9 [2021-01-31T15:53:20.283Z] Step 23/24 : LABEL git_sha=d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [2021-01-31T15:53:20.552Z] ---> Running in c33b909ffd58 [2021-01-31T15:53:20.822Z] Removing intermediate container c33b909ffd58 [2021-01-31T15:53:20.822Z] ---> 307d104dd1fa [2021-01-31T15:53:20.822Z] Step 24/24 : LABEL version=0.0.0 [2021-01-31T15:53:21.095Z] ---> Running in 496ca756ca0e [2021-01-31T15:53:21.365Z] Removing intermediate container 496ca756ca0e [2021-01-31T15:53:21.365Z] ---> 81dae2e87434 [2021-01-31T15:53:21.365Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-31T15:53:21.365Z] Successfully built 81dae2e87434 [2021-01-31T15:53:21.633Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-31T15:53:23.410Z] provisioning config files... [2021-01-31T15:53:23.426Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/config3166209264957155552tmp [Pipeline] { [Pipeline] sh [2021-01-31T15:53:23.817Z] + set +x [2021-01-31T15:53:23.817Z] + curl -s https://codecov.io/bash [2021-01-31T15:53:23.817Z] + bash -s -- [2021-01-31T15:53:24.079Z] [2021-01-31T15:53:24.079Z] _____ _ [2021-01-31T15:53:24.079Z] / ____| | | [2021-01-31T15:53:24.079Z] | | ___ __| | ___ ___ _____ __ [2021-01-31T15:53:24.079Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-31T15:53:24.079Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-31T15:53:24.079Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-31T15:53:24.079Z] Bash-20210129-7c25fce [2021-01-31T15:53:24.079Z] [2021-01-31T15:53:24.079Z] [2021-01-31T15:53:24.079Z] ==> git version 2.24.3 found [2021-01-31T15:53:24.079Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-31T15:53:24.079Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-31T15:53:24.079Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-31T15:53:24.079Z] ==> Jenkins CI detected. [2021-01-31T15:53:24.079Z] project root: . [2021-01-31T15:53:24.079Z] --> token set from env [2021-01-31T15:53:24.079Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-31T15:53:24.079Z] ==> Running gcov in . (disable via -X gcov) [2021-01-31T15:53:24.079Z] ==> Python coveragepy not found [2021-01-31T15:53:24.079Z] ==> Searching for coverage reports in: [2021-01-31T15:53:24.079Z] + . [2021-01-31T15:53:24.079Z] -> Found 1 reports [2021-01-31T15:53:24.079Z] ==> Detecting git/mercurial file structure [2021-01-31T15:53:24.079Z] ==> Reading reports [2021-01-31T15:53:24.079Z] + ./coverage.out bytes=137332 [2021-01-31T15:53:24.079Z] ==> Appending adjustments [2021-01-31T15:53:24.079Z] https://docs.codecov.io/docs/fixing-reports [2021-01-31T15:53:24.654Z] + Found adjustments [2021-01-31T15:53:24.654Z] ==> Gzipping contents [2021-01-31T15:53:24.654Z] 24K /tmp/codecov.i6luEk.gz [2021-01-31T15:53:24.654Z] ==> Uploading reports [2021-01-31T15:53:24.654Z] url: https://codecov.io [2021-01-31T15:53:24.654Z] query: branch=PR-753&commit=d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-753%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=753&job=&cmd_args= [2021-01-31T15:53:24.654Z] -> Pinging Codecov [2021-01-31T15:53:24.654Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-753&commit=d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-753%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=753&job=&cmd_args= [2021-01-31T15:53:25.232Z] -> Uploading to [2021-01-31T15:53:25.232Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-31/7E55EF52A471D76F132DFD9A03CDDE97/d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad/b3f09fc5-7e5b-4d62-8c44-22b87f558e87.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210131%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210131T155324Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=372de3bbd8f7e75e308f144f3d943c18f1feebc2c5a40467cd3795b32c09d7d5 [2021-01-31T15:53:25.232Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-31T15:53:25.232Z] Dload Upload Total Spent Left Speed [2021-01-31T15:53:25.494Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21645 0 0 100 21645 0 46524 --:--:-- --:--:-- --:--:-- 46548 [2021-01-31T15:53:25.494Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d9bdd163bf0fae80be7d6bdc4acbadaf4b13cbad [Pipeline] } [2021-01-31T15:53:25.504Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:53:28.172Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:53:28.489Z] ---> package-listing.sh [2021-01-31T15:53:28.489Z] ++ facter osfamily [2021-01-31T15:53:28.489Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-31T15:53:28.489Z] + OS_FAMILY=redhat [2021-01-31T15:53:28.489Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-753 [2021-01-31T15:53:28.489Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-31T15:53:28.489Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-31T15:53:28.489Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-31T15:53:28.489Z] + PACKAGES=/tmp/packages_start.txt [2021-01-31T15:53:28.489Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-753 ']' [2021-01-31T15:53:28.489Z] + PACKAGES=/tmp/packages_end.txt [2021-01-31T15:53:28.489Z] + case "${OS_FAMILY}" in [2021-01-31T15:53:28.489Z] + rpm -qa [2021-01-31T15:53:28.489Z] + sort [2021-01-31T15:53:33.814Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-31T15:53:33.814Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-31T15:53:33.814Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-31T15:53:33.814Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-753 ']' [2021-01-31T15:53:33.814Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-753/archives/ [2021-01-31T15:53:33.814Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-753/archives/ [Pipeline] echo [2021-01-31T15:53:33.831Z] 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-753/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-31T15:53:34.129Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:53:34.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-31T15:53:34.434Z] [2021-01-31T15:53:34.434Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-31T15:53:34.782Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-31T15:53:34.782Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-31T15:53:34.782Z] df20fa9351a1: Pulling fs layer [2021-01-31T15:53:34.782Z] 36b3adc4ff6f: Pulling fs layer [2021-01-31T15:53:34.782Z] 8ad3a11d3b57: Pulling fs layer [2021-01-31T15:53:34.782Z] 46f8f816bc3b: Pulling fs layer [2021-01-31T15:53:34.782Z] 93b61091891f: Pulling fs layer [2021-01-31T15:53:34.782Z] 93b9cdb0e59b: Pulling fs layer [2021-01-31T15:53:34.782Z] 5e14af77c1be: Pulling fs layer [2021-01-31T15:53:34.782Z] 01666e4c0597: Pulling fs layer [2021-01-31T15:53:34.783Z] aa168da1d23b: Pulling fs layer [2021-01-31T15:53:34.783Z] 93b9cdb0e59b: Waiting [2021-01-31T15:53:34.783Z] 46f8f816bc3b: Waiting [2021-01-31T15:53:34.783Z] 5e14af77c1be: Waiting [2021-01-31T15:53:34.783Z] aa168da1d23b: Waiting [2021-01-31T15:53:34.783Z] 93b61091891f: Waiting [2021-01-31T15:53:34.783Z] 36b3adc4ff6f: Verifying Checksum [2021-01-31T15:53:34.783Z] 36b3adc4ff6f: Download complete [2021-01-31T15:53:35.046Z] 46f8f816bc3b: Verifying Checksum [2021-01-31T15:53:35.046Z] 46f8f816bc3b: Download complete [2021-01-31T15:53:35.046Z] df20fa9351a1: Verifying Checksum [2021-01-31T15:53:35.046Z] df20fa9351a1: Download complete [2021-01-31T15:53:35.046Z] 93b9cdb0e59b: Verifying Checksum [2021-01-31T15:53:35.046Z] 93b9cdb0e59b: Download complete [2021-01-31T15:53:35.046Z] 5e14af77c1be: Verifying Checksum [2021-01-31T15:53:35.046Z] 5e14af77c1be: Download complete [2021-01-31T15:53:35.047Z] 93b61091891f: Verifying Checksum [2021-01-31T15:53:35.047Z] 93b61091891f: Download complete [2021-01-31T15:53:35.047Z] 01666e4c0597: Verifying Checksum [2021-01-31T15:53:35.047Z] 01666e4c0597: Download complete [2021-01-31T15:53:35.312Z] df20fa9351a1: Pull complete [2021-01-31T15:53:35.576Z] 36b3adc4ff6f: Pull complete [2021-01-31T15:53:35.843Z] 8ad3a11d3b57: Verifying Checksum [2021-01-31T15:53:35.843Z] 8ad3a11d3b57: Download complete [2021-01-31T15:53:36.796Z] 8ad3a11d3b57: Pull complete [2021-01-31T15:53:37.388Z] 46f8f816bc3b: Pull complete [2021-01-31T15:53:37.654Z] aa168da1d23b: Verifying Checksum [2021-01-31T15:53:37.654Z] aa168da1d23b: Download complete [2021-01-31T15:53:37.921Z] 93b61091891f: Pull complete [2021-01-31T15:53:38.193Z] 93b9cdb0e59b: Pull complete [2021-01-31T15:53:38.193Z] 5e14af77c1be: Pull complete [2021-01-31T15:53:38.456Z] 01666e4c0597: Pull complete [2021-01-31T15:53:45.115Z] aa168da1d23b: Pull complete [2021-01-31T15:53:45.115Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-31T15:53:45.115Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-31T15:53:45.115Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-31T15:53:45.301Z] prd-centos7-docker-4c-2g-24198 does not seem to be running inside a container [2021-01-31T15:53:45.354Z] $ 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-753/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-753 -v /w/workspace/dgexfoundry_device-sdk-go_PR-753:/w/workspace/dgexfoundry_device-sdk-go_PR-753:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-31T15:53:49.507Z] $ docker top dbc080b5cb50ec949b5eb3cce2f518a1bd3cbd68ec40212f78b54948ce9bca65 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-31T15:53:50.010Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-31T15:53:50.310Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-31T15:53:50.611Z] + ls /var/log/sa-host [2021-01-31T15:53:50.611Z] + sadf -c /var/log/sa-host/sa23 [2021-01-31T15:53:50.611Z] file_magic: OK [2021-01-31T15:53:50.611Z] HZ: Using current value: 100 [2021-01-31T15:53:50.611Z] file_header: OK [2021-01-31T15:53:50.611Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-31T15:53:50.611Z] Statistics: [2021-01-31T15:53:50.611Z] Hnuu...uuuununununu... [2021-01-31T15:53:50.611Z] File successfully converted to sysstat format version 12.2.1 [2021-01-31T15:53:50.611Z] + sadf -c /var/log/sa-host/sa31 [2021-01-31T15:53:50.611Z] file_magic: OK [2021-01-31T15:53:50.611Z] HZ: Using current value: 100 [2021-01-31T15:53:50.611Z] file_header: OK [2021-01-31T15:53:50.611Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-31T15:53:50.611Z] Statistics: [2021-01-31T15:53:50.611Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-31T15:53:50.611Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-31T15:53:51.309Z] provisioning config files... [2021-01-31T15:53:51.332Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/config2485484265766919869tmp [Pipeline] { [Pipeline] echo [2021-01-31T15:53:51.440Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:53:51.738Z] ---> create-netrc.sh [Pipeline] } [2021-01-31T15:53:51.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-31T15:53:51.865Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:53:52.166Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-31T15:53:52.178Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:53:52.614Z] ---> sudo-logs.sh [2021-01-31T15:53:52.614Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-31T15:53:52.625Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:53:52.936Z] ---> job-cost.sh [2021-01-31T15:53:52.936Z] lf-activate-venv: SKIPPING [2021-01-31T15:53:52.936Z] INFO: No Stack... [2021-01-31T15:53:53.512Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-31T15:53:54.086Z] INFO: Archiving Costs [Pipeline] echo [2021-01-31T15:53:54.101Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-31T15:53:54.407Z] ---> logs-deploy.sh [2021-01-31T15:53:54.407Z] lf-activate-venv: SKIPPING [2021-01-31T15:53:54.407Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-753/5 [2021-01-31T15:53:54.407Z] INFO: archiving workspace using pattern(s): [2021-01-31T15:53:56.333Z] Archives upload complete. [2021-01-31T15:53:56.333Z] INFO: archiving logs to Nexus