Pull request #753 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 judehung for edgexfoundry/device-sdk-go Loading trusted files from base branch master at d510da1b257a72a1ecadf2ee4e04e7d54b2df89d rather than 36433b781bb2ee003898b57ec7acf2c0b8aebae6 Obtained Jenkinsfile from d510da1b257a72a1ecadf2ee4e04e7d54b2df89d 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-23650 in /w/workspace/dgexfoundry_device-sdk-go_PR-753 [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-753 # 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/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 36433b781bb2ee003898b57ec7acf2c0b8aebae6 Merge succeeded, producing 0c99c0bf9d0355358eea2d22ef532bc0f34a76ee Checking out Revision 0c99c0bf9d0355358eea2d22ef532bc0f34a76ee (PR-753) > git config core.sparsecheckout # timeout=10 > git checkout -f 36433b781bb2ee003898b57ec7acf2c0b8aebae6 # 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 d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c99c0bf9d0355358eea2d22ef532bc0f34a76ee # timeout=10 Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 42626c2ceaa3cff6cd32781b3c376ece08d9814c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:16 ========================================================= 02:41:16 EdgeX Global Pipelines Version Info 02:41:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:20 ------------------- 02:41:20 stable info: 02:41:20 ------------------- 02:41:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:20 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:41:20 Message: update stable to v1.0.179 02:41:20 ------------------- 02:41:20 experimental info: 02:41:20 ------------------- 02:41:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:20 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:41:20 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-753 [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-753 [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-753 [Pipeline] echo 02:41:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c99c0bf9d0355358eea2d22ef532bc0f34a76ee [Pipeline] echo 02:41:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c99c0b [Pipeline] echo 02:41:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:24 provisioning config files... 02:41:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/config1185446411820682658tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:24 ---> docker-login.sh 02:41:24 nexus3.edgexfoundry.org:10001 02:41:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:25 Configure a credential helper to remove this warning. See 02:41:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:25 02:41:25 Login Succeeded 02:41:25 nexus3.edgexfoundry.org:10002 02:41:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:26 Configure a credential helper to remove this warning. See 02:41:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:26 02:41:26 Login Succeeded 02:41:26 nexus3.edgexfoundry.org:10003 02:41:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:26 Configure a credential helper to remove this warning. See 02:41:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:26 02:41:26 Login Succeeded 02:41:26 nexus3.edgexfoundry.org:10004 02:41:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:26 Configure a credential helper to remove this warning. See 02:41:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:26 02:41:26 Login Succeeded 02:41:26 docker.io 02:41:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:27 Configure a credential helper to remove this warning. See 02:41:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:27 02:41:27 Login Succeeded 02:41:27 ---> docker-login.sh ends [Pipeline] } 02:41:27 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 02:41:28 + git log --format=format:%s -1 0c99c0bf9d0355358eea2d22ef532bc0f34a76ee [Pipeline] echo 02:41:28 GIT_COMMIT: 0c99c0bf9d0355358eea2d22ef532bc0f34a76ee, Commit Message: Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD [Pipeline] echo 02:41:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:29 02:41:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:29 latest: Pulling from edgex-devops/git-semver 02:41:29 31603596830f: Pulling fs layer 02:41:29 2a8b12db71e7: Pulling fs layer 02:41:29 6ca5941a6612: Pulling fs layer 02:41:29 ecc8261a40a4: Pulling fs layer 02:41:29 ecc8261a40a4: Waiting 02:41:29 2a8b12db71e7: Verifying Checksum 02:41:29 2a8b12db71e7: Download complete 02:41:30 31603596830f: Verifying Checksum 02:41:30 31603596830f: Download complete 02:41:30 6ca5941a6612: Verifying Checksum 02:41:30 6ca5941a6612: Download complete 02:41:30 ecc8261a40a4: Verifying Checksum 02:41:30 ecc8261a40a4: Download complete 02:41:31 31603596830f: Pull complete 02:41:31 2a8b12db71e7: Pull complete 02:41:33 6ca5941a6612: Pull complete 02:41:34 ecc8261a40a4: Pull complete 02:41:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:34 prd-centos7-docker-4c-2g-23650 does not seem to be running inside a container 02:41:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-753 -v /w/workspace/dgexfoundry_device-sdk-go_PR-753:/w/workspace/dgexfoundry_device-sdk-go_PR-753:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-753@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:10004/edgex-devops/git-semver:latest cat 02:41:37 $ docker top 2c0ea320a433cb5e254767b60a986dbd724210ebcffdfb1db19a480cfebce162 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:37 [ssh-agent] Looking for ssh-agent implementation... 02:41:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:38 $ docker exec 2c0ea320a433cb5e254767b60a986dbd724210ebcffdfb1db19a480cfebce162 ssh-agent 02:41:38 SSH_AUTH_SOCK=/tmp/ssh-G1WWws5EQN6T/agent.12 02:41:38 SSH_AGENT_PID=17 02:41:38 Running ssh-add (command line suppressed) 02:41:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_7478929464341742829.key (/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_7478929464341742829.key) 02:41:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:39 + git tag --points-at HEAD [Pipeline] } 02:41:39 $ docker exec --env ******** --env ******** 2c0ea320a433cb5e254767b60a986dbd724210ebcffdfb1db19a480cfebce162 ssh-agent -k 02:41:40 unset SSH_AUTH_SOCK; 02:41:40 unset SSH_AGENT_PID; 02:41:40 echo Agent pid 17 killed; 02:41:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:40 [ssh-agent] Looking for ssh-agent implementation... 02:41:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:40 $ docker exec 2c0ea320a433cb5e254767b60a986dbd724210ebcffdfb1db19a480cfebce162 ssh-agent 02:41:40 SSH_AUTH_SOCK=/tmp/ssh-F9alClnO7QXU/agent.45 02:41:40 SSH_AGENT_PID=51 02:41:40 Running ssh-add (command line suppressed) 02:41:41 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_3586627949717182711.key (/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/private_key_3586627949717182711.key) 02:41:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:41 + git semver init 02:41:41 # -> Open(): unable to determine branch for HEAD 02:41:41 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-753/.git 02:41:41 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-753 02:41:41 # $SEMVER_REMOTE_NAME = origin 02:41:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:41 # $SEMVER_USER_NAME = edgex-jenkins 02:41:41 # $SEMVER_BRANCH = PR-753 02:41:41 # $SEMVER_TEMP = /tmp/semver-859487033 02:41:41 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:41:42 # '/tmp/semver-859487033' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-753/.semver' 02:41:42 # -> Force: false 02:41:42 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-753/.semver [Pipeline] } 02:41:42 $ docker exec --env ******** --env ******** 2c0ea320a433cb5e254767b60a986dbd724210ebcffdfb1db19a480cfebce162 ssh-agent -k 02:41:42 unset SSH_AUTH_SOCK; 02:41:42 unset SSH_AGENT_PID; 02:41:42 echo Agent pid 51 killed; 02:41:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:43 + git semver [Pipeline] } 02:41:43 $ docker stop --time=1 2c0ea320a433cb5e254767b60a986dbd724210ebcffdfb1db19a480cfebce162 02:41:45 $ docker rm -f 2c0ea320a433cb5e254767b60a986dbd724210ebcffdfb1db19a480cfebce162 [Pipeline] // withDockerContainer [Pipeline] sh 02:41:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:41:47 Stashed 1 file(s) [Pipeline] echo 02:41: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 02:42:02 Still waiting to schedule task 02:42:02 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:02 Still waiting to schedule task 02:42:02 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:43:09 Running on prd-centos7-docker-4c-2g-23655 in /w/workspace/dgexfoundry_device-sdk-go_PR-753 [Pipeline] { [Pipeline] ws 02:43:09 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:43:11 using credential edgex-jenkins-ssh 02:43:11 Cloning the remote Git repository 02:43:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:43:11 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:43:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:11 > git --version # timeout=10 02:43:11 > git --version # 'git version 2.24.3' 02:43:11 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:13 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 36433b781bb2ee003898b57ec7acf2c0b8aebae6 02:43:13 Merge succeeded, producing 40fa0b7ab555e7aab7ea5594cdacc6fa7da8e3b9 02:43:13 Checking out Revision 40fa0b7ab555e7aab7ea5594cdacc6fa7da8e3b9 (PR-753) 02:43:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:12 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:43:12 > git config core.sparsecheckout # timeout=10 02:43:12 > git checkout -f 36433b781bb2ee003898b57ec7acf2c0b8aebae6 # timeout=10 02:43:12 > git remote # timeout=10 02:43:12 > git config --get remote.origin.url # timeout=10 02:43:12 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:12 > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 02:43:12 > git rev-parse HEAD^{commit} # timeout=10 02:43:13 > git config core.sparsecheckout # timeout=10 02:43:13 > git checkout -f 40fa0b7ab555e7aab7ea5594cdacc6fa7da8e3b9 # timeout=10 02:43:16 Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" 02:43:16 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:16 > git rev-list --no-walk 42626c2ceaa3cff6cd32781b3c376ece08d9814c # timeout=10 02:43:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:43:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:43:18 + sudo service docker restart 02:43:18 + true 02:43:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:19 provisioning config files... 02:43:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config8463982166406605502tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:20 ---> docker-login.sh 02:43:20 nexus3.edgexfoundry.org:10001 02:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:20 Configure a credential helper to remove this warning. See 02:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:20 02:43:20 Login Succeeded 02:43:20 nexus3.edgexfoundry.org:10002 02:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:20 Configure a credential helper to remove this warning. See 02:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:20 02:43:20 Login Succeeded 02:43:20 nexus3.edgexfoundry.org:10003 02:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:21 Configure a credential helper to remove this warning. See 02:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:21 02:43:21 Login Succeeded 02:43:21 nexus3.edgexfoundry.org:10004 02:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:21 Configure a credential helper to remove this warning. See 02:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:21 02:43:21 Login Succeeded 02:43:21 docker.io 02:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:21 Configure a credential helper to remove this warning. See 02:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:21 02:43:21 Login Succeeded 02:43:21 ---> docker-login.sh ends [Pipeline] } 02:43:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:43:21 ========================================================= 02:43:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:43:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:43:22 + 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 . 02:43:22 Sending build context to Docker daemon 2.599MB 02:43:22 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:43:22 Step 2/8 : FROM ${BASE} 02:43:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:43:22 188c0c94c7c5: Pulling fs layer 02:43:22 0ef7d3d256c8: Pulling fs layer 02:43:22 de9db76c5a1d: Pulling fs layer 02:43:22 bca2f99d35d6: Pulling fs layer 02:43:22 93359f2a8cfa: Pulling fs layer 02:43:22 7c6f9722023f: Pulling fs layer 02:43:22 a35cf1a2eb13: Pulling fs layer 02:43:22 93359f2a8cfa: Waiting 02:43:22 7c6f9722023f: Waiting 02:43:22 a35cf1a2eb13: Waiting 02:43:22 bca2f99d35d6: Waiting 02:43:22 de9db76c5a1d: Verifying Checksum 02:43:22 de9db76c5a1d: Download complete 02:43:22 0ef7d3d256c8: Verifying Checksum 02:43:22 0ef7d3d256c8: Download complete 02:43:22 93359f2a8cfa: Verifying Checksum 02:43:22 93359f2a8cfa: Download complete 02:43:22 7c6f9722023f: Verifying Checksum 02:43:22 7c6f9722023f: Download complete 02:43:22 188c0c94c7c5: Verifying Checksum 02:43:22 188c0c94c7c5: Download complete 02:43:22 188c0c94c7c5: Pull complete 02:43:23 0ef7d3d256c8: Pull complete 02:43:23 de9db76c5a1d: Pull complete 02:43:25 a35cf1a2eb13: Verifying Checksum 02:43:25 a35cf1a2eb13: Download complete 02:43:25 bca2f99d35d6: Verifying Checksum 02:43:25 bca2f99d35d6: Download complete 02:43:32 bca2f99d35d6: Pull complete 02:43:32 93359f2a8cfa: Pull complete 02:43:32 7c6f9722023f: Pull complete 02:43:36 a35cf1a2eb13: Pull complete 02:43:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:43:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:43:36 ---> a62c8e92a672 02:43:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:43:36 ---> Running in 8690c1080ad7 02:43:36 Removing intermediate container 8690c1080ad7 02:43:36 ---> 9176cfeee97a 02:43:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:36 ---> Running in 02bd0270d409 02:43:38 Removing intermediate container 02bd0270d409 02:43:38 ---> 65a8db347e14 02:43:38 Step 5/8 : RUN apk add --update --no-cache make git 02:43:38 ---> Running in 3583137c133b 02:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:43:40 OK: 166 MiB in 39 packages 02:43:40 Removing intermediate container 3583137c133b 02:43:40 ---> da40d63577b4 02:43:40 Step 6/8 : WORKDIR /device-sdk-go 02:43:40 ---> Running in 15896f9682f7 02:43:40 Removing intermediate container 15896f9682f7 02:43:40 ---> ae5c28fa5da1 02:43:40 Step 7/8 : COPY . . 02:43:42 ---> 6a02f6154e8d 02:43:42 Step 8/8 : RUN go mod download 02:43:42 ---> Running in da1a708d6361 02:44:04 Removing intermediate container da1a708d6361 02:44:04 ---> 85fb37278662 02:44:04 Successfully built 85fb37278662 02:44:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:44:04 + docker inspect -f . ci-base-image-x86_64 02:44:04 . [Pipeline] withDockerContainer 02:44:04 prd-centos7-docker-4c-2g-23655 does not seem to be running inside a container 02:44:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 02:44:05 $ docker top dd6edc3c089490e8fae8a257045180399ee874504dfaf8f64e33ffb500364c6c -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:06 + go version 02:44:06 go version go1.15.5 linux/amd64 [Pipeline] } 02:44:06 $ docker stop --time=1 dd6edc3c089490e8fae8a257045180399ee874504dfaf8f64e33ffb500364c6c 02:44:07 $ docker rm -f dd6edc3c089490e8fae8a257045180399ee874504dfaf8f64e33ffb500364c6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:08 + docker inspect -f . ci-base-image-x86_64 02:44:08 . [Pipeline] withDockerContainer 02:44:08 prd-centos7-docker-4c-2g-23655 does not seem to be running inside a container 02:44:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 02:44:09 $ docker top c7a71feff2a05482f1af223f486e5a8e75d77caf91510ff68a4c62c242a3be18 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:10 + make test 02:44:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:44:18 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:44:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:44:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:44:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:44:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.056s coverage: 19.4% of statements 02:44:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.534s coverage: 97.1% of statements 02:44:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23658 in /w/workspace/dgexfoundry_device-sdk-go_PR-753 [Pipeline] { [Pipeline] ws 02:44:42 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:44:48 using credential edgex-jenkins-ssh 02:44:48 Cloning the remote Git repository 02:44:48 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:48 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:44:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:48 > git --version # timeout=10 02:44:48 > git --version # 'git version 2.17.1' 02:44:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:51 Merging remotes/origin/master commit d510da1b257a72a1ecadf2ee4e04e7d54b2df89d into PR head commit 36433b781bb2ee003898b57ec7acf2c0b8aebae6 02:44:51 Merge succeeded, producing 6fab408975a76ca20d2974bd9b57cf453fd204e2 02:44:51 Checking out Revision 6fab408975a76ca20d2974bd9b57cf453fd204e2 (PR-753) 02:44:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:51 > git config core.sparsecheckout # timeout=10 02:44:51 > git checkout -f 36433b781bb2ee003898b57ec7acf2c0b8aebae6 # timeout=10 02:44:51 > git remote # timeout=10 02:44:51 > git config --get remote.origin.url # timeout=10 02:44:51 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:51 > git merge d510da1b257a72a1ecadf2ee4e04e7d54b2df89d # timeout=10 02:44:51 > git rev-parse HEAD^{commit} # timeout=10 02:44:51 > git config core.sparsecheckout # timeout=10 02:44:51 > git checkout -f 6fab408975a76ca20d2974bd9b57cf453fd204e2 # timeout=10 02:44:56 Commit message: "Merge commit 'd510da1b257a72a1ecadf2ee4e04e7d54b2df89d' into HEAD" 02:44:56 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:56 > git rev-list --no-walk 42626c2ceaa3cff6cd32781b3c376ece08d9814c # timeout=10 02:44:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:58 + sudo service docker restart 02:44:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:01 provisioning config files... 02:45:01 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config6676438564737229189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:01 ---> docker-login.sh 02:45:01 nexus3.edgexfoundry.org:10001 02:45:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:03 Configure a credential helper to remove this warning. See 02:45:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:03 02:45:03 Login Succeeded 02:45:03 nexus3.edgexfoundry.org:10002 02:45:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:03 Configure a credential helper to remove this warning. See 02:45:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:03 02:45:03 Login Succeeded 02:45:03 nexus3.edgexfoundry.org:10003 02:45:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:04 Configure a credential helper to remove this warning. See 02:45:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:04 02:45:04 Login Succeeded 02:45:04 nexus3.edgexfoundry.org:10004 02:45:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:04 Configure a credential helper to remove this warning. See 02:45:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:04 02:45:04 Login Succeeded 02:45:04 docker.io 02:45:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:05 Configure a credential helper to remove this warning. See 02:45:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:05 02:45:05 Login Succeeded 02:45:05 ---> docker-login.sh ends [Pipeline] } 02:45:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:06 ========================================================= 02:45:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:45:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45: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 . 02:45:07 Sending build context to Docker daemon 2.59MB 02:45:07 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:07 Step 2/8 : FROM ${BASE} 02:45:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:45:07 5f621e34cdf4: Pulling fs layer 02:45:07 a4357932f1b6: Pulling fs layer 02:45:07 18c013af1878: Pulling fs layer 02:45:07 00ac8860ef70: Pulling fs layer 02:45:07 63d7cb157983: Pulling fs layer 02:45:07 b116817d02f9: Pulling fs layer 02:45:07 745a02a5169b: Pulling fs layer 02:45:07 00ac8860ef70: Waiting 02:45:07 63d7cb157983: Waiting 02:45:07 b116817d02f9: Waiting 02:45:07 745a02a5169b: Waiting 02:45:07 18c013af1878: Verifying Checksum 02:45:07 18c013af1878: Download complete 02:45:07 a4357932f1b6: Verifying Checksum 02:45:07 a4357932f1b6: Download complete 02:45:07 63d7cb157983: Verifying Checksum 02:45:07 63d7cb157983: Download complete 02:45:07 5f621e34cdf4: Verifying Checksum 02:45:07 5f621e34cdf4: Download complete 02:45:07 b116817d02f9: Verifying Checksum 02:45:07 b116817d02f9: Download complete 02:45:07 5f621e34cdf4: Pull complete 02:45:08 a4357932f1b6: Pull complete 02:45:08 18c013af1878: Pull complete 02:45:09 745a02a5169b: Verifying Checksum 02:45:09 745a02a5169b: Download complete 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.053s coverage: 9.4% of statements 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.060s coverage: 21.7% of statements 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.287s coverage: 43.2% of statements 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.362s coverage: 68.9% of statements 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.082s coverage: 53.8% of statements 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.094s coverage: 26.8% of statements 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.629s coverage: 83.5% of statements 02:45:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.086s coverage: 4.2% of statements 02:45:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:45:10 GO111MODULE=on go vet ./... 02:45:10 00ac8860ef70: Verifying Checksum 02:45:10 00ac8860ef70: Download complete 02:45:18 gofmt -l . 02:45:18 [ "`gofmt -l .`" = "" ] 02:45:18 ./bin/test-attribution-txt.sh 02:45:19 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:45:19 $ docker stop --time=1 c7a71feff2a05482f1af223f486e5a8e75d77caf91510ff68a4c62c242a3be18 02:45:21 00ac8860ef70: Pull complete 02:45:21 63d7cb157983: Pull complete 02:45:21 b116817d02f9: Pull complete 02:45:21 $ docker rm -f c7a71feff2a05482f1af223f486e5a8e75d77caf91510ff68a4c62c242a3be18 [Pipeline] // withDockerContainer [Pipeline] sh 02:45:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:45:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:45:23 745a02a5169b: Pull complete 02:45:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:45:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:45:23 ---> b7e6874047d6 02:45:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:45:24 + ls -al . 02:45:24 total 216 02:45:24 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 28 02:45 . 02:45:24 drwxrwxr-x. 4 jenkins jenkins 28 Jan 28 02:43 .. 02:45:24 drwxrwxr-x. 2 jenkins jenkins 64 Jan 28 02:43 bin 02:45:24 -rw-r--r--. 1 jenkins jenkins 136842 Jan 28 02:45 coverage.out 02:45:24 -rw-rw-r--. 1 jenkins jenkins 949 Jan 28 02:43 Dockerfile.build 02:45:24 -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 02:43 .dockerignore 02:45:24 drwxrwxr-x. 4 jenkins jenkins 48 Jan 28 02:43 example 02:45:24 drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 02:43 .git 02:45:24 drwxrwxr-x. 2 jenkins jenkins 103 Jan 28 02:43 .github 02:45:24 -rw-rw-r--. 1 jenkins jenkins 138 Jan 28 02:43 .gitignore 02:45:24 -rw-r--r--. 1 jenkins jenkins 514 Jan 28 02:45 go.mod 02:45:24 -rw-r--r--. 1 jenkins jenkins 14101 Jan 28 02:45 go.sum 02:45:24 drwxrwxr-x. 15 jenkins jenkins 211 Jan 28 02:43 internal 02:45:24 -rw-rw-r--. 1 jenkins jenkins 901 Jan 28 02:43 Jenkinsfile 02:45:24 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 02:43 LICENSE 02:45:24 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 28 02:43 Makefile 02:45:24 drwxrwxr-x. 4 jenkins jenkins 26 Jan 28 02:43 openapi 02:45:24 drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 02:43 pkg 02:45:24 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 28 02:43 README.md 02:45:24 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 28 02:43 RELEASE-NOTES.txt 02:45:24 drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 02:43 snap 02:45:24 -rw-rw-r--. 1 jenkins jenkins 5 Jan 28 02:41 VERSION 02:45:24 -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 02:43 version.go [Pipeline] isUnix [Pipeline] sh 02:45:24 + 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=0c99c0bf9d0355358eea2d22ef532bc0f34a76ee --label arch=amd64 --label version=0.0.0 . 02:45:24 Sending build context to Docker daemon 2.737MB 02:45:24 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:45:24 Step 2/24 : FROM ${BASE} AS builder 02:45:24 ---> 85fb37278662 02:45:24 Step 3/24 : ARG MAKE='make build' 02:45:25 ---> Running in c90da4fd4746 02:45:25 Removing intermediate container c90da4fd4746 02:45:25 ---> 5ecea9e447bc 02:45:25 Step 4/24 : WORKDIR /device-sdk-go 02:45:25 ---> Running in 223beeaf4ff0 02:45:25 Removing intermediate container 223beeaf4ff0 02:45:25 ---> 4780f5518cad 02:45:25 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:25 ---> Running in 736c481e7277 02:45:26 Removing intermediate container 736c481e7277 02:45:26 ---> c6139874e67f 02:45:26 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:26 ---> Running in 0e89149bb021 02:45:27 Removing intermediate container 0e89149bb021 02:45:27 ---> f22aa705332c 02:45:27 Step 7/24 : RUN apk add --update --no-cache make git 02:45:27 ---> Running in fc45f157034e 02:45:27 ---> Running in c265ecf70019 02:45:27 Removing intermediate container c265ecf70019 02:45:27 ---> 6e25d83a4541 02:45:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:28 ---> Running in 4efaf03be32d 02:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:29 OK: 166 MiB in 39 packages 02:45:30 Removing intermediate container fc45f157034e 02:45:30 ---> 054ecd5d0282 02:45:30 Step 8/24 : COPY . . 02:45:30 Removing intermediate container 4efaf03be32d 02:45:30 ---> 39f9c57c8898 02:45:30 Step 5/8 : RUN apk add --update --no-cache make git 02:45:31 ---> 69a2620b48e9 02:45:31 Step 9/24 : RUN ${MAKE} 02:45:31 ---> Running in b3dadd0033a2 02:45:31 ---> Running in 25e24be6e322 02:45:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:32 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 02:45:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:34 OK: 142 MiB in 39 packages 02:45:36 Removing intermediate container 25e24be6e322 02:45:36 ---> c11dfefe3f3c 02:45:36 Step 6/8 : WORKDIR /device-sdk-go 02:45:36 ---> Running in 9e20714fc6a7 02:45:37 Removing intermediate container 9e20714fc6a7 02:45:37 ---> 1389c23c43c9 02:45:37 Step 7/8 : COPY . . 02:45:38 ---> 59770112ee56 02:45:38 Step 8/8 : RUN go mod download 02:45:39 ---> Running in c4bf4d492b4b 02:45:42 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:45:43 Removing intermediate container b3dadd0033a2 02:45:43 ---> c807a5e788d9 02:45:43 Step 10/24 : FROM scratch 02:45:43 ---> 02:45:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:43 ---> Running in 0a130f50864b 02:45:43 Removing intermediate container 0a130f50864b 02:45:43 ---> 95a67b736470 02:45:43 Step 12/24 : ENV APP_PORT=49990 02:45:43 ---> Running in 36d758d4d20e 02:45:43 Removing intermediate container 36d758d4d20e 02:45:43 ---> ed57ff1d07b2 02:45:43 Step 13/24 : EXPOSE $APP_PORT 02:45:43 ---> Running in c1a93ed06406 02:45:44 Removing intermediate container c1a93ed06406 02:45:44 ---> 27122e1a0af5 02:45:44 Step 14/24 : WORKDIR / 02:45:44 ---> Running in 3c52a8212fd4 02:45:44 Removing intermediate container 3c52a8212fd4 02:45:44 ---> 2f5068ae163f 02:45:44 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:45:44 ---> 655e50e4bd9c 02:45:44 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:45:44 ---> 9220937e7fe6 02:45:44 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:45:45 ---> dc08500ee7e8 02:45:45 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:45:45 ---> de840595c2bc 02:45:45 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:45:45 ---> 82996f803415 02:45:45 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:45:46 ---> Running in b417dd547a2a 02:45:46 Removing intermediate container b417dd547a2a 02:45:46 ---> 18ac884ba5d2 02:45:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:45:46 ---> Running in 9b9bfe573a96 02:45:46 Removing intermediate container 9b9bfe573a96 02:45:46 ---> 6a8aebbd2886 02:45:46 Step 22/24 : LABEL arch=amd64 02:45:46 ---> Running in 2fb624ac1db8 02:45:46 Removing intermediate container 2fb624ac1db8 02:45:46 ---> 56178f4d59ff 02:45:46 Step 23/24 : LABEL git_sha=0c99c0bf9d0355358eea2d22ef532bc0f34a76ee 02:45:46 ---> Running in b286804e5854 02:45:46 Removing intermediate container b286804e5854 02:45:46 ---> 258efb9e5efe 02:45:46 Step 24/24 : LABEL version=0.0.0 02:45:46 ---> Running in ba7a7d2451b7 02:45:47 Removing intermediate container ba7a7d2451b7 02:45:47 ---> f070296e64f7 02:45:47 [Warning] One or more build-args [ARCH] were not consumed 02:45:47 Successfully built f070296e64f7 02:45:47 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] } 02:46:01 Removing intermediate container c4bf4d492b4b 02:46:01 ---> 78b067b9ccb5 02:46:01 Successfully built 78b067b9ccb5 02:46:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:01 + docker inspect -f . ci-base-image-arm64 02:46:01 . [Pipeline] withDockerContainer 02:46:02 prd-ubuntu18.04-docker-arm64-4c-16g-23658 does not seem to be running inside a container 02:46:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 02:46:04 $ docker top 22ba26fedb8a0cbbdf4cd70494128e60f147788b0ea572eb133525843c699dfb -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:05 + go version 02:46:05 go version go1.15.5 linux/arm64 [Pipeline] } 02:46:05 $ docker stop --time=1 22ba26fedb8a0cbbdf4cd70494128e60f147788b0ea572eb133525843c699dfb 02:46:07 $ docker rm -f 22ba26fedb8a0cbbdf4cd70494128e60f147788b0ea572eb133525843c699dfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:08 + docker inspect -f . ci-base-image-arm64 02:46:08 . [Pipeline] withDockerContainer 02:46:08 prd-ubuntu18.04-docker-arm64-4c-16g-23658 does not seem to be running inside a container 02:46:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 02:46:10 $ docker top 34b5b04a2d3e935abe4d498ee8d144ae0d17bb91b8a5b563ee54591d85ae92da -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:11 + make test 02:46:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:33 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:47:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.148s coverage: 19.4% of statements 02:47:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.327s coverage: 97.1% of statements 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.128s coverage: 9.4% of statements 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.121s coverage: 21.7% of statements 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.653s coverage: 43.2% of statements 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.798s coverage: 68.9% of statements 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.206s coverage: 53.8% of statements 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.182s coverage: 26.8% of statements 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.188s coverage: 83.5% of statements 02:47:51 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.152s coverage: 4.2% of statements 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:51 GO111MODULE=on go vet ./... 02:48:30 gofmt -l . 02:48:30 [ "`gofmt -l .`" = "" ] 02:48:30 ./bin/test-attribution-txt.sh 02:48:30 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:48:30 $ docker stop --time=1 34b5b04a2d3e935abe4d498ee8d144ae0d17bb91b8a5b563ee54591d85ae92da 02:48:32 $ docker rm -f 34b5b04a2d3e935abe4d498ee8d144ae0d17bb91b8a5b563ee54591d85ae92da [Pipeline] // withDockerContainer [Pipeline] sh 02:48:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:34 Warning: overwriting stash ‘coverage-report’ 02:48:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:36 + ls -al . 02:48:36 total 252 02:48:36 drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 02:48 . 02:48:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:44 .. 02:48:36 -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 02:44 .dockerignore 02:48:36 drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 02:44 .git 02:48:36 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 02:44 .github 02:48:36 -rw-rw-r-- 1 jenkins jenkins 138 Jan 28 02:44 .gitignore 02:48:36 -rw-rw-r-- 1 jenkins jenkins 949 Jan 28 02:44 Dockerfile.build 02:48:36 -rw-rw-r-- 1 jenkins jenkins 901 Jan 28 02:44 Jenkinsfile 02:48:36 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 02:44 LICENSE 02:48:36 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 28 02:44 Makefile 02:48:36 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 28 02:44 README.md 02:48:36 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 28 02:44 RELEASE-NOTES.txt 02:48:36 -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 02:41 VERSION 02:48:36 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 02:44 bin 02:48:36 -rw-r--r-- 1 jenkins jenkins 136842 Jan 28 02:47 coverage.out 02:48:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:44 example 02:48:36 -rw-r--r-- 1 jenkins jenkins 514 Jan 28 02:48 go.mod 02:48:36 -rw-r--r-- 1 jenkins jenkins 14101 Jan 28 02:48 go.sum 02:48:36 drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 02:44 internal 02:48:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:44 openapi 02:48:36 drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 02:44 pkg 02:48:36 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 02:44 snap 02:48:36 -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:48:36 + 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=0c99c0bf9d0355358eea2d22ef532bc0f34a76ee --label arch=arm64 --label version=0.0.0 . 02:48:36 Sending build context to Docker daemon 2.727MB 02:48:37 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:48:37 Step 2/24 : FROM ${BASE} AS builder 02:48:37 ---> 78b067b9ccb5 02:48:37 Step 3/24 : ARG MAKE='make build' 02:48:37 ---> Running in 01f09e48100c 02:48:37 Removing intermediate container 01f09e48100c 02:48:37 ---> 180a0140af72 02:48:37 Step 4/24 : WORKDIR /device-sdk-go 02:48:38 ---> Running in 7916b464fac6 02:48:38 Removing intermediate container 7916b464fac6 02:48:38 ---> 7b92ca3ab376 02:48:38 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:38 ---> Running in 3d8494421020 02:48:39 Removing intermediate container 3d8494421020 02:48:39 ---> 30c3b91a9ad6 02:48:39 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:39 ---> Running in 6388056af596 02:48:41 Removing intermediate container 6388056af596 02:48:41 ---> 1ffd39098d0c 02:48:41 Step 7/24 : RUN apk add --update --no-cache make git 02:48:41 ---> Running in bca39ca5580d 02:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:45 OK: 142 MiB in 39 packages 02:48:46 Removing intermediate container bca39ca5580d 02:48:46 ---> b2e9a8cbcb09 02:48:46 Step 8/24 : COPY . . 02:48:47 ---> cd3f6e991f0b 02:48:47 Step 9/24 : RUN ${MAKE} 02:48:47 ---> Running in 9a946ffc9d09 02:48:48 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 02:49:21 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:49:21 Removing intermediate container 9a946ffc9d09 02:49:21 ---> 8fe28c8406b3 02:49:21 Step 10/24 : FROM scratch 02:49:21 ---> 02:49:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:21 ---> Running in 13696d682614 02:49:21 Removing intermediate container 13696d682614 02:49:21 ---> 37f4d64783a3 02:49:21 Step 12/24 : ENV APP_PORT=49990 02:49:21 ---> Running in f477f17bf039 02:49:21 Removing intermediate container f477f17bf039 02:49:21 ---> 3f947bbe4dd9 02:49:21 Step 13/24 : EXPOSE $APP_PORT 02:49:21 ---> Running in 3a6f193bb1fc 02:49:21 Removing intermediate container 3a6f193bb1fc 02:49:21 ---> 0895099d1546 02:49:21 Step 14/24 : WORKDIR / 02:49:21 ---> Running in 490a8c12194a 02:49:21 Removing intermediate container 490a8c12194a 02:49:21 ---> aaea10493a66 02:49:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:49:23 ---> 77f088d99300 02:49:23 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:49:23 ---> b7f877cf04bb 02:49:23 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:49:24 ---> 49c820dc52d9 02:49:24 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:49:24 ---> a8677d9fca0d 02:49:24 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:49:25 ---> 28de44d0c68c 02:49:25 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:49:25 ---> Running in 753ba1ce1a5a 02:49:26 Removing intermediate container 753ba1ce1a5a 02:49:26 ---> 6a52bb5936e8 02:49:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:26 ---> Running in 97224cfb867c 02:49:26 Removing intermediate container 97224cfb867c 02:49:26 ---> b96f60deafe2 02:49:26 Step 22/24 : LABEL arch=arm64 02:49:26 ---> Running in 56ede1c1e3e3 02:49:27 Removing intermediate container 56ede1c1e3e3 02:49:27 ---> 1892e304ac39 02:49:27 Step 23/24 : LABEL git_sha=0c99c0bf9d0355358eea2d22ef532bc0f34a76ee 02:49:27 ---> Running in 84652ee0cd77 02:49:28 Removing intermediate container 84652ee0cd77 02:49:28 ---> fc3c034d07f4 02:49:28 Step 24/24 : LABEL version=0.0.0 02:49:28 ---> Running in 8f6ffb5845ae 02:49:28 Removing intermediate container 8f6ffb5845ae 02:49:28 ---> d9875ce2c9df 02:49:28 [Warning] One or more build-args [ARCH] were not consumed 02:49:28 Successfully built d9875ce2c9df 02:49:28 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 02:49:30 provisioning config files... 02:49:30 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/config2078393046384974055tmp [Pipeline] { [Pipeline] sh 02:49:31 + set +x 02:49:31 + curl -s https://codecov.io/bash 02:49:31 + bash -s -- 02:49:31 02:49:31 _____ _ 02:49:31 / ____| | | 02:49:31 | | ___ __| | ___ ___ _____ __ 02:49:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:49:31 | |___| (_) | (_| | __/ (_| (_) \ V / 02:49:31 \_____\___/ \__,_|\___|\___\___/ \_/ 02:49:31 Bash-20210128-d4071a2 02:49:31 02:49:31 02:49:31 ==> git version 2.24.3 found 02:49:31 ==> 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 02:49:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:49:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:49:31 ==> Jenkins CI detected. 02:49:31 project root: . 02:49:31 --> token set from env 02:49:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:49:31 ==> Running gcov in . (disable via -X gcov) 02:49:31 ==> Python coveragepy not found 02:49:31 ==> Searching for coverage reports in: 02:49:31 + . 02:49:31 -> Found 1 reports 02:49:31 ==> Detecting git/mercurial file structure 02:49:31 ==> Reading reports 02:49:31 + ./coverage.out bytes=136842 02:49:31 ==> Appending adjustments 02:49:31 https://docs.codecov.io/docs/fixing-reports 02:49:32 + Found adjustments 02:49:32 ==> Gzipping contents 02:49:32 24K /tmp/codecov.97yllV.gz 02:49:32 ==> Uploading reports 02:49:32 url: https://codecov.io 02:49:32 query: branch=PR-753&commit=0c99c0bf9d0355358eea2d22ef532bc0f34a76ee&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-753%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=753&job=&cmd_args= 02:49:32 -> Pinging Codecov 02:49:32 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-753&commit=0c99c0bf9d0355358eea2d22ef532bc0f34a76ee&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-753%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=753&job=&cmd_args= 02:49:33 -> Uploading to 02:49:33 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/7E55EF52A471D76F132DFD9A03CDDE97/0c99c0bf9d0355358eea2d22ef532bc0f34a76ee/465b466e-2519-49a9-b05b-57040a92d68c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T024933Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=94c95b6272be7222f7c9ade9affe22aea0580a3c3d89cc97bc54d00380c78244 02:49:33 % Total % Received % Xferd Average Speed Time Time Time Current 02:49:33 Dload Upload Total Spent Left Speed 02:49:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21529 0 0 100 21529 0 42964 --:--:-- --:--:-- --:--:-- 43058 02:49:34 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0c99c0bf9d0355358eea2d22ef532bc0f34a76ee [Pipeline] } 02:49:34 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 02:49:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:49:37 ---> package-listing.sh 02:49:37 ++ facter osfamily 02:49:37 ++ tr '[:upper:]' '[:lower:]' 02:49:37 + OS_FAMILY=redhat 02:49:37 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-753 02:49:37 + START_PACKAGES=/tmp/packages_start.txt 02:49:37 + END_PACKAGES=/tmp/packages_end.txt 02:49:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:49:37 + PACKAGES=/tmp/packages_start.txt 02:49:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-753 ']' 02:49:37 + PACKAGES=/tmp/packages_end.txt 02:49:37 + case "${OS_FAMILY}" in 02:49:37 + sort 02:49:37 + rpm -qa 02:49:44 + '[' -f /tmp/packages_start.txt ']' 02:49:44 + '[' -f /tmp/packages_end.txt ']' 02:49:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:49:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-753 ']' 02:49:44 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-753/archives/ 02:49:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-753/archives/ [Pipeline] echo 02:49:44 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-753/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:49:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:49:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:45 02:49:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:49:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:46 alpine: Pulling from edgex-lftools-log-publisher 02:49:46 df20fa9351a1: Pulling fs layer 02:49:46 36b3adc4ff6f: Pulling fs layer 02:49:46 8ad3a11d3b57: Pulling fs layer 02:49:46 46f8f816bc3b: Pulling fs layer 02:49:46 93b61091891f: Pulling fs layer 02:49:46 93b9cdb0e59b: Pulling fs layer 02:49:46 5e14af77c1be: Pulling fs layer 02:49:46 01666e4c0597: Pulling fs layer 02:49:46 aa168da1d23b: Pulling fs layer 02:49:46 01666e4c0597: Waiting 02:49:46 93b9cdb0e59b: Waiting 02:49:46 5e14af77c1be: Waiting 02:49:46 aa168da1d23b: Waiting 02:49:46 46f8f816bc3b: Waiting 02:49:46 93b61091891f: Waiting 02:49:46 36b3adc4ff6f: Verifying Checksum 02:49:46 36b3adc4ff6f: Download complete 02:49:46 46f8f816bc3b: Verifying Checksum 02:49:46 46f8f816bc3b: Download complete 02:49:46 df20fa9351a1: Download complete 02:49:46 93b9cdb0e59b: Verifying Checksum 02:49:46 93b9cdb0e59b: Download complete 02:49:46 5e14af77c1be: Verifying Checksum 02:49:46 5e14af77c1be: Download complete 02:49:46 01666e4c0597: Verifying Checksum 02:49:46 01666e4c0597: Download complete 02:49:46 93b61091891f: Verifying Checksum 02:49:46 93b61091891f: Download complete 02:49:47 df20fa9351a1: Pull complete 02:49:47 36b3adc4ff6f: Pull complete 02:49:47 8ad3a11d3b57: Download complete 02:49:48 8ad3a11d3b57: Pull complete 02:49:49 46f8f816bc3b: Pull complete 02:49:50 93b61091891f: Pull complete 02:49:50 93b9cdb0e59b: Pull complete 02:49:51 5e14af77c1be: Pull complete 02:49:51 aa168da1d23b: Verifying Checksum 02:49:51 aa168da1d23b: Download complete 02:49:51 01666e4c0597: Pull complete 02:50:06 aa168da1d23b: Pull complete 02:50:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:50:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:50:07 prd-centos7-docker-4c-2g-23650 does not seem to be running inside a container 02:50:07 $ 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-753/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-753 -v /w/workspace/dgexfoundry_device-sdk-go_PR-753:/w/workspace/dgexfoundry_device-sdk-go_PR-753:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-753@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:50:12 $ docker top 45964fbb335188c441da8027c06adff3c705dfbfd722f2035a8dc3688aecc63c -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:13 + touch /tmp/pre-build-complete [Pipeline] sh 02:50:14 + mkdir -p /var/log/sa [Pipeline] sh 02:50:14 + ls /var/log/sa-host 02:50:14 + sadf -c /var/log/sa-host/sa23 02:50:14 file_magic: OK 02:50:14 HZ: Using current value: 100 02:50:14 file_header: OK 02:50:14 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 02:50:14 Statistics: 02:50:14 Hnuu...uuuununununu... 02:50:14 File successfully converted to sysstat format version 12.2.1 02:50:14 + sadf -c /var/log/sa-host/sa28 02:50:14 file_magic: OK 02:50:14 HZ: Using current value: 100 02:50:14 file_header: OK 02:50:14 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 02:50:14 Statistics: 02:50:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:50:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:14 provisioning config files... 02:50:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-753@tmp/config5121068066787322342tmp [Pipeline] { [Pipeline] echo 02:50:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:50:15 ---> create-netrc.sh [Pipeline] } 02:50:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:50:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:50:15 ---> python-tools-install.sh [Pipeline] echo 02:50:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:50:16 ---> sudo-logs.sh 02:50:16 Archiving 'sudo' log.. [Pipeline] echo 02:50:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:50:17 ---> job-cost.sh 02:50:17 lf-activate-venv: SKIPPING 02:50:17 INFO: No Stack... 02:50:18 INFO: Retrieving Pricing Info for: v1-standard-2 02:50:18 INFO: Archiving Costs [Pipeline] echo 02:50:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:50:19 ---> logs-deploy.sh 02:50:19 lf-activate-venv: SKIPPING 02:50:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-753/3 02:50:19 INFO: archiving workspace using pattern(s): 02:50:22 Archives upload complete. 02:50:22 INFO: archiving logs to Nexus