Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e8ed914a517b2875e2c500d0314f02b896344c33+cf9e8dc7bd919f9915f3ed3b96261970003b233d (0ea741c5380b99b2a43da5b095714c7884b10193) 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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-13510 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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-614 # 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/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cf9e8dc7bd919f9915f3ed3b96261970003b233d into PR head commit e8ed914a517b2875e2c500d0314f02b896344c33 Merge succeeded, producing e8ed914a517b2875e2c500d0314f02b896344c33 Checking out Revision e8ed914a517b2875e2c500d0314f02b896344c33 (PR-614) > git config core.sparsecheckout # timeout=10 > git checkout -f e8ed914a517b2875e2c500d0314f02b896344c33 # 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 cf9e8dc7bd919f9915f3ed3b96261970003b233d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8ed914a517b2875e2c500d0314f02b896344c33 # timeout=10 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:26:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:26:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 616d4922f68f1ef32286bb0e689c851a3f0f63d6 # timeout=10 [Pipeline] echo 07:26:33 ========================================================= 07:26:33 EdgeX Global Pipelines Version Info 07:26:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:26:35 ------------------- 07:26:35 stable info: 07:26:35 ------------------- 07:26:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:26:35 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 07:26:35 Message: update stable to v1.0.167 07:26:36 ------------------- 07:26:36 experimental info: 07:26:36 ------------------- 07:26:36 Commited By: **** collab-it+edgex@linuxfoundation.org 07:26:36 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 07:26:36 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:26:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:26:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:26:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:26:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:26:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8ed914a517b2875e2c500d0314f02b896344c33 [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8ed914 [Pipeline] echo 07:26:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:26:40 provisioning config files... 07:26:40 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config6459020098847751221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:26:40 ---> docker-login.sh 07:26:40 nexus3.edgexfoundry.org:10001 07:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:40 Configure a credential helper to remove this warning. See 07:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:40 07:26:40 Login Succeeded 07:26:40 nexus3.edgexfoundry.org:10002 07:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:41 Configure a credential helper to remove this warning. See 07:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:41 07:26:41 Login Succeeded 07:26:41 nexus3.edgexfoundry.org:10003 07:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:41 Configure a credential helper to remove this warning. See 07:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:41 07:26:41 Login Succeeded 07:26:41 nexus3.edgexfoundry.org:10004 07:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:41 Configure a credential helper to remove this warning. See 07:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:41 07:26:41 Login Succeeded 07:26:41 docker.io 07:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:42 Configure a credential helper to remove this warning. See 07:26:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:42 07:26:42 Login Succeeded 07:26:42 ---> docker-login.sh ends [Pipeline] } 07:26:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:26:42 + git log --format=format:%s -1 e8ed914a517b2875e2c500d0314f02b896344c33 [Pipeline] echo 07:26:43 GIT_COMMIT: e8ed914a517b2875e2c500d0314f02b896344c33, Commit Message: build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 [Pipeline] echo 07:26:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:26:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:43 07:26:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:26:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:44 latest: Pulling from edgex-devops/git-semver 07:26:44 31603596830f: Pulling fs layer 07:26:44 2a8b12db71e7: Pulling fs layer 07:26:44 6ca5941a6612: Pulling fs layer 07:26:44 ecc8261a40a4: Pulling fs layer 07:26:44 ecc8261a40a4: Waiting 07:26:44 2a8b12db71e7: Verifying Checksum 07:26:44 2a8b12db71e7: Download complete 07:26:44 31603596830f: Verifying Checksum 07:26:44 31603596830f: Download complete 07:26:44 ecc8261a40a4: Verifying Checksum 07:26:44 ecc8261a40a4: Download complete 07:26:44 6ca5941a6612: Verifying Checksum 07:26:44 6ca5941a6612: Download complete 07:26:44 31603596830f: Pull complete 07:26:44 2a8b12db71e7: Pull complete 07:26:45 6ca5941a6612: Pull complete 07:26:46 ecc8261a40a4: Pull complete 07:26:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:26:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:26:46 prd-centos7-docker-4c-2g-13510 does not seem to be running inside a container 07:26:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:26:48 $ docker top cf004cb12dbe083fc162c9d18eb151a5775449c2f722dfdd56916fcbce739087 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:26:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:48 [ssh-agent] Looking for ssh-agent implementation... 07:26:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:49 $ docker exec cf004cb12dbe083fc162c9d18eb151a5775449c2f722dfdd56916fcbce739087 ssh-agent 07:26:49 SSH_AUTH_SOCK=/tmp/ssh-QuoEnOr49aoX/agent.11 07:26:49 SSH_AGENT_PID=16 07:26:49 Running ssh-add (command line suppressed) 07:26:49 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_6729990443564709080.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_6729990443564709080.key) 07:26:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:49 + git tag --points-at HEAD [Pipeline] } 07:26:49 $ docker exec --env ******** --env ******** cf004cb12dbe083fc162c9d18eb151a5775449c2f722dfdd56916fcbce739087 ssh-agent -k 07:26:49 unset SSH_AUTH_SOCK; 07:26:49 unset SSH_AGENT_PID; 07:26:49 echo Agent pid 16 killed; 07:26:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:26:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:50 [ssh-agent] Looking for ssh-agent implementation... 07:26:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:50 $ docker exec cf004cb12dbe083fc162c9d18eb151a5775449c2f722dfdd56916fcbce739087 ssh-agent 07:26:50 SSH_AUTH_SOCK=/tmp/ssh-DGpA002po8IX/agent.45 07:26:50 SSH_AGENT_PID=50 07:26:50 Running ssh-add (command line suppressed) 07:26:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5024887067915471422.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5024887067915471422.key) 07:26:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:50 + git semver init 07:26:50 # -> Open(): unable to determine branch for HEAD 07:26:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git 07:26:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 07:26:50 # $SEMVER_REMOTE_NAME = origin 07:26:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:26:50 # $SEMVER_USER_NAME = edgex-jenkins 07:26:50 # $SEMVER_BRANCH = PR-614 07:26:50 # $SEMVER_TEMP = /tmp/semver-684586080 07:26:50 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:26:51 # '/tmp/semver-684586080' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' 07:26:51 # -> Force: false 07:26:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } 07:26:51 $ docker exec --env ******** --env ******** cf004cb12dbe083fc162c9d18eb151a5775449c2f722dfdd56916fcbce739087 ssh-agent -k 07:26:51 unset SSH_AUTH_SOCK; 07:26:51 unset SSH_AGENT_PID; 07:26:51 echo Agent pid 50 killed; 07:26:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:26:52 + git semver [Pipeline] } 07:26:52 $ docker stop --time=1 cf004cb12dbe083fc162c9d18eb151a5775449c2f722dfdd56916fcbce739087 07:26:53 $ docker rm -f cf004cb12dbe083fc162c9d18eb151a5775449c2f722dfdd56916fcbce739087 [Pipeline] // withDockerContainer [Pipeline] sh 07:26:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:26:54 Stashed 1 file(s) [Pipeline] echo 07:26:54 [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 07:27:10 Still waiting to schedule task 07:27:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:27:10 Still waiting to schedule task 07:27:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:28:47 Running on prd-centos7-docker-4c-2g-13516 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 07:28:47 Running in /w/workspace/device-sdk-go/21 [Pipeline] { [Pipeline] checkout 07:28:49 using credential edgex-jenkins-ssh 07:28:49 Cloning the remote Git repository 07:28:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:28:49 > git init /w/workspace/device-sdk-go/21 # timeout=10 07:28:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:28:49 > git --version # timeout=10 07:28:49 > git --version # 'git version 2.24.3' 07:28:49 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:28:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:28:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:28:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:28:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:28:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:28:50 Merging remotes/origin/master commit cf9e8dc7bd919f9915f3ed3b96261970003b233d into PR head commit e8ed914a517b2875e2c500d0314f02b896344c33 07:28:50 Merge succeeded, producing e8ed914a517b2875e2c500d0314f02b896344c33 07:28:50 Checking out Revision e8ed914a517b2875e2c500d0314f02b896344c33 (PR-614) 07:28:50 > git config core.sparsecheckout # timeout=10 07:28:50 > git checkout -f e8ed914a517b2875e2c500d0314f02b896344c33 # timeout=10 07:28:50 > git remote # timeout=10 07:28:50 > git config --get remote.origin.url # timeout=10 07:28:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:50 > git merge cf9e8dc7bd919f9915f3ed3b96261970003b233d # timeout=10 07:28:50 > git rev-parse HEAD^{commit} # timeout=10 07:28:50 > git config core.sparsecheckout # timeout=10 07:28:50 > git checkout -f e8ed914a517b2875e2c500d0314f02b896344c33 # timeout=10 07:28:54 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:28:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:28:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:28:56 + sudo service docker restart 07:28:56 + true 07:28:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:28:57 provisioning config files... 07:28:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/21@tmp/config8857035618844128360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:28:57 ---> docker-login.sh 07:28:57 nexus3.edgexfoundry.org:10001 07:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:58 Configure a credential helper to remove this warning. See 07:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:58 07:28:58 Login Succeeded 07:28:58 nexus3.edgexfoundry.org:10002 07:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:58 Configure a credential helper to remove this warning. See 07:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:58 07:28:58 Login Succeeded 07:28:58 nexus3.edgexfoundry.org:10003 07:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:58 Configure a credential helper to remove this warning. See 07:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:58 07:28:58 Login Succeeded 07:28:58 nexus3.edgexfoundry.org:10004 07:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:58 Configure a credential helper to remove this warning. See 07:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:58 07:28:58 Login Succeeded 07:28:58 docker.io 07:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:59 Configure a credential helper to remove this warning. See 07:28:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:59 07:28:59 Login Succeeded 07:28:59 ---> docker-login.sh ends [Pipeline] } 07:28:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:28:59 ========================================================= 07:28:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:28:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:28:59 + 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 . 07:28:59 Sending build context to Docker daemon 2.356MB 07:28:59 Step 1/8 : ARG BASE=golang:1.15-alpine 07:28:59 Step 2/8 : FROM ${BASE} 07:29:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:29:00 df20fa9351a1: Pulling fs layer 07:29:00 ed8968b2872e: Pulling fs layer 07:29:00 a92cc7c5fd73: Pulling fs layer 07:29:00 e871e8e8d7a9: Pulling fs layer 07:29:00 e73272ec9a57: Pulling fs layer 07:29:00 1e910a182e73: Pulling fs layer 07:29:00 4e634b169226: Pulling fs layer 07:29:00 e871e8e8d7a9: Waiting 07:29:00 e73272ec9a57: Waiting 07:29:00 4e634b169226: Waiting 07:29:00 1e910a182e73: Waiting 07:29:00 a92cc7c5fd73: Verifying Checksum 07:29:00 a92cc7c5fd73: Download complete 07:29:00 ed8968b2872e: Download complete 07:29:01 e73272ec9a57: Verifying Checksum 07:29:01 e73272ec9a57: Download complete 07:29:01 df20fa9351a1: Verifying Checksum 07:29:01 1e910a182e73: Verifying Checksum 07:29:01 1e910a182e73: Download complete 07:29:01 df20fa9351a1: Pull complete 07:29:01 ed8968b2872e: Pull complete 07:29:01 a92cc7c5fd73: Pull complete 07:29:02 4e634b169226: Verifying Checksum 07:29:02 4e634b169226: Download complete 07:29:03 e871e8e8d7a9: Verifying Checksum 07:29:03 e871e8e8d7a9: Download complete 07:29:08 e871e8e8d7a9: Pull complete 07:29:08 e73272ec9a57: Pull complete 07:29:08 1e910a182e73: Pull complete 07:29:13 4e634b169226: Pull complete 07:29:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:29:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:29:13 ---> f7629b54cfaa 07:29:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:29:13 ---> Running in 06f729116a56 07:29:13 Removing intermediate container 06f729116a56 07:29:13 ---> 5a566b903667 07:29:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:13 ---> Running in d336d0d4958b 07:29:14 Removing intermediate container d336d0d4958b 07:29:14 ---> 6fb0b20a6a24 07:29:14 Step 5/8 : RUN apk add --no-cache make git 07:29:14 ---> Running in ffad7ecc145c 07:29:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:17 OK: 166 MiB in 39 packages 07:29:17 Removing intermediate container ffad7ecc145c 07:29:17 ---> 995132fcd6f3 07:29:17 Step 6/8 : WORKDIR /device-sdk-go 07:29:17 ---> Running in b0412d825942 07:29:17 Removing intermediate container b0412d825942 07:29:17 ---> d9d629060fc9 07:29:17 Step 7/8 : COPY . . 07:29:18 ---> 1cefb5d29fe6 07:29:18 Step 8/8 : RUN go mod download 07:29:18 ---> Running in 0ffdf1eafc52 07:29:40 Removing intermediate container 0ffdf1eafc52 07:29:40 ---> c5af0fe1d75c 07:29:40 Successfully built c5af0fe1d75c 07:29:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:29:40 + docker inspect -f . ci-base-image-x86_64 07:29:40 . [Pipeline] withDockerContainer 07:29:41 prd-centos7-docker-4c-2g-13516 does not seem to be running inside a container 07:29:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 07:29:41 $ docker top f9f8e97fa19921db5205cb7859ce457c585464fc6434e642ffe4381da8cb3b88 -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:42 + go version 07:29:42 go version go1.15.2 linux/amd64 [Pipeline] } 07:29:42 $ docker stop --time=1 f9f8e97fa19921db5205cb7859ce457c585464fc6434e642ffe4381da8cb3b88 07:29:43 $ docker rm -f f9f8e97fa19921db5205cb7859ce457c585464fc6434e642ffe4381da8cb3b88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:44 + docker inspect -f . ci-base-image-x86_64 07:29:44 . [Pipeline] withDockerContainer 07:29:44 prd-centos7-docker-4c-2g-13516 does not seem to be running inside a container 07:29:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 07:29:45 $ docker top 4e6ca8b5df9b05590c255642a29b82a15fe2d19443b1db5d146c0774ea45e71d -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:45 + make test 07:29:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:29:52 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:30:07 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:30:07 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:30:07 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:30:07 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.063s coverage: 20.6% of statements 07:30:10 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.445s coverage: 97.1% of statements 07:30:42 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.098s coverage: 9.4% of statements 07:30:42 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.051s coverage: 21.9% of statements 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:30:42 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.229s coverage: 42.5% of statements 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:30:42 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.273s coverage: 68.9% of statements 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:30:42 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.060s coverage: 52.6% of statements 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:30:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:30:42 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.375s coverage: 68.9% of statements 07:30:42 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.053s coverage: 4.7% of statements 07:30:42 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:30:42 GO111MODULE=on go vet ./... 07:30:48 gofmt -l . 07:30:48 [ "`gofmt -l .`" = "" ] 07:30:48 ./bin/test-attribution-txt.sh 07:30:48 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:30:49 $ docker stop --time=1 4e6ca8b5df9b05590c255642a29b82a15fe2d19443b1db5d146c0774ea45e71d 07:30:51 $ docker rm -f 4e6ca8b5df9b05590c255642a29b82a15fe2d19443b1db5d146c0774ea45e71d [Pipeline] // withDockerContainer [Pipeline] sh 07:30:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:30:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:30:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:30:53 + ls -al . 07:30:53 total 208 07:30:53 drwxrwxr-x. 10 jenkins jenkins 4096 Nov 26 07:30 . 07:30:53 drwxrwxr-x. 4 jenkins jenkins 30 Nov 26 07:28 .. 07:30:53 drwxrwxr-x. 2 jenkins jenkins 64 Nov 26 07:28 bin 07:30:53 -rw-r--r--. 1 jenkins jenkins 127610 Nov 26 07:30 coverage.out 07:30:53 -rw-rw-r--. 1 jenkins jenkins 936 Nov 26 07:28 Dockerfile.build 07:30:53 -rw-rw-r--. 1 jenkins jenkins 140 Nov 26 07:28 .dockerignore 07:30:53 drwxrwxr-x. 4 jenkins jenkins 48 Nov 26 07:28 example 07:30:53 drwxrwxr-x. 8 jenkins jenkins 179 Nov 26 07:28 .git 07:30:53 drwxrwxr-x. 2 jenkins jenkins 60 Nov 26 07:28 .github 07:30:53 -rw-rw-r--. 1 jenkins jenkins 138 Nov 26 07:28 .gitignore 07:30:53 -rw-r--r--. 1 jenkins jenkins 518 Nov 26 07:30 go.mod 07:30:53 -rw-r--r--. 1 jenkins jenkins 13630 Nov 26 07:30 go.sum 07:30:53 drwxrwxr-x. 15 jenkins jenkins 211 Nov 26 07:28 internal 07:30:53 -rw-rw-r--. 1 jenkins jenkins 901 Nov 26 07:28 Jenkinsfile 07:30:53 -rw-rw-r--. 1 jenkins jenkins 11341 Nov 26 07:28 LICENSE 07:30:53 -rw-rw-r--. 1 jenkins jenkins 1013 Nov 26 07:28 Makefile 07:30:53 drwxrwxr-x. 4 jenkins jenkins 26 Nov 26 07:28 openapi 07:30:53 drwxrwxr-x. 5 jenkins jenkins 50 Nov 26 07:28 pkg 07:30:53 -rw-rw-r--. 1 jenkins jenkins 5897 Nov 26 07:28 README.md 07:30:53 -rw-rw-r--. 1 jenkins jenkins 4291 Nov 26 07:28 RELEASE-NOTES.txt 07:30:53 drwxrwxr-x. 4 jenkins jenkins 54 Nov 26 07:28 snap 07:30:53 -rw-rw-r--. 1 jenkins jenkins 5 Nov 26 07:26 VERSION 07:30:53 -rw-rw-r--. 1 jenkins jenkins 222 Nov 26 07:28 version.go [Pipeline] isUnix [Pipeline] sh 07:30:54 + 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=e8ed914a517b2875e2c500d0314f02b896344c33 --label arch=amd64 --label version=0.0.0 . 07:30:54 Sending build context to Docker daemon 2.484MB 07:30:54 Step 1/24 : ARG BASE=golang:1.15-alpine 07:30:54 Step 2/24 : FROM ${BASE} AS builder 07:30:54 ---> c5af0fe1d75c 07:30:54 Step 3/24 : ARG MAKE='make build' 07:30:54 ---> Running in ae0c3dc90d30 07:30:54 Removing intermediate container ae0c3dc90d30 07:30:54 ---> b3286b4cae97 07:30:54 Step 4/24 : WORKDIR /device-sdk-go 07:30:55 ---> Running in 1dba14f83ee1 07:30:55 Removing intermediate container 1dba14f83ee1 07:30:55 ---> 11750c759d68 07:30:55 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:30:55 ---> Running in ba9df250ddb5 07:30:55 Removing intermediate container ba9df250ddb5 07:30:55 ---> 159c37613711 07:30:55 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:55 ---> Running in 06834aede0c2 07:30:56 Removing intermediate container 06834aede0c2 07:30:56 ---> d0f8406b6356 07:30:56 Step 7/24 : RUN apk add --update --no-cache make git 07:30:56 ---> Running in 731fd41f0a1b 07:30:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:58 OK: 166 MiB in 39 packages 07:30:58 Removing intermediate container 731fd41f0a1b 07:30:58 ---> d2557b77e894 07:30:58 Step 8/24 : COPY . . 07:30:59 ---> 7b90501fce8a 07:30:59 Step 9/24 : RUN ${MAKE} 07:30:59 ---> Running in 71a21b7802e9 07:31:00 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 07:31:07 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:31:10 Removing intermediate container 71a21b7802e9 07:31:10 ---> cf7325a6a4ea 07:31:10 Step 10/24 : FROM scratch 07:31:10 ---> 07:31:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:31:10 ---> Running in 54915c2f889e 07:31:10 Removing intermediate container 54915c2f889e 07:31:10 ---> 3b9b201398ed 07:31:10 Step 12/24 : ENV APP_PORT=49990 07:31:10 ---> Running in 593c9d95ca71 07:31:10 Removing intermediate container 593c9d95ca71 07:31:10 ---> 90fef5ad62da 07:31:10 Step 13/24 : EXPOSE $APP_PORT 07:31:11 ---> Running in 83d268704e91 07:31:11 Removing intermediate container 83d268704e91 07:31:11 ---> 12372481757d 07:31:11 Step 14/24 : WORKDIR / 07:31:11 ---> Running in 6d0b4d99196c 07:31:11 Removing intermediate container 6d0b4d99196c 07:31:11 ---> 8a786d27ec0d 07:31:11 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:31:11 ---> 18834f541cfc 07:31:11 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:31:11 ---> 8c0ec2639d0d 07:31:11 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:31:12 ---> fbc7ca2bd7bc 07:31:12 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:31:12 ---> 7eb2eca52628 07:31:12 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:31:12 ---> 64ea04c19d75 07:31:12 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:31:12 ---> Running in a076fc269ae1 07:31:13 Removing intermediate container a076fc269ae1 07:31:13 ---> 8e5d26d192c7 07:31:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:13 ---> Running in c567bebcad1c 07:31:13 Removing intermediate container c567bebcad1c 07:31:13 ---> 28d767f34de9 07:31:13 Step 22/24 : LABEL arch=amd64 07:31:13 ---> Running in 6fc95e525dd4 07:31:13 Removing intermediate container 6fc95e525dd4 07:31:13 ---> 8b9bf3d5e4ab 07:31:13 Step 23/24 : LABEL git_sha=e8ed914a517b2875e2c500d0314f02b896344c33 07:31:13 ---> Running in 0eaa256b47ae 07:31:13 Removing intermediate container 0eaa256b47ae 07:31:13 ---> a712ffb1c30d 07:31:13 Step 24/24 : LABEL version=0.0.0 07:31:13 ---> Running in 63525671be10 07:31:13 Removing intermediate container 63525671be10 07:31:13 ---> d9ced67cca6c 07:31:13 [Warning] One or more build-args [ARCH] were not consumed 07:31:13 Successfully built d9ced67cca6c 07:31:13 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 07:31:14 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13519 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] } [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] ws 07:31:15 Running in /w/workspace/device-sdk-go/21 [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] checkout 07:31:19 using credential edgex-jenkins-ssh 07:31:19 Cloning the remote Git repository 07:31:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:31:20 > git init /w/workspace/device-sdk-go/21 # timeout=10 07:31:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:31:20 > git --version # timeout=10 07:31:20 > git --version # 'git version 2.17.1' 07:31:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:31:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:31:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:31:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:31:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:31:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:31:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:31:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:31:21 Merging remotes/origin/master commit cf9e8dc7bd919f9915f3ed3b96261970003b233d into PR head commit e8ed914a517b2875e2c500d0314f02b896344c33 07:31:22 Merge succeeded, producing e8ed914a517b2875e2c500d0314f02b896344c33 07:31:22 Checking out Revision e8ed914a517b2875e2c500d0314f02b896344c33 (PR-614) 07:31:21 > git config core.sparsecheckout # timeout=10 07:31:21 > git checkout -f e8ed914a517b2875e2c500d0314f02b896344c33 # timeout=10 07:31:22 > git remote # timeout=10 07:31:22 > git config --get remote.origin.url # timeout=10 07:31:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:31:22 > git merge cf9e8dc7bd919f9915f3ed3b96261970003b233d # timeout=10 07:31:22 > git rev-parse HEAD^{commit} # timeout=10 07:31:22 > git config core.sparsecheckout # timeout=10 07:31:22 > git checkout -f e8ed914a517b2875e2c500d0314f02b896344c33 # timeout=10 07:31:26 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:31:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:31:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:31:29 + true 07:31:29 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:31:31 provisioning config files... 07:31:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/21@tmp/config831867399707813724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:31:31 ---> docker-login.sh 07:31:31 nexus3.edgexfoundry.org:10001 07:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:32 Configure a credential helper to remove this warning. See 07:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:32 07:31:32 Login Succeeded 07:31:32 nexus3.edgexfoundry.org:10002 07:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:33 Configure a credential helper to remove this warning. See 07:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:33 07:31:33 Login Succeeded 07:31:33 nexus3.edgexfoundry.org:10003 07:31:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:33 Configure a credential helper to remove this warning. See 07:31:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:33 07:31:33 Login Succeeded 07:31:33 nexus3.edgexfoundry.org:10004 07:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:34 Configure a credential helper to remove this warning. See 07:31:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:34 07:31:34 Login Succeeded 07:31:34 docker.io 07:31:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:35 Configure a credential helper to remove this warning. See 07:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:35 07:31:35 Login Succeeded 07:31:35 ---> docker-login.sh ends [Pipeline] } 07:31:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:31:35 ========================================================= 07:31:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:31:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:31:36 + 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 . 07:31:36 Sending build context to Docker daemon 2.349MB 07:31:36 Step 1/8 : ARG BASE=golang:1.15-alpine 07:31:36 Step 2/8 : FROM ${BASE} 07:31:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:31:36 b538f80385f9: Pulling fs layer 07:31:36 74f711af9a0d: Pulling fs layer 07:31:36 99f96fe45779: Pulling fs layer 07:31:36 8529a6b9a6be: Pulling fs layer 07:31:36 45590311c82a: Pulling fs layer 07:31:36 69ca0ff8b7b3: Pulling fs layer 07:31:36 209524e5b208: Pulling fs layer 07:31:36 8529a6b9a6be: Waiting 07:31:36 45590311c82a: Waiting 07:31:36 69ca0ff8b7b3: Waiting 07:31:36 209524e5b208: Waiting 07:31:36 99f96fe45779: Verifying Checksum 07:31:36 99f96fe45779: Download complete 07:31:36 74f711af9a0d: Verifying Checksum 07:31:36 74f711af9a0d: Download complete 07:31:36 45590311c82a: Verifying Checksum 07:31:36 45590311c82a: Download complete 07:31:37 69ca0ff8b7b3: Verifying Checksum 07:31:37 69ca0ff8b7b3: Download complete 07:31:37 b538f80385f9: Download complete 07:31:37 b538f80385f9: Pull complete 07:31:38 74f711af9a0d: Pull complete 07:31:38 99f96fe45779: Pull complete 07:31:39 209524e5b208: Verifying Checksum 07:31:39 209524e5b208: Download complete 07:31:41 8529a6b9a6be: Verifying Checksum 07:31:41 8529a6b9a6be: Download complete 07:31:51 8529a6b9a6be: Pull complete 07:31:51 45590311c82a: Pull complete 07:31:51 69ca0ff8b7b3: Pull complete 07:31:56 209524e5b208: Pull complete 07:31:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:31:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:31:56 ---> 5bddaf1c2fca 07:31:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:31:58 ---> Running in 120ee144185f 07:31:58 Removing intermediate container 120ee144185f 07:31:58 ---> fa08923a612d 07:31:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:59 ---> Running in 2cf317abc33a 07:32:00 Removing intermediate container 2cf317abc33a 07:32:00 ---> 29d12820986e 07:32:00 Step 5/8 : RUN apk add --no-cache make git 07:32:00 ---> Running in 80ea5041d18b 07:32:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:03 OK: 142 MiB in 39 packages 07:32:04 Removing intermediate container 80ea5041d18b 07:32:04 ---> 8d451c0952a2 07:32:04 Step 6/8 : WORKDIR /device-sdk-go 07:32:04 ---> Running in 6af0ba06a7c1 07:32:05 Removing intermediate container 6af0ba06a7c1 07:32:05 ---> c367f7664102 07:32:05 Step 7/8 : COPY . . 07:32:07 ---> 8700a8b062f7 07:32:07 Step 8/8 : RUN go mod download 07:32:07 ---> Running in eca4325e086a 07:32:40 Removing intermediate container eca4325e086a 07:32:40 ---> cdbde2ff24fd 07:32:40 Successfully built cdbde2ff24fd 07:32:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:32:40 + docker inspect -f . ci-base-image-arm64 07:32:40 . [Pipeline] withDockerContainer 07:32:40 prd-ubuntu18.04-docker-arm64-4c-16g-13519 does not seem to be running inside a container 07:32:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 07:32:42 $ docker top 22a1defcaec03e59061be39b88b19b51b593a7737d61e7997c42f0308138517b -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:43 + go version 07:32:43 go version go1.15.2 linux/arm64 [Pipeline] } 07:32:43 $ docker stop --time=1 22a1defcaec03e59061be39b88b19b51b593a7737d61e7997c42f0308138517b 07:32:45 $ docker rm -f 22a1defcaec03e59061be39b88b19b51b593a7737d61e7997c42f0308138517b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:32:46 + docker inspect -f . ci-base-image-arm64 07:32:46 . [Pipeline] withDockerContainer 07:32:46 prd-ubuntu18.04-docker-arm64-4c-16g-13519 does not seem to be running inside a container 07:32:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/21 -v /w/workspace/device-sdk-go/21:/w/workspace/device-sdk-go/21:rw,z -v /w/workspace/device-sdk-go/21@tmp:/w/workspace/device-sdk-go/21@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 07:32:48 $ docker top 79ebad9dec21b2985bc68faa99e0a936e22c93bc2945fe12676f956efe77e543 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:49 + make test 07:32:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:33:11 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:33:50 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:33:50 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:33:50 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:33:50 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.118s coverage: 20.6% of statements 07:33:54 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.176s coverage: 97.1% of statements 07:34:27 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.120s coverage: 9.4% of statements 07:34:27 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.133s coverage: 21.9% of statements 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:34:27 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.553s coverage: 42.5% of statements 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:34:27 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.794s coverage: 68.9% of statements 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:34:27 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.190s coverage: 52.6% of statements 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:34:27 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:34:27 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.742s coverage: 68.9% of statements 07:34:27 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.130s coverage: 4.7% of statements 07:34:27 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:34:27 GO111MODULE=on go vet ./... 07:34:54 gofmt -l . 07:34:54 [ "`gofmt -l .`" = "" ] 07:34:54 ./bin/test-attribution-txt.sh 07:34:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:34:54 $ docker stop --time=1 79ebad9dec21b2985bc68faa99e0a936e22c93bc2945fe12676f956efe77e543 07:34:56 $ docker rm -f 79ebad9dec21b2985bc68faa99e0a936e22c93bc2945fe12676f956efe77e543 [Pipeline] // withDockerContainer [Pipeline] sh 07:34:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:34:57 Warning: overwriting stash ‘coverage-report’ 07:34:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:34:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:34:59 + ls -al . 07:34:59 total 244 07:34:59 drwxrwxr-x 10 jenkins jenkins 4096 Nov 26 07:34 . 07:34:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:31 .. 07:34:59 -rw-rw-r-- 1 jenkins jenkins 140 Nov 26 07:31 .dockerignore 07:34:59 drwxrwxr-x 8 jenkins jenkins 4096 Nov 26 07:31 .git 07:34:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 07:31 .github 07:34:59 -rw-rw-r-- 1 jenkins jenkins 138 Nov 26 07:31 .gitignore 07:34:59 -rw-rw-r-- 1 jenkins jenkins 936 Nov 26 07:31 Dockerfile.build 07:34:59 -rw-rw-r-- 1 jenkins jenkins 901 Nov 26 07:31 Jenkinsfile 07:34:59 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 26 07:31 LICENSE 07:34:59 -rw-rw-r-- 1 jenkins jenkins 1013 Nov 26 07:31 Makefile 07:34:59 -rw-rw-r-- 1 jenkins jenkins 5897 Nov 26 07:31 README.md 07:34:59 -rw-rw-r-- 1 jenkins jenkins 4291 Nov 26 07:31 RELEASE-NOTES.txt 07:34:59 -rw-rw-r-- 1 jenkins jenkins 5 Nov 26 07:26 VERSION 07:34:59 drwxrwxr-x 2 jenkins jenkins 4096 Nov 26 07:31 bin 07:34:59 -rw-r--r-- 1 jenkins jenkins 127610 Nov 26 07:34 coverage.out 07:34:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:31 example 07:34:59 -rw-r--r-- 1 jenkins jenkins 518 Nov 26 07:34 go.mod 07:34:59 -rw-r--r-- 1 jenkins jenkins 13630 Nov 26 07:34 go.sum 07:34:59 drwxrwxr-x 15 jenkins jenkins 4096 Nov 26 07:31 internal 07:34:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:31 openapi 07:34:59 drwxrwxr-x 5 jenkins jenkins 4096 Nov 26 07:31 pkg 07:34:59 drwxrwxr-x 4 jenkins jenkins 4096 Nov 26 07:31 snap 07:34:59 -rw-rw-r-- 1 jenkins jenkins 222 Nov 26 07:31 version.go [Pipeline] isUnix [Pipeline] sh 07:35:00 + 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=e8ed914a517b2875e2c500d0314f02b896344c33 --label arch=arm64 --label version=0.0.0 . 07:35:00 Sending build context to Docker daemon 2.478MB 07:35:00 Step 1/24 : ARG BASE=golang:1.15-alpine 07:35:00 Step 2/24 : FROM ${BASE} AS builder 07:35:00 ---> cdbde2ff24fd 07:35:00 Step 3/24 : ARG MAKE='make build' 07:35:01 ---> Running in 9e991e3c23f3 07:35:01 Removing intermediate container 9e991e3c23f3 07:35:01 ---> 58c4a7974b15 07:35:01 Step 4/24 : WORKDIR /device-sdk-go 07:35:01 ---> Running in 315e45d452ef 07:35:01 Removing intermediate container 315e45d452ef 07:35:01 ---> 042005d9a243 07:35:01 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:35:02 ---> Running in 5c6b3d1ebfc7 07:35:02 Removing intermediate container 5c6b3d1ebfc7 07:35:02 ---> ee823179c15d 07:35:02 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:02 ---> Running in 690f4c64023e 07:35:04 Removing intermediate container 690f4c64023e 07:35:04 ---> c4446a851588 07:35:04 Step 7/24 : RUN apk add --update --no-cache make git 07:35:04 ---> Running in 5542ca90e3a0 07:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:35:07 OK: 142 MiB in 39 packages 07:35:08 Removing intermediate container 5542ca90e3a0 07:35:08 ---> ca442d9813b6 07:35:08 Step 8/24 : COPY . . 07:35:09 ---> f2136383aa0b 07:35:09 Step 9/24 : RUN ${MAKE} 07:35:09 ---> Running in e0143041f4b9 07:35:11 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 07:35:38 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:35:38 Removing intermediate container e0143041f4b9 07:35:38 ---> f72efdb22a0e 07:35:38 Step 10/24 : FROM scratch 07:35:38 ---> 07:35:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:35:38 ---> Running in 72fe0cb261d7 07:35:38 Removing intermediate container 72fe0cb261d7 07:35:38 ---> f09c7304005a 07:35:38 Step 12/24 : ENV APP_PORT=49990 07:35:38 ---> Running in 0e441b34011e 07:35:39 Removing intermediate container 0e441b34011e 07:35:39 ---> 3341d3c373e7 07:35:39 Step 13/24 : EXPOSE $APP_PORT 07:35:39 ---> Running in 9c2855943061 07:35:39 Removing intermediate container 9c2855943061 07:35:39 ---> 3e1fd7fd2640 07:35:39 Step 14/24 : WORKDIR / 07:35:39 ---> Running in de3427848be2 07:35:40 Removing intermediate container de3427848be2 07:35:40 ---> 21d006fbb4a8 07:35:40 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:35:41 ---> 42810233e57b 07:35:41 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:35:42 ---> 6d96e58ee31a 07:35:42 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:35:42 ---> 7b2b70eb6a22 07:35:42 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:35:43 ---> 39dd150eefa5 07:35:43 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:35:44 ---> e99fc5f8f794 07:35:44 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:35:44 ---> Running in 7a3affe8598e 07:35:44 Removing intermediate container 7a3affe8598e 07:35:44 ---> 9c9ff10a8212 07:35:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:35:44 ---> Running in d536a5824bfe 07:35:45 Removing intermediate container d536a5824bfe 07:35:45 ---> ab28277fe1c1 07:35:45 Step 22/24 : LABEL arch=arm64 07:35:45 ---> Running in cacfb2766ef8 07:35:46 Removing intermediate container cacfb2766ef8 07:35:46 ---> eaf5bed80a2c 07:35:46 Step 23/24 : LABEL git_sha=e8ed914a517b2875e2c500d0314f02b896344c33 07:35:46 ---> Running in 47243c38821a 07:35:46 Removing intermediate container 47243c38821a 07:35:46 ---> e7afaa280854 07:35:46 Step 24/24 : LABEL version=0.0.0 07:35:46 ---> Running in 9ba6dbf7829c 07:35:47 Removing intermediate container 9ba6dbf7829c 07:35:47 ---> 35ac265a844f 07:35:47 [Warning] One or more build-args [ARCH] were not consumed 07:35:47 Successfully built 35ac265a844f 07:35:47 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 07:35:49 provisioning config files... 07:35:49 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config5496209130344157606tmp [Pipeline] { [Pipeline] sh 07:35:49 + set +x 07:35:49 + curl -s https://codecov.io/bash 07:35:49 + bash -s -- 07:35:49 07:35:49 _____ _ 07:35:49 / ____| | | 07:35:49 | | ___ __| | ___ ___ _____ __ 07:35:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:35:49 | |___| (_) | (_| | __/ (_| (_) \ V / 07:35:49 \_____\___/ \__,_|\___|\___\___/ \_/ 07:35:49 Bash-20201124-79cbc08 07:35:49 07:35:49 07:35:49 ==> Jenkins CI detected. 07:35:49 project root: . 07:35:49 --> token set from env 07:35:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:35:49 ==> Running gcov in . (disable via -X gcov) 07:35:49 ==> Python coveragepy not found 07:35:49 ==> Searching for coverage reports in: 07:35:49 + . 07:35:49 -> Found 1 reports 07:35:49 ==> Detecting git/mercurial file structure 07:35:49 ==> Reading reports 07:35:49 + ./coverage.out bytes=127610 07:35:49 ==> Appending adjustments 07:35:49 https://docs.codecov.io/docs/fixing-reports 07:35:50 + Found adjustments 07:35:50 ==> Gzipping contents 07:35:50 24K /tmp/codecov.ub7tEl.gz 07:35:50 ==> Uploading reports 07:35:50 url: https://codecov.io 07:35:50 query: branch=PR-614&commit=e8ed914a517b2875e2c500d0314f02b896344c33&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F21%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 07:35:50 -> Pinging Codecov 07:35:50 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=PR-614&commit=e8ed914a517b2875e2c500d0314f02b896344c33&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F21%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 07:35:51 -> Uploading to 07:35:51 https://storage.googleapis.com/codecov/v4/raw/2020-11-26/7E55EF52A471D76F132DFD9A03CDDE97/e8ed914a517b2875e2c500d0314f02b896344c33/65dafe43-e68e-4b5f-87a7-bb82c1cee42a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T073550Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=531a0fe40eab4d4ac155dc47dd490048f877b38c49cc0d6bfc10ef44f630a0d7 07:35:51 % Total % Received % Xferd Average Speed Time Time Time Current 07:35:51 Dload Upload Total Spent Left Speed 07:35:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 20877 0 0 100 20877 0 10244 0:00:02 0:00:02 --:--:-- 10248 07:35:53 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e8ed914a517b2875e2c500d0314f02b896344c33 [Pipeline] } 07:35:53 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 07:35:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:35:56 ---> package-listing.sh 07:35:56 ++ facter osfamily 07:35:56 ++ tr '[:upper:]' '[:lower:]' 07:35:56 + OS_FAMILY=redhat 07:35:56 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 07:35:56 + START_PACKAGES=/tmp/packages_start.txt 07:35:56 + END_PACKAGES=/tmp/packages_end.txt 07:35:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:35:56 + PACKAGES=/tmp/packages_start.txt 07:35:56 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 07:35:56 + PACKAGES=/tmp/packages_end.txt 07:35:56 + case "${OS_FAMILY}" in 07:35:56 + rpm -qa 07:35:56 + sort 07:36:01 + '[' -f /tmp/packages_start.txt ']' 07:36:01 + '[' -f /tmp/packages_end.txt ']' 07:36:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:36:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 07:36:01 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ 07:36:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo 07:36:01 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-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:36:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:36:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:36:02 07:36:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:36:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:36:02 alpine: Pulling from edgex-lftools-log-publisher 07:36:02 df20fa9351a1: Pulling fs layer 07:36:02 36b3adc4ff6f: Pulling fs layer 07:36:02 8ad3a11d3b57: Pulling fs layer 07:36:02 46f8f816bc3b: Pulling fs layer 07:36:02 93b61091891f: Pulling fs layer 07:36:02 93b9cdb0e59b: Pulling fs layer 07:36:02 5e14af77c1be: Pulling fs layer 07:36:02 01666e4c0597: Pulling fs layer 07:36:02 aa168da1d23b: Pulling fs layer 07:36:02 93b9cdb0e59b: Waiting 07:36:02 5e14af77c1be: Waiting 07:36:02 46f8f816bc3b: Waiting 07:36:02 93b61091891f: Waiting 07:36:02 36b3adc4ff6f: Download complete 07:36:02 46f8f816bc3b: Verifying Checksum 07:36:02 46f8f816bc3b: Download complete 07:36:03 df20fa9351a1: Download complete 07:36:03 93b9cdb0e59b: Verifying Checksum 07:36:03 93b9cdb0e59b: Download complete 07:36:03 5e14af77c1be: Verifying Checksum 07:36:03 5e14af77c1be: Download complete 07:36:03 93b61091891f: Download complete 07:36:03 01666e4c0597: Download complete 07:36:03 df20fa9351a1: Pull complete 07:36:03 36b3adc4ff6f: Pull complete 07:36:03 8ad3a11d3b57: Verifying Checksum 07:36:03 8ad3a11d3b57: Download complete 07:36:04 8ad3a11d3b57: Pull complete 07:36:04 46f8f816bc3b: Pull complete 07:36:05 aa168da1d23b: Verifying Checksum 07:36:05 aa168da1d23b: Download complete 07:36:05 93b61091891f: Pull complete 07:36:06 93b9cdb0e59b: Pull complete 07:36:06 5e14af77c1be: Pull complete 07:36:06 01666e4c0597: Pull complete 07:36:13 aa168da1d23b: Pull complete 07:36:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:36:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:36:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:36:13 prd-centos7-docker-4c-2g-13510 does not seem to be running inside a container 07:36:13 $ 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-614/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-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:36:17 $ docker top f8b464e496657323557183be5f69c977358e20aeec23e6d0b8bccf5ed9018a8a -eo pid,comm [Pipeline] { [Pipeline] sh 07:36:18 + touch /tmp/pre-build-complete [Pipeline] sh 07:36:18 + mkdir -p /var/log/sa [Pipeline] sh 07:36:19 + ls /var/log/sa-host 07:36:19 + sadf -c /var/log/sa-host/sa23 07:36:19 file_magic: OK 07:36:19 HZ: Using current value: 100 07:36:19 file_header: OK 07:36:19 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 07:36:19 Statistics: 07:36:19 Hnuu...uuuununununu... 07:36:19 File successfully converted to sysstat format version 12.2.1 07:36:19 + sadf -c /var/log/sa-host/sa26 07:36:19 file_magic: OK 07:36:19 HZ: Using current value: 100 07:36:19 file_header: OK 07:36:19 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 07:36:19 Statistics: 07:36:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:36:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:36:19 provisioning config files... 07:36:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config7786788719600636418tmp [Pipeline] { [Pipeline] echo 07:36:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:36:19 ---> create-netrc.sh [Pipeline] } 07:36:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:36:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:36:20 ---> python-tools-install.sh [Pipeline] echo 07:36:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:36:20 ---> sudo-logs.sh 07:36:20 Archiving 'sudo' log.. [Pipeline] echo 07:36:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:36:20 ---> job-cost.sh 07:36:20 lf-activate-venv: SKIPPING 07:36:20 INFO: No Stack... 07:36:22 INFO: Retrieving Pricing Info for: v1-standard-2 07:36:22 INFO: Archiving Costs [Pipeline] echo 07:36:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:36:22 ---> logs-deploy.sh 07:36:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/21 07:36:22 INFO: archiving workspace using pattern(s): 07:36:24 Archives upload complete. 07:36:24 INFO: archiving logs to Nexus