Pull request #676 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 58a3244429e7a477f98db1630e9f7196231c69d5+d0df7b9da6961378affa4a44df784d03e7885d3e (15aa3315266361acfb38b0e3c054926049a1e0ff) 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-16040 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [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-676 # 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 d0df7b9da6961378affa4a44df784d03e7885d3e into PR head commit 58a3244429e7a477f98db1630e9f7196231c69d5 Merge succeeded, producing 58a3244429e7a477f98db1630e9f7196231c69d5 Checking out Revision 58a3244429e7a477f98db1630e9f7196231c69d5 (PR-676) > 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/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # 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 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git rev-list --no-walk 743a47ef2e5c958eb1b6337d67cec952a56aa5a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:39:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:39:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:39:22 ========================================================= 04:39:22 EdgeX Global Pipelines Version Info 04:39:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:39:23 ------------------- 04:39:23 stable info: 04:39:23 ------------------- 04:39:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:39:23 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 04:39:23 Message: update stable to v1.0.172 04:39:24 ------------------- 04:39:24 experimental info: 04:39:24 ------------------- 04:39:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:39:24 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 04:39:24 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:39:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:39:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:39:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:39:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:39:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-676 [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-676 [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-676 [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 58a3244429e7a477f98db1630e9f7196231c69d5 [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 58a3244 [Pipeline] echo 04:39:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:39:27 provisioning config files... 04:39:27 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config1856154641175874546tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:39:28 ---> docker-login.sh 04:39:28 nexus3.edgexfoundry.org:10001 04:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:28 Configure a credential helper to remove this warning. See 04:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:28 04:39:28 Login Succeeded 04:39:28 nexus3.edgexfoundry.org:10002 04:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:28 Configure a credential helper to remove this warning. See 04:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:28 04:39:28 Login Succeeded 04:39:28 nexus3.edgexfoundry.org:10003 04:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:29 Configure a credential helper to remove this warning. See 04:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:29 04:39:29 Login Succeeded 04:39:29 nexus3.edgexfoundry.org:10004 04:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:29 Configure a credential helper to remove this warning. See 04:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:29 04:39:29 Login Succeeded 04:39:29 docker.io 04:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:29 Configure a credential helper to remove this warning. See 04:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:29 04:39:29 Login Succeeded 04:39:29 ---> docker-login.sh ends [Pipeline] } 04:39:29 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:39:30 + git log --format=format:%s -1 58a3244429e7a477f98db1630e9f7196231c69d5 [Pipeline] echo 04:39:30 GIT_COMMIT: 58a3244429e7a477f98db1630e9f7196231c69d5, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 04:39:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:39:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:39:31 04:39:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:39:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:39:31 latest: Pulling from edgex-devops/git-semver 04:39:31 31603596830f: Pulling fs layer 04:39:31 2a8b12db71e7: Pulling fs layer 04:39:31 6ca5941a6612: Pulling fs layer 04:39:31 ecc8261a40a4: Pulling fs layer 04:39:31 ecc8261a40a4: Waiting 04:39:31 2a8b12db71e7: Verifying Checksum 04:39:31 2a8b12db71e7: Download complete 04:39:31 31603596830f: Verifying Checksum 04:39:31 31603596830f: Download complete 04:39:31 6ca5941a6612: Verifying Checksum 04:39:31 6ca5941a6612: Download complete 04:39:31 ecc8261a40a4: Verifying Checksum 04:39:31 ecc8261a40a4: Download complete 04:39:31 31603596830f: Pull complete 04:39:31 2a8b12db71e7: Pull complete 04:39:32 6ca5941a6612: Pull complete 04:39:33 ecc8261a40a4: Pull complete 04:39:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:39:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:39:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:39:33 prd-centos7-docker-4c-2g-16040 does not seem to be running inside a container 04:39:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-676 -v /w/workspace/dgexfoundry_device-sdk-go_PR-676:/w/workspace/dgexfoundry_device-sdk-go_PR-676:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-676@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:39:34 $ docker top 87e2a50768495c5ebf7c3731f14252e9040e8ebcfae99b44ca5a2d3ff859d762 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:39:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:39:35 [ssh-agent] Looking for ssh-agent implementation... 04:39:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:39:35 $ docker exec 87e2a50768495c5ebf7c3731f14252e9040e8ebcfae99b44ca5a2d3ff859d762 ssh-agent 04:39:35 SSH_AUTH_SOCK=/tmp/ssh-ttqIbtnqbfy8/agent.12 04:39:35 SSH_AGENT_PID=17 04:39:35 Running ssh-add (command line suppressed) 04:39:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_3071781432831637705.key (/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_3071781432831637705.key) 04:39:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:39:36 + git tag --points-at HEAD [Pipeline] } 04:39:36 $ docker exec --env ******** --env ******** 87e2a50768495c5ebf7c3731f14252e9040e8ebcfae99b44ca5a2d3ff859d762 ssh-agent -k 04:39:36 unset SSH_AUTH_SOCK; 04:39:36 unset SSH_AGENT_PID; 04:39:36 echo Agent pid 17 killed; 04:39:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:39:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:39:36 [ssh-agent] Looking for ssh-agent implementation... 04:39:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:39:36 $ docker exec 87e2a50768495c5ebf7c3731f14252e9040e8ebcfae99b44ca5a2d3ff859d762 ssh-agent 04:39:36 SSH_AUTH_SOCK=/tmp/ssh-prg11MJn2G9V/agent.45 04:39:36 SSH_AGENT_PID=50 04:39:36 Running ssh-add (command line suppressed) 04:39:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_6242369564907040159.key (/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/private_key_6242369564907040159.key) 04:39:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:39:37 + git semver init 04:39:37 # -> Open(): unable to determine branch for HEAD 04:39:37 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-676/.git 04:39:37 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-676 04:39:37 # $SEMVER_REMOTE_NAME = origin 04:39:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:39:37 # $SEMVER_USER_NAME = edgex-jenkins 04:39:37 # $SEMVER_BRANCH = PR-676 04:39:37 # $SEMVER_TEMP = /tmp/semver-878840435 04:39:37 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:39:37 # '/tmp/semver-878840435' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-676/.semver' 04:39:37 # -> Force: false 04:39:37 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-676/.semver [Pipeline] } 04:39:37 $ docker exec --env ******** --env ******** 87e2a50768495c5ebf7c3731f14252e9040e8ebcfae99b44ca5a2d3ff859d762 ssh-agent -k 04:39:38 unset SSH_AUTH_SOCK; 04:39:38 unset SSH_AGENT_PID; 04:39:38 echo Agent pid 50 killed; 04:39:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:39:38 + git semver [Pipeline] } 04:39:38 $ docker stop --time=1 87e2a50768495c5ebf7c3731f14252e9040e8ebcfae99b44ca5a2d3ff859d762 04:39:40 $ docker rm -f 87e2a50768495c5ebf7c3731f14252e9040e8ebcfae99b44ca5a2d3ff859d762 [Pipeline] // withDockerContainer [Pipeline] sh 04:39:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:39:40 Stashed 1 file(s) [Pipeline] echo 04:39:40 [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:39:56 Still waiting to schedule task 04:39:56 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:39:56 Still waiting to schedule task 04:39:56 ‘prd-ubuntu18.04-docker-arm64-4c-16g-16042’ is offline 04:41:12 Running on prd-centos7-docker-4c-2g-16047 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [Pipeline] { [Pipeline] ws 04:41:12 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 04:41:14 using credential edgex-jenkins-ssh 04:41:15 Cloning the remote Git repository 04:41:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:41:14 > git init /w/workspace/device-sdk-go/5 # timeout=10 04:41:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:41:15 > git --version # timeout=10 04:41:15 > git --version # 'git version 2.24.3' 04:41:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:41:16 Merging remotes/origin/master commit d0df7b9da6961378affa4a44df784d03e7885d3e into PR head commit 58a3244429e7a477f98db1630e9f7196231c69d5 04:41:16 Merge succeeded, producing 58a3244429e7a477f98db1630e9f7196231c69d5 04:41:16 Checking out Revision 58a3244429e7a477f98db1630e9f7196231c69d5 (PR-676) 04:41:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:41:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:41:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:41:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:41:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:41:16 > git config core.sparsecheckout # timeout=10 04:41:16 > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 04:41:16 > git remote # timeout=10 04:41:16 > git config --get remote.origin.url # timeout=10 04:41:16 using GIT_SSH to set credentials SSH Credentials for GitHub 04:41:16 > git merge d0df7b9da6961378affa4a44df784d03e7885d3e # timeout=10 04:41:16 > git rev-parse HEAD^{commit} # timeout=10 04:41:16 > git config core.sparsecheckout # timeout=10 04:41:16 > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 04:41:20 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:41:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:41:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:41:22 + sudo service docker restart 04:41:22 + true 04:41:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:41:23 provisioning config files... 04:41:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config3146891052863219276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:41:23 ---> docker-login.sh 04:41:23 nexus3.edgexfoundry.org:10001 04:41:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:41:23 Configure a credential helper to remove this warning. See 04:41:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:41:23 04:41:23 Login Succeeded 04:41:23 nexus3.edgexfoundry.org:10002 04:41:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:41:24 Configure a credential helper to remove this warning. See 04:41:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:41:24 04:41:24 Login Succeeded 04:41:24 nexus3.edgexfoundry.org:10003 04:41:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:41:24 Configure a credential helper to remove this warning. See 04:41:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:41:24 04:41:24 Login Succeeded 04:41:24 nexus3.edgexfoundry.org:10004 04:41:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:41:24 Configure a credential helper to remove this warning. See 04:41:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:41:24 04:41:24 Login Succeeded 04:41:24 docker.io 04:41:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:41:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:41:24 Configure a credential helper to remove this warning. See 04:41:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:41:24 04:41:24 Login Succeeded 04:41:24 ---> docker-login.sh ends [Pipeline] } 04:41:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:41:25 ========================================================= 04:41:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:41:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:41: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:41:25 Sending build context to Docker daemon 2.385MB 04:41:25 Step 1/8 : ARG BASE=golang:1.15-alpine 04:41:25 Step 2/8 : FROM ${BASE} 04:41:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:41:26 188c0c94c7c5: Pulling fs layer 04:41:26 0ef7d3d256c8: Pulling fs layer 04:41:26 de9db76c5a1d: Pulling fs layer 04:41:26 bca2f99d35d6: Pulling fs layer 04:41:26 93359f2a8cfa: Pulling fs layer 04:41:26 7c6f9722023f: Pulling fs layer 04:41:26 a35cf1a2eb13: Pulling fs layer 04:41:26 bca2f99d35d6: Waiting 04:41:26 93359f2a8cfa: Waiting 04:41:26 a35cf1a2eb13: Waiting 04:41:26 7c6f9722023f: Waiting 04:41:26 de9db76c5a1d: Verifying Checksum 04:41:26 de9db76c5a1d: Download complete 04:41:26 0ef7d3d256c8: Download complete 04:41:26 93359f2a8cfa: Verifying Checksum 04:41:26 93359f2a8cfa: Download complete 04:41:26 188c0c94c7c5: Verifying Checksum 04:41:26 188c0c94c7c5: Download complete 04:41:26 7c6f9722023f: Verifying Checksum 04:41:26 7c6f9722023f: Download complete 04:41:26 188c0c94c7c5: Pull complete 04:41:26 0ef7d3d256c8: Pull complete 04:41:26 de9db76c5a1d: Pull complete 04:41:27 a35cf1a2eb13: Verifying Checksum 04:41:27 a35cf1a2eb13: Download complete 04:41:28 bca2f99d35d6: Verifying Checksum 04:41:28 bca2f99d35d6: Download complete 04:41:33 bca2f99d35d6: Pull complete 04:41:33 93359f2a8cfa: Pull complete 04:41:33 7c6f9722023f: Pull complete 04:41:43 a35cf1a2eb13: Pull complete 04:41:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:41:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:41:43 ---> a62c8e92a672 04:41:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:41:43 ---> Running in 0eb70990efe2 04:41:43 Removing intermediate container 0eb70990efe2 04:41:43 ---> 50c0038c432d 04:41:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:43 ---> Running in a3a85aa4dd74 04:41:44 Removing intermediate container a3a85aa4dd74 04:41:44 ---> 54b4efcce8a4 04:41:44 Step 5/8 : RUN apk add --no-cache make git 04:41:44 ---> Running in f5ee1f75bbc6 04:41:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:46 OK: 166 MiB in 39 packages 04:41:47 Removing intermediate container f5ee1f75bbc6 04:41:47 ---> a0a1c27aaa6c 04:41:47 Step 6/8 : WORKDIR /device-sdk-go 04:41:47 ---> Running in 51f4928c85d6 04:41:47 Removing intermediate container 51f4928c85d6 04:41:47 ---> 0405fb2fe907 04:41:47 Step 7/8 : COPY . . 04:41:49 ---> 397c8f321aca 04:41:49 Step 8/8 : RUN go mod download 04:41:49 ---> Running in 5f1a4b99464f 04:42:07 Removing intermediate container 5f1a4b99464f 04:42:07 ---> 86e4f23ea01a 04:42:07 Successfully built 86e4f23ea01a 04:42:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:42:07 + docker inspect -f . ci-base-image-x86_64 04:42:07 . [Pipeline] withDockerContainer 04:42:08 prd-centos7-docker-4c-2g-16047 does not seem to be running inside a container 04:42:08 $ 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 ******** ci-base-image-x86_64 cat 04:42:08 $ docker top 8bdf3904e56c04eaccad46346f33b4a2ec0860466e77188ccdbb13e9764d8279 -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:09 + go version 04:42:09 go version go1.15.5 linux/amd64 [Pipeline] } 04:42:09 $ docker stop --time=1 8bdf3904e56c04eaccad46346f33b4a2ec0860466e77188ccdbb13e9764d8279 04:42:10 $ docker rm -f 8bdf3904e56c04eaccad46346f33b4a2ec0860466e77188ccdbb13e9764d8279 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:42:11 + docker inspect -f . ci-base-image-x86_64 04:42:11 . [Pipeline] withDockerContainer 04:42:11 prd-centos7-docker-4c-2g-16047 does not seem to be running inside a container 04:42:11 $ 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 ******** ci-base-image-x86_64 cat 04:42:12 $ docker top 30e3690f6ec6e282c3eba69928dc7ffb7eacf590c67e1f4c0641f5ecedd802ac -eo pid,comm [Pipeline] { [Pipeline] sh 04:42:12 + make test 04:42:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:42:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16048 in /w/workspace/dgexfoundry_device-sdk-go_PR-676 [Pipeline] { [Pipeline] ws 04:42:19 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 04:42:19 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:42:24 using credential edgex-jenkins-ssh 04:42:24 Cloning the remote Git repository 04:42:24 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:42:24 > git init /w/workspace/device-sdk-go/5 # timeout=10 04:42:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:42:24 > git --version # timeout=10 04:42:24 > git --version # 'git version 2.17.1' 04:42:24 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:26 Merging remotes/origin/master commit d0df7b9da6961378affa4a44df784d03e7885d3e into PR head commit 58a3244429e7a477f98db1630e9f7196231c69d5 04:42:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:42:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:42:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:42:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/676/head:refs/remotes/origin/PR-676 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:42:26 Merge succeeded, producing 58a3244429e7a477f98db1630e9f7196231c69d5 04:42:26 Checking out Revision 58a3244429e7a477f98db1630e9f7196231c69d5 (PR-676) 04:42:26 > git config core.sparsecheckout # timeout=10 04:42:26 > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 04:42:26 > git remote # timeout=10 04:42:26 > git config --get remote.origin.url # timeout=10 04:42:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:26 > git merge d0df7b9da6961378affa4a44df784d03e7885d3e # timeout=10 04:42:26 > git rev-parse HEAD^{commit} # timeout=10 04:42:26 > git config core.sparsecheckout # timeout=10 04:42:26 > git checkout -f 58a3244429e7a477f98db1630e9f7196231c69d5 # timeout=10 04:42:31 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:42:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:42:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:42:33 + true 04:42:33 + sudo service docker restart 04:42:34 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:42:34 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:42:34 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:42:34 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.047s coverage: 20.6% of statements 04:42:35 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.473s coverage: 97.1% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:42:36 provisioning config files... 04:42:36 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config5008790320585872930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:42:37 ---> docker-login.sh 04:42:37 nexus3.edgexfoundry.org:10001 04:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:38 Configure a credential helper to remove this warning. See 04:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:38 04:42:38 Login Succeeded 04:42:38 nexus3.edgexfoundry.org:10002 04:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:38 Configure a credential helper to remove this warning. See 04:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:38 04:42:38 Login Succeeded 04:42:38 nexus3.edgexfoundry.org:10003 04:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:39 Configure a credential helper to remove this warning. See 04:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:39 04:42:39 Login Succeeded 04:42:39 nexus3.edgexfoundry.org:10004 04:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:40 Configure a credential helper to remove this warning. See 04:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:40 04:42:40 Login Succeeded 04:42:40 docker.io 04:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:40 Configure a credential helper to remove this warning. See 04:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:40 04:42:40 Login Succeeded 04:42:40 ---> docker-login.sh ends [Pipeline] } 04:42:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:42:41 ========================================================= 04:42:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:42:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:42:42 + 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:42:42 Sending build context to Docker daemon 2.385MB 04:42:42 Step 1/8 : ARG BASE=golang:1.15-alpine 04:42:42 Step 2/8 : FROM ${BASE} 04:42:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:42:42 5f621e34cdf4: Pulling fs layer 04:42:42 a4357932f1b6: Pulling fs layer 04:42:42 18c013af1878: Pulling fs layer 04:42:42 00ac8860ef70: Pulling fs layer 04:42:42 63d7cb157983: Pulling fs layer 04:42:42 b116817d02f9: Pulling fs layer 04:42:42 745a02a5169b: Pulling fs layer 04:42:42 b116817d02f9: Waiting 04:42:42 00ac8860ef70: Waiting 04:42:42 63d7cb157983: Waiting 04:42:42 745a02a5169b: Waiting 04:42:42 18c013af1878: Download complete 04:42:42 a4357932f1b6: Verifying Checksum 04:42:42 a4357932f1b6: Download complete 04:42:42 63d7cb157983: Download complete 04:42:42 b116817d02f9: Verifying Checksum 04:42:42 b116817d02f9: Download complete 04:42:43 5f621e34cdf4: Verifying Checksum 04:42:43 5f621e34cdf4: Download complete 04:42:43 5f621e34cdf4: Pull complete 04:42:44 a4357932f1b6: Pull complete 04:42:44 18c013af1878: Pull complete 04:42:45 745a02a5169b: Download complete 04:42:46 00ac8860ef70: Verifying Checksum 04:42:46 00ac8860ef70: Download complete 04:42:57 00ac8860ef70: Pull complete 04:42:57 63d7cb157983: Pull complete 04:42:57 b116817d02f9: Pull complete 04:43:00 745a02a5169b: Pull complete 04:43:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:43:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:43:00 ---> b7e6874047d6 04:43:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:43:03 ---> Running in 42da695ffae5 04:43:03 Removing intermediate container 42da695ffae5 04:43:03 ---> c030e15622ee 04:43:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:04 ---> Running in 7a235ef32c2b 04:43:06 Removing intermediate container 7a235ef32c2b 04:43:06 ---> 093118f1cbf0 04:43:06 Step 5/8 : RUN apk add --no-cache make git 04:43:06 ---> Running in d7e63308d6a7 04:43:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:43:07 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 9.4% of statements 04:43:07 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.9% of statements 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:43:07 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.231s coverage: 42.5% of statements 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:43:07 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.289s coverage: 68.9% of statements 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 04:43:07 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 53.8% of statements 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 04:43:07 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 04:43:07 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.360s coverage: 68.9% of statements 04:43:07 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.6% of statements 04:43:07 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:43:07 GO111MODULE=on go vet ./... 04:43:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:43:09 OK: 142 MiB in 39 packages 04:43:10 Removing intermediate container d7e63308d6a7 04:43:10 ---> 931d1c5b74a8 04:43:10 Step 6/8 : WORKDIR /device-sdk-go 04:43:10 ---> Running in 0ae8ca2c568a 04:43:11 Removing intermediate container 0ae8ca2c568a 04:43:11 ---> ccb25eb19783 04:43:11 Step 7/8 : COPY . . 04:43:12 ---> cc73910fa70f 04:43:12 Step 8/8 : RUN go mod download 04:43:12 ---> Running in 4c37e7138d63 04:43:14 gofmt -l . 04:43:14 [ "`gofmt -l .`" = "" ] 04:43:14 ./bin/test-attribution-txt.sh 04:43:14 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:43:15 $ docker stop --time=1 30e3690f6ec6e282c3eba69928dc7ffb7eacf590c67e1f4c0641f5ecedd802ac 04:43:16 $ docker rm -f 30e3690f6ec6e282c3eba69928dc7ffb7eacf590c67e1f4c0641f5ecedd802ac [Pipeline] // withDockerContainer [Pipeline] sh 04:43:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:43:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:43:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:43:19 + ls -al . 04:43:19 total 208 04:43:19 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 15 04:43 . 04:43:19 drwxrwxr-x. 4 jenkins jenkins 28 Dec 15 04:41 .. 04:43:19 drwxrwxr-x. 2 jenkins jenkins 64 Dec 15 04:41 bin 04:43:19 -rw-r--r--. 1 jenkins jenkins 128828 Dec 15 04:43 coverage.out 04:43:19 -rw-rw-r--. 1 jenkins jenkins 936 Dec 15 04:41 Dockerfile.build 04:43:19 -rw-rw-r--. 1 jenkins jenkins 140 Dec 15 04:41 .dockerignore 04:43:19 drwxrwxr-x. 4 jenkins jenkins 48 Dec 15 04:41 example 04:43:19 drwxrwxr-x. 8 jenkins jenkins 179 Dec 15 04:41 .git 04:43:19 drwxrwxr-x. 2 jenkins jenkins 103 Dec 15 04:41 .github 04:43:19 -rw-rw-r--. 1 jenkins jenkins 138 Dec 15 04:41 .gitignore 04:43:19 -rw-r--r--. 1 jenkins jenkins 488 Dec 15 04:43 go.mod 04:43:19 -rw-r--r--. 1 jenkins jenkins 13521 Dec 15 04:43 go.sum 04:43:19 drwxrwxr-x. 15 jenkins jenkins 211 Dec 15 04:41 internal 04:43:19 -rw-rw-r--. 1 jenkins jenkins 901 Dec 15 04:41 Jenkinsfile 04:43:19 -rw-rw-r--. 1 jenkins jenkins 11341 Dec 15 04:41 LICENSE 04:43:19 -rw-rw-r--. 1 jenkins jenkins 1013 Dec 15 04:41 Makefile 04:43:19 drwxrwxr-x. 4 jenkins jenkins 26 Dec 15 04:41 openapi 04:43:19 drwxrwxr-x. 5 jenkins jenkins 50 Dec 15 04:41 pkg 04:43:19 -rw-rw-r--. 1 jenkins jenkins 5897 Dec 15 04:41 README.md 04:43:19 -rw-rw-r--. 1 jenkins jenkins 4291 Dec 15 04:41 RELEASE-NOTES.txt 04:43:19 drwxrwxr-x. 4 jenkins jenkins 54 Dec 15 04:41 snap 04:43:19 -rw-rw-r--. 1 jenkins jenkins 5 Dec 15 04:39 VERSION 04:43:19 -rw-rw-r--. 1 jenkins jenkins 222 Dec 15 04:41 version.go [Pipeline] isUnix [Pipeline] sh 04:43: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=58a3244429e7a477f98db1630e9f7196231c69d5 --label arch=amd64 --label version=0.0.0 . 04:43:20 Sending build context to Docker daemon 2.514MB 04:43:20 Step 1/24 : ARG BASE=golang:1.15-alpine 04:43:20 Step 2/24 : FROM ${BASE} AS builder 04:43:20 ---> 86e4f23ea01a 04:43:20 Step 3/24 : ARG MAKE='make build' 04:43:20 ---> Running in 41d133ea698c 04:43:20 Removing intermediate container 41d133ea698c 04:43:20 ---> 3567105a923c 04:43:20 Step 4/24 : WORKDIR /device-sdk-go 04:43:20 ---> Running in bf2a4a7d086b 04:43:20 Removing intermediate container bf2a4a7d086b 04:43:20 ---> d7f56497446f 04:43:20 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:43:20 ---> Running in 4a47516867b0 04:43:21 Removing intermediate container 4a47516867b0 04:43:21 ---> 66a9896e2dd2 04:43:21 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:43:21 ---> Running in 4b8fef57f268 04:43:22 Removing intermediate container 4b8fef57f268 04:43:22 ---> 5b8d2c5946b3 04:43:22 Step 7/24 : RUN apk add --update --no-cache make git 04:43:22 ---> Running in ca93fdf626b6 04:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:24 OK: 166 MiB in 39 packages 04:43:24 Removing intermediate container ca93fdf626b6 04:43:24 ---> 83ac45864e5b 04:43:24 Step 8/24 : COPY . . 04:43:25 ---> 8c9821677d5c 04:43:25 Step 9/24 : RUN ${MAKE} 04:43:25 ---> Running in 019996b74196 04:43: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:43:34 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:43:35 Removing intermediate container 019996b74196 04:43:35 ---> 28d04e426354 04:43:35 Step 10/24 : FROM scratch 04:43:35 ---> 04:43:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:43:36 ---> Running in efb2720e4f0b 04:43:36 Removing intermediate container efb2720e4f0b 04:43:36 ---> f25f58c61431 04:43:36 Step 12/24 : ENV APP_PORT=49990 04:43:36 ---> Running in 1865d58d081b 04:43:36 Removing intermediate container 1865d58d081b 04:43:36 ---> eb08697efe42 04:43:36 Step 13/24 : EXPOSE $APP_PORT 04:43:36 ---> Running in 7dc1ecc22354 04:43:36 Removing intermediate container 7dc1ecc22354 04:43:36 ---> bc219f9d15a5 04:43:36 Step 14/24 : WORKDIR / 04:43:36 ---> Running in 96ce92285390 04:43:36 Removing intermediate container 96ce92285390 04:43:36 ---> 61d30abea939 04:43:36 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:43:37 ---> f62f0b9c6551 04:43:37 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:43:37 ---> e9a1ee86f7e4 04:43:37 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:43:37 ---> ea7538fb7b69 04:43:37 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:43:38 ---> d590bada5f15 04:43:38 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:43:38 ---> 7820586fd65b 04:43:38 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:43:38 ---> Running in 9af1c291b20c 04:43:38 Removing intermediate container 9af1c291b20c 04:43:38 ---> 62edcf3df936 04:43:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:43:38 ---> Running in 9393831e5933 04:43:38 Removing intermediate container 9393831e5933 04:43:38 ---> 53e935cb70cc 04:43:38 Step 22/24 : LABEL arch=amd64 04:43:38 ---> Running in 6a58a6eaa4bf 04:43:39 Removing intermediate container 6a58a6eaa4bf 04:43:39 ---> 986efa8a65d1 04:43:39 Step 23/24 : LABEL git_sha=58a3244429e7a477f98db1630e9f7196231c69d5 04:43:39 ---> Running in 8ef2ccf33bff 04:43:39 Removing intermediate container 8ef2ccf33bff 04:43:39 ---> b7cb8ebead76 04:43:39 Step 24/24 : LABEL version=0.0.0 04:43:39 ---> Running in c407ea5c0577 04:43:39 Removing intermediate container c407ea5c0577 04:43:39 ---> b9875398a7b9 04:43:39 [Warning] One or more build-args [ARCH] were not consumed 04:43:39 Successfully built b9875398a7b9 04:43:39 Successfully tagged docker-device-sdk-simple:latest 04:43:39 Removing intermediate container 4c37e7138d63 04:43:39 ---> 6fd503f400f3 04:43:39 Successfully built 6fd503f400f3 04:43:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] isUnix [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage 04:43:40 + docker inspect -f . ci-base-image-arm64 04:43:40 . [Pipeline] withDockerContainer 04:43:40 prd-ubuntu18.04-docker-arm64-4c-16g-16048 does not seem to be running inside a container 04:43:40 $ 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 ******** ci-base-image-arm64 cat 04:43:42 $ docker top f41a97029a5a09d21aa5132ab2f683619bf1faf4d52b86514c94bf878ae8eb9e -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 04:43:43 + go version 04:43:43 go version go1.15.5 linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } 04:43:43 $ docker stop --time=1 f41a97029a5a09d21aa5132ab2f683619bf1faf4d52b86514c94bf878ae8eb9e 04:43:45 $ docker rm -f f41a97029a5a09d21aa5132ab2f683619bf1faf4d52b86514c94bf878ae8eb9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:43:46 + docker inspect -f . ci-base-image-arm64 04:43:46 . [Pipeline] withDockerContainer 04:43:47 prd-ubuntu18.04-docker-arm64-4c-16g-16048 does not seem to be running inside a container 04:43:47 $ 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 ******** ci-base-image-arm64 cat 04:43:48 $ docker top e0162088cb37d4ec21bb2020e71f942d7b90912d76da40d7e4e902dd5f8fa1e7 -eo pid,comm [Pipeline] { [Pipeline] sh 04:43:49 + make test 04:43:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:44:16 ? github.com/edgexfoundry/device-sdk-go [no test files] 04:44:55 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 04:44:55 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 04:44:55 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 04:44:57 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.151s coverage: 20.6% of statements 04:45:03 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.242s coverage: 97.1% of statements 04:45:30 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.143s coverage: 9.4% of statements 04:45:30 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.167s coverage: 21.9% of statements 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 04:45:30 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.636s coverage: 42.5% of statements 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 04:45:30 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.837s coverage: 68.9% of statements 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 04:45:30 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.213s coverage: 53.8% of statements 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 04:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 04:45:30 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.969s coverage: 68.9% of statements 04:45:30 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.162s coverage: 4.6% of statements 04:45:30 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 04:45:30 GO111MODULE=on go vet ./... 04:46:09 gofmt -l . 04:46:09 [ "`gofmt -l .`" = "" ] 04:46:09 ./bin/test-attribution-txt.sh 04:46:09 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:46:09 $ docker stop --time=1 e0162088cb37d4ec21bb2020e71f942d7b90912d76da40d7e4e902dd5f8fa1e7 04:46:11 $ docker rm -f e0162088cb37d4ec21bb2020e71f942d7b90912d76da40d7e4e902dd5f8fa1e7 [Pipeline] // withDockerContainer [Pipeline] sh 04:46:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:46:13 Warning: overwriting stash ‘coverage-report’ 04:46:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:46:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:46:15 + ls -al . 04:46:15 total 244 04:46:15 drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 04:46 . 04:46:15 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:42 .. 04:46:15 -rw-rw-r-- 1 jenkins jenkins 140 Dec 15 04:42 .dockerignore 04:46:15 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 04:42 .git 04:46:15 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 04:42 .github 04:46:15 -rw-rw-r-- 1 jenkins jenkins 138 Dec 15 04:42 .gitignore 04:46:15 -rw-rw-r-- 1 jenkins jenkins 936 Dec 15 04:42 Dockerfile.build 04:46:15 -rw-rw-r-- 1 jenkins jenkins 901 Dec 15 04:42 Jenkinsfile 04:46:15 -rw-rw-r-- 1 jenkins jenkins 11341 Dec 15 04:42 LICENSE 04:46:15 -rw-rw-r-- 1 jenkins jenkins 1013 Dec 15 04:42 Makefile 04:46:15 -rw-rw-r-- 1 jenkins jenkins 5897 Dec 15 04:42 README.md 04:46:15 -rw-rw-r-- 1 jenkins jenkins 4291 Dec 15 04:42 RELEASE-NOTES.txt 04:46:15 -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 04:39 VERSION 04:46:15 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 04:42 bin 04:46:15 -rw-r--r-- 1 jenkins jenkins 128828 Dec 15 04:45 coverage.out 04:46:15 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:42 example 04:46:15 -rw-r--r-- 1 jenkins jenkins 488 Dec 15 04:46 go.mod 04:46:15 -rw-r--r-- 1 jenkins jenkins 13521 Dec 15 04:46 go.sum 04:46:15 drwxrwxr-x 15 jenkins jenkins 4096 Dec 15 04:42 internal 04:46:15 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:42 openapi 04:46:15 drwxrwxr-x 5 jenkins jenkins 4096 Dec 15 04:42 pkg 04:46:15 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 04:42 snap 04:46:15 -rw-rw-r-- 1 jenkins jenkins 222 Dec 15 04:42 version.go [Pipeline] isUnix [Pipeline] sh 04:46:15 + 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=58a3244429e7a477f98db1630e9f7196231c69d5 --label arch=arm64 --label version=0.0.0 . 04:46:16 Sending build context to Docker daemon 2.515MB 04:46:16 Step 1/24 : ARG BASE=golang:1.15-alpine 04:46:16 Step 2/24 : FROM ${BASE} AS builder 04:46:16 ---> 6fd503f400f3 04:46:16 Step 3/24 : ARG MAKE='make build' 04:46:16 ---> Running in 4405d41ff37e 04:46:16 Removing intermediate container 4405d41ff37e 04:46:16 ---> 9c7f85cceae4 04:46:16 Step 4/24 : WORKDIR /device-sdk-go 04:46:17 ---> Running in eb0343362729 04:46:17 Removing intermediate container eb0343362729 04:46:17 ---> 478d7d0e26cf 04:46:17 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:46:17 ---> Running in 13cfa16bdf5b 04:46:18 Removing intermediate container 13cfa16bdf5b 04:46:18 ---> 22e1934de663 04:46:18 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:18 ---> Running in dac048492bbe 04:46:21 Removing intermediate container dac048492bbe 04:46:21 ---> 997ff9c572e9 04:46:21 Step 7/24 : RUN apk add --update --no-cache make git 04:46:21 ---> Running in e799d503e546 04:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:23 OK: 142 MiB in 39 packages 04:46:25 Removing intermediate container e799d503e546 04:46:25 ---> d4d1e1b10f43 04:46:25 Step 8/24 : COPY . . 04:46:26 ---> 731aa65f740f 04:46:26 Step 9/24 : RUN ${MAKE} 04:46:26 ---> Running in 06af9136c3e0 04:46:27 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:46:54 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 04:46:54 Removing intermediate container 06af9136c3e0 04:46:54 ---> 8d650968d566 04:46:54 Step 10/24 : FROM scratch 04:46:54 ---> 04:46:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:46:54 ---> Running in 19c69f503698 04:46:55 Removing intermediate container 19c69f503698 04:46:55 ---> a9519fcbab63 04:46:55 Step 12/24 : ENV APP_PORT=49990 04:46:55 ---> Running in c252bfa9a008 04:46:55 Removing intermediate container c252bfa9a008 04:46:55 ---> aaffd702d6d8 04:46:55 Step 13/24 : EXPOSE $APP_PORT 04:46:55 ---> Running in 37770d4c206e 04:46:56 Removing intermediate container 37770d4c206e 04:46:56 ---> b3f98fa86457 04:46:56 Step 14/24 : WORKDIR / 04:46:56 ---> Running in eb428b6a40d1 04:46:56 Removing intermediate container eb428b6a40d1 04:46:56 ---> 00e69bdd2a2e 04:46:56 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 04:46:58 ---> 388a7c465e15 04:46:58 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 04:46:58 ---> 5b26b3a73dec 04:46:58 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 04:46:59 ---> 76fde0a72f5a 04:46:59 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 04:47:00 ---> 1e78fb111255 04:47:00 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 04:47:00 ---> 6c53f1c3ebbd 04:47:00 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 04:47:00 ---> Running in 11098ac5aadf 04:47:01 Removing intermediate container 11098ac5aadf 04:47:01 ---> 781b847f9e25 04:47:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:47:01 ---> Running in 53c3a64fb689 04:47:02 Removing intermediate container 53c3a64fb689 04:47:02 ---> e9416938164b 04:47:02 Step 22/24 : LABEL arch=arm64 04:47:02 ---> Running in 92919a63328c 04:47:02 Removing intermediate container 92919a63328c 04:47:02 ---> 262452fde568 04:47:02 Step 23/24 : LABEL git_sha=58a3244429e7a477f98db1630e9f7196231c69d5 04:47:02 ---> Running in 5e19a287671d 04:47:03 Removing intermediate container 5e19a287671d 04:47:03 ---> aeede37a9c0d 04:47:03 Step 24/24 : LABEL version=0.0.0 04:47:03 ---> Running in a3af2871d2d4 04:47:04 Removing intermediate container a3af2871d2d4 04:47:04 ---> 6ee9ed075c1f 04:47:04 [Warning] One or more build-args [ARCH] were not consumed 04:47:04 Successfully built 6ee9ed075c1f 04:47:04 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:47:05 provisioning config files... 04:47:05 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config9116815797811898594tmp [Pipeline] { [Pipeline] sh 04:47:06 + set +x 04:47:06 + curl -s https://codecov.io/bash 04:47:06 + bash -s -- 04:47:06 04:47:06 _____ _ 04:47:06 / ____| | | 04:47:06 | | ___ __| | ___ ___ _____ __ 04:47:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:47:06 | |___| (_) | (_| | __/ (_| (_) \ V / 04:47:06 \_____\___/ \__,_|\___|\___\___/ \_/ 04:47:06 Bash-20201130-cc6d3fe 04:47:06 04:47:06 04:47:06 ==> Jenkins CI detected. 04:47:06 project root: . 04:47:06 --> token set from env 04:47:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:47:06 ==> Running gcov in . (disable via -X gcov) 04:47:06 ==> Python coveragepy not found 04:47:06 ==> Searching for coverage reports in: 04:47:06 + . 04:47:06 -> Found 1 reports 04:47:06 ==> Detecting git/mercurial file structure 04:47:06 ==> Reading reports 04:47:06 + ./coverage.out bytes=128828 04:47:06 ==> Appending adjustments 04:47:06 https://docs.codecov.io/docs/fixing-reports 04:47:06 + Found adjustments 04:47:06 ==> Gzipping contents 04:47:06 24K /tmp/codecov.BTAGhz.gz 04:47:06 ==> Uploading reports 04:47:06 url: https://codecov.io 04:47:06 query: branch=PR-676&commit=58a3244429e7a477f98db1630e9f7196231c69d5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-676%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=676&job=&cmd_args= 04:47:06 -> Pinging Codecov 04:47:06 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-676&commit=58a3244429e7a477f98db1630e9f7196231c69d5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-676%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=676&job=&cmd_args= 04:47:07 -> Uploading to 04:47:07 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/7E55EF52A471D76F132DFD9A03CDDE97/58a3244429e7a477f98db1630e9f7196231c69d5/953dd2b2-d03a-4358-a0bf-64255f0d4506.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T044706Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f59f36c11b5400f769b328f887942077bdbf408c8e2974a6d3d8ed420672b9d6 04:47:07 % Total % Received % Xferd Average Speed Time Time Time Current 04:47:07 Dload Upload Total Spent Left Speed 04:47:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21048 0 0 100 21048 0 39172 --:--:-- --:--:-- --:--:-- 39195 04:47:07 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/58a3244429e7a477f98db1630e9f7196231c69d5 [Pipeline] } 04:47:07 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:47:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:47:10 ---> package-listing.sh 04:47:10 ++ facter osfamily 04:47:10 ++ tr '[:upper:]' '[:lower:]' 04:47:10 + OS_FAMILY=redhat 04:47:10 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-676 04:47:10 + START_PACKAGES=/tmp/packages_start.txt 04:47:10 + END_PACKAGES=/tmp/packages_end.txt 04:47:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:47:10 + PACKAGES=/tmp/packages_start.txt 04:47:10 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-676 ']' 04:47:10 + PACKAGES=/tmp/packages_end.txt 04:47:10 + case "${OS_FAMILY}" in 04:47:10 + rpm -qa 04:47:10 + sort 04:47:16 + '[' -f /tmp/packages_start.txt ']' 04:47:16 + '[' -f /tmp/packages_end.txt ']' 04:47:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:47:16 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-676 ']' 04:47:16 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-676/archives/ 04:47:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-676/archives/ [Pipeline] echo 04:47:16 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-676/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:47:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:47:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:47:16 04:47:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:47:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:47:17 alpine: Pulling from edgex-lftools-log-publisher 04:47:17 df20fa9351a1: Pulling fs layer 04:47:17 36b3adc4ff6f: Pulling fs layer 04:47:17 8ad3a11d3b57: Pulling fs layer 04:47:17 46f8f816bc3b: Pulling fs layer 04:47:17 93b61091891f: Pulling fs layer 04:47:17 93b9cdb0e59b: Pulling fs layer 04:47:17 5e14af77c1be: Pulling fs layer 04:47:17 01666e4c0597: Pulling fs layer 04:47:17 aa168da1d23b: Pulling fs layer 04:47:17 93b9cdb0e59b: Waiting 04:47:17 5e14af77c1be: Waiting 04:47:17 01666e4c0597: Waiting 04:47:17 46f8f816bc3b: Waiting 04:47:17 aa168da1d23b: Waiting 04:47:17 93b61091891f: Waiting 04:47:17 36b3adc4ff6f: Verifying Checksum 04:47:17 36b3adc4ff6f: Download complete 04:47:17 46f8f816bc3b: Verifying Checksum 04:47:17 46f8f816bc3b: Download complete 04:47:17 df20fa9351a1: Download complete 04:47:17 93b9cdb0e59b: Verifying Checksum 04:47:17 93b9cdb0e59b: Download complete 04:47:17 5e14af77c1be: Download complete 04:47:17 93b61091891f: Verifying Checksum 04:47:17 93b61091891f: Download complete 04:47:17 01666e4c0597: Verifying Checksum 04:47:17 01666e4c0597: Download complete 04:47:17 8ad3a11d3b57: Verifying Checksum 04:47:17 8ad3a11d3b57: Download complete 04:47:17 df20fa9351a1: Pull complete 04:47:17 36b3adc4ff6f: Pull complete 04:47:19 aa168da1d23b: Verifying Checksum 04:47:19 aa168da1d23b: Download complete 04:47:19 8ad3a11d3b57: Pull complete 04:47:19 46f8f816bc3b: Pull complete 04:47:20 93b61091891f: Pull complete 04:47:20 93b9cdb0e59b: Pull complete 04:47:20 5e14af77c1be: Pull complete 04:47:20 01666e4c0597: Pull complete 04:47:28 aa168da1d23b: Pull complete 04:47:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:47:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:47:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:47:28 prd-centos7-docker-4c-2g-16040 does not seem to be running inside a container 04:47:28 $ 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-676/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-676 -v /w/workspace/dgexfoundry_device-sdk-go_PR-676:/w/workspace/dgexfoundry_device-sdk-go_PR-676:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:47:32 $ docker top 0445905cb9e83396b0c69c8498deac169ce5628cdee3d14086da461fee38b95f -eo pid,comm [Pipeline] { [Pipeline] sh 04:47:33 + touch /tmp/pre-build-complete [Pipeline] sh 04:47:33 + mkdir -p /var/log/sa [Pipeline] sh 04:47:33 + ls /var/log/sa-host 04:47:33 + sadf -c /var/log/sa-host/sa15 04:47:33 file_magic: OK 04:47:33 HZ: Using current value: 100 04:47:33 file_header: OK 04:47:33 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:47:33 Statistics: 04:47:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:47:33 File successfully converted to sysstat format version 12.2.1 04:47:33 + sadf -c /var/log/sa-host/sa23 04:47:33 file_magic: OK 04:47:33 HZ: Using current value: 100 04:47:33 file_header: OK 04:47:33 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:47:33 Statistics: 04:47:33 Hnuu...uuuununununu... 04:47:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:47:34 provisioning config files... 04:47:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-676@tmp/config6382580091658637855tmp [Pipeline] { [Pipeline] echo 04:47:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:47:34 ---> create-netrc.sh [Pipeline] } 04:47:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:47:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:47:35 ---> python-tools-install.sh [Pipeline] echo 04:47:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:47:35 ---> sudo-logs.sh 04:47:35 Archiving 'sudo' log.. [Pipeline] echo 04:47:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:47:35 ---> job-cost.sh 04:47:35 lf-activate-venv: SKIPPING 04:47:35 INFO: No Stack... 04:47:36 INFO: Retrieving Pricing Info for: v1-standard-2 04:47:37 INFO: Archiving Costs [Pipeline] echo 04:47:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:47:37 ---> logs-deploy.sh 04:47:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-676/5 04:47:37 INFO: archiving workspace using pattern(s): 04:47:39 Archives upload complete. 04:47:39 INFO: archiving logs to Nexus