Pull request #661 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at d0df7b9da6961378affa4a44df784d03e7885d3e rather than e273dc83938adb51930e182e2cc5cd11642e85ac Obtained Jenkinsfile from d0df7b9da6961378affa4a44df784d03e7885d3e 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16052 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [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-661 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d0df7b9da6961378affa4a44df784d03e7885d3e into PR head commit e273dc83938adb51930e182e2cc5cd11642e85ac Merge succeeded, producing e273dc83938adb51930e182e2cc5cd11642e85ac Checking out Revision e273dc83938adb51930e182e2cc5cd11642e85ac (PR-661) > git config core.sparsecheckout # timeout=10 > git checkout -f e273dc83938adb51930e182e2cc5cd11642e85ac # 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 d0df7b9da6961378affa4a44df784d03e7885d3e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e273dc83938adb51930e182e2cc5cd11642e85ac # timeout=10 Commit message: "feat: add a comment to explain why use buffer for sending event" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk a1efd3b5f5051e75bcd403a2d3463c22f1729ba5 # timeout=10 [Pipeline] timeout 04:46:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:46:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:46:31 ========================================================= 04:46:31 EdgeX Global Pipelines Version Info 04:46:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:46:32 ------------------- 04:46:32 stable info: 04:46:32 ------------------- 04:46:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:46:32 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 04:46:32 Message: update stable to v1.0.172 04:46:33 ------------------- 04:46:33 experimental info: 04:46:33 ------------------- 04:46:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:46:33 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 04:46:33 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:46:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:46:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:46:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:46:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:46:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:46:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:46:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:46:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-661 [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-661 [Pipeline] echo 04:46:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-661 [Pipeline] echo 04:46:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e273dc83938adb51930e182e2cc5cd11642e85ac [Pipeline] echo 04:46:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e273dc8 [Pipeline] echo 04:46:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:46:37 provisioning config files... 04:46:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config5311329364500784903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:46:37 ---> docker-login.sh 04:46:37 nexus3.edgexfoundry.org:10001 04:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:38 Configure a credential helper to remove this warning. See 04:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:38 04:46:38 Login Succeeded 04:46:38 nexus3.edgexfoundry.org:10002 04:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:38 Configure a credential helper to remove this warning. See 04:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:38 04:46:38 Login Succeeded 04:46:38 nexus3.edgexfoundry.org:10003 04:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:38 Configure a credential helper to remove this warning. See 04:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:38 04:46:38 Login Succeeded 04:46:38 nexus3.edgexfoundry.org:10004 04:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:38 Configure a credential helper to remove this warning. See 04:46:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:38 04:46:38 Login Succeeded 04:46:38 docker.io 04:46:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:46:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:46:39 Configure a credential helper to remove this warning. See 04:46:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:46:39 04:46:39 Login Succeeded 04:46:39 ---> docker-login.sh ends [Pipeline] } 04:46:39 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 04:46:40 + git log --format=format:%s -1 e273dc83938adb51930e182e2cc5cd11642e85ac [Pipeline] echo 04:46:40 GIT_COMMIT: e273dc83938adb51930e182e2cc5cd11642e85ac, Commit Message: feat: add a comment to explain why use buffer for sending event [Pipeline] echo 04:46:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:46:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:40 04:46:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:46:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:41 latest: Pulling from edgex-devops/git-semver 04:46:41 31603596830f: Pulling fs layer 04:46:41 2a8b12db71e7: Pulling fs layer 04:46:41 6ca5941a6612: Pulling fs layer 04:46:41 ecc8261a40a4: Pulling fs layer 04:46:41 ecc8261a40a4: Waiting 04:46:41 2a8b12db71e7: Verifying Checksum 04:46:41 2a8b12db71e7: Download complete 04:46:41 31603596830f: Verifying Checksum 04:46:41 31603596830f: Download complete 04:46:41 ecc8261a40a4: Verifying Checksum 04:46:41 ecc8261a40a4: Download complete 04:46:41 6ca5941a6612: Verifying Checksum 04:46:41 6ca5941a6612: Download complete 04:46:41 31603596830f: Pull complete 04:46:41 2a8b12db71e7: Pull complete 04:46:42 6ca5941a6612: Pull complete 04:46:42 ecc8261a40a4: Pull complete 04:46:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:46:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:46:43 prd-centos7-docker-4c-2g-16052 does not seem to be running inside a container 04:46:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:46:45 $ docker top 5742b1107a7220699446b83a0e5b9a6ed8a5c8a87f6608e7f192a4ae6c5a0ca2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:46:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:45 [ssh-agent] Looking for ssh-agent implementation... 04:46:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:45 $ docker exec 5742b1107a7220699446b83a0e5b9a6ed8a5c8a87f6608e7f192a4ae6c5a0ca2 ssh-agent 04:46:46 SSH_AUTH_SOCK=/tmp/ssh-sUkqKT55CCpa/agent.12 04:46:46 SSH_AGENT_PID=17 04:46:46 Running ssh-add (command line suppressed) 04:46:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_8365067447586592222.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_8365067447586592222.key) 04:46:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:46 + git tag --points-at HEAD [Pipeline] } 04:46:46 $ docker exec --env ******** --env ******** 5742b1107a7220699446b83a0e5b9a6ed8a5c8a87f6608e7f192a4ae6c5a0ca2 ssh-agent -k 04:46:46 unset SSH_AUTH_SOCK; 04:46:46 unset SSH_AGENT_PID; 04:46:46 echo Agent pid 17 killed; 04:46:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:46:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:46:47 [ssh-agent] Looking for ssh-agent implementation... 04:46:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:46:47 $ docker exec 5742b1107a7220699446b83a0e5b9a6ed8a5c8a87f6608e7f192a4ae6c5a0ca2 ssh-agent 04:46:47 SSH_AUTH_SOCK=/tmp/ssh-wFo0nGXqIMbz/agent.47 04:46:47 SSH_AGENT_PID=53 04:46:47 Running ssh-add (command line suppressed) 04:46:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_9196982214227864744.key (/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/private_key_9196982214227864744.key) 04:46:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:46:48 + git semver init 04:46:48 # -> Open(): unable to determine branch for HEAD 04:46:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.git 04:46:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-661 04:46:48 # $SEMVER_REMOTE_NAME = origin 04:46:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:46:48 # $SEMVER_USER_NAME = edgex-jenkins 04:46:48 # $SEMVER_BRANCH = PR-661 04:46:48 # $SEMVER_TEMP = /tmp/semver-019848870 04:46:48 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:46:48 # '/tmp/semver-019848870' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver' 04:46:48 # -> Force: false 04:46:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-661/.semver [Pipeline] } 04:46:48 $ docker exec --env ******** --env ******** 5742b1107a7220699446b83a0e5b9a6ed8a5c8a87f6608e7f192a4ae6c5a0ca2 ssh-agent -k 04:46:49 unset SSH_AUTH_SOCK; 04:46:49 unset SSH_AGENT_PID; 04:46:49 echo Agent pid 53 killed; 04:46:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:46:49 + git semver [Pipeline] } 04:46:49 $ docker stop --time=1 5742b1107a7220699446b83a0e5b9a6ed8a5c8a87f6608e7f192a4ae6c5a0ca2 04:46:51 $ docker rm -f 5742b1107a7220699446b83a0e5b9a6ed8a5c8a87f6608e7f192a4ae6c5a0ca2 [Pipeline] // withDockerContainer [Pipeline] sh 04:46:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:46:52 Stashed 1 file(s) [Pipeline] echo 04:46:52 [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 04:47:07 Still waiting to schedule task 04:47:07 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:47:07 Still waiting to schedule task 04:47:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:49:12 Running on prd-centos7-docker-4c-2g-16053 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws 04:49:12 Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout 04:49:14 using credential edgex-jenkins-ssh 04:49:14 Cloning the remote Git repository 04:49:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:49:14 > git init /w/workspace/device-sdk-go/8 # timeout=10 04:49:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:49:14 > git --version # timeout=10 04:49:14 > git --version # 'git version 2.24.3' 04:49:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:49:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:49:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:49:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:49:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:49:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:49:16 Merging remotes/origin/master commit d0df7b9da6961378affa4a44df784d03e7885d3e into PR head commit e273dc83938adb51930e182e2cc5cd11642e85ac 04:49:16 Merge succeeded, producing e273dc83938adb51930e182e2cc5cd11642e85ac 04:49:16 Checking out Revision e273dc83938adb51930e182e2cc5cd11642e85ac (PR-661) 04:49:15 > git config core.sparsecheckout # timeout=10 04:49:15 > git checkout -f e273dc83938adb51930e182e2cc5cd11642e85ac # timeout=10 04:49:16 > git remote # timeout=10 04:49:16 > git config --get remote.origin.url # timeout=10 04:49:16 using GIT_SSH to set credentials SSH Credentials for GitHub 04:49:16 > git merge d0df7b9da6961378affa4a44df784d03e7885d3e # timeout=10 04:49:16 > git rev-parse HEAD^{commit} # timeout=10 04:49:16 > git config core.sparsecheckout # timeout=10 04:49:16 > git checkout -f e273dc83938adb51930e182e2cc5cd11642e85ac # timeout=10 04:49:19 Commit message: "feat: add a comment to explain why use buffer for sending event" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:49:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:49:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:49:21 + true 04:49:21 + sudo service docker restart 04:49:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:49:22 provisioning config files... 04:49:22 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config8505849289181083523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:49:23 ---> docker-login.sh 04:49:23 nexus3.edgexfoundry.org:10001 04:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:23 Configure a credential helper to remove this warning. See 04:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:23 04:49:23 Login Succeeded 04:49:23 nexus3.edgexfoundry.org:10002 04:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:23 Configure a credential helper to remove this warning. See 04:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:23 04:49:23 Login Succeeded 04:49:23 nexus3.edgexfoundry.org:10003 04:49:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:24 Configure a credential helper to remove this warning. See 04:49:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:24 04:49:24 Login Succeeded 04:49:24 nexus3.edgexfoundry.org:10004 04:49:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:24 Configure a credential helper to remove this warning. See 04:49:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:24 04:49:24 Login Succeeded 04:49:24 docker.io 04:49:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:24 Configure a credential helper to remove this warning. See 04:49:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:24 04:49:24 Login Succeeded 04:49:24 ---> docker-login.sh ends [Pipeline] } 04:49:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:49:24 ========================================================= 04:49:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:49:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:49:25 + 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 . 04:49:25 Sending build context to Docker daemon 2.421MB 04:49:25 Step 1/8 : ARG BASE=golang:1.15-alpine 04:49:25 Step 2/8 : FROM ${BASE} 04:49:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:49:25 188c0c94c7c5: Pulling fs layer 04:49:25 0ef7d3d256c8: Pulling fs layer 04:49:25 de9db76c5a1d: Pulling fs layer 04:49:25 bca2f99d35d6: Pulling fs layer 04:49:25 93359f2a8cfa: Pulling fs layer 04:49:25 7c6f9722023f: Pulling fs layer 04:49:25 a35cf1a2eb13: Pulling fs layer 04:49:25 93359f2a8cfa: Waiting 04:49:25 7c6f9722023f: Waiting 04:49:25 bca2f99d35d6: Waiting 04:49:25 a35cf1a2eb13: Waiting 04:49:25 de9db76c5a1d: Verifying Checksum 04:49:25 de9db76c5a1d: Download complete 04:49:25 0ef7d3d256c8: Verifying Checksum 04:49:25 0ef7d3d256c8: Download complete 04:49:25 93359f2a8cfa: Verifying Checksum 04:49:25 93359f2a8cfa: Download complete 04:49:25 7c6f9722023f: Verifying Checksum 04:49:25 7c6f9722023f: Download complete 04:49:25 188c0c94c7c5: Verifying Checksum 04:49:25 188c0c94c7c5: Download complete 04:49:25 188c0c94c7c5: Pull complete 04:49:26 0ef7d3d256c8: Pull complete 04:49:26 de9db76c5a1d: Pull complete 04:49:28 a35cf1a2eb13: Verifying Checksum 04:49:28 a35cf1a2eb13: Download complete 04:49:28 bca2f99d35d6: Verifying Checksum 04:49:28 bca2f99d35d6: Download complete 04:49:33 bca2f99d35d6: Pull complete 04:49:33 93359f2a8cfa: Pull complete 04:49:33 7c6f9722023f: Pull complete 04:49:40 a35cf1a2eb13: Pull complete 04:49:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:49:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:49:40 ---> a62c8e92a672 04:49:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:49:40 ---> Running in ac31d81fb01f 04:49:40 Removing intermediate container ac31d81fb01f 04:49:40 ---> 01f4eb256c07 04:49:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:49:40 ---> Running in 42610539b41c 04:49:41 Removing intermediate container 42610539b41c 04:49:41 ---> 3fa3a20fbb3f 04:49:41 Step 5/8 : RUN apk add --no-cache make git 04:49:41 ---> Running in 8ac3311e2ef5 04:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:49:42 OK: 166 MiB in 39 packages 04:49:43 Removing intermediate container 8ac3311e2ef5 04:49:43 ---> 70db2d9dd862 04:49:43 Step 6/8 : WORKDIR /device-sdk-go 04:49:43 ---> Running in 1d0053b402f6 04:49:43 Removing intermediate container 1d0053b402f6 04:49:43 ---> b9de5168e90e 04:49:43 Step 7/8 : COPY . . 04:49:45 ---> e8e8b278af87 04:49:45 Step 8/8 : RUN go mod download 04:49:45 ---> Running in a3094ed4f524 04:50:03 Removing intermediate container a3094ed4f524 04:50:03 ---> 1e1c524fb17b 04:50:03 Successfully built 1e1c524fb17b 04:50:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:50:03 + docker inspect -f . ci-base-image-x86_64 04:50:03 . [Pipeline] withDockerContainer 04:50:04 prd-centos7-docker-4c-2g-16053 does not seem to be running inside a container 04:50:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:50:05 $ docker top c58382d8aa05d75592984c7107627d6087aee647d75763fe8efa31d84a17204d -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:05 + go version 04:50:05 go version go1.15.5 linux/amd64 [Pipeline] } 04:50:05 $ docker stop --time=1 c58382d8aa05d75592984c7107627d6087aee647d75763fe8efa31d84a17204d 04:50:06 $ docker rm -f c58382d8aa05d75592984c7107627d6087aee647d75763fe8efa31d84a17204d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:07 + docker inspect -f . ci-base-image-x86_64 04:50:07 . [Pipeline] withDockerContainer 04:50:07 prd-centos7-docker-4c-2g-16053 does not seem to be running inside a container 04:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:50:08 $ docker top 1b426e175f72a7a668d9437dfb88bc11b65fe8039d607898376c1c50add6ca71 -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:09 + make test 04:50:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:50:17 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:50:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16054 in /w/workspace/dgexfoundry_device-sdk-go_PR-661 [Pipeline] { [Pipeline] ws 04:50:31 Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout 04:50:32 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:50:32 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:50:32 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:50:32 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.052s coverage: 20.0% of statements 04:50:32 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.477s coverage: 97.1% of statements 04:50:36 using credential edgex-jenkins-ssh 04:50:36 Cloning the remote Git repository 04:50:37 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:50:37 > git init /w/workspace/device-sdk-go/8 # timeout=10 04:50:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:50:37 > git --version # timeout=10 04:50:37 > git --version # 'git version 2.17.1' 04:50:37 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:50:39 Merging remotes/origin/master commit d0df7b9da6961378affa4a44df784d03e7885d3e into PR head commit e273dc83938adb51930e182e2cc5cd11642e85ac 04:50:39 Merge succeeded, producing e273dc83938adb51930e182e2cc5cd11642e85ac 04:50:39 Checking out Revision e273dc83938adb51930e182e2cc5cd11642e85ac (PR-661) 04:50:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:50:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:50:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:50:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:50:38 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/661/head:refs/remotes/origin/PR-661 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:50:39 > git config core.sparsecheckout # timeout=10 04:50:39 > git checkout -f e273dc83938adb51930e182e2cc5cd11642e85ac # timeout=10 04:50:39 > git remote # timeout=10 04:50:39 > git config --get remote.origin.url # timeout=10 04:50:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:39 > git merge d0df7b9da6961378affa4a44df784d03e7885d3e # timeout=10 04:50:39 > git rev-parse HEAD^{commit} # timeout=10 04:50:39 > git config core.sparsecheckout # timeout=10 04:50:39 > git checkout -f e273dc83938adb51930e182e2cc5cd11642e85ac # timeout=10 04:50:44 Commit message: "feat: add a comment to explain why use buffer for sending event" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:50:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:50:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:50:46 + sudo+ service docker restart 04:50:46 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:50:49 provisioning config files... 04:50:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config8645799505506265321tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:50:49 ---> docker-login.sh 04:50:49 nexus3.edgexfoundry.org:10001 04:50:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:50 Configure a credential helper to remove this warning. See 04:50:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:50 04:50:50 Login Succeeded 04:50:50 nexus3.edgexfoundry.org:10002 04:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:51 Configure a credential helper to remove this warning. See 04:50:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:51 04:50:51 Login Succeeded 04:50:51 nexus3.edgexfoundry.org:10003 04:50:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:51 Configure a credential helper to remove this warning. See 04:50:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:51 04:50:51 Login Succeeded 04:50:51 nexus3.edgexfoundry.org:10004 04:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:52 Configure a credential helper to remove this warning. See 04:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:52 04:50:52 Login Succeeded 04:50:52 docker.io 04:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:50:53 Configure a credential helper to remove this warning. See 04:50:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:50:53 04:50:53 Login Succeeded 04:50:53 ---> docker-login.sh ends [Pipeline] } 04:50:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:50:53 ========================================================= 04:50:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:50:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:50:54 + 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 . 04:50:54 Sending build context to Docker daemon 2.419MB 04:50:54 Step 1/8 : ARG BASE=golang:1.15-alpine 04:50:54 Step 2/8 : FROM ${BASE} 04:50:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:50:54 5f621e34cdf4: Pulling fs layer 04:50:54 a4357932f1b6: Pulling fs layer 04:50:54 18c013af1878: Pulling fs layer 04:50:54 00ac8860ef70: Pulling fs layer 04:50:54 63d7cb157983: Pulling fs layer 04:50:54 b116817d02f9: Pulling fs layer 04:50:54 745a02a5169b: Pulling fs layer 04:50:54 b116817d02f9: Waiting 04:50:54 00ac8860ef70: Waiting 04:50:54 745a02a5169b: Waiting 04:50:54 63d7cb157983: Waiting 04:50:54 18c013af1878: Verifying Checksum 04:50:54 18c013af1878: Download complete 04:50:54 a4357932f1b6: Verifying Checksum 04:50:54 a4357932f1b6: Download complete 04:50:54 63d7cb157983: Verifying Checksum 04:50:54 63d7cb157983: Download complete 04:50:54 b116817d02f9: Verifying Checksum 04:50:54 b116817d02f9: Download complete 04:50:55 5f621e34cdf4: Verifying Checksum 04:50:55 5f621e34cdf4: Download complete 04:50:55 5f621e34cdf4: Pull complete 04:50:56 a4357932f1b6: Pull complete 04:50:56 18c013af1878: Pull complete 04:50:57 745a02a5169b: Verifying Checksum 04:50:57 745a02a5169b: Download complete 04:50:58 00ac8860ef70: Verifying Checksum 04:50:58 00ac8860ef70: Download complete 04:51:04 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.056s coverage: 9.4% of statements 04:51:04 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.046s coverage: 21.9% of statements 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:51:04 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.225s coverage: 42.5% of statements 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:51:04 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.279s coverage: 68.9% of statements 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 04:51:04 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 53.8% of statements 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 04:51:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 04:51:04 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.247s coverage: 68.9% of statements 04:51:04 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.6% of statements 04:51:04 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:51:04 GO111MODULE=on go vet ./... 04:51:08 00ac8860ef70: Pull complete 04:51:08 63d7cb157983: Pull complete 04:51:08 b116817d02f9: Pull complete 04:51:13 gofmt -l . 04:51:13 [ "`gofmt -l .`" = "" ] 04:51:13 ./bin/test-attribution-txt.sh 04:51:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:51:13 $ docker stop --time=1 1b426e175f72a7a668d9437dfb88bc11b65fe8039d607898376c1c50add6ca71 04:51:13 745a02a5169b: Pull complete 04:51:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:51:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:51:13 ---> b7e6874047d6 04:51:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:51:14 $ docker rm -f 1b426e175f72a7a668d9437dfb88bc11b65fe8039d607898376c1c50add6ca71 [Pipeline] // withDockerContainer [Pipeline] sh 04:51:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:51:15 ---> Running in 16dee35af838 04:51:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 04:51:16 Removing intermediate container 16dee35af838 04:51:16 ---> f4a9a4a745e5 04:51:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:16 ---> Running in addb2222ca3f [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:51:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:51:19 Removing intermediate container addb2222ca3f 04:51:19 ---> 1a18f76b0ece 04:51:19 Step 5/8 : RUN apk add --no-cache make git 04:51:19 ---> Running in 9f14af47ade1 04:51:19 + ls -al . 04:51:19 total 208 04:51:19 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 15 04:51 . 04:51:19 drwxrwxr-x. 4 jenkins jenkins 28 Dec 15 04:49 .. 04:51:19 drwxrwxr-x. 2 jenkins jenkins 64 Dec 15 04:49 bin 04:51:19 -rw-r--r--. 1 jenkins jenkins 128916 Dec 15 04:51 coverage.out 04:51:19 -rw-rw-r--. 1 jenkins jenkins 936 Dec 15 04:49 Dockerfile.build 04:51:19 -rw-rw-r--. 1 jenkins jenkins 140 Dec 15 04:49 .dockerignore 04:51:19 drwxrwxr-x. 4 jenkins jenkins 48 Dec 15 04:49 example 04:51:19 drwxrwxr-x. 8 jenkins jenkins 179 Dec 15 04:49 .git 04:51:19 drwxrwxr-x. 2 jenkins jenkins 103 Dec 15 04:49 .github 04:51:19 -rw-rw-r--. 1 jenkins jenkins 138 Dec 15 04:49 .gitignore 04:51:19 -rw-r--r--. 1 jenkins jenkins 488 Dec 15 04:51 go.mod 04:51:19 -rw-r--r--. 1 jenkins jenkins 13631 Dec 15 04:51 go.sum 04:51:19 drwxrwxr-x. 15 jenkins jenkins 211 Dec 15 04:49 internal 04:51:19 -rw-rw-r--. 1 jenkins jenkins 901 Dec 15 04:49 Jenkinsfile 04:51:19 -rw-rw-r--. 1 jenkins jenkins 11341 Dec 15 04:49 LICENSE 04:51:19 -rw-rw-r--. 1 jenkins jenkins 1013 Dec 15 04:49 Makefile 04:51:19 drwxrwxr-x. 4 jenkins jenkins 26 Dec 15 04:49 openapi 04:51:19 drwxrwxr-x. 5 jenkins jenkins 50 Dec 15 04:49 pkg 04:51:19 -rw-rw-r--. 1 jenkins jenkins 5897 Dec 15 04:49 README.md 04:51:19 -rw-rw-r--. 1 jenkins jenkins 4291 Dec 15 04:49 RELEASE-NOTES.txt 04:51:19 drwxrwxr-x. 4 jenkins jenkins 54 Dec 15 04:49 snap 04:51:19 -rw-rw-r--. 1 jenkins jenkins 5 Dec 15 04:46 VERSION 04:51:19 -rw-rw-r--. 1 jenkins jenkins 222 Dec 15 04:49 version.go [Pipeline] isUnix [Pipeline] sh 04:51:19 + 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=e273dc83938adb51930e182e2cc5cd11642e85ac --label arch=amd64 --label version=0.0.0 . 04:51:19 Sending build context to Docker daemon 2.55MB 04:51:19 Step 1/24 : ARG BASE=golang:1.15-alpine 04:51:19 Step 2/24 : FROM ${BASE} AS builder 04:51:19 ---> 1e1c524fb17b 04:51:19 Step 3/24 : ARG MAKE='make build' 04:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:20 ---> Running in 7d7ccbaa27cc 04:51:20 Removing intermediate container 7d7ccbaa27cc 04:51:20 ---> cbb389b9a0b3 04:51:20 Step 4/24 : WORKDIR /device-sdk-go 04:51:20 ---> Running in b2c68bb8c598 04:51:20 Removing intermediate container b2c68bb8c598 04:51:20 ---> c71dea5ab4e9 04:51:20 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:51:20 ---> Running in 7fc973132c23 04:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:21 Removing intermediate container 7fc973132c23 04:51:21 ---> 99a5a5fc9a2b 04:51:21 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:21 ---> Running in 94f455bad6f2 04:51:21 OK: 142 MiB in 39 packages 04:51:22 Removing intermediate container 94f455bad6f2 04:51:22 ---> cd8dbd32f469 04:51:22 Step 7/24 : RUN apk add --update --no-cache make git 04:51:22 ---> Running in 40a9a6ad9a80 04:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:51:23 Removing intermediate container 9f14af47ade1 04:51:23 ---> c2cdcb5260a5 04:51:23 Step 6/8 : WORKDIR /device-sdk-go 04:51:23 ---> Running in aaac0f5e58c3 04:51:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:51:23 Removing intermediate container aaac0f5e58c3 04:51:23 ---> 09140a929dbd 04:51:23 Step 7/8 : COPY . . 04:51:23 OK: 166 MiB in 39 packages 04:51:24 Removing intermediate container 40a9a6ad9a80 04:51:24 ---> c74eb350e00c 04:51:24 Step 8/24 : COPY . . 04:51:24 ---> 6f6d6e7fde83 04:51:24 Step 8/8 : RUN go mod download 04:51:24 ---> Running in 1469aada3128 04:51:25 ---> 73023027c9b6 04:51:25 Step 9/24 : RUN ${MAKE} 04:51:25 ---> Running in 064fbb7cdf07 04:51:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:51:34 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:51:37 Removing intermediate container 064fbb7cdf07 04:51:37 ---> 43bbdc365d0a 04:51:37 Step 10/24 : FROM scratch 04:51:37 ---> 04:51:37 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:51:37 ---> Running in 83bad3e9b972 04:51:37 Removing intermediate container 83bad3e9b972 04:51:37 ---> 60f11fa2c106 04:51:37 Step 12/24 : ENV APP_PORT=49990 04:51:37 ---> Running in 4e8183cd9bea 04:51:37 Removing intermediate container 4e8183cd9bea 04:51:37 ---> 3fd17a544b5a 04:51:37 Step 13/24 : EXPOSE $APP_PORT 04:51:37 ---> Running in 1ba1e770cc68 04:51:37 Removing intermediate container 1ba1e770cc68 04:51:37 ---> e4382e88c859 04:51:37 Step 14/24 : WORKDIR / 04:51:37 ---> Running in 90db4aab005a 04:51:37 Removing intermediate container 90db4aab005a 04:51:37 ---> f8d2d4bf332e 04:51:37 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:51:37 ---> 01e5ea329815 04:51:37 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:51:38 ---> 1dd15569ef90 04:51:38 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:51:38 ---> f430184f84f0 04:51:38 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:51:38 ---> 50ca847e7976 04:51:38 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:51:38 ---> 991ecf52d4f3 04:51:38 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:51:38 ---> Running in 9d907d090439 04:51:39 Removing intermediate container 9d907d090439 04:51:39 ---> 495231facb48 04:51:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:51:39 ---> Running in 1aaa8867438b 04:51:39 Removing intermediate container 1aaa8867438b 04:51:39 ---> 808b595ba362 04:51:39 Step 22/24 : LABEL arch=amd64 04:51:39 ---> Running in 2a546233e54b 04:51:40 Removing intermediate container 2a546233e54b 04:51:40 ---> 1afb701ff343 04:51:40 Step 23/24 : LABEL git_sha=e273dc83938adb51930e182e2cc5cd11642e85ac 04:51:40 ---> Running in 8c37941dc8fa 04:51:40 Removing intermediate container 8c37941dc8fa 04:51:40 ---> f0ae9508ac16 04:51:40 Step 24/24 : LABEL version=0.0.0 04:51:40 ---> Running in 13092c886fd6 04:51:40 Removing intermediate container 13092c886fd6 04:51:40 ---> 8468eecdd505 04:51:40 [Warning] One or more build-args [ARCH] were not consumed 04:51:40 Successfully built 8468eecdd505 04:51:40 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] } 04:51:47 Removing intermediate container 1469aada3128 04:51:47 ---> 86edce9f2945 04:51:47 Successfully built 86edce9f2945 04:51:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:51:47 + docker inspect -f . ci-base-image-arm64 04:51:47 . [Pipeline] withDockerContainer 04:51:47 prd-ubuntu18.04-docker-arm64-4c-16g-16054 does not seem to be running inside a container 04:51:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:51:49 $ docker top d49bc47edaf713caa6e3531d45fd72423fae9351944d0972149ffb9af0d268e0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:51:50 + go version 04:51:50 go version go1.15.5 linux/arm64 [Pipeline] } 04:51:50 $ docker stop --time=1 d49bc47edaf713caa6e3531d45fd72423fae9351944d0972149ffb9af0d268e0 04:51:52 $ docker rm -f d49bc47edaf713caa6e3531d45fd72423fae9351944d0972149ffb9af0d268e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:53 + docker inspect -f . ci-base-image-arm64 04:51:53 . [Pipeline] withDockerContainer 04:51:53 prd-ubuntu18.04-docker-arm64-4c-16g-16054 does not seem to be running inside a container 04:51:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:51:55 $ docker top 7c46318f7e3579e48470266a202934e775c6ab53eeb7318dd352ea636310212a -eo pid,comm [Pipeline] { [Pipeline] sh 04:51:56 + make test 04:51:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:52:18 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:52:57 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:52:57 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:52:57 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:52:57 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.145s coverage: 20.0% of statements 04:53:03 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.201s coverage: 97.1% of statements 04:53:29 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.117s coverage: 9.4% of statements 04:53:29 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.113s coverage: 21.9% of statements 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:53:29 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.618s coverage: 42.5% of statements 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:53:29 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.791s coverage: 68.9% of statements 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 04:53:29 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.203s coverage: 53.8% of statements 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 04:53:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 04:53:29 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.701s coverage: 68.9% of statements 04:53:29 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.131s coverage: 4.6% of statements 04:53:29 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:53:29 GO111MODULE=on go vet ./... 04:54:02 gofmt -l . 04:54:02 [ "`gofmt -l .`" = "" ] 04:54:02 ./bin/test-attribution-txt.sh 04:54:02 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:54:02 $ docker stop --time=1 7c46318f7e3579e48470266a202934e775c6ab53eeb7318dd352ea636310212a 04:54:04 $ docker rm -f 7c46318f7e3579e48470266a202934e775c6ab53eeb7318dd352ea636310212a [Pipeline] // withDockerContainer [Pipeline] sh 04:54:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:54:05 Warning: overwriting stash ‘coverage-report’ 04:54:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:54:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:54:08 + ls -al . 04:54:08 total 244 04:54:08 drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 04:54 . 04:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:50 .. 04:54:08 -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 04:50 .dockerignore 04:54:08 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 04:50 .git 04:54:08 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 04:50 .github 04:54:08 -rw-rw-r-- 1 jenkins jenkins 138 Dec 15 04:50 .gitignore 04:54:08 -rw-rw-r-- 1 jenkins jenkins 936 Dec 15 04:50 Dockerfile.build 04:54:08 -rw-rw-r-- 1 jenkins jenkins 901 Dec 15 04:50 Jenkinsfile 04:54:08 -rw-rw-r-- 1 jenkins jenkins 11341 Dec 15 04:50 LICENSE 04:54:08 -rw-rw-r-- 1 jenkins jenkins 1013 Dec 15 04:50 Makefile 04:54:08 -rw-rw-r-- 1 jenkins jenkins 5897 Dec 15 04:50 README.md 04:54:08 -rw-rw-r-- 1 jenkins jenkins 4291 Dec 15 04:50 RELEASE-NOTES.txt 04:54:08 -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 04:46 VERSION 04:54:08 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 04:50 bin 04:54:08 -rw-r--r-- 1 jenkins jenkins 128916 Dec 15 04:53 coverage.out 04:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:50 example 04:54:08 -rw-r--r-- 1 jenkins jenkins 488 Dec 15 04:54 go.mod 04:54:08 -rw-r--r-- 1 jenkins jenkins 13631 Dec 15 04:54 go.sum 04:54:08 drwxrwxr-x 15 jenkins jenkins 4096 Dec 15 04:50 internal 04:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:50 openapi 04:54:08 drwxrwxr-x 5 jenkins jenkins 4096 Dec 15 04:50 pkg 04:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:50 snap 04:54:08 -rw-rw-r-- 1 jenkins jenkins 222 Dec 15 04:50 version.go [Pipeline] isUnix [Pipeline] sh 04:54:08 + 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=e273dc83938adb51930e182e2cc5cd11642e85ac --label arch=arm64 --label version=0.0.0 . 04:54:09 Sending build context to Docker daemon 2.549MB 04:54:09 Step 1/24 : ARG BASE=golang:1.15-alpine 04:54:09 Step 2/24 : FROM ${BASE} AS builder 04:54:09 ---> 86edce9f2945 04:54:09 Step 3/24 : ARG MAKE='make build' 04:54:09 ---> Running in 448f06b15d9b 04:54:10 Removing intermediate container 448f06b15d9b 04:54:10 ---> 40030dc0ab2a 04:54:10 Step 4/24 : WORKDIR /device-sdk-go 04:54:10 ---> Running in 10b362584e0a 04:54:10 Removing intermediate container 10b362584e0a 04:54:10 ---> e566bd47aebf 04:54:10 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:54:10 ---> Running in 59f1ec98c2cb 04:54:11 Removing intermediate container 59f1ec98c2cb 04:54:11 ---> 63517707405d 04:54:11 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:54:11 ---> Running in 1b3aa22959f3 04:54:13 Removing intermediate container 1b3aa22959f3 04:54:13 ---> 14d56722a457 04:54:13 Step 7/24 : RUN apk add --update --no-cache make git 04:54:13 ---> Running in 0b104cff3774 04:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:54:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:54:17 OK: 142 MiB in 39 packages 04:54:18 Removing intermediate container 0b104cff3774 04:54:18 ---> cb5daa31a1d6 04:54:18 Step 8/24 : COPY . . 04:54:19 ---> 568e8c3811fa 04:54:19 Step 9/24 : RUN ${MAKE} 04:54:19 ---> Running in 5095641b366f 04:54:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:54:47 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:54:47 Removing intermediate container 5095641b366f 04:54:47 ---> 79ee840a4234 04:54:47 Step 10/24 : FROM scratch 04:54:47 ---> 04:54:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:54:47 ---> Running in af5755e2c8db 04:54:48 Removing intermediate container af5755e2c8db 04:54:48 ---> 983938dd297f 04:54:48 Step 12/24 : ENV APP_PORT=49990 04:54:48 ---> Running in e00453957c87 04:54:48 Removing intermediate container e00453957c87 04:54:48 ---> 0536d180f1da 04:54:48 Step 13/24 : EXPOSE $APP_PORT 04:54:48 ---> Running in 36ac2ca78055 04:54:48 Removing intermediate container 36ac2ca78055 04:54:48 ---> 62c419f22822 04:54:48 Step 14/24 : WORKDIR / 04:54:49 ---> Running in f0da18318004 04:54:49 Removing intermediate container f0da18318004 04:54:49 ---> 2377a525f682 04:54:49 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:54:50 ---> 15e8da1281fa 04:54:50 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:54:51 ---> ebc848622985 04:54:51 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:54:52 ---> 0ca8476c0a7c 04:54:52 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:54:52 ---> b5aefdd502be 04:54:52 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:54:53 ---> bf826a88dbd5 04:54:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:54:53 ---> Running in 03572db21a3f 04:54:54 Removing intermediate container 03572db21a3f 04:54:54 ---> b308d9c49388 04:54:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:54:54 ---> Running in 2592f5d3dc32 04:54:54 Removing intermediate container 2592f5d3dc32 04:54:54 ---> 700da24ae75b 04:54:54 Step 22/24 : LABEL arch=arm64 04:54:54 ---> Running in f98931b4df37 04:54:55 Removing intermediate container f98931b4df37 04:54:55 ---> 8c85c3e00174 04:54:55 Step 23/24 : LABEL git_sha=e273dc83938adb51930e182e2cc5cd11642e85ac 04:54:55 ---> Running in b14cd806d80b 04:54:56 Removing intermediate container b14cd806d80b 04:54:56 ---> 96a9f14c40f1 04:54:56 Step 24/24 : LABEL version=0.0.0 04:54:56 ---> Running in 7d02904a4dec 04:54:56 Removing intermediate container 7d02904a4dec 04:54:56 ---> 49c4e3b09e59 04:54:56 [Warning] One or more build-args [ARCH] were not consumed 04:54:56 Successfully built 49c4e3b09e59 04:54:56 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 04:54:58 provisioning config files... 04:54:58 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config660044819500615892tmp [Pipeline] { [Pipeline] sh 04:54:58 + set +x 04:54:58 + curl -s https://codecov.io/bash 04:54:58 + bash -s -- 04:54:59 04:54:59 _____ _ 04:54:59 / ____| | | 04:54:59 | | ___ __| | ___ ___ _____ __ 04:54:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:54:59 | |___| (_) | (_| | __/ (_| (_) \ V / 04:54:59 \_____\___/ \__,_|\___|\___\___/ \_/ 04:54:59 Bash-20201130-cc6d3fe 04:54:59 04:54:59 04:54:59 ==> Jenkins CI detected. 04:54:59 project root: . 04:54:59 --> token set from env 04:54:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:54:59 ==> Running gcov in . (disable via -X gcov) 04:54:59 ==> Python coveragepy not found 04:54:59 ==> Searching for coverage reports in: 04:54:59 + . 04:54:59 -> Found 1 reports 04:54:59 ==> Detecting git/mercurial file structure 04:54:59 ==> Reading reports 04:54:59 + ./coverage.out bytes=128916 04:54:59 ==> Appending adjustments 04:54:59 https://docs.codecov.io/docs/fixing-reports 04:54:59 + Found adjustments 04:54:59 ==> Gzipping contents 04:54:59 24K /tmp/codecov.3BVEVZ.gz 04:54:59 ==> Uploading reports 04:54:59 url: https://codecov.io 04:54:59 query: branch=PR-661&commit=e273dc83938adb51930e182e2cc5cd11642e85ac&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= 04:54:59 -> Pinging Codecov 04:54:59 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-661&commit=e273dc83938adb51930e182e2cc5cd11642e85ac&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-661%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=661&job=&cmd_args= 04:54:59 -> Uploading to 04:54:59 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/7E55EF52A471D76F132DFD9A03CDDE97/e273dc83938adb51930e182e2cc5cd11642e85ac/22abb5df-cbb1-4e7b-903f-2d8379689a08.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T045459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f52976b0e1b5ce3b1702f8e802168d6617eaf70bb4d45d90e8759f06a88d1d79 04:54:59 % Total % Received % Xferd Average Speed Time Time Time Current 04:54:59 Dload Upload Total Spent Left Speed 04:55:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21053 0 0 100 21053 0 42091 --:--:-- --:--:-- --:--:-- 42106 04:55:00 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e273dc83938adb51930e182e2cc5cd11642e85ac [Pipeline] } 04:55:00 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 04:55:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:55:04 ---> package-listing.sh 04:55:04 ++ facter osfamily 04:55:04 ++ tr '[:upper:]' '[:lower:]' 04:55:04 + OS_FAMILY=redhat 04:55:04 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-661 04:55:04 + START_PACKAGES=/tmp/packages_start.txt 04:55:04 + END_PACKAGES=/tmp/packages_end.txt 04:55:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:55:04 + PACKAGES=/tmp/packages_start.txt 04:55:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' 04:55:04 + PACKAGES=/tmp/packages_end.txt 04:55:04 + case "${OS_FAMILY}" in 04:55:04 + rpm -qa 04:55:04 + sort 04:55:09 + '[' -f /tmp/packages_start.txt ']' 04:55:09 + '[' -f /tmp/packages_end.txt ']' 04:55:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:55:09 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-661 ']' 04:55:09 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ 04:55:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-661/archives/ [Pipeline] echo 04:55:09 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-661/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:55:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:55:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:55:10 04:55:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:55:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:55:10 alpine: Pulling from edgex-lftools-log-publisher 04:55:10 df20fa9351a1: Pulling fs layer 04:55:10 36b3adc4ff6f: Pulling fs layer 04:55:10 8ad3a11d3b57: Pulling fs layer 04:55:10 46f8f816bc3b: Pulling fs layer 04:55:10 93b61091891f: Pulling fs layer 04:55:10 93b9cdb0e59b: Pulling fs layer 04:55:10 5e14af77c1be: Pulling fs layer 04:55:10 01666e4c0597: Pulling fs layer 04:55:10 aa168da1d23b: Pulling fs layer 04:55:10 93b9cdb0e59b: Waiting 04:55:10 01666e4c0597: Waiting 04:55:10 aa168da1d23b: Waiting 04:55:10 5e14af77c1be: Waiting 04:55:10 46f8f816bc3b: Waiting 04:55:10 93b61091891f: Waiting 04:55:10 36b3adc4ff6f: Download complete 04:55:10 46f8f816bc3b: Verifying Checksum 04:55:10 46f8f816bc3b: Download complete 04:55:10 df20fa9351a1: Verifying Checksum 04:55:10 df20fa9351a1: Download complete 04:55:10 93b9cdb0e59b: Download complete 04:55:10 5e14af77c1be: Verifying Checksum 04:55:10 5e14af77c1be: Download complete 04:55:10 93b61091891f: Verifying Checksum 04:55:10 93b61091891f: Download complete 04:55:10 01666e4c0597: Verifying Checksum 04:55:10 01666e4c0597: Download complete 04:55:11 df20fa9351a1: Pull complete 04:55:11 36b3adc4ff6f: Pull complete 04:55:11 8ad3a11d3b57: Verifying Checksum 04:55:11 8ad3a11d3b57: Download complete 04:55:12 8ad3a11d3b57: Pull complete 04:55:12 46f8f816bc3b: Pull complete 04:55:13 aa168da1d23b: Verifying Checksum 04:55:13 aa168da1d23b: Download complete 04:55:13 93b61091891f: Pull complete 04:55:13 93b9cdb0e59b: Pull complete 04:55:13 5e14af77c1be: Pull complete 04:55:13 01666e4c0597: Pull complete 04:55:22 aa168da1d23b: Pull complete 04:55:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:55:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:55:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:55:22 prd-centos7-docker-4c-2g-16052 does not seem to be running inside a container 04:55:22 $ 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-661/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-661 -v /w/workspace/dgexfoundry_device-sdk-go_PR-661:/w/workspace/dgexfoundry_device-sdk-go_PR-661:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:55:25 $ docker top 9aea924576d359a58e763972d5490fa2a13e38269682bc95ad80e30d48efc57a -eo pid,comm [Pipeline] { [Pipeline] sh 04:55:26 + touch /tmp/pre-build-complete [Pipeline] sh 04:55:26 + mkdir -p /var/log/sa [Pipeline] sh 04:55:26 + ls /var/log/sa-host 04:55:26 + sadf -c /var/log/sa-host/sa15 04:55:26 file_magic: OK 04:55:26 HZ: Using current value: 100 04:55:26 file_header: OK 04:55:26 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 04:55:26 Statistics: 04:55:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:55:26 File successfully converted to sysstat format version 12.2.1 04:55:26 + sadf -c /var/log/sa-host/sa23 04:55:26 file_magic: OK 04:55:26 HZ: Using current value: 100 04:55:26 file_header: OK 04:55:26 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 04:55:26 Statistics: 04:55:26 Hnuu...uuuununununu... 04:55:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:55:27 provisioning config files... 04:55:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-661@tmp/config6163063150105202017tmp [Pipeline] { [Pipeline] echo 04:55:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:55:28 ---> create-netrc.sh [Pipeline] } 04:55:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:55:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:55:28 ---> python-tools-install.sh [Pipeline] echo 04:55:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:55:28 ---> sudo-logs.sh 04:55:28 Archiving 'sudo' log.. [Pipeline] echo 04:55:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:55:29 ---> job-cost.sh 04:55:29 lf-activate-venv: SKIPPING 04:55:29 INFO: No Stack... 04:55:30 INFO: Retrieving Pricing Info for: v1-standard-2 04:55:30 INFO: Archiving Costs [Pipeline] echo 04:55:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:55:31 ---> logs-deploy.sh 04:55:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-661/8 04:55:31 INFO: archiving workspace using pattern(s): 04:55:32 Archives upload complete. 04:55:32 INFO: archiving logs to Nexus