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 24a7db6aa375322f003ce0c1b6a027f335be965f+619f260ee4c0648af817c78e3551f454d78ccf58 (1c4d44265580f272e8be9cf15ca68d47c2aa1c13) 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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20475 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 Merging remotes/origin/master commit 619f260ee4c0648af817c78e3551f454d78ccf58 into PR head commit 24a7db6aa375322f003ce0c1b6a027f335be965f Merge succeeded, producing 24a7db6aa375322f003ce0c1b6a027f335be965f Checking out Revision 24a7db6aa375322f003ce0c1b6a027f335be965f (PR-718) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 24a7db6aa375322f003ce0c1b6a027f335be965f # 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 619f260ee4c0648af817c78e3551f454d78ccf58 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24a7db6aa375322f003ce0c1b6a027f335be965f # timeout=10 Commit message: "docs(v2): update schema to be consistent with edgex-go" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 85d579b54f95be368618b29fdf5b17ec8037a769 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:08:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:08:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:08:26 ========================================================= 10:08:26 EdgeX Global Pipelines Version Info 10:08:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:08:28 ------------------- 10:08:28 stable info: 10:08:28 ------------------- 10:08:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:08:28 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 10:08:28 Message: update stable to v1.0.177 10:08:29 ------------------- 10:08:29 experimental info: 10:08:29 ------------------- 10:08:29 Commited By: **** collab-it+edgex@linuxfoundation.org 10:08:29 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 10:08:29 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:08:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:08:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:08:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:08:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:08:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:08:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:08:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:08:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:08:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:08:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-718 [Pipeline] echo 10:08:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-718 [Pipeline] echo 10:08:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-718 [Pipeline] echo 10:08:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24a7db6aa375322f003ce0c1b6a027f335be965f [Pipeline] echo 10:08:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24a7db6 [Pipeline] echo 10:08:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:08:32 provisioning config files... 10:08:32 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config1015681813370190063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:33 ---> docker-login.sh 10:08:33 nexus3.edgexfoundry.org:10001 10:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:33 Configure a credential helper to remove this warning. See 10:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:33 10:08:33 Login Succeeded 10:08:33 nexus3.edgexfoundry.org:10002 10:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:33 Configure a credential helper to remove this warning. See 10:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:33 10:08:33 Login Succeeded 10:08:33 nexus3.edgexfoundry.org:10003 10:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:33 Configure a credential helper to remove this warning. See 10:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:33 10:08:33 Login Succeeded 10:08:33 nexus3.edgexfoundry.org:10004 10:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:34 Configure a credential helper to remove this warning. See 10:08:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:34 10:08:34 Login Succeeded 10:08:34 docker.io 10:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:34 Configure a credential helper to remove this warning. See 10:08:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:34 10:08:34 Login Succeeded 10:08:34 ---> docker-login.sh ends [Pipeline] } 10:08:34 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 10:08:35 + git log --format=format:%s -1 24a7db6aa375322f003ce0c1b6a027f335be965f [Pipeline] echo 10:08:35 GIT_COMMIT: 24a7db6aa375322f003ce0c1b6a027f335be965f, Commit Message: docs(v2): update schema to be consistent with edgex-go [Pipeline] echo 10:08:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:08:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:35 10:08:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:08:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:36 latest: Pulling from edgex-devops/git-semver 10:08:36 31603596830f: Pulling fs layer 10:08:36 2a8b12db71e7: Pulling fs layer 10:08:36 6ca5941a6612: Pulling fs layer 10:08:36 ecc8261a40a4: Pulling fs layer 10:08:36 ecc8261a40a4: Waiting 10:08:36 2a8b12db71e7: Verifying Checksum 10:08:36 2a8b12db71e7: Download complete 10:08:36 31603596830f: Verifying Checksum 10:08:36 31603596830f: Download complete 10:08:36 ecc8261a40a4: Verifying Checksum 10:08:36 ecc8261a40a4: Download complete 10:08:36 6ca5941a6612: Verifying Checksum 10:08:36 6ca5941a6612: Download complete 10:08:36 31603596830f: Pull complete 10:08:37 2a8b12db71e7: Pull complete 10:08:37 6ca5941a6612: Pull complete 10:08:38 ecc8261a40a4: Pull complete 10:08:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:08:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:08:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:08:38 prd-centos7-docker-4c-2g-20475 does not seem to be running inside a container 10:08:38 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:08:40 $ docker top f4598594e356a6634e53e771a729148ed260c9c54c72e5d03bcd45a79da8ced2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:08:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:41 [ssh-agent] Looking for ssh-agent implementation... 10:08:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:41 $ docker exec f4598594e356a6634e53e771a729148ed260c9c54c72e5d03bcd45a79da8ced2 ssh-agent 10:08:41 SSH_AUTH_SOCK=/tmp/ssh-fudWR12kFux2/agent.13 10:08:41 SSH_AGENT_PID=18 10:08:41 Running ssh-add (command line suppressed) 10:08:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_7009204672839543884.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_7009204672839543884.key) 10:08:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:42 + git tag --points-at HEAD [Pipeline] } 10:08:42 $ docker exec --env ******** --env ******** f4598594e356a6634e53e771a729148ed260c9c54c72e5d03bcd45a79da8ced2 ssh-agent -k 10:08:42 unset SSH_AUTH_SOCK; 10:08:42 unset SSH_AGENT_PID; 10:08:42 echo Agent pid 18 killed; 10:08:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:08:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:08:42 [ssh-agent] Looking for ssh-agent implementation... 10:08:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:08:42 $ docker exec f4598594e356a6634e53e771a729148ed260c9c54c72e5d03bcd45a79da8ced2 ssh-agent 10:08:43 SSH_AUTH_SOCK=/tmp/ssh-wLrsHZM862s0/agent.48 10:08:43 SSH_AGENT_PID=53 10:08:43 Running ssh-add (command line suppressed) 10:08:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_5413460573171265586.key (/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/private_key_5413460573171265586.key) 10:08:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:08:43 + git semver init 10:08:43 # -> Open(): unable to determine branch for HEAD 10:08:43 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.git 10:08:43 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-718 10:08:43 # $SEMVER_REMOTE_NAME = origin 10:08:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:08:43 # $SEMVER_USER_NAME = edgex-jenkins 10:08:43 # $SEMVER_BRANCH = PR-718 10:08:43 # $SEMVER_TEMP = /tmp/semver-510794430 10:08:43 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:08:44 # '/tmp/semver-510794430' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver' 10:08:44 # -> Force: false 10:08:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-718/.semver [Pipeline] } 10:08:44 $ docker exec --env ******** --env ******** f4598594e356a6634e53e771a729148ed260c9c54c72e5d03bcd45a79da8ced2 ssh-agent -k 10:08:44 unset SSH_AUTH_SOCK; 10:08:44 unset SSH_AGENT_PID; 10:08:44 echo Agent pid 53 killed; 10:08:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:08:45 + git semver [Pipeline] } 10:08:45 $ docker stop --time=1 f4598594e356a6634e53e771a729148ed260c9c54c72e5d03bcd45a79da8ced2 10:08:46 $ docker rm -f f4598594e356a6634e53e771a729148ed260c9c54c72e5d03bcd45a79da8ced2 [Pipeline] // withDockerContainer [Pipeline] sh 10:08:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:08:47 Stashed 1 file(s) [Pipeline] echo 10:08:47 [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 10:08:48 Running on prd-centos7-docker-4c-2g-20476 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 10:08:48 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 10:08:51 using credential edgex-jenkins-ssh 10:08:51 Cloning the remote Git repository 10:08:51 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:08:51 > git init /w/workspace/device-sdk-go/4 # timeout=10 10:08:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:08:51 > git --version # timeout=10 10:08:51 > git --version # 'git version 2.24.3' 10:08:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:08:52 Merging remotes/origin/master commit 619f260ee4c0648af817c78e3551f454d78ccf58 into PR head commit 24a7db6aa375322f003ce0c1b6a027f335be965f 10:08:52 Merge succeeded, producing 24a7db6aa375322f003ce0c1b6a027f335be965f 10:08:52 Checking out Revision 24a7db6aa375322f003ce0c1b6a027f335be965f (PR-718) 10:08:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:08:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:08:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:08:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:08:52 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:52 > 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 10:08:52 > git config core.sparsecheckout # timeout=10 10:08:52 > git checkout -f 24a7db6aa375322f003ce0c1b6a027f335be965f # timeout=10 10:08:52 > git remote # timeout=10 10:08:52 > git config --get remote.origin.url # timeout=10 10:08:52 using GIT_SSH to set credentials SSH Credentials for GitHub 10:08:52 > git merge 619f260ee4c0648af817c78e3551f454d78ccf58 # timeout=10 10:08:52 > git rev-parse HEAD^{commit} # timeout=10 10:08:52 > git config core.sparsecheckout # timeout=10 10:08:52 > git checkout -f 24a7db6aa375322f003ce0c1b6a027f335be965f # timeout=10 10:08:56 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 10:08:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:08:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:08:58 + sudo service docker restart 10:08:58 + true 10:08:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:08:59 provisioning config files... 10:08:59 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config7726972184405134429tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:08:59 ---> docker-login.sh 10:08:59 nexus3.edgexfoundry.org:10001 10:08:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:08:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:08:59 Configure a credential helper to remove this warning. See 10:08:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:08:59 10:08:59 Login Succeeded 10:08:59 nexus3.edgexfoundry.org:10002 10:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:00 Configure a credential helper to remove this warning. See 10:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:00 10:09:00 Login Succeeded 10:09:00 nexus3.edgexfoundry.org:10003 10:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:00 Configure a credential helper to remove this warning. See 10:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:00 10:09:00 Login Succeeded 10:09:00 nexus3.edgexfoundry.org:10004 10:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:00 Configure a credential helper to remove this warning. See 10:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:00 10:09:00 Login Succeeded 10:09:00 docker.io 10:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:01 Configure a credential helper to remove this warning. See 10:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:01 10:09:01 Login Succeeded 10:09:01 ---> docker-login.sh ends [Pipeline] } 10:09:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:09:01 ========================================================= 10:09:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:09:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:09:01 + 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 . 10:09:01 Sending build context to Docker daemon 2.549MB 10:09:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:09:01 Step 2/8 : FROM ${BASE} 10:09:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:09:01 188c0c94c7c5: Pulling fs layer 10:09:01 0ef7d3d256c8: Pulling fs layer 10:09:01 de9db76c5a1d: Pulling fs layer 10:09:01 bca2f99d35d6: Pulling fs layer 10:09:01 93359f2a8cfa: Pulling fs layer 10:09:01 7c6f9722023f: Pulling fs layer 10:09:01 a35cf1a2eb13: Pulling fs layer 10:09:01 93359f2a8cfa: Waiting 10:09:01 7c6f9722023f: Waiting 10:09:01 a35cf1a2eb13: Waiting 10:09:01 bca2f99d35d6: Waiting 10:09:01 de9db76c5a1d: Verifying Checksum 10:09:01 de9db76c5a1d: Download complete 10:09:01 0ef7d3d256c8: Download complete 10:09:01 93359f2a8cfa: Verifying Checksum 10:09:01 93359f2a8cfa: Download complete 10:09:01 7c6f9722023f: Download complete 10:09:01 188c0c94c7c5: Verifying Checksum 10:09:01 188c0c94c7c5: Download complete 10:09:02 188c0c94c7c5: Pull complete 10:09:02 0ef7d3d256c8: Pull complete 10:09:02 de9db76c5a1d: Pull complete 10:09:03 Still waiting to schedule task 10:09:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:09:04 a35cf1a2eb13: Verifying Checksum 10:09:04 a35cf1a2eb13: Download complete 10:09:05 bca2f99d35d6: Verifying Checksum 10:09:05 bca2f99d35d6: Download complete 10:09:11 bca2f99d35d6: Pull complete 10:09:11 93359f2a8cfa: Pull complete 10:09:11 7c6f9722023f: Pull complete 10:09:18 a35cf1a2eb13: Pull complete 10:09:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:09:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:09:18 ---> a62c8e92a672 10:09:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:09:18 ---> Running in 81ce4b9afeeb 10:09:18 Removing intermediate container 81ce4b9afeeb 10:09:18 ---> dca9acc8ca14 10:09:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:09:18 ---> Running in caf15e7b2688 10:09:19 Removing intermediate container caf15e7b2688 10:09:19 ---> d496adbf7a71 10:09:19 Step 5/8 : RUN apk add --update --no-cache make git 10:09:19 ---> Running in 3c83aa2d358f 10:09:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:09:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:09:21 OK: 166 MiB in 39 packages 10:09:22 Removing intermediate container 3c83aa2d358f 10:09:22 ---> ad05bb5712f6 10:09:22 Step 6/8 : WORKDIR /device-sdk-go 10:09:22 ---> Running in d538f89b02a9 10:09:22 Removing intermediate container d538f89b02a9 10:09:22 ---> 6456f0498457 10:09:22 Step 7/8 : COPY . . 10:09:23 ---> 792625c1f601 10:09:23 Step 8/8 : RUN go mod download 10:09:24 ---> Running in 8f8b3a18aee7 10:09:42 Removing intermediate container 8f8b3a18aee7 10:09:42 ---> bb2f6cde35c3 10:09:42 Successfully built bb2f6cde35c3 10:09:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:09:42 + docker inspect -f . ci-base-image-x86_64 10:09:42 . [Pipeline] withDockerContainer 10:09:43 prd-centos7-docker-4c-2g-20476 does not seem to be running inside a container 10:09:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:43 $ docker top c2f3254a4cb93d3764b530ad40843519bd5ab14e66c085819470cabe1636526d -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:44 + go version 10:09:44 go version go1.15.5 linux/amd64 [Pipeline] } 10:09:44 $ docker stop --time=1 c2f3254a4cb93d3764b530ad40843519bd5ab14e66c085819470cabe1636526d 10:09:45 $ docker rm -f c2f3254a4cb93d3764b530ad40843519bd5ab14e66c085819470cabe1636526d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:09:46 + docker inspect -f . ci-base-image-x86_64 10:09:46 . [Pipeline] withDockerContainer 10:09:46 prd-centos7-docker-4c-2g-20476 does not seem to be running inside a container 10:09:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:09:47 $ docker top e23648b772415bf2f6d7955eaa6a65d0aab7f75cd83addb9119e47435d9587b2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:09:47 + make test 10:09:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:09:56 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:10:08 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:10:08 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:10:08 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:10:08 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.069s coverage: 19.4% of statements 10:10:13 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.438s coverage: 97.1% of statements 10:10:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 9.4% of statements 10:10:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.061s coverage: 21.7% of statements 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:10:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.209s coverage: 42.9% of statements 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:10:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.269s coverage: 68.9% of statements 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 10:10:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 53.8% of statements 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 10:10:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 10:10:39 ok github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http 0.068s coverage: 26.0% of statements 10:10:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.250s coverage: 68.9% of statements 10:10:39 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.2% of statements 10:10:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:10:39 GO111MODULE=on go vet ./... 10:10:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20478 in /w/workspace/dgexfoundry_device-sdk-go_PR-718 [Pipeline] { [Pipeline] ws 10:10:44 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 10:10:49 using credential edgex-jenkins-ssh 10:10:49 Cloning the remote Git repository 10:10:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:10:49 > git init /w/workspace/device-sdk-go/4 # timeout=10 10:10:50 gofmt -l . 10:10:50 [ "`gofmt -l .`" = "" ] 10:10:50 ./bin/test-attribution-txt.sh 10:10:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:10:49 > git --version # timeout=10 10:10:49 > git --version # 'git version 2.17.1' 10:10:49 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:10:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:10:50 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:10:51 $ docker stop --time=1 e23648b772415bf2f6d7955eaa6a65d0aab7f75cd83addb9119e47435d9587b2 10:10:51 Merging remotes/origin/master commit 619f260ee4c0648af817c78e3551f454d78ccf58 into PR head commit 24a7db6aa375322f003ce0c1b6a027f335be965f 10:10:51 Merge succeeded, producing 24a7db6aa375322f003ce0c1b6a027f335be965f 10:10:51 Checking out Revision 24a7db6aa375322f003ce0c1b6a027f335be965f (PR-718) 10:10:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:10:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:10:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:10:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:50 > 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 10:10:51 > git config core.sparsecheckout # timeout=10 10:10:51 > git checkout -f 24a7db6aa375322f003ce0c1b6a027f335be965f # timeout=10 10:10:51 > git remote # timeout=10 10:10:51 > git config --get remote.origin.url # timeout=10 10:10:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:10:51 > git merge 619f260ee4c0648af817c78e3551f454d78ccf58 # timeout=10 10:10:51 > git rev-parse HEAD^{commit} # timeout=10 10:10:51 > git config core.sparsecheckout # timeout=10 10:10:51 > git checkout -f 24a7db6aa375322f003ce0c1b6a027f335be965f # timeout=10 10:10:53 $ docker rm -f e23648b772415bf2f6d7955eaa6a65d0aab7f75cd83addb9119e47435d9587b2 [Pipeline] // withDockerContainer [Pipeline] sh 10:10:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:10:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 10:10:55 Commit message: "docs(v2): update schema to be consistent with edgex-go" [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 10:10:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh 10:10:57 + ls -al . 10:10:57 total 216 10:10:57 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 15 10:10 . 10:10:57 drwxrwxr-x. 4 jenkins jenkins 28 Jan 15 10:08 .. 10:10:57 drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 10:08 bin 10:10:57 -rw-r--r--. 1 jenkins jenkins 139194 Jan 15 10:10 coverage.out 10:10:57 -rw-rw-r--. 1 jenkins jenkins 949 Jan 15 10:08 Dockerfile.build 10:10:57 -rw-rw-r--. 1 jenkins jenkins 140 Jan 15 10:08 .dockerignore 10:10:57 drwxrwxr-x. 4 jenkins jenkins 48 Jan 15 10:08 example 10:10:57 drwxrwxr-x. 8 jenkins jenkins 179 Jan 15 10:08 .git 10:10:57 drwxrwxr-x. 2 jenkins jenkins 103 Jan 15 10:08 .github 10:10:57 -rw-rw-r--. 1 jenkins jenkins 138 Jan 15 10:08 .gitignore 10:10:57 -rw-r--r--. 1 jenkins jenkins 488 Jan 15 10:10 go.mod 10:10:57 -rw-r--r--. 1 jenkins jenkins 14124 Jan 15 10:10 go.sum 10:10:57 drwxrwxr-x. 15 jenkins jenkins 211 Jan 15 10:08 internal 10:10:57 -rw-rw-r--. 1 jenkins jenkins 901 Jan 15 10:08 Jenkinsfile 10:10:57 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 15 10:08 LICENSE 10:10:57 -rw-rw-r--. 1 jenkins jenkins 1013 Jan 15 10:08 Makefile 10:10:57 drwxrwxr-x. 4 jenkins jenkins 26 Jan 15 10:08 openapi 10:10:57 drwxrwxr-x. 5 jenkins jenkins 50 Jan 15 10:08 pkg 10:10:57 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 15 10:08 README.md 10:10:57 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 15 10:08 RELEASE-NOTES.txt 10:10:57 drwxrwxr-x. 4 jenkins jenkins 54 Jan 15 10:08 snap 10:10:57 -rw-rw-r--. 1 jenkins jenkins 5 Jan 15 10:08 VERSION 10:10:57 -rw-rw-r--. 1 jenkins jenkins 222 Jan 15 10:08 version.go [Pipeline] isUnix [Pipeline] sh 10:10:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 10:10:57 + 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=24a7db6aa375322f003ce0c1b6a027f335be965f --label arch=amd64 --label version=0.0.0 . [Pipeline] sh 10:10:57 Sending build context to Docker daemon 2.689MB 10:10:57 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:10:57 Step 2/24 : FROM ${BASE} AS builder 10:10:57 ---> bb2f6cde35c3 10:10:57 Step 3/24 : ARG MAKE='make build' 10:10:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:10:58 + sudo+ true 10:10:58 service docker restart 10:10:58 ---> Running in e91be6de1a65 10:10:58 Removing intermediate container e91be6de1a65 10:10:58 ---> 8a4950066aa8 10:10:58 Step 4/24 : WORKDIR /device-sdk-go 10:10:58 ---> Running in 3abfe93ecf12 10:10:58 Removing intermediate container 3abfe93ecf12 10:10:58 ---> 2362236b8328 10:10:58 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:10:59 ---> Running in 7089735f8b11 10:10:59 Removing intermediate container 7089735f8b11 10:10:59 ---> 9bef4dd7ccf3 10:10:59 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:10:59 ---> Running in c1ee90885d5c 10:11:00 Removing intermediate container c1ee90885d5c 10:11:00 ---> 94208b6cbd7f 10:11:00 Step 7/24 : RUN apk add --update --no-cache make git 10:11:00 ---> Running in bc476dff85b3 10:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:11:01 provisioning config files... 10:11:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config852553221017128878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:11:01 ---> docker-login.sh 10:11:01 nexus3.edgexfoundry.org:10001 10:11:01 OK: 166 MiB in 39 packages 10:11:02 Removing intermediate container bc476dff85b3 10:11:02 ---> d74a4ea83a3b 10:11:02 Step 8/24 : COPY . . 10:11:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:02 Configure a credential helper to remove this warning. See 10:11:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:02 10:11:02 Login Succeeded 10:11:02 nexus3.edgexfoundry.org:10002 10:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:03 Configure a credential helper to remove this warning. See 10:11:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:03 10:11:03 Login Succeeded 10:11:03 nexus3.edgexfoundry.org:10003 10:11:03 ---> ff016281919c 10:11:03 Step 9/24 : RUN ${MAKE} 10:11:03 ---> Running in 4910347a744b 10:11:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:03 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 10:11:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:03 Configure a credential helper to remove this warning. See 10:11:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:03 10:11:03 Login Succeeded 10:11:03 nexus3.edgexfoundry.org:10004 10:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:04 Configure a credential helper to remove this warning. See 10:11:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:04 10:11:04 Login Succeeded 10:11:04 docker.io 10:11:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:11:05 Configure a credential helper to remove this warning. See 10:11:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:11:05 10:11:05 Login Succeeded 10:11:05 ---> docker-login.sh ends [Pipeline] } 10:11:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:11:05 ========================================================= 10:11:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:11:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:11:06 + 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 . 10:11:06 Sending build context to Docker daemon 2.548MB 10:11:06 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:11:06 Step 2/8 : FROM ${BASE} 10:11:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:11:06 5f621e34cdf4: Pulling fs layer 10:11:06 a4357932f1b6: Pulling fs layer 10:11:06 18c013af1878: Pulling fs layer 10:11:06 00ac8860ef70: Pulling fs layer 10:11:06 63d7cb157983: Pulling fs layer 10:11:06 b116817d02f9: Pulling fs layer 10:11:06 745a02a5169b: Pulling fs layer 10:11:06 00ac8860ef70: Waiting 10:11:06 63d7cb157983: Waiting 10:11:06 b116817d02f9: Waiting 10:11:06 745a02a5169b: Waiting 10:11:06 18c013af1878: Verifying Checksum 10:11:06 18c013af1878: Download complete 10:11:06 a4357932f1b6: Verifying Checksum 10:11:06 a4357932f1b6: Download complete 10:11:06 63d7cb157983: Verifying Checksum 10:11:06 63d7cb157983: Download complete 10:11:07 b116817d02f9: Download complete 10:11:07 5f621e34cdf4: Verifying Checksum 10:11:07 5f621e34cdf4: Download complete 10:11:08 5f621e34cdf4: Pull complete 10:11:08 a4357932f1b6: Pull complete 10:11:08 18c013af1878: Pull complete 10:11:09 745a02a5169b: Verifying Checksum 10:11:09 745a02a5169b: Download complete 10:11:10 00ac8860ef70: Verifying Checksum 10:11:10 00ac8860ef70: Download complete 10:11:12 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:11:13 Removing intermediate container 4910347a744b 10:11:13 ---> 14f006d29c70 10:11:13 Step 10/24 : FROM scratch 10:11:13 ---> 10:11:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:11:13 ---> Running in 195a26fcaa10 10:11:13 Removing intermediate container 195a26fcaa10 10:11:13 ---> 18147c719249 10:11:13 Step 12/24 : ENV APP_PORT=49990 10:11:13 ---> Running in 562abc4b1df4 10:11:13 Removing intermediate container 562abc4b1df4 10:11:13 ---> 4e92d1606813 10:11:13 Step 13/24 : EXPOSE $APP_PORT 10:11:14 ---> Running in b13278af5f09 10:11:14 Removing intermediate container b13278af5f09 10:11:14 ---> 1b6f4cdbcca9 10:11:14 Step 14/24 : WORKDIR / 10:11:14 ---> Running in b7b2985d4406 10:11:14 Removing intermediate container b7b2985d4406 10:11:14 ---> 7a38e3d8bf7e 10:11:14 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:11:15 ---> 8354ad21f812 10:11:15 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:11:15 ---> 15993b59f120 10:11:15 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:11:15 ---> f52e7b77b36e 10:11:15 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:11:15 ---> b88126ce43c2 10:11:15 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:11:15 ---> 94e79a1f3ea3 10:11:15 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:11:15 ---> Running in 91bb8f32c999 10:11:16 Removing intermediate container 91bb8f32c999 10:11:16 ---> 8a0536a64aad 10:11:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:11:16 ---> Running in cfbfa117ca64 10:11:16 Removing intermediate container cfbfa117ca64 10:11:16 ---> b1e6b15c5696 10:11:16 Step 22/24 : LABEL arch=amd64 10:11:16 ---> Running in 91c9d046d6ec 10:11:16 Removing intermediate container 91c9d046d6ec 10:11:16 ---> 83a3dfbc859c 10:11:16 Step 23/24 : LABEL git_sha=24a7db6aa375322f003ce0c1b6a027f335be965f 10:11:16 ---> Running in cc7ac4ead142 10:11:16 Removing intermediate container cc7ac4ead142 10:11:16 ---> 204e1c23331f 10:11:16 Step 24/24 : LABEL version=0.0.0 10:11:16 ---> Running in efe94b23f026 10:11:17 Removing intermediate container efe94b23f026 10:11:17 ---> 96cb525b4e86 10:11:17 [Warning] One or more build-args [ARCH] were not consumed 10:11:17 Successfully built 96cb525b4e86 10:11:17 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] } 10:11:21 00ac8860ef70: Pull complete 10:11:21 63d7cb157983: Pull complete 10:11:21 b116817d02f9: Pull complete 10:11:25 745a02a5169b: Pull complete 10:11:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:11:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:11:25 ---> b7e6874047d6 10:11:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:11:28 ---> Running in 497210169dd1 10:11:28 Removing intermediate container 497210169dd1 10:11:28 ---> fd8fc64313c2 10:11:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:11:28 ---> Running in ab76cd0103e3 10:11:30 Removing intermediate container ab76cd0103e3 10:11:30 ---> 5f22f3f34817 10:11:30 Step 5/8 : RUN apk add --update --no-cache make git 10:11:30 ---> Running in ccd014e21b09 10:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:11:33 OK: 142 MiB in 39 packages 10:11:34 Removing intermediate container ccd014e21b09 10:11:34 ---> 923268025494 10:11:34 Step 6/8 : WORKDIR /device-sdk-go 10:11:34 ---> Running in 47220626de5c 10:11:34 Removing intermediate container 47220626de5c 10:11:34 ---> c2249a3ae230 10:11:34 Step 7/8 : COPY . . 10:11:36 ---> e2c3bc39baba 10:11:36 Step 8/8 : RUN go mod download 10:11:36 ---> Running in 688e83fbc2e5 10:11:58 Removing intermediate container 688e83fbc2e5 10:11:58 ---> e4242bca2df3 10:11:58 Successfully built e4242bca2df3 10:11:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:11:59 + docker inspect -f . ci-base-image-arm64 10:11:59 . [Pipeline] withDockerContainer 10:11:59 prd-ubuntu18.04-docker-arm64-4c-16g-20478 does not seem to be running inside a container 10:11:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 10:12:00 $ docker top a5c61adb9f42f91101944a0ec2e9c1e9f50554d6dabfcc6f19775ec68e22419a -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:01 + go version 10:12:01 go version go1.15.5 linux/arm64 [Pipeline] } 10:12:01 $ docker stop --time=1 a5c61adb9f42f91101944a0ec2e9c1e9f50554d6dabfcc6f19775ec68e22419a 10:12:03 $ docker rm -f a5c61adb9f42f91101944a0ec2e9c1e9f50554d6dabfcc6f19775ec68e22419a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:12:04 + docker inspect -f . ci-base-image-arm64 10:12:04 . [Pipeline] withDockerContainer 10:12:05 prd-ubuntu18.04-docker-arm64-4c-16g-20478 does not seem to be running inside a container 10:12:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 10:12:06 $ docker top 92982eac0800f64d17d4cd1edba16dd52426874b05847832f2eb47cc27b0684f -eo pid,comm [Pipeline] { [Pipeline] sh 10:12:07 + make test 10:12:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:12:29 ? github.com/edgexfoundry/device-sdk-go [no test files] 10:13:09 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 10:13:09 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 10:13:09 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 10:13:09 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.159s coverage: 19.4% of statements 10:13:14 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.147s coverage: 97.1% of statements 10:13:41 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.138s coverage: 9.4% of statements 10:13:41 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.130s coverage: 21.7% of statements 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 10:13:41 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.587s coverage: 42.9% of statements 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 10:13:41 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.754s coverage: 68.9% of statements 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 10:13:41 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.208s coverage: 53.8% of statements 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 10:13:41 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 10:13:41 ok github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http 0.167s coverage: 26.0% of statements 10:13:41 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.739s coverage: 68.9% of statements 10:13:41 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.143s coverage: 4.2% of statements 10:13:41 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 10:13:41 GO111MODULE=on go vet ./... 10:14:20 gofmt -l . 10:14:20 [ "`gofmt -l .`" = "" ] 10:14:20 ./bin/test-attribution-txt.sh 10:14:20 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:14:20 $ docker stop --time=1 92982eac0800f64d17d4cd1edba16dd52426874b05847832f2eb47cc27b0684f 10:14:22 $ docker rm -f 92982eac0800f64d17d4cd1edba16dd52426874b05847832f2eb47cc27b0684f [Pipeline] // withDockerContainer [Pipeline] sh 10:14:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:14:24 Warning: overwriting stash ‘coverage-report’ 10:14:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:14:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:14:25 + ls -al . 10:14:25 total 252 10:14:25 drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 10:14 . 10:14:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 10:10 .. 10:14:25 -rw-rw-r-- 1 jenkins jenkins 140 Jan 15 10:10 .dockerignore 10:14:25 drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 10:10 .git 10:14:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 10:10 .github 10:14:25 -rw-rw-r-- 1 jenkins jenkins 138 Jan 15 10:10 .gitignore 10:14:25 -rw-rw-r-- 1 jenkins jenkins 949 Jan 15 10:10 Dockerfile.build 10:14:25 -rw-rw-r-- 1 jenkins jenkins 901 Jan 15 10:10 Jenkinsfile 10:14:25 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 15 10:10 LICENSE 10:14:25 -rw-rw-r-- 1 jenkins jenkins 1013 Jan 15 10:10 Makefile 10:14:25 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 15 10:10 README.md 10:14:25 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 15 10:10 RELEASE-NOTES.txt 10:14:25 -rw-rw-r-- 1 jenkins jenkins 5 Jan 15 10:08 VERSION 10:14:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 10:10 bin 10:14:25 -rw-r--r-- 1 jenkins jenkins 139194 Jan 15 10:13 coverage.out 10:14:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 10:10 example 10:14:25 -rw-r--r-- 1 jenkins jenkins 488 Jan 15 10:14 go.mod 10:14:25 -rw-r--r-- 1 jenkins jenkins 14124 Jan 15 10:14 go.sum 10:14:25 drwxrwxr-x 15 jenkins jenkins 4096 Jan 15 10:10 internal 10:14:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 10:10 openapi 10:14:25 drwxrwxr-x 5 jenkins jenkins 4096 Jan 15 10:10 pkg 10:14:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 10:10 snap 10:14:25 -rw-rw-r-- 1 jenkins jenkins 222 Jan 15 10:10 version.go [Pipeline] isUnix [Pipeline] sh 10:14:26 + 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=24a7db6aa375322f003ce0c1b6a027f335be965f --label arch=arm64 --label version=0.0.0 . 10:14:26 Sending build context to Docker daemon 2.687MB 10:14:26 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 10:14:26 Step 2/24 : FROM ${BASE} AS builder 10:14:26 ---> e4242bca2df3 10:14:26 Step 3/24 : ARG MAKE='make build' 10:14:27 ---> Running in 40cb0e06f719 10:14:27 Removing intermediate container 40cb0e06f719 10:14:27 ---> 215676c47444 10:14:27 Step 4/24 : WORKDIR /device-sdk-go 10:14:27 ---> Running in 7e9c0f7b642e 10:14:28 Removing intermediate container 7e9c0f7b642e 10:14:28 ---> 81c566506691 10:14:28 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:14:28 ---> Running in b55298feaa46 10:14:28 Removing intermediate container b55298feaa46 10:14:28 ---> 356ff07bd85b 10:14:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:14:28 ---> Running in b8e0175985d4 10:14:30 Removing intermediate container b8e0175985d4 10:14:30 ---> d1c8c3a82f20 10:14:30 Step 7/24 : RUN apk add --update --no-cache make git 10:14:31 ---> Running in 5b5bc24a6b36 10:14:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:14:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:14:33 OK: 142 MiB in 39 packages 10:14:34 Removing intermediate container 5b5bc24a6b36 10:14:34 ---> 2a7a120977e0 10:14:34 Step 8/24 : COPY . . 10:14:36 ---> df0c015071b0 10:14:36 Step 9/24 : RUN ${MAKE} 10:14:36 ---> Running in 6dccd668eca8 10:14:37 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 10:15:03 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:15:03 Removing intermediate container 6dccd668eca8 10:15:03 ---> 1011815fdf8a 10:15:03 Step 10/24 : FROM scratch 10:15:03 ---> 10:15:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:15:03 ---> Running in 4e9d76de7a98 10:15:04 Removing intermediate container 4e9d76de7a98 10:15:04 ---> 0a7402255c56 10:15:04 Step 12/24 : ENV APP_PORT=49990 10:15:04 ---> Running in 21cbf51d7cff 10:15:04 Removing intermediate container 21cbf51d7cff 10:15:04 ---> cdd9e7f52cb6 10:15:04 Step 13/24 : EXPOSE $APP_PORT 10:15:04 ---> Running in 5a8927424580 10:15:05 Removing intermediate container 5a8927424580 10:15:05 ---> 7018dd668b41 10:15:05 Step 14/24 : WORKDIR / 10:15:05 ---> Running in b24cf35f8ebf 10:15:05 Removing intermediate container b24cf35f8ebf 10:15:05 ---> 7c2986c0243a 10:15:05 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:15:07 ---> 2cd4c9828dc3 10:15:07 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:15:07 ---> 33a394f82127 10:15:07 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:15:08 ---> 03cf9ad255d4 10:15:08 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:15:09 ---> 67ed3f99735e 10:15:09 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:15:10 ---> 230310b004f3 10:15:10 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:15:10 ---> Running in 327dd770f267 10:15:10 Removing intermediate container 327dd770f267 10:15:10 ---> ecacf4e0587f 10:15:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:15:10 ---> Running in f1345d044b05 10:15:11 Removing intermediate container f1345d044b05 10:15:11 ---> 0286b2088143 10:15:11 Step 22/24 : LABEL arch=arm64 10:15:11 ---> Running in 60d3a94798b2 10:15:12 Removing intermediate container 60d3a94798b2 10:15:12 ---> 9bd765cb71ae 10:15:12 Step 23/24 : LABEL git_sha=24a7db6aa375322f003ce0c1b6a027f335be965f 10:15:12 ---> Running in 4af19a7cdcdf 10:15:12 Removing intermediate container 4af19a7cdcdf 10:15:12 ---> 9932ffd0f34e 10:15:12 Step 24/24 : LABEL version=0.0.0 10:15:12 ---> Running in 6c6236e42615 10:15:13 Removing intermediate container 6c6236e42615 10:15:13 ---> 8cb1065bec42 10:15:13 [Warning] One or more build-args [ARCH] were not consumed 10:15:13 Successfully built 8cb1065bec42 10:15:13 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 10:15:15 provisioning config files... 10:15:15 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config5729029113473071245tmp [Pipeline] { [Pipeline] sh 10:15:15 + set +x 10:15:15 + curl -s https://codecov.io/bash 10:15:15 + bash -s -- 10:15:15 10:15:15 _____ _ 10:15:15 / ____| | | 10:15:15 | | ___ __| | ___ ___ _____ __ 10:15:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:15:15 | |___| (_) | (_| | __/ (_| (_) \ V / 10:15:15 \_____\___/ \__,_|\___|\___\___/ \_/ 10:15:15 Bash-20201231-23d4836 10:15:15 10:15:15 10:15:15 ==> git version 2.24.3 found 10:15:15 ==> 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 10:15:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:15:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:15:15 ==> Jenkins CI detected. 10:15:15 project root: . 10:15:15 --> token set from env 10:15:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:15:15 ==> Running gcov in . (disable via -X gcov) 10:15:15 ==> Python coveragepy not found 10:15:15 ==> Searching for coverage reports in: 10:15:15 + . 10:15:15 -> Found 1 reports 10:15:15 ==> Detecting git/mercurial file structure 10:15:15 ==> Reading reports 10:15:15 + ./coverage.out bytes=139194 10:15:15 ==> Appending adjustments 10:15:15 https://docs.codecov.io/docs/fixing-reports 10:15:16 + Found adjustments 10:15:16 ==> Gzipping contents 10:15:16 24K /tmp/codecov.x6irbH.gz 10:15:16 ==> Uploading reports 10:15:16 url: https://codecov.io 10:15:16 query: branch=PR-718&commit=24a7db6aa375322f003ce0c1b6a027f335be965f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= 10:15:16 -> Pinging Codecov 10:15:16 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-718&commit=24a7db6aa375322f003ce0c1b6a027f335be965f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-718%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=718&job=&cmd_args= 10:15:16 -> Uploading to 10:15:16 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/7E55EF52A471D76F132DFD9A03CDDE97/24a7db6aa375322f003ce0c1b6a027f335be965f/d1e6170e-522b-4343-a574-6e880da3887c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T101516Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9fa5eec7515c14cd55ca1907339a333dc45f4aac8b71802637a04ec08a134fbd 10:15:16 % Total % Received % Xferd Average Speed Time Time Time Current 10:15:16 Dload Upload Total Spent Left Speed 10:15:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22256 0 0 100 22256 0 38140 --:--:-- --:--:-- --:--:-- 38174 10:15:17 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/24a7db6aa375322f003ce0c1b6a027f335be965f [Pipeline] } 10:15:17 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 10:15:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:15:20 ---> package-listing.sh 10:15:20 ++ facter osfamily 10:15:20 ++ tr '[:upper:]' '[:lower:]' 10:15:20 + OS_FAMILY=redhat 10:15:20 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-718 10:15:20 + START_PACKAGES=/tmp/packages_start.txt 10:15:20 + END_PACKAGES=/tmp/packages_end.txt 10:15:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:15:20 + PACKAGES=/tmp/packages_start.txt 10:15:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 10:15:20 + PACKAGES=/tmp/packages_end.txt 10:15:20 + case "${OS_FAMILY}" in 10:15:20 + rpm -qa 10:15:20 + sort 10:15:25 + '[' -f /tmp/packages_start.txt ']' 10:15:25 + '[' -f /tmp/packages_end.txt ']' 10:15:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:15:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-718 ']' 10:15:25 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-718/archives/ 10:15:25 + 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 10:15:25 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 10:15:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:15:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:15:26 10:15:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:15:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:15:26 alpine: Pulling from edgex-lftools-log-publisher 10:15:26 df20fa9351a1: Pulling fs layer 10:15:26 36b3adc4ff6f: Pulling fs layer 10:15:26 8ad3a11d3b57: Pulling fs layer 10:15:26 46f8f816bc3b: Pulling fs layer 10:15:26 93b61091891f: Pulling fs layer 10:15:26 93b9cdb0e59b: Pulling fs layer 10:15:26 5e14af77c1be: Pulling fs layer 10:15:26 01666e4c0597: Pulling fs layer 10:15:26 aa168da1d23b: Pulling fs layer 10:15:26 93b61091891f: Waiting 10:15:26 46f8f816bc3b: Waiting 10:15:26 5e14af77c1be: Waiting 10:15:26 01666e4c0597: Waiting 10:15:26 93b9cdb0e59b: Waiting 10:15:26 aa168da1d23b: Waiting 10:15:26 36b3adc4ff6f: Verifying Checksum 10:15:26 36b3adc4ff6f: Download complete 10:15:26 46f8f816bc3b: Verifying Checksum 10:15:26 46f8f816bc3b: Download complete 10:15:26 df20fa9351a1: Download complete 10:15:27 93b9cdb0e59b: Verifying Checksum 10:15:27 93b9cdb0e59b: Download complete 10:15:27 5e14af77c1be: Verifying Checksum 10:15:27 5e14af77c1be: Download complete 10:15:27 93b61091891f: Verifying Checksum 10:15:27 93b61091891f: Download complete 10:15:27 01666e4c0597: Verifying Checksum 10:15:27 01666e4c0597: Download complete 10:15:27 df20fa9351a1: Pull complete 10:15:27 36b3adc4ff6f: Pull complete 10:15:27 8ad3a11d3b57: Verifying Checksum 10:15:27 8ad3a11d3b57: Download complete 10:15:28 8ad3a11d3b57: Pull complete 10:15:28 46f8f816bc3b: Pull complete 10:15:29 93b61091891f: Pull complete 10:15:29 aa168da1d23b: Verifying Checksum 10:15:29 aa168da1d23b: Download complete 10:15:29 93b9cdb0e59b: Pull complete 10:15:29 5e14af77c1be: Pull complete 10:15:29 01666e4c0597: Pull complete 10:15:36 aa168da1d23b: Pull complete 10:15:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:15:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:15:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:15:36 prd-centos7-docker-4c-2g-20475 does not seem to be running inside a container 10:15:36 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:15:46 $ docker top 733cd72d96aafae6fc632bea1b486bc51aea76c894d7238beb2cb771ceaebbe4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:47 + touch /tmp/pre-build-complete [Pipeline] sh 10:15:47 + mkdir -p /var/log/sa [Pipeline] sh 10:15:47 + ls /var/log/sa-host 10:15:47 + sadf -c /var/log/sa-host/sa15 10:15:47 file_magic: OK 10:15:47 HZ: Using current value: 100 10:15:47 file_header: OK 10:15:47 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 10:15:47 Statistics: 10:15:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:15:47 File successfully converted to sysstat format version 12.2.1 10:15:47 + sadf -c /var/log/sa-host/sa23 10:15:47 file_magic: OK 10:15:47 HZ: Using current value: 100 10:15:47 file_header: OK 10:15:47 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 10:15:47 Statistics: 10:15:47 Hnuu...uuuununununu... 10:15:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:15:47 provisioning config files... 10:15:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-718@tmp/config3999389985788393556tmp [Pipeline] { [Pipeline] echo 10:15:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:15:48 ---> create-netrc.sh [Pipeline] } 10:15:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:15:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:15:48 ---> python-tools-install.sh [Pipeline] echo 10:15:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:15:49 ---> sudo-logs.sh 10:15:49 Archiving 'sudo' log.. [Pipeline] echo 10:15:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:15:49 ---> job-cost.sh 10:15:49 lf-activate-venv: SKIPPING 10:15:49 INFO: No Stack... 10:15:50 INFO: Retrieving Pricing Info for: v1-standard-2 10:15:51 INFO: Archiving Costs [Pipeline] echo 10:15:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:15:51 ---> logs-deploy.sh 10:15:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-718/4 10:15:51 INFO: archiving workspace using pattern(s): 10:15:53 Archives upload complete. 10:15:53 INFO: archiving logs to Nexus