Pull request #718 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 15155f8d4d0a78201bd6a0f8f51654573cf11e3f+4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 (db104b6ff87f1b030b97ac5114d2d2b5f9d9b6ac) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-20951 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [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-718 # 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/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit 15155f8d4d0a78201bd6a0f8f51654573cf11e3f Merge succeeded, producing 15155f8d4d0a78201bd6a0f8f51654573cf11e3f Checking out Revision 15155f8d4d0a78201bd6a0f8f51654573cf11e3f (PR-718) > git config core.sparsecheckout # timeout=10 > git checkout -f 15155f8d4d0a78201bd6a0f8f51654573cf11e3f # 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 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15155f8d4d0a78201bd6a0f8f51654573cf11e3f # timeout=10 Commit message: "docs(v2): update schema to be consistent with edgex-go" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:01:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk cbe22a10cbaca5064312735e40c4b079ab860499 # timeout=10 08:01:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:01:55 ========================================================= 08:01:55 EdgeX Global Pipelines Version Info 08:01:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:01:57 ------------------- 08:01:57 stable info: 08:01:57 ------------------- 08:01:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:01:57 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 08:01:57 Message: update stable to v1.0.177 08:01:58 ------------------- 08:01:58 experimental info: 08:01:58 ------------------- 08:01:58 Commited By: **** collab-it+edgex@linuxfoundation.org 08:01:58 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 08:01:58 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:01:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:01:58 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:01:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:01:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:01:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:02:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-718 [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-718 [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-718 [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15155f8d4d0a78201bd6a0f8f51654573cf11e3f [Pipeline] echo 08:02:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 15155f8 [Pipeline] echo 08:02:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:02:02 provisioning config files... 08:02:02 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config7033075022521894011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:02:02 ---> docker-login.sh 08:02:02 nexus3.edgexfoundry.org:10001 08:02:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:03 Configure a credential helper to remove this warning. See 08:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:03 08:02:03 Login Succeeded 08:02:03 nexus3.edgexfoundry.org:10002 08:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:03 Configure a credential helper to remove this warning. See 08:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:03 08:02:03 Login Succeeded 08:02:03 nexus3.edgexfoundry.org:10003 08:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:03 Configure a credential helper to remove this warning. See 08:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:03 08:02:03 Login Succeeded 08:02:03 nexus3.edgexfoundry.org:10004 08:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:03 Configure a credential helper to remove this warning. See 08:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:03 08:02:03 Login Succeeded 08:02:03 docker.io 08:02:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:03 Configure a credential helper to remove this warning. See 08:02:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:03 08:02:03 Login Succeeded 08:02:03 ---> docker-login.sh ends [Pipeline] } 08:02:03 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 08:02:04 + git log --format=format:%s -1 15155f8d4d0a78201bd6a0f8f51654573cf11e3f [Pipeline] echo 08:02:04 GIT_COMMIT: 15155f8d4d0a78201bd6a0f8f51654573cf11e3f, Commit Message: docs(v2): update schema to be consistent with edgex-go [Pipeline] echo 08:02:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:02:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:02:05 08:02:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:02:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:02:06 latest: Pulling from edgex-devops/git-semver 08:02:06 31603596830f: Pulling fs layer 08:02:06 2a8b12db71e7: Pulling fs layer 08:02:06 6ca5941a6612: Pulling fs layer 08:02:06 ecc8261a40a4: Pulling fs layer 08:02:06 ecc8261a40a4: Waiting 08:02:06 2a8b12db71e7: Verifying Checksum 08:02:06 2a8b12db71e7: Download complete 08:02:06 31603596830f: Verifying Checksum 08:02:06 31603596830f: Download complete 08:02:06 6ca5941a6612: Verifying Checksum 08:02:06 6ca5941a6612: Download complete 08:02:06 ecc8261a40a4: Verifying Checksum 08:02:06 ecc8261a40a4: Download complete 08:02:06 31603596830f: Pull complete 08:02:06 2a8b12db71e7: Pull complete 08:02:07 6ca5941a6612: Pull complete 08:02:07 ecc8261a40a4: Pull complete 08:02:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:02:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:02:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:02:07 prd-centos7-docker-4c-2g-20951 does not seem to be running inside a container 08:02:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:02:10 $ docker top fcfb859916dd55fdb369a6402f5f88f2f72a8e77d78ca837277f89386c5c11ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:02:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:02:10 [ssh-agent] Looking for ssh-agent implementation... 08:02:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:02:10 $ docker exec fcfb859916dd55fdb369a6402f5f88f2f72a8e77d78ca837277f89386c5c11ea ssh-agent 08:02:11 SSH_AUTH_SOCK=/tmp/ssh-e8MqYRi4eQU2/agent.13 08:02:11 SSH_AGENT_PID=18 08:02:11 Running ssh-add (command line suppressed) 08:02:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_3702829905074540333.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_3702829905074540333.key) 08:02:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:02:11 + git tag --points-at HEAD [Pipeline] } 08:02:11 $ docker exec --env ******** --env ******** fcfb859916dd55fdb369a6402f5f88f2f72a8e77d78ca837277f89386c5c11ea ssh-agent -k 08:02:11 unset SSH_AUTH_SOCK; 08:02:11 unset SSH_AGENT_PID; 08:02:11 echo Agent pid 18 killed; 08:02:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:02:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:02:12 [ssh-agent] Looking for ssh-agent implementation... 08:02:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:02:12 $ docker exec fcfb859916dd55fdb369a6402f5f88f2f72a8e77d78ca837277f89386c5c11ea ssh-agent 08:02:12 SSH_AUTH_SOCK=/tmp/ssh-d1pqbZqYU3lG/agent.47 08:02:12 SSH_AGENT_PID=53 08:02:12 Running ssh-add (command line suppressed) 08:02:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_942904142022437933.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_942904142022437933.key) 08:02:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:02:12 + git semver init 08:02:12 # -> Open(): unable to determine branch for HEAD 08:02:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.git 08:02:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-718 08:02:12 # $SEMVER_REMOTE_NAME = origin 08:02:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:02:12 # $SEMVER_USER_NAME = edgex-jenkins 08:02:12 # $SEMVER_BRANCH = PR-718 08:02:12 # $SEMVER_TEMP = /tmp/semver-167370861 08:02:12 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:02:13 # '/tmp/semver-167370861' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver' 08:02:13 # -> Force: false 08:02:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver [Pipeline] } 08:02:13 $ docker exec --env ******** --env ******** fcfb859916dd55fdb369a6402f5f88f2f72a8e77d78ca837277f89386c5c11ea ssh-agent -k 08:02:13 unset SSH_AUTH_SOCK; 08:02:13 unset SSH_AGENT_PID; 08:02:13 echo Agent pid 53 killed; 08:02:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:02:14 + git semver [Pipeline] } 08:02:14 $ docker stop --time=1 fcfb859916dd55fdb369a6402f5f88f2f72a8e77d78ca837277f89386c5c11ea 08:02:15 $ docker rm -f fcfb859916dd55fdb369a6402f5f88f2f72a8e77d78ca837277f89386c5c11ea [Pipeline] // withDockerContainer [Pipeline] sh 08:02:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:02:16 Stashed 1 file(s) [Pipeline] echo 08:02:16 [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 08:02:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20955 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 08:02:17 Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout 08:02:22 using credential edgex-jenkins-ssh 08:02:22 Cloning the remote Git repository 08:02:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:02:22 > git init /w/workspace/device-sdk-go/8 # timeout=10 08:02:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:02:22 > git --version # timeout=10 08:02:22 > git --version # 'git version 2.17.1' 08:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:24 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit 15155f8d4d0a78201bd6a0f8f51654573cf11e3f 08:02:24 Merge succeeded, producing 15155f8d4d0a78201bd6a0f8f51654573cf11e3f 08:02:24 Checking out Revision 15155f8d4d0a78201bd6a0f8f51654573cf11e3f (PR-718) 08:02:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:02:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:02:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:02:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:02:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:02:24 > git config core.sparsecheckout # timeout=10 08:02:24 > git checkout -f 15155f8d4d0a78201bd6a0f8f51654573cf11e3f # timeout=10 08:02:24 > git remote # timeout=10 08:02:24 > git config --get remote.origin.url # timeout=10 08:02:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:02:24 > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 08:02:24 > git rev-parse HEAD^{commit} # timeout=10 08:02:24 > git config core.sparsecheckout # timeout=10 08:02:24 > git checkout -f 15155f8d4d0a78201bd6a0f8f51654573cf11e3f # timeout=10 08:02:29 Commit message: "docs(v2): update schema to be consistent with edgex-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:02:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:02:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:02:31 + true 08:02:31 + sudo service docker restart 08:02:32 Still waiting to schedule task 08:02:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:02:33 provisioning config files... 08:02:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config4575583309399647696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:02:34 ---> docker-login.sh 08:02:34 nexus3.edgexfoundry.org:10001 08:02:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:35 Configure a credential helper to remove this warning. See 08:02:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:35 08:02:35 Login Succeeded 08:02:35 nexus3.edgexfoundry.org:10002 08:02:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:35 Configure a credential helper to remove this warning. See 08:02:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:35 08:02:35 Login Succeeded 08:02:35 nexus3.edgexfoundry.org:10003 08:02:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:36 Configure a credential helper to remove this warning. See 08:02:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:36 08:02:36 Login Succeeded 08:02:36 nexus3.edgexfoundry.org:10004 08:02:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:36 Configure a credential helper to remove this warning. See 08:02:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:36 08:02:36 Login Succeeded 08:02:36 docker.io 08:02:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:02:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:02:37 Configure a credential helper to remove this warning. See 08:02:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:02:37 08:02:37 Login Succeeded 08:02:37 ---> docker-login.sh ends [Pipeline] } 08:02:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:02:37 ========================================================= 08:02:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:02:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:02:38 + 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 . 08:02:38 Sending build context to Docker daemon 2.553MB 08:02:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:02:38 Step 2/8 : FROM ${BASE} 08:02:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:02:38 5f621e34cdf4: Pulling fs layer 08:02:38 a4357932f1b6: Pulling fs layer 08:02:38 18c013af1878: Pulling fs layer 08:02:38 00ac8860ef70: Pulling fs layer 08:02:38 63d7cb157983: Pulling fs layer 08:02:38 b116817d02f9: Pulling fs layer 08:02:38 745a02a5169b: Pulling fs layer 08:02:38 00ac8860ef70: Waiting 08:02:38 63d7cb157983: Waiting 08:02:38 b116817d02f9: Waiting 08:02:38 745a02a5169b: Waiting 08:02:38 18c013af1878: Verifying Checksum 08:02:38 18c013af1878: Download complete 08:02:38 a4357932f1b6: Download complete 08:02:38 63d7cb157983: Verifying Checksum 08:02:38 63d7cb157983: Download complete 08:02:38 b116817d02f9: Download complete 08:02:38 5f621e34cdf4: Verifying Checksum 08:02:39 5f621e34cdf4: Pull complete 08:02:40 a4357932f1b6: Pull complete 08:02:40 18c013af1878: Pull complete 08:02:41 745a02a5169b: Verifying Checksum 08:02:41 745a02a5169b: Download complete 08:02:42 00ac8860ef70: Verifying Checksum 08:02:42 00ac8860ef70: Download complete 08:02:52 00ac8860ef70: Pull complete 08:02:52 63d7cb157983: Pull complete 08:02:52 b116817d02f9: Pull complete 08:02:57 745a02a5169b: Pull complete 08:02:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:02:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:02:57 ---> b7e6874047d6 08:02:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:02:59 ---> Running in 30b354fedae2 08:02:59 Removing intermediate container 30b354fedae2 08:02:59 ---> fa349b5b45d1 08:02:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:03:00 ---> Running in 2312d9cbdad6 08:03:02 Removing intermediate container 2312d9cbdad6 08:03:02 ---> 2b325d9deb13 08:03:02 Step 5/8 : RUN apk add --update --no-cache make git 08:03:02 ---> Running in f33ea5141b49 08:03:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:03:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:03:05 OK: 142 MiB in 39 packages 08:03:06 Removing intermediate container f33ea5141b49 08:03:06 ---> 55b839e01858 08:03:06 Step 6/8 : WORKDIR /device-sdk-go 08:03:06 ---> Running in ab069304f3cf 08:03:06 Removing intermediate container ab069304f3cf 08:03:06 ---> e9cea3107d29 08:03:06 Step 7/8 : COPY . . 08:03:08 ---> 796967b3ada3 08:03:08 Step 8/8 : RUN go mod download 08:03:08 ---> Running in 4a8667352deb 08:03:30 Removing intermediate container 4a8667352deb 08:03:30 ---> 1d19694db6de 08:03:30 Successfully built 1d19694db6de 08:03:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:03:31 + docker inspect -f . ci-base-image-arm64 08:03:31 . [Pipeline] withDockerContainer 08:03:31 prd-ubuntu18.04-docker-arm64-4c-16g-20955 does not seem to be running inside a container 08:03:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:03:32 $ docker top 0691a02e35d452b73ed7ef5b2d1754ff8936836c4f940227ab220aa028191480 -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:33 + go version 08:03:33 go version go1.15.5 linux/arm64 [Pipeline] } 08:03:33 $ docker stop --time=1 0691a02e35d452b73ed7ef5b2d1754ff8936836c4f940227ab220aa028191480 08:03:35 $ docker rm -f 0691a02e35d452b73ed7ef5b2d1754ff8936836c4f940227ab220aa028191480 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:03:36 + docker inspect -f . ci-base-image-arm64 08:03:36 . [Pipeline] withDockerContainer 08:03:37 prd-ubuntu18.04-docker-arm64-4c-16g-20955 does not seem to be running inside a container 08:03:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:03:38 $ docker top 008d4fa82e97e7955ad651725cd1d5568be6910d91023f5d2d3c0920b8a41c54 -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:39 + make test 08:03:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:04:01 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:04:40 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:04:40 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:04:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:04:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.154s coverage: 19.4% of statements 08:04:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.156s coverage: 97.1% of statements 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.158s coverage: 9.4% of statements 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.132s coverage: 21.7% of statements 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.587s coverage: 42.9% of statements 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.750s coverage: 68.9% of statements 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.182s coverage: 53.8% of statements 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.198s coverage: 25.6% of statements 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.913s coverage: 68.9% of statements 08:05:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.129s coverage: 4.2% of statements 08:05:15 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:05:15 GO111MODULE=on go vet ./... 08:05:54 gofmt -l . 08:05:54 [ "`gofmt -l .`" = "" ] 08:05:54 ./bin/test-attribution-txt.sh 08:05:54 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:05:54 $ docker stop --time=1 008d4fa82e97e7955ad651725cd1d5568be6910d91023f5d2d3c0920b8a41c54 08:05:56 $ docker rm -f 008d4fa82e97e7955ad651725cd1d5568be6910d91023f5d2d3c0920b8a41c54 [Pipeline] // withDockerContainer [Pipeline] sh 08:05:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:05:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:06:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:06:01 + ls -al . 08:06:01 total 260 08:06:01 drwxrwxr-x 10 jenkins jenkins 4096 Jan 18 08:05 . 08:06:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 08:02 .. 08:06:01 -rw-rw-r-- 1 jenkins jenkins 140 Jan 18 08:02 .dockerignore 08:06:01 drwxrwxr-x 8 jenkins jenkins 4096 Jan 18 08:02 .git 08:06:01 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 08:02 .github 08:06:01 -rw-rw-r-- 1 jenkins jenkins 138 Jan 18 08:02 .gitignore 08:06:01 -rw-rw-r-- 1 jenkins jenkins 949 Jan 18 08:02 Dockerfile.build 08:06:01 -rw-rw-r-- 1 jenkins jenkins 901 Jan 18 08:02 Jenkinsfile 08:06:01 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 18 08:02 LICENSE 08:06:01 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 18 08:02 Makefile 08:06:01 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 18 08:02 README.md 08:06:01 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 18 08:02 RELEASE-NOTES.txt 08:06:01 -rw-rw-r-- 1 jenkins jenkins 5 Jan 18 08:02 VERSION 08:06:01 drwxrwxr-x 2 jenkins jenkins 4096 Jan 18 08:02 bin 08:06:01 -rw-r--r-- 1 jenkins jenkins 144063 Jan 18 08:05 coverage.out 08:06:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 08:02 example 08:06:01 -rw-r--r-- 1 jenkins jenkins 491 Jan 18 08:05 go.mod 08:06:01 -rw-r--r-- 1 jenkins jenkins 14124 Jan 18 08:05 go.sum 08:06:01 drwxrwxr-x 15 jenkins jenkins 4096 Jan 18 08:02 internal 08:06:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 08:02 openapi 08:06:01 drwxrwxr-x 5 jenkins jenkins 4096 Jan 18 08:02 pkg 08:06:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 18 08:02 snap 08:06:01 -rw-rw-r-- 1 jenkins jenkins 222 Jan 18 08:02 version.go [Pipeline] isUnix [Pipeline] sh 08:06:01 + 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=15155f8d4d0a78201bd6a0f8f51654573cf11e3f --label arch=arm64 --label version=0.0.0 . 08:06:02 Sending build context to Docker daemon 2.698MB 08:06:02 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:06:02 Step 2/24 : FROM ${BASE} AS builder 08:06:02 ---> 1d19694db6de 08:06:02 Step 3/24 : ARG MAKE='make build' 08:06:02 ---> Running in 859f90062585 08:06:03 Removing intermediate container 859f90062585 08:06:03 ---> e9070be2b5e0 08:06:03 Step 4/24 : WORKDIR /device-sdk-go 08:06:03 ---> Running in eee7e80eabbb 08:06:04 Removing intermediate container eee7e80eabbb 08:06:04 ---> 31cfbc1fac4e 08:06:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:06:04 ---> Running in e10ac40e84f5 08:06:04 Removing intermediate container e10ac40e84f5 08:06:04 ---> fdf200e12657 08:06:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:06:04 ---> Running in 4f8a7975feeb 08:06:07 Removing intermediate container 4f8a7975feeb 08:06:07 ---> 0e0e8b836463 08:06:07 Step 7/24 : RUN apk add --update --no-cache make git 08:06:07 ---> Running in 93997956b755 08:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:06:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:06:10 OK: 142 MiB in 39 packages 08:06:11 Removing intermediate container 93997956b755 08:06:11 ---> 21a324677e32 08:06:11 Step 8/24 : COPY . . 08:06:12 ---> 85ffe7d00964 08:06:12 Step 9/24 : RUN ${MAKE} 08:06:12 ---> Running in 2727dc514bc5 08:06:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:06:38 Running on prd-centos7-docker-4c-2g-20964 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 08:06:38 Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout 08:06:40 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:06:40 Removing intermediate container 2727dc514bc5 08:06:40 ---> 05656f9cf1e1 08:06:40 Step 10/24 : FROM scratch 08:06:40 ---> 08:06:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:06:41 ---> Running in b21c20d32de6 08:06:41 using credential edgex-jenkins-ssh 08:06:41 Cloning the remote Git repository 08:06:41 Removing intermediate container b21c20d32de6 08:06:41 ---> 7e91e91b8486 08:06:41 Step 12/24 : ENV APP_PORT=49990 08:06:41 ---> Running in f22b9d27bcff 08:06:42 Removing intermediate container f22b9d27bcff 08:06:42 ---> d08543f92750 08:06:42 Step 13/24 : EXPOSE $APP_PORT 08:06:41 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:06:41 > git init /w/workspace/device-sdk-go/8 # timeout=10 08:06:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:06:41 > git --version # timeout=10 08:06:41 > git --version # 'git version 2.24.3' 08:06:41 using GIT_SSH to set credentials SSH Credentials for GitHub 08:06:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:06:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:06:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:06:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:06:42 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:06:42 using GIT_SSH to set credentials SSH Credentials for GitHub 08:06:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/718/head:refs/remotes/origin/PR-718 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:06:42 ---> Running in e84679e24b87 08:06:42 Removing intermediate container e84679e24b87 08:06:42 ---> 6974c2092305 08:06:42 Step 14/24 : WORKDIR / 08:06:42 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit 15155f8d4d0a78201bd6a0f8f51654573cf11e3f 08:06:42 ---> Running in 5e47947b8e32 08:06:42 Merge succeeded, producing 15155f8d4d0a78201bd6a0f8f51654573cf11e3f 08:06:42 Checking out Revision 15155f8d4d0a78201bd6a0f8f51654573cf11e3f (PR-718) 08:06:43 Removing intermediate container 5e47947b8e32 08:06:43 ---> 5806e002bdf3 08:06:43 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:06:42 > git config core.sparsecheckout # timeout=10 08:06:42 > git checkout -f 15155f8d4d0a78201bd6a0f8f51654573cf11e3f # timeout=10 08:06:42 > git remote # timeout=10 08:06:42 > git config --get remote.origin.url # timeout=10 08:06:42 using GIT_SSH to set credentials SSH Credentials for GitHub 08:06:42 > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 08:06:42 > git rev-parse HEAD^{commit} # timeout=10 08:06:42 > git config core.sparsecheckout # timeout=10 08:06:42 > git checkout -f 15155f8d4d0a78201bd6a0f8f51654573cf11e3f # timeout=10 08:06:44 ---> aebddc306a74 08:06:44 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:06:45 ---> 8dc6dfdfe52a 08:06:45 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:06:45 ---> eddaf867411b 08:06:45 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:06:46 ---> 692541b23a4c 08:06:46 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:06:46 Commit message: "docs(v2): update schema to be consistent with edgex-go" 08:06:46 ---> 4d1f4f46db05 08:06:46 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 08:06:47 ---> Running in 87433b76d91e [Pipeline] script [Pipeline] { [Pipeline] sh 08:06:47 Removing intermediate container 87433b76d91e 08:06:47 ---> 3178f32cd67d 08:06:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:06:47 ---> Running in 1b1a5593bed1 08:06:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:06:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:06:48 Removing intermediate container 1b1a5593bed1 08:06:48 ---> 3519b7703898 08:06:48 Step 22/24 : LABEL arch=arm64 08:06:48 ---> Running in b702e63c7147 08:06:48 + true 08:06:48 + sudo service docker restart 08:06:48 Redirecting to /bin/systemctl restart docker.service 08:06:48 Removing intermediate container b702e63c7147 08:06:48 ---> 141187dff6ab 08:06:48 Step 23/24 : LABEL git_sha=15155f8d4d0a78201bd6a0f8f51654573cf11e3f 08:06:48 ---> Running in d7b561b4e08d 08:06:49 Removing intermediate container d7b561b4e08d 08:06:49 ---> 5140b6dd8cd6 08:06:49 Step 24/24 : LABEL version=0.0.0 08:06:49 ---> Running in 83d4f03a248a [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:06:49 provisioning config files... 08:06:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config6022911516142005670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:50 Removing intermediate container 83d4f03a248a 08:06:50 ---> 5b64d3734837 08:06:50 [Warning] One or more build-args [ARCH] were not consumed 08:06:50 Successfully built 5b64d3734837 08:06:50 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 08:06:50 ---> docker-login.sh 08:06:50 nexus3.edgexfoundry.org:10001 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 08:06:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:50 Configure a credential helper to remove this warning. See 08:06:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:50 08:06:50 Login Succeeded 08:06:50 nexus3.edgexfoundry.org:10002 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 08:06:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:50 Configure a credential helper to remove this warning. See 08:06:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:50 08:06:50 Login Succeeded 08:06:50 nexus3.edgexfoundry.org:10003 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 08:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:51 Configure a credential helper to remove this warning. See 08:06:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:51 08:06:51 Login Succeeded 08:06:51 nexus3.edgexfoundry.org:10004 08:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] } 08:06:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:51 Configure a credential helper to remove this warning. See 08:06:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:51 08:06:51 Login Succeeded 08:06:51 docker.io 08:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:51 Configure a credential helper to remove this warning. See 08:06:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:51 08:06:51 Login Succeeded 08:06:51 ---> docker-login.sh ends [Pipeline] } 08:06:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:06:51 ========================================================= 08:06:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:06:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:06:52 + 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 . 08:06:52 Sending build context to Docker daemon 2.561MB 08:06:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:06:52 Step 2/8 : FROM ${BASE} 08:06:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:06:52 188c0c94c7c5: Pulling fs layer 08:06:52 0ef7d3d256c8: Pulling fs layer 08:06:52 de9db76c5a1d: Pulling fs layer 08:06:52 bca2f99d35d6: Pulling fs layer 08:06:52 93359f2a8cfa: Pulling fs layer 08:06:52 7c6f9722023f: Pulling fs layer 08:06:52 a35cf1a2eb13: Pulling fs layer 08:06:52 bca2f99d35d6: Waiting 08:06:52 93359f2a8cfa: Waiting 08:06:52 7c6f9722023f: Waiting 08:06:52 a35cf1a2eb13: Waiting 08:06:52 de9db76c5a1d: Verifying Checksum 08:06:52 de9db76c5a1d: Download complete 08:06:52 0ef7d3d256c8: Verifying Checksum 08:06:52 0ef7d3d256c8: Download complete 08:06:52 93359f2a8cfa: Verifying Checksum 08:06:52 93359f2a8cfa: Download complete 08:06:52 188c0c94c7c5: Verifying Checksum 08:06:52 188c0c94c7c5: Download complete 08:06:52 7c6f9722023f: Verifying Checksum 08:06:52 7c6f9722023f: Download complete 08:06:52 188c0c94c7c5: Pull complete 08:06:53 0ef7d3d256c8: Pull complete 08:06:53 de9db76c5a1d: Pull complete 08:06:55 a35cf1a2eb13: Verifying Checksum 08:06:55 a35cf1a2eb13: Download complete 08:06:55 bca2f99d35d6: Verifying Checksum 08:06:55 bca2f99d35d6: Download complete 08:07:00 bca2f99d35d6: Pull complete 08:07:00 93359f2a8cfa: Pull complete 08:07:00 7c6f9722023f: Pull complete 08:07:08 a35cf1a2eb13: Pull complete 08:07:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:07:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:07:08 ---> a62c8e92a672 08:07:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:07:08 ---> Running in 743dad55b66e 08:07:08 Removing intermediate container 743dad55b66e 08:07:08 ---> c7897f823573 08:07:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:08 ---> Running in 9d3761461ab3 08:07:09 Removing intermediate container 9d3761461ab3 08:07:09 ---> 780d9c7b46b6 08:07:09 Step 5/8 : RUN apk add --update --no-cache make git 08:07:10 ---> Running in 4feff3c6a187 08:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:07:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:07:11 OK: 166 MiB in 39 packages 08:07:12 Removing intermediate container 4feff3c6a187 08:07:12 ---> 13236008c1df 08:07:12 Step 6/8 : WORKDIR /device-sdk-go 08:07:12 ---> Running in b7755b79e012 08:07:12 Removing intermediate container b7755b79e012 08:07:12 ---> 3e340e64205b 08:07:12 Step 7/8 : COPY . . 08:07:13 ---> 108d03cd0eee 08:07:13 Step 8/8 : RUN go mod download 08:07:13 ---> Running in 28d35cd76820 08:07:31 Removing intermediate container 28d35cd76820 08:07:31 ---> ca265bde549b 08:07:31 Successfully built ca265bde549b 08:07:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:07:32 + docker inspect -f . ci-base-image-x86_64 08:07:32 . [Pipeline] withDockerContainer 08:07:32 prd-centos7-docker-4c-2g-20964 does not seem to be running inside a container 08:07:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:07:33 $ docker top 9aa70ff3f59f7d34e20e87865fc4b2e4d89309aacc7499203d04e7258a19db55 -eo pid,comm [Pipeline] { [Pipeline] sh 08:07:33 + go version 08:07:33 go version go1.15.5 linux/amd64 [Pipeline] } 08:07:33 $ docker stop --time=1 9aa70ff3f59f7d34e20e87865fc4b2e4d89309aacc7499203d04e7258a19db55 08:07:34 $ docker rm -f 9aa70ff3f59f7d34e20e87865fc4b2e4d89309aacc7499203d04e7258a19db55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:07:36 + docker inspect -f . ci-base-image-x86_64 08:07:36 . [Pipeline] withDockerContainer 08:07:36 prd-centos7-docker-4c-2g-20964 does not seem to be running inside a container 08:07:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:07:37 $ docker top 11cba265dd2b5793e9179cc3a5f23cb28c80f663a37392e7dab5a74b5b3bd0aa -eo pid,comm [Pipeline] { [Pipeline] sh 08:07:37 + make test 08:07:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:07:44 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:07:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:07:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:07:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:07:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.064s coverage: 19.4% of statements 08:08:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.461s coverage: 97.1% of statements 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.052s coverage: 9.4% of statements 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.056s coverage: 21.7% of statements 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.222s coverage: 42.9% of statements 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.271s coverage: 68.9% of statements 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.071s coverage: 53.8% of statements 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.067s coverage: 25.6% of statements 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.432s coverage: 68.9% of statements 08:08:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 4.2% of statements 08:08:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:08:34 GO111MODULE=on go vet ./... 08:08:40 gofmt -l . 08:08:41 [ "`gofmt -l .`" = "" ] 08:08:41 ./bin/test-attribution-txt.sh 08:08:42 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:08:42 $ docker stop --time=1 11cba265dd2b5793e9179cc3a5f23cb28c80f663a37392e7dab5a74b5b3bd0aa 08:08:44 $ docker rm -f 11cba265dd2b5793e9179cc3a5f23cb28c80f663a37392e7dab5a74b5b3bd0aa [Pipeline] // withDockerContainer [Pipeline] sh 08:08:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:08:44 Warning: overwriting stash ‘coverage-report’ 08:08:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:08:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:08:46 + ls -al . 08:08:46 total 224 08:08:46 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 18 08:08 . 08:08:46 drwxrwxr-x. 4 jenkins jenkins 28 Jan 18 08:06 .. 08:08:46 drwxrwxr-x. 2 jenkins jenkins 64 Jan 18 08:06 bin 08:08:46 -rw-r--r--. 1 jenkins jenkins 144063 Jan 18 08:08 coverage.out 08:08:46 -rw-rw-r--. 1 jenkins jenkins 949 Jan 18 08:06 Dockerfile.build 08:08:46 -rw-rw-r--. 1 jenkins jenkins 140 Jan 18 08:06 .dockerignore 08:08:46 drwxrwxr-x. 4 jenkins jenkins 48 Jan 18 08:06 example 08:08:46 drwxrwxr-x. 8 jenkins jenkins 179 Jan 18 08:06 .git 08:08:46 drwxrwxr-x. 2 jenkins jenkins 103 Jan 18 08:06 .github 08:08:46 -rw-rw-r--. 1 jenkins jenkins 138 Jan 18 08:06 .gitignore 08:08:46 -rw-r--r--. 1 jenkins jenkins 491 Jan 18 08:08 go.mod 08:08:46 -rw-r--r--. 1 jenkins jenkins 14124 Jan 18 08:08 go.sum 08:08:46 drwxrwxr-x. 15 jenkins jenkins 211 Jan 18 08:06 internal 08:08:46 -rw-rw-r--. 1 jenkins jenkins 901 Jan 18 08:06 Jenkinsfile 08:08:46 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 18 08:06 LICENSE 08:08:46 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 18 08:06 Makefile 08:08:46 drwxrwxr-x. 4 jenkins jenkins 26 Jan 18 08:06 openapi 08:08:46 drwxrwxr-x. 5 jenkins jenkins 50 Jan 18 08:06 pkg 08:08:46 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 18 08:06 README.md 08:08:46 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 18 08:06 RELEASE-NOTES.txt 08:08:46 drwxrwxr-x. 4 jenkins jenkins 54 Jan 18 08:06 snap 08:08:46 -rw-rw-r--. 1 jenkins jenkins 5 Jan 18 08:02 VERSION 08:08:46 -rw-rw-r--. 1 jenkins jenkins 222 Jan 18 08:06 version.go [Pipeline] isUnix [Pipeline] sh 08:08:46 + 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=15155f8d4d0a78201bd6a0f8f51654573cf11e3f --label arch=amd64 --label version=0.0.0 . 08:08:46 Sending build context to Docker daemon 2.706MB 08:08:46 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:08:46 Step 2/24 : FROM ${BASE} AS builder 08:08:46 ---> ca265bde549b 08:08:46 Step 3/24 : ARG MAKE='make build' 08:08:47 ---> Running in 9ba7c3a1aaa0 08:08:47 Removing intermediate container 9ba7c3a1aaa0 08:08:47 ---> 0aa69797a743 08:08:47 Step 4/24 : WORKDIR /device-sdk-go 08:08:47 ---> Running in 672900b43604 08:08:47 Removing intermediate container 672900b43604 08:08:47 ---> 849203845250 08:08:47 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:08:47 ---> Running in 024528d18cad 08:08:48 Removing intermediate container 024528d18cad 08:08:48 ---> 8fd5e5f67253 08:08:48 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:08:48 ---> Running in 705d3151990c 08:08:48 Removing intermediate container 705d3151990c 08:08:48 ---> 59cfe70ca10c 08:08:48 Step 7/24 : RUN apk add --update --no-cache make git 08:08:48 ---> Running in ad658eab79ff 08:08:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:08:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:08:50 OK: 166 MiB in 39 packages 08:08:51 Removing intermediate container ad658eab79ff 08:08:51 ---> 56bba4b9cc1e 08:08:51 Step 8/24 : COPY . . 08:08:52 ---> 80448b65552b 08:08:52 Step 9/24 : RUN ${MAKE} 08:08:52 ---> Running in 37dcbbcd8674 08:08:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 08:09:01 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:09:03 Removing intermediate container 37dcbbcd8674 08:09:03 ---> dd53d524bd24 08:09:03 Step 10/24 : FROM scratch 08:09:03 ---> 08:09:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:09:03 ---> Running in 376d7f953386 08:09:03 Removing intermediate container 376d7f953386 08:09:03 ---> 2658472d2381 08:09:03 Step 12/24 : ENV APP_PORT=49990 08:09:03 ---> Running in 5eb9aad3be63 08:09:03 Removing intermediate container 5eb9aad3be63 08:09:03 ---> ca9f2b6de602 08:09:03 Step 13/24 : EXPOSE $APP_PORT 08:09:03 ---> Running in 8e0c50c88e70 08:09:04 Removing intermediate container 8e0c50c88e70 08:09:04 ---> 3dff52b286a0 08:09:04 Step 14/24 : WORKDIR / 08:09:04 ---> Running in 74d3e9524bca 08:09:04 Removing intermediate container 74d3e9524bca 08:09:04 ---> fb0f9ff3458a 08:09:04 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:09:04 ---> 413e90bc9008 08:09:04 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:09:04 ---> 6109701f6b68 08:09:04 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:09:05 ---> b807f5c9a9a1 08:09:05 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:09:06 ---> 43fb240f689f 08:09:06 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:09:06 ---> 2cb3fa928484 08:09:06 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:09:06 ---> Running in 9887913f3131 08:09:06 Removing intermediate container 9887913f3131 08:09:06 ---> 8dddd98c716c 08:09:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:09:06 ---> Running in cc3bf4a5fe84 08:09:06 Removing intermediate container cc3bf4a5fe84 08:09:06 ---> b628f0f10153 08:09:06 Step 22/24 : LABEL arch=amd64 08:09:06 ---> Running in fc4673376970 08:09:06 Removing intermediate container fc4673376970 08:09:06 ---> dee9473d01fc 08:09:06 Step 23/24 : LABEL git_sha=15155f8d4d0a78201bd6a0f8f51654573cf11e3f 08:09:07 ---> Running in 54226716f009 08:09:07 Removing intermediate container 54226716f009 08:09:07 ---> 3cb631d1f0f9 08:09:07 Step 24/24 : LABEL version=0.0.0 08:09:07 ---> Running in 37079e2a1f64 08:09:07 Removing intermediate container 37079e2a1f64 08:09:07 ---> 515620faa303 08:09:07 [Warning] One or more build-args [ARCH] were not consumed 08:09:07 Successfully built 515620faa303 08:09:07 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:09:09 provisioning config files... 08:09:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config3937352686078257653tmp [Pipeline] { [Pipeline] sh 08:09:09 + set +x 08:09:09 + curl -s https://codecov.io/bash 08:09:09 + bash -s -- 08:09:09 08:09:09 _____ _ 08:09:09 / ____| | | 08:09:09 | | ___ __| | ___ ___ _____ __ 08:09:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:09:09 | |___| (_) | (_| | __/ (_| (_) \ V / 08:09:09 \_____\___/ \__,_|\___|\___\___/ \_/ 08:09:09 Bash-20210115-cec3c92 08:09:09 08:09:09 08:09:09 ==> git version 2.24.3 found 08:09:09 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:09:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:09:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:09:09 ==> Jenkins CI detected. 08:09:09 project root: . 08:09:09 --> token set from env 08:09:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:09:09 ==> Running gcov in . (disable via -X gcov) 08:09:09 ==> Python coveragepy not found 08:09:09 ==> Searching for coverage reports in: 08:09:09 + . 08:09:09 -> Found 1 reports 08:09:09 ==> Detecting git/mercurial file structure 08:09:09 ==> Reading reports 08:09:09 + ./coverage.out bytes=144063 08:09:09 ==> Appending adjustments 08:09:09 https://docs.codecov.io/docs/fixing-reports 08:09:10 + Found adjustments 08:09:10 ==> Gzipping contents 08:09:10 24K /tmp/codecov.TnFrCA.gz 08:09:10 ==> Uploading reports 08:09:10 url: https://codecov.io 08:09:10 query: branch=PR-718&commit=15155f8d4d0a78201bd6a0f8f51654573cf11e3f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= 08:09:10 -> Pinging Codecov 08:09:10 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-718&commit=15155f8d4d0a78201bd6a0f8f51654573cf11e3f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= 08:09:11 -> Uploading to 08:09:11 https://storage.googleapis.com/codecov/v4/raw/2021-01-18/7E55EF52A471D76F132DFD9A03CDDE97/15155f8d4d0a78201bd6a0f8f51654573cf11e3f/6f623b3b-e45d-4c54-94c7-582485b86759.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T080911Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f8427220f1e38d937e1458c811321612bf4d7a865b332a42d91cdd5643ff1ccb 08:09:11 % Total % Received % Xferd Average Speed Time Time Time Current 08:09:11 Dload Upload Total Spent Left Speed 08:09:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22315 0 0 100 22315 0 41668 --:--:-- --:--:-- --:--:-- 41710 08:09:12 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/15155f8d4d0a78201bd6a0f8f51654573cf11e3f [Pipeline] } 08:09:12 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 08:09:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:09:15 ---> package-listing.sh 08:09:15 ++ facter osfamily 08:09:15 ++ tr '[:upper:]' '[:lower:]' 08:09:15 + OS_FAMILY=redhat 08:09:15 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-718 08:09:15 + START_PACKAGES=/tmp/packages_start.txt 08:09:15 + END_PACKAGES=/tmp/packages_end.txt 08:09:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:09:15 + PACKAGES=/tmp/packages_start.txt 08:09:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 08:09:15 + PACKAGES=/tmp/packages_end.txt 08:09:15 + case "${OS_FAMILY}" in 08:09:15 + rpm -qa 08:09:15 + sort 08:09:20 + '[' -f /tmp/packages_start.txt ']' 08:09:20 + '[' -f /tmp/packages_end.txt ']' 08:09:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:09:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 08:09:20 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ 08:09:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ [Pipeline] echo 08:09:20 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-718/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:09:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:09:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:09:20 08:09:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:09:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:09:21 alpine: Pulling from edgex-lftools-log-publisher 08:09:21 df20fa9351a1: Pulling fs layer 08:09:21 36b3adc4ff6f: Pulling fs layer 08:09:21 8ad3a11d3b57: Pulling fs layer 08:09:21 46f8f816bc3b: Pulling fs layer 08:09:21 93b61091891f: Pulling fs layer 08:09:21 93b9cdb0e59b: Pulling fs layer 08:09:21 5e14af77c1be: Pulling fs layer 08:09:21 01666e4c0597: Pulling fs layer 08:09:21 aa168da1d23b: Pulling fs layer 08:09:21 93b9cdb0e59b: Waiting 08:09:21 5e14af77c1be: Waiting 08:09:21 aa168da1d23b: Waiting 08:09:21 01666e4c0597: Waiting 08:09:21 46f8f816bc3b: Waiting 08:09:21 93b61091891f: Waiting 08:09:21 36b3adc4ff6f: Verifying Checksum 08:09:21 36b3adc4ff6f: Download complete 08:09:21 46f8f816bc3b: Verifying Checksum 08:09:21 46f8f816bc3b: Download complete 08:09:21 df20fa9351a1: Verifying Checksum 08:09:21 93b9cdb0e59b: Verifying Checksum 08:09:21 93b9cdb0e59b: Download complete 08:09:21 5e14af77c1be: Verifying Checksum 08:09:21 5e14af77c1be: Download complete 08:09:21 93b61091891f: Verifying Checksum 08:09:21 93b61091891f: Download complete 08:09:21 01666e4c0597: Download complete 08:09:21 8ad3a11d3b57: Verifying Checksum 08:09:21 8ad3a11d3b57: Download complete 08:09:21 df20fa9351a1: Pull complete 08:09:21 36b3adc4ff6f: Pull complete 08:09:22 8ad3a11d3b57: Pull complete 08:09:22 46f8f816bc3b: Pull complete 08:09:23 aa168da1d23b: Verifying Checksum 08:09:23 aa168da1d23b: Download complete 08:09:24 93b61091891f: Pull complete 08:09:24 93b9cdb0e59b: Pull complete 08:09:24 5e14af77c1be: Pull complete 08:09:24 01666e4c0597: Pull complete 08:09:33 aa168da1d23b: Pull complete 08:09:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:09:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:09:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:09:33 prd-centos7-docker-4c-2g-20951 does not seem to be running inside a container 08:09:33 $ 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-718/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-718 -v /w/workspace/dgexfoundry_device-sdk-go_PR-718:/w/workspace/dgexfoundry_device-sdk-go_PR-718:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:09:36 $ docker top f990c152f740c984f8b9a512280acdbdacb072986fc76c205bea66fa925723f3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:09:36 + touch /tmp/pre-build-complete [Pipeline] sh 08:09:36 + mkdir -p /var/log/sa [Pipeline] sh 08:09:37 + ls /var/log/sa-host 08:09:37 + sadf -c /var/log/sa-host/sa18 08:09:37 file_magic: OK 08:09:37 HZ: Using current value: 100 08:09:37 file_header: OK 08:09:37 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 08:09:37 Statistics: 08:09:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:09:37 File successfully converted to sysstat format version 12.2.1 08:09:37 + sadf -c /var/log/sa-host/sa23 08:09:37 file_magic: OK 08:09:37 HZ: Using current value: 100 08:09:37 file_header: OK 08:09:37 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 08:09:37 Statistics: 08:09:37 Hnuu...uuuununununu... 08:09:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:09:37 provisioning config files... 08:09:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config4681947329685966726tmp [Pipeline] { [Pipeline] echo 08:09:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:09:38 ---> create-netrc.sh [Pipeline] } 08:09:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:09:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:09:38 ---> python-tools-install.sh [Pipeline] echo 08:09:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:09:38 ---> sudo-logs.sh 08:09:38 Archiving 'sudo' log.. [Pipeline] echo 08:09:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:09:39 ---> job-cost.sh 08:09:39 lf-activate-venv: SKIPPING 08:09:39 INFO: No Stack... 08:09:40 INFO: Retrieving Pricing Info for: v1-standard-2 08:09:40 INFO: Archiving Costs [Pipeline] echo 08:09:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:09:41 ---> logs-deploy.sh 08:09:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-718/8 08:09:41 INFO: archiving workspace using pattern(s): 08:09:43 Archives upload complete. 08:09:43 INFO: archiving logs to Nexus